@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
|
@@ -2,9 +2,6 @@ import type { Props, Action } from './index.d';
|
|
|
2
2
|
declare function open(): Promise<void>;
|
|
3
3
|
declare function close(): Promise<void>;
|
|
4
4
|
declare function submit(action: Action): Promise<void>;
|
|
5
|
-
type __VLS_TemplateRefs = {
|
|
6
|
-
contextMenuElement: typeof __VLS_nativeElements['div'];
|
|
7
|
-
};
|
|
8
5
|
declare const _default: import("vue").DefineComponent<Props, {
|
|
9
6
|
isOpen: import("vue").Ref<boolean, boolean>;
|
|
10
7
|
open: typeof open;
|
|
@@ -20,5 +17,5 @@ declare const _default: import("vue").DefineComponent<Props, {
|
|
|
20
17
|
onClose?: (() => any) | undefined;
|
|
21
18
|
onOpen?: (() => any) | undefined;
|
|
22
19
|
onActionClicked?: ((action: Action) => any) | undefined;
|
|
23
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
21
|
export default _default;
|
|
@@ -3,9 +3,9 @@ type __VLS_Props = {
|
|
|
3
3
|
shortcut: Shortcut;
|
|
4
4
|
item: unknown;
|
|
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, {} & {
|
|
7
7
|
close: () => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
9
|
onClose?: (() => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -5,31 +5,36 @@ declare const _default: <Item extends {
|
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
6
|
readonly "onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
7
7
|
readonly onUpdatePage?: ((value: number) => any) | undefined;
|
|
8
|
+
readonly "onUpdate:sort"?: ((value: string | undefined) => any) | undefined;
|
|
8
9
|
readonly onClickItem?: ((value: Item) => any) | undefined;
|
|
9
10
|
readonly onContextMenuOpen?: ((value: Item) => any) | undefined;
|
|
10
11
|
readonly onClickContextItem?: ((value: Item) => any) | undefined;
|
|
11
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdatePage" | "onClickItem" | "onContextMenuOpen" | "onClickContextItem"> & Props<Item> &
|
|
12
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdatePage" | "onUpdate:sort" | "onClickItem" | "onContextMenuOpen" | "onClickContextItem"> & (Props<Item> & {
|
|
13
|
+
sort?: string;
|
|
14
|
+
}) & Partial<{}>> & import("vue").PublicProps;
|
|
12
15
|
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
13
16
|
dataTableInstance: import("vue").ComputedRef<DataTableInstance | undefined>;
|
|
14
17
|
}>): void;
|
|
15
18
|
attrs: any;
|
|
16
19
|
slots: {
|
|
17
20
|
[x: string]: ((props: any) => any) | undefined;
|
|
18
|
-
|
|
21
|
+
} & {
|
|
22
|
+
'footer-results'?: (props: {
|
|
19
23
|
results: number;
|
|
20
|
-
}) => any
|
|
24
|
+
}) => any;
|
|
21
25
|
};
|
|
22
26
|
emit: {
|
|
23
27
|
(event: "update:modelValue", value: number[]): void;
|
|
28
|
+
(event: "update:sort", value: string | undefined): void;
|
|
24
29
|
(event: "updatePage", value: number): void;
|
|
25
30
|
(event: "clickItem", value: Item): void;
|
|
26
31
|
(event: "contextMenuOpen", value: Item): void;
|
|
27
32
|
(event: "clickContextItem", value: Item): void;
|
|
28
|
-
};
|
|
33
|
+
} & ((evt: "update:sort", value: string | undefined) => void);
|
|
29
34
|
}>) => import("vue").VNode & {
|
|
30
35
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
31
36
|
};
|
|
32
37
|
export default _default;
|
|
33
38
|
type __VLS_PrettifyLocal<T> = {
|
|
34
|
-
[K in keyof T]: T[K];
|
|
39
|
+
[K in keyof T as K]: T[K];
|
|
35
40
|
} & {};
|
|
@@ -1,36 +1,15 @@
|
|
|
1
|
-
import { AppPagination, AppSelect } from '~components';
|
|
2
1
|
import type { DataTableInstance } from '.';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
dataTable?: DataTableInstance;
|
|
5
4
|
currentPage?: number;
|
|
6
5
|
};
|
|
7
|
-
declare
|
|
8
|
-
declare const clientItemsLength: import("vue").ComputedRef<number>;
|
|
9
|
-
declare const maxPaginationNumber: import("vue").ComputedRef<number | undefined>;
|
|
10
|
-
declare const currentPaginationNumber: import("vue").ComputedRef<number | undefined>;
|
|
11
|
-
declare function nextPage(): void;
|
|
12
|
-
declare function previousPage(): void;
|
|
13
|
-
declare function updatePage(paginationNumber: number): void;
|
|
14
|
-
declare function updateRowsPerPage(): void;
|
|
15
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
16
|
-
declare var __VLS_8: {
|
|
6
|
+
declare var __VLS_9: {
|
|
17
7
|
results: number;
|
|
18
8
|
};
|
|
19
|
-
type __VLS_Slots =
|
|
20
|
-
results?: (props: typeof
|
|
21
|
-
}
|
|
22
|
-
declare const
|
|
23
|
-
AppPagination: typeof AppPagination;
|
|
24
|
-
AppSelect: typeof AppSelect;
|
|
25
|
-
dataTable: typeof dataTable;
|
|
26
|
-
clientItemsLength: typeof clientItemsLength;
|
|
27
|
-
maxPaginationNumber: typeof maxPaginationNumber;
|
|
28
|
-
currentPaginationNumber: typeof currentPaginationNumber;
|
|
29
|
-
nextPage: typeof nextPage;
|
|
30
|
-
previousPage: typeof previousPage;
|
|
31
|
-
updatePage: typeof updatePage;
|
|
32
|
-
updateRowsPerPage: typeof updateRowsPerPage;
|
|
33
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
results?: (props: typeof __VLS_9) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
13
|
nextPage: () => any;
|
|
35
14
|
previousPage: () => any;
|
|
36
15
|
updatePage: (page: number) => any;
|
|
@@ -39,15 +18,6 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
39
18
|
onPreviousPage?: (() => any) | undefined;
|
|
40
19
|
onUpdatePage?: ((page: number) => any) | undefined;
|
|
41
20
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
42
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
|
-
nextPage: () => any;
|
|
44
|
-
previousPage: () => any;
|
|
45
|
-
updatePage: (page: number) => any;
|
|
46
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
47
|
-
onNextPage?: (() => any) | undefined;
|
|
48
|
-
onPreviousPage?: (() => any) | undefined;
|
|
49
|
-
onUpdatePage?: ((page: number) => any) | undefined;
|
|
50
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
51
21
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
52
22
|
export default _default;
|
|
53
23
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { DefinitionItem } from './index.d';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
title?: DefinitionItem['title'];
|
|
4
|
+
description?: DefinitionItem['description'];
|
|
5
|
+
component?: DefinitionItem['component'];
|
|
6
|
+
componentProperties?: DefinitionItem['componentProperties'];
|
|
7
|
+
hideEmptyValues?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
title?: (props: typeof __VLS_1) => any;
|
|
12
|
+
} & {
|
|
13
|
+
default?: (props: typeof __VLS_3) => 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<{}>, {
|
|
16
|
+
title: DefinitionItem["title"];
|
|
17
|
+
description: string;
|
|
18
|
+
component: import("vue").Component | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
}>;
|
|
21
|
+
componentProperties: Record<string, unknown>;
|
|
22
|
+
hideEmptyValues: boolean;
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
|
+
new (): {
|
|
28
|
+
$slots: S;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -1,24 +1,16 @@
|
|
|
1
|
-
import AppDefinitionItem from './AppDefinitionItem.vue';
|
|
2
1
|
import type { DefinitionItem } from './index.d';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
items?: DefinitionItem[];
|
|
5
4
|
hideEmptyValues?: boolean;
|
|
6
5
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
13
|
-
AppDefinitionItem: typeof AppDefinitionItem;
|
|
14
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
11
|
hideEmptyValues: boolean;
|
|
16
12
|
items: DefinitionItem[];
|
|
17
13
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
-
hideEmptyValues: boolean;
|
|
20
|
-
items: DefinitionItem[];
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
14
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
15
|
export default _default;
|
|
24
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,18 +1,11 @@
|
|
|
1
|
-
import { Disclosure } from '@headlessui/vue';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
defaultOpen?: boolean;
|
|
4
3
|
};
|
|
5
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
6
4
|
declare var __VLS_7: {};
|
|
7
|
-
type __VLS_Slots =
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
8
6
|
default?: (props: typeof __VLS_7) => any;
|
|
9
|
-
}
|
|
10
|
-
declare const
|
|
11
|
-
Disclosure: typeof Disclosure;
|
|
12
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
-
defaultOpen: boolean;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
9
|
defaultOpen: boolean;
|
|
17
10
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
11
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare var __VLS_11: {}, __VLS_13: {
|
|
2
|
+
open: any;
|
|
3
|
+
};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_11) => any;
|
|
6
|
+
} & {
|
|
7
|
+
icon?: (props: typeof __VLS_13) => any;
|
|
8
|
+
};
|
|
9
|
+
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>;
|
|
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
|
+
};
|
|
@@ -1,20 +1,12 @@
|
|
|
1
|
-
import { DisclosurePanel } from '@headlessui/vue';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
static?: boolean;
|
|
4
3
|
unmount?: boolean;
|
|
5
4
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
12
|
-
DisclosurePanel: typeof DisclosurePanel;
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
|
-
static: boolean;
|
|
15
|
-
unmount: 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<{}>, {
|
|
5
|
+
declare var __VLS_12: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_12) => any;
|
|
8
|
+
};
|
|
9
|
+
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
10
|
static: boolean;
|
|
19
11
|
unmount: boolean;
|
|
20
12
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,42 +1,11 @@
|
|
|
1
|
-
import { Dialog, DialogPanel, TransitionChild, TransitionRoot } from '@headlessui/vue';
|
|
2
|
-
import { FontAwesomeIcon, byPrefixAndName } from '~icons';
|
|
3
1
|
import type { DrawerProps } from './index.d';
|
|
4
2
|
type __VLS_Props = Omit<DrawerProps, 'router' | 'unique' | 'onOpen' | 'onClose' | 'plugins'>;
|
|
5
|
-
declare const isOpen: import("vue").Ref<boolean, boolean>;
|
|
6
3
|
declare function open(): Promise<void>;
|
|
7
4
|
declare function close(): Promise<void>;
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}>;
|
|
13
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
14
|
-
Dialog: typeof Dialog;
|
|
15
|
-
DialogPanel: typeof DialogPanel;
|
|
16
|
-
TransitionChild: typeof TransitionChild;
|
|
17
|
-
TransitionRoot: typeof TransitionRoot;
|
|
18
|
-
FontAwesomeIcon: typeof FontAwesomeIcon;
|
|
19
|
-
byPrefixAndName: typeof byPrefixAndName;
|
|
20
|
-
isOpen: typeof isOpen;
|
|
21
|
-
close: typeof close;
|
|
22
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
23
|
-
close: (value: {
|
|
24
|
-
animation: () => Promise<void>;
|
|
25
|
-
}) => any;
|
|
26
|
-
open: () => any;
|
|
27
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
28
|
-
onClose?: ((value: {
|
|
29
|
-
animation: () => Promise<void>;
|
|
30
|
-
}) => any) | undefined;
|
|
31
|
-
onOpen?: (() => any) | undefined;
|
|
32
|
-
}>, {
|
|
33
|
-
contentClasses: string;
|
|
34
|
-
withBackdrop: boolean;
|
|
35
|
-
preventBackdropClose: boolean;
|
|
36
|
-
modalClasses: string;
|
|
37
|
-
properties: Record<string, unknown>;
|
|
38
|
-
panelClasses: string;
|
|
39
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare var __VLS_40: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_40) => any;
|
|
8
|
+
};
|
|
40
9
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
41
10
|
isOpen: import("vue").Ref<boolean, boolean>;
|
|
42
11
|
open: typeof open;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { Props } from './index.d';
|
|
2
|
+
declare var __VLS_18: {}, __VLS_21: {}, __VLS_45: `item-${string}`, __VLS_46: {
|
|
3
|
+
item: import("./index.d").DropdownItem;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
[K in NonNullable<typeof __VLS_45>]?: (props: typeof __VLS_46) => any;
|
|
7
|
+
} & {
|
|
8
|
+
default?: (props: typeof __VLS_18) => any;
|
|
9
|
+
} & {
|
|
10
|
+
trailingIcon?: (props: typeof __VLS_21) => any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
13
|
+
isActive: import("vue").Ref<boolean, boolean>;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
15
|
+
horizontalAlign: "left" | "right";
|
|
16
|
+
openDirection: "up" | "down";
|
|
17
|
+
teleport: boolean;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -1,33 +1,12 @@
|
|
|
1
|
-
import { MenuItem } from '@headlessui/vue';
|
|
2
|
-
import { domClassesPerType } from '.';
|
|
3
1
|
import type { DropdownItem, Type } from './index.d';
|
|
4
|
-
declare const icon: import("vue").ComputedRef<import("vue").Component | undefined>;
|
|
5
|
-
declare const itemComponent: import("vue").ComputedRef<string | import("vue-router")._RouterLinkI>;
|
|
6
|
-
declare const type: import("vue").ComputedRef<"default" | "danger">;
|
|
7
|
-
declare function onItemClick(event: MouseEvent): void;
|
|
8
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
9
2
|
declare var __VLS_14: {};
|
|
10
|
-
type __VLS_Slots =
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
11
4
|
default?: (props: typeof __VLS_14) => any;
|
|
12
|
-
}>;
|
|
13
|
-
type __VLS_TemplateRefs = {
|
|
14
|
-
dropdownItem: typeof __VLS_nativeElements['div'];
|
|
15
5
|
};
|
|
16
|
-
declare const
|
|
17
|
-
MenuItem: typeof MenuItem;
|
|
18
|
-
domClassesPerType: typeof domClassesPerType;
|
|
19
|
-
icon: typeof icon;
|
|
20
|
-
itemComponent: typeof itemComponent;
|
|
21
|
-
type: typeof type;
|
|
22
|
-
onItemClick: typeof onItemClick;
|
|
23
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownItem> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<DropdownItem, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownItem> & Readonly<{}>, {
|
|
24
7
|
type: Type;
|
|
25
8
|
confirm: boolean;
|
|
26
9
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const __VLS_component: import("vue").DefineComponent<DropdownItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownItem> & Readonly<{}>, {
|
|
28
|
-
type: Type;
|
|
29
|
-
confirm: boolean;
|
|
30
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>;
|
|
31
10
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
32
11
|
export default _default;
|
|
33
12
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,53 +1,12 @@
|
|
|
1
|
-
import { Dialog, DialogOverlay, DialogTitle, TransitionChild, TransitionRoot } from '@headlessui/vue';
|
|
2
|
-
import { AppButton } from '~components';
|
|
3
1
|
import type { Component } from 'vue';
|
|
4
2
|
import type { ErrorProps } from './index.d';
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
declare const dynamicIconProperties: import("vue").ComputedRef<string | Component | undefined>;
|
|
9
|
-
declare const iconDomClasses: import("vue").ComputedRef<string[]>;
|
|
10
|
-
declare function close(confirmed: boolean): Promise<void>;
|
|
11
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
12
|
-
declare var __VLS_45: {};
|
|
13
|
-
declare var __VLS_46: {};
|
|
14
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
15
|
-
title?: (props: typeof __VLS_45) => any;
|
|
3
|
+
declare var __VLS_40: {}, __VLS_42: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
title?: (props: typeof __VLS_40) => any;
|
|
16
6
|
} & {
|
|
17
|
-
default?: (props: typeof
|
|
18
|
-
}
|
|
19
|
-
declare const
|
|
20
|
-
Dialog: typeof Dialog;
|
|
21
|
-
DialogOverlay: typeof DialogOverlay;
|
|
22
|
-
DialogTitle: typeof DialogTitle;
|
|
23
|
-
TransitionChild: typeof TransitionChild;
|
|
24
|
-
TransitionRoot: typeof TransitionRoot;
|
|
25
|
-
AppButton: typeof AppButton;
|
|
26
|
-
isOpen: typeof isOpen;
|
|
27
|
-
confirmLoading: typeof confirmLoading;
|
|
28
|
-
cancelLoading: typeof cancelLoading;
|
|
29
|
-
dynamicIconProperties: typeof dynamicIconProperties;
|
|
30
|
-
iconDomClasses: typeof iconDomClasses;
|
|
31
|
-
close: typeof close;
|
|
32
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
33
|
-
close: (value: boolean) => any;
|
|
34
|
-
confirmed: (value: true) => any;
|
|
35
|
-
}, string, import("vue").PublicProps, Readonly<ErrorProps> & Readonly<{
|
|
36
|
-
onClose?: ((value: boolean) => any) | undefined;
|
|
37
|
-
onConfirmed?: ((value: true) => any) | undefined;
|
|
38
|
-
}>, {
|
|
39
|
-
html: boolean;
|
|
40
|
-
title: string;
|
|
41
|
-
type: import("./index.d").ErrorType;
|
|
42
|
-
icon: string | Component;
|
|
43
|
-
content: string;
|
|
44
|
-
confirmButtonText: string;
|
|
45
|
-
cancelButtonText: string;
|
|
46
|
-
withBackdrop: boolean;
|
|
47
|
-
preventBackdropClose: boolean;
|
|
48
|
-
extendedIconDomClasses: string;
|
|
49
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
50
|
-
declare const __VLS_component: import("vue").DefineComponent<ErrorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
+
default?: (props: typeof __VLS_42) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<ErrorProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
51
10
|
close: (value: boolean) => any;
|
|
52
11
|
confirmed: (value: true) => any;
|
|
53
12
|
}, string, import("vue").PublicProps, Readonly<ErrorProps> & Readonly<{
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import type { ImageDropzoneProps } from '.';
|
|
2
|
-
|
|
3
|
-
dropZoneRef: typeof __VLS_nativeElements['div'];
|
|
4
|
-
fileInput: typeof __VLS_nativeElements['input'];
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import("vue").DefineComponent<ImageDropzoneProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: import("vue").DefineComponent<ImageDropzoneProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
3
|
"update:modelValue": (value: File | null) => any;
|
|
8
4
|
}, string, import("vue").PublicProps, Readonly<ImageDropzoneProps> & Readonly<{
|
|
9
5
|
"onUpdate:modelValue"?: ((value: File | null) => any) | undefined;
|
|
@@ -13,5 +9,5 @@ declare const _default: import("vue").DefineComponent<ImageDropzoneProps, {}, {}
|
|
|
13
9
|
disabled: boolean;
|
|
14
10
|
name: string;
|
|
15
11
|
dataTypes: string[];
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
13
|
export default _default;
|
|
@@ -7,14 +7,20 @@ declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
7
7
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
8
8
|
attrs: any;
|
|
9
9
|
slots: {
|
|
10
|
-
label?: (
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
label?: (props: {}) => any;
|
|
11
|
+
} & {
|
|
12
|
+
leadingIcon?: (props: {}) => any;
|
|
13
|
+
} & {
|
|
14
|
+
default?: (props: {}) => any;
|
|
15
|
+
} & {
|
|
16
|
+
input?: (props: {
|
|
17
|
+
check: () => void;
|
|
15
18
|
checked: boolean;
|
|
16
|
-
}) => any
|
|
17
|
-
|
|
19
|
+
}) => any;
|
|
20
|
+
} & {
|
|
21
|
+
default?: (props: {}) => any;
|
|
22
|
+
} & {
|
|
23
|
+
trailingIcon?: (props: {}) => any;
|
|
18
24
|
};
|
|
19
25
|
emit: (event: "update:modelValue", value: ModelValue) => void;
|
|
20
26
|
}>) => import("vue").VNode & {
|
|
@@ -22,5 +28,5 @@ declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
22
28
|
};
|
|
23
29
|
export default _default;
|
|
24
30
|
type __VLS_PrettifyLocal<T> = {
|
|
25
|
-
[K in keyof T]: T[K];
|
|
31
|
+
[K in keyof T as K]: T[K];
|
|
26
32
|
} & {};
|
|
@@ -1,23 +1,9 @@
|
|
|
1
|
-
import { FontAwesomeIcon, byPrefixAndName } from '~icons';
|
|
2
|
-
import { AppButton } from '~components';
|
|
3
1
|
import type { FileInputProps } from './index.d';
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}>;
|
|
10
|
-
declare const __VLS_self: import("vue").DefineComponent<FileInputProps, {
|
|
11
|
-
FontAwesomeIcon: typeof FontAwesomeIcon;
|
|
12
|
-
byPrefixAndName: typeof byPrefixAndName;
|
|
13
|
-
AppButton: typeof AppButton;
|
|
14
|
-
onFileSelected: typeof onFileSelected;
|
|
15
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
16
|
-
"update:modelValue": (value: File | File[] | null) => any;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<FileInputProps> & Readonly<{
|
|
18
|
-
"onUpdate:modelValue"?: ((value: File | File[] | null) => any) | undefined;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
declare const __VLS_component: import("vue").DefineComponent<FileInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
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<FileInputProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
21
7
|
"update:modelValue": (value: File | File[] | null) => any;
|
|
22
8
|
}, string, import("vue").PublicProps, Readonly<FileInputProps> & Readonly<{
|
|
23
9
|
"onUpdate:modelValue"?: ((value: File | File[] | null) => any) | undefined;
|
|
@@ -9,7 +9,7 @@ declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
9
9
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
10
10
|
attrs: any;
|
|
11
11
|
slots: {
|
|
12
|
-
default?: (
|
|
12
|
+
default?: (props: {}) => any;
|
|
13
13
|
};
|
|
14
14
|
emit: {
|
|
15
15
|
(event: "update:modelValue", value: ModelValue): void;
|
|
@@ -20,5 +20,5 @@ declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
20
20
|
};
|
|
21
21
|
export default _default;
|
|
22
22
|
type __VLS_PrettifyLocal<T> = {
|
|
23
|
-
[K in keyof T]: T[K];
|
|
23
|
+
[K in keyof T as K]: T[K];
|
|
24
24
|
} & {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
loading?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_5: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_5) => any;
|
|
7
|
+
};
|
|
8
|
+
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>;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import type { LocationModelValue, LocationInputProps } from './index.d';
|
|
2
|
-
|
|
3
|
-
input: typeof __VLS_nativeElements['input'];
|
|
4
|
-
};
|
|
5
|
-
declare const _default: import("vue").DefineComponent<LocationInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
2
|
+
declare const _default: import("vue").DefineComponent<LocationInputProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
3
|
"update:modelValue": (value: LocationModelValue) => any;
|
|
7
4
|
}, string, import("vue").PublicProps, Readonly<LocationInputProps> & Readonly<{
|
|
8
5
|
"onUpdate:modelValue"?: ((value: LocationModelValue) => any) | undefined;
|
|
9
6
|
}>, {
|
|
10
7
|
placeholder: string;
|
|
11
8
|
placeOptions: google.maps.places.AutocompleteOptions | null;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
10
|
export default _default;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}>;
|
|
7
|
-
declare const __VLS_self: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
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<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
10
8
|
export default _default;
|
|
11
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -4,21 +4,15 @@ type __VLS_Props = {
|
|
|
4
4
|
country?: Country;
|
|
5
5
|
licensePlateClasses?: string;
|
|
6
6
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
declare var __VLS_1: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
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<{}>, {
|
|
13
12
|
license: string;
|
|
14
13
|
country: Country;
|
|
15
14
|
licensePlateClasses: string;
|
|
16
15
|
}, {}, {}, {}, 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<{}>, {
|
|
18
|
-
license: string;
|
|
19
|
-
country: Country;
|
|
20
|
-
licensePlateClasses: string;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
16
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
17
|
export default _default;
|
|
24
18
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -2,7 +2,7 @@ import type { Size } from './index.d';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
size?: Size;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props,
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
6
6
|
size: Size;
|
|
7
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
7
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|