@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
@@ -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: string, ...args: any[]) => void;
29
29
  $el: any;
30
30
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -37,7 +37,7 @@ declare const _default: {
37
37
  align: string;
38
38
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
39
39
  align: "left" | "right";
40
- }> & {
40
+ }, {}, 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_WithDefaults<__VLS_TypePropsToRuntimeProps<{
61
61
  id: TextValue['id'];
62
62
  itemProp?: TextValue['itemProp'];
@@ -65,7 +65,7 @@ declare const _default: {
65
65
  align?: TextValue['align'];
66
66
  }>, {
67
67
  align: string;
68
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
68
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
69
69
  __isFragment?: undefined;
70
70
  __isTeleport?: undefined;
71
71
  __isSuspense?: undefined;
@@ -79,7 +79,7 @@ declare const _default: {
79
79
  align: string;
80
80
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
81
81
  align: "left" | "right";
82
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
82
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
83
83
  $slots: {
84
84
  label: (_: {}) => any;
85
85
  'icon:left': (_: {}) => any;
@@ -88,8 +88,8 @@ declare const _default: {
88
88
  };
89
89
  });
90
90
  export default _default;
91
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
92
- declare type __VLS_TypePropsToRuntimeProps<T> = {
91
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
92
+ type __VLS_TypePropsToRuntimeProps<T> = {
93
93
  [K in keyof T]-?: {} extends Pick<T, K> ? {
94
94
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
95
95
  } : {
@@ -97,7 +97,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
97
97
  required: true;
98
98
  };
99
99
  };
100
- declare type __VLS_WithDefaults<P, D> = {
100
+ type __VLS_WithDefaults<P, D> = {
101
101
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
102
102
  default: D[K];
103
103
  } : P[K];
@@ -4,12 +4,14 @@ declare const _default: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: Partial<{
7
+ loading: boolean;
7
8
  ariaLabel: List['ariaLabel'];
8
9
  fallbackValue: string;
9
10
  dataIdentifier: import("./types").DataIdentifier;
10
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
12
  id: List['id'];
12
13
  data: List['data'];
14
+ hideMenu?: List['hideMenu'];
13
15
  headers?: import("./types").Header | undefined;
14
16
  selected?: List['selected'];
15
17
  ariaLabel: List['ariaLabel'];
@@ -17,7 +19,9 @@ declare const _default: {
17
19
  dataIdentifier?: List['dataIdentifier'];
18
20
  sortPositions?: import("./types").SortPositions | undefined;
19
21
  fallbackValue?: List['fallbackValue'];
22
+ loading?: List['loading'];
20
23
  }>, {
24
+ loading: boolean;
21
25
  fallbackValue: string;
22
26
  ariaLabel: string;
23
27
  dataIdentifier: () => {
@@ -27,7 +31,7 @@ declare const _default: {
27
31
  "onUpdate:selected"?: ((selected: Data | Data[]) => any) | undefined;
28
32
  "onListitem:click"?: ((item: Data) => any) | undefined;
29
33
  "onListitem:selected"?: ((item: Data) => any) | undefined;
30
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "ariaLabel" | "fallbackValue" | "dataIdentifier">;
34
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "loading" | "ariaLabel" | "fallbackValue" | "dataIdentifier">;
31
35
  $attrs: {
32
36
  [x: string]: unknown;
33
37
  };
@@ -37,13 +41,14 @@ declare const _default: {
37
41
  $slots: Readonly<{
38
42
  [name: string]: import("vue").Slot | undefined;
39
43
  }>;
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;
44
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
45
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
42
46
  $emit: ((event: "update:selected", selected: Data | Data[]) => void) & ((event: "listitem:click", item: Data) => void) & ((event: "listitem:selected", item: Data) => void);
43
47
  $el: any;
44
48
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
45
49
  id: List['id'];
46
50
  data: List['data'];
51
+ hideMenu?: List['hideMenu'];
47
52
  headers?: import("./types").Header | undefined;
48
53
  selected?: List['selected'];
49
54
  ariaLabel: List['ariaLabel'];
@@ -51,7 +56,9 @@ declare const _default: {
51
56
  dataIdentifier?: List['dataIdentifier'];
52
57
  sortPositions?: import("./types").SortPositions | undefined;
53
58
  fallbackValue?: List['fallbackValue'];
59
+ loading?: List['loading'];
54
60
  }>, {
61
+ loading: boolean;
55
62
  fallbackValue: string;
56
63
  ariaLabel: string;
57
64
  dataIdentifier: () => {
@@ -71,10 +78,11 @@ declare const _default: {
71
78
  } & {
72
79
  "update:selected": (selected: Data | Data[]) => void;
73
80
  }, string, {
81
+ loading: boolean;
74
82
  ariaLabel: List['ariaLabel'];
75
83
  fallbackValue: string;
76
84
  dataIdentifier: import("./types").DataIdentifier;
77
- }> & {
85
+ }, {}, string> & {
78
86
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
79
87
  created?: ((() => void) | (() => void)[]) | undefined;
80
88
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -89,14 +97,15 @@ declare const _default: {
89
97
  unmounted?: ((() => void) | (() => void)[]) | undefined;
90
98
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
91
99
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
92
- 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;
100
+ 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;
93
101
  };
94
102
  $forceUpdate: () => void;
95
103
  $nextTick: typeof import("vue").nextTick;
96
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
104
+ $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;
97
105
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
98
106
  id: List['id'];
99
107
  data: List['data'];
108
+ hideMenu?: List['hideMenu'];
100
109
  headers?: import("./types").Header | undefined;
101
110
  selected?: List['selected'];
102
111
  ariaLabel: List['ariaLabel'];
@@ -104,7 +113,9 @@ declare const _default: {
104
113
  dataIdentifier?: List['dataIdentifier'];
105
114
  sortPositions?: import("./types").SortPositions | undefined;
106
115
  fallbackValue?: List['fallbackValue'];
116
+ loading?: List['loading'];
107
117
  }>, {
118
+ loading: boolean;
108
119
  fallbackValue: string;
109
120
  ariaLabel: string;
110
121
  dataIdentifier: () => {
@@ -117,13 +128,14 @@ declare const _default: {
117
128
  } & import("vue").ShallowUnwrapRef<{
118
129
  unselectAll: () => void;
119
130
  selectAll: () => void;
120
- }> & {} & import("vue").ComponentCustomProperties;
131
+ }> & {} & import("vue").ComponentCustomProperties & {};
121
132
  __isFragment?: undefined;
122
133
  __isTeleport?: undefined;
123
134
  __isSuspense?: undefined;
124
135
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
125
136
  id: List['id'];
126
137
  data: List['data'];
138
+ hideMenu?: List['hideMenu'];
127
139
  headers?: import("./types").Header | undefined;
128
140
  selected?: List['selected'];
129
141
  ariaLabel: List['ariaLabel'];
@@ -131,7 +143,9 @@ declare const _default: {
131
143
  dataIdentifier?: List['dataIdentifier'];
132
144
  sortPositions?: import("./types").SortPositions | undefined;
133
145
  fallbackValue?: List['fallbackValue'];
146
+ loading?: List['loading'];
134
147
  }>, {
148
+ loading: boolean;
135
149
  fallbackValue: string;
136
150
  ariaLabel: string;
137
151
  dataIdentifier: () => {
@@ -151,10 +165,11 @@ declare const _default: {
151
165
  } & {
152
166
  "update:selected": (selected: Data | Data[]) => void;
153
167
  }, string, {
168
+ loading: boolean;
154
169
  ariaLabel: List['ariaLabel'];
155
170
  fallbackValue: string;
156
171
  dataIdentifier: import("./types").DataIdentifier;
157
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
172
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
158
173
  $slots: Record<string, {
159
174
  data: any;
160
175
  index: any;
@@ -190,8 +205,8 @@ declare const _default: {
190
205
  };
191
206
  });
192
207
  export default _default;
193
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
194
- declare type __VLS_TypePropsToRuntimeProps<T> = {
208
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
209
+ type __VLS_TypePropsToRuntimeProps<T> = {
195
210
  [K in keyof T]-?: {} extends Pick<T, K> ? {
196
211
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
197
212
  } : {
@@ -199,7 +214,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
199
214
  required: true;
200
215
  };
201
216
  };
202
- declare type __VLS_WithDefaults<P, D> = {
217
+ type __VLS_WithDefaults<P, D> = {
203
218
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
204
219
  default: D[K];
205
220
  } : 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: "listitem:click", ...args: any[]) => void;
34
34
  $el: any;
35
35
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -47,7 +47,7 @@ declare const _default: {
47
47
  sortPositions: ListItem['sortPositions'];
48
48
  }>>> & {
49
49
  "onListitem:click"?: ((...args: any[]) => any) | undefined;
50
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], string, {}> & {
50
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], string, {}, {}, 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_TypePropsToRuntimeProps<{
71
71
  id: ListItem['id'];
72
72
  itemIndex: ListItem['index'];
@@ -82,7 +82,7 @@ declare const _default: {
82
82
  sortPositions: ListItem['sortPositions'];
83
83
  }>>> & {
84
84
  "onListitem:click"?: ((...args: any[]) => 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;
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  sortPositions: ListItem['sortPositions'];
102
102
  }>>> & {
103
103
  "onListitem:click"?: ((...args: any[]) => any) | undefined;
104
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
104
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "listitem:click"[], "listitem:click", {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
105
105
  $slots: Record<string, {
106
106
  data: {
107
107
  key: string;
@@ -149,8 +149,8 @@ declare const _default: {
149
149
  };
150
150
  });
151
151
  export default _default;
152
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
153
- declare type __VLS_TypePropsToRuntimeProps<T> = {
152
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
153
+ type __VLS_TypePropsToRuntimeProps<T> = {
154
154
  [K in keyof T]-?: {} extends Pick<T, K> ? {
155
155
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
156
156
  } : {
@@ -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: string, ...args: any[]) => void;
29
29
  $el: any;
30
30
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -38,7 +38,7 @@ declare const _default: {
38
38
  align: string;
39
39
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
40
40
  align: 'left' | 'right';
41
- }> & {
41
+ }, {}, string> & {
42
42
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
43
43
  created?: ((() => void) | (() => void)[]) | undefined;
44
44
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -53,11 +53,11 @@ declare const _default: {
53
53
  unmounted?: ((() => void) | (() => void)[]) | undefined;
54
54
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
55
55
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
56
- 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;
56
+ 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;
57
57
  };
58
58
  $forceUpdate: () => void;
59
59
  $nextTick: typeof import("vue").nextTick;
60
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
60
+ $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;
61
61
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
62
62
  itemProp?: string | undefined;
63
63
  property?: string | undefined;
@@ -67,7 +67,7 @@ declare const _default: {
67
67
  hide?: boolean | undefined;
68
68
  }>, {
69
69
  align: string;
70
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
70
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
71
71
  __isFragment?: undefined;
72
72
  __isTeleport?: undefined;
73
73
  __isSuspense?: undefined;
@@ -82,15 +82,15 @@ declare const _default: {
82
82
  align: string;
83
83
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
84
84
  align: 'left' | 'right';
85
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
85
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
86
86
  $slots: {
87
87
  property: (_: {}) => any;
88
88
  value: (_: {}) => 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
  } : {
@@ -98,7 +98,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
98
98
  required: true;
99
99
  };
100
100
  };
101
- declare type __VLS_WithDefaults<P, D> = {
101
+ type __VLS_WithDefaults<P, D> = {
102
102
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
103
103
  default: D[K];
104
104
  } : P[K];
@@ -1,5 +1,5 @@
1
- export declare type DataValue = unknown;
2
- export declare type Data = Record<string, unknown>;
1
+ export type DataValue = unknown;
2
+ export type Data = Record<string, unknown>;
3
3
  export interface HeaderOptions {
4
4
  highlight?: boolean;
5
5
  align?: 'left' | 'right';
@@ -8,23 +8,23 @@ export interface HeaderOptions {
8
8
  width?: string;
9
9
  mobileWidth?: string;
10
10
  }
11
- export declare type Header = Record<string, HeaderOptions>;
12
- export declare type DesktopDataPosition = string[];
13
- export declare type MobileDataPosition = string[][];
14
- export declare type DataIdentifier = {
11
+ export type Header = Record<string, HeaderOptions>;
12
+ export type DesktopDataPosition = string[];
13
+ export type MobileDataPosition = string[][];
14
+ export type DataIdentifier = {
15
15
  inputName?: string;
16
16
  key: string;
17
17
  };
18
- export declare type IsHighlightParams = {
18
+ export type IsHighlightParams = {
19
19
  key?: string;
20
20
  value?: boolean;
21
21
  };
22
- export declare type SortPositions = {
22
+ export type SortPositions = {
23
23
  desktop: DesktopDataPosition;
24
24
  mobile: MobileDataPosition;
25
25
  };
26
- export declare type Selected = Data | Data[];
27
- export declare type SelectMode = 'checkbox' | 'radio';
26
+ export type Selected = Data | Data[];
27
+ export type SelectMode = 'checkbox' | 'radio';
28
28
  export interface List {
29
29
  id: string;
30
30
  selected?: Selected;
@@ -33,8 +33,10 @@ export interface List {
33
33
  ariaLabel: string;
34
34
  headers: Header;
35
35
  data: Data[];
36
+ hideMenu?: boolean;
36
37
  fallbackValue?: string;
37
38
  dataIdentifier?: DataIdentifier;
39
+ loading?: boolean;
38
40
  }
39
41
  export interface ListItem {
40
42
  id: string;
@@ -22,8 +22,8 @@ declare const _default: {
22
22
  $slots: Readonly<{
23
23
  [name: string]: import("vue").Slot | undefined;
24
24
  }>;
25
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
26
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
25
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
26
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
27
27
  $emit: (event: string, ...args: any[]) => void;
28
28
  $el: any;
29
29
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -36,7 +36,7 @@ declare const _default: {
36
36
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
37
37
  title: string;
38
38
  size: 'small' | 'medium' | 'large';
39
- }> & {
39
+ }, {}, string> & {
40
40
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
41
41
  created?: ((() => void) | (() => void)[]) | undefined;
42
42
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -51,11 +51,11 @@ declare const _default: {
51
51
  unmounted?: ((() => void) | (() => void)[]) | undefined;
52
52
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
53
53
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
54
- 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;
54
+ 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;
55
55
  };
56
56
  $forceUpdate: () => void;
57
57
  $nextTick: typeof import("vue").nextTick;
58
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
58
+ $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;
59
59
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
60
60
  size: 'small' | 'medium' | 'large';
61
61
  dark?: boolean | undefined;
@@ -63,7 +63,7 @@ declare const _default: {
63
63
  }>, {
64
64
  size: string;
65
65
  title: string;
66
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
66
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
67
67
  __isFragment?: undefined;
68
68
  __isTeleport?: undefined;
69
69
  __isSuspense?: undefined;
@@ -77,10 +77,10 @@ declare const _default: {
77
77
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
78
  title: string;
79
79
  size: 'small' | 'medium' | 'large';
80
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
80
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
81
81
  export default _default;
82
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
83
- declare type __VLS_TypePropsToRuntimeProps<T> = {
82
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
83
+ type __VLS_TypePropsToRuntimeProps<T> = {
84
84
  [K in keyof T]-?: {} extends Pick<T, K> ? {
85
85
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
86
86
  } : {
@@ -88,7 +88,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
88
88
  required: true;
89
89
  };
90
90
  };
91
- declare type __VLS_WithDefaults<P, D> = {
91
+ type __VLS_WithDefaults<P, D> = {
92
92
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
93
93
  default: D[K];
94
94
  } : P[K];
@@ -22,8 +22,8 @@ declare const _default: {
22
22
  $slots: Readonly<{
23
23
  [name: string]: import("vue").Slot | undefined;
24
24
  }>;
25
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
26
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
25
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
26
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
27
27
  $emit: (event: string, ...args: any[]) => void;
28
28
  $el: any;
29
29
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -36,7 +36,7 @@ declare const _default: {
36
36
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
37
37
  label: string;
38
38
  position: ("center" | "bottom" | "top") | ("left" | "right");
39
- }> & {
39
+ }, {}, string> & {
40
40
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
41
41
  created?: ((() => void) | (() => void)[]) | undefined;
42
42
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -51,11 +51,11 @@ declare const _default: {
51
51
  unmounted?: ((() => void) | (() => void)[]) | undefined;
52
52
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
53
53
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
54
- 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;
54
+ 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;
55
55
  };
56
56
  $forceUpdate: () => void;
57
57
  $nextTick: typeof import("vue").nextTick;
58
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
58
+ $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;
59
59
  } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
60
60
  id: string;
61
61
  label?: string | undefined;
@@ -63,7 +63,7 @@ declare const _default: {
63
63
  }>, {
64
64
  label: string;
65
65
  position: string;
66
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
66
+ }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
67
67
  __isFragment?: undefined;
68
68
  __isTeleport?: undefined;
69
69
  __isSuspense?: undefined;
@@ -77,7 +77,7 @@ declare const _default: {
77
77
  }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
78
  label: string;
79
79
  position: ("center" | "bottom" | "top") | ("left" | "right");
80
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
80
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
81
81
  $slots: {
82
82
  trigger: (_: {
83
83
  id: string;
@@ -99,8 +99,8 @@ declare const _default: {
99
99
  };
100
100
  });
101
101
  export default _default;
102
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
103
- declare type __VLS_TypePropsToRuntimeProps<T> = {
102
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
103
+ type __VLS_TypePropsToRuntimeProps<T> = {
104
104
  [K in keyof T]-?: {} extends Pick<T, K> ? {
105
105
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
106
106
  } : {
@@ -108,7 +108,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
108
108
  required: true;
109
109
  };
110
110
  };
111
- declare type __VLS_WithDefaults<P, D> = {
111
+ type __VLS_WithDefaults<P, D> = {
112
112
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
113
113
  default: D[K];
114
114
  } : P[K];
@@ -16,8 +16,8 @@ declare const _default: {
16
16
  $slots: Readonly<{
17
17
  [name: string]: import("vue").Slot | undefined;
18
18
  }>;
19
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
20
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
19
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
20
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
21
21
  $emit: (event: "clicked") => void;
22
22
  $el: any;
23
23
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
@@ -26,7 +26,7 @@ declare const _default: {
26
26
  onClicked?: (() => any) | undefined;
27
27
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
28
  clicked: () => void;
29
- }, string, {}> & {
29
+ }, string, {}, {}, string> & {
30
30
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
31
31
  created?: ((() => void) | (() => void)[]) | undefined;
32
32
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -41,16 +41,16 @@ declare const _default: {
41
41
  unmounted?: ((() => void) | (() => void)[]) | undefined;
42
42
  renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
43
43
  renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
44
- 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;
44
+ 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;
45
45
  };
46
46
  $forceUpdate: () => void;
47
47
  $nextTick: typeof import("vue").nextTick;
48
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
48
+ $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;
49
49
  } & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
50
50
  id: string;
51
51
  }>>> & {
52
52
  onClicked?: (() => any) | undefined;
53
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
53
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
54
54
  __isFragment?: undefined;
55
55
  __isTeleport?: undefined;
56
56
  __isSuspense?: undefined;
@@ -60,14 +60,14 @@ declare const _default: {
60
60
  onClicked?: (() => any) | undefined;
61
61
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
62
62
  clicked: () => void;
63
- }, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
63
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
64
64
  $slots: {
65
65
  default: (_: {}) => any;
66
66
  };
67
67
  });
68
68
  export default _default;
69
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
70
- declare type __VLS_TypePropsToRuntimeProps<T> = {
69
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
70
+ type __VLS_TypePropsToRuntimeProps<T> = {
71
71
  [K in keyof T]-?: {} extends Pick<T, K> ? {
72
72
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
73
73
  } : {