@knime/kds-components 1.1.2 → 1.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 (245) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/index.css +1223 -1224
  3. package/dist/index.js +10930 -10879
  4. package/dist/index.js.map +1 -1
  5. package/dist/src/accessories/ProgressBar/types.d.ts +0 -2
  6. package/dist/src/accessories/ProgressBar/types.d.ts.map +1 -1
  7. package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts.map +1 -1
  8. package/dist/src/buttons/ActionButton/types.d.ts +2 -0
  9. package/dist/src/buttons/ActionButton/types.d.ts.map +1 -1
  10. package/dist/src/buttons/BaseButton.vue.d.ts +10 -2
  11. package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
  12. package/dist/src/buttons/KdsButton/KdsButton.vue.d.ts.map +1 -1
  13. package/dist/src/buttons/KdsButton/types.d.ts +4 -0
  14. package/dist/src/buttons/KdsButton/types.d.ts.map +1 -1
  15. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +28 -2
  16. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  17. package/dist/src/buttons/KdsMenuButton/types.d.ts +13 -3
  18. package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
  19. package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts +8 -0
  20. package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts.map +1 -1
  21. package/dist/src/buttons/KdsProgressButton/types.d.ts +24 -2
  22. package/dist/src/buttons/KdsProgressButton/types.d.ts.map +1 -1
  23. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +8 -2
  24. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
  25. package/dist/src/buttons/KdsSplitButton/types.d.ts +7 -4
  26. package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -1
  27. package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts +8 -0
  28. package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts.map +1 -1
  29. package/dist/src/buttons/KdsToggleButton/types.d.ts +7 -1
  30. package/dist/src/buttons/KdsToggleButton/types.d.ts.map +1 -1
  31. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +36 -2
  32. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
  33. package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts +2 -0
  34. package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts.map +1 -1
  35. package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts +0 -4
  36. package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts.map +1 -1
  37. package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -1
  38. package/dist/src/buttons/links/KdsLink/types.d.ts +4 -1
  39. package/dist/src/buttons/links/KdsLink/types.d.ts.map +1 -1
  40. package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts.map +1 -1
  41. package/dist/src/buttons/links/KdsLinkButton/types.d.ts +4 -0
  42. package/dist/src/buttons/links/KdsLinkButton/types.d.ts.map +1 -1
  43. package/dist/src/buttons/types.d.ts +9 -0
  44. package/dist/src/buttons/types.d.ts.map +1 -1
  45. package/dist/src/containers/ContextMenu/KdsContextMenu.vue.d.ts.map +1 -1
  46. package/dist/src/containers/ContextMenu/types.d.ts +15 -5
  47. package/dist/src/containers/ContextMenu/types.d.ts.map +1 -1
  48. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts +54 -15
  49. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts.map +1 -1
  50. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +92 -30
  51. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
  52. package/dist/src/containers/FileExplorer/types.d.ts +21 -10
  53. package/dist/src/containers/FileExplorer/types.d.ts.map +1 -1
  54. package/dist/src/containers/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
  55. package/dist/src/containers/ListContainer/types.d.ts +7 -4
  56. package/dist/src/containers/ListContainer/types.d.ts.map +1 -1
  57. package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
  58. package/dist/src/containers/ListItem/KdsListItem/types.d.ts +5 -0
  59. package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -1
  60. package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -1
  61. package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts +4 -0
  62. package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts.map +1 -1
  63. package/dist/src/containers/Menu/KdsMenu.vue.d.ts +16 -4
  64. package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -1
  65. package/dist/src/containers/Menu/types.d.ts +8 -4
  66. package/dist/src/containers/Menu/types.d.ts.map +1 -1
  67. package/dist/src/containers/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -1
  68. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts +16 -3
  69. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -1
  70. package/dist/src/containers/MenuContainer/types.d.ts +14 -4
  71. package/dist/src/containers/MenuContainer/types.d.ts.map +1 -1
  72. package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts +6 -4
  73. package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts.map +1 -1
  74. package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts +8 -0
  75. package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts.map +1 -1
  76. package/dist/src/forms/Checkbox/types.d.ts +22 -1
  77. package/dist/src/forms/Checkbox/types.d.ts.map +1 -1
  78. package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts +4 -2
  79. package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts.map +1 -1
  80. package/dist/src/forms/RadioButton/types.d.ts +40 -0
  81. package/dist/src/forms/RadioButton/types.d.ts.map +1 -1
  82. package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts +8 -0
  83. package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts.map +1 -1
  84. package/dist/src/forms/ToggleSwitch/types.d.ts +12 -1
  85. package/dist/src/forms/ToggleSwitch/types.d.ts.map +1 -1
  86. package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts +10 -2
  87. package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts.map +1 -1
  88. package/dist/src/forms/_helper/BaseFormFieldWrapper.vue.d.ts +18 -4
  89. package/dist/src/forms/_helper/BaseFormFieldWrapper.vue.d.ts.map +1 -1
  90. package/dist/src/forms/_helper/InfoPopover/InfoPopover.vue.d.ts +10 -5
  91. package/dist/src/forms/_helper/InfoPopover/InfoPopover.vue.d.ts.map +1 -1
  92. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +26 -9
  93. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  94. package/dist/src/forms/_helper/InfoPopover/types.d.ts +4 -0
  95. package/dist/src/forms/_helper/InfoPopover/types.d.ts.map +1 -1
  96. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +57 -40
  97. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  98. package/dist/src/forms/_helper/VariablePopover/VariablePopover.vue.d.ts +10 -5
  99. package/dist/src/forms/_helper/VariablePopover/VariablePopover.vue.d.ts.map +1 -1
  100. package/dist/src/forms/inputs/BaseInput.vue.d.ts +18 -3
  101. package/dist/src/forms/inputs/BaseInput.vue.d.ts.map +1 -1
  102. package/dist/src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue.d.ts +3 -1
  103. package/dist/src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue.d.ts.map +1 -1
  104. package/dist/src/forms/inputs/ColorInput/ColorPicker/types.d.ts +7 -0
  105. package/dist/src/forms/inputs/ColorInput/ColorPicker/types.d.ts.map +1 -1
  106. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +16 -2
  107. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
  108. package/dist/src/forms/inputs/ColorInput/types.d.ts +7 -1
  109. package/dist/src/forms/inputs/ColorInput/types.d.ts.map +1 -1
  110. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +14 -5
  111. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  112. package/dist/src/forms/inputs/DateInput/_helper/types.d.ts +11 -0
  113. package/dist/src/forms/inputs/DateInput/_helper/types.d.ts.map +1 -1
  114. package/dist/src/forms/inputs/DateInput/types.d.ts +10 -0
  115. package/dist/src/forms/inputs/DateInput/types.d.ts.map +1 -1
  116. package/dist/src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue.d.ts +1 -5
  117. package/dist/src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue.d.ts.map +1 -1
  118. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +12 -2
  119. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
  120. package/dist/src/forms/inputs/DateTimeFormatInput/types.d.ts +25 -0
  121. package/dist/src/forms/inputs/DateTimeFormatInput/types.d.ts.map +1 -1
  122. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +66 -25
  123. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts.map +1 -1
  124. package/dist/src/forms/inputs/DateTimeInput/types.d.ts +15 -1
  125. package/dist/src/forms/inputs/DateTimeInput/types.d.ts.map +1 -1
  126. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +18 -5
  127. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
  128. package/dist/src/forms/inputs/IntervalInput/types.d.ts +14 -0
  129. package/dist/src/forms/inputs/IntervalInput/types.d.ts.map +1 -1
  130. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +10 -3
  131. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
  132. package/dist/src/forms/inputs/NumberInput/types.d.ts +5 -0
  133. package/dist/src/forms/inputs/NumberInput/types.d.ts.map +1 -1
  134. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +6 -3
  135. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
  136. package/dist/src/forms/inputs/PasswordInput/types.d.ts +5 -0
  137. package/dist/src/forms/inputs/PasswordInput/types.d.ts.map +1 -1
  138. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +26 -3
  139. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  140. package/dist/src/forms/inputs/PatternInput/types.d.ts +28 -1
  141. package/dist/src/forms/inputs/PatternInput/types.d.ts.map +1 -1
  142. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +35 -22
  143. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  144. package/dist/src/forms/inputs/SearchInput/types.d.ts +17 -0
  145. package/dist/src/forms/inputs/SearchInput/types.d.ts.map +1 -1
  146. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +18 -5
  147. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  148. package/dist/src/forms/inputs/TextInput/types.d.ts +5 -0
  149. package/dist/src/forms/inputs/TextInput/types.d.ts.map +1 -1
  150. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts +4 -0
  151. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -1
  152. package/dist/src/forms/inputs/Textarea/types.d.ts +5 -0
  153. package/dist/src/forms/inputs/Textarea/types.d.ts.map +1 -1
  154. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +46 -20
  155. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
  156. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +32 -13
  157. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
  158. package/dist/src/forms/inputs/TimeInput/types.d.ts +28 -2
  159. package/dist/src/forms/inputs/TimeInput/types.d.ts.map +1 -1
  160. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +6 -3
  161. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -1
  162. package/dist/src/forms/inputs/UsernameInput/types.d.ts +6 -0
  163. package/dist/src/forms/inputs/UsernameInput/types.d.ts.map +1 -1
  164. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +66 -25
  165. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts.map +1 -1
  166. package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts +16 -2
  167. package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts.map +1 -1
  168. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +6 -3
  169. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  170. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +22 -5
  171. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  172. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +18 -5
  173. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  174. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +6 -3
  175. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  176. package/dist/src/forms/selects/Dropdown/types.d.ts +15 -2
  177. package/dist/src/forms/selects/Dropdown/types.d.ts.map +1 -1
  178. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts +4 -0
  179. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
  180. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +17 -0
  181. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
  182. package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts +8 -0
  183. package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts.map +1 -1
  184. package/dist/src/forms/selects/SortableListBox/types.d.ts +3 -1
  185. package/dist/src/forms/selects/SortableListBox/types.d.ts.map +1 -1
  186. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts +36 -0
  187. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts.map +1 -1
  188. package/dist/src/forms/selects/TwinList/types.d.ts +52 -1
  189. package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -1
  190. package/dist/src/layouts/Accordion/KdsAccordion.vue.d.ts +9 -3
  191. package/dist/src/layouts/Accordion/KdsAccordion.vue.d.ts.map +1 -1
  192. package/dist/src/layouts/Accordion/types.d.ts +4 -0
  193. package/dist/src/layouts/Accordion/types.d.ts.map +1 -1
  194. package/dist/src/layouts/Card/BaseCard.vue.d.ts +34 -5
  195. package/dist/src/layouts/Card/BaseCard.vue.d.ts.map +1 -1
  196. package/dist/src/layouts/Card/CardHeader.vue.d.ts +18 -3
  197. package/dist/src/layouts/Card/CardHeader.vue.d.ts.map +1 -1
  198. package/dist/src/layouts/Card/KdsCard.vue.d.ts +26 -4
  199. package/dist/src/layouts/Card/KdsCard.vue.d.ts.map +1 -1
  200. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts +26 -4
  201. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -1
  202. package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts +26 -4
  203. package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts.map +1 -1
  204. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts +34 -4
  205. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -1
  206. package/dist/src/layouts/Card/types.d.ts +13 -4
  207. package/dist/src/layouts/Card/types.d.ts.map +1 -1
  208. package/dist/src/layouts/EmptyState/KdsEmptyState.vue.d.ts.map +1 -1
  209. package/dist/src/layouts/EmptyState/types.d.ts +14 -0
  210. package/dist/src/layouts/EmptyState/types.d.ts.map +1 -1
  211. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts +10 -2
  212. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts.map +1 -1
  213. package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -1
  214. package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts +6 -0
  215. package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts.map +1 -1
  216. package/dist/src/layouts/Navigation/KdsNavigation.vue.d.ts.map +1 -1
  217. package/dist/src/layouts/Navigation/types.d.ts +7 -1
  218. package/dist/src/layouts/Navigation/types.d.ts.map +1 -1
  219. package/dist/src/layouts/Panel/types.d.ts +0 -3
  220. package/dist/src/layouts/Panel/types.d.ts.map +1 -1
  221. package/dist/src/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts +13 -3
  222. package/dist/src/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts.map +1 -1
  223. package/dist/src/layouts/ResizeContainer/ResizeHandle/types.d.ts +0 -2
  224. package/dist/src/layouts/ResizeContainer/ResizeHandle/types.d.ts.map +1 -1
  225. package/dist/src/layouts/ResizeContainer/types.d.ts +0 -4
  226. package/dist/src/layouts/ResizeContainer/types.d.ts.map +1 -1
  227. package/dist/src/layouts/TabBar/types.d.ts +7 -3
  228. package/dist/src/layouts/TabBar/types.d.ts.map +1 -1
  229. package/dist/src/overlays/Modal/KdsModal.vue.d.ts +38 -9
  230. package/dist/src/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
  231. package/dist/src/overlays/Modal/KdsModalLayout.vue.d.ts +18 -3
  232. package/dist/src/overlays/Modal/KdsModalLayout.vue.d.ts.map +1 -1
  233. package/dist/src/overlays/Modal/types.d.ts +9 -9
  234. package/dist/src/overlays/Modal/types.d.ts.map +1 -1
  235. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts +14 -2
  236. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  237. package/dist/src/overlays/Popover/types.d.ts +4 -6
  238. package/dist/src/overlays/Popover/types.d.ts.map +1 -1
  239. package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts +10 -2
  240. package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts.map +1 -1
  241. package/dist/src/overlays/SideDrawer/types.d.ts +0 -2
  242. package/dist/src/overlays/SideDrawer/types.d.ts.map +1 -1
  243. package/package.json +2 -2
  244. package/dist/src/containers/FileExplorer/utils/filterSlotsForDynamicColumns.d.ts +0 -3
  245. package/dist/src/containers/FileExplorer/utils/filterSlotsForDynamicColumns.d.ts.map +0 -1
@@ -19,6 +19,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
19
19
  trailingIcon?: KdsIconName;
20
20
  ariaLabel?: never;
21
21
  } & {
22
+ modelValue?: boolean;
22
23
  items: KdsMenuItem[];
23
24
  menuMaxHeight?: string;
24
25
  }) | ({
@@ -34,6 +35,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
34
35
  trailingIcon?: never;
35
36
  ariaLabel: string;
36
37
  } & {
38
+ modelValue?: boolean;
37
39
  items: KdsMenuItem[];
38
40
  menuMaxHeight?: string;
39
41
  })> & Readonly<{
@@ -52,6 +54,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
52
54
  leadingIcon?: KdsIconName;
53
55
  trailingIcon?: KdsIconName;
54
56
  ariaLabel?: never;
57
+ } & {
58
+ modelValue?: boolean;
55
59
  }) | ({
56
60
  modelValue?: boolean;
57
61
  } & import('../../types/testId').WithTestId & {
@@ -64,6 +68,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
64
68
  leadingIcon: KdsIconName;
65
69
  trailingIcon?: never;
66
70
  ariaLabel: string;
71
+ } & {
72
+ modelValue?: boolean;
67
73
  })> & Readonly<{
68
74
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
69
75
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -87,6 +93,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
87
93
  leadingIcon?: KdsIconName;
88
94
  trailingIcon?: KdsIconName;
89
95
  ariaLabel?: never;
96
+ } & {
97
+ modelValue?: boolean;
90
98
  }) | ({
91
99
  modelValue?: boolean;
92
100
  } & import('../../types/testId').WithTestId & {
@@ -99,6 +107,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
99
107
  leadingIcon: KdsIconName;
100
108
  trailingIcon?: never;
101
109
  ariaLabel: string;
110
+ } & {
111
+ modelValue?: boolean;
102
112
  })> & Readonly<{
103
113
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
104
114
  }>), {}, {}, {}, {}, {}> | null>>;
@@ -118,6 +128,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
118
128
  leadingIcon?: KdsIconName;
119
129
  trailingIcon?: KdsIconName;
120
130
  ariaLabel?: never;
131
+ } & {
132
+ modelValue?: boolean;
121
133
  }) | ({
122
134
  modelValue?: boolean;
123
135
  } & import('../../types/testId').WithTestId & {
@@ -130,6 +142,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
130
142
  leadingIcon: KdsIconName;
131
143
  trailingIcon?: never;
132
144
  ariaLabel: string;
145
+ } & {
146
+ modelValue?: boolean;
133
147
  })> & Readonly<{
134
148
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
135
149
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -153,6 +167,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
153
167
  leadingIcon?: KdsIconName;
154
168
  trailingIcon?: KdsIconName;
155
169
  ariaLabel?: never;
170
+ } & {
171
+ modelValue?: boolean;
156
172
  }) | ({
157
173
  modelValue?: boolean;
158
174
  } & import('../../types/testId').WithTestId & {
@@ -165,6 +181,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
165
181
  leadingIcon: KdsIconName;
166
182
  trailingIcon?: never;
167
183
  ariaLabel: string;
184
+ } & {
185
+ modelValue?: boolean;
168
186
  })> & Readonly<{
169
187
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
170
188
  }>), {}, {}, {}, {}, {}> | null;
@@ -212,6 +230,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
212
230
  $options: import('vue').ComponentOptionsBase<Readonly<({
213
231
  modelValue?: boolean;
214
232
  } & {
233
+ modelValue?: boolean;
215
234
  role?: import('../..').KdsPopoverRole;
216
235
  popoverType?: import('../..').KdsPopoverType;
217
236
  fullWidth?: boolean;
@@ -223,6 +242,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
223
242
  }) | ({
224
243
  modelValue?: boolean;
225
244
  } & {
245
+ modelValue?: boolean;
226
246
  role?: import('../..').KdsPopoverRole;
227
247
  popoverType?: import('../..').KdsPopoverType;
228
248
  fullWidth?: boolean;
@@ -264,6 +284,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
264
284
  } & Readonly<{}> & Omit<{} & (Readonly<({
265
285
  modelValue?: boolean;
266
286
  } & {
287
+ modelValue?: boolean;
267
288
  role?: import('../..').KdsPopoverRole;
268
289
  popoverType?: import('../..').KdsPopoverType;
269
290
  fullWidth?: boolean;
@@ -275,6 +296,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
275
296
  }) | ({
276
297
  modelValue?: boolean;
277
298
  } & {
299
+ modelValue?: boolean;
278
300
  role?: import('../..').KdsPopoverRole;
279
301
  popoverType?: import('../..').KdsPopoverType;
280
302
  fullWidth?: boolean;
@@ -292,8 +314,10 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
292
314
  anchorStyle: Record<string, string>;
293
315
  popoverId: string;
294
316
  } & {} & import('vue').ComponentCustomProperties & {} & {
295
- $slots: {
296
- default?(_: {}): any;
317
+ $slots: Readonly<{
318
+ default(): unknown;
319
+ }> & {
320
+ default(): unknown;
297
321
  };
298
322
  }) | null;
299
323
  menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers/MenuContainer').KdsMenuContainerProps> & Readonly<{
@@ -336,6 +360,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
336
360
  trailingIcon?: KdsIconName;
337
361
  ariaLabel?: never;
338
362
  } & {
363
+ modelValue?: boolean;
339
364
  items: KdsMenuItem[];
340
365
  menuMaxHeight?: string;
341
366
  }) | ({
@@ -351,6 +376,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
351
376
  trailingIcon?: never;
352
377
  ariaLabel: string;
353
378
  } & {
379
+ modelValue?: boolean;
354
380
  items: KdsMenuItem[];
355
381
  menuMaxHeight?: string;
356
382
  })> & Readonly<{
@@ -369,6 +395,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
369
395
  leadingIcon?: KdsIconName;
370
396
  trailingIcon?: KdsIconName;
371
397
  ariaLabel?: never;
398
+ } & {
399
+ modelValue?: boolean;
372
400
  }) | ({
373
401
  modelValue?: boolean;
374
402
  } & import('../../types/testId').WithTestId & {
@@ -381,6 +409,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
381
409
  leadingIcon: KdsIconName;
382
410
  trailingIcon?: never;
383
411
  ariaLabel: string;
412
+ } & {
413
+ modelValue?: boolean;
384
414
  })> & Readonly<{
385
415
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
386
416
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -404,6 +434,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
404
434
  leadingIcon?: KdsIconName;
405
435
  trailingIcon?: KdsIconName;
406
436
  ariaLabel?: never;
437
+ } & {
438
+ modelValue?: boolean;
407
439
  }) | ({
408
440
  modelValue?: boolean;
409
441
  } & import('../../types/testId').WithTestId & {
@@ -416,6 +448,8 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
416
448
  leadingIcon: KdsIconName;
417
449
  trailingIcon?: never;
418
450
  ariaLabel: string;
451
+ } & {
452
+ modelValue?: boolean;
419
453
  })> & Readonly<{
420
454
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
421
455
  }>), {}, {}, {}, {}, {}> | null>>;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsResponsiveButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue"],"names":[],"mappings":"AA4UA,OAAO,EACL,KAAK,uBAAuB,EAE5B,QAAQ,EAKT,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AASpD,OAAO,KAAK,EAEV,6BAA6B,EAC9B,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAwY4jH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAfnsH,wBAOG"}
1
+ {"version":3,"file":"KdsResponsiveButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue"],"names":[],"mappings":"AA4UA,OAAO,EACL,KAAK,uBAAuB,EAE5B,QAAQ,EAKT,MAAM,KAAK,CAAC;AAGb,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AASpD,OAAO,KAAK,EAEV,6BAA6B,EAC9B,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAwY4jH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAfnsH,wBAOG"}
@@ -51,6 +51,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
51
51
  variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
52
52
  dataTestId?: string | undefined;
53
53
  trailingIcon?: KdsIconName | undefined;
54
+ modelValue?: boolean | undefined;
54
55
  items: KdsMenuItem[];
55
56
  menuMaxHeight?: string | undefined;
56
57
  leadingIcon: KdsIconName;
@@ -107,6 +108,7 @@ export declare const fullBindings: (entry: KdsResponsiveButtonGroupButton) => {
107
108
  variant?: import('../index.ts').KdsToggleButtonVariant | undefined;
108
109
  dataTestId?: string | undefined;
109
110
  trailingIcon?: KdsIconName | undefined;
111
+ modelValue?: boolean | undefined;
110
112
  items: KdsMenuItem[];
111
113
  menuMaxHeight?: string | undefined;
112
114
  leadingIcon?: never;
@@ -1 +1 @@
1
- {"version":3,"file":"mapping.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/mapping.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AASpD,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAE9D;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,MAAM,CAClC,8BAA8B,CAAC,MAAM,CAAC,EACtC,SAAS,CAQV,CAAC;AAEF,wDAAwD;AACxD,eAAO,MAAM,YAAY,GAAI,OAAO,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEhE,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAC3B,OAAO,8BAA8B,EACrC,aAAa,WAAW,EACxB,WAAW,MAAM;;;;CAoBlB,CAAC;AAKF,eAAO,MAAM,aAAa,GAAI,OAAO,8BAA8B,KAAG,OACd,CAAC;AASzD;;;;GAIG;AACH,eAAO,MAAM,UAAU,GACrB,OAAO,8BAA8B,KACpC,WA8EF,CAAC"}
1
+ {"version":3,"file":"mapping.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/mapping.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AASpD,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAE9D;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,MAAM,CAClC,8BAA8B,CAAC,MAAM,CAAC,EACtC,SAAS,CAQV,CAAC;AAEF,wDAAwD;AACxD,eAAO,MAAM,YAAY,GAAI,OAAO,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEhE,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAC3B,OAAO,8BAA8B,EACrC,aAAa,WAAW,EACxB,WAAW,MAAM;;;;CAoBlB,CAAC;AAKF,eAAO,MAAM,aAAa,GAAI,OAAO,8BAA8B,KAAG,OACd,CAAC;AASzD;;;;GAIG;AACH,eAAO,MAAM,UAAU,GACrB,OAAO,8BAA8B,KACpC,WA8EF,CAAC"}
@@ -34,7 +34,6 @@ type WithIconCollapse<TMeta> = {
34
34
  * once the row needs to shrink. Only valid when `meta.leadingIcon` is
35
35
  * set. The label is promoted to `title` (unless `meta.title` is set)
36
36
  * and `ariaLabel`.
37
- * @default true
38
37
  */
39
38
  canBeIconOnly?: boolean;
40
39
  meta: Omit<TMeta, "leadingIcon"> & {
@@ -72,14 +71,12 @@ type Entry<T extends EntryType> = {
72
71
  * If true (default), the entry is allowed to move into the overflow menu
73
72
  * when the row runs out of space. Pinned (`false`) entries always render
74
73
  * in the visible row.
75
- * @default true
76
74
  */
77
75
  canMoveToMenu?: boolean;
78
76
  } & (T extends "KdsProgressButton" ? {
79
77
  /**
80
78
  * If true (default), the entry drops its label and renders icon-only
81
79
  * once the row needs to shrink.
82
- * @default true
83
80
  */
84
81
  canBeIconOnly?: boolean;
85
82
  meta: EntryMeta<T>;
@@ -100,7 +97,6 @@ export type KdsResponsiveButtonGroupProps = {
100
97
  buttons: KdsResponsiveButtonGroupButton[];
101
98
  /**
102
99
  * Horizontal alignment of the button group.
103
- * @default "left"
104
100
  */
105
101
  alignment?: KdsResponsiveButtonGroupAlignment;
106
102
  };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EACV,cAAc,EACd,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAEnE,OAAO,EAAE,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAE5D,MAAM,MAAM,iCAAiC,GAC3C,CAAC,OAAO,iCAAiC,CAAC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAa7F,KAAK,aAAa,GAAG;IACnB,SAAS,EAAE,cAAc,CAAC;IAC1B,aAAa,EAAE,kBAAkB,CAAC;IAClC,cAAc,EAAE,mBAAmB,CAAC;IACpC,aAAa,EAAE,kBAAkB,CAAC;IAClC,iBAAiB,EAAE,sBAAsB,GAAG;QAC1C,KAAK,CAAC,EAAE,sBAAsB,CAAC;KAChC,CAAC;IACF,eAAe,EAAE,oBAAoB,GAAG;QACtC,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;CACH,CAAC;AAEF,KAAK,SAAS,GAAG,MAAM,aAAa,CAAC;AAErC,KAAK,SAAS,CAAC,CAAC,SAAS,SAAS,IAAI,IAAI,CACxC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,EAC5C,MAAM,CACP,CAAC;AAEF;;;;;;;;GAQG;AACH,KAAK,gBAAgB,CAAC,KAAK,IACvB;IACE;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE,aAAa,CAAC,GAAG;QAAE,WAAW,EAAE,WAAW,CAAA;KAAE,CAAC;CACjE,GACD;IACE,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE,aAAa,CAAC,GAAG;QAAE,WAAW,CAAC,EAAE,KAAK,CAAA;KAAE,CAAC;CAC5D,CAAC;AAEN,KAAK,YAAY,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,UAAU,GAAG,aAAa,KAAK,IAAI,CAAC;AAC7E,KAAK,kBAAkB,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,EAAE,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;AAEpE;;;;;;;;;;;;;;;GAeG;AACH,KAAK,KAAK,CAAC,CAAC,SAAS,SAAS,IAAI;IAChC,8EAA8E;IAC9E,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC;IACR;;;;;OAKG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,GAAG,CAAC,CAAC,SAAS,mBAAmB,GAC9B;IACE;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC;CACpB,GACD,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,GACjC,CAAC,CAAC,SAAS,eAAe,GAAG,eAAe,GACxC;IAAE,OAAO,CAAC,EAAE,KAAK,CAAA;CAAE,GACnB,CAAC,SAAS,iBAAiB,GACzB;IAAE,OAAO,EAAE,kBAAkB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,GACzC;IAAE,OAAO,EAAE,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAA;CAAE,CAAC,CAAC;AAE7C,MAAM,MAAM,8BAA8B,GACtC,KAAK,CAAC,WAAW,CAAC,GAClB,KAAK,CAAC,eAAe,CAAC,GACtB,KAAK,CAAC,gBAAgB,CAAC,GACvB,KAAK,CAAC,eAAe,CAAC,GACtB,KAAK,CAAC,mBAAmB,CAAC,GAC1B,KAAK,CAAC,iBAAiB,CAAC,CAAC;AAE7B,MAAM,MAAM,6BAA6B,GAAG;IAC1C;;;;OAIG;IACH,OAAO,EAAE,8BAA8B,EAAE,CAAC;IAE1C;;;OAGG;IACH,SAAS,CAAC,EAAE,iCAAiC,CAAC;CAC/C,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/ResponsiveButtonGroup/types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"KdsLink.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/KdsLink.vue"],"names":[],"mappings":"AAsOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;;;;;;AA0N5C,wBAQG"}
1
+ {"version":3,"file":"KdsLink.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/KdsLink.vue"],"names":[],"mappings":"AAoOA,OAAO,KAAK,EAAgB,YAAY,EAAE,MAAM,SAAS,CAAC;;;;;;AAwN1D,wBAQG"}
@@ -17,7 +17,6 @@ type KdsLinkBaseProps = {
17
17
  /**
18
18
  * Visual size of the link text.
19
19
  *
20
- * @default "medium"
21
20
  */
22
21
  size?: KdsLinkSize;
23
22
  /**
@@ -25,6 +24,10 @@ type KdsLinkBaseProps = {
25
24
  */
26
25
  disabled?: boolean;
27
26
  } & WithAnchorElementAttributes;
27
+ export type KdsLinkEmits = {
28
+ /** Fired when the link is clicked. */
29
+ click: [event: MouseEvent];
30
+ };
28
31
  export type KdsLinkProps = WithLinkNavigation & KdsLinkBaseProps & {
29
32
  /**
30
33
  * Optional file size in bytes.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEzE,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,2BAA2B,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAC3C,gBAAgB,GAAG;IACjB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLink/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEzE,KAAK,gBAAgB,GAAG;IACtB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,2BAA2B,CAAC;AAEhC,MAAM,MAAM,YAAY,GAAG;IACzB,sCAAsC;IACtC,KAAK,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAC3C,gBAAgB,GAAG;IACjB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"KdsLinkButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/KdsLinkButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqKA,wBAQG"}
1
+ {"version":3,"file":"KdsLinkButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/KdsLinkButton.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiKA,wBAQG"}
@@ -1,4 +1,8 @@
1
1
  import { WithAnchorElementAttributes, WithLinkNavigation } from '../../../types/linkTypes';
2
2
  import { KdsButtonCommonProps, WithDestructive, WithLabelAndIcons } from '../../types';
3
+ export type KdsLinkButtonEmits = {
4
+ /** Fired when the link button is clicked. */
5
+ click: [event: MouseEvent];
6
+ };
3
7
  export type KdsLinkButtonProps = KdsButtonCommonProps & WithLabelAndIcons & WithDestructive & WithLinkNavigation & WithAnchorElementAttributes;
4
8
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EACV,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GACnD,iBAAiB,GACjB,eAAe,GACf,kBAAkB,GAClB,2BAA2B,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/buttons/links/KdsLinkButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,2BAA2B,EAC3B,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EACV,oBAAoB,EACpB,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,kBAAkB,GAAG;IAC/B,6CAA6C;IAC7C,KAAK,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GACnD,iBAAiB,GACjB,eAAe,GACf,kBAAkB,GAClB,2BAA2B,CAAC"}
@@ -7,24 +7,33 @@ export type KdsButtonVariant = (typeof kdsButtonVariant)[keyof typeof kdsButtonV
7
7
  * Properties common to all button components
8
8
  */
9
9
  export type KdsButtonCommonProps<TVariant extends KdsButtonVariant = KdsButtonVariant> = WithTestId & {
10
+ /** Size variant of the button. */
10
11
  size?: KdsButtonSize;
12
+ /** Whether the button is disabled and non-interactive. */
11
13
  disabled?: boolean;
14
+ /** Tooltip text shown on hover. */
12
15
  title?: string;
16
+ /** Visual style variant of the button. */
13
17
  variant?: TVariant;
14
18
  };
15
19
  /**
16
20
  * Helper types
17
21
  */
18
22
  type LabelAndIcons = {
23
+ /** Visible text label of the button. */
19
24
  label: string;
25
+ /** Icon displayed before the label. */
20
26
  leadingIcon?: KdsIconName;
27
+ /** Icon displayed after the label. */
21
28
  trailingIcon?: KdsIconName;
22
29
  ariaLabel?: never;
23
30
  };
24
31
  type LeadingIconOnly = {
25
32
  label?: never;
33
+ /** Icon displayed as the sole content of the button. */
26
34
  leadingIcon: KdsIconName;
27
35
  trailingIcon?: never;
36
+ /** Accessible label for icon-only buttons (required when no visible label is present). */
28
37
  ariaLabel: string;
29
38
  };
30
39
  export type WithLabelAndIcons = LabelAndIcons | LeadingIconOnly;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAC/E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,oBAAoB,CAC9B,QAAQ,SAAS,gBAAgB,GAAG,gBAAgB,IAClD,UAAU,GAAG;IACf,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACvC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAChD,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,SAAS,GACT,WAAW,GACX,WAAW,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAC/E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,oBAAoB,CAC9B,QAAQ,SAAS,gBAAgB,GAAG,gBAAgB,IAClD,UAAU,GAAG;IACf,kCAAkC;IAClC,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0CAA0C;IAC1C,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,uCAAuC;IACvC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,sCAAsC;IACtC,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,wDAAwD;IACxD,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,0FAA0F;IAC1F,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACvC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAChD,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,SAAS,GACT,WAAW,GACX,WAAW,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"KdsContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/KdsContextMenu.vue"],"names":[],"mappings":"AAmFA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAInD,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA+CvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiGhB,wBAQG"}
1
+ {"version":3,"file":"KdsContextMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/KdsContextMenu.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAuB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAIxE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA8CvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiGhB,wBAQG"}
@@ -1,14 +1,23 @@
1
- import { KdsPopoverProps } from '../../overlays/Popover';
1
+ import { KdsPopoverProps } from '../../overlays';
2
2
  import { KdsListItemVariant } from '../ListItem/KdsListItem';
3
- import { KdsMenuItem } from '../MenuContainer/types';
3
+ import { KdsMenuItem } from '../MenuContainer';
4
+ export type KdsContextMenuEmits = {
5
+ /** Emitted when item is clicked. */
6
+ itemClick: [id: string];
7
+ };
4
8
  export type KdsContextMenuProps = {
9
+ /** Whether the context menu is open.
10
+ * @default false
11
+ */
12
+ modelValue?: boolean;
13
+ } & {
5
14
  /** id of the menu to be linked via aria-controls */
6
15
  id: string;
7
16
  /** Menu items rendered in the list */
8
17
  items: KdsMenuItem[];
9
- /** Limits the height of the menu container */
18
+ /** Limits the height of the menu container. */
10
19
  menuMaxHeight?: string;
11
- /** Size variant for all the items in this container */
20
+ /** Size variant for all the items in this container. */
12
21
  variant?: KdsListItemVariant;
13
22
  /** Accessible label for the menu. Defaults to "Menu". */
14
23
  ariaLabel?: string;
@@ -25,10 +34,11 @@ export type KdsContextMenuProps = {
25
34
  * auto: component will be automatically closed when other popovers in the page open.
26
35
  * Also provides light-dismiss behavior, which closes on "click outside"
27
36
  *
28
- * manual: relies on direct control of the popover state; via the `open` v-model state
37
+ * manual: relies on direct control of the popover state; via the `v-model` state
29
38
  *
30
39
  * For more info, refer to the `popover` attribute:
31
40
  * https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/popover
41
+ *
32
42
  */
33
43
  popoverMode?: KdsPopoverProps["popoverType"];
34
44
  };
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAE1D,MAAM,MAAM,mBAAmB,GAAG;IAChC,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,sCAAsC;IACtC,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uDAAuD;IACvD,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC;;;;;;;;;;OAUG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC,aAAa,CAAC,CAAC;CAC9C,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/containers/ContextMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG;IAChC,oCAAoC;IACpC,SAAS,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG;IACF,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,sCAAsC;IACtC,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,+CAA+C;IAC/C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wDAAwD;IACxD,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC;;;;;;;;;;;OAWG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC,aAAa,CAAC,CAAC;CAC9C,CAAC"}
@@ -12,11 +12,24 @@ type Props = {
12
12
  };
13
13
  declare function __VLS_template(): {
14
14
  attrs: Partial<{}>;
15
- slots: Partial<Record<string, (_: {
16
- isRenameActive: boolean;
17
- isSelected: boolean;
18
- }) => any>> & {
19
- optionsMenu?(_: {}): any;
15
+ slots: Readonly<{
16
+ [name: string]: ((props: {
17
+ isRenameActive: boolean;
18
+ isSelected: boolean;
19
+ }) => unknown) | undefined;
20
+ /**
21
+ * Options menu toggle button displayed at the end of the item.
22
+ */
23
+ optionsMenu?(): unknown;
24
+ }> & {
25
+ [name: string]: ((props: {
26
+ isRenameActive: boolean;
27
+ isSelected: boolean;
28
+ }) => unknown) | undefined;
29
+ /**
30
+ * Options menu toggle button displayed at the end of the item.
31
+ */
32
+ optionsMenu?(): unknown;
20
33
  };
21
34
  refs: {
22
35
  baseItem: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
@@ -77,6 +90,7 @@ declare function __VLS_template(): {
77
90
  disabled?: boolean;
78
91
  autocomplete?: string;
79
92
  } & {
93
+ modelValue?: string;
80
94
  suggestions?: string[];
81
95
  suggestionsHeadline?: string;
82
96
  }) | ({
@@ -98,6 +112,7 @@ declare function __VLS_template(): {
98
112
  disabled?: boolean;
99
113
  autocomplete?: string;
100
114
  } & {
115
+ modelValue?: string;
101
116
  suggestions?: string[];
102
117
  suggestionsHeadline?: string;
103
118
  })> & Readonly<{
@@ -279,9 +294,12 @@ declare function __VLS_template(): {
279
294
  }>, "focus"> & {
280
295
  focus: (options?: FocusOptions) => void;
281
296
  } & {} & import('vue').ComponentCustomProperties & {} & {
282
- $slots: {
283
- leading?(_: {}): any;
284
- trailing?(_: {}): any;
297
+ $slots: Readonly<{
298
+ leading?(): unknown;
299
+ trailing?(): unknown;
300
+ }> & {
301
+ leading?(): unknown;
302
+ trailing?(): unknown;
285
303
  };
286
304
  }) | null;
287
305
  popoverRef: ({
@@ -328,6 +346,7 @@ declare function __VLS_template(): {
328
346
  $options: import('vue').ComponentOptionsBase<Readonly<({
329
347
  modelValue?: boolean;
330
348
  } & {
349
+ modelValue?: boolean;
331
350
  role?: import('../..').KdsPopoverRole;
332
351
  popoverType?: import('../..').KdsPopoverType;
333
352
  fullWidth?: boolean;
@@ -339,6 +358,7 @@ declare function __VLS_template(): {
339
358
  }) | ({
340
359
  modelValue?: boolean;
341
360
  } & {
361
+ modelValue?: boolean;
342
362
  role?: import('../..').KdsPopoverRole;
343
363
  popoverType?: import('../..').KdsPopoverType;
344
364
  fullWidth?: boolean;
@@ -380,6 +400,7 @@ declare function __VLS_template(): {
380
400
  } & Readonly<{}> & Omit<{} & (Readonly<({
381
401
  modelValue?: boolean;
382
402
  } & {
403
+ modelValue?: boolean;
383
404
  role?: import('../..').KdsPopoverRole;
384
405
  popoverType?: import('../..').KdsPopoverType;
385
406
  fullWidth?: boolean;
@@ -391,6 +412,7 @@ declare function __VLS_template(): {
391
412
  }) | ({
392
413
  modelValue?: boolean;
393
414
  } & {
415
+ modelValue?: boolean;
394
416
  role?: import('../..').KdsPopoverRole;
395
417
  popoverType?: import('../..').KdsPopoverType;
396
418
  fullWidth?: boolean;
@@ -408,8 +430,10 @@ declare function __VLS_template(): {
408
430
  anchorStyle: Record<string, string>;
409
431
  popoverId: string;
410
432
  } & {} & import('vue').ComponentCustomProperties & {} & {
411
- $slots: {
412
- default?(_: {}): any;
433
+ $slots: Readonly<{
434
+ default(): unknown;
435
+ }> & {
436
+ default(): unknown;
413
437
  };
414
438
  }) | null;
415
439
  listContainerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').KdsListContainerProps> & Readonly<{
@@ -468,6 +492,7 @@ declare function __VLS_template(): {
468
492
  disabled?: boolean;
469
493
  autocomplete?: string;
470
494
  } & {
495
+ modelValue?: string;
471
496
  suggestions?: string[];
472
497
  suggestionsHeadline?: string;
473
498
  }) | ({
@@ -489,6 +514,7 @@ declare function __VLS_template(): {
489
514
  disabled?: boolean;
490
515
  autocomplete?: string;
491
516
  } & {
517
+ modelValue?: string;
492
518
  suggestions?: string[];
493
519
  suggestionsHeadline?: string;
494
520
  })> & Readonly<{
@@ -593,6 +619,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
593
619
  disabled?: boolean;
594
620
  autocomplete?: string;
595
621
  } & {
622
+ modelValue?: string;
596
623
  suggestions?: string[];
597
624
  suggestionsHeadline?: string;
598
625
  }) | ({
@@ -614,6 +641,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
614
641
  disabled?: boolean;
615
642
  autocomplete?: string;
616
643
  } & {
644
+ modelValue?: string;
617
645
  suggestions?: string[];
618
646
  suggestionsHeadline?: string;
619
647
  })> & Readonly<{
@@ -795,9 +823,12 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
795
823
  }>, "focus"> & {
796
824
  focus: (options?: FocusOptions) => void;
797
825
  } & {} & import('vue').ComponentCustomProperties & {} & {
798
- $slots: {
799
- leading?(_: {}): any;
800
- trailing?(_: {}): any;
826
+ $slots: Readonly<{
827
+ leading?(): unknown;
828
+ trailing?(): unknown;
829
+ }> & {
830
+ leading?(): unknown;
831
+ trailing?(): unknown;
801
832
  };
802
833
  }) | null;
803
834
  popoverRef: ({
@@ -844,6 +875,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
844
875
  $options: import('vue').ComponentOptionsBase<Readonly<({
845
876
  modelValue?: boolean;
846
877
  } & {
878
+ modelValue?: boolean;
847
879
  role?: import('../..').KdsPopoverRole;
848
880
  popoverType?: import('../..').KdsPopoverType;
849
881
  fullWidth?: boolean;
@@ -855,6 +887,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
855
887
  }) | ({
856
888
  modelValue?: boolean;
857
889
  } & {
890
+ modelValue?: boolean;
858
891
  role?: import('../..').KdsPopoverRole;
859
892
  popoverType?: import('../..').KdsPopoverType;
860
893
  fullWidth?: boolean;
@@ -896,6 +929,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
896
929
  } & Readonly<{}> & Omit<{} & (Readonly<({
897
930
  modelValue?: boolean;
898
931
  } & {
932
+ modelValue?: boolean;
899
933
  role?: import('../..').KdsPopoverRole;
900
934
  popoverType?: import('../..').KdsPopoverType;
901
935
  fullWidth?: boolean;
@@ -907,6 +941,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
907
941
  }) | ({
908
942
  modelValue?: boolean;
909
943
  } & {
944
+ modelValue?: boolean;
910
945
  role?: import('../..').KdsPopoverRole;
911
946
  popoverType?: import('../..').KdsPopoverType;
912
947
  fullWidth?: boolean;
@@ -924,8 +959,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
924
959
  anchorStyle: Record<string, string>;
925
960
  popoverId: string;
926
961
  } & {} & import('vue').ComponentCustomProperties & {} & {
927
- $slots: {
928
- default?(_: {}): any;
962
+ $slots: Readonly<{
963
+ default(): unknown;
964
+ }> & {
965
+ default(): unknown;
929
966
  };
930
967
  }) | null;
931
968
  listContainerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').KdsListContainerProps> & Readonly<{
@@ -984,6 +1021,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
984
1021
  disabled?: boolean;
985
1022
  autocomplete?: string;
986
1023
  } & {
1024
+ modelValue?: string;
987
1025
  suggestions?: string[];
988
1026
  suggestionsHeadline?: string;
989
1027
  }) | ({
@@ -1005,6 +1043,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
1005
1043
  disabled?: boolean;
1006
1044
  autocomplete?: string;
1007
1045
  } & {
1046
+ modelValue?: string;
1008
1047
  suggestions?: string[];
1009
1048
  suggestionsHeadline?: string;
1010
1049
  })> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"FileExplorerItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItem.vue"],"names":[],"mappings":"AACA;AA+RA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;AASb,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAInD,KAAK,KAAK,GAAG;IACX,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AA6GF,iBAAS,cAAc;WA0OT,OAAO,IAA6B;;;;UAfqC,GAAG;6BAExD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAxWrC,CAlLsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAkmB8kJ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAhb1tJ,CAlLsB;;;;EA4iBrB;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;gBA/VkB,MAAM;iBAAW,MAAM;;;;;;;;;;;;;;;gBAAvB,MAAM;iBAAW,MAAM;;;;uBAtBxC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA5B7B,CAlLsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkmB8kJ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAhb1tJ,CAlLsB;;OA6kBpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"FileExplorerItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/FileExplorerItem.vue"],"names":[],"mappings":"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"}