@dpa-id-components/dpa-shared-components 9.4.3 → 9.4.4

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 (255) hide show
  1. package/README.md +3 -1
  2. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +6 -6
  3. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +23 -21
  4. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +12 -12
  5. package/dist/components/UiBadge/UiBadge.stories.d.ts +10 -9
  6. package/dist/components/UiBadge/UiBadge.vue.d.ts +24 -20
  7. package/dist/components/UiButton/UiButton.stories.d.ts +10 -9
  8. package/dist/components/UiButton/UiButton.vue.d.ts +24 -20
  9. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +3 -3
  10. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +4 -2
  11. package/dist/components/UiCard/UiCard.stories.d.ts +3 -3
  12. package/dist/components/UiCard/UiCard.vue.d.ts +4 -2
  13. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +3 -3
  14. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +18 -16
  15. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +6 -6
  16. package/dist/components/UiChip/UiChip.stories.d.ts +6 -6
  17. package/dist/components/UiChip/UiChip.vue.d.ts +13 -11
  18. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +3 -3
  19. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +12 -10
  20. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +31 -30
  21. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +75 -72
  22. package/dist/components/UiDialog/UiDialog.stories.d.ts +6 -6
  23. package/dist/components/UiDialog/UiDialog.vue.d.ts +30 -28
  24. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +7 -7
  25. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +14 -12
  26. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +7 -7
  27. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +12 -10
  28. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +5 -4
  29. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +20 -20
  30. package/dist/components/UiIcon/UiIcon.vue.d.ts +4 -4
  31. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +2 -2
  32. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +10 -10
  33. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +34 -33
  34. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +19 -15
  35. package/dist/components/UiInput/UiInput.stories.d.ts +18 -18
  36. package/dist/components/UiInput/UiInput.vue.d.ts +46 -44
  37. package/dist/components/UiList/UiList.stories.d.ts +27 -27
  38. package/dist/components/UiList/UiList.vue.d.ts +4 -2
  39. package/dist/components/UiListItem/UiListItem.stories.d.ts +13 -12
  40. package/dist/components/UiListItem/UiListItem.vue.d.ts +33 -29
  41. package/dist/components/UiMenu/UiMenu.stories.d.ts +9 -8
  42. package/dist/components/UiMenu/UiMenu.vue.d.ts +42 -42
  43. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +6 -6
  44. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +6 -4
  45. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +24 -24
  46. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +6 -4
  47. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +2 -2
  48. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +8 -8
  49. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +22 -22
  50. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +17 -15
  51. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +6 -6
  52. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +12 -10
  53. package/dist/components/UiSection/UiSection.stories.d.ts +6 -6
  54. package/dist/components/UiSection/UiSection.vue.d.ts +15 -13
  55. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +7 -7
  56. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +4 -4
  57. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +8 -8
  58. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +6 -6
  59. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +13 -12
  60. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +20 -16
  61. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +4 -4
  62. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +6 -6
  63. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +28 -23
  64. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +3 -3
  65. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +20 -18
  66. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +6 -6
  67. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +17 -15
  68. package/dist/components/index.d.ts +36 -36
  69. package/dist/dpa-shared-components.mjs +11278 -13090
  70. package/dist/dpa-shared-components.umd.js +7 -8
  71. package/dist/style.css +1 -1
  72. package/package.json +4 -4
  73. package/dist/UseBreakpoints.stories.ts +0 -22
  74. package/dist/UseBreakpoints.vue +0 -12
  75. package/dist/activities-7078badc.mjs +0 -15
  76. package/dist/alert-2c101b8c.mjs +0 -15
  77. package/dist/alert-fill-d71b0894.mjs +0 -15
  78. package/dist/alert-octagon-dd57ae5f.mjs +0 -29
  79. package/dist/apps-3c2d7f63.mjs +0 -15
  80. package/dist/archive-57ba8974.mjs +0 -15
  81. package/dist/arrow-left-d54ac135.mjs +0 -15
  82. package/dist/arrow-nav-left-106cab88.mjs +0 -15
  83. package/dist/arrow-nav-right-d2f37c7e.mjs +0 -15
  84. package/dist/arrow-right-af47dc6a.mjs +0 -15
  85. package/dist/arrowhead-left-379df6c4.mjs +0 -19
  86. package/dist/arrowhead-right-f634422b.mjs +0 -19
  87. package/dist/atmo-7ffe15e2.mjs +0 -15
  88. package/dist/audio-circled-232ac711.mjs +0 -15
  89. package/dist/audio-d219eee4.mjs +0 -19
  90. package/dist/audio-filled-c7f0b06d.mjs +0 -19
  91. package/dist/bag-b1c90c9d.mjs +0 -19
  92. package/dist/bell-c4ef2483.mjs +0 -15
  93. package/dist/bell-fill-98784347.mjs +0 -15
  94. package/dist/book-a53f03b7.mjs +0 -15
  95. package/dist/bookmark-8e4ef660.mjs +0 -19
  96. package/dist/bookmark-CATJZ4qW.mjs +0 -19
  97. package/dist/bookmark-fill-18167bcd.mjs +0 -19
  98. package/dist/bookmark-fill-B1ytdiyx.mjs +0 -19
  99. package/dist/box-74110d75.mjs +0 -19
  100. package/dist/bulb-539767a3.mjs +0 -15
  101. package/dist/call-c1be8158.mjs +0 -15
  102. package/dist/camera-566db54b.mjs +0 -19
  103. package/dist/check-e4d56dea.mjs +0 -19
  104. package/dist/checklist-885629e0.mjs +0 -19
  105. package/dist/checkmark-7bb03066.mjs +0 -19
  106. package/dist/checkmark-double-226ecc06.mjs +0 -15
  107. package/dist/chevron-down-d9cc3584.mjs +0 -15
  108. package/dist/chevron-left-d37e4cf5.mjs +0 -15
  109. package/dist/chevron-right-2b82b85c.mjs +0 -15
  110. package/dist/chevron-up-6cfd4d3d.mjs +0 -15
  111. package/dist/clipboard-c3a0dcd7.mjs +0 -15
  112. package/dist/clock-64696f87.mjs +0 -19
  113. package/dist/close-edf8f0a7.mjs +0 -15
  114. package/dist/cloud-save-9cb89227.mjs +0 -15
  115. package/dist/code-e30b0574.mjs +0 -15
  116. package/dist/collapse-3a144e1b.mjs +0 -15
  117. package/dist/color-palette-0ed1f01d.mjs +0 -15
  118. package/dist/comment-62396a37.mjs +0 -15
  119. package/dist/comment-fill-819fae0c.mjs +0 -15
  120. package/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +0 -1
  121. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +0 -1102
  122. package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +0 -125
  123. package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +0 -79
  124. package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +0 -79
  125. package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +0 -108
  126. package/dist/copy-e5d31a9c.mjs +0 -19
  127. package/dist/copy-link-b42b0b2d.mjs +0 -29
  128. package/dist/delete-0d28874e.mjs +0 -15
  129. package/dist/download-4d77c56a.mjs +0 -15
  130. package/dist/dpa-id-a0c91200.mjs +0 -19
  131. package/dist/edit-690308aa.mjs +0 -15
  132. package/dist/edit-add-4db19760.mjs +0 -15
  133. package/dist/eil-0d960dff.mjs +0 -19
  134. package/dist/emoji-1f86205e.mjs +0 -29
  135. package/dist/emoji-add-d72d5534.mjs +0 -29
  136. package/dist/envelope-5df69adf.mjs +0 -15
  137. package/dist/event-babd84b5.mjs +0 -15
  138. package/dist/expand-7405e392.mjs +0 -15
  139. package/dist/external-link-894815fd.mjs +0 -15
  140. package/dist/file-c91b0bb9.mjs +0 -15
  141. package/dist/file-pdf-2e1da127.mjs +0 -19
  142. package/dist/filter-b513696c.mjs +0 -15
  143. package/dist/filter-outline-38b76948.mjs +0 -29
  144. package/dist/flag-44da1d73.mjs +0 -15
  145. package/dist/flag-fill-ca5d310f.mjs +0 -15
  146. package/dist/flag-filled-98bcbce8.mjs +0 -15
  147. package/dist/flag-outline-2ea131c7.mjs +0 -15
  148. package/dist/flags-c30e45b5.mjs +0 -19
  149. package/dist/flash-7a927e7d.mjs +0 -15
  150. package/dist/folder-3b2d5f59.mjs +0 -15
  151. package/dist/folder-add-cdaf8bf7.mjs +0 -15
  152. package/dist/folder-fill-356643c5.mjs +0 -15
  153. package/dist/folder-filled-09259424.mjs +0 -15
  154. package/dist/gallery-f6dcc77b.mjs +0 -20
  155. package/dist/graphic-circled-c7768cfc.mjs +0 -15
  156. package/dist/graphic-ea6911f6.mjs +0 -20
  157. package/dist/graphic-filled-6f965469.mjs +0 -19
  158. package/dist/graphics-9dc48e2a.mjs +0 -15
  159. package/dist/grid-1-5b0e49a3.mjs +0 -15
  160. package/dist/grid-2-a31cd506.mjs +0 -15
  161. package/dist/grid-3-3829895b.mjs +0 -15
  162. package/dist/grid-4-b4dd73f8.mjs +0 -15
  163. package/dist/grid-6-151b07df.mjs +0 -15
  164. package/dist/grid-9-d3c48186.mjs +0 -15
  165. package/dist/grid-masonry-6a1b8806.mjs +0 -15
  166. package/dist/grid-masonry-9-2a9c0a17.mjs +0 -19
  167. package/dist/help-d209fdb7.mjs +0 -19
  168. package/dist/home-c424a69c.mjs +0 -15
  169. package/dist/image focus point-30a5eafb.mjs +0 -19
  170. package/dist/image-40863651.mjs +0 -19
  171. package/dist/impact-high-41a83c21.mjs +0 -29
  172. package/dist/impact-low-ba89c10c.mjs +0 -29
  173. package/dist/impact-medium-d64a53c3.mjs +0 -29
  174. package/dist/impact-very-high-c375c84e.mjs +0 -29
  175. package/dist/impact-very-low-b45b4a06.mjs +0 -29
  176. package/dist/info-387743c4.mjs +0 -15
  177. package/dist/info-fill-f971d701.mjs +0 -15
  178. package/dist/info-filled-c86c481a.mjs +0 -15
  179. package/dist/language-80eedb9e.mjs +0 -15
  180. package/dist/latest-bb39d821.mjs +0 -15
  181. package/dist/lightbulb-0c284cc9.mjs +0 -15
  182. package/dist/list-09e39a1a.mjs +0 -15
  183. package/dist/lock-f716251b.mjs +0 -19
  184. package/dist/mail-b4cc7e44.mjs +0 -15
  185. package/dist/main.css +0 -23
  186. package/dist/map-ecf5afac.mjs +0 -19
  187. package/dist/map-outline-4c9934e8.mjs +0 -19
  188. package/dist/menu-74a17c43.mjs +0 -15
  189. package/dist/minus-6e38066a.mjs +0 -15
  190. package/dist/more-horizontal-e7e121c3.mjs +0 -15
  191. package/dist/more-vertical-0d8048ea.mjs +0 -15
  192. package/dist/move-88cb6eb3.mjs +0 -15
  193. package/dist/move-up-down-0e48263c.mjs +0 -15
  194. package/dist/navigation-e1f28747.mjs +0 -15
  195. package/dist/note-811b096c.mjs +0 -19
  196. package/dist/offline-73d06154.mjs +0 -15
  197. package/dist/paper-plane-07bcb43e.mjs +0 -15
  198. package/dist/paperplane-662f4097.mjs +0 -15
  199. package/dist/pause-70fe2ae7.mjs +0 -29
  200. package/dist/pause-circle-4204406f.mjs +0 -29
  201. package/dist/pdf-bcee5eee.mjs +0 -19
  202. package/dist/pen-128f19d5.mjs +0 -15
  203. package/dist/people-0c20927c.mjs +0 -19
  204. package/dist/phone-288ed7a3.mjs +0 -19
  205. package/dist/picture-0eb9c590.mjs +0 -19
  206. package/dist/picture-circled-7602192a.mjs +0 -15
  207. package/dist/picture-filled-a6b618dc.mjs +0 -19
  208. package/dist/pin-530b1711.mjs +0 -19
  209. package/dist/planning-cb43b438.mjs +0 -15
  210. package/dist/play-5428740c.mjs +0 -29
  211. package/dist/play-circle-d074b95a.mjs +0 -19
  212. package/dist/play-fill-bac80265.mjs +0 -29
  213. package/dist/plus-circle-3d253a5c.mjs +0 -15
  214. package/dist/plus-ee8af457.mjs +0 -15
  215. package/dist/print-949a5857.mjs +0 -15
  216. package/dist/refresh-2f2ba8ae.mjs +0 -15
  217. package/dist/reset-c155c5ff.mjs +0 -15
  218. package/dist/responsive-90c640a7.mjs +0 -19
  219. package/dist/rubix-thema-05104238.mjs +0 -19
  220. package/dist/save-48d4be4e.mjs +0 -15
  221. package/dist/saved-search-0e8aa09b.mjs +0 -29
  222. package/dist/saved-search-fill-48f8c71c.mjs +0 -30
  223. package/dist/search-0890d914.mjs +0 -15
  224. package/dist/settings-57eb0eef.mjs +0 -19
  225. package/dist/share-alternative-fa060128.mjs +0 -15
  226. package/dist/share-cfa18007.mjs +0 -15
  227. package/dist/sidebar-9cb81395.mjs +0 -15
  228. package/dist/sidebar-fill-c22e0d1a.mjs +0 -19
  229. package/dist/slack-87bd7d6a.mjs +0 -15
  230. package/dist/slider-config-94286557.mjs +0 -19
  231. package/dist/spellcheck-c9014c44.mjs +0 -19
  232. package/dist/spinner-8f277552.mjs +0 -15
  233. package/dist/standard-view-af2a4834.mjs +0 -15
  234. package/dist/star-5c3c64ca.mjs +0 -15
  235. package/dist/star-fill-eb91b846.mjs +0 -15
  236. package/dist/star-filled-eb91b846.mjs +0 -15
  237. package/dist/stop-05ecbd72.mjs +0 -19
  238. package/dist/sync-1356e16f.mjs +0 -15
  239. package/dist/tailwind/UseBreakpoints.stories.d.ts +0 -10
  240. package/dist/tailwind/useBreakpoints.d.ts +0 -9
  241. package/dist/tasks-d09d0af6.mjs +0 -15
  242. package/dist/text-circled-5283cff7.mjs +0 -15
  243. package/dist/text-fff14e8f.mjs +0 -15
  244. package/dist/text-filled-dec83924.mjs +0 -19
  245. package/dist/topic-354c5294.mjs +0 -19
  246. package/dist/union-5e751949.mjs +0 -19
  247. package/dist/upload-a371f576.mjs +0 -15
  248. package/dist/useBreakpoints.ts +0 -19
  249. package/dist/video overlay-11864580.mjs +0 -19
  250. package/dist/video-8c400770.mjs +0 -25
  251. package/dist/video-circled-cb973c76.mjs +0 -15
  252. package/dist/video-filled-864f2e9f.mjs +0 -19
  253. package/dist/view-39118876.mjs +0 -29
  254. package/dist/view-off-ebee0dd9.mjs +0 -19
  255. package/dist/volume-up-8bf4fe6e.mjs +0 -29
@@ -95,9 +95,9 @@ declare const meta: {
95
95
  iconIsFilled: boolean;
96
96
  isActive: boolean;
97
97
  }>;
98
- __isFragment?: undefined;
99
- __isTeleport?: undefined;
100
- __isSuspense?: undefined;
98
+ __isFragment?: never;
99
+ __isTeleport?: never;
100
+ __isSuspense?: never;
101
101
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
102
102
  fill: {
103
103
  type: import('vue').PropType<string>;
@@ -261,9 +261,9 @@ declare const meta: {
261
261
  iconIsFilled: boolean;
262
262
  isActive: boolean;
263
263
  }>;
264
- __isFragment?: undefined;
265
- __isTeleport?: undefined;
266
- __isSuspense?: undefined;
264
+ __isFragment?: never;
265
+ __isTeleport?: never;
266
+ __isSuspense?: never;
267
267
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
268
268
  fill: {
269
269
  type: import('vue').PropType<string>;
@@ -358,7 +358,7 @@ declare const meta: {
358
358
  size: "small" | "medium" | "large" | "xl";
359
359
  disabled: boolean;
360
360
  title: string;
361
- backgroundColor: "none" | "blue" | "gray-hover";
361
+ backgroundColor: "blue" | "none" | "gray-hover";
362
362
  iconColor: "blue" | "gray" | "white";
363
363
  }, {}>;
364
364
  };
@@ -1,7 +1,10 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- color?: string | undefined;
3
- fill?: string | undefined;
4
- iconIsFilled?: boolean | undefined;
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
5
+ color?: string;
6
+ fill?: string;
7
+ iconIsFilled?: boolean;
5
8
  label: string;
6
9
  isActive: boolean;
7
10
  }>, {
@@ -12,9 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
12
15
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
16
  click: (...args: any[]) => void;
14
17
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
15
- color?: string | undefined;
16
- fill?: string | undefined;
17
- iconIsFilled?: boolean | undefined;
18
+ color?: string;
19
+ fill?: string;
20
+ iconIsFilled?: boolean;
18
21
  label: string;
19
22
  isActive: boolean;
20
23
  }>, {
@@ -29,9 +32,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
29
32
  color: string;
30
33
  iconIsFilled: boolean;
31
34
  isActive: boolean;
32
- }, {}>, {
33
- default?(_: {}): any;
34
- }>;
35
+ }, {}>;
36
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
35
37
  export default _default;
36
38
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
39
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,3 +1,4 @@
1
+ import { iconNames } from '../UiIcon/iconNames';
1
2
  import { StoryObj } from '@storybook/vue3';
2
3
 
3
4
  declare const meta: {
@@ -94,11 +95,11 @@ declare const meta: {
94
95
  title: string;
95
96
  iconSize: "xs" | "small" | "large";
96
97
  variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
97
- chevronIcon: string;
98
+ chevronIcon: (typeof iconNames)[number];
98
99
  rotateIcon: boolean;
99
100
  active: boolean;
100
101
  hasIcon: boolean;
101
- iconLeft: string | null;
102
+ iconLeft: (typeof iconNames)[number] | null;
102
103
  }, {}>;
103
104
  argTypes: {
104
105
  title: {
@@ -245,11 +246,11 @@ declare const meta: {
245
246
  title: string;
246
247
  iconSize: "xs" | "small" | "large";
247
248
  variant: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
248
- chevronIcon: string;
249
+ chevronIcon: (typeof iconNames)[number];
249
250
  rotateIcon: boolean;
250
251
  active: boolean;
251
252
  hasIcon: boolean;
252
- iconLeft: string | null;
253
+ iconLeft: (typeof iconNames)[number] | null;
253
254
  }, {}>;
254
255
  };
255
256
  template: string;
@@ -1,16 +1,16 @@
1
1
  import { iconNames } from '../UiIcon/iconNames';
2
2
 
3
3
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
- title?: string | undefined;
5
- variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank" | undefined;
6
- chevronIcon?: string | undefined;
7
- rotateIcon?: boolean | undefined;
8
- iconSize?: "xs" | "small" | "large" | undefined;
9
- size?: "xs" | "small" | undefined;
10
- disabled?: boolean | undefined;
11
- active?: boolean | undefined;
12
- hasIcon?: boolean | undefined;
13
- iconLeft?: string | null | undefined;
4
+ title?: string;
5
+ variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
6
+ chevronIcon?: (typeof iconNames)[number];
7
+ rotateIcon?: boolean;
8
+ iconSize?: "xs" | "small" | "large";
9
+ size?: "xs" | "small";
10
+ disabled?: boolean;
11
+ active?: boolean;
12
+ hasIcon?: boolean;
13
+ iconLeft?: (typeof iconNames)[number] | null;
14
14
  }>, {
15
15
  title: string;
16
16
  variant: string;
@@ -25,16 +25,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
26
  click: (...args: any[]) => void;
27
27
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
28
- title?: string | undefined;
29
- variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank" | undefined;
30
- chevronIcon?: string | undefined;
31
- rotateIcon?: boolean | undefined;
32
- iconSize?: "xs" | "small" | "large" | undefined;
33
- size?: "xs" | "small" | undefined;
34
- disabled?: boolean | undefined;
35
- active?: boolean | undefined;
36
- hasIcon?: boolean | undefined;
37
- iconLeft?: string | null | undefined;
28
+ title?: string;
29
+ variant?: "blue-rounded" | "white-rounded" | "transparent-rounded" | "blank" | "blue-blank";
30
+ chevronIcon?: (typeof iconNames)[number];
31
+ rotateIcon?: boolean;
32
+ iconSize?: "xs" | "small" | "large";
33
+ size?: "xs" | "small";
34
+ disabled?: boolean;
35
+ active?: boolean;
36
+ hasIcon?: boolean;
37
+ iconLeft?: (typeof iconNames)[number] | null;
38
38
  }>, {
39
39
  title: string;
40
40
  variant: string;
@@ -2,15 +2,15 @@ import { iconNames } from './iconNames';
2
2
 
3
3
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
4
  name: (typeof iconNames)[number];
5
- size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl" | undefined;
6
- sizeClasses?: string | undefined;
5
+ size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl";
6
+ sizeClasses?: string;
7
7
  }>, {
8
8
  size: string;
9
9
  sizeClasses: string;
10
10
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
11
  name: (typeof iconNames)[number];
12
- size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl" | undefined;
13
- sizeClasses?: string | undefined;
12
+ size?: "xs" | "small" | "medium" | "large" | "xl" | "2xl";
13
+ sizeClasses?: string;
14
14
  }>, {
15
15
  size: string;
16
16
  sizeClasses: string;
@@ -60,7 +60,7 @@ declare const meta: {
60
60
  size: "small" | "medium" | "large" | "xl";
61
61
  disabled: boolean;
62
62
  title: string;
63
- backgroundColor: "none" | "blue" | "gray-hover";
63
+ backgroundColor: "blue" | "none" | "gray-hover";
64
64
  iconColor: "blue" | "gray" | "white";
65
65
  }, {}>;
66
66
  argTypes: {
@@ -150,7 +150,7 @@ declare const meta: {
150
150
  size: "small" | "medium" | "large" | "xl";
151
151
  disabled: boolean;
152
152
  title: string;
153
- backgroundColor: "none" | "blue" | "gray-hover";
153
+ backgroundColor: "blue" | "none" | "gray-hover";
154
154
  iconColor: "blue" | "gray" | "white";
155
155
  }, {}>;
156
156
  };
@@ -2,11 +2,11 @@ import { iconNames } from '../UiIcon/iconNames';
2
2
 
3
3
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
4
  iconName: (typeof iconNames)[number];
5
- title?: string | undefined;
6
- disabled?: boolean | undefined;
7
- backgroundColor?: "none" | "blue" | "gray-hover" | undefined;
8
- iconColor?: "blue" | "gray" | "white" | undefined;
9
- size?: "small" | "medium" | "large" | "xl" | undefined;
5
+ title?: string;
6
+ disabled?: boolean;
7
+ backgroundColor?: "blue" | "none" | "gray-hover";
8
+ iconColor?: "blue" | "gray" | "white";
9
+ size?: "small" | "medium" | "large" | "xl";
10
10
  }>, {
11
11
  title: string;
12
12
  disabled: boolean;
@@ -17,11 +17,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
17
  click: (payload: any) => void;
18
18
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
19
19
  iconName: (typeof iconNames)[number];
20
- title?: string | undefined;
21
- disabled?: boolean | undefined;
22
- backgroundColor?: "none" | "blue" | "gray-hover" | undefined;
23
- iconColor?: "blue" | "gray" | "white" | undefined;
24
- size?: "small" | "medium" | "large" | "xl" | undefined;
20
+ title?: string;
21
+ disabled?: boolean;
22
+ backgroundColor?: "blue" | "none" | "gray-hover";
23
+ iconColor?: "blue" | "gray" | "white";
24
+ size?: "small" | "medium" | "large" | "xl";
25
25
  }>, {
26
26
  title: string;
27
27
  disabled: boolean;
@@ -1,3 +1,4 @@
1
+ import { iconNames } from '../UiIcon/iconNames';
1
2
  import { StoryObj } from '@storybook/vue3';
2
3
 
3
4
  declare const meta: {
@@ -46,10 +47,10 @@ declare const meta: {
46
47
  default: string;
47
48
  };
48
49
  }>>, {
49
- iconName: string | null;
50
+ iconName: (typeof iconNames)[number] | null;
50
51
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
51
- iconColor: "gray" | "white";
52
- iconBackground: "gray" | "white" | "green";
52
+ iconColor: "white" | "gray";
53
+ iconBackground: "white" | "gray" | "green";
53
54
  }, true, {}, {}, {
54
55
  P: {};
55
56
  B: {};
@@ -79,14 +80,14 @@ declare const meta: {
79
80
  default: string;
80
81
  };
81
82
  }>>, {}, {}, {}, {}, {
82
- iconName: string | null;
83
+ iconName: (typeof iconNames)[number] | null;
83
84
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
84
- iconColor: "gray" | "white";
85
- iconBackground: "gray" | "white" | "green";
85
+ iconColor: "white" | "gray";
86
+ iconBackground: "white" | "gray" | "green";
86
87
  }>;
87
- __isFragment?: undefined;
88
- __isTeleport?: undefined;
89
- __isSuspense?: undefined;
88
+ __isFragment?: never;
89
+ __isTeleport?: never;
90
+ __isSuspense?: never;
90
91
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
91
92
  iconName: {
92
93
  type: import('vue').PropType<string | null>;
@@ -109,10 +110,10 @@ declare const meta: {
109
110
  default: string;
110
111
  };
111
112
  }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
112
- iconName: string | null;
113
+ iconName: (typeof iconNames)[number] | null;
113
114
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
114
- iconColor: "gray" | "white";
115
- iconBackground: "gray" | "white" | "green";
115
+ iconColor: "white" | "gray";
116
+ iconBackground: "white" | "gray" | "green";
116
117
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
117
118
  $slots: {
118
119
  title?(_: {}): any;
@@ -193,10 +194,10 @@ declare const meta: {
193
194
  default: string;
194
195
  };
195
196
  }>>, {
196
- iconName: string | null;
197
+ iconName: (typeof iconNames)[number] | null;
197
198
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
198
- iconColor: "gray" | "white";
199
- iconBackground: "gray" | "white" | "green";
199
+ iconColor: "white" | "gray";
200
+ iconBackground: "white" | "gray" | "green";
200
201
  }, true, {}, {}, {
201
202
  P: {};
202
203
  B: {};
@@ -226,14 +227,14 @@ declare const meta: {
226
227
  default: string;
227
228
  };
228
229
  }>>, {}, {}, {}, {}, {
229
- iconName: string | null;
230
+ iconName: (typeof iconNames)[number] | null;
230
231
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
231
- iconColor: "gray" | "white";
232
- iconBackground: "gray" | "white" | "green";
232
+ iconColor: "white" | "gray";
233
+ iconBackground: "white" | "gray" | "green";
233
234
  }>;
234
- __isFragment?: undefined;
235
- __isTeleport?: undefined;
236
- __isSuspense?: undefined;
235
+ __isFragment?: never;
236
+ __isTeleport?: never;
237
+ __isSuspense?: never;
237
238
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
238
239
  iconName: {
239
240
  type: import('vue').PropType<string | null>;
@@ -256,10 +257,10 @@ declare const meta: {
256
257
  default: string;
257
258
  };
258
259
  }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
259
- iconName: string | null;
260
+ iconName: (typeof iconNames)[number] | null;
260
261
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
261
- iconColor: "gray" | "white";
262
- iconBackground: "gray" | "white" | "green";
262
+ iconColor: "white" | "gray";
263
+ iconBackground: "white" | "gray" | "green";
263
264
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
264
265
  $slots: {
265
266
  title?(_: {}): any;
@@ -335,9 +336,9 @@ declare const meta: {
335
336
  }, {
336
337
  size: "xs" | "small" | "medium" | "large";
337
338
  disabled: boolean;
338
- color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
339
+ color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
339
340
  rounded: boolean;
340
- iconName: string | null;
341
+ iconName: (typeof iconNames)[number] | null;
341
342
  disabledVariant: "primary" | "secondary";
342
343
  href: string;
343
344
  }, true, {}, {}, {
@@ -381,15 +382,15 @@ declare const meta: {
381
382
  }, {}, {}, {}, {}, {
382
383
  size: "xs" | "small" | "medium" | "large";
383
384
  disabled: boolean;
384
- color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
385
+ color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
385
386
  rounded: boolean;
386
- iconName: string | null;
387
+ iconName: (typeof iconNames)[number] | null;
387
388
  disabledVariant: "primary" | "secondary";
388
389
  href: string;
389
390
  }>;
390
- __isFragment?: undefined;
391
- __isTeleport?: undefined;
392
- __isSuspense?: undefined;
391
+ __isFragment?: never;
392
+ __isTeleport?: never;
393
+ __isSuspense?: never;
393
394
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
394
395
  size: {
395
396
  type: import('vue').PropType<"xs" | "small" | "medium" | "large">;
@@ -426,9 +427,9 @@ declare const meta: {
426
427
  }, string, {
427
428
  size: "xs" | "small" | "medium" | "large";
428
429
  disabled: boolean;
429
- color: "blue" | "gray" | "white" | "primary-green" | "transparent" | "light-gray";
430
+ color: "blue" | "transparent" | "white" | "gray" | "light-gray" | "primary-green";
430
431
  rounded: boolean;
431
- iconName: string | null;
432
+ iconName: (typeof iconNames)[number] | null;
432
433
  disabledVariant: "primary" | "secondary";
433
434
  href: string;
434
435
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -1,33 +1,37 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
- iconBackground: "gray" | "white" | "green";
3
- iconName: string | null;
1
+ import { iconNames } from '../UiIcon/iconNames';
2
+
3
+ declare function __VLS_template(): {
4
+ title?(_: {}): any;
5
+ default?(_: {}): any;
6
+ actions?(_: {}): any;
7
+ };
8
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ iconBackground: "white" | "gray" | "green";
10
+ iconName: (typeof iconNames)[number] | null;
4
11
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
5
- iconColor: "gray" | "white";
12
+ iconColor: "white" | "gray";
6
13
  }>, {
7
14
  iconBackground: string;
8
15
  iconName: null;
9
16
  iconColor: string;
10
17
  iconSize: string;
11
18
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
12
- iconBackground: "gray" | "white" | "green";
13
- iconName: string | null;
19
+ iconBackground: "white" | "gray" | "green";
20
+ iconName: (typeof iconNames)[number] | null;
14
21
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
15
- iconColor: "gray" | "white";
22
+ iconColor: "white" | "gray";
16
23
  }>, {
17
24
  iconBackground: string;
18
25
  iconName: null;
19
26
  iconColor: string;
20
27
  iconSize: string;
21
28
  }>>>, {
22
- iconName: string | null;
29
+ iconName: (typeof iconNames)[number] | null;
23
30
  iconSize: "xs" | "small" | "medium" | "large" | "xl";
24
- iconColor: "gray" | "white";
25
- iconBackground: "gray" | "white" | "green";
26
- }, {}>, {
27
- title?(_: {}): any;
28
- default?(_: {}): any;
29
- actions?(_: {}): any;
30
- }>;
31
+ iconColor: "white" | "gray";
32
+ iconBackground: "white" | "gray" | "green";
33
+ }, {}>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
35
  export default _default;
32
36
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
37
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -186,7 +186,7 @@ declare const meta: {
186
186
  onKeyup?: ((...args: any[]) => any) | undefined;
187
187
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
188
188
  }, {
189
- type: "number" | "text" | "time" | "date" | "password";
189
+ type: "text" | "number" | "time" | "date" | "password";
190
190
  disabled: boolean;
191
191
  label: string;
192
192
  readonly: boolean;
@@ -203,7 +203,7 @@ declare const meta: {
203
203
  isTextarea: boolean;
204
204
  hasInfo: boolean;
205
205
  infoText: string;
206
- inputStatus: "info" | "default" | "error" | "readonly" | "warning";
206
+ inputStatus: "default" | "info" | "readonly" | "warning" | "error";
207
207
  isUiAutocomplete: boolean;
208
208
  }, true, {}, {}, {
209
209
  P: {};
@@ -302,7 +302,7 @@ declare const meta: {
302
302
  }, {
303
303
  inputRef: import('vue').Ref<HTMLInputElement | undefined>;
304
304
  }, {}, {}, {}, {
305
- type: "number" | "text" | "time" | "date" | "password";
305
+ type: "text" | "number" | "time" | "date" | "password";
306
306
  disabled: boolean;
307
307
  label: string;
308
308
  readonly: boolean;
@@ -319,12 +319,12 @@ declare const meta: {
319
319
  isTextarea: boolean;
320
320
  hasInfo: boolean;
321
321
  infoText: string;
322
- inputStatus: "info" | "default" | "error" | "readonly" | "warning";
322
+ inputStatus: "default" | "info" | "readonly" | "warning" | "error";
323
323
  isUiAutocomplete: boolean;
324
324
  }>;
325
- __isFragment?: undefined;
326
- __isTeleport?: undefined;
327
- __isSuspense?: undefined;
325
+ __isFragment?: never;
326
+ __isTeleport?: never;
327
+ __isSuspense?: never;
328
328
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
329
329
  type: {
330
330
  type: import('vue').PropType<"number" | "text" | "time" | "date" | "password">;
@@ -421,7 +421,7 @@ declare const meta: {
421
421
  keyup: (...args: any[]) => void;
422
422
  "update:modelValue": (...args: any[]) => void;
423
423
  }, string, {
424
- type: "number" | "text" | "time" | "date" | "password";
424
+ type: "text" | "number" | "time" | "date" | "password";
425
425
  disabled: boolean;
426
426
  label: string;
427
427
  readonly: boolean;
@@ -438,7 +438,7 @@ declare const meta: {
438
438
  isTextarea: boolean;
439
439
  hasInfo: boolean;
440
440
  infoText: string;
441
- inputStatus: "info" | "default" | "error" | "readonly" | "warning";
441
+ inputStatus: "default" | "info" | "readonly" | "warning" | "error";
442
442
  isUiAutocomplete: boolean;
443
443
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
444
444
  $slots: {
@@ -699,7 +699,7 @@ declare const meta: {
699
699
  onKeyup?: ((...args: any[]) => any) | undefined;
700
700
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
701
701
  }, {
702
- type: "number" | "text" | "time" | "date" | "password";
702
+ type: "text" | "number" | "time" | "date" | "password";
703
703
  disabled: boolean;
704
704
  label: string;
705
705
  readonly: boolean;
@@ -716,7 +716,7 @@ declare const meta: {
716
716
  isTextarea: boolean;
717
717
  hasInfo: boolean;
718
718
  infoText: string;
719
- inputStatus: "info" | "default" | "error" | "readonly" | "warning";
719
+ inputStatus: "default" | "info" | "readonly" | "warning" | "error";
720
720
  isUiAutocomplete: boolean;
721
721
  }, true, {}, {}, {
722
722
  P: {};
@@ -815,7 +815,7 @@ declare const meta: {
815
815
  }, {
816
816
  inputRef: import('vue').Ref<HTMLInputElement | undefined>;
817
817
  }, {}, {}, {}, {
818
- type: "number" | "text" | "time" | "date" | "password";
818
+ type: "text" | "number" | "time" | "date" | "password";
819
819
  disabled: boolean;
820
820
  label: string;
821
821
  readonly: boolean;
@@ -832,12 +832,12 @@ declare const meta: {
832
832
  isTextarea: boolean;
833
833
  hasInfo: boolean;
834
834
  infoText: string;
835
- inputStatus: "info" | "default" | "error" | "readonly" | "warning";
835
+ inputStatus: "default" | "info" | "readonly" | "warning" | "error";
836
836
  isUiAutocomplete: boolean;
837
837
  }>;
838
- __isFragment?: undefined;
839
- __isTeleport?: undefined;
840
- __isSuspense?: undefined;
838
+ __isFragment?: never;
839
+ __isTeleport?: never;
840
+ __isSuspense?: never;
841
841
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
842
842
  type: {
843
843
  type: import('vue').PropType<"number" | "text" | "time" | "date" | "password">;
@@ -934,7 +934,7 @@ declare const meta: {
934
934
  keyup: (...args: any[]) => void;
935
935
  "update:modelValue": (...args: any[]) => void;
936
936
  }, string, {
937
- type: "number" | "text" | "time" | "date" | "password";
937
+ type: "text" | "number" | "time" | "date" | "password";
938
938
  disabled: boolean;
939
939
  label: string;
940
940
  readonly: boolean;
@@ -951,7 +951,7 @@ declare const meta: {
951
951
  isTextarea: boolean;
952
952
  hasInfo: boolean;
953
953
  infoText: string;
954
- inputStatus: "info" | "default" | "error" | "readonly" | "warning";
954
+ inputStatus: "default" | "info" | "readonly" | "warning" | "error";
955
955
  isUiAutocomplete: boolean;
956
956
  }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
957
957
  $slots: {