@knime/kds-components 0.28.7 → 0.28.9

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 (58) hide show
  1. package/dist/index.css +53 -48
  2. package/dist/index.js +113 -48
  3. package/dist/index.js.map +1 -1
  4. package/dist/src/accessories/MissingValueIcon/KdsMissingValueIcon.vue.d.ts +7 -0
  5. package/dist/src/accessories/MissingValueIcon/KdsMissingValueIcon.vue.d.ts.map +1 -0
  6. package/dist/src/accessories/MissingValueIcon/index.d.ts +2 -0
  7. package/dist/src/accessories/MissingValueIcon/index.d.ts.map +1 -0
  8. package/dist/src/accessories/index.d.ts +1 -0
  9. package/dist/src/accessories/index.d.ts.map +1 -1
  10. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +29 -19
  11. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  12. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +15 -15
  13. package/dist/src/containers/Menu/KdsMenu.vue.d.ts +30 -30
  14. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -1
  15. package/dist/src/containers/MenuContainer/types.d.ts +5 -0
  16. package/dist/src/containers/MenuContainer/types.d.ts.map +1 -1
  17. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +30 -30
  18. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +30 -30
  19. package/dist/src/forms/inputs/BaseInput.vue.d.ts +1 -1
  20. package/dist/src/forms/inputs/BaseInput.vue.d.ts.map +1 -1
  21. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +15 -15
  22. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +18 -18
  23. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  24. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +15 -15
  25. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +17 -17
  26. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +3 -3
  27. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
  28. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +3 -3
  29. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
  30. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +3 -3
  31. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  32. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +18 -18
  33. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  34. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +18 -18
  35. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  36. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts +1 -1
  37. package/dist/src/forms/inputs/Textarea/KdsTextarea.vue.d.ts.map +1 -1
  38. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +30 -30
  39. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
  40. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +12 -12
  41. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
  42. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +3 -3
  43. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -1
  44. package/dist/src/forms/selects/Dropdown/BaseDropdown.vue.d.ts +3 -1
  45. package/dist/src/forms/selects/Dropdown/BaseDropdown.vue.d.ts.map +1 -1
  46. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +2 -2
  47. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +48 -18
  48. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  49. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +48 -18
  50. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  51. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +2 -2
  52. package/dist/src/forms/types.d.ts +1 -1
  53. package/dist/src/forms/types.d.ts.map +1 -1
  54. package/dist/src/overlays/index.d.ts +2 -0
  55. package/dist/src/overlays/index.d.ts.map +1 -1
  56. package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +30 -19
  57. package/dist/src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
  58. package/package.json +2 -2
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
111
111
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
112
112
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
113
113
  }>, {
114
- focus: () => void;
114
+ focus: (options?: FocusOptions) => void;
115
115
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
116
116
  input: (event: Event) => any;
117
117
  click: (event: MouseEvent) => any;
@@ -182,7 +182,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
182
182
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
183
183
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
184
184
  }>, "focus"> & {
185
- focus: () => void;
185
+ focus: (options?: FocusOptions) => void;
186
186
  } & {} & import('vue').ComponentCustomProperties & {} & {
187
187
  $slots: {
188
188
  leading?(_: {}): any;
@@ -37,7 +37,9 @@ declare const _default: import('vue').DefineComponent<({
37
37
  subText?: string | undefined;
38
38
  validating?: boolean | undefined;
39
39
  preserveSubTextSpace?: boolean | undefined;
40
- }), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
+ }), {
41
+ focus: (options?: FocusOptions) => void;
42
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
43
  "update:modelValue": (value: string) => any;
42
44
  }, string, import('vue').PublicProps, Readonly<({
43
45
  modelValue?: string;
@@ -80,23 +82,51 @@ declare const _default: import('vue').DefineComponent<({
80
82
  })> & Readonly<{
81
83
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
82
84
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
85
+ baseDropdownEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
86
+ open?: boolean;
87
+ } & import('./types.ts').BaseDropdownProps> & Readonly<{
88
+ onClick?: (() => any) | undefined;
89
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
90
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
91
+ }>, {
92
+ focus: (options?: FocusOptions) => void;
93
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
94
+ click: () => any;
95
+ keydown: (event: KeyboardEvent) => any;
96
+ "update:open": (value: boolean) => any;
97
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
98
+ P: {};
99
+ B: {};
100
+ D: {};
101
+ C: {};
102
+ M: {};
103
+ Defaults: {};
104
+ }, Readonly<{
105
+ open?: boolean;
106
+ } & import('./types.ts').BaseDropdownProps> & Readonly<{
107
+ onClick?: (() => any) | undefined;
108
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
109
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
110
+ }>, {
111
+ focus: (options?: FocusOptions) => void;
112
+ }, {}, {}, {}, {}> | null;
83
113
  popoverEl: ({
84
114
  $: import('vue').ComponentInternalInstance;
85
115
  $data: {};
86
116
  $props: ({
87
117
  readonly modelValue?: boolean | undefined;
88
- readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
89
- readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
118
+ readonly role?: import('../../../index.ts').KdsPopoverRole | undefined;
119
+ readonly popoverType?: import('../../../index.ts').KdsPopoverType | undefined;
90
120
  readonly fullWidth?: boolean | undefined;
91
121
  readonly maxInlineSize?: string | undefined;
92
122
  readonly content?: string | undefined;
93
- readonly placement?: Exclude<import('../../../overlays/Popover/types.ts').KdsPopoverPlacement, "custom"> | undefined;
123
+ readonly placement?: Exclude<import('../../../index.ts').KdsPopoverPlacement, "custom"> | undefined;
94
124
  readonly customPlacementPosition?: never | undefined;
95
125
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
96
126
  } | {
97
127
  readonly modelValue?: boolean | undefined;
98
- readonly role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole | undefined;
99
- readonly popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType | undefined;
128
+ readonly role?: import('../../../index.ts').KdsPopoverRole | undefined;
129
+ readonly popoverType?: import('../../../index.ts').KdsPopoverType | undefined;
100
130
  readonly fullWidth?: boolean | undefined;
101
131
  readonly maxInlineSize?: string | undefined;
102
132
  readonly content?: string | undefined;
@@ -124,19 +154,19 @@ declare const _default: import('vue').DefineComponent<({
124
154
  $options: import('vue').ComponentOptionsBase<Readonly<({
125
155
  modelValue?: boolean;
126
156
  } & {
127
- role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
128
- popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType;
157
+ role?: import('../../../index.ts').KdsPopoverRole;
158
+ popoverType?: import('../../../index.ts').KdsPopoverType;
129
159
  fullWidth?: boolean;
130
160
  maxInlineSize?: string;
131
161
  content?: string;
132
162
  } & {
133
- placement?: Exclude<import('../../../overlays/Popover/types.ts').KdsPopoverPlacement, "custom">;
163
+ placement?: Exclude<import('../../../index.ts').KdsPopoverPlacement, "custom">;
134
164
  customPlacementPosition?: never;
135
165
  }) | ({
136
166
  modelValue?: boolean;
137
167
  } & {
138
- role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
139
- popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType;
168
+ role?: import('../../../index.ts').KdsPopoverRole;
169
+ popoverType?: import('../../../index.ts').KdsPopoverType;
140
170
  fullWidth?: boolean;
141
171
  maxInlineSize?: string;
142
172
  content?: string;
@@ -176,19 +206,19 @@ declare const _default: import('vue').DefineComponent<({
176
206
  } & Readonly<{}> & Omit<{} & (Readonly<({
177
207
  modelValue?: boolean;
178
208
  } & {
179
- role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
180
- popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType;
209
+ role?: import('../../../index.ts').KdsPopoverRole;
210
+ popoverType?: import('../../../index.ts').KdsPopoverType;
181
211
  fullWidth?: boolean;
182
212
  maxInlineSize?: string;
183
213
  content?: string;
184
214
  } & {
185
- placement?: Exclude<import('../../../overlays/Popover/types.ts').KdsPopoverPlacement, "custom">;
215
+ placement?: Exclude<import('../../../index.ts').KdsPopoverPlacement, "custom">;
186
216
  customPlacementPosition?: never;
187
217
  }) | ({
188
218
  modelValue?: boolean;
189
219
  } & {
190
- role?: import('../../../overlays/Popover/types.ts').KdsPopoverRole;
191
- popoverType?: import('../../../overlays/Popover/types.ts').KdsPopoverType;
220
+ role?: import('../../../index.ts').KdsPopoverRole;
221
+ popoverType?: import('../../../index.ts').KdsPopoverType;
192
222
  fullWidth?: boolean;
193
223
  maxInlineSize?: string;
194
224
  content?: string;
@@ -318,7 +348,7 @@ declare const _default: import('vue').DefineComponent<({
318
348
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
319
349
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
320
350
  }>, {
321
- focus: () => void;
351
+ focus: (options?: FocusOptions) => void;
322
352
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
323
353
  input: (event: Event) => any;
324
354
  click: (event: MouseEvent) => any;
@@ -389,7 +419,7 @@ declare const _default: import('vue').DefineComponent<({
389
419
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
390
420
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
391
421
  }>, "focus"> & {
392
- focus: () => void;
422
+ focus: (options?: FocusOptions) => void;
393
423
  } & {} & import('vue').ComponentCustomProperties & {} & {
394
424
  $slots: {
395
425
  leading?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsDropdown.vue"],"names":[],"mappings":"AA8FA,OAAO,EAAY,QAAQ,EAAoC,MAAM,KAAK,CAAC;;iBA+C9D,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAiMi6e,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjB1if,wBASG"}
1
+ {"version":3,"file":"KdsDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsDropdown.vue"],"names":[],"mappings":"AAyGA,OAAO,EAAY,QAAQ,EAAoC,MAAM,KAAK,CAAC;;iBA0D9D,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;mBA1DnB,CAT0B;;;;iBAmEb,MAAM;;;;;;;;;;;;;;;;;;;iBAAN,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA1DnB,CAT0B;;;;;;;;;;;;;;;;;;;uBAS1B,CAT0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA4Qo3c,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBpgd,wBAUG"}
@@ -42,7 +42,9 @@ declare const _default: import('vue').DefineComponent<({
42
42
  preserveSubTextSpace?: boolean | undefined;
43
43
  } & {
44
44
  allowNewValues?: boolean;
45
- }), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
45
+ }), {
46
+ focus: (options?: FocusOptions) => void;
47
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
46
48
  "update:modelValue": (value: string[]) => any;
47
49
  }, string, import('vue').PublicProps, Readonly<({
48
50
  modelValue?: string[];
@@ -89,23 +91,51 @@ declare const _default: import('vue').DefineComponent<({
89
91
  })> & Readonly<{
90
92
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
91
93
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
94
+ baseDropdownEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
95
+ open?: boolean;
96
+ } & import('./types').BaseDropdownProps> & Readonly<{
97
+ onClick?: (() => any) | undefined;
98
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
99
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
100
+ }>, {
101
+ focus: (options?: FocusOptions) => void;
102
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
103
+ click: () => any;
104
+ keydown: (event: KeyboardEvent) => any;
105
+ "update:open": (value: boolean) => any;
106
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
107
+ P: {};
108
+ B: {};
109
+ D: {};
110
+ C: {};
111
+ M: {};
112
+ Defaults: {};
113
+ }, Readonly<{
114
+ open?: boolean;
115
+ } & import('./types').BaseDropdownProps> & Readonly<{
116
+ onClick?: (() => any) | undefined;
117
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
118
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
119
+ }>, {
120
+ focus: (options?: FocusOptions) => void;
121
+ }, {}, {}, {}, {}> | null;
92
122
  popoverEl: ({
93
123
  $: import('vue').ComponentInternalInstance;
94
124
  $data: {};
95
125
  $props: ({
96
126
  readonly modelValue?: boolean | undefined;
97
- readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
98
- readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
127
+ readonly role?: import('../../..').KdsPopoverRole | undefined;
128
+ readonly popoverType?: import('../../..').KdsPopoverType | undefined;
99
129
  readonly fullWidth?: boolean | undefined;
100
130
  readonly maxInlineSize?: string | undefined;
101
131
  readonly content?: string | undefined;
102
- readonly placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom"> | undefined;
132
+ readonly placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom"> | undefined;
103
133
  readonly customPlacementPosition?: never | undefined;
104
134
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
105
135
  } | {
106
136
  readonly modelValue?: boolean | undefined;
107
- readonly role?: import('../../../overlays/Popover').KdsPopoverRole | undefined;
108
- readonly popoverType?: import('../../../overlays/Popover').KdsPopoverType | undefined;
137
+ readonly role?: import('../../..').KdsPopoverRole | undefined;
138
+ readonly popoverType?: import('../../..').KdsPopoverType | undefined;
109
139
  readonly fullWidth?: boolean | undefined;
110
140
  readonly maxInlineSize?: string | undefined;
111
141
  readonly content?: string | undefined;
@@ -133,19 +163,19 @@ declare const _default: import('vue').DefineComponent<({
133
163
  $options: import('vue').ComponentOptionsBase<Readonly<({
134
164
  modelValue?: boolean;
135
165
  } & {
136
- role?: import('../../../overlays/Popover').KdsPopoverRole;
137
- popoverType?: import('../../../overlays/Popover').KdsPopoverType;
166
+ role?: import('../../..').KdsPopoverRole;
167
+ popoverType?: import('../../..').KdsPopoverType;
138
168
  fullWidth?: boolean;
139
169
  maxInlineSize?: string;
140
170
  content?: string;
141
171
  } & {
142
- placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom">;
172
+ placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom">;
143
173
  customPlacementPosition?: never;
144
174
  }) | ({
145
175
  modelValue?: boolean;
146
176
  } & {
147
- role?: import('../../../overlays/Popover').KdsPopoverRole;
148
- popoverType?: import('../../../overlays/Popover').KdsPopoverType;
177
+ role?: import('../../..').KdsPopoverRole;
178
+ popoverType?: import('../../..').KdsPopoverType;
149
179
  fullWidth?: boolean;
150
180
  maxInlineSize?: string;
151
181
  content?: string;
@@ -185,19 +215,19 @@ declare const _default: import('vue').DefineComponent<({
185
215
  } & Readonly<{}> & Omit<{} & (Readonly<({
186
216
  modelValue?: boolean;
187
217
  } & {
188
- role?: import('../../../overlays/Popover').KdsPopoverRole;
189
- popoverType?: import('../../../overlays/Popover').KdsPopoverType;
218
+ role?: import('../../..').KdsPopoverRole;
219
+ popoverType?: import('../../..').KdsPopoverType;
190
220
  fullWidth?: boolean;
191
221
  maxInlineSize?: string;
192
222
  content?: string;
193
223
  } & {
194
- placement?: Exclude<import('../../../overlays/Popover').KdsPopoverPlacement, "custom">;
224
+ placement?: Exclude<import('../../..').KdsPopoverPlacement, "custom">;
195
225
  customPlacementPosition?: never;
196
226
  }) | ({
197
227
  modelValue?: boolean;
198
228
  } & {
199
- role?: import('../../../overlays/Popover').KdsPopoverRole;
200
- popoverType?: import('../../../overlays/Popover').KdsPopoverType;
229
+ role?: import('../../..').KdsPopoverRole;
230
+ popoverType?: import('../../..').KdsPopoverType;
201
231
  fullWidth?: boolean;
202
232
  maxInlineSize?: string;
203
233
  content?: string;
@@ -332,7 +362,7 @@ declare const _default: import('vue').DefineComponent<({
332
362
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
333
363
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
334
364
  }>, {
335
- focus: () => void;
365
+ focus: (options?: FocusOptions) => void;
336
366
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
337
367
  input: (event: Event) => any;
338
368
  click: (event: MouseEvent) => any;
@@ -403,7 +433,7 @@ declare const _default: import('vue').DefineComponent<({
403
433
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
404
434
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
405
435
  }>, "focus"> & {
406
- focus: () => void;
436
+ focus: (options?: FocusOptions) => void;
407
437
  } & {} & import('vue').ComponentCustomProperties & {} & {
408
438
  $slots: {
409
439
  leading?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"KdsMultiSelectDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue"],"names":[],"mappings":"AA0IA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;AAOb,OAAO,KAAK,EAAE,iBAAiB,EAA+B,MAAM,SAAS,CAAC;;iBAiFjE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2Ly9Z,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjBpma,wBASG"}
1
+ {"version":3,"file":"KdsMultiSelectDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue"],"names":[],"mappings":"AAqJA,OAAO,EAEL,QAAQ,EAKT,MAAM,KAAK,CAAC;AASb,OAAO,KAAK,EAAE,iBAAiB,EAA+B,MAAM,SAAS,CAAC;;iBA0FjE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;mBA1GrB,CAzD2B;;;;iBAmKd,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;iBAAR,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA1GrB,CAzD2B;;;;;;;;;;;;;;;;;;;uBAyD3B,CAzD2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAsWm7X,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlBpkY,wBAUG"}
@@ -114,7 +114,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
114
114
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
115
115
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
116
116
  }>, {
117
- focus: () => void;
117
+ focus: (options?: FocusOptions) => void;
118
118
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
119
119
  input: (event: Event) => any;
120
120
  click: (event: MouseEvent) => any;
@@ -185,7 +185,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
185
185
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
186
186
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
187
187
  }>, "focus"> & {
188
- focus: () => void;
188
+ focus: (options?: FocusOptions) => void;
189
189
  } & {} & import('vue').ComponentCustomProperties & {} & {
190
190
  $slots: {
191
191
  leading?(_: {}): any;
@@ -95,7 +95,7 @@ export type KdsFormFieldExpose = {
95
95
  /**
96
96
  * Focuses the input element
97
97
  */
98
- focus: () => void;
98
+ focus: (options?: FocusOptions) => void;
99
99
  };
100
100
  export {};
101
101
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/forms/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AAEhC,KAAK,wBAAwB,GAAG;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,kBAAkB,GAAG,wBAAwB,GAChD,CACI;IACE;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CACJ,CAAC;AAEJ,KAAK,oBAAoB,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AAExD,KAAK,oBAAoB,GAAG;IAC1B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,GAChD,oBAAoB,GACpB,oBAAoB,CAAC;AAEvB,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/forms/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AAEhC,KAAK,wBAAwB,GAAG;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,KAAK,kBAAkB,GAAG,wBAAwB,GAChD,CACI;IACE;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,KAAK,CAAC;CACnB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CACJ,CAAC;AAEJ,KAAK,oBAAoB,GAAG,IAAI,CAAC,eAAe,EAAE,IAAI,CAAC,CAAC;AAExD,KAAK,oBAAoB,GAAG;IAC1B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,GAChD,oBAAoB,GACpB,oBAAoB,CAAC;AAEvB,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,KAAK,EAAE,CAAC,OAAO,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;CACzC,CAAC"}
@@ -1,3 +1,5 @@
1
1
  export * from './Modal';
2
2
  export type * from './Modal';
3
+ export * from './Popover';
4
+ export type * from './Popover';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/overlays/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/overlays/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,mBAAmB,SAAS,CAAC;AAE7B,cAAc,WAAW,CAAC;AAC1B,mBAAmB,WAAW,CAAC"}
@@ -60,7 +60,9 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
60
60
  } & import('../../buttons/types').WithDestructive)> & Readonly<{
61
61
  onClick?: ((event: MouseEvent) => any) | undefined;
62
62
  }>), {}, {}, {}, {}, {}> | null)[];
63
- measureMenuButton: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<(import('../../types/testId').WithTestId & {
63
+ measureMenuButton: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<({
64
+ modelValue?: boolean;
65
+ } & import('../../types/testId').WithTestId & {
64
66
  size?: import('../..').KdsButtonSize;
65
67
  disabled?: boolean;
66
68
  title?: string;
@@ -73,7 +75,9 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
73
75
  } & {
74
76
  items: import('../..').KdsMenuItem[];
75
77
  menuMaxHeight?: string;
76
- }) | (import('../../types/testId').WithTestId & {
78
+ }) | ({
79
+ modelValue?: boolean;
80
+ } & import('../../types/testId').WithTestId & {
77
81
  size?: import('../..').KdsButtonSize;
78
82
  disabled?: boolean;
79
83
  title?: string;
@@ -87,6 +91,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
87
91
  items: import('../..').KdsMenuItem[];
88
92
  menuMaxHeight?: string;
89
93
  })> & Readonly<{
94
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
90
95
  onItemClick?: ((id: string) => any) | undefined;
91
96
  }>, {
92
97
  menuButtonEl: Readonly<import('vue').ShallowRef<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<({
@@ -152,6 +157,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
152
157
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
153
158
  }>), {}, {}, {}, {}, {}> | null>>;
154
159
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
160
+ "update:modelValue": (value: boolean) => any;
155
161
  itemClick: (id: string) => any;
156
162
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
157
163
  menuButton: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<({
@@ -221,18 +227,18 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
221
227
  $data: {};
222
228
  $props: ({
223
229
  readonly modelValue?: boolean | undefined;
224
- readonly role?: import('../../overlays/Popover').KdsPopoverRole | undefined;
225
- readonly popoverType?: import('../../overlays/Popover').KdsPopoverType | undefined;
230
+ readonly role?: import('../..').KdsPopoverRole | undefined;
231
+ readonly popoverType?: import('../..').KdsPopoverType | undefined;
226
232
  readonly fullWidth?: boolean | undefined;
227
233
  readonly maxInlineSize?: string | undefined;
228
234
  readonly content?: string | undefined;
229
- readonly placement?: Exclude<import('../../overlays/Popover').KdsPopoverPlacement, "custom"> | undefined;
235
+ readonly placement?: Exclude<import('../..').KdsPopoverPlacement, "custom"> | undefined;
230
236
  readonly customPlacementPosition?: never | undefined;
231
237
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
232
238
  } | {
233
239
  readonly modelValue?: boolean | undefined;
234
- readonly role?: import('../../overlays/Popover').KdsPopoverRole | undefined;
235
- readonly popoverType?: import('../../overlays/Popover').KdsPopoverType | undefined;
240
+ readonly role?: import('../..').KdsPopoverRole | undefined;
241
+ readonly popoverType?: import('../..').KdsPopoverType | undefined;
236
242
  readonly fullWidth?: boolean | undefined;
237
243
  readonly maxInlineSize?: string | undefined;
238
244
  readonly content?: string | undefined;
@@ -260,19 +266,19 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
260
266
  $options: import('vue').ComponentOptionsBase<Readonly<({
261
267
  modelValue?: boolean;
262
268
  } & {
263
- role?: import('../../overlays/Popover').KdsPopoverRole;
264
- popoverType?: import('../../overlays/Popover').KdsPopoverType;
269
+ role?: import('../..').KdsPopoverRole;
270
+ popoverType?: import('../..').KdsPopoverType;
265
271
  fullWidth?: boolean;
266
272
  maxInlineSize?: string;
267
273
  content?: string;
268
274
  } & {
269
- placement?: Exclude<import('../../overlays/Popover').KdsPopoverPlacement, "custom">;
275
+ placement?: Exclude<import('../..').KdsPopoverPlacement, "custom">;
270
276
  customPlacementPosition?: never;
271
277
  }) | ({
272
278
  modelValue?: boolean;
273
279
  } & {
274
- role?: import('../../overlays/Popover').KdsPopoverRole;
275
- popoverType?: import('../../overlays/Popover').KdsPopoverType;
280
+ role?: import('../..').KdsPopoverRole;
281
+ popoverType?: import('../..').KdsPopoverType;
276
282
  fullWidth?: boolean;
277
283
  maxInlineSize?: string;
278
284
  content?: string;
@@ -312,19 +318,19 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
312
318
  } & Readonly<{}> & Omit<{} & (Readonly<({
313
319
  modelValue?: boolean;
314
320
  } & {
315
- role?: import('../../overlays/Popover').KdsPopoverRole;
316
- popoverType?: import('../../overlays/Popover').KdsPopoverType;
321
+ role?: import('../..').KdsPopoverRole;
322
+ popoverType?: import('../..').KdsPopoverType;
317
323
  fullWidth?: boolean;
318
324
  maxInlineSize?: string;
319
325
  content?: string;
320
326
  } & {
321
- placement?: Exclude<import('../../overlays/Popover').KdsPopoverPlacement, "custom">;
327
+ placement?: Exclude<import('../..').KdsPopoverPlacement, "custom">;
322
328
  customPlacementPosition?: never;
323
329
  }) | ({
324
330
  modelValue?: boolean;
325
331
  } & {
326
- role?: import('../../overlays/Popover').KdsPopoverRole;
327
- popoverType?: import('../../overlays/Popover').KdsPopoverType;
332
+ role?: import('../..').KdsPopoverRole;
333
+ popoverType?: import('../..').KdsPopoverType;
328
334
  fullWidth?: boolean;
329
335
  maxInlineSize?: string;
330
336
  content?: string;
@@ -371,7 +377,9 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
371
377
  C: {};
372
378
  M: {};
373
379
  Defaults: {};
374
- }, {} & (Readonly<(import('../../types/testId').WithTestId & {
380
+ }, {} & (Readonly<({
381
+ modelValue?: boolean;
382
+ } & import('../../types/testId').WithTestId & {
375
383
  size?: import('../..').KdsButtonSize;
376
384
  disabled?: boolean;
377
385
  title?: string;
@@ -384,7 +392,9 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
384
392
  } & {
385
393
  items: import('../..').KdsMenuItem[];
386
394
  menuMaxHeight?: string;
387
- }) | (import('../../types/testId').WithTestId & {
395
+ }) | ({
396
+ modelValue?: boolean;
397
+ } & import('../../types/testId').WithTestId & {
388
398
  size?: import('../..').KdsButtonSize;
389
399
  disabled?: boolean;
390
400
  title?: string;
@@ -398,6 +408,7 @@ declare const _default: import('vue').DefineComponent<KdsResponsiveButtonGroupPr
398
408
  items: import('../..').KdsMenuItem[];
399
409
  menuMaxHeight?: string;
400
410
  })> & Readonly<{
411
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
401
412
  onItemClick?: ((id: string) => any) | undefined;
402
413
  }>), {
403
414
  menuButtonEl: Readonly<import('vue').ShallowRef<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<({
@@ -1 +1 @@
1
- {"version":3,"file":"KdsResponsiveButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue"],"names":[],"mappings":"AAqMA,OAAO,EAAY,QAAQ,EAAyC,MAAM,KAAK,CAAC;AAMhF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAsSy0X,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhB5/X,wBAQG"}
1
+ {"version":3,"file":"KdsResponsiveButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/patterns/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue"],"names":[],"mappings":"AAqMA,OAAO,EAAY,QAAQ,EAAyC,MAAM,KAAK,CAAC;AAMhF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAsSy0X,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAhB5/X,wBAQG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-components",
3
- "version": "0.28.7",
3
+ "version": "0.28.9",
4
4
  "description": "Package containing basic Vue components of the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@
38
38
  "consola": "^3.4.2",
39
39
  "pretty-bytes": "^7.1.0",
40
40
  "temporal-polyfill": "^0.3.2",
41
- "@knime/kds-styles": "^0.28.7"
41
+ "@knime/kds-styles": "^0.28.9"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@storybook/vue3-vite": "^10.3.6",