@cnamts/synapse 1.0.26 → 1.0.27

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 (253) hide show
  1. package/dist/{AutocompleteFilter-BPR-a55G.js → AutocompleteFilter-C9eLKyW8.js} +3 -3
  2. package/dist/{DateFilter-CknrJWs2.js → DateFilter-y-GLkAkn.js} +8 -8
  3. package/dist/{NumberFilter-DJ-yNlzv.js → NumberFilter-DN6hIBS7.js} +1 -1
  4. package/dist/{PeriodFilter-CiB5Oa9Z.js → PeriodFilter-MoUUp9qS.js} +1 -1
  5. package/dist/{SelectFilter-EiafX97M.js → SelectFilter-bCbrdLmu.js} +1 -1
  6. package/dist/{TextFilter-BzOmpdxj.js → TextFilter-CvjgEaoM.js} +4 -4
  7. package/dist/apLightTheme2026-ug4Y23ns.js +611 -0
  8. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +2369 -353
  9. package/dist/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.d.ts +18 -0
  10. package/dist/components/Customs/Selects/SyAutocomplete/utils/ariaManager.d.ts +1 -1
  11. package/dist/components/Customs/Selects/SyAutocomplete/utils/useKeyboardHandler.d.ts +3 -1
  12. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +9 -10
  13. package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +1 -0
  14. package/dist/components/Customs/Selects/SySelect/composables/useSySelectValidation.d.ts +15 -0
  15. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +3 -3
  16. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +3 -3
  17. package/dist/components/Customs/SyIconButton/SyIconButton.d.ts +18 -0
  18. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +20 -38
  19. package/dist/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.d.ts +50 -0
  20. package/dist/components/Customs/SyTextField/SyTextField.d.ts +6 -6
  21. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +147 -136
  22. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +62 -54
  23. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +27 -24
  24. package/dist/components/DatePicker/composables/index.d.ts +1 -0
  25. package/dist/components/DatePicker/composables/useDatePickerValidationBridge.d.ts +51 -0
  26. package/dist/components/MonthPicker/MonthPicker.d.ts +23 -23
  27. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +23 -23
  28. package/dist/components/NirField/NirField.d.ts +56 -56
  29. package/dist/components/PasswordField/PasswordField.d.ts +3 -3
  30. package/dist/components/PeriodField/PeriodField.d.ts +236 -212
  31. package/dist/components/PhoneField/PhoneField.d.ts +23 -23
  32. package/dist/components/SyTextArea/SyTextArea.d.ts +25 -15
  33. package/dist/components/SyTextArea/composables/useSyTextAreaValidation.d.ts +20 -0
  34. package/dist/components/SyTextArea/locales.d.ts +1 -0
  35. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +1 -0
  36. package/dist/components/Tables/SyTable/SyTable.d.ts +1 -0
  37. package/dist/components/Tables/common/SyTablePagination.d.ts +25 -25
  38. package/dist/components/Tables/common/types.d.ts +2 -0
  39. package/dist/components/index.d.ts +1 -0
  40. package/dist/composables/unifyValidation/documentationValidationProps.d.ts +160 -160
  41. package/dist/composables/unifyValidation/useValidation.d.ts +16 -14
  42. package/dist/design-system-v3.js +81 -80
  43. package/dist/designTokens/tokens/amelipro/apContextual.d.ts +6 -6
  44. package/dist/designTokens/tokens/amelipro/apDarkTheme.d.ts +3 -1
  45. package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +53 -100
  46. package/dist/designTokens/tokens/baseContextualTokens.d.ts +0 -6
  47. package/dist/designTokens/tokens/baseTokens.d.ts +232 -0
  48. package/dist/designTokens/tokens/cnam/cnamContextual.d.ts +6 -6
  49. package/dist/designTokens/tokens/cnam/cnamDarkTheme.d.ts +1 -1
  50. package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +57 -101
  51. package/dist/designTokens/tokens/pa/paContextual.d.ts +0 -6
  52. package/dist/designTokens/tokens/pa/paDarkTheme.d.ts +1 -1
  53. package/dist/designTokens/tokens/pa/paLightTheme.d.ts +53 -97
  54. package/dist/designTokens/tokens/pa/paSemantic.d.ts +1 -0
  55. package/dist/designTokens/tokens/semanticTokens.d.ts +112 -0
  56. package/dist/main-CI6Q9nmO.js +39234 -0
  57. package/dist/synapse.css +1 -1
  58. package/dist/vuetifyConfig.js +208 -72
  59. package/package.json +4 -2
  60. package/src/assets/overrides/_icons.scss +5 -4
  61. package/src/assets/overrides/_otp.scss +4 -4
  62. package/src/assets/overrides/_typography.scss +2 -1
  63. package/src/assets/overrides/_utilities.scss +1 -42
  64. package/src/components/ChipList/ChipList.vue +30 -18
  65. package/src/components/ChipList/tests/chipList.spec.ts +4 -4
  66. package/src/components/CopyBtn/CopyBtn.vue +2 -2
  67. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +4 -0
  68. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +7 -6
  69. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +223 -0
  70. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +283 -351
  71. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +182 -218
  72. package/src/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.ts +101 -0
  73. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +761 -1
  74. package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +3 -1
  75. package/src/components/Customs/Selects/SyAutocomplete/utils/useKeyboardHandler.ts +79 -5
  76. package/src/components/Customs/Selects/SyAutocomplete/validation/Validation.stories.ts +1029 -0
  77. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +9 -491
  78. package/src/components/Customs/Selects/SySelect/SySelect.vue +46 -79
  79. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +3 -0
  80. package/src/components/Customs/Selects/SySelect/composables/useSySelectValidation.ts +64 -0
  81. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +196 -0
  82. package/src/components/Customs/Selects/SySelect/validation/Validation.stories.ts +1026 -0
  83. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +18 -7
  84. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +2 -2
  85. package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +8 -8
  86. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +8 -8
  87. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +1 -1
  88. package/src/components/Customs/SyIcon/accessibilite/Accessibility.mdx +0 -6
  89. package/src/components/Customs/SyIcon/utils/tests/iconUtils.spec.ts +107 -0
  90. package/src/components/Customs/SyRadioGroup/SyRadioGroup.mdx +2 -2
  91. package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +395 -200
  92. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +82 -127
  93. package/src/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.ts +127 -0
  94. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.a11y.spec.ts +93 -1
  95. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.spec.ts +146 -9
  96. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.visual.cy.ts +165 -0
  97. package/src/components/Customs/SyRadioGroup/validation/Validation.stories.ts +773 -0
  98. package/src/components/Customs/SyTabs/config.ts +3 -3
  99. package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +265 -0
  100. package/src/components/Customs/SyTabs/tests/useTabTransition.spec.ts +188 -0
  101. package/src/components/Customs/SyTextField/SyTextField.stories.ts +10 -29
  102. package/src/components/Customs/SyTextField/SyTextField.vue +23 -15
  103. package/src/components/DataList/DataList.stories.ts +1 -1
  104. package/src/components/DataListItem/tests/DataListItem.spec.ts +3 -1
  105. package/src/components/DatePicker/CalendarMode/DatePicker.vue +37 -142
  106. package/src/components/DatePicker/CalendarMode/tests/DatePicker.coverage.spec.ts +156 -0
  107. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +495 -4
  108. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +47 -66
  109. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +206 -0
  110. package/src/components/DatePicker/ComplexDatePicker/tests/bridge-integration.regression.spec.ts +210 -0
  111. package/src/components/DatePicker/ComplexDatePicker/tests/calendar-navigation.regression.spec.ts +214 -0
  112. package/src/components/DatePicker/ComplexDatePicker/tests/validation-cross.regression.spec.ts +194 -0
  113. package/src/components/DatePicker/ComplexDatePicker/tests/validation-success-messages.regression.spec.ts +83 -0
  114. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +129 -54
  115. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +320 -0
  116. package/src/components/DatePicker/composables/index.ts +1 -0
  117. package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +360 -0
  118. package/src/components/DatePicker/composables/tests/useDatePickerValidationBridge.spec.ts +129 -0
  119. package/src/components/DatePicker/composables/useDatePickerValidationBridge.ts +205 -0
  120. package/src/components/DatePicker/docExamples/BidirectionalComplexValidation.vue +1 -1
  121. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +1 -1
  122. package/src/components/DatePicker/tests/exposed-methods.coverage.spec.ts +75 -0
  123. package/src/components/DialogBox/DialogBox.vue +1 -1
  124. package/src/components/FileList/UploadItem/UploadItem.vue +4 -4
  125. package/src/components/FileUpload/FileUpload.vue +2 -2
  126. package/src/components/FileUpload/FileUploadContent.vue +1 -1
  127. package/src/components/FilterInline/FilterInline.mdx +2 -2
  128. package/src/components/FilterSideBar/FilterSideBar.stories.ts +1 -1
  129. package/src/components/FilterSideBar/FilterSideBar.vue +2 -2
  130. package/src/components/FooterBar/FooterBar.vue +7 -7
  131. package/src/components/FranceConnectBtn/FranceConnectBtn.vue +1 -1
  132. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +2 -2
  133. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +7 -7
  134. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +2 -2
  135. package/src/components/HeaderLoading/tests/HeaderLoading.spec.ts +87 -8
  136. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +3 -3
  137. package/src/components/HeaderNavigationBar/HorizontalNavbar/tests/HorizontalNavbar.spec.ts +589 -0
  138. package/src/components/HeaderToolbar/tests/HeaderToolBar.spec.ts +153 -1
  139. package/src/components/HeaderToolbar/tests/useMobileRightMenu.spec.ts +258 -0
  140. package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +2 -2
  141. package/src/components/LogoBrandSection/tests/__snapshots__/LogoBrandSection.spec.ts.snap +1 -1
  142. package/src/components/LunarCalendar/tests/useLunarCalendarRules.spec.ts +184 -0
  143. package/src/components/MonthPicker/MonthPickerVisual/MonthSelector.vue +3 -3
  144. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.vue +1 -1
  145. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +2 -2
  146. package/src/components/MonthPicker/MonthPickerVisual/YearSelector.vue +1 -1
  147. package/src/components/NirField/NirField.vue +3 -3
  148. package/src/components/NotificationBar/Notification/Notification.vue +12 -12
  149. package/src/components/NotificationBar/NotificationBar.stories.ts +8 -8
  150. package/src/components/PaginatedTable/Pagination.vue +2 -2
  151. package/src/components/PasswordField/PasswordField.vue +8 -8
  152. package/src/components/PasswordField/tests/PasswordField.spec.ts +3 -3
  153. package/src/components/RangeField/RangeSlider/RangeSlider.vue +2 -2
  154. package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -1
  155. package/src/components/StatusPage/tests/StatusPage.spec.ts +149 -0
  156. package/src/components/SubHeader/SubHeader.vue +1 -1
  157. package/src/components/SyAlert/SyAlert.vue +23 -23
  158. package/src/components/SyTextArea/SyTextArea.stories.ts +177 -131
  159. package/src/components/SyTextArea/SyTextArea.vue +235 -83
  160. package/src/components/SyTextArea/composables/useSyTextAreaValidation.ts +81 -0
  161. package/src/components/SyTextArea/locales.ts +1 -0
  162. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +449 -1
  163. package/src/components/SyTextArea/useDefaultValidationRules.ts +2 -7
  164. package/src/components/SyTextArea/validation/Validation.stories.ts +856 -0
  165. package/src/components/TableToolbar/TableToolbar.vue +6 -6
  166. package/src/components/TableToolbar/accessibilite/Accessibility.mdx +81 -7
  167. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +163 -0
  168. package/src/components/Tables/SyServerTable/SyServerTable.vue +2 -1
  169. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
  170. package/src/components/Tables/SyTable/SyTable.stories.ts +94 -0
  171. package/src/components/Tables/SyTable/SyTable.vue +2 -1
  172. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +64 -0
  173. package/src/components/Tables/common/TableHeader.vue +2 -2
  174. package/src/components/Tables/common/filters/logics/tests/NumberFilterLogic.spec.ts +176 -0
  175. package/src/components/Tables/common/filters/logics/tests/SelectFilterLogic.spec.ts +111 -0
  176. package/src/components/Tables/common/tableStyles.scss +6 -6
  177. package/src/components/Tables/common/types.ts +2 -0
  178. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +2 -0
  179. package/src/components/index.ts +1 -0
  180. package/src/composables/date/tests/useDateFormatDayjs.spec.ts +31 -0
  181. package/src/composables/date/tests/useHolidayDay.spec.ts +109 -0
  182. package/src/composables/rules/tests/useFieldValidation.spec.ts +374 -0
  183. package/src/composables/tests/useError.spec.ts +30 -0
  184. package/src/composables/tests/useFormFieldErrorHandling.spec.ts +234 -0
  185. package/src/composables/unifyValidation/documentationValidationProps.ts +5 -5
  186. package/src/composables/unifyValidation/tests/documentationValidationProps.spec.ts +177 -0
  187. package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +30 -0
  188. package/src/composables/unifyValidation/tests/useValidation.spec.ts +6 -2
  189. package/src/composables/unifyValidation/useCustomValidation.ts +19 -9
  190. package/src/composables/unifyValidation/useValidation.ts +18 -21
  191. package/src/composables/useFilterable/useFilterable.spec.ts +42 -0
  192. package/src/composables/useFilterable/useFilterable.ts +11 -7
  193. package/src/composables/useFormFieldErrorHandling.ts +2 -2
  194. package/src/composantsVuetify/VBtn/VBtn.mdx +9 -39
  195. package/src/composantsVuetify/VBtn/v-btn.stories.ts +26 -86
  196. package/src/designTokens/tokens/amelipro/apContextual.ts +6 -0
  197. package/src/designTokens/tokens/amelipro/apDarkTheme.ts +2 -2
  198. package/src/designTokens/tokens/amelipro/apLightTheme.ts +72 -103
  199. package/src/designTokens/tokens/amelipro/apSemantic.ts +1 -1
  200. package/src/designTokens/tokens/baseContextualTokens.ts +1 -6
  201. package/src/designTokens/tokens/baseTokens.ts +232 -0
  202. package/src/designTokens/tokens/cnam/cnamContextual.ts +6 -0
  203. package/src/designTokens/tokens/cnam/cnamDarkTheme.ts +2 -2
  204. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +76 -104
  205. package/src/designTokens/tokens/pa/paDarkTheme.ts +2 -2
  206. package/src/designTokens/tokens/pa/paLightTheme.ts +73 -99
  207. package/src/designTokens/tokens/pa/paSemantic.ts +2 -0
  208. package/src/designTokens/tokens/semanticTokens.ts +114 -0
  209. package/src/stories/Components/Components.stories.ts +7 -3
  210. package/src/stories/DesignTokens/ColorIntegrationExample.vue +2 -3
  211. package/src/stories/DesignTokens/Colors.mdx +6 -8
  212. package/src/stories/DesignTokens/colors.stories.ts +244 -1081
  213. package/src/utils/amelipro/toKebabCase/tests/toKebabCase.spec.ts +52 -0
  214. package/src/utils/formatNir/tests/formatNir.spec.ts +34 -0
  215. package/src/utils/tests/insertAt.spec.ts +44 -0
  216. package/dist/apLightTheme-DS0Uy44H.js +0 -954
  217. package/dist/components/RatingPicker/tests/RatingPicker.a11y.spect.d.ts +0 -1
  218. package/dist/main-BsJ9ec3i.js +0 -38954
  219. package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
  220. package/src/components/BackBtn/tests/__snapshots__/back-btn-dark-mode.snap.png +0 -0
  221. package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
  222. package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
  223. package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +0 -178
  224. package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
  225. package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
  226. package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
  227. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
  228. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated.snap.png +0 -0
  229. package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
  230. package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
  231. package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
  232. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
  233. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
  234. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
  235. package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
  236. package/src/components/Logo/tests/__snapshots__/logo-dark.snap.png +0 -0
  237. package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
  238. package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
  239. package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
  240. package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
  241. package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
  242. package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
  243. package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
  244. package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
  245. package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
  246. package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
  247. package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
  248. package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
  249. package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
  250. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
  251. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
  252. package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
  253. /package/src/components/RatingPicker/tests/{RatingPicker.a11y.spect.ts → RatingPicker.a11y.spec.ts} +0 -0
@@ -1,5 +1,4 @@
1
1
  import { nextTick, ComponentPublicInstance, Ref } from 'vue';
2
- import { ValidationResult, ValidationRule } from '../../../composables/validation/useValidation';
3
2
  import { DateModelValue, DateInput } from '../../../composables/date/useDateInitializationDayjs';
4
3
  type __VLS_Props = {
5
4
  autoClamp?: boolean;
@@ -93,7 +92,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
93
92
  hint: string;
94
93
  displayAsterisk: boolean;
95
94
  noIcon: boolean;
96
- isValidateOnBlur: boolean;
97
95
  customRules: {
98
96
  type: string;
99
97
  options: any;
@@ -102,6 +100,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
102
100
  type: string;
103
101
  options: any;
104
102
  }[];
103
+ isValidateOnBlur: boolean;
105
104
  persistentHint: boolean;
106
105
  hideDetails: boolean | "auto";
107
106
  format: string;
@@ -129,8 +128,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
129
128
  dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
130
129
  autoClamp?: boolean;
131
130
  bgColor?: string;
132
- customRules?: ValidationRule[];
133
- customWarningRules?: ValidationRule[];
131
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
132
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
134
133
  dateFormatReturn?: string;
135
134
  density?: "default" | "comfortable" | "compact";
136
135
  disableErrorHandling?: boolean;
@@ -153,6 +152,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
153
152
  required?: boolean;
154
153
  showSuccessMessages?: boolean;
155
154
  title?: string | false;
155
+ skipInternalValidation?: boolean;
156
156
  }> & Readonly<{
157
157
  onInput?: ((value: string) => any) | undefined;
158
158
  onBlur?: (() => any) | undefined;
@@ -183,9 +183,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
183
183
  disableErrorHandling: boolean;
184
184
  hint: string;
185
185
  noIcon: boolean;
186
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
187
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
186
188
  isValidateOnBlur: boolean;
187
- customRules: ValidationRule[];
188
- customWarningRules: ValidationRule[];
189
189
  persistentHint: boolean;
190
190
  format: string;
191
191
  autoClamp: boolean;
@@ -196,6 +196,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
196
196
  displayPrependIcon: boolean;
197
197
  externalErrorMessages: string[];
198
198
  isOutlined: boolean;
199
+ skipInternalValidation: boolean;
199
200
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
200
201
  inputRef: ({
201
202
  $: import('vue').ComponentInternalInstance;
@@ -258,22 +259,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
258
259
  readonly helpText?: string | undefined;
259
260
  readonly maxlength?: string | number | undefined;
260
261
  readonly title?: string | false | undefined;
261
- readonly required?: boolean | undefined;
262
- readonly isValidateOnBlur?: boolean | undefined;
263
- readonly showSuccessMessages?: boolean | undefined;
262
+ readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
263
+ readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
264
+ readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
264
265
  readonly disableErrorHandling?: boolean | undefined;
265
- readonly useVuetifyValidation?: boolean | undefined;
266
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
267
- readonly customRules?: ValidationRule[] | undefined;
268
- readonly customWarningRules?: ValidationRule[] | undefined;
269
- readonly customSuccessRules?: ValidationRule[] | undefined;
270
266
  readonly errorMessages?: string[] | null | undefined;
271
- readonly warningMessages?: string[] | null | undefined;
272
- readonly successMessages?: string[] | null | undefined;
273
267
  readonly hasError?: boolean | undefined;
274
- readonly hasWarning?: boolean | undefined;
275
268
  readonly hasSuccess?: boolean | undefined;
269
+ readonly hasWarning?: boolean | undefined;
270
+ readonly isValidateOnBlur?: boolean | undefined;
276
271
  readonly maxErrors?: number | undefined;
272
+ readonly required?: boolean | undefined;
273
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
274
+ readonly showSuccessMessages?: boolean | undefined;
275
+ readonly successMessages?: string[] | null | undefined;
276
+ readonly useVuetifyValidation?: boolean | undefined;
277
+ readonly warningMessages?: string[] | null | undefined;
277
278
  readonly onInput?: ((...args: any[]) => any) | undefined;
278
279
  readonly onBlur?: ((...args: any[]) => any) | undefined;
279
280
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -1858,16 +1859,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1858
1859
  autocomplete: string;
1859
1860
  helpText: string;
1860
1861
  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;
1861
1868
  isValidateOnBlur: boolean;
1869
+ successMessages: string[] | null;
1862
1870
  useVuetifyValidation: boolean;
1863
- customRules: ValidationRule[];
1864
- customWarningRules: ValidationRule[];
1865
- customSuccessRules: ValidationRule[];
1866
1871
  warningMessages: string[] | null;
1867
- successMessages: string[] | null;
1868
- hasError: boolean;
1869
- hasWarning: boolean;
1870
- hasSuccess: boolean;
1871
1872
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1872
1873
  beforeCreate?: (() => void) | (() => void)[];
1873
1874
  created?: (() => void) | (() => void)[];
@@ -1950,16 +1951,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1950
1951
  autocomplete: string;
1951
1952
  helpText: string;
1952
1953
  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;
1953
1960
  isValidateOnBlur: boolean;
1961
+ successMessages: string[] | null;
1954
1962
  useVuetifyValidation: boolean;
1955
- customRules: ValidationRule[];
1956
- customWarningRules: ValidationRule[];
1957
- customSuccessRules: ValidationRule[];
1958
1963
  warningMessages: string[] | null;
1959
- successMessages: string[] | null;
1960
- hasError: boolean;
1961
- hasWarning: boolean;
1962
- hasSuccess: boolean;
1963
1964
  }> & Omit<Readonly<{
1964
1965
  modelValue?: string | number | null | undefined;
1965
1966
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -2027,7 +2028,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2027
2028
  onClear?: ((...args: any[]) => any) | undefined;
2028
2029
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2029
2030
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2030
- }>, "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" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
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")> & {
2031
2032
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
2032
2033
  } & {} & import('vue').ComponentCustomProperties & {} & {
2033
2034
  $slots: {
@@ -2049,8 +2050,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2049
2050
  }, Readonly<{
2050
2051
  autoClamp?: boolean;
2051
2052
  bgColor?: string;
2052
- customRules?: ValidationRule[];
2053
- customWarningRules?: ValidationRule[];
2053
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2054
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2054
2055
  dateFormatReturn?: string;
2055
2056
  density?: "default" | "comfortable" | "compact";
2056
2057
  disableErrorHandling?: boolean;
@@ -2073,6 +2074,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2073
2074
  required?: boolean;
2074
2075
  showSuccessMessages?: boolean;
2075
2076
  title?: string | false;
2077
+ skipInternalValidation?: boolean;
2076
2078
  }> & Readonly<{
2077
2079
  onInput?: ((value: string) => any) | undefined;
2078
2080
  onBlur?: (() => any) | undefined;
@@ -2097,9 +2099,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2097
2099
  disableErrorHandling: boolean;
2098
2100
  hint: string;
2099
2101
  noIcon: boolean;
2102
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2103
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2100
2104
  isValidateOnBlur: boolean;
2101
- customRules: ValidationRule[];
2102
- customWarningRules: ValidationRule[];
2103
2105
  persistentHint: boolean;
2104
2106
  format: string;
2105
2107
  autoClamp: boolean;
@@ -2110,6 +2112,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2110
2112
  displayPrependIcon: boolean;
2111
2113
  externalErrorMessages: string[];
2112
2114
  isOutlined: boolean;
2115
+ skipInternalValidation: boolean;
2113
2116
  }> | null;
2114
2117
  complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2115
2118
  autoClamp?: boolean;
@@ -2179,9 +2182,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2179
2182
  currentMonth: Ref<string | null, string | null>;
2180
2183
  currentMonthName: Ref<string | null, string | null>;
2181
2184
  toggleDatePicker: () => void;
2182
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult | Promise<ValidationResult>;
2185
+ validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => Promise<import('../../../composables/validation/useValidation').ValidationResult> | import('../../../composables/validation/useValidation').ValidationResult;
2183
2186
  clearValidation: () => void;
2184
- validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
2187
+ validateDates: (forceValidation?: boolean) => import('../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../composables/validation/useValidation').ValidationResult | undefined>;
2185
2188
  formatDateInput: (input: string, cursorPosition?: number) => {
2186
2189
  formatted: string;
2187
2190
  cursorPos: number;
@@ -2218,7 +2221,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2218
2221
  hint: string;
2219
2222
  displayAsterisk: boolean;
2220
2223
  noIcon: boolean;
2221
- isValidateOnBlur: boolean;
2222
2224
  customRules: {
2223
2225
  type: string;
2224
2226
  options: any;
@@ -2227,6 +2229,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2227
2229
  type: string;
2228
2230
  options: any;
2229
2231
  }[];
2232
+ isValidateOnBlur: boolean;
2230
2233
  persistentHint: boolean;
2231
2234
  format: string;
2232
2235
  autoClamp: boolean;
@@ -2253,8 +2256,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2253
2256
  dateTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2254
2257
  autoClamp?: boolean;
2255
2258
  bgColor?: string;
2256
- customRules?: ValidationRule[];
2257
- customWarningRules?: ValidationRule[];
2259
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2260
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
2258
2261
  dateFormatReturn?: string;
2259
2262
  density?: "default" | "comfortable" | "compact";
2260
2263
  disableErrorHandling?: boolean;
@@ -2277,6 +2280,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2277
2280
  required?: boolean;
2278
2281
  showSuccessMessages?: boolean;
2279
2282
  title?: string | false;
2283
+ skipInternalValidation?: boolean;
2280
2284
  }> & Readonly<{
2281
2285
  onInput?: ((value: string) => any) | undefined;
2282
2286
  onBlur?: (() => any) | undefined;
@@ -2307,9 +2311,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2307
2311
  disableErrorHandling: boolean;
2308
2312
  hint: string;
2309
2313
  noIcon: boolean;
2314
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
2315
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
2310
2316
  isValidateOnBlur: boolean;
2311
- customRules: ValidationRule[];
2312
- customWarningRules: ValidationRule[];
2313
2317
  persistentHint: boolean;
2314
2318
  format: string;
2315
2319
  autoClamp: boolean;
@@ -2320,6 +2324,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2320
2324
  displayPrependIcon: boolean;
2321
2325
  externalErrorMessages: string[];
2322
2326
  isOutlined: boolean;
2327
+ skipInternalValidation: boolean;
2323
2328
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
2324
2329
  inputRef: ({
2325
2330
  $: import('vue').ComponentInternalInstance;
@@ -2382,22 +2387,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2382
2387
  readonly helpText?: string | undefined;
2383
2388
  readonly maxlength?: string | number | undefined;
2384
2389
  readonly title?: string | false | undefined;
2385
- readonly required?: boolean | undefined;
2386
- readonly isValidateOnBlur?: boolean | undefined;
2387
- readonly showSuccessMessages?: boolean | undefined;
2390
+ readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2391
+ readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2392
+ readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
2388
2393
  readonly disableErrorHandling?: boolean | undefined;
2389
- readonly useVuetifyValidation?: boolean | undefined;
2390
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
2391
- readonly customRules?: ValidationRule[] | undefined;
2392
- readonly customWarningRules?: ValidationRule[] | undefined;
2393
- readonly customSuccessRules?: ValidationRule[] | undefined;
2394
2394
  readonly errorMessages?: string[] | null | undefined;
2395
- readonly warningMessages?: string[] | null | undefined;
2396
- readonly successMessages?: string[] | null | undefined;
2397
2395
  readonly hasError?: boolean | undefined;
2398
- readonly hasWarning?: boolean | undefined;
2399
2396
  readonly hasSuccess?: boolean | undefined;
2397
+ readonly hasWarning?: boolean | undefined;
2398
+ readonly isValidateOnBlur?: boolean | undefined;
2400
2399
  readonly maxErrors?: number | undefined;
2400
+ readonly required?: boolean | undefined;
2401
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
2402
+ readonly showSuccessMessages?: boolean | undefined;
2403
+ readonly successMessages?: string[] | null | undefined;
2404
+ readonly useVuetifyValidation?: boolean | undefined;
2405
+ readonly warningMessages?: string[] | null | undefined;
2401
2406
  readonly onInput?: ((...args: any[]) => any) | undefined;
2402
2407
  readonly onBlur?: ((...args: any[]) => any) | undefined;
2403
2408
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -3982,16 +3987,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3982
3987
  autocomplete: string;
3983
3988
  helpText: string;
3984
3989
  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;
3985
3996
  isValidateOnBlur: boolean;
3997
+ successMessages: string[] | null;
3986
3998
  useVuetifyValidation: boolean;
3987
- customRules: ValidationRule[];
3988
- customWarningRules: ValidationRule[];
3989
- customSuccessRules: ValidationRule[];
3990
3999
  warningMessages: string[] | null;
3991
- successMessages: string[] | null;
3992
- hasError: boolean;
3993
- hasWarning: boolean;
3994
- hasSuccess: boolean;
3995
4000
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
3996
4001
  beforeCreate?: (() => void) | (() => void)[];
3997
4002
  created?: (() => void) | (() => void)[];
@@ -4074,16 +4079,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4074
4079
  autocomplete: string;
4075
4080
  helpText: string;
4076
4081
  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;
4077
4088
  isValidateOnBlur: boolean;
4089
+ successMessages: string[] | null;
4078
4090
  useVuetifyValidation: boolean;
4079
- customRules: ValidationRule[];
4080
- customWarningRules: ValidationRule[];
4081
- customSuccessRules: ValidationRule[];
4082
4091
  warningMessages: string[] | null;
4083
- successMessages: string[] | null;
4084
- hasError: boolean;
4085
- hasWarning: boolean;
4086
- hasSuccess: boolean;
4087
4092
  }> & Omit<Readonly<{
4088
4093
  modelValue?: string | number | null | undefined;
4089
4094
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -4151,7 +4156,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4151
4156
  onClear?: ((...args: any[]) => any) | undefined;
4152
4157
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
4153
4158
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
4154
- }>, "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" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
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")> & {
4155
4160
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
4156
4161
  } & {} & import('vue').ComponentCustomProperties & {} & {
4157
4162
  $slots: {
@@ -4173,8 +4178,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4173
4178
  }, Readonly<{
4174
4179
  autoClamp?: boolean;
4175
4180
  bgColor?: string;
4176
- customRules?: ValidationRule[];
4177
- customWarningRules?: ValidationRule[];
4181
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4182
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4178
4183
  dateFormatReturn?: string;
4179
4184
  density?: "default" | "comfortable" | "compact";
4180
4185
  disableErrorHandling?: boolean;
@@ -4197,6 +4202,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4197
4202
  required?: boolean;
4198
4203
  showSuccessMessages?: boolean;
4199
4204
  title?: string | false;
4205
+ skipInternalValidation?: boolean;
4200
4206
  }> & Readonly<{
4201
4207
  onInput?: ((value: string) => any) | undefined;
4202
4208
  onBlur?: (() => any) | undefined;
@@ -4221,9 +4227,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4221
4227
  disableErrorHandling: boolean;
4222
4228
  hint: string;
4223
4229
  noIcon: boolean;
4230
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4231
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4224
4232
  isValidateOnBlur: boolean;
4225
- customRules: ValidationRule[];
4226
- customWarningRules: ValidationRule[];
4227
4233
  persistentHint: boolean;
4228
4234
  format: string;
4229
4235
  autoClamp: boolean;
@@ -4234,13 +4240,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4234
4240
  displayPrependIcon: boolean;
4235
4241
  externalErrorMessages: string[];
4236
4242
  isOutlined: boolean;
4243
+ skipInternalValidation: boolean;
4237
4244
  }> | null;
4238
4245
  menuActivatorRef: HTMLDivElement;
4239
4246
  dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
4240
4247
  autoClamp?: boolean;
4241
4248
  bgColor?: string;
4242
- customRules?: ValidationRule[];
4243
- customWarningRules?: ValidationRule[];
4249
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4250
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
4244
4251
  dateFormatReturn?: string;
4245
4252
  density?: "default" | "comfortable" | "compact";
4246
4253
  disableErrorHandling?: boolean;
@@ -4263,6 +4270,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4263
4270
  required?: boolean;
4264
4271
  showSuccessMessages?: boolean;
4265
4272
  title?: string | false;
4273
+ skipInternalValidation?: boolean;
4266
4274
  }> & Readonly<{
4267
4275
  onInput?: ((value: string) => any) | undefined;
4268
4276
  onBlur?: (() => any) | undefined;
@@ -4293,9 +4301,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4293
4301
  disableErrorHandling: boolean;
4294
4302
  hint: string;
4295
4303
  noIcon: boolean;
4304
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
4305
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
4296
4306
  isValidateOnBlur: boolean;
4297
- customRules: ValidationRule[];
4298
- customWarningRules: ValidationRule[];
4299
4307
  persistentHint: boolean;
4300
4308
  format: string;
4301
4309
  autoClamp: boolean;
@@ -4306,6 +4314,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4306
4314
  displayPrependIcon: boolean;
4307
4315
  externalErrorMessages: string[];
4308
4316
  isOutlined: boolean;
4317
+ skipInternalValidation: boolean;
4309
4318
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
4310
4319
  inputRef: ({
4311
4320
  $: import('vue').ComponentInternalInstance;
@@ -4368,22 +4377,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4368
4377
  readonly helpText?: string | undefined;
4369
4378
  readonly maxlength?: string | number | undefined;
4370
4379
  readonly title?: string | false | undefined;
4371
- readonly required?: boolean | undefined;
4372
- readonly isValidateOnBlur?: boolean | undefined;
4373
- readonly showSuccessMessages?: boolean | undefined;
4380
+ readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
4381
+ readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
4382
+ readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
4374
4383
  readonly disableErrorHandling?: boolean | undefined;
4375
- readonly useVuetifyValidation?: boolean | undefined;
4376
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
4377
- readonly customRules?: ValidationRule[] | undefined;
4378
- readonly customWarningRules?: ValidationRule[] | undefined;
4379
- readonly customSuccessRules?: ValidationRule[] | undefined;
4380
4384
  readonly errorMessages?: string[] | null | undefined;
4381
- readonly warningMessages?: string[] | null | undefined;
4382
- readonly successMessages?: string[] | null | undefined;
4383
4385
  readonly hasError?: boolean | undefined;
4384
- readonly hasWarning?: boolean | undefined;
4385
4386
  readonly hasSuccess?: boolean | undefined;
4387
+ readonly hasWarning?: boolean | undefined;
4388
+ readonly isValidateOnBlur?: boolean | undefined;
4386
4389
  readonly maxErrors?: number | undefined;
4390
+ readonly required?: boolean | undefined;
4391
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
4392
+ readonly showSuccessMessages?: boolean | undefined;
4393
+ readonly successMessages?: string[] | null | undefined;
4394
+ readonly useVuetifyValidation?: boolean | undefined;
4395
+ readonly warningMessages?: string[] | null | undefined;
4387
4396
  readonly onInput?: ((...args: any[]) => any) | undefined;
4388
4397
  readonly onBlur?: ((...args: any[]) => any) | undefined;
4389
4398
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -5968,16 +5977,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5968
5977
  autocomplete: string;
5969
5978
  helpText: string;
5970
5979
  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;
5971
5986
  isValidateOnBlur: boolean;
5987
+ successMessages: string[] | null;
5972
5988
  useVuetifyValidation: boolean;
5973
- customRules: ValidationRule[];
5974
- customWarningRules: ValidationRule[];
5975
- customSuccessRules: ValidationRule[];
5976
5989
  warningMessages: string[] | null;
5977
- successMessages: string[] | null;
5978
- hasError: boolean;
5979
- hasWarning: boolean;
5980
- hasSuccess: boolean;
5981
5990
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
5982
5991
  beforeCreate?: (() => void) | (() => void)[];
5983
5992
  created?: (() => void) | (() => void)[];
@@ -6060,16 +6069,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6060
6069
  autocomplete: string;
6061
6070
  helpText: string;
6062
6071
  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;
6063
6078
  isValidateOnBlur: boolean;
6079
+ successMessages: string[] | null;
6064
6080
  useVuetifyValidation: boolean;
6065
- customRules: ValidationRule[];
6066
- customWarningRules: ValidationRule[];
6067
- customSuccessRules: ValidationRule[];
6068
6081
  warningMessages: string[] | null;
6069
- successMessages: string[] | null;
6070
- hasError: boolean;
6071
- hasWarning: boolean;
6072
- hasSuccess: boolean;
6073
6082
  }> & Omit<Readonly<{
6074
6083
  modelValue?: string | number | null | undefined;
6075
6084
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -6137,7 +6146,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6137
6146
  onClear?: ((...args: any[]) => any) | undefined;
6138
6147
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
6139
6148
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
6140
- }>, "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" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
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")> & {
6141
6150
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
6142
6151
  } & {} & import('vue').ComponentCustomProperties & {} & {
6143
6152
  $slots: {
@@ -6159,8 +6168,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6159
6168
  }, Readonly<{
6160
6169
  autoClamp?: boolean;
6161
6170
  bgColor?: string;
6162
- customRules?: ValidationRule[];
6163
- customWarningRules?: ValidationRule[];
6171
+ customRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6172
+ customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[];
6164
6173
  dateFormatReturn?: string;
6165
6174
  density?: "default" | "comfortable" | "compact";
6166
6175
  disableErrorHandling?: boolean;
@@ -6183,6 +6192,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6183
6192
  required?: boolean;
6184
6193
  showSuccessMessages?: boolean;
6185
6194
  title?: string | false;
6195
+ skipInternalValidation?: boolean;
6186
6196
  }> & Readonly<{
6187
6197
  onInput?: ((value: string) => any) | undefined;
6188
6198
  onBlur?: (() => any) | undefined;
@@ -6207,9 +6217,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6207
6217
  disableErrorHandling: boolean;
6208
6218
  hint: string;
6209
6219
  noIcon: boolean;
6220
+ customRules: import('../../../composables/validation/useValidation').ValidationRule[];
6221
+ customWarningRules: import('../../../composables/validation/useValidation').ValidationRule[];
6210
6222
  isValidateOnBlur: boolean;
6211
- customRules: ValidationRule[];
6212
- customWarningRules: ValidationRule[];
6213
6223
  persistentHint: boolean;
6214
6224
  format: string;
6215
6225
  autoClamp: boolean;
@@ -6220,6 +6230,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6220
6230
  displayPrependIcon: boolean;
6221
6231
  externalErrorMessages: string[];
6222
6232
  isOutlined: boolean;
6233
+ skipInternalValidation: boolean;
6223
6234
  }> | null;
6224
6235
  datePickerRef: ({
6225
6236
  $: import('vue').ComponentInternalInstance;
@@ -6737,9 +6748,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6737
6748
  currentMonth: Ref<string | null, string | null>;
6738
6749
  currentMonthName: Ref<string | null, string | null>;
6739
6750
  toggleDatePicker: () => void;
6740
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => ValidationResult | Promise<ValidationResult>;
6751
+ validateField: (value: unknown, rules?: import('../../../composables/validation/useValidation').ValidationRule[], warningRules?: import('../../../composables/validation/useValidation').ValidationRule[], successRules?: import('../../../composables/validation/useValidation').ValidationRule[]) => Promise<import('../../../composables/validation/useValidation').ValidationResult> | import('../../../composables/validation/useValidation').ValidationResult;
6741
6752
  clearValidation: () => void;
6742
- validateDates: (forceValidation?: boolean) => ValidationResult | Promise<ValidationResult>;
6753
+ validateDates: (forceValidation?: boolean) => import('../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../composables/validation/useValidation').ValidationResult | undefined>;
6743
6754
  formatDateInput: (input: string, cursorPosition?: number) => {
6744
6755
  formatted: string;
6745
6756
  cursorPos: number;
@@ -6769,7 +6780,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6769
6780
  hint: string;
6770
6781
  displayAsterisk: boolean;
6771
6782
  noIcon: boolean;
6772
- isValidateOnBlur: boolean;
6773
6783
  customRules: {
6774
6784
  type: string;
6775
6785
  options: any;
@@ -6778,6 +6788,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6778
6788
  type: string;
6779
6789
  options: any;
6780
6790
  }[];
6791
+ isValidateOnBlur: boolean;
6781
6792
  persistentHint: boolean;
6782
6793
  format: string;
6783
6794
  autoClamp: boolean;
@@ -6861,22 +6872,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6861
6872
  readonly helpText?: string | undefined;
6862
6873
  readonly maxlength?: string | number | undefined;
6863
6874
  readonly title?: string | false | undefined;
6864
- readonly required?: boolean | undefined;
6865
- readonly isValidateOnBlur?: boolean | undefined;
6866
- readonly showSuccessMessages?: boolean | undefined;
6875
+ readonly customRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
6876
+ readonly customSuccessRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
6877
+ readonly customWarningRules?: import('../../../composables/validation/useValidation').ValidationRule[] | undefined;
6867
6878
  readonly disableErrorHandling?: boolean | undefined;
6868
- readonly useVuetifyValidation?: boolean | undefined;
6869
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
6870
- readonly customRules?: ValidationRule[] | undefined;
6871
- readonly customWarningRules?: ValidationRule[] | undefined;
6872
- readonly customSuccessRules?: ValidationRule[] | undefined;
6873
6879
  readonly errorMessages?: string[] | null | undefined;
6874
- readonly warningMessages?: string[] | null | undefined;
6875
- readonly successMessages?: string[] | null | undefined;
6876
6880
  readonly hasError?: boolean | undefined;
6877
- readonly hasWarning?: boolean | undefined;
6878
6881
  readonly hasSuccess?: boolean | undefined;
6882
+ readonly hasWarning?: boolean | undefined;
6883
+ readonly isValidateOnBlur?: boolean | undefined;
6879
6884
  readonly maxErrors?: number | undefined;
6885
+ readonly required?: boolean | undefined;
6886
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
6887
+ readonly showSuccessMessages?: boolean | undefined;
6888
+ readonly successMessages?: string[] | null | undefined;
6889
+ readonly useVuetifyValidation?: boolean | undefined;
6890
+ readonly warningMessages?: string[] | null | undefined;
6880
6891
  readonly onInput?: ((...args: any[]) => any) | undefined;
6881
6892
  readonly onBlur?: ((...args: any[]) => any) | undefined;
6882
6893
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -8461,16 +8472,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8461
8472
  autocomplete: string;
8462
8473
  helpText: string;
8463
8474
  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;
8464
8481
  isValidateOnBlur: boolean;
8482
+ successMessages: string[] | null;
8465
8483
  useVuetifyValidation: boolean;
8466
- customRules: ValidationRule[];
8467
- customWarningRules: ValidationRule[];
8468
- customSuccessRules: ValidationRule[];
8469
8484
  warningMessages: string[] | null;
8470
- successMessages: string[] | null;
8471
- hasError: boolean;
8472
- hasWarning: boolean;
8473
- hasSuccess: boolean;
8474
8485
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
8475
8486
  beforeCreate?: (() => void) | (() => void)[];
8476
8487
  created?: (() => void) | (() => void)[];
@@ -8553,16 +8564,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8553
8564
  autocomplete: string;
8554
8565
  helpText: string;
8555
8566
  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;
8556
8573
  isValidateOnBlur: boolean;
8574
+ successMessages: string[] | null;
8557
8575
  useVuetifyValidation: boolean;
8558
- customRules: ValidationRule[];
8559
- customWarningRules: ValidationRule[];
8560
- customSuccessRules: ValidationRule[];
8561
8576
  warningMessages: string[] | null;
8562
- successMessages: string[] | null;
8563
- hasError: boolean;
8564
- hasWarning: boolean;
8565
- hasSuccess: boolean;
8566
8577
  }> & Omit<Readonly<{
8567
8578
  modelValue?: string | number | null | undefined;
8568
8579
  prependIcon?: import('../../../types/vuetifyTypes').IconType;
@@ -8630,7 +8641,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8630
8641
  onClear?: ((...args: any[]) => any) | undefined;
8631
8642
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8632
8643
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
8633
- }>, "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" | "isValidateOnBlur" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "warningMessages" | "successMessages" | "hasError" | "hasWarning" | "hasSuccess")> & {
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")> & {
8634
8645
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8635
8646
  } & {} & import('vue').ComponentCustomProperties & {} & {
8636
8647
  $slots: {