@knime/kds-components 1.1.2 → 1.1.3

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 (198) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/index.css +1099 -1100
  3. package/dist/index.js +10927 -10866
  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/KdsButton/KdsButton.vue.d.ts.map +1 -1
  8. package/dist/src/buttons/KdsButton/types.d.ts +4 -0
  9. package/dist/src/buttons/KdsButton/types.d.ts.map +1 -1
  10. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +24 -0
  11. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  12. package/dist/src/buttons/KdsMenuButton/types.d.ts +13 -3
  13. package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
  14. package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts +8 -0
  15. package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts.map +1 -1
  16. package/dist/src/buttons/KdsProgressButton/types.d.ts +24 -2
  17. package/dist/src/buttons/KdsProgressButton/types.d.ts.map +1 -1
  18. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +4 -0
  19. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
  20. package/dist/src/buttons/KdsSplitButton/types.d.ts +7 -4
  21. package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -1
  22. package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts +8 -0
  23. package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts.map +1 -1
  24. package/dist/src/buttons/KdsToggleButton/types.d.ts +7 -1
  25. package/dist/src/buttons/KdsToggleButton/types.d.ts.map +1 -1
  26. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +32 -0
  27. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
  28. package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts +2 -0
  29. package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts.map +1 -1
  30. package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts +0 -4
  31. package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts.map +1 -1
  32. package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -1
  33. package/dist/src/buttons/links/KdsLink/types.d.ts +4 -1
  34. package/dist/src/buttons/links/KdsLink/types.d.ts.map +1 -1
  35. package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts.map +1 -1
  36. package/dist/src/buttons/links/KdsLinkButton/types.d.ts +4 -0
  37. package/dist/src/buttons/links/KdsLinkButton/types.d.ts.map +1 -1
  38. package/dist/src/buttons/types.d.ts +9 -0
  39. package/dist/src/buttons/types.d.ts.map +1 -1
  40. package/dist/src/containers/ContextMenu/KdsContextMenu.vue.d.ts.map +1 -1
  41. package/dist/src/containers/ContextMenu/types.d.ts +15 -5
  42. package/dist/src/containers/ContextMenu/types.d.ts.map +1 -1
  43. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts +16 -0
  44. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts.map +1 -1
  45. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +24 -0
  46. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
  47. package/dist/src/containers/FileExplorer/types.d.ts +21 -10
  48. package/dist/src/containers/FileExplorer/types.d.ts.map +1 -1
  49. package/dist/src/containers/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
  50. package/dist/src/containers/ListContainer/types.d.ts +7 -4
  51. package/dist/src/containers/ListContainer/types.d.ts.map +1 -1
  52. package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
  53. package/dist/src/containers/ListItem/KdsListItem/types.d.ts +5 -0
  54. package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -1
  55. package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -1
  56. package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts +4 -0
  57. package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts.map +1 -1
  58. package/dist/src/containers/Menu/KdsMenu.vue.d.ts +8 -0
  59. package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -1
  60. package/dist/src/containers/Menu/types.d.ts +8 -4
  61. package/dist/src/containers/Menu/types.d.ts.map +1 -1
  62. package/dist/src/containers/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -1
  63. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -1
  64. package/dist/src/containers/MenuContainer/types.d.ts +14 -4
  65. package/dist/src/containers/MenuContainer/types.d.ts.map +1 -1
  66. package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts +6 -4
  67. package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts.map +1 -1
  68. package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts +8 -0
  69. package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts.map +1 -1
  70. package/dist/src/forms/Checkbox/types.d.ts +22 -1
  71. package/dist/src/forms/Checkbox/types.d.ts.map +1 -1
  72. package/dist/src/forms/RadioButton/types.d.ts +40 -0
  73. package/dist/src/forms/RadioButton/types.d.ts.map +1 -1
  74. package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts +8 -0
  75. package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts.map +1 -1
  76. package/dist/src/forms/ToggleSwitch/types.d.ts +12 -1
  77. package/dist/src/forms/ToggleSwitch/types.d.ts.map +1 -1
  78. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +8 -0
  79. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  80. package/dist/src/forms/_helper/InfoPopover/types.d.ts +4 -0
  81. package/dist/src/forms/_helper/InfoPopover/types.d.ts.map +1 -1
  82. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +39 -31
  83. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  84. package/dist/src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue.d.ts +3 -1
  85. package/dist/src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue.d.ts.map +1 -1
  86. package/dist/src/forms/inputs/ColorInput/ColorPicker/types.d.ts +7 -0
  87. package/dist/src/forms/inputs/ColorInput/ColorPicker/types.d.ts.map +1 -1
  88. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +12 -0
  89. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
  90. package/dist/src/forms/inputs/ColorInput/types.d.ts +7 -1
  91. package/dist/src/forms/inputs/ColorInput/types.d.ts.map +1 -1
  92. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +4 -0
  93. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  94. package/dist/src/forms/inputs/DateInput/_helper/types.d.ts +11 -0
  95. package/dist/src/forms/inputs/DateInput/_helper/types.d.ts.map +1 -1
  96. package/dist/src/forms/inputs/DateInput/types.d.ts +10 -0
  97. package/dist/src/forms/inputs/DateInput/types.d.ts.map +1 -1
  98. package/dist/src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue.d.ts +1 -5
  99. package/dist/src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue.d.ts.map +1 -1
  100. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +8 -0
  101. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
  102. package/dist/src/forms/inputs/DateTimeFormatInput/types.d.ts +25 -0
  103. package/dist/src/forms/inputs/DateTimeFormatInput/types.d.ts.map +1 -1
  104. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +28 -6
  105. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts.map +1 -1
  106. package/dist/src/forms/inputs/DateTimeInput/types.d.ts +15 -1
  107. package/dist/src/forms/inputs/DateTimeInput/types.d.ts.map +1 -1
  108. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +8 -0
  109. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
  110. package/dist/src/forms/inputs/IntervalInput/types.d.ts +14 -0
  111. package/dist/src/forms/inputs/IntervalInput/types.d.ts.map +1 -1
  112. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +4 -0
  113. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
  114. package/dist/src/forms/inputs/NumberInput/types.d.ts +5 -0
  115. package/dist/src/forms/inputs/NumberInput/types.d.ts.map +1 -1
  116. package/dist/src/forms/inputs/PasswordInput/types.d.ts +5 -0
  117. package/dist/src/forms/inputs/PasswordInput/types.d.ts.map +1 -1
  118. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +20 -0
  119. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  120. package/dist/src/forms/inputs/PatternInput/types.d.ts +28 -1
  121. package/dist/src/forms/inputs/PatternInput/types.d.ts.map +1 -1
  122. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +25 -17
  123. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  124. package/dist/src/forms/inputs/SearchInput/types.d.ts +17 -0
  125. package/dist/src/forms/inputs/SearchInput/types.d.ts.map +1 -1
  126. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +8 -0
  127. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  128. package/dist/src/forms/inputs/TextInput/types.d.ts +5 -0
  129. package/dist/src/forms/inputs/TextInput/types.d.ts.map +1 -1
  130. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts +4 -0
  131. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -1
  132. package/dist/src/forms/inputs/Textarea/types.d.ts +5 -0
  133. package/dist/src/forms/inputs/Textarea/types.d.ts.map +1 -1
  134. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +18 -6
  135. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
  136. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +14 -4
  137. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
  138. package/dist/src/forms/inputs/TimeInput/types.d.ts +28 -2
  139. package/dist/src/forms/inputs/TimeInput/types.d.ts.map +1 -1
  140. package/dist/src/forms/inputs/UsernameInput/types.d.ts +6 -0
  141. package/dist/src/forms/inputs/UsernameInput/types.d.ts.map +1 -1
  142. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +28 -6
  143. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts.map +1 -1
  144. package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts +16 -2
  145. package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts.map +1 -1
  146. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +12 -0
  147. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  148. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +8 -0
  149. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  150. package/dist/src/forms/selects/Dropdown/types.d.ts +15 -2
  151. package/dist/src/forms/selects/Dropdown/types.d.ts.map +1 -1
  152. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts +4 -0
  153. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
  154. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +17 -0
  155. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
  156. package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts +8 -0
  157. package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts.map +1 -1
  158. package/dist/src/forms/selects/SortableListBox/types.d.ts +3 -1
  159. package/dist/src/forms/selects/SortableListBox/types.d.ts.map +1 -1
  160. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts +36 -0
  161. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts.map +1 -1
  162. package/dist/src/forms/selects/TwinList/types.d.ts +52 -1
  163. package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -1
  164. package/dist/src/layouts/Accordion/types.d.ts +4 -0
  165. package/dist/src/layouts/Accordion/types.d.ts.map +1 -1
  166. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -1
  167. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts +8 -0
  168. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -1
  169. package/dist/src/layouts/Card/types.d.ts +13 -4
  170. package/dist/src/layouts/Card/types.d.ts.map +1 -1
  171. package/dist/src/layouts/EmptyState/KdsEmptyState.vue.d.ts.map +1 -1
  172. package/dist/src/layouts/EmptyState/types.d.ts +14 -0
  173. package/dist/src/layouts/EmptyState/types.d.ts.map +1 -1
  174. package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -1
  175. package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts +6 -0
  176. package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts.map +1 -1
  177. package/dist/src/layouts/Navigation/KdsNavigation.vue.d.ts.map +1 -1
  178. package/dist/src/layouts/Navigation/types.d.ts +7 -1
  179. package/dist/src/layouts/Navigation/types.d.ts.map +1 -1
  180. package/dist/src/layouts/Panel/types.d.ts +0 -3
  181. package/dist/src/layouts/Panel/types.d.ts.map +1 -1
  182. package/dist/src/layouts/ResizeContainer/ResizeHandle/types.d.ts +0 -2
  183. package/dist/src/layouts/ResizeContainer/ResizeHandle/types.d.ts.map +1 -1
  184. package/dist/src/layouts/ResizeContainer/types.d.ts +0 -4
  185. package/dist/src/layouts/ResizeContainer/types.d.ts.map +1 -1
  186. package/dist/src/layouts/TabBar/types.d.ts +7 -3
  187. package/dist/src/layouts/TabBar/types.d.ts.map +1 -1
  188. package/dist/src/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
  189. package/dist/src/overlays/Modal/types.d.ts +9 -9
  190. package/dist/src/overlays/Modal/types.d.ts.map +1 -1
  191. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts +4 -0
  192. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  193. package/dist/src/overlays/Popover/types.d.ts +4 -6
  194. package/dist/src/overlays/Popover/types.d.ts.map +1 -1
  195. package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts.map +1 -1
  196. package/dist/src/overlays/SideDrawer/types.d.ts +0 -2
  197. package/dist/src/overlays/SideDrawer/types.d.ts.map +1 -1
  198. package/package.json +2 -2
@@ -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":"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"}
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"}
@@ -77,6 +77,7 @@ declare function __VLS_template(): {
77
77
  disabled?: boolean;
78
78
  autocomplete?: string;
79
79
  } & {
80
+ modelValue?: string;
80
81
  suggestions?: string[];
81
82
  suggestionsHeadline?: string;
82
83
  }) | ({
@@ -98,6 +99,7 @@ declare function __VLS_template(): {
98
99
  disabled?: boolean;
99
100
  autocomplete?: string;
100
101
  } & {
102
+ modelValue?: string;
101
103
  suggestions?: string[];
102
104
  suggestionsHeadline?: string;
103
105
  })> & Readonly<{
@@ -328,6 +330,7 @@ declare function __VLS_template(): {
328
330
  $options: import('vue').ComponentOptionsBase<Readonly<({
329
331
  modelValue?: boolean;
330
332
  } & {
333
+ modelValue?: boolean;
331
334
  role?: import('../..').KdsPopoverRole;
332
335
  popoverType?: import('../..').KdsPopoverType;
333
336
  fullWidth?: boolean;
@@ -339,6 +342,7 @@ declare function __VLS_template(): {
339
342
  }) | ({
340
343
  modelValue?: boolean;
341
344
  } & {
345
+ modelValue?: boolean;
342
346
  role?: import('../..').KdsPopoverRole;
343
347
  popoverType?: import('../..').KdsPopoverType;
344
348
  fullWidth?: boolean;
@@ -380,6 +384,7 @@ declare function __VLS_template(): {
380
384
  } & Readonly<{}> & Omit<{} & (Readonly<({
381
385
  modelValue?: boolean;
382
386
  } & {
387
+ modelValue?: boolean;
383
388
  role?: import('../..').KdsPopoverRole;
384
389
  popoverType?: import('../..').KdsPopoverType;
385
390
  fullWidth?: boolean;
@@ -391,6 +396,7 @@ declare function __VLS_template(): {
391
396
  }) | ({
392
397
  modelValue?: boolean;
393
398
  } & {
399
+ modelValue?: boolean;
394
400
  role?: import('../..').KdsPopoverRole;
395
401
  popoverType?: import('../..').KdsPopoverType;
396
402
  fullWidth?: boolean;
@@ -468,6 +474,7 @@ declare function __VLS_template(): {
468
474
  disabled?: boolean;
469
475
  autocomplete?: string;
470
476
  } & {
477
+ modelValue?: string;
471
478
  suggestions?: string[];
472
479
  suggestionsHeadline?: string;
473
480
  }) | ({
@@ -489,6 +496,7 @@ declare function __VLS_template(): {
489
496
  disabled?: boolean;
490
497
  autocomplete?: string;
491
498
  } & {
499
+ modelValue?: string;
492
500
  suggestions?: string[];
493
501
  suggestionsHeadline?: string;
494
502
  })> & Readonly<{
@@ -593,6 +601,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
593
601
  disabled?: boolean;
594
602
  autocomplete?: string;
595
603
  } & {
604
+ modelValue?: string;
596
605
  suggestions?: string[];
597
606
  suggestionsHeadline?: string;
598
607
  }) | ({
@@ -614,6 +623,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
614
623
  disabled?: boolean;
615
624
  autocomplete?: string;
616
625
  } & {
626
+ modelValue?: string;
617
627
  suggestions?: string[];
618
628
  suggestionsHeadline?: string;
619
629
  })> & Readonly<{
@@ -844,6 +854,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
844
854
  $options: import('vue').ComponentOptionsBase<Readonly<({
845
855
  modelValue?: boolean;
846
856
  } & {
857
+ modelValue?: boolean;
847
858
  role?: import('../..').KdsPopoverRole;
848
859
  popoverType?: import('../..').KdsPopoverType;
849
860
  fullWidth?: boolean;
@@ -855,6 +866,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
855
866
  }) | ({
856
867
  modelValue?: boolean;
857
868
  } & {
869
+ modelValue?: boolean;
858
870
  role?: import('../..').KdsPopoverRole;
859
871
  popoverType?: import('../..').KdsPopoverType;
860
872
  fullWidth?: boolean;
@@ -896,6 +908,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
896
908
  } & Readonly<{}> & Omit<{} & (Readonly<({
897
909
  modelValue?: boolean;
898
910
  } & {
911
+ modelValue?: boolean;
899
912
  role?: import('../..').KdsPopoverRole;
900
913
  popoverType?: import('../..').KdsPopoverType;
901
914
  fullWidth?: boolean;
@@ -907,6 +920,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
907
920
  }) | ({
908
921
  modelValue?: boolean;
909
922
  } & {
923
+ modelValue?: boolean;
910
924
  role?: import('../..').KdsPopoverRole;
911
925
  popoverType?: import('../..').KdsPopoverType;
912
926
  fullWidth?: boolean;
@@ -984,6 +998,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
984
998
  disabled?: boolean;
985
999
  autocomplete?: string;
986
1000
  } & {
1001
+ modelValue?: string;
987
1002
  suggestions?: string[];
988
1003
  suggestionsHeadline?: string;
989
1004
  }) | ({
@@ -1005,6 +1020,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
1005
1020
  disabled?: boolean;
1006
1021
  autocomplete?: string;
1007
1022
  } & {
1023
+ modelValue?: string;
1008
1024
  suggestions?: string[];
1009
1025
  suggestionsHeadline?: string;
1010
1026
  })> & 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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"}
@@ -119,6 +119,7 @@ declare function __VLS_template(): {
119
119
  disabled?: boolean;
120
120
  autocomplete?: string;
121
121
  } & {
122
+ modelValue?: string;
122
123
  suggestions?: string[];
123
124
  suggestionsHeadline?: string;
124
125
  }) | ({
@@ -140,6 +141,7 @@ declare function __VLS_template(): {
140
141
  disabled?: boolean;
141
142
  autocomplete?: string;
142
143
  } & {
144
+ modelValue?: string;
143
145
  suggestions?: string[];
144
146
  suggestionsHeadline?: string;
145
147
  })> & Readonly<{
@@ -370,6 +372,7 @@ declare function __VLS_template(): {
370
372
  $options: import('vue').ComponentOptionsBase<Readonly<({
371
373
  modelValue?: boolean;
372
374
  } & {
375
+ modelValue?: boolean;
373
376
  role?: import('../..').KdsPopoverRole;
374
377
  popoverType?: import('../..').KdsPopoverType;
375
378
  fullWidth?: boolean;
@@ -381,6 +384,7 @@ declare function __VLS_template(): {
381
384
  }) | ({
382
385
  modelValue?: boolean;
383
386
  } & {
387
+ modelValue?: boolean;
384
388
  role?: import('../..').KdsPopoverRole;
385
389
  popoverType?: import('../..').KdsPopoverType;
386
390
  fullWidth?: boolean;
@@ -422,6 +426,7 @@ declare function __VLS_template(): {
422
426
  } & Readonly<{}> & Omit<{} & (Readonly<({
423
427
  modelValue?: boolean;
424
428
  } & {
429
+ modelValue?: boolean;
425
430
  role?: import('../..').KdsPopoverRole;
426
431
  popoverType?: import('../..').KdsPopoverType;
427
432
  fullWidth?: boolean;
@@ -433,6 +438,7 @@ declare function __VLS_template(): {
433
438
  }) | ({
434
439
  modelValue?: boolean;
435
440
  } & {
441
+ modelValue?: boolean;
436
442
  role?: import('../..').KdsPopoverRole;
437
443
  popoverType?: import('../..').KdsPopoverType;
438
444
  fullWidth?: boolean;
@@ -510,6 +516,7 @@ declare function __VLS_template(): {
510
516
  disabled?: boolean;
511
517
  autocomplete?: string;
512
518
  } & {
519
+ modelValue?: string;
513
520
  suggestions?: string[];
514
521
  suggestionsHeadline?: string;
515
522
  }) | ({
@@ -531,6 +538,7 @@ declare function __VLS_template(): {
531
538
  disabled?: boolean;
532
539
  autocomplete?: string;
533
540
  } & {
541
+ modelValue?: string;
534
542
  suggestions?: string[];
535
543
  suggestionsHeadline?: string;
536
544
  })> & Readonly<{
@@ -694,6 +702,7 @@ declare function __VLS_template(): {
694
702
  $options: import('vue').ComponentOptionsBase<Readonly<({
695
703
  modelValue?: boolean;
696
704
  } & {
705
+ modelValue?: boolean;
697
706
  role?: import('../..').KdsPopoverRole;
698
707
  popoverType?: import('../..').KdsPopoverType;
699
708
  fullWidth?: boolean;
@@ -705,6 +714,7 @@ declare function __VLS_template(): {
705
714
  }) | ({
706
715
  modelValue?: boolean;
707
716
  } & {
717
+ modelValue?: boolean;
708
718
  role?: import('../..').KdsPopoverRole;
709
719
  popoverType?: import('../..').KdsPopoverType;
710
720
  fullWidth?: boolean;
@@ -746,6 +756,7 @@ declare function __VLS_template(): {
746
756
  } & Readonly<{}> & Omit<{} & (Readonly<({
747
757
  modelValue?: boolean;
748
758
  } & {
759
+ modelValue?: boolean;
749
760
  role?: import('../..').KdsPopoverRole;
750
761
  popoverType?: import('../..').KdsPopoverType;
751
762
  fullWidth?: boolean;
@@ -757,6 +768,7 @@ declare function __VLS_template(): {
757
768
  }) | ({
758
769
  modelValue?: boolean;
759
770
  } & {
771
+ modelValue?: boolean;
760
772
  role?: import('../..').KdsPopoverRole;
761
773
  popoverType?: import('../..').KdsPopoverType;
762
774
  fullWidth?: boolean;
@@ -961,6 +973,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
961
973
  disabled?: boolean;
962
974
  autocomplete?: string;
963
975
  } & {
976
+ modelValue?: string;
964
977
  suggestions?: string[];
965
978
  suggestionsHeadline?: string;
966
979
  }) | ({
@@ -982,6 +995,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
982
995
  disabled?: boolean;
983
996
  autocomplete?: string;
984
997
  } & {
998
+ modelValue?: string;
985
999
  suggestions?: string[];
986
1000
  suggestionsHeadline?: string;
987
1001
  })> & Readonly<{
@@ -1212,6 +1226,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1212
1226
  $options: import('vue').ComponentOptionsBase<Readonly<({
1213
1227
  modelValue?: boolean;
1214
1228
  } & {
1229
+ modelValue?: boolean;
1215
1230
  role?: import('../..').KdsPopoverRole;
1216
1231
  popoverType?: import('../..').KdsPopoverType;
1217
1232
  fullWidth?: boolean;
@@ -1223,6 +1238,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1223
1238
  }) | ({
1224
1239
  modelValue?: boolean;
1225
1240
  } & {
1241
+ modelValue?: boolean;
1226
1242
  role?: import('../..').KdsPopoverRole;
1227
1243
  popoverType?: import('../..').KdsPopoverType;
1228
1244
  fullWidth?: boolean;
@@ -1264,6 +1280,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1264
1280
  } & Readonly<{}> & Omit<{} & (Readonly<({
1265
1281
  modelValue?: boolean;
1266
1282
  } & {
1283
+ modelValue?: boolean;
1267
1284
  role?: import('../..').KdsPopoverRole;
1268
1285
  popoverType?: import('../..').KdsPopoverType;
1269
1286
  fullWidth?: boolean;
@@ -1275,6 +1292,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1275
1292
  }) | ({
1276
1293
  modelValue?: boolean;
1277
1294
  } & {
1295
+ modelValue?: boolean;
1278
1296
  role?: import('../..').KdsPopoverRole;
1279
1297
  popoverType?: import('../..').KdsPopoverType;
1280
1298
  fullWidth?: boolean;
@@ -1352,6 +1370,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1352
1370
  disabled?: boolean;
1353
1371
  autocomplete?: string;
1354
1372
  } & {
1373
+ modelValue?: string;
1355
1374
  suggestions?: string[];
1356
1375
  suggestionsHeadline?: string;
1357
1376
  }) | ({
@@ -1373,6 +1392,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1373
1392
  disabled?: boolean;
1374
1393
  autocomplete?: string;
1375
1394
  } & {
1395
+ modelValue?: string;
1376
1396
  suggestions?: string[];
1377
1397
  suggestionsHeadline?: string;
1378
1398
  })> & Readonly<{
@@ -1536,6 +1556,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1536
1556
  $options: import('vue').ComponentOptionsBase<Readonly<({
1537
1557
  modelValue?: boolean;
1538
1558
  } & {
1559
+ modelValue?: boolean;
1539
1560
  role?: import('../..').KdsPopoverRole;
1540
1561
  popoverType?: import('../..').KdsPopoverType;
1541
1562
  fullWidth?: boolean;
@@ -1547,6 +1568,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1547
1568
  }) | ({
1548
1569
  modelValue?: boolean;
1549
1570
  } & {
1571
+ modelValue?: boolean;
1550
1572
  role?: import('../..').KdsPopoverRole;
1551
1573
  popoverType?: import('../..').KdsPopoverType;
1552
1574
  fullWidth?: boolean;
@@ -1588,6 +1610,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1588
1610
  } & Readonly<{}> & Omit<{} & (Readonly<({
1589
1611
  modelValue?: boolean;
1590
1612
  } & {
1613
+ modelValue?: boolean;
1591
1614
  role?: import('../..').KdsPopoverRole;
1592
1615
  popoverType?: import('../..').KdsPopoverType;
1593
1616
  fullWidth?: boolean;
@@ -1599,6 +1622,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
1599
1622
  }) | ({
1600
1623
  modelValue?: boolean;
1601
1624
  } & {
1625
+ modelValue?: boolean;
1602
1626
  role?: import('../..').KdsPopoverRole;
1603
1627
  popoverType?: import('../..').KdsPopoverType;
1604
1628
  fullWidth?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsFileExplorer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/KdsFileExplorer.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"KdsFileExplorer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/KdsFileExplorer.vue"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { MaybeElementRef } from '@vueuse/core';
2
- import { KdsIconName } from '../../accessories/Icon';
2
+ import { KdsIconName } from '../../accessories';
3
3
  import { KdsEmptyStateProps } from '../../layouts';
4
4
  import { KdsMenuItem } from '../MenuContainer';
5
5
  import { kdsFileExplorerDraggingAnimationMode, kdsFileExplorerSize } from './enums';
@@ -26,40 +26,48 @@ export type KdsContextMenuBuilder = (ctx: {
26
26
  selectedItems: KdsFileExplorerItem[];
27
27
  }) => KdsMenuItem[];
28
28
  export type KdsFileExplorerProps = {
29
+ /** The id of the item currently being renamed.
30
+ * @default null
31
+ */
32
+ activeRenamedItemId?: string | null;
29
33
  /** Size variant of the file explorer */
30
34
  size?: KdsFileExplorerSize;
31
35
  /** Full path of the currently displayed directory; used to detect path changes and reset selection, close menus, etc. */
32
36
  fullPath?: string;
33
- /** List of items to be rendered for the displayed directory */
37
+ /** List of items to be rendered for the displayed directory. */
34
38
  items: Array<KdsFileExplorerItem>;
35
- /** Determines whether the "back" item should be rendered or not */
39
+ /** Determines whether the "back" item should be rendered or not. */
36
40
  isRootFolder?: boolean;
37
- /** Disable multi-selection */
41
+ /** Disable multi-selection. */
38
42
  disableMultiSelect?: boolean;
39
- /** Disables selection completely (regardless of `disableMultiSelect`) */
43
+ /** Disables selection completely (regardless of `disableMultiSelect`). */
40
44
  disableSelection?: boolean;
41
- /** Disable dragging completely */
45
+ /** Disable dragging completely. */
42
46
  disableDragging?: boolean;
43
47
  /**
44
48
  * Controls the behavior of the custom drag ghosts as you move items around.
45
49
  * `"auto"` removes ghosts automatically after interactions; `"manual"` requires calling an `onComplete` callback on `dragend`/`drop` (useful for async operations); `"disabled"` uses only the native browser drag ghost. Has no effect if `disableDragging` is true.
46
50
  */
47
51
  draggingAnimationMode?: KdsFileExplorerDraggingAnimationMode;
48
- /** Refs to HTML elements which, when clicked, should not unset the current selection */
52
+ /** Refs to HTML elements which, when clicked, should not unset the current selection. */
49
53
  clickOutsideExceptions?: Array<MaybeElementRef | string>;
50
- /** Selected item ids */
54
+ /** Selected item ids. */
51
55
  selectedItemIds?: string[];
52
- /** Empty state configuration */
56
+ /** Empty state configuration. */
53
57
  emptyState?: KdsEmptyStateProps;
54
- /** Function to build the items rendered in the context menu */
58
+ /** Function to build the items rendered in the context menu. */
55
59
  contextMenuBuilder?: KdsContextMenuBuilder;
56
60
  /** Size to restrict the context menu (CSS value, e.g. "200px"). */
57
61
  maxContextMenuHeight?: `${string}px`;
58
62
  };
59
63
  export type KdsFileExplorerEmits = {
64
+ /** Emitted when selected item ids change. */
60
65
  "update:selectedItemIds": [selectedItemIds: Array<string>];
66
+ /** Emitted when the user navigates to a different directory. */
61
67
  changeDirectory: [pathId: string];
68
+ /** Emitted when a file (non-directory) item is opened. */
62
69
  openFile: [item: KdsFileExplorerItem];
70
+ /** Emitted when items are moved via drag-and-drop. */
63
71
  moveItems: [
64
72
  payload: {
65
73
  sourceItems: Array<string>;
@@ -67,6 +75,7 @@ export type KdsFileExplorerEmits = {
67
75
  onComplete: (isSuccessfulMove: boolean) => void;
68
76
  }
69
77
  ];
78
+ /** Emitted when a drag operation ends. */
70
79
  dragend: [
71
80
  payload: {
72
81
  event: DragEvent;
@@ -74,10 +83,12 @@ export type KdsFileExplorerEmits = {
74
83
  onComplete: (isSuccessfulMove: boolean) => void;
75
84
  }
76
85
  ];
86
+ /** Emitted when a drag operation is in progress. */
77
87
  drag: [payload: {
78
88
  event: DragEvent;
79
89
  item: KdsFileExplorerItem;
80
90
  }];
91
+ /** Emitted when a file is renamed. */
81
92
  renameFile: [payload: {
82
93
  itemId: string;
83
94
  newName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/containers/FileExplorer/types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"AA2MA,OAAO,KAAK,EAA0B,qBAAqB,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;AA0Q7E,wBAUG"}
1
+ {"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"AA4MA,OAAO,KAAK,EAGV,qBAAqB,EACtB,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;AAuQjB,wBAUG"}