mali-ui-plus 1.0.20 → 1.0.21
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.
|
@@ -18995,7 +18995,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
18995
18995
|
"default": function() { return /* binding */ entry_lib; }
|
|
18996
18996
|
});
|
|
18997
18997
|
|
|
18998
|
-
// UNUSED EXPORTS: MaliUI, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCard, MlCascader, MlCheckbox, MlCheckboxGroup, MlCol, MlDatePicker, MlDateTimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlInput, MlInvoiceType, MlModal, MlNumberInput, MlPager, MlPopover, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRow, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, modal
|
|
18998
|
+
// UNUSED EXPORTS: MaliUI, MlAmountInput, MlAmountText, MlApprovalType, MlButton, MlCard, MlCascader, MlCheckbox, MlCheckboxGroup, MlCol, MlDatePicker, MlDateTimePicker, MlDictType, MlDrawer, MlEditor, MlForm, MlGrid, MlIcon, MlInput, MlInvoiceType, MlModal, MlNumberInput, MlPager, MlPopover, MlQuarterPicker, MlRadio, MlRadioButton, MlRadioGroup, MlRow, MlSelect, MlSwitch, MlTabPane, MlTable, MlTabs, MlText, MlTextarea, MlTooltip, MlTree, MlUpload, MlWeekPicker, components, modal
|
|
18999
18999
|
|
|
19000
19000
|
// NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
|
|
19001
19001
|
var all_namespaceObject = {};
|
|
@@ -70615,14 +70615,16 @@ VXETable.renderer.mixin({
|
|
|
70615
70615
|
column
|
|
70616
70616
|
} = params;
|
|
70617
70617
|
const {
|
|
70618
|
-
props,
|
|
70619
|
-
options
|
|
70618
|
+
props = {},
|
|
70619
|
+
options,
|
|
70620
|
+
optionProps
|
|
70620
70621
|
} = renderOpts;
|
|
70621
70622
|
const cellValue = row[column.field];
|
|
70622
70623
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createVNode)((0,external_commonjs_vue_commonjs2_vue_root_Vue_.resolveComponent)("ml-dict-type"), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.mergeProps)({
|
|
70623
70624
|
"modelValue": cellValue
|
|
70624
70625
|
}, props, {
|
|
70625
|
-
"options": options ||
|
|
70626
|
+
"options": options || props.options,
|
|
70627
|
+
"optionProps": optionProps || props.optionProps
|
|
70626
70628
|
}), null);
|
|
70627
70629
|
}
|
|
70628
70630
|
},
|
|
@@ -72191,7 +72193,7 @@ function index_config(options) {
|
|
|
72191
72193
|
return config_0;
|
|
72192
72194
|
}
|
|
72193
72195
|
const MaliUI = {
|
|
72194
|
-
version: "1.0.
|
|
72196
|
+
version: "1.0.20",
|
|
72195
72197
|
modal: index_esm.modal,
|
|
72196
72198
|
install: index_install,
|
|
72197
72199
|
config: index_config,
|