@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,11 +1,13 @@
1
1
  import { CustomizableOptions } from '../../composables/useCustomizableOptions';
2
2
  import { Widthable } from '../../composables/widthable';
3
3
  import { locales as defaultLocales } from './locales';
4
- import { SelectedFile, UploadItem } from './types';
4
+ import { FileItem, SelectedFile, UploadItem } from './types';
5
5
  type __VLS_Props = Widthable & CustomizableOptions & {
6
6
  uploadList: UploadItem[];
7
7
  sectionTitle?: string;
8
8
  showFilePreview?: boolean;
9
+ infoText?: string;
10
+ headingLevel?: 1 | 2 | 3 | 4 | 5 | 6;
9
11
  locales?: typeof defaultLocales;
10
12
  };
11
13
  type __VLS_PublicProps = {
@@ -13,11 +15,20 @@ type __VLS_PublicProps = {
13
15
  } & __VLS_Props;
14
16
  declare function __VLS_template(): {
15
17
  attrs: Partial<{}>;
16
- slots: {
17
- title?(_: {}): any;
18
- 'modal-title'?(_: {}): any;
19
- 'modal-description'?(_: {}): any;
20
- 'preview-description'?(_: {}): any;
18
+ slots: Readonly<{
19
+ title?: () => undefined;
20
+ 'modal-title'?: (props: {
21
+ id: string;
22
+ }) => undefined;
23
+ 'modal-description'?: () => undefined;
24
+ 'preview-description'?: () => undefined;
25
+ }> & {
26
+ title?: () => undefined;
27
+ 'modal-title'?: (props: {
28
+ id: string;
29
+ }) => undefined;
30
+ 'modal-description'?: () => undefined;
31
+ 'preview-description'?: () => undefined;
21
32
  };
22
33
  refs: {
23
34
  fileUpload: ({
@@ -37,14 +48,12 @@ declare function __VLS_template(): {
37
48
  readonly onError?: ((value: string[]) => any) | undefined;
38
49
  readonly "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
39
50
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
40
- $attrs: {
41
- [x: string]: unknown;
42
- };
51
+ $attrs: import('vue').Attrs;
43
52
  $refs: {
44
53
  [x: string]: unknown;
45
54
  } & {
46
- dropZone: HTMLLabelElement;
47
55
  fileInput: HTMLInputElement;
56
+ dropZone: HTMLDivElement;
48
57
  };
49
58
  $slots: Readonly<{
50
59
  [name: string]: import('vue').Slot<any> | undefined;
@@ -53,7 +62,7 @@ declare function __VLS_template(): {
53
62
  $parent: import('vue').ComponentPublicInstance | null;
54
63
  $host: Element | null;
55
64
  $emit: ((event: "error", value: string[]) => void) & ((event: "update:modelValue", value: File[]) => void);
56
- $el: HTMLLabelElement;
65
+ $el: HTMLDivElement;
57
66
  $options: import('vue').ComponentOptionsBase<Readonly<{
58
67
  modelValue: File[];
59
68
  disabled?: boolean;
@@ -67,6 +76,7 @@ declare function __VLS_template(): {
67
76
  "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
68
77
  }>, {
69
78
  fileInput: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
79
+ openFileDialog: () => void;
70
80
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
71
81
  error: (value: string[]) => any;
72
82
  "update:modelValue": (value: File[]) => any;
@@ -115,8 +125,9 @@ declare function __VLS_template(): {
115
125
  } & Widthable> & Readonly<{
116
126
  onError?: ((value: string[]) => any) | undefined;
117
127
  "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
118
- }>, "fileInput" | ("disabled" | "locales" | "multiple" | "allowedExtensions" | "fileSizeUnits" | "fileSizeMax")> & import('vue').ShallowUnwrapRef<{
128
+ }>, "fileInput" | "openFileDialog" | ("disabled" | "locales" | "multiple" | "allowedExtensions" | "fileSizeUnits" | "fileSizeMax")> & import('vue').ShallowUnwrapRef<{
119
129
  fileInput: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
130
+ openFileDialog: () => void;
120
131
  }> & {} & import('vue').ComponentCustomProperties & {} & {
121
132
  $slots: Readonly<{
122
133
  default(): void;
@@ -124,603 +135,7 @@ declare function __VLS_template(): {
124
135
  default(): void;
125
136
  } & import('../FileUpload/FileUploadContent').FileUploadContentSlots;
126
137
  }) | null;
127
- form: import('vue').CreateComponentPublicInstanceWithMixins<{
128
- style: import('vue').StyleValue;
129
- disabled: boolean;
130
- readonly: boolean;
131
- modelValue: boolean | null;
132
- 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;
133
- fastFail: boolean;
134
- } & {
135
- class?: any;
136
- } & {
137
- $children?: import('vue').VNodeChild | {
138
- $stable?: boolean;
139
- } | {
140
- default?: ((arg: {
141
- errors: import('vue').Ref<{
142
- id: number | string;
143
- errorMessages: string[];
144
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
145
- id: number | string;
146
- errorMessages: string[];
147
- }[]>;
148
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
149
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
150
- isValidating: import('vue').ShallowRef<boolean, boolean>;
151
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
152
- readonly externalValue: boolean | null;
153
- };
154
- items: import('vue').Ref<{
155
- id: number | string;
156
- validate: () => Promise<string[]>;
157
- reset: () => Promise<void>;
158
- resetValidation: () => Promise<void>;
159
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
160
- isValid: boolean | null;
161
- errorMessages: string[];
162
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
163
- id: number | string;
164
- validate: () => Promise<string[]>;
165
- reset: () => Promise<void>;
166
- resetValidation: () => Promise<void>;
167
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
168
- isValid: boolean | null;
169
- errorMessages: string[];
170
- }[]>;
171
- validate: () => Promise<{
172
- valid: boolean;
173
- errors: {
174
- id: number | string;
175
- errorMessages: string[];
176
- }[];
177
- }>;
178
- reset: () => void;
179
- resetValidation: () => void;
180
- }) => import('vue').VNodeChild) | undefined;
181
- } | ((arg: {
182
- errors: import('vue').Ref<{
183
- id: number | string;
184
- errorMessages: string[];
185
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
186
- id: number | string;
187
- errorMessages: string[];
188
- }[]>;
189
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
190
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
191
- isValidating: import('vue').ShallowRef<boolean, boolean>;
192
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
193
- readonly externalValue: boolean | null;
194
- };
195
- items: import('vue').Ref<{
196
- id: number | string;
197
- validate: () => Promise<string[]>;
198
- reset: () => Promise<void>;
199
- resetValidation: () => Promise<void>;
200
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
201
- isValid: boolean | null;
202
- errorMessages: string[];
203
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
204
- id: number | string;
205
- validate: () => Promise<string[]>;
206
- reset: () => Promise<void>;
207
- resetValidation: () => Promise<void>;
208
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
209
- isValid: boolean | null;
210
- errorMessages: string[];
211
- }[]>;
212
- validate: () => Promise<{
213
- valid: boolean;
214
- errors: {
215
- id: number | string;
216
- errorMessages: string[];
217
- }[];
218
- }>;
219
- reset: () => void;
220
- resetValidation: () => void;
221
- }) => import('vue').VNodeChild);
222
- 'v-slots'?: {
223
- default?: false | ((arg: {
224
- errors: import('vue').Ref<{
225
- id: number | string;
226
- errorMessages: string[];
227
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
228
- id: number | string;
229
- errorMessages: string[];
230
- }[]>;
231
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
232
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
233
- isValidating: import('vue').ShallowRef<boolean, boolean>;
234
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
235
- readonly externalValue: boolean | null;
236
- };
237
- items: import('vue').Ref<{
238
- id: number | string;
239
- validate: () => Promise<string[]>;
240
- reset: () => Promise<void>;
241
- resetValidation: () => Promise<void>;
242
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
243
- isValid: boolean | null;
244
- errorMessages: string[];
245
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
246
- id: number | string;
247
- validate: () => Promise<string[]>;
248
- reset: () => Promise<void>;
249
- resetValidation: () => Promise<void>;
250
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
251
- isValid: boolean | null;
252
- errorMessages: string[];
253
- }[]>;
254
- validate: () => Promise<{
255
- valid: boolean;
256
- errors: {
257
- id: number | string;
258
- errorMessages: string[];
259
- }[];
260
- }>;
261
- reset: () => void;
262
- resetValidation: () => void;
263
- }) => import('vue').VNodeChild) | undefined;
264
- } | undefined;
265
- } & {
266
- "v-slot:default"?: false | ((arg: {
267
- errors: import('vue').Ref<{
268
- id: number | string;
269
- errorMessages: string[];
270
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
271
- id: number | string;
272
- errorMessages: string[];
273
- }[]>;
274
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
275
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
276
- isValidating: import('vue').ShallowRef<boolean, boolean>;
277
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
278
- readonly externalValue: boolean | null;
279
- };
280
- items: import('vue').Ref<{
281
- id: number | string;
282
- validate: () => Promise<string[]>;
283
- reset: () => Promise<void>;
284
- resetValidation: () => Promise<void>;
285
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
286
- isValid: boolean | null;
287
- errorMessages: string[];
288
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
289
- id: number | string;
290
- validate: () => Promise<string[]>;
291
- reset: () => Promise<void>;
292
- resetValidation: () => Promise<void>;
293
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
294
- isValid: boolean | null;
295
- errorMessages: string[];
296
- }[]>;
297
- validate: () => Promise<{
298
- valid: boolean;
299
- errors: {
300
- id: number | string;
301
- errorMessages: string[];
302
- }[];
303
- }>;
304
- reset: () => void;
305
- resetValidation: () => void;
306
- }) => import('vue').VNodeChild) | undefined;
307
- } & {
308
- onSubmit?: ((e: import('vuetify/lib/types.mjs').SubmitEventPromise) => any) | undefined;
309
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
310
- }, {
311
- errors: import('vue').Ref<{
312
- id: number | string;
313
- errorMessages: string[];
314
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
315
- id: number | string;
316
- errorMessages: string[];
317
- }[]>;
318
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
319
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
320
- isValidating: import('vue').ShallowRef<boolean, boolean>;
321
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
322
- readonly externalValue: boolean | null;
323
- };
324
- items: import('vue').Ref<{
325
- id: number | string;
326
- validate: () => Promise<string[]>;
327
- reset: () => Promise<void>;
328
- resetValidation: () => Promise<void>;
329
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
330
- isValid: boolean | null;
331
- errorMessages: string[];
332
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
333
- id: number | string;
334
- validate: () => Promise<string[]>;
335
- reset: () => Promise<void>;
336
- resetValidation: () => Promise<void>;
337
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
338
- isValid: boolean | null;
339
- errorMessages: string[];
340
- }[]>;
341
- validate: () => Promise<{
342
- valid: boolean;
343
- errors: {
344
- id: number | string;
345
- errorMessages: string[];
346
- }[];
347
- }>;
348
- reset: () => void;
349
- resetValidation: () => void;
350
- } & HTMLFormElement & {
351
- _allExposed: {
352
- errors: import('vue').Ref<{
353
- id: number | string;
354
- errorMessages: string[];
355
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
356
- id: number | string;
357
- errorMessages: string[];
358
- }[]>;
359
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
360
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
361
- isValidating: import('vue').ShallowRef<boolean, boolean>;
362
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
363
- readonly externalValue: boolean | null;
364
- };
365
- items: import('vue').Ref<{
366
- id: number | string;
367
- validate: () => Promise<string[]>;
368
- reset: () => Promise<void>;
369
- resetValidation: () => Promise<void>;
370
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
371
- isValid: boolean | null;
372
- errorMessages: string[];
373
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
374
- id: number | string;
375
- validate: () => Promise<string[]>;
376
- reset: () => Promise<void>;
377
- resetValidation: () => Promise<void>;
378
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
379
- isValid: boolean | null;
380
- errorMessages: string[];
381
- }[]>;
382
- validate: () => Promise<{
383
- valid: boolean;
384
- errors: {
385
- id: number | string;
386
- errorMessages: string[];
387
- }[];
388
- }>;
389
- reset: () => void;
390
- resetValidation: () => void;
391
- };
392
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
393
- 'update:modelValue': (val: boolean | null) => true;
394
- submit: (e: import('vuetify/lib/types.mjs').SubmitEventPromise) => true;
395
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
396
- style: import('vue').StyleValue;
397
- disabled: boolean;
398
- readonly: boolean;
399
- modelValue: boolean | null;
400
- 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;
401
- fastFail: boolean;
402
- }, true, {}, import('vue').SlotsType<Partial<{
403
- default: (arg: {
404
- errors: import('vue').Ref<{
405
- id: number | string;
406
- errorMessages: string[];
407
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
408
- id: number | string;
409
- errorMessages: string[];
410
- }[]>;
411
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
412
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
413
- isValidating: import('vue').ShallowRef<boolean, boolean>;
414
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
415
- readonly externalValue: boolean | null;
416
- };
417
- items: import('vue').Ref<{
418
- id: number | string;
419
- validate: () => Promise<string[]>;
420
- reset: () => Promise<void>;
421
- resetValidation: () => Promise<void>;
422
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
423
- isValid: boolean | null;
424
- errorMessages: string[];
425
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
426
- id: number | string;
427
- validate: () => Promise<string[]>;
428
- reset: () => Promise<void>;
429
- resetValidation: () => Promise<void>;
430
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
431
- isValid: boolean | null;
432
- errorMessages: string[];
433
- }[]>;
434
- validate: () => Promise<{
435
- valid: boolean;
436
- errors: {
437
- id: number | string;
438
- errorMessages: string[];
439
- }[];
440
- }>;
441
- reset: () => void;
442
- resetValidation: () => void;
443
- }) => import('vue').VNode[];
444
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
445
- P: {};
446
- B: {};
447
- D: {};
448
- C: {};
449
- M: {};
450
- Defaults: {};
451
- }, {
452
- style: import('vue').StyleValue;
453
- disabled: boolean;
454
- readonly: boolean;
455
- modelValue: boolean | null;
456
- 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;
457
- fastFail: boolean;
458
- } & {
459
- class?: any;
460
- } & {
461
- $children?: import('vue').VNodeChild | {
462
- $stable?: boolean;
463
- } | {
464
- default?: ((arg: {
465
- errors: import('vue').Ref<{
466
- id: number | string;
467
- errorMessages: string[];
468
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
469
- id: number | string;
470
- errorMessages: string[];
471
- }[]>;
472
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
473
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
474
- isValidating: import('vue').ShallowRef<boolean, boolean>;
475
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
476
- readonly externalValue: boolean | null;
477
- };
478
- items: import('vue').Ref<{
479
- id: number | string;
480
- validate: () => Promise<string[]>;
481
- reset: () => Promise<void>;
482
- resetValidation: () => Promise<void>;
483
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
484
- isValid: boolean | null;
485
- errorMessages: string[];
486
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
487
- id: number | string;
488
- validate: () => Promise<string[]>;
489
- reset: () => Promise<void>;
490
- resetValidation: () => Promise<void>;
491
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
492
- isValid: boolean | null;
493
- errorMessages: string[];
494
- }[]>;
495
- validate: () => Promise<{
496
- valid: boolean;
497
- errors: {
498
- id: number | string;
499
- errorMessages: string[];
500
- }[];
501
- }>;
502
- reset: () => void;
503
- resetValidation: () => void;
504
- }) => import('vue').VNodeChild) | undefined;
505
- } | ((arg: {
506
- errors: import('vue').Ref<{
507
- id: number | string;
508
- errorMessages: string[];
509
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
510
- id: number | string;
511
- errorMessages: string[];
512
- }[]>;
513
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
514
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
515
- isValidating: import('vue').ShallowRef<boolean, boolean>;
516
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
517
- readonly externalValue: boolean | null;
518
- };
519
- items: import('vue').Ref<{
520
- id: number | string;
521
- validate: () => Promise<string[]>;
522
- reset: () => Promise<void>;
523
- resetValidation: () => Promise<void>;
524
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
525
- isValid: boolean | null;
526
- errorMessages: string[];
527
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
528
- id: number | string;
529
- validate: () => Promise<string[]>;
530
- reset: () => Promise<void>;
531
- resetValidation: () => Promise<void>;
532
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
533
- isValid: boolean | null;
534
- errorMessages: string[];
535
- }[]>;
536
- validate: () => Promise<{
537
- valid: boolean;
538
- errors: {
539
- id: number | string;
540
- errorMessages: string[];
541
- }[];
542
- }>;
543
- reset: () => void;
544
- resetValidation: () => void;
545
- }) => import('vue').VNodeChild);
546
- 'v-slots'?: {
547
- default?: false | ((arg: {
548
- errors: import('vue').Ref<{
549
- id: number | string;
550
- errorMessages: string[];
551
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
552
- id: number | string;
553
- errorMessages: string[];
554
- }[]>;
555
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
556
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
557
- isValidating: import('vue').ShallowRef<boolean, boolean>;
558
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
559
- readonly externalValue: boolean | null;
560
- };
561
- items: import('vue').Ref<{
562
- id: number | string;
563
- validate: () => Promise<string[]>;
564
- reset: () => Promise<void>;
565
- resetValidation: () => Promise<void>;
566
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
567
- isValid: boolean | null;
568
- errorMessages: string[];
569
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
570
- id: number | string;
571
- validate: () => Promise<string[]>;
572
- reset: () => Promise<void>;
573
- resetValidation: () => Promise<void>;
574
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
575
- isValid: boolean | null;
576
- errorMessages: string[];
577
- }[]>;
578
- validate: () => Promise<{
579
- valid: boolean;
580
- errors: {
581
- id: number | string;
582
- errorMessages: string[];
583
- }[];
584
- }>;
585
- reset: () => void;
586
- resetValidation: () => void;
587
- }) => import('vue').VNodeChild) | undefined;
588
- } | undefined;
589
- } & {
590
- "v-slot:default"?: false | ((arg: {
591
- errors: import('vue').Ref<{
592
- id: number | string;
593
- errorMessages: string[];
594
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
595
- id: number | string;
596
- errorMessages: string[];
597
- }[]>;
598
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
599
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
600
- isValidating: import('vue').ShallowRef<boolean, boolean>;
601
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
602
- readonly externalValue: boolean | null;
603
- };
604
- items: import('vue').Ref<{
605
- id: number | string;
606
- validate: () => Promise<string[]>;
607
- reset: () => Promise<void>;
608
- resetValidation: () => Promise<void>;
609
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
610
- isValid: boolean | null;
611
- errorMessages: string[];
612
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
613
- id: number | string;
614
- validate: () => Promise<string[]>;
615
- reset: () => Promise<void>;
616
- resetValidation: () => Promise<void>;
617
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
618
- isValid: boolean | null;
619
- errorMessages: string[];
620
- }[]>;
621
- validate: () => Promise<{
622
- valid: boolean;
623
- errors: {
624
- id: number | string;
625
- errorMessages: string[];
626
- }[];
627
- }>;
628
- reset: () => void;
629
- resetValidation: () => void;
630
- }) => import('vue').VNodeChild) | undefined;
631
- } & {
632
- onSubmit?: ((e: import('vuetify/lib/types.mjs').SubmitEventPromise) => any) | undefined;
633
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
634
- }, {
635
- errors: import('vue').Ref<{
636
- id: number | string;
637
- errorMessages: string[];
638
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
639
- id: number | string;
640
- errorMessages: string[];
641
- }[]>;
642
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
643
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
644
- isValidating: import('vue').ShallowRef<boolean, boolean>;
645
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
646
- readonly externalValue: boolean | null;
647
- };
648
- items: import('vue').Ref<{
649
- id: number | string;
650
- validate: () => Promise<string[]>;
651
- reset: () => Promise<void>;
652
- resetValidation: () => Promise<void>;
653
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
654
- isValid: boolean | null;
655
- errorMessages: string[];
656
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
657
- id: number | string;
658
- validate: () => Promise<string[]>;
659
- reset: () => Promise<void>;
660
- resetValidation: () => Promise<void>;
661
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
662
- isValid: boolean | null;
663
- errorMessages: string[];
664
- }[]>;
665
- validate: () => Promise<{
666
- valid: boolean;
667
- errors: {
668
- id: number | string;
669
- errorMessages: string[];
670
- }[];
671
- }>;
672
- reset: () => void;
673
- resetValidation: () => void;
674
- } & HTMLFormElement & {
675
- _allExposed: {
676
- errors: import('vue').Ref<{
677
- id: number | string;
678
- errorMessages: string[];
679
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
680
- id: number | string;
681
- errorMessages: string[];
682
- }[]>;
683
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
684
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
685
- isValidating: import('vue').ShallowRef<boolean, boolean>;
686
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
687
- readonly externalValue: boolean | null;
688
- };
689
- items: import('vue').Ref<{
690
- id: number | string;
691
- validate: () => Promise<string[]>;
692
- reset: () => Promise<void>;
693
- resetValidation: () => Promise<void>;
694
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
695
- isValid: boolean | null;
696
- errorMessages: string[];
697
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
698
- id: number | string;
699
- validate: () => Promise<string[]>;
700
- reset: () => Promise<void>;
701
- resetValidation: () => Promise<void>;
702
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
703
- isValid: boolean | null;
704
- errorMessages: string[];
705
- }[]>;
706
- validate: () => Promise<{
707
- valid: boolean;
708
- errors: {
709
- id: number | string;
710
- errorMessages: string[];
711
- }[];
712
- }>;
713
- reset: () => void;
714
- resetValidation: () => void;
715
- };
716
- }, {}, {}, {}, {
717
- style: import('vue').StyleValue;
718
- disabled: boolean;
719
- readonly: boolean;
720
- modelValue: boolean | null;
721
- 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;
722
- fastFail: boolean;
723
- }> | null;
138
+ form: HTMLDivElement;
724
139
  };
725
140
  rootEl: HTMLDivElement;
726
141
  };
@@ -730,13 +145,17 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
730
145
  } & {
731
146
  error: (value: string[]) => any;
732
147
  "update:modelValue": (value: SelectedFile[]) => any;
148
+ preview: (value: FileItem) => any;
733
149
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
734
150
  onError?: ((value: string[]) => any) | undefined;
735
151
  "onUpdate:modelValue"?: ((value: SelectedFile[]) => any) | undefined;
152
+ onPreview?: ((value: FileItem) => any) | undefined;
736
153
  }>, {
154
+ headingLevel: 1 | 2 | 3 | 4 | 5 | 6;
737
155
  locales: typeof defaultLocales;
738
156
  sectionTitle: string;
739
157
  showFilePreview: boolean;
158
+ infoText: string;
740
159
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
741
160
  fileUpload: ({
742
161
  $: import('vue').ComponentInternalInstance;
@@ -755,14 +174,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
755
174
  readonly onError?: ((value: string[]) => any) | undefined;
756
175
  readonly "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
757
176
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
758
- $attrs: {
759
- [x: string]: unknown;
760
- };
177
+ $attrs: import('vue').Attrs;
761
178
  $refs: {
762
179
  [x: string]: unknown;
763
180
  } & {
764
- dropZone: HTMLLabelElement;
765
181
  fileInput: HTMLInputElement;
182
+ dropZone: HTMLDivElement;
766
183
  };
767
184
  $slots: Readonly<{
768
185
  [name: string]: import('vue').Slot<any> | undefined;
@@ -771,7 +188,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
771
188
  $parent: import('vue').ComponentPublicInstance | null;
772
189
  $host: Element | null;
773
190
  $emit: ((event: "error", value: string[]) => void) & ((event: "update:modelValue", value: File[]) => void);
774
- $el: HTMLLabelElement;
191
+ $el: HTMLDivElement;
775
192
  $options: import('vue').ComponentOptionsBase<Readonly<{
776
193
  modelValue: File[];
777
194
  disabled?: boolean;
@@ -785,6 +202,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
785
202
  "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
786
203
  }>, {
787
204
  fileInput: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
205
+ openFileDialog: () => void;
788
206
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
789
207
  error: (value: string[]) => any;
790
208
  "update:modelValue": (value: File[]) => any;
@@ -833,8 +251,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
833
251
  } & Widthable> & Readonly<{
834
252
  onError?: ((value: string[]) => any) | undefined;
835
253
  "onUpdate:modelValue"?: ((value: File[]) => any) | undefined;
836
- }>, "fileInput" | ("disabled" | "locales" | "multiple" | "allowedExtensions" | "fileSizeUnits" | "fileSizeMax")> & import('vue').ShallowUnwrapRef<{
254
+ }>, "fileInput" | "openFileDialog" | ("disabled" | "locales" | "multiple" | "allowedExtensions" | "fileSizeUnits" | "fileSizeMax")> & import('vue').ShallowUnwrapRef<{
837
255
  fileInput: import('vue').Ref<HTMLInputElement | null, HTMLInputElement | null>;
256
+ openFileDialog: () => void;
838
257
  }> & {} & import('vue').ComponentCustomProperties & {} & {
839
258
  $slots: Readonly<{
840
259
  default(): void;
@@ -842,603 +261,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
842
261
  default(): void;
843
262
  } & import('../FileUpload/FileUploadContent').FileUploadContentSlots;
844
263
  }) | null;
845
- form: import('vue').CreateComponentPublicInstanceWithMixins<{
846
- style: import('vue').StyleValue;
847
- disabled: boolean;
848
- readonly: boolean;
849
- modelValue: boolean | null;
850
- 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;
851
- fastFail: boolean;
852
- } & {
853
- class?: any;
854
- } & {
855
- $children?: import('vue').VNodeChild | {
856
- $stable?: boolean;
857
- } | {
858
- default?: ((arg: {
859
- errors: import('vue').Ref<{
860
- id: number | string;
861
- errorMessages: string[];
862
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
863
- id: number | string;
864
- errorMessages: string[];
865
- }[]>;
866
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
867
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
868
- isValidating: import('vue').ShallowRef<boolean, boolean>;
869
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
870
- readonly externalValue: boolean | null;
871
- };
872
- items: import('vue').Ref<{
873
- id: number | string;
874
- validate: () => Promise<string[]>;
875
- reset: () => Promise<void>;
876
- resetValidation: () => Promise<void>;
877
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
878
- isValid: boolean | null;
879
- errorMessages: string[];
880
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
881
- id: number | string;
882
- validate: () => Promise<string[]>;
883
- reset: () => Promise<void>;
884
- resetValidation: () => Promise<void>;
885
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
886
- isValid: boolean | null;
887
- errorMessages: string[];
888
- }[]>;
889
- validate: () => Promise<{
890
- valid: boolean;
891
- errors: {
892
- id: number | string;
893
- errorMessages: string[];
894
- }[];
895
- }>;
896
- reset: () => void;
897
- resetValidation: () => void;
898
- }) => import('vue').VNodeChild) | undefined;
899
- } | ((arg: {
900
- errors: import('vue').Ref<{
901
- id: number | string;
902
- errorMessages: string[];
903
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
904
- id: number | string;
905
- errorMessages: string[];
906
- }[]>;
907
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
908
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
909
- isValidating: import('vue').ShallowRef<boolean, boolean>;
910
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
911
- readonly externalValue: boolean | null;
912
- };
913
- items: import('vue').Ref<{
914
- id: number | string;
915
- validate: () => Promise<string[]>;
916
- reset: () => Promise<void>;
917
- resetValidation: () => Promise<void>;
918
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
919
- isValid: boolean | null;
920
- errorMessages: string[];
921
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
922
- id: number | string;
923
- validate: () => Promise<string[]>;
924
- reset: () => Promise<void>;
925
- resetValidation: () => Promise<void>;
926
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
927
- isValid: boolean | null;
928
- errorMessages: string[];
929
- }[]>;
930
- validate: () => Promise<{
931
- valid: boolean;
932
- errors: {
933
- id: number | string;
934
- errorMessages: string[];
935
- }[];
936
- }>;
937
- reset: () => void;
938
- resetValidation: () => void;
939
- }) => import('vue').VNodeChild);
940
- 'v-slots'?: {
941
- default?: false | ((arg: {
942
- errors: import('vue').Ref<{
943
- id: number | string;
944
- errorMessages: string[];
945
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
946
- id: number | string;
947
- errorMessages: string[];
948
- }[]>;
949
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
950
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
951
- isValidating: import('vue').ShallowRef<boolean, boolean>;
952
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
953
- readonly externalValue: boolean | null;
954
- };
955
- items: import('vue').Ref<{
956
- id: number | string;
957
- validate: () => Promise<string[]>;
958
- reset: () => Promise<void>;
959
- resetValidation: () => Promise<void>;
960
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
961
- isValid: boolean | null;
962
- errorMessages: string[];
963
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
964
- id: number | string;
965
- validate: () => Promise<string[]>;
966
- reset: () => Promise<void>;
967
- resetValidation: () => Promise<void>;
968
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
969
- isValid: boolean | null;
970
- errorMessages: string[];
971
- }[]>;
972
- validate: () => Promise<{
973
- valid: boolean;
974
- errors: {
975
- id: number | string;
976
- errorMessages: string[];
977
- }[];
978
- }>;
979
- reset: () => void;
980
- resetValidation: () => void;
981
- }) => import('vue').VNodeChild) | undefined;
982
- } | undefined;
983
- } & {
984
- "v-slot:default"?: false | ((arg: {
985
- errors: import('vue').Ref<{
986
- id: number | string;
987
- errorMessages: string[];
988
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
989
- id: number | string;
990
- errorMessages: string[];
991
- }[]>;
992
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
993
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
994
- isValidating: import('vue').ShallowRef<boolean, boolean>;
995
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
996
- readonly externalValue: boolean | null;
997
- };
998
- items: import('vue').Ref<{
999
- id: number | string;
1000
- validate: () => Promise<string[]>;
1001
- reset: () => Promise<void>;
1002
- resetValidation: () => Promise<void>;
1003
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1004
- isValid: boolean | null;
1005
- errorMessages: string[];
1006
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1007
- id: number | string;
1008
- validate: () => Promise<string[]>;
1009
- reset: () => Promise<void>;
1010
- resetValidation: () => Promise<void>;
1011
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1012
- isValid: boolean | null;
1013
- errorMessages: string[];
1014
- }[]>;
1015
- validate: () => Promise<{
1016
- valid: boolean;
1017
- errors: {
1018
- id: number | string;
1019
- errorMessages: string[];
1020
- }[];
1021
- }>;
1022
- reset: () => void;
1023
- resetValidation: () => void;
1024
- }) => import('vue').VNodeChild) | undefined;
1025
- } & {
1026
- onSubmit?: ((e: import('vuetify/lib/types.mjs').SubmitEventPromise) => any) | undefined;
1027
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
1028
- }, {
1029
- errors: import('vue').Ref<{
1030
- id: number | string;
1031
- errorMessages: string[];
1032
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1033
- id: number | string;
1034
- errorMessages: string[];
1035
- }[]>;
1036
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1037
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1038
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1039
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1040
- readonly externalValue: boolean | null;
1041
- };
1042
- items: import('vue').Ref<{
1043
- id: number | string;
1044
- validate: () => Promise<string[]>;
1045
- reset: () => Promise<void>;
1046
- resetValidation: () => Promise<void>;
1047
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1048
- isValid: boolean | null;
1049
- errorMessages: string[];
1050
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1051
- id: number | string;
1052
- validate: () => Promise<string[]>;
1053
- reset: () => Promise<void>;
1054
- resetValidation: () => Promise<void>;
1055
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1056
- isValid: boolean | null;
1057
- errorMessages: string[];
1058
- }[]>;
1059
- validate: () => Promise<{
1060
- valid: boolean;
1061
- errors: {
1062
- id: number | string;
1063
- errorMessages: string[];
1064
- }[];
1065
- }>;
1066
- reset: () => void;
1067
- resetValidation: () => void;
1068
- } & HTMLFormElement & {
1069
- _allExposed: {
1070
- errors: import('vue').Ref<{
1071
- id: number | string;
1072
- errorMessages: string[];
1073
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1074
- id: number | string;
1075
- errorMessages: string[];
1076
- }[]>;
1077
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1078
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1079
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1080
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1081
- readonly externalValue: boolean | null;
1082
- };
1083
- items: import('vue').Ref<{
1084
- id: number | string;
1085
- validate: () => Promise<string[]>;
1086
- reset: () => Promise<void>;
1087
- resetValidation: () => Promise<void>;
1088
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1089
- isValid: boolean | null;
1090
- errorMessages: string[];
1091
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1092
- id: number | string;
1093
- validate: () => Promise<string[]>;
1094
- reset: () => Promise<void>;
1095
- resetValidation: () => Promise<void>;
1096
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1097
- isValid: boolean | null;
1098
- errorMessages: string[];
1099
- }[]>;
1100
- validate: () => Promise<{
1101
- valid: boolean;
1102
- errors: {
1103
- id: number | string;
1104
- errorMessages: string[];
1105
- }[];
1106
- }>;
1107
- reset: () => void;
1108
- resetValidation: () => void;
1109
- };
1110
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1111
- 'update:modelValue': (val: boolean | null) => true;
1112
- submit: (e: import('vuetify/lib/types.mjs').SubmitEventPromise) => true;
1113
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1114
- style: import('vue').StyleValue;
1115
- disabled: boolean;
1116
- readonly: boolean;
1117
- modelValue: boolean | null;
1118
- 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;
1119
- fastFail: boolean;
1120
- }, true, {}, import('vue').SlotsType<Partial<{
1121
- default: (arg: {
1122
- errors: import('vue').Ref<{
1123
- id: number | string;
1124
- errorMessages: string[];
1125
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1126
- id: number | string;
1127
- errorMessages: string[];
1128
- }[]>;
1129
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1130
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1131
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1132
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1133
- readonly externalValue: boolean | null;
1134
- };
1135
- items: import('vue').Ref<{
1136
- id: number | string;
1137
- validate: () => Promise<string[]>;
1138
- reset: () => Promise<void>;
1139
- resetValidation: () => Promise<void>;
1140
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1141
- isValid: boolean | null;
1142
- errorMessages: string[];
1143
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1144
- id: number | string;
1145
- validate: () => Promise<string[]>;
1146
- reset: () => Promise<void>;
1147
- resetValidation: () => Promise<void>;
1148
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1149
- isValid: boolean | null;
1150
- errorMessages: string[];
1151
- }[]>;
1152
- validate: () => Promise<{
1153
- valid: boolean;
1154
- errors: {
1155
- id: number | string;
1156
- errorMessages: string[];
1157
- }[];
1158
- }>;
1159
- reset: () => void;
1160
- resetValidation: () => void;
1161
- }) => import('vue').VNode[];
1162
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1163
- P: {};
1164
- B: {};
1165
- D: {};
1166
- C: {};
1167
- M: {};
1168
- Defaults: {};
1169
- }, {
1170
- style: import('vue').StyleValue;
1171
- disabled: boolean;
1172
- readonly: boolean;
1173
- modelValue: boolean | null;
1174
- 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;
1175
- fastFail: boolean;
1176
- } & {
1177
- class?: any;
1178
- } & {
1179
- $children?: import('vue').VNodeChild | {
1180
- $stable?: boolean;
1181
- } | {
1182
- default?: ((arg: {
1183
- errors: import('vue').Ref<{
1184
- id: number | string;
1185
- errorMessages: string[];
1186
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1187
- id: number | string;
1188
- errorMessages: string[];
1189
- }[]>;
1190
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1191
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1192
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1193
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1194
- readonly externalValue: boolean | null;
1195
- };
1196
- items: import('vue').Ref<{
1197
- id: number | string;
1198
- validate: () => Promise<string[]>;
1199
- reset: () => Promise<void>;
1200
- resetValidation: () => Promise<void>;
1201
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1202
- isValid: boolean | null;
1203
- errorMessages: string[];
1204
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1205
- id: number | string;
1206
- validate: () => Promise<string[]>;
1207
- reset: () => Promise<void>;
1208
- resetValidation: () => Promise<void>;
1209
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1210
- isValid: boolean | null;
1211
- errorMessages: string[];
1212
- }[]>;
1213
- validate: () => Promise<{
1214
- valid: boolean;
1215
- errors: {
1216
- id: number | string;
1217
- errorMessages: string[];
1218
- }[];
1219
- }>;
1220
- reset: () => void;
1221
- resetValidation: () => void;
1222
- }) => import('vue').VNodeChild) | undefined;
1223
- } | ((arg: {
1224
- errors: import('vue').Ref<{
1225
- id: number | string;
1226
- errorMessages: string[];
1227
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1228
- id: number | string;
1229
- errorMessages: string[];
1230
- }[]>;
1231
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1232
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1233
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1234
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1235
- readonly externalValue: boolean | null;
1236
- };
1237
- items: import('vue').Ref<{
1238
- id: number | string;
1239
- validate: () => Promise<string[]>;
1240
- reset: () => Promise<void>;
1241
- resetValidation: () => Promise<void>;
1242
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1243
- isValid: boolean | null;
1244
- errorMessages: string[];
1245
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1246
- id: number | string;
1247
- validate: () => Promise<string[]>;
1248
- reset: () => Promise<void>;
1249
- resetValidation: () => Promise<void>;
1250
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1251
- isValid: boolean | null;
1252
- errorMessages: string[];
1253
- }[]>;
1254
- validate: () => Promise<{
1255
- valid: boolean;
1256
- errors: {
1257
- id: number | string;
1258
- errorMessages: string[];
1259
- }[];
1260
- }>;
1261
- reset: () => void;
1262
- resetValidation: () => void;
1263
- }) => import('vue').VNodeChild);
1264
- 'v-slots'?: {
1265
- default?: false | ((arg: {
1266
- errors: import('vue').Ref<{
1267
- id: number | string;
1268
- errorMessages: string[];
1269
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1270
- id: number | string;
1271
- errorMessages: string[];
1272
- }[]>;
1273
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1274
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1275
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1276
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1277
- readonly externalValue: boolean | null;
1278
- };
1279
- items: import('vue').Ref<{
1280
- id: number | string;
1281
- validate: () => Promise<string[]>;
1282
- reset: () => Promise<void>;
1283
- resetValidation: () => Promise<void>;
1284
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1285
- isValid: boolean | null;
1286
- errorMessages: string[];
1287
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1288
- id: number | string;
1289
- validate: () => Promise<string[]>;
1290
- reset: () => Promise<void>;
1291
- resetValidation: () => Promise<void>;
1292
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1293
- isValid: boolean | null;
1294
- errorMessages: string[];
1295
- }[]>;
1296
- validate: () => Promise<{
1297
- valid: boolean;
1298
- errors: {
1299
- id: number | string;
1300
- errorMessages: string[];
1301
- }[];
1302
- }>;
1303
- reset: () => void;
1304
- resetValidation: () => void;
1305
- }) => import('vue').VNodeChild) | undefined;
1306
- } | undefined;
1307
- } & {
1308
- "v-slot:default"?: false | ((arg: {
1309
- errors: import('vue').Ref<{
1310
- id: number | string;
1311
- errorMessages: string[];
1312
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1313
- id: number | string;
1314
- errorMessages: string[];
1315
- }[]>;
1316
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1317
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1318
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1319
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1320
- readonly externalValue: boolean | null;
1321
- };
1322
- items: import('vue').Ref<{
1323
- id: number | string;
1324
- validate: () => Promise<string[]>;
1325
- reset: () => Promise<void>;
1326
- resetValidation: () => Promise<void>;
1327
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1328
- isValid: boolean | null;
1329
- errorMessages: string[];
1330
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1331
- id: number | string;
1332
- validate: () => Promise<string[]>;
1333
- reset: () => Promise<void>;
1334
- resetValidation: () => Promise<void>;
1335
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1336
- isValid: boolean | null;
1337
- errorMessages: string[];
1338
- }[]>;
1339
- validate: () => Promise<{
1340
- valid: boolean;
1341
- errors: {
1342
- id: number | string;
1343
- errorMessages: string[];
1344
- }[];
1345
- }>;
1346
- reset: () => void;
1347
- resetValidation: () => void;
1348
- }) => import('vue').VNodeChild) | undefined;
1349
- } & {
1350
- onSubmit?: ((e: import('vuetify/lib/types.mjs').SubmitEventPromise) => any) | undefined;
1351
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
1352
- }, {
1353
- errors: import('vue').Ref<{
1354
- id: number | string;
1355
- errorMessages: string[];
1356
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1357
- id: number | string;
1358
- errorMessages: string[];
1359
- }[]>;
1360
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1361
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1362
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1363
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1364
- readonly externalValue: boolean | null;
1365
- };
1366
- items: import('vue').Ref<{
1367
- id: number | string;
1368
- validate: () => Promise<string[]>;
1369
- reset: () => Promise<void>;
1370
- resetValidation: () => Promise<void>;
1371
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1372
- isValid: boolean | null;
1373
- errorMessages: string[];
1374
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1375
- id: number | string;
1376
- validate: () => Promise<string[]>;
1377
- reset: () => Promise<void>;
1378
- resetValidation: () => Promise<void>;
1379
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1380
- isValid: boolean | null;
1381
- errorMessages: string[];
1382
- }[]>;
1383
- validate: () => Promise<{
1384
- valid: boolean;
1385
- errors: {
1386
- id: number | string;
1387
- errorMessages: string[];
1388
- }[];
1389
- }>;
1390
- reset: () => void;
1391
- resetValidation: () => void;
1392
- } & HTMLFormElement & {
1393
- _allExposed: {
1394
- errors: import('vue').Ref<{
1395
- id: number | string;
1396
- errorMessages: string[];
1397
- }[], import('vuetify/lib/composables/form.mjs').FieldValidationResult[] | {
1398
- id: number | string;
1399
- errorMessages: string[];
1400
- }[]>;
1401
- isDisabled: Readonly<import('vue').Ref<boolean, boolean>>;
1402
- isReadonly: Readonly<import('vue').Ref<boolean, boolean>>;
1403
- isValidating: import('vue').ShallowRef<boolean, boolean>;
1404
- isValid: import('vue').Ref<boolean | null, boolean | null> & {
1405
- readonly externalValue: boolean | null;
1406
- };
1407
- items: import('vue').Ref<{
1408
- id: number | string;
1409
- validate: () => Promise<string[]>;
1410
- reset: () => Promise<void>;
1411
- resetValidation: () => Promise<void>;
1412
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1413
- isValid: boolean | null;
1414
- errorMessages: string[];
1415
- }[], import('vuetify/lib/composables/form.mjs').FormField[] | {
1416
- id: number | string;
1417
- validate: () => Promise<string[]>;
1418
- reset: () => Promise<void>;
1419
- resetValidation: () => Promise<void>;
1420
- vm: import('vue').Raw<import('vue').ComponentInternalInstance>;
1421
- isValid: boolean | null;
1422
- errorMessages: string[];
1423
- }[]>;
1424
- validate: () => Promise<{
1425
- valid: boolean;
1426
- errors: {
1427
- id: number | string;
1428
- errorMessages: string[];
1429
- }[];
1430
- }>;
1431
- reset: () => void;
1432
- resetValidation: () => void;
1433
- };
1434
- }, {}, {}, {}, {
1435
- style: import('vue').StyleValue;
1436
- disabled: boolean;
1437
- readonly: boolean;
1438
- modelValue: boolean | null;
1439
- 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;
1440
- fastFail: boolean;
1441
- }> | null;
264
+ form: HTMLDivElement;
1442
265
  }, HTMLDivElement>;
1443
266
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1444
267
  export default _default;