@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.
- 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 +3683 -3645
- 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 +26 -11
- 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 +12 -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 +44 -11
- package/dist/types/components/search/types.d.ts +4 -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 +591 -487
- package/package.json +35 -35
- package/theme/solfacil/utilities.ts +5 -7
|
@@ -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, {}
|
|
26
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
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: "clicked") => void;
|
|
28
28
|
$el: any;
|
|
29
29
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
onClicked?: (() => any) | undefined;
|
|
38
38
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
39
39
|
clicked: () => void;
|
|
40
|
-
}, string, {}> & {
|
|
40
|
+
}, string, {}, {}, string> & {
|
|
41
41
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
42
42
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
43
43
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -52,11 +52,11 @@ declare const _default: {
|
|
|
52
52
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
53
53
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
54
54
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
55
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
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
|
|
59
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
60
60
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
61
61
|
id: string;
|
|
62
62
|
linkId?: string | undefined;
|
|
@@ -66,7 +66,7 @@ declare const _default: {
|
|
|
66
66
|
external?: LinkData['external'];
|
|
67
67
|
}>>> & {
|
|
68
68
|
onClicked?: (() => any) | undefined;
|
|
69
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
69
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
70
70
|
__isFragment?: undefined;
|
|
71
71
|
__isTeleport?: undefined;
|
|
72
72
|
__isSuspense?: undefined;
|
|
@@ -81,7 +81,7 @@ declare const _default: {
|
|
|
81
81
|
onClicked?: (() => any) | undefined;
|
|
82
82
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
83
83
|
clicked: () => void;
|
|
84
|
-
}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
84
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
85
85
|
$slots: {
|
|
86
86
|
default: (_: {
|
|
87
87
|
id: string;
|
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
};
|
|
94
94
|
});
|
|
95
95
|
export default _default;
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
97
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
98
98
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
99
99
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
100
100
|
} : {
|
|
@@ -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';
|
|
@@ -7,8 +7,11 @@ declare const _default: {
|
|
|
7
7
|
modelValue: string;
|
|
8
8
|
size: "small" | "medium";
|
|
9
9
|
placeholder: string;
|
|
10
|
+
loading: boolean;
|
|
10
11
|
variant: import("./types").Variants;
|
|
11
12
|
ariaLabel: Search['ariaLabel'];
|
|
13
|
+
buttonDisabled: boolean;
|
|
14
|
+
inputDisabled: boolean;
|
|
12
15
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
16
|
id: Search['id'];
|
|
14
17
|
size?: Search['size'];
|
|
@@ -16,8 +19,14 @@ declare const _default: {
|
|
|
16
19
|
modelValue?: Search['modelValue'];
|
|
17
20
|
placeholder?: Search['placeholder'];
|
|
18
21
|
ariaLabel: Search['ariaLabel'];
|
|
22
|
+
loading?: Search['loading'];
|
|
23
|
+
buttonDisabled?: Search['buttonDisabled'];
|
|
24
|
+
inputDisabled?: Search['inputDisabled'];
|
|
19
25
|
}>, {
|
|
20
26
|
modelValue: string;
|
|
27
|
+
loading: boolean;
|
|
28
|
+
inputDisabled: boolean;
|
|
29
|
+
buttonDisabled: boolean;
|
|
21
30
|
placeholder: string;
|
|
22
31
|
variant: string;
|
|
23
32
|
size: string;
|
|
@@ -25,7 +34,7 @@ declare const _default: {
|
|
|
25
34
|
}>>> & {
|
|
26
35
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
27
36
|
onSearch?: ((value: string) => any) | undefined;
|
|
28
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "size" | "placeholder" | "variant" | "ariaLabel">;
|
|
37
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "size" | "placeholder" | "loading" | "variant" | "ariaLabel" | "buttonDisabled" | "inputDisabled">;
|
|
29
38
|
$attrs: {
|
|
30
39
|
[x: string]: unknown;
|
|
31
40
|
};
|
|
@@ -35,8 +44,8 @@ declare const _default: {
|
|
|
35
44
|
$slots: Readonly<{
|
|
36
45
|
[name: string]: import("vue").Slot | undefined;
|
|
37
46
|
}>;
|
|
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, {}
|
|
47
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
48
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
40
49
|
$emit: ((event: "search", value: string) => void) & ((event: "update:modelValue", value: string) => void);
|
|
41
50
|
$el: any;
|
|
42
51
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -46,8 +55,14 @@ declare const _default: {
|
|
|
46
55
|
modelValue?: Search['modelValue'];
|
|
47
56
|
placeholder?: Search['placeholder'];
|
|
48
57
|
ariaLabel: Search['ariaLabel'];
|
|
58
|
+
loading?: Search['loading'];
|
|
59
|
+
buttonDisabled?: Search['buttonDisabled'];
|
|
60
|
+
inputDisabled?: Search['inputDisabled'];
|
|
49
61
|
}>, {
|
|
50
62
|
modelValue: string;
|
|
63
|
+
loading: boolean;
|
|
64
|
+
inputDisabled: boolean;
|
|
65
|
+
buttonDisabled: boolean;
|
|
51
66
|
placeholder: string;
|
|
52
67
|
variant: string;
|
|
53
68
|
size: string;
|
|
@@ -63,9 +78,12 @@ declare const _default: {
|
|
|
63
78
|
modelValue: string;
|
|
64
79
|
size: "small" | "medium";
|
|
65
80
|
placeholder: string;
|
|
81
|
+
loading: boolean;
|
|
66
82
|
variant: import("./types").Variants;
|
|
67
83
|
ariaLabel: Search['ariaLabel'];
|
|
68
|
-
|
|
84
|
+
buttonDisabled: boolean;
|
|
85
|
+
inputDisabled: boolean;
|
|
86
|
+
}, {}, string> & {
|
|
69
87
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
70
88
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
71
89
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -80,11 +98,11 @@ declare const _default: {
|
|
|
80
98
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
81
99
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
82
100
|
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, {}
|
|
101
|
+
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
102
|
};
|
|
85
103
|
$forceUpdate: () => void;
|
|
86
104
|
$nextTick: typeof import("vue").nextTick;
|
|
87
|
-
$watch
|
|
105
|
+
$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
106
|
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
89
107
|
id: Search['id'];
|
|
90
108
|
size?: Search['size'];
|
|
@@ -92,8 +110,14 @@ declare const _default: {
|
|
|
92
110
|
modelValue?: Search['modelValue'];
|
|
93
111
|
placeholder?: Search['placeholder'];
|
|
94
112
|
ariaLabel: Search['ariaLabel'];
|
|
113
|
+
loading?: Search['loading'];
|
|
114
|
+
buttonDisabled?: Search['buttonDisabled'];
|
|
115
|
+
inputDisabled?: Search['inputDisabled'];
|
|
95
116
|
}>, {
|
|
96
117
|
modelValue: string;
|
|
118
|
+
loading: boolean;
|
|
119
|
+
inputDisabled: boolean;
|
|
120
|
+
buttonDisabled: boolean;
|
|
97
121
|
placeholder: string;
|
|
98
122
|
variant: string;
|
|
99
123
|
size: string;
|
|
@@ -101,7 +125,7 @@ declare const _default: {
|
|
|
101
125
|
}>>> & {
|
|
102
126
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
103
127
|
onSearch?: ((value: string) => any) | undefined;
|
|
104
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
128
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
105
129
|
__isFragment?: undefined;
|
|
106
130
|
__isTeleport?: undefined;
|
|
107
131
|
__isSuspense?: undefined;
|
|
@@ -112,8 +136,14 @@ declare const _default: {
|
|
|
112
136
|
modelValue?: Search['modelValue'];
|
|
113
137
|
placeholder?: Search['placeholder'];
|
|
114
138
|
ariaLabel: Search['ariaLabel'];
|
|
139
|
+
loading?: Search['loading'];
|
|
140
|
+
buttonDisabled?: Search['buttonDisabled'];
|
|
141
|
+
inputDisabled?: Search['inputDisabled'];
|
|
115
142
|
}>, {
|
|
116
143
|
modelValue: string;
|
|
144
|
+
loading: boolean;
|
|
145
|
+
inputDisabled: boolean;
|
|
146
|
+
buttonDisabled: boolean;
|
|
117
147
|
placeholder: string;
|
|
118
148
|
variant: string;
|
|
119
149
|
size: string;
|
|
@@ -129,12 +159,15 @@ declare const _default: {
|
|
|
129
159
|
modelValue: string;
|
|
130
160
|
size: "small" | "medium";
|
|
131
161
|
placeholder: string;
|
|
162
|
+
loading: boolean;
|
|
132
163
|
variant: import("./types").Variants;
|
|
133
164
|
ariaLabel: Search['ariaLabel'];
|
|
134
|
-
|
|
165
|
+
buttonDisabled: boolean;
|
|
166
|
+
inputDisabled: boolean;
|
|
167
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
135
168
|
export default _default;
|
|
136
|
-
|
|
137
|
-
|
|
169
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
170
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
138
171
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
139
172
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
140
173
|
} : {
|
|
@@ -142,7 +175,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
142
175
|
required: true;
|
|
143
176
|
};
|
|
144
177
|
};
|
|
145
|
-
|
|
178
|
+
type __VLS_WithDefaults<P, D> = {
|
|
146
179
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
147
180
|
default: D[K];
|
|
148
181
|
} : P[K];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type Variants = 'button-primary' | 'button-secondary' | 'button-icon';
|
|
2
2
|
export interface Search {
|
|
3
3
|
id: string;
|
|
4
4
|
ariaLabel: string;
|
|
@@ -6,4 +6,7 @@ export interface Search {
|
|
|
6
6
|
variant?: Variants;
|
|
7
7
|
modelValue?: string;
|
|
8
8
|
size?: 'small' | 'medium';
|
|
9
|
+
loading?: boolean;
|
|
10
|
+
buttonDisabled?: boolean;
|
|
11
|
+
inputDisabled?: boolean;
|
|
9
12
|
}
|
|
@@ -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];
|