@autoafleveren/ui 0.16.7 → 0.16.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/config/eslint.cjs +5 -0
- package/dist/icons.cjs +131 -132
- package/dist/icons.js +12432 -11925
- 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 +14 -30
- package/dist/types/components/AppActionBar/AppActionBarSubMenu.vue.d.ts +5 -28
- 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 +7 -30
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +15 -35
- package/dist/types/components/AppAvatar/AppAvatar.vue.d.ts +2 -23
- package/dist/types/components/AppAvatar/DefaultAvatar.vue.d.ts +3 -12
- package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +11 -29
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +16 -53
- package/dist/types/components/AppButton/AppButton.vue.d.ts +11 -41
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +10 -14
- package/dist/types/components/AppCard/AppCard.vue.d.ts +15 -41
- package/dist/types/components/AppCard/CardAction.vue.d.ts +3 -12
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +10 -14
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +14 -48
- package/dist/types/components/AppContextMenu/AppContextMenu.vue.d.ts +10 -19
- package/dist/types/components/AppContextMenu/ShortcutItem.vue.d.ts +3 -12
- package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +12 -18
- package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +17 -21
- package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +12 -36
- package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +4 -25
- package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +11 -27
- package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +62 -6
- package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +11 -29
- package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +127 -31
- package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +8 -12
- package/dist/types/components/AppInput/AppInput.vue.d.ts +8 -10
- package/dist/types/components/AppInput/FileInput.vue.d.ts +11 -15
- package/dist/types/components/AppInput/Input.vue.d.ts +9 -12
- package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +10 -14
- package/dist/types/components/AppInput/LocationInput.vue.d.ts +5 -28
- package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +8 -12
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +11 -31
- package/dist/types/components/AppLoader/AppLoader.vue.d.ts +4 -25
- package/dist/types/components/AppMaps/AppMaps.vue.d.ts +4 -39
- package/dist/types/components/AppMenu/AppMenu.vue.d.ts +2 -23
- package/dist/types/components/AppMenu/AppMenuItem.vue.d.ts +9 -25
- package/dist/types/components/AppModal/AppModal.vue.d.ts +22 -55
- 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 -12
- package/dist/types/components/AppNavigationMenu/SupportItem.vue.d.ts +1 -1
- package/dist/types/components/AppPagination/AppPagination.vue.d.ts +9 -36
- package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +11 -31
- package/dist/types/components/AppSection/AppSection.vue.d.ts +13 -17
- package/dist/types/components/AppSelect/AppSelect.vue.d.ts +50 -104
- package/dist/types/components/AppTable/AppTable.vue.d.ts +8 -3
- package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +9 -25
- package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +20 -36
- package/dist/types/components/AppTimeline/AppTimelineItemIcon.vue.d.ts +1 -10
- package/dist/types/components/AppToggle/AppToggle.vue.d.ts +5 -26
- package/dist/types/components/AppToggleCard/AppToggleCard.vue.d.ts +14 -18
- package/dist/types/composables/index.d.ts +1 -0
- package/dist/types/composables/useActionBar/index.d.ts +6 -6
- package/dist/types/composables/useComputedPosition/index.d.ts +5 -0
- package/dist/types/composables/useConfirm/index.d.ts +4 -1
- package/dist/types/composables/useEcho/index.d.ts +3 -0
- package/dist/types/composables/useGoogleApi/index.d.ts +1 -1
- package/dist/types/composables/useLayout/index.d.ts +5 -5
- package/dist/types/composables/useModal/index.d.ts +5 -1
- package/dist/types/composables/useNavigation/index.d.ts +33 -13
- package/dist/types/icons/BuildingCircleCheck.vue.d.ts +1 -1
- package/dist/types/icons/CarsIcon.vue.d.ts +1 -1
- package/dist/types/icons/ChatPersonRoundedIcon.vue.d.ts +3 -12
- package/dist/types/icons/CompanyIcon.vue.d.ts +1 -1
- package/dist/types/icons/HeroGirlIcon.vue.d.ts +3 -13
- package/dist/types/icons/HeroPersonIcon.vue.d.ts +3 -12
- package/dist/types/icons/HeroPersonRoundedIcon.vue.d.ts +3 -12
- package/dist/types/icons/HeroPersonWithBgIcon.vue.d.ts +3 -12
- package/dist/types/icons/LocationMarkerIcon.vue.d.ts +1 -1
- package/dist/types/icons/PartyPopperIcon.vue.d.ts +1 -1
- package/dist/types/icons/index.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 +9 -4
- package/dist/types/layouts/Base/Base.vue.d.ts +12 -5
- package/dist/types/layouts/Platform/Platform.vue.d.ts +12 -5
- package/dist/types/plugins/Toast/Toast.vue.d.ts +7 -30
- package/dist/ui-storybook.css +1 -0
- package/dist/ui.cjs +42 -43
- package/dist/ui.css +1 -1
- package/dist/ui.js +19727 -18231
- package/package.json +40 -39
|
@@ -1,33 +1,10 @@
|
|
|
1
1
|
import type { LocationModelValue, LocationInputProps } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
"update:modelValue": (value: LocationModelValue) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<LocationInputProps>, {
|
|
8
|
-
placeholder: string;
|
|
9
|
-
placeOptions: null;
|
|
10
|
-
}>>> & {
|
|
2
|
+
declare const _default: import("vue").DefineComponent<LocationInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
+
"update:modelValue": (value: LocationModelValue) => any;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<LocationInputProps> & Readonly<{
|
|
11
5
|
"onUpdate:modelValue"?: ((value: LocationModelValue) => any) | undefined;
|
|
12
|
-
}
|
|
6
|
+
}>, {
|
|
13
7
|
placeholder: string;
|
|
14
8
|
placeOptions: google.maps.places.AutocompleteOptions | null;
|
|
15
|
-
}, {}>;
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
10
|
export default _default;
|
|
17
|
-
type __VLS_WithDefaults<P, D> = {
|
|
18
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
-
default: D[K];
|
|
20
|
-
}> : P[K];
|
|
21
|
-
};
|
|
22
|
-
type __VLS_Prettify<T> = {
|
|
23
|
-
[K in keyof T]: T[K];
|
|
24
|
-
} & {};
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToOption<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
};
|
|
5
|
-
|
|
6
|
-
declare const
|
|
9
|
+
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, {}, any>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
7
12
|
export default _default;
|
|
8
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
9
14
|
new (): {
|
|
10
15
|
$slots: S;
|
|
11
16
|
};
|
|
12
17
|
};
|
|
13
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
|
-
type __VLS_TypePropsToOption<T> = {
|
|
15
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
|
-
} : {
|
|
18
|
-
type: import('vue').PropType<T[K]>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1,49 +1,29 @@
|
|
|
1
1
|
import type { Country } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
};
|
|
5
|
-
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
6
11
|
license?: string;
|
|
7
12
|
country?: Country;
|
|
8
13
|
licensePlateClasses?: string;
|
|
9
|
-
}
|
|
10
|
-
license: undefined;
|
|
11
|
-
country: string;
|
|
12
|
-
licensePlateClasses: undefined;
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
14
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
15
|
license?: string;
|
|
15
16
|
country?: Country;
|
|
16
17
|
licensePlateClasses?: string;
|
|
17
|
-
}>, {
|
|
18
|
-
license: undefined;
|
|
19
|
-
country: string;
|
|
20
|
-
licensePlateClasses: undefined;
|
|
21
|
-
}>>>, {
|
|
18
|
+
}> & Readonly<{}>, {
|
|
22
19
|
license: string;
|
|
23
20
|
country: Country;
|
|
24
21
|
licensePlateClasses: string;
|
|
25
|
-
}, {}>;
|
|
26
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
24
|
export default _default;
|
|
28
|
-
type __VLS_WithDefaults<P, D> = {
|
|
29
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
30
|
-
default: D[K];
|
|
31
|
-
}> : P[K];
|
|
32
|
-
};
|
|
33
|
-
type __VLS_Prettify<T> = {
|
|
34
|
-
[K in keyof T]: T[K];
|
|
35
|
-
} & {};
|
|
36
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
26
|
new (): {
|
|
38
27
|
$slots: S;
|
|
39
28
|
};
|
|
40
29
|
};
|
|
41
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
42
|
-
type __VLS_TypePropsToOption<T> = {
|
|
43
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
44
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
45
|
-
} : {
|
|
46
|
-
type: import('vue').PropType<T[K]>;
|
|
47
|
-
required: true;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
@@ -1,30 +1,9 @@
|
|
|
1
1
|
import type { Size } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
size?: Size;
|
|
4
|
-
}
|
|
5
|
-
size: string;
|
|
6
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
7
5
|
size?: Size;
|
|
8
|
-
}>, {
|
|
9
|
-
size: string;
|
|
10
|
-
}>>>, {
|
|
6
|
+
}> & Readonly<{}>, {
|
|
11
7
|
size: Size;
|
|
12
|
-
}, {}>;
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
9
|
export default _default;
|
|
14
|
-
type __VLS_WithDefaults<P, D> = {
|
|
15
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
16
|
-
default: D[K];
|
|
17
|
-
}> : P[K];
|
|
18
|
-
};
|
|
19
|
-
type __VLS_Prettify<T> = {
|
|
20
|
-
[K in keyof T]: T[K];
|
|
21
|
-
} & {};
|
|
22
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
|
-
type __VLS_TypePropsToOption<T> = {
|
|
24
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
|
-
} : {
|
|
27
|
-
type: import('vue').PropType<T[K]>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
withMarker?: boolean;
|
|
3
3
|
disableMarkerClick?: boolean;
|
|
4
4
|
markerLatitude?: number | null;
|
|
@@ -7,16 +7,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
7
7
|
mapCenterLatitude?: number | null;
|
|
8
8
|
mapCenterLongitude?: number | null;
|
|
9
9
|
mapOptions?: google.maps.MapOptions | null;
|
|
10
|
-
}
|
|
11
|
-
mapOptions: null;
|
|
12
|
-
withMarker: boolean;
|
|
13
|
-
markerLatitude: null;
|
|
14
|
-
markerLongitude: null;
|
|
15
|
-
mapCenterLatitude: null;
|
|
16
|
-
mapCenterLongitude: null;
|
|
17
|
-
disableMarkerClick: boolean;
|
|
18
|
-
disableUserInteraction: boolean;
|
|
19
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
10
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
20
11
|
withMarker?: boolean;
|
|
21
12
|
disableMarkerClick?: boolean;
|
|
22
13
|
markerLatitude?: number | null;
|
|
@@ -25,16 +16,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
25
16
|
mapCenterLatitude?: number | null;
|
|
26
17
|
mapCenterLongitude?: number | null;
|
|
27
18
|
mapOptions?: google.maps.MapOptions | null;
|
|
28
|
-
}>, {
|
|
29
|
-
mapOptions: null;
|
|
30
|
-
withMarker: boolean;
|
|
31
|
-
markerLatitude: null;
|
|
32
|
-
markerLongitude: null;
|
|
33
|
-
mapCenterLatitude: null;
|
|
34
|
-
mapCenterLongitude: null;
|
|
35
|
-
disableMarkerClick: boolean;
|
|
36
|
-
disableUserInteraction: boolean;
|
|
37
|
-
}>>>, {
|
|
19
|
+
}> & Readonly<{}>, {
|
|
38
20
|
withMarker: boolean;
|
|
39
21
|
disableMarkerClick: boolean;
|
|
40
22
|
markerLatitude: number | null;
|
|
@@ -43,22 +25,5 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
25
|
mapCenterLatitude: number | null;
|
|
44
26
|
mapCenterLongitude: number | null;
|
|
45
27
|
mapOptions: google.maps.MapOptions | null;
|
|
46
|
-
}, {}>;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
47
29
|
export default _default;
|
|
48
|
-
type __VLS_WithDefaults<P, D> = {
|
|
49
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
50
|
-
default: D[K];
|
|
51
|
-
}> : P[K];
|
|
52
|
-
};
|
|
53
|
-
type __VLS_Prettify<T> = {
|
|
54
|
-
[K in keyof T]: T[K];
|
|
55
|
-
} & {};
|
|
56
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
57
|
-
type __VLS_TypePropsToOption<T> = {
|
|
58
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
59
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
60
|
-
} : {
|
|
61
|
-
type: import('vue').PropType<T[K]>;
|
|
62
|
-
required: true;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
@@ -1,26 +1,5 @@
|
|
|
1
1
|
import type { MenuProps } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
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
|
-
}
|
|
5
|
-
responsive: boolean;
|
|
6
|
-
}>>>, {
|
|
7
|
-
responsive: boolean;
|
|
8
|
-
}, {}>;
|
|
4
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
5
|
export default _default;
|
|
10
|
-
type __VLS_WithDefaults<P, D> = {
|
|
11
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
12
|
-
default: D[K];
|
|
13
|
-
}> : P[K];
|
|
14
|
-
};
|
|
15
|
-
type __VLS_Prettify<T> = {
|
|
16
|
-
[K in keyof T]: T[K];
|
|
17
|
-
} & {};
|
|
18
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
-
type __VLS_TypePropsToOption<T> = {
|
|
20
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
-
} : {
|
|
23
|
-
type: import('vue').PropType<T[K]>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -1,35 +1,19 @@
|
|
|
1
1
|
import type { MenuItem } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
};
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<MenuItem>, {
|
|
8
|
-
visible: boolean;
|
|
9
|
-
}>>>, {
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<MenuItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MenuItem> & Readonly<{}>, {
|
|
10
11
|
visible: boolean;
|
|
11
|
-
}, {}>;
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
12
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
14
|
export default _default;
|
|
14
|
-
type __VLS_WithDefaults<P, D> = {
|
|
15
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
16
|
-
default: D[K];
|
|
17
|
-
}> : P[K];
|
|
18
|
-
};
|
|
19
|
-
type __VLS_Prettify<T> = {
|
|
20
|
-
[K in keyof T]: T[K];
|
|
21
|
-
} & {};
|
|
22
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
16
|
new (): {
|
|
24
17
|
$slots: S;
|
|
25
18
|
};
|
|
26
19
|
};
|
|
27
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
-
type __VLS_TypePropsToOption<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
@@ -4,49 +4,33 @@ declare function open(): Promise<void>;
|
|
|
4
4
|
declare function close(): Promise<void>;
|
|
5
5
|
declare function submit(): Promise<void>;
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
slots: {
|
|
8
|
+
title?(_: {}): any;
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {
|
|
12
|
+
form: HTMLFormElement;
|
|
13
|
+
contentRef: unknown;
|
|
14
|
+
};
|
|
15
|
+
attrs: Partial<{}>;
|
|
9
16
|
};
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
withBackdrop: boolean;
|
|
14
|
-
withFooter: boolean;
|
|
15
|
-
preventBackdropClose: boolean;
|
|
16
|
-
preventBackdropCloseOnLoading: boolean;
|
|
17
|
-
contentClasses: string;
|
|
18
|
-
modalClasses: string;
|
|
19
|
-
title: string;
|
|
20
|
-
content: string;
|
|
21
|
-
properties: undefined;
|
|
22
|
-
}>, {
|
|
23
|
-
isOpen: import("vue").Ref<boolean>;
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import("vue").DefineComponent<Omit<ModalProps, "onCancel" | "onClose" | "onOpen" | "plugins">, {
|
|
19
|
+
isOpen: import("vue").Ref<boolean, boolean>;
|
|
24
20
|
open: typeof open;
|
|
25
21
|
close: typeof close;
|
|
26
22
|
submit: typeof submit;
|
|
27
|
-
},
|
|
28
|
-
|
|
29
|
-
close: () =>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
33
|
-
submitButtonText: string;
|
|
34
|
-
cancelButtonText: string;
|
|
35
|
-
withBackdrop: boolean;
|
|
36
|
-
withFooter: boolean;
|
|
37
|
-
preventBackdropClose: boolean;
|
|
38
|
-
preventBackdropCloseOnLoading: boolean;
|
|
39
|
-
contentClasses: string;
|
|
40
|
-
modalClasses: string;
|
|
41
|
-
title: string;
|
|
42
|
-
content: string;
|
|
43
|
-
properties: undefined;
|
|
44
|
-
}>>> & {
|
|
23
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
|
+
submit: (value: FormData) => any;
|
|
25
|
+
close: () => any;
|
|
26
|
+
open: () => any;
|
|
27
|
+
cancel: () => any;
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<Omit<ModalProps, "onCancel" | "onClose" | "onOpen" | "plugins">> & Readonly<{
|
|
45
29
|
onSubmit?: ((value: FormData) => any) | undefined;
|
|
46
|
-
onCancel?: (() => any) | undefined;
|
|
47
30
|
onClose?: (() => any) | undefined;
|
|
48
31
|
onOpen?: (() => any) | undefined;
|
|
49
|
-
|
|
32
|
+
onCancel?: (() => any) | undefined;
|
|
33
|
+
}>, {
|
|
50
34
|
title: string;
|
|
51
35
|
contentClasses: string;
|
|
52
36
|
content: string | Component;
|
|
@@ -58,28 +42,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
58
42
|
preventBackdropCloseOnLoading: boolean;
|
|
59
43
|
modalClasses: string;
|
|
60
44
|
properties: Record<string, unknown>;
|
|
61
|
-
}, {}>;
|
|
62
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
63
47
|
export default _default;
|
|
64
|
-
type __VLS_WithDefaults<P, D> = {
|
|
65
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
66
|
-
default: D[K];
|
|
67
|
-
}> : P[K];
|
|
68
|
-
};
|
|
69
|
-
type __VLS_Prettify<T> = {
|
|
70
|
-
[K in keyof T]: T[K];
|
|
71
|
-
} & {};
|
|
72
48
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
73
49
|
new (): {
|
|
74
50
|
$slots: S;
|
|
75
51
|
};
|
|
76
52
|
};
|
|
77
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
78
|
-
type __VLS_TypePropsToOption<T> = {
|
|
79
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
80
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
81
|
-
} : {
|
|
82
|
-
type: import('vue').PropType<T[K]>;
|
|
83
|
-
required: true;
|
|
84
|
-
};
|
|
85
|
-
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, 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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
import type { NavigationItem } from '~composables/useNavigation';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
item: NavigationItem;
|
|
4
4
|
linkClasses?: string;
|
|
5
|
-
}
|
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
6
6
|
item: NavigationItem;
|
|
7
7
|
linkClasses?: string;
|
|
8
|
-
}
|
|
8
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToOption<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,53 +1,26 @@
|
|
|
1
1
|
import type { PaginationMeta } from '.';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
meta?: PaginationMeta;
|
|
4
4
|
currentPage?: number;
|
|
5
5
|
lastPage?: number;
|
|
6
6
|
loaded?: boolean;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
paginate: (value: number) => void;
|
|
14
|
-
nextPage: () => void;
|
|
15
|
-
previousPage: () => void;
|
|
16
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
7
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
|
+
nextPage: () => any;
|
|
9
|
+
previousPage: () => any;
|
|
10
|
+
paginate: (value: number) => any;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
17
12
|
meta?: PaginationMeta;
|
|
18
13
|
currentPage?: number;
|
|
19
14
|
lastPage?: number;
|
|
20
15
|
loaded?: boolean;
|
|
21
|
-
}
|
|
22
|
-
meta: undefined;
|
|
23
|
-
currentPage: undefined;
|
|
24
|
-
lastPage: undefined;
|
|
25
|
-
loaded: boolean;
|
|
26
|
-
}>>> & {
|
|
16
|
+
}> & Readonly<{
|
|
27
17
|
onNextPage?: (() => any) | undefined;
|
|
28
18
|
onPreviousPage?: (() => any) | undefined;
|
|
29
19
|
onPaginate?: ((value: number) => any) | undefined;
|
|
30
|
-
}
|
|
20
|
+
}>, {
|
|
31
21
|
meta: PaginationMeta;
|
|
32
22
|
currentPage: number;
|
|
33
23
|
lastPage: number;
|
|
34
24
|
loaded: boolean;
|
|
35
|
-
}, {}>;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
36
26
|
export default _default;
|
|
37
|
-
type __VLS_WithDefaults<P, D> = {
|
|
38
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
-
default: D[K];
|
|
40
|
-
}> : P[K];
|
|
41
|
-
};
|
|
42
|
-
type __VLS_Prettify<T> = {
|
|
43
|
-
[K in keyof T]: T[K];
|
|
44
|
-
} & {};
|
|
45
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
-
type __VLS_TypePropsToOption<T> = {
|
|
47
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
-
} : {
|
|
50
|
-
type: import('vue').PropType<T[K]>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
@@ -1,49 +1,29 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
};
|
|
5
|
-
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
6
11
|
as?: string | Component;
|
|
7
12
|
active?: boolean;
|
|
8
13
|
disabled?: boolean;
|
|
9
|
-
}
|
|
10
|
-
as: string;
|
|
11
|
-
active: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
14
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
15
|
as?: string | Component;
|
|
15
16
|
active?: boolean;
|
|
16
17
|
disabled?: boolean;
|
|
17
|
-
}>, {
|
|
18
|
-
as: string;
|
|
19
|
-
active: boolean;
|
|
20
|
-
disabled: boolean;
|
|
21
|
-
}>>>, {
|
|
18
|
+
}> & Readonly<{}>, {
|
|
22
19
|
disabled: boolean;
|
|
23
20
|
as: string | Component;
|
|
24
21
|
active: boolean;
|
|
25
|
-
}, {}>;
|
|
26
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
24
|
export default _default;
|
|
28
|
-
type __VLS_WithDefaults<P, D> = {
|
|
29
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
30
|
-
default: D[K];
|
|
31
|
-
}> : P[K];
|
|
32
|
-
};
|
|
33
|
-
type __VLS_Prettify<T> = {
|
|
34
|
-
[K in keyof T]: T[K];
|
|
35
|
-
} & {};
|
|
36
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
26
|
new (): {
|
|
38
27
|
$slots: S;
|
|
39
28
|
};
|
|
40
29
|
};
|
|
41
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
42
|
-
type __VLS_TypePropsToOption<T> = {
|
|
43
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
44
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
45
|
-
} : {
|
|
46
|
-
type: import('vue').PropType<T[K]>;
|
|
47
|
-
required: true;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
@@ -1,29 +1,25 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
titleDescription?(_: {}): any;
|
|
4
|
+
title?(_: {}): any;
|
|
5
|
+
description?(_: {}): any;
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
attrs: Partial<{}>;
|
|
6
10
|
};
|
|
7
|
-
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
8
13
|
title?: string;
|
|
9
14
|
description?: string;
|
|
10
|
-
}
|
|
15
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
11
16
|
title?: string;
|
|
12
17
|
description?: string;
|
|
13
|
-
}
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
18
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
20
|
export default _default;
|
|
16
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
22
|
new (): {
|
|
18
23
|
$slots: S;
|
|
19
24
|
};
|
|
20
25
|
};
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToOption<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|