@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
@@ -161,7 +161,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
161
161
  hint: string;
162
162
  displayAsterisk: boolean;
163
163
  noIcon: boolean;
164
- isValidateOnBlur: boolean;
165
164
  customRules: {
166
165
  type: string;
167
166
  options: any;
@@ -170,6 +169,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
170
169
  type: string;
171
170
  options: any;
172
171
  }[];
172
+ isValidateOnBlur: boolean;
173
173
  persistentHint: boolean;
174
174
  hideDetails: boolean | "auto";
175
175
  format: string;
@@ -221,6 +221,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
221
221
  required?: boolean;
222
222
  showSuccessMessages?: boolean;
223
223
  title?: string | false;
224
+ skipInternalValidation?: boolean;
224
225
  }> & Readonly<{
225
226
  onInput?: ((value: string) => any) | undefined;
226
227
  onBlur?: (() => any) | undefined;
@@ -251,9 +252,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
251
252
  disableErrorHandling: boolean;
252
253
  hint: string;
253
254
  noIcon: boolean;
254
- isValidateOnBlur: boolean;
255
255
  customRules: ValidationRule[];
256
256
  customWarningRules: ValidationRule[];
257
+ isValidateOnBlur: boolean;
257
258
  persistentHint: boolean;
258
259
  format: string;
259
260
  autoClamp: boolean;
@@ -264,6 +265,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
264
265
  displayPrependIcon: boolean;
265
266
  externalErrorMessages: string[];
266
267
  isOutlined: boolean;
268
+ skipInternalValidation: boolean;
267
269
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
268
270
  inputRef: ({
269
271
  $: import('vue').ComponentInternalInstance;
@@ -326,22 +328,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
326
328
  readonly helpText?: string | undefined;
327
329
  readonly maxlength?: string | number | undefined;
328
330
  readonly title?: string | false | undefined;
329
- readonly required?: boolean | undefined;
330
- readonly isValidateOnBlur?: boolean | undefined;
331
- readonly showSuccessMessages?: boolean | undefined;
332
- readonly disableErrorHandling?: boolean | undefined;
333
- readonly useVuetifyValidation?: boolean | undefined;
334
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
335
331
  readonly customRules?: ValidationRule[] | undefined;
336
- readonly customWarningRules?: ValidationRule[] | undefined;
337
332
  readonly customSuccessRules?: ValidationRule[] | undefined;
333
+ readonly customWarningRules?: ValidationRule[] | undefined;
334
+ readonly disableErrorHandling?: boolean | undefined;
338
335
  readonly errorMessages?: string[] | null | undefined;
339
- readonly warningMessages?: string[] | null | undefined;
340
- readonly successMessages?: string[] | null | undefined;
341
336
  readonly hasError?: boolean | undefined;
342
- readonly hasWarning?: boolean | undefined;
343
337
  readonly hasSuccess?: boolean | undefined;
338
+ readonly hasWarning?: boolean | undefined;
339
+ readonly isValidateOnBlur?: boolean | undefined;
344
340
  readonly maxErrors?: number | undefined;
341
+ readonly required?: boolean | undefined;
342
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
343
+ readonly showSuccessMessages?: boolean | undefined;
344
+ readonly successMessages?: string[] | null | undefined;
345
+ readonly useVuetifyValidation?: boolean | undefined;
346
+ readonly warningMessages?: string[] | null | undefined;
345
347
  readonly onInput?: ((...args: any[]) => any) | undefined;
346
348
  readonly onBlur?: ((...args: any[]) => any) | undefined;
347
349
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -1926,16 +1928,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1926
1928
  autocomplete: string;
1927
1929
  helpText: string;
1928
1930
  maxlength: string | number;
1929
- isValidateOnBlur: boolean;
1930
- useVuetifyValidation: boolean;
1931
1931
  customRules: ValidationRule[];
1932
- customWarningRules: ValidationRule[];
1933
1932
  customSuccessRules: ValidationRule[];
1934
- warningMessages: string[] | null;
1935
- successMessages: string[] | null;
1933
+ customWarningRules: ValidationRule[];
1936
1934
  hasError: boolean;
1937
- hasWarning: boolean;
1938
1935
  hasSuccess: boolean;
1936
+ hasWarning: boolean;
1937
+ isValidateOnBlur: boolean;
1938
+ successMessages: string[] | null;
1939
+ useVuetifyValidation: boolean;
1940
+ warningMessages: string[] | null;
1939
1941
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1940
1942
  beforeCreate?: (() => void) | (() => void)[];
1941
1943
  created?: (() => void) | (() => void)[];
@@ -2018,16 +2020,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2018
2020
  autocomplete: string;
2019
2021
  helpText: string;
2020
2022
  maxlength: string | number;
2021
- isValidateOnBlur: boolean;
2022
- useVuetifyValidation: boolean;
2023
2023
  customRules: ValidationRule[];
2024
- customWarningRules: ValidationRule[];
2025
2024
  customSuccessRules: ValidationRule[];
2026
- warningMessages: string[] | null;
2027
- successMessages: string[] | null;
2025
+ customWarningRules: ValidationRule[];
2028
2026
  hasError: boolean;
2029
- hasWarning: boolean;
2030
2027
  hasSuccess: boolean;
2028
+ hasWarning: boolean;
2029
+ isValidateOnBlur: boolean;
2030
+ successMessages: string[] | null;
2031
+ useVuetifyValidation: boolean;
2032
+ warningMessages: string[] | null;
2031
2033
  }> & Omit<Readonly<{
2032
2034
  modelValue?: string | number | null | undefined;
2033
2035
  prependIcon?: import('../../types/vuetifyTypes').IconType;
@@ -2095,7 +2097,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2095
2097
  onClear?: ((...args: any[]) => any) | undefined;
2096
2098
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2097
2099
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2098
- }>, "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")> & {
2100
+ }>, "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")> & {
2099
2101
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
2100
2102
  } & {} & import('vue').ComponentCustomProperties & {} & {
2101
2103
  $slots: {
@@ -2141,6 +2143,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2141
2143
  required?: boolean;
2142
2144
  showSuccessMessages?: boolean;
2143
2145
  title?: string | false;
2146
+ skipInternalValidation?: boolean;
2144
2147
  }> & Readonly<{
2145
2148
  onInput?: ((value: string) => any) | undefined;
2146
2149
  onBlur?: (() => any) | undefined;
@@ -2165,9 +2168,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2165
2168
  disableErrorHandling: boolean;
2166
2169
  hint: string;
2167
2170
  noIcon: boolean;
2168
- isValidateOnBlur: boolean;
2169
2171
  customRules: ValidationRule[];
2170
2172
  customWarningRules: ValidationRule[];
2173
+ isValidateOnBlur: boolean;
2171
2174
  persistentHint: boolean;
2172
2175
  format: string;
2173
2176
  autoClamp: boolean;
@@ -2178,6 +2181,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2178
2181
  displayPrependIcon: boolean;
2179
2182
  externalErrorMessages: string[];
2180
2183
  isOutlined: boolean;
2184
+ skipInternalValidation: boolean;
2181
2185
  }> | null;
2182
2186
  complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
2183
2187
  autoClamp?: boolean;
@@ -2247,9 +2251,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2247
2251
  currentMonth: import('vue').Ref<string | null, string | null>;
2248
2252
  currentMonthName: import('vue').Ref<string | null, string | null>;
2249
2253
  toggleDatePicker: () => void;
2250
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
2254
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => Promise<import('../../composables/validation/useValidation').ValidationResult> | import('../../composables/validation/useValidation').ValidationResult;
2251
2255
  clearValidation: () => void;
2252
- validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
2256
+ validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult | undefined>;
2253
2257
  formatDateInput: (input: string, cursorPosition?: number) => {
2254
2258
  formatted: string;
2255
2259
  cursorPos: number;
@@ -2286,7 +2290,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2286
2290
  hint: string;
2287
2291
  displayAsterisk: boolean;
2288
2292
  noIcon: boolean;
2289
- isValidateOnBlur: boolean;
2290
2293
  customRules: {
2291
2294
  type: string;
2292
2295
  options: any;
@@ -2295,6 +2298,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2295
2298
  type: string;
2296
2299
  options: any;
2297
2300
  }[];
2301
+ isValidateOnBlur: boolean;
2298
2302
  persistentHint: boolean;
2299
2303
  format: string;
2300
2304
  autoClamp: boolean;
@@ -2345,6 +2349,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2345
2349
  required?: boolean;
2346
2350
  showSuccessMessages?: boolean;
2347
2351
  title?: string | false;
2352
+ skipInternalValidation?: boolean;
2348
2353
  }> & Readonly<{
2349
2354
  onInput?: ((value: string) => any) | undefined;
2350
2355
  onBlur?: (() => any) | undefined;
@@ -2375,9 +2380,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2375
2380
  disableErrorHandling: boolean;
2376
2381
  hint: string;
2377
2382
  noIcon: boolean;
2378
- isValidateOnBlur: boolean;
2379
2383
  customRules: ValidationRule[];
2380
2384
  customWarningRules: ValidationRule[];
2385
+ isValidateOnBlur: boolean;
2381
2386
  persistentHint: boolean;
2382
2387
  format: string;
2383
2388
  autoClamp: boolean;
@@ -2388,6 +2393,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2388
2393
  displayPrependIcon: boolean;
2389
2394
  externalErrorMessages: string[];
2390
2395
  isOutlined: boolean;
2396
+ skipInternalValidation: boolean;
2391
2397
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
2392
2398
  inputRef: ({
2393
2399
  $: import('vue').ComponentInternalInstance;
@@ -2450,22 +2456,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2450
2456
  readonly helpText?: string | undefined;
2451
2457
  readonly maxlength?: string | number | undefined;
2452
2458
  readonly title?: string | false | undefined;
2453
- readonly required?: boolean | undefined;
2454
- readonly isValidateOnBlur?: boolean | undefined;
2455
- readonly showSuccessMessages?: boolean | undefined;
2456
- readonly disableErrorHandling?: boolean | undefined;
2457
- readonly useVuetifyValidation?: boolean | undefined;
2458
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
2459
2459
  readonly customRules?: ValidationRule[] | undefined;
2460
- readonly customWarningRules?: ValidationRule[] | undefined;
2461
2460
  readonly customSuccessRules?: ValidationRule[] | undefined;
2461
+ readonly customWarningRules?: ValidationRule[] | undefined;
2462
+ readonly disableErrorHandling?: boolean | undefined;
2462
2463
  readonly errorMessages?: string[] | null | undefined;
2463
- readonly warningMessages?: string[] | null | undefined;
2464
- readonly successMessages?: string[] | null | undefined;
2465
2464
  readonly hasError?: boolean | undefined;
2466
- readonly hasWarning?: boolean | undefined;
2467
2465
  readonly hasSuccess?: boolean | undefined;
2466
+ readonly hasWarning?: boolean | undefined;
2467
+ readonly isValidateOnBlur?: boolean | undefined;
2468
2468
  readonly maxErrors?: number | undefined;
2469
+ readonly required?: boolean | undefined;
2470
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
2471
+ readonly showSuccessMessages?: boolean | undefined;
2472
+ readonly successMessages?: string[] | null | undefined;
2473
+ readonly useVuetifyValidation?: boolean | undefined;
2474
+ readonly warningMessages?: string[] | null | undefined;
2469
2475
  readonly onInput?: ((...args: any[]) => any) | undefined;
2470
2476
  readonly onBlur?: ((...args: any[]) => any) | undefined;
2471
2477
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -4050,16 +4056,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4050
4056
  autocomplete: string;
4051
4057
  helpText: string;
4052
4058
  maxlength: string | number;
4053
- isValidateOnBlur: boolean;
4054
- useVuetifyValidation: boolean;
4055
4059
  customRules: ValidationRule[];
4056
- customWarningRules: ValidationRule[];
4057
4060
  customSuccessRules: ValidationRule[];
4058
- warningMessages: string[] | null;
4059
- successMessages: string[] | null;
4061
+ customWarningRules: ValidationRule[];
4060
4062
  hasError: boolean;
4061
- hasWarning: boolean;
4062
4063
  hasSuccess: boolean;
4064
+ hasWarning: boolean;
4065
+ isValidateOnBlur: boolean;
4066
+ successMessages: string[] | null;
4067
+ useVuetifyValidation: boolean;
4068
+ warningMessages: string[] | null;
4063
4069
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
4064
4070
  beforeCreate?: (() => void) | (() => void)[];
4065
4071
  created?: (() => void) | (() => void)[];
@@ -4142,16 +4148,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4142
4148
  autocomplete: string;
4143
4149
  helpText: string;
4144
4150
  maxlength: string | number;
4145
- isValidateOnBlur: boolean;
4146
- useVuetifyValidation: boolean;
4147
4151
  customRules: ValidationRule[];
4148
- customWarningRules: ValidationRule[];
4149
4152
  customSuccessRules: ValidationRule[];
4150
- warningMessages: string[] | null;
4151
- successMessages: string[] | null;
4153
+ customWarningRules: ValidationRule[];
4152
4154
  hasError: boolean;
4153
- hasWarning: boolean;
4154
4155
  hasSuccess: boolean;
4156
+ hasWarning: boolean;
4157
+ isValidateOnBlur: boolean;
4158
+ successMessages: string[] | null;
4159
+ useVuetifyValidation: boolean;
4160
+ warningMessages: string[] | null;
4155
4161
  }> & Omit<Readonly<{
4156
4162
  modelValue?: string | number | null | undefined;
4157
4163
  prependIcon?: import('../../types/vuetifyTypes').IconType;
@@ -4219,7 +4225,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4219
4225
  onClear?: ((...args: any[]) => any) | undefined;
4220
4226
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
4221
4227
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
4222
- }>, "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")> & {
4228
+ }>, "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")> & {
4223
4229
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
4224
4230
  } & {} & import('vue').ComponentCustomProperties & {} & {
4225
4231
  $slots: {
@@ -4265,6 +4271,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4265
4271
  required?: boolean;
4266
4272
  showSuccessMessages?: boolean;
4267
4273
  title?: string | false;
4274
+ skipInternalValidation?: boolean;
4268
4275
  }> & Readonly<{
4269
4276
  onInput?: ((value: string) => any) | undefined;
4270
4277
  onBlur?: (() => any) | undefined;
@@ -4289,9 +4296,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4289
4296
  disableErrorHandling: boolean;
4290
4297
  hint: string;
4291
4298
  noIcon: boolean;
4292
- isValidateOnBlur: boolean;
4293
4299
  customRules: ValidationRule[];
4294
4300
  customWarningRules: ValidationRule[];
4301
+ isValidateOnBlur: boolean;
4295
4302
  persistentHint: boolean;
4296
4303
  format: string;
4297
4304
  autoClamp: boolean;
@@ -4302,6 +4309,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4302
4309
  displayPrependIcon: boolean;
4303
4310
  externalErrorMessages: string[];
4304
4311
  isOutlined: boolean;
4312
+ skipInternalValidation: boolean;
4305
4313
  }> | null;
4306
4314
  menuActivatorRef: HTMLDivElement;
4307
4315
  dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
@@ -4331,6 +4339,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4331
4339
  required?: boolean;
4332
4340
  showSuccessMessages?: boolean;
4333
4341
  title?: string | false;
4342
+ skipInternalValidation?: boolean;
4334
4343
  }> & Readonly<{
4335
4344
  onInput?: ((value: string) => any) | undefined;
4336
4345
  onBlur?: (() => any) | undefined;
@@ -4361,9 +4370,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4361
4370
  disableErrorHandling: boolean;
4362
4371
  hint: string;
4363
4372
  noIcon: boolean;
4364
- isValidateOnBlur: boolean;
4365
4373
  customRules: ValidationRule[];
4366
4374
  customWarningRules: ValidationRule[];
4375
+ isValidateOnBlur: boolean;
4367
4376
  persistentHint: boolean;
4368
4377
  format: string;
4369
4378
  autoClamp: boolean;
@@ -4374,6 +4383,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4374
4383
  displayPrependIcon: boolean;
4375
4384
  externalErrorMessages: string[];
4376
4385
  isOutlined: boolean;
4386
+ skipInternalValidation: boolean;
4377
4387
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
4378
4388
  inputRef: ({
4379
4389
  $: import('vue').ComponentInternalInstance;
@@ -4436,22 +4446,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4436
4446
  readonly helpText?: string | undefined;
4437
4447
  readonly maxlength?: string | number | undefined;
4438
4448
  readonly title?: string | false | undefined;
4439
- readonly required?: boolean | undefined;
4440
- readonly isValidateOnBlur?: boolean | undefined;
4441
- readonly showSuccessMessages?: boolean | undefined;
4442
- readonly disableErrorHandling?: boolean | undefined;
4443
- readonly useVuetifyValidation?: boolean | undefined;
4444
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
4445
4449
  readonly customRules?: ValidationRule[] | undefined;
4446
- readonly customWarningRules?: ValidationRule[] | undefined;
4447
4450
  readonly customSuccessRules?: ValidationRule[] | undefined;
4451
+ readonly customWarningRules?: ValidationRule[] | undefined;
4452
+ readonly disableErrorHandling?: boolean | undefined;
4448
4453
  readonly errorMessages?: string[] | null | undefined;
4449
- readonly warningMessages?: string[] | null | undefined;
4450
- readonly successMessages?: string[] | null | undefined;
4451
4454
  readonly hasError?: boolean | undefined;
4452
- readonly hasWarning?: boolean | undefined;
4453
4455
  readonly hasSuccess?: boolean | undefined;
4456
+ readonly hasWarning?: boolean | undefined;
4457
+ readonly isValidateOnBlur?: boolean | undefined;
4454
4458
  readonly maxErrors?: number | undefined;
4459
+ readonly required?: boolean | undefined;
4460
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
4461
+ readonly showSuccessMessages?: boolean | undefined;
4462
+ readonly successMessages?: string[] | null | undefined;
4463
+ readonly useVuetifyValidation?: boolean | undefined;
4464
+ readonly warningMessages?: string[] | null | undefined;
4455
4465
  readonly onInput?: ((...args: any[]) => any) | undefined;
4456
4466
  readonly onBlur?: ((...args: any[]) => any) | undefined;
4457
4467
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -6036,16 +6046,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6036
6046
  autocomplete: string;
6037
6047
  helpText: string;
6038
6048
  maxlength: string | number;
6039
- isValidateOnBlur: boolean;
6040
- useVuetifyValidation: boolean;
6041
6049
  customRules: ValidationRule[];
6042
- customWarningRules: ValidationRule[];
6043
6050
  customSuccessRules: ValidationRule[];
6044
- warningMessages: string[] | null;
6045
- successMessages: string[] | null;
6051
+ customWarningRules: ValidationRule[];
6046
6052
  hasError: boolean;
6047
- hasWarning: boolean;
6048
6053
  hasSuccess: boolean;
6054
+ hasWarning: boolean;
6055
+ isValidateOnBlur: boolean;
6056
+ successMessages: string[] | null;
6057
+ useVuetifyValidation: boolean;
6058
+ warningMessages: string[] | null;
6049
6059
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
6050
6060
  beforeCreate?: (() => void) | (() => void)[];
6051
6061
  created?: (() => void) | (() => void)[];
@@ -6128,16 +6138,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6128
6138
  autocomplete: string;
6129
6139
  helpText: string;
6130
6140
  maxlength: string | number;
6131
- isValidateOnBlur: boolean;
6132
- useVuetifyValidation: boolean;
6133
6141
  customRules: ValidationRule[];
6134
- customWarningRules: ValidationRule[];
6135
6142
  customSuccessRules: ValidationRule[];
6136
- warningMessages: string[] | null;
6137
- successMessages: string[] | null;
6143
+ customWarningRules: ValidationRule[];
6138
6144
  hasError: boolean;
6139
- hasWarning: boolean;
6140
6145
  hasSuccess: boolean;
6146
+ hasWarning: boolean;
6147
+ isValidateOnBlur: boolean;
6148
+ successMessages: string[] | null;
6149
+ useVuetifyValidation: boolean;
6150
+ warningMessages: string[] | null;
6141
6151
  }> & Omit<Readonly<{
6142
6152
  modelValue?: string | number | null | undefined;
6143
6153
  prependIcon?: import('../../types/vuetifyTypes').IconType;
@@ -6205,7 +6215,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6205
6215
  onClear?: ((...args: any[]) => any) | undefined;
6206
6216
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
6207
6217
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
6208
- }>, "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")> & {
6218
+ }>, "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")> & {
6209
6219
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
6210
6220
  } & {} & import('vue').ComponentCustomProperties & {} & {
6211
6221
  $slots: {
@@ -6251,6 +6261,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6251
6261
  required?: boolean;
6252
6262
  showSuccessMessages?: boolean;
6253
6263
  title?: string | false;
6264
+ skipInternalValidation?: boolean;
6254
6265
  }> & Readonly<{
6255
6266
  onInput?: ((value: string) => any) | undefined;
6256
6267
  onBlur?: (() => any) | undefined;
@@ -6275,9 +6286,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6275
6286
  disableErrorHandling: boolean;
6276
6287
  hint: string;
6277
6288
  noIcon: boolean;
6278
- isValidateOnBlur: boolean;
6279
6289
  customRules: ValidationRule[];
6280
6290
  customWarningRules: ValidationRule[];
6291
+ isValidateOnBlur: boolean;
6281
6292
  persistentHint: boolean;
6282
6293
  format: string;
6283
6294
  autoClamp: boolean;
@@ -6288,6 +6299,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6288
6299
  displayPrependIcon: boolean;
6289
6300
  externalErrorMessages: string[];
6290
6301
  isOutlined: boolean;
6302
+ skipInternalValidation: boolean;
6291
6303
  }> | null;
6292
6304
  datePickerRef: ({
6293
6305
  $: import('vue').ComponentInternalInstance;
@@ -6805,9 +6817,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6805
6817
  currentMonth: import('vue').Ref<string | null, string | null>;
6806
6818
  currentMonthName: import('vue').Ref<string | null, string | null>;
6807
6819
  toggleDatePicker: () => void;
6808
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
6820
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => Promise<import('../../composables/validation/useValidation').ValidationResult> | import('../../composables/validation/useValidation').ValidationResult;
6809
6821
  clearValidation: () => void;
6810
- validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
6822
+ validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult | undefined>;
6811
6823
  formatDateInput: (input: string, cursorPosition?: number) => {
6812
6824
  formatted: string;
6813
6825
  cursorPos: number;
@@ -6837,7 +6849,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6837
6849
  hint: string;
6838
6850
  displayAsterisk: boolean;
6839
6851
  noIcon: boolean;
6840
- isValidateOnBlur: boolean;
6841
6852
  customRules: {
6842
6853
  type: string;
6843
6854
  options: any;
@@ -6846,6 +6857,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6846
6857
  type: string;
6847
6858
  options: any;
6848
6859
  }[];
6860
+ isValidateOnBlur: boolean;
6849
6861
  persistentHint: boolean;
6850
6862
  format: string;
6851
6863
  autoClamp: boolean;
@@ -6929,22 +6941,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6929
6941
  readonly helpText?: string | undefined;
6930
6942
  readonly maxlength?: string | number | undefined;
6931
6943
  readonly title?: string | false | undefined;
6932
- readonly required?: boolean | undefined;
6933
- readonly isValidateOnBlur?: boolean | undefined;
6934
- readonly showSuccessMessages?: boolean | undefined;
6935
- readonly disableErrorHandling?: boolean | undefined;
6936
- readonly useVuetifyValidation?: boolean | undefined;
6937
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
6938
6944
  readonly customRules?: ValidationRule[] | undefined;
6939
- readonly customWarningRules?: ValidationRule[] | undefined;
6940
6945
  readonly customSuccessRules?: ValidationRule[] | undefined;
6946
+ readonly customWarningRules?: ValidationRule[] | undefined;
6947
+ readonly disableErrorHandling?: boolean | undefined;
6941
6948
  readonly errorMessages?: string[] | null | undefined;
6942
- readonly warningMessages?: string[] | null | undefined;
6943
- readonly successMessages?: string[] | null | undefined;
6944
6949
  readonly hasError?: boolean | undefined;
6945
- readonly hasWarning?: boolean | undefined;
6946
6950
  readonly hasSuccess?: boolean | undefined;
6951
+ readonly hasWarning?: boolean | undefined;
6952
+ readonly isValidateOnBlur?: boolean | undefined;
6947
6953
  readonly maxErrors?: number | undefined;
6954
+ readonly required?: boolean | undefined;
6955
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
6956
+ readonly showSuccessMessages?: boolean | undefined;
6957
+ readonly successMessages?: string[] | null | undefined;
6958
+ readonly useVuetifyValidation?: boolean | undefined;
6959
+ readonly warningMessages?: string[] | null | undefined;
6948
6960
  readonly onInput?: ((...args: any[]) => any) | undefined;
6949
6961
  readonly onBlur?: ((...args: any[]) => any) | undefined;
6950
6962
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -8529,16 +8541,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8529
8541
  autocomplete: string;
8530
8542
  helpText: string;
8531
8543
  maxlength: string | number;
8532
- isValidateOnBlur: boolean;
8533
- useVuetifyValidation: boolean;
8534
8544
  customRules: ValidationRule[];
8535
- customWarningRules: ValidationRule[];
8536
8545
  customSuccessRules: ValidationRule[];
8537
- warningMessages: string[] | null;
8538
- successMessages: string[] | null;
8546
+ customWarningRules: ValidationRule[];
8539
8547
  hasError: boolean;
8540
- hasWarning: boolean;
8541
8548
  hasSuccess: boolean;
8549
+ hasWarning: boolean;
8550
+ isValidateOnBlur: boolean;
8551
+ successMessages: string[] | null;
8552
+ useVuetifyValidation: boolean;
8553
+ warningMessages: string[] | null;
8542
8554
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
8543
8555
  beforeCreate?: (() => void) | (() => void)[];
8544
8556
  created?: (() => void) | (() => void)[];
@@ -8621,16 +8633,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8621
8633
  autocomplete: string;
8622
8634
  helpText: string;
8623
8635
  maxlength: string | number;
8624
- isValidateOnBlur: boolean;
8625
- useVuetifyValidation: boolean;
8626
8636
  customRules: ValidationRule[];
8627
- customWarningRules: ValidationRule[];
8628
8637
  customSuccessRules: ValidationRule[];
8629
- warningMessages: string[] | null;
8630
- successMessages: string[] | null;
8638
+ customWarningRules: ValidationRule[];
8631
8639
  hasError: boolean;
8632
- hasWarning: boolean;
8633
8640
  hasSuccess: boolean;
8641
+ hasWarning: boolean;
8642
+ isValidateOnBlur: boolean;
8643
+ successMessages: string[] | null;
8644
+ useVuetifyValidation: boolean;
8645
+ warningMessages: string[] | null;
8634
8646
  }> & Omit<Readonly<{
8635
8647
  modelValue?: string | number | null | undefined;
8636
8648
  prependIcon?: import('../../types/vuetifyTypes').IconType;
@@ -8698,7 +8710,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8698
8710
  onClear?: ((...args: any[]) => any) | undefined;
8699
8711
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
8700
8712
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
8701
- }>, "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")> & {
8713
+ }>, "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")> & {
8702
8714
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
8703
8715
  } & {} & import('vue').ComponentCustomProperties & {} & {
8704
8716
  $slots: {
@@ -9241,7 +9253,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9241
9253
  hint: string;
9242
9254
  displayAsterisk: boolean;
9243
9255
  noIcon: boolean;
9244
- isValidateOnBlur: boolean;
9245
9256
  customRules: {
9246
9257
  type: string;
9247
9258
  options: any;
@@ -9250,6 +9261,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9250
9261
  type: string;
9251
9262
  options: any;
9252
9263
  }[];
9264
+ isValidateOnBlur: boolean;
9253
9265
  persistentHint: boolean;
9254
9266
  hideDetails: boolean | "auto";
9255
9267
  format: string;
@@ -9364,7 +9376,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9364
9376
  hint: string;
9365
9377
  displayAsterisk: boolean;
9366
9378
  noIcon: boolean;
9367
- isValidateOnBlur: boolean;
9368
9379
  customRules: {
9369
9380
  type: string;
9370
9381
  options: any;
@@ -9373,6 +9384,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9373
9384
  type: string;
9374
9385
  options: any;
9375
9386
  }[];
9387
+ isValidateOnBlur: boolean;
9376
9388
  persistentHint: boolean;
9377
9389
  hideDetails: boolean | "auto";
9378
9390
  format: string;
@@ -9424,6 +9436,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9424
9436
  required?: boolean;
9425
9437
  showSuccessMessages?: boolean;
9426
9438
  title?: string | false;
9439
+ skipInternalValidation?: boolean;
9427
9440
  }> & Readonly<{
9428
9441
  onInput?: ((value: string) => any) | undefined;
9429
9442
  onBlur?: (() => any) | undefined;
@@ -9454,9 +9467,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9454
9467
  disableErrorHandling: boolean;
9455
9468
  hint: string;
9456
9469
  noIcon: boolean;
9457
- isValidateOnBlur: boolean;
9458
9470
  customRules: ValidationRule[];
9459
9471
  customWarningRules: ValidationRule[];
9472
+ isValidateOnBlur: boolean;
9460
9473
  persistentHint: boolean;
9461
9474
  format: string;
9462
9475
  autoClamp: boolean;
@@ -9467,6 +9480,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9467
9480
  displayPrependIcon: boolean;
9468
9481
  externalErrorMessages: string[];
9469
9482
  isOutlined: boolean;
9483
+ skipInternalValidation: boolean;
9470
9484
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
9471
9485
  inputRef: ({
9472
9486
  $: import('vue').ComponentInternalInstance;
@@ -9529,22 +9543,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9529
9543
  readonly helpText?: string | undefined;
9530
9544
  readonly maxlength?: string | number | undefined;
9531
9545
  readonly title?: string | false | undefined;
9532
- readonly required?: boolean | undefined;
9533
- readonly isValidateOnBlur?: boolean | undefined;
9534
- readonly showSuccessMessages?: boolean | undefined;
9535
- readonly disableErrorHandling?: boolean | undefined;
9536
- readonly useVuetifyValidation?: boolean | undefined;
9537
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
9538
9546
  readonly customRules?: ValidationRule[] | undefined;
9539
- readonly customWarningRules?: ValidationRule[] | undefined;
9540
9547
  readonly customSuccessRules?: ValidationRule[] | undefined;
9548
+ readonly customWarningRules?: ValidationRule[] | undefined;
9549
+ readonly disableErrorHandling?: boolean | undefined;
9541
9550
  readonly errorMessages?: string[] | null | undefined;
9542
- readonly warningMessages?: string[] | null | undefined;
9543
- readonly successMessages?: string[] | null | undefined;
9544
9551
  readonly hasError?: boolean | undefined;
9545
- readonly hasWarning?: boolean | undefined;
9546
9552
  readonly hasSuccess?: boolean | undefined;
9553
+ readonly hasWarning?: boolean | undefined;
9554
+ readonly isValidateOnBlur?: boolean | undefined;
9547
9555
  readonly maxErrors?: number | undefined;
9556
+ readonly required?: boolean | undefined;
9557
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
9558
+ readonly showSuccessMessages?: boolean | undefined;
9559
+ readonly successMessages?: string[] | null | undefined;
9560
+ readonly useVuetifyValidation?: boolean | undefined;
9561
+ readonly warningMessages?: string[] | null | undefined;
9548
9562
  readonly onInput?: ((...args: any[]) => any) | undefined;
9549
9563
  readonly onBlur?: ((...args: any[]) => any) | undefined;
9550
9564
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -11129,16 +11143,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11129
11143
  autocomplete: string;
11130
11144
  helpText: string;
11131
11145
  maxlength: string | number;
11132
- isValidateOnBlur: boolean;
11133
- useVuetifyValidation: boolean;
11134
11146
  customRules: ValidationRule[];
11135
- customWarningRules: ValidationRule[];
11136
11147
  customSuccessRules: ValidationRule[];
11137
- warningMessages: string[] | null;
11138
- successMessages: string[] | null;
11148
+ customWarningRules: ValidationRule[];
11139
11149
  hasError: boolean;
11140
- hasWarning: boolean;
11141
11150
  hasSuccess: boolean;
11151
+ hasWarning: boolean;
11152
+ isValidateOnBlur: boolean;
11153
+ successMessages: string[] | null;
11154
+ useVuetifyValidation: boolean;
11155
+ warningMessages: string[] | null;
11142
11156
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
11143
11157
  beforeCreate?: (() => void) | (() => void)[];
11144
11158
  created?: (() => void) | (() => void)[];
@@ -11221,16 +11235,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11221
11235
  autocomplete: string;
11222
11236
  helpText: string;
11223
11237
  maxlength: string | number;
11224
- isValidateOnBlur: boolean;
11225
- useVuetifyValidation: boolean;
11226
11238
  customRules: ValidationRule[];
11227
- customWarningRules: ValidationRule[];
11228
11239
  customSuccessRules: ValidationRule[];
11229
- warningMessages: string[] | null;
11230
- successMessages: string[] | null;
11240
+ customWarningRules: ValidationRule[];
11231
11241
  hasError: boolean;
11232
- hasWarning: boolean;
11233
11242
  hasSuccess: boolean;
11243
+ hasWarning: boolean;
11244
+ isValidateOnBlur: boolean;
11245
+ successMessages: string[] | null;
11246
+ useVuetifyValidation: boolean;
11247
+ warningMessages: string[] | null;
11234
11248
  }> & Omit<Readonly<{
11235
11249
  modelValue?: string | number | null | undefined;
11236
11250
  prependIcon?: import('../../types/vuetifyTypes').IconType;
@@ -11298,7 +11312,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11298
11312
  onClear?: ((...args: any[]) => any) | undefined;
11299
11313
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
11300
11314
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
11301
- }>, "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")> & {
11315
+ }>, "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")> & {
11302
11316
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
11303
11317
  } & {} & import('vue').ComponentCustomProperties & {} & {
11304
11318
  $slots: {
@@ -11344,6 +11358,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11344
11358
  required?: boolean;
11345
11359
  showSuccessMessages?: boolean;
11346
11360
  title?: string | false;
11361
+ skipInternalValidation?: boolean;
11347
11362
  }> & Readonly<{
11348
11363
  onInput?: ((value: string) => any) | undefined;
11349
11364
  onBlur?: (() => any) | undefined;
@@ -11368,9 +11383,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11368
11383
  disableErrorHandling: boolean;
11369
11384
  hint: string;
11370
11385
  noIcon: boolean;
11371
- isValidateOnBlur: boolean;
11372
11386
  customRules: ValidationRule[];
11373
11387
  customWarningRules: ValidationRule[];
11388
+ isValidateOnBlur: boolean;
11374
11389
  persistentHint: boolean;
11375
11390
  format: string;
11376
11391
  autoClamp: boolean;
@@ -11381,6 +11396,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11381
11396
  displayPrependIcon: boolean;
11382
11397
  externalErrorMessages: string[];
11383
11398
  isOutlined: boolean;
11399
+ skipInternalValidation: boolean;
11384
11400
  }> | null;
11385
11401
  complexDatePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
11386
11402
  autoClamp?: boolean;
@@ -11450,9 +11466,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11450
11466
  currentMonth: import('vue').Ref<string | null, string | null>;
11451
11467
  currentMonthName: import('vue').Ref<string | null, string | null>;
11452
11468
  toggleDatePicker: () => void;
11453
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
11469
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => Promise<import('../../composables/validation/useValidation').ValidationResult> | import('../../composables/validation/useValidation').ValidationResult;
11454
11470
  clearValidation: () => void;
11455
- validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
11471
+ validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult | undefined>;
11456
11472
  formatDateInput: (input: string, cursorPosition?: number) => {
11457
11473
  formatted: string;
11458
11474
  cursorPos: number;
@@ -11489,7 +11505,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11489
11505
  hint: string;
11490
11506
  displayAsterisk: boolean;
11491
11507
  noIcon: boolean;
11492
- isValidateOnBlur: boolean;
11493
11508
  customRules: {
11494
11509
  type: string;
11495
11510
  options: any;
@@ -11498,6 +11513,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11498
11513
  type: string;
11499
11514
  options: any;
11500
11515
  }[];
11516
+ isValidateOnBlur: boolean;
11501
11517
  persistentHint: boolean;
11502
11518
  format: string;
11503
11519
  autoClamp: boolean;
@@ -11548,6 +11564,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11548
11564
  required?: boolean;
11549
11565
  showSuccessMessages?: boolean;
11550
11566
  title?: string | false;
11567
+ skipInternalValidation?: boolean;
11551
11568
  }> & Readonly<{
11552
11569
  onInput?: ((value: string) => any) | undefined;
11553
11570
  onBlur?: (() => any) | undefined;
@@ -11578,9 +11595,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11578
11595
  disableErrorHandling: boolean;
11579
11596
  hint: string;
11580
11597
  noIcon: boolean;
11581
- isValidateOnBlur: boolean;
11582
11598
  customRules: ValidationRule[];
11583
11599
  customWarningRules: ValidationRule[];
11600
+ isValidateOnBlur: boolean;
11584
11601
  persistentHint: boolean;
11585
11602
  format: string;
11586
11603
  autoClamp: boolean;
@@ -11591,6 +11608,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11591
11608
  displayPrependIcon: boolean;
11592
11609
  externalErrorMessages: string[];
11593
11610
  isOutlined: boolean;
11611
+ skipInternalValidation: boolean;
11594
11612
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
11595
11613
  inputRef: ({
11596
11614
  $: import('vue').ComponentInternalInstance;
@@ -11653,22 +11671,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11653
11671
  readonly helpText?: string | undefined;
11654
11672
  readonly maxlength?: string | number | undefined;
11655
11673
  readonly title?: string | false | undefined;
11656
- readonly required?: boolean | undefined;
11657
- readonly isValidateOnBlur?: boolean | undefined;
11658
- readonly showSuccessMessages?: boolean | undefined;
11659
- readonly disableErrorHandling?: boolean | undefined;
11660
- readonly useVuetifyValidation?: boolean | undefined;
11661
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
11662
11674
  readonly customRules?: ValidationRule[] | undefined;
11663
- readonly customWarningRules?: ValidationRule[] | undefined;
11664
11675
  readonly customSuccessRules?: ValidationRule[] | undefined;
11676
+ readonly customWarningRules?: ValidationRule[] | undefined;
11677
+ readonly disableErrorHandling?: boolean | undefined;
11665
11678
  readonly errorMessages?: string[] | null | undefined;
11666
- readonly warningMessages?: string[] | null | undefined;
11667
- readonly successMessages?: string[] | null | undefined;
11668
11679
  readonly hasError?: boolean | undefined;
11669
- readonly hasWarning?: boolean | undefined;
11670
11680
  readonly hasSuccess?: boolean | undefined;
11681
+ readonly hasWarning?: boolean | undefined;
11682
+ readonly isValidateOnBlur?: boolean | undefined;
11671
11683
  readonly maxErrors?: number | undefined;
11684
+ readonly required?: boolean | undefined;
11685
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
11686
+ readonly showSuccessMessages?: boolean | undefined;
11687
+ readonly successMessages?: string[] | null | undefined;
11688
+ readonly useVuetifyValidation?: boolean | undefined;
11689
+ readonly warningMessages?: string[] | null | undefined;
11672
11690
  readonly onInput?: ((...args: any[]) => any) | undefined;
11673
11691
  readonly onBlur?: ((...args: any[]) => any) | undefined;
11674
11692
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -13253,16 +13271,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13253
13271
  autocomplete: string;
13254
13272
  helpText: string;
13255
13273
  maxlength: string | number;
13256
- isValidateOnBlur: boolean;
13257
- useVuetifyValidation: boolean;
13258
13274
  customRules: ValidationRule[];
13259
- customWarningRules: ValidationRule[];
13260
13275
  customSuccessRules: ValidationRule[];
13261
- warningMessages: string[] | null;
13262
- successMessages: string[] | null;
13276
+ customWarningRules: ValidationRule[];
13263
13277
  hasError: boolean;
13264
- hasWarning: boolean;
13265
13278
  hasSuccess: boolean;
13279
+ hasWarning: boolean;
13280
+ isValidateOnBlur: boolean;
13281
+ successMessages: string[] | null;
13282
+ useVuetifyValidation: boolean;
13283
+ warningMessages: string[] | null;
13266
13284
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
13267
13285
  beforeCreate?: (() => void) | (() => void)[];
13268
13286
  created?: (() => void) | (() => void)[];
@@ -13345,16 +13363,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13345
13363
  autocomplete: string;
13346
13364
  helpText: string;
13347
13365
  maxlength: string | number;
13348
- isValidateOnBlur: boolean;
13349
- useVuetifyValidation: boolean;
13350
13366
  customRules: ValidationRule[];
13351
- customWarningRules: ValidationRule[];
13352
13367
  customSuccessRules: ValidationRule[];
13353
- warningMessages: string[] | null;
13354
- successMessages: string[] | null;
13368
+ customWarningRules: ValidationRule[];
13355
13369
  hasError: boolean;
13356
- hasWarning: boolean;
13357
13370
  hasSuccess: boolean;
13371
+ hasWarning: boolean;
13372
+ isValidateOnBlur: boolean;
13373
+ successMessages: string[] | null;
13374
+ useVuetifyValidation: boolean;
13375
+ warningMessages: string[] | null;
13358
13376
  }> & Omit<Readonly<{
13359
13377
  modelValue?: string | number | null | undefined;
13360
13378
  prependIcon?: import('../../types/vuetifyTypes').IconType;
@@ -13422,7 +13440,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13422
13440
  onClear?: ((...args: any[]) => any) | undefined;
13423
13441
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
13424
13442
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
13425
- }>, "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")> & {
13443
+ }>, "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")> & {
13426
13444
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
13427
13445
  } & {} & import('vue').ComponentCustomProperties & {} & {
13428
13446
  $slots: {
@@ -13468,6 +13486,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13468
13486
  required?: boolean;
13469
13487
  showSuccessMessages?: boolean;
13470
13488
  title?: string | false;
13489
+ skipInternalValidation?: boolean;
13471
13490
  }> & Readonly<{
13472
13491
  onInput?: ((value: string) => any) | undefined;
13473
13492
  onBlur?: (() => any) | undefined;
@@ -13492,9 +13511,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13492
13511
  disableErrorHandling: boolean;
13493
13512
  hint: string;
13494
13513
  noIcon: boolean;
13495
- isValidateOnBlur: boolean;
13496
13514
  customRules: ValidationRule[];
13497
13515
  customWarningRules: ValidationRule[];
13516
+ isValidateOnBlur: boolean;
13498
13517
  persistentHint: boolean;
13499
13518
  format: string;
13500
13519
  autoClamp: boolean;
@@ -13505,6 +13524,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13505
13524
  displayPrependIcon: boolean;
13506
13525
  externalErrorMessages: string[];
13507
13526
  isOutlined: boolean;
13527
+ skipInternalValidation: boolean;
13508
13528
  }> | null;
13509
13529
  menuActivatorRef: HTMLDivElement;
13510
13530
  dateCalendarTextInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
@@ -13534,6 +13554,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13534
13554
  required?: boolean;
13535
13555
  showSuccessMessages?: boolean;
13536
13556
  title?: string | false;
13557
+ skipInternalValidation?: boolean;
13537
13558
  }> & Readonly<{
13538
13559
  onInput?: ((value: string) => any) | undefined;
13539
13560
  onBlur?: (() => any) | undefined;
@@ -13564,9 +13585,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13564
13585
  disableErrorHandling: boolean;
13565
13586
  hint: string;
13566
13587
  noIcon: boolean;
13567
- isValidateOnBlur: boolean;
13568
13588
  customRules: ValidationRule[];
13569
13589
  customWarningRules: ValidationRule[];
13590
+ isValidateOnBlur: boolean;
13570
13591
  persistentHint: boolean;
13571
13592
  format: string;
13572
13593
  autoClamp: boolean;
@@ -13577,6 +13598,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13577
13598
  displayPrependIcon: boolean;
13578
13599
  externalErrorMessages: string[];
13579
13600
  isOutlined: boolean;
13601
+ skipInternalValidation: boolean;
13580
13602
  }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
13581
13603
  inputRef: ({
13582
13604
  $: import('vue').ComponentInternalInstance;
@@ -13639,22 +13661,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13639
13661
  readonly helpText?: string | undefined;
13640
13662
  readonly maxlength?: string | number | undefined;
13641
13663
  readonly title?: string | false | undefined;
13642
- readonly required?: boolean | undefined;
13643
- readonly isValidateOnBlur?: boolean | undefined;
13644
- readonly showSuccessMessages?: boolean | undefined;
13645
- readonly disableErrorHandling?: boolean | undefined;
13646
- readonly useVuetifyValidation?: boolean | undefined;
13647
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
13648
13664
  readonly customRules?: ValidationRule[] | undefined;
13649
- readonly customWarningRules?: ValidationRule[] | undefined;
13650
13665
  readonly customSuccessRules?: ValidationRule[] | undefined;
13666
+ readonly customWarningRules?: ValidationRule[] | undefined;
13667
+ readonly disableErrorHandling?: boolean | undefined;
13651
13668
  readonly errorMessages?: string[] | null | undefined;
13652
- readonly warningMessages?: string[] | null | undefined;
13653
- readonly successMessages?: string[] | null | undefined;
13654
13669
  readonly hasError?: boolean | undefined;
13655
- readonly hasWarning?: boolean | undefined;
13656
13670
  readonly hasSuccess?: boolean | undefined;
13671
+ readonly hasWarning?: boolean | undefined;
13672
+ readonly isValidateOnBlur?: boolean | undefined;
13657
13673
  readonly maxErrors?: number | undefined;
13674
+ readonly required?: boolean | undefined;
13675
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
13676
+ readonly showSuccessMessages?: boolean | undefined;
13677
+ readonly successMessages?: string[] | null | undefined;
13678
+ readonly useVuetifyValidation?: boolean | undefined;
13679
+ readonly warningMessages?: string[] | null | undefined;
13658
13680
  readonly onInput?: ((...args: any[]) => any) | undefined;
13659
13681
  readonly onBlur?: ((...args: any[]) => any) | undefined;
13660
13682
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -15239,16 +15261,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15239
15261
  autocomplete: string;
15240
15262
  helpText: string;
15241
15263
  maxlength: string | number;
15242
- isValidateOnBlur: boolean;
15243
- useVuetifyValidation: boolean;
15244
15264
  customRules: ValidationRule[];
15245
- customWarningRules: ValidationRule[];
15246
15265
  customSuccessRules: ValidationRule[];
15247
- warningMessages: string[] | null;
15248
- successMessages: string[] | null;
15266
+ customWarningRules: ValidationRule[];
15249
15267
  hasError: boolean;
15250
- hasWarning: boolean;
15251
15268
  hasSuccess: boolean;
15269
+ hasWarning: boolean;
15270
+ isValidateOnBlur: boolean;
15271
+ successMessages: string[] | null;
15272
+ useVuetifyValidation: boolean;
15273
+ warningMessages: string[] | null;
15252
15274
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
15253
15275
  beforeCreate?: (() => void) | (() => void)[];
15254
15276
  created?: (() => void) | (() => void)[];
@@ -15331,16 +15353,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15331
15353
  autocomplete: string;
15332
15354
  helpText: string;
15333
15355
  maxlength: string | number;
15334
- isValidateOnBlur: boolean;
15335
- useVuetifyValidation: boolean;
15336
15356
  customRules: ValidationRule[];
15337
- customWarningRules: ValidationRule[];
15338
15357
  customSuccessRules: ValidationRule[];
15339
- warningMessages: string[] | null;
15340
- successMessages: string[] | null;
15358
+ customWarningRules: ValidationRule[];
15341
15359
  hasError: boolean;
15342
- hasWarning: boolean;
15343
15360
  hasSuccess: boolean;
15361
+ hasWarning: boolean;
15362
+ isValidateOnBlur: boolean;
15363
+ successMessages: string[] | null;
15364
+ useVuetifyValidation: boolean;
15365
+ warningMessages: string[] | null;
15344
15366
  }> & Omit<Readonly<{
15345
15367
  modelValue?: string | number | null | undefined;
15346
15368
  prependIcon?: import('../../types/vuetifyTypes').IconType;
@@ -15408,7 +15430,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15408
15430
  onClear?: ((...args: any[]) => any) | undefined;
15409
15431
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
15410
15432
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
15411
- }>, "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")> & {
15433
+ }>, "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")> & {
15412
15434
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
15413
15435
  } & {} & import('vue').ComponentCustomProperties & {} & {
15414
15436
  $slots: {
@@ -15454,6 +15476,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15454
15476
  required?: boolean;
15455
15477
  showSuccessMessages?: boolean;
15456
15478
  title?: string | false;
15479
+ skipInternalValidation?: boolean;
15457
15480
  }> & Readonly<{
15458
15481
  onInput?: ((value: string) => any) | undefined;
15459
15482
  onBlur?: (() => any) | undefined;
@@ -15478,9 +15501,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15478
15501
  disableErrorHandling: boolean;
15479
15502
  hint: string;
15480
15503
  noIcon: boolean;
15481
- isValidateOnBlur: boolean;
15482
15504
  customRules: ValidationRule[];
15483
15505
  customWarningRules: ValidationRule[];
15506
+ isValidateOnBlur: boolean;
15484
15507
  persistentHint: boolean;
15485
15508
  format: string;
15486
15509
  autoClamp: boolean;
@@ -15491,6 +15514,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15491
15514
  displayPrependIcon: boolean;
15492
15515
  externalErrorMessages: string[];
15493
15516
  isOutlined: boolean;
15517
+ skipInternalValidation: boolean;
15494
15518
  }> | null;
15495
15519
  datePickerRef: ({
15496
15520
  $: import('vue').ComponentInternalInstance;
@@ -16008,9 +16032,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16008
16032
  currentMonth: import('vue').Ref<string | null, string | null>;
16009
16033
  currentMonthName: import('vue').Ref<string | null, string | null>;
16010
16034
  toggleDatePicker: () => void;
16011
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
16035
+ validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => Promise<import('../../composables/validation/useValidation').ValidationResult> | import('../../composables/validation/useValidation').ValidationResult;
16012
16036
  clearValidation: () => void;
16013
- validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult>;
16037
+ validateDates: (forceValidation?: boolean) => import('../../composables/validation/useValidation').ValidationResult | Promise<import('../../composables/validation/useValidation').ValidationResult | undefined>;
16014
16038
  formatDateInput: (input: string, cursorPosition?: number) => {
16015
16039
  formatted: string;
16016
16040
  cursorPos: number;
@@ -16040,7 +16064,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16040
16064
  hint: string;
16041
16065
  displayAsterisk: boolean;
16042
16066
  noIcon: boolean;
16043
- isValidateOnBlur: boolean;
16044
16067
  customRules: {
16045
16068
  type: string;
16046
16069
  options: any;
@@ -16049,6 +16072,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16049
16072
  type: string;
16050
16073
  options: any;
16051
16074
  }[];
16075
+ isValidateOnBlur: boolean;
16052
16076
  persistentHint: boolean;
16053
16077
  format: string;
16054
16078
  autoClamp: boolean;
@@ -16132,22 +16156,22 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16132
16156
  readonly helpText?: string | undefined;
16133
16157
  readonly maxlength?: string | number | undefined;
16134
16158
  readonly title?: string | false | undefined;
16135
- readonly required?: boolean | undefined;
16136
- readonly isValidateOnBlur?: boolean | undefined;
16137
- readonly showSuccessMessages?: boolean | undefined;
16138
- readonly disableErrorHandling?: boolean | undefined;
16139
- readonly useVuetifyValidation?: boolean | undefined;
16140
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
16141
16159
  readonly customRules?: ValidationRule[] | undefined;
16142
- readonly customWarningRules?: ValidationRule[] | undefined;
16143
16160
  readonly customSuccessRules?: ValidationRule[] | undefined;
16161
+ readonly customWarningRules?: ValidationRule[] | undefined;
16162
+ readonly disableErrorHandling?: boolean | undefined;
16144
16163
  readonly errorMessages?: string[] | null | undefined;
16145
- readonly warningMessages?: string[] | null | undefined;
16146
- readonly successMessages?: string[] | null | undefined;
16147
16164
  readonly hasError?: boolean | undefined;
16148
- readonly hasWarning?: boolean | undefined;
16149
16165
  readonly hasSuccess?: boolean | undefined;
16166
+ readonly hasWarning?: boolean | undefined;
16167
+ readonly isValidateOnBlur?: boolean | undefined;
16150
16168
  readonly maxErrors?: number | undefined;
16169
+ readonly required?: boolean | undefined;
16170
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
16171
+ readonly showSuccessMessages?: boolean | undefined;
16172
+ readonly successMessages?: string[] | null | undefined;
16173
+ readonly useVuetifyValidation?: boolean | undefined;
16174
+ readonly warningMessages?: string[] | null | undefined;
16151
16175
  readonly onInput?: ((...args: any[]) => any) | undefined;
16152
16176
  readonly onBlur?: ((...args: any[]) => any) | undefined;
16153
16177
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -17732,16 +17756,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17732
17756
  autocomplete: string;
17733
17757
  helpText: string;
17734
17758
  maxlength: string | number;
17735
- isValidateOnBlur: boolean;
17736
- useVuetifyValidation: boolean;
17737
17759
  customRules: ValidationRule[];
17738
- customWarningRules: ValidationRule[];
17739
17760
  customSuccessRules: ValidationRule[];
17740
- warningMessages: string[] | null;
17741
- successMessages: string[] | null;
17761
+ customWarningRules: ValidationRule[];
17742
17762
  hasError: boolean;
17743
- hasWarning: boolean;
17744
17763
  hasSuccess: boolean;
17764
+ hasWarning: boolean;
17765
+ isValidateOnBlur: boolean;
17766
+ successMessages: string[] | null;
17767
+ useVuetifyValidation: boolean;
17768
+ warningMessages: string[] | null;
17745
17769
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
17746
17770
  beforeCreate?: (() => void) | (() => void)[];
17747
17771
  created?: (() => void) | (() => void)[];
@@ -17824,16 +17848,16 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17824
17848
  autocomplete: string;
17825
17849
  helpText: string;
17826
17850
  maxlength: string | number;
17827
- isValidateOnBlur: boolean;
17828
- useVuetifyValidation: boolean;
17829
17851
  customRules: ValidationRule[];
17830
- customWarningRules: ValidationRule[];
17831
17852
  customSuccessRules: ValidationRule[];
17832
- warningMessages: string[] | null;
17833
- successMessages: string[] | null;
17853
+ customWarningRules: ValidationRule[];
17834
17854
  hasError: boolean;
17835
- hasWarning: boolean;
17836
17855
  hasSuccess: boolean;
17856
+ hasWarning: boolean;
17857
+ isValidateOnBlur: boolean;
17858
+ successMessages: string[] | null;
17859
+ useVuetifyValidation: boolean;
17860
+ warningMessages: string[] | null;
17837
17861
  }> & Omit<Readonly<{
17838
17862
  modelValue?: string | number | null | undefined;
17839
17863
  prependIcon?: import('../../types/vuetifyTypes').IconType;
@@ -17901,7 +17925,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17901
17925
  onClear?: ((...args: any[]) => any) | undefined;
17902
17926
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
17903
17927
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
17904
- }>, "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")> & {
17928
+ }>, "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")> & {
17905
17929
  validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
17906
17930
  } & {} & import('vue').ComponentCustomProperties & {} & {
17907
17931
  $slots: {
@@ -18444,7 +18468,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
18444
18468
  hint: string;
18445
18469
  displayAsterisk: boolean;
18446
18470
  noIcon: boolean;
18447
- isValidateOnBlur: boolean;
18448
18471
  customRules: {
18449
18472
  type: string;
18450
18473
  options: any;
@@ -18453,6 +18476,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
18453
18476
  type: string;
18454
18477
  options: any;
18455
18478
  }[];
18479
+ isValidateOnBlur: boolean;
18456
18480
  persistentHint: boolean;
18457
18481
  hideDetails: boolean | "auto";
18458
18482
  format: string;