@solfacil/girassol 0.16.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +2361 -2349
  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 +14 -10
  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 +11 -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 +10 -10
  55. package/dist/types/components/search/types.d.ts +1 -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 +501 -489
  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;
@@ -3579,14 +3579,14 @@ export declare const components: {
3579
3579
  fallbackValue: string;
3580
3580
  dataIdentifier: import("./components/list/types").DataIdentifier;
3581
3581
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3582
- data: {
3583
- type: import("vue").PropType<import("./components/list/types").Data[]>;
3584
- required: true;
3585
- };
3586
3582
  id: {
3587
3583
  type: import("vue").PropType<string>;
3588
3584
  required: true;
3589
3585
  };
3586
+ data: {
3587
+ type: import("vue").PropType<import("./components/list/types").Data[]>;
3588
+ required: true;
3589
+ };
3590
3590
  selected: {
3591
3591
  type: import("vue").PropType<import("./components/list/types").Selected>;
3592
3592
  };
@@ -3607,6 +3607,9 @@ export declare const components: {
3607
3607
  sortPositions: {
3608
3608
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3609
3609
  };
3610
+ hideMenu: {
3611
+ type: import("vue").PropType<boolean>;
3612
+ };
3610
3613
  selectMode: {
3611
3614
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3612
3615
  };
@@ -3631,19 +3634,19 @@ export declare const components: {
3631
3634
  $slots: Readonly<{
3632
3635
  [name: string]: import("vue").Slot | undefined;
3633
3636
  }>;
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;
3637
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3638
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3636
3639
  $emit: ((event: "update:selected", selected: import("./components/list/types").Data | import("./components/list/types").Data[]) => void) & ((event: "listitem:click", item: import("./components/list/types").Data) => void) & ((event: "listitem:selected", item: import("./components/list/types").Data) => void);
3637
3640
  $el: any;
3638
3641
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3639
- data: {
3640
- type: import("vue").PropType<import("./components/list/types").Data[]>;
3641
- required: true;
3642
- };
3643
3642
  id: {
3644
3643
  type: import("vue").PropType<string>;
3645
3644
  required: true;
3646
3645
  };
3646
+ data: {
3647
+ type: import("vue").PropType<import("./components/list/types").Data[]>;
3648
+ required: true;
3649
+ };
3647
3650
  selected: {
3648
3651
  type: import("vue").PropType<import("./components/list/types").Selected>;
3649
3652
  };
@@ -3664,6 +3667,9 @@ export declare const components: {
3664
3667
  sortPositions: {
3665
3668
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3666
3669
  };
3670
+ hideMenu: {
3671
+ type: import("vue").PropType<boolean>;
3672
+ };
3667
3673
  selectMode: {
3668
3674
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3669
3675
  };
@@ -3691,7 +3697,7 @@ export declare const components: {
3691
3697
  ariaLabel: string;
3692
3698
  fallbackValue: string;
3693
3699
  dataIdentifier: import("./components/list/types").DataIdentifier;
3694
- }> & {
3700
+ }, {}, string> & {
3695
3701
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3696
3702
  created?: ((() => void) | (() => void)[]) | undefined;
3697
3703
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3706,20 +3712,20 @@ export declare const components: {
3706
3712
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3707
3713
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3708
3714
  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;
3715
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3710
3716
  };
3711
3717
  $forceUpdate: () => void;
3712
3718
  $nextTick: typeof import("vue").nextTick;
3713
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3719
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3714
3720
  } & Readonly<import("vue").ExtractPropTypes<{
3715
- data: {
3716
- type: import("vue").PropType<import("./components/list/types").Data[]>;
3717
- required: true;
3718
- };
3719
3721
  id: {
3720
3722
  type: import("vue").PropType<string>;
3721
3723
  required: true;
3722
3724
  };
3725
+ data: {
3726
+ type: import("vue").PropType<import("./components/list/types").Data[]>;
3727
+ required: true;
3728
+ };
3723
3729
  selected: {
3724
3730
  type: import("vue").PropType<import("./components/list/types").Selected>;
3725
3731
  };
@@ -3740,6 +3746,9 @@ export declare const components: {
3740
3746
  sortPositions: {
3741
3747
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3742
3748
  };
3749
+ hideMenu: {
3750
+ type: import("vue").PropType<boolean>;
3751
+ };
3743
3752
  selectMode: {
3744
3753
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3745
3754
  };
@@ -3757,19 +3766,19 @@ export declare const components: {
3757
3766
  } & import("vue").ShallowUnwrapRef<{
3758
3767
  unselectAll: () => void;
3759
3768
  selectAll: () => void;
3760
- }> & {} & import("vue").ComponentCustomProperties;
3769
+ }> & {} & import("vue").ComponentCustomProperties & {};
3761
3770
  __isFragment?: undefined;
3762
3771
  __isTeleport?: undefined;
3763
3772
  __isSuspense?: undefined;
3764
3773
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3765
- data: {
3766
- type: import("vue").PropType<import("./components/list/types").Data[]>;
3767
- required: true;
3768
- };
3769
3774
  id: {
3770
3775
  type: import("vue").PropType<string>;
3771
3776
  required: true;
3772
3777
  };
3778
+ data: {
3779
+ type: import("vue").PropType<import("./components/list/types").Data[]>;
3780
+ required: true;
3781
+ };
3773
3782
  selected: {
3774
3783
  type: import("vue").PropType<import("./components/list/types").Selected>;
3775
3784
  };
@@ -3790,6 +3799,9 @@ export declare const components: {
3790
3799
  sortPositions: {
3791
3800
  type: import("vue").PropType<import("./components/list/types").SortPositions>;
3792
3801
  };
3802
+ hideMenu: {
3803
+ type: import("vue").PropType<boolean>;
3804
+ };
3793
3805
  selectMode: {
3794
3806
  type: import("vue").PropType<import("./components/list/types").SelectMode>;
3795
3807
  };
@@ -3817,7 +3829,7 @@ export declare const components: {
3817
3829
  ariaLabel: string;
3818
3830
  fallbackValue: string;
3819
3831
  dataIdentifier: import("./components/list/types").DataIdentifier;
3820
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3832
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3821
3833
  $slots: Record<string, {
3822
3834
  data: any;
3823
3835
  index: any;
@@ -3894,8 +3906,8 @@ export declare const components: {
3894
3906
  $slots: Readonly<{
3895
3907
  [name: string]: import("vue").Slot | undefined;
3896
3908
  }>;
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;
3909
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3910
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3899
3911
  $emit: ((event: "update:tabList", tab: import("./components/tabs/types").TabList[]) => void) & ((event: "tabitem:active", tab: import("./components/tabs/types").TabList) => void);
3900
3912
  $el: any;
3901
3913
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -3930,7 +3942,7 @@ export declare const components: {
3930
3942
  "tabitem:active": (tab: import("./components/tabs/types").TabList) => void;
3931
3943
  }, string, {
3932
3944
  tabList: import("./components/tabs/types").TabList[];
3933
- }> & {
3945
+ }, {}, string> & {
3934
3946
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3935
3947
  created?: ((() => void) | (() => void)[]) | undefined;
3936
3948
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -3945,11 +3957,11 @@ export declare const components: {
3945
3957
  unmounted?: ((() => void) | (() => void)[]) | undefined;
3946
3958
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
3947
3959
  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;
3960
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3949
3961
  };
3950
3962
  $forceUpdate: () => void;
3951
3963
  $nextTick: typeof import("vue").nextTick;
3952
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3964
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
3953
3965
  } & Readonly<import("vue").ExtractPropTypes<{
3954
3966
  id: {
3955
3967
  type: import("vue").PropType<string>;
@@ -3976,7 +3988,7 @@ export declare const components: {
3976
3988
  }>> & {
3977
3989
  "onUpdate:tabList"?: ((tab: import("./components/tabs/types").TabList[]) => any) | undefined;
3978
3990
  "onTabitem:active"?: ((tab: import("./components/tabs/types").TabList) => any) | undefined;
3979
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
3991
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3980
3992
  __isFragment?: undefined;
3981
3993
  __isTeleport?: undefined;
3982
3994
  __isSuspense?: undefined;
@@ -4012,7 +4024,7 @@ export declare const components: {
4012
4024
  "tabitem:active": (tab: import("./components/tabs/types").TabList) => void;
4013
4025
  }, string, {
4014
4026
  tabList: import("./components/tabs/types").TabList[];
4015
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
4027
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
4016
4028
  SolMenu: {
4017
4029
  new (...args: any[]): {
4018
4030
  $: import("vue").ComponentInternalInstance;
@@ -4021,15 +4033,15 @@ export declare const components: {
4021
4033
  label: string;
4022
4034
  position: ("center" | "bottom" | "top") | ("left" | "right");
4023
4035
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
4036
+ id: {
4037
+ type: import("vue").PropType<string>;
4038
+ required: true;
4039
+ };
4024
4040
  label: {
4025
4041
  type: import("vue").PropType<string>;
4026
4042
  } & {
4027
4043
  default: string;
4028
4044
  };
4029
- id: {
4030
- type: import("vue").PropType<string>;
4031
- required: true;
4032
- };
4033
4045
  position: {
4034
4046
  type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4035
4047
  } & {
@@ -4045,20 +4057,20 @@ export declare const components: {
4045
4057
  $slots: Readonly<{
4046
4058
  [name: string]: import("vue").Slot | undefined;
4047
4059
  }>;
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;
4060
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4061
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4050
4062
  $emit: (event: string, ...args: any[]) => void;
4051
4063
  $el: any;
4052
4064
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4065
+ id: {
4066
+ type: import("vue").PropType<string>;
4067
+ required: true;
4068
+ };
4053
4069
  label: {
4054
4070
  type: import("vue").PropType<string>;
4055
4071
  } & {
4056
4072
  default: string;
4057
4073
  };
4058
- id: {
4059
- type: import("vue").PropType<string>;
4060
- required: true;
4061
- };
4062
4074
  position: {
4063
4075
  type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4064
4076
  } & {
@@ -4067,7 +4079,7 @@ export declare const components: {
4067
4079
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4068
4080
  label: string;
4069
4081
  position: ("center" | "bottom" | "top") | ("left" | "right");
4070
- }> & {
4082
+ }, {}, string> & {
4071
4083
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4072
4084
  created?: ((() => void) | (() => void)[]) | undefined;
4073
4085
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4082,40 +4094,40 @@ export declare const components: {
4082
4094
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4083
4095
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4084
4096
  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;
4097
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4086
4098
  };
4087
4099
  $forceUpdate: () => void;
4088
4100
  $nextTick: typeof import("vue").nextTick;
4089
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4101
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4090
4102
  } & Readonly<import("vue").ExtractPropTypes<{
4103
+ id: {
4104
+ type: import("vue").PropType<string>;
4105
+ required: true;
4106
+ };
4091
4107
  label: {
4092
4108
  type: import("vue").PropType<string>;
4093
4109
  } & {
4094
4110
  default: string;
4095
4111
  };
4096
- id: {
4097
- type: import("vue").PropType<string>;
4098
- required: true;
4099
- };
4100
4112
  position: {
4101
4113
  type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4102
4114
  } & {
4103
4115
  default: string;
4104
4116
  };
4105
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4117
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4106
4118
  __isFragment?: undefined;
4107
4119
  __isTeleport?: undefined;
4108
4120
  __isSuspense?: undefined;
4109
4121
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4122
+ id: {
4123
+ type: import("vue").PropType<string>;
4124
+ required: true;
4125
+ };
4110
4126
  label: {
4111
4127
  type: import("vue").PropType<string>;
4112
4128
  } & {
4113
4129
  default: string;
4114
4130
  };
4115
- id: {
4116
- type: import("vue").PropType<string>;
4117
- required: true;
4118
- };
4119
4131
  position: {
4120
4132
  type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
4121
4133
  } & {
@@ -4124,7 +4136,7 @@ export declare const components: {
4124
4136
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4125
4137
  label: string;
4126
4138
  position: ("center" | "bottom" | "top") | ("left" | "right");
4127
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4139
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4128
4140
  $slots: {
4129
4141
  trigger: (_: {
4130
4142
  id: string;
@@ -4166,8 +4178,8 @@ export declare const components: {
4166
4178
  $slots: Readonly<{
4167
4179
  [name: string]: import("vue").Slot | undefined;
4168
4180
  }>;
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;
4181
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4182
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4171
4183
  $emit: (event: "clicked") => void;
4172
4184
  $el: any;
4173
4185
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4179,7 +4191,7 @@ export declare const components: {
4179
4191
  onClicked?: (() => any) | undefined;
4180
4192
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4181
4193
  clicked: () => void;
4182
- }, string, {}> & {
4194
+ }, string, {}, {}, string> & {
4183
4195
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4184
4196
  created?: ((() => void) | (() => void)[]) | undefined;
4185
4197
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4194,11 +4206,11 @@ export declare const components: {
4194
4206
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4195
4207
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4196
4208
  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;
4209
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4198
4210
  };
4199
4211
  $forceUpdate: () => void;
4200
4212
  $nextTick: typeof import("vue").nextTick;
4201
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4213
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4202
4214
  } & Readonly<import("vue").ExtractPropTypes<{
4203
4215
  id: {
4204
4216
  type: import("vue").PropType<string>;
@@ -4206,7 +4218,7 @@ export declare const components: {
4206
4218
  };
4207
4219
  }>> & {
4208
4220
  onClicked?: (() => any) | undefined;
4209
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4221
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4210
4222
  __isFragment?: undefined;
4211
4223
  __isTeleport?: undefined;
4212
4224
  __isSuspense?: undefined;
@@ -4219,7 +4231,7 @@ export declare const components: {
4219
4231
  onClicked?: (() => any) | undefined;
4220
4232
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4221
4233
  clicked: () => void;
4222
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4234
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4223
4235
  $slots: {
4224
4236
  default: (_: {}) => any;
4225
4237
  };
@@ -4260,8 +4272,8 @@ export declare const components: {
4260
4272
  $slots: Readonly<{
4261
4273
  [name: string]: import("vue").Slot | undefined;
4262
4274
  }>;
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;
4275
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4276
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4265
4277
  $emit: (event: "clicked") => void;
4266
4278
  $el: any;
4267
4279
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4288,7 +4300,7 @@ export declare const components: {
4288
4300
  onClicked?: (() => any) | undefined;
4289
4301
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4290
4302
  clicked: () => void;
4291
- }, string, {}> & {
4303
+ }, string, {}, {}, string> & {
4292
4304
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4293
4305
  created?: ((() => void) | (() => void)[]) | undefined;
4294
4306
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4303,11 +4315,11 @@ export declare const components: {
4303
4315
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4304
4316
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4305
4317
  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;
4318
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4307
4319
  };
4308
4320
  $forceUpdate: () => void;
4309
4321
  $nextTick: typeof import("vue").nextTick;
4310
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4322
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4311
4323
  } & Readonly<import("vue").ExtractPropTypes<{
4312
4324
  id: {
4313
4325
  type: import("vue").PropType<string>;
@@ -4330,7 +4342,7 @@ export declare const components: {
4330
4342
  };
4331
4343
  }>> & {
4332
4344
  onClicked?: (() => any) | undefined;
4333
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4345
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4334
4346
  __isFragment?: undefined;
4335
4347
  __isTeleport?: undefined;
4336
4348
  __isSuspense?: undefined;
@@ -4358,7 +4370,7 @@ export declare const components: {
4358
4370
  onClicked?: (() => any) | undefined;
4359
4371
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4360
4372
  clicked: () => void;
4361
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4373
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4362
4374
  $slots: {
4363
4375
  default: (_: {
4364
4376
  id: string;
@@ -4395,8 +4407,8 @@ export declare const components: {
4395
4407
  $slots: Readonly<{
4396
4408
  [name: string]: import("vue").Slot | undefined;
4397
4409
  }>;
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;
4410
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4411
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4400
4412
  $emit: (event: string, ...args: any[]) => void;
4401
4413
  $el: any;
4402
4414
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -4411,7 +4423,7 @@ export declare const components: {
4411
4423
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4412
4424
  required: true;
4413
4425
  };
4414
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
4426
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
4415
4427
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4416
4428
  created?: ((() => void) | (() => void)[]) | undefined;
4417
4429
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4426,11 +4438,11 @@ export declare const components: {
4426
4438
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4427
4439
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4428
4440
  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;
4441
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4430
4442
  };
4431
4443
  $forceUpdate: () => void;
4432
4444
  $nextTick: typeof import("vue").nextTick;
4433
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4445
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4434
4446
  } & Readonly<import("vue").ExtractPropTypes<{
4435
4447
  id: {
4436
4448
  type: import("vue").PropType<string>;
@@ -4443,7 +4455,7 @@ export declare const components: {
4443
4455
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4444
4456
  required: true;
4445
4457
  };
4446
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4458
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4447
4459
  __isFragment?: undefined;
4448
4460
  __isTeleport?: undefined;
4449
4461
  __isSuspense?: undefined;
@@ -4459,7 +4471,7 @@ export declare const components: {
4459
4471
  type: import("vue").PropType<import("./components/menus/menu-item/menu-item-link/types").LinkData[]>;
4460
4472
  required: true;
4461
4473
  };
4462
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4474
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4463
4475
  $slots: {
4464
4476
  label: (_: {
4465
4477
  isOpen: boolean;
@@ -4482,15 +4494,15 @@ export declare const components: {
4482
4494
  size: import("./components/modal/types").Size;
4483
4495
  target: string;
4484
4496
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
4497
+ id: {
4498
+ type: import("vue").PropType<string>;
4499
+ required: true;
4500
+ };
4485
4501
  title: {
4486
4502
  type: import("vue").PropType<string>;
4487
4503
  } & {
4488
4504
  default: string;
4489
4505
  };
4490
- id: {
4491
- type: import("vue").PropType<string>;
4492
- required: true;
4493
- };
4494
4506
  isOpen: {
4495
4507
  type: import("vue").PropType<boolean>;
4496
4508
  };
@@ -4533,20 +4545,20 @@ export declare const components: {
4533
4545
  $slots: Readonly<{
4534
4546
  [name: string]: import("vue").Slot | undefined;
4535
4547
  }>;
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;
4548
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4549
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4538
4550
  $emit: ((event: "open") => void) & ((event: "close") => void) & ((event: "update:isOpen", value: boolean) => void) & ((event: "action:primary") => void) & ((event: "action:secondary") => void) & ((event: "action:tertiary") => void);
4539
4551
  $el: any;
4540
4552
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4553
+ id: {
4554
+ type: import("vue").PropType<string>;
4555
+ required: true;
4556
+ };
4541
4557
  title: {
4542
4558
  type: import("vue").PropType<string>;
4543
4559
  } & {
4544
4560
  default: string;
4545
4561
  };
4546
- id: {
4547
- type: import("vue").PropType<string>;
4548
- required: true;
4549
- };
4550
4562
  isOpen: {
4551
4563
  type: import("vue").PropType<boolean>;
4552
4564
  };
@@ -4598,7 +4610,7 @@ export declare const components: {
4598
4610
  title: string;
4599
4611
  size: import("./components/modal/types").Size;
4600
4612
  target: string;
4601
- }> & {
4613
+ }, {}, string> & {
4602
4614
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4603
4615
  created?: ((() => void) | (() => void)[]) | undefined;
4604
4616
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4613,21 +4625,21 @@ export declare const components: {
4613
4625
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4614
4626
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4615
4627
  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;
4628
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4617
4629
  };
4618
4630
  $forceUpdate: () => void;
4619
4631
  $nextTick: typeof import("vue").nextTick;
4620
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4632
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4621
4633
  } & Readonly<import("vue").ExtractPropTypes<{
4634
+ id: {
4635
+ type: import("vue").PropType<string>;
4636
+ required: true;
4637
+ };
4622
4638
  title: {
4623
4639
  type: import("vue").PropType<string>;
4624
4640
  } & {
4625
4641
  default: string;
4626
4642
  };
4627
- id: {
4628
- type: import("vue").PropType<string>;
4629
- required: true;
4630
- };
4631
4643
  isOpen: {
4632
4644
  type: import("vue").PropType<boolean>;
4633
4645
  };
@@ -4663,20 +4675,20 @@ export declare const components: {
4663
4675
  } & import("vue").ShallowUnwrapRef<{
4664
4676
  close: () => void;
4665
4677
  open: () => void;
4666
- }> & {} & import("vue").ComponentCustomProperties;
4678
+ }> & {} & import("vue").ComponentCustomProperties & {};
4667
4679
  __isFragment?: undefined;
4668
4680
  __isTeleport?: undefined;
4669
4681
  __isSuspense?: undefined;
4670
4682
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4683
+ id: {
4684
+ type: import("vue").PropType<string>;
4685
+ required: true;
4686
+ };
4671
4687
  title: {
4672
4688
  type: import("vue").PropType<string>;
4673
4689
  } & {
4674
4690
  default: string;
4675
4691
  };
4676
- id: {
4677
- type: import("vue").PropType<string>;
4678
- required: true;
4679
- };
4680
4692
  isOpen: {
4681
4693
  type: import("vue").PropType<boolean>;
4682
4694
  };
@@ -4728,7 +4740,7 @@ export declare const components: {
4728
4740
  title: string;
4729
4741
  size: import("./components/modal/types").Size;
4730
4742
  target: string;
4731
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4743
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4732
4744
  $slots: {
4733
4745
  default: (_: {}) => any;
4734
4746
  'action-tertiary': (_: {
@@ -4806,8 +4818,8 @@ export declare const components: {
4806
4818
  $slots: Readonly<{
4807
4819
  [name: string]: import("vue").Slot | undefined;
4808
4820
  }>;
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;
4821
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4822
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
4811
4823
  $emit: ((event: "update:current", page: number | undefined) => void) & ((event: "page", page: number | undefined) => void) & ((event: "page:next", value: (Record<string, unknown> & {
4812
4824
  page: number;
4813
4825
  }) | undefined) => void) & ((event: "page:previous", value: (Record<string, unknown> & {
@@ -4876,7 +4888,7 @@ export declare const components: {
4876
4888
  openMenuPosition: "top" | "dynamic";
4877
4889
  totalPages: number;
4878
4890
  current: number;
4879
- }> & {
4891
+ }, {}, string> & {
4880
4892
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4881
4893
  created?: ((() => void) | (() => void)[]) | undefined;
4882
4894
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -4891,11 +4903,11 @@ export declare const components: {
4891
4903
  unmounted?: ((() => void) | (() => void)[]) | undefined;
4892
4904
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
4893
4905
  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;
4906
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
4895
4907
  };
4896
4908
  $forceUpdate: () => void;
4897
4909
  $nextTick: typeof import("vue").nextTick;
4898
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4910
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4899
4911
  } & Readonly<import("vue").ExtractPropTypes<{
4900
4912
  id: {
4901
4913
  type: import("vue").PropType<string>;
@@ -4941,7 +4953,7 @@ export declare const components: {
4941
4953
  "onPage:previous"?: ((value: (Record<string, unknown> & {
4942
4954
  page: number;
4943
4955
  }) | undefined) => any) | undefined;
4944
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
4956
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
4945
4957
  __isFragment?: undefined;
4946
4958
  __isTeleport?: undefined;
4947
4959
  __isSuspense?: undefined;
@@ -5007,7 +5019,7 @@ export declare const components: {
5007
5019
  openMenuPosition: "top" | "dynamic";
5008
5020
  totalPages: number;
5009
5021
  current: number;
5010
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5022
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5011
5023
  SolEmptyState: {
5012
5024
  new (...args: any[]): {
5013
5025
  $: import("vue").ComponentInternalInstance;
@@ -5015,11 +5027,11 @@ export declare const components: {
5015
5027
  $props: Partial<{
5016
5028
  variant: import("./components/empty-state/types").Variant;
5017
5029
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5018
- title: {
5030
+ id: {
5019
5031
  type: import("vue").PropType<string>;
5020
5032
  required: true;
5021
5033
  };
5022
- id: {
5034
+ title: {
5023
5035
  type: import("vue").PropType<string>;
5024
5036
  required: true;
5025
5037
  };
@@ -5042,16 +5054,16 @@ export declare const components: {
5042
5054
  $slots: Readonly<{
5043
5055
  [name: string]: import("vue").Slot | undefined;
5044
5056
  }>;
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;
5057
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5058
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5047
5059
  $emit: (event: string, ...args: any[]) => void;
5048
5060
  $el: any;
5049
5061
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5050
- title: {
5062
+ id: {
5051
5063
  type: import("vue").PropType<string>;
5052
5064
  required: true;
5053
5065
  };
5054
- id: {
5066
+ title: {
5055
5067
  type: import("vue").PropType<string>;
5056
5068
  required: true;
5057
5069
  };
@@ -5066,7 +5078,7 @@ export declare const components: {
5066
5078
  };
5067
5079
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5068
5080
  variant: import("./components/empty-state/types").Variant;
5069
- }> & {
5081
+ }, {}, string> & {
5070
5082
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5071
5083
  created?: ((() => void) | (() => void)[]) | undefined;
5072
5084
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5081,17 +5093,17 @@ export declare const components: {
5081
5093
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5082
5094
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5083
5095
  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;
5096
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5085
5097
  };
5086
5098
  $forceUpdate: () => void;
5087
5099
  $nextTick: typeof import("vue").nextTick;
5088
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5100
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5089
5101
  } & Readonly<import("vue").ExtractPropTypes<{
5090
- title: {
5102
+ id: {
5091
5103
  type: import("vue").PropType<string>;
5092
5104
  required: true;
5093
5105
  };
5094
- id: {
5106
+ title: {
5095
5107
  type: import("vue").PropType<string>;
5096
5108
  required: true;
5097
5109
  };
@@ -5104,16 +5116,16 @@ export declare const components: {
5104
5116
  subtitle: {
5105
5117
  type: import("vue").PropType<string>;
5106
5118
  };
5107
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5119
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5108
5120
  __isFragment?: undefined;
5109
5121
  __isTeleport?: undefined;
5110
5122
  __isSuspense?: undefined;
5111
5123
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5112
- title: {
5124
+ id: {
5113
5125
  type: import("vue").PropType<string>;
5114
5126
  required: true;
5115
5127
  };
5116
- id: {
5128
+ title: {
5117
5129
  type: import("vue").PropType<string>;
5118
5130
  required: true;
5119
5131
  };
@@ -5128,7 +5140,7 @@ export declare const components: {
5128
5140
  };
5129
5141
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5130
5142
  variant: import("./components/empty-state/types").Variant;
5131
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5143
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5132
5144
  $slots: {
5133
5145
  action: (_: {}) => any;
5134
5146
  };
@@ -5187,8 +5199,8 @@ export declare const components: {
5187
5199
  $slots: Readonly<{
5188
5200
  [name: string]: import("vue").Slot | undefined;
5189
5201
  }>;
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;
5202
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5203
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5192
5204
  $emit: ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void);
5193
5205
  $el: any;
5194
5206
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5235,7 +5247,7 @@ export declare const components: {
5235
5247
  placeholder: string;
5236
5248
  variant: import("./components/search/types").Variants;
5237
5249
  ariaLabel: string;
5238
- }> & {
5250
+ }, {}, string> & {
5239
5251
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5240
5252
  created?: ((() => void) | (() => void)[]) | undefined;
5241
5253
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5250,11 +5262,11 @@ export declare const components: {
5250
5262
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5251
5263
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5252
5264
  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;
5265
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5254
5266
  };
5255
5267
  $forceUpdate: () => void;
5256
5268
  $nextTick: typeof import("vue").nextTick;
5257
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5269
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5258
5270
  } & Readonly<import("vue").ExtractPropTypes<{
5259
5271
  id: {
5260
5272
  type: import("vue").PropType<string>;
@@ -5289,7 +5301,7 @@ export declare const components: {
5289
5301
  }>> & {
5290
5302
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
5291
5303
  onSearch?: ((value: string) => any) | undefined;
5292
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5304
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5293
5305
  __isFragment?: undefined;
5294
5306
  __isTeleport?: undefined;
5295
5307
  __isSuspense?: undefined;
@@ -5337,7 +5349,7 @@ export declare const components: {
5337
5349
  placeholder: string;
5338
5350
  variant: import("./components/search/types").Variants;
5339
5351
  ariaLabel: string;
5340
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5352
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5341
5353
  SolDatePicker: {
5342
5354
  new (...args: any[]): {
5343
5355
  $: import("vue").ComponentInternalInstance;
@@ -5345,15 +5357,15 @@ export declare const components: {
5345
5357
  $props: Partial<{
5346
5358
  label: string;
5347
5359
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5360
+ id: {
5361
+ type: import("vue").PropType<string>;
5362
+ required: true;
5363
+ };
5348
5364
  label: {
5349
5365
  type: import("vue").PropType<string>;
5350
5366
  } & {
5351
5367
  default: string;
5352
5368
  };
5353
- id: {
5354
- type: import("vue").PropType<string>;
5355
- required: true;
5356
- };
5357
5369
  modelValue: {
5358
5370
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5359
5371
  };
@@ -5385,20 +5397,20 @@ export declare const components: {
5385
5397
  $slots: Readonly<{
5386
5398
  [name: string]: import("vue").Slot | undefined;
5387
5399
  }>;
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;
5400
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5401
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5390
5402
  $emit: ((event: "update:modelValue", value: import("./components/date-picker/types").ModelValue | undefined) => void) & ((event: "change", value: string) => void);
5391
5403
  $el: any;
5392
5404
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5405
+ id: {
5406
+ type: import("vue").PropType<string>;
5407
+ required: true;
5408
+ };
5393
5409
  label: {
5394
5410
  type: import("vue").PropType<string>;
5395
5411
  } & {
5396
5412
  default: string;
5397
5413
  };
5398
- id: {
5399
- type: import("vue").PropType<string>;
5400
- required: true;
5401
- };
5402
5414
  modelValue: {
5403
5415
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5404
5416
  };
@@ -5426,7 +5438,7 @@ export declare const components: {
5426
5438
  change: (value: string) => void;
5427
5439
  }, string, {
5428
5440
  label: string;
5429
- }> & {
5441
+ }, {}, string> & {
5430
5442
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5431
5443
  created?: ((() => void) | (() => void)[]) | undefined;
5432
5444
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5441,21 +5453,21 @@ export declare const components: {
5441
5453
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5442
5454
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5443
5455
  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;
5456
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5445
5457
  };
5446
5458
  $forceUpdate: () => void;
5447
5459
  $nextTick: typeof import("vue").nextTick;
5448
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5460
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5449
5461
  } & Readonly<import("vue").ExtractPropTypes<{
5462
+ id: {
5463
+ type: import("vue").PropType<string>;
5464
+ required: true;
5465
+ };
5450
5466
  label: {
5451
5467
  type: import("vue").PropType<string>;
5452
5468
  } & {
5453
5469
  default: string;
5454
5470
  };
5455
- id: {
5456
- type: import("vue").PropType<string>;
5457
- required: true;
5458
- };
5459
5471
  modelValue: {
5460
5472
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5461
5473
  };
@@ -5477,20 +5489,20 @@ export declare const components: {
5477
5489
  }>> & {
5478
5490
  onChange?: ((value: string) => any) | undefined;
5479
5491
  "onUpdate:modelValue"?: ((value: import("./components/date-picker/types").ModelValue | undefined) => any) | undefined;
5480
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5492
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5481
5493
  __isFragment?: undefined;
5482
5494
  __isTeleport?: undefined;
5483
5495
  __isSuspense?: undefined;
5484
5496
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5497
+ id: {
5498
+ type: import("vue").PropType<string>;
5499
+ required: true;
5500
+ };
5485
5501
  label: {
5486
5502
  type: import("vue").PropType<string>;
5487
5503
  } & {
5488
5504
  default: string;
5489
5505
  };
5490
- id: {
5491
- type: import("vue").PropType<string>;
5492
- required: true;
5493
- };
5494
5506
  modelValue: {
5495
5507
  type: import("vue").PropType<import("./components/date-picker/types").ModelValue>;
5496
5508
  };
@@ -5518,7 +5530,7 @@ export declare const components: {
5518
5530
  change: (value: string) => void;
5519
5531
  }, string, {
5520
5532
  label: string;
5521
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5533
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5522
5534
  SolCollapsible: {
5523
5535
  new (...args: any[]): {
5524
5536
  $: import("vue").ComponentInternalInstance;
@@ -5547,8 +5559,8 @@ export declare const components: {
5547
5559
  $slots: Readonly<{
5548
5560
  [name: string]: import("vue").Slot | undefined;
5549
5561
  }>;
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;
5562
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5563
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5552
5564
  $emit: (event: "isOpen", open: boolean) => void;
5553
5565
  $el: any;
5554
5566
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5569,7 +5581,7 @@ export declare const components: {
5569
5581
  isOpen: (open: boolean) => void;
5570
5582
  }, string, {
5571
5583
  open: boolean;
5572
- }> & {
5584
+ }, {}, string> & {
5573
5585
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5574
5586
  created?: ((() => void) | (() => void)[]) | undefined;
5575
5587
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5584,11 +5596,11 @@ export declare const components: {
5584
5596
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5585
5597
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5586
5598
  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;
5599
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5588
5600
  };
5589
5601
  $forceUpdate: () => void;
5590
5602
  $nextTick: typeof import("vue").nextTick;
5591
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5603
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5592
5604
  } & Readonly<import("vue").ExtractPropTypes<{
5593
5605
  id: {
5594
5606
  type: import("vue").PropType<string>;
@@ -5603,7 +5615,7 @@ export declare const components: {
5603
5615
  onIsOpen?: ((open: boolean) => any) | undefined;
5604
5616
  } & import("vue").ShallowUnwrapRef<{
5605
5617
  toggle: () => void;
5606
- }> & {} & import("vue").ComponentCustomProperties;
5618
+ }> & {} & import("vue").ComponentCustomProperties & {};
5607
5619
  __isFragment?: undefined;
5608
5620
  __isTeleport?: undefined;
5609
5621
  __isSuspense?: undefined;
@@ -5625,7 +5637,7 @@ export declare const components: {
5625
5637
  isOpen: (open: boolean) => void;
5626
5638
  }, string, {
5627
5639
  open: boolean;
5628
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5640
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5629
5641
  $slots: {
5630
5642
  header: (_: {
5631
5643
  id: string;
@@ -5674,8 +5686,8 @@ export declare const components: {
5674
5686
  $slots: Readonly<{
5675
5687
  [name: string]: import("vue").Slot | undefined;
5676
5688
  }>;
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;
5689
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5690
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5679
5691
  $emit: (event: string, ...args: any[]) => void;
5680
5692
  $el: any;
5681
5693
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -5701,7 +5713,7 @@ export declare const components: {
5701
5713
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5702
5714
  direction: "row" | "column";
5703
5715
  steps: import("./components/steps/types").Step[] | undefined;
5704
- }> & {
5716
+ }, {}, string> & {
5705
5717
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5706
5718
  created?: ((() => void) | (() => void)[]) | undefined;
5707
5719
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5716,11 +5728,11 @@ export declare const components: {
5716
5728
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5717
5729
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5718
5730
  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;
5731
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5720
5732
  };
5721
5733
  $forceUpdate: () => void;
5722
5734
  $nextTick: typeof import("vue").nextTick;
5723
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5735
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5724
5736
  } & Readonly<import("vue").ExtractPropTypes<{
5725
5737
  id: {
5726
5738
  type: import("vue").PropType<string>;
@@ -5741,7 +5753,7 @@ export declare const components: {
5741
5753
  subtitle: string;
5742
5754
  }[];
5743
5755
  };
5744
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5756
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5745
5757
  __isFragment?: undefined;
5746
5758
  __isTeleport?: undefined;
5747
5759
  __isSuspense?: undefined;
@@ -5768,7 +5780,7 @@ export declare const components: {
5768
5780
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5769
5781
  direction: "row" | "column";
5770
5782
  steps: import("./components/steps/types").Step[] | undefined;
5771
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5783
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
5772
5784
  SolTextValue: {
5773
5785
  new (...args: any[]): {
5774
5786
  $: import("vue").ComponentInternalInstance;
@@ -5776,9 +5788,6 @@ export declare const components: {
5776
5788
  $props: Partial<{
5777
5789
  align: "left" | "right";
5778
5790
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5779
- label: {
5780
- type: import("vue").PropType<string>;
5781
- };
5782
5791
  id: {
5783
5792
  type: import("vue").PropType<string>;
5784
5793
  required: true;
@@ -5786,6 +5795,9 @@ export declare const components: {
5786
5795
  value: {
5787
5796
  type: import("vue").PropType<string>;
5788
5797
  };
5798
+ label: {
5799
+ type: import("vue").PropType<string>;
5800
+ };
5789
5801
  align: {
5790
5802
  type: import("vue").PropType<"left" | "right">;
5791
5803
  } & {
@@ -5804,14 +5816,11 @@ export declare const components: {
5804
5816
  $slots: Readonly<{
5805
5817
  [name: string]: import("vue").Slot | undefined;
5806
5818
  }>;
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;
5819
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5820
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5809
5821
  $emit: (event: string, ...args: any[]) => void;
5810
5822
  $el: any;
5811
5823
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5812
- label: {
5813
- type: import("vue").PropType<string>;
5814
- };
5815
5824
  id: {
5816
5825
  type: import("vue").PropType<string>;
5817
5826
  required: true;
@@ -5819,6 +5828,9 @@ export declare const components: {
5819
5828
  value: {
5820
5829
  type: import("vue").PropType<string>;
5821
5830
  };
5831
+ label: {
5832
+ type: import("vue").PropType<string>;
5833
+ };
5822
5834
  align: {
5823
5835
  type: import("vue").PropType<"left" | "right">;
5824
5836
  } & {
@@ -5829,7 +5841,7 @@ export declare const components: {
5829
5841
  };
5830
5842
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5831
5843
  align: "left" | "right";
5832
- }> & {
5844
+ }, {}, string> & {
5833
5845
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
5834
5846
  created?: ((() => void) | (() => void)[]) | undefined;
5835
5847
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -5844,15 +5856,12 @@ export declare const components: {
5844
5856
  unmounted?: ((() => void) | (() => void)[]) | undefined;
5845
5857
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
5846
5858
  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;
5859
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
5848
5860
  };
5849
5861
  $forceUpdate: () => void;
5850
5862
  $nextTick: typeof import("vue").nextTick;
5851
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5863
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
5852
5864
  } & Readonly<import("vue").ExtractPropTypes<{
5853
- label: {
5854
- type: import("vue").PropType<string>;
5855
- };
5856
5865
  id: {
5857
5866
  type: import("vue").PropType<string>;
5858
5867
  required: true;
@@ -5860,6 +5869,9 @@ export declare const components: {
5860
5869
  value: {
5861
5870
  type: import("vue").PropType<string>;
5862
5871
  };
5872
+ label: {
5873
+ type: import("vue").PropType<string>;
5874
+ };
5863
5875
  align: {
5864
5876
  type: import("vue").PropType<"left" | "right">;
5865
5877
  } & {
@@ -5868,14 +5880,11 @@ export declare const components: {
5868
5880
  itemProp: {
5869
5881
  type: import("vue").PropType<string>;
5870
5882
  };
5871
- }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
5883
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
5872
5884
  __isFragment?: undefined;
5873
5885
  __isTeleport?: undefined;
5874
5886
  __isSuspense?: undefined;
5875
5887
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5876
- label: {
5877
- type: import("vue").PropType<string>;
5878
- };
5879
5888
  id: {
5880
5889
  type: import("vue").PropType<string>;
5881
5890
  required: true;
@@ -5883,6 +5892,9 @@ export declare const components: {
5883
5892
  value: {
5884
5893
  type: import("vue").PropType<string>;
5885
5894
  };
5895
+ label: {
5896
+ type: import("vue").PropType<string>;
5897
+ };
5886
5898
  align: {
5887
5899
  type: import("vue").PropType<"left" | "right">;
5888
5900
  } & {
@@ -5893,7 +5905,7 @@ export declare const components: {
5893
5905
  };
5894
5906
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
5895
5907
  align: "left" | "right";
5896
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5908
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
5897
5909
  $slots: {
5898
5910
  label: (_: {}) => any;
5899
5911
  'icon:left': (_: {}) => any;
@@ -5913,15 +5925,15 @@ export declare const components: {
5913
5925
  multiple: boolean;
5914
5926
  downloadMenu: import("./components/file-upload/types").DownloadMenu[];
5915
5927
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5928
+ id: {
5929
+ type: import("vue").PropType<string>;
5930
+ required: true;
5931
+ };
5916
5932
  label: {
5917
5933
  type: import("vue").PropType<string>;
5918
5934
  } & {
5919
5935
  default: string;
5920
5936
  };
5921
- id: {
5922
- type: import("vue").PropType<string>;
5923
- required: true;
5924
- };
5925
5937
  name: {
5926
5938
  type: import("vue").PropType<string | undefined>;
5927
5939
  required: true;
@@ -5989,20 +6001,20 @@ export declare const components: {
5989
6001
  $slots: Readonly<{
5990
6002
  [name: string]: import("vue").Slot | undefined;
5991
6003
  }>;
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;
6004
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
6005
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5994
6006
  $emit: ((event: "update:modelValue", value: import("./components/file-upload/types").FileUploadModel | undefined) => void) & ((event: "menu:preview", url: string) => void) & ((event: "menu:download", url: string) => void) & ((event: "menu:delete", url: string) => void);
5995
6007
  $el: any;
5996
6008
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6009
+ id: {
6010
+ type: import("vue").PropType<string>;
6011
+ required: true;
6012
+ };
5997
6013
  label: {
5998
6014
  type: import("vue").PropType<string>;
5999
6015
  } & {
6000
6016
  default: string;
6001
6017
  };
6002
- id: {
6003
- type: import("vue").PropType<string>;
6004
- required: true;
6005
- };
6006
6018
  name: {
6007
6019
  type: import("vue").PropType<string | undefined>;
6008
6020
  required: true;
@@ -6075,7 +6087,7 @@ export declare const components: {
6075
6087
  loading: boolean;
6076
6088
  multiple: boolean;
6077
6089
  downloadMenu: import("./components/file-upload/types").DownloadMenu[];
6078
- }> & {
6090
+ }, {}, string> & {
6079
6091
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6080
6092
  created?: ((() => void) | (() => void)[]) | undefined;
6081
6093
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -6090,21 +6102,21 @@ export declare const components: {
6090
6102
  unmounted?: ((() => void) | (() => void)[]) | undefined;
6091
6103
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6092
6104
  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;
6105
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
6094
6106
  };
6095
6107
  $forceUpdate: () => void;
6096
6108
  $nextTick: typeof import("vue").nextTick;
6097
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6109
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6098
6110
  } & Readonly<import("vue").ExtractPropTypes<{
6111
+ id: {
6112
+ type: import("vue").PropType<string>;
6113
+ required: true;
6114
+ };
6099
6115
  label: {
6100
6116
  type: import("vue").PropType<string>;
6101
6117
  } & {
6102
6118
  default: string;
6103
6119
  };
6104
- id: {
6105
- type: import("vue").PropType<string>;
6106
- required: true;
6107
- };
6108
6120
  name: {
6109
6121
  type: import("vue").PropType<string | undefined>;
6110
6122
  required: true;
@@ -6162,20 +6174,20 @@ export declare const components: {
6162
6174
  "onMenu:preview"?: ((url: string) => any) | undefined;
6163
6175
  "onMenu:download"?: ((url: string) => any) | undefined;
6164
6176
  "onMenu:delete"?: ((url: string) => any) | undefined;
6165
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
6177
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6166
6178
  __isFragment?: undefined;
6167
6179
  __isTeleport?: undefined;
6168
6180
  __isSuspense?: undefined;
6169
6181
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6182
+ id: {
6183
+ type: import("vue").PropType<string>;
6184
+ required: true;
6185
+ };
6170
6186
  label: {
6171
6187
  type: import("vue").PropType<string>;
6172
6188
  } & {
6173
6189
  default: string;
6174
6190
  };
6175
- id: {
6176
- type: import("vue").PropType<string>;
6177
- required: true;
6178
- };
6179
6191
  name: {
6180
6192
  type: import("vue").PropType<string | undefined>;
6181
6193
  required: true;
@@ -6248,7 +6260,7 @@ export declare const components: {
6248
6260
  loading: boolean;
6249
6261
  multiple: boolean;
6250
6262
  downloadMenu: import("./components/file-upload/types").DownloadMenu[];
6251
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
6263
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
6252
6264
  SolMenuItemSeparator: any;
6253
6265
  };
6254
6266
  export declare function install(App: App): void;