mali-ui-plus 1.0.7 → 1.0.8
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 -1
- package/lib/mali-ui-plus.umd.js +1 -1
- package/lib/mali-ui-plus.umd.min.js +1 -1
- package/package.json +1 -1
- package/types/date.d.ts +17 -0
- package/types/form.d.ts +5 -0
- package/types/icon.d.ts +5 -0
- package/types/index.d.ts +6 -0
|
@@ -71413,7 +71413,7 @@ function index_config(options) {
|
|
|
71413
71413
|
return config_0;
|
|
71414
71414
|
}
|
|
71415
71415
|
const MaliUI = {
|
|
71416
|
-
version: "1.0.
|
|
71416
|
+
version: "1.0.7",
|
|
71417
71417
|
modal: index_esm.modal,
|
|
71418
71418
|
install: index_install,
|
|
71419
71419
|
config: index_config,
|
package/lib/mali-ui-plus.umd.js
CHANGED
|
@@ -71423,7 +71423,7 @@ function index_config(options) {
|
|
|
71423
71423
|
return config_0;
|
|
71424
71424
|
}
|
|
71425
71425
|
const MaliUI = {
|
|
71426
|
-
version: "1.0.
|
|
71426
|
+
version: "1.0.7",
|
|
71427
71427
|
modal: index_esm.modal,
|
|
71428
71428
|
install: index_install,
|
|
71429
71429
|
config: index_config,
|