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.
@@ -19005,7 +19005,7 @@ __webpack_require__.d(__webpack_exports__, {
19005
19005
  "default": function() { return /* binding */ entry_lib; }
19006
19006
  });
19007
19007
 
19008
- // 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
19008
+ // 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
19009
19009
 
19010
19010
  // NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
19011
19011
  var all_namespaceObject = {};
@@ -70625,14 +70625,16 @@ VXETable.renderer.mixin({
70625
70625
  column
70626
70626
  } = params;
70627
70627
  const {
70628
- props,
70629
- options
70628
+ props = {},
70629
+ options,
70630
+ optionProps
70630
70631
  } = renderOpts;
70631
70632
  const cellValue = row[column.field];
70632
70633
  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)({
70633
70634
  "modelValue": cellValue
70634
70635
  }, props, {
70635
- "options": options || (props ? props.options : [])
70636
+ "options": options || props.options,
70637
+ "optionProps": optionProps || props.optionProps
70636
70638
  }), null);
70637
70639
  }
70638
70640
  },
@@ -72201,7 +72203,7 @@ function index_config(options) {
72201
72203
  return config_0;
72202
72204
  }
72203
72205
  const MaliUI = {
72204
- version: "1.0.19",
72206
+ version: "1.0.20",
72205
72207
  modal: index_esm.modal,
72206
72208
  install: index_install,
72207
72209
  config: index_config,