@solfacil/girassol 0.16.0 → 0.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/cli/build/cli.js +1 -1
  2. package/cli/build/commands/create:component.js +1 -1
  3. package/cli/build/commands/generate:plugin.js +1 -1
  4. package/cli/build/commands/generate:types.js +1 -1
  5. package/cli/build/commands/girassol-cli.js +1 -1
  6. package/dist/girassol.es.js +3683 -3645
  7. package/dist/girassol.umd.js +8 -8
  8. package/dist/style.css +1 -1
  9. package/dist/types/components/accordion/Accordion.vue.d.ts +10 -10
  10. package/dist/types/components/collapsible/Collapsible.vue.d.ts +10 -10
  11. package/dist/types/components/date-picker/DatePicker.vue.d.ts +10 -10
  12. package/dist/types/components/date-picker/types.d.ts +1 -1
  13. package/dist/types/components/empty-state/EmptyState.vue.d.ts +10 -10
  14. package/dist/types/components/empty-state/types.d.ts +1 -1
  15. package/dist/types/components/file-upload/Download.vue.d.ts +10 -10
  16. package/dist/types/components/file-upload/FileUpload.vue.d.ts +10 -10
  17. package/dist/types/components/file-upload/Upload.vue.d.ts +10 -10
  18. package/dist/types/components/file-upload/types.d.ts +4 -4
  19. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +10 -10
  20. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +10 -10
  21. package/dist/types/components/forms/button/button/Button.vue.d.ts +10 -10
  22. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +10 -10
  23. package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +9 -9
  24. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +10 -10
  25. package/dist/types/components/forms/checkbox/type.d.ts +1 -1
  26. package/dist/types/components/forms/inputs/input-core/Input.vue.d.ts +10 -10
  27. package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +10 -10
  28. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +11 -11
  29. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +10 -10
  30. package/dist/types/components/forms/inputs/types.d.ts +2 -2
  31. package/dist/types/components/forms/radio/radio/Radio.vue.d.ts +9 -9
  32. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +10 -10
  33. package/dist/types/components/forms/radio/types.d.ts +1 -1
  34. package/dist/types/components/forms/select/ListOption.vue.d.ts +9 -9
  35. package/dist/types/components/forms/select/Select.vue.d.ts +10 -10
  36. package/dist/types/components/forms/select/types.d.ts +2 -2
  37. package/dist/types/components/forms/switch/Switch.vue.d.ts +10 -10
  38. package/dist/types/components/informations/alert/Alert.vue.d.ts +10 -10
  39. package/dist/types/components/informations/tag/Tag.vue.d.ts +14 -14
  40. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +10 -10
  41. package/dist/types/components/list/List.vue.d.ts +26 -11
  42. package/dist/types/components/list/ListItem.vue.d.ts +9 -9
  43. package/dist/types/components/list/ListItemTextValue.vue.d.ts +10 -10
  44. package/dist/types/components/list/types.d.ts +12 -10
  45. package/dist/types/components/loader/CircleLoader.vue.d.ts +10 -10
  46. package/dist/types/components/menus/menu/Menu.vue.d.ts +10 -10
  47. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +9 -9
  48. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +9 -9
  49. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +9 -9
  50. package/dist/types/components/modal/Modal.vue.d.ts +10 -10
  51. package/dist/types/components/modal/types.d.ts +3 -3
  52. package/dist/types/components/pagination/Pagination.vue.d.ts +10 -10
  53. package/dist/types/components/pagination/types.d.ts +2 -2
  54. package/dist/types/components/search/Search.vue.d.ts +44 -11
  55. package/dist/types/components/search/types.d.ts +4 -1
  56. package/dist/types/components/steps/Steps.vue.d.ts +10 -10
  57. package/dist/types/components/steps/types.d.ts +1 -1
  58. package/dist/types/components/tabs/TabItem.vue.d.ts +10 -10
  59. package/dist/types/components/tabs/Tabs.vue.d.ts +10 -10
  60. package/dist/types/components/tabs/types.d.ts +1 -1
  61. package/dist/types/composables/use-mask/index.d.ts +1 -1
  62. package/dist/types/composables/use-navigate/types.d.ts +11 -11
  63. package/dist/types/composables/use-toast/Toast.vue.d.ts +10 -10
  64. package/dist/types/composables/use-toast/index.d.ts +1 -1
  65. package/dist/types/composables/use-toast/types.d.ts +3 -3
  66. package/dist/types/composables/use-validate-field/types.d.ts +2 -2
  67. package/dist/types/index.d.ts +591 -487
  68. package/package.json +35 -35
  69. package/theme/solfacil/utilities.ts +5 -7
@@ -27,8 +27,8 @@ declare const _default: {
27
27
  $slots: Readonly<{
28
28
  [name: string]: import("vue").Slot | undefined;
29
29
  }>;
30
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
31
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
30
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
31
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
32
  $emit: ((event: "change", v: unknown) => void) & ((event: "update:selected", v: boolean) => void);
33
33
  $el: any;
34
34
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -49,7 +49,7 @@ declare const _default: {
49
49
  change: (v: unknown) => void;
50
50
  }, string, {
51
51
  size: "small" | "medium";
52
- }> & {
52
+ }, {}, string> & {
53
53
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
54
54
  created?: ((() => void) | (() => void)[]) | undefined;
55
55
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -64,11 +64,11 @@ declare const _default: {
64
64
  unmounted?: ((() => void) | (() => void)[]) | undefined;
65
65
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
66
66
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
67
- 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;
67
+ 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;
68
68
  };
69
69
  $forceUpdate: () => void;
70
70
  $nextTick: typeof import("vue").nextTick;
71
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
71
+ $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;
72
72
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
73
73
  id: SelectableChip['id'];
74
74
  label?: SelectableChip['label'];
@@ -81,7 +81,7 @@ declare const _default: {
81
81
  }>>> & {
82
82
  onChange?: ((v: unknown) => any) | undefined;
83
83
  "onUpdate:selected"?: ((v: boolean) => any) | undefined;
84
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
84
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
85
85
  __isFragment?: undefined;
86
86
  __isTeleport?: undefined;
87
87
  __isSuspense?: undefined;
@@ -103,14 +103,14 @@ declare const _default: {
103
103
  change: (v: unknown) => void;
104
104
  }, string, {
105
105
  size: "small" | "medium";
106
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
106
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
107
107
  $slots: {
108
108
  default: (_: {}) => any;
109
109
  };
110
110
  });
111
111
  export default _default;
112
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
113
- declare type __VLS_TypePropsToRuntimeProps<T> = {
112
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
113
+ type __VLS_TypePropsToRuntimeProps<T> = {
114
114
  [K in keyof T]-?: {} extends Pick<T, K> ? {
115
115
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
116
116
  } : {
@@ -118,7 +118,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
118
118
  required: true;
119
119
  };
120
120
  };
121
- declare type __VLS_WithDefaults<P, D> = {
121
+ type __VLS_WithDefaults<P, D> = {
122
122
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
123
123
  default: D[K];
124
124
  } : P[K];
@@ -27,8 +27,8 @@ declare const _default: {
27
27
  $slots: Readonly<{
28
28
  [name: string]: import("vue").Slot | undefined;
29
29
  }>;
30
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
31
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
30
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
31
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
32
  $emit: (event: string, ...args: any[]) => void;
33
33
  $el: any;
34
34
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -46,7 +46,7 @@ declare const _default: {
46
46
  onColor: boolean;
47
47
  size: 'small' | 'medium' | 'large';
48
48
  variant: 'primary' | 'secondary' | 'tertiary';
49
- }> & {
49
+ }, {}, string> & {
50
50
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
51
51
  created?: ((() => void) | (() => void)[]) | undefined;
52
52
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -61,11 +61,11 @@ declare const _default: {
61
61
  unmounted?: ((() => void) | (() => void)[]) | undefined;
62
62
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
63
63
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
64
- 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;
64
+ 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;
65
65
  };
66
66
  $forceUpdate: () => void;
67
67
  $nextTick: typeof import("vue").nextTick;
68
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
68
+ $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;
69
69
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
70
70
  id: string;
71
71
  loading?: boolean | undefined;
@@ -77,7 +77,7 @@ declare const _default: {
77
77
  variant: string;
78
78
  size: string;
79
79
  onColor: boolean;
80
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
80
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
81
81
  __isFragment?: undefined;
82
82
  __isTeleport?: undefined;
83
83
  __isSuspense?: undefined;
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  onColor: boolean;
97
97
  size: 'small' | 'medium' | 'large';
98
98
  variant: 'primary' | 'secondary' | 'tertiary';
99
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
99
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
100
100
  $slots: {
101
101
  'icon-left': (_: {}) => any;
102
102
  'icon:left': (_: {}) => any;
@@ -106,8 +106,8 @@ declare const _default: {
106
106
  };
107
107
  });
108
108
  export default _default;
109
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
110
- declare type __VLS_TypePropsToRuntimeProps<T> = {
109
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
110
+ type __VLS_TypePropsToRuntimeProps<T> = {
111
111
  [K in keyof T]-?: {} extends Pick<T, K> ? {
112
112
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
113
113
  } : {
@@ -115,7 +115,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
115
115
  required: true;
116
116
  };
117
117
  };
118
- declare type __VLS_WithDefaults<P, D> = {
118
+ type __VLS_WithDefaults<P, D> = {
119
119
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
120
120
  default: D[K];
121
121
  } : P[K];
@@ -21,8 +21,8 @@ declare const _default: {
21
21
  $slots: Readonly<{
22
22
  [name: string]: import("vue").Slot | undefined;
23
23
  }>;
24
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
25
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
24
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
25
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
26
26
  $emit: (event: string, ...args: any[]) => void;
27
27
  $el: any;
28
28
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -34,7 +34,7 @@ declare const _default: {
34
34
  hideIcon: boolean;
35
35
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
36
36
  hideIcon: boolean;
37
- }> & {
37
+ }, {}, string> & {
38
38
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
39
39
  created?: ((() => void) | (() => void)[]) | undefined;
40
40
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -49,11 +49,11 @@ declare const _default: {
49
49
  unmounted?: ((() => void) | (() => void)[]) | undefined;
50
50
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
51
51
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
52
- 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;
52
+ 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;
53
53
  };
54
54
  $forceUpdate: () => void;
55
55
  $nextTick: typeof import("vue").nextTick;
56
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
56
+ $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;
57
57
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
58
58
  id: string;
59
59
  size: 'small' | 'medium' | 'large';
@@ -61,7 +61,7 @@ declare const _default: {
61
61
  hideIcon?: boolean | undefined;
62
62
  }>, {
63
63
  hideIcon: boolean;
64
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
64
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
65
65
  __isFragment?: undefined;
66
66
  __isTeleport?: undefined;
67
67
  __isSuspense?: undefined;
@@ -74,14 +74,14 @@ declare const _default: {
74
74
  hideIcon: boolean;
75
75
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
76
76
  hideIcon: boolean;
77
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
77
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
78
78
  $slots: {
79
79
  default: (_: {}) => any;
80
80
  };
81
81
  });
82
82
  export default _default;
83
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
84
- declare type __VLS_TypePropsToRuntimeProps<T> = {
83
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
84
+ type __VLS_TypePropsToRuntimeProps<T> = {
85
85
  [K in keyof T]-?: {} extends Pick<T, K> ? {
86
86
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
87
87
  } : {
@@ -89,7 +89,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
89
89
  required: true;
90
90
  };
91
91
  };
92
- declare type __VLS_WithDefaults<P, D> = {
92
+ type __VLS_WithDefaults<P, D> = {
93
93
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
94
94
  default: D[K];
95
95
  } : P[K];
@@ -24,8 +24,8 @@ declare const _default: {
24
24
  $slots: Readonly<{
25
25
  [name: string]: import("vue").Slot | undefined;
26
26
  }>;
27
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
28
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
27
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
28
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
29
29
  $emit: (event: "change", value: import("@forms/checkbox/type").CheckboxValue) => void;
30
30
  $el: any;
31
31
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -41,7 +41,7 @@ declare const _default: {
41
41
  onChange?: ((value: import("@forms/checkbox/type").CheckboxValue) => any) | undefined;
42
42
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
43
43
  change: (value: import("@forms/checkbox/type").CheckboxValue) => void;
44
- }, string, {}> & {
44
+ }, string, {}, {}, string> & {
45
45
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
46
46
  created?: ((() => void) | (() => void)[]) | undefined;
47
47
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -56,11 +56,11 @@ declare const _default: {
56
56
  unmounted?: ((() => void) | (() => void)[]) | undefined;
57
57
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
58
58
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
59
- 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;
59
+ 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;
60
60
  };
61
61
  $forceUpdate: () => void;
62
62
  $nextTick: typeof import("vue").nextTick;
63
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
63
+ $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;
64
64
  } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
65
65
  id: Checkbox['id'];
66
66
  name: Checkbox['name'];
@@ -72,7 +72,7 @@ declare const _default: {
72
72
  indeterminate?: boolean | undefined;
73
73
  }>>> & {
74
74
  onChange?: ((value: import("@forms/checkbox/type").CheckboxValue) => any) | undefined;
75
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
75
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
76
76
  __isFragment?: undefined;
77
77
  __isTeleport?: undefined;
78
78
  __isSuspense?: undefined;
@@ -89,10 +89,10 @@ declare const _default: {
89
89
  onChange?: ((value: import("@forms/checkbox/type").CheckboxValue) => any) | undefined;
90
90
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
91
91
  change: (value: import("@forms/checkbox/type").CheckboxValue) => void;
92
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
92
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
93
93
  export default _default;
94
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
95
- declare type __VLS_TypePropsToRuntimeProps<T> = {
94
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
95
+ type __VLS_TypePropsToRuntimeProps<T> = {
96
96
  [K in keyof T]-?: {} extends Pick<T, K> ? {
97
97
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
98
98
  } : {
@@ -37,8 +37,8 @@ declare const _default: {
37
37
  $slots: Readonly<{
38
38
  [name: string]: import("vue").Slot | undefined;
39
39
  }>;
40
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
41
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
40
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
41
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
42
42
  $emit: ((event: "update:modelValue", v: import("@forms/checkbox/type").CheckboxValue[] | undefined) => void) & ((event: "change", value: import("@forms/checkbox/type").CheckboxValue) => void);
43
43
  $el: any;
44
44
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -69,7 +69,7 @@ declare const _default: {
69
69
  error: string | null;
70
70
  hideTitle: boolean;
71
71
  direction: 'row' | 'column';
72
- }> & {
72
+ }, {}, string> & {
73
73
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
74
74
  created?: ((() => void) | (() => void)[]) | undefined;
75
75
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -84,11 +84,11 @@ declare const _default: {
84
84
  unmounted?: ((() => void) | (() => void)[]) | undefined;
85
85
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
86
86
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
87
- 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;
87
+ 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;
88
88
  };
89
89
  $forceUpdate: () => void;
90
90
  $nextTick: typeof import("vue").nextTick;
91
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
91
+ $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;
92
92
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
93
93
  id: string;
94
94
  title: string;
@@ -109,7 +109,7 @@ declare const _default: {
109
109
  }>>> & {
110
110
  onChange?: ((value: import("@forms/checkbox/type").CheckboxValue) => any) | undefined;
111
111
  "onUpdate:modelValue"?: ((v: import("@forms/checkbox/type").CheckboxValue[] | undefined) => any) | undefined;
112
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
112
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
113
113
  __isFragment?: undefined;
114
114
  __isTeleport?: undefined;
115
115
  __isSuspense?: undefined;
@@ -141,7 +141,7 @@ declare const _default: {
141
141
  error: string | null;
142
142
  hideTitle: boolean;
143
143
  direction: 'row' | 'column';
144
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
144
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
145
145
  $slots: {
146
146
  title: (_: {
147
147
  id: string;
@@ -153,8 +153,8 @@ declare const _default: {
153
153
  };
154
154
  });
155
155
  export default _default;
156
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
157
- declare type __VLS_TypePropsToRuntimeProps<T> = {
156
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
157
+ type __VLS_TypePropsToRuntimeProps<T> = {
158
158
  [K in keyof T]-?: {} extends Pick<T, K> ? {
159
159
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
160
160
  } : {
@@ -162,7 +162,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
162
162
  required: true;
163
163
  };
164
164
  };
165
- declare type __VLS_WithDefaults<P, D> = {
165
+ type __VLS_WithDefaults<P, D> = {
166
166
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
167
167
  default: D[K];
168
168
  } : P[K];
@@ -1,4 +1,4 @@
1
- export declare type CheckboxValue = string | number;
1
+ export type CheckboxValue = string | number;
2
2
  export interface Checkbox {
3
3
  id?: string;
4
4
  name: string;
@@ -27,8 +27,8 @@ declare const _default: {
27
27
  $slots: Readonly<{
28
28
  [name: string]: import("vue").Slot | undefined;
29
29
  }>;
30
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
31
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
30
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
31
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
32
  $emit: (event: "update:modelValue", event: string) => void;
33
33
  $el: any;
34
34
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -48,7 +48,7 @@ declare const _default: {
48
48
  "update:modelValue": (event: string) => void;
49
49
  }, string, {
50
50
  size: "small" | "medium";
51
- }> & {
51
+ }, {}, string> & {
52
52
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
53
53
  created?: ((() => void) | (() => void)[]) | undefined;
54
54
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -63,11 +63,11 @@ declare const _default: {
63
63
  unmounted?: ((() => void) | (() => void)[]) | undefined;
64
64
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
65
65
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
66
- 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;
66
+ 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;
67
67
  };
68
68
  $forceUpdate: () => void;
69
69
  $nextTick: typeof import("vue").nextTick;
70
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
70
+ $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;
71
71
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
72
72
  id: InputCore['id'];
73
73
  modelValue: InputCore['modelValue'];
@@ -81,7 +81,7 @@ declare const _default: {
81
81
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
82
82
  } & import("vue").ShallowUnwrapRef<{
83
83
  input: import("vue").Ref<string>;
84
- }> & {} & import("vue").ComponentCustomProperties;
84
+ }> & {} & import("vue").ComponentCustomProperties & {};
85
85
  __isFragment?: undefined;
86
86
  __isTeleport?: undefined;
87
87
  __isSuspense?: undefined;
@@ -102,10 +102,10 @@ declare const _default: {
102
102
  "update:modelValue": (event: string) => void;
103
103
  }, string, {
104
104
  size: "small" | "medium";
105
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
105
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
106
106
  export default _default;
107
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
108
- declare type __VLS_TypePropsToRuntimeProps<T> = {
107
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
108
+ type __VLS_TypePropsToRuntimeProps<T> = {
109
109
  [K in keyof T]-?: {} extends Pick<T, K> ? {
110
110
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
111
111
  } : {
@@ -113,7 +113,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
113
113
  required: true;
114
114
  };
115
115
  };
116
- declare type __VLS_WithDefaults<P, D> = {
116
+ type __VLS_WithDefaults<P, D> = {
117
117
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
118
118
  default: D[K];
119
119
  } : P[K];
@@ -38,8 +38,8 @@ declare const _default: {
38
38
  $slots: Readonly<{
39
39
  [name: string]: import("vue").Slot | undefined;
40
40
  }>;
41
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
42
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
41
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
42
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
43
43
  $emit: (event: "update:modelValue", event: string) => void;
44
44
  $el: any;
45
45
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  required: boolean;
69
69
  name: InputType['name'];
70
70
  placeholder: string;
71
- }> & {
71
+ }, {}, string> & {
72
72
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
73
73
  created?: ((() => void) | (() => void)[]) | undefined;
74
74
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -83,11 +83,11 @@ declare const _default: {
83
83
  unmounted?: ((() => void) | (() => void)[]) | undefined;
84
84
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
85
85
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
86
- 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;
86
+ 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;
87
87
  };
88
88
  $forceUpdate: () => void;
89
89
  $nextTick: typeof import("vue").nextTick;
90
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
90
+ $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;
91
91
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
92
92
  id: InputType['id'];
93
93
  label?: InputType['label'];
@@ -108,7 +108,7 @@ declare const _default: {
108
108
  placeholder: string;
109
109
  }>>> & {
110
110
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
111
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
111
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
112
112
  __isFragment?: undefined;
113
113
  __isTeleport?: undefined;
114
114
  __isSuspense?: undefined;
@@ -138,10 +138,10 @@ declare const _default: {
138
138
  required: boolean;
139
139
  name: InputType['name'];
140
140
  placeholder: string;
141
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
141
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
142
142
  export default _default;
143
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
144
- declare type __VLS_TypePropsToRuntimeProps<T> = {
143
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
144
+ type __VLS_TypePropsToRuntimeProps<T> = {
145
145
  [K in keyof T]-?: {} extends Pick<T, K> ? {
146
146
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
147
147
  } : {
@@ -149,7 +149,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
149
149
  required: true;
150
150
  };
151
151
  };
152
- declare type __VLS_WithDefaults<P, D> = {
152
+ type __VLS_WithDefaults<P, D> = {
153
153
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
154
154
  default: D[K];
155
155
  } : P[K];
@@ -1,7 +1,7 @@
1
1
  import type { InputText } from '../types';
2
2
  import type { ParentValidation } from '../../../../composables/use-validate-field/types';
3
3
  import type { Mask } from '../../../../composables/use-mask';
4
- declare type ParentValidationInput = ParentValidation<string>;
4
+ type ParentValidationInput = ParentValidation<string>;
5
5
  declare const _default: {
6
6
  new (...args: any[]): {
7
7
  $: import("vue").ComponentInternalInstance;
@@ -44,8 +44,8 @@ declare const _default: {
44
44
  $slots: Readonly<{
45
45
  [name: string]: import("vue").Slot | undefined;
46
46
  }>;
47
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
48
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
47
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
48
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
49
49
  $emit: (event: "update:modelValue", event: string) => void;
50
50
  $el: any;
51
51
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -78,7 +78,7 @@ declare const _default: {
78
78
  }, string, {
79
79
  error: string | null;
80
80
  size: "small" | "medium";
81
- }> & {
81
+ }, {}, string> & {
82
82
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
83
83
  created?: ((() => void) | (() => void)[]) | undefined;
84
84
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -93,11 +93,11 @@ declare const _default: {
93
93
  unmounted?: ((() => void) | (() => void)[]) | undefined;
94
94
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
95
95
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
96
- 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;
96
+ 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;
97
97
  };
98
98
  $forceUpdate: () => void;
99
99
  $nextTick: typeof import("vue").nextTick;
100
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
100
+ $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;
101
101
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
102
102
  id: InputText['id'];
103
103
  name: InputText['name'];
@@ -123,7 +123,7 @@ declare const _default: {
123
123
  error: null;
124
124
  }>>> & {
125
125
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
126
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
126
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
127
127
  __isFragment?: undefined;
128
128
  __isTeleport?: undefined;
129
129
  __isSuspense?: undefined;
@@ -157,14 +157,14 @@ declare const _default: {
157
157
  }, string, {
158
158
  error: string | null;
159
159
  size: "small" | "medium";
160
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
160
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
161
161
  $slots: {
162
162
  icon: (_: {}) => any;
163
163
  };
164
164
  });
165
165
  export default _default;
166
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
167
- declare type __VLS_TypePropsToRuntimeProps<T> = {
166
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
167
+ type __VLS_TypePropsToRuntimeProps<T> = {
168
168
  [K in keyof T]-?: {} extends Pick<T, K> ? {
169
169
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
170
170
  } : {
@@ -172,7 +172,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
172
172
  required: true;
173
173
  };
174
174
  };
175
- declare type __VLS_WithDefaults<P, D> = {
175
+ type __VLS_WithDefaults<P, D> = {
176
176
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
177
177
  default: D[K];
178
178
  } : P[K];