@knime/kds-components 0.20.1 → 0.22.0

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 (134) hide show
  1. package/dist/{db-database-DYNQa14y.js → circle-unchecked-DOoOn6iz.js} +4 -4
  2. package/dist/circle-unchecked-DOoOn6iz.js.map +1 -0
  3. package/dist/db-database-CyCrPzu-.js +23 -0
  4. package/dist/db-database-CyCrPzu-.js.map +1 -0
  5. package/dist/folder-search-DDOYg0f6.js +23 -0
  6. package/dist/folder-search-DDOYg0f6.js.map +1 -0
  7. package/dist/hide-eye-BrIKmBWt.js +23 -0
  8. package/dist/hide-eye-BrIKmBWt.js.map +1 -0
  9. package/dist/index.css +423 -105
  10. package/dist/index.js +1623 -544
  11. package/dist/index.js.map +1 -1
  12. package/dist/menu-BSS_QnZi.js +23 -0
  13. package/dist/menu-BSS_QnZi.js.map +1 -0
  14. package/dist/pin-B6vKBZDp.js +23 -0
  15. package/dist/pin-B6vKBZDp.js.map +1 -0
  16. package/dist/python-Bn3ET_9Z.js +23 -0
  17. package/dist/python-Bn3ET_9Z.js.map +1 -0
  18. package/dist/src/buttons/BaseButton.vue.d.ts +8 -0
  19. package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
  20. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +40 -17
  21. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  22. package/dist/src/buttons/KdsMenuButton/types.d.ts +2 -24
  23. package/dist/src/buttons/KdsMenuButton/types.d.ts.map +1 -1
  24. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +158 -0
  25. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -0
  26. package/dist/src/buttons/KdsSplitButton/index.d.ts +3 -0
  27. package/dist/src/buttons/KdsSplitButton/index.d.ts.map +1 -0
  28. package/dist/src/buttons/KdsSplitButton/types.d.ts +17 -0
  29. package/dist/src/buttons/KdsSplitButton/types.d.ts.map +1 -0
  30. package/dist/src/buttons/index.d.ts +6 -2
  31. package/dist/src/buttons/index.d.ts.map +1 -1
  32. package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts +8 -0
  33. package/dist/src/buttons/links/KdsLink/KdsLink.vue.d.ts.map +1 -0
  34. package/dist/src/buttons/links/KdsLink/index.d.ts +3 -0
  35. package/dist/src/buttons/links/KdsLink/index.d.ts.map +1 -0
  36. package/dist/src/buttons/links/KdsLink/types.d.ts +30 -0
  37. package/dist/src/buttons/links/KdsLink/types.d.ts.map +1 -0
  38. package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts +27 -0
  39. package/dist/src/buttons/links/KdsLinkButton/KdsLinkButton.vue.d.ts.map +1 -0
  40. package/dist/src/buttons/links/KdsLinkButton/index.d.ts.map +1 -0
  41. package/dist/src/buttons/links/KdsLinkButton/types.d.ts +4 -0
  42. package/dist/src/buttons/links/KdsLinkButton/types.d.ts.map +1 -0
  43. package/dist/src/buttons/links/docs.d.ts +2 -0
  44. package/dist/src/buttons/links/docs.d.ts.map +1 -0
  45. package/dist/src/buttons/links/linkTypes.d.ts +25 -0
  46. package/dist/src/buttons/links/linkTypes.d.ts.map +1 -0
  47. package/dist/src/buttons/types.d.ts +7 -1
  48. package/dist/src/buttons/types.d.ts.map +1 -1
  49. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +2 -0
  50. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  51. package/dist/src/forms/_helper/List/KdsListItem/KdsListItem.vue.d.ts.map +1 -1
  52. package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts +1 -0
  53. package/dist/src/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
  54. package/dist/src/forms/_helper/List/ListContainer/types.d.ts +2 -0
  55. package/dist/src/forms/_helper/List/ListContainer/types.d.ts.map +1 -1
  56. package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts +39 -0
  57. package/dist/src/forms/_helper/MenuContainer/KdsMenuContainer.vue.d.ts.map +1 -0
  58. package/dist/src/forms/_helper/MenuContainer/types.d.ts +39 -0
  59. package/dist/src/forms/_helper/MenuContainer/types.d.ts.map +1 -0
  60. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +2 -0
  61. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  62. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +1 -0
  63. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
  64. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +1 -0
  65. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  66. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +1 -0
  67. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
  68. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +20 -0
  69. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  70. package/dist/src/forms/inputs/PatternInput/patternRegex.d.ts +0 -3
  71. package/dist/src/forms/inputs/PatternInput/patternRegex.d.ts.map +1 -1
  72. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +3 -0
  73. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  74. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +3 -0
  75. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  76. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +2 -0
  77. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  78. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +3 -0
  79. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  80. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +3 -0
  81. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  82. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +2 -0
  83. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  84. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts +22 -14
  85. package/dist/src/forms/selects/MultiSelectListBox/KdsMultiSelectListBox.vue.d.ts.map +1 -1
  86. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts +6 -2
  87. package/dist/src/forms/selects/MultiSelectListBox/types.d.ts.map +1 -1
  88. package/dist/src/forms/selects/MultiSelectListBox/useMultiSelectListBoxSelection.d.ts.map +1 -1
  89. package/dist/src/forms/selects/TwinList/KdsTwinList.pageobject.d.ts +26 -0
  90. package/dist/src/forms/selects/TwinList/KdsTwinList.pageobject.d.ts.map +1 -0
  91. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts +152 -0
  92. package/dist/src/forms/selects/TwinList/KdsTwinList.vue.d.ts.map +1 -0
  93. package/dist/src/forms/selects/TwinList/TwinListBody.vue.d.ts +12 -0
  94. package/dist/src/forms/selects/TwinList/TwinListBody.vue.d.ts.map +1 -0
  95. package/dist/src/forms/selects/TwinList/TwinListHeader.vue.d.ts +32 -0
  96. package/dist/src/forms/selects/TwinList/TwinListHeader.vue.d.ts.map +1 -0
  97. package/dist/src/forms/selects/TwinList/enums.d.ts +7 -0
  98. package/dist/src/forms/selects/TwinList/enums.d.ts.map +1 -0
  99. package/dist/src/forms/selects/TwinList/index.d.ts +4 -0
  100. package/dist/src/forms/selects/TwinList/index.d.ts.map +1 -0
  101. package/dist/src/forms/selects/TwinList/types.d.ts +94 -0
  102. package/dist/src/forms/selects/TwinList/types.d.ts.map +1 -0
  103. package/dist/src/forms/selects/index.d.ts +2 -0
  104. package/dist/src/forms/selects/index.d.ts.map +1 -1
  105. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts +19 -0
  106. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts.map +1 -0
  107. package/dist/src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue.d.ts +4 -0
  108. package/dist/src/layouts/LoadingSkeleton/LoadingSkeletonItem.vue.d.ts.map +1 -0
  109. package/dist/src/layouts/LoadingSkeleton/enums.d.ts +33 -0
  110. package/dist/src/layouts/LoadingSkeleton/enums.d.ts.map +1 -0
  111. package/dist/src/layouts/LoadingSkeleton/index.d.ts +4 -0
  112. package/dist/src/layouts/LoadingSkeleton/index.d.ts.map +1 -0
  113. package/dist/src/layouts/LoadingSkeleton/types.d.ts +18 -0
  114. package/dist/src/layouts/LoadingSkeleton/types.d.ts.map +1 -0
  115. package/dist/src/layouts/index.d.ts +2 -0
  116. package/dist/src/layouts/index.d.ts.map +1 -1
  117. package/dist/src/overlays/Modal/KdsModal.vue.d.ts +1 -1
  118. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  119. package/dist/src/overlays/Popover/types.d.ts +5 -0
  120. package/dist/src/overlays/Popover/types.d.ts.map +1 -1
  121. package/dist/tag-_fZiuJaC.js +27 -0
  122. package/dist/tag-_fZiuJaC.js.map +1 -0
  123. package/dist/template-gallery-BtXi4GHd.js +23 -0
  124. package/dist/template-gallery-BtXi4GHd.js.map +1 -0
  125. package/dist/usage-827uIQyn.js +23 -0
  126. package/dist/usage-827uIQyn.js.map +1 -0
  127. package/package.json +6 -5
  128. package/dist/db-database-DYNQa14y.js.map +0 -1
  129. package/dist/src/buttons/KdsLinkButton/KdsLinkButton.vue.d.ts +0 -51
  130. package/dist/src/buttons/KdsLinkButton/KdsLinkButton.vue.d.ts.map +0 -1
  131. package/dist/src/buttons/KdsLinkButton/index.d.ts.map +0 -1
  132. package/dist/src/buttons/KdsLinkButton/types.d.ts +0 -24
  133. package/dist/src/buttons/KdsLinkButton/types.d.ts.map +0 -1
  134. /package/dist/src/buttons/{KdsLinkButton → links/KdsLinkButton}/index.d.ts +0 -0
@@ -0,0 +1,25 @@
1
+ export type LiteralUnion<T extends string> = T | (string & {});
2
+ export type WithLinkNavigation = {
3
+ /**
4
+ * URL or path string to navigate to.
5
+ *
6
+ * To support typed routes and route-location objects, please create an app-level wrapper
7
+ * (e.g. with `RouterLink`/`NuxtLink`) as described in the Storybook documentation of this component.
8
+ */
9
+ to: string;
10
+ };
11
+ export type WithAnchorElementAttributes = {
12
+ /**
13
+ * If true, the link will be downloaded instead of navigating to it.
14
+ */
15
+ download?: boolean;
16
+ /**
17
+ * Where to display the linked URL, as the name for a browsing context.
18
+ */
19
+ target?: LiteralUnion<"_blank" | "_parent" | "_self" | "_top"> | null;
20
+ /**
21
+ * A rel attribute value to apply on the link.
22
+ */
23
+ rel?: LiteralUnion<"noopener" | "noreferrer" | "nofollow" | "sponsored" | "ugc"> | null;
24
+ };
25
+ //# sourceMappingURL=linkTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkTypes.d.ts","sourceRoot":"","sources":["../../../../src/buttons/links/linkTypes.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,CAAC,CAAC,SAAS,MAAM,IAAI,CAAC,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC;AAE/D,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;;;OAKG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,CAAC,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC,GAAG,IAAI,CAAC;IACtE;;OAEG;IACH,GAAG,CAAC,EAAE,YAAY,CAChB,UAAU,GAAG,YAAY,GAAG,UAAU,GAAG,WAAW,GAAG,KAAK,CAC7D,GAAG,IAAI,CAAC;CACV,CAAC"}
@@ -51,9 +51,15 @@ type WithToggled = {
51
51
  */
52
52
  toggled?: boolean;
53
53
  };
54
+ type WithCorners = {
55
+ /**
56
+ * If set to "left" or "right", the button will have sharp corners on the specified side.
57
+ */
58
+ removeBorderRadius?: "left" | "right";
59
+ };
54
60
  /**
55
61
  * Type for BaseButton component which supports all behaviors
56
62
  */
57
- export type BaseButtonProps = KdsButtonCommonProps & WithLabelAndIcons & WithDestructive & WithSuccess & WithError & WithToggled;
63
+ export type BaseButtonProps = KdsButtonCommonProps & WithLabelAndIcons & WithDestructive & WithSuccess & WithError & WithToggled & WithCorners;
58
64
  export {};
59
65
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAC/E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,oBAAoB,CAC9B,QAAQ,SAAS,gBAAgB,GAAG,gBAAgB,IAClD;IACF,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAChD,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,SAAS,GACT,WAAW,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/buttons/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAE7D,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAC/E,MAAM,MAAM,gBAAgB,GAC1B,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,MAAM,oBAAoB,CAC9B,QAAQ,SAAS,gBAAgB,GAAG,gBAAgB,IAClD;IACF,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,CAAC;AAEF,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,EAAE,WAAW,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG,eAAe,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACvC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAChD,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,SAAS,GACT,WAAW,GACX,WAAW,CAAC"}
@@ -21,6 +21,7 @@ declare function __VLS_template(): {
21
21
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
22
22
  readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
23
23
  readonly fullWidth?: boolean | undefined;
24
+ readonly maxInlineSize?: string | undefined;
24
25
  readonly content?: string | undefined;
25
26
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
26
27
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -97,6 +98,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
97
98
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
98
99
  readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
99
100
  readonly fullWidth?: boolean | undefined;
101
+ readonly maxInlineSize?: string | undefined;
100
102
  readonly content?: string | undefined;
101
103
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
102
104
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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 +1 @@
1
- {"version":3,"file":"KdsListItem.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/KdsListItem/KdsListItem.vue"],"names":[],"mappings":"AA4RA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;;;;;;;;;AAqMnD,wBASG"}
1
+ {"version":3,"file":"KdsListItem.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/KdsListItem/KdsListItem.vue"],"names":[],"mappings":"AA2RA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;;;;;;;;;AAqMnD,wBASG"}
@@ -4,6 +4,7 @@ declare const _default: import('vue').DefineComponent<KdsListContainerProps, {
4
4
  handleFocus: () => void;
5
5
  handleBlur: () => void;
6
6
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
7
+ focus: () => void;
7
8
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
9
  itemClick: (id?: string | undefined) => any;
9
10
  }, string, import('vue').PublicProps, Readonly<KdsListContainerProps> & Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"AAiWA,OAAO,KAAK,EAEV,qBAAqB,EAEtB,MAAM,SAAS,CAAC;;;;;;;;;;;;;AA0ajB,wBAUG"}
1
+ {"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"AA4WA,OAAO,KAAK,EAEV,qBAAqB,EAEtB,MAAM,SAAS,CAAC;;;;;;;;;;;;;;AAkbjB,wBAUG"}
@@ -61,5 +61,7 @@ export type KdsListContainerExpose = {
61
61
  handleBlur: () => void;
62
62
  /** The DOM id of the currently active (highlighted) option, or undefined. Prefixed to avoid DOM id collisions. */
63
63
  activeDescendant: Readonly<Ref<string | undefined>>;
64
+ /** Moves focus to the list container element */
65
+ focus: () => void;
64
66
  };
65
67
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/ListContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAEvE,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;CACrD,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/forms/_helper/List/ListContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAEvE,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,39 @@
1
+ import { KdsMenuContainerProps } from './types';
2
+ declare const _default: import('vue').DefineComponent<KdsMenuContainerProps, {
3
+ focus: () => void;
4
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ itemClick: (id: string) => any;
6
+ }, string, import('vue').PublicProps, Readonly<KdsMenuContainerProps> & Readonly<{
7
+ onItemClick?: ((id: string) => any) | undefined;
8
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
9
+ listContainerEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../List/ListContainer').KdsListContainerProps> & Readonly<{
10
+ onItemClick?: ((id?: string | undefined) => any) | undefined;
11
+ }>, {
12
+ handleKeydown: (event: KeyboardEvent) => void;
13
+ handleFocus: () => void;
14
+ handleBlur: () => void;
15
+ activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
16
+ focus: () => void;
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ itemClick: (id?: string | undefined) => any;
19
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
20
+ containerEl: HTMLDivElement;
21
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
22
+ P: {};
23
+ B: {};
24
+ D: {};
25
+ C: {};
26
+ M: {};
27
+ Defaults: {};
28
+ }, Readonly<import('../List/ListContainer').KdsListContainerProps> & Readonly<{
29
+ onItemClick?: ((id?: string | undefined) => any) | undefined;
30
+ }>, {
31
+ handleKeydown: (event: KeyboardEvent) => void;
32
+ handleFocus: () => void;
33
+ handleBlur: () => void;
34
+ activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
35
+ focus: () => void;
36
+ }, {}, {}, {}, {}> | null;
37
+ }, HTMLDivElement>;
38
+ export default _default;
39
+ //# sourceMappingURL=KdsMenuContainer.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KdsMenuContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/MenuContainer/KdsMenuContainer.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAA0B,qBAAqB,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2G7E,wBAUG"}
@@ -0,0 +1,39 @@
1
+ import { KdsIconName } from '../../../accessories';
2
+ import { KdsAvatarAccessory, KdsIconAccessory, KdsLiveStatusAccessory } from '../List/ListItemAccessory/types';
3
+ type KdsMenuItemAccessory = KdsIconAccessory | KdsLiveStatusAccessory | KdsAvatarAccessory;
4
+ export type KdsMenuItem = {
5
+ id: string;
6
+ /** Optional leading icon shown before a section headline */
7
+ sectionHeadlineIcon?: KdsIconName;
8
+ /**
9
+ * When true, the item is rendered as a non-selectable section headline
10
+ * (styled as a section title row). Section headline items are skipped
11
+ * during keyboard navigation and cannot be clicked.
12
+ */
13
+ sectionHeadline?: boolean;
14
+ /** Disables the option in the list */
15
+ disabled?: boolean;
16
+ /** Optional leading accessory (icon, data type, or color swatch) shown before the text */
17
+ accessory?: KdsMenuItemAccessory;
18
+ text: string;
19
+ /** Optional subtext shown below the main label (multiline list item layout) */
20
+ subText?: string;
21
+ /** Show a separator below the item if it's not the last in the list */
22
+ separator?: boolean;
23
+ };
24
+ export type KdsMenuContainerProps = {
25
+ /** id of the menu to be linked via aria-controls */
26
+ id: string;
27
+ /** Accessible label for the menu */
28
+ ariaLabel?: string;
29
+ /** Menu items rendered in the list */
30
+ items: KdsMenuItem[];
31
+ /** Limits the height of the menu container */
32
+ menuMaxHeight?: string;
33
+ };
34
+ export type KdsMenuContainerExpose = {
35
+ /** Moves focus to the menu list */
36
+ focus: () => void;
37
+ };
38
+ export {};
39
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/MenuContainer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EACV,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACvB,MAAM,iCAAiC,CAAC;AAEzC,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"}
@@ -21,6 +21,7 @@ declare function __VLS_template(): {
21
21
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
22
22
  readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
23
23
  readonly fullWidth?: boolean | undefined;
24
+ readonly maxInlineSize?: string | undefined;
24
25
  readonly content?: string | undefined;
25
26
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
26
27
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -97,6 +98,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
97
98
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
98
99
  readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
99
100
  readonly fullWidth?: boolean | undefined;
101
+ readonly maxInlineSize?: string | undefined;
100
102
  readonly content?: string | undefined;
101
103
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
102
104
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -84,6 +84,7 @@ declare const _default: import('vue').DefineComponent<({
84
84
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
85
85
  readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
86
86
  readonly fullWidth?: boolean | undefined;
87
+ readonly maxInlineSize?: string | undefined;
87
88
  readonly content?: string | undefined;
88
89
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
89
90
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2M4oc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjBrxc,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2M4oc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjBrxc,wBASG"}
@@ -268,6 +268,7 @@ declare const _default: import('vue').DefineComponent<({
268
268
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
269
269
  readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
270
270
  readonly fullWidth?: boolean | undefined;
271
+ readonly maxInlineSize?: string | undefined;
271
272
  readonly content?: string | undefined;
272
273
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
273
274
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqPinL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAlB1vL,wBAUG"}
@@ -96,6 +96,7 @@ declare const _default: import('vue').DefineComponent<({
96
96
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
97
97
  readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
98
98
  readonly fullWidth?: boolean | undefined;
99
+ readonly maxInlineSize?: string | undefined;
99
100
  readonly content?: string | undefined;
100
101
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
101
102
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuMiwe,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;AAjB14e,wBASG"}
@@ -1,5 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<({
2
2
  modelValue?: string;
3
+ caseSensitive?: boolean;
4
+ excludeMatches?: boolean;
5
+ useRegex?: boolean;
3
6
  } & {
4
7
  description?: string;
5
8
  } & {
@@ -18,6 +21,9 @@ declare const _default: import('vue').DefineComponent<({
18
21
  autocomplete?: string;
19
22
  }) | ({
20
23
  modelValue?: string;
24
+ caseSensitive?: boolean;
25
+ excludeMatches?: boolean;
26
+ useRegex?: boolean;
21
27
  } & {
22
28
  description?: string;
23
29
  } & {
@@ -38,8 +44,15 @@ declare const _default: import('vue').DefineComponent<({
38
44
  focus: () => void;
39
45
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
46
  "update:modelValue": (value: string) => any;
47
+ "update:regex": (value: string) => any;
48
+ "update:caseSensitive": (value: boolean) => any;
49
+ "update:excludeMatches": (value: boolean) => any;
50
+ "update:useRegex": (value: boolean) => any;
41
51
  }, string, import('vue').PublicProps, Readonly<({
42
52
  modelValue?: string;
53
+ caseSensitive?: boolean;
54
+ excludeMatches?: boolean;
55
+ useRegex?: boolean;
43
56
  } & {
44
57
  description?: string;
45
58
  } & {
@@ -58,6 +71,9 @@ declare const _default: import('vue').DefineComponent<({
58
71
  autocomplete?: string;
59
72
  }) | ({
60
73
  modelValue?: string;
74
+ caseSensitive?: boolean;
75
+ excludeMatches?: boolean;
76
+ useRegex?: boolean;
61
77
  } & {
62
78
  description?: string;
63
79
  } & {
@@ -76,6 +92,10 @@ declare const _default: import('vue').DefineComponent<({
76
92
  autocomplete?: string;
77
93
  })> & Readonly<{
78
94
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
95
+ "onUpdate:regex"?: ((value: string) => any) | undefined;
96
+ "onUpdate:caseSensitive"?: ((value: boolean) => any) | undefined;
97
+ "onUpdate:excludeMatches"?: ((value: boolean) => any) | undefined;
98
+ "onUpdate:useRegex"?: ((value: boolean) => any) | undefined;
79
99
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
80
100
  baseInput: ({
81
101
  $: import('vue').ComponentInternalInstance;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";iBA2Ma,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6NmhX,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB5pX,wBAUG"}
1
+ {"version":3,"file":"KdsPatternInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/KdsPatternInput.vue"],"names":[],"mappings":";iBAmMa,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;iBAHP,MAAM;oBACD,OAAO;qBACN,OAAO;eACb,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgMmgc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB7oc,wBAUG"}
@@ -4,7 +4,4 @@ export type KdsPatternInputOptions = {
4
4
  useRegex: boolean;
5
5
  };
6
6
  export declare const buildRegexFromPatternInput: (input: string, options: KdsPatternInputOptions) => string;
7
- export declare const parseRegexToPatternInputValue: (regex: string, options: Pick<KdsPatternInputOptions, "useRegex" | "excludeMatches"> & {
8
- caseSensitive?: boolean;
9
- }) => string;
10
7
  //# sourceMappingURL=patternRegex.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"patternRegex.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/patternRegex.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AA+EF,eAAO,MAAM,0BAA0B,GACrC,OAAO,MAAM,EACb,SAAS,sBAAsB,KAC9B,MAYF,CAAC;AAoBF,eAAO,MAAM,6BAA6B,GACxC,OAAO,MAAM,EACb,SAAS,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,gBAAgB,CAAC,GAAG;IACrE,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,KACA,MAoBF,CAAC"}
1
+ {"version":3,"file":"patternRegex.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/PatternInput/patternRegex.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AA4BF,eAAO,MAAM,0BAA0B,GACrC,OAAO,MAAM,EACb,SAAS,sBAAsB,KAC9B,MAUF,CAAC"}
@@ -276,6 +276,7 @@ declare const _default: import('vue').DefineComponent<({
276
276
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
277
277
  readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
278
278
  readonly fullWidth?: boolean | undefined;
279
+ readonly maxInlineSize?: string | undefined;
279
280
  readonly content?: string | undefined;
280
281
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
281
282
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -341,6 +342,7 @@ declare const _default: import('vue').DefineComponent<({
341
342
  handleFocus: () => void;
342
343
  handleBlur: () => void;
343
344
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
345
+ focus: () => void;
344
346
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
345
347
  itemClick: (id?: string | undefined) => any;
346
348
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -359,6 +361,7 @@ declare const _default: import('vue').DefineComponent<({
359
361
  handleFocus: () => void;
360
362
  handleBlur: () => void;
361
363
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
364
+ focus: () => void;
362
365
  }, {}, {}, {}, {}> | null;
363
366
  }, HTMLDivElement>;
364
367
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";iBAqSa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA6Os8R,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB/kS,wBAUG"}
1
+ {"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";iBAsSa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA+O20R,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBp9R,wBAUG"}
@@ -268,6 +268,7 @@ declare const _default: import('vue').DefineComponent<({
268
268
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
269
269
  readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
270
270
  readonly fullWidth?: boolean | undefined;
271
+ readonly maxInlineSize?: string | undefined;
271
272
  readonly content?: string | undefined;
272
273
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
273
274
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -333,6 +334,7 @@ declare const _default: import('vue').DefineComponent<({
333
334
  handleFocus: () => void;
334
335
  handleBlur: () => void;
335
336
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
337
+ focus: () => void;
336
338
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
337
339
  itemClick: (id?: string | undefined) => any;
338
340
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -351,6 +353,7 @@ declare const _default: import('vue').DefineComponent<({
351
353
  handleFocus: () => void;
352
354
  handleBlur: () => void;
353
355
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
356
+ focus: () => void;
354
357
  }, {}, {}, {}, {}> | null;
355
358
  }, HTMLDivElement>;
356
359
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsTextInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/TextInput/KdsTextInput.vue"],"names":[],"mappings":";iBAiUa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2N8+Q,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBvnR,wBAUG"}
1
+ {"version":3,"file":"KdsTextInput.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/inputs/TextInput/KdsTextInput.vue"],"names":[],"mappings":";iBAiUa,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2N8+Q,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBvnR,wBAUG"}
@@ -187,6 +187,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
187
187
  handleFocus: () => void;
188
188
  handleBlur: () => void;
189
189
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
190
+ focus: () => void;
190
191
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
191
192
  itemClick: (id?: string | undefined) => any;
192
193
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -205,6 +206,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
205
206
  handleFocus: () => void;
206
207
  handleBlur: () => void;
207
208
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
209
+ focus: () => void;
208
210
  }, {}, {}, {}, {}> | null;
209
211
  }, HTMLDivElement>;
210
212
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/DropdownContainer.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAE,sBAAsB,EAAqB,MAAM,SAAS,CAAC;AAEzE,KAAK,WAAW,GAAG,sBAAsB,CAAC;AA6E1C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgKsub,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB52b,wBAUG"}
1
+ {"version":3,"file":"DropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/DropdownContainer.vue"],"names":[],"mappings":"AA8IA,OAAO,KAAK,EAAE,sBAAsB,EAAqB,MAAM,SAAS,CAAC;AAEzE,KAAK,WAAW,GAAG,sBAAsB,CAAC;AA6E1C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgKsub,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlB52b,wBAUG"}
@@ -89,6 +89,7 @@ declare const _default: import('vue').DefineComponent<({
89
89
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
90
90
  readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
91
91
  readonly fullWidth?: boolean | undefined;
92
+ readonly maxInlineSize?: string | undefined;
92
93
  readonly content?: string | undefined;
93
94
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
94
95
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -333,6 +334,7 @@ declare const _default: import('vue').DefineComponent<({
333
334
  handleFocus: () => void;
334
335
  handleBlur: () => void;
335
336
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
337
+ focus: () => void;
336
338
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
337
339
  itemClick: (id?: string | undefined) => any;
338
340
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -351,6 +353,7 @@ declare const _default: import('vue').DefineComponent<({
351
353
  handleFocus: () => void;
352
354
  handleBlur: () => void;
353
355
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
356
+ focus: () => void;
354
357
  }, {}, {}, {}, {}> | null;
355
358
  }, HTMLDivElement, import('vue').ComponentProvideOptions, {
356
359
  P: {};
@@ -1 +1 @@
1
- {"version":3,"file":"KdsDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsDropdown.vue"],"names":[],"mappings":"AAuGA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;;iBAkDA,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyLkue,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB32e,wBASG"}
1
+ {"version":3,"file":"KdsDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsDropdown.vue"],"names":[],"mappings":"AAuGA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;;iBAkDA,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyLkue,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB32e,wBASG"}
@@ -98,6 +98,7 @@ declare const _default: import('vue').DefineComponent<({
98
98
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
99
99
  readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
100
100
  readonly fullWidth?: boolean | undefined;
101
+ readonly maxInlineSize?: string | undefined;
101
102
  readonly content?: string | undefined;
102
103
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
103
104
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -349,6 +350,7 @@ declare const _default: import('vue').DefineComponent<({
349
350
  handleFocus: () => void;
350
351
  handleBlur: () => void;
351
352
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
353
+ focus: () => void;
352
354
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
353
355
  itemClick: (id?: string | undefined) => any;
354
356
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -367,6 +369,7 @@ declare const _default: import('vue').DefineComponent<({
367
369
  handleFocus: () => void;
368
370
  handleBlur: () => void;
369
371
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
372
+ focus: () => void;
370
373
  }, {}, {}, {}, {}> | null;
371
374
  }, HTMLDivElement, import('vue').ComponentProvideOptions, {
372
375
  P: {};
@@ -1 +1 @@
1
- {"version":3,"file":"KdsMultiSelectDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue"],"names":[],"mappings":"AA0IA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAE,iBAAiB,EAA+B,MAAM,SAAS,CAAC;;iBAiFjE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2LkhZ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB7pZ,wBASG"}
1
+ {"version":3,"file":"KdsMultiSelectDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue"],"names":[],"mappings":"AA0IA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAE,iBAAiB,EAA+B,MAAM,SAAS,CAAC;;iBAiFjE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2LkhZ,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB7pZ,wBASG"}
@@ -192,6 +192,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
192
192
  handleFocus: () => void;
193
193
  handleBlur: () => void;
194
194
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
195
+ focus: () => void;
195
196
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
196
197
  itemClick: (id?: string | undefined) => any;
197
198
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
@@ -210,6 +211,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
210
211
  handleFocus: () => void;
211
212
  handleBlur: () => void;
212
213
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
214
+ focus: () => void;
213
215
  }, {}, {}, {}, {}> | null;
214
216
  }, HTMLDivElement>;
215
217
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"MultiSelectDropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue"],"names":[],"mappings":"AA8OA,OAAO,KAAK,EAEV,oCAAoC,EACrC,MAAM,SAAS,CAAC;AAIjB,KAAK,WAAW,GAAG,oCAAoC,CAAC;AAyJxD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoM24L,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBjhM,wBAUG"}
1
+ {"version":3,"file":"MultiSelectDropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue"],"names":[],"mappings":"AA8OA,OAAO,KAAK,EAEV,oCAAoC,EACrC,MAAM,SAAS,CAAC;AAIjB,KAAK,WAAW,GAAG,oCAAoC,CAAC;AAyJxD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAoM24L,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBjhM,wBAUG"}