zartui 3.1.8 → 3.1.9
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/README.md +2 -4
- package/es/action-sheet/index.css +1 -1
- package/es/avatar/index.css +1 -1
- package/es/badge/index.css +1 -1
- package/es/button/index.css +1 -1
- package/es/calendar/index.css +1 -1
- package/es/cell/index.css +1 -1
- package/es/checkbox/index.css +1 -1
- package/es/collapse-item/index.css +1 -1
- package/es/dialog/index.css +1 -1
- package/es/empty/index.css +1 -1
- package/es/field/Field.mjs +2 -0
- package/es/field/index.css +1 -1
- package/es/hierarchy-select/HierarchySelect.d.ts +16 -1
- package/es/hierarchy-select/HierarchySelect.mjs +8 -5
- package/es/hierarchy-select/index.css +1 -1
- package/es/hierarchy-select/index.d.ts +11 -1
- package/es/image/index.css +1 -1
- package/es/index-bar/IndexBar.d.ts +16 -1
- package/es/index-bar/IndexBar.mjs +6 -3
- package/es/index-bar/index.d.ts +12 -1
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/list/index.css +1 -1
- package/es/loading/index.css +1 -1
- package/es/media-picker/index.css +1 -1
- package/es/multiple-picker/index.css +1 -1
- package/es/number-keyboard/NumberKeyboard.mjs +5 -20
- package/es/number-keyboard/index.css +1 -1
- package/es/number-keyboard/style/index.mjs +0 -1
- package/es/picker/index.css +1 -1
- package/es/popup/index.css +1 -1
- package/es/radio/index.css +1 -1
- package/es/radio-picker/index.css +1 -1
- package/es/search/index.css +1 -1
- package/es/step/index.css +1 -1
- package/es/style/base.css +1 -1
- package/es/style/css-variables.css +1 -1
- package/es/tabbar-item/index.css +1 -1
- package/es/table/index.css +1 -1
- package/es/text-ellipsis/index.css +1 -1
- package/es/time-picker/index.css +1 -1
- package/es/timeline/index.css +1 -1
- package/es/toast/index.css +1 -1
- package/es/uploader/index.css +1 -1
- package/lib/action-sheet/index.css +1 -1
- package/lib/avatar/index.css +1 -1
- package/lib/badge/index.css +1 -1
- package/lib/button/index.css +1 -1
- package/lib/calendar/index.css +1 -1
- package/lib/cell/index.css +1 -1
- package/lib/checkbox/index.css +1 -1
- package/lib/collapse-item/index.css +1 -1
- package/lib/dialog/index.css +1 -1
- package/lib/empty/index.css +1 -1
- package/lib/field/Field.js +2 -0
- package/lib/field/index.css +1 -1
- package/lib/hierarchy-select/HierarchySelect.d.ts +16 -1
- package/lib/hierarchy-select/HierarchySelect.js +7 -4
- package/lib/hierarchy-select/index.css +1 -1
- package/lib/hierarchy-select/index.d.ts +11 -1
- package/lib/image/index.css +1 -1
- package/lib/index-bar/IndexBar.d.ts +16 -1
- package/lib/index-bar/IndexBar.js +5 -2
- package/lib/index-bar/index.d.ts +12 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/list/index.css +1 -1
- package/lib/loading/index.css +1 -1
- package/lib/media-picker/index.css +1 -1
- package/lib/multiple-picker/index.css +1 -1
- package/lib/number-keyboard/NumberKeyboard.js +4 -19
- package/lib/number-keyboard/index.css +1 -1
- package/lib/number-keyboard/style/index.js +0 -1
- package/lib/picker/index.css +1 -1
- package/lib/popup/index.css +1 -1
- package/lib/radio/index.css +1 -1
- package/lib/radio-picker/index.css +1 -1
- package/lib/search/index.css +1 -1
- package/lib/step/index.css +1 -1
- package/lib/style/base.css +1 -1
- package/lib/style/css-variables.css +1 -1
- package/lib/tabbar-item/index.css +1 -1
- package/lib/table/index.css +1 -1
- package/lib/text-ellipsis/index.css +1 -1
- package/lib/time-picker/index.css +1 -1
- package/lib/timeline/index.css +1 -1
- package/lib/toast/index.css +1 -1
- package/lib/uploader/index.css +1 -1
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +31 -39
- package/lib/zartui.es.js +31 -39
- package/lib/zartui.js +31 -39
- package/lib/zartui.min.js +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zartui",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.9",
|
|
4
4
|
"description": "面向政务场景的移动端组件库",
|
|
5
5
|
"main": "lib/zartui.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@floating-ui/vue": "^0.2.1",
|
|
31
|
-
"@zartui/
|
|
31
|
+
"@zartui/popperjs": "^1.3.1",
|
|
32
32
|
"@zartui/use": "^1.4.7",
|
|
33
|
-
"@zartui/
|
|
33
|
+
"@zartui/date-utils": "^0.0.4"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"vue": "^3.0.0"
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"vitest-canvas-mock": "^0.3.2",
|
|
51
51
|
"vue": "^3.3.4",
|
|
52
52
|
"vue-router": "^4.2.2",
|
|
53
|
+
"@zartui/mobile-cli": "^5.0.6",
|
|
53
54
|
"@zartui/icons": "^0.0.5",
|
|
54
|
-
"@zartui/eslint-config": "^4.0.2"
|
|
55
|
-
"@zartui/mobile-cli": "^5.0.6"
|
|
55
|
+
"@zartui/eslint-config": "^4.0.2"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": [
|
|
58
58
|
"es/**/style/*",
|