@autoafleveren/ui 1.2.12 → 1.3.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/dist/icons.cjs +229 -230
- package/dist/icons.css +1 -1
- package/dist/icons.js +9529 -9368
- package/dist/theme.css +3 -0
- package/dist/types/components/AppActionBar/AppActionBar.vue.d.ts +1 -4
- package/dist/types/components/AppActionBar/AppActionBarItem.vue.d.ts +21 -0
- package/dist/types/components/AppActionBar/AppActionBarSubMenu.vue.d.ts +2 -6
- 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 +4 -4
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +29 -0
- package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +2 -2
- package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +1 -1
- package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +4 -15
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +23 -0
- package/dist/types/components/AppButton/AppButton.vue.d.ts +26 -0
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +15 -0
- package/dist/types/components/AppCard/AppCard.vue.d.ts +39 -0
- package/dist/types/components/AppCard/CardAction.vue.d.ts +1 -1
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +17 -0
- package/dist/types/components/AppColor/AppColor.vue.d.ts +3 -6
- package/dist/types/components/AppColorCard/AppColorCard.vue.d.ts +27 -0
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +6 -284
- package/dist/types/components/AppContextMenu/AppContextMenu.vue.d.ts +1 -4
- package/dist/types/components/AppContextMenu/ShortcutItem.vue.d.ts +2 -2
- package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +10 -5
- package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +5 -35
- package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +30 -0
- package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +5 -13
- package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +3 -10
- package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +16 -0
- package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +5 -13
- package/dist/types/components/AppDrawer/AppDrawer.vue.d.ts +4 -35
- package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +25 -0
- package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +2 -23
- package/dist/types/components/AppError/AppError.vue.d.ts +6 -47
- package/dist/types/components/AppImageDropzone/AppImageDropzone.vue.d.ts +2 -6
- package/dist/types/components/AppInput/AppInput.vue.d.ts +14 -8
- package/dist/types/components/AppInput/FileInput.vue.d.ts +5 -19
- package/dist/types/components/AppInput/Input.vue.d.ts +2 -2
- package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +15 -0
- package/dist/types/components/AppInput/LocationInput.vue.d.ts +2 -5
- package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +5 -7
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +5 -11
- package/dist/types/components/AppLoader/AppLoader.vue.d.ts +2 -2
- package/dist/types/components/AppMaps/AppMaps.vue.d.ts +2 -5
- package/dist/types/components/AppMenu/AppMenu.vue.d.ts +2 -2
- package/dist/types/components/AppMenu/AppMenuItem.vue.d.ts +16 -0
- package/dist/types/components/AppModal/AppModal.vue.d.ts +51 -0
- 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 +1 -1
- package/dist/types/components/AppNavigationMenu/SupportItem.vue.d.ts +1 -1
- package/dist/types/components/AppPagination/AppPagination.vue.d.ts +2 -2
- package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +3 -9
- package/dist/types/components/AppProgressBar/AppProgressBar.vue.d.ts +2 -2
- package/dist/types/components/AppProgressBar/AppProgressBarStep.vue.d.ts +5 -7
- package/dist/types/components/AppRating/AppRating.vue.d.ts +5 -23
- package/dist/types/components/AppRating/VueStarRating/Star.vue.d.ts +2 -2
- package/dist/types/components/AppRating/VueStarRating/StarRating.vue.d.ts +5 -62
- package/dist/types/components/AppSection/AppSection.vue.d.ts +8 -13
- package/dist/types/components/AppSelect/AppSelect.vue.d.ts +33 -0
- package/dist/types/components/AppStepper/AppStepper.vue.d.ts +4 -27
- package/dist/types/components/AppTable/AppTable.vue.d.ts +5 -7
- package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +5 -12
- package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +10 -28
- package/dist/types/components/AppTimeline/AppTimelineItemIcon.vue.d.ts +1 -1
- package/dist/types/components/AppToggle/AppToggle.vue.d.ts +4 -4
- package/dist/types/components/AppToggleCard/AppToggleCard.vue.d.ts +27 -0
- package/dist/types/icons/BuildingCircleCheck.vue.d.ts +1 -1
- package/dist/types/icons/BuildingCircleXmark.vue.d.ts +1 -1
- package/dist/types/icons/CarsIcon.vue.d.ts +1 -1
- package/dist/types/icons/ChatPersonRoundedIcon.vue.d.ts +1 -1
- package/dist/types/icons/CompanyIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroGirlIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroPersonIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroPersonRoundedIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroPersonWithBgIcon.vue.d.ts +1 -1
- package/dist/types/icons/LocationMarkerIcon.vue.d.ts +1 -1
- package/dist/types/icons/PartyPopperIcon.vue.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 +5 -13
- package/dist/types/layouts/Base/Base.vue.d.ts +4 -17
- package/dist/types/layouts/Platform/Platform.vue.d.ts +4 -20
- package/dist/types/plugins/Toast/Toast.vue.d.ts +2 -2
- package/dist/ui-library.css +2 -2
- package/dist/ui-storybook.css +2 -2
- package/dist/ui.cjs +190 -191
- package/dist/ui.css +1 -1
- package/dist/ui.js +20014 -18961
- package/package.json +41 -46
|
@@ -8,10 +8,7 @@ type __VLS_Props = {
|
|
|
8
8
|
mapCenterLongitude?: number | null;
|
|
9
9
|
mapOptions?: google.maps.MapOptions | null;
|
|
10
10
|
};
|
|
11
|
-
|
|
12
|
-
mapElement: typeof __VLS_nativeElements['div'];
|
|
13
|
-
};
|
|
14
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
12
|
withMarker: boolean;
|
|
16
13
|
disableMarkerClick: boolean;
|
|
17
14
|
markerLatitude: number | null;
|
|
@@ -20,5 +17,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
20
17
|
mapCenterLatitude: number | null;
|
|
21
18
|
mapCenterLongitude: number | null;
|
|
22
19
|
mapOptions: google.maps.MapOptions | null;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
21
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MenuProps } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<MenuProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<MenuProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MenuProps> & Readonly<{}>, {
|
|
3
3
|
responsive: boolean;
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
4
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { MenuItem } from './index.d';
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<MenuItem, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MenuItem> & Readonly<{}>, {
|
|
7
|
+
replace: boolean;
|
|
8
|
+
visible: boolean;
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import type { ModalProps } from './index.d';
|
|
3
|
+
type __VLS_Props = Omit<ModalProps, 'onOpen' | 'onClose' | 'plugins'>;
|
|
4
|
+
declare function open(): Promise<void>;
|
|
5
|
+
declare function close(): Promise<void>;
|
|
6
|
+
declare function submit(): Promise<void>;
|
|
7
|
+
declare var __VLS_35: {}, __VLS_45: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
title?: (props: typeof __VLS_35) => any;
|
|
10
|
+
} & {
|
|
11
|
+
default?: (props: typeof __VLS_45) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
14
|
+
isOpen: import("vue").Ref<boolean, boolean>;
|
|
15
|
+
open: typeof open;
|
|
16
|
+
close: typeof close;
|
|
17
|
+
submit: typeof submit;
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
19
|
+
submit: (value: FormData) => any;
|
|
20
|
+
cancel: () => any;
|
|
21
|
+
close: (value: {
|
|
22
|
+
animation: () => Promise<void>;
|
|
23
|
+
}) => any;
|
|
24
|
+
open: () => any;
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
|
+
onSubmit?: ((value: FormData) => any) | undefined;
|
|
27
|
+
onCancel?: (() => any) | undefined;
|
|
28
|
+
onClose?: ((value: {
|
|
29
|
+
animation: () => Promise<void>;
|
|
30
|
+
}) => any) | undefined;
|
|
31
|
+
onOpen?: (() => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
title: string;
|
|
34
|
+
contentClasses: string;
|
|
35
|
+
content: string | Component;
|
|
36
|
+
cancelButtonText: string | null;
|
|
37
|
+
withBackdrop: boolean;
|
|
38
|
+
preventBackdropClose: boolean;
|
|
39
|
+
submitButtonText: string | null;
|
|
40
|
+
withFooter: boolean;
|
|
41
|
+
preventBackdropCloseOnLoading: boolean;
|
|
42
|
+
modalClasses: string;
|
|
43
|
+
properties: Record<string, unknown>;
|
|
44
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, 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<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -3,5 +3,5 @@ type __VLS_Props = {
|
|
|
3
3
|
item: NavigationItem;
|
|
4
4
|
linkClasses?: string;
|
|
5
5
|
};
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props,
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -5,7 +5,7 @@ type __VLS_Props = {
|
|
|
5
5
|
lastPage?: number;
|
|
6
6
|
loaded?: boolean;
|
|
7
7
|
};
|
|
8
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props,
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
9
|
nextPage: () => any;
|
|
10
10
|
previousPage: () => any;
|
|
11
11
|
paginate: (value: number) => any;
|
|
@@ -18,5 +18,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
18
18
|
currentPage: number;
|
|
19
19
|
lastPage: number;
|
|
20
20
|
loaded: boolean;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
export default _default;
|
|
@@ -4,17 +4,11 @@ type __VLS_Props = {
|
|
|
4
4
|
active?: boolean;
|
|
5
5
|
disabled?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
8
7
|
declare var __VLS_7: {};
|
|
9
|
-
type __VLS_Slots =
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
10
9
|
default?: (props: typeof __VLS_7) => any;
|
|
11
|
-
}
|
|
12
|
-
declare const
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
as: string | Component;
|
|
15
|
-
active: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
12
|
disabled: boolean;
|
|
19
13
|
as: string | Component;
|
|
20
14
|
active: boolean;
|
|
@@ -2,9 +2,9 @@ import type { DefaultSlotProps, Props } from './index.d';
|
|
|
2
2
|
type __VLS_Slots = {
|
|
3
3
|
default?: (props: DefaultSlotProps) => void;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<Props,
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
6
6
|
unmount: boolean;
|
|
7
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
7
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
9
|
export default _default;
|
|
10
10
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}>;
|
|
6
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
7
|
export default _default;
|
|
10
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,25 +1,17 @@
|
|
|
1
|
-
import StarRating from './VueStarRating/StarRating.vue';
|
|
2
|
-
import { AppCard } from '~components';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
title?: string;
|
|
5
3
|
stars?: number;
|
|
6
4
|
showRating?: boolean;
|
|
7
5
|
readonly?: boolean;
|
|
8
6
|
};
|
|
9
|
-
|
|
10
|
-
type __VLS_PublicProps = {
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
11
8
|
modelValue: number;
|
|
12
|
-
}
|
|
13
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
9
|
+
};
|
|
14
10
|
declare var __VLS_7: {};
|
|
15
|
-
type __VLS_Slots =
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
16
12
|
default?: (props: typeof __VLS_7) => any;
|
|
17
|
-
}
|
|
18
|
-
declare const
|
|
19
|
-
StarRating: typeof StarRating;
|
|
20
|
-
AppCard: typeof AppCard;
|
|
21
|
-
model: typeof model;
|
|
22
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
15
|
"update:modelValue": (value: number) => any;
|
|
24
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
17
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
@@ -29,16 +21,6 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
29
21
|
readonly: boolean;
|
|
30
22
|
showRating: boolean;
|
|
31
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
32
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
-
"update:modelValue": (value: number) => any;
|
|
34
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
35
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
36
|
-
}>, {
|
|
37
|
-
title: string;
|
|
38
|
-
stars: number;
|
|
39
|
-
readonly: boolean;
|
|
40
|
-
showRating: boolean;
|
|
41
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
42
24
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
43
25
|
export default _default;
|
|
44
26
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -13,7 +13,7 @@ type __VLS_Props = {
|
|
|
13
13
|
glowColor?: string;
|
|
14
14
|
animate?: boolean;
|
|
15
15
|
};
|
|
16
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props,
|
|
16
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
17
17
|
starMouseMove: (value: {
|
|
18
18
|
id: number;
|
|
19
19
|
position: number;
|
|
@@ -42,5 +42,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
42
42
|
roundedCorners: boolean;
|
|
43
43
|
glow: number;
|
|
44
44
|
glowColor: string;
|
|
45
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
46
46
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import Star from './Star.vue';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
rating?: number;
|
|
4
3
|
increment?: number;
|
|
@@ -25,38 +24,14 @@ type __VLS_Props = {
|
|
|
25
24
|
activeOnClick?: boolean;
|
|
26
25
|
animate?: boolean;
|
|
27
26
|
};
|
|
28
|
-
declare
|
|
29
|
-
declare const fillLevel: import("vue").Ref<number[], number[]>;
|
|
30
|
-
declare const selectedRating: import("vue").Ref<number, number>;
|
|
31
|
-
declare const formattedRating: import("vue").ComputedRef<string | number>;
|
|
32
|
-
declare const margin: import("vue").ComputedRef<number>;
|
|
33
|
-
declare const currentActiveColor: import("vue").ComputedRef<string>;
|
|
34
|
-
declare const currentActiveBorderColor: import("vue").ComputedRef<string>;
|
|
35
|
-
declare function setRating($event: {
|
|
36
|
-
id: number;
|
|
37
|
-
position: number;
|
|
38
|
-
}, persist?: boolean): void;
|
|
39
|
-
declare function resetRating(): void;
|
|
40
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
41
|
-
declare var __VLS_0: {
|
|
27
|
+
declare var __VLS_1: {
|
|
42
28
|
rating: number;
|
|
43
29
|
stars: number;
|
|
44
30
|
};
|
|
45
|
-
type __VLS_Slots =
|
|
46
|
-
'screen-reader'?: (props: typeof
|
|
47
|
-
}
|
|
48
|
-
declare const
|
|
49
|
-
Star: typeof Star;
|
|
50
|
-
step: typeof step;
|
|
51
|
-
fillLevel: typeof fillLevel;
|
|
52
|
-
selectedRating: typeof selectedRating;
|
|
53
|
-
formattedRating: typeof formattedRating;
|
|
54
|
-
margin: typeof margin;
|
|
55
|
-
currentActiveColor: typeof currentActiveColor;
|
|
56
|
-
currentActiveBorderColor: typeof currentActiveBorderColor;
|
|
57
|
-
setRating: typeof setRating;
|
|
58
|
-
resetRating: typeof resetRating;
|
|
59
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
31
|
+
type __VLS_Slots = {} & {
|
|
32
|
+
'screen-reader'?: (props: typeof __VLS_1) => any;
|
|
33
|
+
};
|
|
34
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
60
35
|
"update:rating": (value: number) => any;
|
|
61
36
|
"hover:rating": (value: number) => any;
|
|
62
37
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
@@ -88,38 +63,6 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
88
63
|
fixedPoints: number | null;
|
|
89
64
|
activeOnClick: boolean;
|
|
90
65
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
91
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
92
|
-
"update:rating": (value: number) => any;
|
|
93
|
-
"hover:rating": (value: number) => any;
|
|
94
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
95
|
-
"onUpdate:rating"?: ((value: number) => any) | undefined;
|
|
96
|
-
"onHover:rating"?: ((value: number) => any) | undefined;
|
|
97
|
-
}>, {
|
|
98
|
-
animate: boolean;
|
|
99
|
-
inline: boolean;
|
|
100
|
-
clearable: boolean;
|
|
101
|
-
rtl: boolean;
|
|
102
|
-
padding: number;
|
|
103
|
-
activeColor: string | string[];
|
|
104
|
-
inactiveColor: string;
|
|
105
|
-
borderColor: string;
|
|
106
|
-
activeBorderColor: null | string | string[];
|
|
107
|
-
borderWidth: number;
|
|
108
|
-
roundedCorners: boolean;
|
|
109
|
-
glow: number;
|
|
110
|
-
glowColor: string;
|
|
111
|
-
starSize: number;
|
|
112
|
-
rating: number;
|
|
113
|
-
increment: number;
|
|
114
|
-
roundStartRating: boolean;
|
|
115
|
-
maxRating: number;
|
|
116
|
-
starPoints: number[];
|
|
117
|
-
showRating: boolean;
|
|
118
|
-
readOnly: boolean;
|
|
119
|
-
textClass: string;
|
|
120
|
-
fixedPoints: number | null;
|
|
121
|
-
activeOnClick: boolean;
|
|
122
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
123
66
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
124
67
|
export default _default;
|
|
125
68
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -2,22 +2,17 @@ type __VLS_Props = {
|
|
|
2
2
|
title?: string;
|
|
3
3
|
description?: string;
|
|
4
4
|
};
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
declare var __VLS_2: {};
|
|
9
|
-
declare var __VLS_3: {};
|
|
10
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
11
|
-
titleDescription?: (props: typeof __VLS_0) => any;
|
|
5
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
titleDescription?: (props: typeof __VLS_1) => any;
|
|
12
8
|
} & {
|
|
13
|
-
title?: (props: typeof
|
|
9
|
+
title?: (props: typeof __VLS_3) => any;
|
|
14
10
|
} & {
|
|
15
|
-
description?: (props: typeof
|
|
11
|
+
description?: (props: typeof __VLS_5) => any;
|
|
16
12
|
} & {
|
|
17
|
-
default?: (props: typeof
|
|
18
|
-
}
|
|
19
|
-
declare const
|
|
20
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
|
|
13
|
+
default?: (props: typeof __VLS_7) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
16
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
17
|
export default _default;
|
|
23
18
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { Props } from './index.d';
|
|
2
|
+
declare var __VLS_6: {}, __VLS_19: "clear" | "option" | "placeholder" | "spinner" | "tag" | "caret" | "afterlist" | "beforelist" | "multiplelabel" | "singlelabel" | "grouplabel" | "infinite" | "nooptions" | "noresults", __VLS_20: any, __VLS_23: {
|
|
3
|
+
disabled: boolean;
|
|
4
|
+
option: any;
|
|
5
|
+
handleTagRemove: (option: unknown, $event: Event) => void;
|
|
6
|
+
};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
[K in NonNullable<typeof __VLS_19>]?: (props: typeof __VLS_20) => any;
|
|
9
|
+
} & {
|
|
10
|
+
label?: (props: typeof __VLS_6) => any;
|
|
11
|
+
} & {
|
|
12
|
+
tag?: (props: typeof __VLS_23) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
15
|
+
label: string;
|
|
16
|
+
openDirection: import("./index.d").OpenDirection;
|
|
17
|
+
errorMessage: string;
|
|
18
|
+
wrapperClasses: string;
|
|
19
|
+
labelClasses: string;
|
|
20
|
+
optionLabel: string;
|
|
21
|
+
fetchOnOpen: boolean;
|
|
22
|
+
dropdownClasses: string;
|
|
23
|
+
additionalClasses: Record<string, string>;
|
|
24
|
+
searchable: boolean;
|
|
25
|
+
cacheable: boolean;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
@@ -1,41 +1,18 @@
|
|
|
1
|
-
import { FontAwesomeIcon, byPrefixAndName } from '~icons';
|
|
2
|
-
import { AppCard } from '~components';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
title?: string;
|
|
5
3
|
};
|
|
6
|
-
|
|
7
|
-
declare const flipRef: Readonly<import("vue").ShallowRef<HTMLDivElement | null>>;
|
|
8
|
-
declare function increment(): void;
|
|
9
|
-
declare function decrement(): void;
|
|
10
|
-
type __VLS_PublicProps = {
|
|
4
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
11
5
|
modelValue: number;
|
|
12
|
-
}
|
|
13
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
|
+
};
|
|
14
7
|
declare var __VLS_7: {};
|
|
15
|
-
type __VLS_Slots =
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
16
9
|
default?: (props: typeof __VLS_7) => any;
|
|
17
|
-
}>;
|
|
18
|
-
type __VLS_TemplateRefs = {
|
|
19
|
-
flipRef: typeof __VLS_nativeElements['div'];
|
|
20
10
|
};
|
|
21
|
-
declare const
|
|
22
|
-
FontAwesomeIcon: typeof FontAwesomeIcon;
|
|
23
|
-
byPrefixAndName: typeof byPrefixAndName;
|
|
24
|
-
AppCard: typeof AppCard;
|
|
25
|
-
model: typeof model;
|
|
26
|
-
flipRef: typeof flipRef;
|
|
27
|
-
increment: typeof increment;
|
|
28
|
-
decrement: typeof decrement;
|
|
29
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
12
|
"update:modelValue": (value: number) => any;
|
|
31
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
32
14
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
33
15
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
|
-
"update:modelValue": (value: number) => any;
|
|
36
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
37
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
38
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>;
|
|
39
16
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
40
17
|
export default _default;
|
|
41
18
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}>;
|
|
6
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
7
|
export default _default;
|
|
10
8
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,18 +1,11 @@
|
|
|
1
|
-
import AppTimelineItem from './AppTimelineItem.vue';
|
|
2
1
|
import type { TimelineProps } from './index.d';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<TimelineProps, {
|
|
9
|
-
AppTimelineItem: typeof AppTimelineItem;
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineProps> & Readonly<{}>, {
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<TimelineProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineProps> & Readonly<{}>, {
|
|
11
7
|
type: import("./index.d").TimelineType;
|
|
12
8
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const __VLS_component: import("vue").DefineComponent<TimelineProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineProps> & Readonly<{}>, {
|
|
14
|
-
type: import("./index.d").TimelineType;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
9
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
10
|
export default _default;
|
|
18
11
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,43 +1,25 @@
|
|
|
1
|
-
import { AppBadge } from '~components';
|
|
2
|
-
import AppTimelineItemIcon from './AppTimelineItemIcon.vue';
|
|
3
|
-
import { domClassesPerType } from './index';
|
|
4
1
|
import type { TimelineItemProps } from './index.d';
|
|
5
|
-
declare
|
|
6
|
-
declare const badgeType: import("vue").ComputedRef<"success" | "warning" | "error" | "default" | "plain" | "info" | "inactive">;
|
|
7
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
8
|
-
declare var __VLS_0: {
|
|
2
|
+
declare var __VLS_1: {
|
|
9
3
|
value: import("vue").Component | undefined;
|
|
10
|
-
}
|
|
11
|
-
declare var __VLS_12: {
|
|
4
|
+
}, __VLS_12: {
|
|
12
5
|
value: string | number | never[];
|
|
13
|
-
}
|
|
14
|
-
declare var __VLS_13: {
|
|
6
|
+
}, __VLS_14: {
|
|
15
7
|
value: string;
|
|
16
|
-
}
|
|
17
|
-
declare var __VLS_14: {
|
|
8
|
+
}, __VLS_16: {
|
|
18
9
|
value: string | undefined;
|
|
19
10
|
};
|
|
20
|
-
type __VLS_Slots =
|
|
21
|
-
icon?: (props: typeof
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
icon?: (props: typeof __VLS_1) => any;
|
|
22
13
|
} & {
|
|
23
14
|
date?: (props: typeof __VLS_12) => any;
|
|
24
15
|
} & {
|
|
25
|
-
title?: (props: typeof
|
|
16
|
+
title?: (props: typeof __VLS_14) => any;
|
|
26
17
|
} & {
|
|
27
|
-
default?: (props: typeof
|
|
28
|
-
}
|
|
29
|
-
declare const
|
|
30
|
-
AppBadge: typeof AppBadge;
|
|
31
|
-
AppTimelineItemIcon: typeof AppTimelineItemIcon;
|
|
32
|
-
domClassesPerType: typeof domClassesPerType;
|
|
33
|
-
dateFormat: typeof dateFormat;
|
|
34
|
-
badgeType: typeof badgeType;
|
|
35
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineItemProps> & Readonly<{}>, {
|
|
18
|
+
default?: (props: typeof __VLS_16) => any;
|
|
19
|
+
};
|
|
20
|
+
declare const __VLS_component: import("vue").DefineComponent<TimelineItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineItemProps> & Readonly<{}>, {
|
|
36
21
|
itemType: import("./index.d").TimelineType;
|
|
37
22
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
-
declare const __VLS_component: import("vue").DefineComponent<TimelineItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineItemProps> & Readonly<{}>, {
|
|
39
|
-
itemType: import("./index.d").TimelineType;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
|
|
41
23
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
42
24
|
export default _default;
|
|
43
25
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { TimelineItemIconProps } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<TimelineItemIconProps,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<TimelineItemIconProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TimelineItemIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
2
|
type __VLS_Props = Props;
|
|
3
|
-
type __VLS_PublicProps = {
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
4
|
modelValue?: boolean;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps,
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (value: boolean | undefined) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
11
|
disabled: boolean;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
disabled?: boolean;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
6
|
+
modelValue?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_1: {
|
|
9
|
+
'data-test-title-slot': boolean;
|
|
10
|
+
}, __VLS_8: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
title?: (props: typeof __VLS_1) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: typeof __VLS_8) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
"update:modelValue": (value: boolean | undefined) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|