@cnamts/synapse 1.0.27 → 1.1.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 (621) hide show
  1. package/README.md +1 -1
  2. package/dist/{AutocompleteFilter-C9eLKyW8.js → AutocompleteFilter-CGF33skz.js} +3 -3
  3. package/dist/{DateFilter-y-GLkAkn.js → DateFilter-D7-MsKtx.js} +8 -8
  4. package/dist/{NumberFilter-DN6hIBS7.js → NumberFilter-bjQPPfsj.js} +1 -1
  5. package/dist/{PeriodFilter-MoUUp9qS.js → PeriodFilter-B3wJpK8-.js} +1 -1
  6. package/dist/{SelectFilter-bCbrdLmu.js → SelectFilter-BN6DbKAV.js} +1 -1
  7. package/dist/{TextFilter-CvjgEaoM.js → TextFilter-BffP0J2f.js} +4 -4
  8. package/dist/{apLightTheme2026-ug4Y23ns.js → apLightTheme2026-C4ygwMHC.js} +23 -22
  9. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +10 -10
  10. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +4 -4
  11. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +6 -6
  12. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +10 -10
  13. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +10 -10
  14. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +4 -4
  15. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +4 -4
  16. package/dist/components/Captcha/Captcha.d.ts +27 -16
  17. package/dist/components/Captcha/CaptchaForm.d.ts +29 -3
  18. package/dist/components/Captcha/types.d.ts +14 -0
  19. package/dist/components/Captcha/useCaptchaValidation.d.ts +37 -0
  20. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +2 -2
  21. package/dist/components/Customs/Selects/SelectBtnField/SelectBtnField.d.ts +33 -13
  22. package/dist/components/Customs/Selects/SelectBtnField/composables/useSelectBtnFieldValidation.d.ts +23 -0
  23. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +85 -313
  24. package/dist/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.d.ts +4 -4
  25. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +1 -1
  26. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +9 -11
  27. package/dist/components/Customs/Selects/SySelect/composables/useSySelectValidation.d.ts +7 -7
  28. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +18 -49
  29. package/dist/components/Customs/SyCheckBoxGroup/composables/useSyCheckBoxGroupValidation.d.ts +29 -0
  30. package/dist/components/Customs/SyCheckBoxGroup/types.d.ts +46 -0
  31. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +19 -54
  32. package/dist/components/Customs/SyCheckbox/composables/useSyCheckboxValidation.d.ts +27 -0
  33. package/dist/components/Customs/SyCheckbox/types.d.ts +49 -0
  34. package/dist/components/Customs/SyIcon/SyIcon.d.ts +77 -1
  35. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +10 -10
  36. package/dist/components/Customs/SyTextField/FieldState.d.ts +5 -0
  37. package/dist/components/Customs/SyTextField/SyTextField.d.ts +19 -79
  38. package/dist/components/Customs/SyTextField/locales.d.ts +7 -0
  39. package/dist/components/Customs/SyTextField/types.d.ts +67 -4
  40. package/dist/components/Customs/SyTextField/useNumberField.d.ts +23 -0
  41. package/dist/components/Customs/SyTextField/useSyTextFieldValidation.d.ts +38 -0
  42. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +170 -622
  43. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +85 -311
  44. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +39 -152
  45. package/dist/components/DialogBox/DialogBox.d.ts +2 -0
  46. package/dist/components/DialogBox/locales.d.ts +1 -0
  47. package/dist/components/FilterInline/FilterInline.d.ts +3 -3
  48. package/dist/components/FilterSideBar/FilterSideBar.d.ts +8 -4
  49. package/dist/components/LunarCalendar/LunarCalendar.d.ts +43 -14
  50. package/dist/components/LunarCalendar/types.d.ts +35 -0
  51. package/dist/components/LunarCalendar/useLunarCalendarValidation.d.ts +11 -12
  52. package/dist/components/MonthPicker/MonthPicker.d.ts +72 -1860
  53. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +21 -1846
  54. package/dist/components/MonthPicker/MonthPickerText/useTextField.d.ts +5 -0
  55. package/dist/components/MonthPicker/locales.d.ts +1 -0
  56. package/dist/components/MonthPicker/types.d.ts +11 -0
  57. package/dist/components/MonthPicker/useMonthPickerValidation.d.ts +37 -24
  58. package/dist/components/NirField/NirField.d.ts +96 -325
  59. package/dist/components/NirField/useNirValidation.d.ts +17 -25
  60. package/dist/components/PageContainer/PageContainer.d.ts +8 -0
  61. package/dist/components/PasswordField/PasswordField.d.ts +18 -37
  62. package/dist/components/PasswordField/locales.d.ts +2 -0
  63. package/dist/components/PasswordField/types.d.ts +16 -0
  64. package/dist/components/PasswordField/usePasswordFieldValidation.d.ts +38 -0
  65. package/dist/components/PeriodField/PeriodField.d.ts +349 -1253
  66. package/dist/components/PhoneField/PhoneField.d.ts +960 -2051
  67. package/dist/components/PhoneField/indicatifs.d.ts +715 -8
  68. package/dist/components/PhoneField/locales.d.ts +7 -0
  69. package/dist/components/PhoneField/types.d.ts +29 -0
  70. package/dist/components/PhoneField/usePhoneFieldValidation.d.ts +45 -0
  71. package/dist/components/PhoneField/usePhoneIndicatifs.d.ts +947 -0
  72. package/dist/components/SearchListField/SearchListField.d.ts +3 -3
  73. package/dist/components/SyTextArea/SyTextArea.d.ts +14 -11
  74. package/dist/components/SyTextArea/composables/useSyTextAreaValidation.d.ts +7 -7
  75. package/dist/components/Tables/common/SyTablePagination.d.ts +19 -20
  76. package/dist/composables/unifyValidation/documentationValidationProps.d.ts +2 -2
  77. package/dist/composables/unifyValidation/useValidation.d.ts +4 -13
  78. package/dist/composables/useFilterable/useFilterable.d.ts +1 -2
  79. package/dist/design-system-v3.js +19 -19
  80. package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +11 -10
  81. package/dist/designTokens/tokens/baseTokens.d.ts +18 -18
  82. package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +10 -10
  83. package/dist/designTokens/tokens/pa/paLightTheme.d.ts +11 -10
  84. package/dist/designTokens/tokens/semanticTokens.d.ts +14 -14
  85. package/dist/{main-CI6Q9nmO.js → main-C4wAktOs.js} +14999 -14025
  86. package/dist/synapse.css +1 -1
  87. package/dist/vuetifyConfig.js +27 -25
  88. package/package.json +12 -11
  89. package/src/assets/compat/_legacy-tokens.scss +91 -0
  90. package/src/assets/overrides/_utilities.scss +23 -0
  91. package/src/components/Accordion/Accordion.stories.ts +121 -1
  92. package/src/components/Accordion/tests/Accordion.visual.cy.ts +44 -0
  93. package/src/components/Accordion/tests/__snapshots__/accordion-default.snap.png +0 -0
  94. package/src/components/Accordion/tests/__snapshots__/accordion-disabled-item.snap.png +0 -0
  95. package/src/components/Accordion/tests/__snapshots__/accordion-open-first.snap.png +0 -0
  96. package/src/components/BackBtn/BackBtn.mdx +1 -1
  97. package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
  98. package/src/components/BackBtn/tests/__snapshots__/back-btn-dark-mode.snap.png +0 -0
  99. package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
  100. package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
  101. package/src/components/BackToTopBtn/BackToTopBtn.mdx +0 -1
  102. package/src/components/BackToTopBtn/tests/BackToTopBtn.visual.cy.ts +34 -0
  103. package/src/components/BackToTopBtn/tests/__snapshots__/back-to-top-btn-custom-nudge.snap.png +0 -0
  104. package/src/components/BackToTopBtn/tests/__snapshots__/back-to-top-btn-default.snap.png +0 -0
  105. package/src/components/Captcha/Captcha.stories.ts +134 -31
  106. package/src/components/Captcha/Captcha.vue +95 -28
  107. package/src/components/Captcha/CaptchaForm.vue +51 -22
  108. package/src/components/Captcha/tests/Captcha.focus.spec.ts +214 -0
  109. package/src/components/Captcha/tests/Captcha.spec.ts +233 -24
  110. package/src/components/Captcha/tests/Captcha.visual.cy.ts +45 -0
  111. package/src/components/Captcha/tests/CaptchaForm.spec.ts +82 -0
  112. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +20 -42
  113. package/src/components/Captcha/tests/__snapshots__/captcha-audio-type.snap.png +0 -0
  114. package/src/components/Captcha/tests/__snapshots__/captcha-image-type.snap.png +0 -0
  115. package/src/components/Captcha/tests/__snapshots__/captcha-no-helpdesk.snap.png +0 -0
  116. package/src/components/Captcha/types.ts +15 -0
  117. package/src/components/Captcha/useCaptchaValidation.ts +87 -0
  118. package/src/components/Captcha/validation/validation.stories.ts +1194 -0
  119. package/src/components/ChipList/ChipList.mdx +0 -1
  120. package/src/components/ChipList/tests/ChipList.visual.cy.ts +46 -0
  121. package/src/components/ChipList/tests/__snapshots__/chip-list-default.snap.png +0 -0
  122. package/src/components/ChipList/tests/__snapshots__/chip-list-readonly.snap.png +0 -0
  123. package/src/components/ChipList/tests/__snapshots__/chip-list-state-icons.snap.png +0 -0
  124. package/src/components/CollapsibleList/CollapsibleList.mdx +0 -1
  125. package/src/components/CollapsibleList/tests/CollapsibleList.visual.cy.ts +33 -0
  126. package/src/components/CollapsibleList/tests/__snapshots__/collapsible-list-default.snap.png +0 -0
  127. package/src/components/CollapsibleList/tests/__snapshots__/collapsible-list-no-title.snap.png +0 -0
  128. package/src/components/ContextualMenu/tests/ContextualMenu.visual.cy.ts +35 -0
  129. package/src/components/ContextualMenu/tests/__snapshots__/contextual-menu-default.snap.png +0 -0
  130. package/src/components/ContextualMenu/tests/__snapshots__/contextual-menu-selected.snap.png +0 -0
  131. package/src/components/CookieBanner/CookieBanner.mdx +0 -1
  132. package/src/components/CookieBanner/tests/CookieBanner.visual.cy.ts +29 -0
  133. package/src/components/CookieBanner/tests/__snapshots__/cookie-banner-default.snap.png +0 -0
  134. package/src/components/CookieBanner/tests/__snapshots__/cookie-banner-with-items.snap.png +0 -0
  135. package/src/components/CookiesSelection/tests/CookiesSelection.visual.cy.ts +21 -0
  136. package/src/components/CookiesSelection/tests/__snapshots__/cookies-selection-default.snap.png +0 -0
  137. package/src/components/CopyBtn/CopyBtn.mdx +0 -1
  138. package/src/components/CopyBtn/tests/CopyBtn.visual.cy.ts +24 -0
  139. package/src/components/CopyBtn/tests/__snapshots__/copy-btn-default.snap.png +0 -0
  140. package/src/components/CopyBtn/tests/__snapshots__/copy-btn-no-tooltip.snap.png +0 -0
  141. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +123 -439
  142. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +147 -41
  143. package/src/components/Customs/Selects/SelectBtnField/Validation/Validation.stories.ts +600 -0
  144. package/src/components/Customs/Selects/SelectBtnField/composables/useSelectBtnFieldValidation.ts +87 -0
  145. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +402 -33
  146. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.visual.cy.ts +60 -0
  147. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/SelectBtnField.spec.ts.snap +52 -38
  148. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-default.snap.png +0 -0
  149. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-inline.snap.png +0 -0
  150. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-readonly.snap.png +0 -0
  151. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-selected.snap.png +0 -0
  152. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +1 -1
  153. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +2 -0
  154. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.visual.cy.ts +63 -0
  155. package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-default.snap.png +0 -0
  156. package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-loading.snap.png +0 -0
  157. package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-multiple.snap.png +0 -0
  158. package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-with-value.snap.png +0 -0
  159. package/src/components/Customs/Selects/SyAutocomplete/validation/Validation.stories.ts +0 -93
  160. package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.visual.cy.ts +48 -0
  161. package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-default.snap.png +0 -0
  162. package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-required.snap.png +0 -0
  163. package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-with-value.snap.png +0 -0
  164. package/src/components/Customs/Selects/SySelect/SySelect.vue +22 -47
  165. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +3 -3
  166. package/src/components/Customs/Selects/SySelect/tests/SySelect.visual.cy.ts +77 -0
  167. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-clearable.snap.png +0 -0
  168. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-default.snap.png +0 -0
  169. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-multiple-chips.snap.png +0 -0
  170. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-required.snap.png +0 -0
  171. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-with-value.snap.png +0 -0
  172. package/src/components/Customs/Selects/SySelect/validation/Validation.stories.ts +1 -92
  173. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +342 -162
  174. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +77 -129
  175. package/src/components/Customs/SyCheckBoxGroup/Validation/Validation.stories.ts +1008 -0
  176. package/src/components/Customs/SyCheckBoxGroup/composables/useSyCheckBoxGroupValidation.ts +107 -0
  177. package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.spec.ts +180 -7
  178. package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.visual.cy.ts +55 -0
  179. package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-default.snap.png +0 -0
  180. package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-disabled.snap.png +0 -0
  181. package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-selected.snap.png +0 -0
  182. package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-with-label.snap.png +0 -0
  183. package/src/components/Customs/SyCheckBoxGroup/types.ts +49 -0
  184. package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +41 -161
  185. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +71 -156
  186. package/src/components/Customs/SyCheckbox/Validation/Validation.stories.ts +654 -0
  187. package/src/components/Customs/SyCheckbox/composables/useSyCheckboxValidation.ts +105 -0
  188. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +106 -0
  189. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.visual.cy.ts +61 -0
  190. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-checked.snap.png +0 -0
  191. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-disabled.snap.png +0 -0
  192. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-indeterminate.snap.png +0 -0
  193. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-required.snap.png +0 -0
  194. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-unchecked.snap.png +0 -0
  195. package/src/components/Customs/SyCheckbox/tests/useSyCheckboxValidation.spec.ts +98 -0
  196. package/src/components/Customs/SyCheckbox/types.ts +51 -0
  197. package/src/components/Customs/SyIcon/SyIcon.vue +19 -1
  198. package/src/components/Customs/SyIcon/tests/SyIcon.visual.cy.ts +83 -0
  199. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-color-error.snap.png +0 -0
  200. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-decorative.snap.png +0 -0
  201. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-informative.snap.png +0 -0
  202. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-role-button.snap.png +0 -0
  203. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-size-large.snap.png +0 -0
  204. package/src/components/Customs/SyIconButton/tests/SyIconButton.visual.cy.ts +55 -0
  205. package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-default.snap.png +0 -0
  206. package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-disabled.snap.png +0 -0
  207. package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-error.snap.png +0 -0
  208. package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-large.snap.png +0 -0
  209. package/src/components/Customs/SyPagination/tests/SyPagination.visual.cy.ts +40 -0
  210. package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-first-page.snap.png +0 -0
  211. package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-middle-page.snap.png +0 -0
  212. package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-with-label.snap.png +0 -0
  213. package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +0 -1
  214. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +4 -3
  215. package/src/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.ts +1 -1
  216. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-asterisk.snap.png +0 -0
  217. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-comfortable.snap.png +0 -0
  218. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-compact.snap.png +0 -0
  219. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-default.snap.png +0 -0
  220. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-disabled.snap.png +0 -0
  221. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-error.snap.png +0 -0
  222. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-no-details.snap.png +0 -0
  223. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-readonly.snap.png +0 -0
  224. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-selected.snap.png +0 -0
  225. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-success.snap.png +0 -0
  226. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-warning.snap.png +0 -0
  227. package/src/components/Customs/SyRadioGroup/validation/Validation.stories.ts +63 -27
  228. package/src/components/Customs/SyTabs/tests/SyTabs.visual.cy.ts +30 -0
  229. package/src/components/Customs/SyTabs/tests/__snapshots__/sy-tabs-default.snap.png +0 -0
  230. package/src/components/Customs/SyTabs/tests/__snapshots__/sy-tabs-second-active.snap.png +0 -0
  231. package/src/components/Customs/SyTextField/FieldState.vue +50 -0
  232. package/src/components/Customs/SyTextField/SyTextField.stories.ts +160 -778
  233. package/src/components/Customs/SyTextField/SyTextField.vue +178 -160
  234. package/src/components/Customs/SyTextField/Validation/Validation.stories.ts +1164 -0
  235. package/src/components/Customs/SyTextField/locales.ts +12 -0
  236. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +174 -8
  237. package/src/components/Customs/SyTextField/tests/SyTextField.visual.cy.ts +116 -0
  238. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-clearable.snap.png +0 -0
  239. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-default.snap.png +0 -0
  240. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number-disabled.snap.png +0 -0
  241. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number-no-spinner.snap.png +0 -0
  242. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number.snap.png +0 -0
  243. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-prepend-icon.snap.png +0 -0
  244. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-readonly.snap.png +0 -0
  245. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-required.snap.png +0 -0
  246. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-with-value.snap.png +0 -0
  247. package/src/components/Customs/SyTextField/types.ts +70 -0
  248. package/src/components/Customs/SyTextField/useNumberField.ts +93 -0
  249. package/src/components/Customs/SyTextField/useSyTextFieldValidation.ts +95 -0
  250. package/src/components/DataList/DataList.mdx +0 -1
  251. package/src/components/DataList/tests/DataList.visual.cy.ts +85 -0
  252. package/src/components/DataList/tests/__snapshots__/data-list-default.snap.png +0 -0
  253. package/src/components/DataList/tests/__snapshots__/data-list-loading.snap.png +0 -0
  254. package/src/components/DataList/tests/__snapshots__/data-list-row.snap.png +0 -0
  255. package/src/components/DataList/tests/__snapshots__/data-list-with-icons.snap.png +0 -0
  256. package/src/components/DataList/tests/__snapshots__/data-list-with-title.snap.png +0 -0
  257. package/src/components/DataListGroup/DataListGroup.mdx +0 -1
  258. package/src/components/DataListGroup/tests/DataListGroup.visual.cy.ts +51 -0
  259. package/src/components/DataListGroup/tests/__snapshots__/data-list-group-default.snap.png +0 -0
  260. package/src/components/DataListGroup/tests/__snapshots__/data-list-group-loading.snap.png +0 -0
  261. package/src/components/DataListItem/tests/DataListItem.visual.cy.ts +53 -0
  262. package/src/components/DataListItem/tests/__snapshots__/data-list-item-chip.snap.png +0 -0
  263. package/src/components/DataListItem/tests/__snapshots__/data-list-item-default.snap.png +0 -0
  264. package/src/components/DataListItem/tests/__snapshots__/data-list-item-placeholder.snap.png +0 -0
  265. package/src/components/DataListItem/tests/__snapshots__/data-list-item-row.snap.png +0 -0
  266. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +1 -1
  267. package/src/components/DatePicker/CalendarMode/DatePicker.vue +7 -7
  268. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +1 -1
  269. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +7 -8
  270. package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +1 -1
  271. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +2 -2
  272. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
  273. package/src/components/DatePicker/composables/tests/useTodayButton.spec.ts +10 -10
  274. package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +11 -2
  275. package/src/components/DeclarationAccessibilityPage/tests/DeclarationAccessibilityPage.visual.cy.ts +35 -0
  276. package/src/components/DeclarationAccessibilityPage/tests/__snapshots__/declaration-a11y-page-default.snap.png +0 -0
  277. package/src/components/DeclarationAccessibilityPage/tests/__snapshots__/declaration-a11y-page-full.snap.png +0 -0
  278. package/src/components/DiacriticPicker/DiacriticPicker.mdx +0 -1
  279. package/src/components/DiacriticPicker/tests/DiacriticPicker.visual.cy.ts +24 -0
  280. package/src/components/DiacriticPicker/tests/__snapshots__/diacritic-picker-custom-title.snap.png +0 -0
  281. package/src/components/DiacriticPicker/tests/__snapshots__/diacritic-picker-default.snap.png +0 -0
  282. package/src/components/DialogBox/DialogBox.mdx +0 -1
  283. package/src/components/DialogBox/DialogBox.stories.ts +399 -4
  284. package/src/components/DialogBox/DialogBox.vue +20 -0
  285. package/src/components/DialogBox/locales.ts +1 -0
  286. package/src/components/DialogBox/tests/DialogBox.spec.ts +73 -0
  287. package/src/components/DialogBox/tests/DialogBox.visual.cy.ts +24 -0
  288. package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
  289. package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
  290. package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
  291. package/src/components/DownloadBtn/tests/DownloadBtn.spec.ts +2 -2
  292. package/src/components/DownloadBtn/tests/DownloadBtn.visual.cy.ts +38 -0
  293. package/src/components/DownloadBtn/tests/__snapshots__/download-btn-dark.snap.png +0 -0
  294. package/src/components/DownloadBtn/tests/__snapshots__/download-btn-idle.snap.png +0 -0
  295. package/src/components/ErrorPage/ErrorPage.mdx +1 -1
  296. package/src/components/ErrorPage/tests/ErrorPage.visual.cy.ts +32 -0
  297. package/src/components/ErrorPage/tests/__snapshots__/error-page-custom.snap.png +0 -0
  298. package/src/components/ErrorPage/tests/__snapshots__/error-page-default.snap.png +0 -0
  299. package/src/components/ErrorPage/tests/__snapshots__/error-page-no-btn.snap.png +0 -0
  300. package/src/components/ExternalLinks/ExternalLinks.mdx +0 -1
  301. package/src/components/ExternalLinks/tests/ExternalLinks.visual.cy.ts +30 -0
  302. package/src/components/ExternalLinks/tests/__snapshots__/external-links-default.snap.png +0 -0
  303. package/src/components/ExternalLinks/tests/__snapshots__/external-links-fixed.snap.png +0 -0
  304. package/src/components/FileList/FileList.mdx +0 -1
  305. package/src/components/FileList/tests/FileList.visual.cy.ts +31 -0
  306. package/src/components/FileList/tests/__snapshots__/file-list-default.snap.png +0 -0
  307. package/src/components/FileList/tests/__snapshots__/file-list-with-delete.snap.png +0 -0
  308. package/src/components/FilePreview/accessibilite/Accessibility.mdx +86 -8
  309. package/src/components/FileUpload/tests/FileUpload.visual.cy.ts +36 -0
  310. package/src/components/FileUpload/tests/__snapshots__/file-upload-default.snap.png +0 -0
  311. package/src/components/FileUpload/tests/__snapshots__/file-upload-disabled.snap.png +0 -0
  312. package/src/components/FileUpload/tests/__snapshots__/file-upload-multiple.snap.png +0 -0
  313. package/src/components/FilterInline/FilterInline.mdx +0 -1
  314. package/src/components/FilterInline/FilterInline.stories.ts +2 -0
  315. package/src/components/FilterInline/FilterInline.vue +10 -5
  316. package/src/components/FilterInline/tests/FilterInline.visual.cy.ts +25 -0
  317. package/src/components/FilterInline/tests/__snapshots__/filter-inline-default.snap.png +0 -0
  318. package/src/components/FilterSideBar/FilterSideBar.mdx +8 -1
  319. package/src/components/FilterSideBar/FilterSideBar.stories.ts +136 -1
  320. package/src/components/FilterSideBar/FilterSideBar.vue +30 -8
  321. package/src/components/FilterSideBar/tests/FilterSideBar.spec.ts +55 -0
  322. package/src/components/FilterSideBar/tests/FilterSideBar.visual.cy.ts +37 -0
  323. package/src/components/FilterSideBar/tests/__snapshots__/filter-sidebar-default.snap.png +0 -0
  324. package/src/components/FilterSideBar/tests/__snapshots__/filter-sidebar-modale.snap.png +0 -0
  325. package/src/components/FooterBar/FooterBar.mdx +0 -1
  326. package/src/components/FooterBar/tests/FooterBar.visual.cy.ts +37 -0
  327. package/src/components/FooterBar/tests/__snapshots__/footer-bar-default.snap.png +0 -0
  328. package/src/components/FooterBar/tests/__snapshots__/footer-bar-no-logo.snap.png +0 -0
  329. package/src/components/FooterBar/tests/__snapshots__/footer-bar-no-social.snap.png +0 -0
  330. package/src/components/FooterBar/tests/__snapshots__/footer-bar-version.snap.png +0 -0
  331. package/src/components/FranceConnectBtn/FranceConnectBtn.mdx +0 -1
  332. package/src/components/FranceConnectBtn/tests/FranceConnectBtn.visual.cy.ts +38 -0
  333. package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-dark.snap.png +0 -0
  334. package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-default.snap.png +0 -0
  335. package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-plus.snap.png +0 -0
  336. package/src/components/HeaderBar/HeaderBar.mdx +0 -1
  337. package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.spec.ts +4 -4
  338. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
  339. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated.snap.png +0 -0
  340. package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
  341. package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
  342. package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
  343. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
  344. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
  345. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
  346. package/src/components/HeaderLoading/HeaderLoading.mdx +0 -1
  347. package/src/components/HeaderLoading/tests/HeaderLoading.visual.cy.ts +34 -0
  348. package/src/components/HeaderLoading/tests/__snapshots__/header-loading-custom-size.snap.png +0 -0
  349. package/src/components/HeaderLoading/tests/__snapshots__/header-loading-default.snap.png +0 -0
  350. package/src/components/HeaderLoading/tests/__snapshots__/header-loading-standalone.snap.png +0 -0
  351. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +4 -4
  352. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.visual.cy.ts +34 -0
  353. package/src/components/HeaderNavigationBar/tests/__snapshots__/header-navigation-bar-default.snap.png +0 -0
  354. package/src/components/HeaderNavigationBar/tests/__snapshots__/header-navigation-bar-subtitle.snap.png +0 -0
  355. package/src/components/HeaderToolbar/tests/HeaderToolbar.visual.cy.ts +25 -0
  356. package/src/components/HeaderToolbar/tests/__snapshots__/header-toolbar-custom.snap.png +0 -0
  357. package/src/components/HeaderToolbar/tests/__snapshots__/header-toolbar-default.snap.png +0 -0
  358. package/src/components/LangBtn/LangBtn.mdx +0 -1
  359. package/src/components/LangBtn/tests/LangBtn.visual.cy.ts +33 -0
  360. package/src/components/LangBtn/tests/__snapshots__/lang-btn-default.snap.png +0 -0
  361. package/src/components/LangBtn/tests/__snapshots__/lang-btn-english.snap.png +0 -0
  362. package/src/components/LangBtn/tests/__snapshots__/lang-btn-no-arrow.snap.png +0 -0
  363. package/src/components/Logo/Logo.mdx +1 -1
  364. package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
  365. package/src/components/Logo/tests/__snapshots__/logo-dark.snap.png +0 -0
  366. package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
  367. package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
  368. package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
  369. package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
  370. package/src/components/LogoBrandSection/tests/LogoBrandSection.visual.cy.ts +43 -0
  371. package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-default.snap.png +0 -0
  372. package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-mobile.snap.png +0 -0
  373. package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-reduced.snap.png +0 -0
  374. package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-with-title.snap.png +0 -0
  375. package/src/components/LunarCalendar/LunarCalendar.mdx +6 -9
  376. package/src/components/LunarCalendar/LunarCalendar.stories.ts +243 -46
  377. package/src/components/LunarCalendar/LunarCalendar.vue +61 -26
  378. package/src/components/LunarCalendar/Validation/Validation.stories.ts +717 -0
  379. package/src/components/LunarCalendar/tests/LunarCalendar.a11y.spec.ts +1 -1
  380. package/src/components/LunarCalendar/tests/LunarCalendar.spec.ts +197 -6
  381. package/src/components/LunarCalendar/tests/LunarCalendar.visual.cy.ts +36 -0
  382. package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-default.snap.png +0 -0
  383. package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-required.snap.png +0 -0
  384. package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-with-value.snap.png +0 -0
  385. package/src/components/LunarCalendar/tests/useLunarCalendarValidation.spec.ts +287 -0
  386. package/src/components/LunarCalendar/types.ts +39 -0
  387. package/src/components/LunarCalendar/useLunarCalendarValidation.ts +115 -39
  388. package/src/components/MaintenancePage/tests/MaintenancePage.visual.cy.ts +22 -0
  389. package/src/components/MaintenancePage/tests/__snapshots__/maintenance-page-custom.snap.png +0 -0
  390. package/src/components/MaintenancePage/tests/__snapshots__/maintenance-page-default.snap.png +0 -0
  391. package/src/components/MonthPicker/MonthPicker.stories.ts +38 -281
  392. package/src/components/MonthPicker/MonthPicker.vue +66 -17
  393. package/src/components/MonthPicker/MonthPickerText/MonthPickerInput.vue +44 -20
  394. package/src/components/MonthPicker/MonthPickerText/useTextField.ts +5 -0
  395. package/src/components/MonthPicker/Validation/Validation.stories.ts +1117 -0
  396. package/src/components/MonthPicker/locales.ts +1 -0
  397. package/src/components/MonthPicker/tests/MonthPicker.spec.ts +353 -2
  398. package/src/components/MonthPicker/tests/MonthPicker.visual.cy.ts +37 -0
  399. package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +14 -8
  400. package/src/components/MonthPicker/tests/__snapshots__/month-picker-default.snap.png +0 -0
  401. package/src/components/MonthPicker/tests/__snapshots__/month-picker-disabled.snap.png +0 -0
  402. package/src/components/MonthPicker/tests/__snapshots__/month-picker-readonly.snap.png +0 -0
  403. package/src/components/MonthPicker/tests/__snapshots__/month-picker-with-value.snap.png +0 -0
  404. package/src/components/MonthPicker/types.ts +16 -0
  405. package/src/components/MonthPicker/useMonthPickerValidation.ts +64 -27
  406. package/src/components/NirField/NirField.mdx +120 -66
  407. package/src/components/NirField/NirField.stories.ts +256 -682
  408. package/src/components/NirField/NirField.vue +98 -32
  409. package/src/components/NirField/tests/NirField.spec.ts +135 -14
  410. package/src/components/NirField/tests/NirField.visual.cy.ts +28 -0
  411. package/src/components/NirField/tests/__snapshots__/nir-field-complex.snap.png +0 -0
  412. package/src/components/NirField/tests/__snapshots__/nir-field-default.snap.png +0 -0
  413. package/src/components/NirField/tests/__snapshots__/nir-field-with-key.snap.png +0 -0
  414. package/src/components/NirField/tests/useNirValidation.spec.ts +168 -0
  415. package/src/components/NirField/useNirValidation.ts +44 -19
  416. package/src/components/NirField/validation/Validation.stories.ts +866 -0
  417. package/src/components/NotFoundPage/tests/NotFoundPage.visual.cy.ts +28 -0
  418. package/src/components/NotFoundPage/tests/__snapshots__/NotFoundPage.spec.ts.snap +263 -245
  419. package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-custom-btn.snap.png +0 -0
  420. package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-default.snap.png +0 -0
  421. package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-no-btn.snap.png +0 -0
  422. package/src/components/NotificationBar/NotificationBar.mdx +0 -1
  423. package/src/components/NotificationBar/tests/NotificationBar.visual.cy.ts +54 -0
  424. package/src/components/NotificationBar/tests/__snapshots__/notification-bar-bottom.snap.png +0 -0
  425. package/src/components/NotificationBar/tests/__snapshots__/notification-bar-info.snap.png +0 -0
  426. package/src/components/NotificationBar/tests/__snapshots__/notification-bar-multiple.snap.png +0 -0
  427. package/src/components/PageContainer/PageContainer.mdx +0 -1
  428. package/src/components/PageContainer/PageContainer.stories.ts +170 -2
  429. package/src/components/PageContainer/PageContainer.vue +63 -8
  430. package/src/components/PageContainer/tests/PageContainer.visual.cy.ts +33 -0
  431. package/src/components/PageContainer/tests/__snapshots__/PageContainer.spec.ts.snap +19 -11
  432. package/src/components/PageContainer/tests/__snapshots__/page-container-color.snap.png +0 -0
  433. package/src/components/PageContainer/tests/__snapshots__/page-container-default.snap.png +0 -0
  434. package/src/components/PageContainer/tests/__snapshots__/page-container-md.snap.png +0 -0
  435. package/src/components/PaginatedTable/PaginatedTable.mdx +0 -1
  436. package/src/components/PaginatedTable/accessibilite/Accessibility.mdx +99 -7
  437. package/src/components/PaginatedTable/tests/PaginatedTable.visual.cy.ts +41 -0
  438. package/src/components/PaginatedTable/tests/__snapshots__/paginated-table-default.snap.png +0 -0
  439. package/src/components/PaginatedTable/tests/__snapshots__/paginated-table-server.snap.png +0 -0
  440. package/src/components/PasswordField/PasswordField.mdx +5 -52
  441. package/src/components/PasswordField/PasswordField.stories.ts +74 -931
  442. package/src/components/PasswordField/PasswordField.vue +120 -191
  443. package/src/components/PasswordField/Validation/Validation.stories.ts +1295 -0
  444. package/src/components/PasswordField/locales.ts +2 -0
  445. package/src/components/PasswordField/tests/PasswordField.spec.ts +144 -106
  446. package/src/components/PasswordField/tests/PasswordField.visual.cy.ts +49 -0
  447. package/src/components/PasswordField/tests/__snapshots__/password-field-default.snap.png +0 -0
  448. package/src/components/PasswordField/tests/__snapshots__/password-field-disabled.snap.png +0 -0
  449. package/src/components/PasswordField/tests/__snapshots__/password-field-required.snap.png +0 -0
  450. package/src/components/PasswordField/tests/__snapshots__/password-field-underlined.snap.png +0 -0
  451. package/src/components/PasswordField/types.ts +17 -0
  452. package/src/components/PasswordField/usePasswordFieldValidation.ts +100 -0
  453. package/src/components/PeriodField/PeriodField.mdx +0 -1
  454. package/src/components/PeriodField/PeriodField.stories.ts +3 -1
  455. package/src/components/PeriodField/PeriodField.vue +1 -1
  456. package/src/components/PeriodField/tests/PeriodField.visual.cy.ts +39 -0
  457. package/src/components/PeriodField/tests/__snapshots__/period-field-default.snap.png +0 -0
  458. package/src/components/PeriodField/tests/__snapshots__/period-field-no-calendar.snap.png +0 -0
  459. package/src/components/PeriodField/tests/__snapshots__/period-field-required.snap.png +0 -0
  460. package/src/components/PeriodField/tests/__snapshots__/period-field-with-value.snap.png +0 -0
  461. package/src/components/PhoneField/PhoneField.mdx +2 -3
  462. package/src/components/PhoneField/PhoneField.stories.ts +227 -410
  463. package/src/components/PhoneField/PhoneField.vue +205 -439
  464. package/src/components/PhoneField/indicatifs.ts +1 -1
  465. package/src/components/PhoneField/locales.ts +7 -0
  466. package/src/components/PhoneField/tests/PhoneField.a11y.spec.ts +0 -1
  467. package/src/components/PhoneField/tests/PhoneField.spec.ts +518 -220
  468. package/src/components/PhoneField/tests/PhoneField.visual.cy.ts +28 -0
  469. package/src/components/PhoneField/tests/__snapshots__/phone-field-default.snap.png +0 -0
  470. package/src/components/PhoneField/tests/__snapshots__/phone-field-with-country-code.snap.png +0 -0
  471. package/src/components/PhoneField/tests/__snapshots__/phone-field-with-value.snap.png +0 -0
  472. package/src/components/PhoneField/types.ts +30 -0
  473. package/src/components/PhoneField/usePhoneFieldValidation.ts +119 -0
  474. package/src/components/PhoneField/usePhoneIndicatifs.ts +89 -0
  475. package/src/components/PhoneField/validation/validation.stories.ts +717 -0
  476. package/src/components/RangeField/RangeField.mdx +0 -1
  477. package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
  478. package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
  479. package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
  480. package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
  481. package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
  482. package/src/components/RatingPicker/RatingPicker.mdx +0 -1
  483. package/src/components/RatingPicker/tests/RatingPicker.visual.cy.ts +52 -0
  484. package/src/components/RatingPicker/tests/__snapshots__/rating-picker-emotion.snap.png +0 -0
  485. package/src/components/RatingPicker/tests/__snapshots__/rating-picker-number.snap.png +0 -0
  486. package/src/components/RatingPicker/tests/__snapshots__/rating-picker-readonly.snap.png +0 -0
  487. package/src/components/RatingPicker/tests/__snapshots__/rating-picker-stars.snap.png +0 -0
  488. package/src/components/SearchListField/SearchListField.mdx +1 -1
  489. package/src/components/SearchListField/SearchListField.stories.ts +1 -1
  490. package/src/components/SearchListField/SearchListField.vue +9 -4
  491. package/src/components/SearchListField/tests/SearchListField.spec.ts +127 -0
  492. package/src/components/SearchListField/tests/SearchListField.visual.cy.ts +35 -0
  493. package/src/components/SearchListField/tests/__snapshots__/search-list-field-default.snap.png +0 -0
  494. package/src/components/SearchListField/tests/__snapshots__/search-list-field-with-selection.snap.png +0 -0
  495. package/src/components/SkipLink/tests/SkipLink.visual.cy.ts +16 -0
  496. package/src/components/SkipLink/tests/__snapshots__/skip-link-focused.snap.png +0 -0
  497. package/src/components/SocialMediaLinks/SocialMediaLinks.mdx +0 -1
  498. package/src/components/SocialMediaLinks/tests/SocialMediaLinks.visual.cy.ts +33 -0
  499. package/src/components/SocialMediaLinks/tests/__snapshots__/social-media-links-default.snap.png +0 -0
  500. package/src/components/SocialMediaLinks/tests/__snapshots__/social-media-links-no-native-heading.snap.png +0 -0
  501. package/src/components/StatusPage/StatusPage.vue +1 -0
  502. package/src/components/StatusPage/tests/StatusPage.visual.cy.ts +47 -0
  503. package/src/components/StatusPage/tests/__snapshots__/StatusPage.spec.ts.snap +248 -230
  504. package/src/components/StatusPage/tests/__snapshots__/status-page-default.snap.png +0 -0
  505. package/src/components/StatusPage/tests/__snapshots__/status-page-full.snap.png +0 -0
  506. package/src/components/StatusPage/tests/__snapshots__/status-page-no-btn.snap.png +0 -0
  507. package/src/components/SubHeader/SubHeader.mdx +5 -6
  508. package/src/components/SubHeader/tests/SubHeader.visual.cy.ts +48 -0
  509. package/src/components/SubHeader/tests/__snapshots__/sub-header-default.snap.png +0 -0
  510. package/src/components/SubHeader/tests/__snapshots__/sub-header-loading.snap.png +0 -0
  511. package/src/components/SubHeader/tests/__snapshots__/sub-header-no-back-btn.snap.png +0 -0
  512. package/src/components/SubHeader/tests/__snapshots__/sub-header-with-subtitle.snap.png +0 -0
  513. package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
  514. package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
  515. package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
  516. package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
  517. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
  518. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
  519. package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
  520. package/src/components/SyHeading/tests/SyHeading.visual.cy.ts +33 -0
  521. package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-1.snap.png +0 -0
  522. package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-2.snap.png +0 -0
  523. package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-3.snap.png +0 -0
  524. package/src/components/SyTextArea/SyTextArea.stories.ts +25 -0
  525. package/src/components/SyTextArea/SyTextArea.vue +7 -0
  526. package/src/components/SyTextArea/composables/useSyTextAreaValidation.ts +1 -1
  527. package/src/components/SyTextArea/tests/SyTextArea.a11y.spec.ts +18 -0
  528. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +135 -1
  529. package/src/components/SyTextArea/tests/SyTextArea.visual.cy.ts +48 -0
  530. package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-default.snap.png +0 -0
  531. package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-filled.snap.png +0 -0
  532. package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-required.snap.png +0 -0
  533. package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-with-value.snap.png +0 -0
  534. package/src/components/SyTextArea/validation/Validation.stories.ts +6 -86
  535. package/src/components/TableToolbar/tests/TableToolbar.visual.cy.ts +49 -0
  536. package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-default.snap.png +0 -0
  537. package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-filtered.snap.png +0 -0
  538. package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-loading.snap.png +0 -0
  539. package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-with-add-btn.snap.png +0 -0
  540. package/src/components/Tables/SyServerTable/SyServerTable.vue +3 -3
  541. package/src/components/Tables/SyServerTable/accessibilite/Accessibility.mdx +114 -7
  542. package/src/components/Tables/SyServerTable/tests/SyServerTable.visual.cy.ts +58 -0
  543. package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-default.snap.png +0 -0
  544. package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-loading.snap.png +0 -0
  545. package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-with-select.snap.png +0 -0
  546. package/src/components/Tables/SyTable/accessibilite/Accessibility.mdx +116 -7
  547. package/src/components/Tables/SyTable/tests/SyTable.visual.cy.ts +70 -0
  548. package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-compact.snap.png +0 -0
  549. package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-default.snap.png +0 -0
  550. package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-striped.snap.png +0 -0
  551. package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-with-select.snap.png +0 -0
  552. package/src/components/Tables/common/tableStyles.scss +4 -4
  553. package/src/components/Tables/common/tests/SyTableFilter.spec.ts +19 -13
  554. package/src/components/Tables/common/tests/filterByRange.spec.ts +23 -22
  555. package/src/components/ToolbarContainer/tests/ToolbarContainer.visual.cy.ts +34 -0
  556. package/src/components/ToolbarContainer/tests/__snapshots__/toolbar-container-default.snap.png +0 -0
  557. package/src/components/ToolbarContainer/tests/__snapshots__/toolbar-container-links.snap.png +0 -0
  558. package/src/components/UploadWorkflow/UploadWorkflow.mdx +0 -1
  559. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +1 -2
  560. package/src/components/UploadWorkflow/tests/UploadWorkflow.visual.cy.ts +39 -0
  561. package/src/components/UploadWorkflow/tests/__snapshots__/upload-workflow-default.snap.png +0 -0
  562. package/src/components/UploadWorkflow/tests/__snapshots__/upload-workflow-with-title.snap.png +0 -0
  563. package/src/components/UserMenuBtn/UserMenuBtn.mdx +0 -1
  564. package/src/components/UserMenuBtn/UserMenuBtn.stories.ts +177 -0
  565. package/src/components/UserMenuBtn/tests/UserMenuBtn.visual.cy.ts +42 -0
  566. package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-default.snap.png +0 -0
  567. package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-no-logout.snap.png +0 -0
  568. package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-with-name.snap.png +0 -0
  569. package/src/composables/unifyValidation/documentationValidationProps.ts +2 -2
  570. package/src/composables/unifyValidation/tests/documentationValidationProps.spec.ts +2 -2
  571. package/src/composables/unifyValidation/tests/useValidation.spec.ts +13 -1
  572. package/src/composables/unifyValidation/useValidation.ts +41 -31
  573. package/src/composables/useFilterable/useFilterable.spec.ts +105 -142
  574. package/src/composables/useFilterable/useFilterable.ts +6 -17
  575. package/src/composables/useFormFieldErrorHandling.ts +1 -1
  576. package/src/composables/validation/tests/useFormValidation.spec.ts +11 -2
  577. package/src/composables/validation/tests/useValidatable.spec.ts +16 -6
  578. package/src/composables/validation/tests/useValidation.spec.ts +2 -2
  579. package/src/composables/validation/useValidation.ts +1 -1
  580. package/src/composantsVuetify/VCard/VCard.mdx +12 -0
  581. package/src/composantsVuetify/VCard/v-card.stories.ts +283 -1
  582. package/src/composantsVuetify/VCarousel/VCarousel.mdx +74 -0
  583. package/src/composantsVuetify/VCarousel/v-carousel.stories.ts +531 -0
  584. package/src/composantsVuetify/VNavigationDrawer/VNavgationDrawer.mdx +53 -0
  585. package/src/composantsVuetify/VNavigationDrawer/v-navigation-drawer.stories.ts +310 -0
  586. package/src/composantsVuetify/VSlideGroup/VSlideGroup.mdx +105 -0
  587. package/src/composantsVuetify/VSlideGroup/v-slide-group.stories.ts +463 -0
  588. package/src/composantsVuetify/VStepper/VStepper.mdx +56 -0
  589. package/src/composantsVuetify/VStepper/v-stepper.stories.ts +563 -0
  590. package/src/designTokens/tokens/amelipro/apLightTheme.ts +1 -0
  591. package/src/designTokens/tokens/amelipro/apSemantic.ts +1 -1
  592. package/src/designTokens/tokens/baseColors.ts +1 -1
  593. package/src/designTokens/tokens/baseTokens.ts +18 -18
  594. package/src/designTokens/tokens/pa/paLightTheme.ts +1 -0
  595. package/src/stories/Accessibilite/DesignSystem/a11y-status.json +1 -1
  596. package/src/stories/Components/Components.stories.ts +95 -11
  597. package/src/stories/Demarrer/Releases.stories.ts +59 -2
  598. package/src/stories/DesignTokens/Arrondis.mdx +1 -1
  599. package/src/stories/DesignTokens/Colors.mdx +2 -0
  600. package/src/stories/DesignTokens/Correspondances.mdx +219 -0
  601. package/src/stories/DesignTokens/UtiliserLesTokens.mdx +235 -0
  602. package/src/stories/DesignTokens/colors.stories.ts +582 -569
  603. package/src/stories/EcoConception/EcoBestPracticesDoc.vue +930 -0
  604. package/src/stories/EcoConception/EcoBestPratices.mdx +38 -0
  605. package/src/stories/EcoConception/Introduction.mdx +8 -1
  606. package/src/stories/EcoConception/datas/bonnes_pratiques_essentielles.json +1018 -0
  607. package/src/stories/EcoConception/ecoconception-best-practices.stories.ts +20 -0
  608. package/src/stories/GuideDuDev/Amelipro.mdx +9 -1
  609. package/src/stories/GuideDuDev/Amelipro.stories.ts +1023 -168
  610. package/src/stories/GuideDuDev/PortailAgent.stories.ts +0 -1
  611. package/src/utils/functions/deepCopy/index.ts +2 -3
  612. package/dist/components/Customs/SyCheckbox/locales.d.ts +0 -3
  613. package/dist/components/LunarCalendar/useLunarCalendarRules.d.ts +0 -5
  614. package/dist/components/PhoneField/tests/types.d.ts +0 -18
  615. package/dist/components/SyHeading/SyHeading.a11y.test.d.ts +0 -1
  616. package/dist/components/SyHeading/SyHeading.test.d.ts +0 -1
  617. package/src/components/Customs/SyCheckbox/locales.ts +0 -3
  618. package/src/components/Customs/SyTextField/types.d.ts +0 -4
  619. package/src/components/LunarCalendar/tests/useLunarCalendarRules.spec.ts +0 -184
  620. package/src/components/LunarCalendar/useLunarCalendarRules.ts +0 -96
  621. package/src/components/PhoneField/tests/types.d.ts +0 -19
@@ -1,1858 +1,33 @@
1
- import { nextTick } from 'vue';
2
1
  import { TextFieldProps } from './useTextField';
3
- import { ValidationProps } from '../useMonthPickerValidation';
4
2
  type __VLS_Props = {
5
3
  modelValue: string | undefined;
6
- } & TextFieldProps & ValidationProps;
4
+ errorMessages?: string[] | null;
5
+ warningMessages?: string[] | null;
6
+ successMessages?: string[] | null;
7
+ hasError?: boolean;
8
+ hasWarning?: boolean;
9
+ hasSuccess?: boolean;
10
+ required?: boolean;
11
+ displayAsterisk?: boolean;
12
+ hideDetails?: boolean;
13
+ } & TextFieldProps;
7
14
  declare const _default: import('vue').DefineComponent<__VLS_Props, {
8
15
  toggleBtn: import('vue').Ref<HTMLButtonElement | null, HTMLButtonElement | null>;
9
16
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
10
17
  "update:modelValue": (value: string | undefined) => any;
11
18
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
12
19
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
14
- input: ({
15
- $: import('vue').ComponentInternalInstance;
16
- $data: {};
17
- $props: {
18
- readonly modelValue?: string | number | null | undefined | undefined;
19
- readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
20
- readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
21
- readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
22
- readonly appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
23
- readonly prependTooltip?: string | undefined;
24
- readonly appendTooltip?: string | undefined;
25
- readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
26
- readonly variantStyle?: import('../../../types/vuetifyTypes').VariantStyle | undefined;
27
- readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
28
- readonly isClearable?: boolean | undefined;
29
- readonly showDivider?: boolean | undefined;
30
- readonly label?: string | undefined;
31
- readonly readonly?: boolean | undefined;
32
- readonly isActive?: boolean | undefined;
33
- readonly baseColor?: string | undefined;
34
- readonly bgColor?: string | undefined;
35
- readonly centerAffix?: boolean | undefined;
36
- readonly counter?: string | number | boolean | undefined;
37
- readonly counterValue?: number | ((value: any) => number) | undefined;
38
- readonly density?: "default" | "comfortable" | "compact" | undefined;
39
- readonly direction?: "horizontal" | "vertical" | undefined;
40
- readonly isDirty?: boolean | undefined;
41
- readonly disabled?: boolean | undefined;
42
- readonly isFlat?: boolean | undefined;
43
- readonly isFocused?: boolean | undefined;
44
- readonly areDetailsHidden?: boolean | "auto" | undefined;
45
- readonly areSpinButtonsHidden?: boolean | undefined;
46
- readonly hint?: string | undefined;
47
- readonly id?: string | undefined;
48
- readonly loading?: string | boolean | undefined;
49
- readonly maxWidth?: string | number | undefined;
50
- readonly messages?: string | string[] | undefined;
51
- readonly minWidth?: string | number | undefined;
52
- readonly name?: string | undefined;
53
- readonly displayPersistentClear?: boolean | undefined;
54
- readonly displayPersistentCounter?: boolean | undefined;
55
- readonly displayPersistentHint?: boolean | undefined;
56
- readonly displayPersistentPlaceholder?: boolean | undefined;
57
- readonly placeholder?: string | undefined;
58
- readonly prefix?: string | undefined;
59
- readonly isReversed?: boolean | undefined;
60
- readonly role?: string | undefined;
61
- readonly rounded?: string | number | boolean | undefined;
62
- readonly isOnSingleLine?: boolean | undefined;
63
- readonly suffix?: string | undefined;
64
- readonly theme?: string | undefined;
65
- readonly isTiled?: boolean | undefined;
66
- readonly type?: string | undefined;
67
- readonly width?: string | number | undefined;
68
- readonly displayAsterisk?: boolean | undefined;
69
- readonly noIcon?: boolean | undefined;
70
- readonly disableClickButton?: boolean | undefined;
71
- readonly autocomplete?: string | undefined;
72
- readonly helpText?: string | undefined;
73
- readonly maxlength?: string | number | undefined;
74
- readonly title?: string | false | undefined;
75
- readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
76
- readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
77
- readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
78
- readonly disableErrorHandling?: boolean | undefined;
79
- readonly errorMessages?: string[] | null | undefined;
80
- readonly hasError?: boolean | undefined;
81
- readonly hasSuccess?: boolean | undefined;
82
- readonly hasWarning?: boolean | undefined;
83
- readonly isValidateOnBlur?: boolean | undefined;
84
- readonly maxErrors?: number | undefined;
85
- readonly required?: boolean | undefined;
86
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
87
- readonly showSuccessMessages?: boolean | undefined;
88
- readonly successMessages?: string[] | null | undefined;
89
- readonly useVuetifyValidation?: boolean | undefined;
90
- readonly warningMessages?: string[] | null | undefined;
91
- readonly onInput?: ((...args: any[]) => any) | undefined;
92
- readonly onBlur?: ((...args: any[]) => any) | undefined;
93
- readonly onFocus?: ((...args: any[]) => any) | undefined;
94
- readonly onKeydown?: ((...args: any[]) => any) | undefined;
95
- readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
96
- readonly onClear?: ((...args: any[]) => any) | undefined;
97
- readonly "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
98
- readonly "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
99
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
100
- $attrs: import('vue').Attrs;
101
- $refs: {
102
- [x: string]: unknown;
103
- } & {
104
- syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
105
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
106
- focused: boolean;
107
- errorMessages: string | readonly string[] | null;
108
- maxErrors: string | number;
109
- readonly: boolean | null;
110
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
111
- density: import('vuetify/lib/composables/density.mjs').Density;
112
- tile: boolean;
113
- hideSpinButtons: boolean;
114
- persistentHint: boolean;
115
- messages: string | readonly string[];
116
- clearable: boolean;
117
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
118
- active: boolean;
119
- dirty: boolean;
120
- disabled: boolean;
121
- glow: boolean;
122
- error: boolean;
123
- flat: boolean;
124
- persistentClear: boolean;
125
- reverse: boolean;
126
- singleLine: boolean;
127
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
128
- autofocus: boolean;
129
- persistentPlaceholder: boolean;
130
- persistentCounter: boolean;
131
- type: string;
132
- } & {
133
- theme?: string | undefined;
134
- class?: any;
135
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
136
- name?: string | undefined;
137
- modelValue?: any;
138
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
139
- validationValue?: any;
140
- rounded?: string | number | boolean | undefined;
141
- maxWidth?: string | number | undefined;
142
- minWidth?: string | number | undefined;
143
- width?: string | number | undefined;
144
- loading?: string | boolean | undefined;
145
- id?: string | undefined;
146
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
147
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
148
- hideDetails?: "auto" | boolean | undefined;
149
- hint?: string | undefined;
150
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
151
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
152
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
153
- bgColor?: string | undefined;
154
- centerAffix?: boolean | undefined;
155
- color?: string | undefined;
156
- baseColor?: string | undefined;
157
- iconColor?: string | boolean | undefined;
158
- label?: string | undefined;
159
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
160
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
161
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
162
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
163
- autocomplete?: string | undefined;
164
- counter?: string | number | boolean | undefined;
165
- counterValue?: number | ((value: any) => number) | undefined;
166
- prefix?: string | undefined;
167
- placeholder?: string | undefined;
168
- suffix?: string | undefined;
169
- role?: string | undefined;
170
- modelModifiers?: Record<string, boolean> | undefined;
171
- } & {
172
- $children?: {
173
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
174
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
175
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
176
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
177
- clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
178
- props: Record<string, any>;
179
- }) => import('vue').VNodeChild) | undefined;
180
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
181
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
182
- label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
183
- label: string | undefined;
184
- props: Record<string, any>;
185
- }) => import('vue').VNodeChild) | undefined;
186
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
187
- default?: ((arg: {
188
- id: Readonly<import('vue').Ref<string, string>>;
189
- }) => import('vue').VNodeChild) | undefined;
190
- counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
191
- } | {
192
- $stable?: boolean | undefined;
193
- } | ((arg: {
194
- id: Readonly<import('vue').Ref<string, string>>;
195
- }) => import('vue').VNodeChild) | import('vue').VNodeChild;
196
- "v-slots"?: {
197
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
198
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
199
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
200
- message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
201
- clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
202
- props: Record<string, any>;
203
- }) => import('vue').VNodeChild) | undefined;
204
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
205
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
206
- label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
207
- label: string | undefined;
208
- props: Record<string, any>;
209
- }) => import('vue').VNodeChild) | undefined;
210
- loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
211
- default?: false | ((arg: {
212
- id: Readonly<import('vue').Ref<string, string>>;
213
- }) => import('vue').VNodeChild) | undefined;
214
- counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
215
- } | undefined;
216
- } & {
217
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
218
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
219
- "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
220
- props: Record<string, any>;
221
- }) => import('vue').VNodeChild) | undefined;
222
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
223
- "v-slot:default"?: false | ((arg: {
224
- id: Readonly<import('vue').Ref<string, string>>;
225
- }) => import('vue').VNodeChild) | undefined;
226
- "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
227
- "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
228
- label: string | undefined;
229
- props: Record<string, any>;
230
- }) => import('vue').VNodeChild) | undefined;
231
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
232
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
233
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
234
- "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
235
- } & {
236
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
237
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
238
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
239
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
240
- }, HTMLInputElement & Omit<Omit<{
241
- $: import('vue').ComponentInternalInstance;
242
- $data: {};
243
- $props: Partial<{
244
- style: import('vue').StyleValue;
245
- focused: boolean;
246
- disabled: boolean | null;
247
- error: boolean;
248
- errorMessages: string | readonly string[] | null;
249
- maxErrors: string | number;
250
- readonly: boolean | null;
251
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
252
- density: import('vuetify/lib/composables/density.mjs').Density;
253
- centerAffix: boolean;
254
- glow: boolean;
255
- hideSpinButtons: boolean;
256
- persistentHint: boolean;
257
- messages: string | readonly string[];
258
- direction: "horizontal" | "vertical";
259
- }> & Omit<{
260
- theme?: string | undefined;
261
- class?: any;
262
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
263
- focused: boolean;
264
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
265
- disabled: boolean | null;
266
- error: boolean;
267
- errorMessages: string | readonly string[] | null;
268
- maxErrors: string | number;
269
- name?: string | undefined;
270
- label?: string | undefined;
271
- readonly: boolean | null;
272
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
273
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
274
- validationValue?: any;
275
- density: import('vuetify/lib/composables/density.mjs').Density;
276
- maxWidth?: string | number | undefined;
277
- minWidth?: string | number | undefined;
278
- width?: string | number | undefined;
279
- id?: string | undefined;
280
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
281
- baseColor?: string | undefined;
282
- centerAffix: boolean;
283
- color?: string | undefined;
284
- glow: boolean;
285
- iconColor?: string | boolean | undefined;
286
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
287
- hideDetails?: "auto" | boolean | undefined;
288
- hideSpinButtons: boolean;
289
- hint?: string | undefined;
290
- persistentHint: boolean;
291
- messages: string | readonly string[];
292
- direction: "horizontal" | "vertical";
293
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
294
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
295
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
296
- $attrs: {
297
- [x: string]: unknown;
298
- };
299
- $refs: {
300
- [x: string]: unknown;
301
- };
302
- $slots: Readonly<{
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
- }>[]) | undefined;
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
- }>[]) | undefined;
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
- }>[]) | undefined;
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
- }>[]) | undefined;
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
- }>[]) | undefined;
318
- }>;
319
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
320
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
321
- $host: Element | null;
322
- $emit: (event: string, ...args: any[]) => void;
323
- $el: any;
324
- $options: import('vue').ComponentOptionsBase<{
325
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
326
- focused: boolean;
327
- disabled: boolean | null;
328
- error: boolean;
329
- errorMessages: string | readonly string[] | null;
330
- maxErrors: string | number;
331
- readonly: boolean | null;
332
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
333
- density: import('vuetify/lib/composables/density.mjs').Density;
334
- centerAffix: boolean;
335
- glow: boolean;
336
- hideSpinButtons: boolean;
337
- persistentHint: boolean;
338
- messages: string | readonly string[];
339
- direction: "horizontal" | "vertical";
340
- } & {
341
- theme?: string | undefined;
342
- class?: any;
343
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
344
- name?: string | undefined;
345
- label?: string | undefined;
346
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
347
- validationValue?: any;
348
- maxWidth?: string | number | undefined;
349
- minWidth?: string | number | undefined;
350
- width?: string | number | undefined;
351
- id?: string | undefined;
352
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
353
- baseColor?: string | undefined;
354
- color?: string | undefined;
355
- iconColor?: string | boolean | undefined;
356
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
357
- hideDetails?: "auto" | boolean | undefined;
358
- hint?: string | undefined;
359
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
360
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
361
- } & {}, {
362
- reset: () => Promise<void>;
363
- resetValidation: () => Promise<void>;
364
- validate: (silent?: boolean) => Promise<string[]>;
365
- isValid: import('vue').ComputedRef<boolean | null>;
366
- errorMessages: import('vue').ComputedRef<string[]>;
367
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
368
- "update:modelValue": (value: any) => true;
369
- }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
370
- style: import('vue').StyleValue;
371
- focused: boolean;
372
- disabled: boolean | null;
373
- error: boolean;
374
- errorMessages: string | readonly string[] | null;
375
- maxErrors: string | number;
376
- readonly: boolean | null;
377
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
378
- density: import('vuetify/lib/composables/density.mjs').Density;
379
- centerAffix: boolean;
380
- glow: boolean;
381
- hideSpinButtons: boolean;
382
- persistentHint: boolean;
383
- messages: string | readonly string[];
384
- direction: "horizontal" | "vertical";
385
- }, {}, string, import('vue').SlotsType<Partial<{
386
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
387
- [key: string]: any;
388
- }>[];
389
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
390
- [key: string]: any;
391
- }>[];
392
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
393
- [key: string]: any;
394
- }>[];
395
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
396
- [key: string]: any;
397
- }>[];
398
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
399
- [key: string]: any;
400
- }>[];
401
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
402
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
403
- created?: ((() => void)[] | (() => void)) | undefined;
404
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
405
- mounted?: ((() => void)[] | (() => void)) | undefined;
406
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
407
- updated?: ((() => void)[] | (() => void)) | undefined;
408
- activated?: ((() => void)[] | (() => void)) | undefined;
409
- deactivated?: ((() => void)[] | (() => void)) | undefined;
410
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
411
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
412
- destroyed?: ((() => void)[] | (() => void)) | undefined;
413
- unmounted?: ((() => void)[] | (() => void)) | undefined;
414
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
415
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
416
- 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) => void | boolean)[] | ((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) => void | boolean)) | undefined;
417
- };
418
- $forceUpdate: () => void;
419
- $nextTick: typeof nextTick;
420
- $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;
421
- } & Readonly<{
422
- style: import('vue').StyleValue;
423
- focused: boolean;
424
- disabled: boolean | null;
425
- error: boolean;
426
- errorMessages: string | readonly string[] | null;
427
- maxErrors: string | number;
428
- readonly: boolean | null;
429
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
430
- density: import('vuetify/lib/composables/density.mjs').Density;
431
- centerAffix: boolean;
432
- glow: boolean;
433
- hideSpinButtons: boolean;
434
- persistentHint: boolean;
435
- messages: string | readonly string[];
436
- direction: "horizontal" | "vertical";
437
- }> & Omit<{
438
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
439
- focused: boolean;
440
- disabled: boolean | null;
441
- error: boolean;
442
- errorMessages: string | readonly string[] | null;
443
- maxErrors: string | number;
444
- readonly: boolean | null;
445
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
446
- density: import('vuetify/lib/composables/density.mjs').Density;
447
- centerAffix: boolean;
448
- glow: boolean;
449
- hideSpinButtons: boolean;
450
- persistentHint: boolean;
451
- messages: string | readonly string[];
452
- direction: "horizontal" | "vertical";
453
- } & {
454
- theme?: string | undefined;
455
- class?: any;
456
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
457
- name?: string | undefined;
458
- label?: string | undefined;
459
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
460
- validationValue?: any;
461
- maxWidth?: string | number | undefined;
462
- minWidth?: string | number | undefined;
463
- width?: string | number | undefined;
464
- id?: string | undefined;
465
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
466
- baseColor?: string | undefined;
467
- color?: string | undefined;
468
- iconColor?: string | boolean | undefined;
469
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
470
- hideDetails?: "auto" | boolean | undefined;
471
- hint?: string | undefined;
472
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
473
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
474
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
475
- reset: () => Promise<void>;
476
- resetValidation: () => Promise<void>;
477
- validate: (silent?: boolean) => Promise<string[]>;
478
- isValid: boolean | null;
479
- errorMessages: string[];
480
- } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
481
- modelValue?: unknown;
482
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
483
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
484
- $: import('vue').ComponentInternalInstance;
485
- $data: {};
486
- $props: Partial<{
487
- style: import('vue').StyleValue;
488
- focused: boolean;
489
- rounded: string | number | boolean;
490
- tile: boolean;
491
- clearable: boolean;
492
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
493
- active: boolean;
494
- centerAffix: boolean;
495
- dirty: boolean;
496
- disabled: boolean;
497
- glow: boolean;
498
- error: boolean;
499
- flat: boolean;
500
- persistentClear: boolean;
501
- reverse: boolean;
502
- singleLine: boolean;
503
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
504
- details: boolean;
505
- }> & Omit<{
506
- theme?: string | undefined;
507
- class?: any;
508
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
509
- focused: boolean;
510
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
511
- rounded?: string | number | boolean | undefined;
512
- tile: boolean;
513
- loading?: string | boolean | undefined;
514
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
515
- bgColor?: string | undefined;
516
- clearable: boolean;
517
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
518
- active: boolean;
519
- centerAffix?: boolean | undefined;
520
- color?: string | undefined;
521
- baseColor?: string | undefined;
522
- dirty: boolean;
523
- disabled: boolean;
524
- glow: boolean;
525
- error: boolean;
526
- flat: boolean;
527
- iconColor?: string | boolean | undefined;
528
- label?: string | undefined;
529
- persistentClear: boolean;
530
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
531
- reverse: boolean;
532
- singleLine: boolean;
533
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
534
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
535
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
536
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
537
- id?: string | undefined;
538
- details: boolean;
539
- labelId?: string | undefined;
540
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
541
- $attrs: {
542
- [x: string]: unknown;
543
- };
544
- $refs: {
545
- [x: string]: unknown;
546
- };
547
- $slots: Readonly<{
548
- clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
549
- props: Record<string, any>;
550
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
551
- [key: string]: any;
552
- }>[]) | undefined;
553
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
554
- [key: string]: any;
555
- }>[]) | undefined;
556
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
557
- [key: string]: any;
558
- }>[]) | undefined;
559
- label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
560
- label: string | undefined;
561
- props: Record<string, any>;
562
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
563
- [key: string]: any;
564
- }>[]) | undefined;
565
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
566
- [key: string]: any;
567
- }>[]) | undefined;
568
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
569
- [key: string]: any;
570
- }>[]) | undefined;
571
- }>;
572
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
573
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
574
- $host: Element | null;
575
- $emit: (event: "update:focused", focused: boolean) => void;
576
- $el: any;
577
- $options: import('vue').ComponentOptionsBase<{
578
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
579
- focused: boolean;
580
- tile: boolean;
581
- clearable: boolean;
582
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
583
- active: boolean;
584
- dirty: boolean;
585
- disabled: boolean;
586
- glow: boolean;
587
- error: boolean;
588
- flat: boolean;
589
- persistentClear: boolean;
590
- reverse: boolean;
591
- singleLine: boolean;
592
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
593
- details: boolean;
594
- } & {
595
- theme?: string | undefined;
596
- class?: any;
597
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
598
- rounded?: string | number | boolean | undefined;
599
- loading?: string | boolean | undefined;
600
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
601
- bgColor?: string | undefined;
602
- centerAffix?: boolean | undefined;
603
- color?: string | undefined;
604
- baseColor?: string | undefined;
605
- iconColor?: string | boolean | undefined;
606
- label?: string | undefined;
607
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
608
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
609
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
610
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
611
- id?: string | undefined;
612
- labelId?: string | undefined;
613
- } & {
614
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
615
- }, {
616
- controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
617
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
618
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
619
- "update:focused": (focused: boolean) => true;
620
- "update:modelValue": (value: any) => true;
621
- }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
622
- style: import('vue').StyleValue;
623
- focused: boolean;
624
- rounded: string | number | boolean;
625
- tile: boolean;
626
- clearable: boolean;
627
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
628
- active: boolean;
629
- centerAffix: boolean;
630
- dirty: boolean;
631
- disabled: boolean;
632
- glow: boolean;
633
- error: boolean;
634
- flat: boolean;
635
- persistentClear: boolean;
636
- reverse: boolean;
637
- singleLine: boolean;
638
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
639
- details: boolean;
640
- }, {}, string, import('vue').SlotsType<Partial<{
641
- clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
642
- props: Record<string, any>;
643
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
644
- [key: string]: any;
645
- }>[];
646
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
647
- [key: string]: any;
648
- }>[];
649
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
650
- [key: string]: any;
651
- }>[];
652
- label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
653
- label: string | undefined;
654
- props: Record<string, any>;
655
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
656
- [key: string]: any;
657
- }>[];
658
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
659
- [key: string]: any;
660
- }>[];
661
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
662
- [key: string]: any;
663
- }>[];
664
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
665
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
666
- created?: ((() => void)[] | (() => void)) | undefined;
667
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
668
- mounted?: ((() => void)[] | (() => void)) | undefined;
669
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
670
- updated?: ((() => void)[] | (() => void)) | undefined;
671
- activated?: ((() => void)[] | (() => void)) | undefined;
672
- deactivated?: ((() => void)[] | (() => void)) | undefined;
673
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
674
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
675
- destroyed?: ((() => void)[] | (() => void)) | undefined;
676
- unmounted?: ((() => void)[] | (() => void)) | undefined;
677
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
678
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
679
- 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) => void | boolean)[] | ((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) => void | boolean)) | undefined;
680
- };
681
- $forceUpdate: () => void;
682
- $nextTick: typeof nextTick;
683
- $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;
684
- } & Readonly<{
685
- style: import('vue').StyleValue;
686
- focused: boolean;
687
- rounded: string | number | boolean;
688
- tile: boolean;
689
- clearable: boolean;
690
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
691
- active: boolean;
692
- centerAffix: boolean;
693
- dirty: boolean;
694
- disabled: boolean;
695
- glow: boolean;
696
- error: boolean;
697
- flat: boolean;
698
- persistentClear: boolean;
699
- reverse: boolean;
700
- singleLine: boolean;
701
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
702
- details: boolean;
703
- }> & Omit<{
704
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
705
- focused: boolean;
706
- tile: boolean;
707
- clearable: boolean;
708
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
709
- active: boolean;
710
- dirty: boolean;
711
- disabled: boolean;
712
- glow: boolean;
713
- error: boolean;
714
- flat: boolean;
715
- persistentClear: boolean;
716
- reverse: boolean;
717
- singleLine: boolean;
718
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
719
- details: boolean;
720
- } & {
721
- theme?: string | undefined;
722
- class?: any;
723
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
724
- rounded?: string | number | boolean | undefined;
725
- loading?: string | boolean | undefined;
726
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
727
- bgColor?: string | undefined;
728
- centerAffix?: boolean | undefined;
729
- color?: string | undefined;
730
- baseColor?: string | undefined;
731
- iconColor?: string | boolean | undefined;
732
- label?: string | undefined;
733
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
734
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
735
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
736
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
737
- id?: string | undefined;
738
- labelId?: string | undefined;
739
- } & {
740
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
741
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
742
- controlRef: HTMLElement | undefined;
743
- fieldIconColor: string | undefined;
744
- } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
745
- modelValue?: unknown;
746
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
747
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
748
- _allExposed: {
749
- reset: () => Promise<void>;
750
- resetValidation: () => Promise<void>;
751
- validate: (silent?: boolean) => Promise<string[]>;
752
- isValid: import('vue').ComputedRef<boolean | null>;
753
- errorMessages: import('vue').ComputedRef<string[]>;
754
- } | {
755
- controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
756
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
757
- } | {};
758
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
759
- "click:control": (e: MouseEvent) => true;
760
- "mousedown:control": (e: MouseEvent) => true;
761
- "update:focused": (focused: boolean) => true;
762
- "update:modelValue": (val: string) => true;
763
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
764
- style: import('vue').StyleValue;
765
- focused: boolean;
766
- errorMessages: string | readonly string[] | null;
767
- maxErrors: string | number;
768
- readonly: boolean | null;
769
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
770
- density: import('vuetify/lib/composables/density.mjs').Density;
771
- rounded: string | number | boolean;
772
- tile: boolean;
773
- hideSpinButtons: boolean;
774
- persistentHint: boolean;
775
- messages: string | readonly string[];
776
- clearable: boolean;
777
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
778
- active: boolean;
779
- centerAffix: boolean;
780
- dirty: boolean;
781
- disabled: boolean;
782
- glow: boolean;
783
- error: boolean;
784
- flat: boolean;
785
- persistentClear: boolean;
786
- reverse: boolean;
787
- singleLine: boolean;
788
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
789
- autofocus: boolean;
790
- persistentPlaceholder: boolean;
791
- persistentCounter: boolean;
792
- type: string;
793
- }, true, {}, import('vue').SlotsType<Partial<{
794
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
795
- [key: string]: any;
796
- }>[];
797
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
798
- [key: string]: any;
799
- }>[];
800
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
801
- [key: string]: any;
802
- }>[];
803
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
804
- [key: string]: any;
805
- }>[];
806
- clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
807
- props: Record<string, any>;
808
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
809
- [key: string]: any;
810
- }>[];
811
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
812
- [key: string]: any;
813
- }>[];
814
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
815
- [key: string]: any;
816
- }>[];
817
- label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
818
- label: string | undefined;
819
- props: Record<string, any>;
820
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
821
- [key: string]: any;
822
- }>[];
823
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
824
- [key: string]: any;
825
- }>[];
826
- default: (arg: {
827
- id: Readonly<import('vue').Ref<string, string>>;
828
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
829
- [key: string]: any;
830
- }>[];
831
- counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
832
- [key: string]: any;
833
- }>[];
834
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
835
- P: {};
836
- B: {};
837
- D: {};
838
- C: {};
839
- M: {};
840
- Defaults: {};
841
- }, {
842
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
843
- focused: boolean;
844
- errorMessages: string | readonly string[] | null;
845
- maxErrors: string | number;
846
- readonly: boolean | null;
847
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
848
- density: import('vuetify/lib/composables/density.mjs').Density;
849
- tile: boolean;
850
- hideSpinButtons: boolean;
851
- persistentHint: boolean;
852
- messages: string | readonly string[];
853
- clearable: boolean;
854
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
855
- active: boolean;
856
- dirty: boolean;
857
- disabled: boolean;
858
- glow: boolean;
859
- error: boolean;
860
- flat: boolean;
861
- persistentClear: boolean;
862
- reverse: boolean;
863
- singleLine: boolean;
864
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
865
- autofocus: boolean;
866
- persistentPlaceholder: boolean;
867
- persistentCounter: boolean;
868
- type: string;
869
- } & {
870
- theme?: string | undefined;
871
- class?: any;
872
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
873
- name?: string | undefined;
874
- modelValue?: any;
875
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
876
- validationValue?: any;
877
- rounded?: string | number | boolean | undefined;
878
- maxWidth?: string | number | undefined;
879
- minWidth?: string | number | undefined;
880
- width?: string | number | undefined;
881
- loading?: string | boolean | undefined;
882
- id?: string | undefined;
883
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
884
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
885
- hideDetails?: "auto" | boolean | undefined;
886
- hint?: string | undefined;
887
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
888
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
889
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
890
- bgColor?: string | undefined;
891
- centerAffix?: boolean | undefined;
892
- color?: string | undefined;
893
- baseColor?: string | undefined;
894
- iconColor?: string | boolean | undefined;
895
- label?: string | undefined;
896
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
897
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
898
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
899
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
900
- autocomplete?: string | undefined;
901
- counter?: string | number | boolean | undefined;
902
- counterValue?: number | ((value: any) => number) | undefined;
903
- prefix?: string | undefined;
904
- placeholder?: string | undefined;
905
- suffix?: string | undefined;
906
- role?: string | undefined;
907
- modelModifiers?: Record<string, boolean> | undefined;
908
- } & {
909
- $children?: {
910
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
911
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
912
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
913
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
914
- clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
915
- props: Record<string, any>;
916
- }) => import('vue').VNodeChild) | undefined;
917
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
918
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
919
- label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
920
- label: string | undefined;
921
- props: Record<string, any>;
922
- }) => import('vue').VNodeChild) | undefined;
923
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
924
- default?: ((arg: {
925
- id: Readonly<import('vue').Ref<string, string>>;
926
- }) => import('vue').VNodeChild) | undefined;
927
- counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
928
- } | {
929
- $stable?: boolean | undefined;
930
- } | ((arg: {
931
- id: Readonly<import('vue').Ref<string, string>>;
932
- }) => import('vue').VNodeChild) | import('vue').VNodeChild;
933
- "v-slots"?: {
934
- prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
935
- append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
936
- details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
937
- message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
938
- clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
939
- props: Record<string, any>;
940
- }) => import('vue').VNodeChild) | undefined;
941
- "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
942
- "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
943
- label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
944
- label: string | undefined;
945
- props: Record<string, any>;
946
- }) => import('vue').VNodeChild) | undefined;
947
- loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
948
- default?: false | ((arg: {
949
- id: Readonly<import('vue').Ref<string, string>>;
950
- }) => import('vue').VNodeChild) | undefined;
951
- counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
952
- } | undefined;
953
- } & {
954
- "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
955
- "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
956
- "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
957
- props: Record<string, any>;
958
- }) => import('vue').VNodeChild) | undefined;
959
- "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
960
- "v-slot:default"?: false | ((arg: {
961
- id: Readonly<import('vue').Ref<string, string>>;
962
- }) => import('vue').VNodeChild) | undefined;
963
- "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
964
- "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
965
- label: string | undefined;
966
- props: Record<string, any>;
967
- }) => import('vue').VNodeChild) | undefined;
968
- "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
969
- "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
970
- "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
971
- "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
972
- } & {
973
- "onClick:control"?: ((e: MouseEvent) => any) | undefined;
974
- "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
975
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
976
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
977
- }, HTMLInputElement & Omit<Omit<{
978
- $: import('vue').ComponentInternalInstance;
979
- $data: {};
980
- $props: Partial<{
981
- style: import('vue').StyleValue;
982
- focused: boolean;
983
- disabled: boolean | null;
984
- error: boolean;
985
- errorMessages: string | readonly string[] | null;
986
- maxErrors: string | number;
987
- readonly: boolean | null;
988
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
989
- density: import('vuetify/lib/composables/density.mjs').Density;
990
- centerAffix: boolean;
991
- glow: boolean;
992
- hideSpinButtons: boolean;
993
- persistentHint: boolean;
994
- messages: string | readonly string[];
995
- direction: "horizontal" | "vertical";
996
- }> & Omit<{
997
- theme?: string | undefined;
998
- class?: any;
999
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1000
- focused: boolean;
1001
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1002
- disabled: boolean | null;
1003
- error: boolean;
1004
- errorMessages: string | readonly string[] | null;
1005
- maxErrors: string | number;
1006
- name?: string | undefined;
1007
- label?: string | undefined;
1008
- readonly: boolean | null;
1009
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1010
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1011
- validationValue?: any;
1012
- density: import('vuetify/lib/composables/density.mjs').Density;
1013
- maxWidth?: string | number | undefined;
1014
- minWidth?: string | number | undefined;
1015
- width?: string | number | undefined;
1016
- id?: string | undefined;
1017
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1018
- baseColor?: string | undefined;
1019
- centerAffix: boolean;
1020
- color?: string | undefined;
1021
- glow: boolean;
1022
- iconColor?: string | boolean | undefined;
1023
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1024
- hideDetails?: "auto" | boolean | undefined;
1025
- hideSpinButtons: boolean;
1026
- hint?: string | undefined;
1027
- persistentHint: boolean;
1028
- messages: string | readonly string[];
1029
- direction: "horizontal" | "vertical";
1030
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1031
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1032
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1033
- $attrs: {
1034
- [x: string]: unknown;
1035
- };
1036
- $refs: {
1037
- [x: string]: unknown;
1038
- };
1039
- $slots: Readonly<{
1040
- default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1041
- [key: string]: any;
1042
- }>[]) | undefined;
1043
- prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1044
- [key: string]: any;
1045
- }>[]) | undefined;
1046
- append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1047
- [key: string]: any;
1048
- }>[]) | undefined;
1049
- details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1050
- [key: string]: any;
1051
- }>[]) | undefined;
1052
- message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1053
- [key: string]: any;
1054
- }>[]) | undefined;
1055
- }>;
1056
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1057
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1058
- $host: Element | null;
1059
- $emit: (event: string, ...args: any[]) => void;
1060
- $el: any;
1061
- $options: import('vue').ComponentOptionsBase<{
1062
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1063
- focused: boolean;
1064
- disabled: boolean | null;
1065
- error: boolean;
1066
- errorMessages: string | readonly string[] | null;
1067
- maxErrors: string | number;
1068
- readonly: boolean | null;
1069
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1070
- density: import('vuetify/lib/composables/density.mjs').Density;
1071
- centerAffix: boolean;
1072
- glow: boolean;
1073
- hideSpinButtons: boolean;
1074
- persistentHint: boolean;
1075
- messages: string | readonly string[];
1076
- direction: "horizontal" | "vertical";
1077
- } & {
1078
- theme?: string | undefined;
1079
- class?: any;
1080
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1081
- name?: string | undefined;
1082
- label?: string | undefined;
1083
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1084
- validationValue?: any;
1085
- maxWidth?: string | number | undefined;
1086
- minWidth?: string | number | undefined;
1087
- width?: string | number | undefined;
1088
- id?: string | undefined;
1089
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1090
- baseColor?: string | undefined;
1091
- color?: string | undefined;
1092
- iconColor?: string | boolean | undefined;
1093
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1094
- hideDetails?: "auto" | boolean | undefined;
1095
- hint?: string | undefined;
1096
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1097
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1098
- } & {}, {
1099
- reset: () => Promise<void>;
1100
- resetValidation: () => Promise<void>;
1101
- validate: (silent?: boolean) => Promise<string[]>;
1102
- isValid: import('vue').ComputedRef<boolean | null>;
1103
- errorMessages: import('vue').ComputedRef<string[]>;
1104
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1105
- "update:modelValue": (value: any) => true;
1106
- }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1107
- style: import('vue').StyleValue;
1108
- focused: boolean;
1109
- disabled: boolean | null;
1110
- error: boolean;
1111
- errorMessages: string | readonly string[] | null;
1112
- maxErrors: string | number;
1113
- readonly: boolean | null;
1114
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1115
- density: import('vuetify/lib/composables/density.mjs').Density;
1116
- centerAffix: boolean;
1117
- glow: boolean;
1118
- hideSpinButtons: boolean;
1119
- persistentHint: boolean;
1120
- messages: string | readonly string[];
1121
- direction: "horizontal" | "vertical";
1122
- }, {}, string, import('vue').SlotsType<Partial<{
1123
- default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1124
- [key: string]: any;
1125
- }>[];
1126
- prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1127
- [key: string]: any;
1128
- }>[];
1129
- append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1130
- [key: string]: any;
1131
- }>[];
1132
- details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1133
- [key: string]: any;
1134
- }>[];
1135
- message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1136
- [key: string]: any;
1137
- }>[];
1138
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1139
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1140
- created?: ((() => void)[] | (() => void)) | undefined;
1141
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
1142
- mounted?: ((() => void)[] | (() => void)) | undefined;
1143
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1144
- updated?: ((() => void)[] | (() => void)) | undefined;
1145
- activated?: ((() => void)[] | (() => void)) | undefined;
1146
- deactivated?: ((() => void)[] | (() => void)) | undefined;
1147
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1148
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1149
- destroyed?: ((() => void)[] | (() => void)) | undefined;
1150
- unmounted?: ((() => void)[] | (() => void)) | undefined;
1151
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1152
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1153
- 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) => void | boolean)[] | ((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) => void | boolean)) | undefined;
1154
- };
1155
- $forceUpdate: () => void;
1156
- $nextTick: typeof nextTick;
1157
- $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;
1158
- } & Readonly<{
1159
- style: import('vue').StyleValue;
1160
- focused: boolean;
1161
- disabled: boolean | null;
1162
- error: boolean;
1163
- errorMessages: string | readonly string[] | null;
1164
- maxErrors: string | number;
1165
- readonly: boolean | null;
1166
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1167
- density: import('vuetify/lib/composables/density.mjs').Density;
1168
- centerAffix: boolean;
1169
- glow: boolean;
1170
- hideSpinButtons: boolean;
1171
- persistentHint: boolean;
1172
- messages: string | readonly string[];
1173
- direction: "horizontal" | "vertical";
1174
- }> & Omit<{
1175
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1176
- focused: boolean;
1177
- disabled: boolean | null;
1178
- error: boolean;
1179
- errorMessages: string | readonly string[] | null;
1180
- maxErrors: string | number;
1181
- readonly: boolean | null;
1182
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1183
- density: import('vuetify/lib/composables/density.mjs').Density;
1184
- centerAffix: boolean;
1185
- glow: boolean;
1186
- hideSpinButtons: boolean;
1187
- persistentHint: boolean;
1188
- messages: string | readonly string[];
1189
- direction: "horizontal" | "vertical";
1190
- } & {
1191
- theme?: string | undefined;
1192
- class?: any;
1193
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1194
- name?: string | undefined;
1195
- label?: string | undefined;
1196
- validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1197
- validationValue?: any;
1198
- maxWidth?: string | number | undefined;
1199
- minWidth?: string | number | undefined;
1200
- width?: string | number | undefined;
1201
- id?: string | undefined;
1202
- appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1203
- baseColor?: string | undefined;
1204
- color?: string | undefined;
1205
- iconColor?: string | boolean | undefined;
1206
- prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1207
- hideDetails?: "auto" | boolean | undefined;
1208
- hint?: string | undefined;
1209
- "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1210
- "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1211
- }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
1212
- reset: () => Promise<void>;
1213
- resetValidation: () => Promise<void>;
1214
- validate: (silent?: boolean) => Promise<string[]>;
1215
- isValid: boolean | null;
1216
- errorMessages: string[];
1217
- } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1218
- modelValue?: unknown;
1219
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1220
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1221
- $: import('vue').ComponentInternalInstance;
1222
- $data: {};
1223
- $props: Partial<{
1224
- style: import('vue').StyleValue;
1225
- focused: boolean;
1226
- rounded: string | number | boolean;
1227
- tile: boolean;
1228
- clearable: boolean;
1229
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1230
- active: boolean;
1231
- centerAffix: boolean;
1232
- dirty: boolean;
1233
- disabled: boolean;
1234
- glow: boolean;
1235
- error: boolean;
1236
- flat: boolean;
1237
- persistentClear: boolean;
1238
- reverse: boolean;
1239
- singleLine: boolean;
1240
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1241
- details: boolean;
1242
- }> & Omit<{
1243
- theme?: string | undefined;
1244
- class?: any;
1245
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1246
- focused: boolean;
1247
- "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1248
- rounded?: string | number | boolean | undefined;
1249
- tile: boolean;
1250
- loading?: string | boolean | undefined;
1251
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1252
- bgColor?: string | undefined;
1253
- clearable: boolean;
1254
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1255
- active: boolean;
1256
- centerAffix?: boolean | undefined;
1257
- color?: string | undefined;
1258
- baseColor?: string | undefined;
1259
- dirty: boolean;
1260
- disabled: boolean;
1261
- glow: boolean;
1262
- error: boolean;
1263
- flat: boolean;
1264
- iconColor?: string | boolean | undefined;
1265
- label?: string | undefined;
1266
- persistentClear: boolean;
1267
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1268
- reverse: boolean;
1269
- singleLine: boolean;
1270
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1271
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1272
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1273
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1274
- id?: string | undefined;
1275
- details: boolean;
1276
- labelId?: string | undefined;
1277
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
1278
- $attrs: {
1279
- [x: string]: unknown;
1280
- };
1281
- $refs: {
1282
- [x: string]: unknown;
1283
- };
1284
- $slots: Readonly<{
1285
- clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1286
- props: Record<string, any>;
1287
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1288
- [key: string]: any;
1289
- }>[]) | undefined;
1290
- "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1291
- [key: string]: any;
1292
- }>[]) | undefined;
1293
- "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1294
- [key: string]: any;
1295
- }>[]) | undefined;
1296
- label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1297
- label: string | undefined;
1298
- props: Record<string, any>;
1299
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1300
- [key: string]: any;
1301
- }>[]) | undefined;
1302
- loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1303
- [key: string]: any;
1304
- }>[]) | undefined;
1305
- default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1306
- [key: string]: any;
1307
- }>[]) | undefined;
1308
- }>;
1309
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1310
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1311
- $host: Element | null;
1312
- $emit: (event: "update:focused", focused: boolean) => void;
1313
- $el: any;
1314
- $options: import('vue').ComponentOptionsBase<{
1315
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1316
- focused: boolean;
1317
- tile: boolean;
1318
- clearable: boolean;
1319
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1320
- active: boolean;
1321
- dirty: boolean;
1322
- disabled: boolean;
1323
- glow: boolean;
1324
- error: boolean;
1325
- flat: boolean;
1326
- persistentClear: boolean;
1327
- reverse: boolean;
1328
- singleLine: boolean;
1329
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1330
- details: boolean;
1331
- } & {
1332
- theme?: string | undefined;
1333
- class?: any;
1334
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1335
- rounded?: string | number | boolean | undefined;
1336
- loading?: string | boolean | undefined;
1337
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1338
- bgColor?: string | undefined;
1339
- centerAffix?: boolean | undefined;
1340
- color?: string | undefined;
1341
- baseColor?: string | undefined;
1342
- iconColor?: string | boolean | undefined;
1343
- label?: string | undefined;
1344
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1345
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1346
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1347
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1348
- id?: string | undefined;
1349
- labelId?: string | undefined;
1350
- } & {
1351
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1352
- }, {
1353
- controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1354
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
1355
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1356
- "update:focused": (focused: boolean) => true;
1357
- "update:modelValue": (value: any) => true;
1358
- }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
1359
- style: import('vue').StyleValue;
1360
- focused: boolean;
1361
- rounded: string | number | boolean;
1362
- tile: boolean;
1363
- clearable: boolean;
1364
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1365
- active: boolean;
1366
- centerAffix: boolean;
1367
- dirty: boolean;
1368
- disabled: boolean;
1369
- glow: boolean;
1370
- error: boolean;
1371
- flat: boolean;
1372
- persistentClear: boolean;
1373
- reverse: boolean;
1374
- singleLine: boolean;
1375
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1376
- details: boolean;
1377
- }, {}, string, import('vue').SlotsType<Partial<{
1378
- clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1379
- props: Record<string, any>;
1380
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1381
- [key: string]: any;
1382
- }>[];
1383
- "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1384
- [key: string]: any;
1385
- }>[];
1386
- "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1387
- [key: string]: any;
1388
- }>[];
1389
- label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1390
- label: string | undefined;
1391
- props: Record<string, any>;
1392
- }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1393
- [key: string]: any;
1394
- }>[];
1395
- loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1396
- [key: string]: any;
1397
- }>[];
1398
- default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1399
- [key: string]: any;
1400
- }>[];
1401
- }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1402
- beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1403
- created?: ((() => void)[] | (() => void)) | undefined;
1404
- beforeMount?: ((() => void)[] | (() => void)) | undefined;
1405
- mounted?: ((() => void)[] | (() => void)) | undefined;
1406
- beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1407
- updated?: ((() => void)[] | (() => void)) | undefined;
1408
- activated?: ((() => void)[] | (() => void)) | undefined;
1409
- deactivated?: ((() => void)[] | (() => void)) | undefined;
1410
- beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1411
- beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1412
- destroyed?: ((() => void)[] | (() => void)) | undefined;
1413
- unmounted?: ((() => void)[] | (() => void)) | undefined;
1414
- renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1415
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1416
- 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) => void | boolean)[] | ((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) => void | boolean)) | undefined;
1417
- };
1418
- $forceUpdate: () => void;
1419
- $nextTick: typeof nextTick;
1420
- $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;
1421
- } & Readonly<{
1422
- style: import('vue').StyleValue;
1423
- focused: boolean;
1424
- rounded: string | number | boolean;
1425
- tile: boolean;
1426
- clearable: boolean;
1427
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1428
- active: boolean;
1429
- centerAffix: boolean;
1430
- dirty: boolean;
1431
- disabled: boolean;
1432
- glow: boolean;
1433
- error: boolean;
1434
- flat: boolean;
1435
- persistentClear: boolean;
1436
- reverse: boolean;
1437
- singleLine: boolean;
1438
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1439
- details: boolean;
1440
- }> & Omit<{
1441
- style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1442
- focused: boolean;
1443
- tile: boolean;
1444
- clearable: boolean;
1445
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1446
- active: boolean;
1447
- dirty: boolean;
1448
- disabled: boolean;
1449
- glow: boolean;
1450
- error: boolean;
1451
- flat: boolean;
1452
- persistentClear: boolean;
1453
- reverse: boolean;
1454
- singleLine: boolean;
1455
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1456
- details: boolean;
1457
- } & {
1458
- theme?: string | undefined;
1459
- class?: any;
1460
- "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1461
- rounded?: string | number | boolean | undefined;
1462
- loading?: string | boolean | undefined;
1463
- appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1464
- bgColor?: string | undefined;
1465
- centerAffix?: boolean | undefined;
1466
- color?: string | undefined;
1467
- baseColor?: string | undefined;
1468
- iconColor?: string | boolean | undefined;
1469
- label?: string | undefined;
1470
- prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1471
- "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1472
- "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1473
- "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1474
- id?: string | undefined;
1475
- labelId?: string | undefined;
1476
- } & {
1477
- "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1478
- }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
1479
- controlRef: HTMLElement | undefined;
1480
- fieldIconColor: string | undefined;
1481
- } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1482
- modelValue?: unknown;
1483
- "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1484
- }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1485
- _allExposed: {
1486
- reset: () => Promise<void>;
1487
- resetValidation: () => Promise<void>;
1488
- validate: (silent?: boolean) => Promise<string[]>;
1489
- isValid: import('vue').ComputedRef<boolean | null>;
1490
- errorMessages: import('vue').ComputedRef<string[]>;
1491
- } | {
1492
- controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1493
- fieldIconColor: import('vue').ComputedRef<string | undefined>;
1494
- } | {};
1495
- }, {}, {}, {}, {
1496
- style: import('vue').StyleValue;
1497
- focused: boolean;
1498
- errorMessages: string | readonly string[] | null;
1499
- maxErrors: string | number;
1500
- readonly: boolean | null;
1501
- rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1502
- density: import('vuetify/lib/composables/density.mjs').Density;
1503
- rounded: string | number | boolean;
1504
- tile: boolean;
1505
- hideSpinButtons: boolean;
1506
- persistentHint: boolean;
1507
- messages: string | readonly string[];
1508
- clearable: boolean;
1509
- clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1510
- active: boolean;
1511
- centerAffix: boolean;
1512
- dirty: boolean;
1513
- disabled: boolean;
1514
- glow: boolean;
1515
- error: boolean;
1516
- flat: boolean;
1517
- persistentClear: boolean;
1518
- reverse: boolean;
1519
- singleLine: boolean;
1520
- variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1521
- autofocus: boolean;
1522
- persistentPlaceholder: boolean;
1523
- persistentCounter: boolean;
1524
- type: string;
1525
- }> | null;
1526
- };
1527
- $slots: Readonly<{
1528
- [name: string]: import('vue').Slot<any> | undefined;
1529
- }>;
1530
- $root: import('vue').ComponentPublicInstance | null;
1531
- $parent: import('vue').ComponentPublicInstance | null;
1532
- $host: Element | null;
1533
- $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1534
- $el: any;
1535
- $options: import('vue').ComponentOptionsBase<Readonly<{
1536
- modelValue?: string | number | null | undefined;
1537
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
1538
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
1539
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
1540
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
1541
- prependTooltip?: string;
1542
- appendTooltip?: string;
1543
- tooltipLocation?: "top" | "bottom" | "start" | "end";
1544
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
1545
- color?: import('../../../types/vuetifyTypes').ColorType;
1546
- isClearable?: boolean;
1547
- showDivider?: boolean;
1548
- label?: string;
1549
- readonly?: boolean;
1550
- isActive?: boolean;
1551
- baseColor?: string;
1552
- bgColor?: string;
1553
- centerAffix?: boolean;
1554
- counter?: string | number | boolean;
1555
- counterValue?: number | ((value: any) => number);
1556
- density?: "default" | "comfortable" | "compact";
1557
- direction?: "horizontal" | "vertical";
1558
- isDirty?: boolean;
1559
- disabled?: boolean;
1560
- isFlat?: boolean;
1561
- isFocused?: boolean;
1562
- areDetailsHidden?: boolean | "auto";
1563
- areSpinButtonsHidden?: boolean;
1564
- hint?: string;
1565
- id?: string;
1566
- loading?: string | boolean;
1567
- maxWidth?: string | number;
1568
- messages?: string | string[];
1569
- minWidth?: string | number;
1570
- name?: string;
1571
- displayPersistentClear?: boolean;
1572
- displayPersistentCounter?: boolean;
1573
- displayPersistentHint?: boolean;
1574
- displayPersistentPlaceholder?: boolean;
1575
- placeholder?: string;
1576
- prefix?: string;
1577
- isReversed?: boolean;
1578
- role?: string;
1579
- rounded?: string | number | boolean;
1580
- isOnSingleLine?: boolean;
1581
- suffix?: string;
1582
- theme?: string;
1583
- isTiled?: boolean;
1584
- type?: string;
1585
- width?: string | number;
1586
- displayAsterisk?: boolean;
1587
- noIcon?: boolean;
1588
- disableClickButton?: boolean;
1589
- autocomplete?: string;
1590
- helpText?: string;
1591
- maxlength?: string | number;
1592
- title?: string | false;
1593
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
1594
- onInput?: ((...args: any[]) => any) | undefined;
1595
- onBlur?: ((...args: any[]) => any) | undefined;
1596
- onFocus?: ((...args: any[]) => any) | undefined;
1597
- onKeydown?: ((...args: any[]) => any) | undefined;
1598
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1599
- onClear?: ((...args: any[]) => any) | undefined;
1600
- "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1601
- "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1602
- }>, {
1603
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1604
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1605
- input: (...args: any[]) => void;
1606
- blur: (...args: any[]) => void;
1607
- focus: (...args: any[]) => void;
1608
- keydown: (...args: any[]) => void;
1609
- "update:modelValue": (...args: any[]) => void;
1610
- clear: (...args: any[]) => void;
1611
- "prepend-icon-click": (...args: any[]) => void;
1612
- "append-icon-click": (...args: any[]) => void;
1613
- }, string, {
1614
- type: string;
1615
- label: string;
1616
- title: string | false;
1617
- width: string | number;
1618
- role: string;
1619
- color: import('../../../types/vuetifyTypes').ColorType;
1620
- theme: string;
1621
- disabled: boolean;
1622
- placeholder: string;
1623
- density: "default" | "comfortable" | "compact";
1624
- rounded: string | number | boolean;
1625
- maxWidth: string | number;
1626
- minWidth: string | number;
1627
- loading: string | boolean;
1628
- baseColor: string;
1629
- prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1630
- appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1631
- readonly: boolean;
1632
- id: string;
1633
- name: string;
1634
- modelValue: string | number | null;
1635
- bgColor: string;
1636
- isActive: boolean;
1637
- required: boolean;
1638
- prefix: string;
1639
- showSuccessMessages: boolean;
1640
- disableErrorHandling: boolean;
1641
- errorMessages: string[] | null;
1642
- maxErrors: number;
1643
- prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1644
- appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1645
- prependTooltip: string;
1646
- appendTooltip: string;
1647
- tooltipLocation: "top" | "bottom" | "start" | "end";
1648
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1649
- isClearable: boolean;
1650
- centerAffix: boolean;
1651
- counter: string | number | boolean;
1652
- counterValue: number | ((value: any) => number);
1653
- direction: "horizontal" | "vertical";
1654
- isDirty: boolean;
1655
- isFlat: boolean;
1656
- isFocused: boolean;
1657
- areDetailsHidden: boolean | "auto";
1658
- areSpinButtonsHidden: boolean;
1659
- hint: string;
1660
- messages: string | string[];
1661
- displayPersistentClear: boolean;
1662
- displayPersistentCounter: boolean;
1663
- displayPersistentHint: boolean;
1664
- displayPersistentPlaceholder: boolean;
1665
- isReversed: boolean;
1666
- isOnSingleLine: boolean;
1667
- suffix: string;
1668
- isTiled: boolean;
1669
- displayAsterisk: boolean;
1670
- noIcon: boolean;
1671
- disableClickButton: boolean;
1672
- autocomplete: string;
1673
- helpText: string;
1674
- maxlength: string | number;
1675
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1676
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1677
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1678
- hasError: boolean;
1679
- hasSuccess: boolean;
1680
- hasWarning: boolean;
1681
- isValidateOnBlur: boolean;
1682
- successMessages: string[] | null;
1683
- useVuetifyValidation: boolean;
1684
- warningMessages: string[] | null;
1685
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1686
- beforeCreate?: (() => void) | (() => void)[];
1687
- created?: (() => void) | (() => void)[];
1688
- beforeMount?: (() => void) | (() => void)[];
1689
- mounted?: (() => void) | (() => void)[];
1690
- beforeUpdate?: (() => void) | (() => void)[];
1691
- updated?: (() => void) | (() => void)[];
1692
- activated?: (() => void) | (() => void)[];
1693
- deactivated?: (() => void) | (() => void)[];
1694
- beforeDestroy?: (() => void) | (() => void)[];
1695
- beforeUnmount?: (() => void) | (() => void)[];
1696
- destroyed?: (() => void) | (() => void)[];
1697
- unmounted?: (() => void) | (() => void)[];
1698
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1699
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1700
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1701
- };
1702
- $forceUpdate: () => void;
1703
- $nextTick: typeof nextTick;
1704
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1705
- } & Readonly<{
1706
- type: string;
1707
- label: string;
1708
- title: string | false;
1709
- width: string | number;
1710
- role: string;
1711
- color: import('../../../types/vuetifyTypes').ColorType;
1712
- theme: string;
1713
- disabled: boolean;
1714
- placeholder: string;
1715
- density: "default" | "comfortable" | "compact";
1716
- rounded: string | number | boolean;
1717
- maxWidth: string | number;
1718
- minWidth: string | number;
1719
- loading: string | boolean;
1720
- baseColor: string;
1721
- prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1722
- appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1723
- readonly: boolean;
1724
- id: string;
1725
- name: string;
1726
- modelValue: string | number | null;
1727
- bgColor: string;
1728
- isActive: boolean;
1729
- required: boolean;
1730
- prefix: string;
1731
- showSuccessMessages: boolean;
1732
- disableErrorHandling: boolean;
1733
- errorMessages: string[] | null;
1734
- maxErrors: number;
1735
- prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1736
- appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1737
- prependTooltip: string;
1738
- appendTooltip: string;
1739
- tooltipLocation: "top" | "bottom" | "start" | "end";
1740
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1741
- isClearable: boolean;
1742
- centerAffix: boolean;
1743
- counter: string | number | boolean;
1744
- counterValue: number | ((value: any) => number);
1745
- direction: "horizontal" | "vertical";
1746
- isDirty: boolean;
1747
- isFlat: boolean;
1748
- isFocused: boolean;
1749
- areDetailsHidden: boolean | "auto";
1750
- areSpinButtonsHidden: boolean;
1751
- hint: string;
1752
- messages: string | string[];
1753
- displayPersistentClear: boolean;
1754
- displayPersistentCounter: boolean;
1755
- displayPersistentHint: boolean;
1756
- displayPersistentPlaceholder: boolean;
1757
- isReversed: boolean;
1758
- isOnSingleLine: boolean;
1759
- suffix: string;
1760
- isTiled: boolean;
1761
- displayAsterisk: boolean;
1762
- noIcon: boolean;
1763
- disableClickButton: boolean;
1764
- autocomplete: string;
1765
- helpText: string;
1766
- maxlength: string | number;
1767
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1768
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1769
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1770
- hasError: boolean;
1771
- hasSuccess: boolean;
1772
- hasWarning: boolean;
1773
- isValidateOnBlur: boolean;
1774
- successMessages: string[] | null;
1775
- useVuetifyValidation: boolean;
1776
- warningMessages: string[] | null;
1777
- }> & Omit<Readonly<{
1778
- modelValue?: string | number | null | undefined;
1779
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
1780
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
1781
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
1782
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
1783
- prependTooltip?: string;
1784
- appendTooltip?: string;
1785
- tooltipLocation?: "top" | "bottom" | "start" | "end";
1786
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
1787
- color?: import('../../../types/vuetifyTypes').ColorType;
1788
- isClearable?: boolean;
1789
- showDivider?: boolean;
1790
- label?: string;
1791
- readonly?: boolean;
1792
- isActive?: boolean;
1793
- baseColor?: string;
1794
- bgColor?: string;
1795
- centerAffix?: boolean;
1796
- counter?: string | number | boolean;
1797
- counterValue?: number | ((value: any) => number);
1798
- density?: "default" | "comfortable" | "compact";
1799
- direction?: "horizontal" | "vertical";
1800
- isDirty?: boolean;
1801
- disabled?: boolean;
1802
- isFlat?: boolean;
1803
- isFocused?: boolean;
1804
- areDetailsHidden?: boolean | "auto";
1805
- areSpinButtonsHidden?: boolean;
1806
- hint?: string;
1807
- id?: string;
1808
- loading?: string | boolean;
1809
- maxWidth?: string | number;
1810
- messages?: string | string[];
1811
- minWidth?: string | number;
1812
- name?: string;
1813
- displayPersistentClear?: boolean;
1814
- displayPersistentCounter?: boolean;
1815
- displayPersistentHint?: boolean;
1816
- displayPersistentPlaceholder?: boolean;
1817
- placeholder?: string;
1818
- prefix?: string;
1819
- isReversed?: boolean;
1820
- role?: string;
1821
- rounded?: string | number | boolean;
1822
- isOnSingleLine?: boolean;
1823
- suffix?: string;
1824
- theme?: string;
1825
- isTiled?: boolean;
1826
- type?: string;
1827
- width?: string | number;
1828
- displayAsterisk?: boolean;
1829
- noIcon?: boolean;
1830
- disableClickButton?: boolean;
1831
- autocomplete?: string;
1832
- helpText?: string;
1833
- maxlength?: string | number;
1834
- title?: string | false;
1835
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
1836
- onInput?: ((...args: any[]) => any) | undefined;
1837
- onBlur?: ((...args: any[]) => any) | undefined;
1838
- onFocus?: ((...args: any[]) => any) | undefined;
1839
- onKeydown?: ((...args: any[]) => any) | undefined;
1840
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1841
- onClear?: ((...args: any[]) => any) | undefined;
1842
- "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1843
- "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1844
- }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areDetailsHidden" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "customRules" | "customSuccessRules" | "customWarningRules" | "hasError" | "hasSuccess" | "hasWarning" | "isValidateOnBlur" | "successMessages" | "useVuetifyValidation" | "warningMessages")> & {
1845
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1846
- } & {} & import('vue').ComponentCustomProperties & {} & {
1847
- $slots: {
1848
- prepend?(_: {}): any;
1849
- append?(_: {}): any;
1850
- default?(_: {}): any;
1851
- 'prepend-inner'?(_: {}): any;
1852
- 'append-inner'?(_: {}): any;
1853
- details?(_: {}): any;
1854
- };
1855
- }) | null;
20
+ }>, {
21
+ required: boolean;
22
+ errorMessages: string[] | null;
23
+ hasError: boolean;
24
+ hasWarning: boolean;
25
+ hasSuccess: boolean;
26
+ displayAsterisk: boolean;
27
+ hideDetails: boolean;
28
+ successMessages: string[] | null;
29
+ warningMessages: string[] | null;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
1856
31
  toggleBtn: HTMLButtonElement;
1857
32
  }, any>;
1858
33
  export default _default;