@cnamts/synapse 1.0.3 → 1.0.4

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 (207) hide show
  1. package/dist/DateFilter-yrwJv_2R.js +95 -0
  2. package/dist/NumberFilter-BQXtywZI.js +117 -0
  3. package/dist/PeriodFilter-BYXVSzr5.js +108 -0
  4. package/dist/SelectFilter-CJV_mlN3.js +133 -0
  5. package/dist/TextFilter-DN0ejYIs.js +110 -0
  6. package/dist/components/Accordion/Accordion.d.ts +2 -2
  7. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +5 -5
  8. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
  9. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +7 -7
  10. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +5 -5
  11. package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +9 -0
  12. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +10 -10
  13. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1 -1
  14. package/dist/components/CookieBanner/CookieBanner.d.ts +302 -1
  15. package/dist/components/CookieBanner/config.d.ts +1 -0
  16. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +1188 -1
  17. package/dist/components/CookiesSelection/CookiesSelection.d.ts +217 -0
  18. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +1 -1
  19. package/dist/components/Customs/SyTextField/SyTextField.d.ts +1 -1
  20. package/dist/components/DataList/DataList.d.ts +1 -1
  21. package/dist/components/DataListItem/DataListItem.d.ts +1 -1
  22. package/dist/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.d.ts +15 -15
  23. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +13 -13
  24. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +4 -4
  25. package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -2
  26. package/dist/components/DatePicker/composables/useDatePickerVisibility.d.ts +2 -2
  27. package/dist/components/DatePicker/composables/useDateSelection.d.ts +1 -1
  28. package/dist/components/DatePicker/composables/useMonthButtonCustomization.d.ts +2 -2
  29. package/dist/components/DatePicker/composables/useTodayButton.d.ts +1 -1
  30. package/dist/components/DatePicker/composables/useWeekendDays.d.ts +1 -1
  31. package/dist/components/DatePicker/constants/messages.d.ts +1 -1
  32. package/dist/components/DatePicker/types.d.ts +2 -2
  33. package/dist/components/ExternalLinks/ExternalLinks.d.ts +3 -3
  34. package/dist/components/ExternalLinks/config.d.ts +4 -3
  35. package/dist/components/ExternalLinks/locales.d.ts +1 -0
  36. package/dist/components/NirField/NirField.d.ts +11 -11
  37. package/dist/components/PasswordField/PasswordField.d.ts +1 -1
  38. package/dist/components/PeriodField/PeriodField.d.ts +24 -24
  39. package/dist/components/Tables/common/locales.d.ts +5 -0
  40. package/dist/components/Tables/common/useTableAria.d.ts +21 -0
  41. package/dist/components/index.d.ts +1 -1
  42. package/dist/composables/date/useDatePickerAccessibility.d.ts +2 -2
  43. package/dist/{style.css → design-system-v3.css} +1 -1
  44. package/dist/design-system-v3.js +1 -1
  45. package/dist/design-system-v3.umd.cjs +273 -252
  46. package/dist/directives/Toolbar.d.ts +15 -0
  47. package/dist/directives/letterSpacing.d.ts +27 -0
  48. package/dist/{main-DoYCrS2Q.js → main-BzyNNvHX.js} +10482 -10252
  49. package/package.json +12 -12
  50. package/src/assets/_typography.scss +22 -23
  51. package/src/components/Accordion/Accordion.vue +2 -2
  52. package/src/components/Accordion/tests/__snapshots__/accordion.spec.ts.snap +5 -1
  53. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +26 -14
  54. package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/__snapshots__/AmeliproBreadcrumb.spec.ts.snap +15 -3
  55. package/src/components/Amelipro/AmeliproBtn/tests/__snapshots__/AmeliproBtn.spec.ts.snap +5 -1
  56. package/src/components/Amelipro/AmeliproCallback/tests/__snapshots__/AmeliproCallback.spec.ts.snap +14 -3
  57. package/src/components/Amelipro/AmeliproCard/tests/__snapshots__/AmeliproCard.spec.ts.snap +9 -2
  58. package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +4 -1
  59. package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +9 -2
  60. package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +19 -3
  61. package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +35 -7
  62. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +1 -1
  63. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +5 -2
  64. package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +130 -30
  65. package/src/components/Amelipro/AmeliproIconBtn/tests/__snapshots__/AmeliproIconBtn.spec.ts.snap +4 -1
  66. package/src/components/Amelipro/AmeliproIllustratedDataTile/tests/__snapshots__/AmeliproIllustratedDataTile.spec.ts.snap +4 -1
  67. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/tests/__snapshots__/AmeliproIllustratedRadioGroup.spec.ts.snap +25 -5
  68. package/src/components/Amelipro/AmeliproMailTile/tests/__snapshots__/AmeliproMailTile.spec.ts.snap +5 -1
  69. package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +77 -15
  70. package/src/components/Amelipro/AmeliproMessage/tests/__snapshots__/AmeliproMessage.spec.ts.snap +11 -2
  71. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +5 -1
  72. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +25 -5
  73. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +10 -2
  74. package/src/components/Amelipro/AmeliproMessagingLayout/tests/__snapshots__/AmeliproMessagingLayout.spec.ts.snap +42 -8
  75. package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/__snapshots__/AmeliproMultipleFoldingCard.spec.ts.snap +13 -3
  76. package/src/components/Amelipro/AmeliproNumberedCard/tests/__snapshots__/AmeliproNumberedCard.spec.ts.snap +12 -3
  77. package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +195 -42
  78. package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/tests/__snapshots__/AmeliproPaginationBtn.spec.ts.snap +5 -1
  79. package/src/components/Amelipro/AmeliproPagination/tests/__snapshots__/AmeliproPagination.spec.ts.snap +10 -2
  80. package/src/components/Amelipro/AmeliproPatientBanner/tests/__snapshots__/AmeliproPatientBanner.spec.ts.snap +26 -4
  81. package/src/components/Amelipro/AmeliproSelect/tests/__snapshots__/AmeliproSelect.spec.ts.snap +10 -11
  82. package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.stories.ts +2 -0
  83. package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTile.vue +11 -4
  84. package/src/components/Amelipro/AmeliproStateTile/AmeliproStateTileTypes.ts +5 -0
  85. package/src/components/Amelipro/AmeliproStateTile/tests/__snapshots__/AmeliproStateTile.spec.ts.snap +13 -2
  86. package/src/components/Amelipro/AmeliproStatus/tests/__snapshots__/AmeliproStatus.spec.ts.snap +5 -1
  87. package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/tests/__snapshots__/AmeliproStepBtn.spec.ts.snap +7 -1
  88. package/src/components/Amelipro/AmeliproStepper/tests/__snapshots__/AmeliproStepper.spec.ts.snap +49 -7
  89. package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/tests/__snapshots__/AmeliproTabBtn.spec.ts.snap +5 -1
  90. package/src/components/Amelipro/AmeliproTabs/tests/__snapshots__/AmeliproTabs.spec.ts.snap +21 -4
  91. package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +10 -11
  92. package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +10 -11
  93. package/src/components/Amelipro/AmeliproTileBtn/tests/__snapshots__/AmeliproTileBtn.spec.ts.snap +8 -1
  94. package/src/components/Amelipro/AmeliproTooltips/tests/__snapshots__/AmeliproTooltips.spec.ts.snap +11 -2
  95. package/src/components/Amelipro/AmeliproTransmission/tests/__snapshots__/AmeliproTransmission.spec.ts.snap +26 -5
  96. package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/__snapshots__/ServiceBtn.spec.ts.snap +9 -2
  97. package/src/components/Amelipro/ServiceMenu/ServiceList/tests/__snapshots__/ServiceList.spec.ts.snap +18 -4
  98. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/__snapshots__/ServiceMenuContent.spec.ts.snap +69 -15
  99. package/src/components/Amelipro/ServiceMenu/tests/__snapshots__/ServiceMenu.spec.ts.snap +84 -19
  100. package/src/components/Amelipro/StructureMenu/StructureItem/tests/__snapshots__/StructureItem.spec.ts.snap +5 -1
  101. package/src/components/Amelipro/StructureMenu/StructureList/tests/__snapshots__/StructureList.spec.ts.snap +15 -4
  102. package/src/components/Amelipro/StructureMenu/StructureTabs/tests/__snapshots__/StructureTabs.spec.ts.snap +30 -8
  103. package/src/components/Amelipro/StructureMenu/tests/__snapshots__/StructureMenu.spec.ts.snap +72 -16
  104. package/src/components/Amelipro/UserMenu/tests/__snapshots__/UserMenu.spec.ts.snap +9 -2
  105. package/src/components/BackToTopBtn/tests/BackToTopBtn.spec.ts +53 -15
  106. package/src/components/BackToTopBtn/tests/__snapshots__/BackToTopBtn.spec.ts.snap +10 -2
  107. package/src/components/CollapsibleList/CollapsibleList.vue +5 -1
  108. package/src/components/CookieBanner/Accessibilite.stories.ts +4 -0
  109. package/src/components/CookieBanner/CookieBanner.vue +137 -10
  110. package/src/components/CookieBanner/config.ts +3 -0
  111. package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +49 -38
  112. package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +80 -2
  113. package/src/components/CookiesSelection/CookiesSelection.vue +15 -2
  114. package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +49 -34
  115. package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +1 -1
  116. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +58 -13
  117. package/src/components/Customs/Selects/SySelect/SySelect.vue +144 -147
  118. package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.stories.ts +3 -3
  119. package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.vue +4 -4
  120. package/src/components/DatePicker/{DatePicker → CalendarMode}/tests/DatePicker.events.spec.ts +1 -1
  121. package/src/components/DatePicker/{DatePicker → CalendarMode}/tests/DatePicker.spec.ts +4 -4
  122. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.mdx +1 -1
  123. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +3 -3
  124. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +6 -6
  125. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +3 -3
  126. package/src/components/DatePicker/DatePickerOverview.mdx +1 -1
  127. package/src/components/DatePicker/DatePickerValidationExample/DatePickerValidation.stories.ts +1 -1
  128. package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +76 -3
  129. package/src/components/DatePicker/DateTextInput/NoCalendar.mdx +1 -1
  130. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
  131. package/src/components/DatePicker/composables/index.ts +2 -2
  132. package/src/components/DatePicker/composables/tests/useDatePickerVisibility.spec.ts +14 -14
  133. package/src/components/DatePicker/composables/useDatePickerViewMode.ts +4 -4
  134. package/src/components/DatePicker/composables/useDatePickerVisibility.ts +12 -12
  135. package/src/components/DatePicker/composables/useDateSelection.ts +1 -1
  136. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +3 -3
  137. package/src/components/DatePicker/composables/useTodayButton.ts +1 -1
  138. package/src/components/DatePicker/composables/useWeekendDays.ts +1 -1
  139. package/src/components/DatePicker/constants/messages.ts +1 -1
  140. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +2 -2
  141. package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +1 -1
  142. package/src/components/DatePicker/types.ts +2 -2
  143. package/src/components/DialogBox/tests/DialogBox.spec.ts +26 -4
  144. package/src/components/DialogBox/tests/__snapshots__/DialogBox.spec.ts.snap +13 -3
  145. package/src/components/DownloadBtn/tests/__snapshots__/DownloadBtn.spec.ts.snap +8 -2
  146. package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +18 -4
  147. package/src/components/ExternalLinks/Accessibilite.mdx +4 -1
  148. package/src/components/ExternalLinks/Accessibilite.stories.ts +34 -0
  149. package/src/components/ExternalLinks/ExternalLinks.stories.ts +1 -3
  150. package/src/components/ExternalLinks/ExternalLinks.vue +96 -41
  151. package/src/components/ExternalLinks/config.ts +5 -4
  152. package/src/components/ExternalLinks/locales.ts +1 -0
  153. package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +3 -3
  154. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +510 -400
  155. package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +3 -3
  156. package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +15 -6
  157. package/src/components/FooterBar/Accessibilite.stories.ts +4 -0
  158. package/src/components/FooterBar/FooterBar.vue +9 -5
  159. package/src/components/FooterBar/tests/__snapshots__/FooterBar.spec.ts.snap +0 -5
  160. package/src/components/FranceConnectBtn/tests/__snapshots__/FranceConnectBtn.spec.ts.snap +15 -3
  161. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/HeaderBurgerMenu.spec.ts.snap +5 -1
  162. package/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.ts +31 -6
  163. package/src/components/HeaderBar/tests/__snapshots__/HeaderBar.spec.ts.snap +7 -1
  164. package/src/components/HeaderBar/tests/useHeaderResponsiveMode.spec.ts +63 -5
  165. package/src/components/NirField/NirField.vue +41 -1
  166. package/src/components/NirField/tests/NirField.spec.ts +2 -2
  167. package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +18 -4
  168. package/src/components/PeriodField/PeriodField.vue +3 -3
  169. package/src/components/RangeField/RangeSlider/tests/__snapshots__/rangeSlider.spec.ts.snap +12 -3
  170. package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +132 -111
  171. package/src/components/RatingPicker/EmotionPicker/tests/__snapshots__/EmotionPicker.spec.ts.snap +66 -31
  172. package/src/components/RatingPicker/NumberPicker/tests/__snapshots__/NumberPicker.spec.ts.snap +33 -33
  173. package/src/components/RatingPicker/StarsPicker/tests/__snapshots__/StarsPicker.spec.ts.snap +43 -23
  174. package/src/components/RatingPicker/tests/__snapshots__/RatingPicker.spec.ts.snap +33 -33
  175. package/src/components/SyAlert/tests/__snapshots__/SyAlert.spec.ts.snap +5 -1
  176. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +107 -95
  177. package/src/components/Tables/SyServerTable/SyServerTable.vue +43 -2
  178. package/src/components/Tables/SyTable/SyTable.vue +45 -7
  179. package/src/components/Tables/common/SyTablePagination.vue +10 -6
  180. package/src/components/Tables/common/filters/DateFilter.vue +1 -1
  181. package/src/components/Tables/common/filters/SelectFilter.vue +1 -2
  182. package/src/components/Tables/common/filters/tests/DateFilter.spec.ts +2 -2
  183. package/src/components/Tables/common/locales.ts +7 -0
  184. package/src/components/Tables/common/useTableAria.ts +279 -0
  185. package/src/components/ToolbarContainer/ToolbarContainer.vue +4 -4
  186. package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +17 -5
  187. package/src/components/index.ts +1 -1
  188. package/src/composables/date/tests/useDatePickerAccessibility.spec.ts +1 -1
  189. package/src/composables/date/useDateInitialization.ts +1 -1
  190. package/src/composables/date/useDateInitializationDayjs.ts +1 -1
  191. package/src/composables/date/useDatePickerAccessibility.ts +5 -5
  192. package/src/composables/useFilterable/useFilterable.spec.ts +10 -2
  193. package/src/designTokens/utils/createFontVariables.ts +6 -6
  194. package/src/directives/Toolbar.ts +172 -0
  195. package/src/directives/letterSpacing.ts +233 -0
  196. package/src/stories/Accessibilite/Avancement/Avancement.mdx +6 -6
  197. package/src/stories/Accessibilite/Avancement/Avancement.stories.ts +10 -9
  198. package/src/utils/functions/throttleDisplayFn/tests/throttleDisplayFn.spec.ts +27 -2
  199. package/src/utils/rules/isHolidayDay/IsHolidayDay.stories.ts +2 -2
  200. package/dist/DateFilter-DFKfon7L.js +0 -98
  201. package/dist/NumberFilter-DmhIL2Pr.js +0 -121
  202. package/dist/PeriodFilter-C46V6bYN.js +0 -112
  203. package/dist/SelectFilter-B8dtHtHo.js +0 -136
  204. package/dist/TextFilter-COKGday2.js +0 -114
  205. package/src/components/FilterSideBar/tests/__snapshots__/FilterSideBar.spec.ts.snap +0 -173
  206. package/src/components/SocialMediaLinks/tests/__snapshots__/SocialMediaLinks.spec.ts.snap +0 -186
  207. /package/src/components/DatePicker/{DatePicker → CalendarMode}/DatePicker.mdx +0 -0
@@ -1,3 +1,4 @@
1
+ import { nextTick } from 'vue';
1
2
  import { CookieTypes, Cookie } from '../types';
2
3
  type __VLS_Props = {
3
4
  type: CookieTypes;
@@ -10,7 +11,1193 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
10
11
  "update:modelValue": (value: boolean | undefined) => any;
11
12
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
13
  "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, any>;
14
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
15
+ radioGroupRef: ({
16
+ $: import('vue').ComponentInternalInstance;
17
+ $data: {};
18
+ $props: Partial<{
19
+ type: string;
20
+ inline: boolean;
21
+ error: boolean;
22
+ height: string | number;
23
+ direction: "vertical" | "horizontal";
24
+ style: import('vue').StyleValue;
25
+ disabled: boolean | null;
26
+ readonly: boolean | null;
27
+ messages: string | readonly string[];
28
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
29
+ focused: boolean;
30
+ errorMessages: string | readonly string[] | null;
31
+ maxErrors: string | number;
32
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
33
+ density: import('vuetify/lib/composables/density.mjs').Density;
34
+ ripple: boolean | {
35
+ class?: string | undefined;
36
+ keys?: string[] | undefined;
37
+ } | undefined;
38
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
39
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
40
+ centerAffix: boolean;
41
+ glow: boolean;
42
+ hideSpinButtons: boolean;
43
+ persistentHint: boolean;
44
+ }> & Omit<{
45
+ type: string;
46
+ inline: boolean;
47
+ error: boolean;
48
+ height: string | number;
49
+ direction: "vertical" | "horizontal";
50
+ style: import('vue').StyleValue;
51
+ disabled: boolean | null;
52
+ readonly: boolean | null;
53
+ messages: string | readonly string[];
54
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
55
+ focused: boolean;
56
+ errorMessages: string | readonly string[] | null;
57
+ maxErrors: string | number;
58
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
59
+ density: import('vuetify/lib/composables/density.mjs').Density;
60
+ ripple: boolean | {
61
+ class?: string | undefined;
62
+ keys?: string[] | undefined;
63
+ } | undefined;
64
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
65
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
66
+ centerAffix: boolean;
67
+ glow: boolean;
68
+ hideSpinButtons: boolean;
69
+ persistentHint: boolean;
70
+ name?: string | undefined;
71
+ id?: string | undefined;
72
+ width?: string | number | undefined;
73
+ color?: string | undefined;
74
+ maxWidth?: string | number | undefined;
75
+ minWidth?: string | number | undefined;
76
+ label?: string | undefined;
77
+ class?: any;
78
+ theme?: string | undefined;
79
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
80
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
81
+ validationValue?: any;
82
+ baseColor?: string | undefined;
83
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
84
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
85
+ iconColor?: string | boolean | undefined;
86
+ defaultsTarget?: string | undefined;
87
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
88
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
89
+ hint?: string | undefined;
90
+ hideDetails?: boolean | "auto" | undefined;
91
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "valueComparator" | "direction" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "inline">;
92
+ $attrs: {
93
+ [x: string]: unknown;
94
+ };
95
+ $refs: {
96
+ [x: string]: unknown;
97
+ };
98
+ $slots: Readonly<{
99
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
100
+ [key: string]: any;
101
+ }>[]) | undefined;
102
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
103
+ [key: string]: any;
104
+ }>[]) | undefined;
105
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
106
+ [key: string]: any;
107
+ }>[]) | undefined;
108
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
109
+ [key: string]: any;
110
+ }>[]) | undefined;
111
+ default?: (() => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
112
+ [key: string]: any;
113
+ }>[]) | undefined;
114
+ label?: ((arg: {
115
+ label: string | undefined;
116
+ props: Record<string, any>;
117
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
118
+ [key: string]: any;
119
+ }>[]) | undefined;
120
+ }>;
121
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
122
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
123
+ $host: Element | null;
124
+ $emit: (event: string, ...args: any[]) => void;
125
+ $el: any;
126
+ $options: import('vue').ComponentOptionsBase<{
127
+ type: string;
128
+ inline: boolean;
129
+ error: boolean;
130
+ height: string | number;
131
+ direction: "vertical" | "horizontal";
132
+ style: import('vue').StyleValue;
133
+ disabled: boolean | null;
134
+ readonly: boolean | null;
135
+ messages: string | readonly string[];
136
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
137
+ focused: boolean;
138
+ errorMessages: string | readonly string[] | null;
139
+ maxErrors: string | number;
140
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
141
+ density: import('vuetify/lib/composables/density.mjs').Density;
142
+ ripple: boolean | {
143
+ class?: string | undefined;
144
+ keys?: string[] | undefined;
145
+ } | undefined;
146
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
147
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
148
+ centerAffix: boolean;
149
+ glow: boolean;
150
+ hideSpinButtons: boolean;
151
+ persistentHint: boolean;
152
+ } & {
153
+ name?: string | undefined;
154
+ id?: string | undefined;
155
+ width?: string | number | undefined;
156
+ color?: string | undefined;
157
+ maxWidth?: string | number | undefined;
158
+ minWidth?: string | number | undefined;
159
+ label?: string | undefined;
160
+ class?: any;
161
+ theme?: string | undefined;
162
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
163
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
164
+ validationValue?: any;
165
+ baseColor?: string | undefined;
166
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
167
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
168
+ iconColor?: string | boolean | undefined;
169
+ defaultsTarget?: string | undefined;
170
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
171
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
172
+ hint?: string | undefined;
173
+ hideDetails?: boolean | "auto" | undefined;
174
+ }, Omit<Omit<{
175
+ $: import('vue').ComponentInternalInstance;
176
+ $data: {};
177
+ $props: Partial<{
178
+ error: boolean;
179
+ direction: "vertical" | "horizontal";
180
+ style: import('vue').StyleValue;
181
+ disabled: boolean | null;
182
+ readonly: boolean | null;
183
+ messages: string | readonly string[];
184
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
185
+ focused: boolean;
186
+ errorMessages: string | readonly string[] | null;
187
+ maxErrors: string | number;
188
+ density: import('vuetify/lib/composables/density.mjs').Density;
189
+ centerAffix: boolean;
190
+ glow: boolean;
191
+ hideSpinButtons: boolean;
192
+ persistentHint: boolean;
193
+ }> & Omit<{
194
+ error: boolean;
195
+ direction: "vertical" | "horizontal";
196
+ style: import('vue').StyleValue;
197
+ disabled: boolean | null;
198
+ readonly: boolean | null;
199
+ messages: string | readonly string[];
200
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
201
+ focused: boolean;
202
+ errorMessages: string | readonly string[] | null;
203
+ maxErrors: string | number;
204
+ density: import('vuetify/lib/composables/density.mjs').Density;
205
+ centerAffix: boolean;
206
+ glow: boolean;
207
+ hideSpinButtons: boolean;
208
+ persistentHint: boolean;
209
+ name?: string | undefined;
210
+ id?: string | undefined;
211
+ width?: string | number | undefined;
212
+ color?: string | undefined;
213
+ maxWidth?: string | number | undefined;
214
+ minWidth?: string | number | undefined;
215
+ label?: string | undefined;
216
+ class?: any;
217
+ theme?: string | undefined;
218
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
219
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
220
+ validationValue?: any;
221
+ baseColor?: string | undefined;
222
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
223
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
224
+ iconColor?: string | boolean | undefined;
225
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
226
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
227
+ hint?: string | undefined;
228
+ hideDetails?: boolean | "auto" | undefined;
229
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "direction" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
230
+ $attrs: {
231
+ [x: string]: unknown;
232
+ };
233
+ $refs: {
234
+ [x: string]: unknown;
235
+ };
236
+ $slots: Readonly<{
237
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
238
+ [key: string]: any;
239
+ }>[]) | undefined;
240
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
241
+ [key: string]: any;
242
+ }>[]) | undefined;
243
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
244
+ [key: string]: any;
245
+ }>[]) | undefined;
246
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
247
+ [key: string]: any;
248
+ }>[]) | undefined;
249
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
250
+ [key: string]: any;
251
+ }>[]) | undefined;
252
+ }>;
253
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
254
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
255
+ $host: Element | null;
256
+ $emit: (event: string, ...args: any[]) => void;
257
+ $el: any;
258
+ $options: import('vue').ComponentOptionsBase<{
259
+ error: boolean;
260
+ direction: "vertical" | "horizontal";
261
+ style: import('vue').StyleValue;
262
+ disabled: boolean | null;
263
+ readonly: boolean | null;
264
+ messages: string | readonly string[];
265
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
266
+ focused: boolean;
267
+ errorMessages: string | readonly string[] | null;
268
+ maxErrors: string | number;
269
+ density: import('vuetify/lib/composables/density.mjs').Density;
270
+ centerAffix: boolean;
271
+ glow: boolean;
272
+ hideSpinButtons: boolean;
273
+ persistentHint: boolean;
274
+ } & {
275
+ name?: string | undefined;
276
+ id?: string | undefined;
277
+ width?: string | number | undefined;
278
+ color?: string | undefined;
279
+ maxWidth?: string | number | undefined;
280
+ minWidth?: string | number | undefined;
281
+ label?: string | undefined;
282
+ class?: any;
283
+ theme?: string | undefined;
284
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
285
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
286
+ validationValue?: any;
287
+ baseColor?: string | undefined;
288
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
289
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
290
+ iconColor?: string | boolean | undefined;
291
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
292
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
293
+ hint?: string | undefined;
294
+ hideDetails?: boolean | "auto" | undefined;
295
+ }, {
296
+ reset: () => Promise<void>;
297
+ resetValidation: () => Promise<void>;
298
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
299
+ isValid: import('vue').ComputedRef<boolean | null>;
300
+ errorMessages: import('vue').ComputedRef<string[]>;
301
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
302
+ 'update:modelValue': (value: any) => true;
303
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
304
+ error: boolean;
305
+ direction: "vertical" | "horizontal";
306
+ style: import('vue').StyleValue;
307
+ disabled: boolean | null;
308
+ readonly: boolean | null;
309
+ messages: string | readonly string[];
310
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
311
+ focused: boolean;
312
+ errorMessages: string | readonly string[] | null;
313
+ maxErrors: string | number;
314
+ density: import('vuetify/lib/composables/density.mjs').Density;
315
+ centerAffix: boolean;
316
+ glow: boolean;
317
+ hideSpinButtons: boolean;
318
+ persistentHint: boolean;
319
+ }, {}, string, import('vue').SlotsType<Partial<{
320
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
321
+ [key: string]: any;
322
+ }>[];
323
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
324
+ [key: string]: any;
325
+ }>[];
326
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
327
+ [key: string]: any;
328
+ }>[];
329
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
330
+ [key: string]: any;
331
+ }>[];
332
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
333
+ [key: string]: any;
334
+ }>[];
335
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
336
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
337
+ created?: (() => void) | (() => void)[] | undefined;
338
+ beforeMount?: (() => void) | (() => void)[] | undefined;
339
+ mounted?: (() => void) | (() => void)[] | undefined;
340
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
341
+ updated?: (() => void) | (() => void)[] | undefined;
342
+ activated?: (() => void) | (() => void)[] | undefined;
343
+ deactivated?: (() => void) | (() => void)[] | undefined;
344
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
345
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
346
+ destroyed?: (() => void) | (() => void)[] | undefined;
347
+ unmounted?: (() => void) | (() => void)[] | undefined;
348
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
349
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
350
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
351
+ };
352
+ $forceUpdate: () => void;
353
+ $nextTick: typeof nextTick;
354
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
355
+ } & Readonly<{
356
+ error: boolean;
357
+ direction: "vertical" | "horizontal";
358
+ style: import('vue').StyleValue;
359
+ disabled: boolean | null;
360
+ readonly: boolean | null;
361
+ messages: string | readonly string[];
362
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
363
+ focused: boolean;
364
+ errorMessages: string | readonly string[] | null;
365
+ maxErrors: string | number;
366
+ density: import('vuetify/lib/composables/density.mjs').Density;
367
+ centerAffix: boolean;
368
+ glow: boolean;
369
+ hideSpinButtons: boolean;
370
+ persistentHint: boolean;
371
+ }> & Omit<{
372
+ error: boolean;
373
+ direction: "vertical" | "horizontal";
374
+ style: import('vue').StyleValue;
375
+ disabled: boolean | null;
376
+ readonly: boolean | null;
377
+ messages: string | readonly string[];
378
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
379
+ focused: boolean;
380
+ errorMessages: string | readonly string[] | null;
381
+ maxErrors: string | number;
382
+ density: import('vuetify/lib/composables/density.mjs').Density;
383
+ centerAffix: boolean;
384
+ glow: boolean;
385
+ hideSpinButtons: boolean;
386
+ persistentHint: boolean;
387
+ } & {
388
+ name?: string | undefined;
389
+ id?: string | undefined;
390
+ width?: string | number | undefined;
391
+ color?: string | undefined;
392
+ maxWidth?: string | number | undefined;
393
+ minWidth?: string | number | undefined;
394
+ label?: string | undefined;
395
+ class?: any;
396
+ theme?: string | undefined;
397
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
398
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
399
+ validationValue?: any;
400
+ baseColor?: string | undefined;
401
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
402
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
403
+ iconColor?: string | boolean | undefined;
404
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
405
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
406
+ hint?: string | undefined;
407
+ hideDetails?: boolean | "auto" | undefined;
408
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "direction" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
409
+ reset: () => Promise<void>;
410
+ resetValidation: () => Promise<void>;
411
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
412
+ isValid: import('vue').ComputedRef<boolean | null>;
413
+ errorMessages: import('vue').ComputedRef<string[]>;
414
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
415
+ modelValue?: unknown;
416
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
417
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "direction" | "iconColor" | "errorMessages" | "centerAffix" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & {
418
+ _allExposed: {} | {
419
+ reset: () => Promise<void>;
420
+ resetValidation: () => Promise<void>;
421
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
422
+ isValid: import('vue').ComputedRef<boolean | null>;
423
+ errorMessages: import('vue').ComputedRef<string[]>;
424
+ };
425
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
426
+ 'update:modelValue': (value: any) => true;
427
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
428
+ type: string;
429
+ inline: boolean;
430
+ error: boolean;
431
+ height: string | number;
432
+ direction: "vertical" | "horizontal";
433
+ style: import('vue').StyleValue;
434
+ disabled: boolean | null;
435
+ readonly: boolean | null;
436
+ messages: string | readonly string[];
437
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
438
+ focused: boolean;
439
+ errorMessages: string | readonly string[] | null;
440
+ maxErrors: string | number;
441
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
442
+ density: import('vuetify/lib/composables/density.mjs').Density;
443
+ ripple: boolean | {
444
+ class?: string | undefined;
445
+ keys?: string[] | undefined;
446
+ } | undefined;
447
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
448
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
449
+ centerAffix: boolean;
450
+ glow: boolean;
451
+ hideSpinButtons: boolean;
452
+ persistentHint: boolean;
453
+ }, {}, string, import('vue').SlotsType<Partial<{
454
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
455
+ [key: string]: any;
456
+ }>[];
457
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
458
+ [key: string]: any;
459
+ }>[];
460
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
461
+ [key: string]: any;
462
+ }>[];
463
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
464
+ [key: string]: any;
465
+ }>[];
466
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
467
+ [key: string]: any;
468
+ }>[];
469
+ label: (arg: {
470
+ label: string | undefined;
471
+ props: Record<string, any>;
472
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
473
+ [key: string]: any;
474
+ }>[];
475
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
476
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
477
+ created?: ((() => void) | (() => void)[]) | undefined;
478
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
479
+ mounted?: ((() => void) | (() => void)[]) | undefined;
480
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
481
+ updated?: ((() => void) | (() => void)[]) | undefined;
482
+ activated?: ((() => void) | (() => void)[]) | undefined;
483
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
484
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
485
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
486
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
487
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
488
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
489
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
490
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
491
+ };
492
+ $forceUpdate: () => void;
493
+ $nextTick: typeof nextTick;
494
+ $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R_1 ? (args_0: R_1, args_1: R_1, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
495
+ } & Readonly<{
496
+ type: string;
497
+ inline: boolean;
498
+ error: boolean;
499
+ height: string | number;
500
+ direction: "vertical" | "horizontal";
501
+ style: import('vue').StyleValue;
502
+ disabled: boolean | null;
503
+ readonly: boolean | null;
504
+ messages: string | readonly string[];
505
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
506
+ focused: boolean;
507
+ errorMessages: string | readonly string[] | null;
508
+ maxErrors: string | number;
509
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
510
+ density: import('vuetify/lib/composables/density.mjs').Density;
511
+ ripple: boolean | {
512
+ class?: string | undefined;
513
+ keys?: string[] | undefined;
514
+ } | undefined;
515
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
516
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
517
+ centerAffix: boolean;
518
+ glow: boolean;
519
+ hideSpinButtons: boolean;
520
+ persistentHint: boolean;
521
+ }> & Omit<{
522
+ type: string;
523
+ inline: boolean;
524
+ error: boolean;
525
+ height: string | number;
526
+ direction: "vertical" | "horizontal";
527
+ style: import('vue').StyleValue;
528
+ disabled: boolean | null;
529
+ readonly: boolean | null;
530
+ messages: string | readonly string[];
531
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
532
+ focused: boolean;
533
+ errorMessages: string | readonly string[] | null;
534
+ maxErrors: string | number;
535
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
536
+ density: import('vuetify/lib/composables/density.mjs').Density;
537
+ ripple: boolean | {
538
+ class?: string | undefined;
539
+ keys?: string[] | undefined;
540
+ } | undefined;
541
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
542
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
543
+ centerAffix: boolean;
544
+ glow: boolean;
545
+ hideSpinButtons: boolean;
546
+ persistentHint: boolean;
547
+ } & {
548
+ name?: string | undefined;
549
+ id?: string | undefined;
550
+ width?: string | number | undefined;
551
+ color?: string | undefined;
552
+ maxWidth?: string | number | undefined;
553
+ minWidth?: string | number | undefined;
554
+ label?: string | undefined;
555
+ class?: any;
556
+ theme?: string | undefined;
557
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
558
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
559
+ validationValue?: any;
560
+ baseColor?: string | undefined;
561
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
562
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
563
+ iconColor?: string | boolean | undefined;
564
+ defaultsTarget?: string | undefined;
565
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
566
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
567
+ hint?: string | undefined;
568
+ hideDetails?: boolean | "auto" | undefined;
569
+ }, "type" | "error" | "reset" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "valueComparator" | "_allExposed" | "direction" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "falseIcon" | "trueIcon" | "inline"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
570
+ $: import('vue').ComponentInternalInstance;
571
+ $data: {};
572
+ $props: Partial<{
573
+ error: boolean;
574
+ direction: "vertical" | "horizontal";
575
+ style: import('vue').StyleValue;
576
+ disabled: boolean | null;
577
+ readonly: boolean | null;
578
+ messages: string | readonly string[];
579
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
580
+ focused: boolean;
581
+ errorMessages: string | readonly string[] | null;
582
+ maxErrors: string | number;
583
+ density: import('vuetify/lib/composables/density.mjs').Density;
584
+ centerAffix: boolean;
585
+ glow: boolean;
586
+ hideSpinButtons: boolean;
587
+ persistentHint: boolean;
588
+ }> & Omit<{
589
+ error: boolean;
590
+ direction: "vertical" | "horizontal";
591
+ style: import('vue').StyleValue;
592
+ disabled: boolean | null;
593
+ readonly: boolean | null;
594
+ messages: string | readonly string[];
595
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
596
+ focused: boolean;
597
+ errorMessages: string | readonly string[] | null;
598
+ maxErrors: string | number;
599
+ density: import('vuetify/lib/composables/density.mjs').Density;
600
+ centerAffix: boolean;
601
+ glow: boolean;
602
+ hideSpinButtons: boolean;
603
+ persistentHint: boolean;
604
+ name?: string | undefined;
605
+ id?: string | undefined;
606
+ width?: string | number | undefined;
607
+ color?: string | undefined;
608
+ maxWidth?: string | number | undefined;
609
+ minWidth?: string | number | undefined;
610
+ label?: string | undefined;
611
+ class?: any;
612
+ theme?: string | undefined;
613
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
614
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
615
+ validationValue?: any;
616
+ baseColor?: string | undefined;
617
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
618
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
619
+ iconColor?: string | boolean | undefined;
620
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
621
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
622
+ hint?: string | undefined;
623
+ hideDetails?: boolean | "auto" | undefined;
624
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "style" | "disabled" | "density" | "readonly" | "direction" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
625
+ $attrs: {
626
+ [x: string]: unknown;
627
+ };
628
+ $refs: {
629
+ [x: string]: unknown;
630
+ };
631
+ $slots: Readonly<{
632
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
633
+ [key: string]: any;
634
+ }>[]) | undefined;
635
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
636
+ [key: string]: any;
637
+ }>[]) | undefined;
638
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
639
+ [key: string]: any;
640
+ }>[]) | undefined;
641
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
642
+ [key: string]: any;
643
+ }>[]) | undefined;
644
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
645
+ [key: string]: any;
646
+ }>[]) | undefined;
647
+ }>;
648
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
649
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
650
+ $host: Element | null;
651
+ $emit: (event: string, ...args: any[]) => void;
652
+ $el: any;
653
+ $options: import('vue').ComponentOptionsBase<{
654
+ error: boolean;
655
+ direction: "vertical" | "horizontal";
656
+ style: import('vue').StyleValue;
657
+ disabled: boolean | null;
658
+ readonly: boolean | null;
659
+ messages: string | readonly string[];
660
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
661
+ focused: boolean;
662
+ errorMessages: string | readonly string[] | null;
663
+ maxErrors: string | number;
664
+ density: import('vuetify/lib/composables/density.mjs').Density;
665
+ centerAffix: boolean;
666
+ glow: boolean;
667
+ hideSpinButtons: boolean;
668
+ persistentHint: boolean;
669
+ } & {
670
+ name?: string | undefined;
671
+ id?: string | undefined;
672
+ width?: string | number | undefined;
673
+ color?: string | undefined;
674
+ maxWidth?: string | number | undefined;
675
+ minWidth?: string | number | undefined;
676
+ label?: string | undefined;
677
+ class?: any;
678
+ theme?: string | undefined;
679
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
680
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
681
+ validationValue?: any;
682
+ baseColor?: string | undefined;
683
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
684
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
685
+ iconColor?: string | boolean | undefined;
686
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
687
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
688
+ hint?: string | undefined;
689
+ hideDetails?: boolean | "auto" | undefined;
690
+ }, {
691
+ reset: () => Promise<void>;
692
+ resetValidation: () => Promise<void>;
693
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
694
+ isValid: import('vue').ComputedRef<boolean | null>;
695
+ errorMessages: import('vue').ComputedRef<string[]>;
696
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
697
+ 'update:modelValue': (value: any) => true;
698
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "modelValue" | "v-slot:message" | "v-slot:details">, string, {
699
+ error: boolean;
700
+ direction: "vertical" | "horizontal";
701
+ style: import('vue').StyleValue;
702
+ disabled: boolean | null;
703
+ readonly: boolean | null;
704
+ messages: string | readonly string[];
705
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
706
+ focused: boolean;
707
+ errorMessages: string | readonly string[] | null;
708
+ maxErrors: string | number;
709
+ density: import('vuetify/lib/composables/density.mjs').Density;
710
+ centerAffix: boolean;
711
+ glow: boolean;
712
+ hideSpinButtons: boolean;
713
+ persistentHint: boolean;
714
+ }, {}, string, import('vue').SlotsType<Partial<{
715
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
716
+ [key: string]: any;
717
+ }>[];
718
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
719
+ [key: string]: any;
720
+ }>[];
721
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
722
+ [key: string]: any;
723
+ }>[];
724
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
725
+ [key: string]: any;
726
+ }>[];
727
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
728
+ [key: string]: any;
729
+ }>[];
730
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
731
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
732
+ created?: (() => void) | (() => void)[] | undefined;
733
+ beforeMount?: (() => void) | (() => void)[] | undefined;
734
+ mounted?: (() => void) | (() => void)[] | undefined;
735
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
736
+ updated?: (() => void) | (() => void)[] | undefined;
737
+ activated?: (() => void) | (() => void)[] | undefined;
738
+ deactivated?: (() => void) | (() => void)[] | undefined;
739
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
740
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
741
+ destroyed?: (() => void) | (() => void)[] | undefined;
742
+ unmounted?: (() => void) | (() => void)[] | undefined;
743
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
744
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
745
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
746
+ };
747
+ $forceUpdate: () => void;
748
+ $nextTick: typeof nextTick;
749
+ $watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R_2 ? (args_0: R_2, args_1: R_2, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
750
+ } & Readonly<{
751
+ error: boolean;
752
+ direction: "vertical" | "horizontal";
753
+ style: import('vue').StyleValue;
754
+ disabled: boolean | null;
755
+ readonly: boolean | null;
756
+ messages: string | readonly string[];
757
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
758
+ focused: boolean;
759
+ errorMessages: string | readonly string[] | null;
760
+ maxErrors: string | number;
761
+ density: import('vuetify/lib/composables/density.mjs').Density;
762
+ centerAffix: boolean;
763
+ glow: boolean;
764
+ hideSpinButtons: boolean;
765
+ persistentHint: boolean;
766
+ }> & Omit<{
767
+ error: boolean;
768
+ direction: "vertical" | "horizontal";
769
+ style: import('vue').StyleValue;
770
+ disabled: boolean | null;
771
+ readonly: boolean | null;
772
+ messages: string | readonly string[];
773
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
774
+ focused: boolean;
775
+ errorMessages: string | readonly string[] | null;
776
+ maxErrors: string | number;
777
+ density: import('vuetify/lib/composables/density.mjs').Density;
778
+ centerAffix: boolean;
779
+ glow: boolean;
780
+ hideSpinButtons: boolean;
781
+ persistentHint: boolean;
782
+ } & {
783
+ name?: string | undefined;
784
+ id?: string | undefined;
785
+ width?: string | number | undefined;
786
+ color?: string | undefined;
787
+ maxWidth?: string | number | undefined;
788
+ minWidth?: string | number | undefined;
789
+ label?: string | undefined;
790
+ class?: any;
791
+ theme?: string | undefined;
792
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
793
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "eager" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "invalid-input" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | undefined;
794
+ validationValue?: any;
795
+ baseColor?: string | undefined;
796
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
797
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
798
+ iconColor?: string | boolean | undefined;
799
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
800
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
801
+ hint?: string | undefined;
802
+ hideDetails?: boolean | "auto" | undefined;
803
+ }, "error" | "reset" | "style" | "disabled" | "density" | "readonly" | "direction" | "errorMessages" | "centerAffix" | "maxErrors" | "messages" | "isValid" | "validate" | "resetValidation" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
804
+ reset: () => Promise<void>;
805
+ resetValidation: () => Promise<void>;
806
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
807
+ isValid: import('vue').ComputedRef<boolean | null>;
808
+ errorMessages: import('vue').ComputedRef<string[]>;
809
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
810
+ modelValue?: unknown;
811
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
812
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "maxWidth" | "minWidth" | "density" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:prepend" | "v-slot:append" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "direction" | "iconColor" | "errorMessages" | "centerAffix" | "hint" | "maxErrors" | "messages" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "hideDetails" | "v-slot:message" | "v-slot:details">, `$${any}`> & {
813
+ _allExposed: {} | {
814
+ reset: () => Promise<void>;
815
+ resetValidation: () => Promise<void>;
816
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
817
+ isValid: import('vue').ComputedRef<boolean | null>;
818
+ errorMessages: import('vue').ComputedRef<string[]>;
819
+ };
820
+ }> & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
821
+ modelValue?: string | null | undefined;
822
+ "onUpdate:modelValue"?: ((value: string | null) => void) | undefined;
823
+ }, import('vuetify/lib/components/VRadioGroup/VRadioGroup.mjs').VRadioGroupSlots>) | null;
824
+ rejectRadioRef: import('vue').CreateComponentPublicInstanceWithMixins<{
825
+ inline: boolean;
826
+ error: boolean;
827
+ style: import('vue').StyleValue;
828
+ disabled: boolean | null;
829
+ multiple: boolean | null;
830
+ readonly: boolean | null;
831
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
832
+ density: import('vuetify/lib/composables/density.mjs').Density;
833
+ ripple: boolean | {
834
+ class?: string | undefined;
835
+ keys?: string[] | undefined;
836
+ } | undefined;
837
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
838
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
839
+ } & {
840
+ name?: string | undefined;
841
+ type?: string | undefined;
842
+ id?: string | undefined;
843
+ color?: string | undefined;
844
+ value?: any;
845
+ label?: string | undefined;
846
+ class?: any;
847
+ theme?: string | undefined;
848
+ modelValue?: any;
849
+ baseColor?: string | undefined;
850
+ defaultsTarget?: string | undefined;
851
+ trueValue?: any;
852
+ falseValue?: any;
853
+ } & {
854
+ $children?: import('vue').VNodeChild | {
855
+ $stable?: boolean | undefined;
856
+ } | ((arg: {
857
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
858
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
859
+ }) => import('vue').VNodeChild) | {
860
+ default?: ((arg: {
861
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
862
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
863
+ }) => import('vue').VNodeChild) | undefined;
864
+ label?: ((arg: {
865
+ label: string | undefined;
866
+ props: Record<string, unknown>;
867
+ }) => import('vue').VNodeChild) | undefined;
868
+ input?: ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
869
+ };
870
+ 'v-slots'?: {
871
+ default?: false | ((arg: {
872
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
873
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
874
+ }) => import('vue').VNodeChild) | undefined;
875
+ label?: false | ((arg: {
876
+ label: string | undefined;
877
+ props: Record<string, unknown>;
878
+ }) => import('vue').VNodeChild) | undefined;
879
+ input?: false | ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
880
+ } | undefined;
881
+ } & {
882
+ "v-slot:default"?: false | ((arg: {
883
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
884
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
885
+ }) => import('vue').VNodeChild) | undefined;
886
+ "v-slot:label"?: false | ((arg: {
887
+ label: string | undefined;
888
+ props: Record<string, unknown>;
889
+ }) => import('vue').VNodeChild) | undefined;
890
+ "v-slot:input"?: false | ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
891
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
892
+ inline: boolean;
893
+ error: boolean;
894
+ style: import('vue').StyleValue;
895
+ disabled: boolean | null;
896
+ multiple: boolean | null;
897
+ readonly: boolean | null;
898
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
899
+ density: import('vuetify/lib/composables/density.mjs').Density;
900
+ ripple: boolean | {
901
+ class?: string | undefined;
902
+ keys?: string[] | undefined;
903
+ } | undefined;
904
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
905
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
906
+ }, true, {}, import('vue').SlotsType<Partial<{
907
+ default: (arg: {
908
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
909
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
910
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
911
+ [key: string]: any;
912
+ }>[];
913
+ label: (arg: {
914
+ label: string | undefined;
915
+ props: Record<string, unknown>;
916
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
917
+ [key: string]: any;
918
+ }>[];
919
+ input: (arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
920
+ [key: string]: any;
921
+ }>[];
922
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
923
+ P: {};
924
+ B: {};
925
+ D: {};
926
+ C: {};
927
+ M: {};
928
+ Defaults: {};
929
+ }, {
930
+ inline: boolean;
931
+ error: boolean;
932
+ style: import('vue').StyleValue;
933
+ disabled: boolean | null;
934
+ multiple: boolean | null;
935
+ readonly: boolean | null;
936
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
937
+ density: import('vuetify/lib/composables/density.mjs').Density;
938
+ ripple: boolean | {
939
+ class?: string | undefined;
940
+ keys?: string[] | undefined;
941
+ } | undefined;
942
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
943
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
944
+ } & {
945
+ name?: string | undefined;
946
+ type?: string | undefined;
947
+ id?: string | undefined;
948
+ color?: string | undefined;
949
+ value?: any;
950
+ label?: string | undefined;
951
+ class?: any;
952
+ theme?: string | undefined;
953
+ modelValue?: any;
954
+ baseColor?: string | undefined;
955
+ defaultsTarget?: string | undefined;
956
+ trueValue?: any;
957
+ falseValue?: any;
958
+ } & {
959
+ $children?: import('vue').VNodeChild | {
960
+ $stable?: boolean | undefined;
961
+ } | ((arg: {
962
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
963
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
964
+ }) => import('vue').VNodeChild) | {
965
+ default?: ((arg: {
966
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
967
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
968
+ }) => import('vue').VNodeChild) | undefined;
969
+ label?: ((arg: {
970
+ label: string | undefined;
971
+ props: Record<string, unknown>;
972
+ }) => import('vue').VNodeChild) | undefined;
973
+ input?: ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
974
+ };
975
+ 'v-slots'?: {
976
+ default?: false | ((arg: {
977
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
978
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
979
+ }) => import('vue').VNodeChild) | undefined;
980
+ label?: false | ((arg: {
981
+ label: string | undefined;
982
+ props: Record<string, unknown>;
983
+ }) => import('vue').VNodeChild) | undefined;
984
+ input?: false | ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
985
+ } | undefined;
986
+ } & {
987
+ "v-slot:default"?: false | ((arg: {
988
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
989
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
990
+ }) => import('vue').VNodeChild) | undefined;
991
+ "v-slot:label"?: false | ((arg: {
992
+ label: string | undefined;
993
+ props: Record<string, unknown>;
994
+ }) => import('vue').VNodeChild) | undefined;
995
+ "v-slot:input"?: false | ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
996
+ }, {}, {}, {}, {}, {
997
+ inline: boolean;
998
+ error: boolean;
999
+ style: import('vue').StyleValue;
1000
+ disabled: boolean | null;
1001
+ multiple: boolean | null;
1002
+ readonly: boolean | null;
1003
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1004
+ density: import('vuetify/lib/composables/density.mjs').Density;
1005
+ ripple: boolean | {
1006
+ class?: string | undefined;
1007
+ keys?: string[] | undefined;
1008
+ } | undefined;
1009
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1010
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1011
+ }> | null;
1012
+ acceptRadioRef: import('vue').CreateComponentPublicInstanceWithMixins<{
1013
+ inline: boolean;
1014
+ error: boolean;
1015
+ style: import('vue').StyleValue;
1016
+ disabled: boolean | null;
1017
+ multiple: boolean | null;
1018
+ readonly: boolean | null;
1019
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1020
+ density: import('vuetify/lib/composables/density.mjs').Density;
1021
+ ripple: boolean | {
1022
+ class?: string | undefined;
1023
+ keys?: string[] | undefined;
1024
+ } | undefined;
1025
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1026
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1027
+ } & {
1028
+ name?: string | undefined;
1029
+ type?: string | undefined;
1030
+ id?: string | undefined;
1031
+ color?: string | undefined;
1032
+ value?: any;
1033
+ label?: string | undefined;
1034
+ class?: any;
1035
+ theme?: string | undefined;
1036
+ modelValue?: any;
1037
+ baseColor?: string | undefined;
1038
+ defaultsTarget?: string | undefined;
1039
+ trueValue?: any;
1040
+ falseValue?: any;
1041
+ } & {
1042
+ $children?: import('vue').VNodeChild | {
1043
+ $stable?: boolean | undefined;
1044
+ } | ((arg: {
1045
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1046
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1047
+ }) => import('vue').VNodeChild) | {
1048
+ default?: ((arg: {
1049
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1050
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1051
+ }) => import('vue').VNodeChild) | undefined;
1052
+ label?: ((arg: {
1053
+ label: string | undefined;
1054
+ props: Record<string, unknown>;
1055
+ }) => import('vue').VNodeChild) | undefined;
1056
+ input?: ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
1057
+ };
1058
+ 'v-slots'?: {
1059
+ default?: false | ((arg: {
1060
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1061
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1062
+ }) => import('vue').VNodeChild) | undefined;
1063
+ label?: false | ((arg: {
1064
+ label: string | undefined;
1065
+ props: Record<string, unknown>;
1066
+ }) => import('vue').VNodeChild) | undefined;
1067
+ input?: false | ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
1068
+ } | undefined;
1069
+ } & {
1070
+ "v-slot:default"?: false | ((arg: {
1071
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1072
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1073
+ }) => import('vue').VNodeChild) | undefined;
1074
+ "v-slot:label"?: false | ((arg: {
1075
+ label: string | undefined;
1076
+ props: Record<string, unknown>;
1077
+ }) => import('vue').VNodeChild) | undefined;
1078
+ "v-slot:input"?: false | ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
1079
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1080
+ inline: boolean;
1081
+ error: boolean;
1082
+ style: import('vue').StyleValue;
1083
+ disabled: boolean | null;
1084
+ multiple: boolean | null;
1085
+ readonly: boolean | null;
1086
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1087
+ density: import('vuetify/lib/composables/density.mjs').Density;
1088
+ ripple: boolean | {
1089
+ class?: string | undefined;
1090
+ keys?: string[] | undefined;
1091
+ } | undefined;
1092
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1093
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1094
+ }, true, {}, import('vue').SlotsType<Partial<{
1095
+ default: (arg: {
1096
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1097
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1098
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1099
+ [key: string]: any;
1100
+ }>[];
1101
+ label: (arg: {
1102
+ label: string | undefined;
1103
+ props: Record<string, unknown>;
1104
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1105
+ [key: string]: any;
1106
+ }>[];
1107
+ input: (arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1108
+ [key: string]: any;
1109
+ }>[];
1110
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1111
+ P: {};
1112
+ B: {};
1113
+ D: {};
1114
+ C: {};
1115
+ M: {};
1116
+ Defaults: {};
1117
+ }, {
1118
+ inline: boolean;
1119
+ error: boolean;
1120
+ style: import('vue').StyleValue;
1121
+ disabled: boolean | null;
1122
+ multiple: boolean | null;
1123
+ readonly: boolean | null;
1124
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1125
+ density: import('vuetify/lib/composables/density.mjs').Density;
1126
+ ripple: boolean | {
1127
+ class?: string | undefined;
1128
+ keys?: string[] | undefined;
1129
+ } | undefined;
1130
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1131
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1132
+ } & {
1133
+ name?: string | undefined;
1134
+ type?: string | undefined;
1135
+ id?: string | undefined;
1136
+ color?: string | undefined;
1137
+ value?: any;
1138
+ label?: string | undefined;
1139
+ class?: any;
1140
+ theme?: string | undefined;
1141
+ modelValue?: any;
1142
+ baseColor?: string | undefined;
1143
+ defaultsTarget?: string | undefined;
1144
+ trueValue?: any;
1145
+ falseValue?: any;
1146
+ } & {
1147
+ $children?: import('vue').VNodeChild | {
1148
+ $stable?: boolean | undefined;
1149
+ } | ((arg: {
1150
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1151
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1152
+ }) => import('vue').VNodeChild) | {
1153
+ default?: ((arg: {
1154
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1155
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1156
+ }) => import('vue').VNodeChild) | undefined;
1157
+ label?: ((arg: {
1158
+ label: string | undefined;
1159
+ props: Record<string, unknown>;
1160
+ }) => import('vue').VNodeChild) | undefined;
1161
+ input?: ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
1162
+ };
1163
+ 'v-slots'?: {
1164
+ default?: false | ((arg: {
1165
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1166
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1167
+ }) => import('vue').VNodeChild) | undefined;
1168
+ label?: false | ((arg: {
1169
+ label: string | undefined;
1170
+ props: Record<string, unknown>;
1171
+ }) => import('vue').VNodeChild) | undefined;
1172
+ input?: false | ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
1173
+ } | undefined;
1174
+ } & {
1175
+ "v-slot:default"?: false | ((arg: {
1176
+ backgroundColorClasses: import('vue').Ref<string[], string[]>;
1177
+ backgroundColorStyles: import('vue').Ref<import('vue').CSSProperties, import('vue').CSSProperties>;
1178
+ }) => import('vue').VNodeChild) | undefined;
1179
+ "v-slot:label"?: false | ((arg: {
1180
+ label: string | undefined;
1181
+ props: Record<string, unknown>;
1182
+ }) => import('vue').VNodeChild) | undefined;
1183
+ "v-slot:input"?: false | ((arg: import('vuetify/lib/components/VSelectionControl/VSelectionControl.mjs').SelectionControlSlot) => import('vue').VNodeChild) | undefined;
1184
+ }, {}, {}, {}, {}, {
1185
+ inline: boolean;
1186
+ error: boolean;
1187
+ style: import('vue').StyleValue;
1188
+ disabled: boolean | null;
1189
+ multiple: boolean | null;
1190
+ readonly: boolean | null;
1191
+ valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1192
+ density: import('vuetify/lib/composables/density.mjs').Density;
1193
+ ripple: boolean | {
1194
+ class?: string | undefined;
1195
+ keys?: string[] | undefined;
1196
+ } | undefined;
1197
+ falseIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1198
+ trueIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1199
+ }> | null;
1200
+ }, HTMLDivElement>, any>;
14
1201
  export default _default;
15
1202
  type __VLS_WithTemplateSlots<T, S> = T & {
16
1203
  new (): {