@solfacil/girassol 0.16.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/build/cli.js +1 -1
- package/cli/build/commands/create:component.js +1 -1
- package/cli/build/commands/generate:plugin.js +1 -1
- package/cli/build/commands/generate:types.js +1 -1
- package/cli/build/commands/girassol-cli.js +1 -1
- package/dist/girassol.es.js +2361 -2349
- package/dist/girassol.umd.js +8 -8
- package/dist/style.css +1 -1
- package/dist/types/components/accordion/Accordion.vue.d.ts +10 -10
- package/dist/types/components/collapsible/Collapsible.vue.d.ts +10 -10
- package/dist/types/components/date-picker/DatePicker.vue.d.ts +10 -10
- package/dist/types/components/date-picker/types.d.ts +1 -1
- package/dist/types/components/empty-state/EmptyState.vue.d.ts +10 -10
- package/dist/types/components/empty-state/types.d.ts +1 -1
- package/dist/types/components/file-upload/Download.vue.d.ts +10 -10
- package/dist/types/components/file-upload/FileUpload.vue.d.ts +10 -10
- package/dist/types/components/file-upload/Upload.vue.d.ts +10 -10
- package/dist/types/components/file-upload/types.d.ts +4 -4
- package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +10 -10
- package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +10 -10
- package/dist/types/components/forms/button/button/Button.vue.d.ts +10 -10
- package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +10 -10
- package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +9 -9
- package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +10 -10
- package/dist/types/components/forms/checkbox/type.d.ts +1 -1
- package/dist/types/components/forms/inputs/input-core/Input.vue.d.ts +10 -10
- package/dist/types/components/forms/inputs/input-password/InputPassword.vue.d.ts +10 -10
- package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +11 -11
- package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +10 -10
- package/dist/types/components/forms/inputs/types.d.ts +2 -2
- package/dist/types/components/forms/radio/radio/Radio.vue.d.ts +9 -9
- package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +10 -10
- package/dist/types/components/forms/radio/types.d.ts +1 -1
- package/dist/types/components/forms/select/ListOption.vue.d.ts +9 -9
- package/dist/types/components/forms/select/Select.vue.d.ts +10 -10
- package/dist/types/components/forms/select/types.d.ts +2 -2
- package/dist/types/components/forms/switch/Switch.vue.d.ts +10 -10
- package/dist/types/components/informations/alert/Alert.vue.d.ts +10 -10
- package/dist/types/components/informations/tag/Tag.vue.d.ts +14 -14
- package/dist/types/components/informations/text-value/TextValue.vue.d.ts +10 -10
- package/dist/types/components/list/List.vue.d.ts +14 -10
- package/dist/types/components/list/ListItem.vue.d.ts +9 -9
- package/dist/types/components/list/ListItemTextValue.vue.d.ts +10 -10
- package/dist/types/components/list/types.d.ts +11 -10
- package/dist/types/components/loader/CircleLoader.vue.d.ts +10 -10
- package/dist/types/components/menus/menu/Menu.vue.d.ts +10 -10
- package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +9 -9
- package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +9 -9
- package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +9 -9
- package/dist/types/components/modal/Modal.vue.d.ts +10 -10
- package/dist/types/components/modal/types.d.ts +3 -3
- package/dist/types/components/pagination/Pagination.vue.d.ts +10 -10
- package/dist/types/components/pagination/types.d.ts +2 -2
- package/dist/types/components/search/Search.vue.d.ts +10 -10
- package/dist/types/components/search/types.d.ts +1 -1
- package/dist/types/components/steps/Steps.vue.d.ts +10 -10
- package/dist/types/components/steps/types.d.ts +1 -1
- package/dist/types/components/tabs/TabItem.vue.d.ts +10 -10
- package/dist/types/components/tabs/Tabs.vue.d.ts +10 -10
- package/dist/types/components/tabs/types.d.ts +1 -1
- package/dist/types/composables/use-mask/index.d.ts +1 -1
- package/dist/types/composables/use-navigate/types.d.ts +11 -11
- package/dist/types/composables/use-toast/Toast.vue.d.ts +10 -10
- package/dist/types/composables/use-toast/index.d.ts +1 -1
- package/dist/types/composables/use-toast/types.d.ts +3 -3
- package/dist/types/composables/use-validate-field/types.d.ts +2 -2
- package/dist/types/index.d.ts +501 -489
- package/package.json +35 -35
- package/theme/solfacil/utilities.ts +5 -7
|
@@ -17,15 +17,15 @@ declare const _default: {
|
|
|
17
17
|
$slots: Readonly<{
|
|
18
18
|
[name: string]: import("vue").Slot | undefined;
|
|
19
19
|
}>;
|
|
20
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
21
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
20
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
21
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
22
22
|
$emit: (event: string, ...args: any[]) => void;
|
|
23
23
|
$el: any;
|
|
24
24
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
25
25
|
id: string;
|
|
26
26
|
label?: string | undefined;
|
|
27
27
|
linkItems: LinkData[];
|
|
28
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
|
|
28
|
+
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
29
29
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
30
30
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
31
31
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -40,16 +40,16 @@ declare const _default: {
|
|
|
40
40
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
41
41
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
42
42
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
43
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
43
|
+
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;
|
|
44
44
|
};
|
|
45
45
|
$forceUpdate: () => void;
|
|
46
46
|
$nextTick: typeof import("vue").nextTick;
|
|
47
|
-
$watch
|
|
47
|
+
$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;
|
|
48
48
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
49
49
|
id: string;
|
|
50
50
|
label?: string | undefined;
|
|
51
51
|
linkItems: LinkData[];
|
|
52
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
52
|
+
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
53
53
|
__isFragment?: undefined;
|
|
54
54
|
__isTeleport?: undefined;
|
|
55
55
|
__isSuspense?: undefined;
|
|
@@ -57,7 +57,7 @@ declare const _default: {
|
|
|
57
57
|
id: string;
|
|
58
58
|
label?: string | undefined;
|
|
59
59
|
linkItems: LinkData[];
|
|
60
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
60
|
+
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
61
61
|
$slots: {
|
|
62
62
|
label: (_: {
|
|
63
63
|
isOpen: boolean;
|
|
@@ -72,8 +72,8 @@ declare const _default: {
|
|
|
72
72
|
};
|
|
73
73
|
});
|
|
74
74
|
export default _default;
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
76
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
77
77
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
78
78
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
79
79
|
} : {
|
|
@@ -40,8 +40,8 @@ declare const _default: {
|
|
|
40
40
|
$slots: Readonly<{
|
|
41
41
|
[name: string]: import("vue").Slot | undefined;
|
|
42
42
|
}>;
|
|
43
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
44
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
43
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
44
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
45
45
|
$emit: ((event: "open") => void) & ((event: "close") => void) & ((event: "update:isOpen", value: boolean) => void) & ((event: "action:primary") => void) & ((event: "action:secondary") => void) & ((event: "action:tertiary") => void);
|
|
46
46
|
$el: any;
|
|
47
47
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -86,7 +86,7 @@ declare const _default: {
|
|
|
86
86
|
title: Modal['title'];
|
|
87
87
|
size: Modal['size'];
|
|
88
88
|
target: string;
|
|
89
|
-
}> & {
|
|
89
|
+
}, {}, string> & {
|
|
90
90
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
91
91
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
92
92
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -101,11 +101,11 @@ declare const _default: {
|
|
|
101
101
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
102
102
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
103
103
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
104
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
104
|
+
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;
|
|
105
105
|
};
|
|
106
106
|
$forceUpdate: () => void;
|
|
107
107
|
$nextTick: typeof import("vue").nextTick;
|
|
108
|
-
$watch
|
|
108
|
+
$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;
|
|
109
109
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
110
110
|
id: Modal['id'];
|
|
111
111
|
size?: import("./types").Size | undefined;
|
|
@@ -132,7 +132,7 @@ declare const _default: {
|
|
|
132
132
|
} & import("vue").ShallowUnwrapRef<{
|
|
133
133
|
close: () => void;
|
|
134
134
|
open: () => void;
|
|
135
|
-
}> & {} & import("vue").ComponentCustomProperties;
|
|
135
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
136
136
|
__isFragment?: undefined;
|
|
137
137
|
__isTeleport?: undefined;
|
|
138
138
|
__isSuspense?: undefined;
|
|
@@ -178,7 +178,7 @@ declare const _default: {
|
|
|
178
178
|
title: Modal['title'];
|
|
179
179
|
size: Modal['size'];
|
|
180
180
|
target: string;
|
|
181
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
181
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
182
182
|
$slots: {
|
|
183
183
|
default: (_: {}) => any;
|
|
184
184
|
'action-tertiary': (_: {
|
|
@@ -193,8 +193,8 @@ declare const _default: {
|
|
|
193
193
|
};
|
|
194
194
|
});
|
|
195
195
|
export default _default;
|
|
196
|
-
|
|
197
|
-
|
|
196
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
197
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
198
198
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
199
199
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
200
200
|
} : {
|
|
@@ -202,7 +202,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
202
202
|
required: true;
|
|
203
203
|
};
|
|
204
204
|
};
|
|
205
|
-
|
|
205
|
+
type __VLS_WithDefaults<P, D> = {
|
|
206
206
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
207
207
|
default: D[K];
|
|
208
208
|
} : P[K];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
1
|
+
export type DesktopSize = 'small' | 'medium' | 'large' | 'extra-large' | 'full';
|
|
2
|
+
export type MobileSize = 'bottom-sheet' | 'full';
|
|
3
|
+
export type Size = {
|
|
4
4
|
desktop?: DesktopSize;
|
|
5
5
|
mobile?: MobileSize;
|
|
6
6
|
};
|
|
@@ -40,8 +40,8 @@ declare const _default: {
|
|
|
40
40
|
$slots: Readonly<{
|
|
41
41
|
[name: string]: import("vue").Slot | undefined;
|
|
42
42
|
}>;
|
|
43
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
44
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
43
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
44
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
45
45
|
$emit: ((event: "update:current", page: number | undefined) => void) & ((event: "page", page: number | undefined) => void) & ((event: "page:next", value: (Record<string, unknown> & {
|
|
46
46
|
page: number;
|
|
47
47
|
}) | undefined) => void) & ((event: "page:previous", value: (Record<string, unknown> & {
|
|
@@ -87,7 +87,7 @@ declare const _default: {
|
|
|
87
87
|
openMenuPosition: "top" | "dynamic";
|
|
88
88
|
totalPages: Pagination['totalPages'];
|
|
89
89
|
current: number;
|
|
90
|
-
}> & {
|
|
90
|
+
}, {}, string> & {
|
|
91
91
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
92
92
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
93
93
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -102,11 +102,11 @@ declare const _default: {
|
|
|
102
102
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
103
103
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
104
104
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
105
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
105
|
+
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;
|
|
106
106
|
};
|
|
107
107
|
$forceUpdate: () => void;
|
|
108
108
|
$nextTick: typeof import("vue").nextTick;
|
|
109
|
-
$watch
|
|
109
|
+
$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;
|
|
110
110
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
111
111
|
id: Pagination['id'];
|
|
112
112
|
size?: Pagination['size'];
|
|
@@ -129,7 +129,7 @@ declare const _default: {
|
|
|
129
129
|
"onPage:previous"?: ((value: (Record<string, unknown> & {
|
|
130
130
|
page: number;
|
|
131
131
|
}) | undefined) => any) | undefined;
|
|
132
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
132
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
133
133
|
__isFragment?: undefined;
|
|
134
134
|
__isTeleport?: undefined;
|
|
135
135
|
__isSuspense?: undefined;
|
|
@@ -172,10 +172,10 @@ declare const _default: {
|
|
|
172
172
|
openMenuPosition: "top" | "dynamic";
|
|
173
173
|
totalPages: Pagination['totalPages'];
|
|
174
174
|
current: number;
|
|
175
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
175
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
176
176
|
export default _default;
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
178
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
179
179
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
180
180
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
181
181
|
} : {
|
|
@@ -183,7 +183,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
183
183
|
required: true;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
|
-
|
|
186
|
+
type __VLS_WithDefaults<P, D> = {
|
|
187
187
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
188
188
|
default: D[K];
|
|
189
189
|
} : P[K];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
type PageProps = Record<string, unknown> & {
|
|
2
2
|
page: number;
|
|
3
3
|
};
|
|
4
|
-
|
|
4
|
+
type OpenMenuPosition = 'top' | 'dynamic';
|
|
5
5
|
export interface Pagination {
|
|
6
6
|
id: string;
|
|
7
7
|
size?: 'small' | 'medium';
|
|
@@ -35,8 +35,8 @@ declare const _default: {
|
|
|
35
35
|
$slots: Readonly<{
|
|
36
36
|
[name: string]: import("vue").Slot | undefined;
|
|
37
37
|
}>;
|
|
38
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
39
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
38
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
39
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
40
40
|
$emit: ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void);
|
|
41
41
|
$el: any;
|
|
42
42
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -65,7 +65,7 @@ declare const _default: {
|
|
|
65
65
|
placeholder: string;
|
|
66
66
|
variant: import("./types").Variants;
|
|
67
67
|
ariaLabel: Search['ariaLabel'];
|
|
68
|
-
}> & {
|
|
68
|
+
}, {}, string> & {
|
|
69
69
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
70
70
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
71
71
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -80,11 +80,11 @@ declare const _default: {
|
|
|
80
80
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
81
81
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
82
82
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
83
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
83
|
+
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;
|
|
84
84
|
};
|
|
85
85
|
$forceUpdate: () => void;
|
|
86
86
|
$nextTick: typeof import("vue").nextTick;
|
|
87
|
-
$watch
|
|
87
|
+
$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;
|
|
88
88
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
89
89
|
id: Search['id'];
|
|
90
90
|
size?: Search['size'];
|
|
@@ -101,7 +101,7 @@ declare const _default: {
|
|
|
101
101
|
}>>> & {
|
|
102
102
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
103
103
|
onSearch?: ((value: string) => any) | undefined;
|
|
104
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
104
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
105
105
|
__isFragment?: undefined;
|
|
106
106
|
__isTeleport?: undefined;
|
|
107
107
|
__isSuspense?: undefined;
|
|
@@ -131,10 +131,10 @@ declare const _default: {
|
|
|
131
131
|
placeholder: string;
|
|
132
132
|
variant: import("./types").Variants;
|
|
133
133
|
ariaLabel: Search['ariaLabel'];
|
|
134
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
134
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
135
135
|
export default _default;
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
137
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
138
138
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
139
139
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
140
140
|
} : {
|
|
@@ -142,7 +142,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
142
142
|
required: true;
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
|
-
|
|
145
|
+
type __VLS_WithDefaults<P, D> = {
|
|
146
146
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
147
147
|
default: D[K];
|
|
148
148
|
} : 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, {}
|
|
31
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
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<{
|
|
@@ -45,7 +45,7 @@ declare const _default: {
|
|
|
45
45
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
46
46
|
direction: "row" | "column";
|
|
47
47
|
steps: Steps['steps'];
|
|
48
|
-
}> & {
|
|
48
|
+
}, {}, string> & {
|
|
49
49
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
50
50
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
51
51
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -60,11 +60,11 @@ declare const _default: {
|
|
|
60
60
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
61
61
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
62
62
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
63
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
63
|
+
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;
|
|
64
64
|
};
|
|
65
65
|
$forceUpdate: () => void;
|
|
66
66
|
$nextTick: typeof import("vue").nextTick;
|
|
67
|
-
$watch
|
|
67
|
+
$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;
|
|
68
68
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
69
69
|
id: Steps['id'];
|
|
70
70
|
steps: Steps['steps'];
|
|
@@ -76,7 +76,7 @@ declare const _default: {
|
|
|
76
76
|
text: string;
|
|
77
77
|
subtitle: string;
|
|
78
78
|
}[];
|
|
79
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
79
|
+
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
80
80
|
__isFragment?: undefined;
|
|
81
81
|
__isTeleport?: undefined;
|
|
82
82
|
__isSuspense?: undefined;
|
|
@@ -94,10 +94,10 @@ declare const _default: {
|
|
|
94
94
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
95
95
|
direction: "row" | "column";
|
|
96
96
|
steps: Steps['steps'];
|
|
97
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
97
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
98
98
|
export default _default;
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
100
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
101
101
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
102
102
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
103
103
|
} : {
|
|
@@ -105,7 +105,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
105
105
|
required: true;
|
|
106
106
|
};
|
|
107
107
|
};
|
|
108
|
-
|
|
108
|
+
type __VLS_WithDefaults<P, D> = {
|
|
109
109
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
110
110
|
default: D[K];
|
|
111
111
|
} : P[K];
|
|
@@ -19,8 +19,8 @@ declare const _default: {
|
|
|
19
19
|
$slots: Readonly<{
|
|
20
20
|
[name: string]: import("vue").Slot | undefined;
|
|
21
21
|
}>;
|
|
22
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
23
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
22
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
24
24
|
$emit: (event: string, ...args: any[]) => void;
|
|
25
25
|
$el: any;
|
|
26
26
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -29,7 +29,7 @@ declare const _default: {
|
|
|
29
29
|
disabled?: TabItem['disabled'];
|
|
30
30
|
active?: TabItem['active'];
|
|
31
31
|
gtmId?: TabItem['gtmId'];
|
|
32
|
-
}>, {}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & {
|
|
32
|
+
}>, {}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
33
33
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
34
34
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
35
35
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -44,18 +44,18 @@ declare const _default: {
|
|
|
44
44
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
45
45
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
46
46
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
47
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
47
|
+
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;
|
|
48
48
|
};
|
|
49
49
|
$forceUpdate: () => void;
|
|
50
50
|
$nextTick: typeof import("vue").nextTick;
|
|
51
|
-
$watch
|
|
51
|
+
$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;
|
|
52
52
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
53
53
|
id: TabItem['id'];
|
|
54
54
|
label?: string | undefined;
|
|
55
55
|
disabled?: TabItem['disabled'];
|
|
56
56
|
active?: TabItem['active'];
|
|
57
57
|
gtmId?: TabItem['gtmId'];
|
|
58
|
-
}>, {}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
58
|
+
}>, {}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
59
59
|
__isFragment?: undefined;
|
|
60
60
|
__isTeleport?: undefined;
|
|
61
61
|
__isSuspense?: undefined;
|
|
@@ -65,14 +65,14 @@ declare const _default: {
|
|
|
65
65
|
disabled?: TabItem['disabled'];
|
|
66
66
|
active?: TabItem['active'];
|
|
67
67
|
gtmId?: TabItem['gtmId'];
|
|
68
|
-
}>, {}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
68
|
+
}>, {}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
69
69
|
$slots: {
|
|
70
70
|
icon: (_: {}) => any;
|
|
71
71
|
};
|
|
72
72
|
});
|
|
73
73
|
export default _default;
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
75
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
76
76
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
77
77
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
78
78
|
} : {
|
|
@@ -80,7 +80,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
80
80
|
required: true;
|
|
81
81
|
};
|
|
82
82
|
};
|
|
83
|
-
|
|
83
|
+
type __VLS_WithDefaults<P, D> = {
|
|
84
84
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
85
85
|
default: D[K];
|
|
86
86
|
} : P[K];
|
|
@@ -34,8 +34,8 @@ declare const _default: {
|
|
|
34
34
|
$slots: Readonly<{
|
|
35
35
|
[name: string]: import("vue").Slot | undefined;
|
|
36
36
|
}>;
|
|
37
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
38
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
37
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
38
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
39
39
|
$emit: ((event: "update:tabList", tab: TabList[]) => void) & ((event: "tabitem:active", tab: TabList) => void);
|
|
40
40
|
$el: any;
|
|
41
41
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -63,7 +63,7 @@ declare const _default: {
|
|
|
63
63
|
"tabitem:active": (tab: TabList) => void;
|
|
64
64
|
}, string, {
|
|
65
65
|
tabList: Tabs['tabList'];
|
|
66
|
-
}> & {
|
|
66
|
+
}, {}, string> & {
|
|
67
67
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
68
68
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
69
69
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -78,11 +78,11 @@ declare const _default: {
|
|
|
78
78
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
79
79
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
80
80
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
81
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
81
|
+
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;
|
|
82
82
|
};
|
|
83
83
|
$forceUpdate: () => void;
|
|
84
84
|
$nextTick: typeof import("vue").nextTick;
|
|
85
|
-
$watch
|
|
85
|
+
$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;
|
|
86
86
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
87
87
|
id: Tabs['id'];
|
|
88
88
|
tabList?: TabList[] | undefined;
|
|
@@ -102,7 +102,7 @@ declare const _default: {
|
|
|
102
102
|
}>>> & {
|
|
103
103
|
"onUpdate:tabList"?: ((tab: TabList[]) => any) | undefined;
|
|
104
104
|
"onTabitem:active"?: ((tab: TabList) => any) | undefined;
|
|
105
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
105
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
106
106
|
__isFragment?: undefined;
|
|
107
107
|
__isTeleport?: undefined;
|
|
108
108
|
__isSuspense?: undefined;
|
|
@@ -131,10 +131,10 @@ declare const _default: {
|
|
|
131
131
|
"tabitem:active": (tab: TabList) => void;
|
|
132
132
|
}, string, {
|
|
133
133
|
tabList: Tabs['tabList'];
|
|
134
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
134
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
135
135
|
export default _default;
|
|
136
|
-
|
|
137
|
-
|
|
136
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
137
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
138
138
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
139
139
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
140
140
|
} : {
|
|
@@ -142,7 +142,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
142
142
|
required: true;
|
|
143
143
|
};
|
|
144
144
|
};
|
|
145
|
-
|
|
145
|
+
type __VLS_WithDefaults<P, D> = {
|
|
146
146
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
147
147
|
default: D[K];
|
|
148
148
|
} : P[K];
|
|
@@ -5,7 +5,7 @@ export declare const MaskPresets: {
|
|
|
5
5
|
readonly CPF_CNPJ: readonly ["###.###.###-##", "##.###.###/#####-##"];
|
|
6
6
|
readonly MobilePhoneDDD: "(##) # ####-####";
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type Mask = string | string[] | {
|
|
9
9
|
preset: keyof typeof MaskPresets;
|
|
10
10
|
mask?: string;
|
|
11
11
|
tokens?: any;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import type { Ref, VNodeRef } from "vue";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
2
|
+
type Arrows = 'ArrowUp' | 'ArrowDown' | 'ArrowLeft' | 'ArrowRight';
|
|
3
|
+
type Commands = 'Home' | 'End' | 'Space' | 'Enter' | 'NumpadEnter' | 'Escape' | 'Tab' | 'Delete' | 'Backspace';
|
|
4
|
+
type Numbers = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9';
|
|
5
|
+
type Alphabetic = 'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G' | 'H' | 'I' | 'J' | 'K' | 'L' | 'M' | 'N' | 'O' | 'P' | 'Q' | 'R' | 'S' | 'U' | 'T' | 'W' | 'X' | 'Y' | 'Z';
|
|
6
|
+
type DigitNumbers = `Digit${Numbers}`;
|
|
7
|
+
type NumpadNumbers = `Numpad${Numbers}`;
|
|
8
|
+
type KeyLetters = `Key${Alphabetic}`;
|
|
9
|
+
export type Code = Commands | Arrows | KeyLetters | DigitNumbers | NumpadNumbers;
|
|
10
|
+
export type Codes = Partial<Record<Code, () => void>>;
|
|
11
|
+
export type UseNavigateArgs = {
|
|
12
12
|
fallback: () => void;
|
|
13
13
|
exclude?: Code | Code[];
|
|
14
14
|
};
|
|
15
|
-
export
|
|
15
|
+
export type Args = {
|
|
16
16
|
target: Ref<VNodeRef> | undefined;
|
|
17
17
|
query?: string;
|
|
18
18
|
};
|