mali-ui-plus 1.0.84 → 1.0.85
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.
|
@@ -48311,8 +48311,8 @@ const MlCol_exports_ = MlColvue_type_script_lang_ts_setup_true;
|
|
|
48311
48311
|
setup(__props, {
|
|
48312
48312
|
emit
|
|
48313
48313
|
}) {
|
|
48314
|
-
const clickEvent =
|
|
48315
|
-
emit('click',
|
|
48314
|
+
const clickEvent = params => {
|
|
48315
|
+
emit('click', params);
|
|
48316
48316
|
};
|
|
48317
48317
|
return (_ctx, _cache) => {
|
|
48318
48318
|
const _component_vxe_button = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("vxe-button");
|
|
@@ -70090,27 +70090,27 @@ const MlUploadvue_type_script_lang_ts_setup_true_hoisted_21 = ["src"];
|
|
|
70090
70090
|
class: "ml-upload-preview-btn",
|
|
70091
70091
|
type: "text",
|
|
70092
70092
|
icon: "mlicon-zoom-in",
|
|
70093
|
-
onClick: _cache[0] || (_cache[0] = $event => scaleImg($event, -0.2))
|
|
70093
|
+
onClick: _cache[0] || (_cache[0] = $event => scaleImg($event.$event, -0.2))
|
|
70094
70094
|
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
70095
70095
|
class: "ml-upload-preview-btn",
|
|
70096
70096
|
type: "text",
|
|
70097
70097
|
icon: "mlicon-zoom-out",
|
|
70098
|
-
onClick: _cache[1] || (_cache[1] = $event => scaleImg($event, 0.2))
|
|
70098
|
+
onClick: _cache[1] || (_cache[1] = $event => scaleImg($event.$event, 0.2))
|
|
70099
70099
|
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
70100
70100
|
class: "ml-upload-preview-btn",
|
|
70101
70101
|
type: "text",
|
|
70102
70102
|
icon: previewImgStatus.original ? 'mlicon-scale-to-original' : 'mlicon-full-screen',
|
|
70103
|
-
onClick: _cache[2] || (_cache[2] = $event => originalImg($event))
|
|
70103
|
+
onClick: _cache[2] || (_cache[2] = $event => originalImg($event.$event))
|
|
70104
70104
|
}, null, 8, ["icon"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
70105
70105
|
class: "ml-upload-preview-btn",
|
|
70106
70106
|
type: "text",
|
|
70107
70107
|
icon: "mlicon-refresh-left",
|
|
70108
|
-
onClick: _cache[3] || (_cache[3] = $event => rotateImg($event, -90))
|
|
70108
|
+
onClick: _cache[3] || (_cache[3] = $event => rotateImg($event.$event, -90))
|
|
70109
70109
|
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
70110
70110
|
class: "ml-upload-preview-btn",
|
|
70111
70111
|
type: "text",
|
|
70112
70112
|
icon: "mlicon-refresh-right",
|
|
70113
|
-
onClick: _cache[4] || (_cache[4] = $event => rotateImg($event, 90))
|
|
70113
|
+
onClick: _cache[4] || (_cache[4] = $event => rotateImg($event.$event, 90))
|
|
70114
70114
|
})])])) : frameTypes.value.includes(previewItem.value[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(typeField)]) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("iframe", {
|
|
70115
70115
|
key: 1,
|
|
70116
70116
|
class: "frame-warpper",
|
|
@@ -73345,7 +73345,7 @@ function index_config(options) {
|
|
|
73345
73345
|
return config_0;
|
|
73346
73346
|
}
|
|
73347
73347
|
const MaliUI = {
|
|
73348
|
-
version: "1.0.
|
|
73348
|
+
version: "1.0.84",
|
|
73349
73349
|
install: index_install,
|
|
73350
73350
|
config: index_config,
|
|
73351
73351
|
renderer: index_esm.renderer,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -48321,8 +48321,8 @@ const MlCol_exports_ = MlColvue_type_script_lang_ts_setup_true;
|
|
|
48321
48321
|
setup(__props, {
|
|
48322
48322
|
emit
|
|
48323
48323
|
}) {
|
|
48324
|
-
const clickEvent =
|
|
48325
|
-
emit('click',
|
|
48324
|
+
const clickEvent = params => {
|
|
48325
|
+
emit('click', params);
|
|
48326
48326
|
};
|
|
48327
48327
|
return (_ctx, _cache) => {
|
|
48328
48328
|
const _component_vxe_button = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("vxe-button");
|
|
@@ -70100,27 +70100,27 @@ const MlUploadvue_type_script_lang_ts_setup_true_hoisted_21 = ["src"];
|
|
|
70100
70100
|
class: "ml-upload-preview-btn",
|
|
70101
70101
|
type: "text",
|
|
70102
70102
|
icon: "mlicon-zoom-in",
|
|
70103
|
-
onClick: _cache[0] || (_cache[0] = $event => scaleImg($event, -0.2))
|
|
70103
|
+
onClick: _cache[0] || (_cache[0] = $event => scaleImg($event.$event, -0.2))
|
|
70104
70104
|
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
70105
70105
|
class: "ml-upload-preview-btn",
|
|
70106
70106
|
type: "text",
|
|
70107
70107
|
icon: "mlicon-zoom-out",
|
|
70108
|
-
onClick: _cache[1] || (_cache[1] = $event => scaleImg($event, 0.2))
|
|
70108
|
+
onClick: _cache[1] || (_cache[1] = $event => scaleImg($event.$event, 0.2))
|
|
70109
70109
|
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
70110
70110
|
class: "ml-upload-preview-btn",
|
|
70111
70111
|
type: "text",
|
|
70112
70112
|
icon: previewImgStatus.original ? 'mlicon-scale-to-original' : 'mlicon-full-screen',
|
|
70113
|
-
onClick: _cache[2] || (_cache[2] = $event => originalImg($event))
|
|
70113
|
+
onClick: _cache[2] || (_cache[2] = $event => originalImg($event.$event))
|
|
70114
70114
|
}, null, 8, ["icon"]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
70115
70115
|
class: "ml-upload-preview-btn",
|
|
70116
70116
|
type: "text",
|
|
70117
70117
|
icon: "mlicon-refresh-left",
|
|
70118
|
-
onClick: _cache[3] || (_cache[3] = $event => rotateImg($event, -90))
|
|
70118
|
+
onClick: _cache[3] || (_cache[3] = $event => rotateImg($event.$event, -90))
|
|
70119
70119
|
}), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_MlButton, {
|
|
70120
70120
|
class: "ml-upload-preview-btn",
|
|
70121
70121
|
type: "text",
|
|
70122
70122
|
icon: "mlicon-refresh-right",
|
|
70123
|
-
onClick: _cache[4] || (_cache[4] = $event => rotateImg($event, 90))
|
|
70123
|
+
onClick: _cache[4] || (_cache[4] = $event => rotateImg($event.$event, 90))
|
|
70124
70124
|
})])])) : frameTypes.value.includes(previewItem.value[(0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(typeField)]) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("iframe", {
|
|
70125
70125
|
key: 1,
|
|
70126
70126
|
class: "frame-warpper",
|
|
@@ -73355,7 +73355,7 @@ function index_config(options) {
|
|
|
73355
73355
|
return config_0;
|
|
73356
73356
|
}
|
|
73357
73357
|
const MaliUI = {
|
|
73358
|
-
version: "1.0.
|
|
73358
|
+
version: "1.0.84",
|
|
73359
73359
|
install: index_install,
|
|
73360
73360
|
config: index_config,
|
|
73361
73361
|
renderer: index_esm.renderer,
|