@volverjs/ui-vue 0.0.10-beta.15 → 0.0.10-beta.17
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 +96 -2
- package/auto-imports.d.ts +2 -0
- package/dist/components/VvAccordion/VvAccordion.es.js +33 -9
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +9 -2
- package/dist/components/VvAccordion/index.d.ts +4 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +33 -9
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +9 -2
- package/dist/components/VvAccordionGroup/index.d.ts +4 -1
- package/dist/components/VvAction/VvAction.es.js +29 -8
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +44 -10
- package/dist/components/VvAction/index.d.ts +21 -5
- package/dist/components/VvAlert/VvAlert.es.js +91 -107
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +14 -4
- package/dist/components/VvAlert/index.d.ts +7 -3
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +91 -107
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +9 -2
- package/dist/components/VvAlertGroup/index.d.ts +6 -2
- package/dist/components/VvAvatar/VvAvatar.es.js +33 -9
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +11 -3
- package/dist/components/VvAvatar/index.d.ts +4 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +33 -9
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +9 -2
- package/dist/components/VvAvatarGroup/index.d.ts +4 -1
- package/dist/components/VvBadge/VvBadge.es.js +33 -9
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.vue.d.ts +11 -3
- package/dist/components/VvBadge/index.d.ts +4 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +33 -9
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +11 -3
- package/dist/components/VvBreadcrumb/index.d.ts +4 -1
- package/dist/components/VvButton/VvButton.es.js +100 -119
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +78 -20
- package/dist/components/VvButton/index.d.ts +34 -12
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +33 -9
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +17 -4
- package/dist/components/VvButtonGroup/index.d.ts +8 -2
- package/dist/components/VvCard/VvCard.es.js +33 -9
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +11 -3
- package/dist/components/VvCard/index.d.ts +4 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +56 -17
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +94 -22
- package/dist/components/VvCheckbox/index.d.ts +44 -11
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +64 -19
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +93 -22
- package/dist/components/VvCheckboxGroup/index.d.ts +44 -11
- package/dist/components/VvCombobox/VvCombobox.es.js +108 -165
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +97 -24
- package/dist/components/VvCombobox/index.d.ts +42 -11
- package/dist/components/VvDialog/VvDialog.es.js +51 -103
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +33 -9
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +14 -2
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +61 -12
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +11 -3
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +25 -6
- package/dist/components/VvDropdown/index.d.ts +6 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +33 -9
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +29 -8
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +37 -10
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +22 -95
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +81 -44
- package/dist/components/VvIcon/index.d.ts +21 -48
- package/dist/components/VvInputFile/VvInputFile.es.js +146 -140
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +52 -12
- package/dist/components/VvInputFile/index.d.ts +24 -6
- package/dist/components/VvInputText/VvInputText.es.js +115 -147
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +141 -34
- package/dist/components/VvInputText/index.d.ts +71 -26
- package/dist/components/VvNav/VvNav.es.js +33 -9
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +9 -2
- package/dist/components/VvNav/index.d.ts +4 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +29 -8
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +33 -9
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.vue.d.ts +9 -2
- package/dist/components/VvProgress/index.d.ts +4 -1
- package/dist/components/VvRadio/VvRadio.es.js +56 -17
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +94 -22
- package/dist/components/VvRadio/index.d.ts +44 -11
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +64 -19
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +93 -22
- package/dist/components/VvRadioGroup/index.d.ts +44 -11
- package/dist/components/VvSelect/VvSelect.es.js +95 -138
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +97 -24
- package/dist/components/VvSelect/index.d.ts +46 -12
- package/dist/components/VvTab/VvTab.es.js +33 -9
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +9 -2
- package/dist/components/VvTab/index.d.ts +4 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +109 -143
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +141 -34
- package/dist/components/VvTextarea/index.d.ts +66 -17
- package/dist/components/VvTooltip/VvTooltip.es.js +33 -9
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +9 -2
- package/dist/components/VvTooltip/index.d.ts +4 -1
- package/dist/components/index.es.js +217 -249
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/useComponentIcon.d.ts +9 -8
- package/dist/directives/index.es.js +33 -9
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +33 -9
- 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 +251 -61
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +15 -4
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +77 -22
- package/dist/stories/Icon/Icon.settings.d.ts +1 -0
- package/package.json +33 -33
- 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/VvAlert/index.ts +1 -3
- package/src/components/VvAlertGroup/index.ts +2 -1
- package/src/components/VvButton/VvButton.vue +6 -6
- package/src/components/VvButton/index.ts +2 -4
- package/src/components/VvCombobox/VvCombobox.vue +5 -8
- package/src/components/VvIcon/VvIcon.vue +2 -2
- package/src/components/VvIcon/index.ts +22 -48
- package/src/components/VvInputFile/VvInputFile.vue +33 -10
- package/src/components/VvInputText/VvInputText.vue +11 -12
- package/src/components/VvSelect/VvSelect.vue +5 -8
- package/src/components/VvTextarea/VvTextarea.vue +5 -8
- package/src/composables/useComponentIcon.ts +15 -14
- package/src/props/index.ts +89 -25
- package/src/stories/Icon/Icon.settings.ts +3 -3
|
@@ -6,13 +6,13 @@ declare const _default: {
|
|
|
6
6
|
excludeStories?: (RegExp | string[]) | undefined;
|
|
7
7
|
component?: Omit<import("vue").ConcreteComponent<{
|
|
8
8
|
disabled?: boolean | undefined;
|
|
9
|
+
modifiers?: string | string[] | undefined;
|
|
9
10
|
collapse?: boolean | undefined;
|
|
10
11
|
not?: boolean | undefined;
|
|
11
12
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
12
13
|
itemModifiers?: string | string[] | undefined;
|
|
13
14
|
key?: string | number | symbol | undefined;
|
|
14
15
|
readonly modelValue?: string | unknown[] | undefined;
|
|
15
|
-
readonly modifiers?: string | string[] | undefined;
|
|
16
16
|
ref?: import("vue").VNodeRef | undefined;
|
|
17
17
|
style?: unknown;
|
|
18
18
|
class?: unknown;
|
|
@@ -67,13 +67,13 @@ declare const _default: {
|
|
|
67
67
|
$data: {};
|
|
68
68
|
$props: {
|
|
69
69
|
disabled?: boolean | undefined;
|
|
70
|
+
modifiers?: string | string[] | undefined;
|
|
70
71
|
collapse?: boolean | undefined;
|
|
71
72
|
not?: boolean | undefined;
|
|
72
73
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
73
74
|
itemModifiers?: string | string[] | undefined;
|
|
74
75
|
key?: string | number | symbol | undefined;
|
|
75
76
|
readonly modelValue?: string | unknown[] | undefined;
|
|
76
|
-
readonly modifiers?: string | string[] | undefined;
|
|
77
77
|
ref?: import("vue").VNodeRef | undefined;
|
|
78
78
|
style?: unknown;
|
|
79
79
|
class?: unknown;
|
|
@@ -146,11 +146,15 @@ declare const _default: {
|
|
|
146
146
|
disabled: BooleanConstructor;
|
|
147
147
|
not: BooleanConstructor;
|
|
148
148
|
storeKey: StringConstructor;
|
|
149
|
-
modifiers:
|
|
149
|
+
modifiers: {
|
|
150
|
+
type: globalThis.PropType<string | string[]>;
|
|
151
|
+
default: undefined;
|
|
152
|
+
};
|
|
150
153
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
151
154
|
[x: string]: (...args: any[]) => void;
|
|
152
155
|
}, string, {
|
|
153
156
|
disabled: boolean;
|
|
157
|
+
modifiers: string | string[];
|
|
154
158
|
collapse: boolean;
|
|
155
159
|
not: boolean;
|
|
156
160
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -189,7 +193,10 @@ declare const _default: {
|
|
|
189
193
|
disabled: BooleanConstructor;
|
|
190
194
|
not: BooleanConstructor;
|
|
191
195
|
storeKey: StringConstructor;
|
|
192
|
-
modifiers:
|
|
196
|
+
modifiers: {
|
|
197
|
+
type: globalThis.PropType<string | string[]>;
|
|
198
|
+
default: undefined;
|
|
199
|
+
};
|
|
193
200
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
194
201
|
__isFragment?: undefined;
|
|
195
202
|
__isTeleport?: undefined;
|
|
@@ -208,11 +215,15 @@ declare const _default: {
|
|
|
208
215
|
disabled: BooleanConstructor;
|
|
209
216
|
not: BooleanConstructor;
|
|
210
217
|
storeKey: StringConstructor;
|
|
211
|
-
modifiers:
|
|
218
|
+
modifiers: {
|
|
219
|
+
type: globalThis.PropType<string | string[]>;
|
|
220
|
+
default: undefined;
|
|
221
|
+
};
|
|
212
222
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
213
223
|
[x: string]: (...args: any[]) => void;
|
|
214
224
|
}, string, {
|
|
215
225
|
disabled: boolean;
|
|
226
|
+
modifiers: string | string[];
|
|
216
227
|
collapse: boolean;
|
|
217
228
|
not: boolean;
|
|
218
229
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -225,13 +236,13 @@ declare const _default: {
|
|
|
225
236
|
tags?: string[] | undefined;
|
|
226
237
|
decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3/dist/render-ddbe18a8").V, {
|
|
227
238
|
disabled?: boolean | undefined;
|
|
239
|
+
modifiers?: string | string[] | undefined;
|
|
228
240
|
collapse?: boolean | undefined;
|
|
229
241
|
not?: boolean | undefined;
|
|
230
242
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
231
243
|
itemModifiers?: string | string[] | undefined;
|
|
232
244
|
key?: string | number | symbol | undefined;
|
|
233
245
|
readonly modelValue?: string | unknown[] | undefined;
|
|
234
|
-
readonly modifiers?: string | string[] | undefined;
|
|
235
246
|
ref?: import("vue").VNodeRef | undefined;
|
|
236
247
|
style?: unknown;
|
|
237
248
|
class?: unknown;
|
|
@@ -285,13 +296,13 @@ declare const _default: {
|
|
|
285
296
|
$data: {};
|
|
286
297
|
$props: {
|
|
287
298
|
disabled?: boolean | undefined;
|
|
299
|
+
modifiers?: string | string[] | undefined;
|
|
288
300
|
collapse?: boolean | undefined;
|
|
289
301
|
not?: boolean | undefined;
|
|
290
302
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
291
303
|
itemModifiers?: string | string[] | undefined;
|
|
292
304
|
key?: string | number | symbol | undefined;
|
|
293
305
|
readonly modelValue?: string | unknown[] | undefined;
|
|
294
|
-
readonly modifiers?: string | string[] | undefined;
|
|
295
306
|
ref?: import("vue").VNodeRef | undefined;
|
|
296
307
|
style?: unknown;
|
|
297
308
|
class?: unknown;
|
|
@@ -364,11 +375,15 @@ declare const _default: {
|
|
|
364
375
|
disabled: BooleanConstructor;
|
|
365
376
|
not: BooleanConstructor;
|
|
366
377
|
storeKey: StringConstructor;
|
|
367
|
-
modifiers:
|
|
378
|
+
modifiers: {
|
|
379
|
+
type: globalThis.PropType<string | string[]>;
|
|
380
|
+
default: undefined;
|
|
381
|
+
};
|
|
368
382
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
369
383
|
[x: string]: (...args: any[]) => void;
|
|
370
384
|
}, string, {
|
|
371
385
|
disabled: boolean;
|
|
386
|
+
modifiers: string | string[];
|
|
372
387
|
collapse: boolean;
|
|
373
388
|
not: boolean;
|
|
374
389
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -407,7 +422,10 @@ declare const _default: {
|
|
|
407
422
|
disabled: BooleanConstructor;
|
|
408
423
|
not: BooleanConstructor;
|
|
409
424
|
storeKey: StringConstructor;
|
|
410
|
-
modifiers:
|
|
425
|
+
modifiers: {
|
|
426
|
+
type: globalThis.PropType<string | string[]>;
|
|
427
|
+
default: undefined;
|
|
428
|
+
};
|
|
411
429
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
412
430
|
__isFragment?: undefined;
|
|
413
431
|
__isTeleport?: undefined;
|
|
@@ -426,11 +444,15 @@ declare const _default: {
|
|
|
426
444
|
disabled: BooleanConstructor;
|
|
427
445
|
not: BooleanConstructor;
|
|
428
446
|
storeKey: StringConstructor;
|
|
429
|
-
modifiers:
|
|
447
|
+
modifiers: {
|
|
448
|
+
type: globalThis.PropType<string | string[]>;
|
|
449
|
+
default: undefined;
|
|
450
|
+
};
|
|
430
451
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
431
452
|
[x: string]: (...args: any[]) => void;
|
|
432
453
|
}, string, {
|
|
433
454
|
disabled: boolean;
|
|
455
|
+
modifiers: string | string[];
|
|
434
456
|
collapse: boolean;
|
|
435
457
|
not: boolean;
|
|
436
458
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -446,13 +468,13 @@ declare const _default: {
|
|
|
446
468
|
$data: {};
|
|
447
469
|
$props: {
|
|
448
470
|
disabled?: boolean | undefined;
|
|
471
|
+
modifiers?: string | string[] | undefined;
|
|
449
472
|
collapse?: boolean | undefined;
|
|
450
473
|
not?: boolean | undefined;
|
|
451
474
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
452
475
|
itemModifiers?: string | string[] | undefined;
|
|
453
476
|
key?: string | number | symbol | undefined;
|
|
454
477
|
readonly modelValue?: string | unknown[] | undefined;
|
|
455
|
-
readonly modifiers?: string | string[] | undefined;
|
|
456
478
|
ref?: import("vue").VNodeRef | undefined;
|
|
457
479
|
style?: unknown;
|
|
458
480
|
class?: unknown;
|
|
@@ -525,11 +547,15 @@ declare const _default: {
|
|
|
525
547
|
disabled: BooleanConstructor;
|
|
526
548
|
not: BooleanConstructor;
|
|
527
549
|
storeKey: StringConstructor;
|
|
528
|
-
modifiers:
|
|
550
|
+
modifiers: {
|
|
551
|
+
type: globalThis.PropType<string | string[]>;
|
|
552
|
+
default: undefined;
|
|
553
|
+
};
|
|
529
554
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
530
555
|
[x: string]: (...args: any[]) => void;
|
|
531
556
|
}, string, {
|
|
532
557
|
disabled: boolean;
|
|
558
|
+
modifiers: string | string[];
|
|
533
559
|
collapse: boolean;
|
|
534
560
|
not: boolean;
|
|
535
561
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -568,7 +594,10 @@ declare const _default: {
|
|
|
568
594
|
disabled: BooleanConstructor;
|
|
569
595
|
not: BooleanConstructor;
|
|
570
596
|
storeKey: StringConstructor;
|
|
571
|
-
modifiers:
|
|
597
|
+
modifiers: {
|
|
598
|
+
type: globalThis.PropType<string | string[]>;
|
|
599
|
+
default: undefined;
|
|
600
|
+
};
|
|
572
601
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
573
602
|
__isFragment?: undefined;
|
|
574
603
|
__isTeleport?: undefined;
|
|
@@ -587,11 +616,15 @@ declare const _default: {
|
|
|
587
616
|
disabled: BooleanConstructor;
|
|
588
617
|
not: BooleanConstructor;
|
|
589
618
|
storeKey: StringConstructor;
|
|
590
|
-
modifiers:
|
|
619
|
+
modifiers: {
|
|
620
|
+
type: globalThis.PropType<string | string[]>;
|
|
621
|
+
default: undefined;
|
|
622
|
+
};
|
|
591
623
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
592
624
|
[x: string]: (...args: any[]) => void;
|
|
593
625
|
}, string, {
|
|
594
626
|
disabled: boolean;
|
|
627
|
+
modifiers: string | string[];
|
|
595
628
|
collapse: boolean;
|
|
596
629
|
not: boolean;
|
|
597
630
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -607,13 +640,13 @@ declare const _default: {
|
|
|
607
640
|
$data: {};
|
|
608
641
|
$props: {
|
|
609
642
|
disabled?: boolean | undefined;
|
|
643
|
+
modifiers?: string | string[] | undefined;
|
|
610
644
|
collapse?: boolean | undefined;
|
|
611
645
|
not?: boolean | undefined;
|
|
612
646
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
613
647
|
itemModifiers?: string | string[] | undefined;
|
|
614
648
|
key?: string | number | symbol | undefined;
|
|
615
649
|
readonly modelValue?: string | unknown[] | undefined;
|
|
616
|
-
readonly modifiers?: string | string[] | undefined;
|
|
617
650
|
ref?: import("vue").VNodeRef | undefined;
|
|
618
651
|
style?: unknown;
|
|
619
652
|
class?: unknown;
|
|
@@ -686,11 +719,15 @@ declare const _default: {
|
|
|
686
719
|
disabled: BooleanConstructor;
|
|
687
720
|
not: BooleanConstructor;
|
|
688
721
|
storeKey: StringConstructor;
|
|
689
|
-
modifiers:
|
|
722
|
+
modifiers: {
|
|
723
|
+
type: globalThis.PropType<string | string[]>;
|
|
724
|
+
default: undefined;
|
|
725
|
+
};
|
|
690
726
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
691
727
|
[x: string]: (...args: any[]) => void;
|
|
692
728
|
}, string, {
|
|
693
729
|
disabled: boolean;
|
|
730
|
+
modifiers: string | string[];
|
|
694
731
|
collapse: boolean;
|
|
695
732
|
not: boolean;
|
|
696
733
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -729,7 +766,10 @@ declare const _default: {
|
|
|
729
766
|
disabled: BooleanConstructor;
|
|
730
767
|
not: BooleanConstructor;
|
|
731
768
|
storeKey: StringConstructor;
|
|
732
|
-
modifiers:
|
|
769
|
+
modifiers: {
|
|
770
|
+
type: globalThis.PropType<string | string[]>;
|
|
771
|
+
default: undefined;
|
|
772
|
+
};
|
|
733
773
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
734
774
|
__isFragment?: undefined;
|
|
735
775
|
__isTeleport?: undefined;
|
|
@@ -748,11 +788,15 @@ declare const _default: {
|
|
|
748
788
|
disabled: BooleanConstructor;
|
|
749
789
|
not: BooleanConstructor;
|
|
750
790
|
storeKey: StringConstructor;
|
|
751
|
-
modifiers:
|
|
791
|
+
modifiers: {
|
|
792
|
+
type: globalThis.PropType<string | string[]>;
|
|
793
|
+
default: undefined;
|
|
794
|
+
};
|
|
752
795
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
753
796
|
[x: string]: (...args: any[]) => void;
|
|
754
797
|
}, string, {
|
|
755
798
|
disabled: boolean;
|
|
799
|
+
modifiers: string | string[];
|
|
756
800
|
collapse: boolean;
|
|
757
801
|
not: boolean;
|
|
758
802
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -768,13 +812,13 @@ declare const _default: {
|
|
|
768
812
|
$data: {};
|
|
769
813
|
$props: {
|
|
770
814
|
disabled?: boolean | undefined;
|
|
815
|
+
modifiers?: string | string[] | undefined;
|
|
771
816
|
collapse?: boolean | undefined;
|
|
772
817
|
not?: boolean | undefined;
|
|
773
818
|
items?: import("../../components/VvAccordionGroup").VvAccordionGroupItem[] | undefined;
|
|
774
819
|
itemModifiers?: string | string[] | undefined;
|
|
775
820
|
key?: string | number | symbol | undefined;
|
|
776
821
|
readonly modelValue?: string | unknown[] | undefined;
|
|
777
|
-
readonly modifiers?: string | string[] | undefined;
|
|
778
822
|
ref?: import("vue").VNodeRef | undefined;
|
|
779
823
|
style?: unknown;
|
|
780
824
|
class?: unknown;
|
|
@@ -847,11 +891,15 @@ declare const _default: {
|
|
|
847
891
|
disabled: BooleanConstructor;
|
|
848
892
|
not: BooleanConstructor;
|
|
849
893
|
storeKey: StringConstructor;
|
|
850
|
-
modifiers:
|
|
894
|
+
modifiers: {
|
|
895
|
+
type: globalThis.PropType<string | string[]>;
|
|
896
|
+
default: undefined;
|
|
897
|
+
};
|
|
851
898
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
852
899
|
[x: string]: (...args: any[]) => void;
|
|
853
900
|
}, string, {
|
|
854
901
|
disabled: boolean;
|
|
902
|
+
modifiers: string | string[];
|
|
855
903
|
collapse: boolean;
|
|
856
904
|
not: boolean;
|
|
857
905
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
|
@@ -890,7 +938,10 @@ declare const _default: {
|
|
|
890
938
|
disabled: BooleanConstructor;
|
|
891
939
|
not: BooleanConstructor;
|
|
892
940
|
storeKey: StringConstructor;
|
|
893
|
-
modifiers:
|
|
941
|
+
modifiers: {
|
|
942
|
+
type: globalThis.PropType<string | string[]>;
|
|
943
|
+
default: undefined;
|
|
944
|
+
};
|
|
894
945
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
895
946
|
__isFragment?: undefined;
|
|
896
947
|
__isTeleport?: undefined;
|
|
@@ -909,11 +960,15 @@ declare const _default: {
|
|
|
909
960
|
disabled: BooleanConstructor;
|
|
910
961
|
not: BooleanConstructor;
|
|
911
962
|
storeKey: StringConstructor;
|
|
912
|
-
modifiers:
|
|
963
|
+
modifiers: {
|
|
964
|
+
type: globalThis.PropType<string | string[]>;
|
|
965
|
+
default: undefined;
|
|
966
|
+
};
|
|
913
967
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
914
968
|
[x: string]: (...args: any[]) => void;
|
|
915
969
|
}, string, {
|
|
916
970
|
disabled: boolean;
|
|
971
|
+
modifiers: string | string[];
|
|
917
972
|
collapse: boolean;
|
|
918
973
|
not: boolean;
|
|
919
974
|
items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
|
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.17",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@floating-ui/vue": "^1.0.2",
|
|
42
42
|
"@iconify/tools": "^3.0.5",
|
|
43
43
|
"@iconify/vue": "^4.1.1",
|
|
44
|
-
"@vueuse/core": "^10.
|
|
44
|
+
"@vueuse/core": "^10.5.0",
|
|
45
45
|
"blurhash": "^2.0.5",
|
|
46
46
|
"comlink": "^4.4.1",
|
|
47
47
|
"jsdom": "^22.1.0",
|
|
@@ -56,39 +56,39 @@
|
|
|
56
56
|
"@volverjs/style": "0.*"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@babel/core": "^7.23.
|
|
60
|
-
"@babel/preset-env": "^7.
|
|
61
|
-
"@babel/preset-typescript": "^7.23.
|
|
59
|
+
"@babel/core": "^7.23.2",
|
|
60
|
+
"@babel/preset-env": "^7.23.2",
|
|
61
|
+
"@babel/preset-typescript": "^7.23.2",
|
|
62
62
|
"@iconify/types": "^2.0.0",
|
|
63
63
|
"@iconify/utils": "^2.1.11",
|
|
64
64
|
"@mdx-js/react": "^2.3.0",
|
|
65
65
|
"@rushstack/eslint-patch": "^1.5.1",
|
|
66
|
-
"@storybook/addon-a11y": "^7.
|
|
67
|
-
"@storybook/addon-actions": "^7.
|
|
68
|
-
"@storybook/addon-docs": "^7.
|
|
69
|
-
"@storybook/addon-essentials": "^7.
|
|
70
|
-
"@storybook/addon-interactions": "^7.
|
|
71
|
-
"@storybook/addon-links": "^7.
|
|
72
|
-
"@storybook/channel-postmessage": "^7.
|
|
73
|
-
"@storybook/channel-websocket": "^7.
|
|
74
|
-
"@storybook/cli": "^7.
|
|
75
|
-
"@storybook/client-api": "^7.
|
|
76
|
-
"@storybook/client-logger": "^7.
|
|
77
|
-
"@storybook/core-common": "^7.
|
|
66
|
+
"@storybook/addon-a11y": "^7.5.0",
|
|
67
|
+
"@storybook/addon-actions": "^7.5.0",
|
|
68
|
+
"@storybook/addon-docs": "^7.5.0",
|
|
69
|
+
"@storybook/addon-essentials": "^7.5.0",
|
|
70
|
+
"@storybook/addon-interactions": "^7.5.0",
|
|
71
|
+
"@storybook/addon-links": "^7.5.0",
|
|
72
|
+
"@storybook/channel-postmessage": "^7.5.0",
|
|
73
|
+
"@storybook/channel-websocket": "^7.5.0",
|
|
74
|
+
"@storybook/cli": "^7.5.0",
|
|
75
|
+
"@storybook/client-api": "^7.5.0",
|
|
76
|
+
"@storybook/client-logger": "^7.5.0",
|
|
77
|
+
"@storybook/core-common": "^7.5.0",
|
|
78
78
|
"@storybook/jest": "^0.2.3",
|
|
79
|
-
"@storybook/preview-api": "^7.
|
|
80
|
-
"@storybook/preview-web": "^7.
|
|
79
|
+
"@storybook/preview-api": "^7.5.0",
|
|
80
|
+
"@storybook/preview-web": "^7.5.0",
|
|
81
81
|
"@storybook/test-runner": "^0.13.0",
|
|
82
82
|
"@storybook/testing-library": "^0.2.2",
|
|
83
|
-
"@storybook/vue3": "^7.
|
|
84
|
-
"@storybook/vue3-vite": "^7.
|
|
83
|
+
"@storybook/vue3": "^7.5.0",
|
|
84
|
+
"@storybook/vue3-vite": "^7.5.0",
|
|
85
85
|
"@tsconfig/node18": "^18.2.2",
|
|
86
|
-
"@types/jest-axe": "^3.5.
|
|
87
|
-
"@types/jsdom": "^21.1.
|
|
88
|
-
"@types/node": "^20.8.
|
|
86
|
+
"@types/jest-axe": "^3.5.7",
|
|
87
|
+
"@types/jsdom": "^21.1.4",
|
|
88
|
+
"@types/node": "^20.8.6",
|
|
89
89
|
"@types/pica": "^9.0.2",
|
|
90
|
-
"@types/react": "^18.2.
|
|
91
|
-
"@types/yargs": "^17.0.
|
|
90
|
+
"@types/react": "^18.2.28",
|
|
91
|
+
"@types/yargs": "^17.0.28",
|
|
92
92
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
93
93
|
"@volverjs/style": "0.1.12-beta.11",
|
|
94
94
|
"@vue/compiler-sfc": "^3.3.4",
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
"@vue/tsconfig": "^0.4.0",
|
|
99
99
|
"change-case": "^5.0.2",
|
|
100
100
|
"chokidar": "^3.5.3",
|
|
101
|
-
"eslint": "^8.
|
|
101
|
+
"eslint": "^8.51.0",
|
|
102
102
|
"eslint-config-prettier": "^9.0.0",
|
|
103
103
|
"eslint-mdx": "^2.2.0",
|
|
104
104
|
"eslint-plugin-mdx": "^2.2.0",
|
|
105
|
-
"eslint-plugin-prettier": "^5.0.
|
|
106
|
-
"eslint-plugin-storybook": "^0.6.
|
|
105
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
106
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
107
107
|
"eslint-plugin-vue": "^9.17.0",
|
|
108
108
|
"glob": "7.2.3",
|
|
109
109
|
"jest-axe": "^8.0.0",
|
|
@@ -116,12 +116,12 @@
|
|
|
116
116
|
"react": "^18.2.0",
|
|
117
117
|
"react-dom": "^18.2.0",
|
|
118
118
|
"remark": "^15.0.1",
|
|
119
|
-
"sass": "^1.69.
|
|
120
|
-
"storybook": "^7.
|
|
119
|
+
"sass": "^1.69.4",
|
|
120
|
+
"storybook": "^7.5.0",
|
|
121
121
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
122
122
|
"storybook-dark-mode": "^3.0.1",
|
|
123
123
|
"storybook-version": "^0.1.1",
|
|
124
|
-
"terser": "^5.
|
|
124
|
+
"terser": "^5.22.0",
|
|
125
125
|
"ts-node": "^10.9.1",
|
|
126
126
|
"typescript": "~5.2.2",
|
|
127
127
|
"unplugin-auto-import": "^0.16.6",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"vite": "^4.4.11",
|
|
130
130
|
"vite-plugin-eslint": "^1.8.1",
|
|
131
131
|
"vite-plugin-externalize-deps": "^0.7.0",
|
|
132
|
-
"vue-tsc": "^1.8.
|
|
132
|
+
"vue-tsc": "^1.8.19",
|
|
133
133
|
"yargs": "^17.7.2"
|
|
134
134
|
},
|
|
135
135
|
"typesVersions": {
|