@cnamts/synapse 1.0.10 → 1.0.12

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 (393) hide show
  1. package/dist/{DateFilter-C0wDuzgn.js → DateFilter-DoCcOfDW.js} +1 -1
  2. package/dist/{NumberFilter-CBj7zdOi.js → NumberFilter-9uR8uo6p.js} +1 -1
  3. package/dist/{PeriodFilter-DB4wWyKy.js → PeriodFilter-CxN5ini7.js} +1 -1
  4. package/dist/{SelectFilter-Dces8572.js → SelectFilter-bfxipgvt.js} +1 -1
  5. package/dist/{TextFilter-BU9nlkuS.js → TextFilter-yCnWcmW2.js} +1 -1
  6. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +6 -2
  7. package/dist/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.d.ts +11 -0
  8. package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +6 -2
  9. package/dist/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.d.ts +9 -0
  10. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +12 -30
  11. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +18 -0
  12. package/dist/components/Amelipro/AmeliproFooter/AmeliproFooter.d.ts +9 -0
  13. package/dist/components/Amelipro/AmeliproFooter/locales.d.ts +0 -1
  14. package/dist/components/Amelipro/AmeliproFooter/types.d.ts +1 -0
  15. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeader.d.ts +2 -0
  16. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.d.ts +6 -2
  17. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.d.ts +8 -4
  18. package/dist/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.d.ts +2 -0
  19. package/dist/components/Amelipro/AmeliproResultList/AmeliproResultList.d.ts +9 -0
  20. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +11 -11
  21. package/dist/components/Amelipro/AmeliproTable/AmeliproTable.d.ts +13 -0
  22. package/dist/components/Amelipro/AmeliproTable/types.d.ts +11 -0
  23. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +12 -12
  24. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +2 -2
  25. package/dist/components/Amelipro/AmeliproUpload/types.d.ts +10 -0
  26. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +16 -16
  27. package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +1 -1
  28. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +6 -6
  29. package/dist/components/Customs/SyTextField/SyTextField.d.ts +2 -2
  30. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +52 -16
  31. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +52 -10
  32. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +8 -13
  33. package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -1
  34. package/dist/components/DatePicker/tests/setup.d.ts +464 -104
  35. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +6 -6
  36. package/dist/components/LangBtn/LangBtn.d.ts +2 -2
  37. package/dist/components/NirField/NirField.d.ts +10 -8
  38. package/dist/components/PeriodField/PeriodField.d.ts +104 -24
  39. package/dist/components/PhoneField/PhoneField.d.ts +3 -3
  40. package/dist/components/SearchListField/SearchListField.d.ts +13 -4
  41. package/dist/components/SyTextArea/SyTextArea.d.ts +2 -2
  42. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +5 -8
  43. package/dist/components/Tables/SyTable/SyTable.d.ts +5 -8
  44. package/dist/components/Tables/common/SyTablePagination.d.ts +7 -7
  45. package/dist/components/Tables/common/TableHeader.d.ts +6 -0
  46. package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +2 -2
  47. package/dist/components/Tables/common/types.d.ts +11 -0
  48. package/dist/components/Tables/common/usePagination.d.ts +3 -4
  49. package/dist/components/Tables/common/useTableCheckbox.d.ts +10 -6
  50. package/dist/components/Tables/common/useTableHeaders.d.ts +10 -20
  51. package/dist/design-system-v3.js +1 -1
  52. package/dist/design-system-v3.umd.cjs +160 -160
  53. package/dist/main-DMXtXK3y.js +33458 -0
  54. package/dist/style.css +1 -1
  55. package/dist/utils/amelipro/rules/uploadFile/index.d.ts +6 -0
  56. package/dist/utils/amelipro/toKebabCase/toKebabCase.d.ts +1 -0
  57. package/dist/utils/rules/isRequired/index.d.ts +5 -2
  58. package/dist/utils/rules/types.d.ts +12 -3
  59. package/package.json +12 -3
  60. package/src/assets/amelipro/img/bg-pieces-jointe.svg +28 -0
  61. package/src/assets/overrides/_btns.scss +1 -0
  62. package/src/assets/overrides/_forms.scss +7 -0
  63. package/src/components/Accordion/tests/accordion.spec.ts +0 -55
  64. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.stories.ts +7 -4
  65. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.vue +2 -0
  66. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/AmeliproAccordionTemplate.spec.ts +0 -4
  67. package/src/components/Amelipro/AmeliproAccordion/__tests__/AmeliproAccordion.spec.ts +0 -4
  68. package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +1 -0
  69. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/AmeliproAccordionFrieze.spec.ts +0 -4
  70. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +574 -112
  71. package/src/components/Amelipro/AmeliproAccordionGroup/__tests__/AmeliproAccordionGroup.spec.ts +0 -4
  72. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.stories.ts +11 -2
  73. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +7 -2
  74. package/src/components/Amelipro/AmeliproAccordionList/__tests__/AmeliproAccordionList.spec.ts +0 -4
  75. package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +13 -2
  76. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.stories.ts +6 -3
  77. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.vue +2 -0
  78. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/__tests__/AmeliproAccordionResultTemplate.spec.ts +0 -4
  79. package/src/components/Amelipro/AmeliproAccordionResult/__tests__/AmeliproAccordionResult.spec.ts +0 -4
  80. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.stories.ts +11 -2
  81. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +7 -2
  82. package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/AmeliproAccordionResultList.spec.ts +0 -4
  83. package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +13 -2
  84. package/src/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.stories.ts +1 -1
  85. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/AmeliproAutoCompleteField.spec.ts +277 -55
  86. package/src/components/Amelipro/AmeliproAutoCompleteField/__tests__/__snapshots__/AmeliproAutoCompleteField.spec.ts.snap +113 -233
  87. package/src/components/Amelipro/AmeliproBadge/__tests__/AmeliproBadge.spec.ts +0 -4
  88. package/src/components/Amelipro/AmeliproBreadcrumb/__tests__/AmeliproBreadcrumb.spec.ts +0 -4
  89. package/src/components/Amelipro/AmeliproBtn/__tests__/AmeliproBtn.spec.ts +478 -0
  90. package/src/components/Amelipro/AmeliproBtn/__tests__/__snapshots__/AmeliproBtn.spec.ts.snap +74 -0
  91. package/src/components/Amelipro/AmeliproCallback/__tests__/AmeliproCallback.spec.ts +100 -0
  92. package/src/components/Amelipro/AmeliproCallback/__tests__/__snapshots__/AmeliproCallback.spec.ts.snap +50 -0
  93. package/src/components/Amelipro/AmeliproCaptcha/__tests__/AmeliproCaptcha.spec.ts +0 -4
  94. package/src/components/Amelipro/AmeliproCaptcha/__tests__/__snapshots__/AmeliproCaptcha.spec.ts.snap +10 -2
  95. package/src/components/Amelipro/AmeliproCard/__tests__/AmeliproCard.spec.ts +402 -0
  96. package/src/components/Amelipro/AmeliproCard/__tests__/__snapshots__/AmeliproCard.spec.ts.snap +106 -0
  97. package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.stories.ts +2 -0
  98. package/src/components/Amelipro/AmeliproCarousel/AmeliproCarousel.vue +11 -1
  99. package/src/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/__tests__/AmeliproCarouselItem.spec.ts +0 -4
  100. package/src/components/Amelipro/AmeliproCarousel/__tests__/AmeliproCarousel.spec.ts +0 -4
  101. package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +0 -2
  102. package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +175 -0
  103. package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +88 -0
  104. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +423 -0
  105. package/src/components/Amelipro/AmeliproCheckboxGroup/{tests → __tests__}/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +112 -78
  106. package/src/components/Amelipro/AmeliproChips/__tests__/AmeliproChips.spec.ts +92 -0
  107. package/src/components/Amelipro/AmeliproChips/__tests__/__snapshots__/AmeliproChips.spec.ts.snap +81 -0
  108. package/src/components/Amelipro/AmeliproClickableTile/tests/AmeliproClickableTile.spec.ts +0 -4
  109. package/src/components/Amelipro/AmeliproContentLayout/__tests__/AmeliproContentLayout.spec.ts +0 -4
  110. package/src/components/Amelipro/AmeliproCopyBtn/__tests__/AmeliproCopyBtn.spec.ts +0 -4
  111. package/src/components/Amelipro/AmeliproCustomSelector/__tests__/AmeliproCustomSelector.spec.ts +0 -4
  112. package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/AmeliproTooth.spec.ts +0 -4
  113. package/src/components/Amelipro/AmeliproDentalChart/tests/AmeliproDentalChart.spec.ts +0 -4
  114. package/src/components/Amelipro/AmeliproDialog/__tests__/AmeliproDialog.spec.ts +257 -0
  115. package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +61 -0
  116. package/src/components/Amelipro/AmeliproDisclosure/__tests__/AmeliproDisclosure.spec.ts +79 -0
  117. package/src/components/Amelipro/AmeliproDisclosure/__tests__/__snapshots__/AmeliproDisclosure.spec.ts.snap +89 -0
  118. package/src/components/Amelipro/AmeliproErrorTemplate/__tests__/AmeliproErrorTemplate.spec.ts +0 -4
  119. package/src/components/Amelipro/AmeliproFilePreview/__tests__/AmeliproFilePreview.spec.ts +0 -4
  120. package/src/components/Amelipro/AmeliproFirstLogin/__tests__/AmeliproFirstLogin.spec.ts +0 -2
  121. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.stories.ts +1 -0
  122. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +5 -1
  123. package/src/components/Amelipro/AmeliproFooter/locales.ts +0 -1
  124. package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -4
  125. package/src/components/Amelipro/AmeliproFooter/types.d.ts +1 -0
  126. package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.stories.ts +18 -8
  127. package/src/components/Amelipro/AmeliproHeader/AmeliproHeader.vue +3 -1
  128. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.vue +3 -0
  129. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.vue +10 -2
  130. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -4
  131. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +2 -3
  132. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproLogoAm/tests/AmeliproLogoAm.spec.ts +0 -4
  133. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -4
  134. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +2 -3
  135. package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -4
  136. package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +2 -3
  137. package/src/components/Amelipro/AmeliproIcon/tests/AmeliproIcon.spec.ts +0 -4
  138. package/src/components/Amelipro/AmeliproIconBtn/tests/AmeliproIconBtn.spec.ts +0 -4
  139. package/src/components/Amelipro/AmeliproIllustratedDataTile/tests/AmeliproIllustratedDataTile.spec.ts +0 -4
  140. package/src/components/Amelipro/AmeliproIllustratedRadioGroup/tests/AmeliproIllustratedRadioGroup.spec.ts +0 -4
  141. package/src/components/Amelipro/AmeliproMailTile/tests/AmeliproMailTile.spec.ts +0 -4
  142. package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -2
  143. package/src/components/Amelipro/AmeliproMessage/tests/AmeliproMessage.spec.ts +0 -4
  144. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -4
  145. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -4
  146. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -4
  147. package/src/components/Amelipro/AmeliproMessagingLayout/tests/AmeliproMessagingLayout.spec.ts +0 -4
  148. package/src/components/Amelipro/AmeliproMultipleFoldingCard/tests/AmeliproMultipleFoldingCard.spec.ts +0 -4
  149. package/src/components/Amelipro/AmeliproNumberedCard/tests/AmeliproNumberedCard.spec.ts +0 -4
  150. package/src/components/Amelipro/AmeliproOnboarding/tests/AmeliproOnboarding.spec.ts +0 -4
  151. package/src/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.stories.ts +9 -2
  152. package/src/components/Amelipro/AmeliproPageLayout/AmeliproPageLayout.vue +4 -1
  153. package/src/components/Amelipro/AmeliproPageLayout/tests/AmeliproPageLayout.spec.ts +0 -4
  154. package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +2 -3
  155. package/src/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/tests/AmeliproPaginationBtn.spec.ts +0 -4
  156. package/src/components/Amelipro/AmeliproPagination/tests/AmeliproPagination.spec.ts +0 -4
  157. package/src/components/Amelipro/AmeliproPatientBanner/tests/AmeliproPatientBanner.spec.ts +0 -4
  158. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/AmeliproPatientLogged.spec.ts +0 -4
  159. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +13 -2
  160. package/src/components/Amelipro/AmeliproPatientLogin/AmeliproPatientLoginForm/__tests__/AmeliproPatientLoginForm.spec.ts +0 -4
  161. package/src/components/Amelipro/AmeliproPatientLogin/__tests__/AmeliproPatientLogin.spec.ts +0 -4
  162. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/AmeliproPostalAddressCityRow.spec.ts +0 -4
  163. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +24 -4
  164. package/src/components/Amelipro/AmeliproPostalAddressField/tests/AmeliproPostalAddressField.spec.ts +0 -4
  165. package/src/components/Amelipro/AmeliproPostalAddressField/tests/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +40 -8
  166. package/src/components/Amelipro/AmeliproRadioGroup/tests/AmeliproRadioGroup.spec.ts +0 -4
  167. package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.stories.ts +6 -0
  168. package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +5 -1
  169. package/src/components/Amelipro/AmeliproResultList/__tests__/AmeliproResultList.spec.ts +0 -4
  170. package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +13 -2
  171. package/src/components/Amelipro/AmeliproSelect/tests/AmeliproSelect.spec.ts +0 -4
  172. package/src/components/Amelipro/AmeliproSelect/tests/__snapshots__/AmeliproSelect.spec.ts.snap +13 -2
  173. package/src/components/Amelipro/AmeliproStateTile/tests/AmeliproStateTile.spec.ts +0 -4
  174. package/src/components/Amelipro/AmeliproStatus/tests/AmeliproStatus.spec.ts +0 -4
  175. package/src/components/Amelipro/AmeliproStepper/AmeliproStepBtn/tests/AmeliproStepBtn.spec.ts +0 -4
  176. package/src/components/Amelipro/AmeliproStepper/tests/AmeliproStepper.spec.ts +0 -4
  177. package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +87 -9
  178. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +144 -62
  179. package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +10 -4
  180. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +374 -189
  181. package/src/components/Amelipro/AmeliproTable/types.d.ts +11 -0
  182. package/src/components/Amelipro/AmeliproTabs/AmeliproTabBtn/tests/AmeliproTabBtn.spec.ts +0 -4
  183. package/src/components/Amelipro/AmeliproTabs/tests/AmeliproTabs.spec.ts +0 -4
  184. package/src/components/Amelipro/AmeliproTextArea/AmeliproTextArea.stories.ts +1 -1
  185. package/src/components/Amelipro/AmeliproTextArea/__tests__/AmeliproTextArea.spec.ts +0 -4
  186. package/src/components/Amelipro/AmeliproTextArea/__tests__/__snapshots__/AmeliproTextArea.spec.ts.snap +10 -2
  187. package/src/components/Amelipro/AmeliproTextField/tests/AmeliproTextField.spec.ts +0 -4
  188. package/src/components/Amelipro/AmeliproTextField/tests/__snapshots__/AmeliproTextField.spec.ts.snap +10 -2
  189. package/src/components/Amelipro/AmeliproTileBtn/tests/AmeliproTileBtn.spec.ts +0 -4
  190. package/src/components/Amelipro/AmeliproTooltips/tests/AmeliproTooltips.spec.ts +0 -4
  191. package/src/components/Amelipro/AmeliproTransmission/tests/AmeliproTransmission.spec.ts +0 -4
  192. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.mdx +38 -0
  193. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.stories.ts +99 -0
  194. package/src/components/Amelipro/AmeliproUpload/AmeliproUpload.vue +714 -0
  195. package/src/components/Amelipro/AmeliproUpload/README.md +66 -0
  196. package/src/components/Amelipro/AmeliproUpload/__tests__/AmeliproUpload.spec.ts +74 -0
  197. package/src/components/Amelipro/AmeliproUpload/types.d.ts +10 -0
  198. package/src/components/Amelipro/ServiceMenu/ServiceBtn/tests/ServiceBtn.spec.ts +0 -4
  199. package/src/components/Amelipro/ServiceMenu/ServiceList/tests/ServiceList.spec.ts +0 -4
  200. package/src/components/Amelipro/ServiceMenu/ServiceMenuContent/tests/ServiceMenuContent.spec.ts +0 -4
  201. package/src/components/Amelipro/ServiceMenu/tests/ServiceMenu.spec.ts +0 -4
  202. package/src/components/Amelipro/StructureMenu/StructureBtn/tests/StructureBtn.spec.ts +0 -4
  203. package/src/components/Amelipro/StructureMenu/StructureItem/tests/StructureItem.spec.ts +0 -4
  204. package/src/components/Amelipro/StructureMenu/StructureList/tests/StructureList.spec.ts +0 -4
  205. package/src/components/Amelipro/StructureMenu/StructureTabs/tests/StructureTabs.spec.ts +0 -4
  206. package/src/components/Amelipro/StructureMenu/tests/StructureMenu.spec.ts +0 -2
  207. package/src/components/Amelipro/UserInformationSummary/tests/UserInformationSummary.spec.ts +0 -4
  208. package/src/components/Amelipro/UserMenu/UserMenuDetails/tests/UserMenuDetails.spec.ts +0 -4
  209. package/src/components/Amelipro/UserMenu/tests/UserMenu.spec.ts +0 -4
  210. package/src/components/BackBtn/BackBtn.vue +2 -1
  211. package/src/components/BackBtn/tests/BackBtn.spec.ts +1 -23
  212. package/src/components/BackToTopBtn/tests/BackToTopBtn.spec.ts +3 -34
  213. package/src/components/ChipList/tests/chipList.spec.ts +0 -38
  214. package/src/components/CollapsibleList/tests/CollapsibleList.spec.ts +0 -8
  215. package/src/components/ContextualMenu/tests/ContextualMenu.spec.ts +0 -28
  216. package/src/components/CookieBanner/tests/CookieBanner.spec.ts +1 -11
  217. package/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.spec.ts +0 -16
  218. package/src/components/CookiesSelection/CookiesTable/tests/CookiesTable.spec.ts +0 -4
  219. package/src/components/CookiesSelection/tests/CookiesSelection.spec.ts +0 -16
  220. package/src/components/CopyBtn/tests/CopyBtn.spec.ts +0 -31
  221. package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +1 -0
  222. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +3 -37
  223. package/src/components/Customs/Selects/SyBtnSelect/tests/SyBtnSelect.spec.ts +0 -28
  224. package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.spec.ts +8 -104
  225. package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
  226. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +0 -135
  227. package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +1 -1
  228. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +1 -1
  229. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +0 -20
  230. package/src/components/Customs/SyForm/SyForm.mdx +1 -3
  231. package/src/components/Customs/SyForm/SyForm.stories.ts +131 -143
  232. package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +0 -2
  233. package/src/components/Customs/SyTextField/SyTextField.vue +27 -5
  234. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +1 -27
  235. package/src/components/DataList/DataListLoading/tests/DataListLoading.spec.ts +0 -4
  236. package/src/components/DataList/tests/DataList.spec.ts +0 -26
  237. package/src/components/DataListGroup/tests/DataListGroup.spec.ts +0 -10
  238. package/src/components/DataListItem/tests/DataListItem.spec.ts +0 -28
  239. package/src/components/DatePicker/CalendarMode/DatePicker.vue +31 -8
  240. package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +0 -16
  241. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +4 -34
  242. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +44 -12
  243. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.events.spec.ts +0 -10
  244. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +2 -2
  245. package/src/components/DatePicker/DateTextInput/DateTextInput.events.spec.ts +0 -13
  246. package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +0 -10
  247. package/src/components/DatePicker/DateTextInput/DateTextInput.spec.ts +0 -52
  248. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +7 -1
  249. package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +107 -72
  250. package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +6 -6
  251. package/src/components/DatePicker/composables/useDatePickerViewMode.ts +57 -7
  252. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +14 -14
  253. package/src/components/DatePicker/tests/DatePicker.validation.spec.ts +0 -543
  254. package/src/components/DatePicker/tests/navigation.regression.spec.ts +74 -0
  255. package/src/components/DatePicker/tests/navigation.simple.spec.ts +137 -0
  256. package/src/components/DiacriticPicker/tests/DiatriticPicker.spec.ts +0 -6
  257. package/src/components/DialogBox/tests/DialogBox.spec.ts +0 -63
  258. package/src/components/DownloadBtn/tests/DownloadBtn.spec.ts +0 -7
  259. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +0 -7
  260. package/src/components/ExternalLinks/tests/ExternalLinks.spec.ts +0 -16
  261. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +1 -0
  262. package/src/components/FileList/tests/FileList.spec.ts +0 -13
  263. package/src/components/FilePreview/tests/FilePreview.spec.ts +1 -6
  264. package/src/components/FileUpload/tests/FileUpload.spec.ts +1 -48
  265. package/src/components/FilterInline/tests/FilterInline.spec.ts +0 -10
  266. package/src/components/FilterSideBar/FilterSideBar.stories.ts +2 -0
  267. package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +0 -10
  268. package/src/components/FooterBar/tests/FooterBar.spec.ts +7 -19
  269. package/src/components/FranceConnectBtn/tests/FranceConnectBtn.spec.ts +0 -11
  270. package/src/components/HeaderBar/HeaderBar.stories.ts +37 -38
  271. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/tests/HeaderSubMenu.spec.ts +0 -6
  272. package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.spec.ts +0 -6
  273. package/src/components/HeaderBar/HeaderBurgerMenu/tests/useHandleSubMenus.spec.ts +0 -13
  274. package/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.ts +1 -22
  275. package/src/components/HeaderBar/HeaderMenuBtn/tests/HeaderMenuBtn.spec.ts +0 -10
  276. package/src/components/HeaderBar/tests/HeaderBar.spec.ts +0 -16
  277. package/src/components/HeaderLoading/tests/HeaderLoading.spec.ts +0 -4
  278. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +22 -15
  279. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +0 -4
  280. package/src/components/HeaderToolbar/tests/HeaderToolBar.spec.ts +7 -51
  281. package/src/components/LangBtn/tests/LangBtn.spec.ts +0 -56
  282. package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +22 -67
  283. package/src/components/NirField/NirField.stories.ts +13 -2
  284. package/src/components/NirField/NirField.vue +69 -34
  285. package/src/components/NirField/tests/NirField.cursor.spec.ts +315 -0
  286. package/src/components/NirField/tests/NirField.spec.ts +215 -17
  287. package/src/components/NotFoundPage/tests/NotFoundPage.spec.ts +2 -12
  288. package/src/components/NotificationBar/NotificationBar.mdx +1 -1
  289. package/src/components/NotificationBar/NotificationBar.stories.ts +1 -0
  290. package/src/components/NotificationBar/tests/NotificationBar.spec.ts +5 -44
  291. package/src/components/PageContainer/tests/PageContainer.spec.ts +1 -15
  292. package/src/components/PaginatedTable/tests/PaginatedTable.spec.ts +0 -23
  293. package/src/components/PasswordField/tests/PasswordField.spec.ts +4 -38
  294. package/src/components/PeriodField/tests/PeriodField.spec.ts +4 -74
  295. package/src/components/PhoneField/tests/PhoneField.spec.ts +3 -154
  296. package/src/components/RangeField/RangeSlider/tests/rangeSlider.spec.ts +0 -13
  297. package/src/components/RangeField/RangeSlider/tests/useThumbKeyboard.spec.ts +0 -34
  298. package/src/components/RangeField/RangeSlider/tests/useTrack.spec.ts +4 -24
  299. package/src/components/RangeField/tests/RangeField.spec.ts +0 -34
  300. package/src/components/RatingPicker/EmotionPicker/tests/EmotionPicker.spec.ts +2 -23
  301. package/src/components/RatingPicker/NumberPicker/tests/NumberPicker.spec.ts +2 -17
  302. package/src/components/RatingPicker/StarsPicker/tests/StarsPicker.spec.ts +3 -22
  303. package/src/components/RatingPicker/tests/Rating.spec.ts +0 -10
  304. package/src/components/RatingPicker/tests/RatingPicker.spec.ts +0 -23
  305. package/src/components/SearchListField/SearchListField.mdx +3 -4
  306. package/src/components/SearchListField/SearchListField.stories.ts +103 -3
  307. package/src/components/SearchListField/SearchListField.vue +34 -9
  308. package/src/components/SearchListField/tests/SearchListField.spec.ts +98 -44
  309. package/src/components/SocialMediaLinks/tests/SocialMediaLinks.spec.ts +0 -32
  310. package/src/components/SubHeader/tests/SubHeader.spec.ts +0 -18
  311. package/src/components/SyAlert/tests/SyAlert.spec.ts +0 -14
  312. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +0 -31
  313. package/src/components/TableToolbar/tests/TableToolbar.spec.ts +0 -31
  314. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +72 -24
  315. package/src/components/Tables/SyServerTable/SyServerTable.mdx +15 -0
  316. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +309 -0
  317. package/src/components/Tables/SyServerTable/SyServerTable.vue +33 -6
  318. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -58
  319. package/src/components/Tables/SyTable/SyTable.mdx +15 -0
  320. package/src/components/Tables/SyTable/SyTable.stories.ts +228 -0
  321. package/src/components/Tables/SyTable/SyTable.vue +48 -10
  322. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +63 -55
  323. package/src/components/Tables/common/SyTablePagination.vue +11 -9
  324. package/src/components/Tables/common/TableHeader.vue +57 -2
  325. package/src/components/Tables/common/filters/tests/DateFilter.spec.ts +0 -11
  326. package/src/components/Tables/common/filters/tests/NumberFilter.spec.ts +0 -11
  327. package/src/components/Tables/common/filters/tests/PeriodFilter.spec.ts +0 -11
  328. package/src/components/Tables/common/filters/tests/SelectFilter.spec.ts +0 -11
  329. package/src/components/Tables/common/filters/tests/TextFilter.spec.ts +0 -11
  330. package/src/components/Tables/common/tests/SyTableFilter.spec.ts +0 -31
  331. package/src/components/Tables/common/tests/SyTablePagination.spec.ts +0 -49
  332. package/src/components/Tables/common/tests/TableHeader.spec.ts +0 -19
  333. package/src/components/Tables/common/tests/filterByRange.spec.ts +0 -13
  334. package/src/components/Tables/common/tests/resize.spec.ts +0 -13
  335. package/src/components/Tables/common/types.ts +11 -0
  336. package/src/components/Tables/common/usePagination.ts +11 -20
  337. package/src/components/Tables/common/useStoredOptions.ts +1 -1
  338. package/src/components/Tables/common/useTableCheckbox.ts +23 -11
  339. package/src/components/Tables/common/useTableHeaders.ts +73 -6
  340. package/src/components/ToolbarContainer/tests/ToolbarContainer.spec.ts +0 -19
  341. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +0 -15
  342. package/src/components/Usages/tests/Usages.spec.ts +3 -31
  343. package/src/components/UserMenuBtn/tests/UserMenuBtn.spec.ts +0 -31
  344. package/src/composables/useFilterable/useFilterable.ts +33 -24
  345. package/src/composables/validation/{AvecVosComposants.mdx → AvecVosComposants.mdx.old} +1 -1
  346. package/src/composables/validation/{FormValidation.stories.ts → FormValidation.stories.ts.old} +5 -5
  347. package/src/stories/Accessibilite/Introduction.mdx +1 -1
  348. package/src/stories/Demarrer/EnrichirLeDesignSystem.mdx +43 -0
  349. package/src/stories/Demarrer/EnrichirLeDesignSystem.stories.ts +239 -0
  350. package/src/stories/Demarrer/SignalerUneAnomalie.mdx +39 -0
  351. package/src/stories/Demarrer/SignalerUneAnomalie.stories.ts +261 -0
  352. package/src/stories/GuideDuDev/FormValidationGuide.mdx +746 -114
  353. package/src/stories/GuideDuDev/UtiliserLesRules.mdx +138 -136
  354. package/src/utils/amelipro/rules/uploadFile/index.ts +119 -0
  355. package/src/utils/amelipro/rules/uploadFile/tests/uploadFile.spec.ts +55 -0
  356. package/src/utils/amelipro/toKebabCase/toKebabCase.ts +11 -0
  357. package/src/utils/rules/doMatchPattern/index.ts +1 -1
  358. package/src/utils/rules/isDateValid/index.ts +1 -1
  359. package/src/utils/rules/isExactLength/index.ts +4 -0
  360. package/src/utils/rules/isHolidayDay/index.ts +1 -1
  361. package/src/utils/rules/isHolidayDay/tests/isHolidayDay.spec.ts +24 -14
  362. package/src/utils/rules/isMaxLength/index.ts +4 -0
  363. package/src/utils/rules/isMinLength/index.ts +4 -0
  364. package/src/utils/rules/isNotAfterDate/index.ts +4 -0
  365. package/src/utils/rules/isNotAfterToday/index.ts +1 -1
  366. package/src/utils/rules/isNotBeforeDate/index.ts +4 -0
  367. package/src/utils/rules/isNotBeforeToday/index.ts +1 -1
  368. package/src/utils/rules/isRequired/index.ts +11 -5
  369. package/src/utils/rules/isRequired/tests/{isRequred.spec.ts → isRequired.spec.ts} +24 -0
  370. package/src/utils/rules/isValidEmail/index.ts +1 -1
  371. package/src/utils/rules/types.d.ts +12 -3
  372. package/dist/main-Dt4iNotT.js +0 -33147
  373. package/src/components/Amelipro/AmeliproBtn/tests/AmeliproBtn.spec.ts +0 -22
  374. package/src/components/Amelipro/AmeliproBtn/tests/__snapshots__/AmeliproBtn.spec.ts.snap +0 -46
  375. package/src/components/Amelipro/AmeliproCallback/tests/AmeliproCallback.spec.ts +0 -21
  376. package/src/components/Amelipro/AmeliproCallback/tests/__snapshots__/AmeliproCallback.spec.ts.snap +0 -165
  377. package/src/components/Amelipro/AmeliproCard/tests/AmeliproCard.spec.ts +0 -23
  378. package/src/components/Amelipro/AmeliproCard/tests/__snapshots__/AmeliproCard.spec.ts.snap +0 -78
  379. package/src/components/Amelipro/AmeliproCheckbox/tests/AmeliproCheckbox.spec.ts +0 -23
  380. package/src/components/Amelipro/AmeliproCheckbox/tests/__snapshots__/AmeliproCheckbox.spec.ts.snap +0 -40
  381. package/src/components/Amelipro/AmeliproCheckboxGroup/tests/AmeliproCheckboxGroup.spec.ts +0 -50
  382. package/src/components/Amelipro/AmeliproChips/tests/AmeliproChips.spec.ts +0 -20
  383. package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +0 -97
  384. package/src/components/Amelipro/AmeliproDialog/tests/AmeliproDialog.spec.ts +0 -26
  385. package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +0 -134
  386. package/src/components/Amelipro/AmeliproDisclosure/tests/AmeliproDisclosure.spec.ts +0 -23
  387. package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +0 -104
  388. package/src/components/BackBtn/tests/__snapshots__/BackBtn.spec.ts.snap +0 -45
  389. package/src/components/DialogBox/tests/__snapshots__/DialogBox.spec.ts.snap +0 -204
  390. package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +0 -1222
  391. package/src/stories/Demarrer/CreerUneIssue.mdx +0 -67
  392. package/src/stories/Demarrer/components.stories.ts +0 -25
  393. /package/src/composables/validation/{FormValidation.mdx → FormValidation.mdx.old} +0 -0
@@ -239,8 +239,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
239
239
  readonly disabled: boolean;
240
240
  readonly readonly: boolean;
241
241
  readonly items: string[] | SelectItem[];
242
- readonly uniqueId: string;
243
242
  readonly horizontal: boolean;
243
+ readonly uniqueId: string;
244
244
  readonly rules: import('../../../utils/rules/types').ValidationRule[];
245
245
  readonly validateOn: "lazy" | "blur" | "input" | "submit" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
246
246
  readonly clearable: boolean;
@@ -385,7 +385,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
385
385
  hint?: string | undefined;
386
386
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
387
387
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
388
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
388
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
389
389
  bgColor?: string | undefined;
390
390
  centerAffix?: boolean | undefined;
391
391
  color?: string | undefined;
@@ -449,7 +449,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
449
449
  mandatory: boolean;
450
450
  itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
451
451
  returnObject: boolean;
452
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
452
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
453
453
  baseColor?: string | undefined;
454
454
  activeColor?: string | undefined;
455
455
  activeClass?: string | undefined;
@@ -1011,7 +1011,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1011
1011
  hint?: string | undefined;
1012
1012
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1013
1013
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1014
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
1014
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
1015
1015
  bgColor?: string | undefined;
1016
1016
  centerAffix?: boolean | undefined;
1017
1017
  color?: string | undefined;
@@ -1075,7 +1075,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1075
1075
  mandatory: boolean;
1076
1076
  itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1077
1077
  returnObject: boolean;
1078
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
1078
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
1079
1079
  baseColor?: string | undefined;
1080
1080
  activeColor?: string | undefined;
1081
1081
  activeClass?: string | undefined;
@@ -2604,7 +2604,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2604
2604
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
2605
2605
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2606
2606
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
2607
- }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "indeterminate" | "lang" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "prefix" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "autocapitalize" | "inert" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "translate" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
2607
+ }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "inert" | "lang" | "spellcheck" | "translate" | "prefix" | "autocapitalize" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
2608
2608
  $: import('vue').ComponentInternalInstance;
2609
2609
  $data: {};
2610
2610
  $props: Partial<{
@@ -3119,7 +3119,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3119
3119
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
3120
3120
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
3121
3121
  };
3122
- }> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "details" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "prefix" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
3122
+ }> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "details" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "prefix" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
3123
3123
  _allExposed: {
3124
3124
  isFocused: import('vue').ShallowRef<boolean, boolean>;
3125
3125
  menu: import('vue').WritableComputedRef<boolean, boolean>;
@@ -3907,7 +3907,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3907
3907
  hint?: string | undefined;
3908
3908
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
3909
3909
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
3910
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
3910
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
3911
3911
  bgColor?: string | undefined;
3912
3912
  centerAffix?: boolean | undefined;
3913
3913
  color?: string | undefined;
@@ -3971,7 +3971,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3971
3971
  mandatory: boolean;
3972
3972
  itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
3973
3973
  returnObject: boolean;
3974
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
3974
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
3975
3975
  baseColor?: string | undefined;
3976
3976
  activeColor?: string | undefined;
3977
3977
  activeClass?: string | undefined;
@@ -4381,7 +4381,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4381
4381
  } & {
4382
4382
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4383
4383
  "onUpdate:menu"?: ((ue: boolean) => any) | undefined;
4384
- }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "menu" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "transition" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "prepend" | "append" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "eager" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "indeterminate" | "lang" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "autocapitalize" | "inert" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "translate" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "chips" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll"> & import('vue').ShallowUnwrapRef<{
4384
+ }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "menu" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "transition" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "prepend" | "append" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "eager" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "inert" | "lang" | "spellcheck" | "translate" | "autocapitalize" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "chips" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll"> & import('vue').ShallowUnwrapRef<{
4385
4385
  isFocused: import('vue').ShallowRef<boolean, boolean>;
4386
4386
  menu: import('vue').WritableComputedRef<boolean, boolean>;
4387
4387
  select: (item: import('vuetify/lib/composables/list-items.mjs').ListItem<any>, set?: boolean | null | undefined) => void;
@@ -5500,7 +5500,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5500
5500
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
5501
5501
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5502
5502
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
5503
- }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "indeterminate" | "lang" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "prefix" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "autocapitalize" | "inert" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "translate" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5503
+ }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "inert" | "lang" | "spellcheck" | "translate" | "prefix" | "autocapitalize" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5504
5504
  $: import('vue').ComponentInternalInstance;
5505
5505
  $data: {};
5506
5506
  $props: Partial<{
@@ -6015,7 +6015,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6015
6015
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
6016
6016
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
6017
6017
  };
6018
- }> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "details" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "prefix" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
6018
+ }> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "details" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "prefix" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
6019
6019
  _allExposed: {
6020
6020
  isFocused: import('vue').ShallowRef<boolean, boolean>;
6021
6021
  menu: import('vue').WritableComputedRef<boolean, boolean>;
@@ -303,7 +303,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
303
303
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
304
304
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
305
305
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
306
- }, HTMLInputElement & Omit<Omit<{
306
+ }, HTMLTextAreaElement & Omit<Omit<{
307
307
  $: import('vue').ComponentInternalInstance;
308
308
  $data: {};
309
309
  $props: Partial<{
@@ -767,7 +767,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
767
767
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
768
768
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
769
769
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
770
- }, HTMLInputElement & Omit<Omit<{
770
+ }, HTMLTextAreaElement & Omit<Omit<{
771
771
  $: import('vue').ComponentInternalInstance;
772
772
  $data: {};
773
773
  $props: Partial<{
@@ -0,0 +1,10 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
2
+ export interface ErrorBucket {
3
+ fileName?: File['name']
4
+ errors: string[]
5
+ }
6
+
7
+ export type Registrable = {
8
+ register: (field: any) => void
9
+ unregister: (field: any) => void
10
+ }
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
30
30
  keys?: string[] | undefined;
31
31
  } | undefined;
32
32
  readonly: boolean | null;
33
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
33
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
34
34
  centerAffix: boolean;
35
35
  glow: boolean;
36
36
  hideSpinButtons: boolean;
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
56
56
  keys?: string[] | undefined;
57
57
  };
58
58
  readonly: boolean | null;
59
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
59
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
60
60
  centerAffix: boolean;
61
61
  glow: boolean;
62
62
  hideSpinButtons: boolean;
@@ -88,7 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
88
88
  hint?: string | undefined;
89
89
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
90
90
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
91
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "valueComparator" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "falseIcon" | "trueIcon" | "inline">;
91
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "valueComparator" | "inline" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "falseIcon" | "trueIcon">;
92
92
  $attrs: {
93
93
  [x: string]: unknown;
94
94
  };
@@ -138,7 +138,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
138
138
  keys?: string[] | undefined;
139
139
  };
140
140
  readonly: boolean | null;
141
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
141
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
142
142
  centerAffix: boolean;
143
143
  glow: boolean;
144
144
  hideSpinButtons: boolean;
@@ -439,7 +439,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
439
439
  keys?: string[] | undefined;
440
440
  } | undefined;
441
441
  readonly: boolean | null;
442
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
442
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
443
443
  centerAffix: boolean;
444
444
  glow: boolean;
445
445
  hideSpinButtons: boolean;
@@ -507,7 +507,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
507
507
  keys?: string[] | undefined;
508
508
  } | undefined;
509
509
  readonly: boolean | null;
510
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
510
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
511
511
  centerAffix: boolean;
512
512
  glow: boolean;
513
513
  hideSpinButtons: boolean;
@@ -533,7 +533,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
533
533
  keys?: string[] | undefined;
534
534
  };
535
535
  readonly: boolean | null;
536
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
536
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
537
537
  centerAffix: boolean;
538
538
  glow: boolean;
539
539
  hideSpinButtons: boolean;
@@ -566,7 +566,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
566
566
  hint?: string | undefined;
567
567
  "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
568
568
  "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
569
- }, "type" | "error" | "reset" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "valueComparator" | "_allExposed" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "falseIcon" | "trueIcon" | "inline"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
569
+ }, "type" | "error" | "reset" | "style" | "height" | "disabled" | "density" | "readonly" | "ripple" | "valueComparator" | "_allExposed" | "inline" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "falseIcon" | "trueIcon"> & import('vue').ShallowUnwrapRef<Omit<Omit<{
570
570
  $: import('vue').ComponentInternalInstance;
571
571
  $data: {};
572
572
  $props: Partial<{
@@ -835,7 +835,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
835
835
  };
836
836
  multiple: boolean | null;
837
837
  readonly: boolean | null;
838
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
838
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
839
839
  } & {
840
840
  theme?: string | undefined;
841
841
  class?: any;
@@ -902,7 +902,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
902
902
  } | undefined;
903
903
  multiple: boolean | null;
904
904
  readonly: boolean | null;
905
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
905
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
906
906
  }, true, {}, import('vue').SlotsType<Partial<{
907
907
  default: (arg: {
908
908
  backgroundColorClasses: import('vue').Ref<string[], string[]>;
@@ -940,7 +940,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
940
940
  };
941
941
  multiple: boolean | null;
942
942
  readonly: boolean | null;
943
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
943
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
944
944
  } & {
945
945
  theme?: string | undefined;
946
946
  class?: any;
@@ -1007,7 +1007,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1007
1007
  } | undefined;
1008
1008
  multiple: boolean | null;
1009
1009
  readonly: boolean | null;
1010
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1010
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
1011
1011
  }> | null;
1012
1012
  acceptRadioRef: import('vue').CreateComponentPublicInstanceWithMixins<{
1013
1013
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
@@ -1023,7 +1023,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1023
1023
  };
1024
1024
  multiple: boolean | null;
1025
1025
  readonly: boolean | null;
1026
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1026
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
1027
1027
  } & {
1028
1028
  theme?: string | undefined;
1029
1029
  class?: any;
@@ -1090,7 +1090,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1090
1090
  } | undefined;
1091
1091
  multiple: boolean | null;
1092
1092
  readonly: boolean | null;
1093
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1093
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
1094
1094
  }, true, {}, import('vue').SlotsType<Partial<{
1095
1095
  default: (arg: {
1096
1096
  backgroundColorClasses: import('vue').Ref<string[], string[]>;
@@ -1128,7 +1128,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1128
1128
  };
1129
1129
  multiple: boolean | null;
1130
1130
  readonly: boolean | null;
1131
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1131
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
1132
1132
  } & {
1133
1133
  theme?: string | undefined;
1134
1134
  class?: any;
@@ -1195,7 +1195,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
1195
1195
  } | undefined;
1196
1196
  multiple: boolean | null;
1197
1197
  readonly: boolean | null;
1198
- valueComparator: typeof import('vuetify/lib/util/helpers.mjs').deepEqual;
1198
+ valueComparator: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual;
1199
1199
  }> | null;
1200
1200
  }, HTMLDivElement>, any>;
1201
1201
  export default _default;
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
26
26
  items: SelectBtnItem[];
27
27
  modelValue: SelectBtnValue;
28
28
  multiple: boolean;
29
+ inline: boolean;
29
30
  errorMessages: string[];
30
31
  hint: string;
31
- inline: boolean;
32
32
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
33
33
  export default _default;
@@ -102,7 +102,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
102
102
  default: boolean;
103
103
  };
104
104
  autocomplete: {
105
- type: StringConstructor;
105
+ type: PropType<string | undefined>;
106
106
  default: string;
107
107
  };
108
108
  }>, {
@@ -209,7 +209,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
209
209
  default: boolean;
210
210
  };
211
211
  autocomplete: {
212
- type: StringConstructor;
212
+ type: PropType<string | undefined>;
213
213
  default: string;
214
214
  };
215
215
  }>> & Readonly<{
@@ -233,7 +233,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
233
233
  errorMessages: string | readonly string[];
234
234
  displayAsterisk: boolean;
235
235
  disableErrorHandling: boolean;
236
- autocomplete: string;
236
+ autocomplete: string | undefined;
237
237
  helpText: string;
238
238
  clearable: boolean;
239
239
  plainTextKey: string;
@@ -296,7 +296,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
296
296
  width?: string | number | undefined;
297
297
  activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
298
298
  activated?: any;
299
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
299
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
300
300
  baseColor?: string | undefined;
301
301
  activeColor?: string | undefined;
302
302
  activeClass?: string | undefined;
@@ -419,7 +419,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
419
419
  width?: string | number | undefined;
420
420
  activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
421
421
  activated?: any;
422
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
422
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
423
423
  baseColor?: string | undefined;
424
424
  activeColor?: string | undefined;
425
425
  activeClass?: string | undefined;
@@ -610,7 +610,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
610
610
  width?: string | number | undefined;
611
611
  activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
612
612
  activated?: any;
613
- valueComparator?: typeof import('vuetify/lib/util/helpers.mjs').deepEqual | undefined;
613
+ valueComparator?: typeof import('vuetify/lib/util/deepEqual.mjs').deepEqual | undefined;
614
614
  baseColor?: string | undefined;
615
615
  activeColor?: string | undefined;
616
616
  activeClass?: string | undefined;
@@ -120,6 +120,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
120
120
  modelValue: string | number | null;
121
121
  bgColor: string;
122
122
  isActive: boolean;
123
+ prefix: string;
123
124
  prependInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
124
125
  appendInnerIcon: "close" | "error" | "success" | "warning" | "info" | "calendar";
125
126
  prependTooltip: string;
@@ -147,7 +148,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
147
148
  displayPersistentCounter: boolean;
148
149
  displayPersistentHint: boolean;
149
150
  displayPersistentPlaceholder: boolean;
150
- prefix: string;
151
151
  isReversed: boolean;
152
152
  hasError: boolean;
153
153
  hasWarning: boolean;
@@ -436,7 +436,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
436
436
  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>))[];
437
437
  density: import('vuetify/lib/composables/density.mjs').Density;
438
438
  centerAffix: boolean;
439
- glow: boolean;
439
+ glow: boolean; /** @type { [typeof __VLS_components.VTooltip, typeof __VLS_components.VTooltip, ] } */
440
440
  hideSpinButtons: boolean;
441
441
  persistentHint: boolean;
442
442
  messages: string | readonly string[];