@knime/kds-components 0.23.1 → 0.23.2

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 (131) hide show
  1. package/dist/index.css +149 -96
  2. package/dist/index.js +174 -58
  3. package/dist/index.js.map +1 -1
  4. package/dist/src/accessories/DonutChart/KdsDonutChart.vue.d.ts +4 -0
  5. package/dist/src/accessories/DonutChart/KdsDonutChart.vue.d.ts.map +1 -0
  6. package/dist/src/accessories/DonutChart/index.d.ts +3 -0
  7. package/dist/src/accessories/DonutChart/index.d.ts.map +1 -0
  8. package/dist/src/accessories/DonutChart/types.d.ts +27 -0
  9. package/dist/src/accessories/DonutChart/types.d.ts.map +1 -0
  10. package/dist/src/accessories/index.d.ts +2 -0
  11. package/dist/src/accessories/index.d.ts.map +1 -1
  12. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +6 -6
  13. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  14. package/dist/src/buttons/KdsMenuButton/types.d.ts +2 -2
  15. package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
  16. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +6 -6
  17. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
  18. package/dist/src/containers/ListContainer/KdsListContainer.vue.d.ts.map +1 -0
  19. package/dist/src/containers/ListContainer/enums.d.ts.map +1 -0
  20. package/dist/src/containers/ListContainer/index.d.ts.map +1 -0
  21. package/dist/src/{forms/_helper/List → containers}/ListContainer/types.d.ts +3 -3
  22. package/dist/src/containers/ListContainer/types.d.ts.map +1 -0
  23. package/dist/src/containers/ListItem/KdsListItem/KdsListItem.vue.d.ts.map +1 -0
  24. package/dist/src/containers/ListItem/KdsListItem/demo-accessories.d.ts.map +1 -0
  25. package/dist/src/containers/ListItem/KdsListItem/enums.d.ts.map +1 -0
  26. package/dist/src/containers/ListItem/KdsListItem/index.d.ts.map +1 -0
  27. package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/types.d.ts +2 -2
  28. package/dist/src/containers/ListItem/KdsListItem/types.d.ts.map +1 -0
  29. package/dist/src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue.d.ts.map +1 -0
  30. package/dist/src/containers/ListItem/KdsListItemButton/index.d.ts.map +1 -0
  31. package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItemButton/types.d.ts +1 -1
  32. package/dist/src/containers/ListItem/KdsListItemButton/types.d.ts.map +1 -0
  33. package/dist/src/containers/ListItem/ListItemAccessory/ListItemAccessory.vue.d.ts.map +1 -0
  34. package/dist/src/containers/ListItem/ListItemAccessory/enums.d.ts.map +1 -0
  35. package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemAccessory/types.d.ts +1 -1
  36. package/dist/src/containers/ListItem/ListItemAccessory/types.d.ts.map +1 -0
  37. package/dist/src/containers/ListItem/ListItemDivider/ListItemDivider.vue.d.ts.map +1 -0
  38. package/dist/src/containers/ListItem/ListItemDivider/index.d.ts.map +1 -0
  39. package/dist/src/containers/ListItem/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts.map +1 -0
  40. package/dist/src/containers/ListItem/ListItemSectionTitle/index.d.ts.map +1 -0
  41. package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemSectionTitle/types.d.ts +1 -1
  42. package/dist/src/containers/ListItem/ListItemSectionTitle/types.d.ts.map +1 -0
  43. package/dist/src/{forms/_helper → containers}/MenuContainer/KdsMenuContainer.vue.d.ts +2 -2
  44. package/dist/src/containers/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -0
  45. package/dist/src/containers/MenuContainer/index.d.ts +3 -0
  46. package/dist/src/containers/MenuContainer/index.d.ts.map +1 -0
  47. package/dist/src/{forms/_helper → containers}/MenuContainer/types.d.ts +2 -2
  48. package/dist/src/containers/MenuContainer/types.d.ts.map +1 -0
  49. package/dist/src/containers/index.d.ts +5 -0
  50. package/dist/src/containers/index.d.ts.map +1 -0
  51. package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts +1 -1
  52. package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts.map +1 -1
  53. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +4 -4
  54. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  55. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +4 -4
  56. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  57. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +2 -2
  58. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
  59. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +4 -4
  60. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  61. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +2 -2
  62. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
  63. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +2 -2
  64. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
  65. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +2 -2
  66. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
  67. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +2 -2
  68. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  69. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +6 -6
  70. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  71. package/dist/src/forms/inputs/SearchInput/types.d.ts +1 -1
  72. package/dist/src/forms/inputs/SearchInput/types.d.ts.map +1 -1
  73. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +6 -6
  74. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  75. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +2 -2
  76. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -1
  77. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +4 -4
  78. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  79. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +6 -6
  80. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  81. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +6 -6
  82. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  83. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +4 -4
  84. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  85. package/dist/src/forms/selects/Dropdown/types.d.ts +1 -1
  86. package/dist/src/forms/selects/Dropdown/types.d.ts.map +1 -1
  87. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +1 -1
  88. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
  89. package/dist/src/forms/selects/TwinList/types.d.ts +1 -1
  90. package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -1
  91. package/dist/src/overlays/Modal/useKdsDynamicModal.d.ts +3 -3
  92. package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +6 -6
  93. package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
  94. package/package.json +5 -5
  95. package/dist/src/forms/_helper/List/KdsListItem/KdsListItem.vue.d.ts.map +0 -1
  96. package/dist/src/forms/_helper/List/KdsListItem/demo-accessories.d.ts.map +0 -1
  97. package/dist/src/forms/_helper/List/KdsListItem/enums.d.ts.map +0 -1
  98. package/dist/src/forms/_helper/List/KdsListItem/index.d.ts.map +0 -1
  99. package/dist/src/forms/_helper/List/KdsListItem/types.d.ts.map +0 -1
  100. package/dist/src/forms/_helper/List/KdsListItemButton/KdsListItemButton.vue.d.ts.map +0 -1
  101. package/dist/src/forms/_helper/List/KdsListItemButton/index.d.ts.map +0 -1
  102. package/dist/src/forms/_helper/List/KdsListItemButton/types.d.ts.map +0 -1
  103. package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts.map +0 -1
  104. package/dist/src/forms/_helper/List/ListContainer/enums.d.ts.map +0 -1
  105. package/dist/src/forms/_helper/List/ListContainer/index.d.ts.map +0 -1
  106. package/dist/src/forms/_helper/List/ListContainer/types.d.ts.map +0 -1
  107. package/dist/src/forms/_helper/List/ListItemAccessory/ListItemAccessory.vue.d.ts.map +0 -1
  108. package/dist/src/forms/_helper/List/ListItemAccessory/enums.d.ts.map +0 -1
  109. package/dist/src/forms/_helper/List/ListItemAccessory/types.d.ts.map +0 -1
  110. package/dist/src/forms/_helper/List/ListItemDivider/ListItemDivider.vue.d.ts.map +0 -1
  111. package/dist/src/forms/_helper/List/ListItemDivider/index.d.ts.map +0 -1
  112. package/dist/src/forms/_helper/List/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts.map +0 -1
  113. package/dist/src/forms/_helper/List/ListItemSectionTitle/index.d.ts.map +0 -1
  114. package/dist/src/forms/_helper/List/ListItemSectionTitle/types.d.ts.map +0 -1
  115. package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts.map +0 -1
  116. package/dist/src/forms/_helper/MenuContainer/types.d.ts.map +0 -1
  117. /package/dist/src/{forms/_helper/List → containers}/ListContainer/KdsListContainer.vue.d.ts +0 -0
  118. /package/dist/src/{forms/_helper/List → containers}/ListContainer/enums.d.ts +0 -0
  119. /package/dist/src/{forms/_helper/List → containers}/ListContainer/index.d.ts +0 -0
  120. /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/KdsListItem.vue.d.ts +0 -0
  121. /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/demo-accessories.d.ts +0 -0
  122. /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/enums.d.ts +0 -0
  123. /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItem/index.d.ts +0 -0
  124. /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItemButton/KdsListItemButton.vue.d.ts +0 -0
  125. /package/dist/src/{forms/_helper/List → containers/ListItem}/KdsListItemButton/index.d.ts +0 -0
  126. /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemAccessory/ListItemAccessory.vue.d.ts +0 -0
  127. /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemAccessory/enums.d.ts +0 -0
  128. /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemDivider/ListItemDivider.vue.d.ts +0 -0
  129. /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemDivider/index.d.ts +0 -0
  130. /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemSectionTitle/ListItemSectionTitle.vue.d.ts +0 -0
  131. /package/dist/src/{forms/_helper/List → containers/ListItem}/ListItemSectionTitle/index.d.ts +0 -0
@@ -0,0 +1,4 @@
1
+ import { KdsDonutChartProps } from './types';
2
+ declare const _default: import('vue').DefineComponent<KdsDonutChartProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KdsDonutChartProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
3
+ export default _default;
4
+ //# sourceMappingURL=KdsDonutChart.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KdsDonutChart.vue.d.ts","sourceRoot":"","sources":["../../../../src/accessories/DonutChart/KdsDonutChart.vue"],"names":[],"mappings":"AAoLA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;;AAyLlD,wBAOG"}
@@ -0,0 +1,3 @@
1
+ export { default as KdsDonutChart } from './KdsDonutChart.vue';
2
+ export * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/accessories/DonutChart/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/D,cAAc,SAAS,CAAC"}
@@ -0,0 +1,27 @@
1
+ export type KdsDonutChartProps = {
2
+ /** The value of the wedge to be displayed, can exceed the maximum value */
3
+ value: number;
4
+ /**
5
+ * An optional secondary value for a second wedge to be displayed, can exceed the maximum value.
6
+ * Note this will not be displayed as inner value.
7
+ */
8
+ secondaryValue?: number;
9
+ /** The maximum value on which the wedge size is calculated. Also 'Infinity' can be passed here */
10
+ maxValue: number;
11
+ /** Wether or not values larger than the maximum are allowed. If this is false larger values will be clipped to
12
+ * the maxValue. */
13
+ acceptValuesLargerThanMax?: boolean;
14
+ /**
15
+ * optional parameter wether the transition between values should be animated or not
16
+ */
17
+ animate?: boolean;
18
+ /**
19
+ * Show a title left of the donut, single line only
20
+ */
21
+ title?: string;
22
+ /**
23
+ * Show a subtext below the title, maximum of two lines
24
+ */
25
+ subText?: string;
26
+ };
27
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accessories/DonutChart/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,2EAA2E;IAC3E,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,kGAAkG;IAClG,QAAQ,EAAE,MAAM,CAAC;IAEjB;uBACmB;IACnB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IAEpC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -12,4 +12,6 @@ export * from './LoadingSpinner';
12
12
  export type * from './LoadingSpinner';
13
13
  export * from './InlineMessage';
14
14
  export type * from './InlineMessage';
15
+ export * from './DonutChart';
16
+ export type * from './DonutChart';
15
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/accessories/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,mBAAmB,UAAU,CAAC;AAE9B,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC;AAE7B,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,QAAQ,CAAC;AACvB,mBAAmB,QAAQ,CAAC;AAE5B,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC;AAElC,cAAc,kBAAkB,CAAC;AACjC,mBAAmB,kBAAkB,CAAC;AAEtC,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/accessories/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,mBAAmB,UAAU,CAAC;AAE9B,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC;AAE7B,cAAc,eAAe,CAAC;AAC9B,mBAAmB,eAAe,CAAC;AAEnC,cAAc,QAAQ,CAAC;AACvB,mBAAmB,QAAQ,CAAC;AAE5B,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC;AAElC,cAAc,kBAAkB,CAAC;AACjC,mBAAmB,kBAAkB,CAAC;AAEtC,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;AAErC,cAAc,cAAc,CAAC;AAC7B,mBAAmB,cAAc,CAAC"}
@@ -181,22 +181,22 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
181
181
  modelValue?: boolean;
182
182
  } & import('../../overlays/Popover').KdsPopoverProps> & Readonly<{
183
183
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
184
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
184
+ }>, "anchorStyle" | "popoverId"> & {
185
185
  anchorStyle: Record<string, string>;
186
186
  popoverId: string;
187
- }> & {} & import('vue').ComponentCustomProperties & {} & {
187
+ } & {} & import('vue').ComponentCustomProperties & {} & {
188
188
  $slots: {
189
189
  default?(_: {}): any;
190
190
  };
191
191
  }) | null;
192
- menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
192
+ menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers').KdsMenuContainerProps> & Readonly<{
193
193
  onItemClick?: ((id: string) => any) | undefined;
194
194
  }>, {
195
195
  focus: () => void;
196
196
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
197
197
  itemClick: (id: string) => any;
198
198
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
199
- listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
199
+ listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers').KdsListContainerProps> & Readonly<{
200
200
  onItemClick?: ((id?: string | undefined) => any) | undefined;
201
201
  }>, {
202
202
  handleKeydown: (event: KeyboardEvent) => void;
@@ -215,7 +215,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
215
215
  C: {};
216
216
  M: {};
217
217
  Defaults: {};
218
- }, Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
218
+ }, Readonly<import('../../containers').KdsListContainerProps> & Readonly<{
219
219
  onItemClick?: ((id?: string | undefined) => any) | undefined;
220
220
  }>, {
221
221
  handleKeydown: (event: KeyboardEvent) => void;
@@ -231,7 +231,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
231
231
  C: {};
232
232
  M: {};
233
233
  Defaults: {};
234
- }, Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
234
+ }, Readonly<import('../../containers').KdsMenuContainerProps> & Readonly<{
235
235
  onItemClick?: ((id: string) => any) | undefined;
236
236
  }>, {
237
237
  focus: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":"AAmGA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAsMytiB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB51iB,wBASG"}
1
+ {"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":"AAmGA,OAAO,EAEL,QAAQ,EAMT,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAsMsqjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBzyjB,wBASG"}
@@ -1,6 +1,6 @@
1
- import { KdsMenuItem } from '../../forms/_helper/MenuContainer/types';
1
+ import { KdsMenuItem } from '../../containers/MenuContainer/types';
2
2
  import { KdsToggleButtonProps } from '../KdsToggleButton';
3
- export type { KdsMenuItem } from '../../forms/_helper/MenuContainer/types';
3
+ export type { KdsMenuItem } from '../../containers/MenuContainer/types';
4
4
  export type KdsMenuButtonProps = KdsToggleButtonProps & {
5
5
  /**
6
6
  * Items rendered in the menu.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,YAAY,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAE3E,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GAAG;IACtD;;;OAGG;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IAErB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsMenuButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,YAAY,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AAExE,MAAM,MAAM,kBAAkB,GAAG,oBAAoB,GAAG;IACtD;;;OAGG;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;IAErB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC"}
@@ -98,22 +98,22 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
98
98
  modelValue?: boolean;
99
99
  } & import('../../overlays/Popover').KdsPopoverProps> & Readonly<{
100
100
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
101
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
101
+ }>, "anchorStyle" | "popoverId"> & {
102
102
  anchorStyle: Record<string, string>;
103
103
  popoverId: string;
104
- }> & {} & import('vue').ComponentCustomProperties & {} & {
104
+ } & {} & import('vue').ComponentCustomProperties & {} & {
105
105
  $slots: {
106
106
  default?(_: {}): any;
107
107
  };
108
108
  }) | null;
109
- menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
109
+ menuContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers').KdsMenuContainerProps> & Readonly<{
110
110
  onItemClick?: ((id: string) => any) | undefined;
111
111
  }>, {
112
112
  focus: () => void;
113
113
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
114
114
  itemClick: (id: string) => any;
115
115
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
116
- listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
116
+ listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../containers').KdsListContainerProps> & Readonly<{
117
117
  onItemClick?: ((id?: string | undefined) => any) | undefined;
118
118
  }>, {
119
119
  handleKeydown: (event: KeyboardEvent) => void;
@@ -132,7 +132,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
132
132
  C: {};
133
133
  M: {};
134
134
  Defaults: {};
135
- }, Readonly<import('../../forms/_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
135
+ }, Readonly<import('../../containers').KdsListContainerProps> & Readonly<{
136
136
  onItemClick?: ((id?: string | undefined) => any) | undefined;
137
137
  }>, {
138
138
  handleKeydown: (event: KeyboardEvent) => void;
@@ -148,7 +148,7 @@ declare const _default: import('vue').DefineComponent<(import('../types').KdsBut
148
148
  C: {};
149
149
  M: {};
150
150
  Defaults: {};
151
- }, Readonly<import('../../forms/_helper/MenuContainer/types').KdsMenuContainerProps> & Readonly<{
151
+ }, Readonly<import('../../containers').KdsMenuContainerProps> & Readonly<{
152
152
  onItemClick?: ((id: string) => any) | undefined;
153
153
  }>, {
154
154
  focus: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":"AAiHA,OAAO,EAAE,QAAQ,EAAqC,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2O4se,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBp4e,wBASG"}
1
+ {"version":3,"file":"KdsSplitButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/buttons/KdsSplitButton/KdsSplitButton.vue"],"names":[],"mappings":"AAiHA,OAAO,EAAE,QAAQ,EAAqC,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2Oypf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBj1f,wBASG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"AA+YA,OAAO,KAAK,EAEV,qBAAqB,EAEtB,MAAM,SAAS,CAAC;;;;;;;;;;;;;;AAqdjB,wBAUG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../src/containers/ListContainer/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC;AAEX,eAAO,MAAM,qBAAqB,wBAAsC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/containers/ListContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,mBAAmB,SAAS,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { Ref } from 'vue';
2
- import { KdsIconName } from '../../../../accessories';
3
- import { KdsListItemVariant } from '../KdsListItem';
4
- import { KdsListItemAccessory } from '../ListItemAccessory/types';
2
+ import { KdsIconName } from '../../accessories';
3
+ import { KdsListItemVariant } from '../ListItem/KdsListItem';
4
+ import { KdsListItemAccessory } from '../ListItem/ListItemAccessory/types';
5
5
  import { kdsListContainerRole } from './enums';
6
6
  export type KdsListContainerRole = (typeof kdsListContainerRole)[keyof typeof kdsListContainerRole];
7
7
  export type KdsListOption = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/containers/ListContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAEhF,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,MAAM,oBAAoB,GAC9B,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAEnE,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gFAAgF;IAChF,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0FAA0F;IAC1F,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,4DAA4D;IAC5D,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC,uEAAuE;IACvE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;;OAIG;IACH,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,kEAAkE;IAClE,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6MAA6M;IAC7M,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,+SAA+S;IAC/S,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,6CAA6C;IAC7C,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,aAAa,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C,kEAAkE;IAClE,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,8DAA8D;IAC9D,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,kHAAkH;IAClH,gBAAgB,EAAE,QAAQ,CAAC,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC,CAAC;IACpD,gDAAgD;IAChD,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KdsListItem.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItem/KdsListItem.vue"],"names":[],"mappings":"AA6RA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;;;;;;;;;AAqMnD,wBASG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"demo-accessories.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItem/demo-accessories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,eAAO,MAAM,aAAa,EAAE,oBAG3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,oBAG/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,oBAIlC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,oBAI7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,oBAIjC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAMhE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItem/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,eAAO,MAAM,mBAAmB,uBAAoC,CAAC;AAErE,eAAO,MAAM,eAAe;;;CAGlB,CAAC;AAEX,eAAO,MAAM,gBAAgB,2BAAiC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC3D,mBAAmB,SAAS,CAAC"}
@@ -1,6 +1,6 @@
1
- import { KdsIconName } from '../../../../accessories';
1
+ import { KdsIconName } from '../../../accessories';
2
2
  import { KdsListItemAccessory } from '../ListItemAccessory/types.ts';
3
- import { kdsListItemRole, kdsListItemVariant } from './enums';
3
+ import { kdsListItemRole, kdsListItemVariant } from './enums.ts';
4
4
  export type KdsListItemVariant = (typeof kdsListItemVariant)[keyof typeof kdsListItemVariant];
5
5
  export type KdsListItemRole = (typeof kdsListItemRole)[keyof typeof kdsListItemRole];
6
6
  export type KdsListItemProps = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItem/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAEtE,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE/D,MAAM,MAAM,eAAe,GACzB,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAEzD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,oGAAoG;IACpG,EAAE,EAAE,MAAM,CAAC;IAEX,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;IAEd,0FAA0F;IAC1F,SAAS,CAAC,EAAE,oBAAoB,CAAC;IAEjC,oDAAoD;IACpD,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,mGAAmG;IACnG,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B,sIAAsI;IACtI,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,mHAAmH;IACnH,YAAY,CAAC,EAAE,WAAW,CAAC;IAE3B,+HAA+H;IAC/H,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,0FAA0F;IAC1F,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB,8DAA8D;IAC9D,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,iDAAiD;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,uBAAuB;IACvB,IAAI,CAAC,EAAE,eAAe,CAAC;CACxB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KdsListItemButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItemButton/KdsListItemButton.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;;;;;;;;AAyFzD,wBASG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItemButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACvE,mBAAmB,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
- import { KdsIconName } from '../../../../accessories';
1
+ import { KdsIconName } from '../../../accessories';
2
2
  export type KdsListItemButtonProps = {
3
3
  /** Text shown in the button item. */
4
4
  label: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/KdsListItemButton/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,MAAM,MAAM,sBAAsB,GAAG;IACnC,qCAAqC;IACrC,KAAK,EAAE,MAAM,CAAC;IAEd,+CAA+C;IAC/C,WAAW,EAAE,WAAW,CAAC;IAEzB,iDAAiD;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItemAccessory.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemAccessory/ListItemAccessory.vue"],"names":[],"mappings":"AA4DA,OAAO,KAAK,EACV,oBAAoB,EACpB,wBAAwB,EACzB,MAAM,YAAY,CAAC;AAEpB,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,oBAAoB,CAAC;IAChC,IAAI,EAAE,wBAAwB,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;AAuHF,wBAMG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemAccessory/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;;CAI3B,CAAC;AAEX,eAAO,MAAM,yBAAyB,kCAErC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { KdsColorSwatchColor, KdsIconName, KdsLiveStatusStatus, KdsTypeIconName } from '../../../../accessories';
1
+ import { KdsColorSwatchColor, KdsIconName, KdsLiveStatusStatus, KdsTypeIconName } from '../../../accessories';
2
2
  import { kdsListItemAccessorySize } from './enums';
3
3
  export type KdsListItemAccessorySize = (typeof kdsListItemAccessorySize)[keyof typeof kdsListItemAccessorySize];
4
4
  export type KdsIconAccessory = {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemAccessory/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,mBAAmB,EACxB,KAAK,WAAW,EAChB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACrB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAEnD,MAAM,MAAM,wBAAwB,GAClC,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAE3E,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,WAAW,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,UAAU,CAAC;IACjB,IAAI,EAAE,eAAe,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,mBAAmB,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,EAAE,YAAY,CAAC;IACnB,MAAM,EAAE,mBAAmB,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAC5B,gBAAgB,GAChB,oBAAoB,GACpB,uBAAuB,GACvB,sBAAsB,GACtB,kBAAkB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItemDivider.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemDivider/ListItemDivider.vue"],"names":[],"mappings":";AAuDA,wBAMG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemDivider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItemSectionTitle.vue.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemSectionTitle/ListItemSectionTitle.vue"],"names":[],"mappings":"AAgEA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;;;;AA6E/D,wBAQG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemSectionTitle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAC7E,mBAAmB,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
- import { KdsIconName } from '../../../../accessories';
1
+ import { KdsIconName } from '../../../accessories';
2
2
  export type KdsListItemSectionTitleProps = {
3
3
  /** Text shown in the section title row. */
4
4
  label: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ListItem/ListItemSectionTitle/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAExD,MAAM,MAAM,4BAA4B,GAAG;IACzC,2CAA2C;IAC3C,KAAK,EAAE,MAAM,CAAC;IACd,4DAA4D;IAC5D,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B,CAAC"}
@@ -6,7 +6,7 @@ declare const _default: import('vue').DefineComponent<KdsMenuContainerProps, {
6
6
  }, string, import('vue').PublicProps, Readonly<KdsMenuContainerProps> & Readonly<{
7
7
  onItemClick?: ((id: string) => any) | undefined;
8
8
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
9
- listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../List/ListContainer').KdsListContainerProps> & Readonly<{
9
+ listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').KdsListContainerProps> & Readonly<{
10
10
  onItemClick?: ((id?: string | undefined) => any) | undefined;
11
11
  }>, {
12
12
  handleKeydown: (event: KeyboardEvent) => void;
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<KdsMenuContainerProps, {
25
25
  C: {};
26
26
  M: {};
27
27
  Defaults: {};
28
- }, Readonly<import('../List/ListContainer').KdsListContainerProps> & Readonly<{
28
+ }, Readonly<import('..').KdsListContainerProps> & Readonly<{
29
29
  onItemClick?: ((id?: string | undefined) => any) | undefined;
30
30
  }>, {
31
31
  handleKeydown: (event: KeyboardEvent) => void;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KdsMenuContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/containers/MenuContainer/KdsMenuContainer.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAA0B,qBAAqB,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2G7E,wBAUG"}
@@ -0,0 +1,3 @@
1
+ export { default as KdsMenuContainer } from './KdsMenuContainer.vue';
2
+ export type * from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/containers/MenuContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,mBAAmB,SAAS,CAAC"}
@@ -1,5 +1,5 @@
1
- import { KdsIconName } from '../../../accessories';
2
- import { KdsAvatarAccessory, KdsIconAccessory, KdsLiveStatusAccessory } from '../List/ListItemAccessory/types';
1
+ import { KdsIconName } from '../../accessories';
2
+ import { KdsAvatarAccessory, KdsIconAccessory, KdsLiveStatusAccessory } from '../ListItem/ListItemAccessory/types';
3
3
  type KdsMenuItemAccessory = KdsIconAccessory | KdsLiveStatusAccessory | KdsAvatarAccessory;
4
4
  export type KdsMenuItem = {
5
5
  id: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/containers/MenuContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EACV,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACvB,MAAM,qCAAqC,CAAC;AAE7C,KAAK,oBAAoB,GACrB,gBAAgB,GAChB,sBAAsB,GACtB,kBAAkB,CAAC;AAEvB,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,4DAA4D;IAC5D,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,sCAAsC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0FAA0F;IAC1F,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uEAAuE;IACvE,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,mCAAmC;IACnC,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from './ListContainer';
2
+ export type * from './ListContainer';
3
+ export * from './MenuContainer';
4
+ export type * from './MenuContainer';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/containers/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC;AAErC,cAAc,iBAAiB,CAAC;AAChC,mBAAmB,iBAAiB,CAAC"}
@@ -56,7 +56,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
56
56
  $forceUpdate: () => void;
57
57
  $nextTick: typeof import('vue').nextTick;
58
58
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
59
- } & Readonly<{}> & Omit<Readonly<import('../types').KdsFieldsetProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
59
+ } & Readonly<{}> & Omit<Readonly<import('../types').KdsFieldsetProps> & Readonly<{}>, never> & {} & import('vue').ComponentCustomProperties & {} & {
60
60
  $slots: {
61
61
  default?(_: {}): any;
62
62
  };
@@ -1 +1 @@
1
- {"version":3,"file":"KdsValueSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/KdsValueSwitch.vue"],"names":[],"mappings":"AA0HA,OAAO,KAAK,EAAwB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAIzE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAuCvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyJyuf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;AAjB/2f,wBASG"}
1
+ {"version":3,"file":"KdsValueSwitch.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/RadioButton/KdsValueSwitch.vue"],"names":[],"mappings":"AA0HA,OAAO,KAAK,EAAwB,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAIzE,KAAK,WAAW,GAAG,mBAAmB,CAAC;AAuCvC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyJgrgB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;AAjBtzgB,wBASG"}
@@ -72,10 +72,10 @@ declare function __VLS_template(): {
72
72
  modelValue?: boolean;
73
73
  } & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
74
74
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
75
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
75
+ }>, "anchorStyle" | "popoverId"> & {
76
76
  anchorStyle: Record<string, string>;
77
77
  popoverId: string;
78
- }> & {} & import('vue').ComponentCustomProperties & {} & {
78
+ } & {} & import('vue').ComponentCustomProperties & {} & {
79
79
  $slots: {
80
80
  default?(_: {}): any;
81
81
  };
@@ -149,10 +149,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
149
149
  modelValue?: boolean;
150
150
  } & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
151
151
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
152
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
152
+ }>, "anchorStyle" | "popoverId"> & {
153
153
  anchorStyle: Record<string, string>;
154
154
  popoverId: string;
155
- }> & {} & import('vue').ComponentCustomProperties & {} & {
155
+ } & {} & import('vue').ComponentCustomProperties & {} & {
156
156
  $slots: {
157
157
  default?(_: {}): any;
158
158
  };
@@ -1 +1 @@
1
- {"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAqHA,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;WAqGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAyDyyiB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;EAxC/7iB;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBqziB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;OAf97iB,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":"AAqHA,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;WAqGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAyDgvjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;EAxCt4jB;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuB4vjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;OAfr4jB,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"}
@@ -72,10 +72,10 @@ declare function __VLS_template(): {
72
72
  modelValue?: boolean;
73
73
  } & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
74
74
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
75
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
75
+ }>, "anchorStyle" | "popoverId"> & {
76
76
  anchorStyle: Record<string, string>;
77
77
  popoverId: string;
78
- }> & {} & import('vue').ComponentCustomProperties & {} & {
78
+ } & {} & import('vue').ComponentCustomProperties & {} & {
79
79
  $slots: {
80
80
  default?(_: {}): any;
81
81
  };
@@ -149,10 +149,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
149
149
  modelValue?: boolean;
150
150
  } & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
151
151
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
152
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
152
+ }>, "anchorStyle" | "popoverId"> & {
153
153
  anchorStyle: Record<string, string>;
154
154
  popoverId: string;
155
- }> & {} & import('vue').ComponentCustomProperties & {} & {
155
+ } & {} & import('vue').ComponentCustomProperties & {} & {
156
156
  $slots: {
157
157
  default?(_: {}): any;
158
158
  };
@@ -1 +1 @@
1
- {"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAqLA,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0Dq6c,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;EAzC3jd;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBi7c,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;OAf1jd,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":"AAqLA,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0D42d,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;EAzClge;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuBw3d,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;OAfjge,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"}
@@ -135,10 +135,10 @@ declare const _default: import('vue').DefineComponent<({
135
135
  modelValue?: boolean;
136
136
  } & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
137
137
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
138
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
138
+ }>, "anchorStyle" | "popoverId"> & {
139
139
  anchorStyle: Record<string, string>;
140
140
  popoverId: string;
141
- }> & {} & import('vue').ComponentCustomProperties & {} & {
141
+ } & {} & import('vue').ComponentCustomProperties & {} & {
142
142
  $slots: {
143
143
  default?(_: {}): any;
144
144
  };
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2Monc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjB7vc,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2M2jd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjBpsd,wBASG"}
@@ -251,9 +251,9 @@ declare const _default: import('vue').DefineComponent<({
251
251
  onFocus?: ((event: FocusEvent) => any) | undefined;
252
252
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
253
253
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
254
- }>, "focus"> & import('vue').ShallowUnwrapRef<{
254
+ }>, "focus"> & {
255
255
  focus: () => void;
256
- }> & {} & import('vue').ComponentCustomProperties & {} & {
256
+ } & {} & import('vue').ComponentCustomProperties & {} & {
257
257
  $slots: {
258
258
  leading?(_: {}): any;
259
259
  trailing?(_: {}): any;
@@ -319,10 +319,10 @@ declare const _default: import('vue').DefineComponent<({
319
319
  modelValue?: boolean;
320
320
  } & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
321
321
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
322
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
322
+ }>, "anchorStyle" | "popoverId"> & {
323
323
  anchorStyle: Record<string, string>;
324
324
  popoverId: string;
325
- }> & {} & import('vue').ComponentCustomProperties & {} & {
325
+ } & {} & import('vue').ComponentCustomProperties & {} & {
326
326
  $slots: {
327
327
  default?(_: {}): any;
328
328
  };
@@ -1 +1 @@
1
- {"version":3,"file":"KdsDateInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/KdsDateInput.vue"],"names":[],"mappings":"AAoTA,OAAO,2BAA2B,CAAC;;iBAsFtB,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqPinL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAlB1vL,wBAUG"}
1
+ {"version":3,"file":"KdsDateInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateInput/KdsDateInput.vue"],"names":[],"mappings":"AAoTA,OAAO,2BAA2B,CAAC;;iBAsFtB,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqPwjM,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAlBjsM,wBAUG"}
@@ -147,10 +147,10 @@ declare const _default: import('vue').DefineComponent<({
147
147
  modelValue?: boolean;
148
148
  } & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
149
149
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
150
- }>, "anchorStyle" | "popoverId"> & import('vue').ShallowUnwrapRef<{
150
+ }>, "anchorStyle" | "popoverId"> & {
151
151
  anchorStyle: Record<string, string>;
152
152
  popoverId: string;
153
- }> & {} & import('vue').ComponentCustomProperties & {} & {
153
+ } & {} & import('vue').ComponentCustomProperties & {} & {
154
154
  $slots: {
155
155
  default?(_: {}): any;
156
156
  };
@@ -1 +1 @@
1
- {"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAsHa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuMiwe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjB14e,wBASG"}
1
+ {"version":3,"file":"KdsDateTimeFormatInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue"],"names":[],"mappings":";iBAsHa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuMwsf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjBj1f,wBASG"}
@@ -259,9 +259,9 @@ declare const _default: import('vue').DefineComponent<({
259
259
  onFocus?: ((event: FocusEvent) => any) | undefined;
260
260
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
261
261
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
262
- }>, "focus"> & import('vue').ShallowUnwrapRef<{
262
+ }>, "focus"> & {
263
263
  focus: () => void;
264
- }> & {} & import('vue').ComponentCustomProperties & {} & {
264
+ } & {} & import('vue').ComponentCustomProperties & {} & {
265
265
  $slots: {
266
266
  leading?(_: {}): any;
267
267
  trailing?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsNumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/NumberInput/KdsNumberInput.vue"],"names":[],"mappings":";iBAmfa,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgQ67F,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBtkG,wBAUG"}
1
+ {"version":3,"file":"KdsNumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/NumberInput/KdsNumberInput.vue"],"names":[],"mappings":";iBAmfa,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgQo4G,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB7gH,wBAUG"}
@@ -172,9 +172,9 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
172
172
  onFocus?: ((event: FocusEvent) => any) | undefined;
173
173
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
174
174
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
175
- }>, "focus"> & import('vue').ShallowUnwrapRef<{
175
+ }>, "focus"> & {
176
176
  focus: () => void;
177
- }> & {} & import('vue').ComponentCustomProperties & {} & {
177
+ } & {} & import('vue').ComponentCustomProperties & {} & {
178
178
  $slots: {
179
179
  leading?(_: {}): any;
180
180
  trailing?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AAsCzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyM6kd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBntd,wBAUG"}
1
+ {"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AAsCzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyMohe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB1pe,wBAUG"}