@dpa-id-components/dpa-shared-components 8.1.1-0 → 8.1.1

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/components/DpaEventItem/DpaEventItem.stories.d.ts +10 -10
  2. package/dist/components/DpaMediaItem/DpaMediaItem.stories.d.ts +2 -2
  3. package/dist/components/UiAutocomplete/UiAutocomplete.stories.d.ts +4 -1
  4. package/dist/components/UiAutocomplete/UiAutocomplete.vue.d.ts +4 -1
  5. package/dist/components/UiBadge/UiBadge.stories.d.ts +2 -2
  6. package/dist/components/UiButton/UiButton.stories.d.ts +18 -18
  7. package/dist/components/UiButton/UiButton.vue.d.ts +9 -9
  8. package/dist/components/UiButtonGroup/UiButtonGroup.stories.d.ts +2 -2
  9. package/dist/components/UiCard/UiCard.stories.d.ts +2 -2
  10. package/dist/components/UiCheckBox/UiCheckBox.stories.d.ts +9 -5
  11. package/dist/components/UiCheckBox/UiCheckBox.vue.d.ts +3 -1
  12. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.stories.d.ts +5 -1
  13. package/dist/components/UiCheckBoxGroup/UiCheckBoxGroup.vue.d.ts +5 -1
  14. package/dist/components/UiChip/UiChip.stories.d.ts +2 -2
  15. package/dist/components/UiCollapseNavigation/UiCollapseNavigation.stories.d.ts +2 -2
  16. package/dist/components/UiDatePicker/UiDatePicker.vue.d.ts +4 -3
  17. package/dist/components/UiDialog/UiDialog.stories.d.ts +16 -8
  18. package/dist/components/UiDialog/UiDialog.vue.d.ts +3 -1
  19. package/dist/components/UiFilterBadge/UiFilterBadge.stories.d.ts +4 -4
  20. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.stories.d.ts +20 -12
  21. package/dist/components/UiFilterBadgeButton/UiFilterBadgeButton.vue.d.ts +3 -1
  22. package/dist/components/UiFilterButton/UiFilterButton.stories.d.ts +6 -2
  23. package/dist/components/UiFilterButton/UiFilterButton.vue.d.ts +6 -3
  24. package/dist/components/UiIconButton/UiIconButton.vue.d.ts +1 -1
  25. package/dist/components/UiInfoContent/UiInfoContent.stories.d.ts +22 -22
  26. package/dist/components/UiInput/UiInput.stories.d.ts +32 -20
  27. package/dist/components/UiInput/UiInput.vue.d.ts +18 -12
  28. package/dist/components/UiList/UiList.stories.d.ts +30 -18
  29. package/dist/components/UiListItem/UiListItem.stories.d.ts +16 -8
  30. package/dist/components/UiListItem/UiListItem.vue.d.ts +3 -1
  31. package/dist/components/UiMenu/UiMenu.stories.d.ts +14 -2
  32. package/dist/components/UiMenu/UiMenu.vue.d.ts +10 -3
  33. package/dist/components/UiOverlay/UiOverlay.stories.d.ts +16 -8
  34. package/dist/components/UiOverlay/UiOverlay.vue.d.ts +3 -1
  35. package/dist/components/UiOverlayMenu/UiOverlayMenu.stories.d.ts +36 -20
  36. package/dist/components/UiOverlayMenu/UiOverlayMenu.vue.d.ts +3 -1
  37. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.stories.d.ts +24 -20
  38. package/dist/components/UiRadioInputGroup/UiRadioInputGroup.vue.d.ts +12 -10
  39. package/dist/components/UiSearchBar/UiSearchBar.stories.d.ts +90 -62
  40. package/dist/components/UiSearchBar/UiSearchBar.vue.d.ts +15 -8
  41. package/dist/components/UiSearchInput/UiSearchInput.stories.d.ts +30 -30
  42. package/dist/components/UiSearchInput/UiSearchInput.vue.d.ts +8 -8
  43. package/dist/components/UiSection/UiSection.stories.d.ts +2 -2
  44. package/dist/components/UiSectionDivider/UiSectionDivider.stories.d.ts +2 -2
  45. package/dist/components/UiSectionDivider/UiSectionDivider.vue.d.ts +1 -1
  46. package/dist/components/UiSimpleInput/UiSimpleInput.stories.d.ts +6 -2
  47. package/dist/components/UiSimpleInput/UiSimpleInput.vue.d.ts +3 -1
  48. package/dist/components/UiSnackbar/UiSnackbar.stories.d.ts +24 -12
  49. package/dist/components/UiSnackbar/UiSnackbar.vue.d.ts +4 -1
  50. package/dist/components/UiTextButton/UiTextButton.stories.d.ts +2 -2
  51. package/dist/components/UiToggleButton/UiToggleButton.stories.d.ts +8 -4
  52. package/dist/components/UiToggleButton/UiToggleButton.vue.d.ts +3 -1
  53. package/dist/components/UiTooltip/UiTooltip.stories.d.ts +4 -4
  54. package/dist/dpa-shared-components.mjs +9236 -8350
  55. package/dist/dpa-shared-components.umd.js +5 -5
  56. package/dist/style.css +1 -1
  57. package/package.json +1 -1
@@ -18,10 +18,6 @@ declare const meta: {
18
18
  }[]>;
19
19
  required: true;
20
20
  };
21
- direction: {
22
- type: import("vue").PropType<"vertical" | "horizontal">;
23
- default: string;
24
- };
25
21
  variant: {
26
22
  type: import("vue").PropType<"blue" | "gray">;
27
23
  default: string;
@@ -30,7 +26,13 @@ declare const meta: {
30
26
  type: import("vue").PropType<string>;
31
27
  required: true;
32
28
  };
33
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
+ direction: {
30
+ type: import("vue").PropType<"vertical" | "horizontal">;
31
+ default: string;
32
+ };
33
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
+ input: (...args: any[]) => void;
35
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
36
  size: {
35
37
  type: import("vue").PropType<"small" | "medium">;
36
38
  default: string;
@@ -47,10 +49,6 @@ declare const meta: {
47
49
  }[]>;
48
50
  required: true;
49
51
  };
50
- direction: {
51
- type: import("vue").PropType<"vertical" | "horizontal">;
52
- default: string;
53
- };
54
52
  variant: {
55
53
  type: import("vue").PropType<"blue" | "gray">;
56
54
  default: string;
@@ -59,13 +57,17 @@ declare const meta: {
59
57
  type: import("vue").PropType<string>;
60
58
  required: true;
61
59
  };
60
+ direction: {
61
+ type: import("vue").PropType<"vertical" | "horizontal">;
62
+ default: string;
63
+ };
62
64
  }>> & {
63
65
  onInput?: ((...args: any[]) => any) | undefined;
64
66
  }, {
65
67
  size: "small" | "medium";
66
68
  disabled: boolean;
67
- direction: "vertical" | "horizontal";
68
69
  variant: "blue" | "gray";
70
+ direction: "vertical" | "horizontal";
69
71
  }, {}>;
70
72
  argTypes: {
71
73
  value: {
@@ -128,10 +130,6 @@ declare const meta: {
128
130
  }[]>;
129
131
  required: true;
130
132
  };
131
- direction: {
132
- type: import("vue").PropType<"vertical" | "horizontal">;
133
- default: string;
134
- };
135
133
  variant: {
136
134
  type: import("vue").PropType<"blue" | "gray">;
137
135
  default: string;
@@ -140,7 +138,13 @@ declare const meta: {
140
138
  type: import("vue").PropType<string>;
141
139
  required: true;
142
140
  };
143
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
141
+ direction: {
142
+ type: import("vue").PropType<"vertical" | "horizontal">;
143
+ default: string;
144
+ };
145
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
146
+ input: (...args: any[]) => void;
147
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
144
148
  size: {
145
149
  type: import("vue").PropType<"small" | "medium">;
146
150
  default: string;
@@ -157,10 +161,6 @@ declare const meta: {
157
161
  }[]>;
158
162
  required: true;
159
163
  };
160
- direction: {
161
- type: import("vue").PropType<"vertical" | "horizontal">;
162
- default: string;
163
- };
164
164
  variant: {
165
165
  type: import("vue").PropType<"blue" | "gray">;
166
166
  default: string;
@@ -169,13 +169,17 @@ declare const meta: {
169
169
  type: import("vue").PropType<string>;
170
170
  required: true;
171
171
  };
172
+ direction: {
173
+ type: import("vue").PropType<"vertical" | "horizontal">;
174
+ default: string;
175
+ };
172
176
  }>> & {
173
177
  onInput?: ((...args: any[]) => any) | undefined;
174
178
  }, {
175
179
  size: "small" | "medium";
176
180
  disabled: boolean;
177
- direction: "vertical" | "horizontal";
178
181
  variant: "blue" | "gray";
182
+ direction: "vertical" | "horizontal";
179
183
  }, {}>;
180
184
  };
181
185
  template: string;
@@ -15,10 +15,6 @@ declare const _default: import("vue").DefineComponent<{
15
15
  }[]>;
16
16
  required: true;
17
17
  };
18
- direction: {
19
- type: import("vue").PropType<"vertical" | "horizontal">;
20
- default: string;
21
- };
22
18
  variant: {
23
19
  type: import("vue").PropType<"blue" | "gray">;
24
20
  default: string;
@@ -27,7 +23,13 @@ declare const _default: import("vue").DefineComponent<{
27
23
  type: import("vue").PropType<string>;
28
24
  required: true;
29
25
  };
30
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
+ direction: {
27
+ type: import("vue").PropType<"vertical" | "horizontal">;
28
+ default: string;
29
+ };
30
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ input: (...args: any[]) => void;
32
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
33
  size: {
32
34
  type: import("vue").PropType<"small" | "medium">;
33
35
  default: string;
@@ -44,10 +46,6 @@ declare const _default: import("vue").DefineComponent<{
44
46
  }[]>;
45
47
  required: true;
46
48
  };
47
- direction: {
48
- type: import("vue").PropType<"vertical" | "horizontal">;
49
- default: string;
50
- };
51
49
  variant: {
52
50
  type: import("vue").PropType<"blue" | "gray">;
53
51
  default: string;
@@ -56,12 +54,16 @@ declare const _default: import("vue").DefineComponent<{
56
54
  type: import("vue").PropType<string>;
57
55
  required: true;
58
56
  };
57
+ direction: {
58
+ type: import("vue").PropType<"vertical" | "horizontal">;
59
+ default: string;
60
+ };
59
61
  }>> & {
60
62
  onInput?: ((...args: any[]) => any) | undefined;
61
63
  }, {
62
64
  size: "small" | "medium";
63
65
  disabled: boolean;
64
- direction: "vertical" | "horizontal";
65
66
  variant: "blue" | "gray";
67
+ direction: "horizontal" | "vertical";
66
68
  }, {}>;
67
69
  export default _default;
@@ -6,12 +6,18 @@ declare const meta: {
6
6
  $: import("vue").ComponentInternalInstance;
7
7
  $data: {};
8
8
  $props: {
9
- placeholder?: string | undefined;
10
9
  modelValue?: string | undefined;
10
+ placeholder?: string | undefined;
11
11
  backgroundColor?: "white" | "gray" | undefined;
12
12
  hiddenFilterRules?: number | undefined;
13
13
  isFilterChipEditable?: boolean | undefined;
14
14
  hasChips?: boolean | undefined;
15
+ class?: unknown;
16
+ style?: unknown;
17
+ onFocus?: ((...args: any[]) => any) | undefined;
18
+ onBlur?: ((...args: any[]) => any) | undefined;
19
+ onReset?: ((...args: any[]) => any) | undefined;
20
+ onSubmit?: ((...args: any[]) => any) | undefined;
15
21
  key?: string | number | symbol | undefined;
16
22
  ref?: import("vue").VNodeRef | undefined;
17
23
  ref_for?: boolean | undefined;
@@ -54,12 +60,6 @@ declare const meta: {
54
60
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
55
61
  [key: string]: any;
56
62
  }>) => void)[] | undefined;
57
- class?: unknown;
58
- style?: unknown;
59
- onFocus?: ((...args: any[]) => any) | undefined;
60
- onBlur?: ((...args: any[]) => any) | undefined;
61
- onReset?: ((...args: any[]) => any) | undefined;
62
- onSubmit?: ((...args: any[]) => any) | undefined;
63
63
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
64
64
  onSearch?: ((...args: any[]) => any) | undefined;
65
65
  };
@@ -74,16 +74,16 @@ declare const meta: {
74
74
  }>;
75
75
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
76
76
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
77
- $emit: (event: "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", ...args: any[]) => void;
77
+ $emit: ((event: "reset", ...args: any[]) => void) & ((event: "search", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "submit", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void);
78
78
  $el: any;
79
79
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
80
- placeholder: {
80
+ modelValue: {
81
81
  type: import("vue").PropType<string>;
82
+ required: true;
82
83
  default: string;
83
84
  };
84
- modelValue: {
85
+ placeholder: {
85
86
  type: import("vue").PropType<string>;
86
- required: true;
87
87
  default: string;
88
88
  };
89
89
  backgroundColor: {
@@ -112,9 +112,16 @@ declare const meta: {
112
112
  onSearch?: ((...args: any[]) => any) | undefined;
113
113
  }, {
114
114
  searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
115
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], string, {
116
- placeholder: string;
115
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
116
+ reset: (...args: any[]) => void;
117
+ search: (...args: any[]) => void;
118
+ blur: (...args: any[]) => void;
119
+ focus: (...args: any[]) => void;
120
+ submit: (...args: any[]) => void;
121
+ "update:modelValue": (...args: any[]) => void;
122
+ }, string, {
117
123
  modelValue: string;
124
+ placeholder: string;
118
125
  backgroundColor: "white" | "gray";
119
126
  hiddenFilterRules: number;
120
127
  isFilterChipEditable: boolean;
@@ -140,13 +147,13 @@ declare const meta: {
140
147
  $nextTick: typeof import("vue").nextTick;
141
148
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
142
149
  } & Readonly<import("vue").ExtractPropTypes<{
143
- placeholder: {
150
+ modelValue: {
144
151
  type: import("vue").PropType<string>;
152
+ required: true;
145
153
  default: string;
146
154
  };
147
- modelValue: {
155
+ placeholder: {
148
156
  type: import("vue").PropType<string>;
149
- required: true;
150
157
  default: string;
151
158
  };
152
159
  backgroundColor: {
@@ -180,13 +187,13 @@ declare const meta: {
180
187
  __isTeleport?: undefined;
181
188
  __isSuspense?: undefined;
182
189
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
183
- placeholder: {
190
+ modelValue: {
184
191
  type: import("vue").PropType<string>;
192
+ required: true;
185
193
  default: string;
186
194
  };
187
- modelValue: {
195
+ placeholder: {
188
196
  type: import("vue").PropType<string>;
189
- required: true;
190
197
  default: string;
191
198
  };
192
199
  backgroundColor: {
@@ -215,9 +222,16 @@ declare const meta: {
215
222
  onSearch?: ((...args: any[]) => any) | undefined;
216
223
  }, {
217
224
  searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
218
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", {
219
- placeholder: string;
225
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
226
+ reset: (...args: any[]) => void;
227
+ search: (...args: any[]) => void;
228
+ blur: (...args: any[]) => void;
229
+ focus: (...args: any[]) => void;
230
+ submit: (...args: any[]) => void;
231
+ "update:modelValue": (...args: any[]) => void;
232
+ }, string, {
220
233
  modelValue: string;
234
+ placeholder: string;
221
235
  backgroundColor: "white" | "gray";
222
236
  hiddenFilterRules: number;
223
237
  isFilterChipEditable: boolean;
@@ -268,12 +282,18 @@ export declare const WithChips: {
268
282
  $: import("vue").ComponentInternalInstance;
269
283
  $data: {};
270
284
  $props: {
271
- placeholder?: string | undefined;
272
285
  modelValue?: string | undefined;
286
+ placeholder?: string | undefined;
273
287
  backgroundColor?: "white" | "gray" | undefined;
274
288
  hiddenFilterRules?: number | undefined;
275
289
  isFilterChipEditable?: boolean | undefined;
276
290
  hasChips?: boolean | undefined;
291
+ class?: unknown;
292
+ style?: unknown;
293
+ onFocus?: ((...args: any[]) => any) | undefined;
294
+ onBlur?: ((...args: any[]) => any) | undefined;
295
+ onReset?: ((...args: any[]) => any) | undefined;
296
+ onSubmit?: ((...args: any[]) => any) | undefined;
277
297
  key?: string | number | symbol | undefined;
278
298
  ref?: import("vue").VNodeRef | undefined;
279
299
  ref_for?: boolean | undefined;
@@ -316,12 +336,6 @@ export declare const WithChips: {
316
336
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
317
337
  [key: string]: any;
318
338
  }>) => void)[] | undefined;
319
- class?: unknown;
320
- style?: unknown;
321
- onFocus?: ((...args: any[]) => any) | undefined;
322
- onBlur?: ((...args: any[]) => any) | undefined;
323
- onReset?: ((...args: any[]) => any) | undefined;
324
- onSubmit?: ((...args: any[]) => any) | undefined;
325
339
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
326
340
  onSearch?: ((...args: any[]) => any) | undefined;
327
341
  };
@@ -336,16 +350,16 @@ export declare const WithChips: {
336
350
  }>;
337
351
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
338
352
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
339
- $emit: (event: "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", ...args: any[]) => void;
353
+ $emit: ((event: "reset", ...args: any[]) => void) & ((event: "search", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "submit", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void);
340
354
  $el: any;
341
355
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
342
- placeholder: {
356
+ modelValue: {
343
357
  type: import("vue").PropType<string>;
358
+ required: true;
344
359
  default: string;
345
360
  };
346
- modelValue: {
361
+ placeholder: {
347
362
  type: import("vue").PropType<string>;
348
- required: true;
349
363
  default: string;
350
364
  };
351
365
  backgroundColor: {
@@ -374,9 +388,16 @@ export declare const WithChips: {
374
388
  onSearch?: ((...args: any[]) => any) | undefined;
375
389
  }, {
376
390
  searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
377
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], string, {
378
- placeholder: string;
391
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
392
+ reset: (...args: any[]) => void;
393
+ search: (...args: any[]) => void;
394
+ blur: (...args: any[]) => void;
395
+ focus: (...args: any[]) => void;
396
+ submit: (...args: any[]) => void;
397
+ "update:modelValue": (...args: any[]) => void;
398
+ }, string, {
379
399
  modelValue: string;
400
+ placeholder: string;
380
401
  backgroundColor: "white" | "gray";
381
402
  hiddenFilterRules: number;
382
403
  isFilterChipEditable: boolean;
@@ -402,13 +423,13 @@ export declare const WithChips: {
402
423
  $nextTick: typeof import("vue").nextTick;
403
424
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
404
425
  } & Readonly<import("vue").ExtractPropTypes<{
405
- placeholder: {
426
+ modelValue: {
406
427
  type: import("vue").PropType<string>;
428
+ required: true;
407
429
  default: string;
408
430
  };
409
- modelValue: {
431
+ placeholder: {
410
432
  type: import("vue").PropType<string>;
411
- required: true;
412
433
  default: string;
413
434
  };
414
435
  backgroundColor: {
@@ -442,13 +463,13 @@ export declare const WithChips: {
442
463
  __isTeleport?: undefined;
443
464
  __isSuspense?: undefined;
444
465
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
445
- placeholder: {
466
+ modelValue: {
446
467
  type: import("vue").PropType<string>;
468
+ required: true;
447
469
  default: string;
448
470
  };
449
- modelValue: {
471
+ placeholder: {
450
472
  type: import("vue").PropType<string>;
451
- required: true;
452
473
  default: string;
453
474
  };
454
475
  backgroundColor: {
@@ -477,9 +498,16 @@ export declare const WithChips: {
477
498
  onSearch?: ((...args: any[]) => any) | undefined;
478
499
  }, {
479
500
  searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
480
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", {
481
- placeholder: string;
501
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
502
+ reset: (...args: any[]) => void;
503
+ search: (...args: any[]) => void;
504
+ blur: (...args: any[]) => void;
505
+ focus: (...args: any[]) => void;
506
+ submit: (...args: any[]) => void;
507
+ "update:modelValue": (...args: any[]) => void;
508
+ }, string, {
482
509
  modelValue: string;
510
+ placeholder: string;
483
511
  backgroundColor: "white" | "gray";
484
512
  hiddenFilterRules: number;
485
513
  isFilterChipEditable: boolean;
@@ -501,9 +529,12 @@ export declare const WithChips: {
501
529
  color?: "blue" | "white" | "gray" | "transparent" | "light-gray" | undefined;
502
530
  iconName?: string | null | undefined;
503
531
  disabled?: boolean | undefined;
504
- href?: string | undefined;
505
532
  rounded?: boolean | undefined;
506
533
  disabledVariant?: "primary" | "secondary" | undefined;
534
+ href?: string | undefined;
535
+ class?: unknown;
536
+ style?: unknown;
537
+ onClick?: (() => any) | undefined;
507
538
  key?: string | number | symbol | undefined;
508
539
  ref?: import("vue").VNodeRef | undefined;
509
540
  ref_for?: boolean | undefined;
@@ -546,9 +577,6 @@ export declare const WithChips: {
546
577
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
547
578
  [key: string]: any;
548
579
  }>) => void)[] | undefined;
549
- class?: unknown;
550
- style?: unknown;
551
- onClick?: (() => any) | undefined;
552
580
  };
553
581
  $attrs: {
554
582
  [x: string]: unknown;
@@ -580,10 +608,6 @@ export declare const WithChips: {
580
608
  type: import("vue").PropType<boolean>;
581
609
  default: boolean;
582
610
  };
583
- href: {
584
- type: import("vue").PropType<string>;
585
- default: string;
586
- };
587
611
  rounded: {
588
612
  type: import("vue").PropType<boolean>;
589
613
  default: boolean;
@@ -592,6 +616,10 @@ export declare const WithChips: {
592
616
  type: import("vue").PropType<"primary" | "secondary">;
593
617
  default: string;
594
618
  };
619
+ href: {
620
+ type: import("vue").PropType<string>;
621
+ default: string;
622
+ };
595
623
  }>> & {
596
624
  onClick?: (() => any) | undefined;
597
625
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -601,9 +629,9 @@ export declare const WithChips: {
601
629
  color: "blue" | "white" | "gray" | "transparent" | "light-gray";
602
630
  iconName: string | null;
603
631
  disabled: boolean;
604
- href: string;
605
632
  rounded: boolean;
606
633
  disabledVariant: "primary" | "secondary";
634
+ href: string;
607
635
  }, {}, string, {}> & {
608
636
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
609
637
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -641,10 +669,6 @@ export declare const WithChips: {
641
669
  type: import("vue").PropType<boolean>;
642
670
  default: boolean;
643
671
  };
644
- href: {
645
- type: import("vue").PropType<string>;
646
- default: string;
647
- };
648
672
  rounded: {
649
673
  type: import("vue").PropType<boolean>;
650
674
  default: boolean;
@@ -653,6 +677,10 @@ export declare const WithChips: {
653
677
  type: import("vue").PropType<"primary" | "secondary">;
654
678
  default: string;
655
679
  };
680
+ href: {
681
+ type: import("vue").PropType<string>;
682
+ default: string;
683
+ };
656
684
  }>> & {
657
685
  onClick?: (() => any) | undefined;
658
686
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -676,10 +704,6 @@ export declare const WithChips: {
676
704
  type: import("vue").PropType<boolean>;
677
705
  default: boolean;
678
706
  };
679
- href: {
680
- type: import("vue").PropType<string>;
681
- default: string;
682
- };
683
707
  rounded: {
684
708
  type: import("vue").PropType<boolean>;
685
709
  default: boolean;
@@ -688,6 +712,10 @@ export declare const WithChips: {
688
712
  type: import("vue").PropType<"primary" | "secondary">;
689
713
  default: string;
690
714
  };
715
+ href: {
716
+ type: import("vue").PropType<string>;
717
+ default: string;
718
+ };
691
719
  }>> & {
692
720
  onClick?: (() => any) | undefined;
693
721
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -697,9 +725,9 @@ export declare const WithChips: {
697
725
  color: "blue" | "white" | "gray" | "transparent" | "light-gray";
698
726
  iconName: string | null;
699
727
  disabled: boolean;
700
- href: string;
701
728
  rounded: boolean;
702
729
  disabledVariant: "primary" | "secondary";
730
+ href: string;
703
731
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
704
732
  $slots: {
705
733
  default?(_: {}): any;
@@ -804,6 +832,8 @@ export declare const WithChips: {
804
832
  size?: "small" | "medium" | "big" | undefined;
805
833
  cursorStyle?: "text" | "default" | "pointer" | undefined;
806
834
  isVisible?: boolean | undefined;
835
+ class?: unknown;
836
+ style?: unknown;
807
837
  key?: string | number | symbol | undefined;
808
838
  ref?: import("vue").VNodeRef | undefined;
809
839
  ref_for?: boolean | undefined;
@@ -846,8 +876,6 @@ export declare const WithChips: {
846
876
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
847
877
  [key: string]: any;
848
878
  }>) => void)[] | undefined;
849
- class?: unknown;
850
- style?: unknown;
851
879
  };
852
880
  $attrs: {
853
881
  [x: string]: unknown;
@@ -1,11 +1,11 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- placeholder: {
2
+ modelValue: {
3
3
  type: import("vue").PropType<string>;
4
+ required: true;
4
5
  default: string;
5
6
  };
6
- modelValue: {
7
+ placeholder: {
7
8
  type: import("vue").PropType<string>;
8
- required: true;
9
9
  default: string;
10
10
  };
11
11
  backgroundColor: {
@@ -27,14 +27,21 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
27
27
  };
28
28
  }, {
29
29
  searchInputRef: import("vue").Ref<HTMLInputElement | undefined>;
30
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue")[], "reset" | "search" | "blur" | "focus" | "submit" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
- placeholder: {
30
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ reset: (...args: any[]) => void;
32
+ search: (...args: any[]) => void;
33
+ blur: (...args: any[]) => void;
34
+ focus: (...args: any[]) => void;
35
+ submit: (...args: any[]) => void;
36
+ "update:modelValue": (...args: any[]) => void;
37
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
38
+ modelValue: {
32
39
  type: import("vue").PropType<string>;
40
+ required: true;
33
41
  default: string;
34
42
  };
35
- modelValue: {
43
+ placeholder: {
36
44
  type: import("vue").PropType<string>;
37
- required: true;
38
45
  default: string;
39
46
  };
40
47
  backgroundColor: {
@@ -62,8 +69,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
62
69
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
63
70
  onSearch?: ((...args: any[]) => any) | undefined;
64
71
  }, {
65
- placeholder: string;
66
72
  modelValue: string;
73
+ placeholder: string;
67
74
  backgroundColor: "white" | "gray";
68
75
  hiddenFilterRules: number;
69
76
  isFilterChipEditable: boolean;