@autoafleveren/ui 0.12.8 → 0.13.1
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 +37 -57
- package/dist/icons.js +7426 -7945
- 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 +13 -10
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +37 -36
- package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +23 -23
- package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +14 -9
- package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +30 -27
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +35 -28
- package/dist/types/components/AppBadge/index.d.ts +1 -1
- package/dist/types/components/AppButton/AppButton.vue.d.ts +38 -68
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +14 -9
- package/dist/types/components/AppCard/AppCard.vue.d.ts +43 -44
- package/dist/types/components/AppCard/CardAction.vue.d.ts +13 -10
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +14 -9
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +43 -123
- package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +52 -13
- package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +17 -16
- package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +50 -45
- package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +28 -19
- package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +26 -11
- package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +1 -1
- package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +30 -19
- package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +26 -82
- package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +11 -47
- package/dist/types/components/AppInput/AppInput.vue.d.ts +58 -9
- package/dist/types/components/AppInput/FileInput.vue.d.ts +12 -18
- package/dist/types/components/AppInput/Input.vue.d.ts +25 -9
- package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +14 -9
- package/dist/types/components/AppInput/LocationInput.vue.d.ts +26 -27
- package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +11 -15
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +34 -27
- package/dist/types/components/AppLoader/AppLoader.vue.d.ts +26 -11
- package/dist/types/components/AppMaps/AppMaps.vue.d.ts +54 -67
- package/dist/types/components/AppModal/AppModal.vue.d.ts +38 -94
- 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 +13 -10
- package/dist/types/components/AppNavigationMenu/SupportItem.vue.d.ts +1 -1
- package/dist/types/components/AppPagination/AppPagination.vue.d.ts +39 -36
- package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +34 -27
- package/dist/types/components/AppSelect/AppSelect.vue.d.ts +93 -83
- package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +25 -9
- package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +13 -13
- package/dist/types/components/AppTimeline/AppTimelineItemIcon.vue.d.ts +10 -11
- package/dist/types/components/AppToggle/AppToggle.vue.d.ts +6 -2
- package/dist/types/composables/index.d.ts +1 -0
- package/dist/types/composables/useActionBar/index.d.ts +5 -133
- package/dist/types/composables/useNavigation/index.d.ts +15 -368
- package/dist/types/icons/CarsIcon.vue.d.ts +1 -1
- package/dist/types/icons/ChatPersonRoundedIcon.vue.d.ts +14 -9
- package/dist/types/icons/HeroGirlIcon.vue.d.ts +16 -15
- package/dist/types/icons/HeroPersonIcon.vue.d.ts +16 -15
- package/dist/types/icons/HeroPersonRoundedIcon.vue.d.ts +16 -15
- package/dist/types/icons/HeroPersonWithBgIcon.vue.d.ts +16 -15
- 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 +1 -1
- package/dist/types/layouts/Base/Base.vue.d.ts +1 -1
- package/dist/types/layouts/Platform/Platform.vue.d.ts +1 -1
- package/dist/types/plugins/Toast/Toast.vue.d.ts +35 -36
- package/dist/ui.cjs +39 -51
- package/dist/ui.css +1 -1
- package/dist/ui.js +15005 -12644
- package/package.json +49 -37
|
@@ -1,44 +1,43 @@
|
|
|
1
1
|
import type { ToastOptions, Type } from '~plugins/Toast/types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
title:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
content: {
|
|
12
|
-
type: import("vue").PropType<string>;
|
|
13
|
-
default: undefined;
|
|
14
|
-
};
|
|
15
|
-
options: {
|
|
16
|
-
type: import("vue").PropType<ToastOptions>;
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
title: string;
|
|
4
|
+
content?: string | undefined;
|
|
5
|
+
type: Type;
|
|
6
|
+
options?: ToastOptions | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
content: undefined;
|
|
9
|
+
options: undefined;
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
11
|
closeToast: () => void;
|
|
21
|
-
}, string, import("vue").
|
|
22
|
-
title:
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
content: {
|
|
31
|
-
type: import("vue").PropType<string>;
|
|
32
|
-
default: undefined;
|
|
33
|
-
};
|
|
34
|
-
options: {
|
|
35
|
-
type: import("vue").PropType<ToastOptions>;
|
|
36
|
-
default: undefined;
|
|
37
|
-
};
|
|
38
|
-
}>> & {
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
13
|
+
title: string;
|
|
14
|
+
content?: string | undefined;
|
|
15
|
+
type: Type;
|
|
16
|
+
options?: ToastOptions | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
content: undefined;
|
|
19
|
+
options: undefined;
|
|
20
|
+
}>>> & {
|
|
39
21
|
onCloseToast?: (() => any) | undefined;
|
|
40
22
|
}, {
|
|
41
23
|
content: string;
|
|
42
24
|
options: ToastOptions;
|
|
43
25
|
}, {}>;
|
|
44
26
|
export default _default;
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
35
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
+
type __VLS_TypePropsToOption<T> = {
|
|
37
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
} : {
|
|
40
|
+
type: import('vue').PropType<T[K]>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
};
|