@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,30 +1,23 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
errorMessages?: string | string[];
|
|
3
3
|
};
|
|
4
|
-
|
|
5
|
-
type __VLS_PublicProps = {
|
|
4
|
+
type __VLS_ModelProps = {
|
|
6
5
|
modelValue?: unknown;
|
|
7
|
-
}
|
|
8
|
-
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
8
|
declare var __VLS_1: {
|
|
10
|
-
internalErrorMessages:
|
|
9
|
+
internalErrorMessages: string | string[] | undefined;
|
|
11
10
|
};
|
|
12
|
-
type __VLS_Slots =
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
13
12
|
default?: (props: typeof __VLS_1) => any;
|
|
14
|
-
}
|
|
15
|
-
declare const
|
|
16
|
-
internalErrorMessages: typeof internalErrorMessages;
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
"update:modelValue": (value: unknown) => any;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
-
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
15
|
"update:modelValue": (value: unknown) => any;
|
|
24
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
17
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
26
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
28
21
|
export default _default;
|
|
29
22
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
23
|
new (): {
|
|
@@ -1,30 +1,23 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
errorMessages?: string | string[];
|
|
3
3
|
};
|
|
4
|
-
|
|
5
|
-
type __VLS_PublicProps = {
|
|
4
|
+
type __VLS_ModelProps = {
|
|
6
5
|
modelValue?: unknown;
|
|
7
|
-
}
|
|
8
|
-
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
8
|
declare var __VLS_1: {
|
|
10
|
-
internalErrorMessages:
|
|
9
|
+
internalErrorMessages: string | string[] | undefined;
|
|
11
10
|
};
|
|
12
|
-
type __VLS_Slots =
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
13
12
|
default?: (props: typeof __VLS_1) => any;
|
|
14
|
-
}
|
|
15
|
-
declare const
|
|
16
|
-
internalErrorMessages: typeof internalErrorMessages;
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
"update:modelValue": (value: unknown) => any;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
|
-
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
15
|
"update:modelValue": (value: unknown) => any;
|
|
24
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
17
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
26
18
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
28
21
|
export default _default;
|
|
29
22
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
23
|
new (): {
|
|
@@ -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;
|
|
@@ -135,6 +135,17 @@ watch(() => model.value, (newVal) => {
|
|
|
135
135
|
</template>
|
|
136
136
|
|
|
137
137
|
<style scoped>
|
|
138
|
+
.app-license-plate-input.app-license-plate-input--error {
|
|
139
|
+
border-color: rgba(var(--v-theme-error), 1) !important;
|
|
140
|
+
}
|
|
141
|
+
.app-license-plate-input:hover {
|
|
142
|
+
transition: all 0.3s;
|
|
143
|
+
border-color: rgba(var(--v-theme-primary), 1);
|
|
144
|
+
}
|
|
145
|
+
.app-license-plate-input:focus-within {
|
|
146
|
+
transition: all 0.3s;
|
|
147
|
+
border-color: rgba(var(--v-theme-primary));
|
|
148
|
+
}
|
|
138
149
|
.app-license-plate-input {
|
|
139
150
|
display: grid;
|
|
140
151
|
grid-template-columns: 60px 60px 60px 1fr;
|
|
@@ -147,17 +158,6 @@ watch(() => model.value, (newVal) => {
|
|
|
147
158
|
transition: all 0.5s;
|
|
148
159
|
box-sizing: border-box;
|
|
149
160
|
}
|
|
150
|
-
.app-license-plate-input.app-license-plate-input--error {
|
|
151
|
-
border-color: rgba(var(--v-theme-error), 1) !important;
|
|
152
|
-
}
|
|
153
|
-
.app-license-plate-input:hover {
|
|
154
|
-
transition: all 0.3s;
|
|
155
|
-
border-color: rgba(var(--v-theme-primary), 1);
|
|
156
|
-
}
|
|
157
|
-
.app-license-plate-input:focus-within {
|
|
158
|
-
transition: all 0.3s;
|
|
159
|
-
border-color: rgba(var(--v-theme-primary));
|
|
160
|
-
}
|
|
161
161
|
.app-license-plate-input .app-license-plate-input-cell {
|
|
162
162
|
height: 100%;
|
|
163
163
|
text-align: center;
|
|
@@ -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;
|
|
@@ -219,18 +219,6 @@ watch(() => props.modelValue, (val) => {
|
|
|
219
219
|
</template>
|
|
220
220
|
|
|
221
221
|
<style scoped>
|
|
222
|
-
.app-date-input {
|
|
223
|
-
display: grid;
|
|
224
|
-
grid-template-columns: 60px 60px 1fr;
|
|
225
|
-
width: 100%;
|
|
226
|
-
min-height: 40px;
|
|
227
|
-
height: 100%;
|
|
228
|
-
align-items: center;
|
|
229
|
-
border: 1px solid rgba(var(--v-border-color), 0.29) !important;
|
|
230
|
-
border-radius: 6px;
|
|
231
|
-
transition: all 0.5s;
|
|
232
|
-
box-sizing: border-box;
|
|
233
|
-
}
|
|
234
222
|
.app-date-input.app-date-input--error {
|
|
235
223
|
border-color: rgba(var(--v-theme-error), 1) !important;
|
|
236
224
|
}
|
|
@@ -246,6 +234,18 @@ watch(() => props.modelValue, (val) => {
|
|
|
246
234
|
transition: all 0.3s;
|
|
247
235
|
border-color: rgba(var(--v-theme-primary));
|
|
248
236
|
}
|
|
237
|
+
.app-date-input {
|
|
238
|
+
display: grid;
|
|
239
|
+
grid-template-columns: 60px 60px 1fr;
|
|
240
|
+
width: 100%;
|
|
241
|
+
min-height: 40px;
|
|
242
|
+
height: 100%;
|
|
243
|
+
align-items: center;
|
|
244
|
+
border: 1px solid rgba(var(--v-border-color), 0.29) !important;
|
|
245
|
+
border-radius: 6px;
|
|
246
|
+
transition: all 0.5s;
|
|
247
|
+
box-sizing: border-box;
|
|
248
|
+
}
|
|
249
249
|
.app-date-input .app-date-input-cell {
|
|
250
250
|
height: 100%;
|
|
251
251
|
text-align: center;
|
|
@@ -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
|
+
};
|