mali-ui-plus 1.0.110 → 1.0.111
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.
|
@@ -40457,13 +40457,14 @@ const _hoisted_3 = {
|
|
|
40457
40457
|
return (_ctx, _cache) => {
|
|
40458
40458
|
const _component_el_tooltip = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("el-tooltip");
|
|
40459
40459
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", {
|
|
40460
|
-
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["ml-amount-text", `text-${__props.align}`])
|
|
40460
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["ml-amount-text", `text-${__props.align}`]),
|
|
40461
|
+
placement: "top"
|
|
40461
40462
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_el_tooltip, {
|
|
40462
|
-
|
|
40463
|
+
content: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(amountTitleLabel)
|
|
40463
40464
|
}, {
|
|
40464
40465
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, [__props.symbol ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", MlAmountTextvue_type_script_lang_ts_setup_true_hoisted_1, "¥")) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", MlAmountTextvue_type_script_lang_ts_setup_true_hoisted_2, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(amountLabel)), 1), __props.unit ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", _hoisted_3, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(__props.unit ? (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(amountUnit) : ''), 1)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])]),
|
|
40465
40466
|
_: 1
|
|
40466
|
-
}, 8, ["
|
|
40467
|
+
}, 8, ["content"])], 2);
|
|
40467
40468
|
};
|
|
40468
40469
|
}
|
|
40469
40470
|
}));
|
|
@@ -40674,10 +40675,11 @@ const MlAmountInputvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
40674
40675
|
modelValue: __props.modelValue
|
|
40675
40676
|
}, null, 8, ["modelValue"])) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_tooltip, {
|
|
40676
40677
|
key: 1,
|
|
40677
|
-
|
|
40678
|
-
"onUpdate:
|
|
40678
|
+
visible: showTip.value,
|
|
40679
|
+
"onUpdate:visible": _cache[1] || (_cache[1] = $event => showTip.value = $event),
|
|
40679
40680
|
trigger: "focus",
|
|
40680
40681
|
placement: __props.align === 'left' ? 'top-start' : 'top-end',
|
|
40682
|
+
showArrow: false,
|
|
40681
40683
|
"popper-class": "ml-amount-tooltip"
|
|
40682
40684
|
}, {
|
|
40683
40685
|
content: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", MlAmountInputvue_type_script_lang_ts_setup_true_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(currAmountLabel)), 1)])]),
|
|
@@ -40709,7 +40711,7 @@ const MlAmountInputvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
40709
40711
|
};
|
|
40710
40712
|
})]), 1032, ["class", "modelValue", "disabled", "placeholder", "digits", "min", "max", "clearable", "maxlength", "controls"])]),
|
|
40711
40713
|
_: 3
|
|
40712
|
-
}, 8, ["
|
|
40714
|
+
}, 8, ["visible", "placement"]));
|
|
40713
40715
|
};
|
|
40714
40716
|
}
|
|
40715
40717
|
}));
|
|
@@ -75277,7 +75279,7 @@ function index_config(options) {
|
|
|
75277
75279
|
return config_0;
|
|
75278
75280
|
}
|
|
75279
75281
|
const MaliUI = {
|
|
75280
|
-
version: "1.0.
|
|
75282
|
+
version: "1.0.110",
|
|
75281
75283
|
install: index_install,
|
|
75282
75284
|
config: index_config,
|
|
75283
75285
|
renderer: index_esm.renderer,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -40467,13 +40467,14 @@ const _hoisted_3 = {
|
|
|
40467
40467
|
return (_ctx, _cache) => {
|
|
40468
40468
|
const _component_el_tooltip = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("el-tooltip");
|
|
40469
40469
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", {
|
|
40470
|
-
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["ml-amount-text", `text-${__props.align}`])
|
|
40470
|
+
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.normalizeClass)(["ml-amount-text", `text-${__props.align}`]),
|
|
40471
|
+
placement: "top"
|
|
40471
40472
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)(_component_el_tooltip, {
|
|
40472
|
-
|
|
40473
|
+
content: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(amountTitleLabel)
|
|
40473
40474
|
}, {
|
|
40474
40475
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, [__props.symbol ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", MlAmountTextvue_type_script_lang_ts_setup_true_hoisted_1, "¥")) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", MlAmountTextvue_type_script_lang_ts_setup_true_hoisted_2, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(amountLabel)), 1), __props.unit ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("span", _hoisted_3, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)(__props.unit ? (0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(amountUnit) : ''), 1)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createCommentVNode)("", true)])]),
|
|
40475
40476
|
_: 1
|
|
40476
|
-
}, 8, ["
|
|
40477
|
+
}, 8, ["content"])], 2);
|
|
40477
40478
|
};
|
|
40478
40479
|
}
|
|
40479
40480
|
}));
|
|
@@ -40684,10 +40685,11 @@ const MlAmountInputvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
40684
40685
|
modelValue: __props.modelValue
|
|
40685
40686
|
}, null, 8, ["modelValue"])) : ((0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createBlock)(_component_el_tooltip, {
|
|
40686
40687
|
key: 1,
|
|
40687
|
-
|
|
40688
|
-
"onUpdate:
|
|
40688
|
+
visible: showTip.value,
|
|
40689
|
+
"onUpdate:visible": _cache[1] || (_cache[1] = $event => showTip.value = $event),
|
|
40689
40690
|
trigger: "focus",
|
|
40690
40691
|
placement: __props.align === 'left' ? 'top-start' : 'top-end',
|
|
40692
|
+
showArrow: false,
|
|
40691
40693
|
"popper-class": "ml-amount-tooltip"
|
|
40692
40694
|
}, {
|
|
40693
40695
|
content: (0,external_commonjs_vue_commonjs2_vue_root_Vue_.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", MlAmountInputvue_type_script_lang_ts_setup_true_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("span", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.unref)(currAmountLabel)), 1)])]),
|
|
@@ -40719,7 +40721,7 @@ const MlAmountInputvue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
40719
40721
|
};
|
|
40720
40722
|
})]), 1032, ["class", "modelValue", "disabled", "placeholder", "digits", "min", "max", "clearable", "maxlength", "controls"])]),
|
|
40721
40723
|
_: 3
|
|
40722
|
-
}, 8, ["
|
|
40724
|
+
}, 8, ["visible", "placement"]));
|
|
40723
40725
|
};
|
|
40724
40726
|
}
|
|
40725
40727
|
}));
|
|
@@ -75287,7 +75289,7 @@ function index_config(options) {
|
|
|
75287
75289
|
return config_0;
|
|
75288
75290
|
}
|
|
75289
75291
|
const MaliUI = {
|
|
75290
|
-
version: "1.0.
|
|
75292
|
+
version: "1.0.110",
|
|
75291
75293
|
install: index_install,
|
|
75292
75294
|
config: index_config,
|
|
75293
75295
|
renderer: index_esm.renderer,
|