mali-ui-plus 1.1.91 → 1.1.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -64875,6 +64875,7 @@ const _hoisted_27 = ["src"];
|
|
|
64875
64875
|
},
|
|
64876
64876
|
emits: ["update:modelValue", "change", "error", "success", "preview", "remove", "download"],
|
|
64877
64877
|
setup(__props, {
|
|
64878
|
+
expose,
|
|
64878
64879
|
emit
|
|
64879
64880
|
}) {
|
|
64880
64881
|
const props = __props;
|
|
@@ -65419,6 +65420,9 @@ const _hoisted_27 = ["src"];
|
|
|
65419
65420
|
}
|
|
65420
65421
|
loadList();
|
|
65421
65422
|
});
|
|
65423
|
+
expose({
|
|
65424
|
+
previewFile
|
|
65425
|
+
});
|
|
65422
65426
|
return (_ctx, _cache) => {
|
|
65423
65427
|
const _component_MlButton = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("MlButton");
|
|
65424
65428
|
const _component_MlIcon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("MlIcon");
|
|
@@ -71416,7 +71420,7 @@ function index_config(options) {
|
|
|
71416
71420
|
return config_0;
|
|
71417
71421
|
}
|
|
71418
71422
|
const MaliUI = {
|
|
71419
|
-
version: "1.1.
|
|
71423
|
+
version: "1.1.91",
|
|
71420
71424
|
install: index_install,
|
|
71421
71425
|
config: index_config,
|
|
71422
71426
|
renderer: {
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -64885,6 +64885,7 @@ const _hoisted_27 = ["src"];
|
|
|
64885
64885
|
},
|
|
64886
64886
|
emits: ["update:modelValue", "change", "error", "success", "preview", "remove", "download"],
|
|
64887
64887
|
setup(__props, {
|
|
64888
|
+
expose,
|
|
64888
64889
|
emit
|
|
64889
64890
|
}) {
|
|
64890
64891
|
const props = __props;
|
|
@@ -65429,6 +65430,9 @@ const _hoisted_27 = ["src"];
|
|
|
65429
65430
|
}
|
|
65430
65431
|
loadList();
|
|
65431
65432
|
});
|
|
65433
|
+
expose({
|
|
65434
|
+
previewFile
|
|
65435
|
+
});
|
|
65432
65436
|
return (_ctx, _cache) => {
|
|
65433
65437
|
const _component_MlButton = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("MlButton");
|
|
65434
65438
|
const _component_MlIcon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("MlIcon");
|
|
@@ -71426,7 +71430,7 @@ function index_config(options) {
|
|
|
71426
71430
|
return config_0;
|
|
71427
71431
|
}
|
|
71428
71432
|
const MaliUI = {
|
|
71429
|
-
version: "1.1.
|
|
71433
|
+
version: "1.1.91",
|
|
71430
71434
|
install: index_install,
|
|
71431
71435
|
config: index_config,
|
|
71432
71436
|
renderer: {
|