@solfacil/girassol 0.15.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +2 -2
  2. package/cli/build/cli.js +1 -1
  3. package/cli/build/commands/create:component.js +1 -1
  4. package/cli/build/commands/generate:plugin.js +1 -1
  5. package/cli/build/commands/generate:types.js +1 -1
  6. package/cli/build/commands/girassol-cli.js +1 -1
  7. package/dist/components.d.ts +2 -0
  8. package/dist/components.json +1 -1
  9. package/dist/girassol.es.js +6957 -6454
  10. package/dist/girassol.umd.js +10 -10
  11. package/dist/style.css +1 -1
  12. package/dist/theme/solfacil/index.d.ts +1 -0
  13. package/dist/theme/solfacil/utilities.d.ts +1 -0
  14. package/dist/types/components/accordion/Accordion.vue.d.ts +10 -10
  15. package/dist/types/components/collapsible/Collapsible.vue.d.ts +10 -10
  16. package/dist/types/components/date-picker/DatePicker.vue.d.ts +10 -10
  17. package/dist/types/components/date-picker/types.d.ts +1 -1
  18. package/dist/types/components/empty-state/EmptyState.vue.d.ts +10 -10
  19. package/dist/types/components/empty-state/types.d.ts +1 -1
  20. package/dist/types/components/file-upload/Download.vue.d.ts +107 -0
  21. package/dist/types/components/file-upload/FileUpload.vue.d.ts +208 -0
  22. package/dist/types/components/file-upload/Upload.vue.d.ts +136 -0
  23. package/dist/types/components/file-upload/file-upload.spec.d.ts +1 -0
  24. package/dist/types/components/file-upload/index.d.ts +2 -0
  25. package/dist/types/components/file-upload/types.d.ts +34 -0
  26. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +10 -10
  27. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +10 -10
  28. package/dist/types/components/forms/button/button/Button.vue.d.ts +12 -10
  29. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +10 -10
  30. package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +9 -9
  31. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +10 -10
  32. package/dist/types/components/forms/checkbox/type.d.ts +1 -1
  33. package/dist/types/components/forms/inputs/input-core/Input.vue.d.ts +10 -10
  34. package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +10 -10
  35. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +11 -11
  36. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +10 -10
  37. package/dist/types/components/forms/inputs/types.d.ts +2 -2
  38. package/dist/types/components/forms/radio/radio/Radio.vue.d.ts +9 -9
  39. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +10 -10
  40. package/dist/types/components/forms/radio/types.d.ts +1 -1
  41. package/dist/types/components/forms/select/ListOption.vue.d.ts +9 -9
  42. package/dist/types/components/forms/select/Select.vue.d.ts +10 -10
  43. package/dist/types/components/forms/select/types.d.ts +2 -2
  44. package/dist/types/components/forms/switch/Switch.vue.d.ts +10 -10
  45. package/dist/types/components/informations/alert/Alert.vue.d.ts +10 -10
  46. package/dist/types/components/informations/tag/Tag.vue.d.ts +18 -18
  47. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +10 -10
  48. package/dist/types/components/list/List.vue.d.ts +14 -10
  49. package/dist/types/components/list/ListItem.vue.d.ts +9 -9
  50. package/dist/types/components/list/ListItemTextValue.vue.d.ts +10 -10
  51. package/dist/types/components/list/types.d.ts +11 -10
  52. package/dist/types/components/loader/CircleLoader.vue.d.ts +10 -10
  53. package/dist/types/components/menus/menu/Menu.vue.d.ts +17 -17
  54. package/dist/types/components/menus/menu-item/MenuItemSeparator.vue.d.ts +2 -0
  55. package/dist/types/components/menus/menu-item/index.d.ts +2 -0
  56. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +9 -9
  57. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +9 -9
  58. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +9 -9
  59. package/dist/types/components/modal/Modal.vue.d.ts +10 -10
  60. package/dist/types/components/modal/types.d.ts +3 -3
  61. package/dist/types/components/pagination/Pagination.vue.d.ts +10 -10
  62. package/dist/types/components/pagination/types.d.ts +2 -2
  63. package/dist/types/components/search/Search.vue.d.ts +10 -10
  64. package/dist/types/components/search/types.d.ts +1 -1
  65. package/dist/types/components/steps/Steps.vue.d.ts +10 -10
  66. package/dist/types/components/steps/types.d.ts +1 -1
  67. package/dist/types/components/tabs/TabItem.vue.d.ts +10 -10
  68. package/dist/types/components/tabs/Tabs.vue.d.ts +10 -10
  69. package/dist/types/components/tabs/types.d.ts +1 -1
  70. package/dist/types/composables/use-download/index.d.ts +3 -0
  71. package/dist/types/composables/use-mask/index.d.ts +1 -1
  72. package/dist/types/composables/use-navigate/types.d.ts +11 -11
  73. package/dist/types/composables/use-toast/Toast.vue.d.ts +10 -10
  74. package/dist/types/composables/use-toast/index.d.ts +1 -1
  75. package/dist/types/composables/use-toast/types.d.ts +3 -3
  76. package/dist/types/composables/use-validate-field/types.d.ts +2 -2
  77. package/dist/types/index.d.ts +845 -479
  78. package/package.json +35 -35
  79. package/theme/solfacil/index.ts +2 -1
  80. package/theme/solfacil/screens.ts +0 -6
  81. package/theme/solfacil/utilities.ts +27 -8
  82. package/windi.config.ts +1 -1
@@ -0,0 +1,136 @@
1
+ import type { Upload } from './types';
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{
7
+ loading: boolean;
8
+ multiple: boolean;
9
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
10
+ id: Upload['id'];
11
+ modelValue?: Upload['modelValue'];
12
+ name: Upload['name'];
13
+ placeholder: Upload['placeholder'];
14
+ multiple?: Upload['multiple'];
15
+ accept?: Upload['accept'];
16
+ loading?: Upload['loading'];
17
+ fileIcon: Upload['fileIcon'];
18
+ hasError: Upload['hasError'];
19
+ }>, {
20
+ error: null;
21
+ multiple: boolean;
22
+ loading: boolean;
23
+ }>>> & {
24
+ "onUpdate:modelValue"?: ((value: import("./types").FileUploadModel | undefined) => any) | undefined;
25
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "multiple">;
26
+ $attrs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $refs: {
30
+ [x: string]: unknown;
31
+ };
32
+ $slots: Readonly<{
33
+ [name: string]: import("vue").Slot | undefined;
34
+ }>;
35
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
36
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
37
+ $emit: (event: "update:modelValue", value: import("./types").FileUploadModel | undefined) => void;
38
+ $el: any;
39
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
40
+ id: Upload['id'];
41
+ modelValue?: Upload['modelValue'];
42
+ name: Upload['name'];
43
+ placeholder: Upload['placeholder'];
44
+ multiple?: Upload['multiple'];
45
+ accept?: Upload['accept'];
46
+ loading?: Upload['loading'];
47
+ fileIcon: Upload['fileIcon'];
48
+ hasError: Upload['hasError'];
49
+ }>, {
50
+ error: null;
51
+ multiple: boolean;
52
+ loading: boolean;
53
+ }>>> & {
54
+ "onUpdate:modelValue"?: ((value: import("./types").FileUploadModel | undefined) => any) | undefined;
55
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
56
+ "update:modelValue": (value: import("./types").FileUploadModel | undefined) => void;
57
+ }, string, {
58
+ loading: boolean;
59
+ multiple: boolean;
60
+ }, {}, string> & {
61
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
62
+ created?: ((() => void) | (() => void)[]) | undefined;
63
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
64
+ mounted?: ((() => void) | (() => void)[]) | undefined;
65
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
66
+ updated?: ((() => void) | (() => void)[]) | undefined;
67
+ activated?: ((() => void) | (() => void)[]) | undefined;
68
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
69
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
70
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
71
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
72
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
73
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
74
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
75
+ 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;
76
+ };
77
+ $forceUpdate: () => void;
78
+ $nextTick: typeof import("vue").nextTick;
79
+ $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;
80
+ } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
81
+ id: Upload['id'];
82
+ modelValue?: Upload['modelValue'];
83
+ name: Upload['name'];
84
+ placeholder: Upload['placeholder'];
85
+ multiple?: Upload['multiple'];
86
+ accept?: Upload['accept'];
87
+ loading?: Upload['loading'];
88
+ fileIcon: Upload['fileIcon'];
89
+ hasError: Upload['hasError'];
90
+ }>, {
91
+ error: null;
92
+ multiple: boolean;
93
+ loading: boolean;
94
+ }>>> & {
95
+ "onUpdate:modelValue"?: ((value: import("./types").FileUploadModel | undefined) => any) | undefined;
96
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
97
+ __isFragment?: undefined;
98
+ __isTeleport?: undefined;
99
+ __isSuspense?: undefined;
100
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
101
+ id: Upload['id'];
102
+ modelValue?: Upload['modelValue'];
103
+ name: Upload['name'];
104
+ placeholder: Upload['placeholder'];
105
+ multiple?: Upload['multiple'];
106
+ accept?: Upload['accept'];
107
+ loading?: Upload['loading'];
108
+ fileIcon: Upload['fileIcon'];
109
+ hasError: Upload['hasError'];
110
+ }>, {
111
+ error: null;
112
+ multiple: boolean;
113
+ loading: boolean;
114
+ }>>> & {
115
+ "onUpdate:modelValue"?: ((value: import("./types").FileUploadModel | undefined) => any) | undefined;
116
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
117
+ "update:modelValue": (value: import("./types").FileUploadModel | undefined) => void;
118
+ }, string, {
119
+ loading: boolean;
120
+ multiple: boolean;
121
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
122
+ export default _default;
123
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
124
+ type __VLS_TypePropsToRuntimeProps<T> = {
125
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
126
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
127
+ } : {
128
+ type: import('vue').PropType<T[K]>;
129
+ required: true;
130
+ };
131
+ };
132
+ type __VLS_WithDefaults<P, D> = {
133
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
134
+ default: D[K];
135
+ } : P[K];
136
+ };
@@ -0,0 +1 @@
1
+ import '@testing-library/jest-dom';
@@ -0,0 +1,2 @@
1
+ import SolFileUpload from './FileUpload.vue';
2
+ export { SolFileUpload, };
@@ -0,0 +1,34 @@
1
+ import type { FunctionalComponent, SVGAttributes } from "vue";
2
+ import type { ParentValidation, ValidateFieldReturn } from "../../composables/use-validate-field/types";
3
+ export type FileUploadModel = File[] | null;
4
+ export type DownloadMenu = 'download' | 'preview' | 'delete';
5
+ export type ParentValidate = ParentValidation<FileUploadModel>;
6
+ export type ValidateReturn = ValidateFieldReturn<FileUploadModel>;
7
+ export interface Download {
8
+ id: string;
9
+ downloadSrc?: string;
10
+ downloadMenu: DownloadMenu[];
11
+ fileIcon: (file: string) => FunctionalComponent<SVGAttributes, {}>;
12
+ }
13
+ export interface Upload {
14
+ id: string;
15
+ name?: string;
16
+ modelValue?: FileUploadModel;
17
+ accept?: string;
18
+ loading?: boolean;
19
+ multiple?: boolean;
20
+ placeholder?: string;
21
+ hasError?: boolean;
22
+ fileIcon: (file: string) => FunctionalComponent<SVGAttributes, {}>;
23
+ }
24
+ export interface FileUpload extends Omit<Upload, 'fileIcon' | 'hasError'>, Omit<Download, 'fileIcon'> {
25
+ id: string;
26
+ label?: string;
27
+ helperText?: string;
28
+ error?: string | null;
29
+ }
30
+ export interface VeeValidateIntegration {
31
+ useField?: ParentValidate['useFieldParent'];
32
+ rules?: ParentValidate['rules'];
33
+ opts?: ParentValidate['opts'];
34
+ }
@@ -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: "close") => void;
33
33
  $el: any;
34
34
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -47,7 +47,7 @@ declare const _default: {
47
47
  }, string, {
48
48
  size: "small" | "medium";
49
49
  variant: RemovableChip['variant'];
50
- }> & {
50
+ }, {}, string> & {
51
51
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
52
52
  created?: ((() => void) | (() => void)[]) | undefined;
53
53
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -62,11 +62,11 @@ declare const _default: {
62
62
  unmounted?: ((() => void) | (() => void)[]) | undefined;
63
63
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
64
64
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
65
- 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;
65
+ 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;
66
66
  };
67
67
  $forceUpdate: () => void;
68
68
  $nextTick: typeof import("vue").nextTick;
69
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
69
+ $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;
70
70
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
71
71
  id: RemovableChip['id'];
72
72
  label?: RemovableChip['label'];
@@ -78,7 +78,7 @@ declare const _default: {
78
78
  size: string;
79
79
  }>>> & {
80
80
  onClose?: (() => any) | undefined;
81
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
81
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
82
82
  __isFragment?: undefined;
83
83
  __isTeleport?: undefined;
84
84
  __isSuspense?: undefined;
@@ -98,14 +98,14 @@ declare const _default: {
98
98
  }, string, {
99
99
  size: "small" | "medium";
100
100
  variant: RemovableChip['variant'];
101
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
101
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
102
102
  $slots: {
103
103
  default: (_: {}) => any;
104
104
  };
105
105
  });
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];
@@ -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,16 +96,18 @@ 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
+ 'icon:left': (_: {}) => any;
102
103
  default: (_: {}) => any;
103
104
  'icon-right': (_: {}) => any;
105
+ 'icon:right': (_: {}) => any;
104
106
  };
105
107
  });
106
108
  export default _default;
107
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
108
- declare type __VLS_TypePropsToRuntimeProps<T> = {
109
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
110
+ type __VLS_TypePropsToRuntimeProps<T> = {
109
111
  [K in keyof T]-?: {} extends Pick<T, K> ? {
110
112
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
111
113
  } : {
@@ -113,7 +115,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
113
115
  required: true;
114
116
  };
115
117
  };
116
- declare type __VLS_WithDefaults<P, D> = {
118
+ type __VLS_WithDefaults<P, D> = {
117
119
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
118
120
  default: D[K];
119
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;