@volverjs/ui-vue 0.0.10-beta.26 → 0.0.10-beta.28
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/VvAccordionGroup/VvAccordionGroup.es.js +2 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAction/VvAction.es.js +17 -4
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +7 -7
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +17 -4
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvButton/VvButton.es.js +30 -7
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +3 -3
- package/dist/components/VvCombobox/VvCombobox.es.js +30 -7
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +5 -5
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +6 -6
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +17 -4
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +11 -11
- package/dist/components/VvInputFile/VvInputFile.es.js +30 -7
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +1 -1
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +1 -1
- package/dist/components/VvNav/VvNav.es.js +17 -4
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +3 -3
- package/dist/components/VvNavItem/VvNavItem.es.js +17 -4
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +8 -8
- package/dist/components/VvTab/VvTab.es.js +17 -4
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +1 -1
- package/dist/components/index.es.js +33 -9
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/index.es.js +3 -2
- package/dist/composables/index.umd.js +1 -1
- package/dist/composables/usePersistence.d.ts +1 -1
- package/dist/icons.es.js +226 -226
- package/dist/icons.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +6 -6
- package/package.json +47 -47
- 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/VvAccordionGroup/VvAccordionGroup.vue +1 -0
- package/src/components/VvAction/VvAction.vue +13 -3
- package/src/components/VvButton/VvButton.vue +11 -1
- package/src/components/VvInputText/VvInputText.vue +10 -8
|
@@ -57,7 +57,7 @@ declare const _default: {
|
|
|
57
57
|
}) => any);
|
|
58
58
|
}>, "props"> | undefined;
|
|
59
59
|
subcomponents?: Record<string, Omit<import("vue").ConcreteComponent<unknown>, "props">> | undefined;
|
|
60
|
-
play?: import("@storybook/types").PlayFunction<import("@storybook/vue3
|
|
60
|
+
play?: import("@storybook/types").PlayFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
61
61
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
62
62
|
modelValue: {
|
|
63
63
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
@@ -238,7 +238,7 @@ declare const _default: {
|
|
|
238
238
|
};
|
|
239
239
|
})>> | undefined;
|
|
240
240
|
tags?: string[] | undefined;
|
|
241
|
-
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3
|
|
241
|
+
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
242
242
|
collapse?: boolean | undefined;
|
|
243
243
|
disabled?: boolean | undefined;
|
|
244
244
|
modelValue?: string | string[] | undefined;
|
|
@@ -297,7 +297,7 @@ declare const _default: {
|
|
|
297
297
|
expand: (name?: string | string[] | undefined) => void;
|
|
298
298
|
collapse: (name?: string | string[] | undefined) => void;
|
|
299
299
|
}) => any);
|
|
300
|
-
}> | import("@storybook/types").DecoratorFunction<import("@storybook/vue3
|
|
300
|
+
}> | import("@storybook/types").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
|
|
301
301
|
collapse?: boolean | undefined;
|
|
302
302
|
disabled?: boolean | undefined;
|
|
303
303
|
modelValue?: string | string[] | undefined;
|
|
@@ -718,7 +718,7 @@ declare const _default: {
|
|
|
718
718
|
}): any;
|
|
719
719
|
};
|
|
720
720
|
})>>> | undefined;
|
|
721
|
-
loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3
|
|
721
|
+
loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
722
722
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
723
723
|
modelValue: {
|
|
724
724
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
@@ -897,7 +897,7 @@ declare const _default: {
|
|
|
897
897
|
collapse: (name?: string | string[] | undefined) => void;
|
|
898
898
|
}): any;
|
|
899
899
|
};
|
|
900
|
-
})>> | import("@storybook/types").LoaderFunction<import("@storybook/vue3
|
|
900
|
+
})>> | import("@storybook/types").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
901
901
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
902
902
|
modelValue: {
|
|
903
903
|
type: globalThis.PropType<string | string[] | undefined>;
|
|
@@ -1077,7 +1077,7 @@ declare const _default: {
|
|
|
1077
1077
|
}): any;
|
|
1078
1078
|
};
|
|
1079
1079
|
})>>[] | undefined;
|
|
1080
|
-
render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3
|
|
1080
|
+
render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
|
|
1081
1081
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
|
|
1082
1082
|
modelValue: {
|
|
1083
1083
|
type: globalThis.PropType<string | string[] | undefined>;
|
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.28",
|
|
23
23
|
"packageManager": "pnpm@8.7.0",
|
|
24
24
|
"type": "module",
|
|
25
25
|
"main": "./dist/Volver.umd.js",
|
|
@@ -35,99 +35,99 @@
|
|
|
35
35
|
"*.d.ts"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@floating-ui/vue": "^1.0.
|
|
39
|
-
"@iconify/tools": "^4.0.
|
|
38
|
+
"@floating-ui/vue": "^1.0.6",
|
|
39
|
+
"@iconify/tools": "^4.0.2",
|
|
40
40
|
"@iconify/vue": "^4.1.1",
|
|
41
|
-
"@vueuse/core": "^10.
|
|
41
|
+
"@vueuse/core": "^10.9.0",
|
|
42
42
|
"blurhash": "^2.0.5",
|
|
43
43
|
"comlink": "^4.4.1",
|
|
44
|
-
"jsdom": "^
|
|
44
|
+
"jsdom": "^24.0.0",
|
|
45
45
|
"mitt": "^3.0.1",
|
|
46
46
|
"pica": "^9.0.1",
|
|
47
47
|
"ts-dot-prop": "^2.1.3",
|
|
48
48
|
"uid": "^2.0.2",
|
|
49
|
-
"vue": "^3.4.
|
|
50
|
-
"vue-imask": "^7.
|
|
49
|
+
"vue": "^3.4.21",
|
|
50
|
+
"vue-imask": "^7.5.0",
|
|
51
51
|
"vuedraggable": "^4.1.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@volverjs/style": "0.*"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@babel/core": "^7.
|
|
58
|
-
"@babel/preset-env": "^7.
|
|
57
|
+
"@babel/core": "^7.24.0",
|
|
58
|
+
"@babel/preset-env": "^7.24.0",
|
|
59
59
|
"@babel/preset-typescript": "^7.23.3",
|
|
60
60
|
"@iconify/types": "^2.0.0",
|
|
61
|
-
"@iconify/utils": "^2.1.
|
|
62
|
-
"@mdx-js/react": "^3.0.
|
|
63
|
-
"@rushstack/eslint-patch": "^1.7.
|
|
64
|
-
"@storybook/addon-a11y": "^7.6.
|
|
65
|
-
"@storybook/addon-actions": "^7.6.
|
|
66
|
-
"@storybook/addon-docs": "^7.6.
|
|
67
|
-
"@storybook/addon-essentials": "^7.6.
|
|
68
|
-
"@storybook/addon-interactions": "^7.6.
|
|
69
|
-
"@storybook/addon-links": "^7.6.
|
|
70
|
-
"@storybook/channel-postmessage": "^7.6.
|
|
71
|
-
"@storybook/channel-websocket": "^7.6.
|
|
72
|
-
"@storybook/cli": "^7.6.
|
|
73
|
-
"@storybook/client-api": "^7.6.
|
|
74
|
-
"@storybook/client-logger": "^7.6.
|
|
75
|
-
"@storybook/core-common": "^7.6.
|
|
61
|
+
"@iconify/utils": "^2.1.22",
|
|
62
|
+
"@mdx-js/react": "^3.0.1",
|
|
63
|
+
"@rushstack/eslint-patch": "^1.7.2",
|
|
64
|
+
"@storybook/addon-a11y": "^7.6.17",
|
|
65
|
+
"@storybook/addon-actions": "^7.6.17",
|
|
66
|
+
"@storybook/addon-docs": "^7.6.17",
|
|
67
|
+
"@storybook/addon-essentials": "^7.6.17",
|
|
68
|
+
"@storybook/addon-interactions": "^7.6.17",
|
|
69
|
+
"@storybook/addon-links": "^7.6.17",
|
|
70
|
+
"@storybook/channel-postmessage": "^7.6.17",
|
|
71
|
+
"@storybook/channel-websocket": "^7.6.17",
|
|
72
|
+
"@storybook/cli": "^7.6.17",
|
|
73
|
+
"@storybook/client-api": "^7.6.17",
|
|
74
|
+
"@storybook/client-logger": "^7.6.17",
|
|
75
|
+
"@storybook/core-common": "^7.6.17",
|
|
76
76
|
"@storybook/jest": "^0.2.3",
|
|
77
|
-
"@storybook/preview-api": "^7.6.
|
|
78
|
-
"@storybook/preview-web": "^7.6.
|
|
77
|
+
"@storybook/preview-api": "^7.6.17",
|
|
78
|
+
"@storybook/preview-web": "^7.6.17",
|
|
79
79
|
"@storybook/test-runner": "^0.16.0",
|
|
80
80
|
"@storybook/testing-library": "^0.2.2",
|
|
81
|
-
"@storybook/vue3": "^7.6.
|
|
82
|
-
"@storybook/vue3-vite": "^7.6.
|
|
81
|
+
"@storybook/vue3": "^7.6.17",
|
|
82
|
+
"@storybook/vue3-vite": "^7.6.17",
|
|
83
83
|
"@tsconfig/node18": "^18.2.2",
|
|
84
84
|
"@types/jest-axe": "^3.5.9",
|
|
85
85
|
"@types/jsdom": "^21.1.6",
|
|
86
|
-
"@types/node": "^20.11.
|
|
86
|
+
"@types/node": "^20.11.25",
|
|
87
87
|
"@types/pica": "^9.0.4",
|
|
88
|
-
"@types/react": "^18.2.
|
|
88
|
+
"@types/react": "^18.2.64",
|
|
89
89
|
"@types/yargs": "^17.0.32",
|
|
90
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
90
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
91
91
|
"@volverjs/style": "0.1.12-beta.15",
|
|
92
|
-
"@vue/compiler-sfc": "^3.4.
|
|
92
|
+
"@vue/compiler-sfc": "^3.4.21",
|
|
93
93
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
94
94
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
95
|
-
"@vue/test-utils": "^2.4.
|
|
95
|
+
"@vue/test-utils": "^2.4.4",
|
|
96
96
|
"@vue/tsconfig": "^0.5.1",
|
|
97
|
-
"change-case": "^5.4.
|
|
98
|
-
"chokidar": "^3.
|
|
99
|
-
"eslint": "^8.
|
|
97
|
+
"change-case": "^5.4.3",
|
|
98
|
+
"chokidar": "^3.6.0",
|
|
99
|
+
"eslint": "^8.57.0",
|
|
100
100
|
"eslint-config-prettier": "^9.1.0",
|
|
101
101
|
"eslint-mdx": "^3.1.5",
|
|
102
102
|
"eslint-plugin-mdx": "^3.1.5",
|
|
103
103
|
"eslint-plugin-prettier": "^5.1.3",
|
|
104
|
-
"eslint-plugin-storybook": "^0.
|
|
105
|
-
"eslint-plugin-vue": "^9.
|
|
104
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
105
|
+
"eslint-plugin-vue": "^9.22.0",
|
|
106
106
|
"glob": "7.2.3",
|
|
107
107
|
"jest-axe": "^8.0.0",
|
|
108
108
|
"jest-diff": "^29.7.0",
|
|
109
109
|
"jest-get-type": "^29.6.3",
|
|
110
|
-
"jsdom": "^
|
|
110
|
+
"jsdom": "^24.0.0",
|
|
111
111
|
"npm-run-all": "^4.1.5",
|
|
112
|
-
"prettier": "^3.2.
|
|
112
|
+
"prettier": "^3.2.5",
|
|
113
113
|
"pretty-format": "^29.7.0",
|
|
114
114
|
"react": "^18.2.0",
|
|
115
115
|
"react-dom": "^18.2.0",
|
|
116
116
|
"remark": "^15.0.1",
|
|
117
|
-
"sass": "^1.
|
|
118
|
-
"storybook": "^7.6.
|
|
117
|
+
"sass": "^1.71.1",
|
|
118
|
+
"storybook": "^7.6.17",
|
|
119
119
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
120
120
|
"storybook-dark-mode": "^3.0.3",
|
|
121
121
|
"storybook-version": "^0.1.1",
|
|
122
|
-
"terser": "^5.
|
|
122
|
+
"terser": "^5.29.1",
|
|
123
123
|
"ts-node": "^10.9.2",
|
|
124
|
-
"typescript": "~5.
|
|
125
|
-
"unplugin-auto-import": "^0.17.
|
|
124
|
+
"typescript": "~5.4.2",
|
|
125
|
+
"unplugin-auto-import": "^0.17.5",
|
|
126
126
|
"unplugin-vue-components": "^0.26.0",
|
|
127
|
-
"vite": "^5.
|
|
127
|
+
"vite": "^5.1.5",
|
|
128
128
|
"vite-plugin-eslint": "^1.8.1",
|
|
129
129
|
"vite-plugin-externalize-deps": "^0.8.0",
|
|
130
|
-
"vue-tsc": "^
|
|
130
|
+
"vue-tsc": "^2.0.6",
|
|
131
131
|
"yargs": "^17.7.2"
|
|
132
132
|
},
|
|
133
133
|
"typesVersions": {
|