@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.
Files changed (142) hide show
  1. package/dist/components/Breadcrumbs.d.vue.ts +2 -1
  2. package/dist/components/Breadcrumbs.vue.d.ts +2 -1
  3. package/dist/components/CustomizerSection.d.vue.ts +7 -15
  4. package/dist/components/CustomizerSection.vue.d.ts +7 -15
  5. package/dist/components/DialogCloseBtn.d.vue.ts +2 -4
  6. package/dist/components/DialogCloseBtn.vue.d.ts +2 -4
  7. package/dist/components/Drawer.d.vue.ts +12 -28
  8. package/dist/components/Drawer.vue.d.ts +12 -28
  9. package/dist/components/IconBtn.d.vue.ts +7 -19
  10. package/dist/components/IconBtn.vue.d.ts +7 -19
  11. package/dist/components/LoadingBar.d.vue.ts +2 -1
  12. package/dist/components/LoadingBar.vue.d.ts +2 -1
  13. package/dist/components/LoadingDialog.d.vue.ts +2 -1
  14. package/dist/components/LoadingDialog.vue.d.ts +2 -1
  15. package/dist/components/LoadingItem.d.vue.ts +9 -31
  16. package/dist/components/LoadingItem.vue.d.ts +9 -31
  17. package/dist/components/Modal.d.vue.ts +50 -0
  18. package/dist/components/Modal.vue.d.ts +50 -0
  19. package/dist/components/MoreBtn.d.vue.ts +7 -15
  20. package/dist/components/MoreBtn.vue.d.ts +7 -15
  21. package/dist/components/ScrollToTop.d.vue.ts +2 -1
  22. package/dist/components/ScrollToTop.vue.d.ts +2 -1
  23. package/dist/components/SiteTitle.d.vue.ts +2 -1
  24. package/dist/components/SiteTitle.vue.d.ts +2 -1
  25. package/dist/components/Toaster.d.vue.ts +2 -1
  26. package/dist/components/Toaster.vue.d.ts +2 -1
  27. package/dist/components/cards/AppCard.d.vue.ts +8 -16
  28. package/dist/components/cards/AppCard.vue.d.ts +8 -16
  29. package/dist/components/cards/AppCardActions.d.vue.ts +11 -57
  30. package/dist/components/cards/AppCardActions.vue.d.ts +11 -57
  31. package/dist/components/cards/CardStatisticsHorizontal.d.vue.ts +2 -3
  32. package/dist/components/cards/CardStatisticsHorizontal.vue.d.ts +2 -3
  33. package/dist/components/cards/CheckboxesCard.d.vue.ts +3 -6
  34. package/dist/components/cards/CheckboxesCard.vue.d.ts +3 -6
  35. package/dist/components/cards/HeaderCard.d.vue.ts +2 -1
  36. package/dist/components/cards/HeaderCard.vue.d.ts +2 -1
  37. package/dist/components/cards/ImageCard.d.vue.ts +10 -40
  38. package/dist/components/cards/ImageCard.vue.d.ts +10 -40
  39. package/dist/components/cards/InputCard.d.vue.ts +7 -27
  40. package/dist/components/cards/InputCard.vue.d.ts +7 -27
  41. package/dist/components/cards/StaticCard.d.vue.ts +7 -19
  42. package/dist/components/cards/StaticCard.vue.d.ts +7 -19
  43. package/dist/components/forms/Accordion.d.vue.ts +8 -24
  44. package/dist/components/forms/Accordion.vue.d.ts +8 -24
  45. package/dist/components/forms/AppBarSearch.d.vue.ts +10 -1554
  46. package/dist/components/forms/AppBarSearch.vue.d.ts +10 -1554
  47. package/dist/components/forms/AppCombobox.d.vue.ts +13 -0
  48. package/dist/components/forms/AppCombobox.vue.d.ts +13 -0
  49. package/dist/components/forms/AppDrawerHeaderSection.d.vue.ts +7 -17
  50. package/dist/components/forms/AppDrawerHeaderSection.vue.d.ts +7 -17
  51. package/dist/components/forms/AppLabel.d.vue.ts +7 -19
  52. package/dist/components/forms/AppLabel.vue.d.ts +7 -19
  53. package/dist/components/forms/AppLink.d.vue.ts +8 -16
  54. package/dist/components/forms/AppLink.vue.d.ts +8 -16
  55. package/dist/components/forms/AppNumberField.d.vue.ts +8 -33
  56. package/dist/components/forms/AppNumberField.vue.d.ts +8 -33
  57. package/dist/components/forms/AppOtpInput.d.vue.ts +3 -6
  58. package/dist/components/forms/AppOtpInput.vue.d.ts +3 -6
  59. package/dist/components/forms/AppSearchHeader.d.vue.ts +2 -1
  60. package/dist/components/forms/AppSearchHeader.vue.d.ts +2 -1
  61. package/dist/components/forms/AppSelect.d.vue.ts +17 -0
  62. package/dist/components/forms/AppSelect.vue.d.ts +17 -0
  63. package/dist/components/forms/AppStepper.d.vue.ts +3 -7
  64. package/dist/components/forms/AppStepper.vue.d.ts +3 -7
  65. package/dist/components/forms/AppSwitch.d.vue.ts +7 -18
  66. package/dist/components/forms/AppSwitch.vue.d.ts +7 -18
  67. package/dist/components/forms/AppTextField.d.vue.ts +7 -20
  68. package/dist/components/forms/AppTextField.vue.d.ts +7 -20
  69. package/dist/components/forms/AppTextarea.d.vue.ts +7 -20
  70. package/dist/components/forms/AppTextarea.vue.d.ts +7 -20
  71. package/dist/components/forms/AttachmentCropperInput.d.vue.ts +3 -10
  72. package/dist/components/forms/AttachmentCropperInput.vue +1 -2
  73. package/dist/components/forms/AttachmentCropperInput.vue.d.ts +3 -10
  74. package/dist/components/forms/AttachmentInput.d.vue.ts +3 -7
  75. package/dist/components/forms/AttachmentInput.vue.d.ts +3 -7
  76. package/dist/components/forms/AutocompleteInput.d.vue.ts +84 -0
  77. package/dist/components/forms/AutocompleteInput.vue.d.ts +84 -0
  78. package/dist/components/forms/BankSelect.d.vue.ts +5 -3
  79. package/dist/components/forms/BankSelect.vue.d.ts +5 -3
  80. package/dist/components/forms/BaseButton.d.vue.ts +7 -18
  81. package/dist/components/forms/BaseButton.vue.d.ts +7 -18
  82. package/dist/components/forms/CounterInput.d.vue.ts +3 -5
  83. package/dist/components/forms/CounterInput.vue.d.ts +3 -5
  84. package/dist/components/forms/CustomCheckboxes.d.vue.ts +8 -22
  85. package/dist/components/forms/CustomCheckboxes.vue.d.ts +8 -22
  86. package/dist/components/forms/CustomCheckboxesWithIcon.d.vue.ts +8 -22
  87. package/dist/components/forms/CustomCheckboxesWithIcon.vue.d.ts +8 -22
  88. package/dist/components/forms/CustomCheckboxesWithImage.d.vue.ts +2 -1
  89. package/dist/components/forms/CustomCheckboxesWithImage.vue.d.ts +2 -1
  90. package/dist/components/forms/CustomRadios.d.vue.ts +8 -23
  91. package/dist/components/forms/CustomRadios.vue.d.ts +8 -23
  92. package/dist/components/forms/CustomRadiosWithIcon.d.vue.ts +8 -25
  93. package/dist/components/forms/CustomRadiosWithIcon.vue.d.ts +8 -25
  94. package/dist/components/forms/CustomRadiosWithImage.d.vue.ts +11 -29
  95. package/dist/components/forms/CustomRadiosWithImage.vue.d.ts +11 -29
  96. package/dist/components/forms/DatePicker.d.vue.ts +3 -8
  97. package/dist/components/forms/DatePicker.vue.d.ts +3 -8
  98. package/dist/components/forms/DatePickerRange.d.vue.ts +2 -1
  99. package/dist/components/forms/DatePickerRange.vue.d.ts +2 -1
  100. package/dist/components/forms/DraggedUploadFile.d.vue.ts +2 -1
  101. package/dist/components/forms/DraggedUploadFile.vue.d.ts +2 -1
  102. package/dist/components/forms/ImageCardInput.d.vue.ts +35 -0
  103. package/dist/components/forms/ImageCardInput.vue.d.ts +35 -0
  104. package/dist/components/forms/InputValidationWrapper.d.vue.ts +9 -16
  105. package/dist/components/forms/InputValidationWrapper.vue.d.ts +9 -16
  106. package/dist/components/forms/LicensePlateInput.d.vue.ts +6 -6
  107. package/dist/components/forms/LicensePlateInput.vue +11 -11
  108. package/dist/components/forms/LicensePlateInput.vue.d.ts +6 -6
  109. package/dist/components/forms/ManualDate.d.vue.ts +3 -5
  110. package/dist/components/forms/ManualDate.vue +12 -12
  111. package/dist/components/forms/ManualDate.vue.d.ts +3 -5
  112. package/dist/components/forms/MobileInput.d.vue.ts +11 -35
  113. package/dist/components/forms/MobileInput.vue.d.ts +11 -35
  114. package/dist/components/forms/PasswordInput.d.vue.ts +3 -5
  115. package/dist/components/forms/PasswordInput.vue.d.ts +3 -5
  116. package/dist/components/forms/RangeInput.d.vue.ts +6 -1
  117. package/dist/components/forms/RangeInput.vue.d.ts +6 -1
  118. package/dist/components/forms/Tabs.d.vue.ts +6 -25
  119. package/dist/components/forms/Tabs.vue.d.ts +6 -25
  120. package/dist/components/forms/TimePicker.d.vue.ts +3 -8
  121. package/dist/components/forms/TimePicker.vue.d.ts +3 -8
  122. package/dist/components/table/DataTable.d.vue.ts +70 -0
  123. package/dist/components/table/DataTable.vue +3 -3
  124. package/dist/components/table/DataTable.vue.d.ts +70 -0
  125. package/dist/components/table/EditableDataTable.d.vue.ts +7 -62
  126. package/dist/components/table/EditableDataTable.vue +1 -2
  127. package/dist/components/table/EditableDataTable.vue.d.ts +7 -62
  128. package/dist/components/table/EditableDataTableRow.d.vue.ts +5 -3
  129. package/dist/components/table/EditableDataTableRow.vue.d.ts +5 -3
  130. package/dist/components/table/FilterGenerator.d.vue.ts +3 -4
  131. package/dist/components/table/FilterGenerator.vue.d.ts +3 -4
  132. package/dist/components/table/StaticTable.d.vue.ts +17 -6
  133. package/dist/components/table/StaticTable.vue.d.ts +17 -6
  134. package/dist/components/table/TablePagination.d.vue.ts +5 -3
  135. package/dist/components/table/TablePagination.vue.d.ts +5 -3
  136. package/dist/composables/useIsMobile.d.ts +1 -1
  137. package/dist/styles/core/base/_components.scss +2 -2
  138. package/dist/styles/core/template/_components.scss +1 -1
  139. package/dist/styles/core/template/index.css +59 -44
  140. package/dist/styles/core/template/libs/vuetify/index.css +3 -1
  141. package/dist/utils/ruleValidator.d.ts +1 -1
  142. package/package.json +7 -7
@@ -1,30 +1,23 @@
1
1
  type __VLS_Props = {
2
2
  errorMessages?: string | string[];
3
3
  };
4
- declare const internalErrorMessages: import("vue").Ref<string | string[] | undefined, string | string[] | undefined>;
5
- type __VLS_PublicProps = {
4
+ type __VLS_ModelProps = {
6
5
  modelValue?: unknown;
7
- } & __VLS_Props;
8
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
9
8
  declare var __VLS_1: {
10
- internalErrorMessages: any;
9
+ internalErrorMessages: string | string[] | undefined;
11
10
  };
12
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
11
+ type __VLS_Slots = {} & {
13
12
  default?: (props: typeof __VLS_1) => any;
14
- }>;
15
- declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
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 _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
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
- declare const internalErrorMessages: import("vue").Ref<string | string[] | undefined, string | string[] | undefined>;
5
- type __VLS_PublicProps = {
4
+ type __VLS_ModelProps = {
6
5
  modelValue?: unknown;
7
- } & __VLS_Props;
8
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
9
8
  declare var __VLS_1: {
10
- internalErrorMessages: any;
9
+ internalErrorMessages: string | string[] | undefined;
11
10
  };
12
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
11
+ type __VLS_Slots = {} & {
13
12
  default?: (props: typeof __VLS_1) => any;
14
- }>;
15
- declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
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 _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
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 __VLS_PublicProps = {
11
+ type __VLS_ModelProps = {
12
12
  modelValue?: string[] | null;
13
- } & __VLS_Props;
14
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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
- validateOn: "submit" | "lazy" | "input" | "blur" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
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 __VLS_PublicProps = {
11
+ type __VLS_ModelProps = {
12
12
  modelValue?: string[] | null;
13
- } & __VLS_Props;
14
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
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
- validateOn: "submit" | "lazy" | "input" | "blur" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
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
- validateOn: "submit" | "lazy" | "input" | "blur" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
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
- validateOn: "submit" | "lazy" | "input" | "blur" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
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
- declare const mobileValue: import("vue").ModelRef<string | number | undefined, string, string | number | undefined, string | number | undefined>;
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
- } & __VLS_Props;
14
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
15
- declare var __VLS_14: any, __VLS_15: any;
16
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
17
- [K in NonNullable<typeof __VLS_14>]?: (props: typeof __VLS_15) => any;
18
- }>;
19
- declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
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
- modelValue: number | string;
41
- label: string;
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
- declare const mobileValue: import("vue").ModelRef<string | number | undefined, string, string | number | undefined, string | number | undefined>;
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
- } & __VLS_Props;
14
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
15
- declare var __VLS_14: any, __VLS_15: any;
16
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
17
- [K in NonNullable<typeof __VLS_14>]?: (props: typeof __VLS_15) => any;
18
- }>;
19
- declare const __VLS_self: import("vue").DefineComponent<__VLS_PublicProps, {
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
- modelValue: number | string;
41
- label: string;
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
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
- modelValue: string | null;
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
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
- modelValue: string | null;
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
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 const activeTab: import("vue").Ref<number, number>;
14
- declare const getColor: (index: number, originalColor?: string) => {
15
- color: string | undefined;
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 setActiveTab: (index: number) => void;
22
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
23
- declare var __VLS_17: any, __VLS_18: {};
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 const activeTab: import("vue").Ref<number, number>;
14
- declare const getColor: (index: number, originalColor?: string) => {
15
- color: string | undefined;
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 setActiveTab: (index: number) => void;
22
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
23
- declare var __VLS_17: any, __VLS_18: {};
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
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
- errorMessages: string | string[];
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 _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
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
- errorMessages: string | string[];
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
+ };