@volverjs/ui-vue 0.0.10-beta.1 → 0.0.10-beta.3
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 +64 -1
- package/auto-imports.d.ts +1 -1
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +13 -5
- package/dist/components/VvAccordion/VvAccordion.es.js +7 -0
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/index.d.ts +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +7 -0
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +1 -1
- package/dist/components/VvAction/VvAction.es.js +9 -1
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +3 -0
- package/dist/components/VvAction/index.d.ts +1 -0
- package/dist/components/VvAlert/VvAlert.es.js +7 -0
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +7 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +7 -0
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +7 -0
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +7 -0
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +7 -0
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvButton/VvButton.es.js +9 -1
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +6 -3
- package/dist/components/VvButton/index.d.ts +1 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +7 -0
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +2 -2
- package/dist/components/VvCard/VvCard.es.js +7 -0
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +7 -0
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +7 -0
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +3 -3
- package/dist/components/VvCombobox/VvCombobox.es.js +16 -2
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +103 -103
- package/dist/components/VvCombobox/index.d.ts +35 -33
- package/dist/components/VvDialog/VvDialog.es.js +7 -0
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +7 -0
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +187 -187
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +3 -0
- package/dist/components/VvDropdown/index.d.ts +32 -32
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +9 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +7 -0
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +7 -0
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvInputText/VvInputClearAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +7 -0
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +4 -4
- package/dist/components/VvNav/VvNav.es.js +69 -56
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +12 -8
- package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
- package/dist/components/VvNav/index.d.ts +1 -12
- package/dist/components/VvNavItem/VvNavItem.es.js +392 -0
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
- package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
- package/dist/components/VvProgress/VvProgress.es.js +7 -0
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +7 -0
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +3 -3
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +7 -0
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +3 -3
- package/dist/components/VvSelect/VvSelect.es.js +7 -0
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +7 -7
- package/dist/components/VvTab/VvTab.es.js +127 -87
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +19 -6
- package/dist/components/VvTab/index.d.ts +9 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +7 -0
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +3 -3
- package/dist/components/VvTooltip/VvTooltip.es.js +7 -0
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/index.es.js +246 -200
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/group/useInjectedGroupState.d.ts +1 -1
- package/dist/directives/index.es.js +7 -0
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +7 -0
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +51 -34
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +5 -5
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +31 -31
- package/dist/stories/Tab/Tab.settings.d.ts +3 -23
- package/dist/types/alert.d.ts +13 -0
- package/dist/types/floating-ui.d.ts +6 -0
- package/dist/types/generic.d.ts +5 -0
- package/dist/types/group.d.ts +37 -0
- package/dist/types/nav.d.ts +17 -0
- package/package.json +45 -36
- 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/VvAction/VvAction.vue +1 -0
- package/src/components/VvCombobox/VvCombobox.vue +11 -4
- package/src/components/VvNav/VvNav.vue +29 -51
- package/src/components/VvNav/VvNavItem.vue +18 -0
- package/src/components/VvNav/VvNavSeparator.vue +11 -0
- package/src/components/VvNav/index.ts +2 -15
- package/src/components/VvTab/VvTab.vue +60 -36
- package/src/components/VvTab/index.ts +10 -4
- package/src/props/index.ts +19 -3
- package/src/stories/Button/ButtonModifiers.stories.ts +4 -14
- package/src/stories/Nav/Nav.settings.ts +3 -4
- package/src/stories/Nav/Nav.test.ts +4 -15
- package/src/stories/Tab/Tab.settings.ts +8 -8
- package/src/stories/Tab/Tab.stories.ts +2 -2
- package/src/stories/Tab/Tab.test.ts +6 -14
- package/src/types/nav.ts +19 -0
- package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
- package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
- package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
- package/src/components/VvNav/VvNavItemTitle.vue +0 -11
- package/src/components/VvNav/VvNavSeparator.ts +0 -8
- /package/dist/components/VvNav/{VvNavSeparator.d.ts → VvNavSeparator.vue.d.ts} +0 -0
- /package/src/types/{alert.d.ts → alert.ts} +0 -0
- /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
- /package/src/types/{generic.d.ts → generic.ts} +0 -0
- /package/src/types/{group.d.ts → group.ts} +0 -0
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.10-beta.
|
|
22
|
+
"version": "0.0.10-beta.3",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@vueuse/core": "^10.4.1",
|
|
45
45
|
"jsdom": "^22.1.0",
|
|
46
46
|
"mitt": "^3.0.1",
|
|
47
|
-
"nanoid": "^
|
|
47
|
+
"nanoid": "^5.0.1",
|
|
48
48
|
"ts-dot-prop": "^2.1.3",
|
|
49
49
|
"vue": "^3.3.4",
|
|
50
50
|
"vue-imask": "^7.1.3"
|
|
@@ -53,47 +53,48 @@
|
|
|
53
53
|
"@volverjs/style": "0.*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@babel/core": "^7.22.
|
|
57
|
-
"@babel/preset-env": "^7.22.
|
|
58
|
-
"@babel/preset-typescript": "^7.22.
|
|
56
|
+
"@babel/core": "^7.22.17",
|
|
57
|
+
"@babel/preset-env": "^7.22.15",
|
|
58
|
+
"@babel/preset-typescript": "^7.22.15",
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
60
|
"@iconify/utils": "^2.1.9",
|
|
61
61
|
"@mdx-js/react": "^2.3.0",
|
|
62
62
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
63
|
-
"@storybook/addon-a11y": "^7.4.
|
|
64
|
-
"@storybook/addon-actions": "^7.4.
|
|
65
|
-
"@storybook/addon-docs": "^7.4.
|
|
66
|
-
"@storybook/addon-essentials": "^7.4.
|
|
67
|
-
"@storybook/addon-interactions": "^7.4.
|
|
68
|
-
"@storybook/addon-links": "^7.4.
|
|
69
|
-
"@storybook/channel-postmessage": "^7.4.
|
|
70
|
-
"@storybook/channel-websocket": "^7.4.
|
|
71
|
-
"@storybook/cli": "^7.4.
|
|
72
|
-
"@storybook/client-api": "^7.4.
|
|
73
|
-
"@storybook/client-logger": "^7.4.
|
|
74
|
-
"@storybook/core-common": "^7.4.
|
|
63
|
+
"@storybook/addon-a11y": "^7.4.1",
|
|
64
|
+
"@storybook/addon-actions": "^7.4.1",
|
|
65
|
+
"@storybook/addon-docs": "^7.4.1",
|
|
66
|
+
"@storybook/addon-essentials": "^7.4.1",
|
|
67
|
+
"@storybook/addon-interactions": "^7.4.1",
|
|
68
|
+
"@storybook/addon-links": "^7.4.1",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.4.1",
|
|
70
|
+
"@storybook/channel-websocket": "^7.4.1",
|
|
71
|
+
"@storybook/cli": "^7.4.1",
|
|
72
|
+
"@storybook/client-api": "^7.4.1",
|
|
73
|
+
"@storybook/client-logger": "^7.4.1",
|
|
74
|
+
"@storybook/core-common": "^7.4.1",
|
|
75
75
|
"@storybook/jest": "^0.2.2",
|
|
76
|
-
"@storybook/preview-api": "^7.4.
|
|
77
|
-
"@storybook/preview-web": "^7.4.
|
|
76
|
+
"@storybook/preview-api": "^7.4.1",
|
|
77
|
+
"@storybook/preview-web": "^7.4.1",
|
|
78
78
|
"@storybook/test-runner": "^0.13.0",
|
|
79
79
|
"@storybook/testing-library": "^0.2.0",
|
|
80
|
-
"@storybook/vue3": "^7.4.
|
|
81
|
-
"@storybook/vue3-vite": "^7.4.
|
|
82
|
-
"@tsconfig/node18": "^18.2.
|
|
80
|
+
"@storybook/vue3": "^7.4.1",
|
|
81
|
+
"@storybook/vue3-vite": "^7.4.1",
|
|
82
|
+
"@tsconfig/node18": "^18.2.2",
|
|
83
83
|
"@types/jest-axe": "^3.5.5",
|
|
84
84
|
"@types/jsdom": "^21.1.2",
|
|
85
|
-
"@types/node": "^20.
|
|
85
|
+
"@types/node": "^20.6.0",
|
|
86
86
|
"@types/react": "^18.2.21",
|
|
87
87
|
"@types/yargs": "^17.0.24",
|
|
88
88
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
89
|
-
"@volverjs/style": "0.1.12-beta.
|
|
89
|
+
"@volverjs/style": "0.1.12-beta.8",
|
|
90
90
|
"@vue/compiler-sfc": "^3.3.4",
|
|
91
91
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
92
92
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
93
93
|
"@vue/test-utils": "^2.4.1",
|
|
94
94
|
"@vue/tsconfig": "^0.4.0",
|
|
95
95
|
"change-case": "^4.1.2",
|
|
96
|
-
"
|
|
96
|
+
"chokidar": "^3.5.3",
|
|
97
|
+
"eslint": "^8.49.0",
|
|
97
98
|
"eslint-config-prettier": "^9.0.0",
|
|
98
99
|
"eslint-mdx": "^2.2.0",
|
|
99
100
|
"eslint-plugin-mdx": "^2.2.0",
|
|
@@ -102,21 +103,21 @@
|
|
|
102
103
|
"eslint-plugin-vue": "^9.17.0",
|
|
103
104
|
"glob": "7.2.3",
|
|
104
105
|
"jest-axe": "^8.0.0",
|
|
105
|
-
"jest-diff": "^29.
|
|
106
|
+
"jest-diff": "^29.7.0",
|
|
106
107
|
"jest-get-type": "^29.6.3",
|
|
107
108
|
"jsdom": "^22.1.0",
|
|
108
109
|
"npm-run-all": "^4.1.5",
|
|
109
110
|
"prettier": "^3.0.3",
|
|
110
|
-
"pretty-format": "^29.
|
|
111
|
+
"pretty-format": "^29.7.0",
|
|
111
112
|
"react": "^18.2.0",
|
|
112
113
|
"react-dom": "^18.2.0",
|
|
113
114
|
"remark": "^14.0.3",
|
|
114
115
|
"sass": "^1.66.1",
|
|
115
|
-
"storybook": "^7.4.
|
|
116
|
+
"storybook": "^7.4.1",
|
|
116
117
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
117
118
|
"storybook-dark-mode": "^3.0.1",
|
|
118
119
|
"storybook-version": "^0.1.1",
|
|
119
|
-
"terser": "^5.19.
|
|
120
|
+
"terser": "^5.19.4",
|
|
120
121
|
"ts-node": "^10.9.1",
|
|
121
122
|
"typescript": "~5.2.2",
|
|
122
123
|
"unplugin-auto-import": "^0.16.6",
|
|
@@ -124,7 +125,7 @@
|
|
|
124
125
|
"vite": "^4.4.9",
|
|
125
126
|
"vite-plugin-eslint": "^1.8.1",
|
|
126
127
|
"vite-plugin-externalize-deps": "^0.7.0",
|
|
127
|
-
"vue-tsc": "^1.8.
|
|
128
|
+
"vue-tsc": "^1.8.11",
|
|
128
129
|
"yargs": "^17.7.2"
|
|
129
130
|
},
|
|
130
131
|
"typesVersions": {
|
|
@@ -225,8 +226,11 @@
|
|
|
225
226
|
"vv-nav": [
|
|
226
227
|
"dist/components/VvNav/VvNav.vue.d.ts"
|
|
227
228
|
],
|
|
228
|
-
"vv-nav-item
|
|
229
|
-
"dist/components/
|
|
229
|
+
"vv-nav-item": [
|
|
230
|
+
"dist/components/VvNavItem/VvNavItem.vue.d.ts"
|
|
231
|
+
],
|
|
232
|
+
"vv-nav-separator": [
|
|
233
|
+
"dist/components/VvNavSeparator/VvNavSeparator.vue.d.ts"
|
|
230
234
|
],
|
|
231
235
|
"vv-progress": [
|
|
232
236
|
"dist/components/VvProgress/VvProgress.vue.d.ts"
|
|
@@ -414,10 +418,15 @@
|
|
|
414
418
|
"import": "./dist/components/VvNav/VvNav.es.js",
|
|
415
419
|
"default": "./dist/components/VvNav/VvNav.umd.js"
|
|
416
420
|
},
|
|
417
|
-
"./vv-nav-item
|
|
418
|
-
"types": "./dist/components/
|
|
419
|
-
"import": "./dist/components/
|
|
420
|
-
"default": "./dist/components/
|
|
421
|
+
"./vv-nav-item": {
|
|
422
|
+
"types": "./dist/components/VvNavItem/VvNavItem.vue.d.ts",
|
|
423
|
+
"import": "./dist/components/VvNavItem/VvNavItem.es.js",
|
|
424
|
+
"default": "./dist/components/VvNavItem/VvNavItem.umd.js"
|
|
425
|
+
},
|
|
426
|
+
"./vv-nav-separator": {
|
|
427
|
+
"types": "./dist/components/VvNavSeparator/VvNavSeparator.vue.d.ts",
|
|
428
|
+
"import": "./dist/components/VvNavSeparator/VvNavSeparator.es.js",
|
|
429
|
+
"default": "./dist/components/VvNavSeparator/VvNavSeparator.umd.js"
|
|
421
430
|
},
|
|
422
431
|
"./vv-progress": {
|
|
423
432
|
"types": "./dist/components/VvProgress/VvProgress.vue.d.ts",
|