@winchsa/ui 0.1.25 → 0.1.28
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 +10 -56
- package/dist/components/cards/AppCardActions.vue.d.ts +10 -56
- 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 -874
- package/dist/components/forms/AppBarSearch.vue.d.ts +10 -874
- 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 -9
- package/dist/components/forms/AttachmentCropperInput.vue.d.ts +3 -9
- 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.d.ts +6 -6
- package/dist/components/forms/ManualDate.d.vue.ts +3 -5
- 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 +2 -1
- package/dist/components/table/DataTable.vue.d.ts +70 -0
- package/dist/components/table/EditableDataTable.d.vue.ts +7 -61
- package/dist/components/table/EditableDataTable.vue.d.ts +7 -61
- 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/styles/core/template/libs/vuetify/_variables.scss +3 -0
- package/dist/utils/ruleValidator.d.ts +1 -1
- package/package.json +3 -3
|
@@ -2,5 +2,6 @@ import type { Breadcrumb } from '../types';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
items: Breadcrumb[];
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
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>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -2,5 +2,6 @@ import type { Breadcrumb } from '../types';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
items: Breadcrumb[];
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
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>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,22 +1,14 @@
|
|
|
1
|
-
import { VDivider } from 'vuetify/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
title: string;
|
|
4
3
|
divider?: boolean;
|
|
5
4
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}>;
|
|
11
|
-
declare const
|
|
12
|
-
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
|
-
divider: boolean;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
-
divider: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
5
|
+
declare var __VLS_7: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_7) => any;
|
|
8
|
+
};
|
|
9
|
+
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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
20
12
|
export default _default;
|
|
21
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
22
14
|
new (): {
|
|
@@ -1,22 +1,14 @@
|
|
|
1
|
-
import { VDivider } from 'vuetify/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
title: string;
|
|
4
3
|
divider?: boolean;
|
|
5
4
|
};
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}>;
|
|
11
|
-
declare const
|
|
12
|
-
|
|
13
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
|
-
divider: boolean;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
-
divider: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
5
|
+
declare var __VLS_7: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_7) => any;
|
|
8
|
+
};
|
|
9
|
+
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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
20
12
|
export default _default;
|
|
21
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
22
14
|
new (): {
|
|
@@ -2,8 +2,6 @@ type __VLS_Props = {
|
|
|
2
2
|
icon?: string;
|
|
3
3
|
iconSize?: string;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
|
|
7
|
-
iconSize: string;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
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>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
9
7
|
export default _default;
|
|
@@ -2,8 +2,6 @@ type __VLS_Props = {
|
|
|
2
2
|
icon?: string;
|
|
3
3
|
iconSize?: string;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
|
|
7
|
-
iconSize: string;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
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>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
9
7
|
export default _default;
|
|
@@ -1,41 +1,25 @@
|
|
|
1
|
-
import { VCardTitle, VDialog, VCardActions, VCardText } from 'vuetify/components';
|
|
2
|
-
import AppCard from './cards/AppCard.vue';
|
|
3
|
-
import IconBtn from './IconBtn.vue';
|
|
4
1
|
type __VLS_Props = {
|
|
5
2
|
isAppRtl: boolean;
|
|
6
3
|
};
|
|
7
|
-
|
|
8
|
-
type __VLS_PublicProps = {
|
|
4
|
+
type __VLS_ModelProps = {
|
|
9
5
|
'editModal'?: boolean;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
declare var
|
|
13
|
-
type __VLS_Slots =
|
|
14
|
-
title?: (props: typeof
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
8
|
+
declare var __VLS_19: {}, __VLS_34: {}, __VLS_42: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
title?: (props: typeof __VLS_19) => any;
|
|
15
11
|
} & {
|
|
16
|
-
default?: (props: typeof
|
|
12
|
+
default?: (props: typeof __VLS_34) => any;
|
|
17
13
|
} & {
|
|
18
|
-
actions?: (props: typeof
|
|
19
|
-
}
|
|
20
|
-
declare const
|
|
21
|
-
VCardTitle: typeof VCardTitle;
|
|
22
|
-
VDialog: typeof VDialog;
|
|
23
|
-
VCardActions: typeof VCardActions;
|
|
24
|
-
VCardText: typeof VCardText;
|
|
25
|
-
AppCard: typeof AppCard;
|
|
26
|
-
IconBtn: typeof IconBtn;
|
|
27
|
-
editModal: typeof editModal;
|
|
28
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
|
-
"update:editModal": (value: boolean | undefined) => any;
|
|
30
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
31
|
-
"onUpdate:editModal"?: ((value: boolean | undefined) => any) | undefined;
|
|
32
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
actions?: (props: typeof __VLS_42) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
17
|
"update:editModal": (value: boolean | undefined) => any;
|
|
35
18
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
36
19
|
"onUpdate:editModal"?: ((value: boolean | undefined) => any) | undefined;
|
|
37
20
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
-
declare const
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
39
23
|
export default _default;
|
|
40
24
|
type __VLS_WithSlots<T, S> = T & {
|
|
41
25
|
new (): {
|
|
@@ -1,41 +1,25 @@
|
|
|
1
|
-
import { VCardTitle, VDialog, VCardActions, VCardText } from 'vuetify/components';
|
|
2
|
-
import AppCard from './cards/AppCard.vue';
|
|
3
|
-
import IconBtn from './IconBtn.vue';
|
|
4
1
|
type __VLS_Props = {
|
|
5
2
|
isAppRtl: boolean;
|
|
6
3
|
};
|
|
7
|
-
|
|
8
|
-
type __VLS_PublicProps = {
|
|
4
|
+
type __VLS_ModelProps = {
|
|
9
5
|
'editModal'?: boolean;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
declare var
|
|
13
|
-
type __VLS_Slots =
|
|
14
|
-
title?: (props: typeof
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
8
|
+
declare var __VLS_19: {}, __VLS_34: {}, __VLS_42: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
title?: (props: typeof __VLS_19) => any;
|
|
15
11
|
} & {
|
|
16
|
-
default?: (props: typeof
|
|
12
|
+
default?: (props: typeof __VLS_34) => any;
|
|
17
13
|
} & {
|
|
18
|
-
actions?: (props: typeof
|
|
19
|
-
}
|
|
20
|
-
declare const
|
|
21
|
-
VCardTitle: typeof VCardTitle;
|
|
22
|
-
VDialog: typeof VDialog;
|
|
23
|
-
VCardActions: typeof VCardActions;
|
|
24
|
-
VCardText: typeof VCardText;
|
|
25
|
-
AppCard: typeof AppCard;
|
|
26
|
-
IconBtn: typeof IconBtn;
|
|
27
|
-
editModal: typeof editModal;
|
|
28
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
|
-
"update:editModal": (value: boolean | undefined) => any;
|
|
30
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
31
|
-
"onUpdate:editModal"?: ((value: boolean | undefined) => any) | undefined;
|
|
32
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
actions?: (props: typeof __VLS_42) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
17
|
"update:editModal": (value: boolean | undefined) => any;
|
|
35
18
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
36
19
|
"onUpdate:editModal"?: ((value: boolean | undefined) => any) | undefined;
|
|
37
20
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
-
declare const
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
39
23
|
export default _default;
|
|
40
24
|
type __VLS_WithSlots<T, S> = T & {
|
|
41
25
|
new (): {
|
|
@@ -1,27 +1,15 @@
|
|
|
1
|
-
import { VBtn } from 'vuetify/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
color?: string;
|
|
4
3
|
variant?: 'text' | 'flat' | 'outlined' | 'elevated' | 'tonal' | 'plain';
|
|
5
4
|
density?: 'default' | 'comfortable' | 'compact';
|
|
6
5
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}>;
|
|
12
|
-
declare const
|
|
13
|
-
|
|
14
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
-
color: string;
|
|
16
|
-
density: "default" | "comfortable" | "compact";
|
|
17
|
-
variant: "text" | "flat" | "outlined" | "elevated" | "tonal" | "plain";
|
|
18
|
-
}, {}, {}, {}, 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<{}>, {
|
|
20
|
-
color: string;
|
|
21
|
-
density: "default" | "comfortable" | "compact";
|
|
22
|
-
variant: "text" | "flat" | "outlined" | "elevated" | "tonal" | "plain";
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => 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;
|
|
25
13
|
export default _default;
|
|
26
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
27
15
|
new (): {
|
|
@@ -1,27 +1,15 @@
|
|
|
1
|
-
import { VBtn } from 'vuetify/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
color?: string;
|
|
4
3
|
variant?: 'text' | 'flat' | 'outlined' | 'elevated' | 'tonal' | 'plain';
|
|
5
4
|
density?: 'default' | 'comfortable' | 'compact';
|
|
6
5
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}>;
|
|
12
|
-
declare const
|
|
13
|
-
|
|
14
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
-
color: string;
|
|
16
|
-
density: "default" | "comfortable" | "compact";
|
|
17
|
-
variant: "text" | "flat" | "outlined" | "elevated" | "tonal" | "plain";
|
|
18
|
-
}, {}, {}, {}, 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<{}>, {
|
|
20
|
-
color: string;
|
|
21
|
-
density: "default" | "comfortable" | "compact";
|
|
22
|
-
variant: "text" | "flat" | "outlined" | "elevated" | "tonal" | "plain";
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
6
|
+
declare var __VLS_8: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_8) => 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;
|
|
25
13
|
export default _default;
|
|
26
14
|
type __VLS_WithSlots<T, S> = T & {
|
|
27
15
|
new (): {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
isLoading: boolean;
|
|
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
|
isLoading: boolean;
|
|
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;
|
|
@@ -3,9 +3,10 @@ type __VLS_Props = {
|
|
|
3
3
|
title: string;
|
|
4
4
|
logoSrc: string;
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
7
|
"update:modelValue": (value: boolean) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
11
12
|
export default _default;
|
|
@@ -3,9 +3,10 @@ type __VLS_Props = {
|
|
|
3
3
|
title: string;
|
|
4
4
|
logoSrc: string;
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
7
|
"update:modelValue": (value: boolean) => any;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
9
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
11
12
|
export default _default;
|
|
@@ -1,44 +1,22 @@
|
|
|
1
|
-
import { VProgressCircular } from 'vuetify/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
size?: number;
|
|
4
3
|
direction?: 'center' | 'start' | 'end';
|
|
5
4
|
};
|
|
6
|
-
|
|
7
|
-
declare const overlayClass: import("vue").ComputedRef<{
|
|
8
|
-
'loading-overlay': boolean;
|
|
9
|
-
'loading-center': boolean;
|
|
10
|
-
'loading-start': boolean;
|
|
11
|
-
'loading-end': boolean;
|
|
12
|
-
}>;
|
|
13
|
-
type __VLS_PublicProps = {
|
|
5
|
+
type __VLS_ModelProps = {
|
|
14
6
|
modelValue?: boolean;
|
|
15
|
-
}
|
|
16
|
-
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
17
9
|
declare var __VLS_1: {};
|
|
18
|
-
type __VLS_Slots =
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
19
11
|
default?: (props: typeof __VLS_1) => any;
|
|
20
|
-
}
|
|
21
|
-
declare const
|
|
22
|
-
VProgressCircular: typeof VProgressCircular;
|
|
23
|
-
isLoading: typeof isLoading;
|
|
24
|
-
overlayClass: typeof overlayClass;
|
|
25
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
-
"update:modelValue": (value: boolean) => any;
|
|
27
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
28
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
size: number;
|
|
31
|
-
direction: "center" | "start" | "end";
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
14
|
"update:modelValue": (value: boolean) => any;
|
|
35
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
36
16
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
37
|
-
}>, {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
41
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
42
20
|
export default _default;
|
|
43
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
44
22
|
new (): {
|
|
@@ -1,44 +1,22 @@
|
|
|
1
|
-
import { VProgressCircular } from 'vuetify/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
size?: number;
|
|
4
3
|
direction?: 'center' | 'start' | 'end';
|
|
5
4
|
};
|
|
6
|
-
|
|
7
|
-
declare const overlayClass: import("vue").ComputedRef<{
|
|
8
|
-
'loading-overlay': boolean;
|
|
9
|
-
'loading-center': boolean;
|
|
10
|
-
'loading-start': boolean;
|
|
11
|
-
'loading-end': boolean;
|
|
12
|
-
}>;
|
|
13
|
-
type __VLS_PublicProps = {
|
|
5
|
+
type __VLS_ModelProps = {
|
|
14
6
|
modelValue?: boolean;
|
|
15
|
-
}
|
|
16
|
-
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
17
9
|
declare var __VLS_1: {};
|
|
18
|
-
type __VLS_Slots =
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
19
11
|
default?: (props: typeof __VLS_1) => any;
|
|
20
|
-
}
|
|
21
|
-
declare const
|
|
22
|
-
VProgressCircular: typeof VProgressCircular;
|
|
23
|
-
isLoading: typeof isLoading;
|
|
24
|
-
overlayClass: typeof overlayClass;
|
|
25
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
-
"update:modelValue": (value: boolean) => any;
|
|
27
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
28
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
size: number;
|
|
31
|
-
direction: "center" | "start" | "end";
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
14
|
"update:modelValue": (value: boolean) => any;
|
|
35
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
36
16
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
37
|
-
}>, {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
41
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
42
20
|
export default _default;
|
|
43
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
44
22
|
new (): {
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
persistent?: boolean;
|
|
4
|
+
title?: string;
|
|
5
|
+
width?: string;
|
|
6
|
+
maxWidth?: string;
|
|
7
|
+
zIndex?: string;
|
|
8
|
+
confirmBtn?: {
|
|
9
|
+
text?: string;
|
|
10
|
+
color?: string;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
} | null;
|
|
13
|
+
closeBtn?: {
|
|
14
|
+
text?: string;
|
|
15
|
+
color?: string;
|
|
16
|
+
} | null;
|
|
17
|
+
hasIcon?: boolean;
|
|
18
|
+
icon?: string;
|
|
19
|
+
iconColor?: string;
|
|
20
|
+
contentContainerClass?: string[];
|
|
21
|
+
showActions?: boolean;
|
|
22
|
+
loading?: boolean;
|
|
23
|
+
actionsClass?: string | string[];
|
|
24
|
+
height?: string | number;
|
|
25
|
+
};
|
|
26
|
+
declare var __VLS_35: {}, __VLS_37: {}, __VLS_45: {};
|
|
27
|
+
type __VLS_Slots = {} & {
|
|
28
|
+
default?: (props: typeof __VLS_35) => any;
|
|
29
|
+
} & {
|
|
30
|
+
actions?: (props: typeof __VLS_37) => any;
|
|
31
|
+
} & {
|
|
32
|
+
'additional-actions'?: (props: typeof __VLS_45) => any;
|
|
33
|
+
};
|
|
34
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
|
+
"update:modelValue": (...args: any[]) => void;
|
|
36
|
+
save: (...args: any[]) => void;
|
|
37
|
+
cancel: (...args: any[]) => void;
|
|
38
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
39
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
44
|
+
declare const _default: typeof __VLS_export;
|
|
45
|
+
export default _default;
|
|
46
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
persistent?: boolean;
|
|
4
|
+
title?: string;
|
|
5
|
+
width?: string;
|
|
6
|
+
maxWidth?: string;
|
|
7
|
+
zIndex?: string;
|
|
8
|
+
confirmBtn?: {
|
|
9
|
+
text?: string;
|
|
10
|
+
color?: string;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
} | null;
|
|
13
|
+
closeBtn?: {
|
|
14
|
+
text?: string;
|
|
15
|
+
color?: string;
|
|
16
|
+
} | null;
|
|
17
|
+
hasIcon?: boolean;
|
|
18
|
+
icon?: string;
|
|
19
|
+
iconColor?: string;
|
|
20
|
+
contentContainerClass?: string[];
|
|
21
|
+
showActions?: boolean;
|
|
22
|
+
loading?: boolean;
|
|
23
|
+
actionsClass?: string | string[];
|
|
24
|
+
height?: string | number;
|
|
25
|
+
};
|
|
26
|
+
declare var __VLS_35: {}, __VLS_37: {}, __VLS_45: {};
|
|
27
|
+
type __VLS_Slots = {} & {
|
|
28
|
+
default?: (props: typeof __VLS_35) => any;
|
|
29
|
+
} & {
|
|
30
|
+
actions?: (props: typeof __VLS_37) => any;
|
|
31
|
+
} & {
|
|
32
|
+
'additional-actions'?: (props: typeof __VLS_45) => any;
|
|
33
|
+
};
|
|
34
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
|
+
"update:modelValue": (...args: any[]) => void;
|
|
36
|
+
save: (...args: any[]) => void;
|
|
37
|
+
cancel: (...args: any[]) => void;
|
|
38
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
39
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onSave?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
42
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
44
|
+
declare const _default: typeof __VLS_export;
|
|
45
|
+
export default _default;
|
|
46
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
@@ -1,22 +1,14 @@
|
|
|
1
|
-
import { VIcon, VList, VMenu } from 'vuetify/components';
|
|
2
|
-
import IconBtn from './IconBtn.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
menuList?: unknown[];
|
|
5
3
|
itemProps?: boolean;
|
|
6
4
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}>;
|
|
12
|
-
declare const
|
|
13
|
-
|
|
14
|
-
VList: typeof VList;
|
|
15
|
-
VMenu: typeof VMenu;
|
|
16
|
-
IconBtn: typeof IconBtn;
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
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>;
|
|
19
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
5
|
+
declare var __VLS_19: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_19) => any;
|
|
8
|
+
};
|
|
9
|
+
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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
20
12
|
export default _default;
|
|
21
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
22
14
|
new (): {
|
|
@@ -1,22 +1,14 @@
|
|
|
1
|
-
import { VIcon, VList, VMenu } from 'vuetify/components';
|
|
2
|
-
import IconBtn from './IconBtn.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
menuList?: unknown[];
|
|
5
3
|
itemProps?: boolean;
|
|
6
4
|
};
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}>;
|
|
12
|
-
declare const
|
|
13
|
-
|
|
14
|
-
VList: typeof VList;
|
|
15
|
-
VMenu: typeof VMenu;
|
|
16
|
-
IconBtn: typeof IconBtn;
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
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>;
|
|
19
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
5
|
+
declare var __VLS_19: {};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_19) => any;
|
|
8
|
+
};
|
|
9
|
+
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>;
|
|
10
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
20
12
|
export default _default;
|
|
21
13
|
type __VLS_WithSlots<T, S> = T & {
|
|
22
14
|
new (): {
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
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>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
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>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|