@solfacil/girassol 0.16.0 → 0.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/cli/build/cli.js +1 -1
  2. package/cli/build/commands/create:component.js +1 -1
  3. package/cli/build/commands/generate:plugin.js +1 -1
  4. package/cli/build/commands/generate:types.js +1 -1
  5. package/cli/build/commands/girassol-cli.js +1 -1
  6. package/dist/girassol.es.js +3683 -3645
  7. package/dist/girassol.umd.js +8 -8
  8. package/dist/style.css +1 -1
  9. package/dist/types/components/accordion/Accordion.vue.d.ts +10 -10
  10. package/dist/types/components/collapsible/Collapsible.vue.d.ts +10 -10
  11. package/dist/types/components/date-picker/DatePicker.vue.d.ts +10 -10
  12. package/dist/types/components/date-picker/types.d.ts +1 -1
  13. package/dist/types/components/empty-state/EmptyState.vue.d.ts +10 -10
  14. package/dist/types/components/empty-state/types.d.ts +1 -1
  15. package/dist/types/components/file-upload/Download.vue.d.ts +10 -10
  16. package/dist/types/components/file-upload/FileUpload.vue.d.ts +10 -10
  17. package/dist/types/components/file-upload/Upload.vue.d.ts +10 -10
  18. package/dist/types/components/file-upload/types.d.ts +4 -4
  19. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +10 -10
  20. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +10 -10
  21. package/dist/types/components/forms/button/button/Button.vue.d.ts +10 -10
  22. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +10 -10
  23. package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +9 -9
  24. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +10 -10
  25. package/dist/types/components/forms/checkbox/type.d.ts +1 -1
  26. package/dist/types/components/forms/inputs/input-core/Input.vue.d.ts +10 -10
  27. package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +10 -10
  28. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +11 -11
  29. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +10 -10
  30. package/dist/types/components/forms/inputs/types.d.ts +2 -2
  31. package/dist/types/components/forms/radio/radio/Radio.vue.d.ts +9 -9
  32. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +10 -10
  33. package/dist/types/components/forms/radio/types.d.ts +1 -1
  34. package/dist/types/components/forms/select/ListOption.vue.d.ts +9 -9
  35. package/dist/types/components/forms/select/Select.vue.d.ts +10 -10
  36. package/dist/types/components/forms/select/types.d.ts +2 -2
  37. package/dist/types/components/forms/switch/Switch.vue.d.ts +10 -10
  38. package/dist/types/components/informations/alert/Alert.vue.d.ts +10 -10
  39. package/dist/types/components/informations/tag/Tag.vue.d.ts +14 -14
  40. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +10 -10
  41. package/dist/types/components/list/List.vue.d.ts +26 -11
  42. package/dist/types/components/list/ListItem.vue.d.ts +9 -9
  43. package/dist/types/components/list/ListItemTextValue.vue.d.ts +10 -10
  44. package/dist/types/components/list/types.d.ts +12 -10
  45. package/dist/types/components/loader/CircleLoader.vue.d.ts +10 -10
  46. package/dist/types/components/menus/menu/Menu.vue.d.ts +10 -10
  47. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +9 -9
  48. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +9 -9
  49. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +9 -9
  50. package/dist/types/components/modal/Modal.vue.d.ts +10 -10
  51. package/dist/types/components/modal/types.d.ts +3 -3
  52. package/dist/types/components/pagination/Pagination.vue.d.ts +10 -10
  53. package/dist/types/components/pagination/types.d.ts +2 -2
  54. package/dist/types/components/search/Search.vue.d.ts +44 -11
  55. package/dist/types/components/search/types.d.ts +4 -1
  56. package/dist/types/components/steps/Steps.vue.d.ts +10 -10
  57. package/dist/types/components/steps/types.d.ts +1 -1
  58. package/dist/types/components/tabs/TabItem.vue.d.ts +10 -10
  59. package/dist/types/components/tabs/Tabs.vue.d.ts +10 -10
  60. package/dist/types/components/tabs/types.d.ts +1 -1
  61. package/dist/types/composables/use-mask/index.d.ts +1 -1
  62. package/dist/types/composables/use-navigate/types.d.ts +11 -11
  63. package/dist/types/composables/use-toast/Toast.vue.d.ts +10 -10
  64. package/dist/types/composables/use-toast/index.d.ts +1 -1
  65. package/dist/types/composables/use-toast/types.d.ts +3 -3
  66. package/dist/types/composables/use-validate-field/types.d.ts +2 -2
  67. package/dist/types/index.d.ts +591 -487
  68. package/package.json +35 -35
  69. package/theme/solfacil/utilities.ts +5 -7
@@ -81,8 +81,8 @@ export declare const components: {
81
81
  $slots: Readonly<{
82
82
  [name: string]: import("vue").Slot | undefined;
83
83
  }>;
84
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
85
- $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;
86
86
  $emit: (event: string, ...args: any[]) => void;
87
87
  $el: any;
88
88
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -115,7 +115,7 @@ export declare const components: {
115
115
  onColor: boolean;
116
116
  size: "small" | "medium" | "large";
117
117
  variant: "primary" | "secondary" | "tertiary";
118
- }> & {
118
+ }, {}, string> & {
119
119
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
120
120
  created?: ((() => void) | (() => void)[]) | undefined;
121
121
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -130,11 +130,11 @@ export declare const components: {
130
130
  unmounted?: ((() => void) | (() => void)[]) | undefined;
131
131
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
132
132
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
133
- 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;
134
134
  };
135
135
  $forceUpdate: () => void;
136
136
  $nextTick: typeof import("vue").nextTick;
137
- $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;
138
138
  } & Readonly<import("vue").ExtractPropTypes<{
139
139
  id: {
140
140
  type: import("vue").PropType<string>;
@@ -161,7 +161,7 @@ export declare const components: {
161
161
  } & {
162
162
  default: string;
163
163
  };
164
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
164
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
165
165
  __isFragment?: undefined;
166
166
  __isTeleport?: undefined;
167
167
  __isSuspense?: undefined;
@@ -195,7 +195,7 @@ export declare const components: {
195
195
  onColor: boolean;
196
196
  size: "small" | "medium" | "large";
197
197
  variant: "primary" | "secondary" | "tertiary";
198
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
198
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
199
199
  $slots: {
200
200
  'icon-left': (_: {}) => any;
201
201
  'icon:left': (_: {}) => any;
@@ -237,8 +237,8 @@ export declare const components: {
237
237
  $slots: Readonly<{
238
238
  [name: string]: import("vue").Slot | undefined;
239
239
  }>;
240
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
241
- $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;
242
242
  $emit: (event: string, ...args: any[]) => void;
243
243
  $el: any;
244
244
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -260,7 +260,7 @@ export declare const components: {
260
260
  };
261
261
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
262
262
  hideIcon: boolean;
263
- }> & {
263
+ }, {}, string> & {
264
264
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
265
265
  created?: ((() => void) | (() => void)[]) | undefined;
266
266
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -275,11 +275,11 @@ export declare const components: {
275
275
  unmounted?: ((() => void) | (() => void)[]) | undefined;
276
276
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
277
277
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
278
- 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;
279
279
  };
280
280
  $forceUpdate: () => void;
281
281
  $nextTick: typeof import("vue").nextTick;
282
- $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;
283
283
  } & Readonly<import("vue").ExtractPropTypes<{
284
284
  id: {
285
285
  type: import("vue").PropType<string>;
@@ -297,7 +297,7 @@ export declare const components: {
297
297
  } & {
298
298
  default: boolean;
299
299
  };
300
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
300
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
301
301
  __isFragment?: undefined;
302
302
  __isTeleport?: undefined;
303
303
  __isSuspense?: undefined;
@@ -320,7 +320,7 @@ export declare const components: {
320
320
  };
321
321
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
322
322
  hideIcon: boolean;
323
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
323
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
324
324
  $slots: {
325
325
  default: (_: {}) => any;
326
326
  };
@@ -334,9 +334,6 @@ export declare const components: {
334
334
  size: "small" | "medium";
335
335
  resize: "none" | "vertical" | "both" | "horizontal";
336
336
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
337
- label: {
338
- type: import("vue").PropType<string>;
339
- };
340
337
  id: {
341
338
  type: import("vue").PropType<string>;
342
339
  required: true;
@@ -347,6 +344,9 @@ export declare const components: {
347
344
  class: {
348
345
  type: import("vue").PropType<string>;
349
346
  };
347
+ label: {
348
+ type: import("vue").PropType<string>;
349
+ };
350
350
  name: {
351
351
  type: import("vue").PropType<string>;
352
352
  required: true;
@@ -398,14 +398,11 @@ export declare const components: {
398
398
  $slots: Readonly<{
399
399
  [name: string]: import("vue").Slot | undefined;
400
400
  }>;
401
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
402
- $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;
403
403
  $emit: (event: "update:modelValue", event: string) => void;
404
404
  $el: any;
405
405
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
406
- label: {
407
- type: import("vue").PropType<string>;
408
- };
409
406
  id: {
410
407
  type: import("vue").PropType<string>;
411
408
  required: true;
@@ -416,6 +413,9 @@ export declare const components: {
416
413
  class: {
417
414
  type: import("vue").PropType<string>;
418
415
  };
416
+ label: {
417
+ type: import("vue").PropType<string>;
418
+ };
419
419
  name: {
420
420
  type: import("vue").PropType<string>;
421
421
  required: true;
@@ -463,7 +463,7 @@ export declare const components: {
463
463
  error: string | null;
464
464
  size: "small" | "medium";
465
465
  resize: "none" | "vertical" | "both" | "horizontal";
466
- }> & {
466
+ }, {}, string> & {
467
467
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
468
468
  created?: ((() => void) | (() => void)[]) | undefined;
469
469
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -478,15 +478,12 @@ export declare const components: {
478
478
  unmounted?: ((() => void) | (() => void)[]) | undefined;
479
479
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
480
480
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
481
- 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;
482
482
  };
483
483
  $forceUpdate: () => void;
484
484
  $nextTick: typeof import("vue").nextTick;
485
- $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;
486
486
  } & Readonly<import("vue").ExtractPropTypes<{
487
- label: {
488
- type: import("vue").PropType<string>;
489
- };
490
487
  id: {
491
488
  type: import("vue").PropType<string>;
492
489
  required: true;
@@ -497,6 +494,9 @@ export declare const components: {
497
494
  class: {
498
495
  type: import("vue").PropType<string>;
499
496
  };
497
+ label: {
498
+ type: import("vue").PropType<string>;
499
+ };
500
500
  name: {
501
501
  type: import("vue").PropType<string>;
502
502
  required: true;
@@ -538,14 +538,11 @@ export declare const components: {
538
538
  };
539
539
  }>> & {
540
540
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
541
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
541
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
542
542
  __isFragment?: undefined;
543
543
  __isTeleport?: undefined;
544
544
  __isSuspense?: undefined;
545
545
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
546
- label: {
547
- type: import("vue").PropType<string>;
548
- };
549
546
  id: {
550
547
  type: import("vue").PropType<string>;
551
548
  required: true;
@@ -556,6 +553,9 @@ export declare const components: {
556
553
  class: {
557
554
  type: import("vue").PropType<string>;
558
555
  };
556
+ label: {
557
+ type: import("vue").PropType<string>;
558
+ };
559
559
  name: {
560
560
  type: import("vue").PropType<string>;
561
561
  required: true;
@@ -603,7 +603,7 @@ export declare const components: {
603
603
  error: string | null;
604
604
  size: "small" | "medium";
605
605
  resize: "none" | "vertical" | "both" | "horizontal";
606
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
606
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
607
607
  SolInputText: {
608
608
  new (...args: any[]): {
609
609
  $: import("vue").ComponentInternalInstance;
@@ -612,12 +612,6 @@ export declare const components: {
612
612
  error: string | null;
613
613
  size: "small" | "medium";
614
614
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
615
- label: {
616
- type: import("vue").PropType<string>;
617
- };
618
- mask: {
619
- type: import("vue").PropType<import("./composables/use-mask").Mask>;
620
- };
621
615
  id: {
622
616
  type: import("vue").PropType<string>;
623
617
  required: true;
@@ -631,6 +625,12 @@ export declare const components: {
631
625
  class: {
632
626
  type: import("vue").PropType<string>;
633
627
  };
628
+ label: {
629
+ type: import("vue").PropType<string>;
630
+ };
631
+ mask: {
632
+ type: import("vue").PropType<import("./composables/use-mask").Mask>;
633
+ };
634
634
  name: {
635
635
  type: import("vue").PropType<string>;
636
636
  required: true;
@@ -689,17 +689,11 @@ export declare const components: {
689
689
  $slots: Readonly<{
690
690
  [name: string]: import("vue").Slot | undefined;
691
691
  }>;
692
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
693
- $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;
694
694
  $emit: (event: "update:modelValue", event: string) => void;
695
695
  $el: any;
696
696
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
697
- label: {
698
- type: import("vue").PropType<string>;
699
- };
700
- mask: {
701
- type: import("vue").PropType<import("./composables/use-mask").Mask>;
702
- };
703
697
  id: {
704
698
  type: import("vue").PropType<string>;
705
699
  required: true;
@@ -713,6 +707,12 @@ export declare const components: {
713
707
  class: {
714
708
  type: import("vue").PropType<string>;
715
709
  };
710
+ label: {
711
+ type: import("vue").PropType<string>;
712
+ };
713
+ mask: {
714
+ type: import("vue").PropType<import("./composables/use-mask").Mask>;
715
+ };
716
716
  name: {
717
717
  type: import("vue").PropType<string>;
718
718
  required: true;
@@ -766,7 +766,7 @@ export declare const components: {
766
766
  }, string, {
767
767
  error: string | null;
768
768
  size: "small" | "medium";
769
- }> & {
769
+ }, {}, string> & {
770
770
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
771
771
  created?: ((() => void) | (() => void)[]) | undefined;
772
772
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -781,18 +781,12 @@ export declare const components: {
781
781
  unmounted?: ((() => void) | (() => void)[]) | undefined;
782
782
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
783
783
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
784
- 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;
785
785
  };
786
786
  $forceUpdate: () => void;
787
787
  $nextTick: typeof import("vue").nextTick;
788
- $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;
789
789
  } & Readonly<import("vue").ExtractPropTypes<{
790
- label: {
791
- type: import("vue").PropType<string>;
792
- };
793
- mask: {
794
- type: import("vue").PropType<import("./composables/use-mask").Mask>;
795
- };
796
790
  id: {
797
791
  type: import("vue").PropType<string>;
798
792
  required: true;
@@ -806,6 +800,12 @@ export declare const components: {
806
800
  class: {
807
801
  type: import("vue").PropType<string>;
808
802
  };
803
+ label: {
804
+ type: import("vue").PropType<string>;
805
+ };
806
+ mask: {
807
+ type: import("vue").PropType<import("./composables/use-mask").Mask>;
808
+ };
809
809
  name: {
810
810
  type: import("vue").PropType<string>;
811
811
  required: true;
@@ -854,17 +854,11 @@ export declare const components: {
854
854
  };
855
855
  }>> & {
856
856
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
857
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
857
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
858
858
  __isFragment?: undefined;
859
859
  __isTeleport?: undefined;
860
860
  __isSuspense?: undefined;
861
861
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
862
- label: {
863
- type: import("vue").PropType<string>;
864
- };
865
- mask: {
866
- type: import("vue").PropType<import("./composables/use-mask").Mask>;
867
- };
868
862
  id: {
869
863
  type: import("vue").PropType<string>;
870
864
  required: true;
@@ -878,6 +872,12 @@ export declare const components: {
878
872
  class: {
879
873
  type: import("vue").PropType<string>;
880
874
  };
875
+ label: {
876
+ type: import("vue").PropType<string>;
877
+ };
878
+ mask: {
879
+ type: import("vue").PropType<import("./composables/use-mask").Mask>;
880
+ };
881
881
  name: {
882
882
  type: import("vue").PropType<string>;
883
883
  required: true;
@@ -931,7 +931,7 @@ export declare const components: {
931
931
  }, string, {
932
932
  error: string | null;
933
933
  size: "small" | "medium";
934
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
934
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
935
935
  $slots: {
936
936
  icon: (_: {}) => any;
937
937
  };
@@ -945,9 +945,6 @@ export declare const components: {
945
945
  name: string;
946
946
  placeholder: string;
947
947
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
948
- label: {
949
- type: import("vue").PropType<string>;
950
- };
951
948
  id: {
952
949
  type: import("vue").PropType<string>;
953
950
  required: true;
@@ -960,6 +957,9 @@ export declare const components: {
960
957
  } & {
961
958
  default: boolean;
962
959
  };
960
+ label: {
961
+ type: import("vue").PropType<string>;
962
+ };
963
963
  name: {
964
964
  type: import("vue").PropType<string>;
965
965
  required: true;
@@ -1006,14 +1006,11 @@ export declare const components: {
1006
1006
  $slots: Readonly<{
1007
1007
  [name: string]: import("vue").Slot | undefined;
1008
1008
  }>;
1009
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1010
- $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;
1011
1011
  $emit: (event: "update:modelValue", event: string) => void;
1012
1012
  $el: any;
1013
1013
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1014
- label: {
1015
- type: import("vue").PropType<string>;
1016
- };
1017
1014
  id: {
1018
1015
  type: import("vue").PropType<string>;
1019
1016
  required: true;
@@ -1026,6 +1023,9 @@ export declare const components: {
1026
1023
  } & {
1027
1024
  default: boolean;
1028
1025
  };
1026
+ label: {
1027
+ type: import("vue").PropType<string>;
1028
+ };
1029
1029
  name: {
1030
1030
  type: import("vue").PropType<string>;
1031
1031
  required: true;
@@ -1068,7 +1068,7 @@ export declare const components: {
1068
1068
  required: boolean;
1069
1069
  name: string;
1070
1070
  placeholder: string;
1071
- }> & {
1071
+ }, {}, string> & {
1072
1072
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1073
1073
  created?: ((() => void) | (() => void)[]) | undefined;
1074
1074
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1083,15 +1083,12 @@ export declare const components: {
1083
1083
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1084
1084
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1085
1085
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1086
- 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;
1087
1087
  };
1088
1088
  $forceUpdate: () => void;
1089
1089
  $nextTick: typeof import("vue").nextTick;
1090
- $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;
1091
1091
  } & Readonly<import("vue").ExtractPropTypes<{
1092
- label: {
1093
- type: import("vue").PropType<string>;
1094
- };
1095
1092
  id: {
1096
1093
  type: import("vue").PropType<string>;
1097
1094
  required: true;
@@ -1104,6 +1101,9 @@ export declare const components: {
1104
1101
  } & {
1105
1102
  default: boolean;
1106
1103
  };
1104
+ label: {
1105
+ type: import("vue").PropType<string>;
1106
+ };
1107
1107
  name: {
1108
1108
  type: import("vue").PropType<string>;
1109
1109
  required: true;
@@ -1140,14 +1140,11 @@ export declare const components: {
1140
1140
  };
1141
1141
  }>> & {
1142
1142
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
1143
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
1143
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1144
1144
  __isFragment?: undefined;
1145
1145
  __isTeleport?: undefined;
1146
1146
  __isSuspense?: undefined;
1147
1147
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1148
- label: {
1149
- type: import("vue").PropType<string>;
1150
- };
1151
1148
  id: {
1152
1149
  type: import("vue").PropType<string>;
1153
1150
  required: true;
@@ -1160,6 +1157,9 @@ export declare const components: {
1160
1157
  } & {
1161
1158
  default: boolean;
1162
1159
  };
1160
+ label: {
1161
+ type: import("vue").PropType<string>;
1162
+ };
1163
1163
  name: {
1164
1164
  type: import("vue").PropType<string>;
1165
1165
  required: true;
@@ -1202,7 +1202,7 @@ export declare const components: {
1202
1202
  required: boolean;
1203
1203
  name: string;
1204
1204
  placeholder: string;
1205
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1205
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1206
1206
  SolRadio: {
1207
1207
  new (...args: any[]): {
1208
1208
  $: import("vue").ComponentInternalInstance;
@@ -1245,8 +1245,8 @@ export declare const components: {
1245
1245
  $slots: Readonly<{
1246
1246
  [name: string]: import("vue").Slot | undefined;
1247
1247
  }>;
1248
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1249
- $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;
1250
1250
  $emit: (event: "change", value: import("./components/forms/radio/types").RadioValue) => void;
1251
1251
  $el: any;
1252
1252
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -1279,7 +1279,7 @@ export declare const components: {
1279
1279
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1280
1280
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1281
1281
  change: (value: import("./components/forms/radio/types").RadioValue) => void;
1282
- }, string, {}> & {
1282
+ }, string, {}, {}, string> & {
1283
1283
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1284
1284
  created?: ((() => void) | (() => void)[]) | undefined;
1285
1285
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1294,11 +1294,11 @@ export declare const components: {
1294
1294
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1295
1295
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1296
1296
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1297
- 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;
1298
1298
  };
1299
1299
  $forceUpdate: () => void;
1300
1300
  $nextTick: typeof import("vue").nextTick;
1301
- $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;
1302
1302
  } & Readonly<import("vue").ExtractPropTypes<{
1303
1303
  id: {
1304
1304
  type: import("vue").PropType<string | undefined>;
@@ -1327,7 +1327,7 @@ export declare const components: {
1327
1327
  };
1328
1328
  }>> & {
1329
1329
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1330
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
1330
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1331
1331
  __isFragment?: undefined;
1332
1332
  __isTeleport?: undefined;
1333
1333
  __isSuspense?: undefined;
@@ -1361,7 +1361,7 @@ export declare const components: {
1361
1361
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1362
1362
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1363
1363
  change: (value: import("./components/forms/radio/types").RadioValue) => void;
1364
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1364
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1365
1365
  SolRadioGroup: {
1366
1366
  new (...args: any[]): {
1367
1367
  $: import("vue").ComponentInternalInstance;
@@ -1371,11 +1371,11 @@ export declare const components: {
1371
1371
  hideTitle: boolean;
1372
1372
  direction: "row" | "column";
1373
1373
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1374
- title: {
1374
+ id: {
1375
1375
  type: import("vue").PropType<string>;
1376
1376
  required: true;
1377
1377
  };
1378
- id: {
1378
+ title: {
1379
1379
  type: import("vue").PropType<string>;
1380
1380
  required: true;
1381
1381
  };
@@ -1432,16 +1432,16 @@ export declare const components: {
1432
1432
  $slots: Readonly<{
1433
1433
  [name: string]: import("vue").Slot | undefined;
1434
1434
  }>;
1435
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1436
- $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;
1437
1437
  $emit: ((event: "update:modelValue", value: import("./components/forms/radio/types").RadioValue) => void) & ((event: "change", value: import("./components/forms/radio/types").RadioValue) => void);
1438
1438
  $el: any;
1439
1439
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1440
- title: {
1440
+ id: {
1441
1441
  type: import("vue").PropType<string>;
1442
1442
  required: true;
1443
1443
  };
1444
- id: {
1444
+ title: {
1445
1445
  type: import("vue").PropType<string>;
1446
1446
  required: true;
1447
1447
  };
@@ -1496,7 +1496,7 @@ export declare const components: {
1496
1496
  error: string | null;
1497
1497
  hideTitle: boolean;
1498
1498
  direction: "row" | "column";
1499
- }> & {
1499
+ }, {}, string> & {
1500
1500
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1501
1501
  created?: ((() => void) | (() => void)[]) | undefined;
1502
1502
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1511,17 +1511,17 @@ export declare const components: {
1511
1511
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1512
1512
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1513
1513
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1514
- 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;
1515
1515
  };
1516
1516
  $forceUpdate: () => void;
1517
1517
  $nextTick: typeof import("vue").nextTick;
1518
- $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;
1519
1519
  } & Readonly<import("vue").ExtractPropTypes<{
1520
- title: {
1520
+ id: {
1521
1521
  type: import("vue").PropType<string>;
1522
1522
  required: true;
1523
1523
  };
1524
- id: {
1524
+ title: {
1525
1525
  type: import("vue").PropType<string>;
1526
1526
  required: true;
1527
1527
  };
@@ -1568,16 +1568,16 @@ export declare const components: {
1568
1568
  }>> & {
1569
1569
  onChange?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1570
1570
  "onUpdate:modelValue"?: ((value: import("./components/forms/radio/types").RadioValue) => any) | undefined;
1571
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
1571
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1572
1572
  __isFragment?: undefined;
1573
1573
  __isTeleport?: undefined;
1574
1574
  __isSuspense?: undefined;
1575
1575
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1576
- title: {
1576
+ id: {
1577
1577
  type: import("vue").PropType<string>;
1578
1578
  required: true;
1579
1579
  };
1580
- id: {
1580
+ title: {
1581
1581
  type: import("vue").PropType<string>;
1582
1582
  required: true;
1583
1583
  };
@@ -1632,7 +1632,7 @@ export declare const components: {
1632
1632
  error: string | null;
1633
1633
  hideTitle: boolean;
1634
1634
  direction: "row" | "column";
1635
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1635
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1636
1636
  $slots: {
1637
1637
  title: (_: {
1638
1638
  id: string;
@@ -1688,8 +1688,8 @@ export declare const components: {
1688
1688
  $slots: Readonly<{
1689
1689
  [name: string]: import("vue").Slot | undefined;
1690
1690
  }>;
1691
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1692
- $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;
1693
1693
  $emit: (event: "change", value: import("./components/forms/checkbox/type").CheckboxValue) => void;
1694
1694
  $el: any;
1695
1695
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -1725,7 +1725,7 @@ export declare const components: {
1725
1725
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
1726
1726
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1727
1727
  change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
1728
- }, string, {}> & {
1728
+ }, string, {}, {}, string> & {
1729
1729
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1730
1730
  created?: ((() => void) | (() => void)[]) | undefined;
1731
1731
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1740,11 +1740,11 @@ export declare const components: {
1740
1740
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1741
1741
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1742
1742
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1743
- 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;
1744
1744
  };
1745
1745
  $forceUpdate: () => void;
1746
1746
  $nextTick: typeof import("vue").nextTick;
1747
- $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;
1748
1748
  } & Readonly<import("vue").ExtractPropTypes<{
1749
1749
  id: {
1750
1750
  type: import("vue").PropType<string | undefined>;
@@ -1776,7 +1776,7 @@ export declare const components: {
1776
1776
  };
1777
1777
  }>> & {
1778
1778
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
1779
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
1779
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1780
1780
  __isFragment?: undefined;
1781
1781
  __isTeleport?: undefined;
1782
1782
  __isSuspense?: undefined;
@@ -1813,7 +1813,7 @@ export declare const components: {
1813
1813
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
1814
1814
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1815
1815
  change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
1816
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1816
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
1817
1817
  SolCheckboxGroup: {
1818
1818
  new (...args: any[]): {
1819
1819
  $: import("vue").ComponentInternalInstance;
@@ -1823,11 +1823,11 @@ export declare const components: {
1823
1823
  hideTitle: boolean;
1824
1824
  direction: "row" | "column";
1825
1825
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1826
- title: {
1826
+ id: {
1827
1827
  type: import("vue").PropType<string>;
1828
1828
  required: true;
1829
1829
  };
1830
- id: {
1830
+ title: {
1831
1831
  type: import("vue").PropType<string>;
1832
1832
  required: true;
1833
1833
  };
@@ -1884,16 +1884,16 @@ export declare const components: {
1884
1884
  $slots: Readonly<{
1885
1885
  [name: string]: import("vue").Slot | undefined;
1886
1886
  }>;
1887
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1888
- $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;
1889
1889
  $emit: ((event: "update:modelValue", v: import("./components/forms/checkbox/type").CheckboxValue[] | undefined) => void) & ((event: "change", value: import("./components/forms/checkbox/type").CheckboxValue) => void);
1890
1890
  $el: any;
1891
1891
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1892
- title: {
1892
+ id: {
1893
1893
  type: import("vue").PropType<string>;
1894
1894
  required: true;
1895
1895
  };
1896
- id: {
1896
+ title: {
1897
1897
  type: import("vue").PropType<string>;
1898
1898
  required: true;
1899
1899
  };
@@ -1948,7 +1948,7 @@ export declare const components: {
1948
1948
  error: string | null;
1949
1949
  hideTitle: boolean;
1950
1950
  direction: "row" | "column";
1951
- }> & {
1951
+ }, {}, string> & {
1952
1952
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1953
1953
  created?: ((() => void) | (() => void)[]) | undefined;
1954
1954
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1963,17 +1963,17 @@ export declare const components: {
1963
1963
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1964
1964
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1965
1965
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
1966
- 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;
1967
1967
  };
1968
1968
  $forceUpdate: () => void;
1969
1969
  $nextTick: typeof import("vue").nextTick;
1970
- $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;
1971
1971
  } & Readonly<import("vue").ExtractPropTypes<{
1972
- title: {
1972
+ id: {
1973
1973
  type: import("vue").PropType<string>;
1974
1974
  required: true;
1975
1975
  };
1976
- id: {
1976
+ title: {
1977
1977
  type: import("vue").PropType<string>;
1978
1978
  required: true;
1979
1979
  };
@@ -2020,16 +2020,16 @@ export declare const components: {
2020
2020
  }>> & {
2021
2021
  onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
2022
2022
  "onUpdate:modelValue"?: ((v: import("./components/forms/checkbox/type").CheckboxValue[] | undefined) => any) | undefined;
2023
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
2023
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2024
2024
  __isFragment?: undefined;
2025
2025
  __isTeleport?: undefined;
2026
2026
  __isSuspense?: undefined;
2027
2027
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2028
- title: {
2028
+ id: {
2029
2029
  type: import("vue").PropType<string>;
2030
2030
  required: true;
2031
2031
  };
2032
- id: {
2032
+ title: {
2033
2033
  type: import("vue").PropType<string>;
2034
2034
  required: true;
2035
2035
  };
@@ -2084,7 +2084,7 @@ export declare const components: {
2084
2084
  error: string | null;
2085
2085
  hideTitle: boolean;
2086
2086
  direction: "row" | "column";
2087
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2087
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2088
2088
  $slots: {
2089
2089
  title: (_: {
2090
2090
  id: string;
@@ -2103,10 +2103,6 @@ export declare const components: {
2103
2103
  textDirection: "left" | "right";
2104
2104
  stretchLabel: boolean;
2105
2105
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2106
- label: {
2107
- type: import("vue").PropType<string>;
2108
- required: true;
2109
- };
2110
2106
  id: {
2111
2107
  type: import("vue").PropType<string>;
2112
2108
  required: true;
@@ -2117,6 +2113,10 @@ export declare const components: {
2117
2113
  value: {
2118
2114
  type: import("vue").PropType<string>;
2119
2115
  };
2116
+ label: {
2117
+ type: import("vue").PropType<string>;
2118
+ required: true;
2119
+ };
2120
2120
  name: {
2121
2121
  type: import("vue").PropType<string>;
2122
2122
  required: true;
@@ -2150,15 +2150,11 @@ export declare const components: {
2150
2150
  $slots: Readonly<{
2151
2151
  [name: string]: import("vue").Slot | undefined;
2152
2152
  }>;
2153
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2154
- $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;
2155
2155
  $emit: ((event: "change", value: string | boolean) => void) & ((event: "update:checked", value: boolean) => void);
2156
2156
  $el: any;
2157
2157
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2158
- label: {
2159
- type: import("vue").PropType<string>;
2160
- required: true;
2161
- };
2162
2158
  id: {
2163
2159
  type: import("vue").PropType<string>;
2164
2160
  required: true;
@@ -2169,6 +2165,10 @@ export declare const components: {
2169
2165
  value: {
2170
2166
  type: import("vue").PropType<string>;
2171
2167
  };
2168
+ label: {
2169
+ type: import("vue").PropType<string>;
2170
+ required: true;
2171
+ };
2172
2172
  name: {
2173
2173
  type: import("vue").PropType<string>;
2174
2174
  required: true;
@@ -2199,7 +2199,7 @@ export declare const components: {
2199
2199
  }, string, {
2200
2200
  textDirection: "left" | "right";
2201
2201
  stretchLabel: boolean;
2202
- }> & {
2202
+ }, {}, string> & {
2203
2203
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2204
2204
  created?: ((() => void) | (() => void)[]) | undefined;
2205
2205
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -2214,16 +2214,12 @@ export declare const components: {
2214
2214
  unmounted?: ((() => void) | (() => void)[]) | undefined;
2215
2215
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2216
2216
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2217
- 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;
2218
2218
  };
2219
2219
  $forceUpdate: () => void;
2220
2220
  $nextTick: typeof import("vue").nextTick;
2221
- $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;
2222
2222
  } & Readonly<import("vue").ExtractPropTypes<{
2223
- label: {
2224
- type: import("vue").PropType<string>;
2225
- required: true;
2226
- };
2227
2223
  id: {
2228
2224
  type: import("vue").PropType<string>;
2229
2225
  required: true;
@@ -2234,6 +2230,10 @@ export declare const components: {
2234
2230
  value: {
2235
2231
  type: import("vue").PropType<string>;
2236
2232
  };
2233
+ label: {
2234
+ type: import("vue").PropType<string>;
2235
+ required: true;
2236
+ };
2237
2237
  name: {
2238
2238
  type: import("vue").PropType<string>;
2239
2239
  required: true;
@@ -2257,15 +2257,11 @@ export declare const components: {
2257
2257
  }>> & {
2258
2258
  onChange?: ((value: string | boolean) => any) | undefined;
2259
2259
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
2260
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
2260
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2261
2261
  __isFragment?: undefined;
2262
2262
  __isTeleport?: undefined;
2263
2263
  __isSuspense?: undefined;
2264
2264
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2265
- label: {
2266
- type: import("vue").PropType<string>;
2267
- required: true;
2268
- };
2269
2265
  id: {
2270
2266
  type: import("vue").PropType<string>;
2271
2267
  required: true;
@@ -2276,6 +2272,10 @@ export declare const components: {
2276
2272
  value: {
2277
2273
  type: import("vue").PropType<string>;
2278
2274
  };
2275
+ label: {
2276
+ type: import("vue").PropType<string>;
2277
+ required: true;
2278
+ };
2279
2279
  name: {
2280
2280
  type: import("vue").PropType<string>;
2281
2281
  required: true;
@@ -2306,7 +2306,7 @@ export declare const components: {
2306
2306
  }, string, {
2307
2307
  textDirection: "left" | "right";
2308
2308
  stretchLabel: boolean;
2309
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
2309
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
2310
2310
  SolSelect: {
2311
2311
  new (...args: any[]): {
2312
2312
  $: import("vue").ComponentInternalInstance;
@@ -2324,9 +2324,6 @@ export declare const components: {
2324
2324
  fetchOnSearch: boolean;
2325
2325
  searchPlaceholder: string;
2326
2326
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2327
- label: {
2328
- type: import("vue").PropType<string>;
2329
- };
2330
2327
  id: {
2331
2328
  type: import("vue").PropType<string>;
2332
2329
  required: true;
@@ -2337,6 +2334,9 @@ export declare const components: {
2337
2334
  required: {
2338
2335
  type: import("vue").PropType<boolean>;
2339
2336
  };
2337
+ label: {
2338
+ type: import("vue").PropType<string>;
2339
+ };
2340
2340
  name: {
2341
2341
  type: import("vue").PropType<string>;
2342
2342
  required: true;
@@ -2431,14 +2431,11 @@ export declare const components: {
2431
2431
  $slots: Readonly<{
2432
2432
  [name: string]: import("vue").Slot | undefined;
2433
2433
  }>;
2434
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2435
- $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;
2436
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);
2437
2437
  $el: any;
2438
2438
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2439
- label: {
2440
- type: import("vue").PropType<string>;
2441
- };
2442
2439
  id: {
2443
2440
  type: import("vue").PropType<string>;
2444
2441
  required: true;
@@ -2449,6 +2446,9 @@ export declare const components: {
2449
2446
  required: {
2450
2447
  type: import("vue").PropType<boolean>;
2451
2448
  };
2449
+ label: {
2450
+ type: import("vue").PropType<string>;
2451
+ };
2452
2452
  name: {
2453
2453
  type: import("vue").PropType<string>;
2454
2454
  required: true;
@@ -2551,7 +2551,7 @@ export declare const components: {
2551
2551
  closeOnSelect: boolean;
2552
2552
  fetchOnSearch: boolean;
2553
2553
  searchPlaceholder: string;
2554
- }> & {
2554
+ }, {}, string> & {
2555
2555
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2556
2556
  created?: ((() => void) | (() => void)[]) | undefined;
2557
2557
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -2566,15 +2566,12 @@ export declare const components: {
2566
2566
  unmounted?: ((() => void) | (() => void)[]) | undefined;
2567
2567
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2568
2568
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2569
- 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;
2570
2570
  };
2571
2571
  $forceUpdate: () => void;
2572
2572
  $nextTick: typeof import("vue").nextTick;
2573
- $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;
2574
2574
  } & Readonly<import("vue").ExtractPropTypes<{
2575
- label: {
2576
- type: import("vue").PropType<string>;
2577
- };
2578
2575
  id: {
2579
2576
  type: import("vue").PropType<string>;
2580
2577
  required: true;
@@ -2585,6 +2582,9 @@ export declare const components: {
2585
2582
  required: {
2586
2583
  type: import("vue").PropType<boolean>;
2587
2584
  };
2585
+ label: {
2586
+ type: import("vue").PropType<string>;
2587
+ };
2588
2588
  name: {
2589
2589
  type: import("vue").PropType<string>;
2590
2590
  required: true;
@@ -2669,14 +2669,11 @@ export declare const components: {
2669
2669
  "onUpdate:selected"?: ((value: import("./components/forms/select/types").Option | import("./components/forms/select/types").Option[] | undefined) => any) | undefined;
2670
2670
  onSearch?: ((value: string) => any) | undefined;
2671
2671
  onCloseDropdown?: (() => any) | undefined;
2672
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
2672
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2673
2673
  __isFragment?: undefined;
2674
2674
  __isTeleport?: undefined;
2675
2675
  __isSuspense?: undefined;
2676
2676
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2677
- label: {
2678
- type: import("vue").PropType<string>;
2679
- };
2680
2677
  id: {
2681
2678
  type: import("vue").PropType<string>;
2682
2679
  required: true;
@@ -2687,6 +2684,9 @@ export declare const components: {
2687
2684
  required: {
2688
2685
  type: import("vue").PropType<boolean>;
2689
2686
  };
2687
+ label: {
2688
+ type: import("vue").PropType<string>;
2689
+ };
2690
2690
  name: {
2691
2691
  type: import("vue").PropType<string>;
2692
2692
  required: true;
@@ -2789,7 +2789,7 @@ export declare const components: {
2789
2789
  closeOnSelect: boolean;
2790
2790
  fetchOnSearch: boolean;
2791
2791
  searchPlaceholder: string;
2792
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2792
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2793
2793
  $slots: {
2794
2794
  label: (_: {
2795
2795
  id: string;
@@ -2817,9 +2817,6 @@ export declare const components: {
2817
2817
  size: "small" | "medium";
2818
2818
  variant: "fill" | "outline";
2819
2819
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2820
- label: {
2821
- type: import("vue").PropType<string>;
2822
- };
2823
2820
  id: {
2824
2821
  type: import("vue").PropType<string>;
2825
2822
  required: true;
@@ -2827,6 +2824,9 @@ export declare const components: {
2827
2824
  disabled: {
2828
2825
  type: import("vue").PropType<boolean>;
2829
2826
  };
2827
+ label: {
2828
+ type: import("vue").PropType<string>;
2829
+ };
2830
2830
  size: {
2831
2831
  type: import("vue").PropType<"small" | "medium">;
2832
2832
  } & {
@@ -2849,14 +2849,11 @@ export declare const components: {
2849
2849
  $slots: Readonly<{
2850
2850
  [name: string]: import("vue").Slot | undefined;
2851
2851
  }>;
2852
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2853
- $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;
2854
2854
  $emit: (event: "close") => void;
2855
2855
  $el: any;
2856
2856
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2857
- label: {
2858
- type: import("vue").PropType<string>;
2859
- };
2860
2857
  id: {
2861
2858
  type: import("vue").PropType<string>;
2862
2859
  required: true;
@@ -2864,6 +2861,9 @@ export declare const components: {
2864
2861
  disabled: {
2865
2862
  type: import("vue").PropType<boolean>;
2866
2863
  };
2864
+ label: {
2865
+ type: import("vue").PropType<string>;
2866
+ };
2867
2867
  size: {
2868
2868
  type: import("vue").PropType<"small" | "medium">;
2869
2869
  } & {
@@ -2881,7 +2881,7 @@ export declare const components: {
2881
2881
  }, string, {
2882
2882
  size: "small" | "medium";
2883
2883
  variant: "fill" | "outline";
2884
- }> & {
2884
+ }, {}, string> & {
2885
2885
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2886
2886
  created?: ((() => void) | (() => void)[]) | undefined;
2887
2887
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -2896,15 +2896,12 @@ export declare const components: {
2896
2896
  unmounted?: ((() => void) | (() => void)[]) | undefined;
2897
2897
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2898
2898
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
2899
- 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;
2900
2900
  };
2901
2901
  $forceUpdate: () => void;
2902
2902
  $nextTick: typeof import("vue").nextTick;
2903
- $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;
2904
2904
  } & Readonly<import("vue").ExtractPropTypes<{
2905
- label: {
2906
- type: import("vue").PropType<string>;
2907
- };
2908
2905
  id: {
2909
2906
  type: import("vue").PropType<string>;
2910
2907
  required: true;
@@ -2912,6 +2909,9 @@ export declare const components: {
2912
2909
  disabled: {
2913
2910
  type: import("vue").PropType<boolean>;
2914
2911
  };
2912
+ label: {
2913
+ type: import("vue").PropType<string>;
2914
+ };
2915
2915
  size: {
2916
2916
  type: import("vue").PropType<"small" | "medium">;
2917
2917
  } & {
@@ -2924,14 +2924,11 @@ export declare const components: {
2924
2924
  };
2925
2925
  }>> & {
2926
2926
  onClose?: (() => any) | undefined;
2927
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
2927
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2928
2928
  __isFragment?: undefined;
2929
2929
  __isTeleport?: undefined;
2930
2930
  __isSuspense?: undefined;
2931
2931
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2932
- label: {
2933
- type: import("vue").PropType<string>;
2934
- };
2935
2932
  id: {
2936
2933
  type: import("vue").PropType<string>;
2937
2934
  required: true;
@@ -2939,6 +2936,9 @@ export declare const components: {
2939
2936
  disabled: {
2940
2937
  type: import("vue").PropType<boolean>;
2941
2938
  };
2939
+ label: {
2940
+ type: import("vue").PropType<string>;
2941
+ };
2942
2942
  size: {
2943
2943
  type: import("vue").PropType<"small" | "medium">;
2944
2944
  } & {
@@ -2956,7 +2956,7 @@ export declare const components: {
2956
2956
  }, string, {
2957
2957
  size: "small" | "medium";
2958
2958
  variant: "fill" | "outline";
2959
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2959
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2960
2960
  $slots: {
2961
2961
  default: (_: {}) => any;
2962
2962
  };
@@ -2968,9 +2968,6 @@ export declare const components: {
2968
2968
  $props: Partial<{
2969
2969
  size: "small" | "medium";
2970
2970
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
2971
- label: {
2972
- type: import("vue").PropType<string>;
2973
- };
2974
2971
  id: {
2975
2972
  type: import("vue").PropType<string>;
2976
2973
  required: true;
@@ -2982,6 +2979,9 @@ export declare const components: {
2982
2979
  type: import("vue").PropType<string>;
2983
2980
  required: true;
2984
2981
  };
2982
+ label: {
2983
+ type: import("vue").PropType<string>;
2984
+ };
2985
2985
  size: {
2986
2986
  type: import("vue").PropType<"small" | "medium">;
2987
2987
  } & {
@@ -3003,14 +3003,11 @@ export declare const components: {
3003
3003
  $slots: Readonly<{
3004
3004
  [name: string]: import("vue").Slot | undefined;
3005
3005
  }>;
3006
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3007
- $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;
3008
3008
  $emit: ((event: "change", v: unknown) => void) & ((event: "update:selected", v: boolean) => void);
3009
3009
  $el: any;
3010
3010
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3011
- label: {
3012
- type: import("vue").PropType<string>;
3013
- };
3014
3011
  id: {
3015
3012
  type: import("vue").PropType<string>;
3016
3013
  required: true;
@@ -3022,6 +3019,9 @@ export declare const components: {
3022
3019
  type: import("vue").PropType<string>;
3023
3020
  required: true;
3024
3021
  };
3022
+ label: {
3023
+ type: import("vue").PropType<string>;
3024
+ };
3025
3025
  size: {
3026
3026
  type: import("vue").PropType<"small" | "medium">;
3027
3027
  } & {
@@ -3039,7 +3039,7 @@ export declare const components: {
3039
3039
  change: (v: unknown) => void;
3040
3040
  }, string, {
3041
3041
  size: "small" | "medium";
3042
- }> & {
3042
+ }, {}, string> & {
3043
3043
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3044
3044
  created?: ((() => void) | (() => void)[]) | undefined;
3045
3045
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3054,15 +3054,12 @@ export declare const components: {
3054
3054
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3055
3055
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3056
3056
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3057
- 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;
3058
3058
  };
3059
3059
  $forceUpdate: () => void;
3060
3060
  $nextTick: typeof import("vue").nextTick;
3061
- $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;
3062
3062
  } & Readonly<import("vue").ExtractPropTypes<{
3063
- label: {
3064
- type: import("vue").PropType<string>;
3065
- };
3066
3063
  id: {
3067
3064
  type: import("vue").PropType<string>;
3068
3065
  required: true;
@@ -3074,6 +3071,9 @@ export declare const components: {
3074
3071
  type: import("vue").PropType<string>;
3075
3072
  required: true;
3076
3073
  };
3074
+ label: {
3075
+ type: import("vue").PropType<string>;
3076
+ };
3077
3077
  size: {
3078
3078
  type: import("vue").PropType<"small" | "medium">;
3079
3079
  } & {
@@ -3085,14 +3085,11 @@ export declare const components: {
3085
3085
  }>> & {
3086
3086
  onChange?: ((v: unknown) => any) | undefined;
3087
3087
  "onUpdate:selected"?: ((v: boolean) => any) | undefined;
3088
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3088
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3089
3089
  __isFragment?: undefined;
3090
3090
  __isTeleport?: undefined;
3091
3091
  __isSuspense?: undefined;
3092
3092
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3093
- label: {
3094
- type: import("vue").PropType<string>;
3095
- };
3096
3093
  id: {
3097
3094
  type: import("vue").PropType<string>;
3098
3095
  required: true;
@@ -3104,6 +3101,9 @@ export declare const components: {
3104
3101
  type: import("vue").PropType<string>;
3105
3102
  required: true;
3106
3103
  };
3104
+ label: {
3105
+ type: import("vue").PropType<string>;
3106
+ };
3107
3107
  size: {
3108
3108
  type: import("vue").PropType<"small" | "medium">;
3109
3109
  } & {
@@ -3121,7 +3121,7 @@ export declare const components: {
3121
3121
  change: (v: unknown) => void;
3122
3122
  }, string, {
3123
3123
  size: "small" | "medium";
3124
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3124
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3125
3125
  $slots: {
3126
3126
  default: (_: {}) => any;
3127
3127
  };
@@ -3131,16 +3131,11 @@ export declare const components: {
3131
3131
  $: import("vue").ComponentInternalInstance;
3132
3132
  $data: {};
3133
3133
  $props: Partial<{
3134
- text: string;
3135
3134
  type: "neutral" | "positive" | "warning" | "negative" | "informative";
3135
+ text: string;
3136
3136
  size: "small" | "medium";
3137
3137
  variant: "fill" | "outline";
3138
3138
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3139
- text: {
3140
- type: import("vue").PropType<string>;
3141
- } & {
3142
- default: string;
3143
- };
3144
3139
  id: {
3145
3140
  type: import("vue").PropType<string>;
3146
3141
  required: true;
@@ -3150,6 +3145,11 @@ export declare const components: {
3150
3145
  } & {
3151
3146
  default: string;
3152
3147
  };
3148
+ text: {
3149
+ type: import("vue").PropType<string>;
3150
+ } & {
3151
+ default: string;
3152
+ };
3153
3153
  size: {
3154
3154
  type: import("vue").PropType<"small" | "medium">;
3155
3155
  } & {
@@ -3160,7 +3160,7 @@ export declare const components: {
3160
3160
  } & {
3161
3161
  default: string;
3162
3162
  };
3163
- }>> & 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">;
3164
3164
  $attrs: {
3165
3165
  [x: string]: unknown;
3166
3166
  };
@@ -3170,16 +3170,11 @@ export declare const components: {
3170
3170
  $slots: Readonly<{
3171
3171
  [name: string]: import("vue").Slot | undefined;
3172
3172
  }>;
3173
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3174
- $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;
3175
3175
  $emit: (event: string, ...args: any[]) => void;
3176
3176
  $el: any;
3177
3177
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3178
- text: {
3179
- type: import("vue").PropType<string>;
3180
- } & {
3181
- default: string;
3182
- };
3183
3178
  id: {
3184
3179
  type: import("vue").PropType<string>;
3185
3180
  required: true;
@@ -3189,6 +3184,11 @@ export declare const components: {
3189
3184
  } & {
3190
3185
  default: string;
3191
3186
  };
3187
+ text: {
3188
+ type: import("vue").PropType<string>;
3189
+ } & {
3190
+ default: string;
3191
+ };
3192
3192
  size: {
3193
3193
  type: import("vue").PropType<"small" | "medium">;
3194
3194
  } & {
@@ -3200,11 +3200,11 @@ export declare const components: {
3200
3200
  default: string;
3201
3201
  };
3202
3202
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3203
- text: string;
3204
3203
  type: "neutral" | "positive" | "warning" | "negative" | "informative";
3204
+ text: string;
3205
3205
  size: "small" | "medium";
3206
3206
  variant: "fill" | "outline";
3207
- }> & {
3207
+ }, {}, string> & {
3208
3208
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3209
3209
  created?: ((() => void) | (() => void)[]) | undefined;
3210
3210
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3219,17 +3219,12 @@ export declare const components: {
3219
3219
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3220
3220
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3221
3221
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3222
- 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;
3223
3223
  };
3224
3224
  $forceUpdate: () => void;
3225
3225
  $nextTick: typeof import("vue").nextTick;
3226
- $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;
3227
3227
  } & Readonly<import("vue").ExtractPropTypes<{
3228
- text: {
3229
- type: import("vue").PropType<string>;
3230
- } & {
3231
- default: string;
3232
- };
3233
3228
  id: {
3234
3229
  type: import("vue").PropType<string>;
3235
3230
  required: true;
@@ -3239,6 +3234,11 @@ export declare const components: {
3239
3234
  } & {
3240
3235
  default: string;
3241
3236
  };
3237
+ text: {
3238
+ type: import("vue").PropType<string>;
3239
+ } & {
3240
+ default: string;
3241
+ };
3242
3242
  size: {
3243
3243
  type: import("vue").PropType<"small" | "medium">;
3244
3244
  } & {
@@ -3249,16 +3249,11 @@ export declare const components: {
3249
3249
  } & {
3250
3250
  default: string;
3251
3251
  };
3252
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3252
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3253
3253
  __isFragment?: undefined;
3254
3254
  __isTeleport?: undefined;
3255
3255
  __isSuspense?: undefined;
3256
3256
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3257
- text: {
3258
- type: import("vue").PropType<string>;
3259
- } & {
3260
- default: string;
3261
- };
3262
3257
  id: {
3263
3258
  type: import("vue").PropType<string>;
3264
3259
  required: true;
@@ -3268,6 +3263,11 @@ export declare const components: {
3268
3263
  } & {
3269
3264
  default: string;
3270
3265
  };
3266
+ text: {
3267
+ type: import("vue").PropType<string>;
3268
+ } & {
3269
+ default: string;
3270
+ };
3271
3271
  size: {
3272
3272
  type: import("vue").PropType<"small" | "medium">;
3273
3273
  } & {
@@ -3279,11 +3279,11 @@ export declare const components: {
3279
3279
  default: string;
3280
3280
  };
3281
3281
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3282
- text: string;
3283
3282
  type: "neutral" | "positive" | "warning" | "negative" | "informative";
3283
+ text: string;
3284
3284
  size: "small" | "medium";
3285
3285
  variant: "fill" | "outline";
3286
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3286
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3287
3287
  $slots: {
3288
3288
  default: (_: {}) => any;
3289
3289
  };
@@ -3297,6 +3297,10 @@ export declare const components: {
3297
3297
  text: string;
3298
3298
  feedback: "error" | "success" | "warning" | "informative";
3299
3299
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3300
+ id: {
3301
+ type: import("vue").PropType<string>;
3302
+ required: true;
3303
+ };
3300
3304
  title: {
3301
3305
  type: import("vue").PropType<string>;
3302
3306
  } & {
@@ -3307,10 +3311,6 @@ export declare const components: {
3307
3311
  } & {
3308
3312
  default: string;
3309
3313
  };
3310
- id: {
3311
- type: import("vue").PropType<string>;
3312
- required: true;
3313
- };
3314
3314
  action: {
3315
3315
  type: import("vue").PropType<string>;
3316
3316
  };
@@ -3331,11 +3331,15 @@ export declare const components: {
3331
3331
  $slots: Readonly<{
3332
3332
  [name: string]: import("vue").Slot | undefined;
3333
3333
  }>;
3334
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3335
- $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;
3336
3336
  $emit: (event: "click") => void;
3337
3337
  $el: any;
3338
3338
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3339
+ id: {
3340
+ type: import("vue").PropType<string>;
3341
+ required: true;
3342
+ };
3339
3343
  title: {
3340
3344
  type: import("vue").PropType<string>;
3341
3345
  } & {
@@ -3346,10 +3350,6 @@ export declare const components: {
3346
3350
  } & {
3347
3351
  default: string;
3348
3352
  };
3349
- id: {
3350
- type: import("vue").PropType<string>;
3351
- required: true;
3352
- };
3353
3353
  action: {
3354
3354
  type: import("vue").PropType<string>;
3355
3355
  };
@@ -3366,7 +3366,7 @@ export declare const components: {
3366
3366
  title: string;
3367
3367
  text: string;
3368
3368
  feedback: "error" | "success" | "warning" | "informative";
3369
- }> & {
3369
+ }, {}, string> & {
3370
3370
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3371
3371
  created?: ((() => void) | (() => void)[]) | undefined;
3372
3372
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3381,12 +3381,16 @@ export declare const components: {
3381
3381
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3382
3382
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3383
3383
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3384
- 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;
3385
3385
  };
3386
3386
  $forceUpdate: () => void;
3387
3387
  $nextTick: typeof import("vue").nextTick;
3388
- $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;
3389
3389
  } & Readonly<import("vue").ExtractPropTypes<{
3390
+ id: {
3391
+ type: import("vue").PropType<string>;
3392
+ required: true;
3393
+ };
3390
3394
  title: {
3391
3395
  type: import("vue").PropType<string>;
3392
3396
  } & {
@@ -3397,10 +3401,6 @@ export declare const components: {
3397
3401
  } & {
3398
3402
  default: string;
3399
3403
  };
3400
- id: {
3401
- type: import("vue").PropType<string>;
3402
- required: true;
3403
- };
3404
3404
  action: {
3405
3405
  type: import("vue").PropType<string>;
3406
3406
  };
@@ -3411,11 +3411,15 @@ export declare const components: {
3411
3411
  };
3412
3412
  }>> & {
3413
3413
  onClick?: (() => any) | undefined;
3414
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3414
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3415
3415
  __isFragment?: undefined;
3416
3416
  __isTeleport?: undefined;
3417
3417
  __isSuspense?: undefined;
3418
3418
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3419
+ id: {
3420
+ type: import("vue").PropType<string>;
3421
+ required: true;
3422
+ };
3419
3423
  title: {
3420
3424
  type: import("vue").PropType<string>;
3421
3425
  } & {
@@ -3426,10 +3430,6 @@ export declare const components: {
3426
3430
  } & {
3427
3431
  default: string;
3428
3432
  };
3429
- id: {
3430
- type: import("vue").PropType<string>;
3431
- required: true;
3432
- };
3433
3433
  action: {
3434
3434
  type: import("vue").PropType<string>;
3435
3435
  };
@@ -3446,7 +3446,7 @@ export declare const components: {
3446
3446
  title: string;
3447
3447
  text: string;
3448
3448
  feedback: "error" | "success" | "warning" | "informative";
3449
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3449
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3450
3450
  $slots: {
3451
3451
  default: (_: {}) => any;
3452
3452
  };
@@ -3458,15 +3458,15 @@ export declare const components: {
3458
3458
  $props: Partial<{
3459
3459
  title: string;
3460
3460
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3461
+ id: {
3462
+ type: import("vue").PropType<string>;
3463
+ required: true;
3464
+ };
3461
3465
  title: {
3462
3466
  type: import("vue").PropType<string>;
3463
3467
  } & {
3464
3468
  default: string;
3465
3469
  };
3466
- id: {
3467
- type: import("vue").PropType<string>;
3468
- required: true;
3469
- };
3470
3470
  onColor: {
3471
3471
  type: import("vue").PropType<boolean>;
3472
3472
  };
@@ -3483,20 +3483,20 @@ export declare const components: {
3483
3483
  $slots: Readonly<{
3484
3484
  [name: string]: import("vue").Slot | undefined;
3485
3485
  }>;
3486
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3487
- $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;
3488
3488
  $emit: (event: string, ...args: any[]) => void;
3489
3489
  $el: any;
3490
3490
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3491
+ id: {
3492
+ type: import("vue").PropType<string>;
3493
+ required: true;
3494
+ };
3491
3495
  title: {
3492
3496
  type: import("vue").PropType<string>;
3493
3497
  } & {
3494
3498
  default: string;
3495
3499
  };
3496
- id: {
3497
- type: import("vue").PropType<string>;
3498
- required: true;
3499
- };
3500
3500
  onColor: {
3501
3501
  type: import("vue").PropType<boolean>;
3502
3502
  };
@@ -3505,7 +3505,7 @@ export declare const components: {
3505
3505
  };
3506
3506
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3507
3507
  title: string;
3508
- }> & {
3508
+ }, {}, string> & {
3509
3509
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3510
3510
  created?: ((() => void) | (() => void)[]) | undefined;
3511
3511
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3520,41 +3520,41 @@ export declare const components: {
3520
3520
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3521
3521
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3522
3522
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3523
- 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;
3524
3524
  };
3525
3525
  $forceUpdate: () => void;
3526
3526
  $nextTick: typeof import("vue").nextTick;
3527
- $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;
3528
3528
  } & Readonly<import("vue").ExtractPropTypes<{
3529
+ id: {
3530
+ type: import("vue").PropType<string>;
3531
+ required: true;
3532
+ };
3529
3533
  title: {
3530
3534
  type: import("vue").PropType<string>;
3531
3535
  } & {
3532
3536
  default: string;
3533
3537
  };
3534
- id: {
3535
- type: import("vue").PropType<string>;
3536
- required: true;
3537
- };
3538
3538
  onColor: {
3539
3539
  type: import("vue").PropType<boolean>;
3540
3540
  };
3541
3541
  disabled: {
3542
3542
  type: import("vue").PropType<boolean>;
3543
3543
  };
3544
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3544
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3545
3545
  __isFragment?: undefined;
3546
3546
  __isTeleport?: undefined;
3547
3547
  __isSuspense?: undefined;
3548
3548
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3549
+ id: {
3550
+ type: import("vue").PropType<string>;
3551
+ required: true;
3552
+ };
3549
3553
  title: {
3550
3554
  type: import("vue").PropType<string>;
3551
3555
  } & {
3552
3556
  default: string;
3553
3557
  };
3554
- id: {
3555
- type: import("vue").PropType<string>;
3556
- required: true;
3557
- };
3558
3558
  onColor: {
3559
3559
  type: import("vue").PropType<boolean>;
3560
3560
  };
@@ -3563,7 +3563,7 @@ export declare const components: {
3563
3563
  };
3564
3564
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3565
3565
  title: string;
3566
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3566
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3567
3567
  $slots: {
3568
3568
  icon: (_: {}) => any;
3569
3569
  title: (_: {}) => any;
@@ -3575,17 +3575,23 @@ export declare const components: {
3575
3575
  $: import("vue").ComponentInternalInstance;
3576
3576
  $data: {};
3577
3577
  $props: Partial<{
3578
+ loading: boolean;
3578
3579
  ariaLabel: string;
3579
3580
  fallbackValue: string;
3580
3581
  dataIdentifier: import("./components/list/types").DataIdentifier;
3581
3582
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3583
+ id: {
3584
+ type: import("vue").PropType<string>;
3585
+ required: true;
3586
+ };
3582
3587
  data: {
3583
3588
  type: import("vue").PropType<import("./components/list/types").Data[]>;
3584
3589
  required: true;
3585
3590
  };
3586
- id: {
3587
- type: import("vue").PropType<string>;
3588
- required: true;
3591
+ loading: {
3592
+ type: import("vue").PropType<boolean>;
3593
+ } & {
3594
+ default: boolean;
3589
3595
  };
3590
3596
  selected: {
3591
3597
  type: import("vue").PropType<import("./components/list/types").Selected>;
@@ -3607,6 +3613,9 @@ export declare const components: {
3607
3613
  sortPositions: {
3608
3614
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3609
3615
  };
3616
+ hideMenu: {
3617
+ type: import("vue").PropType<boolean>;
3618
+ };
3610
3619
  selectMode: {
3611
3620
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3612
3621
  };
@@ -3621,7 +3630,7 @@ export declare const components: {
3621
3630
  "onUpdate:selected"?: ((selected: import("./components/list/types").Data | import("./components/list/types").Data[]) => any) | undefined;
3622
3631
  "onListitem:click"?: ((item: import("./components/list/types").Data) => any) | undefined;
3623
3632
  "onListitem:selected"?: ((item: import("./components/list/types").Data) => any) | undefined;
3624
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "ariaLabel" | "fallbackValue" | "dataIdentifier">;
3633
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "ariaLabel" | "fallbackValue" | "dataIdentifier">;
3625
3634
  $attrs: {
3626
3635
  [x: string]: unknown;
3627
3636
  };
@@ -3631,18 +3640,23 @@ export declare const components: {
3631
3640
  $slots: Readonly<{
3632
3641
  [name: string]: import("vue").Slot | undefined;
3633
3642
  }>;
3634
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3635
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3643
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3644
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3636
3645
  $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);
3637
3646
  $el: any;
3638
3647
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3648
+ id: {
3649
+ type: import("vue").PropType<string>;
3650
+ required: true;
3651
+ };
3639
3652
  data: {
3640
3653
  type: import("vue").PropType<import("./components/list/types").Data[]>;
3641
3654
  required: true;
3642
3655
  };
3643
- id: {
3644
- type: import("vue").PropType<string>;
3645
- required: true;
3656
+ loading: {
3657
+ type: import("vue").PropType<boolean>;
3658
+ } & {
3659
+ default: boolean;
3646
3660
  };
3647
3661
  selected: {
3648
3662
  type: import("vue").PropType<import("./components/list/types").Selected>;
@@ -3664,6 +3678,9 @@ export declare const components: {
3664
3678
  sortPositions: {
3665
3679
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3666
3680
  };
3681
+ hideMenu: {
3682
+ type: import("vue").PropType<boolean>;
3683
+ };
3667
3684
  selectMode: {
3668
3685
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3669
3686
  };
@@ -3688,10 +3705,11 @@ export declare const components: {
3688
3705
  } & {
3689
3706
  "update:selected": (selected: import("./components/list/types").Data | import("./components/list/types").Data[]) => void;
3690
3707
  }, string, {
3708
+ loading: boolean;
3691
3709
  ariaLabel: string;
3692
3710
  fallbackValue: string;
3693
3711
  dataIdentifier: import("./components/list/types").DataIdentifier;
3694
- }> & {
3712
+ }, {}, string> & {
3695
3713
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3696
3714
  created?: ((() => void) | (() => void)[]) | undefined;
3697
3715
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3706,19 +3724,24 @@ export declare const components: {
3706
3724
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3707
3725
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3708
3726
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3709
- 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;
3727
+ 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;
3710
3728
  };
3711
3729
  $forceUpdate: () => void;
3712
3730
  $nextTick: typeof import("vue").nextTick;
3713
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3731
+ $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;
3714
3732
  } & Readonly<import("vue").ExtractPropTypes<{
3733
+ id: {
3734
+ type: import("vue").PropType<string>;
3735
+ required: true;
3736
+ };
3715
3737
  data: {
3716
3738
  type: import("vue").PropType<import("./components/list/types").Data[]>;
3717
3739
  required: true;
3718
3740
  };
3719
- id: {
3720
- type: import("vue").PropType<string>;
3721
- required: true;
3741
+ loading: {
3742
+ type: import("vue").PropType<boolean>;
3743
+ } & {
3744
+ default: boolean;
3722
3745
  };
3723
3746
  selected: {
3724
3747
  type: import("vue").PropType<import("./components/list/types").Selected>;
@@ -3740,6 +3763,9 @@ export declare const components: {
3740
3763
  sortPositions: {
3741
3764
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3742
3765
  };
3766
+ hideMenu: {
3767
+ type: import("vue").PropType<boolean>;
3768
+ };
3743
3769
  selectMode: {
3744
3770
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3745
3771
  };
@@ -3757,18 +3783,23 @@ export declare const components: {
3757
3783
  } & import("vue").ShallowUnwrapRef<{
3758
3784
  unselectAll: () => void;
3759
3785
  selectAll: () => void;
3760
- }> & {} & import("vue").ComponentCustomProperties;
3786
+ }> & {} & import("vue").ComponentCustomProperties & {};
3761
3787
  __isFragment?: undefined;
3762
3788
  __isTeleport?: undefined;
3763
3789
  __isSuspense?: undefined;
3764
3790
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3791
+ id: {
3792
+ type: import("vue").PropType<string>;
3793
+ required: true;
3794
+ };
3765
3795
  data: {
3766
3796
  type: import("vue").PropType<import("./components/list/types").Data[]>;
3767
3797
  required: true;
3768
3798
  };
3769
- id: {
3770
- type: import("vue").PropType<string>;
3771
- required: true;
3799
+ loading: {
3800
+ type: import("vue").PropType<boolean>;
3801
+ } & {
3802
+ default: boolean;
3772
3803
  };
3773
3804
  selected: {
3774
3805
  type: import("vue").PropType<import("./components/list/types").Selected>;
@@ -3790,6 +3821,9 @@ export declare const components: {
3790
3821
  sortPositions: {
3791
3822
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3792
3823
  };
3824
+ hideMenu: {
3825
+ type: import("vue").PropType<boolean>;
3826
+ };
3793
3827
  selectMode: {
3794
3828
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3795
3829
  };
@@ -3814,10 +3848,11 @@ export declare const components: {
3814
3848
  } & {
3815
3849
  "update:selected": (selected: import("./components/list/types").Data | import("./components/list/types").Data[]) => void;
3816
3850
  }, string, {
3851
+ loading: boolean;
3817
3852
  ariaLabel: string;
3818
3853
  fallbackValue: string;
3819
3854
  dataIdentifier: import("./components/list/types").DataIdentifier;
3820
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3855
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3821
3856
  $slots: Record<string, {
3822
3857
  data: any;
3823
3858
  index: any;
@@ -3894,8 +3929,8 @@ export declare const components: {
3894
3929
  $slots: Readonly<{
3895
3930
  [name: string]: import("vue").Slot | undefined;
3896
3931
  }>;
3897
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3898
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
3932
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3933
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3899
3934
  $emit: ((event: "update:tabList", tab: import("./components/tabs/types").TabList[]) => void) & ((event: "tabitem:active", tab: import("./components/tabs/types").TabList) => void);
3900
3935
  $el: any;
3901
3936
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -3930,7 +3965,7 @@ export declare const components: {
3930
3965
  "tabitem:active": (tab: import("./components/tabs/types").TabList) => void;
3931
3966
  }, string, {
3932
3967
  tabList: import("./components/tabs/types").TabList[];
3933
- }> & {
3968
+ }, {}, string> & {
3934
3969
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3935
3970
  created?: ((() => void) | (() => void)[]) | undefined;
3936
3971
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3945,11 +3980,11 @@ export declare const components: {
3945
3980
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3946
3981
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3947
3982
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3948
- 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;
3983
+ 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;
3949
3984
  };
3950
3985
  $forceUpdate: () => void;
3951
3986
  $nextTick: typeof import("vue").nextTick;
3952
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3987
+ $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;
3953
3988
  } & Readonly<import("vue").ExtractPropTypes<{
3954
3989
  id: {
3955
3990
  type: import("vue").PropType<string>;
@@ -3976,7 +4011,7 @@ export declare const components: {
3976
4011
  }>> & {
3977
4012
  "onUpdate:tabList"?: ((tab: import("./components/tabs/types").TabList[]) => any) | undefined;
3978
4013
  "onTabitem:active"?: ((tab: import("./components/tabs/types").TabList) => any) | undefined;
3979
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4014
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3980
4015
  __isFragment?: undefined;
3981
4016
  __isTeleport?: undefined;
3982
4017
  __isSuspense?: undefined;
@@ -4012,7 +4047,7 @@ export declare const components: {
4012
4047
  "tabitem:active": (tab: import("./components/tabs/types").TabList) => void;
4013
4048
  }, string, {
4014
4049
  tabList: import("./components/tabs/types").TabList[];
4015
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
4050
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
4016
4051
  SolMenu: {
4017
4052
  new (...args: any[]): {
4018
4053
  $: import("vue").ComponentInternalInstance;
@@ -4021,15 +4056,15 @@ export declare const components: {
4021
4056
  label: string;
4022
4057
  position: ("center" | "bottom" | "top") | ("left" | "right");
4023
4058
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
4059
+ id: {
4060
+ type: import("vue").PropType<string>;
4061
+ required: true;
4062
+ };
4024
4063
  label: {
4025
4064
  type: import("vue").PropType<string>;
4026
4065
  } & {
4027
4066
  default: string;
4028
4067
  };
4029
- id: {
4030
- type: import("vue").PropType<string>;
4031
- required: true;
4032
- };
4033
4068
  position: {
4034
4069
  type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4035
4070
  } & {
@@ -4045,20 +4080,20 @@ export declare const components: {
4045
4080
  $slots: Readonly<{
4046
4081
  [name: string]: import("vue").Slot | undefined;
4047
4082
  }>;
4048
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4049
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4083
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4084
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4050
4085
  $emit: (event: string, ...args: any[]) => void;
4051
4086
  $el: any;
4052
4087
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4088
+ id: {
4089
+ type: import("vue").PropType<string>;
4090
+ required: true;
4091
+ };
4053
4092
  label: {
4054
4093
  type: import("vue").PropType<string>;
4055
4094
  } & {
4056
4095
  default: string;
4057
4096
  };
4058
- id: {
4059
- type: import("vue").PropType<string>;
4060
- required: true;
4061
- };
4062
4097
  position: {
4063
4098
  type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4064
4099
  } & {
@@ -4067,7 +4102,7 @@ export declare const components: {
4067
4102
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4068
4103
  label: string;
4069
4104
  position: ("center" | "bottom" | "top") | ("left" | "right");
4070
- }> & {
4105
+ }, {}, string> & {
4071
4106
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4072
4107
  created?: ((() => void) | (() => void)[]) | undefined;
4073
4108
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4082,40 +4117,40 @@ export declare const components: {
4082
4117
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4083
4118
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4084
4119
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4085
- 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;
4120
+ 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;
4086
4121
  };
4087
4122
  $forceUpdate: () => void;
4088
4123
  $nextTick: typeof import("vue").nextTick;
4089
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4124
+ $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;
4090
4125
  } & Readonly<import("vue").ExtractPropTypes<{
4126
+ id: {
4127
+ type: import("vue").PropType<string>;
4128
+ required: true;
4129
+ };
4091
4130
  label: {
4092
4131
  type: import("vue").PropType<string>;
4093
4132
  } & {
4094
4133
  default: string;
4095
4134
  };
4096
- id: {
4097
- type: import("vue").PropType<string>;
4098
- required: true;
4099
- };
4100
4135
  position: {
4101
4136
  type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4102
4137
  } & {
4103
4138
  default: string;
4104
4139
  };
4105
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4140
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4106
4141
  __isFragment?: undefined;
4107
4142
  __isTeleport?: undefined;
4108
4143
  __isSuspense?: undefined;
4109
4144
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4145
+ id: {
4146
+ type: import("vue").PropType<string>;
4147
+ required: true;
4148
+ };
4110
4149
  label: {
4111
4150
  type: import("vue").PropType<string>;
4112
4151
  } & {
4113
4152
  default: string;
4114
4153
  };
4115
- id: {
4116
- type: import("vue").PropType<string>;
4117
- required: true;
4118
- };
4119
4154
  position: {
4120
4155
  type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4121
4156
  } & {
@@ -4124,7 +4159,7 @@ export declare const components: {
4124
4159
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4125
4160
  label: string;
4126
4161
  position: ("center" | "bottom" | "top") | ("left" | "right");
4127
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4162
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4128
4163
  $slots: {
4129
4164
  trigger: (_: {
4130
4165
  id: string;
@@ -4166,8 +4201,8 @@ export declare const components: {
4166
4201
  $slots: Readonly<{
4167
4202
  [name: string]: import("vue").Slot | undefined;
4168
4203
  }>;
4169
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4170
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4204
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4205
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4171
4206
  $emit: (event: "clicked") => void;
4172
4207
  $el: any;
4173
4208
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4179,7 +4214,7 @@ export declare const components: {
4179
4214
  onClicked?: (() => any) | undefined;
4180
4215
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4181
4216
  clicked: () => void;
4182
- }, string, {}> & {
4217
+ }, string, {}, {}, string> & {
4183
4218
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4184
4219
  created?: ((() => void) | (() => void)[]) | undefined;
4185
4220
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4194,11 +4229,11 @@ export declare const components: {
4194
4229
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4195
4230
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4196
4231
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4197
- 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;
4232
+ 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;
4198
4233
  };
4199
4234
  $forceUpdate: () => void;
4200
4235
  $nextTick: typeof import("vue").nextTick;
4201
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4236
+ $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;
4202
4237
  } & Readonly<import("vue").ExtractPropTypes<{
4203
4238
  id: {
4204
4239
  type: import("vue").PropType<string>;
@@ -4206,7 +4241,7 @@ export declare const components: {
4206
4241
  };
4207
4242
  }>> & {
4208
4243
  onClicked?: (() => any) | undefined;
4209
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4244
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4210
4245
  __isFragment?: undefined;
4211
4246
  __isTeleport?: undefined;
4212
4247
  __isSuspense?: undefined;
@@ -4219,7 +4254,7 @@ export declare const components: {
4219
4254
  onClicked?: (() => any) | undefined;
4220
4255
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4221
4256
  clicked: () => void;
4222
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4257
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4223
4258
  $slots: {
4224
4259
  default: (_: {}) => any;
4225
4260
  };
@@ -4260,8 +4295,8 @@ export declare const components: {
4260
4295
  $slots: Readonly<{
4261
4296
  [name: string]: import("vue").Slot | undefined;
4262
4297
  }>;
4263
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4264
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4298
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4299
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4265
4300
  $emit: (event: "clicked") => void;
4266
4301
  $el: any;
4267
4302
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4288,7 +4323,7 @@ export declare const components: {
4288
4323
  onClicked?: (() => any) | undefined;
4289
4324
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4290
4325
  clicked: () => void;
4291
- }, string, {}> & {
4326
+ }, string, {}, {}, string> & {
4292
4327
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4293
4328
  created?: ((() => void) | (() => void)[]) | undefined;
4294
4329
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4303,11 +4338,11 @@ export declare const components: {
4303
4338
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4304
4339
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4305
4340
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4306
- 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;
4341
+ 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;
4307
4342
  };
4308
4343
  $forceUpdate: () => void;
4309
4344
  $nextTick: typeof import("vue").nextTick;
4310
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4345
+ $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;
4311
4346
  } & Readonly<import("vue").ExtractPropTypes<{
4312
4347
  id: {
4313
4348
  type: import("vue").PropType<string>;
@@ -4330,7 +4365,7 @@ export declare const components: {
4330
4365
  };
4331
4366
  }>> & {
4332
4367
  onClicked?: (() => any) | undefined;
4333
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4368
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4334
4369
  __isFragment?: undefined;
4335
4370
  __isTeleport?: undefined;
4336
4371
  __isSuspense?: undefined;
@@ -4358,7 +4393,7 @@ export declare const components: {
4358
4393
  onClicked?: (() => any) | undefined;
4359
4394
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4360
4395
  clicked: () => void;
4361
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4396
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4362
4397
  $slots: {
4363
4398
  default: (_: {
4364
4399
  id: string;
@@ -4395,8 +4430,8 @@ export declare const components: {
4395
4430
  $slots: Readonly<{
4396
4431
  [name: string]: import("vue").Slot | undefined;
4397
4432
  }>;
4398
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4399
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4433
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4434
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4400
4435
  $emit: (event: string, ...args: any[]) => void;
4401
4436
  $el: any;
4402
4437
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4411,7 +4446,7 @@ export declare const components: {
4411
4446
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4412
4447
  required: true;
4413
4448
  };
4414
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
4449
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
4415
4450
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4416
4451
  created?: ((() => void) | (() => void)[]) | undefined;
4417
4452
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4426,11 +4461,11 @@ export declare const components: {
4426
4461
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4427
4462
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4428
4463
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4429
- 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;
4464
+ 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;
4430
4465
  };
4431
4466
  $forceUpdate: () => void;
4432
4467
  $nextTick: typeof import("vue").nextTick;
4433
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4468
+ $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;
4434
4469
  } & Readonly<import("vue").ExtractPropTypes<{
4435
4470
  id: {
4436
4471
  type: import("vue").PropType<string>;
@@ -4443,7 +4478,7 @@ export declare const components: {
4443
4478
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4444
4479
  required: true;
4445
4480
  };
4446
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4481
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4447
4482
  __isFragment?: undefined;
4448
4483
  __isTeleport?: undefined;
4449
4484
  __isSuspense?: undefined;
@@ -4459,7 +4494,7 @@ export declare const components: {
4459
4494
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4460
4495
  required: true;
4461
4496
  };
4462
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4497
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4463
4498
  $slots: {
4464
4499
  label: (_: {
4465
4500
  isOpen: boolean;
@@ -4482,15 +4517,15 @@ export declare const components: {
4482
4517
  size: import("./components/modal/types").Size;
4483
4518
  target: string;
4484
4519
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
4520
+ id: {
4521
+ type: import("vue").PropType<string>;
4522
+ required: true;
4523
+ };
4485
4524
  title: {
4486
4525
  type: import("vue").PropType<string>;
4487
4526
  } & {
4488
4527
  default: string;
4489
4528
  };
4490
- id: {
4491
- type: import("vue").PropType<string>;
4492
- required: true;
4493
- };
4494
4529
  isOpen: {
4495
4530
  type: import("vue").PropType<boolean>;
4496
4531
  };
@@ -4533,20 +4568,20 @@ export declare const components: {
4533
4568
  $slots: Readonly<{
4534
4569
  [name: string]: import("vue").Slot | undefined;
4535
4570
  }>;
4536
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4537
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4571
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4572
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4538
4573
  $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);
4539
4574
  $el: any;
4540
4575
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4576
+ id: {
4577
+ type: import("vue").PropType<string>;
4578
+ required: true;
4579
+ };
4541
4580
  title: {
4542
4581
  type: import("vue").PropType<string>;
4543
4582
  } & {
4544
4583
  default: string;
4545
4584
  };
4546
- id: {
4547
- type: import("vue").PropType<string>;
4548
- required: true;
4549
- };
4550
4585
  isOpen: {
4551
4586
  type: import("vue").PropType<boolean>;
4552
4587
  };
@@ -4598,7 +4633,7 @@ export declare const components: {
4598
4633
  title: string;
4599
4634
  size: import("./components/modal/types").Size;
4600
4635
  target: string;
4601
- }> & {
4636
+ }, {}, string> & {
4602
4637
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4603
4638
  created?: ((() => void) | (() => void)[]) | undefined;
4604
4639
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4613,21 +4648,21 @@ export declare const components: {
4613
4648
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4614
4649
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4615
4650
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4616
- 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;
4651
+ 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;
4617
4652
  };
4618
4653
  $forceUpdate: () => void;
4619
4654
  $nextTick: typeof import("vue").nextTick;
4620
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4655
+ $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;
4621
4656
  } & Readonly<import("vue").ExtractPropTypes<{
4657
+ id: {
4658
+ type: import("vue").PropType<string>;
4659
+ required: true;
4660
+ };
4622
4661
  title: {
4623
4662
  type: import("vue").PropType<string>;
4624
4663
  } & {
4625
4664
  default: string;
4626
4665
  };
4627
- id: {
4628
- type: import("vue").PropType<string>;
4629
- required: true;
4630
- };
4631
4666
  isOpen: {
4632
4667
  type: import("vue").PropType<boolean>;
4633
4668
  };
@@ -4663,20 +4698,20 @@ export declare const components: {
4663
4698
  } & import("vue").ShallowUnwrapRef<{
4664
4699
  close: () => void;
4665
4700
  open: () => void;
4666
- }> & {} & import("vue").ComponentCustomProperties;
4701
+ }> & {} & import("vue").ComponentCustomProperties & {};
4667
4702
  __isFragment?: undefined;
4668
4703
  __isTeleport?: undefined;
4669
4704
  __isSuspense?: undefined;
4670
4705
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4706
+ id: {
4707
+ type: import("vue").PropType<string>;
4708
+ required: true;
4709
+ };
4671
4710
  title: {
4672
4711
  type: import("vue").PropType<string>;
4673
4712
  } & {
4674
4713
  default: string;
4675
4714
  };
4676
- id: {
4677
- type: import("vue").PropType<string>;
4678
- required: true;
4679
- };
4680
4715
  isOpen: {
4681
4716
  type: import("vue").PropType<boolean>;
4682
4717
  };
@@ -4728,7 +4763,7 @@ export declare const components: {
4728
4763
  title: string;
4729
4764
  size: import("./components/modal/types").Size;
4730
4765
  target: string;
4731
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4766
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4732
4767
  $slots: {
4733
4768
  default: (_: {}) => any;
4734
4769
  'action-tertiary': (_: {
@@ -4806,8 +4841,8 @@ export declare const components: {
4806
4841
  $slots: Readonly<{
4807
4842
  [name: string]: import("vue").Slot | undefined;
4808
4843
  }>;
4809
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4810
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4844
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4845
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4811
4846
  $emit: ((event: "update:current", page: number | undefined) => void) & ((event: "page", page: number | undefined) => void) & ((event: "page:next", value: (Record<string, unknown> & {
4812
4847
  page: number;
4813
4848
  }) | undefined) => void) & ((event: "page:previous", value: (Record<string, unknown> & {
@@ -4876,7 +4911,7 @@ export declare const components: {
4876
4911
  openMenuPosition: "top" | "dynamic";
4877
4912
  totalPages: number;
4878
4913
  current: number;
4879
- }> & {
4914
+ }, {}, string> & {
4880
4915
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4881
4916
  created?: ((() => void) | (() => void)[]) | undefined;
4882
4917
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4891,11 +4926,11 @@ export declare const components: {
4891
4926
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4892
4927
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4893
4928
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4894
- 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;
4929
+ 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;
4895
4930
  };
4896
4931
  $forceUpdate: () => void;
4897
4932
  $nextTick: typeof import("vue").nextTick;
4898
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4933
+ $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;
4899
4934
  } & Readonly<import("vue").ExtractPropTypes<{
4900
4935
  id: {
4901
4936
  type: import("vue").PropType<string>;
@@ -4941,7 +4976,7 @@ export declare const components: {
4941
4976
  "onPage:previous"?: ((value: (Record<string, unknown> & {
4942
4977
  page: number;
4943
4978
  }) | undefined) => any) | undefined;
4944
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4979
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4945
4980
  __isFragment?: undefined;
4946
4981
  __isTeleport?: undefined;
4947
4982
  __isSuspense?: undefined;
@@ -5007,7 +5042,7 @@ export declare const components: {
5007
5042
  openMenuPosition: "top" | "dynamic";
5008
5043
  totalPages: number;
5009
5044
  current: number;
5010
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5045
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5011
5046
  SolEmptyState: {
5012
5047
  new (...args: any[]): {
5013
5048
  $: import("vue").ComponentInternalInstance;
@@ -5015,11 +5050,11 @@ export declare const components: {
5015
5050
  $props: Partial<{
5016
5051
  variant: import("./components/empty-state/types").Variant;
5017
5052
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5018
- title: {
5053
+ id: {
5019
5054
  type: import("vue").PropType<string>;
5020
5055
  required: true;
5021
5056
  };
5022
- id: {
5057
+ title: {
5023
5058
  type: import("vue").PropType<string>;
5024
5059
  required: true;
5025
5060
  };
@@ -5042,16 +5077,16 @@ export declare const components: {
5042
5077
  $slots: Readonly<{
5043
5078
  [name: string]: import("vue").Slot | undefined;
5044
5079
  }>;
5045
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5046
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5080
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5081
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5047
5082
  $emit: (event: string, ...args: any[]) => void;
5048
5083
  $el: any;
5049
5084
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5050
- title: {
5085
+ id: {
5051
5086
  type: import("vue").PropType<string>;
5052
5087
  required: true;
5053
5088
  };
5054
- id: {
5089
+ title: {
5055
5090
  type: import("vue").PropType<string>;
5056
5091
  required: true;
5057
5092
  };
@@ -5066,7 +5101,7 @@ export declare const components: {
5066
5101
  };
5067
5102
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5068
5103
  variant: import("./components/empty-state/types").Variant;
5069
- }> & {
5104
+ }, {}, string> & {
5070
5105
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5071
5106
  created?: ((() => void) | (() => void)[]) | undefined;
5072
5107
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5081,17 +5116,17 @@ export declare const components: {
5081
5116
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5082
5117
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5083
5118
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5084
- 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;
5119
+ 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;
5085
5120
  };
5086
5121
  $forceUpdate: () => void;
5087
5122
  $nextTick: typeof import("vue").nextTick;
5088
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5123
+ $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;
5089
5124
  } & Readonly<import("vue").ExtractPropTypes<{
5090
- title: {
5125
+ id: {
5091
5126
  type: import("vue").PropType<string>;
5092
5127
  required: true;
5093
5128
  };
5094
- id: {
5129
+ title: {
5095
5130
  type: import("vue").PropType<string>;
5096
5131
  required: true;
5097
5132
  };
@@ -5104,16 +5139,16 @@ export declare const components: {
5104
5139
  subtitle: {
5105
5140
  type: import("vue").PropType<string>;
5106
5141
  };
5107
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5142
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5108
5143
  __isFragment?: undefined;
5109
5144
  __isTeleport?: undefined;
5110
5145
  __isSuspense?: undefined;
5111
5146
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5112
- title: {
5147
+ id: {
5113
5148
  type: import("vue").PropType<string>;
5114
5149
  required: true;
5115
5150
  };
5116
- id: {
5151
+ title: {
5117
5152
  type: import("vue").PropType<string>;
5118
5153
  required: true;
5119
5154
  };
@@ -5128,7 +5163,7 @@ export declare const components: {
5128
5163
  };
5129
5164
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5130
5165
  variant: import("./components/empty-state/types").Variant;
5131
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5166
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5132
5167
  $slots: {
5133
5168
  action: (_: {}) => any;
5134
5169
  };
@@ -5141,8 +5176,11 @@ export declare const components: {
5141
5176
  modelValue: string;
5142
5177
  size: "small" | "medium";
5143
5178
  placeholder: string;
5179
+ loading: boolean;
5144
5180
  variant: import("./components/search/types").Variants;
5145
5181
  ariaLabel: string;
5182
+ buttonDisabled: boolean;
5183
+ inputDisabled: boolean;
5146
5184
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5147
5185
  id: {
5148
5186
  type: import("vue").PropType<string>;
@@ -5163,6 +5201,11 @@ export declare const components: {
5163
5201
  } & {
5164
5202
  default: string;
5165
5203
  };
5204
+ loading: {
5205
+ type: import("vue").PropType<boolean>;
5206
+ } & {
5207
+ default: boolean;
5208
+ };
5166
5209
  variant: {
5167
5210
  type: import("vue").PropType<import("./components/search/types").Variants>;
5168
5211
  } & {
@@ -5174,10 +5217,20 @@ export declare const components: {
5174
5217
  } & {
5175
5218
  default: string;
5176
5219
  };
5220
+ buttonDisabled: {
5221
+ type: import("vue").PropType<boolean>;
5222
+ } & {
5223
+ default: boolean;
5224
+ };
5225
+ inputDisabled: {
5226
+ type: import("vue").PropType<boolean>;
5227
+ } & {
5228
+ default: boolean;
5229
+ };
5177
5230
  }>> & {
5178
5231
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
5179
5232
  onSearch?: ((value: string) => any) | undefined;
5180
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "size" | "placeholder" | "variant" | "ariaLabel">;
5233
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "size" | "placeholder" | "loading" | "variant" | "ariaLabel" | "buttonDisabled" | "inputDisabled">;
5181
5234
  $attrs: {
5182
5235
  [x: string]: unknown;
5183
5236
  };
@@ -5187,8 +5240,8 @@ export declare const components: {
5187
5240
  $slots: Readonly<{
5188
5241
  [name: string]: import("vue").Slot | undefined;
5189
5242
  }>;
5190
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5191
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5243
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5244
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5192
5245
  $emit: ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void);
5193
5246
  $el: any;
5194
5247
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5211,6 +5264,11 @@ export declare const components: {
5211
5264
  } & {
5212
5265
  default: string;
5213
5266
  };
5267
+ loading: {
5268
+ type: import("vue").PropType<boolean>;
5269
+ } & {
5270
+ default: boolean;
5271
+ };
5214
5272
  variant: {
5215
5273
  type: import("vue").PropType<import("./components/search/types").Variants>;
5216
5274
  } & {
@@ -5222,6 +5280,16 @@ export declare const components: {
5222
5280
  } & {
5223
5281
  default: string;
5224
5282
  };
5283
+ buttonDisabled: {
5284
+ type: import("vue").PropType<boolean>;
5285
+ } & {
5286
+ default: boolean;
5287
+ };
5288
+ inputDisabled: {
5289
+ type: import("vue").PropType<boolean>;
5290
+ } & {
5291
+ default: boolean;
5292
+ };
5225
5293
  }>> & {
5226
5294
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
5227
5295
  onSearch?: ((value: string) => any) | undefined;
@@ -5233,9 +5301,12 @@ export declare const components: {
5233
5301
  modelValue: string;
5234
5302
  size: "small" | "medium";
5235
5303
  placeholder: string;
5304
+ loading: boolean;
5236
5305
  variant: import("./components/search/types").Variants;
5237
5306
  ariaLabel: string;
5238
- }> & {
5307
+ buttonDisabled: boolean;
5308
+ inputDisabled: boolean;
5309
+ }, {}, string> & {
5239
5310
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5240
5311
  created?: ((() => void) | (() => void)[]) | undefined;
5241
5312
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5250,11 +5321,11 @@ export declare const components: {
5250
5321
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5251
5322
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5252
5323
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5253
- 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;
5324
+ 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;
5254
5325
  };
5255
5326
  $forceUpdate: () => void;
5256
5327
  $nextTick: typeof import("vue").nextTick;
5257
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5328
+ $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;
5258
5329
  } & Readonly<import("vue").ExtractPropTypes<{
5259
5330
  id: {
5260
5331
  type: import("vue").PropType<string>;
@@ -5275,6 +5346,11 @@ export declare const components: {
5275
5346
  } & {
5276
5347
  default: string;
5277
5348
  };
5349
+ loading: {
5350
+ type: import("vue").PropType<boolean>;
5351
+ } & {
5352
+ default: boolean;
5353
+ };
5278
5354
  variant: {
5279
5355
  type: import("vue").PropType<import("./components/search/types").Variants>;
5280
5356
  } & {
@@ -5286,10 +5362,20 @@ export declare const components: {
5286
5362
  } & {
5287
5363
  default: string;
5288
5364
  };
5365
+ buttonDisabled: {
5366
+ type: import("vue").PropType<boolean>;
5367
+ } & {
5368
+ default: boolean;
5369
+ };
5370
+ inputDisabled: {
5371
+ type: import("vue").PropType<boolean>;
5372
+ } & {
5373
+ default: boolean;
5374
+ };
5289
5375
  }>> & {
5290
5376
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
5291
5377
  onSearch?: ((value: string) => any) | undefined;
5292
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5378
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5293
5379
  __isFragment?: undefined;
5294
5380
  __isTeleport?: undefined;
5295
5381
  __isSuspense?: undefined;
@@ -5313,6 +5399,11 @@ export declare const components: {
5313
5399
  } & {
5314
5400
  default: string;
5315
5401
  };
5402
+ loading: {
5403
+ type: import("vue").PropType<boolean>;
5404
+ } & {
5405
+ default: boolean;
5406
+ };
5316
5407
  variant: {
5317
5408
  type: import("vue").PropType<import("./components/search/types").Variants>;
5318
5409
  } & {
@@ -5324,6 +5415,16 @@ export declare const components: {
5324
5415
  } & {
5325
5416
  default: string;
5326
5417
  };
5418
+ buttonDisabled: {
5419
+ type: import("vue").PropType<boolean>;
5420
+ } & {
5421
+ default: boolean;
5422
+ };
5423
+ inputDisabled: {
5424
+ type: import("vue").PropType<boolean>;
5425
+ } & {
5426
+ default: boolean;
5427
+ };
5327
5428
  }>> & {
5328
5429
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
5329
5430
  onSearch?: ((value: string) => any) | undefined;
@@ -5335,9 +5436,12 @@ export declare const components: {
5335
5436
  modelValue: string;
5336
5437
  size: "small" | "medium";
5337
5438
  placeholder: string;
5439
+ loading: boolean;
5338
5440
  variant: import("./components/search/types").Variants;
5339
5441
  ariaLabel: string;
5340
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5442
+ buttonDisabled: boolean;
5443
+ inputDisabled: boolean;
5444
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5341
5445
  SolDatePicker: {
5342
5446
  new (...args: any[]): {
5343
5447
  $: import("vue").ComponentInternalInstance;
@@ -5345,15 +5449,15 @@ export declare const components: {
5345
5449
  $props: Partial<{
5346
5450
  label: string;
5347
5451
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5452
+ id: {
5453
+ type: import("vue").PropType<string>;
5454
+ required: true;
5455
+ };
5348
5456
  label: {
5349
5457
  type: import("vue").PropType<string>;
5350
5458
  } & {
5351
5459
  default: string;
5352
5460
  };
5353
- id: {
5354
- type: import("vue").PropType<string>;
5355
- required: true;
5356
- };
5357
5461
  modelValue: {
5358
5462
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5359
5463
  };
@@ -5385,20 +5489,20 @@ export declare const components: {
5385
5489
  $slots: Readonly<{
5386
5490
  [name: string]: import("vue").Slot | undefined;
5387
5491
  }>;
5388
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5389
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5492
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5493
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5390
5494
  $emit: ((event: "update:modelValue", value: import("./components/date-picker/types").ModelValue | undefined) => void) & ((event: "change", value: string) => void);
5391
5495
  $el: any;
5392
5496
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5497
+ id: {
5498
+ type: import("vue").PropType<string>;
5499
+ required: true;
5500
+ };
5393
5501
  label: {
5394
5502
  type: import("vue").PropType<string>;
5395
5503
  } & {
5396
5504
  default: string;
5397
5505
  };
5398
- id: {
5399
- type: import("vue").PropType<string>;
5400
- required: true;
5401
- };
5402
5506
  modelValue: {
5403
5507
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5404
5508
  };
@@ -5426,7 +5530,7 @@ export declare const components: {
5426
5530
  change: (value: string) => void;
5427
5531
  }, string, {
5428
5532
  label: string;
5429
- }> & {
5533
+ }, {}, string> & {
5430
5534
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5431
5535
  created?: ((() => void) | (() => void)[]) | undefined;
5432
5536
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5441,21 +5545,21 @@ export declare const components: {
5441
5545
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5442
5546
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5443
5547
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5444
- 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;
5548
+ 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;
5445
5549
  };
5446
5550
  $forceUpdate: () => void;
5447
5551
  $nextTick: typeof import("vue").nextTick;
5448
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5552
+ $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;
5449
5553
  } & Readonly<import("vue").ExtractPropTypes<{
5554
+ id: {
5555
+ type: import("vue").PropType<string>;
5556
+ required: true;
5557
+ };
5450
5558
  label: {
5451
5559
  type: import("vue").PropType<string>;
5452
5560
  } & {
5453
5561
  default: string;
5454
5562
  };
5455
- id: {
5456
- type: import("vue").PropType<string>;
5457
- required: true;
5458
- };
5459
5563
  modelValue: {
5460
5564
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5461
5565
  };
@@ -5477,20 +5581,20 @@ export declare const components: {
5477
5581
  }>> & {
5478
5582
  onChange?: ((value: string) => any) | undefined;
5479
5583
  "onUpdate:modelValue"?: ((value: import("./components/date-picker/types").ModelValue | undefined) => any) | undefined;
5480
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5584
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5481
5585
  __isFragment?: undefined;
5482
5586
  __isTeleport?: undefined;
5483
5587
  __isSuspense?: undefined;
5484
5588
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5589
+ id: {
5590
+ type: import("vue").PropType<string>;
5591
+ required: true;
5592
+ };
5485
5593
  label: {
5486
5594
  type: import("vue").PropType<string>;
5487
5595
  } & {
5488
5596
  default: string;
5489
5597
  };
5490
- id: {
5491
- type: import("vue").PropType<string>;
5492
- required: true;
5493
- };
5494
5598
  modelValue: {
5495
5599
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5496
5600
  };
@@ -5518,7 +5622,7 @@ export declare const components: {
5518
5622
  change: (value: string) => void;
5519
5623
  }, string, {
5520
5624
  label: string;
5521
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5625
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5522
5626
  SolCollapsible: {
5523
5627
  new (...args: any[]): {
5524
5628
  $: import("vue").ComponentInternalInstance;
@@ -5547,8 +5651,8 @@ export declare const components: {
5547
5651
  $slots: Readonly<{
5548
5652
  [name: string]: import("vue").Slot | undefined;
5549
5653
  }>;
5550
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5551
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5654
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5655
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5552
5656
  $emit: (event: "isOpen", open: boolean) => void;
5553
5657
  $el: any;
5554
5658
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5569,7 +5673,7 @@ export declare const components: {
5569
5673
  isOpen: (open: boolean) => void;
5570
5674
  }, string, {
5571
5675
  open: boolean;
5572
- }> & {
5676
+ }, {}, string> & {
5573
5677
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5574
5678
  created?: ((() => void) | (() => void)[]) | undefined;
5575
5679
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5584,11 +5688,11 @@ export declare const components: {
5584
5688
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5585
5689
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5586
5690
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5587
- 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;
5691
+ 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;
5588
5692
  };
5589
5693
  $forceUpdate: () => void;
5590
5694
  $nextTick: typeof import("vue").nextTick;
5591
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5695
+ $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;
5592
5696
  } & Readonly<import("vue").ExtractPropTypes<{
5593
5697
  id: {
5594
5698
  type: import("vue").PropType<string>;
@@ -5603,7 +5707,7 @@ export declare const components: {
5603
5707
  onIsOpen?: ((open: boolean) => any) | undefined;
5604
5708
  } & import("vue").ShallowUnwrapRef<{
5605
5709
  toggle: () => void;
5606
- }> & {} & import("vue").ComponentCustomProperties;
5710
+ }> & {} & import("vue").ComponentCustomProperties & {};
5607
5711
  __isFragment?: undefined;
5608
5712
  __isTeleport?: undefined;
5609
5713
  __isSuspense?: undefined;
@@ -5625,7 +5729,7 @@ export declare const components: {
5625
5729
  isOpen: (open: boolean) => void;
5626
5730
  }, string, {
5627
5731
  open: boolean;
5628
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5732
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5629
5733
  $slots: {
5630
5734
  header: (_: {
5631
5735
  id: string;
@@ -5674,8 +5778,8 @@ export declare const components: {
5674
5778
  $slots: Readonly<{
5675
5779
  [name: string]: import("vue").Slot | undefined;
5676
5780
  }>;
5677
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5678
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5781
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5782
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5679
5783
  $emit: (event: string, ...args: any[]) => void;
5680
5784
  $el: any;
5681
5785
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5701,7 +5805,7 @@ export declare const components: {
5701
5805
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5702
5806
  direction: "row" | "column";
5703
5807
  steps: import("./components/steps/types").Step[] | undefined;
5704
- }> & {
5808
+ }, {}, string> & {
5705
5809
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5706
5810
  created?: ((() => void) | (() => void)[]) | undefined;
5707
5811
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5716,11 +5820,11 @@ export declare const components: {
5716
5820
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5717
5821
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5718
5822
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5719
- 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;
5823
+ 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;
5720
5824
  };
5721
5825
  $forceUpdate: () => void;
5722
5826
  $nextTick: typeof import("vue").nextTick;
5723
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5827
+ $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;
5724
5828
  } & Readonly<import("vue").ExtractPropTypes<{
5725
5829
  id: {
5726
5830
  type: import("vue").PropType<string>;
@@ -5741,7 +5845,7 @@ export declare const components: {
5741
5845
  subtitle: string;
5742
5846
  }[];
5743
5847
  };
5744
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5848
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5745
5849
  __isFragment?: undefined;
5746
5850
  __isTeleport?: undefined;
5747
5851
  __isSuspense?: undefined;
@@ -5768,7 +5872,7 @@ export declare const components: {
5768
5872
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5769
5873
  direction: "row" | "column";
5770
5874
  steps: import("./components/steps/types").Step[] | undefined;
5771
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5875
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5772
5876
  SolTextValue: {
5773
5877
  new (...args: any[]): {
5774
5878
  $: import("vue").ComponentInternalInstance;
@@ -5776,9 +5880,6 @@ export declare const components: {
5776
5880
  $props: Partial<{
5777
5881
  align: "left" | "right";
5778
5882
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5779
- label: {
5780
- type: import("vue").PropType<string>;
5781
- };
5782
5883
  id: {
5783
5884
  type: import("vue").PropType<string>;
5784
5885
  required: true;
@@ -5786,6 +5887,9 @@ export declare const components: {
5786
5887
  value: {
5787
5888
  type: import("vue").PropType<string>;
5788
5889
  };
5890
+ label: {
5891
+ type: import("vue").PropType<string>;
5892
+ };
5789
5893
  align: {
5790
5894
  type: import("vue").PropType<"left" | "right">;
5791
5895
  } & {
@@ -5804,14 +5908,11 @@ export declare const components: {
5804
5908
  $slots: Readonly<{
5805
5909
  [name: string]: import("vue").Slot | undefined;
5806
5910
  }>;
5807
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5808
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5911
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5912
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5809
5913
  $emit: (event: string, ...args: any[]) => void;
5810
5914
  $el: any;
5811
5915
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5812
- label: {
5813
- type: import("vue").PropType<string>;
5814
- };
5815
5916
  id: {
5816
5917
  type: import("vue").PropType<string>;
5817
5918
  required: true;
@@ -5819,6 +5920,9 @@ export declare const components: {
5819
5920
  value: {
5820
5921
  type: import("vue").PropType<string>;
5821
5922
  };
5923
+ label: {
5924
+ type: import("vue").PropType<string>;
5925
+ };
5822
5926
  align: {
5823
5927
  type: import("vue").PropType<"left" | "right">;
5824
5928
  } & {
@@ -5829,7 +5933,7 @@ export declare const components: {
5829
5933
  };
5830
5934
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5831
5935
  align: "left" | "right";
5832
- }> & {
5936
+ }, {}, string> & {
5833
5937
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5834
5938
  created?: ((() => void) | (() => void)[]) | undefined;
5835
5939
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5844,15 +5948,12 @@ export declare const components: {
5844
5948
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5845
5949
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5846
5950
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5847
- 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;
5951
+ 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;
5848
5952
  };
5849
5953
  $forceUpdate: () => void;
5850
5954
  $nextTick: typeof import("vue").nextTick;
5851
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5955
+ $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;
5852
5956
  } & Readonly<import("vue").ExtractPropTypes<{
5853
- label: {
5854
- type: import("vue").PropType<string>;
5855
- };
5856
5957
  id: {
5857
5958
  type: import("vue").PropType<string>;
5858
5959
  required: true;
@@ -5860,6 +5961,9 @@ export declare const components: {
5860
5961
  value: {
5861
5962
  type: import("vue").PropType<string>;
5862
5963
  };
5964
+ label: {
5965
+ type: import("vue").PropType<string>;
5966
+ };
5863
5967
  align: {
5864
5968
  type: import("vue").PropType<"left" | "right">;
5865
5969
  } & {
@@ -5868,14 +5972,11 @@ export declare const components: {
5868
5972
  itemProp: {
5869
5973
  type: import("vue").PropType<string>;
5870
5974
  };
5871
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5975
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5872
5976
  __isFragment?: undefined;
5873
5977
  __isTeleport?: undefined;
5874
5978
  __isSuspense?: undefined;
5875
5979
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5876
- label: {
5877
- type: import("vue").PropType<string>;
5878
- };
5879
5980
  id: {
5880
5981
  type: import("vue").PropType<string>;
5881
5982
  required: true;
@@ -5883,6 +5984,9 @@ export declare const components: {
5883
5984
  value: {
5884
5985
  type: import("vue").PropType<string>;
5885
5986
  };
5987
+ label: {
5988
+ type: import("vue").PropType<string>;
5989
+ };
5886
5990
  align: {
5887
5991
  type: import("vue").PropType<"left" | "right">;
5888
5992
  } & {
@@ -5893,7 +5997,7 @@ export declare const components: {
5893
5997
  };
5894
5998
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5895
5999
  align: "left" | "right";
5896
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6000
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5897
6001
  $slots: {
5898
6002
  label: (_: {}) => any;
5899
6003
  'icon:left': (_: {}) => any;
@@ -5913,15 +6017,15 @@ export declare const components: {
5913
6017
  multiple: boolean;
5914
6018
  downloadMenu: import("./components/file-upload/types").DownloadMenu[];
5915
6019
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
6020
+ id: {
6021
+ type: import("vue").PropType<string>;
6022
+ required: true;
6023
+ };
5916
6024
  label: {
5917
6025
  type: import("vue").PropType<string>;
5918
6026
  } & {
5919
6027
  default: string;
5920
6028
  };
5921
- id: {
5922
- type: import("vue").PropType<string>;
5923
- required: true;
5924
- };
5925
6029
  name: {
5926
6030
  type: import("vue").PropType<string | undefined>;
5927
6031
  required: true;
@@ -5989,20 +6093,20 @@ export declare const components: {
5989
6093
  $slots: Readonly<{
5990
6094
  [name: string]: import("vue").Slot | undefined;
5991
6095
  }>;
5992
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
5993
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
6096
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6097
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5994
6098
  $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);
5995
6099
  $el: any;
5996
6100
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6101
+ id: {
6102
+ type: import("vue").PropType<string>;
6103
+ required: true;
6104
+ };
5997
6105
  label: {
5998
6106
  type: import("vue").PropType<string>;
5999
6107
  } & {
6000
6108
  default: string;
6001
6109
  };
6002
- id: {
6003
- type: import("vue").PropType<string>;
6004
- required: true;
6005
- };
6006
6110
  name: {
6007
6111
  type: import("vue").PropType<string | undefined>;
6008
6112
  required: true;
@@ -6075,7 +6179,7 @@ export declare const components: {
6075
6179
  loading: boolean;
6076
6180
  multiple: boolean;
6077
6181
  downloadMenu: import("./components/file-upload/types").DownloadMenu[];
6078
- }> & {
6182
+ }, {}, string> & {
6079
6183
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6080
6184
  created?: ((() => void) | (() => void)[]) | undefined;
6081
6185
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -6090,21 +6194,21 @@ export declare const components: {
6090
6194
  unmounted?: ((() => void) | (() => void)[]) | undefined;
6091
6195
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6092
6196
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6093
- 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;
6197
+ 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;
6094
6198
  };
6095
6199
  $forceUpdate: () => void;
6096
6200
  $nextTick: typeof import("vue").nextTick;
6097
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6201
+ $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;
6098
6202
  } & Readonly<import("vue").ExtractPropTypes<{
6203
+ id: {
6204
+ type: import("vue").PropType<string>;
6205
+ required: true;
6206
+ };
6099
6207
  label: {
6100
6208
  type: import("vue").PropType<string>;
6101
6209
  } & {
6102
6210
  default: string;
6103
6211
  };
6104
- id: {
6105
- type: import("vue").PropType<string>;
6106
- required: true;
6107
- };
6108
6212
  name: {
6109
6213
  type: import("vue").PropType<string | undefined>;
6110
6214
  required: true;
@@ -6162,20 +6266,20 @@ export declare const components: {
6162
6266
  "onMenu:preview"?: ((url: string) => any) | undefined;
6163
6267
  "onMenu:download"?: ((url: string) => any) | undefined;
6164
6268
  "onMenu:delete"?: ((url: string) => any) | undefined;
6165
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
6269
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6166
6270
  __isFragment?: undefined;
6167
6271
  __isTeleport?: undefined;
6168
6272
  __isSuspense?: undefined;
6169
6273
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6274
+ id: {
6275
+ type: import("vue").PropType<string>;
6276
+ required: true;
6277
+ };
6170
6278
  label: {
6171
6279
  type: import("vue").PropType<string>;
6172
6280
  } & {
6173
6281
  default: string;
6174
6282
  };
6175
- id: {
6176
- type: import("vue").PropType<string>;
6177
- required: true;
6178
- };
6179
6283
  name: {
6180
6284
  type: import("vue").PropType<string | undefined>;
6181
6285
  required: true;
@@ -6248,7 +6352,7 @@ export declare const components: {
6248
6352
  loading: boolean;
6249
6353
  multiple: boolean;
6250
6354
  downloadMenu: import("./components/file-upload/types").DownloadMenu[];
6251
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
6355
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
6252
6356
  SolMenuItemSeparator: any;
6253
6357
  };
6254
6358
  export declare function install(App: App): void;