@knime/kds-components 0.18.1 → 0.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/accessories/Icon/useIcon.d.ts.map +1 -1
  2. package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +0 -2
  3. package/dist/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  4. package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +0 -2
  5. package/dist/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  6. package/dist/forms/_helper/VariablePopover/VariablePopover.vue.d.ts.map +1 -1
  7. package/dist/forms/inputs/BaseInput.vue.d.ts +6 -0
  8. package/dist/forms/inputs/BaseInput.vue.d.ts.map +1 -1
  9. package/dist/forms/inputs/ColorInput/ColorPicker.vue.d.ts.map +1 -1
  10. package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts +6 -2
  11. package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  12. package/dist/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +6 -1
  13. package/dist/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
  14. package/dist/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  15. package/dist/forms/inputs/TextInput/types.d.ts +7 -1
  16. package/dist/forms/inputs/TextInput/types.d.ts.map +1 -1
  17. package/dist/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +6 -1
  18. package/dist/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -1
  19. package/dist/forms/selects/Dropdown/DropdownContainer.vue.d.ts +6 -1
  20. package/dist/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  21. package/dist/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +6 -1
  22. package/dist/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  23. package/dist/index.css +88 -73
  24. package/dist/index.js +201 -85
  25. package/dist/index.js.map +1 -1
  26. package/dist/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts +26 -0
  27. package/dist/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts.map +1 -0
  28. package/dist/layouts/ResizeContainer/ResizeHandle/ResizeHandle.vue.d.ts +7 -0
  29. package/dist/layouts/ResizeContainer/ResizeHandle/ResizeHandle.vue.d.ts.map +1 -0
  30. package/dist/layouts/ResizeContainer/ResizeHandle/index.d.ts +3 -0
  31. package/dist/layouts/ResizeContainer/ResizeHandle/index.d.ts.map +1 -0
  32. package/dist/layouts/ResizeContainer/ResizeHandle/types.d.ts +14 -0
  33. package/dist/layouts/ResizeContainer/ResizeHandle/types.d.ts.map +1 -0
  34. package/dist/layouts/ResizeContainer/index.d.ts +3 -0
  35. package/dist/layouts/ResizeContainer/index.d.ts.map +1 -0
  36. package/dist/layouts/ResizeContainer/types.d.ts +37 -0
  37. package/dist/layouts/ResizeContainer/types.d.ts.map +1 -0
  38. package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  39. package/dist/overlays/Popover/types.d.ts +0 -8
  40. package/dist/overlays/Popover/types.d.ts.map +1 -1
  41. package/dist/util/usePointerHandler.d.ts.map +1 -0
  42. package/package.json +4 -4
  43. package/dist/forms/inputs/ColorInput/usePointerHandler.d.ts.map +0 -1
  44. /package/dist/{forms/inputs/ColorInput → util}/usePointerHandler.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"useIcon.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/useIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,GAAG,EACR,KAAK,UAAU,EAGhB,MAAM,KAAK,CAAC;AAEb,iBAAS,OAAO,CAAC,EACf,IAAI,EACJ,MAAM,GACP,EAAE;IACD,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAClB,MAAM,EAAE,OAAO,GAAG,YAAY,CAAC;CAChC,GAAG,QAAQ,CAAC,UAAU,CAAC,eAAe,GAAG,IAAI,EAAE,eAAe,GAAG,IAAI,CAAC,CAAC,CAiCvE;AAED,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"useIcon.d.ts","sourceRoot":"","sources":["../../../src/accessories/Icon/useIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,GAAG,EACR,KAAK,UAAU,EAGhB,MAAM,KAAK,CAAC;AAEb,iBAAS,OAAO,CAAC,EACf,IAAI,EACJ,MAAM,GACP,EAAE;IACD,IAAI,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAClB,MAAM,EAAE,OAAO,GAAG,YAAY,CAAC;CAChC,GAAG,QAAQ,CAAC,UAAU,CAAC,eAAe,GAAG,IAAI,EAAE,eAAe,GAAG,IAAI,CAAC,CAAC,CA4CvE;AAED,eAAe,OAAO,CAAC"}
@@ -21,7 +21,6 @@ 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 popoverAriaLabel: string;
25
24
  readonly content?: string | undefined;
26
25
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
27
26
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -110,7 +109,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
110
109
  readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
111
110
  readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
112
111
  readonly fullWidth?: boolean | undefined;
113
- readonly popoverAriaLabel: string;
114
112
  readonly content?: string | undefined;
115
113
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
116
114
  } & 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":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAiEwyhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;EAhD97hB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8BozhB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;OArB77hB,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"}
@@ -21,7 +21,6 @@ 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 popoverAriaLabel: string;
25
24
  readonly content?: string | undefined;
26
25
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
27
26
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -113,7 +112,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
113
112
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
114
113
  readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
115
114
  readonly fullWidth?: boolean | undefined;
116
- readonly popoverAriaLabel: string;
117
115
  readonly content?: string | undefined;
118
116
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
119
117
  } & 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":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkE0xb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;EAjDh7b;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA8Bsyb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;OArB/6b,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 +1 @@
1
- {"version":3,"file":"VariablePopover.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/VariablePopover/VariablePopover.vue"],"names":[],"mappings":"AAiCA;;GAEG;AACH,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAKF,iBAAS,cAAc;WA4BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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":"VariablePopover.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/_helper/VariablePopover/VariablePopover.vue"],"names":[],"mappings":"AAwCA;;GAEG;AACH,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAKF,iBAAS,cAAc;WA6BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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"}
@@ -100,6 +100,11 @@ type BaseInputProps = {
100
100
  * Used together with aria-haspopup to link the input to its popup.
101
101
  */
102
102
  ariaControls?: string;
103
+ /**
104
+ * Indicates whether the input provides an autocomplete experience
105
+ * (for aria-autocomplete). Used with combobox roles.
106
+ */
107
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
103
108
  /**
104
109
  * Unit shown next to the input value
105
110
  */
@@ -180,6 +185,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
180
185
  ariaActivedescendant: string;
181
186
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
182
187
  ariaControls: string;
188
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
183
189
  unit: string;
184
190
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
185
191
  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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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/ColorInput/ColorPicker.vue"],"names":[],"mappings":"AAyiBA,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAsIF,wBASG"}
1
+ {"version":3,"file":"ColorPicker.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/ColorInput/ColorPicker.vue"],"names":[],"mappings":"AAuiBA,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;AAoIF,wBASG"}
@@ -118,6 +118,7 @@ declare const _default: import('vue').DefineComponent<({
118
118
  readonly ariaActivedescendant?: string | undefined;
119
119
  readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
120
120
  readonly ariaControls?: string | undefined;
121
+ readonly ariaAutocomplete?: "none" | "inline" | "list" | "both" | undefined;
121
122
  readonly unit?: string | undefined;
122
123
  readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
123
124
  readonly clearable?: boolean | undefined;
@@ -170,6 +171,7 @@ declare const _default: import('vue').DefineComponent<({
170
171
  ariaActivedescendant?: string;
171
172
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
172
173
  ariaControls?: string;
174
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
173
175
  unit?: string;
174
176
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
175
177
  clearable?: boolean;
@@ -216,6 +218,7 @@ declare const _default: import('vue').DefineComponent<({
216
218
  ariaActivedescendant: string;
217
219
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
218
220
  ariaControls: string;
221
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
219
222
  unit: string;
220
223
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
221
224
  clearable: boolean;
@@ -265,6 +268,7 @@ declare const _default: import('vue').DefineComponent<({
265
268
  ariaActivedescendant: string;
266
269
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
267
270
  ariaControls: string;
271
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
268
272
  unit: string;
269
273
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
270
274
  clearable: boolean;
@@ -295,6 +299,7 @@ declare const _default: import('vue').DefineComponent<({
295
299
  ariaActivedescendant?: string;
296
300
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
297
301
  ariaControls?: string;
302
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
298
303
  unit?: string;
299
304
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
300
305
  clearable?: boolean;
@@ -306,7 +311,7 @@ declare const _default: import('vue').DefineComponent<({
306
311
  onFocus?: ((event: FocusEvent) => any) | undefined;
307
312
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
308
313
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
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<{
314
+ }>, "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" | "ariaAutocomplete" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
310
315
  focus: () => void;
311
316
  }> & {} & import('vue').ComponentCustomProperties & {} & {
312
317
  $slots: {
@@ -323,7 +328,6 @@ declare const _default: import('vue').DefineComponent<({
323
328
  readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
324
329
  readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
325
330
  readonly fullWidth?: boolean | undefined;
326
- readonly popoverAriaLabel: string;
327
331
  readonly content?: string | undefined;
328
332
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
329
333
  } & 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAqP0mL,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;AAlBnvL,wBAUG"}
@@ -46,6 +46,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
46
46
  readonly ariaActivedescendant?: string | undefined;
47
47
  readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
48
48
  readonly ariaControls?: string | undefined;
49
+ readonly ariaAutocomplete?: "none" | "inline" | "list" | "both" | undefined;
49
50
  readonly unit?: string | undefined;
50
51
  readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
51
52
  readonly clearable?: boolean | undefined;
@@ -98,6 +99,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
98
99
  ariaActivedescendant?: string;
99
100
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
100
101
  ariaControls?: string;
102
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
101
103
  unit?: string;
102
104
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
103
105
  clearable?: boolean;
@@ -144,6 +146,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
144
146
  ariaActivedescendant: string;
145
147
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
146
148
  ariaControls: string;
149
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
147
150
  unit: string;
148
151
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
149
152
  clearable: boolean;
@@ -193,6 +196,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
193
196
  ariaActivedescendant: string;
194
197
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
195
198
  ariaControls: string;
199
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
196
200
  unit: string;
197
201
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
198
202
  clearable: boolean;
@@ -223,6 +227,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
223
227
  ariaActivedescendant?: string;
224
228
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
225
229
  ariaControls?: string;
230
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
226
231
  unit?: string;
227
232
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
228
233
  clearable?: boolean;
@@ -234,7 +239,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
234
239
  onFocus?: ((event: FocusEvent) => any) | undefined;
235
240
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
236
241
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
237
- }>, "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<{
242
+ }>, "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" | "ariaAutocomplete" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
238
243
  focus: () => void;
239
244
  }> & {} & import('vue').ComponentCustomProperties & {} & {
240
245
  $slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AA8FA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AA4CzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2Mqoc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzB3wc,wBAWG"}
1
+ {"version":3,"file":"KdsPasswordInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/PasswordInput/KdsPasswordInput.vue"],"names":[],"mappings":"AA8FA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AA4CzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2Mqoc,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzB3wc,wBAWG"}
@@ -1 +1 @@
1
- {"version":3,"file":"KdsTextInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/TextInput/KdsTextInput.vue"],"names":[],"mappings":";AAsKA,wBAWG"}
1
+ {"version":3,"file":"KdsTextInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/TextInput/KdsTextInput.vue"],"names":[],"mappings":";AA8fA,wBAWG"}
@@ -1,3 +1,9 @@
1
1
  import { KdsInputFieldProps } from '../types';
2
- export type KdsTextInputProps = KdsInputFieldProps;
2
+ export type KdsTextInputProps = KdsInputFieldProps & {
3
+ /**
4
+ * Optional list of suggestion strings displayed in a popover.
5
+ * The user can still enter free text; selecting a suggestion fills the input.
6
+ */
7
+ suggestions?: string[];
8
+ };
3
9
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/TextInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/TextInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,GAAG;IACnD;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB,CAAC"}
@@ -44,6 +44,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
44
44
  readonly ariaActivedescendant?: string | undefined;
45
45
  readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
46
46
  readonly ariaControls?: string | undefined;
47
+ readonly ariaAutocomplete?: "none" | "inline" | "list" | "both" | undefined;
47
48
  readonly unit?: string | undefined;
48
49
  readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
49
50
  readonly clearable?: boolean | undefined;
@@ -96,6 +97,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
96
97
  ariaActivedescendant?: string;
97
98
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
98
99
  ariaControls?: string;
100
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
99
101
  unit?: string;
100
102
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
101
103
  clearable?: boolean;
@@ -142,6 +144,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
142
144
  ariaActivedescendant: string;
143
145
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
144
146
  ariaControls: string;
147
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
145
148
  unit: string;
146
149
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
147
150
  clearable: boolean;
@@ -191,6 +194,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
191
194
  ariaActivedescendant: string;
192
195
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
193
196
  ariaControls: string;
197
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
194
198
  unit: string;
195
199
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
196
200
  clearable: boolean;
@@ -221,6 +225,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
221
225
  ariaActivedescendant?: string;
222
226
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
223
227
  ariaControls?: string;
228
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
224
229
  unit?: string;
225
230
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
226
231
  clearable?: boolean;
@@ -232,7 +237,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
232
237
  onFocus?: ((event: FocusEvent) => any) | undefined;
233
238
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
234
239
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
235
- }>, "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<{
240
+ }>, "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" | "ariaAutocomplete" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
236
241
  focus: () => void;
237
242
  }> & {} & import('vue').ComponentCustomProperties & {} & {
238
243
  $slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"KdsUsernameInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/UsernameInput/KdsUsernameInput.vue"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AA2BzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAiHqwnB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzB34nB,wBAWG"}
1
+ {"version":3,"file":"KdsUsernameInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/UsernameInput/KdsUsernameInput.vue"],"names":[],"mappings":"AAkDA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAErD,KAAK,WAAW,GAAG,qBAAqB,CAAC;AA2BzC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAiHqwnB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzB34nB,wBAWG"}
@@ -39,6 +39,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
39
39
  readonly ariaActivedescendant?: string | undefined;
40
40
  readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
41
41
  readonly ariaControls?: string | undefined;
42
+ readonly ariaAutocomplete?: "none" | "inline" | "list" | "both" | undefined;
42
43
  readonly unit?: string | undefined;
43
44
  readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
44
45
  readonly clearable?: boolean | undefined;
@@ -91,6 +92,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
91
92
  ariaActivedescendant?: string;
92
93
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
93
94
  ariaControls?: string;
95
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
94
96
  unit?: string;
95
97
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
96
98
  clearable?: boolean;
@@ -137,6 +139,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
137
139
  ariaActivedescendant: string;
138
140
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
139
141
  ariaControls: string;
142
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
140
143
  unit: string;
141
144
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
142
145
  clearable: boolean;
@@ -186,6 +189,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
186
189
  ariaActivedescendant: string;
187
190
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
188
191
  ariaControls: string;
192
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
189
193
  unit: string;
190
194
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
191
195
  clearable: boolean;
@@ -216,6 +220,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
216
220
  ariaActivedescendant?: string;
217
221
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
218
222
  ariaControls?: string;
223
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
219
224
  unit?: string;
220
225
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
221
226
  clearable?: boolean;
@@ -227,7 +232,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
227
232
  onFocus?: ((event: FocusEvent) => any) | undefined;
228
233
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
229
234
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
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<{
235
+ }>, "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" | "ariaAutocomplete" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
231
236
  focus: () => void;
232
237
  }> & {} & import('vue').ComponentCustomProperties & {} & {
233
238
  $slots: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAgKkwb,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBx4b,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"}
@@ -47,6 +47,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
47
47
  readonly ariaActivedescendant?: string | undefined;
48
48
  readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
49
49
  readonly ariaControls?: string | undefined;
50
+ readonly ariaAutocomplete?: "none" | "inline" | "list" | "both" | undefined;
50
51
  readonly unit?: string | undefined;
51
52
  readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
52
53
  readonly clearable?: boolean | undefined;
@@ -99,6 +100,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
99
100
  ariaActivedescendant?: string;
100
101
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
101
102
  ariaControls?: string;
103
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
102
104
  unit?: string;
103
105
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
104
106
  clearable?: boolean;
@@ -145,6 +147,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
145
147
  ariaActivedescendant: string;
146
148
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
147
149
  ariaControls: string;
150
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
148
151
  unit: string;
149
152
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
150
153
  clearable: boolean;
@@ -194,6 +197,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
194
197
  ariaActivedescendant: string;
195
198
  ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
196
199
  ariaControls: string;
200
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
197
201
  unit: string;
198
202
  inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
199
203
  clearable: boolean;
@@ -224,6 +228,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
224
228
  ariaActivedescendant?: string;
225
229
  ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
226
230
  ariaControls?: string;
231
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
227
232
  unit?: string;
228
233
  inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
229
234
  clearable?: boolean;
@@ -235,7 +240,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
235
240
  onFocus?: ((event: FocusEvent) => any) | undefined;
236
241
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
237
242
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
238
- }>, "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<{
243
+ }>, "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" | "ariaAutocomplete" | "unit" | "inputmode" | "clearable")> & import('vue').ShallowUnwrapRef<{
239
244
  focus: () => void;
240
245
  }> & {} & import('vue').ComponentCustomProperties & {} & {
241
246
  $slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"MultiSelectDropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue"],"names":[],"mappings":"AAgPA,OAAO,KAAK,EAEV,oCAAoC,EACrC,MAAM,SAAS,CAAC;AAIjB,KAAK,WAAW,GAAG,oCAAoC,CAAC;AA8JxD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA4Ms0K,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzB58K,wBAWG"}
1
+ {"version":3,"file":"MultiSelectDropdownContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue"],"names":[],"mappings":"AAgPA,OAAO,KAAK,EAEV,oCAAoC,EACrC,MAAM,SAAS,CAAC;AAIjB,KAAK,WAAW,GAAG,oCAAoC,CAAC;AA8JxD,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA4M0yK,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAzBh7K,wBAWG"}