@volverjs/ui-vue 0.0.10-beta.2 → 0.0.10-beta.4
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/VvAccordion/VvAccordion.es.js +9 -2
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +9 -2
- 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 +9 -2
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +9 -2
- 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 +9 -2
- 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 +11 -3
- 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 +9 -2
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +9 -2
- 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 +18 -4
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +37 -37
- package/dist/components/VvCombobox/index.d.ts +13 -11
- 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 +9 -2
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +31 -31
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +3 -0
- package/dist/components/VvDropdown/index.d.ts +10 -10
- 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 +9 -2
- 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 +9 -2
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +3 -3
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +249 -203
- package/dist/components/index.umd.js +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 +29 -12
- 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 +51 -43
- 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/VvAccordion/VvAccordion.vue +2 -2
- 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/composables/useUniqueId.ts +2 -2
- package/src/props/index.ts +19 -3
- 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/stories/argTypes.ts +1 -1
- 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.4",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@vueuse/core": "^10.4.1",
|
|
45
45
|
"jsdom": "^22.1.0",
|
|
46
46
|
"mitt": "^3.0.1",
|
|
47
|
-
"nanoid": "^4.0.2",
|
|
48
47
|
"ts-dot-prop": "^2.1.3",
|
|
48
|
+
"uid": "^2.0.2",
|
|
49
49
|
"vue": "^3.3.4",
|
|
50
50
|
"vue-imask": "^7.1.3"
|
|
51
51
|
},
|
|
@@ -53,48 +53,48 @@
|
|
|
53
53
|
"@volverjs/style": "0.*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@babel/core": "^7.22.
|
|
57
|
-
"@babel/preset-env": "^7.22.
|
|
56
|
+
"@babel/core": "^7.22.20",
|
|
57
|
+
"@babel/preset-env": "^7.22.20",
|
|
58
58
|
"@babel/preset-typescript": "^7.22.15",
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
|
-
"@iconify/utils": "^2.1.
|
|
60
|
+
"@iconify/utils": "^2.1.10",
|
|
61
61
|
"@mdx-js/react": "^2.3.0",
|
|
62
|
-
"@rushstack/eslint-patch": "^1.
|
|
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.
|
|
62
|
+
"@rushstack/eslint-patch": "^1.4.0",
|
|
63
|
+
"@storybook/addon-a11y": "^7.4.2",
|
|
64
|
+
"@storybook/addon-actions": "^7.4.2",
|
|
65
|
+
"@storybook/addon-docs": "^7.4.2",
|
|
66
|
+
"@storybook/addon-essentials": "^7.4.2",
|
|
67
|
+
"@storybook/addon-interactions": "^7.4.2",
|
|
68
|
+
"@storybook/addon-links": "^7.4.2",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.4.2",
|
|
70
|
+
"@storybook/channel-websocket": "^7.4.2",
|
|
71
|
+
"@storybook/cli": "^7.4.2",
|
|
72
|
+
"@storybook/client-api": "^7.4.2",
|
|
73
|
+
"@storybook/client-logger": "^7.4.2",
|
|
74
|
+
"@storybook/core-common": "^7.4.2",
|
|
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.2",
|
|
77
|
+
"@storybook/preview-web": "^7.4.2",
|
|
78
78
|
"@storybook/test-runner": "^0.13.0",
|
|
79
|
-
"@storybook/testing-library": "^0.2.
|
|
80
|
-
"@storybook/vue3": "^7.4.
|
|
81
|
-
"@storybook/vue3-vite": "^7.4.
|
|
82
|
-
"@tsconfig/node18": "^18.2.
|
|
83
|
-
"@types/jest-axe": "^3.5.
|
|
84
|
-
"@types/jsdom": "^21.1.
|
|
85
|
-
"@types/node": "^20.
|
|
86
|
-
"@types/react": "^18.2.
|
|
79
|
+
"@storybook/testing-library": "^0.2.1",
|
|
80
|
+
"@storybook/vue3": "^7.4.2",
|
|
81
|
+
"@storybook/vue3-vite": "^7.4.2",
|
|
82
|
+
"@tsconfig/node18": "^18.2.2",
|
|
83
|
+
"@types/jest-axe": "^3.5.6",
|
|
84
|
+
"@types/jsdom": "^21.1.3",
|
|
85
|
+
"@types/node": "^20.6.2",
|
|
86
|
+
"@types/react": "^18.2.22",
|
|
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
|
-
"@vue/eslint-config-typescript": "^
|
|
92
|
+
"@vue/eslint-config-typescript": "^12.0.0",
|
|
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.
|
|
97
|
+
"eslint": "^8.49.0",
|
|
98
98
|
"eslint-config-prettier": "^9.0.0",
|
|
99
99
|
"eslint-mdx": "^2.2.0",
|
|
100
100
|
"eslint-plugin-mdx": "^2.2.0",
|
|
@@ -103,17 +103,17 @@
|
|
|
103
103
|
"eslint-plugin-vue": "^9.17.0",
|
|
104
104
|
"glob": "7.2.3",
|
|
105
105
|
"jest-axe": "^8.0.0",
|
|
106
|
-
"jest-diff": "^29.
|
|
106
|
+
"jest-diff": "^29.7.0",
|
|
107
107
|
"jest-get-type": "^29.6.3",
|
|
108
108
|
"jsdom": "^22.1.0",
|
|
109
109
|
"npm-run-all": "^4.1.5",
|
|
110
110
|
"prettier": "^3.0.3",
|
|
111
|
-
"pretty-format": "^29.
|
|
111
|
+
"pretty-format": "^29.7.0",
|
|
112
112
|
"react": "^18.2.0",
|
|
113
113
|
"react-dom": "^18.2.0",
|
|
114
|
-
"remark": "^
|
|
115
|
-
"sass": "^1.
|
|
116
|
-
"storybook": "^7.4.
|
|
114
|
+
"remark": "^15.0.1",
|
|
115
|
+
"sass": "^1.67.0",
|
|
116
|
+
"storybook": "^7.4.2",
|
|
117
117
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
118
118
|
"storybook-dark-mode": "^3.0.1",
|
|
119
119
|
"storybook-version": "^0.1.1",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"vite": "^4.4.9",
|
|
126
126
|
"vite-plugin-eslint": "^1.8.1",
|
|
127
127
|
"vite-plugin-externalize-deps": "^0.7.0",
|
|
128
|
-
"vue-tsc": "^1.8.
|
|
128
|
+
"vue-tsc": "^1.8.11",
|
|
129
129
|
"yargs": "^17.7.2"
|
|
130
130
|
},
|
|
131
131
|
"typesVersions": {
|
|
@@ -226,8 +226,11 @@
|
|
|
226
226
|
"vv-nav": [
|
|
227
227
|
"dist/components/VvNav/VvNav.vue.d.ts"
|
|
228
228
|
],
|
|
229
|
-
"vv-nav-item
|
|
230
|
-
"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"
|
|
231
234
|
],
|
|
232
235
|
"vv-progress": [
|
|
233
236
|
"dist/components/VvProgress/VvProgress.vue.d.ts"
|
|
@@ -415,10 +418,15 @@
|
|
|
415
418
|
"import": "./dist/components/VvNav/VvNav.es.js",
|
|
416
419
|
"default": "./dist/components/VvNav/VvNav.umd.js"
|
|
417
420
|
},
|
|
418
|
-
"./vv-nav-item
|
|
419
|
-
"types": "./dist/components/
|
|
420
|
-
"import": "./dist/components/
|
|
421
|
-
"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"
|
|
422
430
|
},
|
|
423
431
|
"./vv-progress": {
|
|
424
432
|
"types": "./dist/components/VvProgress/VvProgress.vue.d.ts",
|