@cnamts/synapse 1.0.20 → 1.0.22

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 (414) hide show
  1. package/dist/{DateFilter-XURUmpMl.js → DateFilter-B5n-ZkLi.js} +29 -24
  2. package/dist/{NumberFilter-BZc0O8wV.js → NumberFilter-CtiZ9uj8.js} +1 -1
  3. package/dist/{PeriodFilter-ZNdXcl3p.js → PeriodFilter-DzqiMb-b.js} +1 -1
  4. package/dist/{SelectFilter-DshYU5OK.js → SelectFilter-BOYlF7rX.js} +1 -1
  5. package/dist/{TextFilter-D_c5dRPl.js → TextFilter-BOFRNfcX.js} +1 -1
  6. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +7399 -5967
  7. package/dist/components/Amelipro/AmeliproBtn/AmeliproBtn.d.ts +1 -1
  8. package/dist/components/Amelipro/AmeliproCallback/AmeliproCallback.d.ts +1 -1
  9. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarousel.d.ts +10 -14
  10. package/dist/components/Amelipro/AmeliproCarousel/AmeliproCarouselItem/AmeliproCarouselItem.d.ts +1 -1
  11. package/dist/components/Amelipro/AmeliproCheckbox/AmeliproCheckbox.d.ts +1 -1
  12. package/dist/components/Amelipro/AmeliproClickableTile/AmeliproClickableTile.d.ts +1 -1
  13. package/dist/components/Amelipro/AmeliproCustomSelector/AmeliproCustomSelector.d.ts +1 -1
  14. package/dist/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.d.ts +1 -1
  15. package/dist/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.d.ts +1 -1
  16. package/dist/components/Amelipro/AmeliproFooter/AmeliproFooter.d.ts +8 -8
  17. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeader.d.ts +3 -3
  18. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBar.d.ts +1 -1
  19. package/dist/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/AmeliproHeaderBrandSection.d.ts +1 -1
  20. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
  21. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +16 -20
  22. package/dist/components/Amelipro/AmeliproMenu/AmeliproMenu.d.ts +1 -1
  23. package/dist/components/Amelipro/AmeliproPagination/AmeliproPaginationBtn/AmeliproPaginationBtn.d.ts +1 -1
  24. package/dist/components/Amelipro/AmeliproPatientBanner/AmeliproPatientBanner.d.ts +1 -1
  25. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +1610 -1354
  26. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +2411 -2027
  27. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +8889 -7327
  28. package/dist/components/Amelipro/AmeliproStateTile/AmeliproStateTile.d.ts +1 -1
  29. package/dist/components/Amelipro/AmeliproStepper/AmeliproStepper.d.ts +2 -6
  30. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +8888 -7334
  31. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +951 -839
  32. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +1613 -1357
  33. package/dist/components/Amelipro/AmeliproTileBtn/AmeliproTileBtn.d.ts +223 -203
  34. package/dist/components/Amelipro/AmeliproTransmission/AmeliproTransmission.d.ts +3 -3
  35. package/dist/components/Amelipro/StructureMenu/StructureTabs/StructureTabs.d.ts +3 -7
  36. package/dist/components/CollapsibleList/CollapsibleList.d.ts +4 -1
  37. package/dist/components/CookieBanner/CookieBanner.d.ts +303 -273
  38. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +1297 -1156
  39. package/dist/components/CookiesSelection/CookiesSelection.d.ts +404 -377
  40. package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +1 -1
  41. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +1088 -847
  42. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +1 -1
  43. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +515 -321
  44. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +162 -0
  45. package/dist/components/Customs/SyCheckBoxGroup/locales.d.ts +3 -0
  46. package/dist/components/Customs/SyCheckBoxGroup/types.d.ts +10 -0
  47. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +1668 -5
  48. package/dist/components/Customs/SyForm/SyForm.d.ts +356 -348
  49. package/dist/components/Customs/SyPagination/SyPagination.d.ts +11 -1
  50. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +1609 -4
  51. package/dist/components/Customs/SyTextField/SyTextField.d.ts +1629 -1365
  52. package/dist/components/DataList/DataList.d.ts +1 -1
  53. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +3868 -3123
  54. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +1946 -1562
  55. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +833 -687
  56. package/dist/components/DeclarationAccessibilityPage/DeclarationAccessibilityPage.d.ts +60 -0
  57. package/dist/components/DialogBox/DialogBox.d.ts +482 -416
  58. package/dist/components/DownloadBtn/config.d.ts +1 -1
  59. package/dist/components/ErrorPage/ErrorPage.d.ts +5 -12
  60. package/dist/components/ErrorPage/locales.d.ts +18 -3
  61. package/dist/components/FileList/UploadItem/locales.d.ts +4 -0
  62. package/dist/components/FileUpload/FileUpload.d.ts +6 -4
  63. package/dist/components/FileUpload/locales.d.ts +1 -0
  64. package/dist/components/FilterSideBar/FilterSideBar.d.ts +418 -366
  65. package/dist/components/FooterBar/FooterBar.d.ts +13 -1
  66. package/dist/components/FooterBar/locales.d.ts +1 -0
  67. package/dist/components/FooterBar/types.d.ts +1 -0
  68. package/dist/components/HeaderBar/HeaderBar.d.ts +1 -0
  69. package/dist/components/HeaderBar/HeaderLogo/HeaderLogo.d.ts +1 -0
  70. package/dist/components/HeaderNavigationBar/HeaderNavigationBar.d.ts +3 -6
  71. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +1031 -643
  72. package/dist/components/LangBtn/LangBtn.d.ts +277 -239
  73. package/dist/components/LogoBrandSection/LogoBrandSection.d.ts +4 -0
  74. package/dist/components/MaintenancePage/MaintenancePage.d.ts +16 -1
  75. package/dist/components/MaintenancePage/locales.d.ts +18 -2
  76. package/dist/components/NirField/NirField.d.ts +1659 -1371
  77. package/dist/components/NotFoundPage/NotFoundPage.d.ts +9 -3
  78. package/dist/components/NotFoundPage/locales.d.ts +20 -4
  79. package/dist/components/PageContainer/PageContainer.d.ts +3 -1
  80. package/dist/components/PasswordField/PasswordField.d.ts +1 -1
  81. package/dist/components/PeriodField/PeriodField.d.ts +7712 -6216
  82. package/dist/components/PhoneField/PhoneField.d.ts +831 -687
  83. package/dist/components/RangeField/RangeSlider/RangeSlider.d.ts +4 -12
  84. package/dist/components/StatusPage/StatusPage.d.ts +50 -0
  85. package/dist/components/SubHeader/SubHeader.d.ts +2 -0
  86. package/dist/components/SyAlert/SyAlert.d.ts +74 -70
  87. package/dist/components/SyBtnMenu/SyBtnMenu.d.ts +10 -1
  88. package/dist/components/SyHeading/SyHeading.d.ts +20 -0
  89. package/dist/components/SyTextArea/SyTextArea.d.ts +476 -420
  90. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +759 -468
  91. package/dist/components/Tables/SyTable/SyTable.d.ts +761 -470
  92. package/dist/components/Tables/common/SyTableFilter.d.ts +1 -1
  93. package/dist/components/Tables/common/SyTablePagination.d.ts +269 -170
  94. package/dist/components/Tables/common/filters/DateFilter.d.ts +10 -1
  95. package/dist/components/Tables/common/filters/NumberFilter.d.ts +1 -1
  96. package/dist/components/Tables/common/filters/PeriodFilter.d.ts +1 -1
  97. package/dist/components/Tables/common/filters/SelectFilter.d.ts +1 -1
  98. package/dist/components/Tables/common/filters/TextFilter.d.ts +1 -1
  99. package/dist/components/Tables/common/organizeColumns/OrganizeColumns.d.ts +166 -138
  100. package/dist/components/Tables/common/types.d.ts +2 -0
  101. package/dist/components/UploadWorkflow/UploadWorkflow.d.ts +35 -1212
  102. package/dist/components/UserMenuBtn/UserMenuBtn.d.ts +1 -0
  103. package/dist/components/index.d.ts +4 -0
  104. package/dist/components/types.d.ts +2 -0
  105. package/dist/design-system-v3.js +131 -127
  106. package/dist/design-system-v3.umd.cjs +274 -274
  107. package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +26 -14
  108. package/dist/designTokens/tokens/amelipro/apSemantic.d.ts +19 -13
  109. package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +28 -15
  110. package/dist/designTokens/tokens/cnam/cnamSemantic.d.ts +20 -13
  111. package/dist/designTokens/tokens/pa/paLightTheme.d.ts +26 -15
  112. package/dist/designTokens/tokens/pa/paSemantic.d.ts +19 -13
  113. package/dist/main-CEl4J8_T.js +37241 -0
  114. package/dist/style.css +1 -1
  115. package/dist/utils/theme/index.d.ts +6 -0
  116. package/dist/vuetifyConfig.d.ts +14 -14
  117. package/package.json +16 -7
  118. package/src/assets/amelipro/img/logo-amelipro.svg +9 -0
  119. package/src/assets/apTokens.scss +53 -17
  120. package/src/assets/overrides/_icons.scss +12 -2
  121. package/src/assets/overrides/_tooltips.scss +5 -6
  122. package/src/assets/overrides/_typography.scss +17 -2
  123. package/src/assets/overrides/_utilities.scss +49 -3
  124. package/src/assets/tokens.scss +53 -17
  125. package/src/components/Accordion/accessibilite/Accessibility.mdx +5 -4
  126. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.vue +2 -2
  127. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/__tests__/__snapshots__/AmeliproAccordionTemplate.spec.ts.snap +0 -2
  128. package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +2 -2
  129. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +14 -56
  130. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +1 -1
  131. package/src/components/Amelipro/AmeliproAccordionList/__tests__/__snapshots__/AmeliproAccordionList.spec.ts.snap +15 -23
  132. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +1 -1
  133. package/src/components/Amelipro/AmeliproAccordionResultList/__tests__/__snapshots__/AmeliproAccordionResultList.spec.ts.snap +15 -3
  134. package/src/components/Amelipro/AmeliproCarousel/__tests__/__snapshots__/AmeliproCarousel.spec.ts.snap +0 -2
  135. package/src/components/Amelipro/AmeliproClickableTile/tests/__snapshots__/AmeliproClickableTile.spec.ts.snap +0 -98
  136. package/src/components/Amelipro/AmeliproContentLayout/AmeliproContentLayout.mdx +1 -1
  137. package/src/components/Amelipro/AmeliproContentLayout/AmeliproContentLayout.stories.ts +5 -16
  138. package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.mdx +3 -1
  139. package/src/components/Amelipro/AmeliproCopyBtn/AmeliproCopyBtn.stories.ts +7 -0
  140. package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/AmeliproTooth.vue +0 -1
  141. package/src/components/Amelipro/AmeliproDentalChart/AmeliproTooth/tests/__snapshots__/AmeliproTooth.spec.ts.snap +0 -1
  142. package/src/components/Amelipro/AmeliproDentalChart/tests/__snapshots__/AmeliproDentalChart.spec.ts.snap +0 -52
  143. package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +6 -0
  144. package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.mdx +3 -1
  145. package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.stories.ts +19 -0
  146. package/src/components/Amelipro/AmeliproErrorTemplate/AmeliproErrorTemplate.vue +2 -2
  147. package/src/components/Amelipro/AmeliproFirstLogin/AmeliproFirstLogin.vue +3 -4
  148. package/src/components/Amelipro/AmeliproFirstLogin/__tests__/__snapshots__/AmeliproFirstLogin.spec.ts.snap +2 -13
  149. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.mdx +3 -1
  150. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.stories.ts +7 -0
  151. package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +8 -0
  152. package/src/components/Amelipro/AmeliproPatientLogged/__tests__/__snapshots__/AmeliproPatientLogged.spec.ts.snap +9 -2
  153. package/src/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/__tests__/__snapshots__/AmeliproPostalAddressCityRow.spec.ts.snap +28 -10
  154. package/src/components/Amelipro/AmeliproPostalAddressField/__tests__/__snapshots__/AmeliproPostalAddressField.spec.ts.snap +44 -8
  155. package/src/components/Amelipro/AmeliproResultList/AmeliproResultList.vue +1 -1
  156. package/src/components/Amelipro/AmeliproResultList/__tests__/__snapshots__/AmeliproResultList.spec.ts.snap +15 -3
  157. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +1 -1
  158. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +0 -1
  159. package/src/components/Amelipro/AmeliproTooltips/__tests__/__snapshots__/AmeliproTooltips.spec.ts.snap +6 -0
  160. package/src/components/Amelipro/AmeliproUpload/__tests__/__snapshots__/AmeliproUpload.spec.ts.snap +2 -4
  161. package/src/components/Amelipro/StructureMenu/StructureList/__tests__/__snapshots__/StructureList.spec.ts.snap +0 -2
  162. package/src/components/Amelipro/UserMenu/__tests__/__snapshots__/UserMenu.spec.ts.snap +8 -0
  163. package/src/components/BackBtn/BackBtn.vue +1 -1
  164. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +36 -18
  165. package/src/components/ChipList/ChipList.vue +4 -2
  166. package/src/components/CollapsibleList/CollapsibleList.stories.ts +8 -3
  167. package/src/components/CollapsibleList/CollapsibleList.vue +14 -6
  168. package/src/components/CollapsibleList/accessibilite/Accessibility.mdx +19 -6
  169. package/src/components/CollapsibleList/tests/CollapsibleList.a11y.spec.ts +1 -0
  170. package/src/components/CollapsibleList/tests/CollapsibleList.spec.ts +2 -0
  171. package/src/components/ContextualMenu/ContextualMenu.stories.ts +0 -3
  172. package/src/components/ContextualMenu/accessibilite/Accessibility.mdx +67 -11
  173. package/src/components/CookieBanner/CookieBanner.stories.ts +21 -20
  174. package/src/components/CookieBanner/CookieBanner.vue +35 -10
  175. package/src/components/CookieBanner/accessibilite/Accessibility.mdx +76 -11
  176. package/src/components/CookieBanner/tests/CookieBanner.spec.ts +56 -4
  177. package/src/components/CookieBanner/tests/__snapshots__/CookieBanner.spec.ts.snap +21 -15
  178. package/src/components/CookiesSelection/CookiesInformation/CookiesInformation.vue +17 -8
  179. package/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.a11y.spec.ts +1 -0
  180. package/src/components/CookiesSelection/CookiesInformation/tests/CookiesInformation.spec.ts +5 -0
  181. package/src/components/CookiesSelection/CookiesSelection.vue +7 -2
  182. package/src/components/CookiesSelection/tests/CookiesSelection.a11y.spec.ts +1 -0
  183. package/src/components/CookiesSelection/tests/CookiesSelection.spec.ts +5 -0
  184. package/src/components/CookiesSelection/tests/__snapshots__/CookiesSelection.spec.ts.snap +21 -15
  185. package/src/components/CopyBtn/CopyBtn.vue +6 -4
  186. package/src/components/CopyBtn/accessibilite/Accessibility.mdx +82 -11
  187. package/src/components/CopyBtn/tests/__snapshots__/CopyBtn.spec.ts.snap +5 -1
  188. package/src/components/Customs/Selects/SyInputSelect/SyInputSelect.stories.ts +4 -10
  189. package/src/components/Customs/Selects/SySelect/SySelect.mdx +0 -1
  190. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +10 -10
  191. package/src/components/Customs/Selects/SySelect/SySelect.vue +17 -0
  192. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +1 -1
  193. package/src/components/Customs/Selects/SySelect/tests/SySelect.a11y.spec.ts +1 -3
  194. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +72 -0
  195. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.mdx +32 -0
  196. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +856 -0
  197. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +334 -0
  198. package/src/components/Customs/SyCheckBoxGroup/accessibilite/Accessibility.mdx +243 -0
  199. package/src/components/Customs/SyCheckBoxGroup/locales.ts +3 -0
  200. package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.a11y.spec.ts +30 -0
  201. package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.spec.ts +152 -0
  202. package/src/components/Customs/SyCheckBoxGroup/types.ts +10 -0
  203. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +17 -28
  204. package/src/components/Customs/SyCheckbox/accessibilite/Accessibility.mdx +1 -1
  205. package/src/components/Customs/SyForm/SyForm.a11y.spec.ts +1 -1
  206. package/src/components/Customs/SyIcon/SyIcon.a11y.spec.ts +31 -2
  207. package/src/components/Customs/SyIcon/SyIcon.vue +9 -5
  208. package/src/components/Customs/SyPagination/SyPagination.stories.ts +14 -2
  209. package/src/components/Customs/SyPagination/SyPagination.vue +20 -5
  210. package/src/components/Customs/SyPagination/accessibilite/Accessibility.mdx +79 -8
  211. package/src/components/Customs/SyPagination/tests/SyPagination.a11y.spec.ts +38 -12
  212. package/src/components/Customs/SyPagination/tests/SyPagination.spec.ts +12 -0
  213. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +16 -43
  214. package/src/components/Customs/SyTextField/SyTextField.stories.ts +4 -0
  215. package/src/components/Customs/SyTextField/SyTextField.vue +39 -5
  216. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +28 -3
  217. package/src/components/DatePicker/CalendarMode/DatePicker.vue +55 -19
  218. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +9 -3
  219. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +44 -3
  220. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +70 -47
  221. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.a11y.spec.ts +9 -1
  222. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +48 -21
  223. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +98 -0
  224. package/src/components/DatePicker/docExamples/BidirectionalComplexValidation.vue +23 -9
  225. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +21 -8
  226. package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +50 -22
  227. package/src/components/DatePicker/playground/ComplexDatePickerPlayground.vue +48 -10
  228. package/src/components/DatePicker/playground/DatePickerHolidayRule.vue +16 -3
  229. package/src/components/DeclarationAccessibilityPage/DeclarationAccessibilityPage.mdx +83 -0
  230. package/src/components/DeclarationAccessibilityPage/DeclarationAccessibilityPage.stories.ts +502 -0
  231. package/src/components/DeclarationAccessibilityPage/DeclarationAccessibilityPage.vue +428 -0
  232. package/src/components/DeclarationAccessibilityPage/accessibilite/Accessibility.mdx +75 -0
  233. package/src/components/DeclarationAccessibilityPage/tests/DeclarationAccessibilityPage.a11y.spec.ts +53 -0
  234. package/src/components/DeclarationAccessibilityPage/tests/DeclarationAccessibilityPage.spec.ts +59 -0
  235. package/src/components/DiacriticPicker/DiacriticPicker.vue +20 -1
  236. package/src/components/DialogBox/DialogBox.stories.ts +13 -0
  237. package/src/components/DialogBox/DialogBox.vue +12 -5
  238. package/src/components/DialogBox/accessibilite/Accessibility.mdx +27 -7
  239. package/src/components/DialogBox/tests/DialogBox.a11y.spec.ts +1 -0
  240. package/src/components/DialogBox/tests/DialogBox.spec.ts +40 -6
  241. package/src/components/DownloadBtn/accessibilite/Accessibility.mdx +73 -11
  242. package/src/components/DownloadBtn/config.ts +1 -1
  243. package/src/components/ErrorPage/ErrorPage.mdx +6 -16
  244. package/src/components/ErrorPage/ErrorPage.stories.ts +90 -126
  245. package/src/components/ErrorPage/ErrorPage.vue +44 -125
  246. package/src/components/ErrorPage/accessibilite/Accessibility.mdx +83 -6
  247. package/src/components/ErrorPage/assets/error-ap.svg +1774 -0
  248. package/src/components/ErrorPage/locales.ts +21 -3
  249. package/src/components/ErrorPage/tests/ErrorPage.a11y.spec.ts +5 -13
  250. package/src/components/ErrorPage/tests/ErrorPage.spec.ts +2 -41
  251. package/src/components/ErrorPage/tests/__snapshots__/ErrorPage.spec.ts.snap +10 -266
  252. package/src/components/ExternalLinks/tests/__snapshots__/ExternalLinks.spec.ts.snap +13 -2
  253. package/src/components/FileList/FileList.stories.ts +4 -0
  254. package/src/components/FileList/UploadItem/UploadItem.vue +8 -3
  255. package/src/components/FileList/UploadItem/locales.ts +10 -0
  256. package/src/components/FileList/accessibilite/Accessibility.mdx +55 -7
  257. package/src/components/FileUpload/FileUpload.vue +65 -37
  258. package/src/components/FileUpload/FileUploadContent.vue +1 -1
  259. package/src/components/FileUpload/accessibilite/Accessibility.mdx +48 -5
  260. package/src/components/FileUpload/locales.ts +1 -0
  261. package/src/components/FileUpload/tests/FileUpload.spec.ts +14 -14
  262. package/src/components/FilterInline/FilterInline.stories.ts +0 -15
  263. package/src/components/FilterInline/FilterInline.vue +1 -0
  264. package/src/components/FilterInline/accessibilite/Accessibility.mdx +70 -7
  265. package/src/components/FilterInline/tests/__snapshots__/FilterInline.spec.ts.snap +3 -3
  266. package/src/components/FilterSideBar/FilterSideBar.stories.ts +0 -3
  267. package/src/components/FilterSideBar/FilterSideBar.vue +2 -1
  268. package/src/components/FilterSideBar/accessibilite/Accessibility.mdx +70 -9
  269. package/src/components/FooterBar/FooterBar.stories.ts +316 -48
  270. package/src/components/FooterBar/FooterBar.vue +67 -9
  271. package/src/components/FooterBar/config.ts +2 -2
  272. package/src/components/FooterBar/defaultSocialMediaLinks.ts +6 -4
  273. package/src/components/FooterBar/locales.ts +1 -0
  274. package/src/components/FooterBar/tests/FooterBarConfig.spec.ts +1 -1
  275. package/src/components/FooterBar/tests/__snapshots__/FooterBar.spec.ts.snap +6 -25
  276. package/src/components/FooterBar/types.d.ts +1 -0
  277. package/src/components/HeaderBar/HeaderBar.stories.ts +23 -1
  278. package/src/components/HeaderBar/HeaderBar.vue +4 -0
  279. package/src/components/HeaderBar/HeaderLogo/HeaderLogo.vue +7 -2
  280. package/src/components/HeaderBar/HeaderLogo/tests/HeaderLogo.spec.ts +5 -0
  281. package/src/components/HeaderBar/accessibilite/Accessibility.mdx +24 -5
  282. package/src/components/HeaderBar/tests/HeaderBar.a11y.spec.ts +1 -0
  283. package/src/components/HeaderBar/tests/HeaderBar.spec.ts +3 -0
  284. package/src/components/HeaderNavigationBar/HeaderNavigationBar.stories.ts +4 -0
  285. package/src/components/HeaderNavigationBar/HeaderNavigationBar.vue +2 -0
  286. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +3 -0
  287. package/src/components/LogoBrandSection/LogoBrandSection.stories.ts +22 -0
  288. package/src/components/LogoBrandSection/LogoBrandSection.vue +13 -5
  289. package/src/components/LogoBrandSection/tests/LogoBrandSection.a11y.spec.ts +2 -0
  290. package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +44 -0
  291. package/src/components/LogoBrandSection/tests/__snapshots__/LogoBrandSection.spec.ts.snap +2 -0
  292. package/src/components/MaintenancePage/MaintenancePage.mdx +1 -1
  293. package/src/components/MaintenancePage/MaintenancePage.vue +42 -7
  294. package/src/components/MaintenancePage/accessibilite/Accessibility.mdx +63 -6
  295. package/src/components/MaintenancePage/assets/maintenance-ap.svg +1718 -0
  296. package/src/components/MaintenancePage/locales.ts +24 -3
  297. package/src/components/MaintenancePage/tests/MaintenancePage.a11y.spec.ts +76 -3
  298. package/src/components/MaintenancePage/tests/MaintenancePage.spec.ts +60 -2
  299. package/src/components/MaintenancePage/tests/__snapshots__/MaintenancePage.spec.ts.snap +5 -2
  300. package/src/components/NotFoundPage/NotFoundPage.mdx +1 -1
  301. package/src/components/NotFoundPage/NotFoundPage.stories.ts +4 -4
  302. package/src/components/NotFoundPage/NotFoundPage.vue +30 -14
  303. package/src/components/NotFoundPage/accessibilite/Accessibility.mdx +80 -6
  304. package/src/components/NotFoundPage/assets/not-found-ap.svg +2061 -0
  305. package/src/components/NotFoundPage/locales.ts +24 -4
  306. package/src/components/NotFoundPage/tests/NotFoundPage.a11y.spec.ts +217 -4
  307. package/src/components/NotFoundPage/tests/NotFoundPage.spec.ts +123 -12
  308. package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +4 -2
  309. package/src/components/NotificationBar/NotificationBar.mdx +2 -2
  310. package/src/components/NotificationBar/accessibilite/Accessibility.mdx +68 -8
  311. package/src/components/PageContainer/PageContainer.stories.ts +47 -0
  312. package/src/components/PageContainer/PageContainer.vue +4 -2
  313. package/src/components/PageContainer/accessibilite/Accessibility.mdx +67 -0
  314. package/src/components/PageContainer/tests/PageContainer.a11y.spec.ts +14 -7
  315. package/src/components/PaginatedTable/PaginatedTable.mdx +3 -3
  316. package/src/components/PaginatedTable/PaginatedTable.stories.ts +9 -1
  317. package/src/components/PeriodField/PeriodField.vue +4 -0
  318. package/src/components/PeriodField/tests/PeriodField.a11y.spec.ts +10 -1
  319. package/src/components/PhoneField/PhoneField.stories.ts +115 -69
  320. package/src/components/PhoneField/PhoneField.vue +152 -83
  321. package/src/components/PhoneField/accessibilite/Accessibility.mdx +306 -9
  322. package/src/components/PhoneField/indicatifs.ts +2 -2
  323. package/src/components/PhoneField/tests/PhoneField.a11y.spec.ts +22 -9
  324. package/src/components/PhoneField/tests/PhoneField.spec.ts +82 -5
  325. package/src/components/SearchListField/SearchListField.vue +1 -1
  326. package/src/components/SearchListField/accessibilite/Accessibility.mdx +69 -9
  327. package/src/components/SearchListField/tests/SearchListField.a11y.spec.ts +37 -0
  328. package/src/components/SocialMediaLinks/DefaultSocialMediaLinks.ts +6 -4
  329. package/src/components/SocialMediaLinks/SocialMediaLinks.mdx +7 -5
  330. package/src/components/SocialMediaLinks/SocialMediaLinks.stories.ts +17 -13
  331. package/src/components/SocialMediaLinks/SocialMediaLinks.vue +10 -2
  332. package/src/components/SocialMediaLinks/accessibilite/Accessibility.mdx +63 -11
  333. package/src/components/SocialMediaLinks/tests/DefaultSocialMediaLinks.spec.ts +5 -5
  334. package/src/components/SocialMediaLinks/tests/SocialMediaLinks.a11y.spec.ts +59 -0
  335. package/src/components/SocialMediaLinks/tests/SocialMediaLinks.spec.ts +9 -7
  336. package/src/components/StatusPage/StatusPage.mdx +31 -0
  337. package/src/components/StatusPage/StatusPage.stories.ts +236 -0
  338. package/src/components/StatusPage/StatusPage.vue +167 -0
  339. package/src/components/StatusPage/accessibilite/Accessibility.mdx +100 -0
  340. package/src/components/StatusPage/tests/StatusPage.a11y.spec.ts +30 -0
  341. package/src/components/StatusPage/tests/StatusPage.spec.ts +53 -0
  342. package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +272 -0
  343. package/src/components/SubHeader/SubHeader.stories.ts +16 -0
  344. package/src/components/SubHeader/SubHeader.vue +6 -3
  345. package/src/components/SubHeader/accessibilite/Accessibility.mdx +27 -6
  346. package/src/components/SyAlert/SyAlert.vue +21 -20
  347. package/src/components/SyBtnMenu/SyBtnMenu.vue +33 -17
  348. package/src/components/SyBtnMenu/tests/SyBtnMenu.a11y.spec.ts +38 -0
  349. package/src/components/SyBtnMenu/tests/SyBtnMenu.spec.ts +41 -0
  350. package/src/components/SyHeading/SyHeading.vue +18 -0
  351. package/src/components/TableToolbar/TableToolbar.stories.ts +6 -6
  352. package/src/components/TableToolbar/TableToolbar.vue +1 -1
  353. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +96 -35
  354. package/src/components/Tables/SyServerTable/SyServerTable.vue +2 -0
  355. package/src/components/Tables/SyTable/SyTable.vue +2 -0
  356. package/src/components/Tables/common/SyTablePagination.vue +16 -10
  357. package/src/components/Tables/common/filters/DateFilter.vue +5 -0
  358. package/src/components/Tables/common/tests/SyTablePagination.spec.ts +40 -24
  359. package/src/components/Tables/common/types.ts +3 -0
  360. package/src/components/UploadWorkflow/UploadWorkflow.mdx +11 -1
  361. package/src/components/UploadWorkflow/UploadWorkflow.stories.ts +118 -14
  362. package/src/components/UploadWorkflow/UploadWorkflow.vue +59 -31
  363. package/src/components/UploadWorkflow/accessibilite/Accessibility.mdx +56 -5
  364. package/src/components/UploadWorkflow/accessibilite/UploadWorkflow.a11y.spec.ts +110 -0
  365. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +37 -7
  366. package/src/components/UploadWorkflow/tests/__snapshots__/UploadWorkflow.spec.ts.snap +139 -112
  367. package/src/components/UploadWorkflow/useFileList.ts +7 -0
  368. package/src/components/UserMenuBtn/UserMenuBtn.stories.ts +53 -31
  369. package/src/components/UserMenuBtn/UserMenuBtn.vue +4 -1
  370. package/src/components/UserMenuBtn/accessibilite/Accessibility.mdx +72 -8
  371. package/src/components/index.ts +4 -0
  372. package/src/components/types.ts +4 -0
  373. package/src/composables/date/tests/useDateInitialization.spec.ts +22 -1
  374. package/src/composables/date/useDateInitializationDayjs.ts +4 -7
  375. package/src/composables/date/useDatePickerAccessibility.ts +2 -3
  376. package/src/composables/rules/tests/useFieldValidation.spec.ts +39 -3
  377. package/src/composables/rules/useFieldValidation.ts +24 -9
  378. package/src/composables/useFilterable/useFilterable.spec.ts +52 -2
  379. package/src/composables/useFilterable/useFilterable.ts +7 -1
  380. package/src/designTokens/tokens/amelipro/apLightTheme.ts +27 -15
  381. package/src/designTokens/tokens/amelipro/apSemantic.ts +21 -15
  382. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +28 -15
  383. package/src/designTokens/tokens/cnam/cnamSemantic.ts +21 -14
  384. package/src/designTokens/tokens/pa/paLightTheme.ts +27 -16
  385. package/src/designTokens/tokens/pa/paSemantic.ts +19 -13
  386. package/src/directives/rgaaSvgFix.ts +2 -7
  387. package/src/stories/Accessibilite/{Audit → AuditEtContreAudit}/Exemptions-derogations.mdx +1 -1
  388. package/src/stories/Accessibilite/AuditEtContreAudit/Introduction.mdx +188 -0
  389. package/src/stories/Accessibilite/{Audit → AuditEtContreAudit}/RGAA.mdx +1 -1
  390. package/src/stories/Accessibilite/Introduction.mdx +22 -3
  391. package/src/stories/Accessibilite/KitDePreAudit/Introduction.mdx +21 -22
  392. package/src/stories/Accessibilite/KitDePreAudit/Preaudit.mdx +7 -0
  393. package/src/stories/DeprecationNotice/DeprecationNotice.ts +41 -0
  394. package/src/stories/DesignTokens/ColorDisplay.vue +12 -5
  395. package/src/stories/DesignTokens/Colors.mdx +8 -59
  396. package/src/stories/DesignTokens/colors.stories.ts +1862 -1071
  397. package/src/stories/EcoConception/EcoGuideComponent.vue +10 -4
  398. package/src/utils/theme/index.ts +19 -0
  399. package/src/utils/theme/tests/useThemeLocales.spec.ts +245 -0
  400. package/dist/components/MaintenancePage/index.d.ts +0 -2
  401. package/dist/main-CuI6xaPq.js +0 -36396
  402. package/src/components/Customs/SyTabs/tests/SyTabs.a11y.spec.ts +0 -51
  403. package/src/components/DataListItem/tests/DataListItem.a11y.spec.ts +0 -31
  404. package/src/components/DatePicker/CalendarMode/tests/DatePicker.a11y.spec.ts +0 -27
  405. package/src/components/DownloadBtn/tests/DownloadBtn.a11y.spec.ts +0 -26
  406. package/src/components/ExternalLinks/tests/ExternalLinks.a11y.spec.ts +0 -39
  407. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.a11y.spec.ts +0 -45
  408. package/src/components/HeaderToolbar/tests/HeaderToolbar.a11y.spec.ts +0 -25
  409. package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +0 -31
  410. package/src/components/MaintenancePage/index.ts +0 -3
  411. package/src/components/PageContainer/Accessibilite/Accessibility.mdx +0 -53
  412. package/src/components/PageContainer/Accessibilite/AccessibilityGuide.mdx +0 -0
  413. package/src/components/PaginatedTable/tests/PaginatedTable.a11y.spec.ts +0 -43
  414. /package/src/components/NotFoundPage/assets/{not-found.svg → not-found-cnam.svg} +0 -0
@@ -1,30 +1,29 @@
1
1
  import { CookiesItems, Preferences } from './types';
2
2
  type __VLS_Props = {
3
3
  items: CookiesItems;
4
+ headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
4
5
  };
5
6
  declare function __VLS_template(): {
6
7
  attrs: Partial<{}>;
7
8
  slots: any;
8
9
  refs: {
9
10
  form: import('vue').CreateComponentPublicInstanceWithMixins<{
10
- style: import('vue').StyleValue;
11
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
11
12
  disabled: boolean;
13
+ fastFail: boolean;
12
14
  readonly: boolean;
13
15
  modelValue: boolean | null;
14
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
15
- fastFail: boolean;
16
+ validateOn: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit");
16
17
  } & {
17
18
  class?: any;
18
19
  } & {
19
- $children?: import('vue').VNodeChild | {
20
- $stable?: boolean;
21
- } | {
20
+ $children?: {
22
21
  default?: ((arg: {
23
22
  errors: import('vue').Ref<{
24
- id: number | string;
23
+ id: string | number;
25
24
  errorMessages: string[];
26
25
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
27
- id: number | string;
26
+ id: string | number;
28
27
  errorMessages: string[];
29
28
  }[]>;
30
29
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -34,7 +33,7 @@ declare function __VLS_template(): {
34
33
  readonly externalValue: boolean | null;
35
34
  };
36
35
  items: import('vue').Ref<{
37
- id: number | string;
36
+ id: string | number;
38
37
  validate: () => Promise<string[]>;
39
38
  reset: () => Promise<void>;
40
39
  resetValidation: () => Promise<void>;
@@ -42,7 +41,7 @@ declare function __VLS_template(): {
42
41
  isValid: boolean | null;
43
42
  errorMessages: string[];
44
43
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
45
- id: number | string;
44
+ id: string | number;
46
45
  validate: () => Promise<string[]>;
47
46
  reset: () => Promise<void>;
48
47
  resetValidation: () => Promise<void>;
@@ -53,19 +52,21 @@ declare function __VLS_template(): {
53
52
  validate: () => Promise<{
54
53
  valid: boolean;
55
54
  errors: {
56
- id: number | string;
55
+ id: string | number;
57
56
  errorMessages: string[];
58
57
  }[];
59
58
  }>;
60
59
  reset: () => void;
61
60
  resetValidation: () => void;
62
61
  }) => import('vue').VNodeChild) | undefined;
62
+ } | {
63
+ $stable?: boolean | undefined;
63
64
  } | ((arg: {
64
65
  errors: import('vue').Ref<{
65
- id: number | string;
66
+ id: string | number;
66
67
  errorMessages: string[];
67
68
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
68
- id: number | string;
69
+ id: string | number;
69
70
  errorMessages: string[];
70
71
  }[]>;
71
72
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -75,7 +76,7 @@ declare function __VLS_template(): {
75
76
  readonly externalValue: boolean | null;
76
77
  };
77
78
  items: import('vue').Ref<{
78
- id: number | string;
79
+ id: string | number;
79
80
  validate: () => Promise<string[]>;
80
81
  reset: () => Promise<void>;
81
82
  resetValidation: () => Promise<void>;
@@ -83,7 +84,7 @@ declare function __VLS_template(): {
83
84
  isValid: boolean | null;
84
85
  errorMessages: string[];
85
86
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
86
- id: number | string;
87
+ id: string | number;
87
88
  validate: () => Promise<string[]>;
88
89
  reset: () => Promise<void>;
89
90
  resetValidation: () => Promise<void>;
@@ -94,20 +95,20 @@ declare function __VLS_template(): {
94
95
  validate: () => Promise<{
95
96
  valid: boolean;
96
97
  errors: {
97
- id: number | string;
98
+ id: string | number;
98
99
  errorMessages: string[];
99
100
  }[];
100
101
  }>;
101
102
  reset: () => void;
102
103
  resetValidation: () => void;
103
- }) => import('vue').VNodeChild);
104
- 'v-slots'?: {
104
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
105
+ "v-slots"?: {
105
106
  default?: false | ((arg: {
106
107
  errors: import('vue').Ref<{
107
- id: number | string;
108
+ id: string | number;
108
109
  errorMessages: string[];
109
110
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
110
- id: number | string;
111
+ id: string | number;
111
112
  errorMessages: string[];
112
113
  }[]>;
113
114
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -117,7 +118,7 @@ declare function __VLS_template(): {
117
118
  readonly externalValue: boolean | null;
118
119
  };
119
120
  items: import('vue').Ref<{
120
- id: number | string;
121
+ id: string | number;
121
122
  validate: () => Promise<string[]>;
122
123
  reset: () => Promise<void>;
123
124
  resetValidation: () => Promise<void>;
@@ -125,7 +126,7 @@ declare function __VLS_template(): {
125
126
  isValid: boolean | null;
126
127
  errorMessages: string[];
127
128
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
128
- id: number | string;
129
+ id: string | number;
129
130
  validate: () => Promise<string[]>;
130
131
  reset: () => Promise<void>;
131
132
  resetValidation: () => Promise<void>;
@@ -136,7 +137,7 @@ declare function __VLS_template(): {
136
137
  validate: () => Promise<{
137
138
  valid: boolean;
138
139
  errors: {
139
- id: number | string;
140
+ id: string | number;
140
141
  errorMessages: string[];
141
142
  }[];
142
143
  }>;
@@ -147,10 +148,10 @@ declare function __VLS_template(): {
147
148
  } & {
148
149
  "v-slot:default"?: false | ((arg: {
149
150
  errors: import('vue').Ref<{
150
- id: number | string;
151
+ id: string | number;
151
152
  errorMessages: string[];
152
153
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
153
- id: number | string;
154
+ id: string | number;
154
155
  errorMessages: string[];
155
156
  }[]>;
156
157
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -160,7 +161,7 @@ declare function __VLS_template(): {
160
161
  readonly externalValue: boolean | null;
161
162
  };
162
163
  items: import('vue').Ref<{
163
- id: number | string;
164
+ id: string | number;
164
165
  validate: () => Promise<string[]>;
165
166
  reset: () => Promise<void>;
166
167
  resetValidation: () => Promise<void>;
@@ -168,7 +169,7 @@ declare function __VLS_template(): {
168
169
  isValid: boolean | null;
169
170
  errorMessages: string[];
170
171
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
171
- id: number | string;
172
+ id: string | number;
172
173
  validate: () => Promise<string[]>;
173
174
  reset: () => Promise<void>;
174
175
  resetValidation: () => Promise<void>;
@@ -179,7 +180,7 @@ declare function __VLS_template(): {
179
180
  validate: () => Promise<{
180
181
  valid: boolean;
181
182
  errors: {
182
- id: number | string;
183
+ id: string | number;
183
184
  errorMessages: string[];
184
185
  }[];
185
186
  }>;
@@ -191,10 +192,10 @@ declare function __VLS_template(): {
191
192
  "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
192
193
  }, {
193
194
  errors: import('vue').Ref<{
194
- id: number | string;
195
+ id: string | number;
195
196
  errorMessages: string[];
196
197
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
197
- id: number | string;
198
+ id: string | number;
198
199
  errorMessages: string[];
199
200
  }[]>;
200
201
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -204,7 +205,7 @@ declare function __VLS_template(): {
204
205
  readonly externalValue: boolean | null;
205
206
  };
206
207
  items: import('vue').Ref<{
207
- id: number | string;
208
+ id: string | number;
208
209
  validate: () => Promise<string[]>;
209
210
  reset: () => Promise<void>;
210
211
  resetValidation: () => Promise<void>;
@@ -212,7 +213,7 @@ declare function __VLS_template(): {
212
213
  isValid: boolean | null;
213
214
  errorMessages: string[];
214
215
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
215
- id: number | string;
216
+ id: string | number;
216
217
  validate: () => Promise<string[]>;
217
218
  reset: () => Promise<void>;
218
219
  resetValidation: () => Promise<void>;
@@ -223,7 +224,7 @@ declare function __VLS_template(): {
223
224
  validate: () => Promise<{
224
225
  valid: boolean;
225
226
  errors: {
226
- id: number | string;
227
+ id: string | number;
227
228
  errorMessages: string[];
228
229
  }[];
229
230
  }>;
@@ -232,10 +233,10 @@ declare function __VLS_template(): {
232
233
  } & HTMLFormElement & {
233
234
  _allExposed: {
234
235
  errors: import('vue').Ref<{
235
- id: number | string;
236
+ id: string | number;
236
237
  errorMessages: string[];
237
238
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
238
- id: number | string;
239
+ id: string | number;
239
240
  errorMessages: string[];
240
241
  }[]>;
241
242
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -245,7 +246,7 @@ declare function __VLS_template(): {
245
246
  readonly externalValue: boolean | null;
246
247
  };
247
248
  items: import('vue').Ref<{
248
- id: number | string;
249
+ id: string | number;
249
250
  validate: () => Promise<string[]>;
250
251
  reset: () => Promise<void>;
251
252
  resetValidation: () => Promise<void>;
@@ -253,7 +254,7 @@ declare function __VLS_template(): {
253
254
  isValid: boolean | null;
254
255
  errorMessages: string[];
255
256
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
256
- id: number | string;
257
+ id: string | number;
257
258
  validate: () => Promise<string[]>;
258
259
  reset: () => Promise<void>;
259
260
  resetValidation: () => Promise<void>;
@@ -264,7 +265,7 @@ declare function __VLS_template(): {
264
265
  validate: () => Promise<{
265
266
  valid: boolean;
266
267
  errors: {
267
- id: number | string;
268
+ id: string | number;
268
269
  errorMessages: string[];
269
270
  }[];
270
271
  }>;
@@ -272,22 +273,22 @@ declare function __VLS_template(): {
272
273
  resetValidation: () => void;
273
274
  };
274
275
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
275
- 'update:modelValue': (val: boolean | null) => true;
276
+ "update:modelValue": (val: boolean | null) => true;
276
277
  submit: (e: import('vuetify/lib/types.mjs').SubmitEventPromise) => true;
277
278
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
278
279
  style: import('vue').StyleValue;
279
280
  disabled: boolean;
281
+ fastFail: boolean;
280
282
  readonly: boolean;
281
283
  modelValue: boolean | null;
282
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
283
- fastFail: boolean;
284
+ validateOn: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
284
285
  }, true, {}, import('vue').SlotsType<Partial<{
285
286
  default: (arg: {
286
287
  errors: import('vue').Ref<{
287
- id: number | string;
288
+ id: string | number;
288
289
  errorMessages: string[];
289
290
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
290
- id: number | string;
291
+ id: string | number;
291
292
  errorMessages: string[];
292
293
  }[]>;
293
294
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -297,7 +298,7 @@ declare function __VLS_template(): {
297
298
  readonly externalValue: boolean | null;
298
299
  };
299
300
  items: import('vue').Ref<{
300
- id: number | string;
301
+ id: string | number;
301
302
  validate: () => Promise<string[]>;
302
303
  reset: () => Promise<void>;
303
304
  resetValidation: () => Promise<void>;
@@ -305,7 +306,7 @@ declare function __VLS_template(): {
305
306
  isValid: boolean | null;
306
307
  errorMessages: string[];
307
308
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
308
- id: number | string;
309
+ id: string | number;
309
310
  validate: () => Promise<string[]>;
310
311
  reset: () => Promise<void>;
311
312
  resetValidation: () => Promise<void>;
@@ -316,13 +317,15 @@ declare function __VLS_template(): {
316
317
  validate: () => Promise<{
317
318
  valid: boolean;
318
319
  errors: {
319
- id: number | string;
320
+ id: string | number;
320
321
  errorMessages: string[];
321
322
  }[];
322
323
  }>;
323
324
  reset: () => void;
324
325
  resetValidation: () => void;
325
- }) => import('vue').VNode[];
326
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
327
+ [key: string]: any;
328
+ }>[];
326
329
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
327
330
  P: {};
328
331
  B: {};
@@ -331,24 +334,22 @@ declare function __VLS_template(): {
331
334
  M: {};
332
335
  Defaults: {};
333
336
  }, {
334
- style: import('vue').StyleValue;
337
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
335
338
  disabled: boolean;
339
+ fastFail: boolean;
336
340
  readonly: boolean;
337
341
  modelValue: boolean | null;
338
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
339
- fastFail: boolean;
342
+ validateOn: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit");
340
343
  } & {
341
344
  class?: any;
342
345
  } & {
343
- $children?: import('vue').VNodeChild | {
344
- $stable?: boolean;
345
- } | {
346
+ $children?: {
346
347
  default?: ((arg: {
347
348
  errors: import('vue').Ref<{
348
- id: number | string;
349
+ id: string | number;
349
350
  errorMessages: string[];
350
351
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
351
- id: number | string;
352
+ id: string | number;
352
353
  errorMessages: string[];
353
354
  }[]>;
354
355
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -358,7 +359,7 @@ declare function __VLS_template(): {
358
359
  readonly externalValue: boolean | null;
359
360
  };
360
361
  items: import('vue').Ref<{
361
- id: number | string;
362
+ id: string | number;
362
363
  validate: () => Promise<string[]>;
363
364
  reset: () => Promise<void>;
364
365
  resetValidation: () => Promise<void>;
@@ -366,7 +367,7 @@ declare function __VLS_template(): {
366
367
  isValid: boolean | null;
367
368
  errorMessages: string[];
368
369
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
369
- id: number | string;
370
+ id: string | number;
370
371
  validate: () => Promise<string[]>;
371
372
  reset: () => Promise<void>;
372
373
  resetValidation: () => Promise<void>;
@@ -377,19 +378,21 @@ declare function __VLS_template(): {
377
378
  validate: () => Promise<{
378
379
  valid: boolean;
379
380
  errors: {
380
- id: number | string;
381
+ id: string | number;
381
382
  errorMessages: string[];
382
383
  }[];
383
384
  }>;
384
385
  reset: () => void;
385
386
  resetValidation: () => void;
386
387
  }) => import('vue').VNodeChild) | undefined;
388
+ } | {
389
+ $stable?: boolean | undefined;
387
390
  } | ((arg: {
388
391
  errors: import('vue').Ref<{
389
- id: number | string;
392
+ id: string | number;
390
393
  errorMessages: string[];
391
394
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
392
- id: number | string;
395
+ id: string | number;
393
396
  errorMessages: string[];
394
397
  }[]>;
395
398
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -399,7 +402,7 @@ declare function __VLS_template(): {
399
402
  readonly externalValue: boolean | null;
400
403
  };
401
404
  items: import('vue').Ref<{
402
- id: number | string;
405
+ id: string | number;
403
406
  validate: () => Promise<string[]>;
404
407
  reset: () => Promise<void>;
405
408
  resetValidation: () => Promise<void>;
@@ -407,7 +410,7 @@ declare function __VLS_template(): {
407
410
  isValid: boolean | null;
408
411
  errorMessages: string[];
409
412
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
410
- id: number | string;
413
+ id: string | number;
411
414
  validate: () => Promise<string[]>;
412
415
  reset: () => Promise<void>;
413
416
  resetValidation: () => Promise<void>;
@@ -418,20 +421,20 @@ declare function __VLS_template(): {
418
421
  validate: () => Promise<{
419
422
  valid: boolean;
420
423
  errors: {
421
- id: number | string;
424
+ id: string | number;
422
425
  errorMessages: string[];
423
426
  }[];
424
427
  }>;
425
428
  reset: () => void;
426
429
  resetValidation: () => void;
427
- }) => import('vue').VNodeChild);
428
- 'v-slots'?: {
430
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
431
+ "v-slots"?: {
429
432
  default?: false | ((arg: {
430
433
  errors: import('vue').Ref<{
431
- id: number | string;
434
+ id: string | number;
432
435
  errorMessages: string[];
433
436
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
434
- id: number | string;
437
+ id: string | number;
435
438
  errorMessages: string[];
436
439
  }[]>;
437
440
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -441,7 +444,7 @@ declare function __VLS_template(): {
441
444
  readonly externalValue: boolean | null;
442
445
  };
443
446
  items: import('vue').Ref<{
444
- id: number | string;
447
+ id: string | number;
445
448
  validate: () => Promise<string[]>;
446
449
  reset: () => Promise<void>;
447
450
  resetValidation: () => Promise<void>;
@@ -449,7 +452,7 @@ declare function __VLS_template(): {
449
452
  isValid: boolean | null;
450
453
  errorMessages: string[];
451
454
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
452
- id: number | string;
455
+ id: string | number;
453
456
  validate: () => Promise<string[]>;
454
457
  reset: () => Promise<void>;
455
458
  resetValidation: () => Promise<void>;
@@ -460,7 +463,7 @@ declare function __VLS_template(): {
460
463
  validate: () => Promise<{
461
464
  valid: boolean;
462
465
  errors: {
463
- id: number | string;
466
+ id: string | number;
464
467
  errorMessages: string[];
465
468
  }[];
466
469
  }>;
@@ -471,10 +474,10 @@ declare function __VLS_template(): {
471
474
  } & {
472
475
  "v-slot:default"?: false | ((arg: {
473
476
  errors: import('vue').Ref<{
474
- id: number | string;
477
+ id: string | number;
475
478
  errorMessages: string[];
476
479
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
477
- id: number | string;
480
+ id: string | number;
478
481
  errorMessages: string[];
479
482
  }[]>;
480
483
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -484,7 +487,7 @@ declare function __VLS_template(): {
484
487
  readonly externalValue: boolean | null;
485
488
  };
486
489
  items: import('vue').Ref<{
487
- id: number | string;
490
+ id: string | number;
488
491
  validate: () => Promise<string[]>;
489
492
  reset: () => Promise<void>;
490
493
  resetValidation: () => Promise<void>;
@@ -492,7 +495,7 @@ declare function __VLS_template(): {
492
495
  isValid: boolean | null;
493
496
  errorMessages: string[];
494
497
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
495
- id: number | string;
498
+ id: string | number;
496
499
  validate: () => Promise<string[]>;
497
500
  reset: () => Promise<void>;
498
501
  resetValidation: () => Promise<void>;
@@ -503,7 +506,7 @@ declare function __VLS_template(): {
503
506
  validate: () => Promise<{
504
507
  valid: boolean;
505
508
  errors: {
506
- id: number | string;
509
+ id: string | number;
507
510
  errorMessages: string[];
508
511
  }[];
509
512
  }>;
@@ -515,10 +518,10 @@ declare function __VLS_template(): {
515
518
  "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
516
519
  }, {
517
520
  errors: import('vue').Ref<{
518
- id: number | string;
521
+ id: string | number;
519
522
  errorMessages: string[];
520
523
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
521
- id: number | string;
524
+ id: string | number;
522
525
  errorMessages: string[];
523
526
  }[]>;
524
527
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -528,7 +531,7 @@ declare function __VLS_template(): {
528
531
  readonly externalValue: boolean | null;
529
532
  };
530
533
  items: import('vue').Ref<{
531
- id: number | string;
534
+ id: string | number;
532
535
  validate: () => Promise<string[]>;
533
536
  reset: () => Promise<void>;
534
537
  resetValidation: () => Promise<void>;
@@ -536,7 +539,7 @@ declare function __VLS_template(): {
536
539
  isValid: boolean | null;
537
540
  errorMessages: string[];
538
541
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
539
- id: number | string;
542
+ id: string | number;
540
543
  validate: () => Promise<string[]>;
541
544
  reset: () => Promise<void>;
542
545
  resetValidation: () => Promise<void>;
@@ -547,7 +550,7 @@ declare function __VLS_template(): {
547
550
  validate: () => Promise<{
548
551
  valid: boolean;
549
552
  errors: {
550
- id: number | string;
553
+ id: string | number;
551
554
  errorMessages: string[];
552
555
  }[];
553
556
  }>;
@@ -556,10 +559,10 @@ declare function __VLS_template(): {
556
559
  } & HTMLFormElement & {
557
560
  _allExposed: {
558
561
  errors: import('vue').Ref<{
559
- id: number | string;
562
+ id: string | number;
560
563
  errorMessages: string[];
561
564
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
562
- id: number | string;
565
+ id: string | number;
563
566
  errorMessages: string[];
564
567
  }[]>;
565
568
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -569,7 +572,7 @@ declare function __VLS_template(): {
569
572
  readonly externalValue: boolean | null;
570
573
  };
571
574
  items: import('vue').Ref<{
572
- id: number | string;
575
+ id: string | number;
573
576
  validate: () => Promise<string[]>;
574
577
  reset: () => Promise<void>;
575
578
  resetValidation: () => Promise<void>;
@@ -577,7 +580,7 @@ declare function __VLS_template(): {
577
580
  isValid: boolean | null;
578
581
  errorMessages: string[];
579
582
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
580
- id: number | string;
583
+ id: string | number;
581
584
  validate: () => Promise<string[]>;
582
585
  reset: () => Promise<void>;
583
586
  resetValidation: () => Promise<void>;
@@ -588,7 +591,7 @@ declare function __VLS_template(): {
588
591
  validate: () => Promise<{
589
592
  valid: boolean;
590
593
  errors: {
591
- id: number | string;
594
+ id: string | number;
592
595
  errorMessages: string[];
593
596
  }[];
594
597
  }>;
@@ -598,78 +601,79 @@ declare function __VLS_template(): {
598
601
  }, {}, {}, {}, {
599
602
  style: import('vue').StyleValue;
600
603
  disabled: boolean;
604
+ fastFail: boolean;
601
605
  readonly: boolean;
602
606
  modelValue: boolean | null;
603
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
604
- fastFail: boolean;
607
+ validateOn: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
605
608
  }> | null;
606
609
  submitBtnRef: import('vue').CreateComponentPublicInstanceWithMixins<{
607
- symbol: any;
610
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
611
+ density: import('vuetify/lib/composables/density.mjs').Density;
612
+ tile: boolean;
613
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
614
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
615
+ disabled: boolean;
616
+ size: string | number;
608
617
  replace: boolean;
609
- flat: boolean;
610
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
611
618
  exact: boolean;
619
+ symbol: any;
620
+ flat: boolean;
612
621
  block: boolean;
613
- style: import('vue').StyleValue;
614
- disabled: boolean;
615
- size: string | number;
616
622
  readonly: boolean;
617
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
618
- density: import('vuetify/lib/composables/density.mjs').Density;
619
- tile: boolean;
620
623
  slim: boolean;
621
624
  stacked: boolean;
622
625
  ripple: boolean | {
623
- class?: string;
624
- keys?: string[];
625
- } | undefined;
626
+ class?: string | undefined;
627
+ keys?: string[] | undefined;
628
+ };
626
629
  } & {
627
- location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
628
- height?: string | number | undefined;
629
- width?: string | number | undefined;
630
- active?: boolean | undefined;
630
+ theme?: string | undefined;
631
+ class?: any;
631
632
  border?: string | number | boolean | undefined;
633
+ elevation?: string | number | undefined;
634
+ rounded?: string | number | boolean | undefined;
632
635
  color?: string | undefined;
636
+ value?: any;
637
+ selectedClass?: string | undefined;
638
+ height?: string | number | undefined;
633
639
  maxHeight?: string | number | undefined;
634
640
  maxWidth?: string | number | undefined;
635
641
  minHeight?: string | number | undefined;
636
642
  minWidth?: string | number | undefined;
637
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
638
- value?: any;
643
+ width?: string | number | undefined;
644
+ location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
639
645
  loading?: string | boolean | undefined;
640
- text?: string | number | boolean | undefined;
641
- class?: any;
642
- theme?: string | undefined;
643
- to?: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | undefined;
644
- icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
646
+ position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
645
647
  href?: string | undefined;
646
- elevation?: string | number | undefined;
647
- rounded?: string | number | boolean | undefined;
648
- baseColor?: string | undefined;
649
- selectedClass?: string | undefined;
648
+ to?: string | import('vue-router').RouteLocationAsPathGeneric | import('vue-router').RouteLocationAsRelativeGeneric | undefined;
649
+ active?: boolean | undefined;
650
650
  activeColor?: string | undefined;
651
+ baseColor?: string | undefined;
652
+ icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
651
653
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
652
654
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
655
+ spaced?: "both" | "end" | "start" | undefined;
656
+ text?: string | number | boolean | undefined;
653
657
  } & {
654
- $children?: import('vue').VNodeChild | {
655
- $stable?: boolean;
656
- } | (() => import('vue').VNodeChild) | {
658
+ $children?: {
657
659
  default?: (() => import('vue').VNodeChild) | undefined;
658
660
  prepend?: (() => import('vue').VNodeChild) | undefined;
659
661
  append?: (() => import('vue').VNodeChild) | undefined;
660
662
  loader?: (() => import('vue').VNodeChild) | undefined;
661
- };
662
- 'v-slots'?: {
663
+ } | {
664
+ $stable?: boolean | undefined;
665
+ } | (() => import('vue').VNodeChild) | import('vue').VNodeChild;
666
+ "v-slots"?: {
663
667
  default?: false | (() => import('vue').VNodeChild) | undefined;
664
668
  prepend?: false | (() => import('vue').VNodeChild) | undefined;
665
669
  append?: false | (() => import('vue').VNodeChild) | undefined;
666
670
  loader?: false | (() => import('vue').VNodeChild) | undefined;
667
671
  } | undefined;
668
672
  } & {
669
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
670
- "v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
671
673
  "v-slot:append"?: false | (() => import('vue').VNodeChild) | undefined;
674
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
672
675
  "v-slot:loader"?: false | (() => import('vue').VNodeChild) | undefined;
676
+ "v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
673
677
  } & {
674
678
  "onGroup:selected"?: ((val: {
675
679
  value: boolean;
@@ -677,37 +681,45 @@ declare function __VLS_template(): {
677
681
  }, {
678
682
  group: import('vuetify/lib/composables/group.mjs').GroupItemProvide | null;
679
683
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
680
- 'group:selected': (val: {
684
+ "group:selected": (val: {
681
685
  value: boolean;
682
686
  }) => true;
683
687
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
684
- symbol: any;
685
- replace: boolean;
686
- flat: boolean;
687
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
688
- exact: boolean;
689
- block: boolean;
690
- active: boolean;
691
688
  style: import('vue').StyleValue;
692
- text: string | number | boolean;
693
- disabled: boolean;
694
- size: string | number;
695
- readonly: boolean;
696
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
697
689
  density: import('vuetify/lib/composables/density.mjs').Density;
698
690
  rounded: string | number | boolean;
699
691
  tile: boolean;
692
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
693
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
694
+ disabled: boolean;
695
+ size: string | number;
696
+ replace: boolean;
697
+ exact: boolean;
698
+ active: boolean;
699
+ symbol: any;
700
+ flat: boolean;
701
+ block: boolean;
702
+ readonly: boolean;
700
703
  slim: boolean;
701
704
  stacked: boolean;
702
705
  ripple: boolean | {
703
- class?: string;
704
- keys?: string[];
706
+ class?: string | undefined;
707
+ keys?: string[] | undefined;
705
708
  } | undefined;
709
+ text: string | number | boolean;
706
710
  }, true, {}, import('vue').SlotsType<Partial<{
707
- default: () => import('vue').VNode[];
708
- prepend: () => import('vue').VNode[];
709
- append: () => import('vue').VNode[];
710
- loader: () => import('vue').VNode[];
711
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
712
+ [key: string]: any;
713
+ }>[];
714
+ prepend: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
715
+ [key: string]: any;
716
+ }>[];
717
+ append: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
718
+ [key: string]: any;
719
+ }>[];
720
+ loader: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
721
+ [key: string]: any;
722
+ }>[];
711
723
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
712
724
  P: {};
713
725
  B: {};
@@ -716,72 +728,73 @@ declare function __VLS_template(): {
716
728
  M: {};
717
729
  Defaults: {};
718
730
  }, {
719
- symbol: any;
731
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
732
+ density: import('vuetify/lib/composables/density.mjs').Density;
733
+ tile: boolean;
734
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
735
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
736
+ disabled: boolean;
737
+ size: string | number;
720
738
  replace: boolean;
721
- flat: boolean;
722
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
723
739
  exact: boolean;
740
+ symbol: any;
741
+ flat: boolean;
724
742
  block: boolean;
725
- style: import('vue').StyleValue;
726
- disabled: boolean;
727
- size: string | number;
728
743
  readonly: boolean;
729
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
730
- density: import('vuetify/lib/composables/density.mjs').Density;
731
- tile: boolean;
732
744
  slim: boolean;
733
745
  stacked: boolean;
734
746
  ripple: boolean | {
735
- class?: string;
736
- keys?: string[];
737
- } | undefined;
747
+ class?: string | undefined;
748
+ keys?: string[] | undefined;
749
+ };
738
750
  } & {
739
- location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
740
- height?: string | number | undefined;
741
- width?: string | number | undefined;
742
- active?: boolean | undefined;
751
+ theme?: string | undefined;
752
+ class?: any;
743
753
  border?: string | number | boolean | undefined;
754
+ elevation?: string | number | undefined;
755
+ rounded?: string | number | boolean | undefined;
744
756
  color?: string | undefined;
757
+ value?: any;
758
+ selectedClass?: string | undefined;
759
+ height?: string | number | undefined;
745
760
  maxHeight?: string | number | undefined;
746
761
  maxWidth?: string | number | undefined;
747
762
  minHeight?: string | number | undefined;
748
763
  minWidth?: string | number | undefined;
749
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
750
- value?: any;
764
+ width?: string | number | undefined;
765
+ location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
751
766
  loading?: string | boolean | undefined;
752
- text?: string | number | boolean | undefined;
753
- class?: any;
754
- theme?: string | undefined;
755
- to?: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | undefined;
756
- icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
767
+ position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
757
768
  href?: string | undefined;
758
- elevation?: string | number | undefined;
759
- rounded?: string | number | boolean | undefined;
760
- baseColor?: string | undefined;
761
- selectedClass?: string | undefined;
769
+ to?: string | import('vue-router').RouteLocationAsPathGeneric | import('vue-router').RouteLocationAsRelativeGeneric | undefined;
770
+ active?: boolean | undefined;
762
771
  activeColor?: string | undefined;
772
+ baseColor?: string | undefined;
773
+ icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
763
774
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
764
775
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
776
+ spaced?: "both" | "end" | "start" | undefined;
777
+ text?: string | number | boolean | undefined;
765
778
  } & {
766
- $children?: import('vue').VNodeChild | {
767
- $stable?: boolean;
768
- } | (() => import('vue').VNodeChild) | {
779
+ $children?: {
769
780
  default?: (() => import('vue').VNodeChild) | undefined;
770
781
  prepend?: (() => import('vue').VNodeChild) | undefined;
771
782
  append?: (() => import('vue').VNodeChild) | undefined;
772
783
  loader?: (() => import('vue').VNodeChild) | undefined;
773
- };
774
- 'v-slots'?: {
784
+ } | {
785
+ $stable?: boolean | undefined;
786
+ } | (() => import('vue').VNodeChild) | import('vue').VNodeChild;
787
+ "v-slots"?: {
775
788
  default?: false | (() => import('vue').VNodeChild) | undefined;
776
789
  prepend?: false | (() => import('vue').VNodeChild) | undefined;
777
790
  append?: false | (() => import('vue').VNodeChild) | undefined;
778
791
  loader?: false | (() => import('vue').VNodeChild) | undefined;
779
792
  } | undefined;
780
793
  } & {
781
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
782
- "v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
783
794
  "v-slot:append"?: false | (() => import('vue').VNodeChild) | undefined;
795
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
784
796
  "v-slot:loader"?: false | (() => import('vue').VNodeChild) | undefined;
797
+ "v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
785
798
  } & {
786
799
  "onGroup:selected"?: ((val: {
787
800
  value: boolean;
@@ -789,28 +802,28 @@ declare function __VLS_template(): {
789
802
  }, {
790
803
  group: import('vuetify/lib/composables/group.mjs').GroupItemProvide | null;
791
804
  }, {}, {}, {}, {
792
- symbol: any;
793
- replace: boolean;
794
- flat: boolean;
795
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
796
- exact: boolean;
797
- block: boolean;
798
- active: boolean;
799
805
  style: import('vue').StyleValue;
800
- text: string | number | boolean;
801
- disabled: boolean;
802
- size: string | number;
803
- readonly: boolean;
804
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
805
806
  density: import('vuetify/lib/composables/density.mjs').Density;
806
807
  rounded: string | number | boolean;
807
808
  tile: boolean;
809
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
810
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
811
+ disabled: boolean;
812
+ size: string | number;
813
+ replace: boolean;
814
+ exact: boolean;
815
+ active: boolean;
816
+ symbol: any;
817
+ flat: boolean;
818
+ block: boolean;
819
+ readonly: boolean;
808
820
  slim: boolean;
809
821
  stacked: boolean;
810
822
  ripple: boolean | {
811
- class?: string;
812
- keys?: string[];
823
+ class?: string | undefined;
824
+ keys?: string[] | undefined;
813
825
  } | undefined;
826
+ text: string | number | boolean;
814
827
  }> | null;
815
828
  };
816
829
  rootEl: any;
@@ -820,26 +833,26 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
820
833
  submit: (preferences: Partial<Preferences>) => any;
821
834
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
822
835
  onSubmit?: ((preferences: Partial<Preferences>) => any) | undefined;
823
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
836
+ }>, {
837
+ headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
838
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
824
839
  form: import('vue').CreateComponentPublicInstanceWithMixins<{
825
- style: import('vue').StyleValue;
840
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
826
841
  disabled: boolean;
842
+ fastFail: boolean;
827
843
  readonly: boolean;
828
844
  modelValue: boolean | null;
829
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
830
- fastFail: boolean;
845
+ validateOn: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit");
831
846
  } & {
832
847
  class?: any;
833
848
  } & {
834
- $children?: import('vue').VNodeChild | {
835
- $stable?: boolean;
836
- } | {
849
+ $children?: {
837
850
  default?: ((arg: {
838
851
  errors: import('vue').Ref<{
839
- id: number | string;
852
+ id: string | number;
840
853
  errorMessages: string[];
841
854
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
842
- id: number | string;
855
+ id: string | number;
843
856
  errorMessages: string[];
844
857
  }[]>;
845
858
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -849,7 +862,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
849
862
  readonly externalValue: boolean | null;
850
863
  };
851
864
  items: import('vue').Ref<{
852
- id: number | string;
865
+ id: string | number;
853
866
  validate: () => Promise<string[]>;
854
867
  reset: () => Promise<void>;
855
868
  resetValidation: () => Promise<void>;
@@ -857,7 +870,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
857
870
  isValid: boolean | null;
858
871
  errorMessages: string[];
859
872
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
860
- id: number | string;
873
+ id: string | number;
861
874
  validate: () => Promise<string[]>;
862
875
  reset: () => Promise<void>;
863
876
  resetValidation: () => Promise<void>;
@@ -868,19 +881,21 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
868
881
  validate: () => Promise<{
869
882
  valid: boolean;
870
883
  errors: {
871
- id: number | string;
884
+ id: string | number;
872
885
  errorMessages: string[];
873
886
  }[];
874
887
  }>;
875
888
  reset: () => void;
876
889
  resetValidation: () => void;
877
890
  }) => import('vue').VNodeChild) | undefined;
891
+ } | {
892
+ $stable?: boolean | undefined;
878
893
  } | ((arg: {
879
894
  errors: import('vue').Ref<{
880
- id: number | string;
895
+ id: string | number;
881
896
  errorMessages: string[];
882
897
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
883
- id: number | string;
898
+ id: string | number;
884
899
  errorMessages: string[];
885
900
  }[]>;
886
901
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -890,7 +905,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
890
905
  readonly externalValue: boolean | null;
891
906
  };
892
907
  items: import('vue').Ref<{
893
- id: number | string;
908
+ id: string | number;
894
909
  validate: () => Promise<string[]>;
895
910
  reset: () => Promise<void>;
896
911
  resetValidation: () => Promise<void>;
@@ -898,7 +913,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
898
913
  isValid: boolean | null;
899
914
  errorMessages: string[];
900
915
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
901
- id: number | string;
916
+ id: string | number;
902
917
  validate: () => Promise<string[]>;
903
918
  reset: () => Promise<void>;
904
919
  resetValidation: () => Promise<void>;
@@ -909,20 +924,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
909
924
  validate: () => Promise<{
910
925
  valid: boolean;
911
926
  errors: {
912
- id: number | string;
927
+ id: string | number;
913
928
  errorMessages: string[];
914
929
  }[];
915
930
  }>;
916
931
  reset: () => void;
917
932
  resetValidation: () => void;
918
- }) => import('vue').VNodeChild);
919
- 'v-slots'?: {
933
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
934
+ "v-slots"?: {
920
935
  default?: false | ((arg: {
921
936
  errors: import('vue').Ref<{
922
- id: number | string;
937
+ id: string | number;
923
938
  errorMessages: string[];
924
939
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
925
- id: number | string;
940
+ id: string | number;
926
941
  errorMessages: string[];
927
942
  }[]>;
928
943
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -932,7 +947,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
932
947
  readonly externalValue: boolean | null;
933
948
  };
934
949
  items: import('vue').Ref<{
935
- id: number | string;
950
+ id: string | number;
936
951
  validate: () => Promise<string[]>;
937
952
  reset: () => Promise<void>;
938
953
  resetValidation: () => Promise<void>;
@@ -940,7 +955,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
940
955
  isValid: boolean | null;
941
956
  errorMessages: string[];
942
957
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
943
- id: number | string;
958
+ id: string | number;
944
959
  validate: () => Promise<string[]>;
945
960
  reset: () => Promise<void>;
946
961
  resetValidation: () => Promise<void>;
@@ -951,7 +966,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
951
966
  validate: () => Promise<{
952
967
  valid: boolean;
953
968
  errors: {
954
- id: number | string;
969
+ id: string | number;
955
970
  errorMessages: string[];
956
971
  }[];
957
972
  }>;
@@ -962,10 +977,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
962
977
  } & {
963
978
  "v-slot:default"?: false | ((arg: {
964
979
  errors: import('vue').Ref<{
965
- id: number | string;
980
+ id: string | number;
966
981
  errorMessages: string[];
967
982
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
968
- id: number | string;
983
+ id: string | number;
969
984
  errorMessages: string[];
970
985
  }[]>;
971
986
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -975,7 +990,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
975
990
  readonly externalValue: boolean | null;
976
991
  };
977
992
  items: import('vue').Ref<{
978
- id: number | string;
993
+ id: string | number;
979
994
  validate: () => Promise<string[]>;
980
995
  reset: () => Promise<void>;
981
996
  resetValidation: () => Promise<void>;
@@ -983,7 +998,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
983
998
  isValid: boolean | null;
984
999
  errorMessages: string[];
985
1000
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
986
- id: number | string;
1001
+ id: string | number;
987
1002
  validate: () => Promise<string[]>;
988
1003
  reset: () => Promise<void>;
989
1004
  resetValidation: () => Promise<void>;
@@ -994,7 +1009,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
994
1009
  validate: () => Promise<{
995
1010
  valid: boolean;
996
1011
  errors: {
997
- id: number | string;
1012
+ id: string | number;
998
1013
  errorMessages: string[];
999
1014
  }[];
1000
1015
  }>;
@@ -1006,10 +1021,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1006
1021
  "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
1007
1022
  }, {
1008
1023
  errors: import('vue').Ref<{
1009
- id: number | string;
1024
+ id: string | number;
1010
1025
  errorMessages: string[];
1011
1026
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1012
- id: number | string;
1027
+ id: string | number;
1013
1028
  errorMessages: string[];
1014
1029
  }[]>;
1015
1030
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1019,7 +1034,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1019
1034
  readonly externalValue: boolean | null;
1020
1035
  };
1021
1036
  items: import('vue').Ref<{
1022
- id: number | string;
1037
+ id: string | number;
1023
1038
  validate: () => Promise<string[]>;
1024
1039
  reset: () => Promise<void>;
1025
1040
  resetValidation: () => Promise<void>;
@@ -1027,7 +1042,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1027
1042
  isValid: boolean | null;
1028
1043
  errorMessages: string[];
1029
1044
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1030
- id: number | string;
1045
+ id: string | number;
1031
1046
  validate: () => Promise<string[]>;
1032
1047
  reset: () => Promise<void>;
1033
1048
  resetValidation: () => Promise<void>;
@@ -1038,7 +1053,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1038
1053
  validate: () => Promise<{
1039
1054
  valid: boolean;
1040
1055
  errors: {
1041
- id: number | string;
1056
+ id: string | number;
1042
1057
  errorMessages: string[];
1043
1058
  }[];
1044
1059
  }>;
@@ -1047,10 +1062,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1047
1062
  } & HTMLFormElement & {
1048
1063
  _allExposed: {
1049
1064
  errors: import('vue').Ref<{
1050
- id: number | string;
1065
+ id: string | number;
1051
1066
  errorMessages: string[];
1052
1067
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1053
- id: number | string;
1068
+ id: string | number;
1054
1069
  errorMessages: string[];
1055
1070
  }[]>;
1056
1071
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1060,7 +1075,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1060
1075
  readonly externalValue: boolean | null;
1061
1076
  };
1062
1077
  items: import('vue').Ref<{
1063
- id: number | string;
1078
+ id: string | number;
1064
1079
  validate: () => Promise<string[]>;
1065
1080
  reset: () => Promise<void>;
1066
1081
  resetValidation: () => Promise<void>;
@@ -1068,7 +1083,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1068
1083
  isValid: boolean | null;
1069
1084
  errorMessages: string[];
1070
1085
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1071
- id: number | string;
1086
+ id: string | number;
1072
1087
  validate: () => Promise<string[]>;
1073
1088
  reset: () => Promise<void>;
1074
1089
  resetValidation: () => Promise<void>;
@@ -1079,7 +1094,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1079
1094
  validate: () => Promise<{
1080
1095
  valid: boolean;
1081
1096
  errors: {
1082
- id: number | string;
1097
+ id: string | number;
1083
1098
  errorMessages: string[];
1084
1099
  }[];
1085
1100
  }>;
@@ -1087,22 +1102,22 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1087
1102
  resetValidation: () => void;
1088
1103
  };
1089
1104
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1090
- 'update:modelValue': (val: boolean | null) => true;
1105
+ "update:modelValue": (val: boolean | null) => true;
1091
1106
  submit: (e: import('vuetify/lib/types.mjs').SubmitEventPromise) => true;
1092
1107
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1093
1108
  style: import('vue').StyleValue;
1094
1109
  disabled: boolean;
1110
+ fastFail: boolean;
1095
1111
  readonly: boolean;
1096
1112
  modelValue: boolean | null;
1097
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1098
- fastFail: boolean;
1113
+ validateOn: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1099
1114
  }, true, {}, import('vue').SlotsType<Partial<{
1100
1115
  default: (arg: {
1101
1116
  errors: import('vue').Ref<{
1102
- id: number | string;
1117
+ id: string | number;
1103
1118
  errorMessages: string[];
1104
1119
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1105
- id: number | string;
1120
+ id: string | number;
1106
1121
  errorMessages: string[];
1107
1122
  }[]>;
1108
1123
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1112,7 +1127,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1112
1127
  readonly externalValue: boolean | null;
1113
1128
  };
1114
1129
  items: import('vue').Ref<{
1115
- id: number | string;
1130
+ id: string | number;
1116
1131
  validate: () => Promise<string[]>;
1117
1132
  reset: () => Promise<void>;
1118
1133
  resetValidation: () => Promise<void>;
@@ -1120,7 +1135,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1120
1135
  isValid: boolean | null;
1121
1136
  errorMessages: string[];
1122
1137
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1123
- id: number | string;
1138
+ id: string | number;
1124
1139
  validate: () => Promise<string[]>;
1125
1140
  reset: () => Promise<void>;
1126
1141
  resetValidation: () => Promise<void>;
@@ -1131,13 +1146,15 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1131
1146
  validate: () => Promise<{
1132
1147
  valid: boolean;
1133
1148
  errors: {
1134
- id: number | string;
1149
+ id: string | number;
1135
1150
  errorMessages: string[];
1136
1151
  }[];
1137
1152
  }>;
1138
1153
  reset: () => void;
1139
1154
  resetValidation: () => void;
1140
- }) => import('vue').VNode[];
1155
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1156
+ [key: string]: any;
1157
+ }>[];
1141
1158
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1142
1159
  P: {};
1143
1160
  B: {};
@@ -1146,24 +1163,22 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1146
1163
  M: {};
1147
1164
  Defaults: {};
1148
1165
  }, {
1149
- style: import('vue').StyleValue;
1166
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1150
1167
  disabled: boolean;
1168
+ fastFail: boolean;
1151
1169
  readonly: boolean;
1152
1170
  modelValue: boolean | null;
1153
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1154
- fastFail: boolean;
1171
+ validateOn: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit");
1155
1172
  } & {
1156
1173
  class?: any;
1157
1174
  } & {
1158
- $children?: import('vue').VNodeChild | {
1159
- $stable?: boolean;
1160
- } | {
1175
+ $children?: {
1161
1176
  default?: ((arg: {
1162
1177
  errors: import('vue').Ref<{
1163
- id: number | string;
1178
+ id: string | number;
1164
1179
  errorMessages: string[];
1165
1180
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1166
- id: number | string;
1181
+ id: string | number;
1167
1182
  errorMessages: string[];
1168
1183
  }[]>;
1169
1184
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1173,7 +1188,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1173
1188
  readonly externalValue: boolean | null;
1174
1189
  };
1175
1190
  items: import('vue').Ref<{
1176
- id: number | string;
1191
+ id: string | number;
1177
1192
  validate: () => Promise<string[]>;
1178
1193
  reset: () => Promise<void>;
1179
1194
  resetValidation: () => Promise<void>;
@@ -1181,7 +1196,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1181
1196
  isValid: boolean | null;
1182
1197
  errorMessages: string[];
1183
1198
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1184
- id: number | string;
1199
+ id: string | number;
1185
1200
  validate: () => Promise<string[]>;
1186
1201
  reset: () => Promise<void>;
1187
1202
  resetValidation: () => Promise<void>;
@@ -1192,19 +1207,21 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1192
1207
  validate: () => Promise<{
1193
1208
  valid: boolean;
1194
1209
  errors: {
1195
- id: number | string;
1210
+ id: string | number;
1196
1211
  errorMessages: string[];
1197
1212
  }[];
1198
1213
  }>;
1199
1214
  reset: () => void;
1200
1215
  resetValidation: () => void;
1201
1216
  }) => import('vue').VNodeChild) | undefined;
1217
+ } | {
1218
+ $stable?: boolean | undefined;
1202
1219
  } | ((arg: {
1203
1220
  errors: import('vue').Ref<{
1204
- id: number | string;
1221
+ id: string | number;
1205
1222
  errorMessages: string[];
1206
1223
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1207
- id: number | string;
1224
+ id: string | number;
1208
1225
  errorMessages: string[];
1209
1226
  }[]>;
1210
1227
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1214,7 +1231,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1214
1231
  readonly externalValue: boolean | null;
1215
1232
  };
1216
1233
  items: import('vue').Ref<{
1217
- id: number | string;
1234
+ id: string | number;
1218
1235
  validate: () => Promise<string[]>;
1219
1236
  reset: () => Promise<void>;
1220
1237
  resetValidation: () => Promise<void>;
@@ -1222,7 +1239,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1222
1239
  isValid: boolean | null;
1223
1240
  errorMessages: string[];
1224
1241
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1225
- id: number | string;
1242
+ id: string | number;
1226
1243
  validate: () => Promise<string[]>;
1227
1244
  reset: () => Promise<void>;
1228
1245
  resetValidation: () => Promise<void>;
@@ -1233,20 +1250,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1233
1250
  validate: () => Promise<{
1234
1251
  valid: boolean;
1235
1252
  errors: {
1236
- id: number | string;
1253
+ id: string | number;
1237
1254
  errorMessages: string[];
1238
1255
  }[];
1239
1256
  }>;
1240
1257
  reset: () => void;
1241
1258
  resetValidation: () => void;
1242
- }) => import('vue').VNodeChild);
1243
- 'v-slots'?: {
1259
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
1260
+ "v-slots"?: {
1244
1261
  default?: false | ((arg: {
1245
1262
  errors: import('vue').Ref<{
1246
- id: number | string;
1263
+ id: string | number;
1247
1264
  errorMessages: string[];
1248
1265
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1249
- id: number | string;
1266
+ id: string | number;
1250
1267
  errorMessages: string[];
1251
1268
  }[]>;
1252
1269
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1256,7 +1273,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1256
1273
  readonly externalValue: boolean | null;
1257
1274
  };
1258
1275
  items: import('vue').Ref<{
1259
- id: number | string;
1276
+ id: string | number;
1260
1277
  validate: () => Promise<string[]>;
1261
1278
  reset: () => Promise<void>;
1262
1279
  resetValidation: () => Promise<void>;
@@ -1264,7 +1281,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1264
1281
  isValid: boolean | null;
1265
1282
  errorMessages: string[];
1266
1283
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1267
- id: number | string;
1284
+ id: string | number;
1268
1285
  validate: () => Promise<string[]>;
1269
1286
  reset: () => Promise<void>;
1270
1287
  resetValidation: () => Promise<void>;
@@ -1275,7 +1292,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1275
1292
  validate: () => Promise<{
1276
1293
  valid: boolean;
1277
1294
  errors: {
1278
- id: number | string;
1295
+ id: string | number;
1279
1296
  errorMessages: string[];
1280
1297
  }[];
1281
1298
  }>;
@@ -1286,10 +1303,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1286
1303
  } & {
1287
1304
  "v-slot:default"?: false | ((arg: {
1288
1305
  errors: import('vue').Ref<{
1289
- id: number | string;
1306
+ id: string | number;
1290
1307
  errorMessages: string[];
1291
1308
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1292
- id: number | string;
1309
+ id: string | number;
1293
1310
  errorMessages: string[];
1294
1311
  }[]>;
1295
1312
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1299,7 +1316,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1299
1316
  readonly externalValue: boolean | null;
1300
1317
  };
1301
1318
  items: import('vue').Ref<{
1302
- id: number | string;
1319
+ id: string | number;
1303
1320
  validate: () => Promise<string[]>;
1304
1321
  reset: () => Promise<void>;
1305
1322
  resetValidation: () => Promise<void>;
@@ -1307,7 +1324,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1307
1324
  isValid: boolean | null;
1308
1325
  errorMessages: string[];
1309
1326
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1310
- id: number | string;
1327
+ id: string | number;
1311
1328
  validate: () => Promise<string[]>;
1312
1329
  reset: () => Promise<void>;
1313
1330
  resetValidation: () => Promise<void>;
@@ -1318,7 +1335,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1318
1335
  validate: () => Promise<{
1319
1336
  valid: boolean;
1320
1337
  errors: {
1321
- id: number | string;
1338
+ id: string | number;
1322
1339
  errorMessages: string[];
1323
1340
  }[];
1324
1341
  }>;
@@ -1330,10 +1347,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1330
1347
  "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
1331
1348
  }, {
1332
1349
  errors: import('vue').Ref<{
1333
- id: number | string;
1350
+ id: string | number;
1334
1351
  errorMessages: string[];
1335
1352
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1336
- id: number | string;
1353
+ id: string | number;
1337
1354
  errorMessages: string[];
1338
1355
  }[]>;
1339
1356
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1343,7 +1360,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1343
1360
  readonly externalValue: boolean | null;
1344
1361
  };
1345
1362
  items: import('vue').Ref<{
1346
- id: number | string;
1363
+ id: string | number;
1347
1364
  validate: () => Promise<string[]>;
1348
1365
  reset: () => Promise<void>;
1349
1366
  resetValidation: () => Promise<void>;
@@ -1351,7 +1368,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1351
1368
  isValid: boolean | null;
1352
1369
  errorMessages: string[];
1353
1370
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1354
- id: number | string;
1371
+ id: string | number;
1355
1372
  validate: () => Promise<string[]>;
1356
1373
  reset: () => Promise<void>;
1357
1374
  resetValidation: () => Promise<void>;
@@ -1362,7 +1379,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1362
1379
  validate: () => Promise<{
1363
1380
  valid: boolean;
1364
1381
  errors: {
1365
- id: number | string;
1382
+ id: string | number;
1366
1383
  errorMessages: string[];
1367
1384
  }[];
1368
1385
  }>;
@@ -1371,10 +1388,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1371
1388
  } & HTMLFormElement & {
1372
1389
  _allExposed: {
1373
1390
  errors: import('vue').Ref<{
1374
- id: number | string;
1391
+ id: string | number;
1375
1392
  errorMessages: string[];
1376
1393
  }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1377
- id: number | string;
1394
+ id: string | number;
1378
1395
  errorMessages: string[];
1379
1396
  }[]>;
1380
1397
  isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
@@ -1384,7 +1401,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1384
1401
  readonly externalValue: boolean | null;
1385
1402
  };
1386
1403
  items: import('vue').Ref<{
1387
- id: number | string;
1404
+ id: string | number;
1388
1405
  validate: () => Promise<string[]>;
1389
1406
  reset: () => Promise<void>;
1390
1407
  resetValidation: () => Promise<void>;
@@ -1392,7 +1409,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1392
1409
  isValid: boolean | null;
1393
1410
  errorMessages: string[];
1394
1411
  }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1395
- id: number | string;
1412
+ id: string | number;
1396
1413
  validate: () => Promise<string[]>;
1397
1414
  reset: () => Promise<void>;
1398
1415
  resetValidation: () => Promise<void>;
@@ -1403,7 +1420,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1403
1420
  validate: () => Promise<{
1404
1421
  valid: boolean;
1405
1422
  errors: {
1406
- id: number | string;
1423
+ id: string | number;
1407
1424
  errorMessages: string[];
1408
1425
  }[];
1409
1426
  }>;
@@ -1413,78 +1430,79 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1413
1430
  }, {}, {}, {}, {
1414
1431
  style: import('vue').StyleValue;
1415
1432
  disabled: boolean;
1433
+ fastFail: boolean;
1416
1434
  readonly: boolean;
1417
1435
  modelValue: boolean | null;
1418
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1419
- fastFail: boolean;
1436
+ validateOn: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1420
1437
  }> | null;
1421
1438
  submitBtnRef: import('vue').CreateComponentPublicInstanceWithMixins<{
1422
- symbol: any;
1439
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1440
+ density: import('vuetify/lib/composables/density.mjs').Density;
1441
+ tile: boolean;
1442
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1443
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1444
+ disabled: boolean;
1445
+ size: string | number;
1423
1446
  replace: boolean;
1424
- flat: boolean;
1425
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1426
1447
  exact: boolean;
1448
+ symbol: any;
1449
+ flat: boolean;
1427
1450
  block: boolean;
1428
- style: import('vue').StyleValue;
1429
- disabled: boolean;
1430
- size: string | number;
1431
1451
  readonly: boolean;
1432
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1433
- density: import('vuetify/lib/composables/density.mjs').Density;
1434
- tile: boolean;
1435
1452
  slim: boolean;
1436
1453
  stacked: boolean;
1437
1454
  ripple: boolean | {
1438
- class?: string;
1439
- keys?: string[];
1440
- } | undefined;
1455
+ class?: string | undefined;
1456
+ keys?: string[] | undefined;
1457
+ };
1441
1458
  } & {
1442
- location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
1443
- height?: string | number | undefined;
1444
- width?: string | number | undefined;
1445
- active?: boolean | undefined;
1459
+ theme?: string | undefined;
1460
+ class?: any;
1446
1461
  border?: string | number | boolean | undefined;
1462
+ elevation?: string | number | undefined;
1463
+ rounded?: string | number | boolean | undefined;
1447
1464
  color?: string | undefined;
1465
+ value?: any;
1466
+ selectedClass?: string | undefined;
1467
+ height?: string | number | undefined;
1448
1468
  maxHeight?: string | number | undefined;
1449
1469
  maxWidth?: string | number | undefined;
1450
1470
  minHeight?: string | number | undefined;
1451
1471
  minWidth?: string | number | undefined;
1452
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1453
- value?: any;
1472
+ width?: string | number | undefined;
1473
+ location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
1454
1474
  loading?: string | boolean | undefined;
1455
- text?: string | number | boolean | undefined;
1456
- class?: any;
1457
- theme?: string | undefined;
1458
- to?: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | undefined;
1459
- icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1475
+ position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
1460
1476
  href?: string | undefined;
1461
- elevation?: string | number | undefined;
1462
- rounded?: string | number | boolean | undefined;
1463
- baseColor?: string | undefined;
1464
- selectedClass?: string | undefined;
1477
+ to?: string | import('vue-router').RouteLocationAsPathGeneric | import('vue-router').RouteLocationAsRelativeGeneric | undefined;
1478
+ active?: boolean | undefined;
1465
1479
  activeColor?: string | undefined;
1480
+ baseColor?: string | undefined;
1481
+ icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1466
1482
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1467
1483
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1484
+ spaced?: "both" | "end" | "start" | undefined;
1485
+ text?: string | number | boolean | undefined;
1468
1486
  } & {
1469
- $children?: import('vue').VNodeChild | {
1470
- $stable?: boolean;
1471
- } | (() => import('vue').VNodeChild) | {
1487
+ $children?: {
1472
1488
  default?: (() => import('vue').VNodeChild) | undefined;
1473
1489
  prepend?: (() => import('vue').VNodeChild) | undefined;
1474
1490
  append?: (() => import('vue').VNodeChild) | undefined;
1475
1491
  loader?: (() => import('vue').VNodeChild) | undefined;
1476
- };
1477
- 'v-slots'?: {
1492
+ } | {
1493
+ $stable?: boolean | undefined;
1494
+ } | (() => import('vue').VNodeChild) | import('vue').VNodeChild;
1495
+ "v-slots"?: {
1478
1496
  default?: false | (() => import('vue').VNodeChild) | undefined;
1479
1497
  prepend?: false | (() => import('vue').VNodeChild) | undefined;
1480
1498
  append?: false | (() => import('vue').VNodeChild) | undefined;
1481
1499
  loader?: false | (() => import('vue').VNodeChild) | undefined;
1482
1500
  } | undefined;
1483
1501
  } & {
1484
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1485
- "v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
1486
1502
  "v-slot:append"?: false | (() => import('vue').VNodeChild) | undefined;
1503
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1487
1504
  "v-slot:loader"?: false | (() => import('vue').VNodeChild) | undefined;
1505
+ "v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
1488
1506
  } & {
1489
1507
  "onGroup:selected"?: ((val: {
1490
1508
  value: boolean;
@@ -1492,37 +1510,45 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1492
1510
  }, {
1493
1511
  group: import('vuetify/lib/composables/group.mjs').GroupItemProvide | null;
1494
1512
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1495
- 'group:selected': (val: {
1513
+ "group:selected": (val: {
1496
1514
  value: boolean;
1497
1515
  }) => true;
1498
1516
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1499
- symbol: any;
1500
- replace: boolean;
1501
- flat: boolean;
1502
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1503
- exact: boolean;
1504
- block: boolean;
1505
- active: boolean;
1506
1517
  style: import('vue').StyleValue;
1507
- text: string | number | boolean;
1508
- disabled: boolean;
1509
- size: string | number;
1510
- readonly: boolean;
1511
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1512
1518
  density: import('vuetify/lib/composables/density.mjs').Density;
1513
1519
  rounded: string | number | boolean;
1514
1520
  tile: boolean;
1521
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1522
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1523
+ disabled: boolean;
1524
+ size: string | number;
1525
+ replace: boolean;
1526
+ exact: boolean;
1527
+ active: boolean;
1528
+ symbol: any;
1529
+ flat: boolean;
1530
+ block: boolean;
1531
+ readonly: boolean;
1515
1532
  slim: boolean;
1516
1533
  stacked: boolean;
1517
1534
  ripple: boolean | {
1518
- class?: string;
1519
- keys?: string[];
1535
+ class?: string | undefined;
1536
+ keys?: string[] | undefined;
1520
1537
  } | undefined;
1538
+ text: string | number | boolean;
1521
1539
  }, true, {}, import('vue').SlotsType<Partial<{
1522
- default: () => import('vue').VNode[];
1523
- prepend: () => import('vue').VNode[];
1524
- append: () => import('vue').VNode[];
1525
- loader: () => import('vue').VNode[];
1540
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1541
+ [key: string]: any;
1542
+ }>[];
1543
+ prepend: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1544
+ [key: string]: any;
1545
+ }>[];
1546
+ append: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1547
+ [key: string]: any;
1548
+ }>[];
1549
+ loader: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1550
+ [key: string]: any;
1551
+ }>[];
1526
1552
  }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1527
1553
  P: {};
1528
1554
  B: {};
@@ -1531,72 +1557,73 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1531
1557
  M: {};
1532
1558
  Defaults: {};
1533
1559
  }, {
1534
- symbol: any;
1560
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1561
+ density: import('vuetify/lib/composables/density.mjs').Density;
1562
+ tile: boolean;
1563
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1564
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1565
+ disabled: boolean;
1566
+ size: string | number;
1535
1567
  replace: boolean;
1536
- flat: boolean;
1537
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1538
1568
  exact: boolean;
1569
+ symbol: any;
1570
+ flat: boolean;
1539
1571
  block: boolean;
1540
- style: import('vue').StyleValue;
1541
- disabled: boolean;
1542
- size: string | number;
1543
1572
  readonly: boolean;
1544
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1545
- density: import('vuetify/lib/composables/density.mjs').Density;
1546
- tile: boolean;
1547
1573
  slim: boolean;
1548
1574
  stacked: boolean;
1549
1575
  ripple: boolean | {
1550
- class?: string;
1551
- keys?: string[];
1552
- } | undefined;
1576
+ class?: string | undefined;
1577
+ keys?: string[] | undefined;
1578
+ };
1553
1579
  } & {
1554
- location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
1555
- height?: string | number | undefined;
1556
- width?: string | number | undefined;
1557
- active?: boolean | undefined;
1580
+ theme?: string | undefined;
1581
+ class?: any;
1558
1582
  border?: string | number | boolean | undefined;
1583
+ elevation?: string | number | undefined;
1584
+ rounded?: string | number | boolean | undefined;
1559
1585
  color?: string | undefined;
1586
+ value?: any;
1587
+ selectedClass?: string | undefined;
1588
+ height?: string | number | undefined;
1560
1589
  maxHeight?: string | number | undefined;
1561
1590
  maxWidth?: string | number | undefined;
1562
1591
  minHeight?: string | number | undefined;
1563
1592
  minWidth?: string | number | undefined;
1564
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1565
- value?: any;
1593
+ width?: string | number | undefined;
1594
+ location?: import('vuetify/lib/types.mjs').Anchor | null | undefined;
1566
1595
  loading?: string | boolean | undefined;
1567
- text?: string | number | boolean | undefined;
1568
- class?: any;
1569
- theme?: string | undefined;
1570
- to?: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric | undefined;
1571
- icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1596
+ position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
1572
1597
  href?: string | undefined;
1573
- elevation?: string | number | undefined;
1574
- rounded?: string | number | boolean | undefined;
1575
- baseColor?: string | undefined;
1576
- selectedClass?: string | undefined;
1598
+ to?: string | import('vue-router').RouteLocationAsPathGeneric | import('vue-router').RouteLocationAsRelativeGeneric | undefined;
1599
+ active?: boolean | undefined;
1577
1600
  activeColor?: string | undefined;
1601
+ baseColor?: string | undefined;
1602
+ icon?: boolean | import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1578
1603
  prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1579
1604
  appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1605
+ spaced?: "both" | "end" | "start" | undefined;
1606
+ text?: string | number | boolean | undefined;
1580
1607
  } & {
1581
- $children?: import('vue').VNodeChild | {
1582
- $stable?: boolean;
1583
- } | (() => import('vue').VNodeChild) | {
1608
+ $children?: {
1584
1609
  default?: (() => import('vue').VNodeChild) | undefined;
1585
1610
  prepend?: (() => import('vue').VNodeChild) | undefined;
1586
1611
  append?: (() => import('vue').VNodeChild) | undefined;
1587
1612
  loader?: (() => import('vue').VNodeChild) | undefined;
1588
- };
1589
- 'v-slots'?: {
1613
+ } | {
1614
+ $stable?: boolean | undefined;
1615
+ } | (() => import('vue').VNodeChild) | import('vue').VNodeChild;
1616
+ "v-slots"?: {
1590
1617
  default?: false | (() => import('vue').VNodeChild) | undefined;
1591
1618
  prepend?: false | (() => import('vue').VNodeChild) | undefined;
1592
1619
  append?: false | (() => import('vue').VNodeChild) | undefined;
1593
1620
  loader?: false | (() => import('vue').VNodeChild) | undefined;
1594
1621
  } | undefined;
1595
1622
  } & {
1596
- "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1597
- "v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
1598
1623
  "v-slot:append"?: false | (() => import('vue').VNodeChild) | undefined;
1624
+ "v-slot:default"?: false | (() => import('vue').VNodeChild) | undefined;
1599
1625
  "v-slot:loader"?: false | (() => import('vue').VNodeChild) | undefined;
1626
+ "v-slot:prepend"?: false | (() => import('vue').VNodeChild) | undefined;
1600
1627
  } & {
1601
1628
  "onGroup:selected"?: ((val: {
1602
1629
  value: boolean;
@@ -1604,28 +1631,28 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
1604
1631
  }, {
1605
1632
  group: import('vuetify/lib/composables/group.mjs').GroupItemProvide | null;
1606
1633
  }, {}, {}, {}, {
1607
- symbol: any;
1608
- replace: boolean;
1609
- flat: boolean;
1610
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1611
- exact: boolean;
1612
- block: boolean;
1613
- active: boolean;
1614
1634
  style: import('vue').StyleValue;
1615
- text: string | number | boolean;
1616
- disabled: boolean;
1617
- size: string | number;
1618
- readonly: boolean;
1619
- tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1620
1635
  density: import('vuetify/lib/composables/density.mjs').Density;
1621
1636
  rounded: string | number | boolean;
1622
1637
  tile: boolean;
1638
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1639
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1640
+ disabled: boolean;
1641
+ size: string | number;
1642
+ replace: boolean;
1643
+ exact: boolean;
1644
+ active: boolean;
1645
+ symbol: any;
1646
+ flat: boolean;
1647
+ block: boolean;
1648
+ readonly: boolean;
1623
1649
  slim: boolean;
1624
1650
  stacked: boolean;
1625
1651
  ripple: boolean | {
1626
- class?: string;
1627
- keys?: string[];
1652
+ class?: string | undefined;
1653
+ keys?: string[] | undefined;
1628
1654
  } | undefined;
1655
+ text: string | number | boolean;
1629
1656
  }> | null;
1630
1657
  }, any>;
1631
1658
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;