@solfacil/girassol 0.15.0 → 0.16.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 (82) hide show
  1. package/README.md +2 -2
  2. package/cli/build/cli.js +1 -1
  3. package/cli/build/commands/create:component.js +1 -1
  4. package/cli/build/commands/generate:plugin.js +1 -1
  5. package/cli/build/commands/generate:types.js +1 -1
  6. package/cli/build/commands/girassol-cli.js +1 -1
  7. package/dist/components.d.ts +2 -0
  8. package/dist/components.json +1 -1
  9. package/dist/girassol.es.js +6957 -6454
  10. package/dist/girassol.umd.js +10 -10
  11. package/dist/style.css +1 -1
  12. package/dist/theme/solfacil/index.d.ts +1 -0
  13. package/dist/theme/solfacil/utilities.d.ts +1 -0
  14. package/dist/types/components/accordion/Accordion.vue.d.ts +10 -10
  15. package/dist/types/components/collapsible/Collapsible.vue.d.ts +10 -10
  16. package/dist/types/components/date-picker/DatePicker.vue.d.ts +10 -10
  17. package/dist/types/components/date-picker/types.d.ts +1 -1
  18. package/dist/types/components/empty-state/EmptyState.vue.d.ts +10 -10
  19. package/dist/types/components/empty-state/types.d.ts +1 -1
  20. package/dist/types/components/file-upload/Download.vue.d.ts +107 -0
  21. package/dist/types/components/file-upload/FileUpload.vue.d.ts +208 -0
  22. package/dist/types/components/file-upload/Upload.vue.d.ts +136 -0
  23. package/dist/types/components/file-upload/file-upload.spec.d.ts +1 -0
  24. package/dist/types/components/file-upload/index.d.ts +2 -0
  25. package/dist/types/components/file-upload/types.d.ts +34 -0
  26. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +10 -10
  27. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +10 -10
  28. package/dist/types/components/forms/button/button/Button.vue.d.ts +12 -10
  29. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +10 -10
  30. package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +9 -9
  31. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +10 -10
  32. package/dist/types/components/forms/checkbox/type.d.ts +1 -1
  33. package/dist/types/components/forms/inputs/input-core/Input.vue.d.ts +10 -10
  34. package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +10 -10
  35. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +11 -11
  36. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +10 -10
  37. package/dist/types/components/forms/inputs/types.d.ts +2 -2
  38. package/dist/types/components/forms/radio/radio/Radio.vue.d.ts +9 -9
  39. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +10 -10
  40. package/dist/types/components/forms/radio/types.d.ts +1 -1
  41. package/dist/types/components/forms/select/ListOption.vue.d.ts +9 -9
  42. package/dist/types/components/forms/select/Select.vue.d.ts +10 -10
  43. package/dist/types/components/forms/select/types.d.ts +2 -2
  44. package/dist/types/components/forms/switch/Switch.vue.d.ts +10 -10
  45. package/dist/types/components/informations/alert/Alert.vue.d.ts +10 -10
  46. package/dist/types/components/informations/tag/Tag.vue.d.ts +18 -18
  47. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +10 -10
  48. package/dist/types/components/list/List.vue.d.ts +14 -10
  49. package/dist/types/components/list/ListItem.vue.d.ts +9 -9
  50. package/dist/types/components/list/ListItemTextValue.vue.d.ts +10 -10
  51. package/dist/types/components/list/types.d.ts +11 -10
  52. package/dist/types/components/loader/CircleLoader.vue.d.ts +10 -10
  53. package/dist/types/components/menus/menu/Menu.vue.d.ts +17 -17
  54. package/dist/types/components/menus/menu-item/MenuItemSeparator.vue.d.ts +2 -0
  55. package/dist/types/components/menus/menu-item/index.d.ts +2 -0
  56. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +9 -9
  57. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +9 -9
  58. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +9 -9
  59. package/dist/types/components/modal/Modal.vue.d.ts +10 -10
  60. package/dist/types/components/modal/types.d.ts +3 -3
  61. package/dist/types/components/pagination/Pagination.vue.d.ts +10 -10
  62. package/dist/types/components/pagination/types.d.ts +2 -2
  63. package/dist/types/components/search/Search.vue.d.ts +10 -10
  64. package/dist/types/components/search/types.d.ts +1 -1
  65. package/dist/types/components/steps/Steps.vue.d.ts +10 -10
  66. package/dist/types/components/steps/types.d.ts +1 -1
  67. package/dist/types/components/tabs/TabItem.vue.d.ts +10 -10
  68. package/dist/types/components/tabs/Tabs.vue.d.ts +10 -10
  69. package/dist/types/components/tabs/types.d.ts +1 -1
  70. package/dist/types/composables/use-download/index.d.ts +3 -0
  71. package/dist/types/composables/use-mask/index.d.ts +1 -1
  72. package/dist/types/composables/use-navigate/types.d.ts +11 -11
  73. package/dist/types/composables/use-toast/Toast.vue.d.ts +10 -10
  74. package/dist/types/composables/use-toast/index.d.ts +1 -1
  75. package/dist/types/composables/use-toast/types.d.ts +3 -3
  76. package/dist/types/composables/use-validate-field/types.d.ts +2 -2
  77. package/dist/types/index.d.ts +845 -479
  78. package/package.json +35 -35
  79. package/theme/solfacil/index.ts +2 -1
  80. package/theme/solfacil/screens.ts +0 -6
  81. package/theme/solfacil/utilities.ts +27 -8
  82. package/windi.config.ts +1 -1
@@ -16,6 +16,7 @@ import { SolSteps } from './components/steps/';
16
16
  import { SolList } from './components/list/';
17
17
  import { SolMenu } from './components/menus/menu';
18
18
  import { SolMenuItem } from './components/menus/menu-item/menu-item';
19
+ import { SolMenuItemSeparator } from './components/menus/menu-item/index';
19
20
  import { SolMenuItemLink } from './components/menus/menu-item/menu-item-link/';
20
21
  import { SolMenuNavigationLinks } from './components/menus/menu-navigation-links';
21
22
  import { SolModal } from './components/modal';
@@ -24,6 +25,7 @@ import { SolEmptyState } from './components/empty-state';
24
25
  import { SolSearch } from './components/search';
25
26
  import { SolDatePicker } from './components/date-picker';
26
27
  import { SolCollapsible } from './components/collapsible';
28
+ import { SolFileUpload } from './components/file-upload';
27
29
  import 'virtual:windi-base.css';
28
30
  import 'virtual:windi-components.css';
29
31
  import 'virtual:windi-utilities.css';
@@ -33,6 +35,7 @@ export { useModal } from './composables/use-modal';
33
35
  export { useMask, vMask } from './composables/use-mask';
34
36
  export { useNavigate, useNavigateProvider } from './composables/use-navigate';
35
37
  export { useSelectableChip } from './composables/use-filters';
38
+ export { default as useDownload } from './composables/use-download';
36
39
  export declare const components: {
37
40
  SolButton: {
38
41
  new (...args: any[]): {
@@ -78,8 +81,8 @@ export declare const components: {
78
81
  $slots: Readonly<{
79
82
  [name: string]: import("vue").Slot | undefined;
80
83
  }>;
81
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
82
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
84
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
85
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
83
86
  $emit: (event: string, ...args: any[]) => void;
84
87
  $el: any;
85
88
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -112,7 +115,7 @@ export declare const components: {
112
115
  onColor: boolean;
113
116
  size: "small" | "medium" | "large";
114
117
  variant: "primary" | "secondary" | "tertiary";
115
- }> & {
118
+ }, {}, string> & {
116
119
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
117
120
  created?: ((() => void) | (() => void)[]) | undefined;
118
121
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -127,11 +130,11 @@ export declare const components: {
127
130
  unmounted?: ((() => void) | (() => void)[]) | undefined;
128
131
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
129
132
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
130
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
133
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
131
134
  };
132
135
  $forceUpdate: () => void;
133
136
  $nextTick: typeof import("vue").nextTick;
134
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
137
+ $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;
135
138
  } & Readonly<import("vue").ExtractPropTypes<{
136
139
  id: {
137
140
  type: import("vue").PropType<string>;
@@ -158,7 +161,7 @@ export declare const components: {
158
161
  } & {
159
162
  default: string;
160
163
  };
161
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
164
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
162
165
  __isFragment?: undefined;
163
166
  __isTeleport?: undefined;
164
167
  __isSuspense?: undefined;
@@ -192,11 +195,13 @@ export declare const components: {
192
195
  onColor: boolean;
193
196
  size: "small" | "medium" | "large";
194
197
  variant: "primary" | "secondary" | "tertiary";
195
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
198
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
196
199
  $slots: {
197
200
  'icon-left': (_: {}) => any;
201
+ 'icon:left': (_: {}) => any;
198
202
  default: (_: {}) => any;
199
203
  'icon-right': (_: {}) => any;
204
+ 'icon:right': (_: {}) => any;
200
205
  };
201
206
  });
202
207
  SolButtonDestructive: {
@@ -232,8 +237,8 @@ export declare const components: {
232
237
  $slots: Readonly<{
233
238
  [name: string]: import("vue").Slot | undefined;
234
239
  }>;
235
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
236
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
240
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
241
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
237
242
  $emit: (event: string, ...args: any[]) => void;
238
243
  $el: any;
239
244
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -255,7 +260,7 @@ export declare const components: {
255
260
  };
256
261
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
257
262
  hideIcon: boolean;
258
- }> & {
263
+ }, {}, string> & {
259
264
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
260
265
  created?: ((() => void) | (() => void)[]) | undefined;
261
266
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -270,11 +275,11 @@ export declare const components: {
270
275
  unmounted?: ((() => void) | (() => void)[]) | undefined;
271
276
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
272
277
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
273
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
278
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
274
279
  };
275
280
  $forceUpdate: () => void;
276
281
  $nextTick: typeof import("vue").nextTick;
277
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
282
+ $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;
278
283
  } & Readonly<import("vue").ExtractPropTypes<{
279
284
  id: {
280
285
  type: import("vue").PropType<string>;
@@ -292,7 +297,7 @@ export declare const components: {
292
297
  } & {
293
298
  default: boolean;
294
299
  };
295
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
300
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
296
301
  __isFragment?: undefined;
297
302
  __isTeleport?: undefined;
298
303
  __isSuspense?: undefined;
@@ -315,7 +320,7 @@ export declare const components: {
315
320
  };
316
321
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
317
322
  hideIcon: boolean;
318
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
323
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
319
324
  $slots: {
320
325
  default: (_: {}) => any;
321
326
  };
@@ -329,9 +334,6 @@ export declare const components: {
329
334
  size: "small" | "medium";
330
335
  resize: "none" | "vertical" | "both" | "horizontal";
331
336
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
332
- label: {
333
- type: import("vue").PropType<string>;
334
- };
335
337
  id: {
336
338
  type: import("vue").PropType<string>;
337
339
  required: true;
@@ -342,6 +344,9 @@ export declare const components: {
342
344
  class: {
343
345
  type: import("vue").PropType<string>;
344
346
  };
347
+ label: {
348
+ type: import("vue").PropType<string>;
349
+ };
345
350
  name: {
346
351
  type: import("vue").PropType<string>;
347
352
  required: true;
@@ -393,14 +398,11 @@ export declare const components: {
393
398
  $slots: Readonly<{
394
399
  [name: string]: import("vue").Slot | undefined;
395
400
  }>;
396
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
397
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
401
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
402
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
398
403
  $emit: (event: "update:modelValue", event: string) => void;
399
404
  $el: any;
400
405
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
401
- label: {
402
- type: import("vue").PropType<string>;
403
- };
404
406
  id: {
405
407
  type: import("vue").PropType<string>;
406
408
  required: true;
@@ -411,6 +413,9 @@ export declare const components: {
411
413
  class: {
412
414
  type: import("vue").PropType<string>;
413
415
  };
416
+ label: {
417
+ type: import("vue").PropType<string>;
418
+ };
414
419
  name: {
415
420
  type: import("vue").PropType<string>;
416
421
  required: true;
@@ -458,7 +463,7 @@ export declare const components: {
458
463
  error: string | null;
459
464
  size: "small" | "medium";
460
465
  resize: "none" | "vertical" | "both" | "horizontal";
461
- }> & {
466
+ }, {}, string> & {
462
467
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
463
468
  created?: ((() => void) | (() => void)[]) | undefined;
464
469
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -473,15 +478,12 @@ export declare const components: {
473
478
  unmounted?: ((() => void) | (() => void)[]) | undefined;
474
479
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
475
480
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
476
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
481
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
477
482
  };
478
483
  $forceUpdate: () => void;
479
484
  $nextTick: typeof import("vue").nextTick;
480
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
485
+ $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;
481
486
  } & Readonly<import("vue").ExtractPropTypes<{
482
- label: {
483
- type: import("vue").PropType<string>;
484
- };
485
487
  id: {
486
488
  type: import("vue").PropType<string>;
487
489
  required: true;
@@ -492,6 +494,9 @@ export declare const components: {
492
494
  class: {
493
495
  type: import("vue").PropType<string>;
494
496
  };
497
+ label: {
498
+ type: import("vue").PropType<string>;
499
+ };
495
500
  name: {
496
501
  type: import("vue").PropType<string>;
497
502
  required: true;
@@ -533,14 +538,11 @@ export declare const components: {
533
538
  };
534
539
  }>> & {
535
540
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
536
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
541
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
537
542
  __isFragment?: undefined;
538
543
  __isTeleport?: undefined;
539
544
  __isSuspense?: undefined;
540
545
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
541
- label: {
542
- type: import("vue").PropType<string>;
543
- };
544
546
  id: {
545
547
  type: import("vue").PropType<string>;
546
548
  required: true;
@@ -551,6 +553,9 @@ export declare const components: {
551
553
  class: {
552
554
  type: import("vue").PropType<string>;
553
555
  };
556
+ label: {
557
+ type: import("vue").PropType<string>;
558
+ };
554
559
  name: {
555
560
  type: import("vue").PropType<string>;
556
561
  required: true;
@@ -598,7 +603,7 @@ export declare const components: {
598
603
  error: string | null;
599
604
  size: "small" | "medium";
600
605
  resize: "none" | "vertical" | "both" | "horizontal";
601
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
606
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
602
607
  SolInputText: {
603
608
  new (...args: any[]): {
604
609
  $: import("vue").ComponentInternalInstance;
@@ -607,12 +612,6 @@ export declare const components: {
607
612
  error: string | null;
608
613
  size: "small" | "medium";
609
614
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
610
- label: {
611
- type: import("vue").PropType<string>;
612
- };
613
- mask: {
614
- type: import("vue").PropType<import("./composables/use-mask").Mask>;
615
- };
616
615
  id: {
617
616
  type: import("vue").PropType<string>;
618
617
  required: true;
@@ -626,6 +625,12 @@ export declare const components: {
626
625
  class: {
627
626
  type: import("vue").PropType<string>;
628
627
  };
628
+ label: {
629
+ type: import("vue").PropType<string>;
630
+ };
631
+ mask: {
632
+ type: import("vue").PropType<import("./composables/use-mask").Mask>;
633
+ };
629
634
  name: {
630
635
  type: import("vue").PropType<string>;
631
636
  required: true;
@@ -684,17 +689,11 @@ export declare const components: {
684
689
  $slots: Readonly<{
685
690
  [name: string]: import("vue").Slot | undefined;
686
691
  }>;
687
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
688
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
692
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
693
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
689
694
  $emit: (event: "update:modelValue", event: string) => void;
690
695
  $el: any;
691
696
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
692
- label: {
693
- type: import("vue").PropType<string>;
694
- };
695
- mask: {
696
- type: import("vue").PropType<import("./composables/use-mask").Mask>;
697
- };
698
697
  id: {
699
698
  type: import("vue").PropType<string>;
700
699
  required: true;
@@ -708,6 +707,12 @@ export declare const components: {
708
707
  class: {
709
708
  type: import("vue").PropType<string>;
710
709
  };
710
+ label: {
711
+ type: import("vue").PropType<string>;
712
+ };
713
+ mask: {
714
+ type: import("vue").PropType<import("./composables/use-mask").Mask>;
715
+ };
711
716
  name: {
712
717
  type: import("vue").PropType<string>;
713
718
  required: true;
@@ -761,7 +766,7 @@ export declare const components: {
761
766
  }, string, {
762
767
  error: string | null;
763
768
  size: "small" | "medium";
764
- }> & {
769
+ }, {}, string> & {
765
770
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
766
771
  created?: ((() => void) | (() => void)[]) | undefined;
767
772
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -776,18 +781,12 @@ export declare const components: {
776
781
  unmounted?: ((() => void) | (() => void)[]) | undefined;
777
782
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
778
783
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
779
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
784
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
780
785
  };
781
786
  $forceUpdate: () => void;
782
787
  $nextTick: typeof import("vue").nextTick;
783
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
788
+ $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;
784
789
  } & Readonly<import("vue").ExtractPropTypes<{
785
- label: {
786
- type: import("vue").PropType<string>;
787
- };
788
- mask: {
789
- type: import("vue").PropType<import("./composables/use-mask").Mask>;
790
- };
791
790
  id: {
792
791
  type: import("vue").PropType<string>;
793
792
  required: true;
@@ -801,6 +800,12 @@ export declare const components: {
801
800
  class: {
802
801
  type: import("vue").PropType<string>;
803
802
  };
803
+ label: {
804
+ type: import("vue").PropType<string>;
805
+ };
806
+ mask: {
807
+ type: import("vue").PropType<import("./composables/use-mask").Mask>;
808
+ };
804
809
  name: {
805
810
  type: import("vue").PropType<string>;
806
811
  required: true;
@@ -849,17 +854,11 @@ export declare const components: {
849
854
  };
850
855
  }>> & {
851
856
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
852
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
857
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
853
858
  __isFragment?: undefined;
854
859
  __isTeleport?: undefined;
855
860
  __isSuspense?: undefined;
856
861
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
857
- label: {
858
- type: import("vue").PropType<string>;
859
- };
860
- mask: {
861
- type: import("vue").PropType<import("./composables/use-mask").Mask>;
862
- };
863
862
  id: {
864
863
  type: import("vue").PropType<string>;
865
864
  required: true;
@@ -873,6 +872,12 @@ export declare const components: {
873
872
  class: {
874
873
  type: import("vue").PropType<string>;
875
874
  };
875
+ label: {
876
+ type: import("vue").PropType<string>;
877
+ };
878
+ mask: {
879
+ type: import("vue").PropType<import("./composables/use-mask").Mask>;
880
+ };
876
881
  name: {
877
882
  type: import("vue").PropType<string>;
878
883
  required: true;
@@ -926,7 +931,7 @@ export declare const components: {
926
931
  }, string, {
927
932
  error: string | null;
928
933
  size: "small" | "medium";
929
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
934
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
930
935
  $slots: {
931
936
  icon: (_: {}) => any;
932
937
  };
@@ -940,9 +945,6 @@ export declare const components: {
940
945
  name: string;
941
946
  placeholder: string;
942
947
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
943
- label: {
944
- type: import("vue").PropType<string>;
945
- };
946
948
  id: {
947
949
  type: import("vue").PropType<string>;
948
950
  required: true;
@@ -955,6 +957,9 @@ export declare const components: {
955
957
  } & {
956
958
  default: boolean;
957
959
  };
960
+ label: {
961
+ type: import("vue").PropType<string>;
962
+ };
958
963
  name: {
959
964
  type: import("vue").PropType<string>;
960
965
  required: true;
@@ -1001,14 +1006,11 @@ export declare const components: {
1001
1006
  $slots: Readonly<{
1002
1007
  [name: string]: import("vue").Slot | undefined;
1003
1008
  }>;
1004
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1005
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1009
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1010
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1006
1011
  $emit: (event: "update:modelValue", event: string) => void;
1007
1012
  $el: any;
1008
1013
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1009
- label: {
1010
- type: import("vue").PropType<string>;
1011
- };
1012
1014
  id: {
1013
1015
  type: import("vue").PropType<string>;
1014
1016
  required: true;
@@ -1021,6 +1023,9 @@ export declare const components: {
1021
1023
  } & {
1022
1024
  default: boolean;
1023
1025
  };
1026
+ label: {
1027
+ type: import("vue").PropType<string>;
1028
+ };
1024
1029
  name: {
1025
1030
  type: import("vue").PropType<string>;
1026
1031
  required: true;
@@ -1063,7 +1068,7 @@ export declare const components: {
1063
1068
  required: boolean;
1064
1069
  name: string;
1065
1070
  placeholder: string;
1066
- }> & {
1071
+ }, {}, string> & {
1067
1072
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1068
1073
  created?: ((() => void) | (() => void)[]) | undefined;
1069
1074
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1078,15 +1083,12 @@ export declare const components: {
1078
1083
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1079
1084
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1080
1085
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1081
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
1086
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1082
1087
  };
1083
1088
  $forceUpdate: () => void;
1084
1089
  $nextTick: typeof import("vue").nextTick;
1085
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1090
+ $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;
1086
1091
  } & Readonly<import("vue").ExtractPropTypes<{
1087
- label: {
1088
- type: import("vue").PropType<string>;
1089
- };
1090
1092
  id: {
1091
1093
  type: import("vue").PropType<string>;
1092
1094
  required: true;
@@ -1099,6 +1101,9 @@ export declare const components: {
1099
1101
  } & {
1100
1102
  default: boolean;
1101
1103
  };
1104
+ label: {
1105
+ type: import("vue").PropType<string>;
1106
+ };
1102
1107
  name: {
1103
1108
  type: import("vue").PropType<string>;
1104
1109
  required: true;
@@ -1135,14 +1140,11 @@ export declare const components: {
1135
1140
  };
1136
1141
  }>> & {
1137
1142
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
1138
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
1143
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1139
1144
  __isFragment?: undefined;
1140
1145
  __isTeleport?: undefined;
1141
1146
  __isSuspense?: undefined;
1142
1147
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1143
- label: {
1144
- type: import("vue").PropType<string>;
1145
- };
1146
1148
  id: {
1147
1149
  type: import("vue").PropType<string>;
1148
1150
  required: true;
@@ -1155,6 +1157,9 @@ export declare const components: {
1155
1157
  } & {
1156
1158
  default: boolean;
1157
1159
  };
1160
+ label: {
1161
+ type: import("vue").PropType<string>;
1162
+ };
1158
1163
  name: {
1159
1164
  type: import("vue").PropType<string>;
1160
1165
  required: true;
@@ -1197,7 +1202,7 @@ export declare const components: {
1197
1202
  required: boolean;
1198
1203
  name: string;
1199
1204
  placeholder: string;
1200
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1205
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1201
1206
  SolRadio: {
1202
1207
  new (...args: any[]): {
1203
1208
  $: import("vue").ComponentInternalInstance;
@@ -1240,8 +1245,8 @@ export declare const components: {
1240
1245
  $slots: Readonly<{
1241
1246
  [name: string]: import("vue").Slot | undefined;
1242
1247
  }>;
1243
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1244
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1248
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1249
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1245
1250
  $emit: (event: "change", value: import("./components/forms/radio/types").RadioValue) => void;
1246
1251
  $el: any;
1247
1252
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -1274,7 +1279,7 @@ export declare const components: {
1274
1279
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1275
1280
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1276
1281
  change: (value: import("./components/forms/radio/types").RadioValue) => void;
1277
- }, string, {}> & {
1282
+ }, string, {}, {}, string> & {
1278
1283
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1279
1284
  created?: ((() => void) | (() => void)[]) | undefined;
1280
1285
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1289,11 +1294,11 @@ export declare const components: {
1289
1294
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1290
1295
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1291
1296
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1292
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
1297
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1293
1298
  };
1294
1299
  $forceUpdate: () => void;
1295
1300
  $nextTick: typeof import("vue").nextTick;
1296
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1301
+ $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;
1297
1302
  } & Readonly<import("vue").ExtractPropTypes<{
1298
1303
  id: {
1299
1304
  type: import("vue").PropType<string | undefined>;
@@ -1322,7 +1327,7 @@ export declare const components: {
1322
1327
  };
1323
1328
  }>> & {
1324
1329
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1325
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
1330
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1326
1331
  __isFragment?: undefined;
1327
1332
  __isTeleport?: undefined;
1328
1333
  __isSuspense?: undefined;
@@ -1356,7 +1361,7 @@ export declare const components: {
1356
1361
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1357
1362
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1358
1363
  change: (value: import("./components/forms/radio/types").RadioValue) => void;
1359
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1364
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1360
1365
  SolRadioGroup: {
1361
1366
  new (...args: any[]): {
1362
1367
  $: import("vue").ComponentInternalInstance;
@@ -1366,11 +1371,11 @@ export declare const components: {
1366
1371
  hideTitle: boolean;
1367
1372
  direction: "row" | "column";
1368
1373
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1369
- title: {
1374
+ id: {
1370
1375
  type: import("vue").PropType<string>;
1371
1376
  required: true;
1372
1377
  };
1373
- id: {
1378
+ title: {
1374
1379
  type: import("vue").PropType<string>;
1375
1380
  required: true;
1376
1381
  };
@@ -1427,16 +1432,16 @@ export declare const components: {
1427
1432
  $slots: Readonly<{
1428
1433
  [name: string]: import("vue").Slot | undefined;
1429
1434
  }>;
1430
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1431
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1435
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1436
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1432
1437
  $emit: ((event: "update:modelValue", value: import("./components/forms/radio/types").RadioValue) => void) & ((event: "change", value: import("./components/forms/radio/types").RadioValue) => void);
1433
1438
  $el: any;
1434
1439
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1435
- title: {
1440
+ id: {
1436
1441
  type: import("vue").PropType<string>;
1437
1442
  required: true;
1438
1443
  };
1439
- id: {
1444
+ title: {
1440
1445
  type: import("vue").PropType<string>;
1441
1446
  required: true;
1442
1447
  };
@@ -1491,7 +1496,7 @@ export declare const components: {
1491
1496
  error: string | null;
1492
1497
  hideTitle: boolean;
1493
1498
  direction: "row" | "column";
1494
- }> & {
1499
+ }, {}, string> & {
1495
1500
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1496
1501
  created?: ((() => void) | (() => void)[]) | undefined;
1497
1502
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1506,17 +1511,17 @@ export declare const components: {
1506
1511
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1507
1512
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1508
1513
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1509
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
1514
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1510
1515
  };
1511
1516
  $forceUpdate: () => void;
1512
1517
  $nextTick: typeof import("vue").nextTick;
1513
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1518
+ $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;
1514
1519
  } & Readonly<import("vue").ExtractPropTypes<{
1515
- title: {
1520
+ id: {
1516
1521
  type: import("vue").PropType<string>;
1517
1522
  required: true;
1518
1523
  };
1519
- id: {
1524
+ title: {
1520
1525
  type: import("vue").PropType<string>;
1521
1526
  required: true;
1522
1527
  };
@@ -1563,16 +1568,16 @@ export declare const components: {
1563
1568
  }>> & {
1564
1569
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1565
1570
  "onUpdate:modelValue"?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1566
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
1571
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1567
1572
  __isFragment?: undefined;
1568
1573
  __isTeleport?: undefined;
1569
1574
  __isSuspense?: undefined;
1570
1575
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1571
- title: {
1576
+ id: {
1572
1577
  type: import("vue").PropType<string>;
1573
1578
  required: true;
1574
1579
  };
1575
- id: {
1580
+ title: {
1576
1581
  type: import("vue").PropType<string>;
1577
1582
  required: true;
1578
1583
  };
@@ -1627,7 +1632,7 @@ export declare const components: {
1627
1632
  error: string | null;
1628
1633
  hideTitle: boolean;
1629
1634
  direction: "row" | "column";
1630
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1635
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1631
1636
  $slots: {
1632
1637
  title: (_: {
1633
1638
  id: string;
@@ -1683,8 +1688,8 @@ export declare const components: {
1683
1688
  $slots: Readonly<{
1684
1689
  [name: string]: import("vue").Slot | undefined;
1685
1690
  }>;
1686
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1687
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1691
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1692
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1688
1693
  $emit: (event: "change", value: import("./components/forms/checkbox/type").CheckboxValue) => void;
1689
1694
  $el: any;
1690
1695
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -1720,7 +1725,7 @@ export declare const components: {
1720
1725
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
1721
1726
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1722
1727
  change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
1723
- }, string, {}> & {
1728
+ }, string, {}, {}, string> & {
1724
1729
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1725
1730
  created?: ((() => void) | (() => void)[]) | undefined;
1726
1731
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1735,11 +1740,11 @@ export declare const components: {
1735
1740
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1736
1741
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1737
1742
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1738
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
1743
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1739
1744
  };
1740
1745
  $forceUpdate: () => void;
1741
1746
  $nextTick: typeof import("vue").nextTick;
1742
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1747
+ $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;
1743
1748
  } & Readonly<import("vue").ExtractPropTypes<{
1744
1749
  id: {
1745
1750
  type: import("vue").PropType<string | undefined>;
@@ -1771,7 +1776,7 @@ export declare const components: {
1771
1776
  };
1772
1777
  }>> & {
1773
1778
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
1774
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
1779
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1775
1780
  __isFragment?: undefined;
1776
1781
  __isTeleport?: undefined;
1777
1782
  __isSuspense?: undefined;
@@ -1808,7 +1813,7 @@ export declare const components: {
1808
1813
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
1809
1814
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1810
1815
  change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
1811
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1816
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1812
1817
  SolCheckboxGroup: {
1813
1818
  new (...args: any[]): {
1814
1819
  $: import("vue").ComponentInternalInstance;
@@ -1818,11 +1823,11 @@ export declare const components: {
1818
1823
  hideTitle: boolean;
1819
1824
  direction: "row" | "column";
1820
1825
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1821
- title: {
1826
+ id: {
1822
1827
  type: import("vue").PropType<string>;
1823
1828
  required: true;
1824
1829
  };
1825
- id: {
1830
+ title: {
1826
1831
  type: import("vue").PropType<string>;
1827
1832
  required: true;
1828
1833
  };
@@ -1879,16 +1884,16 @@ export declare const components: {
1879
1884
  $slots: Readonly<{
1880
1885
  [name: string]: import("vue").Slot | undefined;
1881
1886
  }>;
1882
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1883
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1887
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1888
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1884
1889
  $emit: ((event: "update:modelValue", v: import("./components/forms/checkbox/type").CheckboxValue[] | undefined) => void) & ((event: "change", value: import("./components/forms/checkbox/type").CheckboxValue) => void);
1885
1890
  $el: any;
1886
1891
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1887
- title: {
1892
+ id: {
1888
1893
  type: import("vue").PropType<string>;
1889
1894
  required: true;
1890
1895
  };
1891
- id: {
1896
+ title: {
1892
1897
  type: import("vue").PropType<string>;
1893
1898
  required: true;
1894
1899
  };
@@ -1943,7 +1948,7 @@ export declare const components: {
1943
1948
  error: string | null;
1944
1949
  hideTitle: boolean;
1945
1950
  direction: "row" | "column";
1946
- }> & {
1951
+ }, {}, string> & {
1947
1952
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1948
1953
  created?: ((() => void) | (() => void)[]) | undefined;
1949
1954
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1958,17 +1963,17 @@ export declare const components: {
1958
1963
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1959
1964
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1960
1965
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1961
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
1966
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1962
1967
  };
1963
1968
  $forceUpdate: () => void;
1964
1969
  $nextTick: typeof import("vue").nextTick;
1965
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1970
+ $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;
1966
1971
  } & Readonly<import("vue").ExtractPropTypes<{
1967
- title: {
1972
+ id: {
1968
1973
  type: import("vue").PropType<string>;
1969
1974
  required: true;
1970
1975
  };
1971
- id: {
1976
+ title: {
1972
1977
  type: import("vue").PropType<string>;
1973
1978
  required: true;
1974
1979
  };
@@ -2015,16 +2020,16 @@ export declare const components: {
2015
2020
  }>> & {
2016
2021
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
2017
2022
  "onUpdate:modelValue"?: ((v: import("./components/forms/checkbox/type").CheckboxValue[] | undefined) => any) | undefined;
2018
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
2023
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2019
2024
  __isFragment?: undefined;
2020
2025
  __isTeleport?: undefined;
2021
2026
  __isSuspense?: undefined;
2022
2027
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2023
- title: {
2028
+ id: {
2024
2029
  type: import("vue").PropType<string>;
2025
2030
  required: true;
2026
2031
  };
2027
- id: {
2032
+ title: {
2028
2033
  type: import("vue").PropType<string>;
2029
2034
  required: true;
2030
2035
  };
@@ -2079,7 +2084,7 @@ export declare const components: {
2079
2084
  error: string | null;
2080
2085
  hideTitle: boolean;
2081
2086
  direction: "row" | "column";
2082
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2087
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2083
2088
  $slots: {
2084
2089
  title: (_: {
2085
2090
  id: string;
@@ -2098,10 +2103,6 @@ export declare const components: {
2098
2103
  textDirection: "left" | "right";
2099
2104
  stretchLabel: boolean;
2100
2105
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2101
- label: {
2102
- type: import("vue").PropType<string>;
2103
- required: true;
2104
- };
2105
2106
  id: {
2106
2107
  type: import("vue").PropType<string>;
2107
2108
  required: true;
@@ -2112,6 +2113,10 @@ export declare const components: {
2112
2113
  value: {
2113
2114
  type: import("vue").PropType<string>;
2114
2115
  };
2116
+ label: {
2117
+ type: import("vue").PropType<string>;
2118
+ required: true;
2119
+ };
2115
2120
  name: {
2116
2121
  type: import("vue").PropType<string>;
2117
2122
  required: true;
@@ -2145,15 +2150,11 @@ export declare const components: {
2145
2150
  $slots: Readonly<{
2146
2151
  [name: string]: import("vue").Slot | undefined;
2147
2152
  }>;
2148
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2149
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2153
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2154
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2150
2155
  $emit: ((event: "change", value: string | boolean) => void) & ((event: "update:checked", value: boolean) => void);
2151
2156
  $el: any;
2152
2157
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2153
- label: {
2154
- type: import("vue").PropType<string>;
2155
- required: true;
2156
- };
2157
2158
  id: {
2158
2159
  type: import("vue").PropType<string>;
2159
2160
  required: true;
@@ -2164,6 +2165,10 @@ export declare const components: {
2164
2165
  value: {
2165
2166
  type: import("vue").PropType<string>;
2166
2167
  };
2168
+ label: {
2169
+ type: import("vue").PropType<string>;
2170
+ required: true;
2171
+ };
2167
2172
  name: {
2168
2173
  type: import("vue").PropType<string>;
2169
2174
  required: true;
@@ -2194,7 +2199,7 @@ export declare const components: {
2194
2199
  }, string, {
2195
2200
  textDirection: "left" | "right";
2196
2201
  stretchLabel: boolean;
2197
- }> & {
2202
+ }, {}, string> & {
2198
2203
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2199
2204
  created?: ((() => void) | (() => void)[]) | undefined;
2200
2205
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -2209,16 +2214,12 @@ export declare const components: {
2209
2214
  unmounted?: ((() => void) | (() => void)[]) | undefined;
2210
2215
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2211
2216
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2212
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
2217
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2213
2218
  };
2214
2219
  $forceUpdate: () => void;
2215
2220
  $nextTick: typeof import("vue").nextTick;
2216
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
2221
+ $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;
2217
2222
  } & Readonly<import("vue").ExtractPropTypes<{
2218
- label: {
2219
- type: import("vue").PropType<string>;
2220
- required: true;
2221
- };
2222
2223
  id: {
2223
2224
  type: import("vue").PropType<string>;
2224
2225
  required: true;
@@ -2229,6 +2230,10 @@ export declare const components: {
2229
2230
  value: {
2230
2231
  type: import("vue").PropType<string>;
2231
2232
  };
2233
+ label: {
2234
+ type: import("vue").PropType<string>;
2235
+ required: true;
2236
+ };
2232
2237
  name: {
2233
2238
  type: import("vue").PropType<string>;
2234
2239
  required: true;
@@ -2252,15 +2257,11 @@ export declare const components: {
2252
2257
  }>> & {
2253
2258
  onChange?: ((value: string | boolean) => any) | undefined;
2254
2259
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
2255
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
2260
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2256
2261
  __isFragment?: undefined;
2257
2262
  __isTeleport?: undefined;
2258
2263
  __isSuspense?: undefined;
2259
2264
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2260
- label: {
2261
- type: import("vue").PropType<string>;
2262
- required: true;
2263
- };
2264
2265
  id: {
2265
2266
  type: import("vue").PropType<string>;
2266
2267
  required: true;
@@ -2271,6 +2272,10 @@ export declare const components: {
2271
2272
  value: {
2272
2273
  type: import("vue").PropType<string>;
2273
2274
  };
2275
+ label: {
2276
+ type: import("vue").PropType<string>;
2277
+ required: true;
2278
+ };
2274
2279
  name: {
2275
2280
  type: import("vue").PropType<string>;
2276
2281
  required: true;
@@ -2301,7 +2306,7 @@ export declare const components: {
2301
2306
  }, string, {
2302
2307
  textDirection: "left" | "right";
2303
2308
  stretchLabel: boolean;
2304
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
2309
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
2305
2310
  SolSelect: {
2306
2311
  new (...args: any[]): {
2307
2312
  $: import("vue").ComponentInternalInstance;
@@ -2319,9 +2324,6 @@ export declare const components: {
2319
2324
  fetchOnSearch: boolean;
2320
2325
  searchPlaceholder: string;
2321
2326
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2322
- label: {
2323
- type: import("vue").PropType<string>;
2324
- };
2325
2327
  id: {
2326
2328
  type: import("vue").PropType<string>;
2327
2329
  required: true;
@@ -2332,6 +2334,9 @@ export declare const components: {
2332
2334
  required: {
2333
2335
  type: import("vue").PropType<boolean>;
2334
2336
  };
2337
+ label: {
2338
+ type: import("vue").PropType<string>;
2339
+ };
2335
2340
  name: {
2336
2341
  type: import("vue").PropType<string>;
2337
2342
  required: true;
@@ -2426,14 +2431,11 @@ export declare const components: {
2426
2431
  $slots: Readonly<{
2427
2432
  [name: string]: import("vue").Slot | undefined;
2428
2433
  }>;
2429
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2430
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2434
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2435
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2431
2436
  $emit: ((event: "search", value: string) => void) & ((event: "update:selected", value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => void) & ((event: "closeDropdown") => void);
2432
2437
  $el: any;
2433
2438
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2434
- label: {
2435
- type: import("vue").PropType<string>;
2436
- };
2437
2439
  id: {
2438
2440
  type: import("vue").PropType<string>;
2439
2441
  required: true;
@@ -2444,6 +2446,9 @@ export declare const components: {
2444
2446
  required: {
2445
2447
  type: import("vue").PropType<boolean>;
2446
2448
  };
2449
+ label: {
2450
+ type: import("vue").PropType<string>;
2451
+ };
2447
2452
  name: {
2448
2453
  type: import("vue").PropType<string>;
2449
2454
  required: true;
@@ -2546,7 +2551,7 @@ export declare const components: {
2546
2551
  closeOnSelect: boolean;
2547
2552
  fetchOnSearch: boolean;
2548
2553
  searchPlaceholder: string;
2549
- }> & {
2554
+ }, {}, string> & {
2550
2555
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2551
2556
  created?: ((() => void) | (() => void)[]) | undefined;
2552
2557
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -2561,15 +2566,12 @@ export declare const components: {
2561
2566
  unmounted?: ((() => void) | (() => void)[]) | undefined;
2562
2567
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2563
2568
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2564
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
2569
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2565
2570
  };
2566
2571
  $forceUpdate: () => void;
2567
2572
  $nextTick: typeof import("vue").nextTick;
2568
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
2573
+ $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;
2569
2574
  } & Readonly<import("vue").ExtractPropTypes<{
2570
- label: {
2571
- type: import("vue").PropType<string>;
2572
- };
2573
2575
  id: {
2574
2576
  type: import("vue").PropType<string>;
2575
2577
  required: true;
@@ -2580,6 +2582,9 @@ export declare const components: {
2580
2582
  required: {
2581
2583
  type: import("vue").PropType<boolean>;
2582
2584
  };
2585
+ label: {
2586
+ type: import("vue").PropType<string>;
2587
+ };
2583
2588
  name: {
2584
2589
  type: import("vue").PropType<string>;
2585
2590
  required: true;
@@ -2664,14 +2669,11 @@ export declare const components: {
2664
2669
  "onUpdate:selected"?: ((value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => any) | undefined;
2665
2670
  onSearch?: ((value: string) => any) | undefined;
2666
2671
  onCloseDropdown?: (() => any) | undefined;
2667
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
2672
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2668
2673
  __isFragment?: undefined;
2669
2674
  __isTeleport?: undefined;
2670
2675
  __isSuspense?: undefined;
2671
2676
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2672
- label: {
2673
- type: import("vue").PropType<string>;
2674
- };
2675
2677
  id: {
2676
2678
  type: import("vue").PropType<string>;
2677
2679
  required: true;
@@ -2682,6 +2684,9 @@ export declare const components: {
2682
2684
  required: {
2683
2685
  type: import("vue").PropType<boolean>;
2684
2686
  };
2687
+ label: {
2688
+ type: import("vue").PropType<string>;
2689
+ };
2685
2690
  name: {
2686
2691
  type: import("vue").PropType<string>;
2687
2692
  required: true;
@@ -2784,7 +2789,7 @@ export declare const components: {
2784
2789
  closeOnSelect: boolean;
2785
2790
  fetchOnSearch: boolean;
2786
2791
  searchPlaceholder: string;
2787
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2792
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2788
2793
  $slots: {
2789
2794
  label: (_: {
2790
2795
  id: string;
@@ -2812,9 +2817,6 @@ export declare const components: {
2812
2817
  size: "small" | "medium";
2813
2818
  variant: "fill" | "outline";
2814
2819
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2815
- label: {
2816
- type: import("vue").PropType<string>;
2817
- };
2818
2820
  id: {
2819
2821
  type: import("vue").PropType<string>;
2820
2822
  required: true;
@@ -2822,6 +2824,9 @@ export declare const components: {
2822
2824
  disabled: {
2823
2825
  type: import("vue").PropType<boolean>;
2824
2826
  };
2827
+ label: {
2828
+ type: import("vue").PropType<string>;
2829
+ };
2825
2830
  size: {
2826
2831
  type: import("vue").PropType<"small" | "medium">;
2827
2832
  } & {
@@ -2844,14 +2849,11 @@ export declare const components: {
2844
2849
  $slots: Readonly<{
2845
2850
  [name: string]: import("vue").Slot | undefined;
2846
2851
  }>;
2847
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2848
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2852
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2853
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2849
2854
  $emit: (event: "close") => void;
2850
2855
  $el: any;
2851
2856
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2852
- label: {
2853
- type: import("vue").PropType<string>;
2854
- };
2855
2857
  id: {
2856
2858
  type: import("vue").PropType<string>;
2857
2859
  required: true;
@@ -2859,6 +2861,9 @@ export declare const components: {
2859
2861
  disabled: {
2860
2862
  type: import("vue").PropType<boolean>;
2861
2863
  };
2864
+ label: {
2865
+ type: import("vue").PropType<string>;
2866
+ };
2862
2867
  size: {
2863
2868
  type: import("vue").PropType<"small" | "medium">;
2864
2869
  } & {
@@ -2876,7 +2881,7 @@ export declare const components: {
2876
2881
  }, string, {
2877
2882
  size: "small" | "medium";
2878
2883
  variant: "fill" | "outline";
2879
- }> & {
2884
+ }, {}, string> & {
2880
2885
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2881
2886
  created?: ((() => void) | (() => void)[]) | undefined;
2882
2887
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -2891,15 +2896,12 @@ export declare const components: {
2891
2896
  unmounted?: ((() => void) | (() => void)[]) | undefined;
2892
2897
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2893
2898
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2894
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
2899
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2895
2900
  };
2896
2901
  $forceUpdate: () => void;
2897
2902
  $nextTick: typeof import("vue").nextTick;
2898
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
2903
+ $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;
2899
2904
  } & Readonly<import("vue").ExtractPropTypes<{
2900
- label: {
2901
- type: import("vue").PropType<string>;
2902
- };
2903
2905
  id: {
2904
2906
  type: import("vue").PropType<string>;
2905
2907
  required: true;
@@ -2907,6 +2909,9 @@ export declare const components: {
2907
2909
  disabled: {
2908
2910
  type: import("vue").PropType<boolean>;
2909
2911
  };
2912
+ label: {
2913
+ type: import("vue").PropType<string>;
2914
+ };
2910
2915
  size: {
2911
2916
  type: import("vue").PropType<"small" | "medium">;
2912
2917
  } & {
@@ -2919,14 +2924,11 @@ export declare const components: {
2919
2924
  };
2920
2925
  }>> & {
2921
2926
  onClose?: (() => any) | undefined;
2922
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
2927
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2923
2928
  __isFragment?: undefined;
2924
2929
  __isTeleport?: undefined;
2925
2930
  __isSuspense?: undefined;
2926
2931
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2927
- label: {
2928
- type: import("vue").PropType<string>;
2929
- };
2930
2932
  id: {
2931
2933
  type: import("vue").PropType<string>;
2932
2934
  required: true;
@@ -2934,6 +2936,9 @@ export declare const components: {
2934
2936
  disabled: {
2935
2937
  type: import("vue").PropType<boolean>;
2936
2938
  };
2939
+ label: {
2940
+ type: import("vue").PropType<string>;
2941
+ };
2937
2942
  size: {
2938
2943
  type: import("vue").PropType<"small" | "medium">;
2939
2944
  } & {
@@ -2951,7 +2956,7 @@ export declare const components: {
2951
2956
  }, string, {
2952
2957
  size: "small" | "medium";
2953
2958
  variant: "fill" | "outline";
2954
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2959
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2955
2960
  $slots: {
2956
2961
  default: (_: {}) => any;
2957
2962
  };
@@ -2963,9 +2968,6 @@ export declare const components: {
2963
2968
  $props: Partial<{
2964
2969
  size: "small" | "medium";
2965
2970
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2966
- label: {
2967
- type: import("vue").PropType<string>;
2968
- };
2969
2971
  id: {
2970
2972
  type: import("vue").PropType<string>;
2971
2973
  required: true;
@@ -2977,6 +2979,9 @@ export declare const components: {
2977
2979
  type: import("vue").PropType<string>;
2978
2980
  required: true;
2979
2981
  };
2982
+ label: {
2983
+ type: import("vue").PropType<string>;
2984
+ };
2980
2985
  size: {
2981
2986
  type: import("vue").PropType<"small" | "medium">;
2982
2987
  } & {
@@ -2998,14 +3003,11 @@ export declare const components: {
2998
3003
  $slots: Readonly<{
2999
3004
  [name: string]: import("vue").Slot | undefined;
3000
3005
  }>;
3001
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3002
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3006
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3007
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3003
3008
  $emit: ((event: "change", v: unknown) => void) & ((event: "update:selected", v: boolean) => void);
3004
3009
  $el: any;
3005
3010
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3006
- label: {
3007
- type: import("vue").PropType<string>;
3008
- };
3009
3011
  id: {
3010
3012
  type: import("vue").PropType<string>;
3011
3013
  required: true;
@@ -3017,6 +3019,9 @@ export declare const components: {
3017
3019
  type: import("vue").PropType<string>;
3018
3020
  required: true;
3019
3021
  };
3022
+ label: {
3023
+ type: import("vue").PropType<string>;
3024
+ };
3020
3025
  size: {
3021
3026
  type: import("vue").PropType<"small" | "medium">;
3022
3027
  } & {
@@ -3034,7 +3039,7 @@ export declare const components: {
3034
3039
  change: (v: unknown) => void;
3035
3040
  }, string, {
3036
3041
  size: "small" | "medium";
3037
- }> & {
3042
+ }, {}, string> & {
3038
3043
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3039
3044
  created?: ((() => void) | (() => void)[]) | undefined;
3040
3045
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3049,15 +3054,12 @@ export declare const components: {
3049
3054
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3050
3055
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3051
3056
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3052
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
3057
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3053
3058
  };
3054
3059
  $forceUpdate: () => void;
3055
3060
  $nextTick: typeof import("vue").nextTick;
3056
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3061
+ $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;
3057
3062
  } & Readonly<import("vue").ExtractPropTypes<{
3058
- label: {
3059
- type: import("vue").PropType<string>;
3060
- };
3061
3063
  id: {
3062
3064
  type: import("vue").PropType<string>;
3063
3065
  required: true;
@@ -3069,6 +3071,9 @@ export declare const components: {
3069
3071
  type: import("vue").PropType<string>;
3070
3072
  required: true;
3071
3073
  };
3074
+ label: {
3075
+ type: import("vue").PropType<string>;
3076
+ };
3072
3077
  size: {
3073
3078
  type: import("vue").PropType<"small" | "medium">;
3074
3079
  } & {
@@ -3080,14 +3085,11 @@ export declare const components: {
3080
3085
  }>> & {
3081
3086
  onChange?: ((v: unknown) => any) | undefined;
3082
3087
  "onUpdate:selected"?: ((v: boolean) => any) | undefined;
3083
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3088
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3084
3089
  __isFragment?: undefined;
3085
3090
  __isTeleport?: undefined;
3086
3091
  __isSuspense?: undefined;
3087
3092
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3088
- label: {
3089
- type: import("vue").PropType<string>;
3090
- };
3091
3093
  id: {
3092
3094
  type: import("vue").PropType<string>;
3093
3095
  required: true;
@@ -3099,6 +3101,9 @@ export declare const components: {
3099
3101
  type: import("vue").PropType<string>;
3100
3102
  required: true;
3101
3103
  };
3104
+ label: {
3105
+ type: import("vue").PropType<string>;
3106
+ };
3102
3107
  size: {
3103
3108
  type: import("vue").PropType<"small" | "medium">;
3104
3109
  } & {
@@ -3116,7 +3121,7 @@ export declare const components: {
3116
3121
  change: (v: unknown) => void;
3117
3122
  }, string, {
3118
3123
  size: "small" | "medium";
3119
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3124
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3120
3125
  $slots: {
3121
3126
  default: (_: {}) => any;
3122
3127
  };
@@ -3126,22 +3131,22 @@ export declare const components: {
3126
3131
  $: import("vue").ComponentInternalInstance;
3127
3132
  $data: {};
3128
3133
  $props: Partial<{
3134
+ type: "neutral" | "positive" | "warning" | "negative" | "informative";
3129
3135
  text: string;
3130
- type: "warning" | "informative" | "neutral" | "positive" | "negative";
3131
3136
  size: "small" | "medium";
3132
3137
  variant: "fill" | "outline";
3133
3138
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3134
- text: {
3135
- type: import("vue").PropType<string>;
3136
- } & {
3137
- default: string;
3138
- };
3139
3139
  id: {
3140
3140
  type: import("vue").PropType<string>;
3141
3141
  required: true;
3142
3142
  };
3143
3143
  type: {
3144
- type: import("vue").PropType<"warning" | "informative" | "neutral" | "positive" | "negative">;
3144
+ type: import("vue").PropType<"neutral" | "positive" | "warning" | "negative" | "informative">;
3145
+ } & {
3146
+ default: string;
3147
+ };
3148
+ text: {
3149
+ type: import("vue").PropType<string>;
3145
3150
  } & {
3146
3151
  default: string;
3147
3152
  };
@@ -3155,7 +3160,7 @@ export declare const components: {
3155
3160
  } & {
3156
3161
  default: string;
3157
3162
  };
3158
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "type" | "size" | "variant">;
3163
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "text" | "size" | "variant">;
3159
3164
  $attrs: {
3160
3165
  [x: string]: unknown;
3161
3166
  };
@@ -3165,22 +3170,22 @@ export declare const components: {
3165
3170
  $slots: Readonly<{
3166
3171
  [name: string]: import("vue").Slot | undefined;
3167
3172
  }>;
3168
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3169
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3173
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3174
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3170
3175
  $emit: (event: string, ...args: any[]) => void;
3171
3176
  $el: any;
3172
3177
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3173
- text: {
3174
- type: import("vue").PropType<string>;
3175
- } & {
3176
- default: string;
3177
- };
3178
3178
  id: {
3179
3179
  type: import("vue").PropType<string>;
3180
3180
  required: true;
3181
3181
  };
3182
3182
  type: {
3183
- type: import("vue").PropType<"warning" | "informative" | "neutral" | "positive" | "negative">;
3183
+ type: import("vue").PropType<"neutral" | "positive" | "warning" | "negative" | "informative">;
3184
+ } & {
3185
+ default: string;
3186
+ };
3187
+ text: {
3188
+ type: import("vue").PropType<string>;
3184
3189
  } & {
3185
3190
  default: string;
3186
3191
  };
@@ -3195,11 +3200,11 @@ export declare const components: {
3195
3200
  default: string;
3196
3201
  };
3197
3202
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3203
+ type: "neutral" | "positive" | "warning" | "negative" | "informative";
3198
3204
  text: string;
3199
- type: "warning" | "informative" | "neutral" | "positive" | "negative";
3200
3205
  size: "small" | "medium";
3201
3206
  variant: "fill" | "outline";
3202
- }> & {
3207
+ }, {}, string> & {
3203
3208
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3204
3209
  created?: ((() => void) | (() => void)[]) | undefined;
3205
3210
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3214,23 +3219,23 @@ export declare const components: {
3214
3219
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3215
3220
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3216
3221
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3217
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
3222
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3218
3223
  };
3219
3224
  $forceUpdate: () => void;
3220
3225
  $nextTick: typeof import("vue").nextTick;
3221
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3226
+ $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;
3222
3227
  } & Readonly<import("vue").ExtractPropTypes<{
3223
- text: {
3228
+ id: {
3224
3229
  type: import("vue").PropType<string>;
3230
+ required: true;
3231
+ };
3232
+ type: {
3233
+ type: import("vue").PropType<"neutral" | "positive" | "warning" | "negative" | "informative">;
3225
3234
  } & {
3226
3235
  default: string;
3227
3236
  };
3228
- id: {
3237
+ text: {
3229
3238
  type: import("vue").PropType<string>;
3230
- required: true;
3231
- };
3232
- type: {
3233
- type: import("vue").PropType<"warning" | "informative" | "neutral" | "positive" | "negative">;
3234
3239
  } & {
3235
3240
  default: string;
3236
3241
  };
@@ -3244,22 +3249,22 @@ export declare const components: {
3244
3249
  } & {
3245
3250
  default: string;
3246
3251
  };
3247
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3252
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3248
3253
  __isFragment?: undefined;
3249
3254
  __isTeleport?: undefined;
3250
3255
  __isSuspense?: undefined;
3251
3256
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3252
- text: {
3253
- type: import("vue").PropType<string>;
3254
- } & {
3255
- default: string;
3256
- };
3257
3257
  id: {
3258
3258
  type: import("vue").PropType<string>;
3259
3259
  required: true;
3260
3260
  };
3261
3261
  type: {
3262
- type: import("vue").PropType<"warning" | "informative" | "neutral" | "positive" | "negative">;
3262
+ type: import("vue").PropType<"neutral" | "positive" | "warning" | "negative" | "informative">;
3263
+ } & {
3264
+ default: string;
3265
+ };
3266
+ text: {
3267
+ type: import("vue").PropType<string>;
3263
3268
  } & {
3264
3269
  default: string;
3265
3270
  };
@@ -3274,11 +3279,11 @@ export declare const components: {
3274
3279
  default: string;
3275
3280
  };
3276
3281
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3282
+ type: "neutral" | "positive" | "warning" | "negative" | "informative";
3277
3283
  text: string;
3278
- type: "warning" | "informative" | "neutral" | "positive" | "negative";
3279
3284
  size: "small" | "medium";
3280
3285
  variant: "fill" | "outline";
3281
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3286
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3282
3287
  $slots: {
3283
3288
  default: (_: {}) => any;
3284
3289
  };
@@ -3292,6 +3297,10 @@ export declare const components: {
3292
3297
  text: string;
3293
3298
  feedback: "error" | "success" | "warning" | "informative";
3294
3299
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3300
+ id: {
3301
+ type: import("vue").PropType<string>;
3302
+ required: true;
3303
+ };
3295
3304
  title: {
3296
3305
  type: import("vue").PropType<string>;
3297
3306
  } & {
@@ -3302,10 +3311,6 @@ export declare const components: {
3302
3311
  } & {
3303
3312
  default: string;
3304
3313
  };
3305
- id: {
3306
- type: import("vue").PropType<string>;
3307
- required: true;
3308
- };
3309
3314
  action: {
3310
3315
  type: import("vue").PropType<string>;
3311
3316
  };
@@ -3326,11 +3331,15 @@ export declare const components: {
3326
3331
  $slots: Readonly<{
3327
3332
  [name: string]: import("vue").Slot | undefined;
3328
3333
  }>;
3329
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3330
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3334
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3335
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3331
3336
  $emit: (event: "click") => void;
3332
3337
  $el: any;
3333
3338
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3339
+ id: {
3340
+ type: import("vue").PropType<string>;
3341
+ required: true;
3342
+ };
3334
3343
  title: {
3335
3344
  type: import("vue").PropType<string>;
3336
3345
  } & {
@@ -3341,10 +3350,6 @@ export declare const components: {
3341
3350
  } & {
3342
3351
  default: string;
3343
3352
  };
3344
- id: {
3345
- type: import("vue").PropType<string>;
3346
- required: true;
3347
- };
3348
3353
  action: {
3349
3354
  type: import("vue").PropType<string>;
3350
3355
  };
@@ -3361,7 +3366,7 @@ export declare const components: {
3361
3366
  title: string;
3362
3367
  text: string;
3363
3368
  feedback: "error" | "success" | "warning" | "informative";
3364
- }> & {
3369
+ }, {}, string> & {
3365
3370
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3366
3371
  created?: ((() => void) | (() => void)[]) | undefined;
3367
3372
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3376,12 +3381,16 @@ export declare const components: {
3376
3381
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3377
3382
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3378
3383
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3379
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
3384
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3380
3385
  };
3381
3386
  $forceUpdate: () => void;
3382
3387
  $nextTick: typeof import("vue").nextTick;
3383
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3388
+ $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;
3384
3389
  } & Readonly<import("vue").ExtractPropTypes<{
3390
+ id: {
3391
+ type: import("vue").PropType<string>;
3392
+ required: true;
3393
+ };
3385
3394
  title: {
3386
3395
  type: import("vue").PropType<string>;
3387
3396
  } & {
@@ -3392,10 +3401,6 @@ export declare const components: {
3392
3401
  } & {
3393
3402
  default: string;
3394
3403
  };
3395
- id: {
3396
- type: import("vue").PropType<string>;
3397
- required: true;
3398
- };
3399
3404
  action: {
3400
3405
  type: import("vue").PropType<string>;
3401
3406
  };
@@ -3406,11 +3411,15 @@ export declare const components: {
3406
3411
  };
3407
3412
  }>> & {
3408
3413
  onClick?: (() => any) | undefined;
3409
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3414
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3410
3415
  __isFragment?: undefined;
3411
3416
  __isTeleport?: undefined;
3412
3417
  __isSuspense?: undefined;
3413
3418
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3419
+ id: {
3420
+ type: import("vue").PropType<string>;
3421
+ required: true;
3422
+ };
3414
3423
  title: {
3415
3424
  type: import("vue").PropType<string>;
3416
3425
  } & {
@@ -3421,10 +3430,6 @@ export declare const components: {
3421
3430
  } & {
3422
3431
  default: string;
3423
3432
  };
3424
- id: {
3425
- type: import("vue").PropType<string>;
3426
- required: true;
3427
- };
3428
3433
  action: {
3429
3434
  type: import("vue").PropType<string>;
3430
3435
  };
@@ -3441,7 +3446,7 @@ export declare const components: {
3441
3446
  title: string;
3442
3447
  text: string;
3443
3448
  feedback: "error" | "success" | "warning" | "informative";
3444
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3449
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3445
3450
  $slots: {
3446
3451
  default: (_: {}) => any;
3447
3452
  };
@@ -3453,15 +3458,15 @@ export declare const components: {
3453
3458
  $props: Partial<{
3454
3459
  title: string;
3455
3460
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3461
+ id: {
3462
+ type: import("vue").PropType<string>;
3463
+ required: true;
3464
+ };
3456
3465
  title: {
3457
3466
  type: import("vue").PropType<string>;
3458
3467
  } & {
3459
3468
  default: string;
3460
3469
  };
3461
- id: {
3462
- type: import("vue").PropType<string>;
3463
- required: true;
3464
- };
3465
3470
  onColor: {
3466
3471
  type: import("vue").PropType<boolean>;
3467
3472
  };
@@ -3478,20 +3483,20 @@ export declare const components: {
3478
3483
  $slots: Readonly<{
3479
3484
  [name: string]: import("vue").Slot | undefined;
3480
3485
  }>;
3481
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3482
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3486
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3487
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3483
3488
  $emit: (event: string, ...args: any[]) => void;
3484
3489
  $el: any;
3485
3490
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3491
+ id: {
3492
+ type: import("vue").PropType<string>;
3493
+ required: true;
3494
+ };
3486
3495
  title: {
3487
3496
  type: import("vue").PropType<string>;
3488
3497
  } & {
3489
3498
  default: string;
3490
3499
  };
3491
- id: {
3492
- type: import("vue").PropType<string>;
3493
- required: true;
3494
- };
3495
3500
  onColor: {
3496
3501
  type: import("vue").PropType<boolean>;
3497
3502
  };
@@ -3500,7 +3505,7 @@ export declare const components: {
3500
3505
  };
3501
3506
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3502
3507
  title: string;
3503
- }> & {
3508
+ }, {}, string> & {
3504
3509
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3505
3510
  created?: ((() => void) | (() => void)[]) | undefined;
3506
3511
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3515,41 +3520,41 @@ export declare const components: {
3515
3520
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3516
3521
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3517
3522
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3518
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
3523
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3519
3524
  };
3520
3525
  $forceUpdate: () => void;
3521
3526
  $nextTick: typeof import("vue").nextTick;
3522
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3527
+ $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;
3523
3528
  } & Readonly<import("vue").ExtractPropTypes<{
3529
+ id: {
3530
+ type: import("vue").PropType<string>;
3531
+ required: true;
3532
+ };
3524
3533
  title: {
3525
3534
  type: import("vue").PropType<string>;
3526
3535
  } & {
3527
3536
  default: string;
3528
3537
  };
3529
- id: {
3530
- type: import("vue").PropType<string>;
3531
- required: true;
3532
- };
3533
3538
  onColor: {
3534
3539
  type: import("vue").PropType<boolean>;
3535
3540
  };
3536
3541
  disabled: {
3537
3542
  type: import("vue").PropType<boolean>;
3538
3543
  };
3539
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3544
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3540
3545
  __isFragment?: undefined;
3541
3546
  __isTeleport?: undefined;
3542
3547
  __isSuspense?: undefined;
3543
3548
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3549
+ id: {
3550
+ type: import("vue").PropType<string>;
3551
+ required: true;
3552
+ };
3544
3553
  title: {
3545
3554
  type: import("vue").PropType<string>;
3546
3555
  } & {
3547
3556
  default: string;
3548
3557
  };
3549
- id: {
3550
- type: import("vue").PropType<string>;
3551
- required: true;
3552
- };
3553
3558
  onColor: {
3554
3559
  type: import("vue").PropType<boolean>;
3555
3560
  };
@@ -3558,7 +3563,7 @@ export declare const components: {
3558
3563
  };
3559
3564
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3560
3565
  title: string;
3561
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3566
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3562
3567
  $slots: {
3563
3568
  icon: (_: {}) => any;
3564
3569
  title: (_: {}) => any;
@@ -3574,14 +3579,14 @@ export declare const components: {
3574
3579
  fallbackValue: string;
3575
3580
  dataIdentifier: import("./components/list/types").DataIdentifier;
3576
3581
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3577
- data: {
3578
- type: import("vue").PropType<import("./components/list/types").Data[]>;
3579
- required: true;
3580
- };
3581
3582
  id: {
3582
3583
  type: import("vue").PropType<string>;
3583
3584
  required: true;
3584
3585
  };
3586
+ data: {
3587
+ type: import("vue").PropType<import("./components/list/types").Data[]>;
3588
+ required: true;
3589
+ };
3585
3590
  selected: {
3586
3591
  type: import("vue").PropType<import("./components/list/types").Selected>;
3587
3592
  };
@@ -3602,6 +3607,9 @@ export declare const components: {
3602
3607
  sortPositions: {
3603
3608
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3604
3609
  };
3610
+ hideMenu: {
3611
+ type: import("vue").PropType<boolean>;
3612
+ };
3605
3613
  selectMode: {
3606
3614
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3607
3615
  };
@@ -3626,19 +3634,19 @@ export declare const components: {
3626
3634
  $slots: Readonly<{
3627
3635
  [name: string]: import("vue").Slot | undefined;
3628
3636
  }>;
3629
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3630
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3637
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3638
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3631
3639
  $emit: ((event: "update:selected", selected: import("./components/list/types").Data | import("./components/list/types").Data[]) => void) & ((event: "listitem:click", item: import("./components/list/types").Data) => void) & ((event: "listitem:selected", item: import("./components/list/types").Data) => void);
3632
3640
  $el: any;
3633
3641
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3634
- data: {
3635
- type: import("vue").PropType<import("./components/list/types").Data[]>;
3636
- required: true;
3637
- };
3638
3642
  id: {
3639
3643
  type: import("vue").PropType<string>;
3640
3644
  required: true;
3641
3645
  };
3646
+ data: {
3647
+ type: import("vue").PropType<import("./components/list/types").Data[]>;
3648
+ required: true;
3649
+ };
3642
3650
  selected: {
3643
3651
  type: import("vue").PropType<import("./components/list/types").Selected>;
3644
3652
  };
@@ -3659,6 +3667,9 @@ export declare const components: {
3659
3667
  sortPositions: {
3660
3668
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3661
3669
  };
3670
+ hideMenu: {
3671
+ type: import("vue").PropType<boolean>;
3672
+ };
3662
3673
  selectMode: {
3663
3674
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3664
3675
  };
@@ -3686,7 +3697,7 @@ export declare const components: {
3686
3697
  ariaLabel: string;
3687
3698
  fallbackValue: string;
3688
3699
  dataIdentifier: import("./components/list/types").DataIdentifier;
3689
- }> & {
3700
+ }, {}, string> & {
3690
3701
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3691
3702
  created?: ((() => void) | (() => void)[]) | undefined;
3692
3703
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3701,20 +3712,20 @@ export declare const components: {
3701
3712
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3702
3713
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3703
3714
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3704
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
3715
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3705
3716
  };
3706
3717
  $forceUpdate: () => void;
3707
3718
  $nextTick: typeof import("vue").nextTick;
3708
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3719
+ $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;
3709
3720
  } & Readonly<import("vue").ExtractPropTypes<{
3710
- data: {
3711
- type: import("vue").PropType<import("./components/list/types").Data[]>;
3712
- required: true;
3713
- };
3714
3721
  id: {
3715
3722
  type: import("vue").PropType<string>;
3716
3723
  required: true;
3717
3724
  };
3725
+ data: {
3726
+ type: import("vue").PropType<import("./components/list/types").Data[]>;
3727
+ required: true;
3728
+ };
3718
3729
  selected: {
3719
3730
  type: import("vue").PropType<import("./components/list/types").Selected>;
3720
3731
  };
@@ -3735,6 +3746,9 @@ export declare const components: {
3735
3746
  sortPositions: {
3736
3747
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3737
3748
  };
3749
+ hideMenu: {
3750
+ type: import("vue").PropType<boolean>;
3751
+ };
3738
3752
  selectMode: {
3739
3753
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3740
3754
  };
@@ -3752,19 +3766,19 @@ export declare const components: {
3752
3766
  } & import("vue").ShallowUnwrapRef<{
3753
3767
  unselectAll: () => void;
3754
3768
  selectAll: () => void;
3755
- }> & {} & import("vue").ComponentCustomProperties;
3769
+ }> & {} & import("vue").ComponentCustomProperties & {};
3756
3770
  __isFragment?: undefined;
3757
3771
  __isTeleport?: undefined;
3758
3772
  __isSuspense?: undefined;
3759
3773
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3760
- data: {
3761
- type: import("vue").PropType<import("./components/list/types").Data[]>;
3762
- required: true;
3763
- };
3764
3774
  id: {
3765
3775
  type: import("vue").PropType<string>;
3766
3776
  required: true;
3767
3777
  };
3778
+ data: {
3779
+ type: import("vue").PropType<import("./components/list/types").Data[]>;
3780
+ required: true;
3781
+ };
3768
3782
  selected: {
3769
3783
  type: import("vue").PropType<import("./components/list/types").Selected>;
3770
3784
  };
@@ -3785,6 +3799,9 @@ export declare const components: {
3785
3799
  sortPositions: {
3786
3800
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3787
3801
  };
3802
+ hideMenu: {
3803
+ type: import("vue").PropType<boolean>;
3804
+ };
3788
3805
  selectMode: {
3789
3806
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3790
3807
  };
@@ -3812,7 +3829,7 @@ export declare const components: {
3812
3829
  ariaLabel: string;
3813
3830
  fallbackValue: string;
3814
3831
  dataIdentifier: import("./components/list/types").DataIdentifier;
3815
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3832
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3816
3833
  $slots: Record<string, {
3817
3834
  data: any;
3818
3835
  index: any;
@@ -3889,8 +3906,8 @@ export declare const components: {
3889
3906
  $slots: Readonly<{
3890
3907
  [name: string]: import("vue").Slot | undefined;
3891
3908
  }>;
3892
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3893
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3909
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3910
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3894
3911
  $emit: ((event: "update:tabList", tab: import("./components/tabs/types").TabList[]) => void) & ((event: "tabitem:active", tab: import("./components/tabs/types").TabList) => void);
3895
3912
  $el: any;
3896
3913
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -3925,7 +3942,7 @@ export declare const components: {
3925
3942
  "tabitem:active": (tab: import("./components/tabs/types").TabList) => void;
3926
3943
  }, string, {
3927
3944
  tabList: import("./components/tabs/types").TabList[];
3928
- }> & {
3945
+ }, {}, string> & {
3929
3946
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3930
3947
  created?: ((() => void) | (() => void)[]) | undefined;
3931
3948
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3940,11 +3957,11 @@ export declare const components: {
3940
3957
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3941
3958
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3942
3959
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3943
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
3960
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3944
3961
  };
3945
3962
  $forceUpdate: () => void;
3946
3963
  $nextTick: typeof import("vue").nextTick;
3947
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3964
+ $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;
3948
3965
  } & Readonly<import("vue").ExtractPropTypes<{
3949
3966
  id: {
3950
3967
  type: import("vue").PropType<string>;
@@ -3971,7 +3988,7 @@ export declare const components: {
3971
3988
  }>> & {
3972
3989
  "onUpdate:tabList"?: ((tab: import("./components/tabs/types").TabList[]) => any) | undefined;
3973
3990
  "onTabitem:active"?: ((tab: import("./components/tabs/types").TabList) => any) | undefined;
3974
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3991
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3975
3992
  __isFragment?: undefined;
3976
3993
  __isTeleport?: undefined;
3977
3994
  __isSuspense?: undefined;
@@ -4007,26 +4024,26 @@ export declare const components: {
4007
4024
  "tabitem:active": (tab: import("./components/tabs/types").TabList) => void;
4008
4025
  }, string, {
4009
4026
  tabList: import("./components/tabs/types").TabList[];
4010
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
4027
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
4011
4028
  SolMenu: {
4012
4029
  new (...args: any[]): {
4013
4030
  $: import("vue").ComponentInternalInstance;
4014
4031
  $data: {};
4015
4032
  $props: Partial<{
4016
4033
  label: string;
4017
- position: ("bottom" | "top") | ("left" | "right");
4034
+ position: ("center" | "bottom" | "top") | ("left" | "right");
4018
4035
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
4036
+ id: {
4037
+ type: import("vue").PropType<string>;
4038
+ required: true;
4039
+ };
4019
4040
  label: {
4020
4041
  type: import("vue").PropType<string>;
4021
4042
  } & {
4022
4043
  default: string;
4023
4044
  };
4024
- id: {
4025
- type: import("vue").PropType<string>;
4026
- required: true;
4027
- };
4028
4045
  position: {
4029
- type: import("vue").PropType<("bottom" | "top") | ("left" | "right")>;
4046
+ type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4030
4047
  } & {
4031
4048
  default: string;
4032
4049
  };
@@ -4040,29 +4057,29 @@ export declare const components: {
4040
4057
  $slots: Readonly<{
4041
4058
  [name: string]: import("vue").Slot | undefined;
4042
4059
  }>;
4043
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4044
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4060
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4061
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4045
4062
  $emit: (event: string, ...args: any[]) => void;
4046
4063
  $el: any;
4047
4064
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4065
+ id: {
4066
+ type: import("vue").PropType<string>;
4067
+ required: true;
4068
+ };
4048
4069
  label: {
4049
4070
  type: import("vue").PropType<string>;
4050
4071
  } & {
4051
4072
  default: string;
4052
4073
  };
4053
- id: {
4054
- type: import("vue").PropType<string>;
4055
- required: true;
4056
- };
4057
4074
  position: {
4058
- type: import("vue").PropType<("bottom" | "top") | ("left" | "right")>;
4075
+ type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4059
4076
  } & {
4060
4077
  default: string;
4061
4078
  };
4062
4079
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4063
4080
  label: string;
4064
- position: ("bottom" | "top") | ("left" | "right");
4065
- }> & {
4081
+ position: ("center" | "bottom" | "top") | ("left" | "right");
4082
+ }, {}, string> & {
4066
4083
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4067
4084
  created?: ((() => void) | (() => void)[]) | undefined;
4068
4085
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4077,49 +4094,49 @@ export declare const components: {
4077
4094
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4078
4095
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4079
4096
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4080
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
4097
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4081
4098
  };
4082
4099
  $forceUpdate: () => void;
4083
4100
  $nextTick: typeof import("vue").nextTick;
4084
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4101
+ $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;
4085
4102
  } & Readonly<import("vue").ExtractPropTypes<{
4103
+ id: {
4104
+ type: import("vue").PropType<string>;
4105
+ required: true;
4106
+ };
4086
4107
  label: {
4087
4108
  type: import("vue").PropType<string>;
4088
4109
  } & {
4089
4110
  default: string;
4090
4111
  };
4091
- id: {
4092
- type: import("vue").PropType<string>;
4093
- required: true;
4094
- };
4095
4112
  position: {
4096
- type: import("vue").PropType<("bottom" | "top") | ("left" | "right")>;
4113
+ type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4097
4114
  } & {
4098
4115
  default: string;
4099
4116
  };
4100
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4117
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4101
4118
  __isFragment?: undefined;
4102
4119
  __isTeleport?: undefined;
4103
4120
  __isSuspense?: undefined;
4104
4121
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4122
+ id: {
4123
+ type: import("vue").PropType<string>;
4124
+ required: true;
4125
+ };
4105
4126
  label: {
4106
4127
  type: import("vue").PropType<string>;
4107
4128
  } & {
4108
4129
  default: string;
4109
4130
  };
4110
- id: {
4111
- type: import("vue").PropType<string>;
4112
- required: true;
4113
- };
4114
4131
  position: {
4115
- type: import("vue").PropType<("bottom" | "top") | ("left" | "right")>;
4132
+ type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4116
4133
  } & {
4117
4134
  default: string;
4118
4135
  };
4119
4136
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4120
4137
  label: string;
4121
- position: ("bottom" | "top") | ("left" | "right");
4122
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4138
+ position: ("center" | "bottom" | "top") | ("left" | "right");
4139
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4123
4140
  $slots: {
4124
4141
  trigger: (_: {
4125
4142
  id: string;
@@ -4161,8 +4178,8 @@ export declare const components: {
4161
4178
  $slots: Readonly<{
4162
4179
  [name: string]: import("vue").Slot | undefined;
4163
4180
  }>;
4164
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4165
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4181
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4182
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4166
4183
  $emit: (event: "clicked") => void;
4167
4184
  $el: any;
4168
4185
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4174,7 +4191,7 @@ export declare const components: {
4174
4191
  onClicked?: (() => any) | undefined;
4175
4192
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4176
4193
  clicked: () => void;
4177
- }, string, {}> & {
4194
+ }, string, {}, {}, string> & {
4178
4195
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4179
4196
  created?: ((() => void) | (() => void)[]) | undefined;
4180
4197
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4189,11 +4206,11 @@ export declare const components: {
4189
4206
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4190
4207
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4191
4208
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4192
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
4209
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4193
4210
  };
4194
4211
  $forceUpdate: () => void;
4195
4212
  $nextTick: typeof import("vue").nextTick;
4196
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4213
+ $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;
4197
4214
  } & Readonly<import("vue").ExtractPropTypes<{
4198
4215
  id: {
4199
4216
  type: import("vue").PropType<string>;
@@ -4201,7 +4218,7 @@ export declare const components: {
4201
4218
  };
4202
4219
  }>> & {
4203
4220
  onClicked?: (() => any) | undefined;
4204
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4221
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4205
4222
  __isFragment?: undefined;
4206
4223
  __isTeleport?: undefined;
4207
4224
  __isSuspense?: undefined;
@@ -4214,7 +4231,7 @@ export declare const components: {
4214
4231
  onClicked?: (() => any) | undefined;
4215
4232
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4216
4233
  clicked: () => void;
4217
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4234
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4218
4235
  $slots: {
4219
4236
  default: (_: {}) => any;
4220
4237
  };
@@ -4255,8 +4272,8 @@ export declare const components: {
4255
4272
  $slots: Readonly<{
4256
4273
  [name: string]: import("vue").Slot | undefined;
4257
4274
  }>;
4258
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4259
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4275
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4276
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4260
4277
  $emit: (event: "clicked") => void;
4261
4278
  $el: any;
4262
4279
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4283,7 +4300,7 @@ export declare const components: {
4283
4300
  onClicked?: (() => any) | undefined;
4284
4301
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4285
4302
  clicked: () => void;
4286
- }, string, {}> & {
4303
+ }, string, {}, {}, string> & {
4287
4304
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4288
4305
  created?: ((() => void) | (() => void)[]) | undefined;
4289
4306
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4298,11 +4315,11 @@ export declare const components: {
4298
4315
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4299
4316
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4300
4317
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4301
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
4318
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4302
4319
  };
4303
4320
  $forceUpdate: () => void;
4304
4321
  $nextTick: typeof import("vue").nextTick;
4305
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4322
+ $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;
4306
4323
  } & Readonly<import("vue").ExtractPropTypes<{
4307
4324
  id: {
4308
4325
  type: import("vue").PropType<string>;
@@ -4325,7 +4342,7 @@ export declare const components: {
4325
4342
  };
4326
4343
  }>> & {
4327
4344
  onClicked?: (() => any) | undefined;
4328
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4345
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4329
4346
  __isFragment?: undefined;
4330
4347
  __isTeleport?: undefined;
4331
4348
  __isSuspense?: undefined;
@@ -4353,7 +4370,7 @@ export declare const components: {
4353
4370
  onClicked?: (() => any) | undefined;
4354
4371
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4355
4372
  clicked: () => void;
4356
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4373
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4357
4374
  $slots: {
4358
4375
  default: (_: {
4359
4376
  id: string;
@@ -4390,8 +4407,8 @@ export declare const components: {
4390
4407
  $slots: Readonly<{
4391
4408
  [name: string]: import("vue").Slot | undefined;
4392
4409
  }>;
4393
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4394
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4410
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4411
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4395
4412
  $emit: (event: string, ...args: any[]) => void;
4396
4413
  $el: any;
4397
4414
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4406,7 +4423,7 @@ export declare const components: {
4406
4423
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4407
4424
  required: true;
4408
4425
  };
4409
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
4426
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
4410
4427
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4411
4428
  created?: ((() => void) | (() => void)[]) | undefined;
4412
4429
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4421,11 +4438,11 @@ export declare const components: {
4421
4438
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4422
4439
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4423
4440
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4424
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
4441
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4425
4442
  };
4426
4443
  $forceUpdate: () => void;
4427
4444
  $nextTick: typeof import("vue").nextTick;
4428
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4445
+ $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;
4429
4446
  } & Readonly<import("vue").ExtractPropTypes<{
4430
4447
  id: {
4431
4448
  type: import("vue").PropType<string>;
@@ -4438,7 +4455,7 @@ export declare const components: {
4438
4455
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4439
4456
  required: true;
4440
4457
  };
4441
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4458
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4442
4459
  __isFragment?: undefined;
4443
4460
  __isTeleport?: undefined;
4444
4461
  __isSuspense?: undefined;
@@ -4454,7 +4471,7 @@ export declare const components: {
4454
4471
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4455
4472
  required: true;
4456
4473
  };
4457
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4474
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4458
4475
  $slots: {
4459
4476
  label: (_: {
4460
4477
  isOpen: boolean;
@@ -4477,15 +4494,15 @@ export declare const components: {
4477
4494
  size: import("./components/modal/types").Size;
4478
4495
  target: string;
4479
4496
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
4497
+ id: {
4498
+ type: import("vue").PropType<string>;
4499
+ required: true;
4500
+ };
4480
4501
  title: {
4481
4502
  type: import("vue").PropType<string>;
4482
4503
  } & {
4483
4504
  default: string;
4484
4505
  };
4485
- id: {
4486
- type: import("vue").PropType<string>;
4487
- required: true;
4488
- };
4489
4506
  isOpen: {
4490
4507
  type: import("vue").PropType<boolean>;
4491
4508
  };
@@ -4528,20 +4545,20 @@ export declare const components: {
4528
4545
  $slots: Readonly<{
4529
4546
  [name: string]: import("vue").Slot | undefined;
4530
4547
  }>;
4531
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4532
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4548
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4549
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4533
4550
  $emit: ((event: "open") => void) & ((event: "close") => void) & ((event: "update:isOpen", value: boolean) => void) & ((event: "action:primary") => void) & ((event: "action:secondary") => void) & ((event: "action:tertiary") => void);
4534
4551
  $el: any;
4535
4552
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4553
+ id: {
4554
+ type: import("vue").PropType<string>;
4555
+ required: true;
4556
+ };
4536
4557
  title: {
4537
4558
  type: import("vue").PropType<string>;
4538
4559
  } & {
4539
4560
  default: string;
4540
4561
  };
4541
- id: {
4542
- type: import("vue").PropType<string>;
4543
- required: true;
4544
- };
4545
4562
  isOpen: {
4546
4563
  type: import("vue").PropType<boolean>;
4547
4564
  };
@@ -4593,7 +4610,7 @@ export declare const components: {
4593
4610
  title: string;
4594
4611
  size: import("./components/modal/types").Size;
4595
4612
  target: string;
4596
- }> & {
4613
+ }, {}, string> & {
4597
4614
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4598
4615
  created?: ((() => void) | (() => void)[]) | undefined;
4599
4616
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4608,21 +4625,21 @@ export declare const components: {
4608
4625
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4609
4626
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4610
4627
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4611
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
4628
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4612
4629
  };
4613
4630
  $forceUpdate: () => void;
4614
4631
  $nextTick: typeof import("vue").nextTick;
4615
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4632
+ $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;
4616
4633
  } & Readonly<import("vue").ExtractPropTypes<{
4634
+ id: {
4635
+ type: import("vue").PropType<string>;
4636
+ required: true;
4637
+ };
4617
4638
  title: {
4618
4639
  type: import("vue").PropType<string>;
4619
4640
  } & {
4620
4641
  default: string;
4621
4642
  };
4622
- id: {
4623
- type: import("vue").PropType<string>;
4624
- required: true;
4625
- };
4626
4643
  isOpen: {
4627
4644
  type: import("vue").PropType<boolean>;
4628
4645
  };
@@ -4658,20 +4675,20 @@ export declare const components: {
4658
4675
  } & import("vue").ShallowUnwrapRef<{
4659
4676
  close: () => void;
4660
4677
  open: () => void;
4661
- }> & {} & import("vue").ComponentCustomProperties;
4678
+ }> & {} & import("vue").ComponentCustomProperties & {};
4662
4679
  __isFragment?: undefined;
4663
4680
  __isTeleport?: undefined;
4664
4681
  __isSuspense?: undefined;
4665
4682
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4683
+ id: {
4684
+ type: import("vue").PropType<string>;
4685
+ required: true;
4686
+ };
4666
4687
  title: {
4667
4688
  type: import("vue").PropType<string>;
4668
4689
  } & {
4669
4690
  default: string;
4670
4691
  };
4671
- id: {
4672
- type: import("vue").PropType<string>;
4673
- required: true;
4674
- };
4675
4692
  isOpen: {
4676
4693
  type: import("vue").PropType<boolean>;
4677
4694
  };
@@ -4723,7 +4740,7 @@ export declare const components: {
4723
4740
  title: string;
4724
4741
  size: import("./components/modal/types").Size;
4725
4742
  target: string;
4726
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4743
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4727
4744
  $slots: {
4728
4745
  default: (_: {}) => any;
4729
4746
  'action-tertiary': (_: {
@@ -4801,8 +4818,8 @@ export declare const components: {
4801
4818
  $slots: Readonly<{
4802
4819
  [name: string]: import("vue").Slot | undefined;
4803
4820
  }>;
4804
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4805
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4821
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4822
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4806
4823
  $emit: ((event: "update:current", page: number | undefined) => void) & ((event: "page", page: number | undefined) => void) & ((event: "page:next", value: (Record<string, unknown> & {
4807
4824
  page: number;
4808
4825
  }) | undefined) => void) & ((event: "page:previous", value: (Record<string, unknown> & {
@@ -4871,7 +4888,7 @@ export declare const components: {
4871
4888
  openMenuPosition: "top" | "dynamic";
4872
4889
  totalPages: number;
4873
4890
  current: number;
4874
- }> & {
4891
+ }, {}, string> & {
4875
4892
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4876
4893
  created?: ((() => void) | (() => void)[]) | undefined;
4877
4894
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4886,11 +4903,11 @@ export declare const components: {
4886
4903
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4887
4904
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4888
4905
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4889
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
4906
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4890
4907
  };
4891
4908
  $forceUpdate: () => void;
4892
4909
  $nextTick: typeof import("vue").nextTick;
4893
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4910
+ $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;
4894
4911
  } & Readonly<import("vue").ExtractPropTypes<{
4895
4912
  id: {
4896
4913
  type: import("vue").PropType<string>;
@@ -4936,7 +4953,7 @@ export declare const components: {
4936
4953
  "onPage:previous"?: ((value: (Record<string, unknown> & {
4937
4954
  page: number;
4938
4955
  }) | undefined) => any) | undefined;
4939
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4956
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4940
4957
  __isFragment?: undefined;
4941
4958
  __isTeleport?: undefined;
4942
4959
  __isSuspense?: undefined;
@@ -5002,7 +5019,7 @@ export declare const components: {
5002
5019
  openMenuPosition: "top" | "dynamic";
5003
5020
  totalPages: number;
5004
5021
  current: number;
5005
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5022
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5006
5023
  SolEmptyState: {
5007
5024
  new (...args: any[]): {
5008
5025
  $: import("vue").ComponentInternalInstance;
@@ -5010,11 +5027,11 @@ export declare const components: {
5010
5027
  $props: Partial<{
5011
5028
  variant: import("./components/empty-state/types").Variant;
5012
5029
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5013
- title: {
5030
+ id: {
5014
5031
  type: import("vue").PropType<string>;
5015
5032
  required: true;
5016
5033
  };
5017
- id: {
5034
+ title: {
5018
5035
  type: import("vue").PropType<string>;
5019
5036
  required: true;
5020
5037
  };
@@ -5037,16 +5054,16 @@ export declare const components: {
5037
5054
  $slots: Readonly<{
5038
5055
  [name: string]: import("vue").Slot | undefined;
5039
5056
  }>;
5040
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5041
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5057
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5058
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5042
5059
  $emit: (event: string, ...args: any[]) => void;
5043
5060
  $el: any;
5044
5061
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5045
- title: {
5062
+ id: {
5046
5063
  type: import("vue").PropType<string>;
5047
5064
  required: true;
5048
5065
  };
5049
- id: {
5066
+ title: {
5050
5067
  type: import("vue").PropType<string>;
5051
5068
  required: true;
5052
5069
  };
@@ -5061,7 +5078,7 @@ export declare const components: {
5061
5078
  };
5062
5079
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5063
5080
  variant: import("./components/empty-state/types").Variant;
5064
- }> & {
5081
+ }, {}, string> & {
5065
5082
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5066
5083
  created?: ((() => void) | (() => void)[]) | undefined;
5067
5084
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5076,17 +5093,17 @@ export declare const components: {
5076
5093
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5077
5094
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5078
5095
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5079
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
5096
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5080
5097
  };
5081
5098
  $forceUpdate: () => void;
5082
5099
  $nextTick: typeof import("vue").nextTick;
5083
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5100
+ $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;
5084
5101
  } & Readonly<import("vue").ExtractPropTypes<{
5085
- title: {
5102
+ id: {
5086
5103
  type: import("vue").PropType<string>;
5087
5104
  required: true;
5088
5105
  };
5089
- id: {
5106
+ title: {
5090
5107
  type: import("vue").PropType<string>;
5091
5108
  required: true;
5092
5109
  };
@@ -5099,16 +5116,16 @@ export declare const components: {
5099
5116
  subtitle: {
5100
5117
  type: import("vue").PropType<string>;
5101
5118
  };
5102
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5119
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5103
5120
  __isFragment?: undefined;
5104
5121
  __isTeleport?: undefined;
5105
5122
  __isSuspense?: undefined;
5106
5123
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5107
- title: {
5124
+ id: {
5108
5125
  type: import("vue").PropType<string>;
5109
5126
  required: true;
5110
5127
  };
5111
- id: {
5128
+ title: {
5112
5129
  type: import("vue").PropType<string>;
5113
5130
  required: true;
5114
5131
  };
@@ -5123,7 +5140,7 @@ export declare const components: {
5123
5140
  };
5124
5141
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5125
5142
  variant: import("./components/empty-state/types").Variant;
5126
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5143
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5127
5144
  $slots: {
5128
5145
  action: (_: {}) => any;
5129
5146
  };
@@ -5182,8 +5199,8 @@ export declare const components: {
5182
5199
  $slots: Readonly<{
5183
5200
  [name: string]: import("vue").Slot | undefined;
5184
5201
  }>;
5185
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5186
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5202
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5203
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5187
5204
  $emit: ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void);
5188
5205
  $el: any;
5189
5206
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5230,7 +5247,7 @@ export declare const components: {
5230
5247
  placeholder: string;
5231
5248
  variant: import("./components/search/types").Variants;
5232
5249
  ariaLabel: string;
5233
- }> & {
5250
+ }, {}, string> & {
5234
5251
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5235
5252
  created?: ((() => void) | (() => void)[]) | undefined;
5236
5253
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5245,11 +5262,11 @@ export declare const components: {
5245
5262
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5246
5263
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5247
5264
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5248
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
5265
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5249
5266
  };
5250
5267
  $forceUpdate: () => void;
5251
5268
  $nextTick: typeof import("vue").nextTick;
5252
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5269
+ $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;
5253
5270
  } & Readonly<import("vue").ExtractPropTypes<{
5254
5271
  id: {
5255
5272
  type: import("vue").PropType<string>;
@@ -5284,7 +5301,7 @@ export declare const components: {
5284
5301
  }>> & {
5285
5302
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
5286
5303
  onSearch?: ((value: string) => any) | undefined;
5287
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5304
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5288
5305
  __isFragment?: undefined;
5289
5306
  __isTeleport?: undefined;
5290
5307
  __isSuspense?: undefined;
@@ -5332,7 +5349,7 @@ export declare const components: {
5332
5349
  placeholder: string;
5333
5350
  variant: import("./components/search/types").Variants;
5334
5351
  ariaLabel: string;
5335
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5352
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5336
5353
  SolDatePicker: {
5337
5354
  new (...args: any[]): {
5338
5355
  $: import("vue").ComponentInternalInstance;
@@ -5340,15 +5357,15 @@ export declare const components: {
5340
5357
  $props: Partial<{
5341
5358
  label: string;
5342
5359
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5360
+ id: {
5361
+ type: import("vue").PropType<string>;
5362
+ required: true;
5363
+ };
5343
5364
  label: {
5344
5365
  type: import("vue").PropType<string>;
5345
5366
  } & {
5346
5367
  default: string;
5347
5368
  };
5348
- id: {
5349
- type: import("vue").PropType<string>;
5350
- required: true;
5351
- };
5352
5369
  modelValue: {
5353
5370
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5354
5371
  };
@@ -5380,20 +5397,20 @@ export declare const components: {
5380
5397
  $slots: Readonly<{
5381
5398
  [name: string]: import("vue").Slot | undefined;
5382
5399
  }>;
5383
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5384
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5400
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5401
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5385
5402
  $emit: ((event: "update:modelValue", value: import("./components/date-picker/types").ModelValue | undefined) => void) & ((event: "change", value: string) => void);
5386
5403
  $el: any;
5387
5404
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5405
+ id: {
5406
+ type: import("vue").PropType<string>;
5407
+ required: true;
5408
+ };
5388
5409
  label: {
5389
5410
  type: import("vue").PropType<string>;
5390
5411
  } & {
5391
5412
  default: string;
5392
5413
  };
5393
- id: {
5394
- type: import("vue").PropType<string>;
5395
- required: true;
5396
- };
5397
5414
  modelValue: {
5398
5415
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5399
5416
  };
@@ -5421,7 +5438,7 @@ export declare const components: {
5421
5438
  change: (value: string) => void;
5422
5439
  }, string, {
5423
5440
  label: string;
5424
- }> & {
5441
+ }, {}, string> & {
5425
5442
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5426
5443
  created?: ((() => void) | (() => void)[]) | undefined;
5427
5444
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5436,21 +5453,21 @@ export declare const components: {
5436
5453
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5437
5454
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5438
5455
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5439
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
5456
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5440
5457
  };
5441
5458
  $forceUpdate: () => void;
5442
5459
  $nextTick: typeof import("vue").nextTick;
5443
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5460
+ $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;
5444
5461
  } & Readonly<import("vue").ExtractPropTypes<{
5462
+ id: {
5463
+ type: import("vue").PropType<string>;
5464
+ required: true;
5465
+ };
5445
5466
  label: {
5446
5467
  type: import("vue").PropType<string>;
5447
5468
  } & {
5448
5469
  default: string;
5449
5470
  };
5450
- id: {
5451
- type: import("vue").PropType<string>;
5452
- required: true;
5453
- };
5454
5471
  modelValue: {
5455
5472
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5456
5473
  };
@@ -5472,20 +5489,20 @@ export declare const components: {
5472
5489
  }>> & {
5473
5490
  onChange?: ((value: string) => any) | undefined;
5474
5491
  "onUpdate:modelValue"?: ((value: import("./components/date-picker/types").ModelValue | undefined) => any) | undefined;
5475
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5492
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5476
5493
  __isFragment?: undefined;
5477
5494
  __isTeleport?: undefined;
5478
5495
  __isSuspense?: undefined;
5479
5496
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5497
+ id: {
5498
+ type: import("vue").PropType<string>;
5499
+ required: true;
5500
+ };
5480
5501
  label: {
5481
5502
  type: import("vue").PropType<string>;
5482
5503
  } & {
5483
5504
  default: string;
5484
5505
  };
5485
- id: {
5486
- type: import("vue").PropType<string>;
5487
- required: true;
5488
- };
5489
5506
  modelValue: {
5490
5507
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5491
5508
  };
@@ -5513,7 +5530,7 @@ export declare const components: {
5513
5530
  change: (value: string) => void;
5514
5531
  }, string, {
5515
5532
  label: string;
5516
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5533
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5517
5534
  SolCollapsible: {
5518
5535
  new (...args: any[]): {
5519
5536
  $: import("vue").ComponentInternalInstance;
@@ -5542,8 +5559,8 @@ export declare const components: {
5542
5559
  $slots: Readonly<{
5543
5560
  [name: string]: import("vue").Slot | undefined;
5544
5561
  }>;
5545
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5546
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5562
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5563
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5547
5564
  $emit: (event: "isOpen", open: boolean) => void;
5548
5565
  $el: any;
5549
5566
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5564,7 +5581,7 @@ export declare const components: {
5564
5581
  isOpen: (open: boolean) => void;
5565
5582
  }, string, {
5566
5583
  open: boolean;
5567
- }> & {
5584
+ }, {}, string> & {
5568
5585
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5569
5586
  created?: ((() => void) | (() => void)[]) | undefined;
5570
5587
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5579,11 +5596,11 @@ export declare const components: {
5579
5596
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5580
5597
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5581
5598
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5582
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
5599
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5583
5600
  };
5584
5601
  $forceUpdate: () => void;
5585
5602
  $nextTick: typeof import("vue").nextTick;
5586
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5603
+ $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;
5587
5604
  } & Readonly<import("vue").ExtractPropTypes<{
5588
5605
  id: {
5589
5606
  type: import("vue").PropType<string>;
@@ -5598,7 +5615,7 @@ export declare const components: {
5598
5615
  onIsOpen?: ((open: boolean) => any) | undefined;
5599
5616
  } & import("vue").ShallowUnwrapRef<{
5600
5617
  toggle: () => void;
5601
- }> & {} & import("vue").ComponentCustomProperties;
5618
+ }> & {} & import("vue").ComponentCustomProperties & {};
5602
5619
  __isFragment?: undefined;
5603
5620
  __isTeleport?: undefined;
5604
5621
  __isSuspense?: undefined;
@@ -5620,7 +5637,7 @@ export declare const components: {
5620
5637
  isOpen: (open: boolean) => void;
5621
5638
  }, string, {
5622
5639
  open: boolean;
5623
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5640
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5624
5641
  $slots: {
5625
5642
  header: (_: {
5626
5643
  id: string;
@@ -5669,8 +5686,8 @@ export declare const components: {
5669
5686
  $slots: Readonly<{
5670
5687
  [name: string]: import("vue").Slot | undefined;
5671
5688
  }>;
5672
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5673
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5689
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5690
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5674
5691
  $emit: (event: string, ...args: any[]) => void;
5675
5692
  $el: any;
5676
5693
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5696,7 +5713,7 @@ export declare const components: {
5696
5713
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5697
5714
  direction: "row" | "column";
5698
5715
  steps: import("./components/steps/types").Step[] | undefined;
5699
- }> & {
5716
+ }, {}, string> & {
5700
5717
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5701
5718
  created?: ((() => void) | (() => void)[]) | undefined;
5702
5719
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5711,11 +5728,11 @@ export declare const components: {
5711
5728
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5712
5729
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5713
5730
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5714
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
5731
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5715
5732
  };
5716
5733
  $forceUpdate: () => void;
5717
5734
  $nextTick: typeof import("vue").nextTick;
5718
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5735
+ $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;
5719
5736
  } & Readonly<import("vue").ExtractPropTypes<{
5720
5737
  id: {
5721
5738
  type: import("vue").PropType<string>;
@@ -5736,7 +5753,7 @@ export declare const components: {
5736
5753
  subtitle: string;
5737
5754
  }[];
5738
5755
  };
5739
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5756
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5740
5757
  __isFragment?: undefined;
5741
5758
  __isTeleport?: undefined;
5742
5759
  __isSuspense?: undefined;
@@ -5763,7 +5780,7 @@ export declare const components: {
5763
5780
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5764
5781
  direction: "row" | "column";
5765
5782
  steps: import("./components/steps/types").Step[] | undefined;
5766
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5783
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5767
5784
  SolTextValue: {
5768
5785
  new (...args: any[]): {
5769
5786
  $: import("vue").ComponentInternalInstance;
@@ -5771,9 +5788,6 @@ export declare const components: {
5771
5788
  $props: Partial<{
5772
5789
  align: "left" | "right";
5773
5790
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5774
- label: {
5775
- type: import("vue").PropType<string>;
5776
- };
5777
5791
  id: {
5778
5792
  type: import("vue").PropType<string>;
5779
5793
  required: true;
@@ -5781,6 +5795,9 @@ export declare const components: {
5781
5795
  value: {
5782
5796
  type: import("vue").PropType<string>;
5783
5797
  };
5798
+ label: {
5799
+ type: import("vue").PropType<string>;
5800
+ };
5784
5801
  align: {
5785
5802
  type: import("vue").PropType<"left" | "right">;
5786
5803
  } & {
@@ -5799,14 +5816,11 @@ export declare const components: {
5799
5816
  $slots: Readonly<{
5800
5817
  [name: string]: import("vue").Slot | undefined;
5801
5818
  }>;
5802
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5803
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5819
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5820
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5804
5821
  $emit: (event: string, ...args: any[]) => void;
5805
5822
  $el: any;
5806
5823
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5807
- label: {
5808
- type: import("vue").PropType<string>;
5809
- };
5810
5824
  id: {
5811
5825
  type: import("vue").PropType<string>;
5812
5826
  required: true;
@@ -5814,6 +5828,9 @@ export declare const components: {
5814
5828
  value: {
5815
5829
  type: import("vue").PropType<string>;
5816
5830
  };
5831
+ label: {
5832
+ type: import("vue").PropType<string>;
5833
+ };
5817
5834
  align: {
5818
5835
  type: import("vue").PropType<"left" | "right">;
5819
5836
  } & {
@@ -5824,7 +5841,7 @@ export declare const components: {
5824
5841
  };
5825
5842
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5826
5843
  align: "left" | "right";
5827
- }> & {
5844
+ }, {}, string> & {
5828
5845
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5829
5846
  created?: ((() => void) | (() => void)[]) | undefined;
5830
5847
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5839,15 +5856,12 @@ export declare const components: {
5839
5856
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5840
5857
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5841
5858
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5842
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
5859
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5843
5860
  };
5844
5861
  $forceUpdate: () => void;
5845
5862
  $nextTick: typeof import("vue").nextTick;
5846
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5863
+ $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;
5847
5864
  } & Readonly<import("vue").ExtractPropTypes<{
5848
- label: {
5849
- type: import("vue").PropType<string>;
5850
- };
5851
5865
  id: {
5852
5866
  type: import("vue").PropType<string>;
5853
5867
  required: true;
@@ -5855,6 +5869,9 @@ export declare const components: {
5855
5869
  value: {
5856
5870
  type: import("vue").PropType<string>;
5857
5871
  };
5872
+ label: {
5873
+ type: import("vue").PropType<string>;
5874
+ };
5858
5875
  align: {
5859
5876
  type: import("vue").PropType<"left" | "right">;
5860
5877
  } & {
@@ -5863,14 +5880,11 @@ export declare const components: {
5863
5880
  itemProp: {
5864
5881
  type: import("vue").PropType<string>;
5865
5882
  };
5866
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5883
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5867
5884
  __isFragment?: undefined;
5868
5885
  __isTeleport?: undefined;
5869
5886
  __isSuspense?: undefined;
5870
5887
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5871
- label: {
5872
- type: import("vue").PropType<string>;
5873
- };
5874
5888
  id: {
5875
5889
  type: import("vue").PropType<string>;
5876
5890
  required: true;
@@ -5878,7 +5892,10 @@ export declare const components: {
5878
5892
  value: {
5879
5893
  type: import("vue").PropType<string>;
5880
5894
  };
5881
- align: {
5895
+ label: {
5896
+ type: import("vue").PropType<string>;
5897
+ };
5898
+ align: {
5882
5899
  type: import("vue").PropType<"left" | "right">;
5883
5900
  } & {
5884
5901
  default: string;
@@ -5888,7 +5905,7 @@ export declare const components: {
5888
5905
  };
5889
5906
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5890
5907
  align: "left" | "right";
5891
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5908
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5892
5909
  $slots: {
5893
5910
  label: (_: {}) => any;
5894
5911
  'icon:left': (_: {}) => any;
@@ -5896,6 +5913,355 @@ export declare const components: {
5896
5913
  'icon:right': (_: {}) => any;
5897
5914
  };
5898
5915
  });
5916
+ SolFileUpload: {
5917
+ new (...args: any[]): {
5918
+ $: import("vue").ComponentInternalInstance;
5919
+ $data: {};
5920
+ $props: Partial<{
5921
+ label: string;
5922
+ error: string | null;
5923
+ placeholder: string;
5924
+ loading: boolean;
5925
+ multiple: boolean;
5926
+ downloadMenu: import("./components/file-upload/types").DownloadMenu[];
5927
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5928
+ id: {
5929
+ type: import("vue").PropType<string>;
5930
+ required: true;
5931
+ };
5932
+ label: {
5933
+ type: import("vue").PropType<string>;
5934
+ } & {
5935
+ default: string;
5936
+ };
5937
+ name: {
5938
+ type: import("vue").PropType<string | undefined>;
5939
+ required: true;
5940
+ };
5941
+ modelValue: {
5942
+ type: import("vue").PropType<import("./components/file-upload/types").FileUploadModel>;
5943
+ };
5944
+ error: {
5945
+ type: import("vue").PropType<string | null>;
5946
+ } & {
5947
+ default: null;
5948
+ };
5949
+ helperText: {
5950
+ type: import("vue").PropType<string>;
5951
+ };
5952
+ placeholder: {
5953
+ type: import("vue").PropType<string>;
5954
+ } & {
5955
+ default: string;
5956
+ };
5957
+ useField: {
5958
+ type: import("vue").PropType<typeof import("vee-validate").useField>;
5959
+ };
5960
+ rules: {
5961
+ type: import("vue").PropType<string | Record<string, unknown> | import("vee-validate").GenericValidateFunction<unknown> | import("vee-validate").GenericValidateFunction<unknown>[] | {
5962
+ validate(value: unknown, options: Record<string, any>): Promise<unknown>;
5963
+ } | import("vue").Ref<import("vee-validate").RuleExpression<unknown>>>;
5964
+ };
5965
+ opts: {
5966
+ type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/file-upload/types").FileUploadModel>>>;
5967
+ };
5968
+ loading: {
5969
+ type: import("vue").PropType<boolean>;
5970
+ } & {
5971
+ default: boolean;
5972
+ };
5973
+ accept: {
5974
+ type: import("vue").PropType<string>;
5975
+ };
5976
+ multiple: {
5977
+ type: import("vue").PropType<boolean>;
5978
+ } & {
5979
+ default: boolean;
5980
+ };
5981
+ downloadSrc: {
5982
+ type: import("vue").PropType<string>;
5983
+ };
5984
+ downloadMenu: {
5985
+ type: import("vue").PropType<import("./components/file-upload/types").DownloadMenu[]>;
5986
+ } & {
5987
+ default: () => string[];
5988
+ };
5989
+ }>> & {
5990
+ "onUpdate:modelValue"?: ((value: import("./components/file-upload/types").FileUploadModel | undefined) => any) | undefined;
5991
+ "onMenu:preview"?: ((url: string) => any) | undefined;
5992
+ "onMenu:download"?: ((url: string) => any) | undefined;
5993
+ "onMenu:delete"?: ((url: string) => any) | undefined;
5994
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "error" | "placeholder" | "loading" | "multiple" | "downloadMenu">;
5995
+ $attrs: {
5996
+ [x: string]: unknown;
5997
+ };
5998
+ $refs: {
5999
+ [x: string]: unknown;
6000
+ };
6001
+ $slots: Readonly<{
6002
+ [name: string]: import("vue").Slot | undefined;
6003
+ }>;
6004
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6005
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6006
+ $emit: ((event: "update:modelValue", value: import("./components/file-upload/types").FileUploadModel | undefined) => void) & ((event: "menu:preview", url: string) => void) & ((event: "menu:download", url: string) => void) & ((event: "menu:delete", url: string) => void);
6007
+ $el: any;
6008
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6009
+ id: {
6010
+ type: import("vue").PropType<string>;
6011
+ required: true;
6012
+ };
6013
+ label: {
6014
+ type: import("vue").PropType<string>;
6015
+ } & {
6016
+ default: string;
6017
+ };
6018
+ name: {
6019
+ type: import("vue").PropType<string | undefined>;
6020
+ required: true;
6021
+ };
6022
+ modelValue: {
6023
+ type: import("vue").PropType<import("./components/file-upload/types").FileUploadModel>;
6024
+ };
6025
+ error: {
6026
+ type: import("vue").PropType<string | null>;
6027
+ } & {
6028
+ default: null;
6029
+ };
6030
+ helperText: {
6031
+ type: import("vue").PropType<string>;
6032
+ };
6033
+ placeholder: {
6034
+ type: import("vue").PropType<string>;
6035
+ } & {
6036
+ default: string;
6037
+ };
6038
+ useField: {
6039
+ type: import("vue").PropType<typeof import("vee-validate").useField>;
6040
+ };
6041
+ rules: {
6042
+ type: import("vue").PropType<string | Record<string, unknown> | import("vee-validate").GenericValidateFunction<unknown> | import("vee-validate").GenericValidateFunction<unknown>[] | {
6043
+ validate(value: unknown, options: Record<string, any>): Promise<unknown>;
6044
+ } | import("vue").Ref<import("vee-validate").RuleExpression<unknown>>>;
6045
+ };
6046
+ opts: {
6047
+ type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/file-upload/types").FileUploadModel>>>;
6048
+ };
6049
+ loading: {
6050
+ type: import("vue").PropType<boolean>;
6051
+ } & {
6052
+ default: boolean;
6053
+ };
6054
+ accept: {
6055
+ type: import("vue").PropType<string>;
6056
+ };
6057
+ multiple: {
6058
+ type: import("vue").PropType<boolean>;
6059
+ } & {
6060
+ default: boolean;
6061
+ };
6062
+ downloadSrc: {
6063
+ type: import("vue").PropType<string>;
6064
+ };
6065
+ downloadMenu: {
6066
+ type: import("vue").PropType<import("./components/file-upload/types").DownloadMenu[]>;
6067
+ } & {
6068
+ default: () => string[];
6069
+ };
6070
+ }>> & {
6071
+ "onUpdate:modelValue"?: ((value: import("./components/file-upload/types").FileUploadModel | undefined) => any) | undefined;
6072
+ "onMenu:preview"?: ((url: string) => any) | undefined;
6073
+ "onMenu:download"?: ((url: string) => any) | undefined;
6074
+ "onMenu:delete"?: ((url: string) => any) | undefined;
6075
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6076
+ "update:modelValue": (value: import("./components/file-upload/types").FileUploadModel | undefined) => void;
6077
+ } & {
6078
+ "menu:preview": (url: string) => void;
6079
+ } & {
6080
+ "menu:download": (url: string) => void;
6081
+ } & {
6082
+ "menu:delete": (url: string) => void;
6083
+ }, string, {
6084
+ label: string;
6085
+ error: string | null;
6086
+ placeholder: string;
6087
+ loading: boolean;
6088
+ multiple: boolean;
6089
+ downloadMenu: import("./components/file-upload/types").DownloadMenu[];
6090
+ }, {}, string> & {
6091
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6092
+ created?: ((() => void) | (() => void)[]) | undefined;
6093
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
6094
+ mounted?: ((() => void) | (() => void)[]) | undefined;
6095
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
6096
+ updated?: ((() => void) | (() => void)[]) | undefined;
6097
+ activated?: ((() => void) | (() => void)[]) | undefined;
6098
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
6099
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
6100
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
6101
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
6102
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
6103
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6104
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6105
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
6106
+ };
6107
+ $forceUpdate: () => void;
6108
+ $nextTick: typeof import("vue").nextTick;
6109
+ $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;
6110
+ } & Readonly<import("vue").ExtractPropTypes<{
6111
+ id: {
6112
+ type: import("vue").PropType<string>;
6113
+ required: true;
6114
+ };
6115
+ label: {
6116
+ type: import("vue").PropType<string>;
6117
+ } & {
6118
+ default: string;
6119
+ };
6120
+ name: {
6121
+ type: import("vue").PropType<string | undefined>;
6122
+ required: true;
6123
+ };
6124
+ modelValue: {
6125
+ type: import("vue").PropType<import("./components/file-upload/types").FileUploadModel>;
6126
+ };
6127
+ error: {
6128
+ type: import("vue").PropType<string | null>;
6129
+ } & {
6130
+ default: null;
6131
+ };
6132
+ helperText: {
6133
+ type: import("vue").PropType<string>;
6134
+ };
6135
+ placeholder: {
6136
+ type: import("vue").PropType<string>;
6137
+ } & {
6138
+ default: string;
6139
+ };
6140
+ useField: {
6141
+ type: import("vue").PropType<typeof import("vee-validate").useField>;
6142
+ };
6143
+ rules: {
6144
+ type: import("vue").PropType<string | Record<string, unknown> | import("vee-validate").GenericValidateFunction<unknown> | import("vee-validate").GenericValidateFunction<unknown>[] | {
6145
+ validate(value: unknown, options: Record<string, any>): Promise<unknown>;
6146
+ } | import("vue").Ref<import("vee-validate").RuleExpression<unknown>>>;
6147
+ };
6148
+ opts: {
6149
+ type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/file-upload/types").FileUploadModel>>>;
6150
+ };
6151
+ loading: {
6152
+ type: import("vue").PropType<boolean>;
6153
+ } & {
6154
+ default: boolean;
6155
+ };
6156
+ accept: {
6157
+ type: import("vue").PropType<string>;
6158
+ };
6159
+ multiple: {
6160
+ type: import("vue").PropType<boolean>;
6161
+ } & {
6162
+ default: boolean;
6163
+ };
6164
+ downloadSrc: {
6165
+ type: import("vue").PropType<string>;
6166
+ };
6167
+ downloadMenu: {
6168
+ type: import("vue").PropType<import("./components/file-upload/types").DownloadMenu[]>;
6169
+ } & {
6170
+ default: () => string[];
6171
+ };
6172
+ }>> & {
6173
+ "onUpdate:modelValue"?: ((value: import("./components/file-upload/types").FileUploadModel | undefined) => any) | undefined;
6174
+ "onMenu:preview"?: ((url: string) => any) | undefined;
6175
+ "onMenu:download"?: ((url: string) => any) | undefined;
6176
+ "onMenu:delete"?: ((url: string) => any) | undefined;
6177
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6178
+ __isFragment?: undefined;
6179
+ __isTeleport?: undefined;
6180
+ __isSuspense?: undefined;
6181
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6182
+ id: {
6183
+ type: import("vue").PropType<string>;
6184
+ required: true;
6185
+ };
6186
+ label: {
6187
+ type: import("vue").PropType<string>;
6188
+ } & {
6189
+ default: string;
6190
+ };
6191
+ name: {
6192
+ type: import("vue").PropType<string | undefined>;
6193
+ required: true;
6194
+ };
6195
+ modelValue: {
6196
+ type: import("vue").PropType<import("./components/file-upload/types").FileUploadModel>;
6197
+ };
6198
+ error: {
6199
+ type: import("vue").PropType<string | null>;
6200
+ } & {
6201
+ default: null;
6202
+ };
6203
+ helperText: {
6204
+ type: import("vue").PropType<string>;
6205
+ };
6206
+ placeholder: {
6207
+ type: import("vue").PropType<string>;
6208
+ } & {
6209
+ default: string;
6210
+ };
6211
+ useField: {
6212
+ type: import("vue").PropType<typeof import("vee-validate").useField>;
6213
+ };
6214
+ rules: {
6215
+ type: import("vue").PropType<string | Record<string, unknown> | import("vee-validate").GenericValidateFunction<unknown> | import("vee-validate").GenericValidateFunction<unknown>[] | {
6216
+ validate(value: unknown, options: Record<string, any>): Promise<unknown>;
6217
+ } | import("vue").Ref<import("vee-validate").RuleExpression<unknown>>>;
6218
+ };
6219
+ opts: {
6220
+ type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/file-upload/types").FileUploadModel>>>;
6221
+ };
6222
+ loading: {
6223
+ type: import("vue").PropType<boolean>;
6224
+ } & {
6225
+ default: boolean;
6226
+ };
6227
+ accept: {
6228
+ type: import("vue").PropType<string>;
6229
+ };
6230
+ multiple: {
6231
+ type: import("vue").PropType<boolean>;
6232
+ } & {
6233
+ default: boolean;
6234
+ };
6235
+ downloadSrc: {
6236
+ type: import("vue").PropType<string>;
6237
+ };
6238
+ downloadMenu: {
6239
+ type: import("vue").PropType<import("./components/file-upload/types").DownloadMenu[]>;
6240
+ } & {
6241
+ default: () => string[];
6242
+ };
6243
+ }>> & {
6244
+ "onUpdate:modelValue"?: ((value: import("./components/file-upload/types").FileUploadModel | undefined) => any) | undefined;
6245
+ "onMenu:preview"?: ((url: string) => any) | undefined;
6246
+ "onMenu:download"?: ((url: string) => any) | undefined;
6247
+ "onMenu:delete"?: ((url: string) => any) | undefined;
6248
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6249
+ "update:modelValue": (value: import("./components/file-upload/types").FileUploadModel | undefined) => void;
6250
+ } & {
6251
+ "menu:preview": (url: string) => void;
6252
+ } & {
6253
+ "menu:download": (url: string) => void;
6254
+ } & {
6255
+ "menu:delete": (url: string) => void;
6256
+ }, string, {
6257
+ label: string;
6258
+ error: string | null;
6259
+ placeholder: string;
6260
+ loading: boolean;
6261
+ multiple: boolean;
6262
+ downloadMenu: import("./components/file-upload/types").DownloadMenu[];
6263
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
6264
+ SolMenuItemSeparator: any;
5899
6265
  };
5900
6266
  export declare function install(App: App): void;
5901
- export { SolButton, SolButtonDestructive, SolInputTextarea, SolInputText, SolInputTextPassword, SolRadio, SolRadioGroup, SolCheckbox, SolCheckboxGroup, SolSwitch, SolSelect, SolRemovableChip, SolSelectableChip, SolTag, SolAlert, SolAccordion, SolList, SolTabs, SolMenu, SolMenuItem, SolMenuItemLink, SolMenuNavigationLinks, SolModal, SolPagination, SolEmptyState, SolSearch, SolDatePicker, SolCollapsible, SolSteps, SolTextValue, };
6267
+ export { SolButton, SolButtonDestructive, SolInputTextarea, SolInputText, SolInputTextPassword, SolRadio, SolRadioGroup, SolCheckbox, SolCheckboxGroup, SolSwitch, SolSelect, SolRemovableChip, SolSelectableChip, SolTag, SolAlert, SolAccordion, SolList, SolTabs, SolMenu, SolMenuItem, SolMenuItemLink, SolMenuNavigationLinks, SolModal, SolPagination, SolEmptyState, SolSearch, SolDatePicker, SolCollapsible, SolSteps, SolTextValue, SolFileUpload, SolMenuItemSeparator, };