mali-ui-plus 1.0.40 → 1.0.41
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 +1 -2
- package/lib/mali-ui-plus.umd.js +1 -2
- package/lib/mali-ui-plus.umd.min.js +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +16 -9
- package/types/loading.d.ts +2 -2
- package/types/modal.d.ts +2 -2
- package/types/toast.d.ts +2 -2
|
@@ -72906,11 +72906,10 @@ function index_config(options) {
|
|
|
72906
72906
|
return config_0;
|
|
72907
72907
|
}
|
|
72908
72908
|
const MaliUI = {
|
|
72909
|
-
version: "1.0.
|
|
72909
|
+
version: "1.0.40",
|
|
72910
72910
|
install: index_install,
|
|
72911
72911
|
config: index_config,
|
|
72912
72912
|
renderer: index_esm.renderer,
|
|
72913
|
-
VXETable: index_esm,
|
|
72914
72913
|
MaliUtils: utils_namespaceObject_0,
|
|
72915
72914
|
MaliToast: toast,
|
|
72916
72915
|
MaliModal: modal_modal_0,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -72916,11 +72916,10 @@ function index_config(options) {
|
|
|
72916
72916
|
return config_0;
|
|
72917
72917
|
}
|
|
72918
72918
|
const MaliUI = {
|
|
72919
|
-
version: "1.0.
|
|
72919
|
+
version: "1.0.40",
|
|
72920
72920
|
install: index_install,
|
|
72921
72921
|
config: index_config,
|
|
72922
72922
|
renderer: index_esm.renderer,
|
|
72923
|
-
VXETable: index_esm,
|
|
72924
72923
|
MaliUtils: utils_namespaceObject_0,
|
|
72925
72924
|
MaliToast: toast,
|
|
72926
72925
|
MaliModal: modal_modal_0,
|