mali-ui-plus 1.0.165 → 1.0.166
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.
|
@@ -40455,6 +40455,7 @@ const MlTextareavue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
40455
40455
|
type: String,
|
|
40456
40456
|
default: 'none'
|
|
40457
40457
|
},
|
|
40458
|
+
autosize: Object,
|
|
40458
40459
|
showWordCount: {
|
|
40459
40460
|
type: Boolean,
|
|
40460
40461
|
default: true
|
|
@@ -40527,13 +40528,14 @@ const MlTextareavue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
40527
40528
|
maxlength: __props.maxLength,
|
|
40528
40529
|
placeholder: __props.placeholder,
|
|
40529
40530
|
"show-word-count": __props.showWordCount,
|
|
40531
|
+
autosize: __props.autosize,
|
|
40530
40532
|
readonly: __props.readonly,
|
|
40531
40533
|
disabled: __props.disabled,
|
|
40532
40534
|
resize: __props.resize,
|
|
40533
40535
|
onInput: inputEvent,
|
|
40534
40536
|
onFocus: focusEvent,
|
|
40535
40537
|
onBlur: blurEvent
|
|
40536
|
-
}, null, 8, ["modelValue", "rows", "maxlength", "placeholder", "show-word-count", "readonly", "disabled", "resize"]));
|
|
40538
|
+
}, null, 8, ["modelValue", "rows", "maxlength", "placeholder", "show-word-count", "autosize", "readonly", "disabled", "resize"]));
|
|
40537
40539
|
};
|
|
40538
40540
|
}
|
|
40539
40541
|
}));
|
|
@@ -75718,9 +75720,13 @@ VXETable.renderer.mixin({
|
|
|
75718
75720
|
const {
|
|
75719
75721
|
field
|
|
75720
75722
|
} = column;
|
|
75723
|
+
const {
|
|
75724
|
+
props
|
|
75725
|
+
} = renderOpts;
|
|
75721
75726
|
const cellValue = xe_utils_default().get(row, field);
|
|
75722
75727
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("ml-amount-text"), {
|
|
75723
|
-
"modelValue": cellValue
|
|
75728
|
+
"modelValue": cellValue,
|
|
75729
|
+
"simplify": props && !!props.simplify
|
|
75724
75730
|
}, null);
|
|
75725
75731
|
}
|
|
75726
75732
|
},
|
|
@@ -77473,7 +77479,7 @@ function index_config(options) {
|
|
|
77473
77479
|
return config_0;
|
|
77474
77480
|
}
|
|
77475
77481
|
const MaliUI = {
|
|
77476
|
-
version: "1.0.
|
|
77482
|
+
version: "1.0.165",
|
|
77477
77483
|
install: index_install,
|
|
77478
77484
|
config: index_config,
|
|
77479
77485
|
renderer: {
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -40465,6 +40465,7 @@ const MlTextareavue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
40465
40465
|
type: String,
|
|
40466
40466
|
default: 'none'
|
|
40467
40467
|
},
|
|
40468
|
+
autosize: Object,
|
|
40468
40469
|
showWordCount: {
|
|
40469
40470
|
type: Boolean,
|
|
40470
40471
|
default: true
|
|
@@ -40537,13 +40538,14 @@ const MlTextareavue_type_script_lang_ts_setup_true_hoisted_1 = {
|
|
|
40537
40538
|
maxlength: __props.maxLength,
|
|
40538
40539
|
placeholder: __props.placeholder,
|
|
40539
40540
|
"show-word-count": __props.showWordCount,
|
|
40541
|
+
autosize: __props.autosize,
|
|
40540
40542
|
readonly: __props.readonly,
|
|
40541
40543
|
disabled: __props.disabled,
|
|
40542
40544
|
resize: __props.resize,
|
|
40543
40545
|
onInput: inputEvent,
|
|
40544
40546
|
onFocus: focusEvent,
|
|
40545
40547
|
onBlur: blurEvent
|
|
40546
|
-
}, null, 8, ["modelValue", "rows", "maxlength", "placeholder", "show-word-count", "readonly", "disabled", "resize"]));
|
|
40548
|
+
}, null, 8, ["modelValue", "rows", "maxlength", "placeholder", "show-word-count", "autosize", "readonly", "disabled", "resize"]));
|
|
40547
40549
|
};
|
|
40548
40550
|
}
|
|
40549
40551
|
}));
|
|
@@ -75728,9 +75730,13 @@ VXETable.renderer.mixin({
|
|
|
75728
75730
|
const {
|
|
75729
75731
|
field
|
|
75730
75732
|
} = column;
|
|
75733
|
+
const {
|
|
75734
|
+
props
|
|
75735
|
+
} = renderOpts;
|
|
75731
75736
|
const cellValue = xe_utils_default().get(row, field);
|
|
75732
75737
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("ml-amount-text"), {
|
|
75733
|
-
"modelValue": cellValue
|
|
75738
|
+
"modelValue": cellValue,
|
|
75739
|
+
"simplify": props && !!props.simplify
|
|
75734
75740
|
}, null);
|
|
75735
75741
|
}
|
|
75736
75742
|
},
|
|
@@ -77483,7 +77489,7 @@ function index_config(options) {
|
|
|
77483
77489
|
return config_0;
|
|
77484
77490
|
}
|
|
77485
77491
|
const MaliUI = {
|
|
77486
|
-
version: "1.0.
|
|
77492
|
+
version: "1.0.165",
|
|
77487
77493
|
install: index_install,
|
|
77488
77494
|
config: index_config,
|
|
77489
77495
|
renderer: {
|