@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
@@ -89,9 +89,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
89
89
  required: boolean;
90
90
  showSuccessMessages: boolean;
91
91
  disableErrorHandling: boolean;
92
- hint: string;
93
- displayAsterisk: boolean;
94
- noIcon: boolean;
95
92
  customRules: {
96
93
  type: string;
97
94
  options: any;
@@ -100,9 +97,12 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
100
97
  type: string;
101
98
  options: any;
102
99
  }[];
100
+ hint: string;
101
+ displayAsterisk: boolean;
102
+ noIcon: boolean;
103
+ hideDetails: boolean | "auto";
103
104
  isValidateOnBlur: boolean;
104
105
  persistentHint: boolean;
105
- hideDetails: boolean | "auto";
106
106
  format: string;
107
107
  autoClamp: boolean;
108
108
  noCalendar: boolean;
@@ -181,10 +181,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
181
181
  required: boolean;
182
182
  showSuccessMessages: boolean;
183
183
  disableErrorHandling: boolean;
184
- hint: string;
185
- noIcon: boolean;
186
184
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
187
185
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
186
+ hint: string;
187
+ noIcon: boolean;
188
188
  isValidateOnBlur: boolean;
189
189
  persistentHint: boolean;
190
190
  format: string;
@@ -203,15 +203,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
203
203
  $data: {};
204
204
  $props: {
205
205
  readonly modelValue?: string | number | null | undefined | undefined;
206
- readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
207
- readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
208
- readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
209
- readonly appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
206
+ readonly prependIcon?: import('../../Customs/SyTextField/types').IconType;
207
+ readonly appendIcon?: import('../../Customs/SyTextField/types').IconType;
208
+ readonly prependInnerIcon?: import('../../Customs/SyTextField/types').IconType;
209
+ readonly appendInnerIcon?: import('../../Customs/SyTextField/types').IconType;
210
210
  readonly prependTooltip?: string | undefined;
211
211
  readonly appendTooltip?: string | undefined;
212
212
  readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
213
- readonly variantStyle?: import('../../../types/vuetifyTypes').VariantStyle | undefined;
214
- readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
213
+ readonly variantStyle?: import('../../Customs/SyTextField/types').VariantStyle | undefined;
214
+ readonly color?: import('../../Customs/SyTextField/types').ColorType | undefined;
215
215
  readonly isClearable?: boolean | undefined;
216
216
  readonly showDivider?: boolean | undefined;
217
217
  readonly label?: string | undefined;
@@ -228,7 +228,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
228
228
  readonly disabled?: boolean | undefined;
229
229
  readonly isFlat?: boolean | undefined;
230
230
  readonly isFocused?: boolean | undefined;
231
- readonly areDetailsHidden?: boolean | "auto" | undefined;
232
231
  readonly areSpinButtonsHidden?: boolean | undefined;
233
232
  readonly hint?: string | undefined;
234
233
  readonly id?: string | undefined;
@@ -259,6 +258,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
259
258
  readonly helpText?: string | undefined;
260
259
  readonly maxlength?: string | number | undefined;
261
260
  readonly title?: string | false | undefined;
261
+ readonly hideDetails?: boolean | "auto" | undefined;
262
+ readonly locales?: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
262
263
  readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
263
264
  readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
264
265
  readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
@@ -667,7 +668,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
667
668
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
668
669
  modelValue?: unknown;
669
670
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
670
- }, 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<{
671
+ }, 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" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
671
672
  $: import('vue').ComponentInternalInstance;
672
673
  $data: {};
673
674
  $props: Partial<{
@@ -1404,7 +1405,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1404
1405
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1405
1406
  modelValue?: unknown;
1406
1407
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1407
- }, 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<{
1408
+ }, 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" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1408
1409
  $: import('vue').ComponentInternalInstance;
1409
1410
  $data: {};
1410
1411
  $props: Partial<{
@@ -1719,65 +1720,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1719
1720
  $host: Element | null;
1720
1721
  $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);
1721
1722
  $el: any;
1722
- $options: import('vue').ComponentOptionsBase<Readonly<{
1723
- modelValue?: string | number | null | undefined;
1724
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
1725
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
1726
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
1727
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
1728
- prependTooltip?: string;
1729
- appendTooltip?: string;
1730
- tooltipLocation?: "top" | "bottom" | "start" | "end";
1731
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
1732
- color?: import('../../../types/vuetifyTypes').ColorType;
1733
- isClearable?: boolean;
1734
- showDivider?: boolean;
1735
- label?: string;
1736
- readonly?: boolean;
1737
- isActive?: boolean;
1738
- baseColor?: string;
1739
- bgColor?: string;
1740
- centerAffix?: boolean;
1741
- counter?: string | number | boolean;
1742
- counterValue?: number | ((value: any) => number);
1743
- density?: "default" | "comfortable" | "compact";
1744
- direction?: "horizontal" | "vertical";
1745
- isDirty?: boolean;
1746
- disabled?: boolean;
1747
- isFlat?: boolean;
1748
- isFocused?: boolean;
1749
- areDetailsHidden?: boolean | "auto";
1750
- areSpinButtonsHidden?: boolean;
1751
- hint?: string;
1752
- id?: string;
1753
- loading?: string | boolean;
1754
- maxWidth?: string | number;
1755
- messages?: string | string[];
1756
- minWidth?: string | number;
1757
- name?: string;
1758
- displayPersistentClear?: boolean;
1759
- displayPersistentCounter?: boolean;
1760
- displayPersistentHint?: boolean;
1761
- displayPersistentPlaceholder?: boolean;
1762
- placeholder?: string;
1763
- prefix?: string;
1764
- isReversed?: boolean;
1765
- role?: string;
1766
- rounded?: string | number | boolean;
1767
- isOnSingleLine?: boolean;
1768
- suffix?: string;
1769
- theme?: string;
1770
- isTiled?: boolean;
1771
- type?: string;
1772
- width?: string | number;
1773
- displayAsterisk?: boolean;
1774
- noIcon?: boolean;
1775
- disableClickButton?: boolean;
1776
- autocomplete?: string;
1777
- helpText?: string;
1778
- maxlength?: string | number;
1779
- title?: string | false;
1780
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
1723
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
1781
1724
  onInput?: ((...args: any[]) => any) | undefined;
1782
1725
  onBlur?: ((...args: any[]) => any) | undefined;
1783
1726
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -1787,7 +1730,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1787
1730
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1788
1731
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1789
1732
  }>, {
1790
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1733
+ validateOnSubmit: () => Promise<boolean>;
1791
1734
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1792
1735
  input: (...args: any[]) => void;
1793
1736
  blur: (...args: any[]) => void;
@@ -1803,10 +1746,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1803
1746
  title: string | false;
1804
1747
  width: string | number;
1805
1748
  role: string;
1806
- color: import('../../../types/vuetifyTypes').ColorType;
1749
+ color: import('../../Customs/SyTextField/types').ColorType;
1807
1750
  theme: string;
1808
1751
  disabled: boolean;
1809
1752
  placeholder: string;
1753
+ locales: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales>;
1810
1754
  density: "default" | "comfortable" | "compact";
1811
1755
  rounded: string | number | boolean;
1812
1756
  maxWidth: string | number;
@@ -1827,12 +1771,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1827
1771
  disableErrorHandling: boolean;
1828
1772
  errorMessages: string[] | null;
1829
1773
  maxErrors: number;
1774
+ hasError: boolean;
1775
+ hasWarning: boolean;
1776
+ hasSuccess: boolean;
1777
+ useVuetifyValidation: boolean;
1778
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1779
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1780
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1830
1781
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1831
1782
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1832
1783
  prependTooltip: string;
1833
1784
  appendTooltip: string;
1834
1785
  tooltipLocation: "top" | "bottom" | "start" | "end";
1835
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1786
+ variantStyle: import('../../Customs/SyTextField/types').VariantStyle;
1836
1787
  isClearable: boolean;
1837
1788
  centerAffix: boolean;
1838
1789
  counter: string | number | boolean;
@@ -1841,7 +1792,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1841
1792
  isDirty: boolean;
1842
1793
  isFlat: boolean;
1843
1794
  isFocused: boolean;
1844
- areDetailsHidden: boolean | "auto";
1845
1795
  areSpinButtonsHidden: boolean;
1846
1796
  hint: string;
1847
1797
  messages: string | string[];
@@ -1859,15 +1809,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1859
1809
  autocomplete: string;
1860
1810
  helpText: string;
1861
1811
  maxlength: string | number;
1862
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1863
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1864
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1865
- hasError: boolean;
1866
- hasSuccess: boolean;
1867
- hasWarning: boolean;
1812
+ hideDetails: boolean | "auto";
1868
1813
  isValidateOnBlur: boolean;
1869
1814
  successMessages: string[] | null;
1870
- useVuetifyValidation: boolean;
1871
1815
  warningMessages: string[] | null;
1872
1816
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1873
1817
  beforeCreate?: (() => void) | (() => void)[];
@@ -1895,10 +1839,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1895
1839
  title: string | false;
1896
1840
  width: string | number;
1897
1841
  role: string;
1898
- color: import('../../../types/vuetifyTypes').ColorType;
1842
+ color: import('../../Customs/SyTextField/types').ColorType;
1899
1843
  theme: string;
1900
1844
  disabled: boolean;
1901
1845
  placeholder: string;
1846
+ locales: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales>;
1902
1847
  density: "default" | "comfortable" | "compact";
1903
1848
  rounded: string | number | boolean;
1904
1849
  maxWidth: string | number;
@@ -1919,12 +1864,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1919
1864
  disableErrorHandling: boolean;
1920
1865
  errorMessages: string[] | null;
1921
1866
  maxErrors: number;
1867
+ hasError: boolean;
1868
+ hasWarning: boolean;
1869
+ hasSuccess: boolean;
1870
+ useVuetifyValidation: boolean;
1871
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1872
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1873
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1922
1874
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1923
1875
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1924
1876
  prependTooltip: string;
1925
1877
  appendTooltip: string;
1926
1878
  tooltipLocation: "top" | "bottom" | "start" | "end";
1927
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
1879
+ variantStyle: import('../../Customs/SyTextField/types').VariantStyle;
1928
1880
  isClearable: boolean;
1929
1881
  centerAffix: boolean;
1930
1882
  counter: string | number | boolean;
@@ -1933,7 +1885,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1933
1885
  isDirty: boolean;
1934
1886
  isFlat: boolean;
1935
1887
  isFocused: boolean;
1936
- areDetailsHidden: boolean | "auto";
1937
1888
  areSpinButtonsHidden: boolean;
1938
1889
  hint: string;
1939
1890
  messages: string | string[];
@@ -1951,75 +1902,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1951
1902
  autocomplete: string;
1952
1903
  helpText: string;
1953
1904
  maxlength: string | number;
1954
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
1955
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
1956
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1957
- hasError: boolean;
1958
- hasSuccess: boolean;
1959
- hasWarning: boolean;
1905
+ hideDetails: boolean | "auto";
1960
1906
  isValidateOnBlur: boolean;
1961
1907
  successMessages: string[] | null;
1962
- useVuetifyValidation: boolean;
1963
1908
  warningMessages: string[] | null;
1964
- }> & Omit<Readonly<{
1965
- modelValue?: string | number | null | undefined;
1966
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
1967
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
1968
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
1969
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
1970
- prependTooltip?: string;
1971
- appendTooltip?: string;
1972
- tooltipLocation?: "top" | "bottom" | "start" | "end";
1973
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
1974
- color?: import('../../../types/vuetifyTypes').ColorType;
1975
- isClearable?: boolean;
1976
- showDivider?: boolean;
1977
- label?: string;
1978
- readonly?: boolean;
1979
- isActive?: boolean;
1980
- baseColor?: string;
1981
- bgColor?: string;
1982
- centerAffix?: boolean;
1983
- counter?: string | number | boolean;
1984
- counterValue?: number | ((value: any) => number);
1985
- density?: "default" | "comfortable" | "compact";
1986
- direction?: "horizontal" | "vertical";
1987
- isDirty?: boolean;
1988
- disabled?: boolean;
1989
- isFlat?: boolean;
1990
- isFocused?: boolean;
1991
- areDetailsHidden?: boolean | "auto";
1992
- areSpinButtonsHidden?: boolean;
1993
- hint?: string;
1994
- id?: string;
1995
- loading?: string | boolean;
1996
- maxWidth?: string | number;
1997
- messages?: string | string[];
1998
- minWidth?: string | number;
1999
- name?: string;
2000
- displayPersistentClear?: boolean;
2001
- displayPersistentCounter?: boolean;
2002
- displayPersistentHint?: boolean;
2003
- displayPersistentPlaceholder?: boolean;
2004
- placeholder?: string;
2005
- prefix?: string;
2006
- isReversed?: boolean;
2007
- role?: string;
2008
- rounded?: string | number | boolean;
2009
- isOnSingleLine?: boolean;
2010
- suffix?: string;
2011
- theme?: string;
2012
- isTiled?: boolean;
2013
- type?: string;
2014
- width?: string | number;
2015
- displayAsterisk?: boolean;
2016
- noIcon?: boolean;
2017
- disableClickButton?: boolean;
2018
- autocomplete?: string;
2019
- helpText?: string;
2020
- maxlength?: string | number;
2021
- title?: string | false;
2022
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
1909
+ }> & Omit<Readonly<import('../../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
2023
1910
  onInput?: ((...args: any[]) => any) | undefined;
2024
1911
  onBlur?: ((...args: any[]) => any) | undefined;
2025
1912
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -2028,8 +1915,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2028
1915
  onClear?: ((...args: any[]) => any) | undefined;
2029
1916
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2030
1917
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2031
- }>, "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")> & {
2032
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
1918
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
1919
+ validateOnSubmit: () => Promise<boolean>;
2033
1920
  } & {} & import('vue').ComponentCustomProperties & {} & {
2034
1921
  $slots: {
2035
1922
  prepend?(_: {}): any;
@@ -2097,10 +1984,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2097
1984
  required: boolean;
2098
1985
  showSuccessMessages: boolean;
2099
1986
  disableErrorHandling: boolean;
2100
- hint: string;
2101
- noIcon: boolean;
2102
1987
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2103
1988
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
1989
+ hint: string;
1990
+ noIcon: boolean;
2104
1991
  isValidateOnBlur: boolean;
2105
1992
  persistentHint: boolean;
2106
1993
  format: string;
@@ -2218,9 +2105,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2218
2105
  required: boolean;
2219
2106
  showSuccessMessages: boolean;
2220
2107
  disableErrorHandling: boolean;
2221
- hint: string;
2222
- displayAsterisk: boolean;
2223
- noIcon: boolean;
2224
2108
  customRules: {
2225
2109
  type: string;
2226
2110
  options: any;
@@ -2229,6 +2113,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2229
2113
  type: string;
2230
2114
  options: any;
2231
2115
  }[];
2116
+ hint: string;
2117
+ displayAsterisk: boolean;
2118
+ noIcon: boolean;
2232
2119
  isValidateOnBlur: boolean;
2233
2120
  persistentHint: boolean;
2234
2121
  format: string;
@@ -2309,10 +2196,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2309
2196
  required: boolean;
2310
2197
  showSuccessMessages: boolean;
2311
2198
  disableErrorHandling: boolean;
2312
- hint: string;
2313
- noIcon: boolean;
2314
2199
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2315
2200
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2201
+ hint: string;
2202
+ noIcon: boolean;
2316
2203
  isValidateOnBlur: boolean;
2317
2204
  persistentHint: boolean;
2318
2205
  format: string;
@@ -2331,15 +2218,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2331
2218
  $data: {};
2332
2219
  $props: {
2333
2220
  readonly modelValue?: string | number | null | undefined | undefined;
2334
- readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
2335
- readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
2336
- readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
2337
- readonly appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
2221
+ readonly prependIcon?: import('../../Customs/SyTextField/types').IconType;
2222
+ readonly appendIcon?: import('../../Customs/SyTextField/types').IconType;
2223
+ readonly prependInnerIcon?: import('../../Customs/SyTextField/types').IconType;
2224
+ readonly appendInnerIcon?: import('../../Customs/SyTextField/types').IconType;
2338
2225
  readonly prependTooltip?: string | undefined;
2339
2226
  readonly appendTooltip?: string | undefined;
2340
2227
  readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
2341
- readonly variantStyle?: import('../../../types/vuetifyTypes').VariantStyle | undefined;
2342
- readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
2228
+ readonly variantStyle?: import('../../Customs/SyTextField/types').VariantStyle | undefined;
2229
+ readonly color?: import('../../Customs/SyTextField/types').ColorType | undefined;
2343
2230
  readonly isClearable?: boolean | undefined;
2344
2231
  readonly showDivider?: boolean | undefined;
2345
2232
  readonly label?: string | undefined;
@@ -2356,7 +2243,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2356
2243
  readonly disabled?: boolean | undefined;
2357
2244
  readonly isFlat?: boolean | undefined;
2358
2245
  readonly isFocused?: boolean | undefined;
2359
- readonly areDetailsHidden?: boolean | "auto" | undefined;
2360
2246
  readonly areSpinButtonsHidden?: boolean | undefined;
2361
2247
  readonly hint?: string | undefined;
2362
2248
  readonly id?: string | undefined;
@@ -2387,6 +2273,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2387
2273
  readonly helpText?: string | undefined;
2388
2274
  readonly maxlength?: string | number | undefined;
2389
2275
  readonly title?: string | false | undefined;
2276
+ readonly hideDetails?: boolean | "auto" | undefined;
2277
+ readonly locales?: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
2390
2278
  readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2391
2279
  readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2392
2280
  readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
@@ -2795,7 +2683,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2795
2683
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2796
2684
  modelValue?: unknown;
2797
2685
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
2798
- }, 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<{
2686
+ }, 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" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
2799
2687
  $: import('vue').ComponentInternalInstance;
2800
2688
  $data: {};
2801
2689
  $props: Partial<{
@@ -3532,7 +3420,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3532
3420
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
3533
3421
  modelValue?: unknown;
3534
3422
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
3535
- }, 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<{
3423
+ }, 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" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
3536
3424
  $: import('vue').ComponentInternalInstance;
3537
3425
  $data: {};
3538
3426
  $props: Partial<{
@@ -3847,65 +3735,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3847
3735
  $host: Element | null;
3848
3736
  $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);
3849
3737
  $el: any;
3850
- $options: import('vue').ComponentOptionsBase<Readonly<{
3851
- modelValue?: string | number | null | undefined;
3852
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
3853
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
3854
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
3855
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
3856
- prependTooltip?: string;
3857
- appendTooltip?: string;
3858
- tooltipLocation?: "top" | "bottom" | "start" | "end";
3859
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
3860
- color?: import('../../../types/vuetifyTypes').ColorType;
3861
- isClearable?: boolean;
3862
- showDivider?: boolean;
3863
- label?: string;
3864
- readonly?: boolean;
3865
- isActive?: boolean;
3866
- baseColor?: string;
3867
- bgColor?: string;
3868
- centerAffix?: boolean;
3869
- counter?: string | number | boolean;
3870
- counterValue?: number | ((value: any) => number);
3871
- density?: "default" | "comfortable" | "compact";
3872
- direction?: "horizontal" | "vertical";
3873
- isDirty?: boolean;
3874
- disabled?: boolean;
3875
- isFlat?: boolean;
3876
- isFocused?: boolean;
3877
- areDetailsHidden?: boolean | "auto";
3878
- areSpinButtonsHidden?: boolean;
3879
- hint?: string;
3880
- id?: string;
3881
- loading?: string | boolean;
3882
- maxWidth?: string | number;
3883
- messages?: string | string[];
3884
- minWidth?: string | number;
3885
- name?: string;
3886
- displayPersistentClear?: boolean;
3887
- displayPersistentCounter?: boolean;
3888
- displayPersistentHint?: boolean;
3889
- displayPersistentPlaceholder?: boolean;
3890
- placeholder?: string;
3891
- prefix?: string;
3892
- isReversed?: boolean;
3893
- role?: string;
3894
- rounded?: string | number | boolean;
3895
- isOnSingleLine?: boolean;
3896
- suffix?: string;
3897
- theme?: string;
3898
- isTiled?: boolean;
3899
- type?: string;
3900
- width?: string | number;
3901
- displayAsterisk?: boolean;
3902
- noIcon?: boolean;
3903
- disableClickButton?: boolean;
3904
- autocomplete?: string;
3905
- helpText?: string;
3906
- maxlength?: string | number;
3907
- title?: string | false;
3908
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
3738
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
3909
3739
  onInput?: ((...args: any[]) => any) | undefined;
3910
3740
  onBlur?: ((...args: any[]) => any) | undefined;
3911
3741
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -3915,7 +3745,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3915
3745
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
3916
3746
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
3917
3747
  }>, {
3918
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
3748
+ validateOnSubmit: () => Promise<boolean>;
3919
3749
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3920
3750
  input: (...args: any[]) => void;
3921
3751
  blur: (...args: any[]) => void;
@@ -3931,10 +3761,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3931
3761
  title: string | false;
3932
3762
  width: string | number;
3933
3763
  role: string;
3934
- color: import('../../../types/vuetifyTypes').ColorType;
3764
+ color: import('../../Customs/SyTextField/types').ColorType;
3935
3765
  theme: string;
3936
3766
  disabled: boolean;
3937
3767
  placeholder: string;
3768
+ locales: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales>;
3938
3769
  density: "default" | "comfortable" | "compact";
3939
3770
  rounded: string | number | boolean;
3940
3771
  maxWidth: string | number;
@@ -3955,12 +3786,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3955
3786
  disableErrorHandling: boolean;
3956
3787
  errorMessages: string[] | null;
3957
3788
  maxErrors: number;
3789
+ hasError: boolean;
3790
+ hasWarning: boolean;
3791
+ hasSuccess: boolean;
3792
+ useVuetifyValidation: boolean;
3793
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
3794
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
3795
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
3958
3796
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
3959
3797
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
3960
3798
  prependTooltip: string;
3961
3799
  appendTooltip: string;
3962
3800
  tooltipLocation: "top" | "bottom" | "start" | "end";
3963
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
3801
+ variantStyle: import('../../Customs/SyTextField/types').VariantStyle;
3964
3802
  isClearable: boolean;
3965
3803
  centerAffix: boolean;
3966
3804
  counter: string | number | boolean;
@@ -3969,7 +3807,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3969
3807
  isDirty: boolean;
3970
3808
  isFlat: boolean;
3971
3809
  isFocused: boolean;
3972
- areDetailsHidden: boolean | "auto";
3973
3810
  areSpinButtonsHidden: boolean;
3974
3811
  hint: string;
3975
3812
  messages: string | string[];
@@ -3987,15 +3824,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3987
3824
  autocomplete: string;
3988
3825
  helpText: string;
3989
3826
  maxlength: string | number;
3990
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
3991
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
3992
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
3993
- hasError: boolean;
3994
- hasSuccess: boolean;
3995
- hasWarning: boolean;
3827
+ hideDetails: boolean | "auto";
3996
3828
  isValidateOnBlur: boolean;
3997
3829
  successMessages: string[] | null;
3998
- useVuetifyValidation: boolean;
3999
3830
  warningMessages: string[] | null;
4000
3831
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
4001
3832
  beforeCreate?: (() => void) | (() => void)[];
@@ -4023,10 +3854,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4023
3854
  title: string | false;
4024
3855
  width: string | number;
4025
3856
  role: string;
4026
- color: import('../../../types/vuetifyTypes').ColorType;
3857
+ color: import('../../Customs/SyTextField/types').ColorType;
4027
3858
  theme: string;
4028
3859
  disabled: boolean;
4029
3860
  placeholder: string;
3861
+ locales: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales>;
4030
3862
  density: "default" | "comfortable" | "compact";
4031
3863
  rounded: string | number | boolean;
4032
3864
  maxWidth: string | number;
@@ -4047,12 +3879,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4047
3879
  disableErrorHandling: boolean;
4048
3880
  errorMessages: string[] | null;
4049
3881
  maxErrors: number;
3882
+ hasError: boolean;
3883
+ hasWarning: boolean;
3884
+ hasSuccess: boolean;
3885
+ useVuetifyValidation: boolean;
3886
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
3887
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
3888
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
4050
3889
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4051
3890
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
4052
3891
  prependTooltip: string;
4053
3892
  appendTooltip: string;
4054
3893
  tooltipLocation: "top" | "bottom" | "start" | "end";
4055
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
3894
+ variantStyle: import('../../Customs/SyTextField/types').VariantStyle;
4056
3895
  isClearable: boolean;
4057
3896
  centerAffix: boolean;
4058
3897
  counter: string | number | boolean;
@@ -4061,7 +3900,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4061
3900
  isDirty: boolean;
4062
3901
  isFlat: boolean;
4063
3902
  isFocused: boolean;
4064
- areDetailsHidden: boolean | "auto";
4065
3903
  areSpinButtonsHidden: boolean;
4066
3904
  hint: string;
4067
3905
  messages: string | string[];
@@ -4079,75 +3917,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4079
3917
  autocomplete: string;
4080
3918
  helpText: string;
4081
3919
  maxlength: string | number;
4082
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4083
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
4084
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4085
- hasError: boolean;
4086
- hasSuccess: boolean;
4087
- hasWarning: boolean;
3920
+ hideDetails: boolean | "auto";
4088
3921
  isValidateOnBlur: boolean;
4089
3922
  successMessages: string[] | null;
4090
- useVuetifyValidation: boolean;
4091
3923
  warningMessages: string[] | null;
4092
- }> & Omit<Readonly<{
4093
- modelValue?: string | number | null | undefined;
4094
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
4095
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
4096
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
4097
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
4098
- prependTooltip?: string;
4099
- appendTooltip?: string;
4100
- tooltipLocation?: "top" | "bottom" | "start" | "end";
4101
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
4102
- color?: import('../../../types/vuetifyTypes').ColorType;
4103
- isClearable?: boolean;
4104
- showDivider?: boolean;
4105
- label?: string;
4106
- readonly?: boolean;
4107
- isActive?: boolean;
4108
- baseColor?: string;
4109
- bgColor?: string;
4110
- centerAffix?: boolean;
4111
- counter?: string | number | boolean;
4112
- counterValue?: number | ((value: any) => number);
4113
- density?: "default" | "comfortable" | "compact";
4114
- direction?: "horizontal" | "vertical";
4115
- isDirty?: boolean;
4116
- disabled?: boolean;
4117
- isFlat?: boolean;
4118
- isFocused?: boolean;
4119
- areDetailsHidden?: boolean | "auto";
4120
- areSpinButtonsHidden?: boolean;
4121
- hint?: string;
4122
- id?: string;
4123
- loading?: string | boolean;
4124
- maxWidth?: string | number;
4125
- messages?: string | string[];
4126
- minWidth?: string | number;
4127
- name?: string;
4128
- displayPersistentClear?: boolean;
4129
- displayPersistentCounter?: boolean;
4130
- displayPersistentHint?: boolean;
4131
- displayPersistentPlaceholder?: boolean;
4132
- placeholder?: string;
4133
- prefix?: string;
4134
- isReversed?: boolean;
4135
- role?: string;
4136
- rounded?: string | number | boolean;
4137
- isOnSingleLine?: boolean;
4138
- suffix?: string;
4139
- theme?: string;
4140
- isTiled?: boolean;
4141
- type?: string;
4142
- width?: string | number;
4143
- displayAsterisk?: boolean;
4144
- noIcon?: boolean;
4145
- disableClickButton?: boolean;
4146
- autocomplete?: string;
4147
- helpText?: string;
4148
- maxlength?: string | number;
4149
- title?: string | false;
4150
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
3924
+ }> & Omit<Readonly<import('../../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
4151
3925
  onInput?: ((...args: any[]) => any) | undefined;
4152
3926
  onBlur?: ((...args: any[]) => any) | undefined;
4153
3927
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -4156,8 +3930,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4156
3930
  onClear?: ((...args: any[]) => any) | undefined;
4157
3931
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
4158
3932
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
4159
- }>, "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")> & {
4160
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
3933
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
3934
+ validateOnSubmit: () => Promise<boolean>;
4161
3935
  } & {} & import('vue').ComponentCustomProperties & {} & {
4162
3936
  $slots: {
4163
3937
  prepend?(_: {}): any;
@@ -4225,10 +3999,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4225
3999
  required: boolean;
4226
4000
  showSuccessMessages: boolean;
4227
4001
  disableErrorHandling: boolean;
4228
- hint: string;
4229
- noIcon: boolean;
4230
4002
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4231
4003
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4004
+ hint: string;
4005
+ noIcon: boolean;
4232
4006
  isValidateOnBlur: boolean;
4233
4007
  persistentHint: boolean;
4234
4008
  format: string;
@@ -4299,10 +4073,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4299
4073
  required: boolean;
4300
4074
  showSuccessMessages: boolean;
4301
4075
  disableErrorHandling: boolean;
4302
- hint: string;
4303
- noIcon: boolean;
4304
4076
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4305
4077
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4078
+ hint: string;
4079
+ noIcon: boolean;
4306
4080
  isValidateOnBlur: boolean;
4307
4081
  persistentHint: boolean;
4308
4082
  format: string;
@@ -4321,15 +4095,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4321
4095
  $data: {};
4322
4096
  $props: {
4323
4097
  readonly modelValue?: string | number | null | undefined | undefined;
4324
- readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
4325
- readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
4326
- readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
4327
- readonly appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
4098
+ readonly prependIcon?: import('../../Customs/SyTextField/types').IconType;
4099
+ readonly appendIcon?: import('../../Customs/SyTextField/types').IconType;
4100
+ readonly prependInnerIcon?: import('../../Customs/SyTextField/types').IconType;
4101
+ readonly appendInnerIcon?: import('../../Customs/SyTextField/types').IconType;
4328
4102
  readonly prependTooltip?: string | undefined;
4329
4103
  readonly appendTooltip?: string | undefined;
4330
4104
  readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
4331
- readonly variantStyle?: import('../../../types/vuetifyTypes').VariantStyle | undefined;
4332
- readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
4105
+ readonly variantStyle?: import('../../Customs/SyTextField/types').VariantStyle | undefined;
4106
+ readonly color?: import('../../Customs/SyTextField/types').ColorType | undefined;
4333
4107
  readonly isClearable?: boolean | undefined;
4334
4108
  readonly showDivider?: boolean | undefined;
4335
4109
  readonly label?: string | undefined;
@@ -4346,7 +4120,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4346
4120
  readonly disabled?: boolean | undefined;
4347
4121
  readonly isFlat?: boolean | undefined;
4348
4122
  readonly isFocused?: boolean | undefined;
4349
- readonly areDetailsHidden?: boolean | "auto" | undefined;
4350
4123
  readonly areSpinButtonsHidden?: boolean | undefined;
4351
4124
  readonly hint?: string | undefined;
4352
4125
  readonly id?: string | undefined;
@@ -4377,6 +4150,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4377
4150
  readonly helpText?: string | undefined;
4378
4151
  readonly maxlength?: string | number | undefined;
4379
4152
  readonly title?: string | false | undefined;
4153
+ readonly hideDetails?: boolean | "auto" | undefined;
4154
+ readonly locales?: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
4380
4155
  readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
4381
4156
  readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
4382
4157
  readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
@@ -4785,7 +4560,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4785
4560
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
4786
4561
  modelValue?: unknown;
4787
4562
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
4788
- }, 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<{
4563
+ }, 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" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
4789
4564
  $: import('vue').ComponentInternalInstance;
4790
4565
  $data: {};
4791
4566
  $props: Partial<{
@@ -5522,7 +5297,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5522
5297
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
5523
5298
  modelValue?: unknown;
5524
5299
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
5525
- }, 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<{
5300
+ }, 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" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
5526
5301
  $: import('vue').ComponentInternalInstance;
5527
5302
  $data: {};
5528
5303
  $props: Partial<{
@@ -5837,65 +5612,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5837
5612
  $host: Element | null;
5838
5613
  $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);
5839
5614
  $el: any;
5840
- $options: import('vue').ComponentOptionsBase<Readonly<{
5841
- modelValue?: string | number | null | undefined;
5842
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
5843
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
5844
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
5845
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
5846
- prependTooltip?: string;
5847
- appendTooltip?: string;
5848
- tooltipLocation?: "top" | "bottom" | "start" | "end";
5849
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
5850
- color?: import('../../../types/vuetifyTypes').ColorType;
5851
- isClearable?: boolean;
5852
- showDivider?: boolean;
5853
- label?: string;
5854
- readonly?: boolean;
5855
- isActive?: boolean;
5856
- baseColor?: string;
5857
- bgColor?: string;
5858
- centerAffix?: boolean;
5859
- counter?: string | number | boolean;
5860
- counterValue?: number | ((value: any) => number);
5861
- density?: "default" | "comfortable" | "compact";
5862
- direction?: "horizontal" | "vertical";
5863
- isDirty?: boolean;
5864
- disabled?: boolean;
5865
- isFlat?: boolean;
5866
- isFocused?: boolean;
5867
- areDetailsHidden?: boolean | "auto";
5868
- areSpinButtonsHidden?: boolean;
5869
- hint?: string;
5870
- id?: string;
5871
- loading?: string | boolean;
5872
- maxWidth?: string | number;
5873
- messages?: string | string[];
5874
- minWidth?: string | number;
5875
- name?: string;
5876
- displayPersistentClear?: boolean;
5877
- displayPersistentCounter?: boolean;
5878
- displayPersistentHint?: boolean;
5879
- displayPersistentPlaceholder?: boolean;
5880
- placeholder?: string;
5881
- prefix?: string;
5882
- isReversed?: boolean;
5883
- role?: string;
5884
- rounded?: string | number | boolean;
5885
- isOnSingleLine?: boolean;
5886
- suffix?: string;
5887
- theme?: string;
5888
- isTiled?: boolean;
5889
- type?: string;
5890
- width?: string | number;
5891
- displayAsterisk?: boolean;
5892
- noIcon?: boolean;
5893
- disableClickButton?: boolean;
5894
- autocomplete?: string;
5895
- helpText?: string;
5896
- maxlength?: string | number;
5897
- title?: string | false;
5898
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
5615
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
5899
5616
  onInput?: ((...args: any[]) => any) | undefined;
5900
5617
  onBlur?: ((...args: any[]) => any) | undefined;
5901
5618
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -5905,7 +5622,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5905
5622
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
5906
5623
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
5907
5624
  }>, {
5908
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
5625
+ validateOnSubmit: () => Promise<boolean>;
5909
5626
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5910
5627
  input: (...args: any[]) => void;
5911
5628
  blur: (...args: any[]) => void;
@@ -5921,10 +5638,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5921
5638
  title: string | false;
5922
5639
  width: string | number;
5923
5640
  role: string;
5924
- color: import('../../../types/vuetifyTypes').ColorType;
5641
+ color: import('../../Customs/SyTextField/types').ColorType;
5925
5642
  theme: string;
5926
5643
  disabled: boolean;
5927
5644
  placeholder: string;
5645
+ locales: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales>;
5928
5646
  density: "default" | "comfortable" | "compact";
5929
5647
  rounded: string | number | boolean;
5930
5648
  maxWidth: string | number;
@@ -5945,12 +5663,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5945
5663
  disableErrorHandling: boolean;
5946
5664
  errorMessages: string[] | null;
5947
5665
  maxErrors: number;
5666
+ hasError: boolean;
5667
+ hasWarning: boolean;
5668
+ hasSuccess: boolean;
5669
+ useVuetifyValidation: boolean;
5670
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
5671
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
5672
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
5948
5673
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
5949
5674
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
5950
5675
  prependTooltip: string;
5951
5676
  appendTooltip: string;
5952
5677
  tooltipLocation: "top" | "bottom" | "start" | "end";
5953
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
5678
+ variantStyle: import('../../Customs/SyTextField/types').VariantStyle;
5954
5679
  isClearable: boolean;
5955
5680
  centerAffix: boolean;
5956
5681
  counter: string | number | boolean;
@@ -5959,7 +5684,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5959
5684
  isDirty: boolean;
5960
5685
  isFlat: boolean;
5961
5686
  isFocused: boolean;
5962
- areDetailsHidden: boolean | "auto";
5963
5687
  areSpinButtonsHidden: boolean;
5964
5688
  hint: string;
5965
5689
  messages: string | string[];
@@ -5977,15 +5701,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5977
5701
  autocomplete: string;
5978
5702
  helpText: string;
5979
5703
  maxlength: string | number;
5980
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
5981
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
5982
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
5983
- hasError: boolean;
5984
- hasSuccess: boolean;
5985
- hasWarning: boolean;
5704
+ hideDetails: boolean | "auto";
5986
5705
  isValidateOnBlur: boolean;
5987
5706
  successMessages: string[] | null;
5988
- useVuetifyValidation: boolean;
5989
5707
  warningMessages: string[] | null;
5990
5708
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
5991
5709
  beforeCreate?: (() => void) | (() => void)[];
@@ -6013,10 +5731,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6013
5731
  title: string | false;
6014
5732
  width: string | number;
6015
5733
  role: string;
6016
- color: import('../../../types/vuetifyTypes').ColorType;
5734
+ color: import('../../Customs/SyTextField/types').ColorType;
6017
5735
  theme: string;
6018
5736
  disabled: boolean;
6019
5737
  placeholder: string;
5738
+ locales: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales>;
6020
5739
  density: "default" | "comfortable" | "compact";
6021
5740
  rounded: string | number | boolean;
6022
5741
  maxWidth: string | number;
@@ -6037,12 +5756,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6037
5756
  disableErrorHandling: boolean;
6038
5757
  errorMessages: string[] | null;
6039
5758
  maxErrors: number;
5759
+ hasError: boolean;
5760
+ hasWarning: boolean;
5761
+ hasSuccess: boolean;
5762
+ useVuetifyValidation: boolean;
5763
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
5764
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
5765
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
6040
5766
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6041
5767
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
6042
5768
  prependTooltip: string;
6043
5769
  appendTooltip: string;
6044
5770
  tooltipLocation: "top" | "bottom" | "start" | "end";
6045
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
5771
+ variantStyle: import('../../Customs/SyTextField/types').VariantStyle;
6046
5772
  isClearable: boolean;
6047
5773
  centerAffix: boolean;
6048
5774
  counter: string | number | boolean;
@@ -6051,7 +5777,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6051
5777
  isDirty: boolean;
6052
5778
  isFlat: boolean;
6053
5779
  isFocused: boolean;
6054
- areDetailsHidden: boolean | "auto";
6055
5780
  areSpinButtonsHidden: boolean;
6056
5781
  hint: string;
6057
5782
  messages: string | string[];
@@ -6069,75 +5794,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6069
5794
  autocomplete: string;
6070
5795
  helpText: string;
6071
5796
  maxlength: string | number;
6072
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
6073
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
6074
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
6075
- hasError: boolean;
6076
- hasSuccess: boolean;
6077
- hasWarning: boolean;
5797
+ hideDetails: boolean | "auto";
6078
5798
  isValidateOnBlur: boolean;
6079
5799
  successMessages: string[] | null;
6080
- useVuetifyValidation: boolean;
6081
5800
  warningMessages: string[] | null;
6082
- }> & Omit<Readonly<{
6083
- modelValue?: string | number | null | undefined;
6084
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
6085
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
6086
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
6087
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
6088
- prependTooltip?: string;
6089
- appendTooltip?: string;
6090
- tooltipLocation?: "top" | "bottom" | "start" | "end";
6091
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
6092
- color?: import('../../../types/vuetifyTypes').ColorType;
6093
- isClearable?: boolean;
6094
- showDivider?: boolean;
6095
- label?: string;
6096
- readonly?: boolean;
6097
- isActive?: boolean;
6098
- baseColor?: string;
6099
- bgColor?: string;
6100
- centerAffix?: boolean;
6101
- counter?: string | number | boolean;
6102
- counterValue?: number | ((value: any) => number);
6103
- density?: "default" | "comfortable" | "compact";
6104
- direction?: "horizontal" | "vertical";
6105
- isDirty?: boolean;
6106
- disabled?: boolean;
6107
- isFlat?: boolean;
6108
- isFocused?: boolean;
6109
- areDetailsHidden?: boolean | "auto";
6110
- areSpinButtonsHidden?: boolean;
6111
- hint?: string;
6112
- id?: string;
6113
- loading?: string | boolean;
6114
- maxWidth?: string | number;
6115
- messages?: string | string[];
6116
- minWidth?: string | number;
6117
- name?: string;
6118
- displayPersistentClear?: boolean;
6119
- displayPersistentCounter?: boolean;
6120
- displayPersistentHint?: boolean;
6121
- displayPersistentPlaceholder?: boolean;
6122
- placeholder?: string;
6123
- prefix?: string;
6124
- isReversed?: boolean;
6125
- role?: string;
6126
- rounded?: string | number | boolean;
6127
- isOnSingleLine?: boolean;
6128
- suffix?: string;
6129
- theme?: string;
6130
- isTiled?: boolean;
6131
- type?: string;
6132
- width?: string | number;
6133
- displayAsterisk?: boolean;
6134
- noIcon?: boolean;
6135
- disableClickButton?: boolean;
6136
- autocomplete?: string;
6137
- helpText?: string;
6138
- maxlength?: string | number;
6139
- title?: string | false;
6140
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
5801
+ }> & Omit<Readonly<import('../../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
6141
5802
  onInput?: ((...args: any[]) => any) | undefined;
6142
5803
  onBlur?: ((...args: any[]) => any) | undefined;
6143
5804
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -6146,8 +5807,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6146
5807
  onClear?: ((...args: any[]) => any) | undefined;
6147
5808
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
6148
5809
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
6149
- }>, "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")> & {
6150
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
5810
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
5811
+ validateOnSubmit: () => Promise<boolean>;
6151
5812
  } & {} & import('vue').ComponentCustomProperties & {} & {
6152
5813
  $slots: {
6153
5814
  prepend?(_: {}): any;
@@ -6215,10 +5876,10 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6215
5876
  required: boolean;
6216
5877
  showSuccessMessages: boolean;
6217
5878
  disableErrorHandling: boolean;
6218
- hint: string;
6219
- noIcon: boolean;
6220
5879
  customRules: import('../../../composables/validation/useValidation').ValidationRule[];
6221
5880
  customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
5881
+ hint: string;
5882
+ noIcon: boolean;
6222
5883
  isValidateOnBlur: boolean;
6223
5884
  persistentHint: boolean;
6224
5885
  format: string;
@@ -6777,9 +6438,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6777
6438
  required: boolean;
6778
6439
  showSuccessMessages: boolean;
6779
6440
  disableErrorHandling: boolean;
6780
- hint: string;
6781
- displayAsterisk: boolean;
6782
- noIcon: boolean;
6783
6441
  customRules: {
6784
6442
  type: string;
6785
6443
  options: any;
@@ -6788,6 +6446,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6788
6446
  type: string;
6789
6447
  options: any;
6790
6448
  }[];
6449
+ hint: string;
6450
+ displayAsterisk: boolean;
6451
+ noIcon: boolean;
6791
6452
  isValidateOnBlur: boolean;
6792
6453
  persistentHint: boolean;
6793
6454
  format: string;
@@ -6816,15 +6477,15 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6816
6477
  $data: {};
6817
6478
  $props: {
6818
6479
  readonly modelValue?: string | number | null | undefined | undefined;
6819
- readonly prependIcon?: import('../../../types/vuetifyTypes').IconType;
6820
- readonly appendIcon?: import('../../../types/vuetifyTypes').IconType;
6821
- readonly prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
6822
- readonly appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
6480
+ readonly prependIcon?: import('../../Customs/SyTextField/types').IconType;
6481
+ readonly appendIcon?: import('../../Customs/SyTextField/types').IconType;
6482
+ readonly prependInnerIcon?: import('../../Customs/SyTextField/types').IconType;
6483
+ readonly appendInnerIcon?: import('../../Customs/SyTextField/types').IconType;
6823
6484
  readonly prependTooltip?: string | undefined;
6824
6485
  readonly appendTooltip?: string | undefined;
6825
6486
  readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
6826
- readonly variantStyle?: import('../../../types/vuetifyTypes').VariantStyle | undefined;
6827
- readonly color?: import('../../../types/vuetifyTypes').ColorType | undefined;
6487
+ readonly variantStyle?: import('../../Customs/SyTextField/types').VariantStyle | undefined;
6488
+ readonly color?: import('../../Customs/SyTextField/types').ColorType | undefined;
6828
6489
  readonly isClearable?: boolean | undefined;
6829
6490
  readonly showDivider?: boolean | undefined;
6830
6491
  readonly label?: string | undefined;
@@ -6841,7 +6502,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6841
6502
  readonly disabled?: boolean | undefined;
6842
6503
  readonly isFlat?: boolean | undefined;
6843
6504
  readonly isFocused?: boolean | undefined;
6844
- readonly areDetailsHidden?: boolean | "auto" | undefined;
6845
6505
  readonly areSpinButtonsHidden?: boolean | undefined;
6846
6506
  readonly hint?: string | undefined;
6847
6507
  readonly id?: string | undefined;
@@ -6872,6 +6532,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6872
6532
  readonly helpText?: string | undefined;
6873
6533
  readonly maxlength?: string | number | undefined;
6874
6534
  readonly title?: string | false | undefined;
6535
+ readonly hideDetails?: boolean | "auto" | undefined;
6536
+ readonly locales?: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales> | undefined;
6875
6537
  readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
6876
6538
  readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
6877
6539
  readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
@@ -7280,7 +6942,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7280
6942
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
7281
6943
  modelValue?: unknown;
7282
6944
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
7283
- }, 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<{
6945
+ }, 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" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
7284
6946
  $: import('vue').ComponentInternalInstance;
7285
6947
  $data: {};
7286
6948
  $props: Partial<{
@@ -8017,7 +7679,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8017
7679
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
8018
7680
  modelValue?: unknown;
8019
7681
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
8020
- }, 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<{
7682
+ }, 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" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
8021
7683
  $: import('vue').ComponentInternalInstance;
8022
7684
  $data: {};
8023
7685
  $props: Partial<{
@@ -8332,65 +7994,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8332
7994
  $host: Element | null;
8333
7995
  $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);
8334
7996
  $el: any;
8335
- $options: import('vue').ComponentOptionsBase<Readonly<{
8336
- modelValue?: string | number | null | undefined;
8337
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
8338
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
8339
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
8340
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
8341
- prependTooltip?: string;
8342
- appendTooltip?: string;
8343
- tooltipLocation?: "top" | "bottom" | "start" | "end";
8344
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
8345
- color?: import('../../../types/vuetifyTypes').ColorType;
8346
- isClearable?: boolean;
8347
- showDivider?: boolean;
8348
- label?: string;
8349
- readonly?: boolean;
8350
- isActive?: boolean;
8351
- baseColor?: string;
8352
- bgColor?: string;
8353
- centerAffix?: boolean;
8354
- counter?: string | number | boolean;
8355
- counterValue?: number | ((value: any) => number);
8356
- density?: "default" | "comfortable" | "compact";
8357
- direction?: "horizontal" | "vertical";
8358
- isDirty?: boolean;
8359
- disabled?: boolean;
8360
- isFlat?: boolean;
8361
- isFocused?: boolean;
8362
- areDetailsHidden?: boolean | "auto";
8363
- areSpinButtonsHidden?: boolean;
8364
- hint?: string;
8365
- id?: string;
8366
- loading?: string | boolean;
8367
- maxWidth?: string | number;
8368
- messages?: string | string[];
8369
- minWidth?: string | number;
8370
- name?: string;
8371
- displayPersistentClear?: boolean;
8372
- displayPersistentCounter?: boolean;
8373
- displayPersistentHint?: boolean;
8374
- displayPersistentPlaceholder?: boolean;
8375
- placeholder?: string;
8376
- prefix?: string;
8377
- isReversed?: boolean;
8378
- role?: string;
8379
- rounded?: string | number | boolean;
8380
- isOnSingleLine?: boolean;
8381
- suffix?: string;
8382
- theme?: string;
8383
- isTiled?: boolean;
8384
- type?: string;
8385
- width?: string | number;
8386
- displayAsterisk?: boolean;
8387
- noIcon?: boolean;
8388
- disableClickButton?: boolean;
8389
- autocomplete?: string;
8390
- helpText?: string;
8391
- maxlength?: string | number;
8392
- title?: string | false;
8393
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
7997
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
8394
7998
  onInput?: ((...args: any[]) => any) | undefined;
8395
7999
  onBlur?: ((...args: any[]) => any) | undefined;
8396
8000
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -8400,7 +8004,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8400
8004
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8401
8005
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
8402
8006
  }>, {
8403
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8007
+ validateOnSubmit: () => Promise<boolean>;
8404
8008
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8405
8009
  input: (...args: any[]) => void;
8406
8010
  blur: (...args: any[]) => void;
@@ -8416,10 +8020,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8416
8020
  title: string | false;
8417
8021
  width: string | number;
8418
8022
  role: string;
8419
- color: import('../../../types/vuetifyTypes').ColorType;
8023
+ color: import('../../Customs/SyTextField/types').ColorType;
8420
8024
  theme: string;
8421
8025
  disabled: boolean;
8422
8026
  placeholder: string;
8027
+ locales: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales>;
8423
8028
  density: "default" | "comfortable" | "compact";
8424
8029
  rounded: string | number | boolean;
8425
8030
  maxWidth: string | number;
@@ -8440,12 +8045,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8440
8045
  disableErrorHandling: boolean;
8441
8046
  errorMessages: string[] | null;
8442
8047
  maxErrors: number;
8048
+ hasError: boolean;
8049
+ hasWarning: boolean;
8050
+ hasSuccess: boolean;
8051
+ useVuetifyValidation: boolean;
8052
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
8053
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
8054
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
8443
8055
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8444
8056
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8445
8057
  prependTooltip: string;
8446
8058
  appendTooltip: string;
8447
8059
  tooltipLocation: "top" | "bottom" | "start" | "end";
8448
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
8060
+ variantStyle: import('../../Customs/SyTextField/types').VariantStyle;
8449
8061
  isClearable: boolean;
8450
8062
  centerAffix: boolean;
8451
8063
  counter: string | number | boolean;
@@ -8454,7 +8066,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8454
8066
  isDirty: boolean;
8455
8067
  isFlat: boolean;
8456
8068
  isFocused: boolean;
8457
- areDetailsHidden: boolean | "auto";
8458
8069
  areSpinButtonsHidden: boolean;
8459
8070
  hint: string;
8460
8071
  messages: string | string[];
@@ -8472,15 +8083,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8472
8083
  autocomplete: string;
8473
8084
  helpText: string;
8474
8085
  maxlength: string | number;
8475
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
8476
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
8477
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
8478
- hasError: boolean;
8479
- hasSuccess: boolean;
8480
- hasWarning: boolean;
8086
+ hideDetails: boolean | "auto";
8481
8087
  isValidateOnBlur: boolean;
8482
8088
  successMessages: string[] | null;
8483
- useVuetifyValidation: boolean;
8484
8089
  warningMessages: string[] | null;
8485
8090
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
8486
8091
  beforeCreate?: (() => void) | (() => void)[];
@@ -8508,10 +8113,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8508
8113
  title: string | false;
8509
8114
  width: string | number;
8510
8115
  role: string;
8511
- color: import('../../../types/vuetifyTypes').ColorType;
8116
+ color: import('../../Customs/SyTextField/types').ColorType;
8512
8117
  theme: string;
8513
8118
  disabled: boolean;
8514
8119
  placeholder: string;
8120
+ locales: Partial<import('../../Customs/SyTextField/locales').SyTextFieldLocales>;
8515
8121
  density: "default" | "comfortable" | "compact";
8516
8122
  rounded: string | number | boolean;
8517
8123
  maxWidth: string | number;
@@ -8532,12 +8138,19 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8532
8138
  disableErrorHandling: boolean;
8533
8139
  errorMessages: string[] | null;
8534
8140
  maxErrors: number;
8141
+ hasError: boolean;
8142
+ hasWarning: boolean;
8143
+ hasSuccess: boolean;
8144
+ useVuetifyValidation: boolean;
8145
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
8146
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
8147
+ customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
8535
8148
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8536
8149
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
8537
8150
  prependTooltip: string;
8538
8151
  appendTooltip: string;
8539
8152
  tooltipLocation: "top" | "bottom" | "start" | "end";
8540
- variantStyle: import('../../../types/vuetifyTypes').VariantStyle;
8153
+ variantStyle: import('../../Customs/SyTextField/types').VariantStyle;
8541
8154
  isClearable: boolean;
8542
8155
  centerAffix: boolean;
8543
8156
  counter: string | number | boolean;
@@ -8546,7 +8159,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8546
8159
  isDirty: boolean;
8547
8160
  isFlat: boolean;
8548
8161
  isFocused: boolean;
8549
- areDetailsHidden: boolean | "auto";
8550
8162
  areSpinButtonsHidden: boolean;
8551
8163
  hint: string;
8552
8164
  messages: string | string[];
@@ -8564,75 +8176,11 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8564
8176
  autocomplete: string;
8565
8177
  helpText: string;
8566
8178
  maxlength: string | number;
8567
- customRules: import('../../../composables/validation/useValidation').ValidationRule[];
8568
- customSuccessRules: import('../../../composables/validation/useValidation').ValidationRule[];
8569
- customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
8570
- hasError: boolean;
8571
- hasSuccess: boolean;
8572
- hasWarning: boolean;
8179
+ hideDetails: boolean | "auto";
8573
8180
  isValidateOnBlur: boolean;
8574
8181
  successMessages: string[] | null;
8575
- useVuetifyValidation: boolean;
8576
8182
  warningMessages: string[] | null;
8577
- }> & Omit<Readonly<{
8578
- modelValue?: string | number | null | undefined;
8579
- prependIcon?: import('../../../types/vuetifyTypes').IconType;
8580
- appendIcon?: import('../../../types/vuetifyTypes').IconType;
8581
- prependInnerIcon?: import('../../../types/vuetifyTypes').IconType;
8582
- appendInnerIcon?: import('../../../types/vuetifyTypes').IconType;
8583
- prependTooltip?: string;
8584
- appendTooltip?: string;
8585
- tooltipLocation?: "top" | "bottom" | "start" | "end";
8586
- variantStyle?: import('../../../types/vuetifyTypes').VariantStyle;
8587
- color?: import('../../../types/vuetifyTypes').ColorType;
8588
- isClearable?: boolean;
8589
- showDivider?: boolean;
8590
- label?: string;
8591
- readonly?: boolean;
8592
- isActive?: boolean;
8593
- baseColor?: string;
8594
- bgColor?: string;
8595
- centerAffix?: boolean;
8596
- counter?: string | number | boolean;
8597
- counterValue?: number | ((value: any) => number);
8598
- density?: "default" | "comfortable" | "compact";
8599
- direction?: "horizontal" | "vertical";
8600
- isDirty?: boolean;
8601
- disabled?: boolean;
8602
- isFlat?: boolean;
8603
- isFocused?: boolean;
8604
- areDetailsHidden?: boolean | "auto";
8605
- areSpinButtonsHidden?: boolean;
8606
- hint?: string;
8607
- id?: string;
8608
- loading?: string | boolean;
8609
- maxWidth?: string | number;
8610
- messages?: string | string[];
8611
- minWidth?: string | number;
8612
- name?: string;
8613
- displayPersistentClear?: boolean;
8614
- displayPersistentCounter?: boolean;
8615
- displayPersistentHint?: boolean;
8616
- displayPersistentPlaceholder?: boolean;
8617
- placeholder?: string;
8618
- prefix?: string;
8619
- isReversed?: boolean;
8620
- role?: string;
8621
- rounded?: string | number | boolean;
8622
- isOnSingleLine?: boolean;
8623
- suffix?: string;
8624
- theme?: string;
8625
- isTiled?: boolean;
8626
- type?: string;
8627
- width?: string | number;
8628
- displayAsterisk?: boolean;
8629
- noIcon?: boolean;
8630
- disableClickButton?: boolean;
8631
- autocomplete?: string;
8632
- helpText?: string;
8633
- maxlength?: string | number;
8634
- title?: string | false;
8635
- } & import('../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
8183
+ }> & Omit<Readonly<import('../../Customs/SyTextField/types').SyTextFieldProps> & Readonly<{
8636
8184
  onInput?: ((...args: any[]) => any) | undefined;
8637
8185
  onBlur?: ((...args: any[]) => any) | undefined;
8638
8186
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -8641,8 +8189,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8641
8189
  onClear?: ((...args: any[]) => any) | undefined;
8642
8190
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8643
8191
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
8644
- }>, "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")> & {
8645
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8192
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
8193
+ validateOnSubmit: () => Promise<boolean>;
8646
8194
  } & {} & import('vue').ComponentCustomProperties & {} & {
8647
8195
  $slots: {
8648
8196
  prepend?(_: {}): any;