@volverjs/ui-vue 0.0.6-beta.4 → 0.0.6-beta.6
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/Volver.d.ts +1 -1
- package/dist/components/VvAccordion/VvAccordion.es.js +18 -1
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +2 -2
- package/dist/components/VvAccordion/index.d.ts +3 -3
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +22 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +6 -58
- package/dist/components/VvAccordionGroup/index.d.ts +3 -29
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +2 -28
- package/dist/components/VvAvatarGroup/index.d.ts +1 -14
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +2 -28
- package/dist/components/VvBreadcrumb/index.d.ts +1 -14
- package/dist/components/VvButton/VvButton.es.js +51 -20
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +27 -2
- package/dist/components/VvButton/index.d.ts +25 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +10 -4
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +7 -59
- package/dist/components/VvButtonGroup/index.d.ts +3 -29
- package/dist/components/VvCard/VvCard.vue.d.ts +2 -2
- package/dist/components/VvCard/index.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +1 -1
- package/dist/components/VvCheckbox/index.d.ts +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +1 -1
- package/dist/components/VvDialog/VvDialog.es.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +3 -3
- package/dist/components/VvDropdown/index.d.ts +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +1 -1
- package/dist/components/VvIcon/index.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +2 -28
- package/dist/components/VvNav/index.d.ts +1 -14
- package/dist/components/VvRadio/VvRadio.vue.d.ts +1 -1
- package/dist/components/VvRadio/index.d.ts +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +2 -28
- package/dist/components/VvTab/index.d.ts +1 -14
- package/dist/components/VvTextarea/VvTextarea.es.js +1 -1
- package/dist/components/index.es.js +83 -26
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/group/useInjectedGroupState.d.ts +1 -1
- package/dist/directives/index.d.ts +2 -2
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/stories/Button/Button.settings.d.ts +25 -0
- package/package.json +29 -29
- 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/index.ts +21 -4
- package/src/components/VvAccordionGroup/index.ts +6 -3
- package/src/components/VvAvatarGroup/index.ts +2 -2
- package/src/components/VvBreadcrumb/index.ts +1 -1
- package/src/components/VvButton/VvButton.vue +9 -6
- package/src/components/VvButton/index.ts +44 -21
- package/src/components/VvButtonGroup/VvButtonGroup.vue +2 -2
- package/src/components/VvButtonGroup/index.ts +14 -2
- package/src/components/VvCard/index.ts +1 -1
- package/src/components/VvCombobox/index.ts +2 -2
- package/src/components/VvIcon/index.ts +1 -1
- package/src/components/VvNav/index.ts +1 -1
- package/src/components/VvTab/index.ts +1 -1
- package/src/components/common/HintSlot.ts +3 -3
- package/src/props/index.ts +2 -2
- package/src/stories/Button/Button.settings.ts +21 -0
- package/src/stories/Button/Button.stories.mdx +3 -3
- package/src/stories/Button/ButtonToggle.stories.mdx +62 -0
- package/src/types/group.d.ts +5 -3
|
@@ -75,6 +75,9 @@ export declare const argTypes: {
|
|
|
75
75
|
control: {
|
|
76
76
|
type: string;
|
|
77
77
|
};
|
|
78
|
+
type: {
|
|
79
|
+
summary: string;
|
|
80
|
+
};
|
|
78
81
|
table: {
|
|
79
82
|
defaultValue: {
|
|
80
83
|
summary: string;
|
|
@@ -195,4 +198,26 @@ export declare const argTypes: {
|
|
|
195
198
|
};
|
|
196
199
|
};
|
|
197
200
|
};
|
|
201
|
+
value: {
|
|
202
|
+
description: string;
|
|
203
|
+
type: {
|
|
204
|
+
summary: string[];
|
|
205
|
+
};
|
|
206
|
+
table: {
|
|
207
|
+
defaultValue: {
|
|
208
|
+
summary: string;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
uncheckedValue: {
|
|
213
|
+
description: string;
|
|
214
|
+
type: {
|
|
215
|
+
summary: string[];
|
|
216
|
+
};
|
|
217
|
+
table: {
|
|
218
|
+
defaultValue: {
|
|
219
|
+
summary: string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
};
|
|
198
223
|
};
|
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.6-beta.
|
|
22
|
+
"version": "0.0.6-beta.6",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@floating-ui/vue": "^0.2.1",
|
|
42
42
|
"@iconify/tools": "^2.2.6",
|
|
43
|
-
"@iconify/vue": "
|
|
43
|
+
"@iconify/vue": "4.1.0",
|
|
44
44
|
"@volverjs/style": "0.1.9-beta.6",
|
|
45
45
|
"@vueuse/core": "^9.13.0",
|
|
46
46
|
"jsdom": "^21.1.1",
|
|
@@ -50,37 +50,37 @@
|
|
|
50
50
|
"vue": "^3.2.47"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@babel/core": "^7.21.
|
|
54
|
-
"@babel/preset-env": "^7.
|
|
55
|
-
"@babel/preset-typescript": "^7.21.
|
|
53
|
+
"@babel/core": "^7.21.4",
|
|
54
|
+
"@babel/preset-env": "^7.21.4",
|
|
55
|
+
"@babel/preset-typescript": "^7.21.4",
|
|
56
56
|
"@iconify/types": "^2.0.0",
|
|
57
57
|
"@iconify/utils": "^2.1.5",
|
|
58
58
|
"@mdx-js/react": "^2.3.0",
|
|
59
59
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
60
|
-
"@storybook/addon-a11y": "7.0.
|
|
61
|
-
"@storybook/addon-actions": "7.0.
|
|
62
|
-
"@storybook/addon-docs": "7.0.
|
|
63
|
-
"@storybook/addon-essentials": "7.0.
|
|
64
|
-
"@storybook/addon-interactions": "7.0.
|
|
65
|
-
"@storybook/addon-links": "7.0.
|
|
66
|
-
"@storybook/builder-vite": "7.0.
|
|
67
|
-
"@storybook/channel-postmessage": "7.0.
|
|
68
|
-
"@storybook/channel-websocket": "7.0.
|
|
69
|
-
"@storybook/cli": "7.0.
|
|
70
|
-
"@storybook/client-api": "7.0.
|
|
71
|
-
"@storybook/client-logger": "7.0.
|
|
72
|
-
"@storybook/core-common": "7.0.
|
|
73
|
-
"@storybook/jest": "^0.
|
|
74
|
-
"@storybook/preview-api": "7.0.
|
|
75
|
-
"@storybook/preview-web": "7.0.
|
|
76
|
-
"@storybook/test-runner": "^0.10.0
|
|
77
|
-
"@storybook/testing-library": "^0.0
|
|
78
|
-
"@storybook/vue3": "7.0.
|
|
79
|
-
"@storybook/vue3-vite": "7.0.
|
|
60
|
+
"@storybook/addon-a11y": "7.0.2",
|
|
61
|
+
"@storybook/addon-actions": "7.0.2",
|
|
62
|
+
"@storybook/addon-docs": "7.0.2",
|
|
63
|
+
"@storybook/addon-essentials": "7.0.2",
|
|
64
|
+
"@storybook/addon-interactions": "7.0.2",
|
|
65
|
+
"@storybook/addon-links": "7.0.2",
|
|
66
|
+
"@storybook/builder-vite": "7.0.2",
|
|
67
|
+
"@storybook/channel-postmessage": "7.0.2",
|
|
68
|
+
"@storybook/channel-websocket": "7.0.2",
|
|
69
|
+
"@storybook/cli": "7.0.2",
|
|
70
|
+
"@storybook/client-api": "7.0.2",
|
|
71
|
+
"@storybook/client-logger": "7.0.2",
|
|
72
|
+
"@storybook/core-common": "7.0.2",
|
|
73
|
+
"@storybook/jest": "^0.1.0",
|
|
74
|
+
"@storybook/preview-api": "7.0.2",
|
|
75
|
+
"@storybook/preview-web": "7.0.2",
|
|
76
|
+
"@storybook/test-runner": "^0.10.0",
|
|
77
|
+
"@storybook/testing-library": "^0.1.0",
|
|
78
|
+
"@storybook/vue3": "7.0.2",
|
|
79
|
+
"@storybook/vue3-vite": "7.0.2",
|
|
80
80
|
"@types/jest-axe": "^3.5.5",
|
|
81
81
|
"@types/jsdom": "^21.1.1",
|
|
82
82
|
"@types/node": "18.15.11",
|
|
83
|
-
"@types/react": "^18.0.
|
|
83
|
+
"@types/react": "^18.0.33",
|
|
84
84
|
"@types/yargs": "^17.0.24",
|
|
85
85
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
86
86
|
"@vue/compiler-sfc": "^3.2.47",
|
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
"react-dom": "^18.2.0",
|
|
108
108
|
"remark": "^14.0.2",
|
|
109
109
|
"sass": "^1.60.0",
|
|
110
|
-
"storybook": "7.0.
|
|
110
|
+
"storybook": "7.0.2",
|
|
111
111
|
"storybook-addon-markdown-docs": "^1.0.5",
|
|
112
|
-
"storybook-dark-mode": "^
|
|
112
|
+
"storybook-dark-mode": "^3.0.0",
|
|
113
113
|
"storybook-version": "^0.1.1",
|
|
114
114
|
"terser": "^5.16.8",
|
|
115
115
|
"ts-node": "^10.9.1",
|
|
116
|
-
"typescript": "~
|
|
116
|
+
"typescript": "~5.0.3",
|
|
117
117
|
"unplugin-auto-import": "^0.15.2",
|
|
118
118
|
"unplugin-vue-components": "^0.24.1",
|
|
119
119
|
"vite": "^4.2.1",
|