@knime/kds-components 0.18.0 → 0.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) 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/inputs/BaseInput.vue.d.ts +6 -0
  7. package/dist/forms/inputs/BaseInput.vue.d.ts.map +1 -1
  8. package/dist/forms/inputs/ColorInput/ColorPicker.vue.d.ts.map +1 -1
  9. package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts +6 -2
  10. package/dist/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  11. package/dist/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +252 -0
  12. package/dist/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -0
  13. package/dist/forms/inputs/PasswordInput/enums.d.ts +13 -0
  14. package/dist/forms/inputs/PasswordInput/enums.d.ts.map +1 -0
  15. package/dist/forms/inputs/PasswordInput/index.d.ts +4 -0
  16. package/dist/forms/inputs/PasswordInput/index.d.ts.map +1 -0
  17. package/dist/forms/inputs/PasswordInput/types.d.ts +25 -0
  18. package/dist/forms/inputs/PasswordInput/types.d.ts.map +1 -0
  19. package/dist/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  20. package/dist/forms/inputs/TextInput/types.d.ts +7 -1
  21. package/dist/forms/inputs/TextInput/types.d.ts.map +1 -1
  22. package/dist/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +250 -0
  23. package/dist/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -0
  24. package/dist/forms/inputs/UsernameInput/enums.d.ts +6 -0
  25. package/dist/forms/inputs/UsernameInput/enums.d.ts.map +1 -0
  26. package/dist/forms/inputs/UsernameInput/index.d.ts +4 -0
  27. package/dist/forms/inputs/UsernameInput/index.d.ts.map +1 -0
  28. package/dist/forms/inputs/UsernameInput/types.d.ts +7 -0
  29. package/dist/forms/inputs/UsernameInput/types.d.ts.map +1 -0
  30. package/dist/forms/inputs/index.d.ts +4 -0
  31. package/dist/forms/inputs/index.d.ts.map +1 -1
  32. package/dist/forms/selects/Dropdown/DropdownContainer.vue.d.ts +6 -1
  33. package/dist/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  34. package/dist/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +6 -1
  35. package/dist/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  36. package/dist/index.css +79 -72
  37. package/dist/index.js +425 -157
  38. package/dist/index.js.map +1 -1
  39. package/dist/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts +26 -0
  40. package/dist/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts.map +1 -0
  41. package/dist/layouts/ResizeContainer/ResizeHandle/ResizeHandle.vue.d.ts +7 -0
  42. package/dist/layouts/ResizeContainer/ResizeHandle/ResizeHandle.vue.d.ts.map +1 -0
  43. package/dist/layouts/ResizeContainer/ResizeHandle/index.d.ts +3 -0
  44. package/dist/layouts/ResizeContainer/ResizeHandle/index.d.ts.map +1 -0
  45. package/dist/layouts/ResizeContainer/ResizeHandle/types.d.ts +14 -0
  46. package/dist/layouts/ResizeContainer/ResizeHandle/types.d.ts.map +1 -0
  47. package/dist/layouts/ResizeContainer/index.d.ts +3 -0
  48. package/dist/layouts/ResizeContainer/index.d.ts.map +1 -0
  49. package/dist/layouts/ResizeContainer/types.d.ts +37 -0
  50. package/dist/layouts/ResizeContainer/types.d.ts.map +1 -0
  51. package/dist/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  52. package/dist/overlays/Popover/types.d.ts +0 -8
  53. package/dist/overlays/Popover/types.d.ts.map +1 -1
  54. package/dist/util/usePointerHandler.d.ts.map +1 -0
  55. package/package.json +4 -4
  56. package/dist/forms/inputs/ColorInput/usePointerHandler.d.ts.map +0 -1
  57. /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"}
@@ -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"}
@@ -0,0 +1,252 @@
1
+ import { KdsPasswordInputProps } from './types';
2
+ type __VLS_Props = KdsPasswordInputProps;
3
+ type __VLS_PublicProps = {
4
+ modelValue?: string;
5
+ } & __VLS_Props;
6
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
7
+ focus: () => void;
8
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ "update:modelValue": (value: string) => any;
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
12
+ }>, {
13
+ disabled: boolean;
14
+ error: boolean;
15
+ variant: import('./types').KdsPasswordInputVariant;
16
+ validating: boolean;
17
+ preserveSubTextSpace: boolean;
18
+ showVisibilityToggle: boolean;
19
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
20
+ input: ({
21
+ $: import('vue').ComponentInternalInstance;
22
+ $data: {};
23
+ $props: {
24
+ readonly modelValue?: string | undefined;
25
+ readonly id?: string | undefined;
26
+ readonly type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search" | undefined;
27
+ readonly min?: number | string | undefined;
28
+ readonly max?: number | string | undefined;
29
+ readonly ariaExpanded?: boolean | undefined;
30
+ readonly step?: number | undefined;
31
+ readonly placeholder?: string | undefined;
32
+ readonly disabled?: boolean | undefined;
33
+ readonly leadingIcon?: import('../../../index.ts').KdsIconName | undefined;
34
+ readonly trailingIcon?: import('../../../index.ts').KdsIconName | undefined;
35
+ readonly error?: boolean | undefined;
36
+ readonly autocomplete?: string | undefined;
37
+ readonly ariaLabel?: string | undefined;
38
+ readonly ariaLabelledby?: string | undefined;
39
+ readonly ariaDescribedby?: string | undefined;
40
+ readonly ariaInvalid?: boolean | undefined;
41
+ readonly role?: string | undefined;
42
+ readonly ariaValuenow?: number | undefined;
43
+ readonly ariaValuemin?: number | undefined;
44
+ readonly ariaValuemax?: number | undefined;
45
+ readonly ariaValuetext?: string | undefined;
46
+ readonly ariaActivedescendant?: string | undefined;
47
+ readonly ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true" | undefined;
48
+ readonly ariaControls?: string | undefined;
49
+ readonly ariaAutocomplete?: "none" | "inline" | "list" | "both" | undefined;
50
+ readonly unit?: string | undefined;
51
+ readonly inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
52
+ readonly clearable?: boolean | undefined;
53
+ readonly pattern?: string | undefined;
54
+ readonly onInput?: ((event: Event) => any) | undefined;
55
+ readonly onClick?: ((event: MouseEvent) => any) | undefined;
56
+ readonly onBlur?: ((event: FocusEvent) => any) | undefined;
57
+ readonly onFocus?: ((event: FocusEvent) => any) | undefined;
58
+ readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
59
+ readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
60
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
61
+ $attrs: import('vue').Attrs;
62
+ $refs: {
63
+ [x: string]: unknown;
64
+ } & {
65
+ input: HTMLInputElement;
66
+ };
67
+ $slots: Readonly<{
68
+ [name: string]: import('vue').Slot<any> | undefined;
69
+ }>;
70
+ $root: import('vue').ComponentPublicInstance | null;
71
+ $parent: import('vue').ComponentPublicInstance | null;
72
+ $host: Element | null;
73
+ $emit: ((event: "input", event: Event) => void) & ((event: "click", event: MouseEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "update:modelValue", value: string) => void);
74
+ $el: HTMLDivElement;
75
+ $options: import('vue').ComponentOptionsBase<Readonly<{
76
+ modelValue?: string;
77
+ } & {
78
+ id?: string;
79
+ type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
80
+ min?: number | string;
81
+ max?: number | string;
82
+ ariaExpanded?: boolean;
83
+ step?: number;
84
+ placeholder?: string;
85
+ disabled?: boolean;
86
+ leadingIcon?: import('../../../index.ts').KdsIconName;
87
+ trailingIcon?: import('../../../index.ts').KdsIconName;
88
+ error?: boolean;
89
+ autocomplete?: string;
90
+ ariaLabel?: string;
91
+ ariaLabelledby?: string;
92
+ ariaDescribedby?: string;
93
+ ariaInvalid?: boolean;
94
+ role?: string;
95
+ ariaValuenow?: number;
96
+ ariaValuemin?: number;
97
+ ariaValuemax?: number;
98
+ ariaValuetext?: string;
99
+ ariaActivedescendant?: string;
100
+ ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
101
+ ariaControls?: string;
102
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
103
+ unit?: string;
104
+ inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
105
+ clearable?: boolean;
106
+ pattern?: string;
107
+ }> & Readonly<{
108
+ onInput?: ((event: Event) => any) | undefined;
109
+ onClick?: ((event: MouseEvent) => any) | undefined;
110
+ onBlur?: ((event: FocusEvent) => any) | undefined;
111
+ onFocus?: ((event: FocusEvent) => any) | undefined;
112
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
113
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
114
+ }>, {
115
+ focus: () => void;
116
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
117
+ input: (event: Event) => any;
118
+ click: (event: MouseEvent) => any;
119
+ blur: (event: FocusEvent) => any;
120
+ focus: (event: FocusEvent) => any;
121
+ keydown: (event: KeyboardEvent) => any;
122
+ "update:modelValue": (value: string) => any;
123
+ }, string, {
124
+ type: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
125
+ pattern: string;
126
+ role: string;
127
+ placeholder: string;
128
+ disabled: boolean;
129
+ error: boolean;
130
+ leadingIcon: import('../../../index.ts').KdsIconName;
131
+ ariaLabel: string;
132
+ trailingIcon: import('../../../index.ts').KdsIconName;
133
+ id: string;
134
+ min: number | string;
135
+ max: number | string;
136
+ ariaExpanded: boolean;
137
+ step: number;
138
+ autocomplete: string;
139
+ ariaLabelledby: string;
140
+ ariaDescribedby: string;
141
+ ariaInvalid: boolean;
142
+ ariaValuenow: number;
143
+ ariaValuemin: number;
144
+ ariaValuemax: number;
145
+ ariaValuetext: string;
146
+ ariaActivedescendant: string;
147
+ ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
148
+ ariaControls: string;
149
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
150
+ unit: string;
151
+ inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
152
+ clearable: boolean;
153
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
154
+ beforeCreate?: (() => void) | (() => void)[];
155
+ created?: (() => void) | (() => void)[];
156
+ beforeMount?: (() => void) | (() => void)[];
157
+ mounted?: (() => void) | (() => void)[];
158
+ beforeUpdate?: (() => void) | (() => void)[];
159
+ updated?: (() => void) | (() => void)[];
160
+ activated?: (() => void) | (() => void)[];
161
+ deactivated?: (() => void) | (() => void)[];
162
+ beforeDestroy?: (() => void) | (() => void)[];
163
+ beforeUnmount?: (() => void) | (() => void)[];
164
+ destroyed?: (() => void) | (() => void)[];
165
+ unmounted?: (() => void) | (() => void)[];
166
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
167
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
168
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
169
+ };
170
+ $forceUpdate: () => void;
171
+ $nextTick: typeof import('vue').nextTick;
172
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
173
+ } & Readonly<{
174
+ type: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
175
+ pattern: string;
176
+ role: string;
177
+ placeholder: string;
178
+ disabled: boolean;
179
+ error: boolean;
180
+ leadingIcon: import('../../../index.ts').KdsIconName;
181
+ ariaLabel: string;
182
+ trailingIcon: import('../../../index.ts').KdsIconName;
183
+ id: string;
184
+ min: number | string;
185
+ max: number | string;
186
+ ariaExpanded: boolean;
187
+ step: number;
188
+ autocomplete: string;
189
+ ariaLabelledby: string;
190
+ ariaDescribedby: string;
191
+ ariaInvalid: boolean;
192
+ ariaValuenow: number;
193
+ ariaValuemin: number;
194
+ ariaValuemax: number;
195
+ ariaValuetext: string;
196
+ ariaActivedescendant: string;
197
+ ariaHaspopup: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
198
+ ariaControls: string;
199
+ ariaAutocomplete: "none" | "inline" | "list" | "both";
200
+ unit: string;
201
+ inputmode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
202
+ clearable: boolean;
203
+ }> & Omit<Readonly<{
204
+ modelValue?: string;
205
+ } & {
206
+ id?: string;
207
+ type?: "text" | "email" | "password" | "number" | "tel" | "url" | "search";
208
+ min?: number | string;
209
+ max?: number | string;
210
+ ariaExpanded?: boolean;
211
+ step?: number;
212
+ placeholder?: string;
213
+ disabled?: boolean;
214
+ leadingIcon?: import('../../../index.ts').KdsIconName;
215
+ trailingIcon?: import('../../../index.ts').KdsIconName;
216
+ error?: boolean;
217
+ autocomplete?: string;
218
+ ariaLabel?: string;
219
+ ariaLabelledby?: string;
220
+ ariaDescribedby?: string;
221
+ ariaInvalid?: boolean;
222
+ role?: string;
223
+ ariaValuenow?: number;
224
+ ariaValuemin?: number;
225
+ ariaValuemax?: number;
226
+ ariaValuetext?: string;
227
+ ariaActivedescendant?: string;
228
+ ariaHaspopup?: "listbox" | "menu" | "dialog" | "grid" | "tree" | "true";
229
+ ariaControls?: string;
230
+ ariaAutocomplete?: "none" | "inline" | "list" | "both";
231
+ unit?: string;
232
+ inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
233
+ clearable?: boolean;
234
+ pattern?: string;
235
+ }> & Readonly<{
236
+ onInput?: ((event: Event) => any) | undefined;
237
+ onClick?: ((event: MouseEvent) => any) | undefined;
238
+ onBlur?: ((event: FocusEvent) => any) | undefined;
239
+ onFocus?: ((event: FocusEvent) => any) | undefined;
240
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
241
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
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<{
243
+ focus: () => void;
244
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
245
+ $slots: {
246
+ leading?(_: {}): any;
247
+ trailing?(_: {}): any;
248
+ };
249
+ }) | null;
250
+ }, HTMLDivElement>;
251
+ export default _default;
252
+ //# sourceMappingURL=KdsPasswordInput.vue.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,13 @@
1
+ export declare const kdsPasswordInputVariant: {
2
+ readonly PASSWORD: "password";
3
+ readonly KEY: "key";
4
+ };
5
+ export declare const kdsPasswordInputVariants: ("key" | "password")[];
6
+ export declare const kdsPasswordInputAutocomplete: {
7
+ readonly CURRENT_PASSWORD: "current-password";
8
+ readonly NEW_PASSWORD: "new-password";
9
+ readonly ONE_TIME_CODE: "one-time-code";
10
+ readonly OFF: "off";
11
+ };
12
+ export declare const kdsPasswordInputAutocompletes: ("off" | "current-password" | "new-password" | "one-time-code")[];
13
+ //# sourceMappingURL=enums.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/PasswordInput/enums.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;;CAG1B,CAAC;AAEX,eAAO,MAAM,wBAAwB,wBAAyC,CAAC;AAE/E,eAAO,MAAM,4BAA4B;;;;;CAK/B,CAAC;AAEX,eAAO,MAAM,6BAA6B,mEAEzC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { default as KdsPasswordInput } from './KdsPasswordInput.vue';
2
+ export { kdsPasswordInputVariant, kdsPasswordInputVariants, kdsPasswordInputAutocomplete, kdsPasswordInputAutocompletes, } from './enums';
3
+ export type * from './types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/PasswordInput/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,EACL,uBAAuB,EACvB,wBAAwB,EACxB,4BAA4B,EAC5B,6BAA6B,GAC9B,MAAM,SAAS,CAAC;AACjB,mBAAmB,SAAS,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { KdsInputFieldProps } from '../types';
2
+ import { kdsPasswordInputAutocomplete, kdsPasswordInputVariant } from './enums';
3
+ export type KdsPasswordInputVariant = (typeof kdsPasswordInputVariant)[keyof typeof kdsPasswordInputVariant];
4
+ export type KdsPasswordInputAutocomplete = (typeof kdsPasswordInputAutocomplete)[keyof typeof kdsPasswordInputAutocomplete];
5
+ export type KdsPasswordInputProps = Omit<KdsInputFieldProps, "autocomplete"> & {
6
+ /**
7
+ * Visual variant controlling the leading icon.
8
+ * `"password"` shows a lock icon, `"key"` shows a key icon.
9
+ */
10
+ variant?: KdsPasswordInputVariant;
11
+ /**
12
+ * Whether to show the visibility toggle button.
13
+ */
14
+ showVisibilityToggle?: boolean;
15
+ /**
16
+ * Label used for the visibility toggle button's aria-label.
17
+ * Defaults to `"Password"` for the `"password"` variant and `"Key"` for `"key"`.
18
+ */
19
+ toggleLabel?: string;
20
+ /**
21
+ * Autocomplete attribute for the input element.
22
+ */
23
+ autocomplete?: KdsPasswordInputAutocomplete;
24
+ };
25
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/forms/inputs/PasswordInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAEnD,OAAO,KAAK,EACV,4BAA4B,EAC5B,uBAAuB,EACxB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,uBAAuB,GACjC,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,OAAO,uBAAuB,CAAC,CAAC;AAEzE,MAAM,MAAM,4BAA4B,GACtC,CAAC,OAAO,4BAA4B,CAAC,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC;AAEnF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CAAC,kBAAkB,EAAE,cAAc,CAAC,GAAG;IAC7E;;;OAGG;IACH,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAClC;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,CAAC,EAAE,4BAA4B,CAAC;CAC7C,CAAC"}
@@ -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"}