@volverjs/ui-vue 0.0.9-beta.10 → 0.0.9-beta.11
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 +105 -96
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +3 -3
- package/dist/components/VvCombobox/index.d.ts +4 -2
- package/dist/components/index.es.js +105 -96
- 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 +21 -21
- 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 +24 -14
- package/src/components/VvCombobox/index.ts +2 -2
- package/src/stories/Combobox/Combobox.test.ts +1 -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.9-beta.
|
|
22
|
+
"version": "0.0.9-beta.11",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -60,29 +60,29 @@
|
|
|
60
60
|
"@iconify/utils": "^2.1.7",
|
|
61
61
|
"@mdx-js/react": "^2.3.0",
|
|
62
62
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
63
|
-
"@storybook/addon-a11y": "^7.0.
|
|
64
|
-
"@storybook/addon-actions": "^7.0.
|
|
65
|
-
"@storybook/addon-docs": "^7.0.
|
|
66
|
-
"@storybook/addon-essentials": "^7.0.
|
|
67
|
-
"@storybook/addon-interactions": "^7.0.
|
|
68
|
-
"@storybook/addon-links": "^7.0.
|
|
69
|
-
"@storybook/channel-postmessage": "^7.0.
|
|
70
|
-
"@storybook/channel-websocket": "^7.0.
|
|
71
|
-
"@storybook/cli": "^7.0.
|
|
72
|
-
"@storybook/client-api": "^7.0.
|
|
73
|
-
"@storybook/client-logger": "^7.0.
|
|
74
|
-
"@storybook/core-common": "^7.0.
|
|
63
|
+
"@storybook/addon-a11y": "^7.0.25",
|
|
64
|
+
"@storybook/addon-actions": "^7.0.25",
|
|
65
|
+
"@storybook/addon-docs": "^7.0.25",
|
|
66
|
+
"@storybook/addon-essentials": "^7.0.25",
|
|
67
|
+
"@storybook/addon-interactions": "^7.0.25",
|
|
68
|
+
"@storybook/addon-links": "^7.0.25",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.0.25",
|
|
70
|
+
"@storybook/channel-websocket": "^7.0.25",
|
|
71
|
+
"@storybook/cli": "^7.0.25",
|
|
72
|
+
"@storybook/client-api": "^7.0.25",
|
|
73
|
+
"@storybook/client-logger": "^7.0.25",
|
|
74
|
+
"@storybook/core-common": "^7.0.25",
|
|
75
75
|
"@storybook/jest": "^0.1.0",
|
|
76
|
-
"@storybook/preview-api": "^7.0.
|
|
77
|
-
"@storybook/preview-web": "^7.0.
|
|
76
|
+
"@storybook/preview-api": "^7.0.25",
|
|
77
|
+
"@storybook/preview-web": "^7.0.25",
|
|
78
78
|
"@storybook/test-runner": "^0.11.0",
|
|
79
79
|
"@storybook/testing-library": "^0.2.0",
|
|
80
|
-
"@storybook/vue3": "^7.0.
|
|
81
|
-
"@storybook/vue3-vite": "^7.0.
|
|
80
|
+
"@storybook/vue3": "^7.0.25",
|
|
81
|
+
"@storybook/vue3-vite": "^7.0.25",
|
|
82
82
|
"@tsconfig/node18": "^18.2.0",
|
|
83
83
|
"@types/jest-axe": "^3.5.5",
|
|
84
84
|
"@types/jsdom": "^21.1.1",
|
|
85
|
-
"@types/node": "^20.3.
|
|
85
|
+
"@types/node": "^20.3.3",
|
|
86
86
|
"@types/react": "^18.2.14",
|
|
87
87
|
"@types/yargs": "^17.0.24",
|
|
88
88
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@vue/test-utils": "^2.4.0",
|
|
94
94
|
"@vue/tsconfig": "^0.4.0",
|
|
95
95
|
"change-case": "^4.1.2",
|
|
96
|
-
"eslint": "^8.
|
|
96
|
+
"eslint": "^8.44.0",
|
|
97
97
|
"eslint-config-prettier": "^8.8.0",
|
|
98
98
|
"eslint-mdx": "^2.1.0",
|
|
99
99
|
"eslint-plugin-mdx": "^2.1.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"react-dom": "^18.2.0",
|
|
112
112
|
"remark": "^14.0.3",
|
|
113
113
|
"sass": "^1.63.6",
|
|
114
|
-
"storybook": "7.0.
|
|
114
|
+
"storybook": "^7.0.25",
|
|
115
115
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
116
116
|
"storybook-dark-mode": "^3.0.0",
|
|
117
117
|
"storybook-version": "^0.1.1",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"unplugin-vue-components": "^0.25.1",
|
|
123
123
|
"vite": "^4.3.9",
|
|
124
124
|
"vite-plugin-eslint": "^1.8.1",
|
|
125
|
-
"vite-plugin-externalize-deps": "^0.
|
|
125
|
+
"vite-plugin-externalize-deps": "^0.7.0",
|
|
126
126
|
"vue-tsc": "^1.8.3",
|
|
127
127
|
"yargs": "^17.7.2"
|
|
128
128
|
},
|