@solfacil/girassol 0.15.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- 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/components.d.ts +2 -0
- package/dist/components.json +1 -1
- package/dist/girassol.es.js +6957 -6454
- package/dist/girassol.umd.js +10 -10
- package/dist/style.css +1 -1
- package/dist/theme/solfacil/index.d.ts +1 -0
- package/dist/theme/solfacil/utilities.d.ts +1 -0
- 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 +107 -0
- package/dist/types/components/file-upload/FileUpload.vue.d.ts +208 -0
- package/dist/types/components/file-upload/Upload.vue.d.ts +136 -0
- package/dist/types/components/file-upload/file-upload.spec.d.ts +1 -0
- package/dist/types/components/file-upload/index.d.ts +2 -0
- package/dist/types/components/file-upload/types.d.ts +34 -0
- 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 +12 -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 +18 -18
- 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 +17 -17
- package/dist/types/components/menus/menu-item/MenuItemSeparator.vue.d.ts +2 -0
- package/dist/types/components/menus/menu-item/index.d.ts +2 -0
- 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-download/index.d.ts +3 -0
- 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 +845 -479
- package/package.json +35 -35
- package/theme/solfacil/index.ts +2 -1
- package/theme/solfacil/screens.ts +0 -6
- package/theme/solfacil/utilities.ts +27 -8
- package/windi.config.ts +1 -1
|
@@ -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: 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, {}
|
|
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
|
|
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
|
-
|
|
83
|
-
|
|
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
|
-
|
|
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];
|
|
@@ -4,11 +4,11 @@ declare const _default: {
|
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
6
|
label: string;
|
|
7
|
-
position: ("bottom" | "top") | ("left" | "right");
|
|
7
|
+
position: ("center" | "bottom" | "top") | ("left" | "right");
|
|
8
8
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
id: string;
|
|
10
10
|
label?: string | undefined;
|
|
11
|
-
position?: (("bottom" | "top") | ("left" | "right")) | undefined;
|
|
11
|
+
position?: (("center" | "bottom" | "top") | ("left" | "right")) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
label: string;
|
|
14
14
|
position: string;
|
|
@@ -22,21 +22,21 @@ 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: string, ...args: any[]) => void;
|
|
28
28
|
$el: any;
|
|
29
29
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
30
30
|
id: string;
|
|
31
31
|
label?: string | undefined;
|
|
32
|
-
position?: (("bottom" | "top") | ("left" | "right")) | undefined;
|
|
32
|
+
position?: (("center" | "bottom" | "top") | ("left" | "right")) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
label: string;
|
|
35
35
|
position: string;
|
|
36
36
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
37
37
|
label: string;
|
|
38
|
-
position: ("bottom" | "top") | ("left" | "right");
|
|
39
|
-
}> & {
|
|
38
|
+
position: ("center" | "bottom" | "top") | ("left" | "right");
|
|
39
|
+
}, {}, string> & {
|
|
40
40
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
41
41
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
42
42
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -51,33 +51,33 @@ 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, {}
|
|
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
|
|
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;
|
|
62
|
-
position?: (("bottom" | "top") | ("left" | "right")) | undefined;
|
|
62
|
+
position?: (("center" | "bottom" | "top") | ("left" | "right")) | undefined;
|
|
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;
|
|
70
70
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
71
71
|
id: string;
|
|
72
72
|
label?: string | undefined;
|
|
73
|
-
position?: (("bottom" | "top") | ("left" | "right")) | undefined;
|
|
73
|
+
position?: (("center" | "bottom" | "top") | ("left" | "right")) | undefined;
|
|
74
74
|
}>, {
|
|
75
75
|
label: string;
|
|
76
76
|
position: string;
|
|
77
77
|
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
78
78
|
label: string;
|
|
79
|
-
position: ("bottom" | "top") | ("left" | "right");
|
|
80
|
-
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
79
|
+
position: ("center" | "bottom" | "top") | ("left" | "right");
|
|
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
|
-
|
|
103
|
-
|
|
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
|
-
|
|
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, {}
|
|
20
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
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, {}
|
|
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
|
|
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
|
-
|
|
70
|
-
|
|
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
|
} : {
|
|
@@ -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';
|
|
@@ -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];
|