@knime/kds-components 1.1.1 → 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 (207) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/index.css +1096 -1097
  3. package/dist/index.js +10969 -10875
  4. package/dist/index.js.map +1 -1
  5. package/dist/src/accessories/ProgressBar/types.d.ts +0 -2
  6. package/dist/src/accessories/ProgressBar/types.d.ts.map +1 -1
  7. package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts.map +1 -1
  8. package/dist/src/buttons/ActionButton/types.d.ts +1 -0
  9. package/dist/src/buttons/ActionButton/types.d.ts.map +1 -1
  10. package/dist/src/buttons/KdsButton/KdsButton.vue.d.ts.map +1 -1
  11. package/dist/src/buttons/KdsButton/types.d.ts +4 -0
  12. package/dist/src/buttons/KdsButton/types.d.ts.map +1 -1
  13. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +24 -0
  14. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  15. package/dist/src/buttons/KdsMenuButton/types.d.ts +13 -3
  16. package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
  17. package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts +8 -0
  18. package/dist/src/buttons/KdsProgressButton/KdsProgressButton.vue.d.ts.map +1 -1
  19. package/dist/src/buttons/KdsProgressButton/types.d.ts +24 -2
  20. package/dist/src/buttons/KdsProgressButton/types.d.ts.map +1 -1
  21. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +4 -0
  22. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
  23. package/dist/src/buttons/KdsSplitButton/types.d.ts +7 -4
  24. package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -1
  25. package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts +8 -0
  26. package/dist/src/buttons/KdsToggleButton/KdsToggleButton.vue.d.ts.map +1 -1
  27. package/dist/src/buttons/KdsToggleButton/types.d.ts +7 -1
  28. package/dist/src/buttons/KdsToggleButton/types.d.ts.map +1 -1
  29. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +32 -0
  30. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
  31. package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts +2 -0
  32. package/dist/src/buttons/ResponsiveButtonGroup/mapping.d.ts.map +1 -1
  33. package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts +0 -4
  34. package/dist/src/buttons/ResponsiveButtonGroup/types.d.ts.map +1 -1
  35. package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -1
  36. package/dist/src/buttons/links/KdsLink/enums.d.ts +6 -0
  37. package/dist/src/buttons/links/KdsLink/enums.d.ts.map +1 -0
  38. package/dist/src/buttons/links/KdsLink/index.d.ts +1 -0
  39. package/dist/src/buttons/links/KdsLink/index.d.ts.map +1 -1
  40. package/dist/src/buttons/links/KdsLink/types.d.ts +11 -0
  41. package/dist/src/buttons/links/KdsLink/types.d.ts.map +1 -1
  42. package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts.map +1 -1
  43. package/dist/src/buttons/links/KdsLinkButton/types.d.ts +4 -0
  44. package/dist/src/buttons/links/KdsLinkButton/types.d.ts.map +1 -1
  45. package/dist/src/buttons/types.d.ts +9 -0
  46. package/dist/src/buttons/types.d.ts.map +1 -1
  47. package/dist/src/containers/ContextMenu/KdsContextMenu.vue.d.ts.map +1 -1
  48. package/dist/src/containers/ContextMenu/types.d.ts +15 -5
  49. package/dist/src/containers/ContextMenu/types.d.ts.map +1 -1
  50. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts +16 -0
  51. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts.map +1 -1
  52. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +24 -0
  53. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
  54. package/dist/src/containers/FileExplorer/types.d.ts +21 -10
  55. package/dist/src/containers/FileExplorer/types.d.ts.map +1 -1
  56. package/dist/src/containers/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
  57. package/dist/src/containers/ListContainer/types.d.ts +7 -4
  58. package/dist/src/containers/ListContainer/types.d.ts.map +1 -1
  59. package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
  60. package/dist/src/containers/ListItem/KdsListItem/types.d.ts +5 -0
  61. package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -1
  62. package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -1
  63. package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts +4 -0
  64. package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts.map +1 -1
  65. package/dist/src/containers/Menu/KdsMenu.vue.d.ts +8 -0
  66. package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -1
  67. package/dist/src/containers/Menu/types.d.ts +8 -4
  68. package/dist/src/containers/Menu/types.d.ts.map +1 -1
  69. package/dist/src/containers/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -1
  70. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -1
  71. package/dist/src/containers/MenuContainer/types.d.ts +14 -4
  72. package/dist/src/containers/MenuContainer/types.d.ts.map +1 -1
  73. package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts +6 -4
  74. package/dist/src/containers/PreviewList/KdsPreviewList/types.d.ts.map +1 -1
  75. package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts +8 -0
  76. package/dist/src/forms/Checkbox/KdsCheckbox.vue.d.ts.map +1 -1
  77. package/dist/src/forms/Checkbox/types.d.ts +22 -1
  78. package/dist/src/forms/Checkbox/types.d.ts.map +1 -1
  79. package/dist/src/forms/RadioButton/types.d.ts +40 -0
  80. package/dist/src/forms/RadioButton/types.d.ts.map +1 -1
  81. package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts +8 -0
  82. package/dist/src/forms/ToggleSwitch/KdsToggleSwitch.vue.d.ts.map +1 -1
  83. package/dist/src/forms/ToggleSwitch/types.d.ts +12 -1
  84. package/dist/src/forms/ToggleSwitch/types.d.ts.map +1 -1
  85. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +8 -0
  86. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  87. package/dist/src/forms/_helper/InfoPopover/types.d.ts +4 -0
  88. package/dist/src/forms/_helper/InfoPopover/types.d.ts.map +1 -1
  89. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +39 -31
  90. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  91. package/dist/src/forms/inputs/BaseInput.vue.d.ts +1 -1
  92. package/dist/src/forms/inputs/BaseInput.vue.d.ts.map +1 -1
  93. package/dist/src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue.d.ts +3 -1
  94. package/dist/src/forms/inputs/ColorInput/ColorPicker/ColorPicker.vue.d.ts.map +1 -1
  95. package/dist/src/forms/inputs/ColorInput/ColorPicker/types.d.ts +7 -0
  96. package/dist/src/forms/inputs/ColorInput/ColorPicker/types.d.ts.map +1 -1
  97. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +12 -0
  98. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
  99. package/dist/src/forms/inputs/ColorInput/types.d.ts +7 -1
  100. package/dist/src/forms/inputs/ColorInput/types.d.ts.map +1 -1
  101. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +4 -0
  102. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  103. package/dist/src/forms/inputs/DateInput/_helper/types.d.ts +11 -0
  104. package/dist/src/forms/inputs/DateInput/_helper/types.d.ts.map +1 -1
  105. package/dist/src/forms/inputs/DateInput/types.d.ts +10 -0
  106. package/dist/src/forms/inputs/DateInput/types.d.ts.map +1 -1
  107. package/dist/src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue.d.ts +1 -5
  108. package/dist/src/forms/inputs/DateTimeFormatInput/DateTimeFormatPopover.vue.d.ts.map +1 -1
  109. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +8 -0
  110. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
  111. package/dist/src/forms/inputs/DateTimeFormatInput/types.d.ts +25 -0
  112. package/dist/src/forms/inputs/DateTimeFormatInput/types.d.ts.map +1 -1
  113. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +28 -6
  114. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts.map +1 -1
  115. package/dist/src/forms/inputs/DateTimeInput/types.d.ts +15 -1
  116. package/dist/src/forms/inputs/DateTimeInput/types.d.ts.map +1 -1
  117. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +8 -0
  118. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
  119. package/dist/src/forms/inputs/IntervalInput/types.d.ts +14 -0
  120. package/dist/src/forms/inputs/IntervalInput/types.d.ts.map +1 -1
  121. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +4 -0
  122. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
  123. package/dist/src/forms/inputs/NumberInput/types.d.ts +5 -0
  124. package/dist/src/forms/inputs/NumberInput/types.d.ts.map +1 -1
  125. package/dist/src/forms/inputs/PasswordInput/types.d.ts +5 -0
  126. package/dist/src/forms/inputs/PasswordInput/types.d.ts.map +1 -1
  127. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +20 -0
  128. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  129. package/dist/src/forms/inputs/PatternInput/types.d.ts +28 -1
  130. package/dist/src/forms/inputs/PatternInput/types.d.ts.map +1 -1
  131. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +25 -17
  132. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  133. package/dist/src/forms/inputs/SearchInput/types.d.ts +17 -0
  134. package/dist/src/forms/inputs/SearchInput/types.d.ts.map +1 -1
  135. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +8 -0
  136. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  137. package/dist/src/forms/inputs/TextInput/types.d.ts +5 -0
  138. package/dist/src/forms/inputs/TextInput/types.d.ts.map +1 -1
  139. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts +4 -0
  140. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -1
  141. package/dist/src/forms/inputs/Textarea/types.d.ts +5 -0
  142. package/dist/src/forms/inputs/Textarea/types.d.ts.map +1 -1
  143. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +18 -6
  144. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
  145. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +14 -4
  146. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
  147. package/dist/src/forms/inputs/TimeInput/types.d.ts +28 -2
  148. package/dist/src/forms/inputs/TimeInput/types.d.ts.map +1 -1
  149. package/dist/src/forms/inputs/UsernameInput/types.d.ts +6 -0
  150. package/dist/src/forms/inputs/UsernameInput/types.d.ts.map +1 -1
  151. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +28 -6
  152. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts.map +1 -1
  153. package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts +16 -2
  154. package/dist/src/forms/inputs/ZonedDateTimeInput/types.d.ts.map +1 -1
  155. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +12 -0
  156. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  157. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +8 -0
  158. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  159. package/dist/src/forms/selects/Dropdown/types.d.ts +15 -2
  160. package/dist/src/forms/selects/Dropdown/types.d.ts.map +1 -1
  161. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts +4 -0
  162. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
  163. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +17 -0
  164. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
  165. package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts +8 -0
  166. package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts.map +1 -1
  167. package/dist/src/forms/selects/SortableListBox/types.d.ts +3 -1
  168. package/dist/src/forms/selects/SortableListBox/types.d.ts.map +1 -1
  169. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts +36 -0
  170. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts.map +1 -1
  171. package/dist/src/forms/selects/TwinList/types.d.ts +52 -1
  172. package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -1
  173. package/dist/src/layouts/Accordion/types.d.ts +4 -0
  174. package/dist/src/layouts/Accordion/types.d.ts.map +1 -1
  175. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -1
  176. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts +8 -0
  177. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -1
  178. package/dist/src/layouts/Card/types.d.ts +13 -4
  179. package/dist/src/layouts/Card/types.d.ts.map +1 -1
  180. package/dist/src/layouts/EmptyState/KdsEmptyState.vue.d.ts.map +1 -1
  181. package/dist/src/layouts/EmptyState/types.d.ts +14 -0
  182. package/dist/src/layouts/EmptyState/types.d.ts.map +1 -1
  183. package/dist/src/layouts/Navigation/KdsNavItem/KdsNavItem.vue.d.ts.map +1 -1
  184. package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts +6 -0
  185. package/dist/src/layouts/Navigation/KdsNavItem/types.d.ts.map +1 -1
  186. package/dist/src/layouts/Navigation/KdsNavigation.vue.d.ts.map +1 -1
  187. package/dist/src/layouts/Navigation/types.d.ts +7 -1
  188. package/dist/src/layouts/Navigation/types.d.ts.map +1 -1
  189. package/dist/src/layouts/Panel/types.d.ts +0 -3
  190. package/dist/src/layouts/Panel/types.d.ts.map +1 -1
  191. package/dist/src/layouts/ResizeContainer/ResizeHandle/types.d.ts +0 -2
  192. package/dist/src/layouts/ResizeContainer/ResizeHandle/types.d.ts.map +1 -1
  193. package/dist/src/layouts/ResizeContainer/types.d.ts +0 -4
  194. package/dist/src/layouts/ResizeContainer/types.d.ts.map +1 -1
  195. package/dist/src/layouts/TabBar/types.d.ts +7 -3
  196. package/dist/src/layouts/TabBar/types.d.ts.map +1 -1
  197. package/dist/src/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
  198. package/dist/src/overlays/Modal/types.d.ts +9 -9
  199. package/dist/src/overlays/Modal/types.d.ts.map +1 -1
  200. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts +4 -0
  201. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  202. package/dist/src/overlays/Popover/types.d.ts +4 -6
  203. package/dist/src/overlays/Popover/types.d.ts.map +1 -1
  204. package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts.map +1 -1
  205. package/dist/src/overlays/SideDrawer/types.d.ts +0 -2
  206. package/dist/src/overlays/SideDrawer/types.d.ts.map +1 -1
  207. package/package.json +11 -11
@@ -7,6 +7,8 @@ declare const _default: import('vue').DefineComponent<({
7
7
  } & {
8
8
  label: string;
9
9
  ariaLabel?: never;
10
+ } & {
11
+ modelValue?: boolean;
10
12
  }) | ({
11
13
  modelValue?: boolean;
12
14
  } & {
@@ -16,6 +18,8 @@ declare const _default: import('vue').DefineComponent<({
16
18
  } & {
17
19
  label?: never;
18
20
  ariaLabel: string;
21
+ } & {
22
+ modelValue?: boolean;
19
23
  }), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
24
  "update:modelValue": (value: boolean) => any;
21
25
  }, string, import('vue').PublicProps, Readonly<({
@@ -27,6 +31,8 @@ declare const _default: import('vue').DefineComponent<({
27
31
  } & {
28
32
  label: string;
29
33
  ariaLabel?: never;
34
+ } & {
35
+ modelValue?: boolean;
30
36
  }) | ({
31
37
  modelValue?: boolean;
32
38
  } & {
@@ -36,6 +42,8 @@ declare const _default: import('vue').DefineComponent<({
36
42
  } & {
37
43
  label?: never;
38
44
  ariaLabel: string;
45
+ } & {
46
+ modelValue?: boolean;
39
47
  })> & Readonly<{
40
48
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41
49
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsToggleSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/ToggleSwitch/KdsToggleSwitch.vue"],"names":[],"mappings":";iBA4Pa,OAAO;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;AAkGpB,wBAQG"}
1
+ {"version":3,"file":"KdsToggleSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/ToggleSwitch/KdsToggleSwitch.vue"],"names":[],"mappings":";iBA4Pa,OAAO;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;iBAAP,OAAO;;;;;;;;;;;;;AAkGpB,wBAQG"}
@@ -2,17 +2,28 @@ import { kdsToggleSwitchLabelPosition, kdsToggleSwitchSize } from './enums';
2
2
  export type KdsToggleSwitchSize = (typeof kdsToggleSwitchSize)[keyof typeof kdsToggleSwitchSize];
3
3
  export type KdsToggleSwitchLabelPosition = (typeof kdsToggleSwitchLabelPosition)[keyof typeof kdsToggleSwitchLabelPosition];
4
4
  type BaseProps = {
5
+ /** Whether the toggle switch is disabled. */
5
6
  disabled?: boolean;
7
+ /** Size of the toggle switch. */
6
8
  size?: KdsToggleSwitchSize;
9
+ /** Position of the label relative to the toggle switch. */
7
10
  labelPosition?: KdsToggleSwitchLabelPosition;
8
11
  };
9
12
  type LabelOrAriaLabel = {
13
+ /** Visible label text. */
10
14
  label: string;
11
15
  ariaLabel?: never;
12
16
  } | {
13
17
  label?: never;
18
+ /** Accessible label required when no visible label is present. */
14
19
  ariaLabel: string;
15
20
  };
16
- export type KdsToggleSwitchProps = BaseProps & LabelOrAriaLabel;
21
+ export type KdsToggleSwitchProps = BaseProps & LabelOrAriaLabel & {
22
+ /**
23
+ * Whether the toggle switch is on.
24
+ * @default false
25
+ */
26
+ modelValue?: boolean;
27
+ };
17
28
  export {};
18
29
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/ToggleSwitch/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE5E,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,4BAA4B,GACtC,CAAC,OAAO,4BAA4B,CAAC,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAEnF,KAAK,SAAS,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,aAAa,CAAC,EAAE,4BAA4B,CAAC;CAC9C,CAAC;AAEF,KAAK,gBAAgB,GACjB;IACE,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEN,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG,gBAAgB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/ToggleSwitch/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE5E,MAAM,MAAM,mBAAmB,GAC7B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE,MAAM,MAAM,4BAA4B,GACtC,CAAC,OAAO,4BAA4B,CAAC,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAEnF,KAAK,SAAS,GAAG;IACf,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iCAAiC;IACjC,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B,2DAA2D;IAC3D,aAAa,CAAC,EAAE,4BAA4B,CAAC;CAC9C,CAAC;AAEF,KAAK,gBAAgB,GACjB;IACE,0BAA0B;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,kEAAkE;IAClE,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEN,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAC1C,gBAAgB,GAAG;IACjB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC"}
@@ -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,4 +1,4 @@
1
- import { KdsIconName } from '../../accessories/Icon/types';
1
+ import { KdsIconName } from '../../accessories';
2
2
  import { KdsInputSegmentsConfig } from './useInputSegments';
3
3
  type BaseInputProps = {
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/BaseInput.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/BaseInput.vue"],"names":[],"mappings":"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"}
@@ -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"}