mali-ui-plus 0.1.23 → 0.1.24
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.
- package/lib/mali-ui-plus.common.js +2 -2
- package/lib/mali-ui-plus.umd.js +2 -2
- package/lib/mali-ui-plus.umd.min.js +1 -1
- package/package.json +1 -1
- package/types/grid.d.ts +1 -1
- package/types/index.d.ts +9 -7
- package/types/modal.d.ts +6 -0
- package/types/storage/index.d.ts +3 -0
- package/types/table.d.ts +5 -0
- package/types/utils/index.d.ts +3 -0
|
@@ -18995,7 +18995,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
18995
18995
|
"default": function() { return /* binding */ entry_lib; }
|
|
18996
18996
|
});
|
|
18997
18997
|
|
|
18998
|
-
// UNUSED EXPORTS: 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, MlTextarea, MlTooltip, MlUpload, MlWeekPicker
|
|
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, MlTextarea, MlTooltip, MlUpload, MlWeekPicker
|
|
18999
18999
|
|
|
19000
19000
|
// NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
|
|
19001
19001
|
var all_namespaceObject = {};
|
|
@@ -71469,7 +71469,7 @@ function index_config(options) {
|
|
|
71469
71469
|
return config_0;
|
|
71470
71470
|
}
|
|
71471
71471
|
const MaliUI = {
|
|
71472
|
-
version: "0.1.
|
|
71472
|
+
version: "0.1.23",
|
|
71473
71473
|
modal: index_esm.modal,
|
|
71474
71474
|
install: index_install,
|
|
71475
71475
|
config: index_config,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -19005,7 +19005,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
19005
19005
|
"default": function() { return /* binding */ entry_lib; }
|
|
19006
19006
|
});
|
|
19007
19007
|
|
|
19008
|
-
// UNUSED EXPORTS: 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, MlTextarea, MlTooltip, MlUpload, MlWeekPicker
|
|
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, MlTextarea, MlTooltip, MlUpload, MlWeekPicker
|
|
19009
19009
|
|
|
19010
19010
|
// NAMESPACE OBJECT: ./node_modules/vxe-table/es/all.js
|
|
19011
19011
|
var all_namespaceObject = {};
|
|
@@ -71479,7 +71479,7 @@ function index_config(options) {
|
|
|
71479
71479
|
return config_0;
|
|
71480
71480
|
}
|
|
71481
71481
|
const MaliUI = {
|
|
71482
|
-
version: "0.1.
|
|
71482
|
+
version: "0.1.23",
|
|
71483
71483
|
modal: index_esm.modal,
|
|
71484
71484
|
install: index_install,
|
|
71485
71485
|
config: index_config,
|