@knime/kds-components 0.17.1 → 0.18.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 (33) hide show
  1. package/dist/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  2. package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +8 -2
  3. package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  4. package/dist/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts +3 -2
  5. package/dist/forms/_helper/List/ListContainer/KdsListContainer.vue.d.ts.map +1 -1
  6. package/dist/forms/_helper/List/ListContainer/types.d.ts +2 -0
  7. package/dist/forms/_helper/List/ListContainer/types.d.ts.map +1 -1
  8. package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +8 -2
  9. package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  10. package/dist/forms/inputs/BaseInput.vue.d.ts +17 -0
  11. package/dist/forms/inputs/BaseInput.vue.d.ts.map +1 -1
  12. package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts +20 -2
  13. package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  14. package/dist/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
  15. package/dist/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  16. package/dist/forms/inputs/SearchInput/types.d.ts +31 -1
  17. package/dist/forms/inputs/SearchInput/types.d.ts.map +1 -1
  18. package/dist/forms/selects/Dropdown/DropdownContainer.vue.d.ts +21 -4
  19. package/dist/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  20. package/dist/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +21 -4
  21. package/dist/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  22. package/dist/index.css +55 -49
  23. package/dist/index.js +235 -62
  24. package/dist/index.js.map +1 -1
  25. package/dist/overlays/Popover/KdsPopover.vue.d.ts +1 -0
  26. package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  27. package/dist/overlays/Popover/enums.d.ts +5 -0
  28. package/dist/overlays/Popover/enums.d.ts.map +1 -1
  29. package/dist/overlays/Popover/index.d.ts +1 -1
  30. package/dist/overlays/Popover/index.d.ts.map +1 -1
  31. package/dist/overlays/Popover/types.d.ts +8 -1
  32. package/dist/overlays/Popover/types.d.ts.map +1 -1
  33. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":";AAoUA,wBASG"}
1
+ {"version":3,"file":"KdsMenuButton.vue.d.ts","sourceRoot":"","sources":["../../../src/buttons/KdsMenuButton/KdsMenuButton.vue"],"names":[],"mappings":";AA4UA,wBASG"}
@@ -19,6 +19,7 @@ declare function __VLS_template(): {
19
19
  readonly modelValue?: boolean | undefined;
20
20
  readonly placement?: import('../../../overlays/Popover').KdsPopoverPlacement | undefined;
21
21
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
22
+ readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
22
23
  readonly fullWidth?: boolean | undefined;
23
24
  readonly popoverAriaLabel: string;
24
25
  readonly content?: string | undefined;
@@ -50,6 +51,7 @@ declare function __VLS_template(): {
50
51
  }, string, {
51
52
  role: import('../../../overlays/Popover').KdsPopoverRole;
52
53
  placement: import('../../../overlays/Popover').KdsPopoverPlacement;
54
+ popoverType: import('../../../overlays/Popover').KdsPopoverType;
53
55
  fullWidth: boolean;
54
56
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
55
57
  beforeCreate?: (() => void) | (() => void)[];
@@ -74,12 +76,13 @@ declare function __VLS_template(): {
74
76
  } & Readonly<{
75
77
  role: import('../../../overlays/Popover').KdsPopoverRole;
76
78
  placement: import('../../../overlays/Popover').KdsPopoverPlacement;
79
+ popoverType: import('../../../overlays/Popover').KdsPopoverType;
77
80
  fullWidth: boolean;
78
81
  }> & Omit<Readonly<{
79
82
  modelValue?: boolean;
80
83
  } & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
81
84
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
82
- }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
85
+ }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
83
86
  anchorStyle: Record<string, string>;
84
87
  popoverId: string;
85
88
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -105,6 +108,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
105
108
  readonly modelValue?: boolean | undefined;
106
109
  readonly placement?: import('../../../overlays/Popover').KdsPopoverPlacement | undefined;
107
110
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
111
+ readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
108
112
  readonly fullWidth?: boolean | undefined;
109
113
  readonly popoverAriaLabel: string;
110
114
  readonly content?: string | undefined;
@@ -136,6 +140,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
136
140
  }, string, {
137
141
  role: import('../../../overlays/Popover').KdsPopoverRole;
138
142
  placement: import('../../../overlays/Popover').KdsPopoverPlacement;
143
+ popoverType: import('../../../overlays/Popover').KdsPopoverType;
139
144
  fullWidth: boolean;
140
145
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
141
146
  beforeCreate?: (() => void) | (() => void)[];
@@ -160,12 +165,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
160
165
  } & Readonly<{
161
166
  role: import('../../../overlays/Popover').KdsPopoverRole;
162
167
  placement: import('../../../overlays/Popover').KdsPopoverPlacement;
168
+ popoverType: import('../../../overlays/Popover').KdsPopoverType;
163
169
  fullWidth: boolean;
164
170
  }> & Omit<Readonly<{
165
171
  modelValue?: boolean;
166
172
  } & import('../../../overlays/Popover').KdsPopoverProps> & Readonly<{
167
173
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
168
- }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
174
+ }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
169
175
  anchorStyle: Record<string, string>;
170
176
  popoverId: string;
171
177
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -1 +1 @@
1
- {"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAuHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAmB5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAqGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAiEwxhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;EAhD96hB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8BoyhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;OArB76hB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"KdsInfoToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue"],"names":[],"mappings":"AAuHA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAC;AAExD;;GAEG;AAEH,KAAK,WAAW,GAAG,wBAAwB,CAAC;AAmB5C,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAqGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAiEwxhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;EAhD96hB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8BoyhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;OArB76hB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -5,14 +5,15 @@ declare const _default: import('vue').DefineComponent<KdsListContainerProps, {
5
5
  handleBlur: () => void;
6
6
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
7
7
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
- itemClick: (id: string) => any;
8
+ itemClick: (id?: string | undefined) => any;
9
9
  }, string, import('vue').PublicProps, Readonly<KdsListContainerProps> & Readonly<{
10
- onItemClick?: ((id: string) => any) | undefined;
10
+ onItemClick?: ((id?: string | undefined) => any) | undefined;
11
11
  }>, {
12
12
  role: import('./types').KdsListContainerRole;
13
13
  variant: import('../KdsListItem').KdsListItemVariant;
14
14
  emptyText: string;
15
15
  loading: boolean;
16
+ allowNoSelection: boolean;
16
17
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
17
18
  containerEl: HTMLDivElement;
18
19
  }, HTMLDivElement>;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/List/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"AA4VA,OAAO,KAAK,EAEV,qBAAqB,EAEtB,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;AA2ajB,wBAWG"}
1
+ {"version":3,"file":"KdsListContainer.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/_helper/List/ListContainer/KdsListContainer.vue"],"names":[],"mappings":"AAgWA,OAAO,KAAK,EAEV,qBAAqB,EAEtB,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;AAgbjB,wBAWG"}
@@ -47,6 +47,8 @@ export type KdsListContainerProps = {
47
47
  ariaLabel?: string;
48
48
  /** When true, the list is controlled externally (e.g. by a search input). The list will not be focusable and the parent must forward events via the exposed handleKeydown/handleFocus/handleBlur methods. */
49
49
  controlledExternally?: boolean;
50
+ /** When true, the active highlight can be cleared so that no item is active. ArrowUp from the first item and ArrowDown from the last item move to the unselected state, and focusing the list does not auto-activate an item. Useful for search result lists where the user may not want any pre-selection. */
51
+ allowNoSelection?: boolean;
50
52
  /** ARIA role applied to the root element. */
51
53
  role?: KdsListContainerRole;
52
54
  };
@@ -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,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;CACrD,CAAC"}
@@ -19,6 +19,7 @@ declare function __VLS_template(): {
19
19
  readonly modelValue?: boolean | undefined;
20
20
  readonly placement?: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement | undefined;
21
21
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
22
+ readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
22
23
  readonly fullWidth?: boolean | undefined;
23
24
  readonly popoverAriaLabel: string;
24
25
  readonly content?: string | undefined;
@@ -50,6 +51,7 @@ declare function __VLS_template(): {
50
51
  }, string, {
51
52
  role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
52
53
  placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
54
+ popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
53
55
  fullWidth: boolean;
54
56
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
55
57
  beforeCreate?: (() => void) | (() => void)[];
@@ -74,12 +76,13 @@ declare function __VLS_template(): {
74
76
  } & Readonly<{
75
77
  role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
76
78
  placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
79
+ popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
77
80
  fullWidth: boolean;
78
81
  }> & Omit<Readonly<{
79
82
  modelValue?: boolean;
80
83
  } & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
81
84
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
82
- }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
85
+ }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
83
86
  anchorStyle: Record<string, string>;
84
87
  popoverId: string;
85
88
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -108,6 +111,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
108
111
  readonly modelValue?: boolean | undefined;
109
112
  readonly placement?: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement | undefined;
110
113
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
114
+ readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
111
115
  readonly fullWidth?: boolean | undefined;
112
116
  readonly popoverAriaLabel: string;
113
117
  readonly content?: string | undefined;
@@ -139,6 +143,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
139
143
  }, string, {
140
144
  role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
141
145
  placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
146
+ popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
142
147
  fullWidth: boolean;
143
148
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
144
149
  beforeCreate?: (() => void) | (() => void)[];
@@ -163,12 +168,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
163
168
  } & Readonly<{
164
169
  role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
165
170
  placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
171
+ popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
166
172
  fullWidth: boolean;
167
173
  }> & Omit<Readonly<{
168
174
  modelValue?: boolean;
169
175
  } & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
170
176
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
171
- }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
177
+ }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
172
178
  anchorStyle: Record<string, string>;
173
179
  popoverId: string;
174
180
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -1 +1 @@
1
- {"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAoLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAE/D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AA0EhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkE0wb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;EAjDh6b;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8Bsxb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;OArB/5b,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"KdsVariableToggleButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue"],"names":[],"mappings":"AAoLA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,YAAY,CAAC;AAE/D;;GAEG;AAEH,KAAK,WAAW,GAAG,4BAA4B,CAAC;AA0EhD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;yBAZpB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkE0wb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;EAjDh6b;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8Bsxb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;OArB/5b,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -16,6 +16,10 @@ type BaseInputProps = {
16
16
  * Maximum allowed value (relevant for type="number" and type="date")
17
17
  */
18
18
  max?: number | string;
19
+ /**
20
+ * Indicates whether an associated popup (e.g. listbox/combobox) is expanded
21
+ */
22
+ ariaExpanded?: boolean;
19
23
  /**
20
24
  * Step size (relevant for type="number")
21
25
  */
@@ -86,6 +90,16 @@ type BaseInputProps = {
86
90
  * Used when the input controls an external listbox or similar widget.
87
91
  */
88
92
  ariaActivedescendant?: string;
93
+ /**
94
+ * Indicates the type of popup element controlled by this input (for aria-haspopup).
95
+ * Used when the input triggers a listbox, menu, dialog, etc.
96
+ */
97
+ ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
98
+ /**
99
+ * ID of the popup element controlled by this input (for aria-controls).
100
+ * Used together with aria-haspopup to link the input to its popup.
101
+ */
102
+ ariaControls?: string;
89
103
  /**
90
104
  * Unit shown next to the input value
91
105
  */
@@ -153,6 +167,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
153
167
  id: string;
154
168
  min: number | string;
155
169
  max: number | string;
170
+ ariaExpanded: boolean;
156
171
  step: number;
157
172
  autocomplete: string;
158
173
  ariaLabelledby: string;
@@ -163,6 +178,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
163
178
  ariaValuemax: number;
164
179
  ariaValuetext: string;
165
180
  ariaActivedescendant: string;
181
+ ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
182
+ ariaControls: string;
166
183
  unit: string;
167
184
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
168
185
  clearable: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../src/forms/inputs/BaseInput.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BaseInput.vue.d.ts","sourceRoot":"","sources":["../../../src/forms/inputs/BaseInput.vue"],"names":[],"mappings":"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"}
@@ -98,6 +98,7 @@ declare const _default: import('vue').DefineComponent<({
98
98
  readonly type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search" | undefined;
99
99
  readonly min?: number | string | undefined;
100
100
  readonly max?: number | string | undefined;
101
+ readonly ariaExpanded?: boolean | undefined;
101
102
  readonly step?: number | undefined;
102
103
  readonly placeholder?: string | undefined;
103
104
  readonly disabled?: boolean | undefined;
@@ -115,6 +116,8 @@ declare const _default: import('vue').DefineComponent<({
115
116
  readonly ariaValuemax?: number | undefined;
116
117
  readonly ariaValuetext?: string | undefined;
117
118
  readonly ariaActivedescendant?: string | undefined;
119
+ readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
120
+ readonly ariaControls?: string | undefined;
118
121
  readonly unit?: string | undefined;
119
122
  readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
120
123
  readonly clearable?: boolean | undefined;
@@ -147,6 +150,7 @@ declare const _default: import('vue').DefineComponent<({
147
150
  type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
148
151
  min?: number | string;
149
152
  max?: number | string;
153
+ ariaExpanded?: boolean;
150
154
  step?: number;
151
155
  placeholder?: string;
152
156
  disabled?: boolean;
@@ -164,6 +168,8 @@ declare const _default: import('vue').DefineComponent<({
164
168
  ariaValuemax?: number;
165
169
  ariaValuetext?: string;
166
170
  ariaActivedescendant?: string;
171
+ ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
172
+ ariaControls?: string;
167
173
  unit?: string;
168
174
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
169
175
  clearable?: boolean;
@@ -197,6 +203,7 @@ declare const _default: import('vue').DefineComponent<({
197
203
  id: string;
198
204
  min: number | string;
199
205
  max: number | string;
206
+ ariaExpanded: boolean;
200
207
  step: number;
201
208
  autocomplete: string;
202
209
  ariaLabelledby: string;
@@ -207,6 +214,8 @@ declare const _default: import('vue').DefineComponent<({
207
214
  ariaValuemax: number;
208
215
  ariaValuetext: string;
209
216
  ariaActivedescendant: string;
217
+ ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
218
+ ariaControls: string;
210
219
  unit: string;
211
220
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
212
221
  clearable: boolean;
@@ -243,6 +252,7 @@ declare const _default: import('vue').DefineComponent<({
243
252
  id: string;
244
253
  min: number | string;
245
254
  max: number | string;
255
+ ariaExpanded: boolean;
246
256
  step: number;
247
257
  autocomplete: string;
248
258
  ariaLabelledby: string;
@@ -253,6 +263,8 @@ declare const _default: import('vue').DefineComponent<({
253
263
  ariaValuemax: number;
254
264
  ariaValuetext: string;
255
265
  ariaActivedescendant: string;
266
+ ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
267
+ ariaControls: string;
256
268
  unit: string;
257
269
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
258
270
  clearable: boolean;
@@ -263,6 +275,7 @@ declare const _default: import('vue').DefineComponent<({
263
275
  type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
264
276
  min?: number | string;
265
277
  max?: number | string;
278
+ ariaExpanded?: boolean;
266
279
  step?: number;
267
280
  placeholder?: string;
268
281
  disabled?: boolean;
@@ -280,6 +293,8 @@ declare const _default: import('vue').DefineComponent<({
280
293
  ariaValuemax?: number;
281
294
  ariaValuetext?: string;
282
295
  ariaActivedescendant?: string;
296
+ ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
297
+ ariaControls?: string;
283
298
  unit?: string;
284
299
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
285
300
  clearable?: boolean;
@@ -291,7 +306,7 @@ declare const _default: import('vue').DefineComponent<({
291
306
  onFocus?: ((event: FocusEvent) => any) | undefined;
292
307
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
293
308
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
294
- }>, "focus" | ("type" | "pattern" | "role" | "placeholder" | "disabled" | "error" | "leadingIcon" | "ariaLabel" | "trailingIcon" | "id" | "min" | "max" | "step" | "autocomplete" | "ariaLabelledby" | "ariaDescribedby" | "ariaInvalid" | "ariaValuenow" | "ariaValuemin" | "ariaValuemax" | "ariaValuetext" | "ariaActivedescendant" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
309
+ }>, "focus" | ("type" | "pattern" | "role" | "placeholder" | "disabled" | "error" | "leadingIcon" | "ariaLabel" | "trailingIcon" | "id" | "min" | "max" | "ariaExpanded" | "step" | "autocomplete" | "ariaLabelledby" | "ariaDescribedby" | "ariaInvalid" | "ariaValuenow" | "ariaValuemin" | "ariaValuemax" | "ariaValuetext" | "ariaActivedescendant" | "ariaHaspopup" | "ariaControls" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
295
310
  focus: () => void;
296
311
  }> & {} & import('vue').ComponentCustomProperties & {} & {
297
312
  $slots: {
@@ -306,6 +321,7 @@ declare const _default: import('vue').DefineComponent<({
306
321
  readonly modelValue?: boolean | undefined;
307
322
  readonly placement?: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement | undefined;
308
323
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
324
+ readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
309
325
  readonly fullWidth?: boolean | undefined;
310
326
  readonly popoverAriaLabel: string;
311
327
  readonly content?: string | undefined;
@@ -337,6 +353,7 @@ declare const _default: import('vue').DefineComponent<({
337
353
  }, string, {
338
354
  role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
339
355
  placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
356
+ popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
340
357
  fullWidth: boolean;
341
358
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
342
359
  beforeCreate?: (() => void) | (() => void)[];
@@ -361,12 +378,13 @@ declare const _default: import('vue').DefineComponent<({
361
378
  } & Readonly<{
362
379
  role: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
363
380
  placement: import('../../../overlays/Popover/types.ts').KdsPopoverPlacement;
381
+ popoverType: import('../../../overlays/Popover/types.ts').KdsPopoverType;
364
382
  fullWidth: boolean;
365
383
  }> & Omit<Readonly<{
366
384
  modelValue?: boolean;
367
385
  } & import('../../../overlays/Popover/types.ts').KdsPopoverProps> & Readonly<{
368
386
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
369
- }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
387
+ }>, "anchorStyle" | "popoverId" | ("role" | "placement" | "popoverType" | "fullWidth")> & import('vue').ShallowUnwrapRef<{
370
388
  anchorStyle: Record<string, string>;
371
389
  popoverId: string;
372
390
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqP0lL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;AAlBnuL,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqP0lL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;AAlBnuL,wBAUG"}
@@ -1 +1 @@
1
- {"version":3,"file":"KdsNumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/NumberInput/KdsNumberInput.vue"],"names":[],"mappings":";AAklBA,wBAWG"}
1
+ {"version":3,"file":"KdsNumberInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/NumberInput/KdsNumberInput.vue"],"names":[],"mappings":";AA4tBA,wBAWG"}
@@ -1 +1 @@
1
- {"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";AA2NA,wBAWG"}
1
+ {"version":3,"file":"KdsSearchInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/SearchInput/KdsSearchInput.vue"],"names":[],"mappings":";AAqgBA,wBAWG"}
@@ -1,3 +1,33 @@
1
+ import { KdsIconName } from '../../../accessories';
2
+ import { KdsIconAccessory } from '../../_helper/List/ListItemAccessory/types';
1
3
  import { KdsInputFieldProps } from '../types';
2
- export type KdsSearchInputProps = KdsInputFieldProps;
4
+ export type KdsSearchResult = {
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
+ /** Optional leading accessory (icon only) shown before the text */
15
+ accessory?: KdsIconAccessory;
16
+ text: string;
17
+ /** Optional subtext shown below the main label (multiline list item layout) */
18
+ subText?: string;
19
+ /** Show a separator below the item if it's not the last in the list */
20
+ separator?: boolean;
21
+ };
22
+ export type KdsSearchInputProps = KdsInputFieldProps & {
23
+ /**
24
+ * Results to show in the ListContainer rendered below the input field.
25
+ * If it's undefined, ListContainer is not loaded.
26
+ * Items with `sectionHeadline: true` are rendered as non-selectable
27
+ * section titles. Items with `separator: true` show a divider below them.
28
+ */
29
+ results?: KdsSearchResult[];
30
+ /** Max height of the results container */
31
+ resultsMaxHeight?: string;
32
+ };
3
33
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/SearchInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/SearchInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AACnF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,4DAA4D;IAC5D,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mEAAmE;IACnE,SAAS,CAAC,EAAE,gBAAgB,CAAC;IAC7B,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,mBAAmB,GAAG,kBAAkB,GAAG;IACrD;;;;;OAKG;IACH,OAAO,CAAC,EAAE,eAAe,EAAE,CAAC;IAC5B,0CAA0C;IAC1C,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC"}
@@ -19,6 +19,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
19
19
  readonly type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search" | undefined;
20
20
  readonly min?: number | string | undefined;
21
21
  readonly max?: number | string | undefined;
22
+ readonly ariaExpanded?: boolean | undefined;
22
23
  readonly step?: number | undefined;
23
24
  readonly placeholder?: string | undefined;
24
25
  readonly disabled?: boolean | undefined;
@@ -36,6 +37,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
36
37
  readonly ariaValuemax?: number | undefined;
37
38
  readonly ariaValuetext?: string | undefined;
38
39
  readonly ariaActivedescendant?: string | undefined;
40
+ readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
41
+ readonly ariaControls?: string | undefined;
39
42
  readonly unit?: string | undefined;
40
43
  readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
41
44
  readonly clearable?: boolean | undefined;
@@ -68,6 +71,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
68
71
  type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
69
72
  min?: number | string;
70
73
  max?: number | string;
74
+ ariaExpanded?: boolean;
71
75
  step?: number;
72
76
  placeholder?: string;
73
77
  disabled?: boolean;
@@ -85,6 +89,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
85
89
  ariaValuemax?: number;
86
90
  ariaValuetext?: string;
87
91
  ariaActivedescendant?: string;
92
+ ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
93
+ ariaControls?: string;
88
94
  unit?: string;
89
95
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
90
96
  clearable?: boolean;
@@ -118,6 +124,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
118
124
  id: string;
119
125
  min: number | string;
120
126
  max: number | string;
127
+ ariaExpanded: boolean;
121
128
  step: number;
122
129
  autocomplete: string;
123
130
  ariaLabelledby: string;
@@ -128,6 +135,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
128
135
  ariaValuemax: number;
129
136
  ariaValuetext: string;
130
137
  ariaActivedescendant: string;
138
+ ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
139
+ ariaControls: string;
131
140
  unit: string;
132
141
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
133
142
  clearable: boolean;
@@ -164,6 +173,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
164
173
  id: string;
165
174
  min: number | string;
166
175
  max: number | string;
176
+ ariaExpanded: boolean;
167
177
  step: number;
168
178
  autocomplete: string;
169
179
  ariaLabelledby: string;
@@ -174,6 +184,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
174
184
  ariaValuemax: number;
175
185
  ariaValuetext: string;
176
186
  ariaActivedescendant: string;
187
+ ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
188
+ ariaControls: string;
177
189
  unit: string;
178
190
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
179
191
  clearable: boolean;
@@ -184,6 +196,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
184
196
  type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
185
197
  min?: number | string;
186
198
  max?: number | string;
199
+ ariaExpanded?: boolean;
187
200
  step?: number;
188
201
  placeholder?: string;
189
202
  disabled?: boolean;
@@ -201,6 +214,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
201
214
  ariaValuemax?: number;
202
215
  ariaValuetext?: string;
203
216
  ariaActivedescendant?: string;
217
+ ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
218
+ ariaControls?: string;
204
219
  unit?: string;
205
220
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
206
221
  clearable?: boolean;
@@ -212,7 +227,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
212
227
  onFocus?: ((event: FocusEvent) => any) | undefined;
213
228
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
214
229
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
215
- }>, "focus" | ("type" | "pattern" | "role" | "placeholder" | "disabled" | "error" | "leadingIcon" | "ariaLabel" | "trailingIcon" | "id" | "min" | "max" | "step" | "autocomplete" | "ariaLabelledby" | "ariaDescribedby" | "ariaInvalid" | "ariaValuenow" | "ariaValuemin" | "ariaValuemax" | "ariaValuetext" | "ariaActivedescendant" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
230
+ }>, "focus" | ("type" | "pattern" | "role" | "placeholder" | "disabled" | "error" | "leadingIcon" | "ariaLabel" | "trailingIcon" | "id" | "min" | "max" | "ariaExpanded" | "step" | "autocomplete" | "ariaLabelledby" | "ariaDescribedby" | "ariaInvalid" | "ariaValuenow" | "ariaValuemin" | "ariaValuemax" | "ariaValuetext" | "ariaActivedescendant" | "ariaHaspopup" | "ariaControls" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
216
231
  focus: () => void;
217
232
  }> & {} & import('vue').ComponentCustomProperties & {} & {
218
233
  $slots: {
@@ -221,19 +236,20 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
221
236
  };
222
237
  }) | null;
223
238
  listContainer: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
224
- onItemClick?: ((id: string) => any) | undefined;
239
+ onItemClick?: ((id?: string | undefined) => any) | undefined;
225
240
  }>, {
226
241
  handleKeydown: (event: KeyboardEvent) => void;
227
242
  handleFocus: () => void;
228
243
  handleBlur: () => void;
229
244
  activeDescendant: Readonly<import('vue').Ref<string | undefined>>;
230
245
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
231
- itemClick: (id: string) => any;
246
+ itemClick: (id?: string | undefined) => any;
232
247
  }, import('vue').PublicProps, {
233
248
  role: import('../../_helper/List/ListContainer').KdsListContainerRole;
234
249
  variant: import('../../_helper/List/KdsListItem').KdsListItemVariant;
235
250
  emptyText: string;
236
251
  loading: boolean;
252
+ allowNoSelection: boolean;
237
253
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
238
254
  containerEl: HTMLDivElement;
239
255
  }, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -244,7 +260,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
244
260
  M: {};
245
261
  Defaults: {};
246
262
  }, Readonly<import('../../_helper/List/ListContainer').KdsListContainerProps> & Readonly<{
247
- onItemClick?: ((id: string) => any) | undefined;
263
+ onItemClick?: ((id?: string | undefined) => any) | undefined;
248
264
  }>, {
249
265
  handleKeydown: (event: KeyboardEvent) => void;
250
266
  handleFocus: () => void;
@@ -255,6 +271,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
255
271
  variant: import('../../_helper/List/KdsListItem').KdsListItemVariant;
256
272
  emptyText: string;
257
273
  loading: boolean;
274
+ allowNoSelection: boolean;
258
275
  }> | null;
259
276
  }, HTMLDivElement>;
260
277
  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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgK0xb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBh6b,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgKkwb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBx4b,wBAUG"}