@winchsa/ui 0.1.24 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Breadcrumbs.d.vue.ts +2 -1
- package/dist/components/Breadcrumbs.vue.d.ts +2 -1
- package/dist/components/CustomizerSection.d.vue.ts +7 -15
- package/dist/components/CustomizerSection.vue.d.ts +7 -15
- package/dist/components/DialogCloseBtn.d.vue.ts +2 -4
- package/dist/components/DialogCloseBtn.vue.d.ts +2 -4
- package/dist/components/Drawer.d.vue.ts +12 -28
- package/dist/components/Drawer.vue.d.ts +12 -28
- package/dist/components/IconBtn.d.vue.ts +7 -19
- package/dist/components/IconBtn.vue.d.ts +7 -19
- package/dist/components/LoadingBar.d.vue.ts +2 -1
- package/dist/components/LoadingBar.vue.d.ts +2 -1
- package/dist/components/LoadingDialog.d.vue.ts +2 -1
- package/dist/components/LoadingDialog.vue.d.ts +2 -1
- package/dist/components/LoadingItem.d.vue.ts +9 -31
- package/dist/components/LoadingItem.vue.d.ts +9 -31
- package/dist/components/Modal.d.vue.ts +50 -0
- package/dist/components/Modal.vue.d.ts +50 -0
- package/dist/components/MoreBtn.d.vue.ts +7 -15
- package/dist/components/MoreBtn.vue.d.ts +7 -15
- package/dist/components/ScrollToTop.d.vue.ts +2 -1
- package/dist/components/ScrollToTop.vue.d.ts +2 -1
- package/dist/components/SiteTitle.d.vue.ts +2 -1
- package/dist/components/SiteTitle.vue.d.ts +2 -1
- package/dist/components/Toaster.d.vue.ts +2 -1
- package/dist/components/Toaster.vue.d.ts +2 -1
- package/dist/components/cards/AppCard.d.vue.ts +8 -16
- package/dist/components/cards/AppCard.vue.d.ts +8 -16
- package/dist/components/cards/AppCardActions.d.vue.ts +11 -57
- package/dist/components/cards/AppCardActions.vue.d.ts +11 -57
- package/dist/components/cards/CardStatisticsHorizontal.d.vue.ts +2 -3
- package/dist/components/cards/CardStatisticsHorizontal.vue.d.ts +2 -3
- package/dist/components/cards/CheckboxesCard.d.vue.ts +3 -6
- package/dist/components/cards/CheckboxesCard.vue.d.ts +3 -6
- package/dist/components/cards/HeaderCard.d.vue.ts +2 -1
- package/dist/components/cards/HeaderCard.vue.d.ts +2 -1
- package/dist/components/cards/ImageCard.d.vue.ts +10 -40
- package/dist/components/cards/ImageCard.vue.d.ts +10 -40
- package/dist/components/cards/InputCard.d.vue.ts +7 -27
- package/dist/components/cards/InputCard.vue.d.ts +7 -27
- package/dist/components/cards/StaticCard.d.vue.ts +7 -19
- package/dist/components/cards/StaticCard.vue.d.ts +7 -19
- package/dist/components/forms/Accordion.d.vue.ts +8 -24
- package/dist/components/forms/Accordion.vue.d.ts +8 -24
- package/dist/components/forms/AppBarSearch.d.vue.ts +10 -1554
- package/dist/components/forms/AppBarSearch.vue.d.ts +10 -1554
- package/dist/components/forms/AppCombobox.d.vue.ts +13 -0
- package/dist/components/forms/AppCombobox.vue.d.ts +13 -0
- package/dist/components/forms/AppDrawerHeaderSection.d.vue.ts +7 -17
- package/dist/components/forms/AppDrawerHeaderSection.vue.d.ts +7 -17
- package/dist/components/forms/AppLabel.d.vue.ts +7 -19
- package/dist/components/forms/AppLabel.vue.d.ts +7 -19
- package/dist/components/forms/AppLink.d.vue.ts +8 -16
- package/dist/components/forms/AppLink.vue.d.ts +8 -16
- package/dist/components/forms/AppNumberField.d.vue.ts +8 -33
- package/dist/components/forms/AppNumberField.vue.d.ts +8 -33
- package/dist/components/forms/AppOtpInput.d.vue.ts +3 -6
- package/dist/components/forms/AppOtpInput.vue.d.ts +3 -6
- package/dist/components/forms/AppSearchHeader.d.vue.ts +2 -1
- package/dist/components/forms/AppSearchHeader.vue.d.ts +2 -1
- package/dist/components/forms/AppSelect.d.vue.ts +17 -0
- package/dist/components/forms/AppSelect.vue.d.ts +17 -0
- package/dist/components/forms/AppStepper.d.vue.ts +3 -7
- package/dist/components/forms/AppStepper.vue.d.ts +3 -7
- package/dist/components/forms/AppSwitch.d.vue.ts +7 -18
- package/dist/components/forms/AppSwitch.vue.d.ts +7 -18
- package/dist/components/forms/AppTextField.d.vue.ts +7 -20
- package/dist/components/forms/AppTextField.vue.d.ts +7 -20
- package/dist/components/forms/AppTextarea.d.vue.ts +7 -20
- package/dist/components/forms/AppTextarea.vue.d.ts +7 -20
- package/dist/components/forms/AttachmentCropperInput.d.vue.ts +3 -10
- package/dist/components/forms/AttachmentCropperInput.vue +1 -2
- package/dist/components/forms/AttachmentCropperInput.vue.d.ts +3 -10
- package/dist/components/forms/AttachmentInput.d.vue.ts +3 -7
- package/dist/components/forms/AttachmentInput.vue.d.ts +3 -7
- package/dist/components/forms/AutocompleteInput.d.vue.ts +84 -0
- package/dist/components/forms/AutocompleteInput.vue.d.ts +84 -0
- package/dist/components/forms/BankSelect.d.vue.ts +5 -3
- package/dist/components/forms/BankSelect.vue.d.ts +5 -3
- package/dist/components/forms/BaseButton.d.vue.ts +7 -18
- package/dist/components/forms/BaseButton.vue.d.ts +7 -18
- package/dist/components/forms/CounterInput.d.vue.ts +3 -5
- package/dist/components/forms/CounterInput.vue.d.ts +3 -5
- package/dist/components/forms/CustomCheckboxes.d.vue.ts +8 -22
- package/dist/components/forms/CustomCheckboxes.vue.d.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithIcon.d.vue.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithIcon.vue.d.ts +8 -22
- package/dist/components/forms/CustomCheckboxesWithImage.d.vue.ts +2 -1
- package/dist/components/forms/CustomCheckboxesWithImage.vue.d.ts +2 -1
- package/dist/components/forms/CustomRadios.d.vue.ts +8 -23
- package/dist/components/forms/CustomRadios.vue.d.ts +8 -23
- package/dist/components/forms/CustomRadiosWithIcon.d.vue.ts +8 -25
- package/dist/components/forms/CustomRadiosWithIcon.vue.d.ts +8 -25
- package/dist/components/forms/CustomRadiosWithImage.d.vue.ts +11 -29
- package/dist/components/forms/CustomRadiosWithImage.vue.d.ts +11 -29
- package/dist/components/forms/DatePicker.d.vue.ts +3 -8
- package/dist/components/forms/DatePicker.vue.d.ts +3 -8
- package/dist/components/forms/DatePickerRange.d.vue.ts +2 -1
- package/dist/components/forms/DatePickerRange.vue.d.ts +2 -1
- package/dist/components/forms/DraggedUploadFile.d.vue.ts +2 -1
- package/dist/components/forms/DraggedUploadFile.vue.d.ts +2 -1
- package/dist/components/forms/ImageCardInput.d.vue.ts +35 -0
- package/dist/components/forms/ImageCardInput.vue.d.ts +35 -0
- package/dist/components/forms/InputValidationWrapper.d.vue.ts +9 -16
- package/dist/components/forms/InputValidationWrapper.vue.d.ts +9 -16
- package/dist/components/forms/LicensePlateInput.d.vue.ts +6 -6
- package/dist/components/forms/LicensePlateInput.vue +11 -11
- package/dist/components/forms/LicensePlateInput.vue.d.ts +6 -6
- package/dist/components/forms/ManualDate.d.vue.ts +3 -5
- package/dist/components/forms/ManualDate.vue +12 -12
- package/dist/components/forms/ManualDate.vue.d.ts +3 -5
- package/dist/components/forms/MobileInput.d.vue.ts +11 -35
- package/dist/components/forms/MobileInput.vue.d.ts +11 -35
- package/dist/components/forms/PasswordInput.d.vue.ts +3 -5
- package/dist/components/forms/PasswordInput.vue.d.ts +3 -5
- package/dist/components/forms/RangeInput.d.vue.ts +6 -1
- package/dist/components/forms/RangeInput.vue.d.ts +6 -1
- package/dist/components/forms/Tabs.d.vue.ts +6 -25
- package/dist/components/forms/Tabs.vue.d.ts +6 -25
- package/dist/components/forms/TimePicker.d.vue.ts +3 -8
- package/dist/components/forms/TimePicker.vue.d.ts +3 -8
- package/dist/components/table/DataTable.d.vue.ts +70 -0
- package/dist/components/table/DataTable.vue +3 -3
- package/dist/components/table/DataTable.vue.d.ts +70 -0
- package/dist/components/table/EditableDataTable.d.vue.ts +7 -62
- package/dist/components/table/EditableDataTable.vue +1 -2
- package/dist/components/table/EditableDataTable.vue.d.ts +7 -62
- package/dist/components/table/EditableDataTableRow.d.vue.ts +5 -3
- package/dist/components/table/EditableDataTableRow.vue.d.ts +5 -3
- package/dist/components/table/FilterGenerator.d.vue.ts +3 -4
- package/dist/components/table/FilterGenerator.vue.d.ts +3 -4
- package/dist/components/table/StaticTable.d.vue.ts +17 -6
- package/dist/components/table/StaticTable.vue.d.ts +17 -6
- package/dist/components/table/TablePagination.d.vue.ts +5 -3
- package/dist/components/table/TablePagination.vue.d.ts +5 -3
- package/dist/composables/useIsMobile.d.ts +1 -1
- package/dist/styles/core/base/_components.scss +2 -2
- package/dist/styles/core/template/_components.scss +1 -1
- package/dist/styles/core/template/index.css +59 -44
- package/dist/styles/core/template/libs/vuetify/index.css +3 -1
- package/dist/utils/ruleValidator.d.ts +1 -1
- package/package.json +7 -7
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
-
import { VCol, VRow, VCardText, VDivider, VProgressCircular, VIcon, VSpacer } from "vuetify/components";
|
|
3
|
-
import { VDataTableServer } from "vuetify/labs/VDataTable";
|
|
2
|
+
import { VCol, VRow, VCardText, VDivider, VProgressCircular, VIcon, VSpacer, VDataTableServer } from "vuetify/components";
|
|
4
3
|
import { useQuery } from "@tanstack/vue-query";
|
|
5
4
|
import { useRoute, useRouter } from "vue-router";
|
|
6
5
|
import { computed, reactive, ref, watch } from "vue";
|
|
@@ -277,7 +276,7 @@ defineExpose({
|
|
|
277
276
|
.sticky-actions {
|
|
278
277
|
position: sticky !important;
|
|
279
278
|
position: -webkit-sticky;
|
|
280
|
-
top:
|
|
279
|
+
top: 75px;
|
|
281
280
|
z-index: 11 !important;
|
|
282
281
|
background-color: rgb(var(--v-theme-surface)) !important;
|
|
283
282
|
}
|
|
@@ -304,6 +303,7 @@ defineExpose({
|
|
|
304
303
|
top: 70px;
|
|
305
304
|
z-index: 10;
|
|
306
305
|
padding-bottom: 0.75rem;
|
|
306
|
+
background-color: rgb(var(--v-theme-surface)) !important;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
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,8 +1,4 @@
|
|
|
1
|
-
import { VTooltip, VIcon } from 'vuetify/components';
|
|
2
|
-
import { VDataTableVirtual } from 'vuetify/labs/VDataTable';
|
|
3
1
|
import type { EditableDataTableItem, ErrorResponseFiled } from '../../types';
|
|
4
|
-
import LoadingBar from '../LoadingBar.vue';
|
|
5
|
-
import EditableDataTableRow from './EditableDataTableRow.vue';
|
|
6
2
|
type __VLS_Props = {
|
|
7
3
|
headers: EditableDataTableItem[];
|
|
8
4
|
items: [];
|
|
@@ -10,64 +6,13 @@ type __VLS_Props = {
|
|
|
10
6
|
loading?: boolean;
|
|
11
7
|
module?: string;
|
|
12
8
|
};
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
placeholder?: string;
|
|
21
|
-
type?: import("../../types").EditableDataTableItemType;
|
|
22
|
-
required?: boolean;
|
|
23
|
-
rules?: ((value: unknown) => string)[];
|
|
24
|
-
renderDataOnMounted?: boolean;
|
|
25
|
-
renderDataOnBeforeMount?: boolean;
|
|
26
|
-
showDescription?: boolean;
|
|
27
|
-
tooltip?: string;
|
|
28
|
-
clearable?: boolean;
|
|
29
|
-
disabled?: boolean;
|
|
30
|
-
maxlength?: number;
|
|
31
|
-
dependsOn?: string;
|
|
32
|
-
nestedDependsOnKey?: string;
|
|
33
|
-
fields?: EditableDataTableItem[];
|
|
34
|
-
errorKey?: string | string[];
|
|
35
|
-
useDependsOnAsParams?: boolean;
|
|
36
|
-
dependsOnFunction?: (...args: unknown[]) => boolean;
|
|
37
|
-
closableChips?: boolean;
|
|
38
|
-
urlSearch?: string | ((...args: unknown[]) => string);
|
|
39
|
-
params?: Record<string, string | number | null>;
|
|
40
|
-
menuIcon?: string;
|
|
41
|
-
searchable?: boolean;
|
|
42
|
-
searchInternally?: boolean;
|
|
43
|
-
trackBy?: string;
|
|
44
|
-
itemLabel?: string;
|
|
45
|
-
multiple?: boolean;
|
|
46
|
-
groupLabel?: string;
|
|
47
|
-
groupValues?: string;
|
|
48
|
-
options?: Record<string, unknown>[] | import("../../types").OptionItem[] | import("vue").Ref<import("../../types").OptionItem[]>;
|
|
49
|
-
disableIfEmpty?: boolean;
|
|
50
|
-
maxDate?: Date | null;
|
|
51
|
-
validateOn?: import("../../types").ValidateOn;
|
|
52
|
-
isAppRtl?: boolean;
|
|
53
|
-
}[]>;
|
|
54
|
-
declare const moduleIdentifier: import("vue").ComputedRef<string>;
|
|
55
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
56
|
-
declare var __VLS_23: any, __VLS_24: any;
|
|
57
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
58
|
-
[K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
|
|
59
|
-
}>;
|
|
60
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
61
|
-
VTooltip: typeof VTooltip;
|
|
62
|
-
VIcon: typeof VIcon;
|
|
63
|
-
VDataTableVirtual: typeof VDataTableVirtual;
|
|
64
|
-
LoadingBar: typeof LoadingBar;
|
|
65
|
-
EditableDataTableRow: typeof EditableDataTableRow;
|
|
66
|
-
headers: typeof headers;
|
|
67
|
-
moduleIdentifier: typeof moduleIdentifier;
|
|
68
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
69
|
-
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>;
|
|
70
|
-
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;
|
|
71
16
|
export default _default;
|
|
72
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
73
18
|
new (): {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
-
import { VTooltip, VIcon } from "vuetify/components";
|
|
3
|
-
import { VDataTableVirtual } from "vuetify/labs/VDataTable";
|
|
2
|
+
import { VTooltip, VIcon, VDataTableVirtual } from "vuetify/components";
|
|
4
3
|
import { useI18n } from "vue-i18n";
|
|
5
4
|
import { computed } from "vue";
|
|
6
5
|
import LoadingBar from "../LoadingBar.vue";
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import { VTooltip, VIcon } from 'vuetify/components';
|
|
2
|
-
import { VDataTableVirtual } from 'vuetify/labs/VDataTable';
|
|
3
1
|
import type { EditableDataTableItem, ErrorResponseFiled } from '../../types';
|
|
4
|
-
import LoadingBar from '../LoadingBar.vue';
|
|
5
|
-
import EditableDataTableRow from './EditableDataTableRow.vue';
|
|
6
2
|
type __VLS_Props = {
|
|
7
3
|
headers: EditableDataTableItem[];
|
|
8
4
|
items: [];
|
|
@@ -10,64 +6,13 @@ type __VLS_Props = {
|
|
|
10
6
|
loading?: boolean;
|
|
11
7
|
module?: string;
|
|
12
8
|
};
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
placeholder?: string;
|
|
21
|
-
type?: import("../../types").EditableDataTableItemType;
|
|
22
|
-
required?: boolean;
|
|
23
|
-
rules?: ((value: unknown) => string)[];
|
|
24
|
-
renderDataOnMounted?: boolean;
|
|
25
|
-
renderDataOnBeforeMount?: boolean;
|
|
26
|
-
showDescription?: boolean;
|
|
27
|
-
tooltip?: string;
|
|
28
|
-
clearable?: boolean;
|
|
29
|
-
disabled?: boolean;
|
|
30
|
-
maxlength?: number;
|
|
31
|
-
dependsOn?: string;
|
|
32
|
-
nestedDependsOnKey?: string;
|
|
33
|
-
fields?: EditableDataTableItem[];
|
|
34
|
-
errorKey?: string | string[];
|
|
35
|
-
useDependsOnAsParams?: boolean;
|
|
36
|
-
dependsOnFunction?: (...args: unknown[]) => boolean;
|
|
37
|
-
closableChips?: boolean;
|
|
38
|
-
urlSearch?: string | ((...args: unknown[]) => string);
|
|
39
|
-
params?: Record<string, string | number | null>;
|
|
40
|
-
menuIcon?: string;
|
|
41
|
-
searchable?: boolean;
|
|
42
|
-
searchInternally?: boolean;
|
|
43
|
-
trackBy?: string;
|
|
44
|
-
itemLabel?: string;
|
|
45
|
-
multiple?: boolean;
|
|
46
|
-
groupLabel?: string;
|
|
47
|
-
groupValues?: string;
|
|
48
|
-
options?: Record<string, unknown>[] | import("../../types").OptionItem[] | import("vue").Ref<import("../../types").OptionItem[]>;
|
|
49
|
-
disableIfEmpty?: boolean;
|
|
50
|
-
maxDate?: Date | null;
|
|
51
|
-
validateOn?: import("../../types").ValidateOn;
|
|
52
|
-
isAppRtl?: boolean;
|
|
53
|
-
}[]>;
|
|
54
|
-
declare const moduleIdentifier: import("vue").ComputedRef<string>;
|
|
55
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
56
|
-
declare var __VLS_23: any, __VLS_24: any;
|
|
57
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
58
|
-
[K in NonNullable<typeof __VLS_23>]?: (props: typeof __VLS_24) => any;
|
|
59
|
-
}>;
|
|
60
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
61
|
-
VTooltip: typeof VTooltip;
|
|
62
|
-
VIcon: typeof VIcon;
|
|
63
|
-
VDataTableVirtual: typeof VDataTableVirtual;
|
|
64
|
-
LoadingBar: typeof LoadingBar;
|
|
65
|
-
EditableDataTableRow: typeof EditableDataTableRow;
|
|
66
|
-
headers: typeof headers;
|
|
67
|
-
moduleIdentifier: typeof moduleIdentifier;
|
|
68
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
69
|
-
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>;
|
|
70
|
-
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;
|
|
71
16
|
export default _default;
|
|
72
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
73
18
|
new (): {
|
|
@@ -7,12 +7,14 @@ type __VLS_Props = {
|
|
|
7
7
|
errors?: ErrorResponseFiled[];
|
|
8
8
|
errorKey?: string | string[];
|
|
9
9
|
};
|
|
10
|
-
type
|
|
10
|
+
type __VLS_ModelProps = {
|
|
11
11
|
modelValue: typeof item['value'];
|
|
12
|
-
}
|
|
13
|
-
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
15
|
"update:modelValue": (value: any) => any;
|
|
15
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
17
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
17
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
18
20
|
export default _default;
|
|
@@ -7,12 +7,14 @@ type __VLS_Props = {
|
|
|
7
7
|
errors?: ErrorResponseFiled[];
|
|
8
8
|
errorKey?: string | string[];
|
|
9
9
|
};
|
|
10
|
-
type
|
|
10
|
+
type __VLS_ModelProps = {
|
|
11
11
|
modelValue: typeof item['value'];
|
|
12
|
-
}
|
|
13
|
-
|
|
12
|
+
};
|
|
13
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
15
|
"update:modelValue": (value: any) => any;
|
|
15
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
17
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
17
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
18
20
|
export default _default;
|
|
@@ -4,11 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
forms: FormFilter[];
|
|
5
5
|
errors?: ErrorResponseFiled[];
|
|
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: unknown) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
14
13
|
export default _default;
|
|
@@ -4,11 +4,10 @@ type __VLS_Props = {
|
|
|
4
4
|
forms: FormFilter[];
|
|
5
5
|
errors?: ErrorResponseFiled[];
|
|
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: unknown) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
14
13
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
props: __VLS_PrettifyLocal<
|
|
1
|
+
declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2
|
+
props: __VLS_PrettifyLocal<{
|
|
3
3
|
items: T[];
|
|
4
4
|
subItemsKey?: string;
|
|
5
5
|
headers: {
|
|
@@ -9,15 +9,26 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
9
9
|
type?: "number" | "string";
|
|
10
10
|
dashedWhenNull?: boolean;
|
|
11
11
|
}[];
|
|
12
|
-
} &
|
|
13
|
-
|
|
12
|
+
}> & import("vue").PublicProps & (typeof globalThis extends {
|
|
13
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
14
|
+
} ? P : {});
|
|
15
|
+
expose: (exposed: {}) => void;
|
|
14
16
|
attrs: any;
|
|
15
|
-
slots:
|
|
17
|
+
slots: {
|
|
18
|
+
[x: string]: ((props: {
|
|
19
|
+
item: T;
|
|
20
|
+
}) => any) | undefined;
|
|
21
|
+
} & {
|
|
22
|
+
[x: string]: ((props: {
|
|
23
|
+
item: any;
|
|
24
|
+
}) => any) | undefined;
|
|
25
|
+
};
|
|
16
26
|
emit: {};
|
|
17
27
|
}>) => import("vue").VNode & {
|
|
18
28
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
19
29
|
};
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
20
31
|
export default _default;
|
|
21
32
|
type __VLS_PrettifyLocal<T> = {
|
|
22
|
-
[K in keyof T]: T[K];
|
|
33
|
+
[K in keyof T as K]: T[K];
|
|
23
34
|
} & {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
props: __VLS_PrettifyLocal<
|
|
1
|
+
declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
2
|
+
props: __VLS_PrettifyLocal<{
|
|
3
3
|
items: T[];
|
|
4
4
|
subItemsKey?: string;
|
|
5
5
|
headers: {
|
|
@@ -9,15 +9,26 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
|
|
|
9
9
|
type?: "number" | "string";
|
|
10
10
|
dashedWhenNull?: boolean;
|
|
11
11
|
}[];
|
|
12
|
-
} &
|
|
13
|
-
|
|
12
|
+
}> & import("vue").PublicProps & (typeof globalThis extends {
|
|
13
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
14
|
+
} ? P : {});
|
|
15
|
+
expose: (exposed: {}) => void;
|
|
14
16
|
attrs: any;
|
|
15
|
-
slots:
|
|
17
|
+
slots: {
|
|
18
|
+
[x: string]: ((props: {
|
|
19
|
+
item: T;
|
|
20
|
+
}) => any) | undefined;
|
|
21
|
+
} & {
|
|
22
|
+
[x: string]: ((props: {
|
|
23
|
+
item: any;
|
|
24
|
+
}) => any) | undefined;
|
|
25
|
+
};
|
|
16
26
|
emit: {};
|
|
17
27
|
}>) => import("vue").VNode & {
|
|
18
28
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
19
29
|
};
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
20
31
|
export default _default;
|
|
21
32
|
type __VLS_PrettifyLocal<T> = {
|
|
22
|
-
[K in keyof T]: T[K];
|
|
33
|
+
[K in keyof T as K]: T[K];
|
|
23
34
|
} & {};
|
|
@@ -2,12 +2,14 @@ import type { Pagination } from '../../types';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
pagination: Pagination;
|
|
4
4
|
};
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
modelValue?: number;
|
|
7
|
-
}
|
|
8
|
-
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
10
|
"update:modelValue": (value: number) => any;
|
|
10
11
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
12
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
12
13
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
13
15
|
export default _default;
|
|
@@ -2,12 +2,14 @@ import type { Pagination } from '../../types';
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
pagination: Pagination;
|
|
4
4
|
};
|
|
5
|
-
type
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
6
|
modelValue?: number;
|
|
7
|
-
}
|
|
8
|
-
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
10
|
"update:modelValue": (value: number) => any;
|
|
10
11
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
12
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
12
13
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
13
15
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function useIsMobile(): import("vue").
|
|
1
|
+
export declare function useIsMobile(): import("vue").ComputedRef<boolean>;
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
// loop for all colors bg
|
|
137
137
|
@each $color-name in variables.$theme-colors-name {
|
|
138
138
|
.v-tabs.v-tabs-pill {
|
|
139
|
-
.v-
|
|
139
|
+
.v-tab--selected.text-#{$color-name} {
|
|
140
140
|
background-color: rgb(var(--v-theme-#{$color-name}));
|
|
141
141
|
color: rgb(var(--v-theme-on-#{$color-name})) !important;
|
|
142
142
|
}
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.v-tabs.v-tabs-pill .v-
|
|
153
|
+
.v-tabs.v-tabs-pill .v-tab--selected.text-primary {
|
|
154
154
|
color: rgb(var(--v-theme-button-on-primary)) !important;
|
|
155
155
|
}
|
|
156
156
|
|