@autoafleveren/ui 0.16.8 → 0.17.0
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 +12552 -11990
- 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 +36 -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/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 +19637 -18043
- package/package.json +42 -39
|
@@ -1,62 +1,25 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { Size, Type } from './index.d';
|
|
1
|
+
import type { Props } from './index.d';
|
|
3
2
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
leadingIcon?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
trailingIcon?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
attrs: Partial<{}>;
|
|
7
10
|
};
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
leadingIcon?: Component | string;
|
|
13
|
-
trailingIcon?: Component | string;
|
|
14
|
-
}>, {
|
|
15
|
-
type: string;
|
|
16
|
-
size: string;
|
|
17
|
-
rounded: boolean;
|
|
18
|
-
leadingIcon: undefined;
|
|
19
|
-
trailingIcon: undefined;
|
|
20
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
21
|
-
type?: Type;
|
|
22
|
-
rounded?: boolean;
|
|
23
|
-
size?: Size;
|
|
24
|
-
leadingIcon?: Component | string;
|
|
25
|
-
trailingIcon?: Component | string;
|
|
26
|
-
}>, {
|
|
27
|
-
type: string;
|
|
28
|
-
size: string;
|
|
29
|
-
rounded: boolean;
|
|
30
|
-
leadingIcon: undefined;
|
|
31
|
-
trailingIcon: undefined;
|
|
32
|
-
}>>>, {
|
|
33
|
-
size: Size;
|
|
34
|
-
type: Type;
|
|
11
|
+
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<{}>, {
|
|
13
|
+
size: import("./index.d").Size;
|
|
14
|
+
type: import("./index.d").Type;
|
|
35
15
|
rounded: boolean;
|
|
36
|
-
leadingIcon: Component | string;
|
|
37
|
-
trailingIcon: Component | string;
|
|
38
|
-
}, {}>;
|
|
39
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
16
|
+
leadingIcon: import("vue").Component | string;
|
|
17
|
+
trailingIcon: import("vue").Component | string;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
20
|
export default _default;
|
|
41
|
-
type __VLS_WithDefaults<P, D> = {
|
|
42
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
|
-
default: D[K];
|
|
44
|
-
}> : P[K];
|
|
45
|
-
};
|
|
46
|
-
type __VLS_Prettify<T> = {
|
|
47
|
-
[K in keyof T]: T[K];
|
|
48
|
-
} & {};
|
|
49
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
22
|
new (): {
|
|
51
23
|
$slots: S;
|
|
52
24
|
};
|
|
53
25
|
};
|
|
54
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
55
|
-
type __VLS_TypePropsToOption<T> = {
|
|
56
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
57
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
58
|
-
} : {
|
|
59
|
-
type: import('vue').PropType<T[K]>;
|
|
60
|
-
required: true;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
@@ -1,28 +1,15 @@
|
|
|
1
1
|
import type { Props } from './index.d';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
leadingIcon?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
trailingIcon?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
attrs: Partial<{}>;
|
|
6
10
|
};
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
size: string;
|
|
10
|
-
type: string;
|
|
11
|
-
colorType: string;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
loading: boolean;
|
|
14
|
-
bordered: boolean;
|
|
15
|
-
block: boolean;
|
|
16
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
17
|
-
as: string;
|
|
18
|
-
size: string;
|
|
19
|
-
type: string;
|
|
20
|
-
colorType: string;
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
loading: boolean;
|
|
23
|
-
bordered: boolean;
|
|
24
|
-
block: boolean;
|
|
25
|
-
}>>>, {
|
|
11
|
+
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<{}>, {
|
|
26
13
|
size: import("./index.d").Size;
|
|
27
14
|
type: import("./index.d").Type;
|
|
28
15
|
loading: boolean;
|
|
@@ -31,28 +18,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
31
18
|
bordered: boolean;
|
|
32
19
|
block: boolean;
|
|
33
20
|
as: string;
|
|
34
|
-
}, {}>;
|
|
35
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
23
|
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
24
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
25
|
new (): {
|
|
47
26
|
$slots: S;
|
|
48
27
|
};
|
|
49
28
|
};
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToOption<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: import('vue').PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
5
10
|
loading?: boolean;
|
|
6
|
-
}
|
|
11
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
7
12
|
loading?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
13
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
10
15
|
export default _default;
|
|
11
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
17
|
new (): {
|
|
13
18
|
$slots: S;
|
|
14
19
|
};
|
|
15
20
|
};
|
|
16
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
-
type __VLS_TypePropsToOption<T> = {
|
|
18
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
-
} : {
|
|
21
|
-
type: import('vue').PropType<T[K]>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,69 +1,43 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
import type { Action } from './index.d';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
slots: {
|
|
5
|
+
icon?(_: {}): any;
|
|
6
|
+
title?(_: {}): any;
|
|
7
|
+
description?(_: {}): any;
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
actions?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
attrs: Partial<{}>;
|
|
9
13
|
};
|
|
10
|
-
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
11
16
|
title?: string;
|
|
12
17
|
description?: string;
|
|
13
18
|
actions?: Action[];
|
|
14
19
|
icon?: string | Component;
|
|
15
20
|
bordered?: boolean;
|
|
16
21
|
contentClasses?: string;
|
|
17
|
-
}
|
|
18
|
-
title: undefined;
|
|
19
|
-
description: undefined;
|
|
20
|
-
actions: undefined;
|
|
21
|
-
icon: undefined;
|
|
22
|
-
bordered: boolean;
|
|
23
|
-
contentClasses: undefined;
|
|
24
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
22
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
25
23
|
title?: string;
|
|
26
24
|
description?: string;
|
|
27
25
|
actions?: Action[];
|
|
28
26
|
icon?: string | Component;
|
|
29
27
|
bordered?: boolean;
|
|
30
28
|
contentClasses?: string;
|
|
31
|
-
}>, {
|
|
32
|
-
title: undefined;
|
|
33
|
-
description: undefined;
|
|
34
|
-
actions: undefined;
|
|
35
|
-
icon: undefined;
|
|
36
|
-
bordered: boolean;
|
|
37
|
-
contentClasses: undefined;
|
|
38
|
-
}>>>, {
|
|
29
|
+
}> & Readonly<{}>, {
|
|
39
30
|
title: string;
|
|
40
31
|
description: string;
|
|
41
32
|
bordered: boolean;
|
|
42
33
|
icon: string | Component;
|
|
43
34
|
actions: Action[];
|
|
44
35
|
contentClasses: string;
|
|
45
|
-
}, {}>;
|
|
46
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
36
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
37
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
38
|
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
39
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
57
40
|
new (): {
|
|
58
41
|
$slots: S;
|
|
59
42
|
};
|
|
60
43
|
};
|
|
61
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
62
|
-
type __VLS_TypePropsToOption<T> = {
|
|
63
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
64
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
65
|
-
} : {
|
|
66
|
-
type: import('vue').PropType<T[K]>;
|
|
67
|
-
required: true;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
import type { Action } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
item: Action;
|
|
4
|
-
}
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
5
|
item: Action;
|
|
6
|
-
}
|
|
6
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
8
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
-
type __VLS_TypePropsToOption<T> = {
|
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
-
} : {
|
|
13
|
-
type: import('vue').PropType<T[K]>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,25 +1,21 @@
|
|
|
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
|
icon?: string | Component;
|
|
7
|
-
}
|
|
12
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
13
|
icon?: string | Component;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
14
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
16
|
export default _default;
|
|
12
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
18
|
new (): {
|
|
14
19
|
$slots: S;
|
|
15
20
|
};
|
|
16
21
|
};
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToOption<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,38 +1,21 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
import type { ConfirmProps } from './index.d';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
slots: {
|
|
5
|
+
title?(_: {}): any;
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
attrs: Partial<{}>;
|
|
6
10
|
};
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
preventBackdropClose: boolean;
|
|
13
|
-
icon: undefined;
|
|
14
|
-
html: boolean;
|
|
15
|
-
title: string;
|
|
16
|
-
content: string;
|
|
17
|
-
extendedIconDomClasses: string;
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
close: (value: boolean) => void;
|
|
20
|
-
confirmed: (value: true) => void;
|
|
21
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ConfirmProps>, {
|
|
22
|
-
type: string;
|
|
23
|
-
confirmButtonText: string;
|
|
24
|
-
cancelButtonText: string;
|
|
25
|
-
withBackdrop: boolean;
|
|
26
|
-
preventBackdropClose: boolean;
|
|
27
|
-
icon: undefined;
|
|
28
|
-
html: boolean;
|
|
29
|
-
title: string;
|
|
30
|
-
content: string;
|
|
31
|
-
extendedIconDomClasses: string;
|
|
32
|
-
}>>> & {
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<ConfirmProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
|
+
close: (value: boolean) => any;
|
|
14
|
+
confirmed: (value: true) => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<ConfirmProps> & Readonly<{
|
|
33
16
|
onClose?: ((value: boolean) => any) | undefined;
|
|
34
17
|
onConfirmed?: ((value: true) => any) | undefined;
|
|
35
|
-
}
|
|
18
|
+
}>, {
|
|
36
19
|
html: boolean;
|
|
37
20
|
title: string;
|
|
38
21
|
type: import("./index.d").ConfirmType;
|
|
@@ -43,28 +26,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
43
26
|
withBackdrop: boolean;
|
|
44
27
|
preventBackdropClose: boolean;
|
|
45
28
|
extendedIconDomClasses: string;
|
|
46
|
-
}, {}>;
|
|
47
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
48
31
|
export default _default;
|
|
49
|
-
type __VLS_WithDefaults<P, D> = {
|
|
50
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
51
|
-
default: D[K];
|
|
52
|
-
}> : P[K];
|
|
53
|
-
};
|
|
54
|
-
type __VLS_Prettify<T> = {
|
|
55
|
-
[K in keyof T]: T[K];
|
|
56
|
-
} & {};
|
|
57
32
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
33
|
new (): {
|
|
59
34
|
$slots: S;
|
|
60
35
|
};
|
|
61
36
|
};
|
|
62
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
63
|
-
type __VLS_TypePropsToOption<T> = {
|
|
64
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
65
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
66
|
-
} : {
|
|
67
|
-
type: import('vue').PropType<T[K]>;
|
|
68
|
-
required: true;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
@@ -2,29 +2,20 @@ import type { Props, Action } from './index.d';
|
|
|
2
2
|
declare function open(): Promise<void>;
|
|
3
3
|
declare function close(): Promise<void>;
|
|
4
4
|
declare function submit(action: Action): Promise<void>;
|
|
5
|
-
declare const _default: import("vue").DefineComponent<
|
|
6
|
-
isOpen: import("vue").Ref<boolean>;
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {
|
|
6
|
+
isOpen: import("vue").Ref<boolean, boolean>;
|
|
7
7
|
open: typeof open;
|
|
8
8
|
close: typeof close;
|
|
9
9
|
submit: typeof submit;
|
|
10
|
-
},
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
16
|
-
onCancel?: (() => any) | undefined;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
|
+
close: () => any;
|
|
12
|
+
open: () => any;
|
|
13
|
+
cancel: () => any;
|
|
14
|
+
actionClicked: (action: Action) => any;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
17
16
|
onClose?: (() => any) | undefined;
|
|
18
17
|
onOpen?: (() => any) | undefined;
|
|
18
|
+
onCancel?: (() => any) | undefined;
|
|
19
19
|
onActionClicked?: ((action: Action) => any) | undefined;
|
|
20
|
-
}, {}, {}>;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
export default _default;
|
|
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,18 +1,9 @@
|
|
|
1
1
|
import type { Shortcut } from './index.d';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
shortcut: Shortcut;
|
|
4
4
|
item: unknown;
|
|
5
|
-
}
|
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
6
6
|
shortcut: Shortcut;
|
|
7
7
|
item: unknown;
|
|
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,42 +1,36 @@
|
|
|
1
1
|
import type { Props, DataTableInstance } from '.';
|
|
2
2
|
declare const _default: <Item extends {
|
|
3
3
|
id: number;
|
|
4
|
-
}>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
5
|
-
props:
|
|
6
|
-
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
7
|
-
onUpdatePage?: ((value: number) => any) | undefined;
|
|
8
|
-
onClickItem?: ((value: Item) => any) | undefined;
|
|
9
|
-
onContextMenuOpen?: ((value: Item) => any) | undefined;
|
|
10
|
-
onClickContextItem?: ((value: Item) => any) | undefined;
|
|
11
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps &
|
|
12
|
-
"onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
13
|
-
onUpdatePage?: ((value: number) => any) | undefined;
|
|
14
|
-
onClickItem?: ((value: Item) => any) | undefined;
|
|
15
|
-
onContextMenuOpen?: ((value: Item) => any) | undefined;
|
|
16
|
-
onClickContextItem?: ((value: Item) => any) | undefined;
|
|
17
|
-
}, never>, "onUpdate:modelValue" | "onUpdatePage" | "onClickItem" | "onContextMenuOpen" | "onClickContextItem"> & Props<Item>> & import("vue").PublicProps;
|
|
4
|
+
}>(__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
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
|
+
readonly "onUpdate:modelValue"?: ((value: number[]) => any) | undefined;
|
|
7
|
+
readonly onUpdatePage?: ((value: number) => any) | undefined;
|
|
8
|
+
readonly onClickItem?: ((value: Item) => any) | undefined;
|
|
9
|
+
readonly onContextMenuOpen?: ((value: Item) => any) | undefined;
|
|
10
|
+
readonly onClickContextItem?: ((value: Item) => any) | undefined;
|
|
11
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdatePage" | "onClickItem" | "onContextMenuOpen" | "onClickContextItem"> & Props<Item>> & import("vue").PublicProps;
|
|
18
12
|
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
19
13
|
dataTableInstance: import("vue").ComputedRef<DataTableInstance | undefined>;
|
|
20
14
|
}>): void;
|
|
21
15
|
attrs: any;
|
|
22
|
-
slots:
|
|
16
|
+
slots: Partial<Record<string, (_: any) => any>> & {
|
|
23
17
|
"footer-results"?(_: {
|
|
24
18
|
results: number;
|
|
25
19
|
}): any;
|
|
26
|
-
}
|
|
20
|
+
};
|
|
27
21
|
emit: {
|
|
28
22
|
(event: "update:modelValue", value: number[]): void;
|
|
29
23
|
(event: "updatePage", value: number): void;
|
|
30
24
|
(event: "clickItem", value: Item): void;
|
|
31
25
|
(event: "contextMenuOpen", value: Item): void;
|
|
32
26
|
(event: "clickContextItem", value: Item): void;
|
|
33
|
-
}
|
|
27
|
+
};
|
|
34
28
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
35
29
|
[key: string]: any;
|
|
36
30
|
}> & {
|
|
37
31
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
38
32
|
};
|
|
39
33
|
export default _default;
|
|
40
|
-
type
|
|
34
|
+
type __VLS_PrettifyLocal<T> = {
|
|
41
35
|
[K in keyof T]: T[K];
|
|
42
36
|
} & {};
|
|
@@ -1,37 +1,33 @@
|
|
|
1
1
|
import type { DataTableInstance } from '.';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
-
|
|
4
|
-
results:
|
|
5
|
-
|
|
3
|
+
slots: {
|
|
4
|
+
results?(_: {
|
|
5
|
+
results: number;
|
|
6
|
+
}): 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
|
dataTable?: DataTableInstance;
|
|
9
14
|
currentPage?: number;
|
|
10
|
-
}
|
|
11
|
-
nextPage: () =>
|
|
12
|
-
previousPage: () =>
|
|
13
|
-
updatePage: (page: number) =>
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
15
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
nextPage: () => any;
|
|
17
|
+
previousPage: () => any;
|
|
18
|
+
updatePage: (page: number) => any;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
15
20
|
dataTable?: DataTableInstance;
|
|
16
21
|
currentPage?: number;
|
|
17
|
-
}
|
|
22
|
+
}> & Readonly<{
|
|
18
23
|
onNextPage?: (() => any) | undefined;
|
|
19
24
|
onPreviousPage?: (() => any) | undefined;
|
|
20
25
|
onUpdatePage?: ((page: number) => any) | undefined;
|
|
21
|
-
}, {}, {}>;
|
|
22
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
28
|
export default _default;
|
|
24
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
30
|
new (): {
|
|
26
31
|
$slots: S;
|
|
27
32
|
};
|
|
28
33
|
};
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToOption<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|