@volverjs/ui-vue 0.0.8-beta.7 → 0.0.8-beta.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/dist/components/VvCombobox/VvCombobox.es.js +511 -75
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +3 -0
- package/dist/components/VvCombobox/index.d.ts +1 -0
- package/dist/components/VvDropdown/VvDropdown.es.js +41 -23
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +11 -2
- package/dist/components/VvDropdown/index.d.ts +7 -1
- package/dist/components/index.es.js +66 -27
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/package.json +19 -19
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvCombobox/VvCombobox.vue +21 -3
- package/src/components/VvCombobox/index.ts +1 -0
- package/src/components/VvDropdown/VvDropdown.vue +44 -21
- package/src/components/VvDropdown/index.ts +8 -2
- package/src/stories/Combobox/Combobox.settings.ts +22 -1
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/volverjs/ui-vue/issues"
|
|
21
21
|
},
|
|
22
|
-
"version": "0.0.8-beta.
|
|
22
|
+
"version": "0.0.8-beta.9",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -58,35 +58,35 @@
|
|
|
58
58
|
"@babel/preset-typescript": "^7.21.5",
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
60
|
"@iconify/utils": "^2.1.5",
|
|
61
|
-
"@volverjs/style": "0.1.11-beta.1",
|
|
62
61
|
"@mdx-js/react": "^2.3.0",
|
|
63
62
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
64
|
-
"@storybook/addon-a11y": "7.0.12",
|
|
65
|
-
"@storybook/addon-actions": "7.0.12",
|
|
66
|
-
"@storybook/addon-docs": "7.0.12",
|
|
67
|
-
"@storybook/addon-essentials": "7.0.12",
|
|
68
|
-
"@storybook/addon-interactions": "7.0.12",
|
|
69
|
-
"@storybook/addon-links": "7.0.12",
|
|
70
|
-
"@storybook/channel-postmessage": "7.0.12",
|
|
71
|
-
"@storybook/channel-websocket": "7.0.12",
|
|
72
|
-
"@storybook/cli": "7.0.12",
|
|
73
|
-
"@storybook/client-api": "7.0.12",
|
|
74
|
-
"@storybook/client-logger": "7.0.12",
|
|
75
|
-
"@storybook/core-common": "7.0.12",
|
|
63
|
+
"@storybook/addon-a11y": "^7.0.12",
|
|
64
|
+
"@storybook/addon-actions": "^7.0.12",
|
|
65
|
+
"@storybook/addon-docs": "^7.0.12",
|
|
66
|
+
"@storybook/addon-essentials": "^7.0.12",
|
|
67
|
+
"@storybook/addon-interactions": "^7.0.12",
|
|
68
|
+
"@storybook/addon-links": "^7.0.12",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.0.12",
|
|
70
|
+
"@storybook/channel-websocket": "^7.0.12",
|
|
71
|
+
"@storybook/cli": "^7.0.12",
|
|
72
|
+
"@storybook/client-api": "^7.0.12",
|
|
73
|
+
"@storybook/client-logger": "^7.0.12",
|
|
74
|
+
"@storybook/core-common": "^7.0.12",
|
|
76
75
|
"@storybook/jest": "^0.1.0",
|
|
77
|
-
"@storybook/preview-api": "7.0.12",
|
|
78
|
-
"@storybook/preview-web": "7.0.12",
|
|
76
|
+
"@storybook/preview-api": "^7.0.12",
|
|
77
|
+
"@storybook/preview-web": "^7.0.12",
|
|
79
78
|
"@storybook/test-runner": "^0.10.0",
|
|
80
79
|
"@storybook/testing-library": "^0.1.0",
|
|
81
|
-
"@storybook/vue3": "7.0.12",
|
|
82
|
-
"@storybook/vue3-vite": "7.0.12",
|
|
80
|
+
"@storybook/vue3": "^7.0.12",
|
|
81
|
+
"@storybook/vue3-vite": "^7.0.12",
|
|
83
82
|
"@tsconfig/node18": "^2.0.1",
|
|
84
83
|
"@types/jest-axe": "^3.5.5",
|
|
85
84
|
"@types/jsdom": "^21.1.1",
|
|
86
|
-
"@types/node": "20.2.1",
|
|
85
|
+
"@types/node": "^20.2.1",
|
|
87
86
|
"@types/react": "^18.2.6",
|
|
88
87
|
"@types/yargs": "^17.0.24",
|
|
89
88
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
89
|
+
"@volverjs/style": "^0.1.11-beta.4",
|
|
90
90
|
"@vue/compiler-sfc": "^3.3.4",
|
|
91
91
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
92
92
|
"@vue/eslint-config-typescript": "^11.0.3",
|