@dpa-id-components/dpa-shared-components 7.1.3 → 7.1.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 (179) hide show
  1. package/dist/components/DpaEventItem/DpaEventItem.spec.d.ts +1 -0
  2. package/dist/components/DpaEventItem/DpaEventItem.stories.d.ts +1102 -0
  3. package/dist/components/DpaEventItem/DpaEventItem.vue.d.ts +63 -70
  4. package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +35 -36
  5. package/dist/components/DpaEventItem/DpaEventItemPreview.vue.d.ts +35 -36
  6. package/dist/components/DpaEventItem/DpaEventItemStandard.vue.d.ts +46 -51
  7. package/dist/components/DpaMediaItem/DpaMediaItem.spec.d.ts +1 -0
  8. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +213 -0
  9. package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +29 -29
  10. package/dist/components/UiAutocomplete/UiAutocomplete.spec.d.ts +1 -0
  11. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +69 -0
  12. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +16 -25
  13. package/dist/components/UiBadge/UiBadge.spec.d.ts +1 -0
  14. package/dist/components/UiBadge/UiBadge.stories.d.ts +245 -0
  15. package/dist/components/UiBadge/UiBadge.vue.d.ts +43 -51
  16. package/dist/components/UiButton/UiButton.spec.d.ts +1 -0
  17. package/dist/components/UiButton/UiButton.stories.d.ts +256 -0
  18. package/dist/components/UiButton/UiButton.vue.d.ts +44 -50
  19. package/dist/components/UiButtonGroup/UiButtonGroup.spec.d.ts +1 -0
  20. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +99 -0
  21. package/dist/components/UiButtonGroup/UiButtonGroup.vue.d.ts +8 -1
  22. package/dist/components/UiCard/UiCard.spec.d.ts +1 -0
  23. package/dist/components/UiCard/UiCard.stories.d.ts +99 -0
  24. package/dist/components/UiCard/UiCard.vue.d.ts +8 -1
  25. package/dist/components/UiCheckBox/UiCheckBox.spec.d.ts +1 -0
  26. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +231 -0
  27. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +38 -44
  28. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.spec.d.ts +1 -0
  29. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +66 -0
  30. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +15 -22
  31. package/dist/components/UiChip/UiChip.spec.d.ts +1 -0
  32. package/dist/components/UiChip/UiChip.stories.d.ts +167 -0
  33. package/dist/components/UiChip/UiChip.vue.d.ts +23 -23
  34. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.spec.d.ts +1 -0
  35. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +166 -0
  36. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.vue.d.ts +19 -19
  37. package/dist/components/UiColorPicker/UiColorPicker.spec.d.ts +1 -0
  38. package/dist/components/UiColorPicker/UiColorPicker.stories.d.ts +35 -0
  39. package/dist/components/UiColorPicker/UiColorPicker.vue.d.ts +8 -7
  40. package/dist/components/UiDatePicker/UiDatePicker.spec.d.ts +1 -0
  41. package/dist/components/UiDatePicker/UiDatePicker.stories.d.ts +643 -0
  42. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +105 -160
  43. package/dist/components/UiDialog/UiDialog.spec.d.ts +1 -0
  44. package/dist/components/UiDialog/UiDialog.stories.d.ts +577 -0
  45. package/dist/components/UiDialog/UiDialog.vue.d.ts +42 -54
  46. package/dist/components/UiFilterBadge/UiFilterBadge.spec.d.ts +1 -0
  47. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +425 -0
  48. package/dist/components/UiFilterBadge/UiFilterBadge.vue.d.ts +29 -31
  49. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.spec.d.ts +1 -0
  50. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +427 -0
  51. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +31 -31
  52. package/dist/components/UiFilterButton/UiFilterButton.spec.d.ts +1 -0
  53. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +233 -0
  54. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +41 -60
  55. package/dist/components/UiIcon/UiIcon.spec.d.ts +1 -0
  56. package/dist/components/UiIcon/UiIcon.stories.d.ts +73 -0
  57. package/dist/components/UiIcon/UiIcon.vue.d.ts +10 -15
  58. package/dist/components/UiIconButton/UiIconButton.spec.d.ts +1 -0
  59. package/dist/components/UiIconButton/UiIconButton.stories.d.ts +165 -0
  60. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +26 -35
  61. package/dist/components/UiInfoContent/UiInfoContent.spec.d.ts +1 -0
  62. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +594 -0
  63. package/dist/components/UiInfoContent/UiInfoContent.vue.d.ts +26 -18
  64. package/dist/components/UiInput/UiInput.spec.d.ts +1 -0
  65. package/dist/components/UiInput/UiInput.stories.d.ts +451 -0
  66. package/dist/components/UiInput/UiInput.vue.d.ts +71 -104
  67. package/dist/components/UiList/UiList.spec.d.ts +1 -0
  68. package/dist/components/UiList/UiList.stories.d.ts +1208 -0
  69. package/dist/components/UiList/UiList.vue.d.ts +8 -1
  70. package/dist/components/UiListItem/UiListItem.spec.d.ts +1 -0
  71. package/dist/components/UiListItem/UiListItem.stories.d.ts +667 -0
  72. package/dist/components/UiListItem/UiListItem.vue.d.ts +58 -78
  73. package/dist/components/UiMenu/UiMenu.spec.d.ts +1 -0
  74. package/dist/components/UiMenu/UiMenu.stories.d.ts +488 -0
  75. package/dist/components/UiMenu/UiMenu.vue.d.ts +87 -122
  76. package/dist/components/UiOverlay/UiOverlay.spec.d.ts +1 -0
  77. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +213 -0
  78. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +10 -3
  79. package/dist/components/UiOverlayMenu/UiOverlayMenu.spec.d.ts +1 -0
  80. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +1051 -0
  81. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +12 -6
  82. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.spec.d.ts +1 -0
  83. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +189 -0
  84. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +34 -43
  85. package/dist/components/UiSearchBar/UiSearchBar.spec.d.ts +1 -0
  86. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +947 -0
  87. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +41 -38
  88. package/dist/components/UiSearchInput/UiSearchInput.spec.d.ts +1 -0
  89. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +452 -0
  90. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +43 -33
  91. package/dist/components/UiSection/UiSection.spec.d.ts +1 -0
  92. package/dist/components/UiSection/UiSection.stories.d.ts +192 -0
  93. package/dist/components/UiSection/UiSection.vue.d.ts +22 -24
  94. package/dist/components/UiSectionDivider/UiSectionDivider.spec.d.ts +1 -0
  95. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +198 -0
  96. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +8 -13
  97. package/dist/components/UiSimpleInput/UiSimpleInput.d.ts +1 -0
  98. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +123 -0
  99. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +22 -31
  100. package/dist/components/UiSkeletonBox/UiSkeletonBox.spec.d.ts +1 -0
  101. package/dist/components/UiSkeletonBox/UiSkeletonBox.stories.d.ts +98 -0
  102. package/dist/components/UiSkeletonBox/UiSkeletonBox.vue.d.ts +11 -18
  103. package/dist/components/UiSnackbar/UiSnackbar.spec.d.ts +1 -0
  104. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +382 -0
  105. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +33 -34
  106. package/dist/components/UiSpinner/UiSpinner.spec.d.ts +1 -0
  107. package/dist/components/UiSpinner/UiSpinner.stories.d.ts +79 -0
  108. package/dist/components/UiSpinner/UiSpinner.vue.d.ts +8 -13
  109. package/dist/components/UiTextButton/UiTextButton.spec.d.ts +1 -0
  110. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +247 -0
  111. package/dist/components/UiTextButton/UiTextButton.vue.d.ts +37 -45
  112. package/dist/components/UiToggleButton/UiToggleButton.spec.d.ts +1 -0
  113. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +257 -0
  114. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +40 -48
  115. package/dist/components/UiTooltip/UiTooltip.spec.d.ts +1 -0
  116. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +391 -0
  117. package/dist/components/UiTooltip/UiTooltip.vue.d.ts +29 -30
  118. package/dist/dpa-shared-components.mjs +3708 -3644
  119. package/dist/dpa-shared-components.umd.js +5 -5
  120. package/dist/stories/Typography/TypoClasses.d.ts +2 -0
  121. package/dist/stories/Typography/Typography.stories.d.ts +21 -0
  122. package/dist/style.css +1 -1
  123. package/dist/tailwind/UseBreakpoints.stories.d.ts +10 -0
  124. package/dist/tailwind/screens.json.d.ts +10 -0
  125. package/dist/tailwind/tailwind.config.d.cts +28 -28
  126. package/package.json +2 -2
  127. package/dist/UseTailwindBreakpoints.stories.ts +0 -22
  128. package/dist/UseTailwindBreakpoints.vue +0 -13
  129. package/dist/alert-c8e2ae08.mjs +0 -15
  130. package/dist/arrow-left-93c1cdc7.mjs +0 -15
  131. package/dist/arrow-right-caf216c1.mjs +0 -15
  132. package/dist/audio-f02c6683.mjs +0 -19
  133. package/dist/audio-inline-92256dc7.mjs +0 -19
  134. package/dist/bookmark-4ff074d8.mjs +0 -19
  135. package/dist/bookmark-89d43835.mjs +0 -18
  136. package/dist/bookmark-fill-2b5e5104.mjs +0 -18
  137. package/dist/bookmark-fill-731ae06c.mjs +0 -19
  138. package/dist/checklist-e548cc3a.mjs +0 -19
  139. package/dist/checkmark-d41d01ff.mjs +0 -19
  140. package/dist/chevron-left-b66f074e.mjs +0 -15
  141. package/dist/chevron-right-b589ab17.mjs +0 -17
  142. package/dist/chevron-up-6418abb0.mjs +0 -15
  143. package/dist/clock-02be24f4.mjs +0 -19
  144. package/dist/close-5d26c1d1.mjs +0 -15
  145. package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +0 -279
  146. package/dist/copy-link-de7cb91d.mjs +0 -19
  147. package/dist/emoji-9480b7e3.mjs +0 -19
  148. package/dist/filter-2926b3c6.mjs +0 -20
  149. package/dist/filter-e213ae59.mjs +0 -15
  150. package/dist/filter-outline-91e5aa0a.mjs +0 -19
  151. package/dist/flags-cb22ae09.mjs +0 -19
  152. package/dist/flash-6c2fa662.mjs +0 -15
  153. package/dist/folder-add-e6e37681.mjs +0 -15
  154. package/dist/folder-bc98dd3b.mjs +0 -15
  155. package/dist/graphic-855e5909.mjs +0 -19
  156. package/dist/graphic-90b2d2fc.mjs +0 -20
  157. package/dist/graphic-a41ad739.mjs +0 -19
  158. package/dist/graphic-inline-a41ad739.mjs +0 -19
  159. package/dist/help-471874fe.mjs +0 -19
  160. package/dist/home-85e0bf1d.mjs +0 -15
  161. package/dist/info-ee40cf5c.mjs +0 -15
  162. package/dist/latest-dd68ea4b.mjs +0 -15
  163. package/dist/more-vertical-5797b4a7.mjs +0 -15
  164. package/dist/picture-inline-0eb9c590.mjs +0 -19
  165. package/dist/pin-ce661952.mjs +0 -19
  166. package/dist/plus-0900f7b4.mjs +0 -15
  167. package/dist/refresh-93ed1124.mjs +0 -15
  168. package/dist/reset-71987e6a.mjs +0 -15
  169. package/dist/screens.js +0 -13
  170. package/dist/search-9bebfc15.mjs +0 -15
  171. package/dist/share-f49b038e.mjs +0 -15
  172. package/dist/slack-05d08ea2.mjs +0 -15
  173. package/dist/tailwind/screens.d.ts +0 -8
  174. package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
  175. package/dist/text-3969d470.mjs +0 -15
  176. package/dist/text-inline-cbb3242f.mjs +0 -15
  177. package/dist/useTailwindBreakpoints.ts +0 -19
  178. package/dist/video-e95f8e58.mjs +0 -19
  179. package/dist/video-inline-b961f9cd.mjs +0 -19
@@ -0,0 +1,247 @@
1
+ import type { StoryObj } from "@storybook/vue3";
2
+ declare const meta: {
3
+ title: string;
4
+ component: {
5
+ new (...args: any[]): {
6
+ $: import("vue").ComponentInternalInstance;
7
+ $data: {};
8
+ $props: {
9
+ size?: "small" | "medium" | "xsmall" | undefined;
10
+ color?: "blue" | "gray" | undefined;
11
+ href?: string | undefined;
12
+ iconLeft?: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil" | undefined;
13
+ iconRight?: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil" | undefined;
14
+ placement?: "onsurface" | "oncanvas" | undefined;
15
+ weight?: "regular" | "semibold" | undefined;
16
+ key?: string | number | symbol | undefined;
17
+ ref?: import("vue").VNodeRef | undefined;
18
+ ref_for?: boolean | undefined;
19
+ ref_key?: string | undefined;
20
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>) => void)[] | undefined;
25
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>) => void)[] | undefined;
30
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
+ [key: string]: any;
32
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>) => void)[] | undefined;
39
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ [key: string]: any;
41
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void)[] | undefined;
48
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>) => void)[] | undefined;
53
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
+ [key: string]: any;
55
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
+ [key: string]: any;
57
+ }>) => void)[] | undefined;
58
+ class?: unknown;
59
+ style?: unknown;
60
+ };
61
+ $attrs: {
62
+ [x: string]: unknown;
63
+ };
64
+ $refs: {
65
+ [x: string]: unknown;
66
+ };
67
+ $slots: Readonly<{
68
+ [name: string]: import("vue").Slot<any> | undefined;
69
+ }>;
70
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
71
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
72
+ $emit: (event: string, ...args: any[]) => void;
73
+ $el: any;
74
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
75
+ size: {
76
+ type: import("vue").PropType<"small" | "medium" | "xsmall">;
77
+ default: string;
78
+ };
79
+ color: {
80
+ type: import("vue").PropType<"blue" | "gray">;
81
+ default: string;
82
+ };
83
+ href: {
84
+ type: import("vue").PropType<string>;
85
+ default: undefined;
86
+ };
87
+ iconLeft: {
88
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
89
+ default: undefined;
90
+ };
91
+ iconRight: {
92
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
93
+ default: undefined;
94
+ };
95
+ placement: {
96
+ type: import("vue").PropType<"onsurface" | "oncanvas">;
97
+ default: string;
98
+ };
99
+ weight: {
100
+ type: import("vue").PropType<"regular" | "semibold">;
101
+ default: string;
102
+ };
103
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
104
+ size: "small" | "medium" | "xsmall";
105
+ color: "blue" | "gray";
106
+ href: string;
107
+ iconLeft: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
108
+ iconRight: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
109
+ placement: "onsurface" | "oncanvas";
110
+ weight: "regular" | "semibold";
111
+ }, {}, string, {}> & {
112
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
113
+ created?: ((() => void) | (() => void)[]) | undefined;
114
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
115
+ mounted?: ((() => void) | (() => void)[]) | undefined;
116
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
117
+ updated?: ((() => void) | (() => void)[]) | undefined;
118
+ activated?: ((() => void) | (() => void)[]) | undefined;
119
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
120
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
121
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
122
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
123
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
124
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
125
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
126
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
127
+ };
128
+ $forceUpdate: () => void;
129
+ $nextTick: typeof import("vue").nextTick;
130
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
131
+ } & Readonly<import("vue").ExtractPropTypes<{
132
+ size: {
133
+ type: import("vue").PropType<"small" | "medium" | "xsmall">;
134
+ default: string;
135
+ };
136
+ color: {
137
+ type: import("vue").PropType<"blue" | "gray">;
138
+ default: string;
139
+ };
140
+ href: {
141
+ type: import("vue").PropType<string>;
142
+ default: undefined;
143
+ };
144
+ iconLeft: {
145
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
146
+ default: undefined;
147
+ };
148
+ iconRight: {
149
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
150
+ default: undefined;
151
+ };
152
+ placement: {
153
+ type: import("vue").PropType<"onsurface" | "oncanvas">;
154
+ default: string;
155
+ };
156
+ weight: {
157
+ type: import("vue").PropType<"regular" | "semibold">;
158
+ default: string;
159
+ };
160
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
161
+ __isFragment?: undefined;
162
+ __isTeleport?: undefined;
163
+ __isSuspense?: undefined;
164
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
165
+ size: {
166
+ type: import("vue").PropType<"small" | "medium" | "xsmall">;
167
+ default: string;
168
+ };
169
+ color: {
170
+ type: import("vue").PropType<"blue" | "gray">;
171
+ default: string;
172
+ };
173
+ href: {
174
+ type: import("vue").PropType<string>;
175
+ default: undefined;
176
+ };
177
+ iconLeft: {
178
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
179
+ default: undefined;
180
+ };
181
+ iconRight: {
182
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
183
+ default: undefined;
184
+ };
185
+ placement: {
186
+ type: import("vue").PropType<"onsurface" | "oncanvas">;
187
+ default: string;
188
+ };
189
+ weight: {
190
+ type: import("vue").PropType<"regular" | "semibold">;
191
+ default: string;
192
+ };
193
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
194
+ size: "small" | "medium" | "xsmall";
195
+ color: "blue" | "gray";
196
+ href: string;
197
+ iconLeft: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
198
+ iconRight: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
199
+ placement: "onsurface" | "oncanvas";
200
+ weight: "regular" | "semibold";
201
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
202
+ $slots: {
203
+ default?(_: {}): any;
204
+ };
205
+ });
206
+ argTypes: {
207
+ color: {
208
+ control: string;
209
+ options: string[];
210
+ };
211
+ href: {
212
+ control: string;
213
+ };
214
+ iconLeft: {
215
+ control: string;
216
+ options: string[];
217
+ };
218
+ iconRight: {
219
+ control: string;
220
+ options: string[];
221
+ };
222
+ placement: {
223
+ control: string;
224
+ options: string[];
225
+ };
226
+ size: {
227
+ control: string;
228
+ options: string[];
229
+ };
230
+ weight: {
231
+ control: string;
232
+ options: string[];
233
+ };
234
+ };
235
+ args: {
236
+ color: "blue";
237
+ href: undefined;
238
+ iconLeft: undefined;
239
+ iconRight: undefined;
240
+ placement: "onsurface";
241
+ size: "medium";
242
+ weight: "regular";
243
+ };
244
+ };
245
+ export default meta;
246
+ type Story = StoryObj<typeof meta>;
247
+ export declare const Default: Story;
@@ -1,83 +1,75 @@
1
- import type { PropType as __PropType } from 'vue';
2
- declare const _sfc_main: import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ size: {
3
+ type: import("vue").PropType<"small" | "medium" | "xsmall">;
4
+ default: string;
5
+ };
3
6
  color: {
4
- type: __PropType<"blue" | "gray" | undefined>;
5
- required: false;
7
+ type: import("vue").PropType<"blue" | "gray">;
6
8
  default: string;
7
9
  };
8
10
  href: {
9
- type: __PropType<string | undefined>;
10
- required: false;
11
+ type: import("vue").PropType<string>;
11
12
  default: undefined;
12
13
  };
13
14
  iconLeft: {
14
- type: __PropType<any>;
15
- required: false;
15
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
16
16
  default: undefined;
17
17
  };
18
18
  iconRight: {
19
- type: __PropType<any>;
20
- required: false;
19
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
21
20
  default: undefined;
22
21
  };
23
22
  placement: {
24
- type: __PropType<"onsurface" | "oncanvas" | undefined>;
25
- required: false;
26
- default: string;
27
- };
28
- size: {
29
- type: __PropType<"small" | "medium" | "xsmall" | undefined>;
30
- required: false;
23
+ type: import("vue").PropType<"onsurface" | "oncanvas">;
31
24
  default: string;
32
25
  };
33
26
  weight: {
34
- type: __PropType<"regular" | "semibold" | undefined>;
35
- required: false;
27
+ type: import("vue").PropType<"regular" | "semibold">;
36
28
  default: string;
37
29
  };
38
30
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ size: {
32
+ type: import("vue").PropType<"small" | "medium" | "xsmall">;
33
+ default: string;
34
+ };
39
35
  color: {
40
- type: __PropType<"blue" | "gray" | undefined>;
41
- required: false;
36
+ type: import("vue").PropType<"blue" | "gray">;
42
37
  default: string;
43
38
  };
44
39
  href: {
45
- type: __PropType<string | undefined>;
46
- required: false;
40
+ type: import("vue").PropType<string>;
47
41
  default: undefined;
48
42
  };
49
43
  iconLeft: {
50
- type: __PropType<any>;
51
- required: false;
44
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
52
45
  default: undefined;
53
46
  };
54
47
  iconRight: {
55
- type: __PropType<any>;
56
- required: false;
48
+ type: import("vue").PropType<"activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil">;
57
49
  default: undefined;
58
50
  };
59
51
  placement: {
60
- type: __PropType<"onsurface" | "oncanvas" | undefined>;
61
- required: false;
62
- default: string;
63
- };
64
- size: {
65
- type: __PropType<"small" | "medium" | "xsmall" | undefined>;
66
- required: false;
52
+ type: import("vue").PropType<"onsurface" | "oncanvas">;
67
53
  default: string;
68
54
  };
69
55
  weight: {
70
- type: __PropType<"regular" | "semibold" | undefined>;
71
- required: false;
56
+ type: import("vue").PropType<"regular" | "semibold">;
72
57
  default: string;
73
58
  };
74
59
  }>>, {
75
- color: "blue" | "gray" | undefined;
76
- size: "small" | "medium" | "xsmall" | undefined;
77
- href: string | undefined;
78
- iconLeft: any;
79
- iconRight: any;
80
- placement: "onsurface" | "oncanvas" | undefined;
81
- weight: "regular" | "semibold" | undefined;
82
- }, {}>;
83
- export default _sfc_main;
60
+ size: "small" | "medium" | "xsmall";
61
+ color: "blue" | "gray";
62
+ href: string;
63
+ iconLeft: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
64
+ iconRight: "activities" | "alert" | "alert-fill" | "alert-octagon" | "apps" | "archive" | "arrow-left" | "arrow-nav-left" | "arrow-nav-right" | "arrow-right" | "arrowhead-left" | "arrowhead-right" | "atmo" | "audio" | "audio-circled" | "audio-filled" | "bag" | "bell" | "bell-fill" | "book" | "bookmark" | "bookmark-fill" | "box" | "bulb" | "call" | "camera" | "check" | "checklist" | "checkmark" | "checkmark-double" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "clipboard" | "clock" | "close" | "cloud-save" | "code" | "collapse" | "color-palette" | "comment" | "comment-fill" | "copy" | "copy-link" | "delete" | "download" | "dpa-id" | "edit" | "edit-add" | "emoji" | "emoji-add" | "envelope" | "event" | "expand" | "external-link" | "file" | "file-pdf" | "filter" | "filter-outline" | "flag" | "flag-fill" | "flag-filled" | "flag-outline" | "flags" | "flash" | "folder" | "folder-add" | "folder-fill" | "folder-filled" | "gallery" | "graphic" | "graphic-circled" | "graphic-filled" | "graphics" | "grid-1" | "grid-2" | "grid-3" | "grid-4" | "grid-6" | "grid-9" | "grid-masonry" | "grid-masonry-9" | "help" | "home" | "image" | "image focus point" | "impact-high" | "impact-low" | "impact-medium" | "impact-very-high" | "impact-very-low" | "info" | "info-fill" | "info-filled" | "language" | "latest" | "lightbulb" | "list" | "lock" | "mail" | "map" | "map-outline" | "menu" | "minus" | "more-horizontal" | "more-vertical" | "move" | "move-up-down" | "navigation" | "note" | "offline" | "paper-plane" | "paperplane" | "pause" | "pause-circle" | "pdf" | "pen" | "people" | "phone" | "picture" | "picture-circled" | "picture-filled" | "pin" | "planning" | "play" | "play-circle" | "play-fill" | "plus" | "plus-circle" | "print" | "refresh" | "reset" | "responsive" | "rubix-thema" | "save" | "saved-search" | "saved-search-fill" | "search" | "settings" | "share" | "share-alternative" | "sidebar" | "sidebar-fill" | "slack" | "slider-config" | "spellcheck" | "spinner" | "standard-view" | "star" | "star-fill" | "star-filled" | "stop" | "sync" | "tasks" | "text" | "text-circled" | "text-filled" | "topic" | "union" | "upload" | "video" | "video overlay" | "video-circled" | "video-filled" | "view" | "view-off" | "volume-up" | "Eil";
65
+ placement: "onsurface" | "oncanvas";
66
+ weight: "regular" | "semibold";
67
+ }, {}>, {
68
+ default?(_: {}): any;
69
+ }>;
70
+ export default _default;
71
+ type __VLS_WithTemplateSlots<T, S> = T & {
72
+ new (): {
73
+ $slots: S;
74
+ };
75
+ };