@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
package/dist/theme.css
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
actionBar: typeof __VLS_nativeElements['div'];
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, __VLS_TemplateRefs, any>;
|
|
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>;
|
|
5
2
|
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ActionItemProps } from './index.d';
|
|
2
|
+
declare var __VLS_6: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_6) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<ActionItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
+
close: () => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<ActionItemProps> & Readonly<{
|
|
9
|
+
onClose?: (() => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
item: any;
|
|
12
|
+
confirmed: boolean;
|
|
13
|
+
context: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import type { ActionItemProps } from './index.d';
|
|
2
|
-
|
|
3
|
-
subMenu: typeof __VLS_nativeElements['div'];
|
|
4
|
-
submenuArrow: typeof __VLS_nativeElements['div'];
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import("vue").DefineComponent<ActionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import("vue").DefineComponent<ActionItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
3
|
close: () => any;
|
|
8
4
|
}, string, import("vue").PublicProps, Readonly<ActionItemProps> & Readonly<{
|
|
9
5
|
onClose?: (() => any) | undefined;
|
|
10
6
|
}>, {
|
|
11
7
|
item: any;
|
|
12
8
|
context: boolean;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
10
|
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;
|
|
@@ -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,10 +3,10 @@ type __VLS_Props = Omit<ActionItemProps, 'context' | 'confirmed'> & {
|
|
|
3
3
|
submitButtonText?: string;
|
|
4
4
|
cancelButtonText?: string;
|
|
5
5
|
};
|
|
6
|
-
type __VLS_PublicProps = {
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
7
7
|
modelValue?: number[];
|
|
8
|
-
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps,
|
|
8
|
+
};
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
submit: () => any;
|
|
11
11
|
"update:modelValue": (value: number[] | undefined) => any;
|
|
12
12
|
close: () => any;
|
|
@@ -17,5 +17,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
17
17
|
}>, {
|
|
18
18
|
cancelButtonText: string;
|
|
19
19
|
submitButtonText: string;
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { Type } from './index.d';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
type: Type;
|
|
4
|
+
title?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
withIcon?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_1: {
|
|
9
|
+
type: "success" | "warning" | "error";
|
|
10
|
+
}, __VLS_8: {}, __VLS_10: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
icon?: (props: typeof __VLS_1) => any;
|
|
13
|
+
} & {
|
|
14
|
+
title?: (props: typeof __VLS_8) => any;
|
|
15
|
+
} & {
|
|
16
|
+
description?: (props: typeof __VLS_10) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
+
title: string;
|
|
20
|
+
description: string;
|
|
21
|
+
withIcon: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<Props,
|
|
2
|
+
declare const _default: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
3
3
|
size: import("./index.d").Size;
|
|
4
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
4
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
color?: string;
|
|
3
3
|
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props,
|
|
4
|
+
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>;
|
|
5
5
|
export default _default;
|
|
@@ -1,29 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type { RouteLocationRaw, NavigationFailure } from 'vue-router';
|
|
1
|
+
import type { RouteLocationRaw } from 'vue-router';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
buttonText?: string;
|
|
5
4
|
iconClasses?: string;
|
|
6
5
|
to?: RouteLocationRaw;
|
|
7
6
|
};
|
|
8
|
-
declare function goBack(): Promise<void | NavigationFailure | undefined>;
|
|
9
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
10
7
|
declare var __VLS_6: {};
|
|
11
|
-
type __VLS_Slots =
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
12
9
|
default?: (props: typeof __VLS_6) => any;
|
|
13
|
-
}
|
|
14
|
-
declare const
|
|
15
|
-
ChevronLeftIcon: typeof ChevronLeftIcon;
|
|
16
|
-
goBack: typeof goBack;
|
|
17
|
-
}, {}, {}, {}, 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
|
buttonText: string;
|
|
19
13
|
iconClasses: string;
|
|
20
14
|
to: RouteLocationRaw;
|
|
21
15
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
|
-
buttonText: string;
|
|
24
|
-
iconClasses: string;
|
|
25
|
-
to: RouteLocationRaw;
|
|
26
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
16
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
28
17
|
export default _default;
|
|
29
18
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { Props } from './index.d';
|
|
2
|
+
declare var __VLS_1: {}, __VLS_8: {}, __VLS_10: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
leadingIcon?: (props: typeof __VLS_1) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
7
|
+
} & {
|
|
8
|
+
trailingIcon?: (props: typeof __VLS_10) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
11
|
+
size: import("./index.d").Size;
|
|
12
|
+
type: import("./index.d").Type;
|
|
13
|
+
rounded: boolean;
|
|
14
|
+
leadingIcon: import("vue").Component | string;
|
|
15
|
+
trailingIcon: import("vue").Component | string;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { Props } from './index.d';
|
|
2
|
+
declare var __VLS_11: {}, __VLS_13: {}, __VLS_19: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
leadingIcon?: (props: typeof __VLS_11) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_13) => any;
|
|
7
|
+
} & {
|
|
8
|
+
trailingIcon?: (props: typeof __VLS_19) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
11
|
+
size: import("./index.d").Size;
|
|
12
|
+
type: import("./index.d").Type;
|
|
13
|
+
loading: boolean;
|
|
14
|
+
colorType: import("./index.d").ColorType;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
bordered: boolean;
|
|
17
|
+
block: boolean;
|
|
18
|
+
as: string;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import type { Action } from './index.d';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
title?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
actions?: Action[];
|
|
7
|
+
icon?: string | Component;
|
|
8
|
+
bordered?: boolean;
|
|
9
|
+
contentClasses?: string;
|
|
10
|
+
hoverTransition?: boolean;
|
|
11
|
+
};
|
|
12
|
+
declare var __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_13: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
icon?: (props: typeof __VLS_5) => any;
|
|
15
|
+
} & {
|
|
16
|
+
title?: (props: typeof __VLS_7) => any;
|
|
17
|
+
} & {
|
|
18
|
+
description?: (props: typeof __VLS_9) => any;
|
|
19
|
+
} & {
|
|
20
|
+
default?: (props: typeof __VLS_11) => any;
|
|
21
|
+
} & {
|
|
22
|
+
actions?: (props: typeof __VLS_13) => any;
|
|
23
|
+
};
|
|
24
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
25
|
+
title: string;
|
|
26
|
+
description: string;
|
|
27
|
+
bordered: boolean;
|
|
28
|
+
icon: string | Component;
|
|
29
|
+
actions: Action[];
|
|
30
|
+
contentClasses: string;
|
|
31
|
+
hoverTransition: boolean;
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -2,5 +2,5 @@ import type { Action } from './index.d';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
item: Action;
|
|
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<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import type { FontAwesomeIconProps } from '@fortawesome/vue-fontawesome';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
icon?: string | Component | FontAwesomeIconProps['icon'];
|
|
5
|
+
};
|
|
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<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import type { ColorProps } from '~components/AppColor/index';
|
|
2
2
|
type __VLS_Props = ColorProps;
|
|
3
|
-
type __VLS_PublicProps = {
|
|
3
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
4
4
|
modelValue?: string;
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
type __VLS_TemplateRefs = {
|
|
7
|
-
colorInput: typeof __VLS_nativeElements['input'];
|
|
8
5
|
};
|
|
9
|
-
declare const _default: import("vue").DefineComponent<__VLS_PublicProps,
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
7
|
"update:modelValue": (value: string | undefined) => any;
|
|
11
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
12
9
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
13
10
|
}>, {
|
|
14
11
|
disabled: boolean;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false,
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
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?: string;
|
|
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: string | undefined) => any;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
+
"onUpdate:modelValue"?: ((value: string | 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,290 +1,12 @@
|
|
|
1
|
-
import { Dialog, DialogOverlay, DialogTitle } from '@headlessui/vue';
|
|
2
|
-
import { AppButton } from '~components';
|
|
3
1
|
import type { Component } from 'vue';
|
|
4
2
|
import type { ConfirmProps } from './index.d';
|
|
5
|
-
declare
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
declare const expanded: import("vue").ShallowRef<boolean, boolean>;
|
|
9
|
-
declare const dynamicIconProperties: import("vue").ComputedRef<string | Component | undefined>;
|
|
10
|
-
declare const transitionRootComponent: import("vue").ComputedRef<string | import("vue").DefineComponent<{
|
|
11
|
-
as: {
|
|
12
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
show: {
|
|
16
|
-
type: BooleanConstructor[];
|
|
17
|
-
default: null;
|
|
18
|
-
};
|
|
19
|
-
unmount: {
|
|
20
|
-
type: BooleanConstructor[];
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
appear: {
|
|
24
|
-
type: BooleanConstructor[];
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
enter: {
|
|
28
|
-
type: StringConstructor[];
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
enterFrom: {
|
|
32
|
-
type: StringConstructor[];
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
enterTo: {
|
|
36
|
-
type: StringConstructor[];
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
entered: {
|
|
40
|
-
type: StringConstructor[];
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
leave: {
|
|
44
|
-
type: StringConstructor[];
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
leaveFrom: {
|
|
48
|
-
type: StringConstructor[];
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
leaveTo: {
|
|
52
|
-
type: StringConstructor[];
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
56
|
-
[key: string]: any;
|
|
57
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
58
|
-
[key: string]: any;
|
|
59
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
60
|
-
beforeEnter: () => true;
|
|
61
|
-
afterEnter: () => true;
|
|
62
|
-
beforeLeave: () => true;
|
|
63
|
-
afterLeave: () => true;
|
|
64
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
-
as: {
|
|
66
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
show: {
|
|
70
|
-
type: BooleanConstructor[];
|
|
71
|
-
default: null;
|
|
72
|
-
};
|
|
73
|
-
unmount: {
|
|
74
|
-
type: BooleanConstructor[];
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
appear: {
|
|
78
|
-
type: BooleanConstructor[];
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
enter: {
|
|
82
|
-
type: StringConstructor[];
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
enterFrom: {
|
|
86
|
-
type: StringConstructor[];
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
enterTo: {
|
|
90
|
-
type: StringConstructor[];
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
entered: {
|
|
94
|
-
type: StringConstructor[];
|
|
95
|
-
default: string;
|
|
96
|
-
};
|
|
97
|
-
leave: {
|
|
98
|
-
type: StringConstructor[];
|
|
99
|
-
default: string;
|
|
100
|
-
};
|
|
101
|
-
leaveFrom: {
|
|
102
|
-
type: StringConstructor[];
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
|
-
leaveTo: {
|
|
106
|
-
type: StringConstructor[];
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
|
-
}>> & {
|
|
110
|
-
onBeforeEnter?: (() => any) | undefined;
|
|
111
|
-
onAfterEnter?: (() => any) | undefined;
|
|
112
|
-
onBeforeLeave?: (() => any) | undefined;
|
|
113
|
-
onAfterLeave?: (() => any) | undefined;
|
|
114
|
-
}, {
|
|
115
|
-
as: string | Record<string, any>;
|
|
116
|
-
unmount: boolean;
|
|
117
|
-
show: boolean;
|
|
118
|
-
appear: boolean;
|
|
119
|
-
enter: string;
|
|
120
|
-
enterFrom: string;
|
|
121
|
-
enterTo: string;
|
|
122
|
-
entered: string;
|
|
123
|
-
leave: string;
|
|
124
|
-
leaveFrom: string;
|
|
125
|
-
leaveTo: string;
|
|
126
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
127
|
-
declare const transitionChildComponent: import("vue").ComputedRef<string | import("vue").DefineComponent<{
|
|
128
|
-
as: {
|
|
129
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
130
|
-
default: string;
|
|
131
|
-
};
|
|
132
|
-
show: {
|
|
133
|
-
type: BooleanConstructor[];
|
|
134
|
-
default: null;
|
|
135
|
-
};
|
|
136
|
-
unmount: {
|
|
137
|
-
type: BooleanConstructor[];
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
|
-
appear: {
|
|
141
|
-
type: BooleanConstructor[];
|
|
142
|
-
default: boolean;
|
|
143
|
-
};
|
|
144
|
-
enter: {
|
|
145
|
-
type: StringConstructor[];
|
|
146
|
-
default: string;
|
|
147
|
-
};
|
|
148
|
-
enterFrom: {
|
|
149
|
-
type: StringConstructor[];
|
|
150
|
-
default: string;
|
|
151
|
-
};
|
|
152
|
-
enterTo: {
|
|
153
|
-
type: StringConstructor[];
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
|
-
entered: {
|
|
157
|
-
type: StringConstructor[];
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
|
-
leave: {
|
|
161
|
-
type: StringConstructor[];
|
|
162
|
-
default: string;
|
|
163
|
-
};
|
|
164
|
-
leaveFrom: {
|
|
165
|
-
type: StringConstructor[];
|
|
166
|
-
default: string;
|
|
167
|
-
};
|
|
168
|
-
leaveTo: {
|
|
169
|
-
type: StringConstructor[];
|
|
170
|
-
default: string;
|
|
171
|
-
};
|
|
172
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
173
|
-
[key: string]: any;
|
|
174
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
175
|
-
[key: string]: any;
|
|
176
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
177
|
-
beforeEnter: () => true;
|
|
178
|
-
afterEnter: () => true;
|
|
179
|
-
beforeLeave: () => true;
|
|
180
|
-
afterLeave: () => true;
|
|
181
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
182
|
-
as: {
|
|
183
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
184
|
-
default: string;
|
|
185
|
-
};
|
|
186
|
-
show: {
|
|
187
|
-
type: BooleanConstructor[];
|
|
188
|
-
default: null;
|
|
189
|
-
};
|
|
190
|
-
unmount: {
|
|
191
|
-
type: BooleanConstructor[];
|
|
192
|
-
default: boolean;
|
|
193
|
-
};
|
|
194
|
-
appear: {
|
|
195
|
-
type: BooleanConstructor[];
|
|
196
|
-
default: boolean;
|
|
197
|
-
};
|
|
198
|
-
enter: {
|
|
199
|
-
type: StringConstructor[];
|
|
200
|
-
default: string;
|
|
201
|
-
};
|
|
202
|
-
enterFrom: {
|
|
203
|
-
type: StringConstructor[];
|
|
204
|
-
default: string;
|
|
205
|
-
};
|
|
206
|
-
enterTo: {
|
|
207
|
-
type: StringConstructor[];
|
|
208
|
-
default: string;
|
|
209
|
-
};
|
|
210
|
-
entered: {
|
|
211
|
-
type: StringConstructor[];
|
|
212
|
-
default: string;
|
|
213
|
-
};
|
|
214
|
-
leave: {
|
|
215
|
-
type: StringConstructor[];
|
|
216
|
-
default: string;
|
|
217
|
-
};
|
|
218
|
-
leaveFrom: {
|
|
219
|
-
type: StringConstructor[];
|
|
220
|
-
default: string;
|
|
221
|
-
};
|
|
222
|
-
leaveTo: {
|
|
223
|
-
type: StringConstructor[];
|
|
224
|
-
default: string;
|
|
225
|
-
};
|
|
226
|
-
}>> & {
|
|
227
|
-
onBeforeEnter?: (() => any) | undefined;
|
|
228
|
-
onAfterEnter?: (() => any) | undefined;
|
|
229
|
-
onBeforeLeave?: (() => any) | undefined;
|
|
230
|
-
onAfterLeave?: (() => any) | undefined;
|
|
231
|
-
}, {
|
|
232
|
-
as: string | Record<string, any>;
|
|
233
|
-
unmount: boolean;
|
|
234
|
-
show: boolean;
|
|
235
|
-
appear: boolean;
|
|
236
|
-
enter: string;
|
|
237
|
-
enterFrom: string;
|
|
238
|
-
enterTo: string;
|
|
239
|
-
entered: string;
|
|
240
|
-
leave: string;
|
|
241
|
-
leaveFrom: string;
|
|
242
|
-
leaveTo: string;
|
|
243
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
244
|
-
declare const iconDomClasses: import("vue").ComputedRef<string[]>;
|
|
245
|
-
declare function close(confirmed: boolean): Promise<void>;
|
|
246
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
247
|
-
declare var __VLS_45: {};
|
|
248
|
-
declare var __VLS_46: {};
|
|
249
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
250
|
-
title?: (props: typeof __VLS_45) => any;
|
|
3
|
+
declare var __VLS_40: {}, __VLS_42: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
title?: (props: typeof __VLS_40) => any;
|
|
251
6
|
} & {
|
|
252
|
-
default?: (props: typeof
|
|
253
|
-
}
|
|
254
|
-
declare const
|
|
255
|
-
Dialog: typeof Dialog;
|
|
256
|
-
DialogOverlay: typeof DialogOverlay;
|
|
257
|
-
DialogTitle: typeof DialogTitle;
|
|
258
|
-
AppButton: typeof AppButton;
|
|
259
|
-
isOpen: typeof isOpen;
|
|
260
|
-
confirmLoading: typeof confirmLoading;
|
|
261
|
-
cancelLoading: typeof cancelLoading;
|
|
262
|
-
expanded: typeof expanded;
|
|
263
|
-
dynamicIconProperties: typeof dynamicIconProperties;
|
|
264
|
-
transitionRootComponent: typeof transitionRootComponent;
|
|
265
|
-
transitionChildComponent: typeof transitionChildComponent;
|
|
266
|
-
iconDomClasses: typeof iconDomClasses;
|
|
267
|
-
close: typeof close;
|
|
268
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
269
|
-
close: (value: boolean) => any;
|
|
270
|
-
confirmed: (value: true) => any;
|
|
271
|
-
}, string, import("vue").PublicProps, Readonly<ConfirmProps> & Readonly<{
|
|
272
|
-
onClose?: ((value: boolean) => any) | undefined;
|
|
273
|
-
onConfirmed?: ((value: true) => any) | undefined;
|
|
274
|
-
}>, {
|
|
275
|
-
html: boolean;
|
|
276
|
-
title: string;
|
|
277
|
-
animate: boolean;
|
|
278
|
-
type: import("./index.d").ConfirmType;
|
|
279
|
-
icon: string | Component;
|
|
280
|
-
content: string;
|
|
281
|
-
confirmButtonText: string;
|
|
282
|
-
cancelButtonText: string;
|
|
283
|
-
withBackdrop: boolean;
|
|
284
|
-
preventBackdropClose: boolean;
|
|
285
|
-
extendedIconDomClasses: string;
|
|
286
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
287
|
-
declare const __VLS_component: import("vue").DefineComponent<ConfirmProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
+
default?: (props: typeof __VLS_42) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<ConfirmProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
288
10
|
close: (value: boolean) => any;
|
|
289
11
|
confirmed: (value: true) => any;
|
|
290
12
|
}, string, import("vue").PublicProps, Readonly<ConfirmProps> & Readonly<{
|