@winchsa/ui 0.1.25 → 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 -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/utils/ruleValidator.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,23 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const
|
|
6
|
-
declare const
|
|
7
|
-
declare
|
|
8
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
9
|
-
[K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
|
|
10
|
-
}>;
|
|
11
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
12
|
-
VLabel: typeof VLabel;
|
|
13
|
-
VTextField: typeof VTextField;
|
|
14
|
-
elementId: typeof elementId;
|
|
15
|
-
label: typeof label;
|
|
16
|
-
LangLabel: typeof LangLabel;
|
|
17
|
-
placeholder: typeof placeholder;
|
|
18
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
1
|
+
declare var __VLS_15: string | number, __VLS_16: any;
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
[K in NonNullable<typeof __VLS_15>]?: (props: typeof __VLS_16) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
21
8
|
export default _default;
|
|
22
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
23
10
|
new (): {
|
|
@@ -1,23 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const
|
|
6
|
-
declare const
|
|
7
|
-
declare
|
|
8
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
9
|
-
[K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
|
|
10
|
-
}>;
|
|
11
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
12
|
-
VLabel: typeof VLabel;
|
|
13
|
-
VTextarea: typeof VTextarea;
|
|
14
|
-
elementId: typeof elementId;
|
|
15
|
-
label: typeof label;
|
|
16
|
-
LangLabel: typeof LangLabel;
|
|
17
|
-
placeholder: typeof placeholder;
|
|
18
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
1
|
+
declare var __VLS_15: string | number, __VLS_16: any;
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
[K in NonNullable<typeof __VLS_15>]?: (props: typeof __VLS_16) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
21
8
|
export default _default;
|
|
22
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
23
10
|
new (): {
|
|
@@ -1,23 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
declare const
|
|
6
|
-
declare const
|
|
7
|
-
declare
|
|
8
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
9
|
-
[K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
|
|
10
|
-
}>;
|
|
11
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
12
|
-
VLabel: typeof VLabel;
|
|
13
|
-
VTextarea: typeof VTextarea;
|
|
14
|
-
elementId: typeof elementId;
|
|
15
|
-
label: typeof label;
|
|
16
|
-
LangLabel: typeof LangLabel;
|
|
17
|
-
placeholder: typeof placeholder;
|
|
18
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
1
|
+
declare var __VLS_15: string | number, __VLS_16: any;
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
[K in NonNullable<typeof __VLS_15>]?: (props: typeof __VLS_16) => any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
21
8
|
export default _default;
|
|
22
9
|
type __VLS_WithSlots<T, S> = T & {
|
|
23
10
|
new (): {
|
|
@@ -9,16 +9,10 @@ type __VLS_Props = {
|
|
|
9
9
|
cropWidth?: number;
|
|
10
10
|
cropHeight?: number;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
13
|
"update:model-value": (value: Attachment | Attachment[]) => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
15
|
"onUpdate:model-value"?: ((value: Attachment | Attachment[]) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
|
|
18
|
-
validTypes: string[];
|
|
19
|
-
sizeInMB: number;
|
|
20
|
-
showPreview: boolean;
|
|
21
|
-
cropWidth: number;
|
|
22
|
-
cropHeight: number;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
24
18
|
export default _default;
|
|
@@ -9,16 +9,10 @@ type __VLS_Props = {
|
|
|
9
9
|
cropWidth?: number;
|
|
10
10
|
cropHeight?: number;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
13
13
|
"update:model-value": (value: Attachment | Attachment[]) => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
15
|
"onUpdate:model-value"?: ((value: Attachment | Attachment[]) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
|
|
18
|
-
validTypes: string[];
|
|
19
|
-
sizeInMB: number;
|
|
20
|
-
showPreview: boolean;
|
|
21
|
-
cropWidth: number;
|
|
22
|
-
cropHeight: number;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
24
18
|
export default _default;
|
|
@@ -7,14 +7,10 @@ type __VLS_Props = {
|
|
|
7
7
|
sizeInMB?: number;
|
|
8
8
|
showPreview?: boolean;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
10
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
11
|
"update:model-value": (value: Attachment | Attachment[]) => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
13
|
"onUpdate:model-value"?: ((value: Attachment | Attachment[]) => any) | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
|
|
16
|
-
validTypes: string[];
|
|
17
|
-
sizeInMB: number;
|
|
18
|
-
showPreview: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
20
16
|
export default _default;
|
|
@@ -7,14 +7,10 @@ type __VLS_Props = {
|
|
|
7
7
|
sizeInMB?: number;
|
|
8
8
|
showPreview?: boolean;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
10
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
11
11
|
"update:model-value": (value: Attachment | Attachment[]) => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
13
|
"onUpdate:model-value"?: ((value: Attachment | Attachment[]) => any) | undefined;
|
|
14
|
-
}>, {
|
|
15
|
-
|
|
16
|
-
validTypes: string[];
|
|
17
|
-
sizeInMB: number;
|
|
18
|
-
showPreview: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
20
16
|
export default _default;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { type Ref } from 'vue';
|
|
2
|
+
import type { OptionItem, Params } from '../../types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
options?: OptionItem[] | string[] | number[];
|
|
5
|
+
rules?: ((value: unknown) => typeof value | string)[];
|
|
6
|
+
multiple?: boolean;
|
|
7
|
+
searchable?: boolean;
|
|
8
|
+
searchInternally?: boolean;
|
|
9
|
+
querySearchParam?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
grouped?: boolean;
|
|
13
|
+
returnObject?: boolean;
|
|
14
|
+
teleported?: boolean;
|
|
15
|
+
preselectFirst?: boolean;
|
|
16
|
+
hideSelected?: boolean;
|
|
17
|
+
error?: boolean;
|
|
18
|
+
modelValue?: unknown;
|
|
19
|
+
itemLabel?: string;
|
|
20
|
+
groupValues?: string;
|
|
21
|
+
groupLabel?: string;
|
|
22
|
+
trackBy?: string;
|
|
23
|
+
trackByValue?: string | number | string[];
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
url?: string;
|
|
26
|
+
label?: string;
|
|
27
|
+
deselectLabel?: string;
|
|
28
|
+
selectLabel?: string;
|
|
29
|
+
selectedLabel?: string;
|
|
30
|
+
errorMessages?: string;
|
|
31
|
+
params?: Params;
|
|
32
|
+
hideDetails?: boolean;
|
|
33
|
+
fetchEnabled?: boolean;
|
|
34
|
+
isLoading?: boolean;
|
|
35
|
+
disableIfEmpty?: boolean;
|
|
36
|
+
clearable?: boolean;
|
|
37
|
+
};
|
|
38
|
+
declare var __VLS_68: string | number, __VLS_69: any, __VLS_133: string | number, __VLS_134: any;
|
|
39
|
+
type __VLS_Slots = {} & {
|
|
40
|
+
[K in NonNullable<typeof __VLS_68>]?: (props: typeof __VLS_69) => any;
|
|
41
|
+
} & {
|
|
42
|
+
[K in NonNullable<typeof __VLS_133>]?: (props: typeof __VLS_134) => any;
|
|
43
|
+
};
|
|
44
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
45
|
+
records: Ref<{
|
|
46
|
+
id?: string | number | boolean | undefined;
|
|
47
|
+
name?: string | number | undefined;
|
|
48
|
+
value?: string | number | boolean | undefined;
|
|
49
|
+
allowTranslate?: boolean | undefined;
|
|
50
|
+
svg_icon_url?: string | undefined;
|
|
51
|
+
png_icon_url?: string | undefined;
|
|
52
|
+
children?: /*elided*/ any[] | undefined;
|
|
53
|
+
}[], OptionItem[] | {
|
|
54
|
+
id?: string | number | boolean | undefined;
|
|
55
|
+
name?: string | number | undefined;
|
|
56
|
+
value?: string | number | boolean | undefined;
|
|
57
|
+
allowTranslate?: boolean | undefined;
|
|
58
|
+
svg_icon_url?: string | undefined;
|
|
59
|
+
png_icon_url?: string | undefined;
|
|
60
|
+
children?: /*elided*/ any[] | undefined;
|
|
61
|
+
}[]>;
|
|
62
|
+
internalOptions: import("vue").ComputedRef<({
|
|
63
|
+
id?: string | number | boolean | undefined;
|
|
64
|
+
name?: string | number | undefined;
|
|
65
|
+
value?: string | number | boolean | undefined;
|
|
66
|
+
allowTranslate?: boolean | undefined;
|
|
67
|
+
svg_icon_url?: string | undefined;
|
|
68
|
+
png_icon_url?: string | undefined;
|
|
69
|
+
children?: /*elided*/ any[] | undefined;
|
|
70
|
+
} | null)[]>;
|
|
71
|
+
loading: import("vue").ComputedRef<boolean>;
|
|
72
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
73
|
+
"update:model-value": (value: unknown) => any;
|
|
74
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
75
|
+
"onUpdate:model-value"?: ((value: unknown) => any) | undefined;
|
|
76
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
77
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
78
|
+
declare const _default: typeof __VLS_export;
|
|
79
|
+
export default _default;
|
|
80
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
81
|
+
new (): {
|
|
82
|
+
$slots: S;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { type Ref } from 'vue';
|
|
2
|
+
import type { OptionItem, Params } from '../../types';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
options?: OptionItem[] | string[] | number[];
|
|
5
|
+
rules?: ((value: unknown) => typeof value | string)[];
|
|
6
|
+
multiple?: boolean;
|
|
7
|
+
searchable?: boolean;
|
|
8
|
+
searchInternally?: boolean;
|
|
9
|
+
querySearchParam?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
grouped?: boolean;
|
|
13
|
+
returnObject?: boolean;
|
|
14
|
+
teleported?: boolean;
|
|
15
|
+
preselectFirst?: boolean;
|
|
16
|
+
hideSelected?: boolean;
|
|
17
|
+
error?: boolean;
|
|
18
|
+
modelValue?: unknown;
|
|
19
|
+
itemLabel?: string;
|
|
20
|
+
groupValues?: string;
|
|
21
|
+
groupLabel?: string;
|
|
22
|
+
trackBy?: string;
|
|
23
|
+
trackByValue?: string | number | string[];
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
url?: string;
|
|
26
|
+
label?: string;
|
|
27
|
+
deselectLabel?: string;
|
|
28
|
+
selectLabel?: string;
|
|
29
|
+
selectedLabel?: string;
|
|
30
|
+
errorMessages?: string;
|
|
31
|
+
params?: Params;
|
|
32
|
+
hideDetails?: boolean;
|
|
33
|
+
fetchEnabled?: boolean;
|
|
34
|
+
isLoading?: boolean;
|
|
35
|
+
disableIfEmpty?: boolean;
|
|
36
|
+
clearable?: boolean;
|
|
37
|
+
};
|
|
38
|
+
declare var __VLS_68: string | number, __VLS_69: any, __VLS_133: string | number, __VLS_134: any;
|
|
39
|
+
type __VLS_Slots = {} & {
|
|
40
|
+
[K in NonNullable<typeof __VLS_68>]?: (props: typeof __VLS_69) => any;
|
|
41
|
+
} & {
|
|
42
|
+
[K in NonNullable<typeof __VLS_133>]?: (props: typeof __VLS_134) => any;
|
|
43
|
+
};
|
|
44
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
45
|
+
records: Ref<{
|
|
46
|
+
id?: string | number | boolean | undefined;
|
|
47
|
+
name?: string | number | undefined;
|
|
48
|
+
value?: string | number | boolean | undefined;
|
|
49
|
+
allowTranslate?: boolean | undefined;
|
|
50
|
+
svg_icon_url?: string | undefined;
|
|
51
|
+
png_icon_url?: string | undefined;
|
|
52
|
+
children?: /*elided*/ any[] | undefined;
|
|
53
|
+
}[], OptionItem[] | {
|
|
54
|
+
id?: string | number | boolean | undefined;
|
|
55
|
+
name?: string | number | undefined;
|
|
56
|
+
value?: string | number | boolean | undefined;
|
|
57
|
+
allowTranslate?: boolean | undefined;
|
|
58
|
+
svg_icon_url?: string | undefined;
|
|
59
|
+
png_icon_url?: string | undefined;
|
|
60
|
+
children?: /*elided*/ any[] | undefined;
|
|
61
|
+
}[]>;
|
|
62
|
+
internalOptions: import("vue").ComputedRef<({
|
|
63
|
+
id?: string | number | boolean | undefined;
|
|
64
|
+
name?: string | number | undefined;
|
|
65
|
+
value?: string | number | boolean | undefined;
|
|
66
|
+
allowTranslate?: boolean | undefined;
|
|
67
|
+
svg_icon_url?: string | undefined;
|
|
68
|
+
png_icon_url?: string | undefined;
|
|
69
|
+
children?: /*elided*/ any[] | undefined;
|
|
70
|
+
} | null)[]>;
|
|
71
|
+
loading: import("vue").ComputedRef<boolean>;
|
|
72
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
73
|
+
"update:model-value": (value: unknown) => any;
|
|
74
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
75
|
+
"onUpdate:model-value"?: ((value: unknown) => any) | undefined;
|
|
76
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
77
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
78
|
+
declare const _default: typeof __VLS_export;
|
|
79
|
+
export default _default;
|
|
80
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
81
|
+
new (): {
|
|
82
|
+
$slots: S;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
@@ -8,12 +8,14 @@ type __VLS_Props = {
|
|
|
8
8
|
disabled?: boolean;
|
|
9
9
|
trackByValue?: string | string[];
|
|
10
10
|
};
|
|
11
|
-
type
|
|
11
|
+
type __VLS_ModelProps = {
|
|
12
12
|
modelValue?: Bank | string | null;
|
|
13
|
-
}
|
|
14
|
-
|
|
13
|
+
};
|
|
14
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
16
|
"update:modelValue": (value: string | Bank | null) => any;
|
|
16
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
18
|
"onUpdate:modelValue"?: ((value: string | Bank | null) => any) | undefined;
|
|
18
19
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
19
21
|
export default _default;
|
|
@@ -8,12 +8,14 @@ type __VLS_Props = {
|
|
|
8
8
|
disabled?: boolean;
|
|
9
9
|
trackByValue?: string | string[];
|
|
10
10
|
};
|
|
11
|
-
type
|
|
11
|
+
type __VLS_ModelProps = {
|
|
12
12
|
modelValue?: Bank | string | null;
|
|
13
|
-
}
|
|
14
|
-
|
|
13
|
+
};
|
|
14
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
16
|
"update:modelValue": (value: string | Bank | null) => any;
|
|
16
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
18
|
"onUpdate:modelValue"?: ((value: string | Bank | null) => any) | undefined;
|
|
18
19
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
19
21
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { VBtn, VIcon } from 'vuetify/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
title?: string;
|
|
4
3
|
color?: string;
|
|
@@ -6,23 +5,13 @@ type __VLS_Props = {
|
|
|
6
5
|
leadingIcon?: string;
|
|
7
6
|
trailingIcon?: string;
|
|
8
7
|
};
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
declare const
|
|
16
|
-
VBtn: typeof VBtn;
|
|
17
|
-
VIcon: typeof VIcon;
|
|
18
|
-
buttonColor: typeof buttonColor;
|
|
19
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
|
-
color: string;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
|
-
color: string;
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
|
+
declare var __VLS_20: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_20) => any;
|
|
11
|
+
};
|
|
12
|
+
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>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
26
15
|
export default _default;
|
|
27
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
28
17
|
new (): {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { VBtn, VIcon } from 'vuetify/components';
|
|
2
1
|
type __VLS_Props = {
|
|
3
2
|
title?: string;
|
|
4
3
|
color?: string;
|
|
@@ -6,23 +5,13 @@ type __VLS_Props = {
|
|
|
6
5
|
leadingIcon?: string;
|
|
7
6
|
trailingIcon?: string;
|
|
8
7
|
};
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
declare const
|
|
16
|
-
VBtn: typeof VBtn;
|
|
17
|
-
VIcon: typeof VIcon;
|
|
18
|
-
buttonColor: typeof buttonColor;
|
|
19
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
|
-
color: string;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
|
-
color: string;
|
|
24
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
8
|
+
declare var __VLS_20: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_20) => any;
|
|
11
|
+
};
|
|
12
|
+
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>;
|
|
13
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
26
15
|
export default _default;
|
|
27
16
|
type __VLS_WithSlots<T, S> = T & {
|
|
28
17
|
new (): {
|
|
@@ -4,12 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
min?: number;
|
|
5
5
|
modelValue?: number;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
8
|
"update:modelValue": (value: number) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
|
|
13
|
-
min: number;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
15
13
|
export default _default;
|
|
@@ -4,12 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
min?: number;
|
|
5
5
|
modelValue?: number;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
8
|
"update:modelValue": (value: number) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
|
|
13
|
-
min: number;
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
15
13
|
export default _default;
|
|
@@ -1,36 +1,22 @@
|
|
|
1
|
-
import { VLabel, VCheckbox, VSpacer, VCol, VRow } from 'vuetify/components';
|
|
2
1
|
import type { CustomInputContent, GridColumn } from '../../types';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
selectedCheckbox: string[];
|
|
5
4
|
checkboxContent: CustomInputContent[];
|
|
6
5
|
gridColumn?: GridColumn;
|
|
7
6
|
};
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
declare var __VLS_18: {
|
|
11
|
-
item: any;
|
|
7
|
+
declare var __VLS_26: {
|
|
8
|
+
item: CustomInputContent;
|
|
12
9
|
};
|
|
13
|
-
type __VLS_Slots =
|
|
14
|
-
default?: (props: typeof
|
|
15
|
-
}
|
|
16
|
-
declare const
|
|
17
|
-
VLabel: typeof VLabel;
|
|
18
|
-
VCheckbox: typeof VCheckbox;
|
|
19
|
-
VSpacer: typeof VSpacer;
|
|
20
|
-
VCol: typeof VCol;
|
|
21
|
-
VRow: typeof VRow;
|
|
22
|
-
selectedOption: typeof selectedOption;
|
|
23
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
|
-
"update:selectedCheckbox": (value: string[]) => any;
|
|
25
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
|
-
"onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
|
|
27
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_26) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
29
14
|
"update:selectedCheckbox": (value: string[]) => any;
|
|
30
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
31
16
|
"onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
|
|
32
17
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
34
20
|
export default _default;
|
|
35
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
36
22
|
new (): {
|
|
@@ -1,36 +1,22 @@
|
|
|
1
|
-
import { VLabel, VCheckbox, VSpacer, VCol, VRow } from 'vuetify/components';
|
|
2
1
|
import type { CustomInputContent, GridColumn } from '../../types';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
selectedCheckbox: string[];
|
|
5
4
|
checkboxContent: CustomInputContent[];
|
|
6
5
|
gridColumn?: GridColumn;
|
|
7
6
|
};
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
declare var __VLS_18: {
|
|
11
|
-
item: any;
|
|
7
|
+
declare var __VLS_26: {
|
|
8
|
+
item: CustomInputContent;
|
|
12
9
|
};
|
|
13
|
-
type __VLS_Slots =
|
|
14
|
-
default?: (props: typeof
|
|
15
|
-
}
|
|
16
|
-
declare const
|
|
17
|
-
VLabel: typeof VLabel;
|
|
18
|
-
VCheckbox: typeof VCheckbox;
|
|
19
|
-
VSpacer: typeof VSpacer;
|
|
20
|
-
VCol: typeof VCol;
|
|
21
|
-
VRow: typeof VRow;
|
|
22
|
-
selectedOption: typeof selectedOption;
|
|
23
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
|
-
"update:selectedCheckbox": (value: string[]) => any;
|
|
25
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
|
-
"onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
|
|
27
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_26) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
29
14
|
"update:selectedCheckbox": (value: string[]) => any;
|
|
30
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
31
16
|
"onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
|
|
32
17
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
34
20
|
export default _default;
|
|
35
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
36
22
|
new (): {
|
|
@@ -1,36 +1,22 @@
|
|
|
1
|
-
import { VLabel, VCheckbox, VIcon, VCol, VRow } from 'vuetify/components';
|
|
2
1
|
import type { CustomInputContent, GridColumn } from '../../types';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
selectedCheckbox: string[];
|
|
5
4
|
checkboxContent: CustomInputContent[];
|
|
6
5
|
gridColumn?: GridColumn;
|
|
7
6
|
};
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
declare var __VLS_14: {
|
|
11
|
-
item: any;
|
|
7
|
+
declare var __VLS_20: {
|
|
8
|
+
item: CustomInputContent;
|
|
12
9
|
};
|
|
13
|
-
type __VLS_Slots =
|
|
14
|
-
default?: (props: typeof
|
|
15
|
-
}
|
|
16
|
-
declare const
|
|
17
|
-
VLabel: typeof VLabel;
|
|
18
|
-
VCheckbox: typeof VCheckbox;
|
|
19
|
-
VIcon: typeof VIcon;
|
|
20
|
-
VCol: typeof VCol;
|
|
21
|
-
VRow: typeof VRow;
|
|
22
|
-
selectedOption: typeof selectedOption;
|
|
23
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
|
-
"update:selectedCheckbox": (value: string[]) => any;
|
|
25
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
26
|
-
"onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
|
|
27
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_20) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
29
14
|
"update:selectedCheckbox": (value: string[]) => any;
|
|
30
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
31
16
|
"onUpdate:selectedCheckbox"?: ((value: string[]) => any) | undefined;
|
|
32
17
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
33
|
-
declare const
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
34
20
|
export default _default;
|
|
35
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
36
22
|
new (): {
|