@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
@@ -56,6 +56,7 @@ declare function __VLS_template(): {
56
56
  $options: import('vue').ComponentOptionsBase<Readonly<({
57
57
  modelValue?: boolean;
58
58
  } & {
59
+ modelValue?: boolean;
59
60
  role?: import('../../..').KdsPopoverRole;
60
61
  popoverType?: import('../../..').KdsPopoverType;
61
62
  fullWidth?: boolean;
@@ -67,6 +68,7 @@ declare function __VLS_template(): {
67
68
  }) | ({
68
69
  modelValue?: boolean;
69
70
  } & {
71
+ modelValue?: boolean;
70
72
  role?: import('../../..').KdsPopoverRole;
71
73
  popoverType?: import('../../..').KdsPopoverType;
72
74
  fullWidth?: boolean;
@@ -108,6 +110,7 @@ declare function __VLS_template(): {
108
110
  } & Readonly<{}> & Omit<{} & (Readonly<({
109
111
  modelValue?: boolean;
110
112
  } & {
113
+ modelValue?: boolean;
111
114
  role?: import('../../..').KdsPopoverRole;
112
115
  popoverType?: import('../../..').KdsPopoverType;
113
116
  fullWidth?: boolean;
@@ -119,6 +122,7 @@ declare function __VLS_template(): {
119
122
  }) | ({
120
123
  modelValue?: boolean;
121
124
  } & {
125
+ modelValue?: boolean;
122
126
  role?: import('../../..').KdsPopoverRole;
123
127
  popoverType?: import('../../..').KdsPopoverType;
124
128
  fullWidth?: boolean;
@@ -193,6 +197,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
193
197
  $options: import('vue').ComponentOptionsBase<Readonly<({
194
198
  modelValue?: boolean;
195
199
  } & {
200
+ modelValue?: boolean;
196
201
  role?: import('../../..').KdsPopoverRole;
197
202
  popoverType?: import('../../..').KdsPopoverType;
198
203
  fullWidth?: boolean;
@@ -204,6 +209,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
204
209
  }) | ({
205
210
  modelValue?: boolean;
206
211
  } & {
212
+ modelValue?: boolean;
207
213
  role?: import('../../..').KdsPopoverRole;
208
214
  popoverType?: import('../../..').KdsPopoverType;
209
215
  fullWidth?: boolean;
@@ -245,6 +251,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
245
251
  } & Readonly<{}> & Omit<{} & (Readonly<({
246
252
  modelValue?: boolean;
247
253
  } & {
254
+ modelValue?: boolean;
248
255
  role?: import('../../..').KdsPopoverRole;
249
256
  popoverType?: import('../../..').KdsPopoverType;
250
257
  fullWidth?: boolean;
@@ -256,6 +263,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
256
263
  }) | ({
257
264
  modelValue?: boolean;
258
265
  } & {
266
+ modelValue?: boolean;
259
267
  role?: import('../../..').KdsPopoverRole;
260
268
  popoverType?: import('../../..').KdsPopoverType;
261
269
  fullWidth?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAuHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAe5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAuGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0Do3iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAzC1gjB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBg4iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAfzgjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAuHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAe5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAuGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0Do3iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAzC1gjB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBg4iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAfzgjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,4 +1,8 @@
1
1
  export type KdsInfoToggleButtonProps = {
2
+ /** Whether the info popover is open.
3
+ * @default false
4
+ */
5
+ modelValue?: boolean;
2
6
  /**
3
7
  * Content to display inside the info popover. Used when no default slot is provided.
4
8
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { KdsVariableToggleButtonProps } from './types.ts';
1
+ import { KdsVariableToggleButtonProps } from './types';
2
2
  /**
3
3
  * @slot default - Custom content for the popover. When provided, overrides the `content` prop.
4
4
  */
@@ -17,18 +17,18 @@ declare function __VLS_template(): {
17
17
  $data: {};
18
18
  $props: ({
19
19
  readonly modelValue?: boolean | undefined;
20
- readonly role?: import('../../../overlays').KdsPopoverRole | undefined;
21
- readonly popoverType?: import('../../../overlays').KdsPopoverType | undefined;
20
+ readonly role?: import('../../..').KdsPopoverRole | undefined;
21
+ readonly popoverType?: import('../../..').KdsPopoverType | undefined;
22
22
  readonly fullWidth?: boolean | undefined;
23
23
  readonly maxInlineSize?: string | undefined;
24
24
  readonly content?: string | undefined;
25
- readonly placement?: Exclude<import('../../../overlays').KdsPopoverPlacement, "custom"> | undefined;
25
+ readonly placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom"> | undefined;
26
26
  readonly customPlacementPosition?: never | undefined;
27
27
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
28
28
  } | {
29
29
  readonly modelValue?: boolean | undefined;
30
- readonly role?: import('../../../overlays').KdsPopoverRole | undefined;
31
- readonly popoverType?: import('../../../overlays').KdsPopoverType | undefined;
30
+ readonly role?: import('../../..').KdsPopoverRole | undefined;
31
+ readonly popoverType?: import('../../..').KdsPopoverType | undefined;
32
32
  readonly fullWidth?: boolean | undefined;
33
33
  readonly maxInlineSize?: string | undefined;
34
34
  readonly content?: string | undefined;
@@ -56,19 +56,21 @@ declare function __VLS_template(): {
56
56
  $options: import('vue').ComponentOptionsBase<Readonly<({
57
57
  modelValue?: boolean;
58
58
  } & {
59
- role?: import('../../../overlays').KdsPopoverRole;
60
- popoverType?: import('../../../overlays').KdsPopoverType;
59
+ modelValue?: boolean;
60
+ role?: import('../../..').KdsPopoverRole;
61
+ popoverType?: import('../../..').KdsPopoverType;
61
62
  fullWidth?: boolean;
62
63
  maxInlineSize?: string;
63
64
  content?: string;
64
65
  } & {
65
- placement?: Exclude<import('../../../overlays').KdsPopoverPlacement, "custom">;
66
+ placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom">;
66
67
  customPlacementPosition?: never;
67
68
  }) | ({
68
69
  modelValue?: boolean;
69
70
  } & {
70
- role?: import('../../../overlays').KdsPopoverRole;
71
- popoverType?: import('../../../overlays').KdsPopoverType;
71
+ modelValue?: boolean;
72
+ role?: import('../../..').KdsPopoverRole;
73
+ popoverType?: import('../../..').KdsPopoverType;
72
74
  fullWidth?: boolean;
73
75
  maxInlineSize?: string;
74
76
  content?: string;
@@ -108,19 +110,21 @@ declare function __VLS_template(): {
108
110
  } & Readonly<{}> & Omit<{} & (Readonly<({
109
111
  modelValue?: boolean;
110
112
  } & {
111
- role?: import('../../../overlays').KdsPopoverRole;
112
- popoverType?: import('../../../overlays').KdsPopoverType;
113
+ modelValue?: boolean;
114
+ role?: import('../../..').KdsPopoverRole;
115
+ popoverType?: import('../../..').KdsPopoverType;
113
116
  fullWidth?: boolean;
114
117
  maxInlineSize?: string;
115
118
  content?: string;
116
119
  } & {
117
- placement?: Exclude<import('../../../overlays').KdsPopoverPlacement, "custom">;
120
+ placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom">;
118
121
  customPlacementPosition?: never;
119
122
  }) | ({
120
123
  modelValue?: boolean;
121
124
  } & {
122
- role?: import('../../../overlays').KdsPopoverRole;
123
- popoverType?: import('../../../overlays').KdsPopoverType;
125
+ modelValue?: boolean;
126
+ role?: import('../../..').KdsPopoverRole;
127
+ popoverType?: import('../../..').KdsPopoverType;
124
128
  fullWidth?: boolean;
125
129
  maxInlineSize?: string;
126
130
  content?: string;
@@ -154,18 +158,18 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
154
158
  $data: {};
155
159
  $props: ({
156
160
  readonly modelValue?: boolean | undefined;
157
- readonly role?: import('../../../overlays').KdsPopoverRole | undefined;
158
- readonly popoverType?: import('../../../overlays').KdsPopoverType | undefined;
161
+ readonly role?: import('../../..').KdsPopoverRole | undefined;
162
+ readonly popoverType?: import('../../..').KdsPopoverType | undefined;
159
163
  readonly fullWidth?: boolean | undefined;
160
164
  readonly maxInlineSize?: string | undefined;
161
165
  readonly content?: string | undefined;
162
- readonly placement?: Exclude<import('../../../overlays').KdsPopoverPlacement, "custom"> | undefined;
166
+ readonly placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom"> | undefined;
163
167
  readonly customPlacementPosition?: never | undefined;
164
168
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
165
169
  } | {
166
170
  readonly modelValue?: boolean | undefined;
167
- readonly role?: import('../../../overlays').KdsPopoverRole | undefined;
168
- readonly popoverType?: import('../../../overlays').KdsPopoverType | undefined;
171
+ readonly role?: import('../../..').KdsPopoverRole | undefined;
172
+ readonly popoverType?: import('../../..').KdsPopoverType | undefined;
169
173
  readonly fullWidth?: boolean | undefined;
170
174
  readonly maxInlineSize?: string | undefined;
171
175
  readonly content?: string | undefined;
@@ -193,19 +197,21 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
193
197
  $options: import('vue').ComponentOptionsBase<Readonly<({
194
198
  modelValue?: boolean;
195
199
  } & {
196
- role?: import('../../../overlays').KdsPopoverRole;
197
- popoverType?: import('../../../overlays').KdsPopoverType;
200
+ modelValue?: boolean;
201
+ role?: import('../../..').KdsPopoverRole;
202
+ popoverType?: import('../../..').KdsPopoverType;
198
203
  fullWidth?: boolean;
199
204
  maxInlineSize?: string;
200
205
  content?: string;
201
206
  } & {
202
- placement?: Exclude<import('../../../overlays').KdsPopoverPlacement, "custom">;
207
+ placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom">;
203
208
  customPlacementPosition?: never;
204
209
  }) | ({
205
210
  modelValue?: boolean;
206
211
  } & {
207
- role?: import('../../../overlays').KdsPopoverRole;
208
- popoverType?: import('../../../overlays').KdsPopoverType;
212
+ modelValue?: boolean;
213
+ role?: import('../../..').KdsPopoverRole;
214
+ popoverType?: import('../../..').KdsPopoverType;
209
215
  fullWidth?: boolean;
210
216
  maxInlineSize?: string;
211
217
  content?: string;
@@ -245,19 +251,21 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
245
251
  } & Readonly<{}> & Omit<{} & (Readonly<({
246
252
  modelValue?: boolean;
247
253
  } & {
248
- role?: import('../../../overlays').KdsPopoverRole;
249
- popoverType?: import('../../../overlays').KdsPopoverType;
254
+ modelValue?: boolean;
255
+ role?: import('../../..').KdsPopoverRole;
256
+ popoverType?: import('../../..').KdsPopoverType;
250
257
  fullWidth?: boolean;
251
258
  maxInlineSize?: string;
252
259
  content?: string;
253
260
  } & {
254
- placement?: Exclude<import('../../../overlays').KdsPopoverPlacement, "custom">;
261
+ placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom">;
255
262
  customPlacementPosition?: never;
256
263
  }) | ({
257
264
  modelValue?: boolean;
258
265
  } & {
259
- role?: import('../../../overlays').KdsPopoverRole;
260
- popoverType?: import('../../../overlays').KdsPopoverType;
266
+ modelValue?: boolean;
267
+ role?: import('../../..').KdsPopoverRole;
268
+ popoverType?: import('../../..').KdsPopoverType;
261
269
  fullWidth?: boolean;
262
270
  maxInlineSize?: string;
263
271
  content?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAuLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAE/D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AAsEhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2Dgid,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA1Ctrd;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuB4id,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAfrrd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAuLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAE5D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AAsEhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA2Dsid,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA1C5rd;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBkjd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAf3rd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,8 @@
1
+ import { ColorPickerProps } from './types';
2
+ type __VLS_Props = ColorPickerProps;
1
3
  type __VLS_PublicProps = {
2
4
  modelValue?: string;
3
- };
5
+ } & __VLS_Props;
4
6
  declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
7
  "update:modelValue": (value: string) => any;
6
8
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue"],"names":[],"mappings":"AA8jBA,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;AAuOF,wBASG"}
1
+ {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue"],"names":[],"mappings":"AA0XA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAiBhD,KAAK,WAAW,GAAG,gBAAgB,CAAC;AAwLpC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;AAuOhB,wBASG"}
@@ -1,3 +1,10 @@
1
+ export type ColorPickerProps = {
2
+ /**
3
+ * The selected color as a hex string (e.g. #5148E5 or #5148E5CC).
4
+ * @default ""
5
+ */
6
+ modelValue?: string;
7
+ };
1
8
  export type ColorPickerSliderProps = {
2
9
  label: string;
3
10
  valueNow: number;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/inputs/ColorInput/ColorPicker/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/inputs/ColorInput/ColorPicker/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -16,6 +16,8 @@ declare const _default: import('vue').DefineComponent<({
16
16
  placeholder?: string;
17
17
  disabled?: boolean;
18
18
  autocomplete?: string;
19
+ } & {
20
+ modelValue?: string;
19
21
  }) | ({
20
22
  modelValue?: string;
21
23
  } & {
@@ -34,6 +36,8 @@ declare const _default: import('vue').DefineComponent<({
34
36
  placeholder?: string;
35
37
  disabled?: boolean;
36
38
  autocomplete?: string;
39
+ } & {
40
+ modelValue?: string;
37
41
  }), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
42
  "update:modelValue": (value: string) => any;
39
43
  }, string, import('vue').PublicProps, Readonly<({
@@ -54,6 +58,8 @@ declare const _default: import('vue').DefineComponent<({
54
58
  placeholder?: string;
55
59
  disabled?: boolean;
56
60
  autocomplete?: string;
61
+ } & {
62
+ modelValue?: string;
57
63
  }) | ({
58
64
  modelValue?: string;
59
65
  } & {
@@ -72,6 +78,8 @@ declare const _default: import('vue').DefineComponent<({
72
78
  placeholder?: string;
73
79
  disabled?: boolean;
74
80
  autocomplete?: string;
81
+ } & {
82
+ modelValue?: string;
75
83
  })> & Readonly<{
76
84
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
77
85
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
@@ -119,6 +127,7 @@ declare const _default: import('vue').DefineComponent<({
119
127
  $options: import('vue').ComponentOptionsBase<Readonly<({
120
128
  modelValue?: boolean;
121
129
  } & {
130
+ modelValue?: boolean;
122
131
  role?: import('../../..').KdsPopoverRole;
123
132
  popoverType?: import('../../..').KdsPopoverType;
124
133
  fullWidth?: boolean;
@@ -130,6 +139,7 @@ declare const _default: import('vue').DefineComponent<({
130
139
  }) | ({
131
140
  modelValue?: boolean;
132
141
  } & {
142
+ modelValue?: boolean;
133
143
  role?: import('../../..').KdsPopoverRole;
134
144
  popoverType?: import('../../..').KdsPopoverType;
135
145
  fullWidth?: boolean;
@@ -171,6 +181,7 @@ declare const _default: import('vue').DefineComponent<({
171
181
  } & Readonly<{}> & Omit<{} & (Readonly<({
172
182
  modelValue?: boolean;
173
183
  } & {
184
+ modelValue?: boolean;
174
185
  role?: import('../../..').KdsPopoverRole;
175
186
  popoverType?: import('../../..').KdsPopoverType;
176
187
  fullWidth?: boolean;
@@ -182,6 +193,7 @@ declare const _default: import('vue').DefineComponent<({
182
193
  }) | ({
183
194
  modelValue?: boolean;
184
195
  } & {
196
+ modelValue?: boolean;
185
197
  role?: import('../../..').KdsPopoverRole;
186
198
  popoverType?: import('../../..').KdsPopoverType;
187
199
  fullWidth?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsColorInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/ColorInput/KdsColorInput.vue"],"names":[],"mappings":";iBAiJa,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6Muhd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBhqd,wBASG"}
1
+ {"version":3,"file":"KdsColorInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/ColorInput/KdsColorInput.vue"],"names":[],"mappings":";iBAiJa,MAAM;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6Muhd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBhqd,wBASG"}
@@ -1,3 +1,9 @@
1
1
  import { KdsInputFieldProps } from '../types';
2
- export type KdsColorInputProps = KdsInputFieldProps;
2
+ export type KdsColorInputProps = KdsInputFieldProps & {
3
+ /**
4
+ * The current color value as a hex string.
5
+ * @default ""
6
+ */
7
+ modelValue?: string;
8
+ };
3
9
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/ColorInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,kBAAkB,GAAG,kBAAkB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/ColorInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,kBAAkB,GAAG,kBAAkB,GAAG;IACpD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC"}
@@ -233,6 +233,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
233
233
  $options: import('vue').ComponentOptionsBase<Readonly<({
234
234
  modelValue?: boolean;
235
235
  } & {
236
+ modelValue?: boolean;
236
237
  role?: import('../../../index.ts').KdsPopoverRole;
237
238
  popoverType?: import('../../../index.ts').KdsPopoverType;
238
239
  fullWidth?: boolean;
@@ -244,6 +245,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
244
245
  }) | ({
245
246
  modelValue?: boolean;
246
247
  } & {
248
+ modelValue?: boolean;
247
249
  role?: import('../../../index.ts').KdsPopoverRole;
248
250
  popoverType?: import('../../../index.ts').KdsPopoverType;
249
251
  fullWidth?: boolean;
@@ -285,6 +287,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
285
287
  } & Readonly<{}> & Omit<{} & (Readonly<({
286
288
  modelValue?: boolean;
287
289
  } & {
290
+ modelValue?: boolean;
288
291
  role?: import('../../../index.ts').KdsPopoverRole;
289
292
  popoverType?: import('../../../index.ts').KdsPopoverType;
290
293
  fullWidth?: boolean;
@@ -296,6 +299,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
296
299
  }) | ({
297
300
  modelValue?: boolean;
298
301
  } & {
302
+ modelValue?: boolean;
299
303
  role?: import('../../../index.ts').KdsPopoverRole;
300
304
  popoverType?: import('../../../index.ts').KdsPopoverType;
301
305
  fullWidth?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsDateInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/KdsDateInput.vue"],"names":[],"mappings":"AAkNA,OAAO,EAAY,QAAQ,EAA8B,MAAM,KAAK,CAAC;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAS7C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAGpD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA6IrC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;CACtC,GAAG,WAAW,CAAC;;mBA5JhB,CA7HsD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA4gBmxL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB/7L,wBAUG"}
1
+ {"version":3,"file":"KdsDateInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/KdsDateInput.vue"],"names":[],"mappings":"AAkNA,OAAO,EAAY,QAAQ,EAA8B,MAAM,KAAK,CAAC;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAS7C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAGpD,KAAK,WAAW,GAAG,iBAAiB,CAAC;AA6IrC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;CACtC,GAAG,WAAW,CAAC;;mBA5JhB,CA7HsD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA4gBmxL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB/7L,wBAUG"}
@@ -1,18 +1,29 @@
1
1
  import { Temporal } from 'temporal-polyfill';
2
2
  export type DatePickerSharedProps = {
3
+ /**
4
+ * The currently selected date, or `null` when no date is selected.
5
+ * @default null
6
+ */
3
7
  modelValue: Temporal.PlainDate | null;
8
+ /** Minimum selectable date. */
4
9
  minDate?: Temporal.PlainDate | null;
10
+ /** Maximum selectable date. */
5
11
  maxDate?: Temporal.PlainDate | null;
6
12
  };
7
13
  export type DatePickerDayGridProps = DatePickerSharedProps & {
14
+ /** The year currently in focus for navigation. */
8
15
  focusYear: number;
16
+ /** The month currently in focus for navigation (1–12). */
9
17
  focusMonth: number;
10
18
  };
11
19
  export type DatePickerMonthGridProps = DatePickerSharedProps & {
20
+ /** The year currently in focus for navigation. */
12
21
  focusYear: number;
22
+ /** The month currently in focus for navigation (1–12). */
13
23
  focusMonth: number;
14
24
  };
15
25
  export type DatePickerYearGridProps = DatePickerSharedProps & {
26
+ /** The year currently in focus for navigation. */
16
27
  focusYear: number;
17
28
  };
18
29
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/inputs/DateInput/_helper/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,MAAM,MAAM,qBAAqB,GAAG;IAClC,UAAU,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACtC,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,GAAG;IAC3D,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,qBAAqB,GAAG;IAC7D,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,qBAAqB,GAAG;IAC5D,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/inputs/DateInput/_helper/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,UAAU,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACtC,+BAA+B;IAC/B,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC,+BAA+B;IAC/B,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;CACrC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,GAAG;IAC3D,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;IAClB,0DAA0D;IAC1D,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,qBAAqB,GAAG;IAC7D,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;IAClB,0DAA0D;IAC1D,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,qBAAqB,GAAG;IAC5D,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -3,6 +3,11 @@ import { KdsInputFieldProps } from '../types';
3
3
  import { kdsDatePickerView } from './enums';
4
4
  export type KdsDatePickerView = (typeof kdsDatePickerView)[keyof typeof kdsDatePickerView];
5
5
  export type KdsDatePickerProps = {
6
+ /**
7
+ * The currently selected date, or `null` when no date is selected.
8
+ * @default null
9
+ */
10
+ modelValue?: Temporal.PlainDate | null;
6
11
  /**
7
12
  * Minimum selectable date. Only restricts the calendar UI, not text input validation.
8
13
  */
@@ -17,6 +22,11 @@ export type KdsDatePickerProps = {
17
22
  startView?: KdsDatePickerView;
18
23
  };
19
24
  export type KdsDateInputProps = Omit<KdsInputFieldProps, "placeholder"> & {
25
+ /**
26
+ * The currently selected date, or `null` when no date is selected.
27
+ * @default null
28
+ */
29
+ modelValue?: Temporal.PlainDate | null;
20
30
  /**
21
31
  * Minimum selectable date. Restricts the calendar UI and clamps text input
22
32
  * values to this lower bound on blur.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAC3B,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAE7D,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;OAEG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,GAAG;IACxE;;;OAGG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;;OAGG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;CACrC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,MAAM,MAAM,iBAAiB,GAC3B,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC;AAE7D,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;OAGG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACvC;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;OAEG;IACH,SAAS,CAAC,EAAE,iBAAiB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,GAAG;IACxE;;;OAGG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACvC;;;OAGG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;IACpC;;;OAGG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC;CACrC,CAAC"}
@@ -1,8 +1,4 @@
1
- import { KdsDateTimeFormatEntry, KdsTemporalType } from './types';
2
- type DateTimeFormatPopoverProps = {
3
- allDefaultFormats: KdsDateTimeFormatEntry[];
4
- allowedFormats?: KdsTemporalType[];
5
- };
1
+ import { DateTimeFormatPopoverProps } from './types';
6
2
  type __VLS_Props = DateTimeFormatPopoverProps;
7
3
  type __VLS_PublicProps = {
8
4
  "selection"?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"DateTimeFormatPopover.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue"],"names":[],"mappings":"AAsQA,OAAO,KAAK,EAEV,sBAAsB,EACtB,eAAe,EAChB,MAAM,SAAS,CAAC;AAEjB,KAAK,0BAA0B,GAAG;IAChC,iBAAiB,EAAE,sBAAsB,EAAE,CAAC;IAC5C,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;CACpC,CAAC;AAEF,KAAK,WAAW,GAAG,0BAA0B,CAAC;AAmL9C,KAAK,iBAAiB,GAAG;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;AAwIhB,wBAQG"}
1
+ {"version":3,"file":"DateTimeFormatPopover.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue"],"names":[],"mappings":"AAiQA,OAAO,KAAK,EACV,0BAA0B,EAG3B,MAAM,SAAS,CAAC;AAEjB,KAAK,WAAW,GAAG,0BAA0B,CAAC;AAmL9C,KAAK,iBAAiB,GAAG;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACpB,GAAG,WAAW,CAAC;;;;;;AAwIhB,wBAQG"}
@@ -17,6 +17,7 @@ declare const _default: import('vue').DefineComponent<({
17
17
  disabled?: boolean;
18
18
  autocomplete?: string;
19
19
  } & {
20
+ modelValue?: string;
20
21
  allowedFormats?: import('./types').KdsTemporalType[];
21
22
  allDefaultFormats: import('./types').KdsDateTimeFormatEntry[];
22
23
  }) | ({
@@ -38,6 +39,7 @@ declare const _default: import('vue').DefineComponent<({
38
39
  disabled?: boolean;
39
40
  autocomplete?: string;
40
41
  } & {
42
+ modelValue?: string;
41
43
  allowedFormats?: import('./types').KdsTemporalType[];
42
44
  allDefaultFormats: import('./types').KdsDateTimeFormatEntry[];
43
45
  }), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -61,6 +63,7 @@ declare const _default: import('vue').DefineComponent<({
61
63
  disabled?: boolean;
62
64
  autocomplete?: string;
63
65
  } & {
66
+ modelValue?: string;
64
67
  allowedFormats?: import('./types').KdsTemporalType[];
65
68
  allDefaultFormats: import('./types').KdsDateTimeFormatEntry[];
66
69
  }) | ({
@@ -82,6 +85,7 @@ declare const _default: import('vue').DefineComponent<({
82
85
  disabled?: boolean;
83
86
  autocomplete?: string;
84
87
  } & {
88
+ modelValue?: string;
85
89
  allowedFormats?: import('./types').KdsTemporalType[];
86
90
  allDefaultFormats: import('./types').KdsDateTimeFormatEntry[];
87
91
  })> & Readonly<{
@@ -131,6 +135,7 @@ declare const _default: import('vue').DefineComponent<({
131
135
  $options: import('vue').ComponentOptionsBase<Readonly<({
132
136
  modelValue?: boolean;
133
137
  } & {
138
+ modelValue?: boolean;
134
139
  role?: import('../../..').KdsPopoverRole;
135
140
  popoverType?: import('../../..').KdsPopoverType;
136
141
  fullWidth?: boolean;
@@ -142,6 +147,7 @@ declare const _default: import('vue').DefineComponent<({
142
147
  }) | ({
143
148
  modelValue?: boolean;
144
149
  } & {
150
+ modelValue?: boolean;
145
151
  role?: import('../../..').KdsPopoverRole;
146
152
  popoverType?: import('../../..').KdsPopoverType;
147
153
  fullWidth?: boolean;
@@ -183,6 +189,7 @@ declare const _default: import('vue').DefineComponent<({
183
189
  } & Readonly<{}> & Omit<{} & (Readonly<({
184
190
  modelValue?: boolean;
185
191
  } & {
192
+ modelValue?: boolean;
186
193
  role?: import('../../..').KdsPopoverRole;
187
194
  popoverType?: import('../../..').KdsPopoverType;
188
195
  fullWidth?: boolean;
@@ -194,6 +201,7 @@ declare const _default: import('vue').DefineComponent<({
194
201
  }) | ({
195
202
  modelValue?: boolean;
196
203
  } & {
204
+ modelValue?: boolean;
197
205
  role?: import('../../..').KdsPopoverRole;
198
206
  popoverType?: import('../../..').KdsPopoverType;
199
207
  fullWidth?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAuHa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA0Munf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBhwf,wBASG"}
1
+ {"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAuHa,MAAM;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA0Munf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBhwf,wBASG"}
@@ -3,12 +3,21 @@ import { kdsDateFormatCategory, kdsTemporalType } from './enums';
3
3
  export type KdsTemporalType = (typeof kdsTemporalType)[keyof typeof kdsTemporalType];
4
4
  export type KdsDateFormatCategory = (typeof kdsDateFormatCategory)[keyof typeof kdsDateFormatCategory];
5
5
  export type KdsDateTimeFormatEntry = {
6
+ /** The format string. */
6
7
  format: string;
8
+ /** The temporal type this format applies to. */
7
9
  temporalType: KdsTemporalType;
10
+ /** The category this format belongs to. */
8
11
  category: KdsDateFormatCategory;
12
+ /** Optional example of the formatted output. */
9
13
  example?: string;
10
14
  };
11
15
  export type KdsDateTimeFormatInputProps = KdsInputFieldProps & {
16
+ /**
17
+ * The current format string value.
18
+ * @default ""
19
+ */
20
+ modelValue?: string;
12
21
  /**
13
22
  * Restricts the available date/time format options by their temporal type.
14
23
  * If omitted, there are no restrictions.
@@ -19,4 +28,20 @@ export type KdsDateTimeFormatInputProps = KdsInputFieldProps & {
19
28
  */
20
29
  allDefaultFormats: KdsDateTimeFormatEntry[];
21
30
  };
31
+ export type DateTimeFormatPopoverProps = {
32
+ /**
33
+ * The currently selected format string in the popover.
34
+ * @default ""
35
+ */
36
+ selection?: string;
37
+ /**
38
+ * Full list of available date/time formats.
39
+ */
40
+ allDefaultFormats: KdsDateTimeFormatEntry[];
41
+ /**
42
+ * Restricts the available date/time format options by their temporal type.
43
+ * If omitted, there are no restrictions.
44
+ */
45
+ allowedFormats?: KdsTemporalType[];
46
+ };
22
47
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,OAAO,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAEjE,MAAM,MAAM,eAAe,GACzB,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAEzD,MAAM,MAAM,qBAAqB,GAC/B,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC;AAErE,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,eAAe,CAAC;IAC9B,QAAQ,EAAE,qBAAqB,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,kBAAkB,GAAG;IAC7D;;;OAGG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;IAEnC;;OAEG;IACH,iBAAiB,EAAE,sBAAsB,EAAE,CAAC;CAC7C,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,OAAO,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAEjE,MAAM,MAAM,eAAe,GACzB,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAEzD,MAAM,MAAM,qBAAqB,GAC/B,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC;AAErE,MAAM,MAAM,sBAAsB,GAAG;IACnC,yBAAyB;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,YAAY,EAAE,eAAe,CAAC;IAC9B,2CAA2C;IAC3C,QAAQ,EAAE,qBAAqB,CAAC;IAChC,gDAAgD;IAChD,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,kBAAkB,GAAG;IAC7D;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;IAEnC;;OAEG;IACH,iBAAiB,EAAE,sBAAsB,EAAE,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,iBAAiB,EAAE,sBAAsB,EAAE,CAAC;IAC5C;;;OAGG;IACH,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;CACpC,CAAC"}