@cnamts/synapse 0.0.16-alpha → 1.0.1

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 (482) hide show
  1. package/dist/DateFilter-BmRuzQ9Z.js +98 -0
  2. package/dist/NumberFilter-CnIPDHqx.js +121 -0
  3. package/dist/PeriodFilter-CZwZ8CnQ.js +112 -0
  4. package/dist/SelectFilter-Cj-GW2Cc.js +97 -0
  5. package/dist/TextFilter-DTxZHJwX.js +114 -0
  6. package/dist/{components/BackBtn → common}/constants/ExpertiseLevelEnum.d.ts +3 -0
  7. package/dist/components/Accordion/Accordion.d.ts +39 -0
  8. package/dist/components/Accordion/config.d.ts +9 -0
  9. package/dist/components/BackBtn/AccessibiliteItems.d.ts +1 -1
  10. package/dist/components/BackToTopBtn/AccessibiliteItems.d.ts +1 -1
  11. package/dist/components/ChipList/AccessibiliteItems.d.ts +1 -1
  12. package/dist/components/ChipList/ChipList.d.ts +1 -1
  13. package/dist/components/CollapsibleList/AccessibiliteItems.d.ts +1 -1
  14. package/dist/components/ContextualMenu/AccessibiliteItems.d.ts +1 -1
  15. package/dist/components/CookieBanner/AccessibiliteItems.d.ts +1 -1
  16. package/dist/components/CopyBtn/AccessibiliteItems.d.ts +1 -1
  17. package/dist/components/CopyBtn/CopyBtn.d.ts +2 -0
  18. package/dist/components/Customs/SyBtnSelect/AccessibiliteItems.d.ts +1 -1
  19. package/dist/components/Customs/SyInputSelect/AccessibiliteItems.d.ts +1 -1
  20. package/dist/components/Customs/SyInputSelect/SyInputSelect.d.ts +12 -0
  21. package/dist/components/Customs/SySelect/AccessibiliteItems.d.ts +1 -1
  22. package/dist/components/Customs/SySelect/SySelect.d.ts +43 -16
  23. package/dist/components/Customs/SyTextField/AccessibiliteItems.d.ts +1 -1
  24. package/dist/components/Customs/SyTextField/SyTextField.d.ts +17 -17
  25. package/dist/components/DataList/AccessibiliteItems.d.ts +1 -1
  26. package/dist/components/DataListGroup/AccessibiliteItems.d.ts +1 -1
  27. package/dist/components/DatePicker/AccessibiliteItems.d.ts +1 -1
  28. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +4162 -0
  29. package/dist/components/DatePicker/{DatePicker.d.ts → DatePicker/DatePicker.d.ts} +176 -136
  30. package/dist/components/DatePicker/{DateTextInput.d.ts → DateTextInput/DateTextInput.d.ts} +48 -42
  31. package/dist/components/DatePicker/composables/index.d.ts +15 -0
  32. package/dist/components/DatePicker/composables/useDateFormatValidation.d.ts +25 -0
  33. package/dist/components/DatePicker/composables/useDateInputEditing.d.ts +33 -0
  34. package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +16 -0
  35. package/dist/components/DatePicker/composables/useDatePickerVisibility.d.ts +27 -0
  36. package/dist/components/DatePicker/composables/useDateRangeInput.d.ts +29 -0
  37. package/dist/components/DatePicker/composables/useDateRangeValidation.d.ts +11 -0
  38. package/dist/components/DatePicker/composables/useDateSelection.d.ts +10 -0
  39. package/dist/components/DatePicker/composables/useDateValidation.d.ts +35 -0
  40. package/dist/components/DatePicker/composables/useDisplayedDateString.d.ts +16 -0
  41. package/dist/components/DatePicker/composables/useIconState.d.ts +17 -0
  42. package/dist/components/DatePicker/composables/useInputBlurHandler.d.ts +30 -0
  43. package/dist/components/DatePicker/composables/useInputHandler.d.ts +32 -0
  44. package/dist/components/DatePicker/composables/useManualDateValidation.d.ts +33 -0
  45. package/dist/components/DatePicker/composables/useMonthButtonCustomization.d.ts +9 -0
  46. package/dist/components/DatePicker/composables/useTodayButton.d.ts +16 -0
  47. package/dist/components/DatePicker/composables/useWeekendDays.d.ts +11 -0
  48. package/dist/components/DatePicker/constants/messages.d.ts +29 -0
  49. package/dist/components/DatePicker/types.d.ts +13 -0
  50. package/dist/components/DiacriticPicker/DiacriticPicker.d.ts +27 -0
  51. package/dist/components/DiacriticPicker/config.d.ts +14 -0
  52. package/dist/components/DiacriticPicker/locales.d.ts +6 -0
  53. package/dist/components/DialogBox/AccessibiliteItems.d.ts +1 -1
  54. package/dist/components/DownloadBtn/AccessibiliteItems.d.ts +1 -1
  55. package/dist/components/DownloadBtn/DownloadBtn.d.ts +1 -1
  56. package/dist/components/ErrorPage/AccessibiliteItems.d.ts +1 -1
  57. package/dist/components/ExternalLinks/AccessibiliteItems.d.ts +1 -1
  58. package/dist/components/FileList/AccessibiliteItems.d.ts +1 -1
  59. package/dist/components/FilePreview/AccessibiliteItems.d.ts +1 -1
  60. package/dist/components/FileUpload/AccessibiliteItems.d.ts +1 -1
  61. package/dist/components/FilterInline/AccessibiliteItems.d.ts +1 -1
  62. package/dist/components/FilterSideBar/AccessibiliteItems.d.ts +1 -1
  63. package/dist/components/FilterSideBar/FilterSideBar.d.ts +395 -1
  64. package/dist/components/FooterBar/AccessibiliteItems.d.ts +1 -1
  65. package/dist/components/FooterBar/FooterBar.d.ts +1 -1
  66. package/dist/components/FranceConnectBtn/AccessibiliteItems.d.ts +1 -1
  67. package/dist/components/HeaderBar/AccessibiliteItems.d.ts +1 -1
  68. package/dist/components/HeaderBar/HeaderBurgerMenu/AccessibiliteItems.d.ts +1 -1
  69. package/dist/components/HeaderLoading/AccessibiliteItems.d.ts +1 -1
  70. package/dist/components/HeaderToolbar/AccessibiliteItems.d.ts +1 -1
  71. package/dist/components/LangBtn/AccessibiliteItems.d.ts +1 -1
  72. package/dist/components/Logo/AccessibiliteItems.d.ts +1 -1
  73. package/dist/components/LogoBrandSection/AccessibiliteItems.d.ts +1 -1
  74. package/dist/components/MaintenancePage/AccessibiliteItems.d.ts +1 -1
  75. package/dist/components/NirField/AccessibiliteItems.d.ts +1 -1
  76. package/dist/components/NirField/NirField.d.ts +34 -32
  77. package/dist/components/NotFoundPage/AccessibiliteItems.d.ts +1 -1
  78. package/dist/components/NotificationBar/AccessibiliteItems.d.ts +1 -1
  79. package/dist/components/NotificationBar/NotificationBar.d.ts +1 -1
  80. package/dist/components/PageContainer/AccessibiliteItems.d.ts +1 -1
  81. package/dist/components/PaginatedTable/AccessibiliteItems.d.ts +1 -1
  82. package/dist/components/PasswordField/AccessibiliteItems.d.ts +1 -1
  83. package/dist/components/PasswordField/PasswordField.d.ts +1 -1
  84. package/dist/components/PeriodField/AccessibiliteItems.d.ts +1 -1
  85. package/dist/components/PeriodField/PeriodField.d.ts +235 -101
  86. package/dist/components/PhoneField/AccessibiliteItems.d.ts +1 -1
  87. package/dist/components/PhoneField/PhoneField.d.ts +1 -0
  88. package/dist/components/PhoneField/tests/types.d.ts +18 -0
  89. package/dist/components/RangeField/AccessibiliteItems.d.ts +1 -1
  90. package/dist/components/RatingPicker/AccessibiliteItems.d.ts +1 -1
  91. package/dist/components/SearchListField/AccessibiliteItems.d.ts +1 -1
  92. package/dist/components/SelectBtnField/AccessibiliteItems.d.ts +1 -1
  93. package/dist/components/SkipLink/AccessibiliteItems.d.ts +1 -1
  94. package/dist/components/SocialMediaLinks/AccessibiliteItems.d.ts +1 -1
  95. package/dist/components/SubHeader/AccessibiliteItems.d.ts +1 -1
  96. package/dist/components/SyAlert/AccessibiliteItems.d.ts +1 -1
  97. package/dist/components/SyTextArea/SyTextArea.d.ts +900 -0
  98. package/dist/components/SyTextArea/locales.d.ts +3 -0
  99. package/dist/components/SyTextArea/trimStartOnUpdate.d.ts +1 -0
  100. package/dist/components/SyTextArea/useTextActions.d.ts +13 -0
  101. package/dist/components/SyTextArea/wrapText.d.ts +1 -0
  102. package/dist/components/TableToolbar/AccessibiliteItems.d.ts +1 -1
  103. package/dist/components/TableToolbar/TableToolbar.d.ts +10 -4
  104. package/dist/components/TableToolbar/config.d.ts +3 -2
  105. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +647 -0
  106. package/dist/components/Tables/SyTable/SyTable.d.ts +666 -0
  107. package/dist/components/Tables/common/SyTableFilter.d.ts +126 -0
  108. package/dist/components/Tables/common/TableHeader.d.ts +33 -0
  109. package/dist/components/Tables/common/constants/StateEnum.d.ts +6 -0
  110. package/dist/components/Tables/common/filters/DateFilter.d.ts +121 -0
  111. package/dist/components/Tables/common/filters/NumberFilter.d.ts +132 -0
  112. package/dist/components/Tables/common/filters/PeriodFilter.d.ts +135 -0
  113. package/dist/components/Tables/common/filters/SelectFilter.d.ts +120 -0
  114. package/dist/components/Tables/common/filters/TextFilter.d.ts +132 -0
  115. package/dist/components/Tables/common/formatters.d.ts +17 -0
  116. package/dist/components/Tables/common/locales.d.ts +7 -0
  117. package/dist/components/Tables/common/tableAccessibilityUtils.d.ts +8 -0
  118. package/dist/components/Tables/common/tableFilterUtils.d.ts +2 -0
  119. package/dist/components/Tables/common/tableStorageUtils.d.ts +29 -0
  120. package/dist/components/Tables/common/tableUtils.d.ts +42 -0
  121. package/dist/components/Tables/common/types.d.ts +80 -0
  122. package/dist/components/Tables/common/useTableFilter.d.ts +9 -0
  123. package/dist/components/Tables/index.d.ts +2 -0
  124. package/dist/components/UploadWorkflow/AccessibiliteItems.d.ts +1 -1
  125. package/dist/components/UserMenuBtn/AccessibiliteItems.d.ts +1 -1
  126. package/dist/components/index.d.ts +6 -1
  127. package/dist/composables/date/useHolidayDay.d.ts +36 -0
  128. package/dist/design-system-v3.js +100 -11271
  129. package/dist/design-system-v3.umd.cjs +22 -1
  130. package/dist/designTokens/index.d.ts +3 -1
  131. package/dist/designTokens/tokens/cnam/cnamFonts.d.ts +140 -0
  132. package/dist/designTokens/tokens/pa/paFonts.d.ts +140 -0
  133. package/dist/designTokens/tokens/pa/paLightTheme.d.ts +1 -32
  134. package/dist/designTokens/utils/createFontVariables.d.ts +39 -0
  135. package/dist/designTokens/utils/index.d.ts +2 -1
  136. package/dist/main-WDqeoGM-.js +14788 -0
  137. package/dist/style.css +1 -1
  138. package/dist/utils/rules/index.d.ts +1 -0
  139. package/dist/utils/rules/isHolidayDay/index.d.ts +11 -0
  140. package/dist/utils/rules/isHolidayDay/locales.d.ts +2 -0
  141. package/dist/utils/rules/isRequired/index.d.ts +1 -1
  142. package/dist/vite-env.d.ts +12 -0
  143. package/package.json +2 -1
  144. package/src/assets/_spacers.scss +37 -1
  145. package/src/assets/_typography.scss +158 -0
  146. package/src/assets/settings.scss +19 -0
  147. package/src/common/constants/ExpertiseLevelEnum.ts +7 -0
  148. package/src/components/Accordion/Accordion.mdx +69 -0
  149. package/src/components/Accordion/Accordion.stories.ts +262 -0
  150. package/src/components/Accordion/Accordion.vue +319 -0
  151. package/src/components/Accordion/config.ts +9 -0
  152. package/src/components/Accordion/tests/__snapshots__/accordion.spec.ts.snap +155 -0
  153. package/src/components/Accordion/tests/accordion.spec.ts +492 -0
  154. package/src/components/BackBtn/AccessibiliteItems.ts +1 -1
  155. package/src/components/BackToTopBtn/AccessibiliteItems.ts +1 -1
  156. package/src/components/ChipList/AccessibiliteItems.ts +1 -1
  157. package/src/components/CollapsibleList/AccessibiliteItems.ts +1 -1
  158. package/src/components/ContextualMenu/AccessibiliteItems.ts +1 -1
  159. package/src/components/CookieBanner/AccessibiliteItems.ts +1 -1
  160. package/src/components/CopyBtn/AccessibiliteItems.ts +1 -1
  161. package/src/components/CopyBtn/CopyBtn.stories.ts +189 -0
  162. package/src/components/CopyBtn/CopyBtn.vue +29 -1
  163. package/src/components/CopyBtn/tests/CopyBtn.spec.ts +102 -0
  164. package/src/components/Customs/SyBtnSelect/AccessibiliteItems.ts +1 -1
  165. package/src/components/Customs/SyInputSelect/AccessibiliteItems.ts +1 -1
  166. package/src/components/Customs/SyInputSelect/SyInputSelect.stories.ts +155 -1
  167. package/src/components/Customs/SyInputSelect/SyInputSelect.vue +97 -14
  168. package/src/components/Customs/SyInputSelect/tests/SyInputSelect.spec.ts +386 -106
  169. package/src/components/Customs/SySelect/AccessibiliteItems.ts +1 -1
  170. package/src/components/Customs/SySelect/SySelect.stories.ts +121 -2
  171. package/src/components/Customs/SySelect/SySelect.vue +25 -6
  172. package/src/components/Customs/SySelect/tests/SySelect.spec.ts +294 -3
  173. package/src/components/Customs/SyTextField/AccessibiliteItems.ts +1 -1
  174. package/src/components/Customs/SyTextField/SyTextField.vue +5 -3
  175. package/src/components/DataList/AccessibiliteItems.ts +1 -1
  176. package/src/components/DataListGroup/AccessibiliteItems.ts +1 -1
  177. package/src/components/DatePicker/AccessibiliteItems.ts +1 -1
  178. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.mdx +212 -0
  179. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +1097 -0
  180. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +497 -180
  181. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +941 -0
  182. package/src/components/DatePicker/DatePicker/DatePicker.mdx +176 -0
  183. package/src/components/DatePicker/{tests → DatePicker}/DatePicker.spec.ts +1 -1
  184. package/src/components/DatePicker/{DatePicker.stories.ts → DatePicker/DatePicker.stories.ts} +115 -400
  185. package/src/components/DatePicker/{DatePicker.vue → DatePicker/DatePicker.vue} +314 -83
  186. package/src/components/DatePicker/DatePickerOverview.mdx +227 -0
  187. package/src/components/DatePicker/{DatePickerValidation.mdx → DatePickerValidationExample/DatePickerValidation.mdx} +3 -3
  188. package/src/components/DatePicker/{DatePickerValidation.stories.ts → DatePickerValidationExample/DatePickerValidation.stories.ts} +2 -2
  189. package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +310 -0
  190. package/src/components/DatePicker/DateTextInput/DateTextInput.range.spec.ts +278 -0
  191. package/src/components/DatePicker/{tests → DateTextInput}/DateTextInput.spec.ts +8 -7
  192. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +916 -0
  193. package/src/components/DatePicker/DateTextInput/NoCalendar.mdx +64 -0
  194. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +572 -0
  195. package/src/components/DatePicker/composables/index.ts +22 -0
  196. package/src/components/DatePicker/composables/tests/useDateFormatValidation.spec.ts +165 -0
  197. package/src/components/DatePicker/composables/tests/useDateInputEditing.spec.ts +359 -0
  198. package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +160 -0
  199. package/src/components/DatePicker/composables/tests/useDatePickerVisibility.spec.ts +339 -0
  200. package/src/components/DatePicker/composables/tests/useDateRangeInput.spec.ts +277 -0
  201. package/src/components/DatePicker/composables/tests/useDateRangeValidation.spec.ts +107 -0
  202. package/src/components/DatePicker/composables/tests/useDateSelection.spec.ts +171 -0
  203. package/src/components/DatePicker/composables/tests/useDateValidation.spec.ts +245 -0
  204. package/src/components/DatePicker/composables/tests/useDisplayedDateString.spec.ts +98 -0
  205. package/src/components/DatePicker/composables/tests/useIconState.spec.ts +130 -0
  206. package/src/components/DatePicker/composables/tests/useInputBlurHandler.spec.ts +278 -0
  207. package/src/components/DatePicker/composables/tests/useManualDateValidation.spec.ts +233 -0
  208. package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +100 -0
  209. package/src/components/DatePicker/composables/tests/useTodayButton.spec.ts +97 -0
  210. package/src/components/DatePicker/composables/tests/useWeekendDays.spec.ts +28 -0
  211. package/src/components/DatePicker/composables/useDateFormatValidation.ts +95 -0
  212. package/src/components/DatePicker/composables/useDateInputEditing.ts +326 -0
  213. package/src/components/DatePicker/composables/useDatePickerViewMode.ts +61 -0
  214. package/src/components/DatePicker/composables/useDatePickerVisibility.ts +146 -0
  215. package/src/components/DatePicker/composables/useDateRangeInput.ts +375 -0
  216. package/src/components/DatePicker/composables/useDateRangeValidation.ts +48 -0
  217. package/src/components/DatePicker/composables/useDateSelection.ts +121 -0
  218. package/src/components/DatePicker/composables/useDateValidation.ts +225 -0
  219. package/src/components/DatePicker/composables/useDisplayedDateString.ts +58 -0
  220. package/src/components/DatePicker/composables/useIconState.ts +53 -0
  221. package/src/components/DatePicker/composables/useInputBlurHandler.ts +101 -0
  222. package/src/components/DatePicker/composables/useInputHandler.ts +436 -0
  223. package/src/components/DatePicker/composables/useManualDateValidation.ts +161 -0
  224. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +89 -0
  225. package/src/components/DatePicker/composables/useTodayButton.ts +43 -0
  226. package/src/components/DatePicker/composables/useWeekendDays.ts +21 -0
  227. package/src/components/DatePicker/constants/messages.ts +50 -0
  228. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +4 -4
  229. package/src/components/DatePicker/docExamples/DatePickerValidationExamples.vue +1 -1
  230. package/src/components/DatePicker/playground/ComplexDatePickerPlayground.vue +172 -0
  231. package/src/components/DatePicker/playground/DatePickerHolidayRule.vue +130 -0
  232. package/src/components/DatePicker/types.ts +15 -0
  233. package/src/components/DiacriticPicker/DiacriticPicker.mdx +104 -0
  234. package/src/components/DiacriticPicker/DiacriticPicker.stories.ts +447 -0
  235. package/src/components/DiacriticPicker/DiacriticPicker.vue +262 -0
  236. package/src/components/DiacriticPicker/config.ts +15 -0
  237. package/src/components/DiacriticPicker/locales.ts +6 -0
  238. package/src/components/DiacriticPicker/tests/DiatriticPicker.spec.ts +132 -0
  239. package/src/components/DialogBox/AccessibiliteItems.ts +1 -1
  240. package/src/components/DialogBox/DialogBox.vue +1 -3
  241. package/src/components/DownloadBtn/AccessibiliteItems.ts +1 -1
  242. package/src/components/ErrorPage/AccessibiliteItems.ts +1 -1
  243. package/src/components/ExternalLinks/AccessibiliteItems.ts +1 -1
  244. package/src/components/FileList/AccessibiliteItems.ts +1 -1
  245. package/src/components/FilePreview/AccessibiliteItems.ts +1 -1
  246. package/src/components/FileUpload/AccessibiliteItems.ts +1 -1
  247. package/src/components/FilterInline/AccessibiliteItems.ts +1 -1
  248. package/src/components/FilterSideBar/AccessibiliteItems.ts +1 -1
  249. package/src/components/FilterSideBar/FilterSideBar.vue +108 -90
  250. package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +27 -0
  251. package/src/components/FilterSideBar/tests/__snapshots__/FilterSideBar.spec.ts.snap +114 -109
  252. package/src/components/FooterBar/AccessibiliteItems.ts +1 -1
  253. package/src/components/FooterBar/FooterBar.vue +2 -1
  254. package/src/components/FranceConnectBtn/AccessibiliteItems.ts +1 -1
  255. package/src/components/HeaderBar/AccessibiliteItems.ts +1 -1
  256. package/src/components/HeaderBar/HeaderBurgerMenu/AccessibiliteItems.ts +1 -1
  257. package/src/components/HeaderLoading/AccessibiliteItems.ts +1 -1
  258. package/src/components/HeaderToolbar/AccessibiliteItems.ts +1 -1
  259. package/src/components/LangBtn/AccessibiliteItems.ts +1 -1
  260. package/src/components/Logo/Accessibilite.stories.ts +4 -0
  261. package/src/components/Logo/AccessibiliteItems.ts +1 -1
  262. package/src/components/LogoBrandSection/AccessibiliteItems.ts +1 -1
  263. package/src/components/MaintenancePage/AccessibiliteItems.ts +1 -1
  264. package/src/components/NirField/AccessibiliteItems.ts +1 -1
  265. package/src/components/NirField/NirField.stories.ts +172 -0
  266. package/src/components/NirField/NirField.vue +15 -7
  267. package/src/components/NotFoundPage/AccessibiliteItems.ts +1 -1
  268. package/src/components/NotificationBar/Accessibilite.stories.ts +1 -1
  269. package/src/components/NotificationBar/AccessibiliteItems.ts +1 -1
  270. package/src/components/NotificationBar/NotificationBar.stories.ts +14 -0
  271. package/src/components/NotificationBar/NotificationBar.vue +26 -3
  272. package/src/components/NotificationBar/{options.ts → config.ts} +0 -1
  273. package/src/components/PageContainer/AccessibiliteItems.ts +1 -1
  274. package/src/components/PaginatedTable/AccessibiliteItems.ts +1 -1
  275. package/src/components/PaginatedTable/PaginatedTable.stories.ts +19 -0
  276. package/src/components/PaginatedTable/PaginatedTable.vue +51 -24
  277. package/src/components/PaginatedTable/tests/PaginatedTable.spec.ts +0 -2
  278. package/src/components/PasswordField/AccessibiliteItems.ts +1 -1
  279. package/src/components/PasswordField/PasswordField.stories.ts +4 -3
  280. package/src/components/PasswordField/PasswordField.vue +26 -18
  281. package/src/components/PasswordField/tests/PasswordField.spec.ts +1 -10
  282. package/src/components/PeriodField/AccessibiliteItems.ts +1 -1
  283. package/src/components/PeriodField/PeriodField.vue +13 -1
  284. package/src/components/PhoneField/AccessibiliteItems.ts +1 -1
  285. package/src/components/PhoneField/PhoneField.stories.ts +143 -0
  286. package/src/components/PhoneField/PhoneField.vue +88 -30
  287. package/src/components/PhoneField/tests/PhoneField.additional.spec.ts +266 -0
  288. package/src/components/PhoneField/tests/PhoneField.spec.ts +248 -28
  289. package/src/components/PhoneField/tests/types.d.ts +19 -0
  290. package/src/components/RangeField/AccessibiliteItems.ts +1 -1
  291. package/src/components/RatingPicker/AccessibiliteItems.ts +1 -1
  292. package/src/components/SearchListField/AccessibiliteItems.ts +1 -1
  293. package/src/components/SelectBtnField/AccessibiliteItems.ts +1 -1
  294. package/src/components/SkipLink/AccessibiliteItems.ts +1 -1
  295. package/src/components/SocialMediaLinks/AccessibiliteItems.ts +1 -1
  296. package/src/components/SubHeader/AccessibiliteItems.ts +1 -1
  297. package/src/components/SyAlert/AccessibiliteItems.ts +1 -1
  298. package/src/components/SyTextArea/SyTextArea.mdx +17 -0
  299. package/src/components/SyTextArea/SyTextArea.stories.ts +322 -0
  300. package/src/components/SyTextArea/SyTextArea.vue +113 -0
  301. package/src/components/SyTextArea/locales.ts +3 -0
  302. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +194 -0
  303. package/src/components/SyTextArea/trimStartOnUpdate.ts +12 -0
  304. package/src/components/SyTextArea/useTextActions.ts +52 -0
  305. package/src/components/SyTextArea/wrapText.ts +42 -0
  306. package/src/components/TableToolbar/AccessibiliteItems.ts +1 -1
  307. package/src/components/TableToolbar/TableToolbar.mdx +86 -1
  308. package/src/components/TableToolbar/TableToolbar.stories.ts +509 -107
  309. package/src/components/TableToolbar/TableToolbar.vue +25 -8
  310. package/src/components/TableToolbar/config.ts +3 -2
  311. package/src/components/TableToolbar/tests/__snapshots__/TableToolbar.spec.ts.snap +35 -12
  312. package/src/components/Tables/SyServerTable/FilterRules.stories.ts +83 -0
  313. package/src/components/Tables/SyServerTable/SyServerTable.mdx +160 -0
  314. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +2887 -0
  315. package/src/components/Tables/SyServerTable/SyServerTable.vue +302 -0
  316. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +450 -0
  317. package/src/components/Tables/SyServerTable/tests/__snapshots__/SyServerTable.spec.ts.snap +521 -0
  318. package/src/components/Tables/SyTable/FilterRules.stories.ts +235 -0
  319. package/src/components/Tables/SyTable/SyTable.mdx +129 -0
  320. package/src/components/Tables/SyTable/SyTable.stories.ts +1966 -0
  321. package/src/components/Tables/SyTable/SyTable.vue +317 -0
  322. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +345 -0
  323. package/src/components/Tables/SyTable/tests/__snapshots__/SyTable.spec.ts.snap +521 -0
  324. package/src/components/Tables/common/SyTableFilter.vue +342 -0
  325. package/src/components/Tables/common/TableHeader.vue +221 -0
  326. package/src/components/Tables/common/constants/StateEnum.ts +6 -0
  327. package/src/components/Tables/common/filters/DateFilter.vue +140 -0
  328. package/src/components/Tables/common/filters/NumberFilter.vue +234 -0
  329. package/src/components/Tables/common/filters/PeriodFilter.vue +147 -0
  330. package/src/components/Tables/common/filters/SelectFilter.vue +126 -0
  331. package/src/components/Tables/common/filters/TextFilter.vue +191 -0
  332. package/src/components/Tables/common/filters/tests/DateFilter.spec.ts +187 -0
  333. package/src/components/Tables/common/filters/tests/NumberFilter.spec.ts +280 -0
  334. package/src/components/Tables/common/filters/tests/PeriodFilter.spec.ts +192 -0
  335. package/src/components/Tables/common/filters/tests/SelectFilter.spec.ts +219 -0
  336. package/src/components/Tables/common/filters/tests/TextFilter.spec.ts +260 -0
  337. package/src/components/Tables/common/formatters.ts +72 -0
  338. package/src/components/Tables/common/locales.ts +7 -0
  339. package/src/components/Tables/common/tableAccessibilityUtils.ts +61 -0
  340. package/src/components/Tables/common/tableFilterUtils.ts +327 -0
  341. package/src/components/Tables/common/tableStorageUtils.ts +102 -0
  342. package/src/components/Tables/common/tableStyles.scss +54 -0
  343. package/src/components/Tables/common/tableUtils.ts +115 -0
  344. package/src/components/Tables/common/tests/SyTableFilter.spec.ts +312 -0
  345. package/src/components/Tables/common/tests/resize.spec.ts +161 -0
  346. package/src/components/Tables/common/tests/tableFilterUtils.spec.ts +106 -0
  347. package/src/components/Tables/common/tests/tableUtils.spec.ts +272 -0
  348. package/src/components/Tables/common/types.ts +81 -0
  349. package/src/components/Tables/common/useTableFilter.ts +19 -0
  350. package/src/components/Tables/index.ts +3 -0
  351. package/src/components/UploadWorkflow/AccessibiliteItems.ts +1 -1
  352. package/src/components/UserMenuBtn/AccessibiliteItems.ts +1 -1
  353. package/src/components/index.ts +6 -1
  354. package/src/composables/date/useDateFormatDayjs.ts +8 -3
  355. package/src/composables/date/useDateInitializationDayjs.ts +28 -36
  356. package/src/composables/date/useHolidayDay.ts +98 -0
  357. package/src/composables/rules/useFieldValidation.ts +16 -4
  358. package/src/composables/validation/useValidation.ts +2 -1
  359. package/src/designTokens/index.ts +4 -0
  360. package/src/designTokens/tokens/cnam/cnamFonts.ts +140 -0
  361. package/src/designTokens/tokens/pa/paFonts.ts +140 -0
  362. package/src/designTokens/tokens/pa/paLightTheme.ts +10 -41
  363. package/src/designTokens/utils/createFontVariables.ts +143 -0
  364. package/src/designTokens/utils/index.ts +2 -1
  365. package/src/stories/Accessibilite/Introduction.mdx +5 -2
  366. package/src/stories/Demarrer/Accueil.stories.ts +12 -3
  367. package/src/stories/DesignTokens/colors.stories.ts +100 -41
  368. package/src/utils/rules/index.ts +1 -0
  369. package/src/utils/rules/isHolidayDay/IsHolidayDay.mdx +52 -0
  370. package/src/utils/rules/isHolidayDay/IsHolidayDay.stories.ts +129 -0
  371. package/src/utils/rules/isHolidayDay/index.ts +36 -0
  372. package/src/utils/rules/isHolidayDay/locales.ts +5 -0
  373. package/src/utils/rules/isHolidayDay/tests/isHolidayDay.spec.ts +35 -0
  374. package/src/utils/rules/isRequired/index.ts +2 -1
  375. package/src/vite-env.d.ts +12 -0
  376. package/src/vuetifyConfig.ts +10 -3
  377. package/dist/components/BackToTopBtn/constants/ExpertiseLevelEnum.d.ts +0 -4
  378. package/dist/components/ChipList/constants/ExpertiseLevelEnum.d.ts +0 -4
  379. package/dist/components/CollapsibleList/constants/ExpertiseLevelEnum.d.ts +0 -4
  380. package/dist/components/ContextualMenu/constants/ExpertiseLevelEnum.d.ts +0 -4
  381. package/dist/components/CookieBanner/constants/ExpertiseLevelEnum.d.ts +0 -4
  382. package/dist/components/CopyBtn/constants/ExpertiseLevelEnum.d.ts +0 -4
  383. package/dist/components/Customs/SyBtnSelect/constants/ExpertiseLevelEnum.d.ts +0 -4
  384. package/dist/components/Customs/SyInputSelect/constants/ExpertiseLevelEnum.d.ts +0 -4
  385. package/dist/components/Customs/SySelect/constants/ExpertiseLevelEnum.d.ts +0 -4
  386. package/dist/components/Customs/SyTextField/constants/ExpertiseLevelEnum.d.ts +0 -4
  387. package/dist/components/DataList/constants/ExpertiseLevelEnum.d.ts +0 -4
  388. package/dist/components/DataListGroup/constants/ExpertiseLevelEnum.d.ts +0 -4
  389. package/dist/components/DatePicker/constants/ExpertiseLevelEnum.d.ts +0 -4
  390. package/dist/components/DialogBox/constants/ExpertiseLevelEnum.d.ts +0 -4
  391. package/dist/components/DownloadBtn/constants/ExpertiseLevelEnum.d.ts +0 -4
  392. package/dist/components/ErrorPage/constants/ExpertiseLevelEnum.d.ts +0 -4
  393. package/dist/components/ExternalLinks/constants/ExpertiseLevelEnum.d.ts +0 -4
  394. package/dist/components/FileList/constants/ExpertiseLevelEnum.d.ts +0 -4
  395. package/dist/components/FilePreview/constants/ExpertiseLevelEnum.d.ts +0 -4
  396. package/dist/components/FileUpload/constants/ExpertiseLevelEnum.d.ts +0 -4
  397. package/dist/components/FilterInline/constants/ExpertiseLevelEnum.d.ts +0 -4
  398. package/dist/components/FilterSideBar/constants/ExpertiseLevelEnum.d.ts +0 -4
  399. package/dist/components/FooterBar/constants/ExpertiseLevelEnum.d.ts +0 -4
  400. package/dist/components/FranceConnectBtn/constants/ExpertiseLevelEnum.d.ts +0 -4
  401. package/dist/components/HeaderBar/HeaderBurgerMenu/constants/ExpertiseLevelEnum.d.ts +0 -4
  402. package/dist/components/HeaderBar/constants/ExpertiseLevelEnum.d.ts +0 -4
  403. package/dist/components/HeaderLoading/constants/ExpertiseLevelEnum.d.ts +0 -4
  404. package/dist/components/HeaderToolbar/constants/ExpertiseLevelEnum.d.ts +0 -4
  405. package/dist/components/LangBtn/constants/ExpertiseLevelEnum.d.ts +0 -4
  406. package/dist/components/Logo/constants/ExpertiseLevelEnum.d.ts +0 -4
  407. package/dist/components/LogoBrandSection/constants/ExpertiseLevelEnum.d.ts +0 -4
  408. package/dist/components/MaintenancePage/constants/ExpertiseLevelEnum.d.ts +0 -4
  409. package/dist/components/NirField/constants/ExpertiseLevelEnum.d.ts +0 -4
  410. package/dist/components/NotFoundPage/constants/ExpertiseLevelEnum.d.ts +0 -4
  411. package/dist/components/NotificationBar/constants/ExpertiseLevelEnum.d.ts +0 -4
  412. package/dist/components/PageContainer/constants/ExpertiseLevelEnum.d.ts +0 -4
  413. package/dist/components/PaginatedTable/constants/ExpertiseLevelEnum.d.ts +0 -4
  414. package/dist/components/PasswordField/constants/ExpertiseLevelEnum.d.ts +0 -4
  415. package/dist/components/PeriodField/constants/ExpertiseLevelEnum.d.ts +0 -4
  416. package/dist/components/PhoneField/constants/ExpertiseLevelEnum.d.ts +0 -4
  417. package/dist/components/RangeField/constants/ExpertiseLevelEnum.d.ts +0 -4
  418. package/dist/components/RatingPicker/constants/ExpertiseLevelEnum.d.ts +0 -4
  419. package/dist/components/SearchListField/constants/ExpertiseLevelEnum.d.ts +0 -4
  420. package/dist/components/SelectBtnField/constants/ExpertiseLevelEnum.d.ts +0 -4
  421. package/dist/components/SkipLink/constants/ExpertiseLevelEnum.d.ts +0 -4
  422. package/dist/components/SocialMediaLinks/constants/ExpertiseLevelEnum.d.ts +0 -4
  423. package/dist/components/SubHeader/constants/ExpertiseLevelEnum.d.ts +0 -4
  424. package/dist/components/SyAlert/constants/ExpertiseLevelEnum.d.ts +0 -4
  425. package/dist/components/TableToolbar/constants/ExpertiseLevelEnum.d.ts +0 -4
  426. package/dist/components/UploadWorkflow/constants/ExpertiseLevelEnum.d.ts +0 -4
  427. package/dist/components/UserMenuBtn/constants/ExpertiseLevelEnum.d.ts +0 -4
  428. package/src/components/BackBtn/constants/ExpertiseLevelEnum.ts +0 -4
  429. package/src/components/BackToTopBtn/constants/ExpertiseLevelEnum.ts +0 -4
  430. package/src/components/ChipList/constants/ExpertiseLevelEnum.ts +0 -4
  431. package/src/components/CollapsibleList/constants/ExpertiseLevelEnum.ts +0 -4
  432. package/src/components/ContextualMenu/constants/ExpertiseLevelEnum.ts +0 -4
  433. package/src/components/CookieBanner/constants/ExpertiseLevelEnum.ts +0 -4
  434. package/src/components/CopyBtn/constants/ExpertiseLevelEnum.ts +0 -4
  435. package/src/components/Customs/SyBtnSelect/constants/ExpertiseLevelEnum.ts +0 -4
  436. package/src/components/Customs/SyInputSelect/constants/ExpertiseLevelEnum.ts +0 -4
  437. package/src/components/Customs/SySelect/constants/ExpertiseLevelEnum.ts +0 -4
  438. package/src/components/Customs/SyTextField/constants/ExpertiseLevelEnum.ts +0 -4
  439. package/src/components/DataList/constants/ExpertiseLevelEnum.ts +0 -4
  440. package/src/components/DataListGroup/constants/ExpertiseLevelEnum.ts +0 -4
  441. package/src/components/DatePicker/DatePicker.mdx +0 -222
  442. package/src/components/DatePicker/DateTextInput.vue +0 -493
  443. package/src/components/DatePicker/constants/ExpertiseLevelEnum.ts +0 -4
  444. package/src/components/DialogBox/constants/ExpertiseLevelEnum.ts +0 -4
  445. package/src/components/DownloadBtn/constants/ExpertiseLevelEnum.ts +0 -4
  446. package/src/components/ErrorPage/constants/ExpertiseLevelEnum.ts +0 -4
  447. package/src/components/ExternalLinks/constants/ExpertiseLevelEnum.ts +0 -4
  448. package/src/components/FileList/constants/ExpertiseLevelEnum.ts +0 -4
  449. package/src/components/FilePreview/constants/ExpertiseLevelEnum.ts +0 -4
  450. package/src/components/FileUpload/constants/ExpertiseLevelEnum.ts +0 -4
  451. package/src/components/FilterInline/constants/ExpertiseLevelEnum.ts +0 -4
  452. package/src/components/FilterSideBar/constants/ExpertiseLevelEnum.ts +0 -4
  453. package/src/components/FooterBar/constants/ExpertiseLevelEnum.ts +0 -4
  454. package/src/components/FranceConnectBtn/constants/ExpertiseLevelEnum.ts +0 -4
  455. package/src/components/HeaderBar/HeaderBurgerMenu/constants/ExpertiseLevelEnum.ts +0 -4
  456. package/src/components/HeaderBar/constants/ExpertiseLevelEnum.ts +0 -4
  457. package/src/components/HeaderLoading/constants/ExpertiseLevelEnum.ts +0 -4
  458. package/src/components/HeaderToolbar/constants/ExpertiseLevelEnum.ts +0 -4
  459. package/src/components/LangBtn/constants/ExpertiseLevelEnum.ts +0 -4
  460. package/src/components/Logo/constants/ExpertiseLevelEnum.ts +0 -4
  461. package/src/components/LogoBrandSection/constants/ExpertiseLevelEnum.ts +0 -4
  462. package/src/components/MaintenancePage/constants/ExpertiseLevelEnum.ts +0 -4
  463. package/src/components/NirField/constants/ExpertiseLevelEnum.ts +0 -4
  464. package/src/components/NotFoundPage/constants/ExpertiseLevelEnum.ts +0 -4
  465. package/src/components/NotificationBar/constants/ExpertiseLevelEnum.ts +0 -4
  466. package/src/components/PageContainer/constants/ExpertiseLevelEnum.ts +0 -4
  467. package/src/components/PaginatedTable/constants/ExpertiseLevelEnum.ts +0 -4
  468. package/src/components/PasswordField/constants/ExpertiseLevelEnum.ts +0 -4
  469. package/src/components/PeriodField/constants/ExpertiseLevelEnum.ts +0 -4
  470. package/src/components/PhoneField/constants/ExpertiseLevelEnum.ts +0 -4
  471. package/src/components/RangeField/constants/ExpertiseLevelEnum.ts +0 -4
  472. package/src/components/RatingPicker/constants/ExpertiseLevelEnum.ts +0 -4
  473. package/src/components/SearchListField/constants/ExpertiseLevelEnum.ts +0 -4
  474. package/src/components/SelectBtnField/constants/ExpertiseLevelEnum.ts +0 -4
  475. package/src/components/SkipLink/constants/ExpertiseLevelEnum.ts +0 -4
  476. package/src/components/SocialMediaLinks/constants/ExpertiseLevelEnum.ts +0 -4
  477. package/src/components/SubHeader/constants/ExpertiseLevelEnum.ts +0 -4
  478. package/src/components/SyAlert/constants/ExpertiseLevelEnum.ts +0 -4
  479. package/src/components/TableToolbar/constants/ExpertiseLevelEnum.ts +0 -4
  480. package/src/components/UploadWorkflow/constants/ExpertiseLevelEnum.ts +0 -4
  481. package/src/components/UserMenuBtn/constants/ExpertiseLevelEnum.ts +0 -4
  482. /package/dist/components/NotificationBar/{options.d.ts → config.d.ts} +0 -0
@@ -0,0 +1,900 @@
1
+ import { VTextarea } from 'vuetify/components';
2
+ type Rule = (value: string) => boolean | string;
3
+ type __VLS_Props = {
4
+ modelValue?: string;
5
+ trim?: boolean;
6
+ replaceTabs?: number;
7
+ rules?: Array<Rule>;
8
+ maxLines?: number;
9
+ autoWrap?: number;
10
+ normalize?: boolean;
11
+ validateOn?: VTextarea['validateOn'];
12
+ variant?: VTextarea['variant'];
13
+ color?: string;
14
+ label: string;
15
+ };
16
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
+ "update:modelValue": (value: string) => any;
18
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
20
+ }>, {
21
+ modelValue: string;
22
+ color: string;
23
+ trim: boolean;
24
+ normalize: boolean;
25
+ rules: Rule[];
26
+ validateOn: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager";
27
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
28
+ replaceTabs: number;
29
+ maxLines: number;
30
+ autoWrap: number;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
32
+ textAreaRef: import('vue').CreateComponentPublicInstanceWithMixins<{
33
+ flat: boolean;
34
+ reverse: boolean;
35
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
36
+ error: boolean;
37
+ active: boolean;
38
+ direction: "horizontal" | "vertical";
39
+ style: import('vue').StyleValue;
40
+ autofocus: boolean;
41
+ disabled: boolean;
42
+ readonly: boolean | null;
43
+ messages: string | readonly string[];
44
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
45
+ focused: boolean;
46
+ errorMessages: string | readonly string[] | null;
47
+ maxErrors: string | number;
48
+ density: import('vuetify/lib/composables/density.mjs').Density;
49
+ tile: boolean;
50
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
51
+ glow: boolean;
52
+ hideSpinButtons: boolean;
53
+ persistentHint: boolean;
54
+ clearable: boolean;
55
+ dirty: boolean;
56
+ persistentClear: boolean;
57
+ singleLine: boolean;
58
+ persistentPlaceholder: boolean;
59
+ persistentCounter: boolean;
60
+ autoGrow: boolean;
61
+ noResize: boolean;
62
+ rows: string | number;
63
+ } & {
64
+ name?: string | undefined;
65
+ id?: string | undefined;
66
+ width?: string | number | undefined;
67
+ color?: string | undefined;
68
+ maxWidth?: string | number | undefined;
69
+ minWidth?: string | number | undefined;
70
+ loading?: string | boolean | undefined;
71
+ label?: string | undefined;
72
+ prefix?: string | undefined;
73
+ class?: any;
74
+ theme?: string | undefined;
75
+ placeholder?: string | undefined;
76
+ counter?: string | number | true | undefined;
77
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
78
+ modelValue?: any;
79
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
80
+ validationValue?: any;
81
+ rounded?: string | number | boolean | undefined;
82
+ baseColor?: string | undefined;
83
+ bgColor?: string | undefined;
84
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
85
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
86
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
87
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
88
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
89
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
90
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
91
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
92
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
93
+ centerAffix?: boolean | undefined;
94
+ iconColor?: string | boolean | undefined;
95
+ hint?: string | undefined;
96
+ hideDetails?: boolean | "auto" | undefined;
97
+ suffix?: string | undefined;
98
+ counterValue?: ((value: any) => number) | undefined;
99
+ modelModifiers?: Record<string, boolean> | undefined;
100
+ maxRows?: string | number | undefined;
101
+ } & {
102
+ $children?: {} | import('vue').VNodeChild | {
103
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
104
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
105
+ props: Record<string, any>;
106
+ }) => import('vue').VNodeChild) | undefined;
107
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
108
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
109
+ label: string | undefined;
110
+ props: Record<string, any>;
111
+ }) => import('vue').VNodeChild) | undefined;
112
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
113
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
114
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
115
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
116
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
117
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
118
+ };
119
+ 'v-slots'?: {
120
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
121
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
122
+ props: Record<string, any>;
123
+ }) => import('vue').VNodeChild) | undefined;
124
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
125
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
126
+ label: string | undefined;
127
+ props: Record<string, any>;
128
+ }) => import('vue').VNodeChild) | undefined;
129
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
130
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
131
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
132
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
133
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
134
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
135
+ } | undefined;
136
+ } & {
137
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
138
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
139
+ props: Record<string, any>;
140
+ }) => import('vue').VNodeChild) | undefined;
141
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
142
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
143
+ label: string | undefined;
144
+ props: Record<string, any>;
145
+ }) => import('vue').VNodeChild) | undefined;
146
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
147
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
148
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
149
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
150
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
151
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
152
+ } & {
153
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
154
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
155
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
156
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
157
+ }, HTMLInputElement & Omit<Omit<{
158
+ $: import('vue').ComponentInternalInstance;
159
+ $data: {};
160
+ $props: Partial<{
161
+ error: boolean;
162
+ direction: "horizontal" | "vertical";
163
+ style: import('vue').StyleValue;
164
+ disabled: boolean | null;
165
+ readonly: boolean | null;
166
+ messages: string | readonly string[];
167
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
168
+ focused: boolean;
169
+ errorMessages: string | readonly string[] | null;
170
+ maxErrors: string | number;
171
+ density: import('vuetify/lib/composables/density.mjs').Density;
172
+ centerAffix: boolean;
173
+ glow: boolean;
174
+ hideSpinButtons: boolean;
175
+ persistentHint: boolean;
176
+ }> & Omit<{
177
+ error: boolean;
178
+ direction: "horizontal" | "vertical";
179
+ style: import('vue').StyleValue;
180
+ disabled: boolean | null;
181
+ readonly: boolean | null;
182
+ messages: string | readonly string[];
183
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
184
+ focused: boolean;
185
+ errorMessages: string | readonly string[] | null;
186
+ maxErrors: string | number;
187
+ density: import('vuetify/lib/composables/density.mjs').Density;
188
+ centerAffix: boolean;
189
+ glow: boolean;
190
+ hideSpinButtons: boolean;
191
+ persistentHint: boolean;
192
+ name?: string | undefined;
193
+ id?: string | undefined;
194
+ width?: string | number | undefined;
195
+ color?: string | undefined;
196
+ maxWidth?: string | number | undefined;
197
+ minWidth?: string | number | undefined;
198
+ label?: string | undefined;
199
+ class?: any;
200
+ theme?: string | undefined;
201
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
202
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
203
+ validationValue?: any;
204
+ baseColor?: string | undefined;
205
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
206
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
207
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
208
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
209
+ iconColor?: string | boolean | undefined;
210
+ hint?: string | undefined;
211
+ hideDetails?: boolean | "auto" | undefined;
212
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "errorMessages" | "readonly" | "centerAffix" | "density" | "direction" | "disabled" | "maxErrors" | "messages" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
213
+ $attrs: {
214
+ [x: string]: unknown;
215
+ };
216
+ $refs: {
217
+ [x: string]: unknown;
218
+ };
219
+ $slots: Readonly<{
220
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
221
+ [key: string]: any;
222
+ }>[]) | undefined;
223
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
224
+ [key: string]: any;
225
+ }>[]) | undefined;
226
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
227
+ [key: string]: any;
228
+ }>[]) | undefined;
229
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
230
+ [key: string]: any;
231
+ }>[]) | undefined;
232
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
233
+ [key: string]: any;
234
+ }>[]) | undefined;
235
+ }>;
236
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
237
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
238
+ $host: Element | null;
239
+ $emit: (event: string, ...args: any[]) => void;
240
+ $el: any;
241
+ $options: import('vue').ComponentOptionsBase<{
242
+ error: boolean;
243
+ direction: "horizontal" | "vertical";
244
+ style: import('vue').StyleValue;
245
+ disabled: boolean | null;
246
+ readonly: boolean | null;
247
+ messages: string | readonly string[];
248
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
249
+ focused: boolean;
250
+ errorMessages: string | readonly string[] | null;
251
+ maxErrors: string | number;
252
+ density: import('vuetify/lib/composables/density.mjs').Density;
253
+ centerAffix: boolean;
254
+ glow: boolean;
255
+ hideSpinButtons: boolean;
256
+ persistentHint: boolean;
257
+ } & {
258
+ name?: string | undefined;
259
+ id?: string | undefined;
260
+ width?: string | number | undefined;
261
+ color?: string | undefined;
262
+ maxWidth?: string | number | undefined;
263
+ minWidth?: string | number | undefined;
264
+ label?: string | undefined;
265
+ class?: any;
266
+ theme?: string | undefined;
267
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
268
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
269
+ validationValue?: any;
270
+ baseColor?: string | undefined;
271
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
272
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
273
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
274
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
275
+ iconColor?: string | boolean | undefined;
276
+ hint?: string | undefined;
277
+ hideDetails?: boolean | "auto" | undefined;
278
+ }, {
279
+ reset: () => Promise<void>;
280
+ resetValidation: () => Promise<void>;
281
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
282
+ isValid: import('vue').ComputedRef<boolean | null>;
283
+ errorMessages: import('vue').ComputedRef<string[]>;
284
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
285
+ 'update:modelValue': (value: any) => true;
286
+ }, "modelValue" | "update:modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
287
+ error: boolean;
288
+ direction: "horizontal" | "vertical";
289
+ style: import('vue').StyleValue;
290
+ disabled: boolean | null;
291
+ readonly: boolean | null;
292
+ messages: string | readonly string[];
293
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
294
+ focused: boolean;
295
+ errorMessages: string | readonly string[] | null;
296
+ maxErrors: string | number;
297
+ density: import('vuetify/lib/composables/density.mjs').Density;
298
+ centerAffix: boolean;
299
+ glow: boolean;
300
+ hideSpinButtons: boolean;
301
+ persistentHint: boolean;
302
+ }, {}, string, import('vue').SlotsType<Partial<{
303
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
304
+ [key: string]: any;
305
+ }>[];
306
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
307
+ [key: string]: any;
308
+ }>[];
309
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
310
+ [key: string]: any;
311
+ }>[];
312
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
313
+ [key: string]: any;
314
+ }>[];
315
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
316
+ [key: string]: any;
317
+ }>[];
318
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
319
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
320
+ created?: (() => void) | (() => void)[] | undefined;
321
+ beforeMount?: (() => void) | (() => void)[] | undefined;
322
+ mounted?: (() => void) | (() => void)[] | undefined;
323
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
324
+ updated?: (() => void) | (() => void)[] | undefined;
325
+ activated?: (() => void) | (() => void)[] | undefined;
326
+ deactivated?: (() => void) | (() => void)[] | undefined;
327
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
328
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
329
+ destroyed?: (() => void) | (() => void)[] | undefined;
330
+ unmounted?: (() => void) | (() => void)[] | undefined;
331
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
332
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
333
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
334
+ };
335
+ $forceUpdate: () => void;
336
+ $nextTick: typeof import('vue').nextTick;
337
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
338
+ } & Readonly<{
339
+ error: boolean;
340
+ direction: "horizontal" | "vertical";
341
+ style: import('vue').StyleValue;
342
+ disabled: boolean | null;
343
+ readonly: boolean | null;
344
+ messages: string | readonly string[];
345
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
346
+ focused: boolean;
347
+ errorMessages: string | readonly string[] | null;
348
+ maxErrors: string | number;
349
+ density: import('vuetify/lib/composables/density.mjs').Density;
350
+ centerAffix: boolean;
351
+ glow: boolean;
352
+ hideSpinButtons: boolean;
353
+ persistentHint: boolean;
354
+ }> & Omit<{
355
+ error: boolean;
356
+ direction: "horizontal" | "vertical";
357
+ style: import('vue').StyleValue;
358
+ disabled: boolean | null;
359
+ readonly: boolean | null;
360
+ messages: string | readonly string[];
361
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
362
+ focused: boolean;
363
+ errorMessages: string | readonly string[] | null;
364
+ maxErrors: string | number;
365
+ density: import('vuetify/lib/composables/density.mjs').Density;
366
+ centerAffix: boolean;
367
+ glow: boolean;
368
+ hideSpinButtons: boolean;
369
+ persistentHint: boolean;
370
+ } & {
371
+ name?: string | undefined;
372
+ id?: string | undefined;
373
+ width?: string | number | undefined;
374
+ color?: string | undefined;
375
+ maxWidth?: string | number | undefined;
376
+ minWidth?: string | number | undefined;
377
+ label?: string | undefined;
378
+ class?: any;
379
+ theme?: string | undefined;
380
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
381
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
382
+ validationValue?: any;
383
+ baseColor?: string | undefined;
384
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
385
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
386
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
387
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
388
+ iconColor?: string | boolean | undefined;
389
+ hint?: string | undefined;
390
+ hideDetails?: boolean | "auto" | undefined;
391
+ }, "error" | "errorMessages" | "readonly" | "centerAffix" | "density" | "direction" | "disabled" | "maxErrors" | "messages" | "reset" | "isValid" | "validate" | "resetValidation" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
392
+ reset: () => Promise<void>;
393
+ resetValidation: () => Promise<void>;
394
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
395
+ isValid: import('vue').ComputedRef<boolean | null>;
396
+ errorMessages: import('vue').ComputedRef<string[]>;
397
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
398
+ modelValue?: unknown;
399
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
400
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "modelValue" | "prependIcon" | "appendIcon" | "color" | "label" | "errorMessages" | "readonly" | "baseColor" | "centerAffix" | "density" | "direction" | "disabled" | "hint" | "id" | "maxErrors" | "maxWidth" | "messages" | "minWidth" | "name" | "theme" | "width" | "onUpdate:modelValue" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "class" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "iconColor" | "hideDetails" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, `$${any}`> & {
401
+ _allExposed: {} | {
402
+ reset: () => Promise<void>;
403
+ resetValidation: () => Promise<void>;
404
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
405
+ isValid: import('vue').ComputedRef<boolean | null>;
406
+ errorMessages: import('vue').ComputedRef<string[]>;
407
+ };
408
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
409
+ 'click:control': (e: MouseEvent) => true;
410
+ 'mousedown:control': (e: MouseEvent) => true;
411
+ 'update:focused': (focused: boolean) => true;
412
+ 'update:modelValue': (val: string) => true;
413
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
414
+ flat: boolean;
415
+ reverse: boolean;
416
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
417
+ error: boolean;
418
+ active: boolean;
419
+ direction: "horizontal" | "vertical";
420
+ style: import('vue').StyleValue;
421
+ autofocus: boolean;
422
+ disabled: boolean;
423
+ readonly: boolean | null;
424
+ messages: string | readonly string[];
425
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
426
+ focused: boolean;
427
+ errorMessages: string | readonly string[] | null;
428
+ maxErrors: string | number;
429
+ density: import('vuetify/lib/composables/density.mjs').Density;
430
+ rounded: string | number | boolean;
431
+ tile: boolean;
432
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
433
+ centerAffix: boolean;
434
+ glow: boolean;
435
+ hideSpinButtons: boolean;
436
+ persistentHint: boolean;
437
+ clearable: boolean;
438
+ dirty: boolean;
439
+ persistentClear: boolean;
440
+ singleLine: boolean;
441
+ persistentPlaceholder: boolean;
442
+ persistentCounter: boolean;
443
+ autoGrow: boolean;
444
+ noResize: boolean;
445
+ rows: string | number;
446
+ }, true, {}, import('vue').SlotsType<Partial<{
447
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
448
+ [key: string]: any;
449
+ }>[];
450
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
451
+ props: Record<string, any>;
452
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
453
+ [key: string]: any;
454
+ }>[];
455
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
456
+ [key: string]: any;
457
+ }>[];
458
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
459
+ label: string | undefined;
460
+ props: Record<string, any>;
461
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
462
+ [key: string]: any;
463
+ }>[];
464
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
465
+ [key: string]: any;
466
+ }>[];
467
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
468
+ [key: string]: any;
469
+ }>[];
470
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
471
+ [key: string]: any;
472
+ }>[];
473
+ 'prepend-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
474
+ [key: string]: any;
475
+ }>[];
476
+ 'append-inner': (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
477
+ [key: string]: any;
478
+ }>[];
479
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
480
+ [key: string]: any;
481
+ }>[];
482
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
483
+ P: {};
484
+ B: {};
485
+ D: {};
486
+ C: {};
487
+ M: {};
488
+ Defaults: {};
489
+ }, {
490
+ flat: boolean;
491
+ reverse: boolean;
492
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
493
+ error: boolean;
494
+ active: boolean;
495
+ direction: "horizontal" | "vertical";
496
+ style: import('vue').StyleValue;
497
+ autofocus: boolean;
498
+ disabled: boolean;
499
+ readonly: boolean | null;
500
+ messages: string | readonly string[];
501
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
502
+ focused: boolean;
503
+ errorMessages: string | readonly string[] | null;
504
+ maxErrors: string | number;
505
+ density: import('vuetify/lib/composables/density.mjs').Density;
506
+ tile: boolean;
507
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
508
+ glow: boolean;
509
+ hideSpinButtons: boolean;
510
+ persistentHint: boolean;
511
+ clearable: boolean;
512
+ dirty: boolean;
513
+ persistentClear: boolean;
514
+ singleLine: boolean;
515
+ persistentPlaceholder: boolean;
516
+ persistentCounter: boolean;
517
+ autoGrow: boolean;
518
+ noResize: boolean;
519
+ rows: string | number;
520
+ } & {
521
+ name?: string | undefined;
522
+ id?: string | undefined;
523
+ width?: string | number | undefined;
524
+ color?: string | undefined;
525
+ maxWidth?: string | number | undefined;
526
+ minWidth?: string | number | undefined;
527
+ loading?: string | boolean | undefined;
528
+ label?: string | undefined;
529
+ prefix?: string | undefined;
530
+ class?: any;
531
+ theme?: string | undefined;
532
+ placeholder?: string | undefined;
533
+ counter?: string | number | true | undefined;
534
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
535
+ modelValue?: any;
536
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
537
+ validationValue?: any;
538
+ rounded?: string | number | boolean | undefined;
539
+ baseColor?: string | undefined;
540
+ bgColor?: string | undefined;
541
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
542
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
543
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
544
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
545
+ 'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
546
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
547
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
548
+ 'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
549
+ 'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
550
+ centerAffix?: boolean | undefined;
551
+ iconColor?: string | boolean | undefined;
552
+ hint?: string | undefined;
553
+ hideDetails?: boolean | "auto" | undefined;
554
+ suffix?: string | undefined;
555
+ counterValue?: ((value: any) => number) | undefined;
556
+ modelModifiers?: Record<string, boolean> | undefined;
557
+ maxRows?: string | number | undefined;
558
+ } & {
559
+ $children?: {} | import('vue').VNodeChild | {
560
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
561
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
562
+ props: Record<string, any>;
563
+ }) => import('vue').VNodeChild) | undefined;
564
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
565
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
566
+ label: string | undefined;
567
+ props: Record<string, any>;
568
+ }) => import('vue').VNodeChild) | undefined;
569
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
570
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
571
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
572
+ 'prepend-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
573
+ 'append-inner'?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
574
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
575
+ };
576
+ 'v-slots'?: {
577
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
578
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
579
+ props: Record<string, any>;
580
+ }) => import('vue').VNodeChild) | undefined;
581
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
582
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
583
+ label: string | undefined;
584
+ props: Record<string, any>;
585
+ }) => import('vue').VNodeChild) | undefined;
586
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
587
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
588
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
589
+ 'prepend-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
590
+ 'append-inner'?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
591
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
592
+ } | undefined;
593
+ } & {
594
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
595
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
596
+ props: Record<string, any>;
597
+ }) => import('vue').VNodeChild) | undefined;
598
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
599
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
600
+ label: string | undefined;
601
+ props: Record<string, any>;
602
+ }) => import('vue').VNodeChild) | undefined;
603
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
604
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
605
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
606
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
607
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
608
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
609
+ } & {
610
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
611
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
612
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
613
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
614
+ }, HTMLInputElement & Omit<Omit<{
615
+ $: import('vue').ComponentInternalInstance;
616
+ $data: {};
617
+ $props: Partial<{
618
+ error: boolean;
619
+ direction: "horizontal" | "vertical";
620
+ style: import('vue').StyleValue;
621
+ disabled: boolean | null;
622
+ readonly: boolean | null;
623
+ messages: string | readonly string[];
624
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
625
+ focused: boolean;
626
+ errorMessages: string | readonly string[] | null;
627
+ maxErrors: string | number;
628
+ density: import('vuetify/lib/composables/density.mjs').Density;
629
+ centerAffix: boolean;
630
+ glow: boolean;
631
+ hideSpinButtons: boolean;
632
+ persistentHint: boolean;
633
+ }> & Omit<{
634
+ error: boolean;
635
+ direction: "horizontal" | "vertical";
636
+ style: import('vue').StyleValue;
637
+ disabled: boolean | null;
638
+ readonly: boolean | null;
639
+ messages: string | readonly string[];
640
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
641
+ focused: boolean;
642
+ errorMessages: string | readonly string[] | null;
643
+ maxErrors: string | number;
644
+ density: import('vuetify/lib/composables/density.mjs').Density;
645
+ centerAffix: boolean;
646
+ glow: boolean;
647
+ hideSpinButtons: boolean;
648
+ persistentHint: boolean;
649
+ name?: string | undefined;
650
+ id?: string | undefined;
651
+ width?: string | number | undefined;
652
+ color?: string | undefined;
653
+ maxWidth?: string | number | undefined;
654
+ minWidth?: string | number | undefined;
655
+ label?: string | undefined;
656
+ class?: any;
657
+ theme?: string | undefined;
658
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
659
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
660
+ validationValue?: any;
661
+ baseColor?: string | undefined;
662
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
663
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
664
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
665
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
666
+ iconColor?: string | boolean | undefined;
667
+ hint?: string | undefined;
668
+ hideDetails?: boolean | "auto" | undefined;
669
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "errorMessages" | "readonly" | "centerAffix" | "density" | "direction" | "disabled" | "maxErrors" | "messages" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint">;
670
+ $attrs: {
671
+ [x: string]: unknown;
672
+ };
673
+ $refs: {
674
+ [x: string]: unknown;
675
+ };
676
+ $slots: Readonly<{
677
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
678
+ [key: string]: any;
679
+ }>[]) | undefined;
680
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
681
+ [key: string]: any;
682
+ }>[]) | undefined;
683
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
684
+ [key: string]: any;
685
+ }>[]) | undefined;
686
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
687
+ [key: string]: any;
688
+ }>[]) | undefined;
689
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
690
+ [key: string]: any;
691
+ }>[]) | undefined;
692
+ }>;
693
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
694
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
695
+ $host: Element | null;
696
+ $emit: (event: string, ...args: any[]) => void;
697
+ $el: any;
698
+ $options: import('vue').ComponentOptionsBase<{
699
+ error: boolean;
700
+ direction: "horizontal" | "vertical";
701
+ style: import('vue').StyleValue;
702
+ disabled: boolean | null;
703
+ readonly: boolean | null;
704
+ messages: string | readonly string[];
705
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
706
+ focused: boolean;
707
+ errorMessages: string | readonly string[] | null;
708
+ maxErrors: string | number;
709
+ density: import('vuetify/lib/composables/density.mjs').Density;
710
+ centerAffix: boolean;
711
+ glow: boolean;
712
+ hideSpinButtons: boolean;
713
+ persistentHint: boolean;
714
+ } & {
715
+ name?: string | undefined;
716
+ id?: string | undefined;
717
+ width?: string | number | undefined;
718
+ color?: string | undefined;
719
+ maxWidth?: string | number | undefined;
720
+ minWidth?: string | number | undefined;
721
+ label?: string | undefined;
722
+ class?: any;
723
+ theme?: string | undefined;
724
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
725
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
726
+ validationValue?: any;
727
+ baseColor?: string | undefined;
728
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
729
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
730
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
731
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
732
+ iconColor?: string | boolean | undefined;
733
+ hint?: string | undefined;
734
+ hideDetails?: boolean | "auto" | undefined;
735
+ }, {
736
+ reset: () => Promise<void>;
737
+ resetValidation: () => Promise<void>;
738
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
739
+ isValid: import('vue').ComputedRef<boolean | null>;
740
+ errorMessages: import('vue').ComputedRef<string[]>;
741
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
742
+ 'update:modelValue': (value: any) => true;
743
+ }, "modelValue" | "update:modelValue" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, string, {
744
+ error: boolean;
745
+ direction: "horizontal" | "vertical";
746
+ style: import('vue').StyleValue;
747
+ disabled: boolean | null;
748
+ readonly: boolean | null;
749
+ messages: string | readonly string[];
750
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
751
+ focused: boolean;
752
+ errorMessages: string | readonly string[] | null;
753
+ maxErrors: string | number;
754
+ density: import('vuetify/lib/composables/density.mjs').Density;
755
+ centerAffix: boolean;
756
+ glow: boolean;
757
+ hideSpinButtons: boolean;
758
+ persistentHint: boolean;
759
+ }, {}, string, import('vue').SlotsType<Partial<{
760
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
761
+ [key: string]: any;
762
+ }>[];
763
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
764
+ [key: string]: any;
765
+ }>[];
766
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
767
+ [key: string]: any;
768
+ }>[];
769
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
770
+ [key: string]: any;
771
+ }>[];
772
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
773
+ [key: string]: any;
774
+ }>[];
775
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
776
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
777
+ created?: (() => void) | (() => void)[] | undefined;
778
+ beforeMount?: (() => void) | (() => void)[] | undefined;
779
+ mounted?: (() => void) | (() => void)[] | undefined;
780
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
781
+ updated?: (() => void) | (() => void)[] | undefined;
782
+ activated?: (() => void) | (() => void)[] | undefined;
783
+ deactivated?: (() => void) | (() => void)[] | undefined;
784
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
785
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
786
+ destroyed?: (() => void) | (() => void)[] | undefined;
787
+ unmounted?: (() => void) | (() => void)[] | undefined;
788
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
789
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[] | undefined;
790
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[] | undefined;
791
+ };
792
+ $forceUpdate: () => void;
793
+ $nextTick: typeof import('vue').nextTick;
794
+ $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R_1 ? (args_0: R_1, args_1: R_1, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
795
+ } & Readonly<{
796
+ error: boolean;
797
+ direction: "horizontal" | "vertical";
798
+ style: import('vue').StyleValue;
799
+ disabled: boolean | null;
800
+ readonly: boolean | null;
801
+ messages: string | readonly string[];
802
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
803
+ focused: boolean;
804
+ errorMessages: string | readonly string[] | null;
805
+ maxErrors: string | number;
806
+ density: import('vuetify/lib/composables/density.mjs').Density;
807
+ centerAffix: boolean;
808
+ glow: boolean;
809
+ hideSpinButtons: boolean;
810
+ persistentHint: boolean;
811
+ }> & Omit<{
812
+ error: boolean;
813
+ direction: "horizontal" | "vertical";
814
+ style: import('vue').StyleValue;
815
+ disabled: boolean | null;
816
+ readonly: boolean | null;
817
+ messages: string | readonly string[];
818
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
819
+ focused: boolean;
820
+ errorMessages: string | readonly string[] | null;
821
+ maxErrors: string | number;
822
+ density: import('vuetify/lib/composables/density.mjs').Density;
823
+ centerAffix: boolean;
824
+ glow: boolean;
825
+ hideSpinButtons: boolean;
826
+ persistentHint: boolean;
827
+ } & {
828
+ name?: string | undefined;
829
+ id?: string | undefined;
830
+ width?: string | number | undefined;
831
+ color?: string | undefined;
832
+ maxWidth?: string | number | undefined;
833
+ minWidth?: string | number | undefined;
834
+ label?: string | undefined;
835
+ class?: any;
836
+ theme?: string | undefined;
837
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
838
+ validateOn?: "lazy" | "blur" | "input" | "submit" | "invalid-input" | "blur lazy" | "input lazy" | "submit lazy" | "invalid-input lazy" | "blur eager" | "input eager" | "submit eager" | "invalid-input eager" | "lazy blur" | "lazy input" | "lazy submit" | "lazy invalid-input" | "eager blur" | "eager input" | "eager submit" | "eager invalid-input" | "eager" | undefined;
839
+ validationValue?: any;
840
+ baseColor?: string | undefined;
841
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
842
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
843
+ 'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
844
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
845
+ iconColor?: string | boolean | undefined;
846
+ hint?: string | undefined;
847
+ hideDetails?: boolean | "auto" | undefined;
848
+ }, "error" | "errorMessages" | "readonly" | "centerAffix" | "density" | "direction" | "disabled" | "maxErrors" | "messages" | "reset" | "isValid" | "validate" | "resetValidation" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint"> & import('vue').ShallowUnwrapRef<{
849
+ reset: () => Promise<void>;
850
+ resetValidation: () => Promise<void>;
851
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
852
+ isValid: import('vue').ComputedRef<boolean | null>;
853
+ errorMessages: import('vue').ComputedRef<string[]>;
854
+ }> & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
855
+ modelValue?: unknown;
856
+ 'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
857
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "error" | "modelValue" | "prependIcon" | "appendIcon" | "color" | "label" | "errorMessages" | "readonly" | "baseColor" | "centerAffix" | "density" | "direction" | "disabled" | "hint" | "id" | "maxErrors" | "maxWidth" | "messages" | "minWidth" | "name" | "theme" | "width" | "onUpdate:modelValue" | "style" | "rules" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "class" | "onUpdate:focused" | "validateOn" | "validationValue" | "onClick:append" | "onClick:prepend" | "iconColor" | "hideDetails" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "v-slot:prepend" | "v-slot:append" | "v-slot:message" | "v-slot:details">, `$${any}`> & {
858
+ _allExposed: {} | {
859
+ reset: () => Promise<void>;
860
+ resetValidation: () => Promise<void>;
861
+ validate: (silent?: boolean | undefined) => Promise<string[]>;
862
+ isValid: import('vue').ComputedRef<boolean | null>;
863
+ errorMessages: import('vue').ComputedRef<string[]>;
864
+ };
865
+ }, {}, {}, {}, {
866
+ flat: boolean;
867
+ reverse: boolean;
868
+ variant: "outlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" | "underlined" | "plain";
869
+ error: boolean;
870
+ active: boolean;
871
+ direction: "horizontal" | "vertical";
872
+ style: import('vue').StyleValue;
873
+ autofocus: boolean;
874
+ disabled: boolean;
875
+ readonly: boolean | null;
876
+ messages: string | readonly string[];
877
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | [string, any, (string | undefined)?] | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>))[];
878
+ focused: boolean;
879
+ errorMessages: string | readonly string[] | null;
880
+ maxErrors: string | number;
881
+ density: import('vuetify/lib/composables/density.mjs').Density;
882
+ rounded: string | number | boolean;
883
+ tile: boolean;
884
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
885
+ centerAffix: boolean;
886
+ glow: boolean;
887
+ hideSpinButtons: boolean;
888
+ persistentHint: boolean;
889
+ clearable: boolean;
890
+ dirty: boolean;
891
+ persistentClear: boolean;
892
+ singleLine: boolean;
893
+ persistentPlaceholder: boolean;
894
+ persistentCounter: boolean;
895
+ autoGrow: boolean;
896
+ noResize: boolean;
897
+ rows: string | number;
898
+ }> | null;
899
+ }, any>;
900
+ export default _default;