@winchsa/ui 0.1.24 → 0.1.27
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/components/Breadcrumbs.d.vue.ts +2 -1
- package/dist/components/Breadcrumbs.vue.d.ts +2 -1
- package/dist/components/CustomizerSection.d.vue.ts +7 -15
- package/dist/components/CustomizerSection.vue.d.ts +7 -15
- package/dist/components/DialogCloseBtn.d.vue.ts +2 -4
- package/dist/components/DialogCloseBtn.vue.d.ts +2 -4
- package/dist/components/Drawer.d.vue.ts +12 -28
- package/dist/components/Drawer.vue.d.ts +12 -28
- package/dist/components/IconBtn.d.vue.ts +7 -19
- package/dist/components/IconBtn.vue.d.ts +7 -19
- package/dist/components/LoadingBar.d.vue.ts +2 -1
- package/dist/components/LoadingBar.vue.d.ts +2 -1
- package/dist/components/LoadingDialog.d.vue.ts +2 -1
- package/dist/components/LoadingDialog.vue.d.ts +2 -1
- package/dist/components/LoadingItem.d.vue.ts +9 -31
- package/dist/components/LoadingItem.vue.d.ts +9 -31
- package/dist/components/Modal.d.vue.ts +50 -0
- package/dist/components/Modal.vue.d.ts +50 -0
- package/dist/components/MoreBtn.d.vue.ts +7 -15
- package/dist/components/MoreBtn.vue.d.ts +7 -15
- package/dist/components/ScrollToTop.d.vue.ts +2 -1
- package/dist/components/ScrollToTop.vue.d.ts +2 -1
- package/dist/components/SiteTitle.d.vue.ts +2 -1
- package/dist/components/SiteTitle.vue.d.ts +2 -1
- package/dist/components/Toaster.d.vue.ts +2 -1
- package/dist/components/Toaster.vue.d.ts +2 -1
- package/dist/components/cards/AppCard.d.vue.ts +8 -16
- package/dist/components/cards/AppCard.vue.d.ts +8 -16
- package/dist/components/cards/AppCardActions.d.vue.ts +11 -57
- package/dist/components/cards/AppCardActions.vue.d.ts +11 -57
- package/dist/components/cards/CardStatisticsHorizontal.d.vue.ts +2 -3
- package/dist/components/cards/CardStatisticsHorizontal.vue.d.ts +2 -3
- package/dist/components/cards/CheckboxesCard.d.vue.ts +3 -6
- package/dist/components/cards/CheckboxesCard.vue.d.ts +3 -6
- package/dist/components/cards/HeaderCard.d.vue.ts +2 -1
- package/dist/components/cards/HeaderCard.vue.d.ts +2 -1
- package/dist/components/cards/ImageCard.d.vue.ts +10 -40
- package/dist/components/cards/ImageCard.vue.d.ts +10 -40
- package/dist/components/cards/InputCard.d.vue.ts +7 -27
- package/dist/components/cards/InputCard.vue.d.ts +7 -27
- package/dist/components/cards/StaticCard.d.vue.ts +7 -19
- package/dist/components/cards/StaticCard.vue.d.ts +7 -19
- package/dist/components/forms/Accordion.d.vue.ts +8 -24
- package/dist/components/forms/Accordion.vue.d.ts +8 -24
- package/dist/components/forms/AppBarSearch.d.vue.ts +10 -1554
- package/dist/components/forms/AppBarSearch.vue.d.ts +10 -1554
- package/dist/components/forms/AppCombobox.d.vue.ts +13 -0
- package/dist/components/forms/AppCombobox.vue.d.ts +13 -0
- package/dist/components/forms/AppDrawerHeaderSection.d.vue.ts +7 -17
- package/dist/components/forms/AppDrawerHeaderSection.vue.d.ts +7 -17
- package/dist/components/forms/AppLabel.d.vue.ts +7 -19
- package/dist/components/forms/AppLabel.vue.d.ts +7 -19
- package/dist/components/forms/AppLink.d.vue.ts +8 -16
- package/dist/components/forms/AppLink.vue.d.ts +8 -16
- package/dist/components/forms/AppNumberField.d.vue.ts +8 -33
- package/dist/components/forms/AppNumberField.vue.d.ts +8 -33
- package/dist/components/forms/AppOtpInput.d.vue.ts +3 -6
- package/dist/components/forms/AppOtpInput.vue.d.ts +3 -6
- package/dist/components/forms/AppSearchHeader.d.vue.ts +2 -1
- package/dist/components/forms/AppSearchHeader.vue.d.ts +2 -1
- package/dist/components/forms/AppSelect.d.vue.ts +17 -0
- package/dist/components/forms/AppSelect.vue.d.ts +17 -0
- package/dist/components/forms/AppStepper.d.vue.ts +3 -7
- package/dist/components/forms/AppStepper.vue.d.ts +3 -7
- package/dist/components/forms/AppSwitch.d.vue.ts +7 -18
- package/dist/components/forms/AppSwitch.vue.d.ts +7 -18
- package/dist/components/forms/AppTextField.d.vue.ts +7 -20
- package/dist/components/forms/AppTextField.vue.d.ts +7 -20
- package/dist/components/forms/AppTextarea.d.vue.ts +7 -20
- package/dist/components/forms/AppTextarea.vue.d.ts +7 -20
- package/dist/components/forms/AttachmentCropperInput.d.vue.ts +3 -10
- package/dist/components/forms/AttachmentCropperInput.vue +1 -2
- package/dist/components/forms/AttachmentCropperInput.vue.d.ts +3 -10
- package/dist/components/forms/AttachmentInput.d.vue.ts +3 -7
- package/dist/components/forms/AttachmentInput.vue.d.ts +3 -7
- package/dist/components/forms/AutocompleteInput.d.vue.ts +84 -0
- package/dist/components/forms/AutocompleteInput.vue.d.ts +84 -0
- package/dist/components/forms/BankSelect.d.vue.ts +5 -3
- package/dist/components/forms/BankSelect.vue.d.ts +5 -3
- package/dist/components/forms/BaseButton.d.vue.ts +7 -18
- package/dist/components/forms/BaseButton.vue.d.ts +7 -18
- package/dist/components/forms/CounterInput.d.vue.ts +3 -5
- package/dist/components/forms/CounterInput.vue.d.ts +3 -5
- package/dist/components/forms/CustomCheckboxes.d.vue.ts +8 -22
- package/dist/components/forms/CustomCheckboxes.vue.d.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithIcon.d.vue.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithIcon.vue.d.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithImage.d.vue.ts +2 -1
- package/dist/components/forms/CustomCheckboxesWithImage.vue.d.ts +2 -1
- package/dist/components/forms/CustomRadios.d.vue.ts +8 -23
- package/dist/components/forms/CustomRadios.vue.d.ts +8 -23
- package/dist/components/forms/CustomRadiosWithIcon.d.vue.ts +8 -25
- package/dist/components/forms/CustomRadiosWithIcon.vue.d.ts +8 -25
- package/dist/components/forms/CustomRadiosWithImage.d.vue.ts +11 -29
- package/dist/components/forms/CustomRadiosWithImage.vue.d.ts +11 -29
- package/dist/components/forms/DatePicker.d.vue.ts +3 -8
- package/dist/components/forms/DatePicker.vue.d.ts +3 -8
- package/dist/components/forms/DatePickerRange.d.vue.ts +2 -1
- package/dist/components/forms/DatePickerRange.vue.d.ts +2 -1
- package/dist/components/forms/DraggedUploadFile.d.vue.ts +2 -1
- package/dist/components/forms/DraggedUploadFile.vue.d.ts +2 -1
- package/dist/components/forms/ImageCardInput.d.vue.ts +35 -0
- package/dist/components/forms/ImageCardInput.vue.d.ts +35 -0
- package/dist/components/forms/InputValidationWrapper.d.vue.ts +9 -16
- package/dist/components/forms/InputValidationWrapper.vue.d.ts +9 -16
- package/dist/components/forms/LicensePlateInput.d.vue.ts +6 -6
- package/dist/components/forms/LicensePlateInput.vue +11 -11
- package/dist/components/forms/LicensePlateInput.vue.d.ts +6 -6
- package/dist/components/forms/ManualDate.d.vue.ts +3 -5
- package/dist/components/forms/ManualDate.vue +12 -12
- package/dist/components/forms/ManualDate.vue.d.ts +3 -5
- package/dist/components/forms/MobileInput.d.vue.ts +11 -35
- package/dist/components/forms/MobileInput.vue.d.ts +11 -35
- package/dist/components/forms/PasswordInput.d.vue.ts +3 -5
- package/dist/components/forms/PasswordInput.vue.d.ts +3 -5
- package/dist/components/forms/RangeInput.d.vue.ts +6 -1
- package/dist/components/forms/RangeInput.vue.d.ts +6 -1
- package/dist/components/forms/Tabs.d.vue.ts +6 -25
- package/dist/components/forms/Tabs.vue.d.ts +6 -25
- package/dist/components/forms/TimePicker.d.vue.ts +3 -8
- package/dist/components/forms/TimePicker.vue.d.ts +3 -8
- package/dist/components/table/DataTable.d.vue.ts +70 -0
- package/dist/components/table/DataTable.vue +3 -3
- package/dist/components/table/DataTable.vue.d.ts +70 -0
- package/dist/components/table/EditableDataTable.d.vue.ts +7 -62
- package/dist/components/table/EditableDataTable.vue +1 -2
- package/dist/components/table/EditableDataTable.vue.d.ts +7 -62
- package/dist/components/table/EditableDataTableRow.d.vue.ts +5 -3
- package/dist/components/table/EditableDataTableRow.vue.d.ts +5 -3
- package/dist/components/table/FilterGenerator.d.vue.ts +3 -4
- package/dist/components/table/FilterGenerator.vue.d.ts +3 -4
- package/dist/components/table/StaticTable.d.vue.ts +17 -6
- package/dist/components/table/StaticTable.vue.d.ts +17 -6
- package/dist/components/table/TablePagination.d.vue.ts +5 -3
- package/dist/components/table/TablePagination.vue.d.ts +5 -3
- package/dist/composables/useIsMobile.d.ts +1 -1
- package/dist/styles/core/base/_components.scss +2 -2
- package/dist/styles/core/template/_components.scss +1 -1
- package/dist/styles/core/template/index.css +59 -44
- package/dist/styles/core/template/libs/vuetify/index.css +3 -1
- package/dist/utils/ruleValidator.d.ts +1 -1
- package/package.json +7 -7
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
theme: 'light' | 'dark';
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
theme: 'light' | 'dark';
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
5
6
|
export default _default;
|
|
@@ -1,23 +1,15 @@
|
|
|
1
|
-
import { VCard } from 'vuetify/components';
|
|
2
|
-
import LoadingBar from '../LoadingBar.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
isLoading?: boolean;
|
|
5
3
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
10
|
-
[K in NonNullable<typeof __VLS_12>]?: (props: typeof __VLS_13) => any;
|
|
4
|
+
declare var __VLS_9: {}, __VLS_18: string, __VLS_19: any;
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
[K in NonNullable<typeof __VLS_18>]?: (props: typeof __VLS_19) => any;
|
|
11
7
|
} & {
|
|
12
|
-
default?: (props: typeof
|
|
13
|
-
}
|
|
14
|
-
declare const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
slots: typeof slots;
|
|
18
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
|
+
default?: (props: typeof __VLS_9) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
21
13
|
export default _default;
|
|
22
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
23
15
|
new (): {
|
|
@@ -1,23 +1,15 @@
|
|
|
1
|
-
import { VCard } from 'vuetify/components';
|
|
2
|
-
import LoadingBar from '../LoadingBar.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
isLoading?: boolean;
|
|
5
3
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
10
|
-
[K in NonNullable<typeof __VLS_12>]?: (props: typeof __VLS_13) => any;
|
|
4
|
+
declare var __VLS_9: {}, __VLS_18: string, __VLS_19: any;
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
[K in NonNullable<typeof __VLS_18>]?: (props: typeof __VLS_19) => any;
|
|
11
7
|
} & {
|
|
12
|
-
default?: (props: typeof
|
|
13
|
-
}
|
|
14
|
-
declare const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
slots: typeof slots;
|
|
18
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
|
+
default?: (props: typeof __VLS_9) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
21
13
|
export default _default;
|
|
22
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
23
15
|
new (): {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { VCard, VCardItem, VIcon, VOverlay, VExpandTransition, VProgressCircular, VCardTitle } from 'vuetify/components';
|
|
2
|
-
import IconBtn from '../IconBtn.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
collapsed?: boolean;
|
|
5
3
|
noActions?: boolean;
|
|
@@ -8,69 +6,25 @@ type __VLS_Props = {
|
|
|
8
6
|
actionRemove?: boolean;
|
|
9
7
|
title?: string;
|
|
10
8
|
};
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
declare const triggerCollapse: () => void;
|
|
15
|
-
declare const triggerRefresh: () => void;
|
|
16
|
-
declare const triggeredRemove: () => void;
|
|
17
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
18
|
-
declare var __VLS_18: {}, __VLS_20: {}, __VLS_59: {};
|
|
19
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
20
|
-
title?: (props: typeof __VLS_18) => any;
|
|
9
|
+
declare var __VLS_26: {}, __VLS_29: {}, __VLS_76: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
title?: (props: typeof __VLS_26) => any;
|
|
21
12
|
} & {
|
|
22
|
-
'before-actions'?: (props: typeof
|
|
13
|
+
'before-actions'?: (props: typeof __VLS_29) => any;
|
|
23
14
|
} & {
|
|
24
|
-
default?: (props: typeof
|
|
25
|
-
}
|
|
26
|
-
declare const
|
|
27
|
-
VCard: typeof VCard;
|
|
28
|
-
VCardItem: typeof VCardItem;
|
|
29
|
-
VIcon: typeof VIcon;
|
|
30
|
-
VOverlay: typeof VOverlay;
|
|
31
|
-
VExpandTransition: typeof VExpandTransition;
|
|
32
|
-
VProgressCircular: typeof VProgressCircular;
|
|
33
|
-
VCardTitle: typeof VCardTitle;
|
|
34
|
-
IconBtn: typeof IconBtn;
|
|
35
|
-
isContentCollapsed: typeof isContentCollapsed;
|
|
36
|
-
isCardRemoved: typeof isCardRemoved;
|
|
37
|
-
isOverlayVisible: typeof isOverlayVisible;
|
|
38
|
-
triggerCollapse: typeof triggerCollapse;
|
|
39
|
-
triggerRefresh: typeof triggerRefresh;
|
|
40
|
-
triggeredRemove: typeof triggeredRemove;
|
|
41
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
42
|
-
refresh: (hideOverlay: () => void) => any;
|
|
15
|
+
default?: (props: typeof __VLS_76) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
43
18
|
collapsed: (isContentCollapsed: boolean) => any;
|
|
44
|
-
trash: () => any;
|
|
45
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
46
|
-
onRefresh?: ((hideOverlay: () => void) => any) | undefined;
|
|
47
|
-
onCollapsed?: ((isContentCollapsed: boolean) => any) | undefined;
|
|
48
|
-
onTrash?: (() => any) | undefined;
|
|
49
|
-
}>, {
|
|
50
|
-
title: string;
|
|
51
|
-
collapsed: boolean;
|
|
52
|
-
noActions: boolean;
|
|
53
|
-
actionCollapsed: boolean;
|
|
54
|
-
actionRefresh: boolean;
|
|
55
|
-
actionRemove: boolean;
|
|
56
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
57
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
58
19
|
refresh: (hideOverlay: () => void) => any;
|
|
59
|
-
collapsed: (isContentCollapsed: boolean) => any;
|
|
60
20
|
trash: () => any;
|
|
61
21
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
62
|
-
onRefresh?: ((hideOverlay: () => void) => any) | undefined;
|
|
63
22
|
onCollapsed?: ((isContentCollapsed: boolean) => any) | undefined;
|
|
23
|
+
onRefresh?: ((hideOverlay: () => void) => any) | undefined;
|
|
64
24
|
onTrash?: (() => any) | undefined;
|
|
65
|
-
}>, {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
noActions: boolean;
|
|
69
|
-
actionCollapsed: boolean;
|
|
70
|
-
actionRefresh: boolean;
|
|
71
|
-
actionRemove: boolean;
|
|
72
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
73
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
74
28
|
export default _default;
|
|
75
29
|
type __VLS_WithSlots<T, S> = T & {
|
|
76
30
|
new (): {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { VCard, VCardItem, VIcon, VOverlay, VExpandTransition, VProgressCircular, VCardTitle } from 'vuetify/components';
|
|
2
|
-
import IconBtn from '../IconBtn.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
collapsed?: boolean;
|
|
5
3
|
noActions?: boolean;
|
|
@@ -8,69 +6,25 @@ type __VLS_Props = {
|
|
|
8
6
|
actionRemove?: boolean;
|
|
9
7
|
title?: string;
|
|
10
8
|
};
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
declare const triggerCollapse: () => void;
|
|
15
|
-
declare const triggerRefresh: () => void;
|
|
16
|
-
declare const triggeredRemove: () => void;
|
|
17
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
18
|
-
declare var __VLS_18: {}, __VLS_20: {}, __VLS_59: {};
|
|
19
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
20
|
-
title?: (props: typeof __VLS_18) => any;
|
|
9
|
+
declare var __VLS_26: {}, __VLS_29: {}, __VLS_76: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
title?: (props: typeof __VLS_26) => any;
|
|
21
12
|
} & {
|
|
22
|
-
'before-actions'?: (props: typeof
|
|
13
|
+
'before-actions'?: (props: typeof __VLS_29) => any;
|
|
23
14
|
} & {
|
|
24
|
-
default?: (props: typeof
|
|
25
|
-
}
|
|
26
|
-
declare const
|
|
27
|
-
VCard: typeof VCard;
|
|
28
|
-
VCardItem: typeof VCardItem;
|
|
29
|
-
VIcon: typeof VIcon;
|
|
30
|
-
VOverlay: typeof VOverlay;
|
|
31
|
-
VExpandTransition: typeof VExpandTransition;
|
|
32
|
-
VProgressCircular: typeof VProgressCircular;
|
|
33
|
-
VCardTitle: typeof VCardTitle;
|
|
34
|
-
IconBtn: typeof IconBtn;
|
|
35
|
-
isContentCollapsed: typeof isContentCollapsed;
|
|
36
|
-
isCardRemoved: typeof isCardRemoved;
|
|
37
|
-
isOverlayVisible: typeof isOverlayVisible;
|
|
38
|
-
triggerCollapse: typeof triggerCollapse;
|
|
39
|
-
triggerRefresh: typeof triggerRefresh;
|
|
40
|
-
triggeredRemove: typeof triggeredRemove;
|
|
41
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
42
|
-
refresh: (hideOverlay: () => void) => any;
|
|
15
|
+
default?: (props: typeof __VLS_76) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
43
18
|
collapsed: (isContentCollapsed: boolean) => any;
|
|
44
|
-
trash: () => any;
|
|
45
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
46
|
-
onRefresh?: ((hideOverlay: () => void) => any) | undefined;
|
|
47
|
-
onCollapsed?: ((isContentCollapsed: boolean) => any) | undefined;
|
|
48
|
-
onTrash?: (() => any) | undefined;
|
|
49
|
-
}>, {
|
|
50
|
-
title: string;
|
|
51
|
-
collapsed: boolean;
|
|
52
|
-
noActions: boolean;
|
|
53
|
-
actionCollapsed: boolean;
|
|
54
|
-
actionRefresh: boolean;
|
|
55
|
-
actionRemove: boolean;
|
|
56
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
57
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
58
19
|
refresh: (hideOverlay: () => void) => any;
|
|
59
|
-
collapsed: (isContentCollapsed: boolean) => any;
|
|
60
20
|
trash: () => any;
|
|
61
21
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
62
|
-
onRefresh?: ((hideOverlay: () => void) => any) | undefined;
|
|
63
22
|
onCollapsed?: ((isContentCollapsed: boolean) => any) | undefined;
|
|
23
|
+
onRefresh?: ((hideOverlay: () => void) => any) | undefined;
|
|
64
24
|
onTrash?: (() => any) | undefined;
|
|
65
|
-
}>, {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
noActions: boolean;
|
|
69
|
-
actionCollapsed: boolean;
|
|
70
|
-
actionRefresh: boolean;
|
|
71
|
-
actionRemove: boolean;
|
|
72
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
73
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
74
28
|
export default _default;
|
|
75
29
|
type __VLS_WithSlots<T, S> = T & {
|
|
76
30
|
new (): {
|
|
@@ -4,7 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
icon: string;
|
|
5
5
|
stats: string;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
8
|
-
|
|
9
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
10
9
|
export default _default;
|
|
@@ -4,7 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
icon: string;
|
|
5
5
|
stats: string;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
8
|
-
|
|
9
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
10
9
|
export default _default;
|
|
@@ -8,13 +8,10 @@ type __VLS_Props = {
|
|
|
8
8
|
title?: string;
|
|
9
9
|
modelValue: ChechboxModel[];
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
11
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
12
12
|
"update:modelValue": (value: ChechboxModel[]) => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: ChechboxModel[]) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
|
|
17
|
-
modelValue: ChechboxModel[];
|
|
18
|
-
id: string | number;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
20
17
|
export default _default;
|
|
@@ -8,13 +8,10 @@ type __VLS_Props = {
|
|
|
8
8
|
title?: string;
|
|
9
9
|
modelValue: ChechboxModel[];
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
11
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
12
12
|
"update:modelValue": (value: ChechboxModel[]) => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
14
|
"onUpdate:modelValue"?: ((value: ChechboxModel[]) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
|
|
17
|
-
modelValue: ChechboxModel[];
|
|
18
|
-
id: string | number;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
20
17
|
export default _default;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
isAppRtl: boolean;
|
|
5
5
|
logoSrc?: string;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -4,5 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
isAppRtl: boolean;
|
|
5
5
|
logoSrc?: string;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
8
9
|
export default _default;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { VCardItem, VAvatar, VImg } from 'vuetify/components';
|
|
2
|
-
import AppLink from '../forms/AppLink.vue';
|
|
3
|
-
import AppCard from './AppCard.vue';
|
|
4
1
|
type __VLS_Props = {
|
|
5
2
|
title?: {
|
|
6
3
|
text: string;
|
|
@@ -15,46 +12,19 @@ type __VLS_Props = {
|
|
|
15
12
|
isLoading?: boolean;
|
|
16
13
|
imageClass?: string[];
|
|
17
14
|
};
|
|
18
|
-
declare
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
'image-subtitle'?: (props: typeof __VLS_17) => any;
|
|
15
|
+
declare var __VLS_25: {}, __VLS_27: {}, __VLS_34: {}, __VLS_41: {};
|
|
16
|
+
type __VLS_Slots = {} & {
|
|
17
|
+
'image-subtitle'?: (props: typeof __VLS_25) => any;
|
|
22
18
|
} & {
|
|
23
|
-
title?: (props: typeof
|
|
19
|
+
title?: (props: typeof __VLS_27) => any;
|
|
24
20
|
} & {
|
|
25
|
-
'sub-title'?: (props: typeof
|
|
21
|
+
'sub-title'?: (props: typeof __VLS_34) => any;
|
|
26
22
|
} & {
|
|
27
|
-
default?: (props: typeof
|
|
28
|
-
}
|
|
29
|
-
declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
VImg: typeof VImg;
|
|
33
|
-
AppLink: typeof AppLink;
|
|
34
|
-
AppCard: typeof AppCard;
|
|
35
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
36
|
-
title: {
|
|
37
|
-
text: string;
|
|
38
|
-
to?: string;
|
|
39
|
-
};
|
|
40
|
-
image: string;
|
|
41
|
-
subTitle: {
|
|
42
|
-
text: string;
|
|
43
|
-
to?: string;
|
|
44
|
-
};
|
|
45
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
46
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
47
|
-
title: {
|
|
48
|
-
text: string;
|
|
49
|
-
to?: string;
|
|
50
|
-
};
|
|
51
|
-
image: string;
|
|
52
|
-
subTitle: {
|
|
53
|
-
text: string;
|
|
54
|
-
to?: string;
|
|
55
|
-
};
|
|
56
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
57
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
+
default?: (props: typeof __VLS_41) => any;
|
|
24
|
+
};
|
|
25
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
58
28
|
export default _default;
|
|
59
29
|
type __VLS_WithSlots<T, S> = T & {
|
|
60
30
|
new (): {
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { VCardItem, VAvatar, VImg } from 'vuetify/components';
|
|
2
|
-
import AppLink from '../forms/AppLink.vue';
|
|
3
|
-
import AppCard from './AppCard.vue';
|
|
4
1
|
type __VLS_Props = {
|
|
5
2
|
title?: {
|
|
6
3
|
text: string;
|
|
@@ -15,46 +12,19 @@ type __VLS_Props = {
|
|
|
15
12
|
isLoading?: boolean;
|
|
16
13
|
imageClass?: string[];
|
|
17
14
|
};
|
|
18
|
-
declare
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
'image-subtitle'?: (props: typeof __VLS_17) => any;
|
|
15
|
+
declare var __VLS_25: {}, __VLS_27: {}, __VLS_34: {}, __VLS_41: {};
|
|
16
|
+
type __VLS_Slots = {} & {
|
|
17
|
+
'image-subtitle'?: (props: typeof __VLS_25) => any;
|
|
22
18
|
} & {
|
|
23
|
-
title?: (props: typeof
|
|
19
|
+
title?: (props: typeof __VLS_27) => any;
|
|
24
20
|
} & {
|
|
25
|
-
'sub-title'?: (props: typeof
|
|
21
|
+
'sub-title'?: (props: typeof __VLS_34) => any;
|
|
26
22
|
} & {
|
|
27
|
-
default?: (props: typeof
|
|
28
|
-
}
|
|
29
|
-
declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
VImg: typeof VImg;
|
|
33
|
-
AppLink: typeof AppLink;
|
|
34
|
-
AppCard: typeof AppCard;
|
|
35
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
36
|
-
title: {
|
|
37
|
-
text: string;
|
|
38
|
-
to?: string;
|
|
39
|
-
};
|
|
40
|
-
image: string;
|
|
41
|
-
subTitle: {
|
|
42
|
-
text: string;
|
|
43
|
-
to?: string;
|
|
44
|
-
};
|
|
45
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
46
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
47
|
-
title: {
|
|
48
|
-
text: string;
|
|
49
|
-
to?: string;
|
|
50
|
-
};
|
|
51
|
-
image: string;
|
|
52
|
-
subTitle: {
|
|
53
|
-
text: string;
|
|
54
|
-
to?: string;
|
|
55
|
-
};
|
|
56
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
57
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
|
+
default?: (props: typeof __VLS_41) => any;
|
|
24
|
+
};
|
|
25
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
58
28
|
export default _default;
|
|
59
29
|
type __VLS_WithSlots<T, S> = T & {
|
|
60
30
|
new (): {
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { VLabel } from 'vuetify/components';
|
|
2
|
-
import AppLink from '../forms/AppLink.vue';
|
|
3
|
-
import AppCard from './AppCard.vue';
|
|
4
1
|
type __VLS_Props = {
|
|
5
2
|
title?: string;
|
|
6
3
|
text?: string | number;
|
|
@@ -9,30 +6,13 @@ type __VLS_Props = {
|
|
|
9
6
|
disabled?: boolean;
|
|
10
7
|
info?: string;
|
|
11
8
|
};
|
|
12
|
-
declare
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
declare const
|
|
19
|
-
VLabel: typeof VLabel;
|
|
20
|
-
AppLink: typeof AppLink;
|
|
21
|
-
AppCard: typeof AppCard;
|
|
22
|
-
colorStyle: typeof colorStyle;
|
|
23
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
24
|
-
color: string;
|
|
25
|
-
disabled: boolean;
|
|
26
|
-
title: string;
|
|
27
|
-
text: string | number;
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
30
|
-
color: string;
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
title: string;
|
|
33
|
-
text: string | number;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
+
declare var __VLS_12: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_12) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
36
16
|
export default _default;
|
|
37
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
38
18
|
new (): {
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import { VLabel } from 'vuetify/components';
|
|
2
|
-
import AppLink from '../forms/AppLink.vue';
|
|
3
|
-
import AppCard from './AppCard.vue';
|
|
4
1
|
type __VLS_Props = {
|
|
5
2
|
title?: string;
|
|
6
3
|
text?: string | number;
|
|
@@ -9,30 +6,13 @@ type __VLS_Props = {
|
|
|
9
6
|
disabled?: boolean;
|
|
10
7
|
info?: string;
|
|
11
8
|
};
|
|
12
|
-
declare
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
declare const
|
|
19
|
-
VLabel: typeof VLabel;
|
|
20
|
-
AppLink: typeof AppLink;
|
|
21
|
-
AppCard: typeof AppCard;
|
|
22
|
-
colorStyle: typeof colorStyle;
|
|
23
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
24
|
-
color: string;
|
|
25
|
-
disabled: boolean;
|
|
26
|
-
title: string;
|
|
27
|
-
text: string | number;
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
30
|
-
color: string;
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
title: string;
|
|
33
|
-
text: string | number;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
+
declare var __VLS_12: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_12) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
36
16
|
export default _default;
|
|
37
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
38
18
|
new (): {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { VCardItem } from 'vuetify/components';
|
|
2
|
-
import AppCard from './AppCard.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
title: string;
|
|
5
3
|
subTitle?: string;
|
|
@@ -8,23 +6,13 @@ type __VLS_Props = {
|
|
|
8
6
|
subTitleClass?: string;
|
|
9
7
|
isLoading: boolean;
|
|
10
8
|
};
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}>;
|
|
16
|
-
declare const
|
|
17
|
-
|
|
18
|
-
AppCard: typeof AppCard;
|
|
19
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
|
-
color: string;
|
|
21
|
-
title: string;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
24
|
-
color: string;
|
|
25
|
-
title: string;
|
|
26
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
+
declare var __VLS_13: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_13) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
28
16
|
export default _default;
|
|
29
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
18
|
new (): {
|