@autoafleveren/ui 0.16.7 → 0.16.9
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/dist/config/eslint.cjs +5 -0
- package/dist/icons.cjs +131 -132
- package/dist/icons.js +12432 -11925
- package/dist/style.css +1 -1
- package/dist/types/components/AppActionBar/AppActionBar.vue.d.ts +1 -1
- package/dist/types/components/AppActionBar/AppActionBarItem.vue.d.ts +14 -30
- package/dist/types/components/AppActionBar/AppActionBarSubMenu.vue.d.ts +5 -28
- package/dist/types/components/AppActionBar/Components/Error.vue.d.ts +1 -1
- package/dist/types/components/AppActionBar/Components/Loading.vue.d.ts +1 -1
- package/dist/types/components/AppActionBar/Components/MultiSelect.vue.d.ts +7 -30
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +15 -35
- package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +2 -23
- package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +3 -12
- package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +11 -29
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +16 -53
- package/dist/types/components/AppButton/AppButton.vue.d.ts +11 -41
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +10 -14
- package/dist/types/components/AppCard/AppCard.vue.d.ts +15 -41
- package/dist/types/components/AppCard/CardAction.vue.d.ts +3 -12
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +10 -14
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +14 -48
- package/dist/types/components/AppContextMenu/AppContextMenu.vue.d.ts +10 -19
- package/dist/types/components/AppContextMenu/ShortcutItem.vue.d.ts +3 -12
- package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +12 -18
- package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +17 -21
- package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +12 -36
- package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +4 -25
- package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +11 -27
- package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +62 -6
- package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +11 -29
- package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +127 -31
- package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +8 -12
- package/dist/types/components/AppInput/AppInput.vue.d.ts +8 -10
- package/dist/types/components/AppInput/FileInput.vue.d.ts +11 -15
- package/dist/types/components/AppInput/Input.vue.d.ts +9 -12
- package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +10 -14
- package/dist/types/components/AppInput/LocationInput.vue.d.ts +5 -28
- package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +8 -12
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +11 -31
- package/dist/types/components/AppLoader/AppLoader.vue.d.ts +4 -25
- package/dist/types/components/AppMaps/AppMaps.vue.d.ts +4 -39
- package/dist/types/components/AppMenu/AppMenu.vue.d.ts +2 -23
- package/dist/types/components/AppMenu/AppMenuItem.vue.d.ts +9 -25
- package/dist/types/components/AppModal/AppModal.vue.d.ts +22 -55
- package/dist/types/components/AppNavigationMenu/AppNavigationMenu.vue.d.ts +1 -1
- package/dist/types/components/AppNavigationMenu/Mobile.vue.d.ts +1 -1
- package/dist/types/components/AppNavigationMenu/NavigationItem.vue.d.ts +3 -12
- package/dist/types/components/AppNavigationMenu/SupportItem.vue.d.ts +1 -1
- package/dist/types/components/AppPagination/AppPagination.vue.d.ts +9 -36
- package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +11 -31
- package/dist/types/components/AppSection/AppSection.vue.d.ts +13 -17
- package/dist/types/components/AppSelect/AppSelect.vue.d.ts +50 -104
- package/dist/types/components/AppTable/AppTable.vue.d.ts +8 -3
- package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +9 -25
- package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +20 -36
- package/dist/types/components/AppTimeline/AppTimelineItemIcon.vue.d.ts +1 -10
- package/dist/types/components/AppToggle/AppToggle.vue.d.ts +5 -26
- package/dist/types/components/AppToggleCard/AppToggleCard.vue.d.ts +14 -18
- package/dist/types/composables/index.d.ts +1 -0
- package/dist/types/composables/useActionBar/index.d.ts +6 -6
- package/dist/types/composables/useComputedPosition/index.d.ts +5 -0
- package/dist/types/composables/useConfirm/index.d.ts +4 -1
- package/dist/types/composables/useEcho/index.d.ts +3 -0
- package/dist/types/composables/useGoogleApi/index.d.ts +1 -1
- package/dist/types/composables/useLayout/index.d.ts +5 -5
- package/dist/types/composables/useModal/index.d.ts +5 -1
- package/dist/types/composables/useNavigation/index.d.ts +33 -13
- package/dist/types/icons/BuildingCircleCheck.vue.d.ts +1 -1
- package/dist/types/icons/CarsIcon.vue.d.ts +1 -1
- package/dist/types/icons/ChatPersonRoundedIcon.vue.d.ts +3 -12
- package/dist/types/icons/CompanyIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroGirlIcon.vue.d.ts +3 -13
- package/dist/types/icons/HeroPersonIcon.vue.d.ts +3 -12
- package/dist/types/icons/HeroPersonRoundedIcon.vue.d.ts +3 -12
- package/dist/types/icons/HeroPersonWithBgIcon.vue.d.ts +3 -12
- package/dist/types/icons/LocationMarkerIcon.vue.d.ts +1 -1
- package/dist/types/icons/PartyPopperIcon.vue.d.ts +1 -1
- package/dist/types/icons/index.d.ts +1 -1
- package/dist/types/icons/status/ErrorIcon.vue.d.ts +1 -1
- package/dist/types/icons/status/SuccessIcon.vue.d.ts +1 -1
- package/dist/types/icons/status/WarningIcon.vue.d.ts +1 -1
- package/dist/types/layouts/Auth/Auth.vue.d.ts +9 -4
- package/dist/types/layouts/Base/Base.vue.d.ts +12 -5
- package/dist/types/layouts/Platform/Platform.vue.d.ts +12 -5
- package/dist/types/plugins/Toast/Toast.vue.d.ts +7 -30
- package/dist/ui-storybook.css +1 -0
- package/dist/ui.cjs +42 -43
- package/dist/ui.css +1 -1
- package/dist/ui.js +19727 -18231
- package/package.json +40 -39
|
@@ -1,91 +1,54 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
declare function __VLS_template():
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
handleTagRemove: (option: any, e: Event) => void;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
} | {
|
|
17
|
-
classes: string | undefined;
|
|
18
|
-
handleCaretClick: () => void;
|
|
19
|
-
isOpen: boolean;
|
|
20
|
-
} | {
|
|
21
|
-
classes: string | undefined;
|
|
22
|
-
options: any[];
|
|
23
|
-
} | {
|
|
24
|
-
classes: string | undefined;
|
|
25
|
-
values: any[] | object;
|
|
26
|
-
} | {
|
|
27
|
-
classes: string | undefined;
|
|
28
|
-
value: any;
|
|
29
|
-
} | {
|
|
30
|
-
classes: string | undefined;
|
|
31
|
-
group: any;
|
|
32
|
-
isSelected: (option: any) => boolean;
|
|
33
|
-
isPointed: (option: any) => boolean;
|
|
34
|
-
} | {
|
|
35
|
-
classes: string | undefined;
|
|
36
|
-
}) => any>> & {
|
|
37
|
-
label?(_: {}): any;
|
|
38
|
-
tag?(_: {
|
|
39
|
-
disabled: boolean;
|
|
1
|
+
import type { Props } from './index.d';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
slots: Partial<Record<NonNullable<"clear" | "option" | "placeholder" | "tag" | "caret" | "spinner" | "afterlist" | "beforelist" | "multiplelabel" | "singlelabel" | "grouplabel" | "infinite" | "nooptions" | "noresults">, (_: {
|
|
4
|
+
classes: string | undefined;
|
|
5
|
+
clear: () => void;
|
|
6
|
+
} | {
|
|
7
|
+
classes: string | undefined;
|
|
8
|
+
option: any;
|
|
9
|
+
isSelected: (option: any) => boolean;
|
|
10
|
+
isPointed: (option: any) => boolean;
|
|
11
|
+
search: null | string;
|
|
12
|
+
} | {
|
|
13
|
+
classes: string | undefined;
|
|
40
14
|
option: any;
|
|
41
|
-
handleTagRemove: (option:
|
|
42
|
-
|
|
15
|
+
handleTagRemove: (option: any, e: Event) => void;
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
} | {
|
|
18
|
+
classes: string | undefined;
|
|
19
|
+
handleCaretClick: () => void;
|
|
20
|
+
isOpen: boolean;
|
|
21
|
+
} | {
|
|
22
|
+
classes: string | undefined;
|
|
23
|
+
options: any[];
|
|
24
|
+
} | {
|
|
25
|
+
classes: string | undefined;
|
|
26
|
+
values: any[] | object;
|
|
27
|
+
} | {
|
|
28
|
+
classes: string | undefined;
|
|
29
|
+
value: any;
|
|
30
|
+
} | {
|
|
31
|
+
classes: string | undefined;
|
|
32
|
+
group: any;
|
|
33
|
+
isSelected: (option: any) => boolean;
|
|
34
|
+
isPointed: (option: any) => boolean;
|
|
35
|
+
} | {
|
|
36
|
+
classes: string | undefined;
|
|
37
|
+
}) => any>> & {
|
|
38
|
+
label?(_: {}): any;
|
|
39
|
+
tag?(_: {
|
|
40
|
+
disabled: boolean;
|
|
41
|
+
option: any;
|
|
42
|
+
handleTagRemove: (option: unknown, $event: Event) => void;
|
|
43
|
+
}): any;
|
|
44
|
+
};
|
|
45
|
+
refs: {};
|
|
46
|
+
attrs: Partial<{}>;
|
|
43
47
|
};
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
hasError?: boolean;
|
|
47
|
-
errorMessage?: string;
|
|
48
|
-
label?: string;
|
|
49
|
-
optionLabel?: string;
|
|
50
|
-
fetchOnOpen?: boolean;
|
|
51
|
-
openDirection?: OpenDirection;
|
|
52
|
-
dropdownClasses?: string;
|
|
53
|
-
additionalClasses?: Record<string, string>;
|
|
54
|
-
labelClasses?: string;
|
|
55
|
-
}>, {
|
|
56
|
-
wrapperClasses: undefined;
|
|
57
|
-
errorMessage: undefined;
|
|
58
|
-
label: undefined;
|
|
59
|
-
optionLabel: string;
|
|
60
|
-
fetchOnOpen: boolean;
|
|
61
|
-
openDirection: string;
|
|
62
|
-
dropdownClasses: undefined;
|
|
63
|
-
additionalClasses: undefined;
|
|
64
|
-
labelClasses: undefined;
|
|
65
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
66
|
-
wrapperClasses?: string;
|
|
67
|
-
hasError?: boolean;
|
|
68
|
-
errorMessage?: string;
|
|
69
|
-
label?: string;
|
|
70
|
-
optionLabel?: string;
|
|
71
|
-
fetchOnOpen?: boolean;
|
|
72
|
-
openDirection?: OpenDirection;
|
|
73
|
-
dropdownClasses?: string;
|
|
74
|
-
additionalClasses?: Record<string, string>;
|
|
75
|
-
labelClasses?: string;
|
|
76
|
-
}>, {
|
|
77
|
-
wrapperClasses: undefined;
|
|
78
|
-
errorMessage: undefined;
|
|
79
|
-
label: undefined;
|
|
80
|
-
optionLabel: string;
|
|
81
|
-
fetchOnOpen: boolean;
|
|
82
|
-
openDirection: string;
|
|
83
|
-
dropdownClasses: undefined;
|
|
84
|
-
additionalClasses: undefined;
|
|
85
|
-
labelClasses: undefined;
|
|
86
|
-
}>>>, {
|
|
48
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
49
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
87
50
|
label: string;
|
|
88
|
-
openDirection: OpenDirection;
|
|
51
|
+
openDirection: import("./index.d").OpenDirection;
|
|
89
52
|
errorMessage: string;
|
|
90
53
|
wrapperClasses: string;
|
|
91
54
|
labelClasses: string;
|
|
@@ -93,28 +56,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
93
56
|
fetchOnOpen: boolean;
|
|
94
57
|
dropdownClasses: string;
|
|
95
58
|
additionalClasses: Record<string, string>;
|
|
96
|
-
}, {}>;
|
|
97
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
59
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
60
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
98
61
|
export default _default;
|
|
99
|
-
type __VLS_WithDefaults<P, D> = {
|
|
100
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
101
|
-
default: D[K];
|
|
102
|
-
}> : P[K];
|
|
103
|
-
};
|
|
104
|
-
type __VLS_Prettify<T> = {
|
|
105
|
-
[K in keyof T]: T[K];
|
|
106
|
-
} & {};
|
|
107
62
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
108
63
|
new (): {
|
|
109
64
|
$slots: S;
|
|
110
65
|
};
|
|
111
66
|
};
|
|
112
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
113
|
-
type __VLS_TypePropsToOption<T> = {
|
|
114
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
115
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
116
|
-
} : {
|
|
117
|
-
type: import('vue').PropType<T[K]>;
|
|
118
|
-
required: true;
|
|
119
|
-
};
|
|
120
|
-
};
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
11
|
export default _default;
|
|
7
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
13
|
new (): {
|
|
@@ -1,35 +1,19 @@
|
|
|
1
1
|
import type { TimelineProps } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
};
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TimelineProps>, {
|
|
8
|
-
type: string;
|
|
9
|
-
}>>>, {
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<TimelineProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineProps> & Readonly<{}>, {
|
|
10
11
|
type: import("./index.d").TimelineType;
|
|
11
|
-
}, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
14
|
export default _default;
|
|
14
|
-
type __VLS_WithDefaults<P, D> = {
|
|
15
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
16
|
-
default: D[K];
|
|
17
|
-
}> : P[K];
|
|
18
|
-
};
|
|
19
|
-
type __VLS_Prettify<T> = {
|
|
20
|
-
[K in keyof T]: T[K];
|
|
21
|
-
} & {};
|
|
22
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
16
|
new (): {
|
|
24
17
|
$slots: S;
|
|
25
18
|
};
|
|
26
19
|
};
|
|
27
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
-
type __VLS_TypePropsToOption<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
@@ -1,46 +1,30 @@
|
|
|
1
1
|
import type { TimelineItemProps } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
icon?(_: {
|
|
5
|
+
value: import("vue").Component | undefined;
|
|
6
|
+
}): any;
|
|
7
|
+
date?(_: {
|
|
8
|
+
value: string | number | never[];
|
|
9
|
+
}): any;
|
|
10
|
+
title?(_: {
|
|
11
|
+
value: string;
|
|
12
|
+
}): any;
|
|
13
|
+
default?(_: {
|
|
14
|
+
value: string | undefined;
|
|
15
|
+
}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
attrs: Partial<{}>;
|
|
15
19
|
};
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<TimelineItemProps>, {
|
|
19
|
-
itemType: string;
|
|
20
|
-
}>>>, {
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import("vue").DefineComponent<TimelineItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineItemProps> & Readonly<{}>, {
|
|
21
22
|
itemType: import("./index.d").TimelineType;
|
|
22
|
-
}, {}>;
|
|
23
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
25
|
export default _default;
|
|
25
|
-
type __VLS_WithDefaults<P, D> = {
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_Prettify<T> = {
|
|
31
|
-
[K in keyof T]: T[K];
|
|
32
|
-
} & {};
|
|
33
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
27
|
new (): {
|
|
35
28
|
$slots: S;
|
|
36
29
|
};
|
|
37
30
|
};
|
|
38
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
-
type __VLS_TypePropsToOption<T> = {
|
|
40
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
-
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
@@ -1,12 +1,3 @@
|
|
|
1
1
|
import type { TimelineItemIconProps } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<TimelineItemIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineItemIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
4
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
5
|
-
type __VLS_TypePropsToOption<T> = {
|
|
6
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
7
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
8
|
-
} : {
|
|
9
|
-
type: import('vue').PropType<T[K]>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
@@ -3,32 +3,11 @@ declare let __VLS_typeProps: Props;
|
|
|
3
3
|
type __VLS_PublicProps = {
|
|
4
4
|
modelValue?: boolean;
|
|
5
5
|
} & typeof __VLS_typeProps;
|
|
6
|
-
declare const _default: import("vue").DefineComponent<
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
"update:modelValue": (modelValue: boolean) => void;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
}>>> & {
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
9
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
14
|
-
}
|
|
10
|
+
}>, {
|
|
15
11
|
disabled: boolean;
|
|
16
|
-
}, {}>;
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
13
|
export default _default;
|
|
18
|
-
type __VLS_WithDefaults<P, D> = {
|
|
19
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
20
|
-
default: D[K];
|
|
21
|
-
}> : P[K];
|
|
22
|
-
};
|
|
23
|
-
type __VLS_Prettify<T> = {
|
|
24
|
-
[K in keyof T]: T[K];
|
|
25
|
-
} & {};
|
|
26
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
-
type __VLS_TypePropsToOption<T> = {
|
|
28
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
-
} : {
|
|
31
|
-
type: import('vue').PropType<T[K]>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
@@ -6,29 +6,25 @@ type __VLS_PublicProps = {
|
|
|
6
6
|
modelValue?: boolean;
|
|
7
7
|
} & typeof __VLS_typeProps;
|
|
8
8
|
declare function __VLS_template(): {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
slots: {
|
|
10
|
+
title?(_: {
|
|
11
|
+
"data-test-title-slot": boolean;
|
|
12
|
+
}): any;
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
attrs: Partial<{}>;
|
|
13
17
|
};
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
|
+
"update:modelValue": (modelValue: boolean) => any;
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
22
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
18
|
-
}, {}, {}>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
23
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
25
|
export default _default;
|
|
21
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
27
|
new (): {
|
|
23
28
|
$slots: S;
|
|
24
29
|
};
|
|
25
30
|
};
|
|
26
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
-
type __VLS_TypePropsToOption<T> = {
|
|
28
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
-
} : {
|
|
31
|
-
type: import('vue').PropType<T[K]>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
@@ -8,10 +8,10 @@ export declare function useActionBar(): {
|
|
|
8
8
|
setActions: (actions: Action[]) => void;
|
|
9
9
|
open: () => void;
|
|
10
10
|
close: () => void;
|
|
11
|
-
selection: import("vue").ShallowRef<number[]>;
|
|
12
|
-
tableSelection: import("vue").ShallowRef<unknown[]>;
|
|
13
|
-
actions: import("vue").ShallowRef<Action[]>;
|
|
14
|
-
isOpen: import("vue").ShallowRef<boolean>;
|
|
15
|
-
onResetSelection: import("vue").ShallowRef<OnResetSelection | undefined>;
|
|
16
|
-
selectionText: import("vue").ShallowRef<string>;
|
|
11
|
+
selection: import("vue").ShallowRef<number[], number[]>;
|
|
12
|
+
tableSelection: import("vue").ShallowRef<unknown[], unknown[]>;
|
|
13
|
+
actions: import("vue").ShallowRef<Action[], Action[]>;
|
|
14
|
+
isOpen: import("vue").ShallowRef<boolean, boolean>;
|
|
15
|
+
onResetSelection: import("vue").ShallowRef<OnResetSelection | undefined, OnResetSelection | undefined>;
|
|
16
|
+
selectionText: import("vue").ShallowRef<string, string>;
|
|
17
17
|
};
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
-
import type { ConfirmProps } from '~components/AppConfirm/index.d';
|
|
1
|
+
import type { ConfirmInstance, ConfirmProps } from '~components/AppConfirm/index.d';
|
|
2
2
|
export declare function useConfirm(): {
|
|
3
3
|
open: (options: ConfirmProps) => Promise<unknown>;
|
|
4
4
|
close: () => Promise<void>;
|
|
5
5
|
instances: import("vue").Ref<{
|
|
6
6
|
instance: any;
|
|
7
7
|
element: HTMLDivElement;
|
|
8
|
+
}[], ConfirmInstance[] | {
|
|
9
|
+
instance: any;
|
|
10
|
+
element: HTMLDivElement;
|
|
8
11
|
}[]>;
|
|
9
12
|
};
|
|
@@ -14,6 +14,9 @@ export declare function useEcho(listenerName?: string | null): {
|
|
|
14
14
|
listeners: import("vue").Ref<{
|
|
15
15
|
name: string;
|
|
16
16
|
isListening: boolean;
|
|
17
|
+
}[], Listener[] | {
|
|
18
|
+
name: string;
|
|
19
|
+
isListening: boolean;
|
|
17
20
|
}[]>;
|
|
18
21
|
echo: Echo | null;
|
|
19
22
|
key: string | null;
|
|
@@ -6,12 +6,12 @@ export declare function useLayout(): {
|
|
|
6
6
|
setLayoutImage: (image: LayoutImage) => void;
|
|
7
7
|
setPrimaryColors: (color: string, colorActive: string) => void;
|
|
8
8
|
setSecondaryColors: (color: string, colorActive: string) => void;
|
|
9
|
-
layoutImage: import("vue").Ref<LayoutImage>;
|
|
9
|
+
layoutImage: import("vue").Ref<LayoutImage, LayoutImage>;
|
|
10
10
|
colors: {
|
|
11
|
-
primaryColor: import("vue").Ref<string>;
|
|
12
|
-
primaryColorActive: import("vue").Ref<string>;
|
|
13
|
-
secondaryColor: import("vue").Ref<string>;
|
|
14
|
-
secondaryColorActive: import("vue").Ref<string>;
|
|
11
|
+
primaryColor: import("vue").Ref<string, string>;
|
|
12
|
+
primaryColorActive: import("vue").Ref<string, string>;
|
|
13
|
+
secondaryColor: import("vue").Ref<string, string>;
|
|
14
|
+
secondaryColorActive: import("vue").Ref<string, string>;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
17
17
|
export type { LayoutImage };
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import type { Component, MaybeRef } from 'vue';
|
|
2
2
|
import type { ModalInstance, ModalProps } from '~components/AppModal/index.d';
|
|
3
3
|
export declare function useModal(component: MaybeRef<Component | string>, options?: ModalProps): {
|
|
4
|
-
instance: import("vue").Ref<ModalInstance | undefined>;
|
|
4
|
+
instance: import("vue").Ref<ModalInstance | undefined, ModalInstance | undefined>;
|
|
5
5
|
open: (openOptions: ModalProps) => Promise<unknown>;
|
|
6
6
|
close: () => Promise<void>;
|
|
7
7
|
instances: import("vue").Ref<{
|
|
8
8
|
ref: any;
|
|
9
9
|
instance: any;
|
|
10
10
|
element: HTMLDivElement;
|
|
11
|
+
}[], ModalInstance[] | {
|
|
12
|
+
ref: any;
|
|
13
|
+
instance: any;
|
|
14
|
+
element: HTMLDivElement;
|
|
11
15
|
}[]>;
|
|
12
16
|
};
|
|
@@ -11,34 +11,54 @@ export declare function useNavigation(): {
|
|
|
11
11
|
openMobileMenu: () => void;
|
|
12
12
|
closeMobileMenu: () => void;
|
|
13
13
|
toggleMobileMenu: () => void;
|
|
14
|
-
navigationItems: import("vue").ShallowRef<NavigationItem[]>;
|
|
15
|
-
mainMenuOpen: import("vue").ShallowRef<boolean>;
|
|
16
|
-
mobileMenuOpen: import("vue").ShallowRef<boolean>;
|
|
17
|
-
mobileMenuOpenTransition: import("vue").ShallowRef<boolean>;
|
|
18
|
-
navigationComponent: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
14
|
+
navigationItems: import("vue").ShallowRef<NavigationItem[], NavigationItem[]>;
|
|
15
|
+
mainMenuOpen: import("vue").ShallowRef<boolean, boolean>;
|
|
16
|
+
mobileMenuOpen: import("vue").ShallowRef<boolean, boolean>;
|
|
17
|
+
mobileMenuOpenTransition: import("vue").ShallowRef<boolean, boolean>;
|
|
18
|
+
navigationComponent: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>, import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
19
19
|
new (...args: any[]): any;
|
|
20
20
|
__isFragment?: never;
|
|
21
21
|
__isTeleport?: never;
|
|
22
22
|
__isSuspense?: never;
|
|
23
|
-
}
|
|
24
|
-
logo: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
23
|
+
}, {
|
|
25
24
|
new (...args: any[]): any;
|
|
26
25
|
__isFragment?: never;
|
|
27
26
|
__isTeleport?: never;
|
|
28
27
|
__isSuspense?: never;
|
|
29
|
-
}> | import("vue").ShallowRef<
|
|
30
|
-
|
|
28
|
+
}> | import("vue").ShallowRef<"a", "a">;
|
|
29
|
+
logo: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>, import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
31
30
|
new (...args: any[]): any;
|
|
32
31
|
__isFragment?: never;
|
|
33
32
|
__isTeleport?: never;
|
|
34
33
|
__isSuspense?: never;
|
|
35
|
-
}
|
|
36
|
-
contactRoute: import("vue").ShallowRef<string | null | undefined>;
|
|
37
|
-
contactIcon: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, any>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
34
|
+
}, {
|
|
38
35
|
new (...args: any[]): any;
|
|
39
36
|
__isFragment?: never;
|
|
40
37
|
__isTeleport?: never;
|
|
41
38
|
__isSuspense?: never;
|
|
42
|
-
}> | import("vue").ShallowRef<string>;
|
|
39
|
+
}> | import("vue").ShallowRef<null, null> | import("vue").ShallowRef<string, string>;
|
|
40
|
+
avatar: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>, import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
41
|
+
new (...args: any[]): any;
|
|
42
|
+
__isFragment?: never;
|
|
43
|
+
__isTeleport?: never;
|
|
44
|
+
__isSuspense?: never;
|
|
45
|
+
}, {
|
|
46
|
+
new (...args: any[]): any;
|
|
47
|
+
__isFragment?: never;
|
|
48
|
+
__isTeleport?: never;
|
|
49
|
+
__isSuspense?: never;
|
|
50
|
+
}> | import("vue").ShallowRef<null, null>;
|
|
51
|
+
contactRoute: import("vue").ShallowRef<string | null | undefined, string | null | undefined>;
|
|
52
|
+
contactIcon: import("vue").ShallowRef<import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>> | import("vue").ShallowRef<import("vue").FunctionalComponent<any, {}, any, {}>, import("vue").FunctionalComponent<any, {}, any, {}>> | import("vue").ShallowRef<{
|
|
53
|
+
new (...args: any[]): any;
|
|
54
|
+
__isFragment?: never;
|
|
55
|
+
__isTeleport?: never;
|
|
56
|
+
__isSuspense?: never;
|
|
57
|
+
}, {
|
|
58
|
+
new (...args: any[]): any;
|
|
59
|
+
__isFragment?: never;
|
|
60
|
+
__isTeleport?: never;
|
|
61
|
+
__isSuspense?: never;
|
|
62
|
+
}> | import("vue").ShallowRef<string, string>;
|
|
43
63
|
};
|
|
44
64
|
export type { NavigationItem, Logo };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,15 +1,6 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
primaryColor?: string;
|
|
3
|
-
}
|
|
3
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
4
4
|
primaryColor?: string;
|
|
5
|
-
}
|
|
5
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
7
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
-
type __VLS_TypePropsToOption<T> = {
|
|
9
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
-
} : {
|
|
12
|
-
type: import('vue').PropType<T[K]>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,18 +1,8 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
primaryColor?: string;
|
|
3
3
|
secondaryColor?: string;
|
|
4
|
-
}
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
5
|
primaryColor?: string;
|
|
6
6
|
secondaryColor?: string;
|
|
7
|
-
}
|
|
7
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
9
|
-
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToOption<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
};
|