@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
|
@@ -8,14 +8,14 @@ type __VLS_Props = {
|
|
|
8
8
|
error?: boolean;
|
|
9
9
|
rules?: ((value: unknown) => string)[];
|
|
10
10
|
};
|
|
11
|
-
type
|
|
11
|
+
type __VLS_ModelProps = {
|
|
12
12
|
modelValue?: 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[] | null) => any;
|
|
16
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
18
|
"onUpdate:modelValue"?: ((value: string[] | null) => any) | undefined;
|
|
18
|
-
}>, {
|
|
19
|
-
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
21
|
export default _default;
|
|
@@ -8,14 +8,14 @@ type __VLS_Props = {
|
|
|
8
8
|
error?: boolean;
|
|
9
9
|
rules?: ((value: unknown) => string)[];
|
|
10
10
|
};
|
|
11
|
-
type
|
|
11
|
+
type __VLS_ModelProps = {
|
|
12
12
|
modelValue?: 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[] | null) => any;
|
|
16
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
18
|
"onUpdate:modelValue"?: ((value: string[] | null) => any) | undefined;
|
|
18
|
-
}>, {
|
|
19
|
-
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
21
|
export default _default;
|
|
@@ -11,12 +11,10 @@ type __VLS_Props = {
|
|
|
11
11
|
error?: boolean;
|
|
12
12
|
rules?: ((value: unknown) => string)[];
|
|
13
13
|
};
|
|
14
|
-
declare const
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
15
|
"update:model-value": (value: string) => any;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
17
|
"onUpdate:model-value"?: ((value: string) => any) | undefined;
|
|
18
|
-
}>, {
|
|
19
|
-
|
|
20
|
-
customId: string;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
22
20
|
export default _default;
|
|
@@ -11,12 +11,10 @@ type __VLS_Props = {
|
|
|
11
11
|
error?: boolean;
|
|
12
12
|
rules?: ((value: unknown) => string)[];
|
|
13
13
|
};
|
|
14
|
-
declare const
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
15
|
"update:model-value": (value: string) => any;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
17
|
"onUpdate:model-value"?: ((value: string) => any) | undefined;
|
|
18
|
-
}>, {
|
|
19
|
-
|
|
20
|
-
customId: string;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
22
20
|
export default _default;
|
|
@@ -1,46 +1,22 @@
|
|
|
1
|
-
import { VTextField, VLabel } from 'vuetify/components';
|
|
2
|
-
declare const numberValidator: (value: unknown) => string | true;
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
label?: string;
|
|
5
3
|
rules?: ((value: unknown) => string | true)[];
|
|
6
4
|
};
|
|
7
|
-
|
|
8
|
-
declare const elementId: import("vue").ComputedRef<string | undefined>;
|
|
9
|
-
declare const LangLabel: import("vue").ComputedRef<string>;
|
|
10
|
-
declare const validateInput: (event: InputEvent) => void;
|
|
11
|
-
type __VLS_PublicProps = {
|
|
5
|
+
type __VLS_ModelProps = {
|
|
12
6
|
modelValue?: number | string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
declare var
|
|
16
|
-
type __VLS_Slots =
|
|
17
|
-
[K in NonNullable<typeof
|
|
18
|
-
}
|
|
19
|
-
declare const
|
|
20
|
-
VTextField: typeof VTextField;
|
|
21
|
-
VLabel: typeof VLabel;
|
|
22
|
-
numberValidator: typeof numberValidator;
|
|
23
|
-
mobileValue: typeof mobileValue;
|
|
24
|
-
elementId: typeof elementId;
|
|
25
|
-
LangLabel: typeof LangLabel;
|
|
26
|
-
validateInput: typeof validateInput;
|
|
27
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
-
"update:modelValue": (value: string | number | undefined) => any;
|
|
29
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
30
|
-
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
31
|
-
}>, {
|
|
32
|
-
modelValue: number | string;
|
|
33
|
-
label: string;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare var __VLS_17: string | number, __VLS_18: any;
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
[K in NonNullable<typeof __VLS_17>]?: (props: typeof __VLS_18) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
14
|
"update:modelValue": (value: string | number | undefined) => any;
|
|
37
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
38
16
|
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
39
|
-
}>, {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
-
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;
|
|
44
20
|
export default _default;
|
|
45
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
46
22
|
new (): {
|
|
@@ -1,46 +1,22 @@
|
|
|
1
|
-
import { VTextField, VLabel } from 'vuetify/components';
|
|
2
|
-
declare const numberValidator: (value: unknown) => string | true;
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
label?: string;
|
|
5
3
|
rules?: ((value: unknown) => string | true)[];
|
|
6
4
|
};
|
|
7
|
-
|
|
8
|
-
declare const elementId: import("vue").ComputedRef<string | undefined>;
|
|
9
|
-
declare const LangLabel: import("vue").ComputedRef<string>;
|
|
10
|
-
declare const validateInput: (event: InputEvent) => void;
|
|
11
|
-
type __VLS_PublicProps = {
|
|
5
|
+
type __VLS_ModelProps = {
|
|
12
6
|
modelValue?: number | string;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
declare var
|
|
16
|
-
type __VLS_Slots =
|
|
17
|
-
[K in NonNullable<typeof
|
|
18
|
-
}
|
|
19
|
-
declare const
|
|
20
|
-
VTextField: typeof VTextField;
|
|
21
|
-
VLabel: typeof VLabel;
|
|
22
|
-
numberValidator: typeof numberValidator;
|
|
23
|
-
mobileValue: typeof mobileValue;
|
|
24
|
-
elementId: typeof elementId;
|
|
25
|
-
LangLabel: typeof LangLabel;
|
|
26
|
-
validateInput: typeof validateInput;
|
|
27
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
-
"update:modelValue": (value: string | number | undefined) => any;
|
|
29
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
30
|
-
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
31
|
-
}>, {
|
|
32
|
-
modelValue: number | string;
|
|
33
|
-
label: string;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare var __VLS_17: string | number, __VLS_18: any;
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
[K in NonNullable<typeof __VLS_17>]?: (props: typeof __VLS_18) => any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
14
|
"update:modelValue": (value: string | number | undefined) => any;
|
|
37
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
38
16
|
"onUpdate:modelValue"?: ((value: string | number | undefined) => any) | undefined;
|
|
39
|
-
}>, {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
43
|
-
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;
|
|
44
20
|
export default _default;
|
|
45
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
46
22
|
new (): {
|
|
@@ -2,12 +2,10 @@ type __VLS_Props = {
|
|
|
2
2
|
modelValue?: string | null;
|
|
3
3
|
label?: string;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
6
|
"update:modelValue": (value: string | number) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
9
|
-
}>, {
|
|
10
|
-
|
|
11
|
-
label: string;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
13
11
|
export default _default;
|
|
@@ -2,12 +2,10 @@ type __VLS_Props = {
|
|
|
2
2
|
modelValue?: string | null;
|
|
3
3
|
label?: string;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
6
6
|
"update:modelValue": (value: string | number) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
9
|
-
}>, {
|
|
10
|
-
|
|
11
|
-
label: string;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
13
11
|
export default _default;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
modelValue: [number | string, number | string] | undefined;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (...args: any[]) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
5
10
|
export default _default;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
modelValue: [number | string, number | string] | undefined;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (...args: any[]) => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
5
10
|
export default _default;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { VCol, VRow } from 'vuetify/components';
|
|
2
|
-
import BaseButton from './BaseButton.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
tabs: {
|
|
5
3
|
title: string;
|
|
@@ -10,30 +8,13 @@ type __VLS_Props = {
|
|
|
10
8
|
trailingIcon?: string;
|
|
11
9
|
}[];
|
|
12
10
|
};
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
variant?: undefined;
|
|
17
|
-
} | {
|
|
18
|
-
variant: string;
|
|
19
|
-
color: string;
|
|
11
|
+
declare var __VLS_21: string, __VLS_22: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
[K in NonNullable<typeof __VLS_21>]?: (props: typeof __VLS_22) => any;
|
|
20
14
|
};
|
|
21
|
-
declare const
|
|
22
|
-
declare const
|
|
23
|
-
declare
|
|
24
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
25
|
-
[K in NonNullable<typeof __VLS_17>]?: (props: typeof __VLS_18) => any;
|
|
26
|
-
}>;
|
|
27
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
28
|
-
VCol: typeof VCol;
|
|
29
|
-
VRow: typeof VRow;
|
|
30
|
-
BaseButton: typeof BaseButton;
|
|
31
|
-
activeTab: typeof activeTab;
|
|
32
|
-
getColor: typeof getColor;
|
|
33
|
-
setActiveTab: typeof setActiveTab;
|
|
34
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
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>;
|
|
36
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
|
+
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>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
37
18
|
export default _default;
|
|
38
19
|
type __VLS_WithSlots<T, S> = T & {
|
|
39
20
|
new (): {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { VCol, VRow } from 'vuetify/components';
|
|
2
|
-
import BaseButton from './BaseButton.vue';
|
|
3
1
|
type __VLS_Props = {
|
|
4
2
|
tabs: {
|
|
5
3
|
title: string;
|
|
@@ -10,30 +8,13 @@ type __VLS_Props = {
|
|
|
10
8
|
trailingIcon?: string;
|
|
11
9
|
}[];
|
|
12
10
|
};
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
variant?: undefined;
|
|
17
|
-
} | {
|
|
18
|
-
variant: string;
|
|
19
|
-
color: string;
|
|
11
|
+
declare var __VLS_21: string, __VLS_22: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
[K in NonNullable<typeof __VLS_21>]?: (props: typeof __VLS_22) => any;
|
|
20
14
|
};
|
|
21
|
-
declare const
|
|
22
|
-
declare const
|
|
23
|
-
declare
|
|
24
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
25
|
-
[K in NonNullable<typeof __VLS_17>]?: (props: typeof __VLS_18) => any;
|
|
26
|
-
}>;
|
|
27
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
28
|
-
VCol: typeof VCol;
|
|
29
|
-
VRow: typeof VRow;
|
|
30
|
-
BaseButton: typeof BaseButton;
|
|
31
|
-
activeTab: typeof activeTab;
|
|
32
|
-
getColor: typeof getColor;
|
|
33
|
-
setActiveTab: typeof setActiveTab;
|
|
34
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
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>;
|
|
36
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
|
+
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>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
37
18
|
export default _default;
|
|
38
19
|
type __VLS_WithSlots<T, S> = T & {
|
|
39
20
|
new (): {
|
|
@@ -9,15 +9,10 @@ type __VLS_Props = {
|
|
|
9
9
|
hideErrorMessage?: boolean;
|
|
10
10
|
isAppRtl?: boolean;
|
|
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: string | null) => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
15
|
"onUpdate:model-value"?: ((value: string | null) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
|
|
18
|
-
showIcon: boolean;
|
|
19
|
-
hasDefaults: boolean;
|
|
20
|
-
valueIn24: boolean;
|
|
21
|
-
fillInFocus: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
23
18
|
export default _default;
|
|
@@ -9,15 +9,10 @@ type __VLS_Props = {
|
|
|
9
9
|
hideErrorMessage?: boolean;
|
|
10
10
|
isAppRtl?: boolean;
|
|
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: string | null) => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
15
|
"onUpdate:model-value"?: ((value: string | null) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
|
|
18
|
-
showIcon: boolean;
|
|
19
|
-
hasDefaults: boolean;
|
|
20
|
-
valueIn24: boolean;
|
|
21
|
-
fillInFocus: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
23
18
|
export default _default;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import type { FormFilter, Header, ErrorResponseFiled, Pagination, ReplaceableItem } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
headers: Header[];
|
|
4
|
+
formFilters?: FormFilter[];
|
|
5
|
+
url?: string;
|
|
6
|
+
queryParams?: Record<string, string>;
|
|
7
|
+
enableButtons?: boolean;
|
|
8
|
+
enableButtonsFilter?: boolean;
|
|
9
|
+
enablePageSizeOptions?: boolean;
|
|
10
|
+
enableActionButtons?: boolean;
|
|
11
|
+
enableBaseButtons?: boolean;
|
|
12
|
+
secondaryStyle?: boolean;
|
|
13
|
+
replaceNullWithDash?: boolean;
|
|
14
|
+
withoutQueryParams?: boolean;
|
|
15
|
+
showSelect?: boolean;
|
|
16
|
+
returnObject?: boolean;
|
|
17
|
+
stickyActions?: boolean;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_ModelProps = {
|
|
20
|
+
modelValue?: string[];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
23
|
+
declare var __VLS_19: {}, __VLS_27: {}, __VLS_59: {}, __VLS_101: string | number, __VLS_102: any, __VLS_115: {
|
|
24
|
+
totals: {
|
|
25
|
+
[key: string]: number;
|
|
26
|
+
} | undefined;
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Slots = {} & {
|
|
29
|
+
[K in NonNullable<typeof __VLS_101>]?: (props: typeof __VLS_102) => any;
|
|
30
|
+
} & {
|
|
31
|
+
buttons?: (props: typeof __VLS_19) => any;
|
|
32
|
+
} & {
|
|
33
|
+
filters?: (props: typeof __VLS_27) => any;
|
|
34
|
+
} & {
|
|
35
|
+
'action-buttons'?: (props: typeof __VLS_59) => any;
|
|
36
|
+
} & {
|
|
37
|
+
'inside-bottom'?: (props: typeof __VLS_115) => any;
|
|
38
|
+
};
|
|
39
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
40
|
+
filterQueryString: import("vue").ComputedRef<string>;
|
|
41
|
+
isLoading: import("vue").Ref<boolean, boolean> | import("vue").Ref<false, false> | import("vue").Ref<true, true>;
|
|
42
|
+
filters: import("vue").Ref<Record<string, string | number | string[] | [] | number[] | object[] | (string | number | null)[] | null | undefined>, Record<string, string | number | string[] | [] | number[] | object[] | (string | number | null)[] | null | undefined>>;
|
|
43
|
+
refresh: (options?: import("@tanstack/vue-query").RefetchOptions) => Promise<import("@tanstack/vue-query").QueryObserverResult<{
|
|
44
|
+
status: {
|
|
45
|
+
success: boolean;
|
|
46
|
+
code: number;
|
|
47
|
+
message: string;
|
|
48
|
+
error_key: string;
|
|
49
|
+
errors_list?: ErrorResponseFiled[];
|
|
50
|
+
};
|
|
51
|
+
totals?: {
|
|
52
|
+
[key: string]: number;
|
|
53
|
+
};
|
|
54
|
+
pagination: Pagination;
|
|
55
|
+
rows: ReplaceableItem[];
|
|
56
|
+
}, Error>>;
|
|
57
|
+
totals: import("vue").Ref<Record<string, number>, Record<string, number>>;
|
|
58
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
+
"update:modelValue": (value: string[]) => any;
|
|
60
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
61
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
62
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
63
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
64
|
+
declare const _default: typeof __VLS_export;
|
|
65
|
+
export default _default;
|
|
66
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
67
|
+
new (): {
|
|
68
|
+
$slots: S;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
@@ -276,7 +276,7 @@ defineExpose({
|
|
|
276
276
|
.sticky-actions {
|
|
277
277
|
position: sticky !important;
|
|
278
278
|
position: -webkit-sticky;
|
|
279
|
-
top:
|
|
279
|
+
top: 75px;
|
|
280
280
|
z-index: 11 !important;
|
|
281
281
|
background-color: rgb(var(--v-theme-surface)) !important;
|
|
282
282
|
}
|
|
@@ -303,6 +303,7 @@ defineExpose({
|
|
|
303
303
|
top: 70px;
|
|
304
304
|
z-index: 10;
|
|
305
305
|
padding-bottom: 0.75rem;
|
|
306
|
+
background-color: rgb(var(--v-theme-surface)) !important;
|
|
306
307
|
}
|
|
307
308
|
|
|
308
309
|
.sticky-actions ~ div :deep(table) tr th {
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import type { FormFilter, Header, ErrorResponseFiled, Pagination, ReplaceableItem } from '../../types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
headers: Header[];
|
|
4
|
+
formFilters?: FormFilter[];
|
|
5
|
+
url?: string;
|
|
6
|
+
queryParams?: Record<string, string>;
|
|
7
|
+
enableButtons?: boolean;
|
|
8
|
+
enableButtonsFilter?: boolean;
|
|
9
|
+
enablePageSizeOptions?: boolean;
|
|
10
|
+
enableActionButtons?: boolean;
|
|
11
|
+
enableBaseButtons?: boolean;
|
|
12
|
+
secondaryStyle?: boolean;
|
|
13
|
+
replaceNullWithDash?: boolean;
|
|
14
|
+
withoutQueryParams?: boolean;
|
|
15
|
+
showSelect?: boolean;
|
|
16
|
+
returnObject?: boolean;
|
|
17
|
+
stickyActions?: boolean;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_ModelProps = {
|
|
20
|
+
modelValue?: string[];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
23
|
+
declare var __VLS_19: {}, __VLS_27: {}, __VLS_59: {}, __VLS_101: string | number, __VLS_102: any, __VLS_115: {
|
|
24
|
+
totals: {
|
|
25
|
+
[key: string]: number;
|
|
26
|
+
} | undefined;
|
|
27
|
+
};
|
|
28
|
+
type __VLS_Slots = {} & {
|
|
29
|
+
[K in NonNullable<typeof __VLS_101>]?: (props: typeof __VLS_102) => any;
|
|
30
|
+
} & {
|
|
31
|
+
buttons?: (props: typeof __VLS_19) => any;
|
|
32
|
+
} & {
|
|
33
|
+
filters?: (props: typeof __VLS_27) => any;
|
|
34
|
+
} & {
|
|
35
|
+
'action-buttons'?: (props: typeof __VLS_59) => any;
|
|
36
|
+
} & {
|
|
37
|
+
'inside-bottom'?: (props: typeof __VLS_115) => any;
|
|
38
|
+
};
|
|
39
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
40
|
+
filterQueryString: import("vue").ComputedRef<string>;
|
|
41
|
+
isLoading: import("vue").Ref<boolean, boolean> | import("vue").Ref<false, false> | import("vue").Ref<true, true>;
|
|
42
|
+
filters: import("vue").Ref<Record<string, string | number | string[] | [] | number[] | object[] | (string | number | null)[] | null | undefined>, Record<string, string | number | string[] | [] | number[] | object[] | (string | number | null)[] | null | undefined>>;
|
|
43
|
+
refresh: (options?: import("@tanstack/vue-query").RefetchOptions) => Promise<import("@tanstack/vue-query").QueryObserverResult<{
|
|
44
|
+
status: {
|
|
45
|
+
success: boolean;
|
|
46
|
+
code: number;
|
|
47
|
+
message: string;
|
|
48
|
+
error_key: string;
|
|
49
|
+
errors_list?: ErrorResponseFiled[];
|
|
50
|
+
};
|
|
51
|
+
totals?: {
|
|
52
|
+
[key: string]: number;
|
|
53
|
+
};
|
|
54
|
+
pagination: Pagination;
|
|
55
|
+
rows: ReplaceableItem[];
|
|
56
|
+
}, Error>>;
|
|
57
|
+
totals: import("vue").Ref<Record<string, number>, Record<string, number>>;
|
|
58
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
+
"update:modelValue": (value: string[]) => any;
|
|
60
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
61
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
62
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
63
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
64
|
+
declare const _default: typeof __VLS_export;
|
|
65
|
+
export default _default;
|
|
66
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
67
|
+
new (): {
|
|
68
|
+
$slots: S;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { VTooltip, VIcon, VDataTableVirtual } from 'vuetify/components';
|
|
2
1
|
import type { EditableDataTableItem, ErrorResponseFiled } from '../../types';
|
|
3
|
-
import LoadingBar from '../LoadingBar.vue';
|
|
4
|
-
import EditableDataTableRow from './EditableDataTableRow.vue';
|
|
5
2
|
type __VLS_Props = {
|
|
6
3
|
headers: EditableDataTableItem[];
|
|
7
4
|
items: [];
|
|
@@ -9,64 +6,13 @@ type __VLS_Props = {
|
|
|
9
6
|
loading?: boolean;
|
|
10
7
|
module?: string;
|
|
11
8
|
};
|
|
12
|
-
declare
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
placeholder?: string;
|
|
20
|
-
type?: import("../../types").EditableDataTableItemType;
|
|
21
|
-
required?: boolean;
|
|
22
|
-
rules?: ((value: unknown) => string)[];
|
|
23
|
-
renderDataOnMounted?: boolean;
|
|
24
|
-
renderDataOnBeforeMount?: boolean;
|
|
25
|
-
showDescription?: boolean;
|
|
26
|
-
tooltip?: string;
|
|
27
|
-
clearable?: boolean;
|
|
28
|
-
disabled?: boolean;
|
|
29
|
-
maxlength?: number;
|
|
30
|
-
dependsOn?: string;
|
|
31
|
-
nestedDependsOnKey?: string;
|
|
32
|
-
fields?: EditableDataTableItem[];
|
|
33
|
-
errorKey?: string | string[];
|
|
34
|
-
useDependsOnAsParams?: boolean;
|
|
35
|
-
dependsOnFunction?: (...args: unknown[]) => boolean;
|
|
36
|
-
closableChips?: boolean;
|
|
37
|
-
urlSearch?: string | ((...args: unknown[]) => string);
|
|
38
|
-
params?: Record<string, string | number | null>;
|
|
39
|
-
menuIcon?: string;
|
|
40
|
-
searchable?: boolean;
|
|
41
|
-
searchInternally?: boolean;
|
|
42
|
-
trackBy?: string;
|
|
43
|
-
itemLabel?: string;
|
|
44
|
-
multiple?: boolean;
|
|
45
|
-
groupLabel?: string;
|
|
46
|
-
groupValues?: string;
|
|
47
|
-
options?: Record<string, unknown>[] | import("../../types").OptionItem[] | import("vue").Ref<import("../../types").OptionItem[]>;
|
|
48
|
-
disableIfEmpty?: boolean;
|
|
49
|
-
maxDate?: Date | null;
|
|
50
|
-
validateOn?: import("../../types").ValidateOn;
|
|
51
|
-
isAppRtl?: boolean;
|
|
52
|
-
}[]>;
|
|
53
|
-
declare const moduleIdentifier: import("vue").ComputedRef<string>;
|
|
54
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
55
|
-
declare var __VLS_23: any, __VLS_24: any;
|
|
56
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
57
|
-
[K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
|
|
58
|
-
}>;
|
|
59
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
60
|
-
VTooltip: typeof VTooltip;
|
|
61
|
-
VIcon: typeof VIcon;
|
|
62
|
-
VDataTableVirtual: typeof VDataTableVirtual;
|
|
63
|
-
LoadingBar: typeof LoadingBar;
|
|
64
|
-
EditableDataTableRow: typeof EditableDataTableRow;
|
|
65
|
-
headers: typeof headers;
|
|
66
|
-
moduleIdentifier: typeof moduleIdentifier;
|
|
67
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
68
|
-
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>;
|
|
69
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
|
+
declare var __VLS_39: string | number, __VLS_40: any;
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
[K in NonNullable<typeof __VLS_39>]?: (props: typeof __VLS_40) => 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;
|
|
70
16
|
export default _default;
|
|
71
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
72
18
|
new (): {
|