@volverjs/ui-vue 0.0.10-beta.31 → 0.0.10-beta.33

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.
Files changed (166) hide show
  1. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +1 -131
  2. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +4 -3
  3. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  4. package/dist/components/VvAlert/VvAlert.es.js +5 -5
  5. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  6. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +6 -7
  7. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  8. package/dist/components/VvAvatar/VvAvatar.es.js +1 -6
  9. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  10. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +4 -8
  11. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  12. package/dist/components/VvBadge/VvBadge.es.js +2 -8
  13. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  14. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +3 -8
  15. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  16. package/dist/components/VvButton/VvButton.es.js +0 -22
  17. package/dist/components/VvButton/VvButton.umd.js +1 -1
  18. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +16 -7
  19. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  20. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +7 -0
  21. package/dist/components/VvButtonGroup/index.d.ts +3 -0
  22. package/dist/components/VvCard/VvCard.es.js +1 -6
  23. package/dist/components/VvCard/VvCard.umd.js +1 -1
  24. package/dist/components/VvCheckbox/VvCheckbox.es.js +2 -23
  25. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  26. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +6 -24
  27. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  28. package/dist/components/VvCombobox/VvCombobox.es.js +12 -31
  29. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  30. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +29 -23
  31. package/dist/components/VvCombobox/index.d.ts +7 -7
  32. package/dist/components/VvDialog/VvDialog.es.js +1 -6
  33. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  34. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +23 -23
  35. package/dist/components/VvDropdown/index.d.ts +7 -7
  36. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +0 -5
  37. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  38. package/dist/components/VvIcon/VvIcon.es.js +1 -6
  39. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  40. package/dist/components/VvInputFile/VvInputFile.es.js +0 -22
  41. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  42. package/dist/components/VvInputText/VvInputText.es.js +16 -4
  43. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  44. package/dist/components/VvNav/VvNav.es.js +8 -10
  45. package/dist/components/VvNav/VvNav.umd.js +1 -1
  46. package/dist/components/VvNavItem/VvNavItem.es.js +4 -1
  47. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
  48. package/dist/components/VvProgress/VvProgress.es.js +3 -3
  49. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  50. package/dist/components/VvRadio/VvRadio.es.js +0 -22
  51. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  52. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +4 -23
  53. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  54. package/dist/components/VvTab/VvTab.es.js +7 -9
  55. package/dist/components/VvTab/VvTab.umd.js +1 -1
  56. package/dist/components/index.es.js +87 -69
  57. package/dist/components/index.umd.js +1 -1
  58. package/dist/icons.es.js +3 -3
  59. package/dist/icons.umd.js +1 -1
  60. package/dist/props/index.d.ts +7 -7
  61. package/dist/stories/Accordion/Accordion.settings.d.ts +2 -57
  62. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +2 -66
  63. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +2 -181
  64. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +370 -11
  65. package/dist/stories/Alert/Alert.settings.d.ts +2 -109
  66. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +2 -85
  67. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +2 -38
  68. package/dist/stories/Badge/Badge.settings.d.ts +2 -26
  69. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +2 -18
  70. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +1 -1
  71. package/dist/stories/Button/Button.settings.d.ts +2 -193
  72. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +2 -40
  73. package/dist/stories/Card/Card.settings.d.ts +2 -63
  74. package/dist/stories/Checkbox/Checkbox.settings.d.ts +2 -132
  75. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +1 -141
  76. package/dist/stories/Combobox/Combobox.settings.d.ts +2 -617
  77. package/dist/stories/Dialog/Dialog.settings.d.ts +2 -47
  78. package/dist/stories/Dropdown/Dropdown.settings.d.ts +2 -205
  79. package/dist/stories/Icon/Icon.settings.d.ts +2 -68
  80. package/dist/stories/InputFile/InputFile.settings.d.ts +2 -52
  81. package/dist/stories/InputText/InputText.settings.d.ts +2 -438
  82. package/dist/stories/Nav/Nav.settings.d.ts +2 -10
  83. package/dist/stories/Progress/Progress.settings.d.ts +2 -27
  84. package/dist/stories/Radio/Radio.settings.d.ts +1 -110
  85. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +1 -141
  86. package/dist/stories/Select/Select.settings.d.ts +2 -246
  87. package/dist/stories/Textarea/Textarea.settings.d.ts +2 -287
  88. package/dist/stories/argTypes.d.ts +27 -866
  89. package/package.json +45 -45
  90. package/src/assets/icons/detailed.json +1 -1
  91. package/src/assets/icons/normal.json +1 -1
  92. package/src/assets/icons/simple.json +1 -1
  93. package/src/components/VvAlert/index.ts +4 -4
  94. package/src/components/VvAlertGroup/VvAlertGroup.vue +0 -1
  95. package/src/components/VvBadge/VvBadge.vue +1 -1
  96. package/src/components/VvButtonGroup/VvButtonGroup.vue +11 -2
  97. package/src/components/VvButtonGroup/index.ts +1 -0
  98. package/src/components/VvCheckbox/VvCheckbox.vue +2 -5
  99. package/src/components/VvCombobox/VvCombobox.vue +2 -1
  100. package/src/components/VvInputText/VvInputText.vue +18 -3
  101. package/src/components/VvNav/VvNav.vue +1 -6
  102. package/src/components/VvNav/VvNavItem.vue +1 -1
  103. package/src/components/VvProgress/VvProgress.vue +0 -1
  104. package/src/composables/alert/useAlert.ts +3 -3
  105. package/src/stories/Accordion/Accordion.settings.ts +3 -2
  106. package/src/stories/AccordionGroup/AccordionGroup.settings.ts +4 -3
  107. package/src/stories/AccordionGroup/AccordionGroup.stories.ts +4 -2
  108. package/src/stories/AccordionGroup/AccordionGroup.test.ts +2 -6
  109. package/src/stories/Alert/Alert.settings.ts +8 -7
  110. package/src/stories/Alert/Alert.test.ts +1 -3
  111. package/src/stories/AlertGroup/AlertGroup.settings.ts +3 -1
  112. package/src/stories/AlertGroup/AlertGroup.test.ts +5 -7
  113. package/src/stories/Avatar/Avatar.test.ts +1 -3
  114. package/src/stories/Avatar/AvatarModifiers.stories.ts +1 -0
  115. package/src/stories/AvatarGroup/AvatarGroup.settings.ts +2 -1
  116. package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -3
  117. package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +1 -0
  118. package/src/stories/Badge/Badge.settings.ts +2 -1
  119. package/src/stories/Badge/Badge.stories.ts +2 -2
  120. package/src/stories/Badge/Badge.test.ts +1 -1
  121. package/src/stories/Breadcrumb/Breadcrumb.settings.ts +2 -1
  122. package/src/stories/Breadcrumb/Breadcrumb.stories.ts +1 -1
  123. package/src/stories/Breadcrumb/Breadcrumb.test.ts +1 -1
  124. package/src/stories/Button/Button.settings.ts +6 -6
  125. package/src/stories/Button/Button.stories.ts +1 -1
  126. package/src/stories/Button/Button.test.ts +1 -3
  127. package/src/stories/ButtonGroup/ButtonGroup.settings.ts +11 -1
  128. package/src/stories/ButtonGroup/ButtonGroup.stories.ts +1 -1
  129. package/src/stories/ButtonGroup/ButtonGroup.test.ts +2 -6
  130. package/src/stories/Card/Card.settings.ts +2 -1
  131. package/src/stories/Card/Card.test.ts +1 -3
  132. package/src/stories/Checkbox/Checkbox.settings.ts +5 -3
  133. package/src/stories/Checkbox/Checkbox.test.ts +2 -6
  134. package/src/stories/Checkbox/CheckboxBinary.stories.ts +1 -1
  135. package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +2 -6
  136. package/src/stories/Combobox/Combobox.settings.ts +10 -10
  137. package/src/stories/Combobox/Combobox.test.ts +2 -6
  138. package/src/stories/Dialog/Dialog.settings.ts +2 -1
  139. package/src/stories/Dialog/Dialog.test.ts +3 -8
  140. package/src/stories/Dropdown/Dropdown.settings.ts +2 -1
  141. package/src/stories/Dropdown/Dropdown.test.ts +2 -6
  142. package/src/stories/Dropdown/DropdownSlots.stories.ts +1 -1
  143. package/src/stories/Icon/Icon.settings.ts +2 -1
  144. package/src/stories/Icon/Icon.stories.ts +0 -1
  145. package/src/stories/InputFile/InputFile.settings.ts +2 -1
  146. package/src/stories/InputText/InputText.settings.ts +8 -6
  147. package/src/stories/InputText/InputText.test.ts +2 -6
  148. package/src/stories/InputText/InputTextMinMax.stories.ts +1 -1
  149. package/src/stories/Nav/Nav.settings.ts +2 -2
  150. package/src/stories/Nav/Nav.stories.ts +1 -1
  151. package/src/stories/Nav/Nav.test.ts +2 -4
  152. package/src/stories/Progress/Progress.settings.ts +2 -1
  153. package/src/stories/Radio/Radio.test.ts +2 -6
  154. package/src/stories/RadioGroup/RadioGroup.stories.ts +1 -2
  155. package/src/stories/RadioGroup/RadioGroup.test.ts +2 -6
  156. package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +1 -1
  157. package/src/stories/Select/Select.settings.ts +4 -3
  158. package/src/stories/Select/Select.test.ts +3 -9
  159. package/src/stories/Select/SelectIconPosition.stories.ts +2 -2
  160. package/src/stories/Select/SelectOptions.stories.ts +0 -1
  161. package/src/stories/Tab/Tab.test.ts +3 -5
  162. package/src/stories/Textarea/Textarea.settings.ts +5 -3
  163. package/src/stories/Textarea/Textarea.test.ts +2 -6
  164. package/src/stories/Tooltip/Tooltip.settings.ts +1 -1
  165. package/src/stories/Tooltip/Tooltip.test.ts +3 -5
  166. package/src/stories/argTypes.ts +47 -46
@@ -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").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
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>;
@@ -237,8 +237,7 @@ declare const _default: {
237
237
  }): any;
238
238
  };
239
239
  })>> | undefined;
240
- tags?: string[] | undefined;
241
- decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
240
+ decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/vue3/*").VueRenderer, {
242
241
  collapse?: boolean | undefined;
243
242
  disabled?: boolean | undefined;
244
243
  modelValue?: string | string[] | undefined;
@@ -249,7 +248,6 @@ declare const _default: {
249
248
  storageType?: "local" | "session" | undefined;
250
249
  style?: unknown;
251
250
  ref?: import("vue").VNodeRef | undefined;
252
- class?: unknown;
253
251
  key?: string | number | symbol | undefined;
254
252
  ref_for?: boolean | undefined;
255
253
  ref_key?: string | undefined;
@@ -291,13 +289,14 @@ declare const _default: {
291
289
  }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
292
290
  [key: string]: any;
293
291
  }>) => void)[] | undefined;
292
+ class?: unknown;
294
293
  readonly storageKey?: string | undefined;
295
294
  default?: import("vue").VNodeChild | ((_: {
296
295
  expandedAccordions: Set<string>;
297
296
  expand: (name?: string | string[] | undefined) => void;
298
297
  collapse: (name?: string | string[] | undefined) => void;
299
298
  }) => any);
300
- }> | import("@storybook/types").DecoratorFunction<import("@storybook/vue3").VueRenderer, {
299
+ }> | import("@storybook/types").DecoratorFunction<import("@storybook/vue3/*").VueRenderer, {
301
300
  collapse?: boolean | undefined;
302
301
  disabled?: boolean | undefined;
303
302
  modelValue?: string | string[] | undefined;
@@ -308,7 +307,6 @@ declare const _default: {
308
307
  storageType?: "local" | "session" | undefined;
309
308
  style?: unknown;
310
309
  ref?: import("vue").VNodeRef | undefined;
311
- class?: unknown;
312
310
  key?: string | number | symbol | undefined;
313
311
  ref_for?: boolean | undefined;
314
312
  ref_key?: string | undefined;
@@ -350,6 +348,7 @@ declare const _default: {
350
348
  }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
351
349
  [key: string]: any;
352
350
  }>) => void)[] | undefined;
351
+ class?: unknown;
353
352
  readonly storageKey?: string | undefined;
354
353
  default?: import("vue").VNodeChild | ((_: {
355
354
  expandedAccordions: Set<string>;
@@ -358,7 +357,7 @@ declare const _default: {
358
357
  }) => any);
359
358
  }>[] | undefined;
360
359
  parameters?: import("@storybook/types").Parameters | undefined;
361
- args?: Partial<import("@storybook/vue3").ComponentPropsAndSlots<{
360
+ args?: Partial<import("@storybook/vue3/*").ComponentPropsAndSlots<{
362
361
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
363
362
  modelValue: {
364
363
  type: globalThis.PropType<string | string[] | undefined>;
@@ -538,7 +537,7 @@ declare const _default: {
538
537
  }): any;
539
538
  };
540
539
  })>> | undefined;
541
- argTypes?: Partial<import("@storybook/types").ArgTypes<import("@storybook/vue3").ComponentPropsAndSlots<{
540
+ argTypes?: Partial<import("@storybook/types").ArgTypes<import("@storybook/vue3/*").ComponentPropsAndSlots<{
542
541
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
543
542
  modelValue: {
544
543
  type: globalThis.PropType<string | string[] | undefined>;
@@ -718,7 +717,7 @@ declare const _default: {
718
717
  }): any;
719
718
  };
720
719
  })>>> | undefined;
721
- loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
720
+ loaders?: import("@storybook/types").LoaderFunction<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
722
721
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
723
722
  modelValue: {
724
723
  type: globalThis.PropType<string | string[] | undefined>;
@@ -897,7 +896,7 @@ declare const _default: {
897
896
  collapse: (name?: string | string[] | undefined) => void;
898
897
  }): any;
899
898
  };
900
- })>> | import("@storybook/types").LoaderFunction<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
899
+ })>> | import("@storybook/types").LoaderFunction<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
901
900
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
902
901
  modelValue: {
903
902
  type: globalThis.PropType<string | string[] | undefined>;
@@ -1077,7 +1076,366 @@ declare const _default: {
1077
1076
  }): any;
1078
1077
  };
1079
1078
  })>>[] | undefined;
1080
- render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3").VueRenderer, import("@storybook/vue3").ComponentPropsAndSlots<{
1079
+ beforeEach?: ((context: import("@storybook/types").StoryContext<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
1080
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
1081
+ modelValue: {
1082
+ type: globalThis.PropType<string | string[] | undefined>;
1083
+ default: undefined;
1084
+ };
1085
+ items: {
1086
+ type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1087
+ default: () => never[];
1088
+ };
1089
+ collapse: BooleanConstructor;
1090
+ itemModifiers: {
1091
+ type: globalThis.PropType<string | string[]>;
1092
+ default: string;
1093
+ };
1094
+ disabled: BooleanConstructor;
1095
+ not: BooleanConstructor;
1096
+ storageType: {
1097
+ type: globalThis.PropType<"local" | "session">;
1098
+ default: import("../../constants").StorageType;
1099
+ validator: (value: import("../../constants").StorageType) => boolean;
1100
+ };
1101
+ storageKey: StringConstructor;
1102
+ modifiers: {
1103
+ type: globalThis.PropType<string | string[]>;
1104
+ default: undefined;
1105
+ };
1106
+ }>>, {
1107
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1108
+ expand: (name?: string | string[] | undefined) => void;
1109
+ collapse: (name?: string | string[] | undefined) => void;
1110
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1111
+ [x: string]: (...args: any[]) => void;
1112
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
1113
+ modelValue: {
1114
+ type: globalThis.PropType<string | string[] | undefined>;
1115
+ default: undefined;
1116
+ };
1117
+ items: {
1118
+ type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1119
+ default: () => never[];
1120
+ };
1121
+ collapse: BooleanConstructor;
1122
+ itemModifiers: {
1123
+ type: globalThis.PropType<string | string[]>;
1124
+ default: string;
1125
+ };
1126
+ disabled: BooleanConstructor;
1127
+ not: BooleanConstructor;
1128
+ storageType: {
1129
+ type: globalThis.PropType<"local" | "session">;
1130
+ default: import("../../constants").StorageType;
1131
+ validator: (value: import("../../constants").StorageType) => boolean;
1132
+ };
1133
+ storageKey: StringConstructor;
1134
+ modifiers: {
1135
+ type: globalThis.PropType<string | string[]>;
1136
+ default: undefined;
1137
+ };
1138
+ }>>, {
1139
+ collapse: boolean;
1140
+ disabled: boolean;
1141
+ modelValue: string | string[] | undefined;
1142
+ not: boolean;
1143
+ modifiers: string | string[];
1144
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1145
+ itemModifiers: string | string[];
1146
+ storageType: "local" | "session";
1147
+ }, true, {}, {}, {
1148
+ P: {};
1149
+ B: {};
1150
+ D: {};
1151
+ C: {};
1152
+ M: {};
1153
+ Defaults: {};
1154
+ }, Readonly<globalThis.ExtractPropTypes<{
1155
+ modelValue: {
1156
+ type: globalThis.PropType<string | string[] | undefined>;
1157
+ default: undefined;
1158
+ };
1159
+ items: {
1160
+ type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1161
+ default: () => never[];
1162
+ };
1163
+ collapse: BooleanConstructor;
1164
+ itemModifiers: {
1165
+ type: globalThis.PropType<string | string[]>;
1166
+ default: string;
1167
+ };
1168
+ disabled: BooleanConstructor;
1169
+ not: BooleanConstructor;
1170
+ storageType: {
1171
+ type: globalThis.PropType<"local" | "session">;
1172
+ default: import("../../constants").StorageType;
1173
+ validator: (value: import("../../constants").StorageType) => boolean;
1174
+ };
1175
+ storageKey: StringConstructor;
1176
+ modifiers: {
1177
+ type: globalThis.PropType<string | string[]>;
1178
+ default: undefined;
1179
+ };
1180
+ }>>, {
1181
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1182
+ expand: (name?: string | string[] | undefined) => void;
1183
+ collapse: (name?: string | string[] | undefined) => void;
1184
+ }, {}, {}, {}, {
1185
+ collapse: boolean;
1186
+ disabled: boolean;
1187
+ modelValue: string | string[] | undefined;
1188
+ not: boolean;
1189
+ modifiers: string | string[];
1190
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1191
+ itemModifiers: string | string[];
1192
+ storageType: "local" | "session";
1193
+ }>;
1194
+ __isFragment?: undefined;
1195
+ __isTeleport?: undefined;
1196
+ __isSuspense?: undefined;
1197
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1198
+ modelValue: {
1199
+ type: globalThis.PropType<string | string[] | undefined>;
1200
+ default: undefined;
1201
+ };
1202
+ items: {
1203
+ type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1204
+ default: () => never[];
1205
+ };
1206
+ collapse: BooleanConstructor;
1207
+ itemModifiers: {
1208
+ type: globalThis.PropType<string | string[]>;
1209
+ default: string;
1210
+ };
1211
+ disabled: BooleanConstructor;
1212
+ not: BooleanConstructor;
1213
+ storageType: {
1214
+ type: globalThis.PropType<"local" | "session">;
1215
+ default: import("../../constants").StorageType;
1216
+ validator: (value: import("../../constants").StorageType) => boolean;
1217
+ };
1218
+ storageKey: StringConstructor;
1219
+ modifiers: {
1220
+ type: globalThis.PropType<string | string[]>;
1221
+ default: undefined;
1222
+ };
1223
+ }>>, {
1224
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1225
+ expand: (name?: string | string[] | undefined) => void;
1226
+ collapse: (name?: string | string[] | undefined) => void;
1227
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1228
+ [x: string]: (...args: any[]) => void;
1229
+ }, string, {
1230
+ collapse: boolean;
1231
+ disabled: boolean;
1232
+ modelValue: string | string[] | undefined;
1233
+ not: boolean;
1234
+ modifiers: string | string[];
1235
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1236
+ itemModifiers: string | string[];
1237
+ storageType: "local" | "session";
1238
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1239
+ $slots: Partial<Record<`summary::${string}`, (_: {
1240
+ isExpanded: boolean;
1241
+ expand: () => void;
1242
+ collapse: () => void;
1243
+ groupExpand: (name?: string | string[] | undefined) => void;
1244
+ groupCollapse: (name?: string | string[] | undefined) => void;
1245
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
1246
+ isExpanded: boolean;
1247
+ expand: () => void;
1248
+ collapse: () => void;
1249
+ groupExpand: (name?: string | string[] | undefined) => void;
1250
+ groupCollapse: (name?: string | string[] | undefined) => void;
1251
+ }) => any>> & {
1252
+ default?(_: {
1253
+ expandedAccordions: Set<string>;
1254
+ expand: (name?: string | string[] | undefined) => void;
1255
+ collapse: (name?: string | string[] | undefined) => void;
1256
+ }): any;
1257
+ };
1258
+ })>>) => void | (() => unknown) | PromiseLike<void | (() => unknown)>) | ((context: import("@storybook/types").StoryContext<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
1259
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
1260
+ modelValue: {
1261
+ type: globalThis.PropType<string | string[] | undefined>;
1262
+ default: undefined;
1263
+ };
1264
+ items: {
1265
+ type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1266
+ default: () => never[];
1267
+ };
1268
+ collapse: BooleanConstructor;
1269
+ itemModifiers: {
1270
+ type: globalThis.PropType<string | string[]>;
1271
+ default: string;
1272
+ };
1273
+ disabled: BooleanConstructor;
1274
+ not: BooleanConstructor;
1275
+ storageType: {
1276
+ type: globalThis.PropType<"local" | "session">;
1277
+ default: import("../../constants").StorageType;
1278
+ validator: (value: import("../../constants").StorageType) => boolean;
1279
+ };
1280
+ storageKey: StringConstructor;
1281
+ modifiers: {
1282
+ type: globalThis.PropType<string | string[]>;
1283
+ default: undefined;
1284
+ };
1285
+ }>>, {
1286
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1287
+ expand: (name?: string | string[] | undefined) => void;
1288
+ collapse: (name?: string | string[] | undefined) => void;
1289
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1290
+ [x: string]: (...args: any[]) => void;
1291
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
1292
+ modelValue: {
1293
+ type: globalThis.PropType<string | string[] | undefined>;
1294
+ default: undefined;
1295
+ };
1296
+ items: {
1297
+ type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1298
+ default: () => never[];
1299
+ };
1300
+ collapse: BooleanConstructor;
1301
+ itemModifiers: {
1302
+ type: globalThis.PropType<string | string[]>;
1303
+ default: string;
1304
+ };
1305
+ disabled: BooleanConstructor;
1306
+ not: BooleanConstructor;
1307
+ storageType: {
1308
+ type: globalThis.PropType<"local" | "session">;
1309
+ default: import("../../constants").StorageType;
1310
+ validator: (value: import("../../constants").StorageType) => boolean;
1311
+ };
1312
+ storageKey: StringConstructor;
1313
+ modifiers: {
1314
+ type: globalThis.PropType<string | string[]>;
1315
+ default: undefined;
1316
+ };
1317
+ }>>, {
1318
+ collapse: boolean;
1319
+ disabled: boolean;
1320
+ modelValue: string | string[] | undefined;
1321
+ not: boolean;
1322
+ modifiers: string | string[];
1323
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1324
+ itemModifiers: string | string[];
1325
+ storageType: "local" | "session";
1326
+ }, true, {}, {}, {
1327
+ P: {};
1328
+ B: {};
1329
+ D: {};
1330
+ C: {};
1331
+ M: {};
1332
+ Defaults: {};
1333
+ }, Readonly<globalThis.ExtractPropTypes<{
1334
+ modelValue: {
1335
+ type: globalThis.PropType<string | string[] | undefined>;
1336
+ default: undefined;
1337
+ };
1338
+ items: {
1339
+ type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1340
+ default: () => never[];
1341
+ };
1342
+ collapse: BooleanConstructor;
1343
+ itemModifiers: {
1344
+ type: globalThis.PropType<string | string[]>;
1345
+ default: string;
1346
+ };
1347
+ disabled: BooleanConstructor;
1348
+ not: BooleanConstructor;
1349
+ storageType: {
1350
+ type: globalThis.PropType<"local" | "session">;
1351
+ default: import("../../constants").StorageType;
1352
+ validator: (value: import("../../constants").StorageType) => boolean;
1353
+ };
1354
+ storageKey: StringConstructor;
1355
+ modifiers: {
1356
+ type: globalThis.PropType<string | string[]>;
1357
+ default: undefined;
1358
+ };
1359
+ }>>, {
1360
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1361
+ expand: (name?: string | string[] | undefined) => void;
1362
+ collapse: (name?: string | string[] | undefined) => void;
1363
+ }, {}, {}, {}, {
1364
+ collapse: boolean;
1365
+ disabled: boolean;
1366
+ modelValue: string | string[] | undefined;
1367
+ not: boolean;
1368
+ modifiers: string | string[];
1369
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1370
+ itemModifiers: string | string[];
1371
+ storageType: "local" | "session";
1372
+ }>;
1373
+ __isFragment?: undefined;
1374
+ __isTeleport?: undefined;
1375
+ __isSuspense?: undefined;
1376
+ } & import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1377
+ modelValue: {
1378
+ type: globalThis.PropType<string | string[] | undefined>;
1379
+ default: undefined;
1380
+ };
1381
+ items: {
1382
+ type: globalThis.PropType<import("../../components/VvAccordionGroup").VvAccordionGroupItem[]>;
1383
+ default: () => never[];
1384
+ };
1385
+ collapse: BooleanConstructor;
1386
+ itemModifiers: {
1387
+ type: globalThis.PropType<string | string[]>;
1388
+ default: string;
1389
+ };
1390
+ disabled: BooleanConstructor;
1391
+ not: BooleanConstructor;
1392
+ storageType: {
1393
+ type: globalThis.PropType<"local" | "session">;
1394
+ default: import("../../constants").StorageType;
1395
+ validator: (value: import("../../constants").StorageType) => boolean;
1396
+ };
1397
+ storageKey: StringConstructor;
1398
+ modifiers: {
1399
+ type: globalThis.PropType<string | string[]>;
1400
+ default: undefined;
1401
+ };
1402
+ }>>, {
1403
+ expandedAccordions: globalThis.WritableComputedRef<Set<string>>;
1404
+ expand: (name?: string | string[] | undefined) => void;
1405
+ collapse: (name?: string | string[] | undefined) => void;
1406
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1407
+ [x: string]: (...args: any[]) => void;
1408
+ }, string, {
1409
+ collapse: boolean;
1410
+ disabled: boolean;
1411
+ modelValue: string | string[] | undefined;
1412
+ not: boolean;
1413
+ modifiers: string | string[];
1414
+ items: import("../../components/VvAccordionGroup").VvAccordionGroupItem[];
1415
+ itemModifiers: string | string[];
1416
+ storageType: "local" | "session";
1417
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1418
+ $slots: Partial<Record<`summary::${string}`, (_: {
1419
+ isExpanded: boolean;
1420
+ expand: () => void;
1421
+ collapse: () => void;
1422
+ groupExpand: (name?: string | string[] | undefined) => void;
1423
+ groupCollapse: (name?: string | string[] | undefined) => void;
1424
+ }) => any>> & Partial<Record<`content::${string}`, (_: {
1425
+ isExpanded: boolean;
1426
+ expand: () => void;
1427
+ collapse: () => void;
1428
+ groupExpand: (name?: string | string[] | undefined) => void;
1429
+ groupCollapse: (name?: string | string[] | undefined) => void;
1430
+ }) => any>> & {
1431
+ default?(_: {
1432
+ expandedAccordions: Set<string>;
1433
+ expand: (name?: string | string[] | undefined) => void;
1434
+ collapse: (name?: string | string[] | undefined) => void;
1435
+ }): any;
1436
+ };
1437
+ })>>) => void | (() => unknown) | PromiseLike<void | (() => unknown)>)[] | undefined;
1438
+ render?: import("@storybook/types").ArgsStoryFn<import("@storybook/vue3/*").VueRenderer, import("@storybook/vue3/*").ComponentPropsAndSlots<{
1081
1439
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
1082
1440
  modelValue: {
1083
1441
  type: globalThis.PropType<string | string[] | undefined>;
@@ -1257,6 +1615,7 @@ declare const _default: {
1257
1615
  }): any;
1258
1616
  };
1259
1617
  })>> | undefined;
1618
+ tags?: string[] | undefined;
1260
1619
  };
1261
1620
  export default _default;
1262
1621
  export declare const Default: Story;
@@ -1,111 +1,4 @@
1
- import type { Meta } from '@storybook/vue3';
1
+ import type { ArgTypes, Meta } from '@storybook/vue3';
2
2
  import type { VvAlert } from '@/components';
3
3
  export declare const defaultArgs: Meta<typeof VvAlert>['args'];
4
- export declare const argTypes: {
5
- title: {
6
- description: string;
7
- };
8
- content: {
9
- description: string;
10
- };
11
- dismissable: {
12
- description: string;
13
- control: string;
14
- table: {
15
- defaultValue: {
16
- summary: boolean;
17
- };
18
- };
19
- };
20
- autoClose: {
21
- description: string;
22
- control: string;
23
- table: {
24
- defaultValue: {
25
- summary: number;
26
- };
27
- };
28
- };
29
- modifiers: {
30
- options: string[];
31
- description: string;
32
- control: {
33
- type: string;
34
- };
35
- };
36
- icon: {
37
- description: string;
38
- options: string[];
39
- control: {
40
- type: string;
41
- };
42
- };
43
- role: {
44
- description: string;
45
- control: string;
46
- options: string[];
47
- table: {
48
- defaultValue: string;
49
- };
50
- };
51
- header: {
52
- control: {
53
- type: string;
54
- };
55
- table: {
56
- type: {
57
- summary: string;
58
- };
59
- };
60
- };
61
- 'title::before': {
62
- control: {
63
- type: string;
64
- };
65
- table: {
66
- type: {
67
- summary: string;
68
- };
69
- };
70
- };
71
- 'title::after': {
72
- control: {
73
- type: string;
74
- };
75
- table: {
76
- type: {
77
- summary: string;
78
- };
79
- };
80
- };
81
- close: {
82
- control: {
83
- type: string;
84
- };
85
- table: {
86
- type: {
87
- summary: string;
88
- };
89
- };
90
- };
91
- default: {
92
- control: {
93
- type: string;
94
- };
95
- table: {
96
- type: {
97
- summary: string;
98
- };
99
- };
100
- };
101
- footer: {
102
- control: {
103
- type: string;
104
- };
105
- table: {
106
- type: {
107
- summary: string;
108
- };
109
- };
110
- };
111
- };
4
+ export declare const argTypes: ArgTypes;
@@ -1,3 +1,4 @@
1
+ import type { ArgTypes } from '@storybook/vue3';
1
2
  export declare const defaultArgs: {
2
3
  name: string;
3
4
  items: {
@@ -10,88 +11,4 @@ export declare const defaultArgs: {
10
11
  stack: boolean;
11
12
  reverse: boolean;
12
13
  };
13
- export declare const argTypes: {
14
- default: {
15
- control: {
16
- type: string;
17
- };
18
- table: {
19
- type: {
20
- summary: string;
21
- };
22
- };
23
- };
24
- before: {
25
- control: {
26
- type: string;
27
- };
28
- table: {
29
- type: {
30
- summary: string;
31
- };
32
- };
33
- };
34
- after: {
35
- control: {
36
- type: string;
37
- };
38
- table: {
39
- type: {
40
- summary: string;
41
- };
42
- };
43
- };
44
- modifiers: {
45
- description: string;
46
- options: never[];
47
- control: {
48
- type: string;
49
- };
50
- };
51
- name: {
52
- description: string;
53
- };
54
- items: {
55
- description: string;
56
- table: {
57
- defaultValue: {
58
- summary: string;
59
- };
60
- };
61
- };
62
- stack: {
63
- description: string;
64
- table: {
65
- defaultValue: {
66
- summary: string;
67
- };
68
- };
69
- };
70
- reverse: {
71
- description: string;
72
- table: {
73
- defaultValue: {
74
- summary: string;
75
- };
76
- };
77
- };
78
- position: {
79
- description: string;
80
- control: string;
81
- options: string[];
82
- };
83
- inline: {
84
- description: string;
85
- control: string;
86
- options: string[];
87
- };
88
- block: {
89
- description: string;
90
- control: string;
91
- options: string[];
92
- };
93
- transition: {
94
- description: string;
95
- control: string;
96
- };
97
- };
14
+ export declare const argTypes: ArgTypes;