@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
@@ -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", event: string) => void;
43
43
  $el: any;
44
44
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  error: string | null;
69
69
  size: 'small' | 'medium';
70
70
  resize: 'both' | 'horizontal' | 'vertical' | 'none';
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: string;
93
93
  class?: string | undefined;
@@ -109,7 +109,7 @@ declare const _default: {
109
109
  error: null;
110
110
  }>>> & {
111
111
  "onUpdate:modelValue"?: ((event: string) => 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;
@@ -140,10 +140,10 @@ declare const _default: {
140
140
  error: string | null;
141
141
  size: 'small' | 'medium';
142
142
  resize: 'both' | 'horizontal' | 'vertical' | 'none';
143
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
143
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
144
144
  export default _default;
145
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
146
- declare type __VLS_TypePropsToRuntimeProps<T> = {
145
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
146
+ type __VLS_TypePropsToRuntimeProps<T> = {
147
147
  [K in keyof T]-?: {} extends Pick<T, K> ? {
148
148
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
149
149
  } : {
@@ -151,7 +151,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
151
151
  required: true;
152
152
  };
153
153
  };
154
- declare type __VLS_WithDefaults<P, D> = {
154
+ type __VLS_WithDefaults<P, D> = {
155
155
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
156
156
  default: D[K];
157
157
  } : P[K];
@@ -1,5 +1,5 @@
1
- declare type Size = 'small' | 'medium';
2
- declare type ModelValue = string | number;
1
+ type Size = 'small' | 'medium';
2
+ type ModelValue = string | number;
3
3
  export interface InputCore {
4
4
  id: string;
5
5
  modelValue: ModelValue;
@@ -23,8 +23,8 @@ declare const _default: {
23
23
  $slots: Readonly<{
24
24
  [name: string]: import("vue").Slot | undefined;
25
25
  }>;
26
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
27
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
26
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
27
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
28
28
  $emit: (event: "change", value: import("../types").RadioValue) => void;
29
29
  $el: any;
30
30
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  onChange?: ((value: import("../types").RadioValue) => any) | undefined;
40
40
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
41
41
  change: (value: import("../types").RadioValue) => void;
42
- }, string, {}> & {
42
+ }, string, {}, {}, string> & {
43
43
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
44
44
  created?: ((() => void) | (() => void)[]) | undefined;
45
45
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -54,11 +54,11 @@ declare const _default: {
54
54
  unmounted?: ((() => void) | (() => void)[]) | undefined;
55
55
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
56
56
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
57
- 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;
57
+ 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;
58
58
  };
59
59
  $forceUpdate: () => void;
60
60
  $nextTick: typeof import("vue").nextTick;
61
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
61
+ $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;
62
62
  } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
63
63
  id: Radio['id'];
64
64
  name: Radio['name'];
@@ -69,7 +69,7 @@ declare const _default: {
69
69
  class?: Radio['class'];
70
70
  }>>> & {
71
71
  onChange?: ((value: import("../types").RadioValue) => any) | undefined;
72
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
72
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
73
73
  __isFragment?: undefined;
74
74
  __isTeleport?: undefined;
75
75
  __isSuspense?: undefined;
@@ -85,10 +85,10 @@ declare const _default: {
85
85
  onChange?: ((value: import("../types").RadioValue) => any) | undefined;
86
86
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
87
87
  change: (value: import("../types").RadioValue) => void;
88
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
88
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
89
89
  export default _default;
90
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
91
- declare type __VLS_TypePropsToRuntimeProps<T> = {
90
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
91
+ type __VLS_TypePropsToRuntimeProps<T> = {
92
92
  [K in keyof T]-?: {} extends Pick<T, K> ? {
93
93
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
94
94
  } : {
@@ -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", value: import("../types").RadioValue) => void) & ((event: "change", value: import("../types").RadioValue) => 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("../types").RadioValue) => any) | undefined;
111
111
  "onUpdate:modelValue"?: ((value: import("../types").RadioValue) => 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 RadioValue = string | number | boolean;
1
+ export type RadioValue = string | number | boolean;
2
2
  export interface Radio {
3
3
  id?: string;
4
4
  name: string;
@@ -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: "select", option: Option) => void;
27
27
  $el: any;
28
28
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  list: import("vue").Ref<string>;
38
38
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
39
  select: (option: Option) => void;
40
- }, string, {}> & {
40
+ }, string, {}, {}, string> & {
41
41
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
42
42
  created?: ((() => void) | (() => void)[]) | undefined;
43
43
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -52,11 +52,11 @@ declare const _default: {
52
52
  unmounted?: ((() => void) | (() => void)[]) | undefined;
53
53
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
54
54
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
55
- 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;
55
+ 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;
56
56
  };
57
57
  $forceUpdate: () => void;
58
58
  $nextTick: typeof import("vue").nextTick;
59
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
59
+ $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;
60
60
  } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
61
61
  id: string;
62
62
  name: string;
@@ -67,7 +67,7 @@ declare const _default: {
67
67
  onSelect?: ((option: Option) => any) | undefined;
68
68
  } & import("vue").ShallowUnwrapRef<{
69
69
  list: import("vue").Ref<string>;
70
- }> & {} & import("vue").ComponentCustomProperties;
70
+ }> & {} & import("vue").ComponentCustomProperties & {};
71
71
  __isFragment?: undefined;
72
72
  __isTeleport?: undefined;
73
73
  __isSuspense?: undefined;
@@ -83,14 +83,14 @@ declare const _default: {
83
83
  list: import("vue").Ref<string>;
84
84
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
85
85
  select: (option: Option) => void;
86
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
86
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
87
87
  $slots: {
88
88
  'no-data': (_: {}) => any;
89
89
  };
90
90
  });
91
91
  export default _default;
92
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
93
- declare type __VLS_TypePropsToRuntimeProps<T> = {
92
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
93
+ type __VLS_TypePropsToRuntimeProps<T> = {
94
94
  [K in keyof T]-?: {} extends Pick<T, K> ? {
95
95
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
96
96
  } : {
@@ -64,8 +64,8 @@ declare const _default: {
64
64
  $slots: Readonly<{
65
65
  [name: string]: import("vue").Slot | undefined;
66
66
  }>;
67
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
68
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
67
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
68
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
69
69
  $emit: ((event: "search", value: string) => void) & ((event: "update:selected", value: Option | Option[] | undefined) => void) & ((event: "closeDropdown") => void);
70
70
  $el: any;
71
71
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -125,7 +125,7 @@ declare const _default: {
125
125
  closeOnSelect: boolean;
126
126
  fetchOnSearch: boolean;
127
127
  searchPlaceholder: string;
128
- }> & {
128
+ }, {}, string> & {
129
129
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
130
130
  created?: ((() => void) | (() => void)[]) | undefined;
131
131
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -140,11 +140,11 @@ declare const _default: {
140
140
  unmounted?: ((() => void) | (() => void)[]) | undefined;
141
141
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
142
142
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
143
- 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;
143
+ 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;
144
144
  };
145
145
  $forceUpdate: () => void;
146
146
  $nextTick: typeof import("vue").nextTick;
147
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
147
+ $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;
148
148
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
149
149
  id: Select['id'];
150
150
  label?: Select['label'];
@@ -184,7 +184,7 @@ declare const _default: {
184
184
  "onUpdate:selected"?: ((value: Option | Option[] | undefined) => any) | undefined;
185
185
  onSearch?: ((value: string) => any) | undefined;
186
186
  onCloseDropdown?: (() => any) | undefined;
187
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
187
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
188
188
  __isFragment?: undefined;
189
189
  __isTeleport?: undefined;
190
190
  __isSuspense?: undefined;
@@ -245,7 +245,7 @@ declare const _default: {
245
245
  closeOnSelect: boolean;
246
246
  fetchOnSearch: boolean;
247
247
  searchPlaceholder: string;
248
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
248
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
249
249
  $slots: {
250
250
  label: (_: {
251
251
  id: string;
@@ -266,8 +266,8 @@ declare const _default: {
266
266
  };
267
267
  });
268
268
  export default _default;
269
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
270
- declare type __VLS_TypePropsToRuntimeProps<T> = {
269
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
270
+ type __VLS_TypePropsToRuntimeProps<T> = {
271
271
  [K in keyof T]-?: {} extends Pick<T, K> ? {
272
272
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
273
273
  } : {
@@ -275,7 +275,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
275
275
  required: true;
276
276
  };
277
277
  };
278
- declare type __VLS_WithDefaults<P, D> = {
278
+ type __VLS_WithDefaults<P, D> = {
279
279
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
280
280
  default: D[K];
281
281
  } : P[K];
@@ -1,5 +1,5 @@
1
- export declare type Size = 'small' | 'medium';
2
- export declare type Option = {
1
+ export type Size = 'small' | 'medium';
2
+ export type Option = {
3
3
  name: string | number;
4
4
  value: string | number;
5
5
  };
@@ -31,8 +31,8 @@ declare const _default: {
31
31
  $slots: Readonly<{
32
32
  [name: string]: import("vue").Slot | undefined;
33
33
  }>;
34
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
35
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
34
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
35
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
36
36
  $emit: ((event: "change", value: string | boolean) => void) & ((event: "update:checked", value: boolean) => void);
37
37
  $el: any;
38
38
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -58,7 +58,7 @@ declare const _default: {
58
58
  }, string, {
59
59
  textDirection: 'left' | 'right';
60
60
  stretchLabel: boolean;
61
- }> & {
61
+ }, {}, string> & {
62
62
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
63
63
  created?: ((() => void) | (() => void)[]) | undefined;
64
64
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -73,11 +73,11 @@ declare const _default: {
73
73
  unmounted?: ((() => void) | (() => void)[]) | undefined;
74
74
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
75
75
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
76
- 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;
76
+ 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;
77
77
  };
78
78
  $forceUpdate: () => void;
79
79
  $nextTick: typeof import("vue").nextTick;
80
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
80
+ $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;
81
81
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
82
82
  id: string;
83
83
  name: string;
@@ -94,7 +94,7 @@ declare const _default: {
94
94
  }>>> & {
95
95
  onChange?: ((value: string | boolean) => any) | undefined;
96
96
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
97
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
97
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
98
98
  __isFragment?: undefined;
99
99
  __isTeleport?: undefined;
100
100
  __isSuspense?: undefined;
@@ -121,10 +121,10 @@ declare const _default: {
121
121
  }, string, {
122
122
  textDirection: 'left' | 'right';
123
123
  stretchLabel: boolean;
124
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
124
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
125
125
  export default _default;
126
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
127
- declare type __VLS_TypePropsToRuntimeProps<T> = {
126
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
127
+ type __VLS_TypePropsToRuntimeProps<T> = {
128
128
  [K in keyof T]-?: {} extends Pick<T, K> ? {
129
129
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
130
130
  } : {
@@ -132,7 +132,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
132
132
  required: true;
133
133
  };
134
134
  };
135
- declare type __VLS_WithDefaults<P, D> = {
135
+ type __VLS_WithDefaults<P, D> = {
136
136
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
137
137
  default: D[K];
138
138
  } : P[K];
@@ -28,8 +28,8 @@ declare const _default: {
28
28
  $slots: Readonly<{
29
29
  [name: string]: import("vue").Slot | undefined;
30
30
  }>;
31
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
32
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
31
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
33
33
  $emit: (event: "click") => void;
34
34
  $el: any;
35
35
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -50,7 +50,7 @@ declare const _default: {
50
50
  title: string;
51
51
  text: string;
52
52
  feedback: 'success' | 'warning' | 'error' | 'informative';
53
- }> & {
53
+ }, {}, string> & {
54
54
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
55
55
  created?: ((() => void) | (() => void)[]) | undefined;
56
56
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -65,11 +65,11 @@ declare const _default: {
65
65
  unmounted?: ((() => void) | (() => void)[]) | undefined;
66
66
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
67
67
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
68
- 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;
68
+ 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;
69
69
  };
70
70
  $forceUpdate: () => void;
71
71
  $nextTick: typeof import("vue").nextTick;
72
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
72
+ $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;
73
73
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
74
74
  id: string;
75
75
  title?: string | undefined;
@@ -82,7 +82,7 @@ declare const _default: {
82
82
  feedback: string;
83
83
  }>>> & {
84
84
  onClick?: (() => any) | undefined;
85
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
85
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
86
86
  __isFragment?: undefined;
87
87
  __isTeleport?: undefined;
88
88
  __isSuspense?: undefined;
@@ -104,14 +104,14 @@ declare const _default: {
104
104
  title: string;
105
105
  text: string;
106
106
  feedback: 'success' | 'warning' | 'error' | 'informative';
107
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
107
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
108
108
  $slots: {
109
109
  default: (_: {}) => any;
110
110
  };
111
111
  });
112
112
  export default _default;
113
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
114
- declare type __VLS_TypePropsToRuntimeProps<T> = {
113
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
114
+ type __VLS_TypePropsToRuntimeProps<T> = {
115
115
  [K in keyof T]-?: {} extends Pick<T, K> ? {
116
116
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
117
117
  } : {
@@ -119,7 +119,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
119
119
  required: true;
120
120
  };
121
121
  };
122
- declare type __VLS_WithDefaults<P, D> = {
122
+ type __VLS_WithDefaults<P, D> = {
123
123
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
124
124
  default: D[K];
125
125
  } : P[K];
@@ -3,8 +3,8 @@ declare const _default: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
- text: string;
7
6
  type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
7
+ text: string;
8
8
  size: 'small' | 'medium';
9
9
  variant: 'fill' | 'outline';
10
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -18,7 +18,7 @@ declare const _default: {
18
18
  variant: string;
19
19
  size: string;
20
20
  type: string;
21
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "type" | "size" | "variant">;
21
+ }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "text" | "size" | "variant">;
22
22
  $attrs: {
23
23
  [x: string]: unknown;
24
24
  };
@@ -28,8 +28,8 @@ declare const _default: {
28
28
  $slots: Readonly<{
29
29
  [name: string]: import("vue").Slot | undefined;
30
30
  }>;
31
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
32
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
31
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
32
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
33
33
  $emit: (event: string, ...args: any[]) => void;
34
34
  $el: any;
35
35
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -44,11 +44,11 @@ declare const _default: {
44
44
  size: string;
45
45
  type: string;
46
46
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
47
- text: string;
48
47
  type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
48
+ text: string;
49
49
  size: 'small' | 'medium';
50
50
  variant: 'fill' | 'outline';
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: string;
73
73
  text?: string | undefined;
@@ -79,7 +79,7 @@ declare const _default: {
79
79
  variant: string;
80
80
  size: string;
81
81
  type: string;
82
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
82
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
83
83
  __isFragment?: undefined;
84
84
  __isTeleport?: undefined;
85
85
  __isSuspense?: undefined;
@@ -95,18 +95,18 @@ declare const _default: {
95
95
  size: string;
96
96
  type: string;
97
97
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
- text: string;
99
98
  type: 'positive' | 'warning' | 'negative' | 'informative' | 'neutral';
99
+ text: string;
100
100
  size: 'small' | 'medium';
101
101
  variant: 'fill' | 'outline';
102
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
102
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
103
103
  $slots: {
104
104
  default: (_: {}) => any;
105
105
  };
106
106
  });
107
107
  export default _default;
108
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
109
- declare type __VLS_TypePropsToRuntimeProps<T> = {
108
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
109
+ type __VLS_TypePropsToRuntimeProps<T> = {
110
110
  [K in keyof T]-?: {} extends Pick<T, K> ? {
111
111
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
112
112
  } : {
@@ -114,7 +114,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
114
114
  required: true;
115
115
  };
116
116
  };
117
- declare type __VLS_WithDefaults<P, D> = {
117
+ type __VLS_WithDefaults<P, D> = {
118
118
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
119
119
  default: D[K];
120
120
  } : P[K];