@volverjs/ui-vue 0.0.9-beta.8 → 0.0.9-beta.9
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/VvAlertGroup/VvAlertGroup.vue.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +20 -13
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +20 -13
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +20 -13
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.es.js +21 -20
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +2 -2
- package/dist/components/VvInputText/VvInputText.es.js +20 -13
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +20 -13
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +20 -13
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +20 -13
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +20 -13
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/index.es.js +44 -36
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/resolvers/unplugin.es.js +3 -0
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +1 -1
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +7 -7
- package/package.json +34 -34
- 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/VvAlertGroup/VvAlertGroup.vue +2 -0
- package/src/components/VvDialog/VvDialog.vue +10 -11
- package/src/components/common/HintSlot.ts +20 -12
- package/src/resolvers/unplugin.ts +3 -0
|
@@ -22,6 +22,9 @@ const getStyleNames = function(kebabName) {
|
|
|
22
22
|
"vv-dropdown-action"
|
|
23
23
|
];
|
|
24
24
|
}
|
|
25
|
+
if (kebabName === "vv-button-group") {
|
|
26
|
+
return ["vv-button", "vv-button-group"];
|
|
27
|
+
}
|
|
25
28
|
if (kebabName === "vv-accordion-group") {
|
|
26
29
|
return ["vv-accordion", "vv-accordion-group"];
|
|
27
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(o,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((o="undefined"!=typeof globalThis?globalThis:o||self).components={})}(this,(function(o){"use strict";function e(o,e){if("string"!=typeof o)throw new TypeError("expected a string");return o.trim().replace(/([a-z])([A-Z])/g,"$1-$2").replace(/\W/g,(o=>/[À-ž]/.test(o)?o:"-")).replace(/^-+|-+$/g,"").replace(/-{2,}/g,(o=>(null==e?void 0:e.condense)?"-":o)).toLowerCase()}const
|
|
1
|
+
!function(o,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((o="undefined"!=typeof globalThis?globalThis:o||self).components={})}(this,(function(o){"use strict";function e(o,e){if("string"!=typeof o)throw new TypeError("expected a string");return o.trim().replace(/([a-z])([A-Z])/g,"$1-$2").replace(/\W/g,(o=>/[À-ž]/.test(o)?o:"-")).replace(/^-+|-+$/g,"").replace(/-{2,}/g,(o=>(null==e?void 0:e.condense)?"-":o)).toLowerCase()}const t=["vv-icon","vv-action"],r=["v-tooltip"],v=function(o){if(!t.includes(o))return"vv-dropdown"===o?["vv-dropdown","vv-dropdown-option","vv-dropdown-action"]:"vv-combobox"===o?["vv-select","vv-dropdown-option","vv-dropdown-optgroup","vv-dropdown","vv-dropdown-action"]:"vv-button-group"===o?["vv-button","vv-button-group"]:"vv-accordion-group"===o?["vv-accordion","vv-accordion-group"]:"vv-checkbox-group"===o?["vv-checkbox","vv-checkbox-group"]:"vv-radio-group"===o?["vv-radio","vv-radio-group"]:"vv-alert-group"===o?["vv-alert","vv-alert-group"]:"v-tooltip"===o?["vv-tooltip"]:[o]},n=function(o,e){const t=[];if(!e)return t;const r=v(o);return r&&r.forEach((o=>{t.push(`@volverjs/style/${"scss"===e?"scss/":""}components/${o}`)})),t};o.VolverResolver=function({prefix:o="vv",importStyle:t,directives:v,ignore:i}={}){return[{type:"component",resolve:r=>{if(!o||!r.toLowerCase().startsWith(o.toLowerCase()))return;const v=e(r).replace(`${o}-`,"vv-");return i&&i.includes(v)?void 0:{from:`@volverjs/ui-vue/${v}`,sideEffects:n(v,t)}}},{type:"directive",resolve:o=>{if(!v)return;const c=`v-${e(o)}`;return!r.includes(c)||i&&i.includes(c)?void 0:{from:`@volverjs/ui-vue/${c}`,sideEffects:n(c,t)}}}]},o.getStyleNames=v,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})}));
|
|
@@ -15,10 +15,10 @@ declare const _default: Meta<{
|
|
|
15
15
|
readonly modelValue?: string | unknown[] | undefined;
|
|
16
16
|
readonly modifiers?: string | string[] | undefined;
|
|
17
17
|
key?: string | number | symbol | undefined;
|
|
18
|
-
style?: unknown;
|
|
19
18
|
ref_for?: boolean | undefined;
|
|
20
19
|
ref_key?: string | undefined;
|
|
21
20
|
class?: unknown;
|
|
21
|
+
style?: unknown;
|
|
22
22
|
readonly storeKey?: string | undefined;
|
|
23
23
|
};
|
|
24
24
|
$attrs: {
|
|
@@ -15,10 +15,10 @@ declare const _default: {
|
|
|
15
15
|
readonly modelValue?: string | unknown[] | undefined;
|
|
16
16
|
readonly modifiers?: string | string[] | undefined;
|
|
17
17
|
key?: string | number | symbol | undefined;
|
|
18
|
-
style?: unknown;
|
|
19
18
|
ref_for?: boolean | undefined;
|
|
20
19
|
ref_key?: string | undefined;
|
|
21
20
|
class?: unknown;
|
|
21
|
+
style?: unknown;
|
|
22
22
|
readonly storeKey?: string | undefined;
|
|
23
23
|
} & {
|
|
24
24
|
default?: import("vue").VNodeChild | ((_: {}) => any);
|
|
@@ -39,10 +39,10 @@ declare const _default: {
|
|
|
39
39
|
readonly modelValue?: string | unknown[] | undefined;
|
|
40
40
|
readonly modifiers?: string | string[] | undefined;
|
|
41
41
|
key?: string | number | symbol | undefined;
|
|
42
|
-
style?: unknown;
|
|
43
42
|
ref_for?: boolean | undefined;
|
|
44
43
|
ref_key?: string | undefined;
|
|
45
44
|
class?: unknown;
|
|
45
|
+
style?: unknown;
|
|
46
46
|
readonly storeKey?: string | undefined;
|
|
47
47
|
};
|
|
48
48
|
$attrs: {
|
|
@@ -162,10 +162,10 @@ declare const _default: {
|
|
|
162
162
|
readonly modelValue?: string | unknown[] | undefined;
|
|
163
163
|
readonly modifiers?: string | string[] | undefined;
|
|
164
164
|
key?: string | number | symbol | undefined;
|
|
165
|
-
style?: unknown;
|
|
166
165
|
ref_for?: boolean | undefined;
|
|
167
166
|
ref_key?: string | undefined;
|
|
168
167
|
class?: unknown;
|
|
168
|
+
style?: unknown;
|
|
169
169
|
readonly storeKey?: string | undefined;
|
|
170
170
|
default?: import("vue").VNodeChild | ((_: {}) => any);
|
|
171
171
|
}>[] | undefined;
|
|
@@ -185,10 +185,10 @@ declare const _default: {
|
|
|
185
185
|
readonly modelValue?: string | unknown[] | undefined;
|
|
186
186
|
readonly modifiers?: string | string[] | undefined;
|
|
187
187
|
key?: string | number | symbol | undefined;
|
|
188
|
-
style?: unknown;
|
|
189
188
|
ref_for?: boolean | undefined;
|
|
190
189
|
ref_key?: string | undefined;
|
|
191
190
|
class?: unknown;
|
|
191
|
+
style?: unknown;
|
|
192
192
|
readonly storeKey?: string | undefined;
|
|
193
193
|
};
|
|
194
194
|
$attrs: {
|
|
@@ -311,10 +311,10 @@ declare const _default: {
|
|
|
311
311
|
readonly modelValue?: string | unknown[] | undefined;
|
|
312
312
|
readonly modifiers?: string | string[] | undefined;
|
|
313
313
|
key?: string | number | symbol | undefined;
|
|
314
|
-
style?: unknown;
|
|
315
314
|
ref_for?: boolean | undefined;
|
|
316
315
|
ref_key?: string | undefined;
|
|
317
316
|
class?: unknown;
|
|
317
|
+
style?: unknown;
|
|
318
318
|
readonly storeKey?: string | undefined;
|
|
319
319
|
};
|
|
320
320
|
$attrs: {
|
|
@@ -437,10 +437,10 @@ declare const _default: {
|
|
|
437
437
|
readonly modelValue?: string | unknown[] | undefined;
|
|
438
438
|
readonly modifiers?: string | string[] | undefined;
|
|
439
439
|
key?: string | number | symbol | undefined;
|
|
440
|
-
style?: unknown;
|
|
441
440
|
ref_for?: boolean | undefined;
|
|
442
441
|
ref_key?: string | undefined;
|
|
443
442
|
class?: unknown;
|
|
443
|
+
style?: unknown;
|
|
444
444
|
readonly storeKey?: string | undefined;
|
|
445
445
|
};
|
|
446
446
|
$attrs: {
|
|
@@ -563,10 +563,10 @@ declare const _default: {
|
|
|
563
563
|
readonly modelValue?: string | unknown[] | undefined;
|
|
564
564
|
readonly modifiers?: string | string[] | undefined;
|
|
565
565
|
key?: string | number | symbol | undefined;
|
|
566
|
-
style?: unknown;
|
|
567
566
|
ref_for?: boolean | undefined;
|
|
568
567
|
ref_key?: string | undefined;
|
|
569
568
|
class?: unknown;
|
|
569
|
+
style?: unknown;
|
|
570
570
|
readonly storeKey?: string | undefined;
|
|
571
571
|
};
|
|
572
572
|
$attrs: {
|
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.9",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@floating-ui/vue": "^1.0.1",
|
|
42
42
|
"@iconify/tools": "^3.0.2",
|
|
43
|
-
"@iconify/vue": "4.1.1",
|
|
44
|
-
"@vueuse/core": "^10.
|
|
43
|
+
"@iconify/vue": "^4.1.1",
|
|
44
|
+
"@vueuse/core": "^10.2.0",
|
|
45
45
|
"jsdom": "^22.1.0",
|
|
46
46
|
"maska": "^2.1.9",
|
|
47
47
|
"mitt": "^3.0.0",
|
|
@@ -53,37 +53,37 @@
|
|
|
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.
|
|
56
|
+
"@babel/core": "^7.22.5",
|
|
57
|
+
"@babel/preset-env": "^7.22.5",
|
|
58
|
+
"@babel/preset-typescript": "^7.22.5",
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
60
|
"@iconify/utils": "^2.1.6",
|
|
61
61
|
"@mdx-js/react": "^2.3.0",
|
|
62
|
-
"@rushstack/eslint-patch": "^1.3.
|
|
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.
|
|
62
|
+
"@rushstack/eslint-patch": "^1.3.2",
|
|
63
|
+
"@storybook/addon-a11y": "^7.0.22",
|
|
64
|
+
"@storybook/addon-actions": "^7.0.22",
|
|
65
|
+
"@storybook/addon-docs": "^7.0.22",
|
|
66
|
+
"@storybook/addon-essentials": "^7.0.22",
|
|
67
|
+
"@storybook/addon-interactions": "^7.0.22",
|
|
68
|
+
"@storybook/addon-links": "^7.0.22",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.0.22",
|
|
70
|
+
"@storybook/channel-websocket": "^7.0.22",
|
|
71
|
+
"@storybook/cli": "^7.0.22",
|
|
72
|
+
"@storybook/client-api": "^7.0.22",
|
|
73
|
+
"@storybook/client-logger": "^7.0.22",
|
|
74
|
+
"@storybook/core-common": "^7.0.22",
|
|
75
75
|
"@storybook/jest": "^0.1.0",
|
|
76
|
-
"@storybook/preview-api": "^7.0.
|
|
77
|
-
"@storybook/preview-web": "^7.0.
|
|
78
|
-
"@storybook/test-runner": "^0.
|
|
79
|
-
"@storybook/testing-library": "^0.
|
|
80
|
-
"@storybook/vue3": "^7.0.
|
|
81
|
-
"@storybook/vue3-vite": "^7.0.
|
|
76
|
+
"@storybook/preview-api": "^7.0.22",
|
|
77
|
+
"@storybook/preview-web": "^7.0.22",
|
|
78
|
+
"@storybook/test-runner": "^0.11.0",
|
|
79
|
+
"@storybook/testing-library": "^0.2.0",
|
|
80
|
+
"@storybook/vue3": "^7.0.22",
|
|
81
|
+
"@storybook/vue3-vite": "^7.0.22",
|
|
82
82
|
"@tsconfig/node18": "^2.0.1",
|
|
83
83
|
"@types/jest-axe": "^3.5.5",
|
|
84
84
|
"@types/jsdom": "^21.1.1",
|
|
85
|
-
"@types/node": "^20.
|
|
86
|
-
"@types/react": "^18.2.
|
|
85
|
+
"@types/node": "^20.3.1",
|
|
86
|
+
"@types/react": "^18.2.13",
|
|
87
87
|
"@types/yargs": "^17.0.24",
|
|
88
88
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
89
89
|
"@volverjs/style": "0.1.12-beta.4",
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"@vue/test-utils": "^2.3.2",
|
|
94
94
|
"@vue/tsconfig": "^0.4.0",
|
|
95
95
|
"change-case": "^4.1.2",
|
|
96
|
-
"eslint": "^8.
|
|
96
|
+
"eslint": "^8.43.0",
|
|
97
97
|
"eslint-config-prettier": "^8.8.0",
|
|
98
98
|
"eslint-mdx": "^2.1.0",
|
|
99
99
|
"eslint-plugin-mdx": "^2.1.0",
|
|
100
100
|
"eslint-plugin-storybook": "^0.6.12",
|
|
101
|
-
"eslint-plugin-vue": "^9.
|
|
101
|
+
"eslint-plugin-vue": "^9.15.0",
|
|
102
102
|
"glob": "7.2.3",
|
|
103
103
|
"jest-axe": "^7.0.1",
|
|
104
104
|
"jest-diff": "^29.5.0",
|
|
@@ -110,12 +110,12 @@
|
|
|
110
110
|
"react": "^18.2.0",
|
|
111
111
|
"react-dom": "^18.2.0",
|
|
112
112
|
"remark": "^14.0.3",
|
|
113
|
-
"sass": "^1.63.
|
|
114
|
-
"storybook": "7.0.
|
|
115
|
-
"storybook-addon-markdown-docs": "^
|
|
113
|
+
"sass": "^1.63.5",
|
|
114
|
+
"storybook": "7.0.22",
|
|
115
|
+
"storybook-addon-markdown-docs": "^2.0.0",
|
|
116
116
|
"storybook-dark-mode": "^3.0.0",
|
|
117
117
|
"storybook-version": "^0.1.1",
|
|
118
|
-
"terser": "^5.
|
|
118
|
+
"terser": "^5.18.1",
|
|
119
119
|
"ts-node": "^10.9.1",
|
|
120
120
|
"typescript": "~5.1.3",
|
|
121
121
|
"unplugin-auto-import": "^0.16.4",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"vite": "^4.3.9",
|
|
124
124
|
"vite-plugin-eslint": "^1.8.1",
|
|
125
125
|
"vite-plugin-externalize-deps": "^0.6.0",
|
|
126
|
-
"vue-tsc": "^1.
|
|
126
|
+
"vue-tsc": "^1.8.1",
|
|
127
127
|
"yargs": "^17.7.2"
|
|
128
128
|
},
|
|
129
129
|
"typesVersions": {
|