@autoafleveren/ui 0.18.5 → 0.18.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/icons.cjs +66 -66
- package/dist/icons.js +6650 -6544
- 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 +2 -1
- package/dist/types/components/AppActionBar/AppActionBarSubMenu.vue.d.ts +1 -1
- 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 +5 -5
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +10 -13
- package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +1 -1
- package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +3 -4
- package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +8 -9
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +3 -2
- package/dist/types/components/AppButton/AppButton.vue.d.ts +2 -1
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +6 -6
- package/dist/types/components/AppCard/AppCard.vue.d.ts +12 -17
- package/dist/types/components/AppCard/CardAction.vue.d.ts +3 -4
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +6 -6
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +2 -1
- package/dist/types/components/AppContextMenu/ShortcutItem.vue.d.ts +3 -5
- package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +1 -1
- package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +9 -10
- package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +10 -14
- package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +19 -6
- package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +6 -6
- package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +2 -1
- package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +7 -8
- package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +3 -2
- package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +2 -1
- package/dist/types/components/AppError/AppError.vue.d.ts +2 -1
- package/dist/types/components/AppInput/AppInput.vue.d.ts +1 -1
- package/dist/types/components/AppInput/FileInput.vue.d.ts +2 -1
- package/dist/types/components/AppInput/Input.vue.d.ts +1 -1
- package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +6 -6
- package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +3 -2
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +9 -11
- package/dist/types/components/AppLoader/AppLoader.vue.d.ts +4 -5
- package/dist/types/components/AppMaps/AppMaps.vue.d.ts +4 -12
- package/dist/types/components/AppMenu/AppMenu.vue.d.ts +1 -1
- package/dist/types/components/AppMenu/AppMenuItem.vue.d.ts +2 -1
- package/dist/types/components/AppModal/AppModal.vue.d.ts +5 -3
- 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 -5
- package/dist/types/components/AppPagination/AppPagination.vue.d.ts +5 -9
- package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +8 -10
- package/dist/types/components/AppProgressBar/AppProgressBar.vue.d.ts +3 -2
- package/dist/types/components/AppProgressBar/AppProgressBarStep.vue.d.ts +3 -2
- package/dist/types/components/AppSection/AppSection.vue.d.ts +7 -8
- package/dist/types/components/AppSelect/AppSelect.vue.d.ts +2 -1
- package/dist/types/components/AppTable/AppTable.vue.d.ts +3 -2
- package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +3 -2
- package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +3 -2
- package/dist/types/components/AppTimeline/AppTimelineItemIcon.vue.d.ts +1 -1
- package/dist/types/components/AppToggle/AppToggle.vue.d.ts +5 -5
- package/dist/types/components/AppToggleCard/AppToggleCard.vue.d.ts +7 -6
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/composables/useEcho/index.d.ts +1 -1
- 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 +3 -4
- package/dist/types/icons/CompanyIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroGirlIcon.vue.d.ts +3 -5
- package/dist/types/icons/HeroPersonIcon.vue.d.ts +3 -5
- package/dist/types/icons/HeroPersonRoundedIcon.vue.d.ts +3 -5
- package/dist/types/icons/HeroPersonWithBgIcon.vue.d.ts +3 -5
- 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 +3 -2
- package/dist/types/layouts/Base/Base.vue.d.ts +3 -2
- package/dist/types/layouts/Platform/Platform.vue.d.ts +3 -2
- package/dist/types/plugins/TinyMCE/lang/nl.d.ts +0 -0
- package/dist/types/plugins/Toast/Toast.vue.d.ts +5 -9
- package/dist/ui-library.css +1 -1
- package/dist/ui-storybook.css +1 -1
- package/dist/ui.cjs +39 -39
- package/dist/ui.css +1 -1
- package/dist/ui.js +14807 -14653
- package/package.json +31 -31
|
@@ -1,29 +1,28 @@
|
|
|
1
1
|
import type { DataTableInstance } from '.';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
dataTable?: DataTableInstance;
|
|
4
|
+
currentPage?: number;
|
|
5
|
+
};
|
|
2
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
3
8
|
slots: {
|
|
4
9
|
results?(_: {
|
|
5
10
|
results: number;
|
|
6
11
|
}): any;
|
|
7
12
|
};
|
|
8
13
|
refs: {};
|
|
9
|
-
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
10
15
|
};
|
|
11
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
|
-
dataTable?: DataTableInstance;
|
|
14
|
-
currentPage?: number;
|
|
15
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
18
|
nextPage: () => any;
|
|
17
19
|
previousPage: () => any;
|
|
18
20
|
updatePage: (page: number) => any;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
20
|
-
dataTable?: DataTableInstance;
|
|
21
|
-
currentPage?: number;
|
|
22
|
-
}> & Readonly<{
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
23
22
|
onNextPage?: (() => any) | undefined;
|
|
24
23
|
onPreviousPage?: (() => any) | undefined;
|
|
25
24
|
onUpdatePage?: ((page: number) => any) | undefined;
|
|
26
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
25
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
27
|
export default _default;
|
|
29
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,26 +1,22 @@
|
|
|
1
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
|
+
};
|
|
2
9
|
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
3
11
|
slots: {
|
|
4
12
|
title?(_: {}): any;
|
|
5
13
|
default?(_: {}): any;
|
|
6
14
|
};
|
|
7
15
|
refs: {};
|
|
8
|
-
|
|
16
|
+
rootEl: any;
|
|
9
17
|
};
|
|
10
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
12
|
-
title?: DefinitionItem["title"];
|
|
13
|
-
description?: DefinitionItem["description"];
|
|
14
|
-
component?: DefinitionItem["component"];
|
|
15
|
-
componentProperties?: DefinitionItem["componentProperties"];
|
|
16
|
-
hideEmptyValues?: boolean;
|
|
17
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
18
|
-
title?: DefinitionItem["title"];
|
|
19
|
-
description?: DefinitionItem["description"];
|
|
20
|
-
component?: DefinitionItem["component"];
|
|
21
|
-
componentProperties?: DefinitionItem["componentProperties"];
|
|
22
|
-
hideEmptyValues?: boolean;
|
|
23
|
-
}> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
24
20
|
title: DefinitionItem["title"];
|
|
25
21
|
description: string;
|
|
26
22
|
component: import("vue").Component | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -1,11 +1,24 @@
|
|
|
1
1
|
import type { DefinitionItem } from './index.d';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
items: DefinitionItem[];
|
|
4
4
|
hideEmptyValues?: boolean;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
16
|
hideEmptyValues: boolean;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
19
|
export default _default;
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
defaultOpen?: boolean;
|
|
3
|
+
};
|
|
1
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
2
6
|
slots: {
|
|
3
7
|
default?(_: {}): any;
|
|
4
8
|
};
|
|
5
9
|
refs: {};
|
|
6
|
-
|
|
10
|
+
rootEl: any;
|
|
7
11
|
};
|
|
8
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
defaultOpen?: boolean;
|
|
11
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
-
defaultOpen?: boolean;
|
|
13
|
-
}> & Readonly<{}>, {
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
14
|
defaultOpen: boolean;
|
|
15
15
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
icon?(_: {
|
|
@@ -57,7 +58,7 @@ declare function __VLS_template(): {
|
|
|
57
58
|
disabled: boolean;
|
|
58
59
|
}> | null;
|
|
59
60
|
};
|
|
60
|
-
|
|
61
|
+
rootEl: any;
|
|
61
62
|
};
|
|
62
63
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
63
64
|
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>;
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
static?: boolean;
|
|
3
|
+
unmount?: boolean;
|
|
4
|
+
};
|
|
1
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
2
7
|
slots: {
|
|
3
8
|
default?(_: {}): any;
|
|
4
9
|
};
|
|
5
10
|
refs: {};
|
|
6
|
-
|
|
11
|
+
rootEl: any;
|
|
7
12
|
};
|
|
8
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
static?: boolean;
|
|
11
|
-
unmount?: boolean;
|
|
12
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
|
-
static?: boolean;
|
|
14
|
-
unmount?: boolean;
|
|
15
|
-
}> & Readonly<{}>, {
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
15
|
static: boolean;
|
|
17
16
|
unmount: boolean;
|
|
18
17
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: Partial<Record<`item-${string}`, (_: {
|
|
4
5
|
item: import("./index.d").DropdownItem;
|
|
5
6
|
}) => any>> & {
|
|
@@ -118,7 +119,7 @@ declare function __VLS_template(): {
|
|
|
118
119
|
static: boolean;
|
|
119
120
|
}> | null;
|
|
120
121
|
};
|
|
121
|
-
|
|
122
|
+
rootEl: HTMLDivElement;
|
|
122
123
|
};
|
|
123
124
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
124
125
|
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
@@ -127,7 +128,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
127
128
|
horizontalAlign: "left" | "right";
|
|
128
129
|
openDirection: "up" | "down";
|
|
129
130
|
teleport: boolean;
|
|
130
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
131
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
131
132
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
132
133
|
export default _default;
|
|
133
134
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import type { DropdownItem } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: any;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import("vue").DefineComponent<DropdownItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DropdownItem> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
import type { ErrorProps } from './index.d';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
5
6
|
title?(_: {}): any;
|
|
6
7
|
default?(_: {}): any;
|
|
7
8
|
};
|
|
8
9
|
refs: {};
|
|
9
|
-
|
|
10
|
+
rootEl: any;
|
|
10
11
|
};
|
|
11
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
13
|
declare const __VLS_component: import("vue").DefineComponent<ErrorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -4,7 +4,7 @@ import type { AppInputProps } from './index.d';
|
|
|
4
4
|
declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
6
|
readonly "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
|
|
7
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & AppInputProps<ModelValue>> & import("vue").PublicProps;
|
|
7
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & Partial<{}> & AppInputProps<ModelValue>> & import("vue").PublicProps;
|
|
8
8
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
9
9
|
attrs: any;
|
|
10
10
|
slots: {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import type { FileInputProps } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: any;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import("vue").DefineComponent<FileInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -3,7 +3,7 @@ declare const _default: <ModelValue>(__VLS_props: NonNullable<Awaited<typeof __V
|
|
|
3
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly onOpen?: (() => any) | undefined;
|
|
5
5
|
readonly "onUpdate:modelValue"?: ((value: ModelValue) => any) | undefined;
|
|
6
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onOpen" | "onUpdate:modelValue"> & (InputProps<ModelValue> & {
|
|
6
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onOpen" | "onUpdate:modelValue"> & Partial<{}> & (InputProps<ModelValue> & {
|
|
7
7
|
custom?: boolean;
|
|
8
8
|
})> & import("vue").PublicProps;
|
|
9
9
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
loading?: boolean;
|
|
3
|
+
};
|
|
1
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
2
6
|
slots: {
|
|
3
7
|
default?(_: {}): any;
|
|
4
8
|
};
|
|
5
9
|
refs: {};
|
|
6
|
-
|
|
10
|
+
rootEl: HTMLSpanElement;
|
|
7
11
|
};
|
|
8
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
10
|
-
loading?: boolean;
|
|
11
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
-
loading?: boolean;
|
|
13
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
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, {}, HTMLSpanElement>;
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: HTMLLabelElement;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
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, {},
|
|
11
|
+
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>;
|
|
11
12
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
13
|
export default _default;
|
|
13
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
import type { Country } from './index.d';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
license?: string;
|
|
4
|
+
country?: Country;
|
|
5
|
+
licensePlateClasses?: string;
|
|
6
|
+
};
|
|
2
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
3
9
|
slots: {
|
|
4
10
|
default?(_: {}): any;
|
|
5
11
|
};
|
|
6
12
|
refs: {};
|
|
7
|
-
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
8
14
|
};
|
|
9
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
-
license?: string;
|
|
12
|
-
country?: Country;
|
|
13
|
-
licensePlateClasses?: string;
|
|
14
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
|
-
license?: string;
|
|
16
|
-
country?: Country;
|
|
17
|
-
licensePlateClasses?: string;
|
|
18
|
-
}> & Readonly<{}>, {
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
17
|
license: string;
|
|
20
18
|
country: Country;
|
|
21
19
|
licensePlateClasses: string;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
22
|
export default _default;
|
|
25
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import type { Size } from './index.d';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
size?: Size;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}> & Readonly<{}>, {
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
6
|
size: Size;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
7
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
9
8
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
withMarker?: boolean;
|
|
3
3
|
disableMarkerClick?: boolean;
|
|
4
4
|
markerLatitude?: number | null;
|
|
@@ -7,16 +7,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
mapCenterLatitude?: number | null;
|
|
8
8
|
mapCenterLongitude?: number | null;
|
|
9
9
|
mapOptions?: google.maps.MapOptions | null;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
disableMarkerClick?: boolean;
|
|
13
|
-
markerLatitude?: number | null;
|
|
14
|
-
markerLongitude?: number | null;
|
|
15
|
-
disableUserInteraction?: boolean;
|
|
16
|
-
mapCenterLatitude?: number | null;
|
|
17
|
-
mapCenterLongitude?: number | null;
|
|
18
|
-
mapOptions?: google.maps.MapOptions | null;
|
|
19
|
-
}> & Readonly<{}>, {
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
12
|
withMarker: boolean;
|
|
21
13
|
disableMarkerClick: boolean;
|
|
22
14
|
markerLatitude: number | null;
|
|
@@ -25,5 +17,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
17
|
mapCenterLatitude: number | null;
|
|
26
18
|
mapCenterLongitude: number | null;
|
|
27
19
|
mapOptions: google.maps.MapOptions | null;
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
29
21
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MenuProps } from './index.d';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<MenuProps, {}, {}, {}, {}, 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, {}, HTMLDivElement>;
|
|
5
5
|
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import type { MenuItem } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {}): any;
|
|
5
6
|
};
|
|
6
7
|
refs: {};
|
|
7
|
-
|
|
8
|
+
rootEl: any;
|
|
8
9
|
};
|
|
9
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
11
|
declare const __VLS_component: import("vue").DefineComponent<MenuItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MenuItem> & Readonly<{}>, {
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
import type { ModalProps } from './index.d';
|
|
3
|
+
type __VLS_Props = Omit<ModalProps, 'onOpen' | 'onClose' | 'plugins'>;
|
|
3
4
|
declare function open(): Promise<void>;
|
|
4
5
|
declare function close(): Promise<void>;
|
|
5
6
|
declare function submit(): Promise<void>;
|
|
6
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
7
9
|
slots: {
|
|
8
10
|
title?(_: {}): any;
|
|
9
11
|
default?(_: {}): any;
|
|
@@ -12,10 +14,10 @@ declare function __VLS_template(): {
|
|
|
12
14
|
form: HTMLFormElement;
|
|
13
15
|
contentRef: unknown;
|
|
14
16
|
};
|
|
15
|
-
|
|
17
|
+
rootEl: any;
|
|
16
18
|
};
|
|
17
19
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
20
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
19
21
|
isOpen: import("vue").Ref<boolean, boolean>;
|
|
20
22
|
open: typeof open;
|
|
21
23
|
close: typeof close;
|
|
@@ -25,7 +27,7 @@ declare const __VLS_component: import("vue").DefineComponent<Omit<ModalProps, "o
|
|
|
25
27
|
close: () => any;
|
|
26
28
|
open: () => any;
|
|
27
29
|
cancel: () => any;
|
|
28
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
30
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
29
31
|
onSubmit?: ((value: FormData) => any) | undefined;
|
|
30
32
|
onClose?: (() => any) | undefined;
|
|
31
33
|
onOpen?: (() => any) | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { NavigationItem } from '~composables/useNavigation';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
item: NavigationItem;
|
|
4
4
|
linkClasses?: string;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
linkClasses?: string;
|
|
8
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
7
|
export default _default;
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
import type { PaginationMeta } from '.';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
meta?: PaginationMeta;
|
|
4
4
|
currentPage?: number;
|
|
5
5
|
lastPage?: number;
|
|
6
6
|
loaded?: boolean;
|
|
7
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
9
|
nextPage: () => any;
|
|
9
10
|
previousPage: () => any;
|
|
10
11
|
paginate: (value: number) => any;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<{
|
|
12
|
-
meta?: PaginationMeta;
|
|
13
|
-
currentPage?: number;
|
|
14
|
-
lastPage?: number;
|
|
15
|
-
loaded?: boolean;
|
|
16
|
-
}> & Readonly<{
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
13
|
onNextPage?: (() => any) | undefined;
|
|
18
14
|
onPreviousPage?: (() => any) | undefined;
|
|
19
15
|
onPaginate?: ((value: number) => any) | undefined;
|
|
@@ -22,5 +18,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
18
|
currentPage: number;
|
|
23
19
|
lastPage: number;
|
|
24
20
|
loaded: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
22
|
export default _default;
|
|
@@ -1,21 +1,19 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
as?: string | Component;
|
|
4
|
+
active?: boolean;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
};
|
|
2
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
3
9
|
slots: {
|
|
4
10
|
default?(_: {}): any;
|
|
5
11
|
};
|
|
6
12
|
refs: {};
|
|
7
|
-
|
|
13
|
+
rootEl: any;
|
|
8
14
|
};
|
|
9
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
|
-
as?: string | Component;
|
|
12
|
-
active?: boolean;
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
15
|
-
as?: string | Component;
|
|
16
|
-
active?: boolean;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
}> & Readonly<{}>, {
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
17
|
disabled: boolean;
|
|
20
18
|
as: string | Component;
|
|
21
19
|
active: boolean;
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import type { DefaultSlotProps, Props } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: Readonly<{
|
|
4
5
|
default?: (props: DefaultSlotProps) => void;
|
|
5
6
|
}> & {
|
|
6
7
|
default?: (props: DefaultSlotProps) => void;
|
|
7
8
|
};
|
|
8
9
|
refs: {};
|
|
9
|
-
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
10
11
|
};
|
|
11
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
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, {},
|
|
13
|
+
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, {}, HTMLDivElement>;
|
|
13
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
15
|
export default _default;
|
|
15
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
};
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
7
8
|
};
|
|
8
9
|
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, {},
|
|
10
|
+
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>;
|
|
10
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
12
|
export default _default;
|
|
12
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title?: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
};
|
|
1
5
|
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
2
7
|
slots: {
|
|
3
8
|
titleDescription?(_: {}): any;
|
|
4
9
|
title?(_: {}): any;
|
|
@@ -6,16 +11,10 @@ declare function __VLS_template(): {
|
|
|
6
11
|
default?(_: {}): any;
|
|
7
12
|
};
|
|
8
13
|
refs: {};
|
|
9
|
-
|
|
14
|
+
rootEl: HTMLElement;
|
|
10
15
|
};
|
|
11
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import("vue").DefineComponent<{
|
|
13
|
-
title?: string;
|
|
14
|
-
description?: string;
|
|
15
|
-
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
16
|
-
title?: string;
|
|
17
|
-
description?: string;
|
|
18
|
-
}> & Readonly<{}>, {}, {}, {}, {}, 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<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
|
|
19
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
19
|
export default _default;
|
|
21
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: Partial<Record<NonNullable<"clear" | "option" | "placeholder" | "tag" | "caret" | "spinner" | "afterlist" | "beforelist" | "multiplelabel" | "singlelabel" | "grouplabel" | "infinite" | "nooptions" | "noresults">, (_: {
|
|
4
5
|
classes: string | undefined;
|
|
5
6
|
clear: () => void;
|
|
@@ -43,7 +44,7 @@ declare function __VLS_template(): {
|
|
|
43
44
|
}): any;
|
|
44
45
|
};
|
|
45
46
|
refs: {};
|
|
46
|
-
|
|
47
|
+
rootEl: any;
|
|
47
48
|
};
|
|
48
49
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
49
50
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|