@cnamts/synapse 1.0.26 → 1.1.0

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 (612) hide show
  1. package/README.md +1 -1
  2. package/dist/{AutocompleteFilter-BPR-a55G.js → AutocompleteFilter-DXd4szWO.js} +1 -1
  3. package/dist/{DateFilter-CknrJWs2.js → DateFilter-BD59Kgwf.js} +1 -1
  4. package/dist/{NumberFilter-DJ-yNlzv.js → NumberFilter-BSMZE7uw.js} +1 -1
  5. package/dist/{PeriodFilter-CiB5Oa9Z.js → PeriodFilter-keUdSSk0.js} +1 -1
  6. package/dist/{SelectFilter-EiafX97M.js → SelectFilter-Dhvvwazl.js} +1 -1
  7. package/dist/{TextFilter-BzOmpdxj.js → TextFilter-CU8FpXz0.js} +1 -1
  8. package/dist/apLightTheme2026-DbS7BPUf.js +612 -0
  9. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +4 -4
  10. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +4 -4
  11. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +6 -6
  12. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +4 -4
  13. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +4 -4
  14. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +4 -4
  15. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +4 -4
  16. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +2 -2
  17. package/dist/components/Customs/Selects/SyAutocomplete/SyAutocomplete.d.ts +2275 -487
  18. package/dist/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.d.ts +18 -0
  19. package/dist/components/Customs/Selects/SyAutocomplete/utils/ariaManager.d.ts +1 -1
  20. package/dist/components/Customs/Selects/SyAutocomplete/utils/useKeyboardHandler.d.ts +3 -1
  21. package/dist/components/Customs/Selects/SyInputSelect/SyInputSelect.d.ts +1 -1
  22. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +12 -15
  23. package/dist/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.d.ts +1 -0
  24. package/dist/components/Customs/Selects/SySelect/composables/useSySelectValidation.d.ts +15 -0
  25. package/dist/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.d.ts +4 -4
  26. package/dist/components/Customs/SyCheckbox/SyCheckbox.d.ts +6 -6
  27. package/dist/components/Customs/SyIcon/SyIcon.d.ts +77 -1
  28. package/dist/components/Customs/SyIconButton/SyIconButton.d.ts +18 -0
  29. package/dist/components/Customs/SyRadioGroup/SyRadioGroup.d.ts +23 -41
  30. package/dist/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.d.ts +50 -0
  31. package/dist/components/Customs/SyTextField/SyTextField.d.ts +20 -80
  32. package/dist/components/Customs/SyTextField/locales.d.ts +7 -0
  33. package/dist/components/Customs/SyTextField/types.d.ts +67 -4
  34. package/dist/components/Customs/SyTextField/useNumberField.d.ts +23 -0
  35. package/dist/components/Customs/SyTextField/useSyTextFieldValidation.d.ts +38 -0
  36. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +253 -694
  37. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +121 -339
  38. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +54 -164
  39. package/dist/components/DatePicker/composables/index.d.ts +1 -0
  40. package/dist/components/DatePicker/composables/useDatePickerValidationBridge.d.ts +51 -0
  41. package/dist/components/FilterInline/FilterInline.d.ts +3 -3
  42. package/dist/components/FilterSideBar/FilterSideBar.d.ts +4 -4
  43. package/dist/components/MonthPicker/MonthPicker.d.ts +49 -162
  44. package/dist/components/MonthPicker/MonthPickerText/MonthPickerInput.d.ts +49 -162
  45. package/dist/components/NirField/NirField.d.ts +120 -351
  46. package/dist/components/NirField/useNirValidation.d.ts +10 -20
  47. package/dist/components/PasswordField/PasswordField.d.ts +21 -40
  48. package/dist/components/PasswordField/locales.d.ts +2 -0
  49. package/dist/components/PasswordField/types.d.ts +16 -0
  50. package/dist/components/PasswordField/usePasswordFieldValidation.d.ts +38 -0
  51. package/dist/components/PeriodField/PeriodField.d.ts +485 -1365
  52. package/dist/components/PhoneField/PhoneField.d.ts +49 -162
  53. package/dist/components/SearchListField/SearchListField.d.ts +3 -3
  54. package/dist/components/SyTextArea/SyTextArea.d.ts +30 -17
  55. package/dist/components/SyTextArea/composables/useSyTextAreaValidation.d.ts +20 -0
  56. package/dist/components/SyTextArea/locales.d.ts +1 -0
  57. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +1 -0
  58. package/dist/components/Tables/SyTable/SyTable.d.ts +1 -0
  59. package/dist/components/Tables/common/SyTablePagination.d.ts +33 -34
  60. package/dist/components/Tables/common/types.d.ts +2 -0
  61. package/dist/components/index.d.ts +1 -0
  62. package/dist/composables/unifyValidation/documentationValidationProps.d.ts +160 -160
  63. package/dist/composables/unifyValidation/useValidation.d.ts +17 -23
  64. package/dist/composables/useFilterable/useFilterable.d.ts +1 -2
  65. package/dist/design-system-v3.js +81 -80
  66. package/dist/designTokens/tokens/amelipro/apContextual.d.ts +6 -6
  67. package/dist/designTokens/tokens/amelipro/apDarkTheme.d.ts +3 -1
  68. package/dist/designTokens/tokens/amelipro/apLightTheme.d.ts +54 -100
  69. package/dist/designTokens/tokens/baseContextualTokens.d.ts +0 -6
  70. package/dist/designTokens/tokens/baseTokens.d.ts +232 -0
  71. package/dist/designTokens/tokens/cnam/cnamContextual.d.ts +6 -6
  72. package/dist/designTokens/tokens/cnam/cnamDarkTheme.d.ts +1 -1
  73. package/dist/designTokens/tokens/cnam/cnamLightTheme.d.ts +57 -101
  74. package/dist/designTokens/tokens/pa/paContextual.d.ts +0 -6
  75. package/dist/designTokens/tokens/pa/paDarkTheme.d.ts +1 -1
  76. package/dist/designTokens/tokens/pa/paLightTheme.d.ts +54 -97
  77. package/dist/designTokens/tokens/pa/paSemantic.d.ts +1 -0
  78. package/dist/designTokens/tokens/semanticTokens.d.ts +112 -0
  79. package/dist/main-D8ryUoS5.js +39481 -0
  80. package/dist/synapse.css +1 -1
  81. package/dist/vuetifyConfig.js +212 -74
  82. package/package.json +8 -5
  83. package/src/assets/overrides/_icons.scss +5 -4
  84. package/src/assets/overrides/_otp.scss +4 -4
  85. package/src/assets/overrides/_typography.scss +2 -1
  86. package/src/assets/overrides/_utilities.scss +1 -42
  87. package/src/components/Accordion/tests/Accordion.visual.cy.ts +44 -0
  88. package/src/components/Accordion/tests/__snapshots__/accordion-default.snap.png +0 -0
  89. package/src/components/Accordion/tests/__snapshots__/accordion-disabled-item.snap.png +0 -0
  90. package/src/components/Accordion/tests/__snapshots__/accordion-open-first.snap.png +0 -0
  91. package/src/components/BackBtn/tests/__snapshots__/back-btn-custom-bg.snap.png +0 -0
  92. package/src/components/BackBtn/tests/__snapshots__/back-btn-default.snap.png +0 -0
  93. package/src/components/BackBtn/tests/__snapshots__/back-btn-no-icon.snap.png +0 -0
  94. package/src/components/BackToTopBtn/tests/BackToTopBtn.visual.cy.ts +34 -0
  95. package/src/components/BackToTopBtn/tests/__snapshots__/back-to-top-btn-custom-nudge.snap.png +0 -0
  96. package/src/components/BackToTopBtn/tests/__snapshots__/back-to-top-btn-default.snap.png +0 -0
  97. package/src/components/Captcha/tests/Captcha.visual.cy.ts +45 -0
  98. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +4 -0
  99. package/src/components/Captcha/tests/__snapshots__/captcha-audio-type.snap.png +0 -0
  100. package/src/components/Captcha/tests/__snapshots__/captcha-image-type.snap.png +0 -0
  101. package/src/components/Captcha/tests/__snapshots__/captcha-no-helpdesk.snap.png +0 -0
  102. package/src/components/ChipList/ChipList.vue +30 -18
  103. package/src/components/ChipList/tests/ChipList.visual.cy.ts +46 -0
  104. package/src/components/ChipList/tests/__snapshots__/chip-list-default.snap.png +0 -0
  105. package/src/components/ChipList/tests/__snapshots__/chip-list-readonly.snap.png +0 -0
  106. package/src/components/ChipList/tests/__snapshots__/chip-list-state-icons.snap.png +0 -0
  107. package/src/components/ChipList/tests/chipList.spec.ts +4 -4
  108. package/src/components/CollapsibleList/tests/CollapsibleList.visual.cy.ts +33 -0
  109. package/src/components/CollapsibleList/tests/__snapshots__/collapsible-list-default.snap.png +0 -0
  110. package/src/components/CollapsibleList/tests/__snapshots__/collapsible-list-no-title.snap.png +0 -0
  111. package/src/components/ContextualMenu/tests/ContextualMenu.visual.cy.ts +35 -0
  112. package/src/components/ContextualMenu/tests/__snapshots__/contextual-menu-default.snap.png +0 -0
  113. package/src/components/ContextualMenu/tests/__snapshots__/contextual-menu-selected.snap.png +0 -0
  114. package/src/components/CookieBanner/tests/CookieBanner.visual.cy.ts +29 -0
  115. package/src/components/CookieBanner/tests/__snapshots__/cookie-banner-default.snap.png +0 -0
  116. package/src/components/CookieBanner/tests/__snapshots__/cookie-banner-with-items.snap.png +0 -0
  117. package/src/components/CookiesSelection/tests/CookiesSelection.visual.cy.ts +21 -0
  118. package/src/components/CookiesSelection/tests/__snapshots__/cookies-selection-default.snap.png +0 -0
  119. package/src/components/CopyBtn/CopyBtn.vue +2 -2
  120. package/src/components/CopyBtn/tests/CopyBtn.visual.cy.ts +24 -0
  121. package/src/components/CopyBtn/tests/__snapshots__/copy-btn-default.snap.png +0 -0
  122. package/src/components/CopyBtn/tests/__snapshots__/copy-btn-no-tooltip.snap.png +0 -0
  123. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.stories.ts +4 -0
  124. package/src/components/Customs/Selects/SelectBtnField/SelectBtnField.vue +7 -6
  125. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.spec.ts +223 -0
  126. package/src/components/Customs/Selects/SelectBtnField/tests/SelectBtnField.visual.cy.ts +60 -0
  127. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-default.snap.png +0 -0
  128. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-inline.snap.png +0 -0
  129. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-readonly.snap.png +0 -0
  130. package/src/components/Customs/Selects/SelectBtnField/tests/__snapshots__/select-btn-field-selected.snap.png +0 -0
  131. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.stories.ts +283 -351
  132. package/src/components/Customs/Selects/SyAutocomplete/SyAutocomplete.vue +183 -219
  133. package/src/components/Customs/Selects/SyAutocomplete/composables/useSyAutocompleteValidation.ts +101 -0
  134. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.spec.ts +763 -1
  135. package/src/components/Customs/Selects/SyAutocomplete/tests/SyAutocomplete.visual.cy.ts +63 -0
  136. package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-default.snap.png +0 -0
  137. package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-loading.snap.png +0 -0
  138. package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-multiple.snap.png +0 -0
  139. package/src/components/Customs/Selects/SyAutocomplete/tests/__snapshots__/sy-autocomplete-with-value.snap.png +0 -0
  140. package/src/components/Customs/Selects/SyAutocomplete/utils/ariaManager.ts +3 -1
  141. package/src/components/Customs/Selects/SyAutocomplete/utils/useKeyboardHandler.ts +79 -5
  142. package/src/components/Customs/Selects/SyAutocomplete/validation/Validation.stories.ts +936 -0
  143. package/src/components/Customs/Selects/SyInputSelect/tests/SyInputSelect.visual.cy.ts +48 -0
  144. package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-default.snap.png +0 -0
  145. package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-required.snap.png +0 -0
  146. package/src/components/Customs/Selects/SyInputSelect/tests/__snapshots__/sy-input-select-with-value.snap.png +0 -0
  147. package/src/components/Customs/Selects/SySelect/SySelect.stories.ts +9 -491
  148. package/src/components/Customs/Selects/SySelect/SySelect.vue +68 -126
  149. package/src/components/Customs/Selects/SySelect/composables/useSySelectKeyboard.ts +3 -0
  150. package/src/components/Customs/Selects/SySelect/composables/useSySelectValidation.ts +64 -0
  151. package/src/components/Customs/Selects/SySelect/tests/SySelect.spec.ts +199 -3
  152. package/src/components/Customs/Selects/SySelect/tests/SySelect.visual.cy.ts +77 -0
  153. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-clearable.snap.png +0 -0
  154. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-default.snap.png +0 -0
  155. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-multiple-chips.snap.png +0 -0
  156. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-required.snap.png +0 -0
  157. package/src/components/Customs/Selects/SySelect/tests/__snapshots__/sy-select-with-value.snap.png +0 -0
  158. package/src/components/Customs/Selects/SySelect/validation/Validation.stories.ts +935 -0
  159. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.stories.ts +18 -7
  160. package/src/components/Customs/SyCheckBoxGroup/SyCheckBoxGroup.vue +3 -3
  161. package/src/components/Customs/SyCheckBoxGroup/tests/SyCheckBoxGroup.visual.cy.ts +55 -0
  162. package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-default.snap.png +0 -0
  163. package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-disabled.snap.png +0 -0
  164. package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-selected.snap.png +0 -0
  165. package/src/components/Customs/SyCheckBoxGroup/tests/__snapshots__/sy-checkbox-group-with-label.snap.png +0 -0
  166. package/src/components/Customs/SyCheckbox/SyCheckbox.stories.ts +8 -8
  167. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +9 -17
  168. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.spec.ts +1 -1
  169. package/src/components/Customs/SyCheckbox/tests/SyCheckbox.visual.cy.ts +61 -0
  170. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-checked.snap.png +0 -0
  171. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-disabled.snap.png +0 -0
  172. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-indeterminate.snap.png +0 -0
  173. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-required.snap.png +0 -0
  174. package/src/components/Customs/SyCheckbox/tests/__snapshots__/sy-checkbox-unchecked.snap.png +0 -0
  175. package/src/components/Customs/SyIcon/SyIcon.vue +19 -1
  176. package/src/components/Customs/SyIcon/accessibilite/Accessibility.mdx +0 -6
  177. package/src/components/Customs/SyIcon/tests/SyIcon.visual.cy.ts +83 -0
  178. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-color-error.snap.png +0 -0
  179. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-decorative.snap.png +0 -0
  180. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-informative.snap.png +0 -0
  181. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-role-button.snap.png +0 -0
  182. package/src/components/Customs/SyIcon/tests/__snapshots__/sy-icon-size-large.snap.png +0 -0
  183. package/src/components/Customs/SyIcon/utils/tests/iconUtils.spec.ts +107 -0
  184. package/src/components/Customs/SyIconButton/tests/SyIconButton.visual.cy.ts +55 -0
  185. package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-default.snap.png +0 -0
  186. package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-disabled.snap.png +0 -0
  187. package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-error.snap.png +0 -0
  188. package/src/components/Customs/SyIconButton/tests/__snapshots__/sy-icon-button-large.snap.png +0 -0
  189. package/src/components/Customs/SyPagination/tests/SyPagination.visual.cy.ts +40 -0
  190. package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-first-page.snap.png +0 -0
  191. package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-middle-page.snap.png +0 -0
  192. package/src/components/Customs/SyPagination/tests/__snapshots__/sy-pagination-with-label.snap.png +0 -0
  193. package/src/components/Customs/SyRadioGroup/SyRadioGroup.mdx +2 -2
  194. package/src/components/Customs/SyRadioGroup/SyRadioGroup.stories.ts +395 -201
  195. package/src/components/Customs/SyRadioGroup/SyRadioGroup.vue +83 -127
  196. package/src/components/Customs/SyRadioGroup/composables/useSyRadioGroupValidation.ts +127 -0
  197. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.a11y.spec.ts +93 -1
  198. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.spec.ts +146 -9
  199. package/src/components/Customs/SyRadioGroup/tests/SyRadioGroup.visual.cy.ts +165 -0
  200. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-asterisk.snap.png +0 -0
  201. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-comfortable.snap.png +0 -0
  202. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-compact.snap.png +0 -0
  203. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-default.snap.png +0 -0
  204. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-disabled.snap.png +0 -0
  205. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-error.snap.png +0 -0
  206. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-no-details.snap.png +0 -0
  207. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-readonly.snap.png +0 -0
  208. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-selected.snap.png +0 -0
  209. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-success.snap.png +0 -0
  210. package/src/components/Customs/SyRadioGroup/tests/__snapshots__/sy-radio-group-warning.snap.png +0 -0
  211. package/src/components/Customs/SyRadioGroup/validation/Validation.stories.ts +809 -0
  212. package/src/components/Customs/SyTabs/config.ts +3 -3
  213. package/src/components/Customs/SyTabs/tests/SyTabs.spec.ts +265 -0
  214. package/src/components/Customs/SyTabs/tests/SyTabs.visual.cy.ts +30 -0
  215. package/src/components/Customs/SyTabs/tests/__snapshots__/sy-tabs-default.snap.png +0 -0
  216. package/src/components/Customs/SyTabs/tests/__snapshots__/sy-tabs-second-active.snap.png +0 -0
  217. package/src/components/Customs/SyTabs/tests/useTabTransition.spec.ts +188 -0
  218. package/src/components/Customs/SyTextField/SyTextField.stories.ts +166 -803
  219. package/src/components/Customs/SyTextField/SyTextField.vue +191 -168
  220. package/src/components/Customs/SyTextField/Validation/Validation.stories.ts +1164 -0
  221. package/src/components/Customs/SyTextField/locales.ts +12 -0
  222. package/src/components/Customs/SyTextField/tests/SyTextField.spec.ts +174 -8
  223. package/src/components/Customs/SyTextField/tests/SyTextField.visual.cy.ts +116 -0
  224. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-clearable.snap.png +0 -0
  225. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-default.snap.png +0 -0
  226. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number-disabled.snap.png +0 -0
  227. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number-no-spinner.snap.png +0 -0
  228. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-number.snap.png +0 -0
  229. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-prepend-icon.snap.png +0 -0
  230. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-readonly.snap.png +0 -0
  231. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-required.snap.png +0 -0
  232. package/src/components/Customs/SyTextField/tests/__snapshots__/sy-text-field-with-value.snap.png +0 -0
  233. package/src/components/Customs/SyTextField/types.ts +70 -0
  234. package/src/components/Customs/SyTextField/useNumberField.ts +93 -0
  235. package/src/components/Customs/SyTextField/useSyTextFieldValidation.ts +104 -0
  236. package/src/components/DataList/DataList.stories.ts +1 -1
  237. package/src/components/DataList/tests/DataList.visual.cy.ts +85 -0
  238. package/src/components/DataList/tests/__snapshots__/data-list-default.snap.png +0 -0
  239. package/src/components/DataList/tests/__snapshots__/data-list-loading.snap.png +0 -0
  240. package/src/components/DataList/tests/__snapshots__/data-list-row.snap.png +0 -0
  241. package/src/components/DataList/tests/__snapshots__/data-list-with-icons.snap.png +0 -0
  242. package/src/components/DataList/tests/__snapshots__/data-list-with-title.snap.png +0 -0
  243. package/src/components/DataListGroup/tests/DataListGroup.visual.cy.ts +51 -0
  244. package/src/components/DataListGroup/tests/__snapshots__/data-list-group-default.snap.png +0 -0
  245. package/src/components/DataListGroup/tests/__snapshots__/data-list-group-loading.snap.png +0 -0
  246. package/src/components/DataListItem/tests/DataListItem.spec.ts +3 -1
  247. package/src/components/DataListItem/tests/DataListItem.visual.cy.ts +53 -0
  248. package/src/components/DataListItem/tests/__snapshots__/data-list-item-chip.snap.png +0 -0
  249. package/src/components/DataListItem/tests/__snapshots__/data-list-item-default.snap.png +0 -0
  250. package/src/components/DataListItem/tests/__snapshots__/data-list-item-placeholder.snap.png +0 -0
  251. package/src/components/DataListItem/tests/__snapshots__/data-list-item-row.snap.png +0 -0
  252. package/src/components/DatePicker/CalendarMode/DatePicker.stories.ts +1 -1
  253. package/src/components/DatePicker/CalendarMode/DatePicker.vue +43 -148
  254. package/src/components/DatePicker/CalendarMode/tests/DatePicker.coverage.spec.ts +156 -0
  255. package/src/components/DatePicker/CalendarMode/tests/DatePicker.spec.ts +495 -4
  256. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.stories.ts +1 -1
  257. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +51 -71
  258. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +206 -0
  259. package/src/components/DatePicker/ComplexDatePicker/tests/bridge-integration.regression.spec.ts +210 -0
  260. package/src/components/DatePicker/ComplexDatePicker/tests/calendar-navigation.regression.spec.ts +214 -0
  261. package/src/components/DatePicker/ComplexDatePicker/tests/validation-cross.regression.spec.ts +194 -0
  262. package/src/components/DatePicker/ComplexDatePicker/tests/validation-success-messages.regression.spec.ts +83 -0
  263. package/src/components/DatePicker/DateTextInput/DateRange.stories.ts +1 -1
  264. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +131 -56
  265. package/src/components/DatePicker/DateTextInput/NoCalendar.stories.ts +1 -1
  266. package/src/components/DatePicker/DateTextInput/tests/DateTextInput.spec.ts +320 -0
  267. package/src/components/DatePicker/composables/index.ts +1 -0
  268. package/src/components/DatePicker/composables/tests/useCalendarKeyboardNavigation.spec.ts +360 -0
  269. package/src/components/DatePicker/composables/tests/useDatePickerValidationBridge.spec.ts +129 -0
  270. package/src/components/DatePicker/composables/tests/useTodayButton.spec.ts +10 -10
  271. package/src/components/DatePicker/composables/useCalendarKeyboardNavigation.ts +11 -2
  272. package/src/components/DatePicker/composables/useDatePickerValidationBridge.ts +205 -0
  273. package/src/components/DatePicker/docExamples/BidirectionalComplexValidation.vue +1 -1
  274. package/src/components/DatePicker/docExamples/DatePickerBidirectionalValidation.vue +1 -1
  275. package/src/components/DatePicker/tests/exposed-methods.coverage.spec.ts +75 -0
  276. package/src/components/DeclarationAccessibilityPage/tests/DeclarationAccessibilityPage.visual.cy.ts +35 -0
  277. package/src/components/DeclarationAccessibilityPage/tests/__snapshots__/declaration-a11y-page-default.snap.png +0 -0
  278. package/src/components/DeclarationAccessibilityPage/tests/__snapshots__/declaration-a11y-page-full.snap.png +0 -0
  279. package/src/components/DiacriticPicker/tests/DiacriticPicker.visual.cy.ts +24 -0
  280. package/src/components/DiacriticPicker/tests/__snapshots__/diacritic-picker-custom-title.snap.png +0 -0
  281. package/src/components/DiacriticPicker/tests/__snapshots__/diacritic-picker-default.snap.png +0 -0
  282. package/src/components/DialogBox/DialogBox.vue +1 -1
  283. package/src/components/DialogBox/tests/__snapshots__/dialog-box-custom-texts.snap.png +0 -0
  284. package/src/components/DialogBox/tests/__snapshots__/dialog-box-default.snap.png +0 -0
  285. package/src/components/DialogBox/tests/__snapshots__/dialog-box-no-actions.snap.png +0 -0
  286. package/src/components/DownloadBtn/tests/DownloadBtn.spec.ts +2 -2
  287. package/src/components/DownloadBtn/tests/DownloadBtn.visual.cy.ts +38 -0
  288. package/src/components/DownloadBtn/tests/__snapshots__/download-btn-dark.snap.png +0 -0
  289. package/src/components/DownloadBtn/tests/__snapshots__/download-btn-idle.snap.png +0 -0
  290. package/src/components/ErrorPage/tests/ErrorPage.visual.cy.ts +32 -0
  291. package/src/components/ErrorPage/tests/__snapshots__/error-page-custom.snap.png +0 -0
  292. package/src/components/ErrorPage/tests/__snapshots__/error-page-default.snap.png +0 -0
  293. package/src/components/ErrorPage/tests/__snapshots__/error-page-no-btn.snap.png +0 -0
  294. package/src/components/ExternalLinks/tests/ExternalLinks.visual.cy.ts +30 -0
  295. package/src/components/ExternalLinks/tests/__snapshots__/external-links-default.snap.png +0 -0
  296. package/src/components/ExternalLinks/tests/__snapshots__/external-links-fixed.snap.png +0 -0
  297. package/src/components/FileList/UploadItem/UploadItem.vue +4 -4
  298. package/src/components/FileList/tests/FileList.visual.cy.ts +31 -0
  299. package/src/components/FileList/tests/__snapshots__/file-list-default.snap.png +0 -0
  300. package/src/components/FileList/tests/__snapshots__/file-list-with-delete.snap.png +0 -0
  301. package/src/components/FilePreview/accessibilite/Accessibility.mdx +86 -8
  302. package/src/components/FileUpload/FileUpload.vue +2 -2
  303. package/src/components/FileUpload/FileUploadContent.vue +1 -1
  304. package/src/components/FileUpload/tests/FileUpload.visual.cy.ts +36 -0
  305. package/src/components/FileUpload/tests/__snapshots__/file-upload-default.snap.png +0 -0
  306. package/src/components/FileUpload/tests/__snapshots__/file-upload-disabled.snap.png +0 -0
  307. package/src/components/FileUpload/tests/__snapshots__/file-upload-multiple.snap.png +0 -0
  308. package/src/components/FilterInline/FilterInline.mdx +2 -2
  309. package/src/components/FilterInline/FilterInline.stories.ts +2 -0
  310. package/src/components/FilterInline/FilterInline.vue +10 -5
  311. package/src/components/FilterInline/tests/FilterInline.visual.cy.ts +25 -0
  312. package/src/components/FilterInline/tests/__snapshots__/filter-inline-default.snap.png +0 -0
  313. package/src/components/FilterSideBar/FilterSideBar.stories.ts +5 -2
  314. package/src/components/FilterSideBar/FilterSideBar.vue +13 -8
  315. package/src/components/FilterSideBar/tests/FilterSideBar.visual.cy.ts +37 -0
  316. package/src/components/FilterSideBar/tests/__snapshots__/filter-sidebar-default.snap.png +0 -0
  317. package/src/components/FilterSideBar/tests/__snapshots__/filter-sidebar-modale.snap.png +0 -0
  318. package/src/components/FooterBar/FooterBar.vue +7 -7
  319. package/src/components/FooterBar/tests/FooterBar.visual.cy.ts +37 -0
  320. package/src/components/FooterBar/tests/__snapshots__/footer-bar-default.snap.png +0 -0
  321. package/src/components/FooterBar/tests/__snapshots__/footer-bar-no-logo.snap.png +0 -0
  322. package/src/components/FooterBar/tests/__snapshots__/footer-bar-no-social.snap.png +0 -0
  323. package/src/components/FooterBar/tests/__snapshots__/footer-bar-version.snap.png +0 -0
  324. package/src/components/FranceConnectBtn/FranceConnectBtn.vue +1 -1
  325. package/src/components/FranceConnectBtn/tests/FranceConnectBtn.visual.cy.ts +38 -0
  326. package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-dark.snap.png +0 -0
  327. package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-default.snap.png +0 -0
  328. package/src/components/FranceConnectBtn/tests/__snapshots__/france-connect-btn-plus.snap.png +0 -0
  329. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderMenuItem/HeaderMenuItem.vue +2 -2
  330. package/src/components/HeaderBar/HeaderBurgerMenu/HeaderSubMenu/HeaderSubMenu.vue +7 -7
  331. package/src/components/HeaderBar/HeaderBurgerMenu/tests/HeaderBurgerMenu.spec.ts +4 -4
  332. package/src/components/HeaderBar/HeaderBurgerMenu/tests/__snapshots__/header-burger-menu-generated-submenu-open.snap.png +0 -0
  333. package/src/components/HeaderBar/HeaderMenuBtn/HeaderMenuBtn.vue +2 -2
  334. package/src/components/HeaderBar/tests/__snapshots__/header-bar-custom-width.snap.png +0 -0
  335. package/src/components/HeaderBar/tests/__snapshots__/header-bar-default.snap.png +0 -0
  336. package/src/components/HeaderBar/tests/__snapshots__/header-bar-no-sticky.snap.png +0 -0
  337. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-prepend.snap.png +0 -0
  338. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-side.snap.png +0 -0
  339. package/src/components/HeaderBar/tests/__snapshots__/header-bar-with-subtitle.snap.png +0 -0
  340. package/src/components/HeaderLoading/tests/HeaderLoading.spec.ts +87 -8
  341. package/src/components/HeaderLoading/tests/HeaderLoading.visual.cy.ts +34 -0
  342. package/src/components/HeaderLoading/tests/__snapshots__/header-loading-custom-size.snap.png +0 -0
  343. package/src/components/HeaderLoading/tests/__snapshots__/header-loading-default.snap.png +0 -0
  344. package/src/components/HeaderLoading/tests/__snapshots__/header-loading-standalone.snap.png +0 -0
  345. package/src/components/HeaderNavigationBar/HorizontalNavbar/HorizontalNavbar.vue +3 -3
  346. package/src/components/HeaderNavigationBar/HorizontalNavbar/tests/HorizontalNavbar.spec.ts +589 -0
  347. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.spec.ts +4 -4
  348. package/src/components/HeaderNavigationBar/tests/HeaderNavigationBar.visual.cy.ts +34 -0
  349. package/src/components/HeaderNavigationBar/tests/__snapshots__/header-navigation-bar-default.snap.png +0 -0
  350. package/src/components/HeaderNavigationBar/tests/__snapshots__/header-navigation-bar-subtitle.snap.png +0 -0
  351. package/src/components/HeaderToolbar/tests/HeaderToolBar.spec.ts +153 -1
  352. package/src/components/HeaderToolbar/tests/HeaderToolbar.visual.cy.ts +25 -0
  353. package/src/components/HeaderToolbar/tests/__snapshots__/header-toolbar-custom.snap.png +0 -0
  354. package/src/components/HeaderToolbar/tests/__snapshots__/header-toolbar-default.snap.png +0 -0
  355. package/src/components/HeaderToolbar/tests/useMobileRightMenu.spec.ts +258 -0
  356. package/src/components/LangBtn/tests/LangBtn.visual.cy.ts +33 -0
  357. package/src/components/LangBtn/tests/__snapshots__/lang-btn-default.snap.png +0 -0
  358. package/src/components/LangBtn/tests/__snapshots__/lang-btn-english.snap.png +0 -0
  359. package/src/components/LangBtn/tests/__snapshots__/lang-btn-no-arrow.snap.png +0 -0
  360. package/src/components/Logo/tests/__snapshots__/logo-avatar.snap.png +0 -0
  361. package/src/components/Logo/tests/__snapshots__/logo-default.snap.png +0 -0
  362. package/src/components/Logo/tests/__snapshots__/logo-no-organism.snap.png +0 -0
  363. package/src/components/Logo/tests/__snapshots__/logo-no-signature.snap.png +0 -0
  364. package/src/components/Logo/tests/__snapshots__/logo-risque-pro.snap.png +0 -0
  365. package/src/components/LogoBrandSection/tests/LogoBrandSection.spec.ts +2 -2
  366. package/src/components/LogoBrandSection/tests/LogoBrandSection.visual.cy.ts +43 -0
  367. package/src/components/LogoBrandSection/tests/__snapshots__/LogoBrandSection.spec.ts.snap +1 -1
  368. package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-default.snap.png +0 -0
  369. package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-mobile.snap.png +0 -0
  370. package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-reduced.snap.png +0 -0
  371. package/src/components/LogoBrandSection/tests/__snapshots__/logo-brand-section-with-title.snap.png +0 -0
  372. package/src/components/LunarCalendar/tests/LunarCalendar.visual.cy.ts +36 -0
  373. package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-default.snap.png +0 -0
  374. package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-required.snap.png +0 -0
  375. package/src/components/LunarCalendar/tests/__snapshots__/lunar-calendar-with-value.snap.png +0 -0
  376. package/src/components/LunarCalendar/tests/useLunarCalendarRules.spec.ts +184 -0
  377. package/src/components/MaintenancePage/tests/MaintenancePage.visual.cy.ts +22 -0
  378. package/src/components/MaintenancePage/tests/__snapshots__/maintenance-page-custom.snap.png +0 -0
  379. package/src/components/MaintenancePage/tests/__snapshots__/maintenance-page-default.snap.png +0 -0
  380. package/src/components/MonthPicker/MonthPickerVisual/MonthSelector.vue +3 -3
  381. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerFooter.vue +1 -1
  382. package/src/components/MonthPicker/MonthPickerVisual/VisualPickerHeader.vue +2 -2
  383. package/src/components/MonthPicker/MonthPickerVisual/YearSelector.vue +1 -1
  384. package/src/components/MonthPicker/tests/MonthPicker.visual.cy.ts +37 -0
  385. package/src/components/MonthPicker/tests/__snapshots__/MonthPicker.spec.ts.snap +2 -0
  386. package/src/components/MonthPicker/tests/__snapshots__/month-picker-default.snap.png +0 -0
  387. package/src/components/MonthPicker/tests/__snapshots__/month-picker-disabled.snap.png +0 -0
  388. package/src/components/MonthPicker/tests/__snapshots__/month-picker-readonly.snap.png +0 -0
  389. package/src/components/MonthPicker/tests/__snapshots__/month-picker-with-value.snap.png +0 -0
  390. package/src/components/NirField/NirField.stories.ts +40 -682
  391. package/src/components/NirField/NirField.vue +101 -35
  392. package/src/components/NirField/tests/NirField.spec.ts +135 -14
  393. package/src/components/NirField/tests/NirField.visual.cy.ts +28 -0
  394. package/src/components/NirField/tests/__snapshots__/nir-field-complex.snap.png +0 -0
  395. package/src/components/NirField/tests/__snapshots__/nir-field-default.snap.png +0 -0
  396. package/src/components/NirField/tests/__snapshots__/nir-field-with-key.snap.png +0 -0
  397. package/src/components/NirField/tests/useNirValidation.spec.ts +168 -0
  398. package/src/components/NirField/useNirValidation.ts +28 -2
  399. package/src/components/NirField/validation/Validation.stories.ts +866 -0
  400. package/src/components/NotFoundPage/tests/NotFoundPage.visual.cy.ts +28 -0
  401. package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-custom-btn.snap.png +0 -0
  402. package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-default.snap.png +0 -0
  403. package/src/components/NotFoundPage/tests/__snapshots__/not-found-page-no-btn.snap.png +0 -0
  404. package/src/components/NotificationBar/Notification/Notification.vue +12 -12
  405. package/src/components/NotificationBar/NotificationBar.stories.ts +8 -8
  406. package/src/components/NotificationBar/tests/NotificationBar.visual.cy.ts +54 -0
  407. package/src/components/NotificationBar/tests/__snapshots__/notification-bar-bottom.snap.png +0 -0
  408. package/src/components/NotificationBar/tests/__snapshots__/notification-bar-info.snap.png +0 -0
  409. package/src/components/NotificationBar/tests/__snapshots__/notification-bar-multiple.snap.png +0 -0
  410. package/src/components/PageContainer/tests/PageContainer.visual.cy.ts +33 -0
  411. package/src/components/PageContainer/tests/__snapshots__/page-container-color.snap.png +0 -0
  412. package/src/components/PageContainer/tests/__snapshots__/page-container-default.snap.png +0 -0
  413. package/src/components/PageContainer/tests/__snapshots__/page-container-md.snap.png +0 -0
  414. package/src/components/PaginatedTable/Pagination.vue +2 -2
  415. package/src/components/PaginatedTable/accessibilite/Accessibility.mdx +99 -7
  416. package/src/components/PaginatedTable/tests/PaginatedTable.visual.cy.ts +41 -0
  417. package/src/components/PaginatedTable/tests/__snapshots__/paginated-table-default.snap.png +0 -0
  418. package/src/components/PaginatedTable/tests/__snapshots__/paginated-table-server.snap.png +0 -0
  419. package/src/components/PasswordField/PasswordField.mdx +5 -52
  420. package/src/components/PasswordField/PasswordField.stories.ts +74 -931
  421. package/src/components/PasswordField/PasswordField.vue +128 -199
  422. package/src/components/PasswordField/Validation/Validation.stories.ts +1295 -0
  423. package/src/components/PasswordField/locales.ts +2 -0
  424. package/src/components/PasswordField/tests/PasswordField.spec.ts +147 -109
  425. package/src/components/PasswordField/tests/PasswordField.visual.cy.ts +49 -0
  426. package/src/components/PasswordField/tests/__snapshots__/password-field-default.snap.png +0 -0
  427. package/src/components/PasswordField/tests/__snapshots__/password-field-disabled.snap.png +0 -0
  428. package/src/components/PasswordField/tests/__snapshots__/password-field-required.snap.png +0 -0
  429. package/src/components/PasswordField/tests/__snapshots__/password-field-underlined.snap.png +0 -0
  430. package/src/components/PasswordField/types.ts +17 -0
  431. package/src/components/PasswordField/usePasswordFieldValidation.ts +100 -0
  432. package/src/components/PeriodField/PeriodField.stories.ts +3 -1
  433. package/src/components/PeriodField/PeriodField.vue +1 -1
  434. package/src/components/PeriodField/tests/PeriodField.visual.cy.ts +39 -0
  435. package/src/components/PeriodField/tests/__snapshots__/period-field-default.snap.png +0 -0
  436. package/src/components/PeriodField/tests/__snapshots__/period-field-no-calendar.snap.png +0 -0
  437. package/src/components/PeriodField/tests/__snapshots__/period-field-required.snap.png +0 -0
  438. package/src/components/PeriodField/tests/__snapshots__/period-field-with-value.snap.png +0 -0
  439. package/src/components/PhoneField/PhoneField.vue +2 -2
  440. package/src/components/PhoneField/tests/PhoneField.spec.ts +1 -0
  441. package/src/components/PhoneField/tests/PhoneField.visual.cy.ts +28 -0
  442. package/src/components/PhoneField/tests/__snapshots__/phone-field-default.snap.png +0 -0
  443. package/src/components/PhoneField/tests/__snapshots__/phone-field-with-country-code.snap.png +0 -0
  444. package/src/components/PhoneField/tests/__snapshots__/phone-field-with-value.snap.png +0 -0
  445. package/src/components/RangeField/RangeSlider/RangeSlider.vue +2 -2
  446. package/src/components/RangeField/RangeSlider/Tooltip/Tooltip.vue +1 -1
  447. package/src/components/RangeField/tests/__snapshots__/range-field-custom-bg.snap.png +0 -0
  448. package/src/components/RangeField/tests/__snapshots__/range-field-custom-range.snap.png +0 -0
  449. package/src/components/RangeField/tests/__snapshots__/range-field-default.snap.png +0 -0
  450. package/src/components/RangeField/tests/__snapshots__/range-field-step.snap.png +0 -0
  451. package/src/components/RangeField/tests/__snapshots__/range-field-with-label.snap.png +0 -0
  452. package/src/components/RatingPicker/tests/RatingPicker.visual.cy.ts +52 -0
  453. package/src/components/RatingPicker/tests/__snapshots__/rating-picker-emotion.snap.png +0 -0
  454. package/src/components/RatingPicker/tests/__snapshots__/rating-picker-number.snap.png +0 -0
  455. package/src/components/RatingPicker/tests/__snapshots__/rating-picker-readonly.snap.png +0 -0
  456. package/src/components/RatingPicker/tests/__snapshots__/rating-picker-stars.snap.png +0 -0
  457. package/src/components/SearchListField/SearchListField.mdx +1 -1
  458. package/src/components/SearchListField/SearchListField.stories.ts +1 -1
  459. package/src/components/SearchListField/SearchListField.vue +9 -4
  460. package/src/components/SearchListField/tests/SearchListField.spec.ts +127 -0
  461. package/src/components/SearchListField/tests/SearchListField.visual.cy.ts +35 -0
  462. package/src/components/SearchListField/tests/__snapshots__/search-list-field-default.snap.png +0 -0
  463. package/src/components/SearchListField/tests/__snapshots__/search-list-field-with-selection.snap.png +0 -0
  464. package/src/components/SkipLink/tests/SkipLink.visual.cy.ts +16 -0
  465. package/src/components/SkipLink/tests/__snapshots__/skip-link-focused.snap.png +0 -0
  466. package/src/components/SocialMediaLinks/tests/SocialMediaLinks.visual.cy.ts +33 -0
  467. package/src/components/SocialMediaLinks/tests/__snapshots__/social-media-links-default.snap.png +0 -0
  468. package/src/components/SocialMediaLinks/tests/__snapshots__/social-media-links-no-native-heading.snap.png +0 -0
  469. package/src/components/StatusPage/tests/StatusPage.spec.ts +149 -0
  470. package/src/components/StatusPage/tests/StatusPage.visual.cy.ts +47 -0
  471. package/src/components/StatusPage/tests/__snapshots__/status-page-default.snap.png +0 -0
  472. package/src/components/StatusPage/tests/__snapshots__/status-page-full.snap.png +0 -0
  473. package/src/components/StatusPage/tests/__snapshots__/status-page-no-btn.snap.png +0 -0
  474. package/src/components/SubHeader/SubHeader.vue +1 -1
  475. package/src/components/SubHeader/tests/SubHeader.visual.cy.ts +48 -0
  476. package/src/components/SubHeader/tests/__snapshots__/sub-header-default.snap.png +0 -0
  477. package/src/components/SubHeader/tests/__snapshots__/sub-header-loading.snap.png +0 -0
  478. package/src/components/SubHeader/tests/__snapshots__/sub-header-no-back-btn.snap.png +0 -0
  479. package/src/components/SubHeader/tests/__snapshots__/sub-header-with-subtitle.snap.png +0 -0
  480. package/src/components/SyAlert/SyAlert.vue +23 -23
  481. package/src/components/SyAlert/tests/__snapshots__/sy-alert-closable.snap.png +0 -0
  482. package/src/components/SyAlert/tests/__snapshots__/sy-alert-error.snap.png +0 -0
  483. package/src/components/SyAlert/tests/__snapshots__/sy-alert-info.snap.png +0 -0
  484. package/src/components/SyAlert/tests/__snapshots__/sy-alert-success.snap.png +0 -0
  485. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-outlined.snap.png +0 -0
  486. package/src/components/SyAlert/tests/__snapshots__/sy-alert-variant-tonal.snap.png +0 -0
  487. package/src/components/SyAlert/tests/__snapshots__/sy-alert-warning.snap.png +0 -0
  488. package/src/components/SyHeading/tests/SyHeading.visual.cy.ts +33 -0
  489. package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-1.snap.png +0 -0
  490. package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-2.snap.png +0 -0
  491. package/src/components/SyHeading/tests/__snapshots__/sy-heading-level-3.snap.png +0 -0
  492. package/src/components/SyTextArea/SyTextArea.stories.ts +202 -131
  493. package/src/components/SyTextArea/SyTextArea.vue +242 -83
  494. package/src/components/SyTextArea/composables/useSyTextAreaValidation.ts +81 -0
  495. package/src/components/SyTextArea/locales.ts +1 -0
  496. package/src/components/SyTextArea/tests/SyTextArea.a11y.spec.ts +18 -0
  497. package/src/components/SyTextArea/tests/SyTextArea.spec.ts +583 -1
  498. package/src/components/SyTextArea/tests/SyTextArea.visual.cy.ts +48 -0
  499. package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-default.snap.png +0 -0
  500. package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-filled.snap.png +0 -0
  501. package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-required.snap.png +0 -0
  502. package/src/components/SyTextArea/tests/__snapshots__/sy-textarea-with-value.snap.png +0 -0
  503. package/src/components/SyTextArea/useDefaultValidationRules.ts +2 -7
  504. package/src/components/SyTextArea/validation/Validation.stories.ts +776 -0
  505. package/src/components/TableToolbar/TableToolbar.vue +6 -6
  506. package/src/components/TableToolbar/accessibilite/Accessibility.mdx +81 -7
  507. package/src/components/TableToolbar/tests/TableToolbar.visual.cy.ts +49 -0
  508. package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-default.snap.png +0 -0
  509. package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-filtered.snap.png +0 -0
  510. package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-loading.snap.png +0 -0
  511. package/src/components/TableToolbar/tests/__snapshots__/table-toolbar-with-add-btn.snap.png +0 -0
  512. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +163 -0
  513. package/src/components/Tables/SyServerTable/SyServerTable.vue +5 -4
  514. package/src/components/Tables/SyServerTable/accessibilite/Accessibility.mdx +114 -7
  515. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
  516. package/src/components/Tables/SyServerTable/tests/SyServerTable.visual.cy.ts +58 -0
  517. package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-default.snap.png +0 -0
  518. package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-loading.snap.png +0 -0
  519. package/src/components/Tables/SyServerTable/tests/__snapshots__/sy-server-table-with-select.snap.png +0 -0
  520. package/src/components/Tables/SyTable/SyTable.stories.ts +94 -0
  521. package/src/components/Tables/SyTable/SyTable.vue +2 -1
  522. package/src/components/Tables/SyTable/accessibilite/Accessibility.mdx +116 -7
  523. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +64 -0
  524. package/src/components/Tables/SyTable/tests/SyTable.visual.cy.ts +70 -0
  525. package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-compact.snap.png +0 -0
  526. package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-default.snap.png +0 -0
  527. package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-striped.snap.png +0 -0
  528. package/src/components/Tables/SyTable/tests/__snapshots__/sy-table-with-select.snap.png +0 -0
  529. package/src/components/Tables/common/TableHeader.vue +2 -2
  530. package/src/components/Tables/common/filters/logics/tests/NumberFilterLogic.spec.ts +176 -0
  531. package/src/components/Tables/common/filters/logics/tests/SelectFilterLogic.spec.ts +111 -0
  532. package/src/components/Tables/common/tableStyles.scss +10 -10
  533. package/src/components/Tables/common/tests/SyTableFilter.spec.ts +8 -1
  534. package/src/components/Tables/common/tests/filterByRange.spec.ts +23 -22
  535. package/src/components/Tables/common/types.ts +2 -0
  536. package/src/components/ToolbarContainer/tests/ToolbarContainer.visual.cy.ts +34 -0
  537. package/src/components/ToolbarContainer/tests/__snapshots__/toolbar-container-default.snap.png +0 -0
  538. package/src/components/ToolbarContainer/tests/__snapshots__/toolbar-container-links.snap.png +0 -0
  539. package/src/components/UploadWorkflow/tests/UploadWorkflow.spec.ts +3 -2
  540. package/src/components/UploadWorkflow/tests/UploadWorkflow.visual.cy.ts +39 -0
  541. package/src/components/UploadWorkflow/tests/__snapshots__/upload-workflow-default.snap.png +0 -0
  542. package/src/components/UploadWorkflow/tests/__snapshots__/upload-workflow-with-title.snap.png +0 -0
  543. package/src/components/UserMenuBtn/tests/UserMenuBtn.visual.cy.ts +42 -0
  544. package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-default.snap.png +0 -0
  545. package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-no-logout.snap.png +0 -0
  546. package/src/components/UserMenuBtn/tests/__snapshots__/user-menu-btn-with-name.snap.png +0 -0
  547. package/src/components/index.ts +1 -0
  548. package/src/composables/date/tests/useDateFormatDayjs.spec.ts +31 -0
  549. package/src/composables/date/tests/useHolidayDay.spec.ts +109 -0
  550. package/src/composables/rules/tests/useFieldValidation.spec.ts +374 -0
  551. package/src/composables/tests/useError.spec.ts +30 -0
  552. package/src/composables/tests/useFormFieldErrorHandling.spec.ts +234 -0
  553. package/src/composables/unifyValidation/documentationValidationProps.ts +6 -6
  554. package/src/composables/unifyValidation/tests/documentationValidationProps.spec.ts +177 -0
  555. package/src/composables/unifyValidation/tests/useCustomValidation.spec.ts +30 -0
  556. package/src/composables/unifyValidation/tests/useValidation.spec.ts +6 -2
  557. package/src/composables/unifyValidation/useCustomValidation.ts +19 -9
  558. package/src/composables/unifyValidation/useValidation.ts +35 -32
  559. package/src/composables/useFilterable/useFilterable.spec.ts +139 -134
  560. package/src/composables/useFilterable/useFilterable.ts +17 -24
  561. package/src/composables/useFormFieldErrorHandling.ts +3 -3
  562. package/src/composables/validation/tests/useFormValidation.spec.ts +11 -2
  563. package/src/composables/validation/tests/useValidatable.spec.ts +16 -6
  564. package/src/composables/validation/tests/useValidation.spec.ts +2 -2
  565. package/src/composables/validation/useValidation.ts +1 -1
  566. package/src/composantsVuetify/VBtn/VBtn.mdx +9 -39
  567. package/src/composantsVuetify/VBtn/v-btn.stories.ts +26 -86
  568. package/src/composantsVuetify/VCard/VCard.mdx +8 -0
  569. package/src/composantsVuetify/VCard/v-card.stories.ts +191 -1
  570. package/src/composantsVuetify/VStepper/VStepper.mdx +56 -0
  571. package/src/composantsVuetify/VStepper/v-stepper.stories.ts +563 -0
  572. package/src/designTokens/tokens/amelipro/apContextual.ts +6 -0
  573. package/src/designTokens/tokens/amelipro/apDarkTheme.ts +2 -2
  574. package/src/designTokens/tokens/amelipro/apLightTheme.ts +73 -103
  575. package/src/designTokens/tokens/amelipro/apSemantic.ts +2 -2
  576. package/src/designTokens/tokens/baseContextualTokens.ts +1 -6
  577. package/src/designTokens/tokens/baseTokens.ts +232 -0
  578. package/src/designTokens/tokens/cnam/cnamContextual.ts +6 -0
  579. package/src/designTokens/tokens/cnam/cnamDarkTheme.ts +2 -2
  580. package/src/designTokens/tokens/cnam/cnamLightTheme.ts +76 -104
  581. package/src/designTokens/tokens/pa/paDarkTheme.ts +2 -2
  582. package/src/designTokens/tokens/pa/paLightTheme.ts +74 -99
  583. package/src/designTokens/tokens/pa/paSemantic.ts +2 -0
  584. package/src/designTokens/tokens/semanticTokens.ts +114 -0
  585. package/src/stories/Accessibilite/DesignSystem/a11y-status.json +1 -1
  586. package/src/stories/Components/Components.stories.ts +68 -13
  587. package/src/stories/Demarrer/Releases.stories.ts +45 -2
  588. package/src/stories/DesignTokens/ColorIntegrationExample.vue +2 -3
  589. package/src/stories/DesignTokens/Colors.mdx +8 -8
  590. package/src/stories/DesignTokens/colors.stories.ts +257 -1081
  591. package/src/stories/EcoConception/EcoBestPracticesDoc.vue +930 -0
  592. package/src/stories/EcoConception/EcoBestPratices.mdx +38 -0
  593. package/src/stories/EcoConception/Introduction.mdx +8 -1
  594. package/src/stories/EcoConception/datas/bonnes_pratiques_essentielles.json +1018 -0
  595. package/src/stories/EcoConception/ecoconception-best-practices.stories.ts +20 -0
  596. package/src/stories/GuideDuDev/Amelipro.mdx +9 -1
  597. package/src/stories/GuideDuDev/Amelipro.stories.ts +955 -168
  598. package/src/stories/GuideDuDev/PortailAgent.stories.ts +0 -1
  599. package/src/utils/amelipro/toKebabCase/tests/toKebabCase.spec.ts +52 -0
  600. package/src/utils/formatNir/tests/formatNir.spec.ts +34 -0
  601. package/src/utils/functions/deepCopy/index.ts +2 -3
  602. package/src/utils/tests/insertAt.spec.ts +44 -0
  603. package/dist/apLightTheme-DS0Uy44H.js +0 -954
  604. package/dist/components/Customs/SyCheckbox/locales.d.ts +0 -3
  605. package/dist/components/RatingPicker/tests/RatingPicker.a11y.spect.d.ts +0 -1
  606. package/dist/components/SyHeading/SyHeading.a11y.test.d.ts +0 -1
  607. package/dist/components/SyHeading/SyHeading.test.d.ts +0 -1
  608. package/dist/main-BsJ9ec3i.js +0 -38954
  609. package/src/components/Customs/SyCheckbox/locales.ts +0 -3
  610. package/src/components/Customs/SyTextField/types.d.ts +0 -4
  611. package/src/components/DatePicker/CalendarMode/tests/DatePicker.events.spec.ts +0 -178
  612. /package/src/components/RatingPicker/tests/{RatingPicker.a11y.spect.ts → RatingPicker.a11y.spec.ts} +0 -0
@@ -1,169 +1,2211 @@
1
- import { nextTick, PropType } from 'vue';
2
- import { ValidationRule } from '../../../../composables/validation/useValidation';
1
+ import { nextTick } from 'vue';
2
+ import { FieldValidationProps } from '../../../../composables/unifyValidation/useValidation';
3
3
  import { ItemType, SelectValue, SelectArray } from './types';
4
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
5
- bgColor: {
6
- type: StringConstructor;
7
- default: string;
4
+ interface SyAutocompleteProps {
5
+ bgColor?: string;
6
+ chips?: boolean;
7
+ clearable?: boolean;
8
+ debounce?: number;
9
+ density?: 'default' | 'comfortable' | 'compact' | undefined;
10
+ displayAsterisk?: boolean;
11
+ filter?: boolean;
12
+ hideDetails?: boolean;
13
+ hideNoData?: boolean;
14
+ items?: ItemType[];
15
+ label?: string;
16
+ loading?: boolean;
17
+ menuId?: string;
18
+ modelValue?: SelectValue | SelectArray;
19
+ multiple?: boolean;
20
+ noDataText?: string;
21
+ placeholder?: string;
22
+ plainTextKey?: string;
23
+ helpText?: string;
24
+ returnObject?: boolean;
25
+ selectionText?: (selected: SelectArray) => string;
26
+ textKey?: string;
27
+ valueKey?: string;
28
+ }
29
+ type __VLS_Props = SyAutocompleteProps & FieldValidationProps;
30
+ declare function __VLS_template(): {
31
+ attrs: Partial<{}>;
32
+ slots: {
33
+ 'prepend-item'?(_: {}): any;
8
34
  };
9
- chips: {
10
- type: BooleanConstructor;
11
- default: boolean;
12
- };
13
- clearable: {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- };
17
- customRules: {
18
- type: PropType<ValidationRule[]>;
19
- default: () => never[];
20
- };
21
- customSuccessRules: {
22
- type: PropType<ValidationRule[]>;
23
- default: () => never[];
24
- };
25
- customWarningRules: {
26
- type: PropType<ValidationRule[]>;
27
- default: () => never[];
28
- };
29
- debounce: {
30
- type: NumberConstructor;
31
- default: number;
32
- };
33
- density: {
34
- type: PropType<"default" | "comfortable" | "compact" | undefined>;
35
- default: string;
36
- };
37
- disableErrorHandling: {
38
- type: BooleanConstructor;
39
- default: boolean;
40
- };
41
- displayAsterisk: {
42
- type: BooleanConstructor;
43
- default: boolean;
44
- };
45
- errorMessages: {
46
- type: PropType<string[] | null>;
47
- default: null;
48
- };
49
- filter: {
50
- type: BooleanConstructor;
51
- default: boolean;
52
- };
53
- hasError: {
54
- type: BooleanConstructor;
55
- default: boolean;
56
- };
57
- hasSuccess: {
58
- type: BooleanConstructor;
59
- default: boolean;
60
- };
61
- hasWarning: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- hideDetails: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- hideNoData: {
70
- type: BooleanConstructor;
71
- default: boolean;
72
- };
73
- isValidateOnBlur: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- items: {
78
- type: PropType<ItemType[]>;
79
- default: () => never[];
80
- };
81
- label: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- loading: {
86
- type: BooleanConstructor;
87
- default: boolean;
88
- };
89
- menuId: {
90
- type: StringConstructor;
91
- default: string;
92
- };
93
- modelValue: {
94
- type: PropType<SelectValue | SelectArray>;
95
- default: null;
96
- };
97
- multiple: {
98
- type: BooleanConstructor;
99
- default: boolean;
100
- };
101
- noDataText: {
102
- type: StringConstructor;
103
- default: string;
104
- };
105
- placeholder: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
- plainTextKey: {
110
- type: StringConstructor;
111
- default: string;
112
- };
113
- disabled: {
114
- type: BooleanConstructor;
115
- default: boolean;
116
- };
117
- readonly: {
118
- type: BooleanConstructor;
119
- default: boolean;
120
- };
121
- required: {
122
- type: BooleanConstructor;
123
- default: boolean;
124
- };
125
- returnObject: {
126
- type: BooleanConstructor;
127
- default: boolean;
128
- };
129
- showSuccessMessages: {
130
- type: BooleanConstructor;
131
- default: boolean;
132
- };
133
- successMessages: {
134
- type: PropType<string[] | null>;
135
- default: null;
136
- };
137
- selectionText: {
138
- type: PropType<(selected: SelectArray) => string>;
139
- default: undefined;
140
- };
141
- textKey: {
142
- type: StringConstructor;
143
- default: string;
144
- };
145
- valueKey: {
146
- type: StringConstructor;
147
- default: string;
148
- };
149
- warningMessages: {
150
- type: PropType<string[] | null>;
151
- default: null;
152
- };
153
- }>, {
154
- validation: {
155
- errors: import('vue').Ref<string[], string[]>;
156
- warnings: import('vue').Ref<string[], string[]>;
157
- successes: import('vue').Ref<string[], string[]>;
158
- displaySuccesses: import('vue').ComputedRef<string[]>;
159
- hasError: import('vue').ComputedRef<boolean>;
160
- hasWarning: import('vue').ComputedRef<boolean>;
161
- hasSuccess: import('vue').ComputedRef<boolean>;
162
- validateField: (value: unknown, rules?: ValidationRule[], warningRules?: ValidationRule[], successRules?: ValidationRule[]) => import('../../../../composables/validation/useValidation').ValidationResult | Promise<import('../../../../composables/validation/useValidation').ValidationResult>;
163
- validateOnSubmit: () => boolean;
164
- clearValidation: () => void;
35
+ refs: {
36
+ textFieldRef: ({
37
+ $: import('vue').ComponentInternalInstance;
38
+ $data: {};
39
+ $props: {
40
+ readonly modelValue?: string | number | null | undefined | undefined;
41
+ readonly prependIcon?: import('../../SyTextField/types').IconType;
42
+ readonly appendIcon?: import('../../SyTextField/types').IconType;
43
+ readonly prependInnerIcon?: import('../../SyTextField/types').IconType;
44
+ readonly appendInnerIcon?: import('../../SyTextField/types').IconType;
45
+ readonly prependTooltip?: string | undefined;
46
+ readonly appendTooltip?: string | undefined;
47
+ readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
48
+ readonly variantStyle?: import('../../SyTextField/types').VariantStyle | undefined;
49
+ readonly color?: import('../../SyTextField/types').ColorType | undefined;
50
+ readonly isClearable?: boolean | undefined;
51
+ readonly showDivider?: boolean | undefined;
52
+ readonly label?: string | undefined;
53
+ readonly readonly?: boolean | undefined;
54
+ readonly isActive?: boolean | undefined;
55
+ readonly baseColor?: string | undefined;
56
+ readonly bgColor?: string | undefined;
57
+ readonly centerAffix?: boolean | undefined;
58
+ readonly counter?: string | number | boolean | undefined;
59
+ readonly counterValue?: number | ((value: any) => number) | undefined;
60
+ readonly density?: "default" | "comfortable" | "compact" | undefined;
61
+ readonly direction?: "horizontal" | "vertical" | undefined;
62
+ readonly isDirty?: boolean | undefined;
63
+ readonly disabled?: boolean | undefined;
64
+ readonly isFlat?: boolean | undefined;
65
+ readonly isFocused?: boolean | undefined;
66
+ readonly areSpinButtonsHidden?: boolean | undefined;
67
+ readonly hint?: string | undefined;
68
+ readonly id?: string | undefined;
69
+ readonly loading?: string | boolean | undefined;
70
+ readonly maxWidth?: string | number | undefined;
71
+ readonly messages?: string | string[] | undefined;
72
+ readonly minWidth?: string | number | undefined;
73
+ readonly name?: string | undefined;
74
+ readonly displayPersistentClear?: boolean | undefined;
75
+ readonly displayPersistentCounter?: boolean | undefined;
76
+ readonly displayPersistentHint?: boolean | undefined;
77
+ readonly displayPersistentPlaceholder?: boolean | undefined;
78
+ readonly placeholder?: string | undefined;
79
+ readonly prefix?: string | undefined;
80
+ readonly isReversed?: boolean | undefined;
81
+ readonly role?: string | undefined;
82
+ readonly rounded?: string | number | boolean | undefined;
83
+ readonly isOnSingleLine?: boolean | undefined;
84
+ readonly suffix?: string | undefined;
85
+ readonly theme?: string | undefined;
86
+ readonly isTiled?: boolean | undefined;
87
+ readonly type?: string | undefined;
88
+ readonly width?: string | number | undefined;
89
+ readonly displayAsterisk?: boolean | undefined;
90
+ readonly noIcon?: boolean | undefined;
91
+ readonly disableClickButton?: boolean | undefined;
92
+ readonly autocomplete?: string | undefined;
93
+ readonly helpText?: string | undefined;
94
+ readonly maxlength?: string | number | undefined;
95
+ readonly title?: string | false | undefined;
96
+ readonly hideDetails?: boolean | "auto" | undefined;
97
+ readonly locales?: Partial<import('../../SyTextField/locales').SyTextFieldLocales> | undefined;
98
+ readonly customRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
99
+ readonly customSuccessRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
100
+ readonly customWarningRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
101
+ readonly disableErrorHandling?: boolean | undefined;
102
+ readonly errorMessages?: string[] | null | undefined;
103
+ readonly hasError?: boolean | undefined;
104
+ readonly hasSuccess?: boolean | undefined;
105
+ readonly hasWarning?: boolean | undefined;
106
+ readonly isValidateOnBlur?: boolean | undefined;
107
+ readonly maxErrors?: number | undefined;
108
+ readonly required?: boolean | undefined;
109
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
110
+ readonly showSuccessMessages?: boolean | undefined;
111
+ readonly successMessages?: string[] | null | undefined;
112
+ readonly useVuetifyValidation?: boolean | undefined;
113
+ readonly warningMessages?: string[] | null | undefined;
114
+ readonly onInput?: ((...args: any[]) => any) | undefined;
115
+ readonly onBlur?: ((...args: any[]) => any) | undefined;
116
+ readonly onFocus?: ((...args: any[]) => any) | undefined;
117
+ readonly onKeydown?: ((...args: any[]) => any) | undefined;
118
+ readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
119
+ readonly onClear?: ((...args: any[]) => any) | undefined;
120
+ readonly "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
121
+ readonly "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
122
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
123
+ $attrs: import('vue').Attrs;
124
+ $refs: {
125
+ [x: string]: unknown;
126
+ } & {
127
+ syTextFieldRef: import('vue').CreateComponentPublicInstanceWithMixins<{
128
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
129
+ focused: boolean;
130
+ errorMessages: string | readonly string[] | null;
131
+ maxErrors: string | number;
132
+ readonly: boolean | null;
133
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
134
+ density: import('vuetify/lib/composables/density.mjs').Density;
135
+ tile: boolean;
136
+ hideSpinButtons: boolean;
137
+ persistentHint: boolean;
138
+ messages: string | readonly string[];
139
+ clearable: boolean;
140
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
141
+ active: boolean;
142
+ dirty: boolean;
143
+ disabled: boolean;
144
+ glow: boolean;
145
+ error: boolean;
146
+ flat: boolean;
147
+ persistentClear: boolean;
148
+ reverse: boolean;
149
+ singleLine: boolean;
150
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
151
+ autofocus: boolean;
152
+ persistentPlaceholder: boolean;
153
+ persistentCounter: boolean;
154
+ type: string;
155
+ } & {
156
+ theme?: string | undefined;
157
+ class?: any;
158
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
159
+ name?: string | undefined;
160
+ modelValue?: any;
161
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
162
+ validationValue?: any;
163
+ rounded?: string | number | boolean | undefined;
164
+ maxWidth?: string | number | undefined;
165
+ minWidth?: string | number | undefined;
166
+ width?: string | number | undefined;
167
+ loading?: string | boolean | undefined;
168
+ id?: string | undefined;
169
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
170
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
171
+ hideDetails?: "auto" | boolean | undefined;
172
+ hint?: string | undefined;
173
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
174
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
175
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
176
+ bgColor?: string | undefined;
177
+ centerAffix?: boolean | undefined;
178
+ color?: string | undefined;
179
+ baseColor?: string | undefined;
180
+ iconColor?: string | boolean | undefined;
181
+ label?: string | undefined;
182
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
183
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
184
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
185
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
186
+ autocomplete?: string | undefined;
187
+ counter?: string | number | boolean | undefined;
188
+ counterValue?: number | ((value: any) => number) | undefined;
189
+ prefix?: string | undefined;
190
+ placeholder?: string | undefined;
191
+ suffix?: string | undefined;
192
+ role?: string | undefined;
193
+ modelModifiers?: Record<string, boolean> | undefined;
194
+ } & {
195
+ $children?: {
196
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
197
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
198
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
199
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
200
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
201
+ props: Record<string, any>;
202
+ }) => import('vue').VNodeChild) | undefined;
203
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
204
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
205
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
206
+ label: string | undefined;
207
+ props: Record<string, any>;
208
+ }) => import('vue').VNodeChild) | undefined;
209
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
210
+ default?: ((arg: {
211
+ id: Readonly<import('vue').Ref<string, string>>;
212
+ }) => import('vue').VNodeChild) | undefined;
213
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
214
+ } | {
215
+ $stable?: boolean | undefined;
216
+ } | ((arg: {
217
+ id: Readonly<import('vue').Ref<string, string>>;
218
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
219
+ "v-slots"?: {
220
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
221
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
222
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
223
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
224
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
225
+ props: Record<string, any>;
226
+ }) => import('vue').VNodeChild) | undefined;
227
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
228
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
229
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
230
+ label: string | undefined;
231
+ props: Record<string, any>;
232
+ }) => import('vue').VNodeChild) | undefined;
233
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
234
+ default?: false | ((arg: {
235
+ id: Readonly<import('vue').Ref<string, string>>;
236
+ }) => import('vue').VNodeChild) | undefined;
237
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
238
+ } | undefined;
239
+ } & {
240
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
241
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
242
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
243
+ props: Record<string, any>;
244
+ }) => import('vue').VNodeChild) | undefined;
245
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
246
+ "v-slot:default"?: false | ((arg: {
247
+ id: Readonly<import('vue').Ref<string, string>>;
248
+ }) => import('vue').VNodeChild) | undefined;
249
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
250
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
251
+ label: string | undefined;
252
+ props: Record<string, any>;
253
+ }) => import('vue').VNodeChild) | undefined;
254
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
255
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
256
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
257
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
258
+ } & {
259
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
260
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
261
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
262
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
263
+ }, HTMLInputElement & Omit<Omit<{
264
+ $: import('vue').ComponentInternalInstance;
265
+ $data: {};
266
+ $props: Partial<{
267
+ style: import('vue').StyleValue;
268
+ focused: boolean;
269
+ disabled: boolean | null;
270
+ error: boolean;
271
+ errorMessages: string | readonly string[] | null;
272
+ maxErrors: string | number;
273
+ readonly: boolean | null;
274
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
275
+ density: import('vuetify/lib/composables/density.mjs').Density;
276
+ centerAffix: boolean;
277
+ glow: boolean;
278
+ hideSpinButtons: boolean;
279
+ persistentHint: boolean;
280
+ messages: string | readonly string[];
281
+ direction: "horizontal" | "vertical";
282
+ }> & Omit<{
283
+ theme?: string | undefined;
284
+ class?: any;
285
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
286
+ focused: boolean;
287
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
288
+ disabled: boolean | null;
289
+ error: boolean;
290
+ errorMessages: string | readonly string[] | null;
291
+ maxErrors: string | number;
292
+ name?: string | undefined;
293
+ label?: string | undefined;
294
+ readonly: boolean | null;
295
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
296
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
297
+ validationValue?: any;
298
+ density: import('vuetify/lib/composables/density.mjs').Density;
299
+ maxWidth?: string | number | undefined;
300
+ minWidth?: string | number | undefined;
301
+ width?: string | number | undefined;
302
+ id?: string | undefined;
303
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
304
+ baseColor?: string | undefined;
305
+ centerAffix: boolean;
306
+ color?: string | undefined;
307
+ glow: boolean;
308
+ iconColor?: string | boolean | undefined;
309
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
310
+ hideDetails?: "auto" | boolean | undefined;
311
+ hideSpinButtons: boolean;
312
+ hint?: string | undefined;
313
+ persistentHint: boolean;
314
+ messages: string | readonly string[];
315
+ direction: "horizontal" | "vertical";
316
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
317
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
318
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
319
+ $attrs: {
320
+ [x: string]: unknown;
321
+ };
322
+ $refs: {
323
+ [x: string]: unknown;
324
+ };
325
+ $slots: Readonly<{
326
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
327
+ [key: string]: any;
328
+ }>[]) | undefined;
329
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
330
+ [key: string]: any;
331
+ }>[]) | undefined;
332
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
333
+ [key: string]: any;
334
+ }>[]) | undefined;
335
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
336
+ [key: string]: any;
337
+ }>[]) | undefined;
338
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
339
+ [key: string]: any;
340
+ }>[]) | undefined;
341
+ }>;
342
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
343
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
344
+ $host: Element | null;
345
+ $emit: (event: string, ...args: any[]) => void;
346
+ $el: any;
347
+ $options: import('vue').ComponentOptionsBase<{
348
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
349
+ focused: boolean;
350
+ disabled: boolean | null;
351
+ error: boolean;
352
+ errorMessages: string | readonly string[] | null;
353
+ maxErrors: string | number;
354
+ readonly: boolean | null;
355
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
356
+ density: import('vuetify/lib/composables/density.mjs').Density;
357
+ centerAffix: boolean;
358
+ glow: boolean;
359
+ hideSpinButtons: boolean;
360
+ persistentHint: boolean;
361
+ messages: string | readonly string[];
362
+ direction: "horizontal" | "vertical";
363
+ } & {
364
+ theme?: string | undefined;
365
+ class?: any;
366
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
367
+ name?: string | undefined;
368
+ label?: string | undefined;
369
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
370
+ validationValue?: any;
371
+ maxWidth?: string | number | undefined;
372
+ minWidth?: string | number | undefined;
373
+ width?: string | number | undefined;
374
+ id?: string | undefined;
375
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
376
+ baseColor?: string | undefined;
377
+ color?: string | undefined;
378
+ iconColor?: string | boolean | undefined;
379
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
380
+ hideDetails?: "auto" | boolean | undefined;
381
+ hint?: string | undefined;
382
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
383
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
384
+ } & {}, {
385
+ reset: () => Promise<void>;
386
+ resetValidation: () => Promise<void>;
387
+ validate: (silent?: boolean) => Promise<string[]>;
388
+ isValid: import('vue').ComputedRef<boolean | null>;
389
+ errorMessages: import('vue').ComputedRef<string[]>;
390
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
391
+ "update:modelValue": (value: any) => true;
392
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
393
+ style: import('vue').StyleValue;
394
+ focused: boolean;
395
+ disabled: boolean | null;
396
+ error: boolean;
397
+ errorMessages: string | readonly string[] | null;
398
+ maxErrors: string | number;
399
+ readonly: boolean | null;
400
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
401
+ density: import('vuetify/lib/composables/density.mjs').Density;
402
+ centerAffix: boolean;
403
+ glow: boolean;
404
+ hideSpinButtons: boolean;
405
+ persistentHint: boolean;
406
+ messages: string | readonly string[];
407
+ direction: "horizontal" | "vertical";
408
+ }, {}, string, import('vue').SlotsType<Partial<{
409
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
410
+ [key: string]: any;
411
+ }>[];
412
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
413
+ [key: string]: any;
414
+ }>[];
415
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
416
+ [key: string]: any;
417
+ }>[];
418
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
419
+ [key: string]: any;
420
+ }>[];
421
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
422
+ [key: string]: any;
423
+ }>[];
424
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
425
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
426
+ created?: ((() => void)[] | (() => void)) | undefined;
427
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
428
+ mounted?: ((() => void)[] | (() => void)) | undefined;
429
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
430
+ updated?: ((() => void)[] | (() => void)) | undefined;
431
+ activated?: ((() => void)[] | (() => void)) | undefined;
432
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
433
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
434
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
435
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
436
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
437
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
438
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
439
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
440
+ };
441
+ $forceUpdate: () => void;
442
+ $nextTick: typeof nextTick;
443
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
444
+ } & Readonly<{
445
+ style: import('vue').StyleValue;
446
+ focused: boolean;
447
+ disabled: boolean | null;
448
+ error: boolean;
449
+ errorMessages: string | readonly string[] | null;
450
+ maxErrors: string | number;
451
+ readonly: boolean | null;
452
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
453
+ density: import('vuetify/lib/composables/density.mjs').Density;
454
+ centerAffix: boolean;
455
+ glow: boolean;
456
+ hideSpinButtons: boolean;
457
+ persistentHint: boolean;
458
+ messages: string | readonly string[];
459
+ direction: "horizontal" | "vertical";
460
+ }> & Omit<{
461
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
462
+ focused: boolean;
463
+ disabled: boolean | null;
464
+ error: boolean;
465
+ errorMessages: string | readonly string[] | null;
466
+ maxErrors: string | number;
467
+ readonly: boolean | null;
468
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
469
+ density: import('vuetify/lib/composables/density.mjs').Density;
470
+ centerAffix: boolean;
471
+ glow: boolean;
472
+ hideSpinButtons: boolean;
473
+ persistentHint: boolean;
474
+ messages: string | readonly string[];
475
+ direction: "horizontal" | "vertical";
476
+ } & {
477
+ theme?: string | undefined;
478
+ class?: any;
479
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
480
+ name?: string | undefined;
481
+ label?: string | undefined;
482
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
483
+ validationValue?: any;
484
+ maxWidth?: string | number | undefined;
485
+ minWidth?: string | number | undefined;
486
+ width?: string | number | undefined;
487
+ id?: string | undefined;
488
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
489
+ baseColor?: string | undefined;
490
+ color?: string | undefined;
491
+ iconColor?: string | boolean | undefined;
492
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
493
+ hideDetails?: "auto" | boolean | undefined;
494
+ hint?: string | undefined;
495
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
496
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
497
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
498
+ reset: () => Promise<void>;
499
+ resetValidation: () => Promise<void>;
500
+ validate: (silent?: boolean) => Promise<string[]>;
501
+ isValid: boolean | null;
502
+ errorMessages: string[];
503
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
504
+ modelValue?: unknown;
505
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
506
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
507
+ $: import('vue').ComponentInternalInstance;
508
+ $data: {};
509
+ $props: Partial<{
510
+ style: import('vue').StyleValue;
511
+ focused: boolean;
512
+ rounded: string | number | boolean;
513
+ tile: boolean;
514
+ clearable: boolean;
515
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
516
+ active: boolean;
517
+ centerAffix: boolean;
518
+ dirty: boolean;
519
+ disabled: boolean;
520
+ glow: boolean;
521
+ error: boolean;
522
+ flat: boolean;
523
+ persistentClear: boolean;
524
+ reverse: boolean;
525
+ singleLine: boolean;
526
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
527
+ details: boolean;
528
+ }> & Omit<{
529
+ theme?: string | undefined;
530
+ class?: any;
531
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
532
+ focused: boolean;
533
+ "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
534
+ rounded?: string | number | boolean | undefined;
535
+ tile: boolean;
536
+ loading?: string | boolean | undefined;
537
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
538
+ bgColor?: string | undefined;
539
+ clearable: boolean;
540
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
541
+ active: boolean;
542
+ centerAffix?: boolean | undefined;
543
+ color?: string | undefined;
544
+ baseColor?: string | undefined;
545
+ dirty: boolean;
546
+ disabled: boolean;
547
+ glow: boolean;
548
+ error: boolean;
549
+ flat: boolean;
550
+ iconColor?: string | boolean | undefined;
551
+ label?: string | undefined;
552
+ persistentClear: boolean;
553
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
554
+ reverse: boolean;
555
+ singleLine: boolean;
556
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
557
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
558
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
559
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
560
+ id?: string | undefined;
561
+ details: boolean;
562
+ labelId?: string | undefined;
563
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
564
+ $attrs: {
565
+ [x: string]: unknown;
566
+ };
567
+ $refs: {
568
+ [x: string]: unknown;
569
+ };
570
+ $slots: Readonly<{
571
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
572
+ props: Record<string, any>;
573
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
574
+ [key: string]: any;
575
+ }>[]) | undefined;
576
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
577
+ [key: string]: any;
578
+ }>[]) | undefined;
579
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
580
+ [key: string]: any;
581
+ }>[]) | undefined;
582
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
583
+ label: string | undefined;
584
+ props: Record<string, any>;
585
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
586
+ [key: string]: any;
587
+ }>[]) | undefined;
588
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
589
+ [key: string]: any;
590
+ }>[]) | undefined;
591
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
592
+ [key: string]: any;
593
+ }>[]) | undefined;
594
+ }>;
595
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
596
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
597
+ $host: Element | null;
598
+ $emit: (event: "update:focused", focused: boolean) => void;
599
+ $el: any;
600
+ $options: import('vue').ComponentOptionsBase<{
601
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
602
+ focused: boolean;
603
+ tile: boolean;
604
+ clearable: boolean;
605
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
606
+ active: boolean;
607
+ dirty: boolean;
608
+ disabled: boolean;
609
+ glow: boolean;
610
+ error: boolean;
611
+ flat: boolean;
612
+ persistentClear: boolean;
613
+ reverse: boolean;
614
+ singleLine: boolean;
615
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
616
+ details: boolean;
617
+ } & {
618
+ theme?: string | undefined;
619
+ class?: any;
620
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
621
+ rounded?: string | number | boolean | undefined;
622
+ loading?: string | boolean | undefined;
623
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
624
+ bgColor?: string | undefined;
625
+ centerAffix?: boolean | undefined;
626
+ color?: string | undefined;
627
+ baseColor?: string | undefined;
628
+ iconColor?: string | boolean | undefined;
629
+ label?: string | undefined;
630
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
631
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
632
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
633
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
634
+ id?: string | undefined;
635
+ labelId?: string | undefined;
636
+ } & {
637
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
638
+ }, {
639
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
640
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
641
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
642
+ "update:focused": (focused: boolean) => true;
643
+ "update:modelValue": (value: any) => true;
644
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
645
+ style: import('vue').StyleValue;
646
+ focused: boolean;
647
+ rounded: string | number | boolean;
648
+ tile: boolean;
649
+ clearable: boolean;
650
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
651
+ active: boolean;
652
+ centerAffix: boolean;
653
+ dirty: boolean;
654
+ disabled: boolean;
655
+ glow: boolean;
656
+ error: boolean;
657
+ flat: boolean;
658
+ persistentClear: boolean;
659
+ reverse: boolean;
660
+ singleLine: boolean;
661
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
662
+ details: boolean;
663
+ }, {}, string, import('vue').SlotsType<Partial<{
664
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
665
+ props: Record<string, any>;
666
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
667
+ [key: string]: any;
668
+ }>[];
669
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
670
+ [key: string]: any;
671
+ }>[];
672
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
673
+ [key: string]: any;
674
+ }>[];
675
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
676
+ label: string | undefined;
677
+ props: Record<string, any>;
678
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
679
+ [key: string]: any;
680
+ }>[];
681
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
682
+ [key: string]: any;
683
+ }>[];
684
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
685
+ [key: string]: any;
686
+ }>[];
687
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
688
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
689
+ created?: ((() => void)[] | (() => void)) | undefined;
690
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
691
+ mounted?: ((() => void)[] | (() => void)) | undefined;
692
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
693
+ updated?: ((() => void)[] | (() => void)) | undefined;
694
+ activated?: ((() => void)[] | (() => void)) | undefined;
695
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
696
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
697
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
698
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
699
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
700
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
701
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
702
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
703
+ };
704
+ $forceUpdate: () => void;
705
+ $nextTick: typeof nextTick;
706
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
707
+ } & Readonly<{
708
+ style: import('vue').StyleValue;
709
+ focused: boolean;
710
+ rounded: string | number | boolean;
711
+ tile: boolean;
712
+ clearable: boolean;
713
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
714
+ active: boolean;
715
+ centerAffix: boolean;
716
+ dirty: boolean;
717
+ disabled: boolean;
718
+ glow: boolean;
719
+ error: boolean;
720
+ flat: boolean;
721
+ persistentClear: boolean;
722
+ reverse: boolean;
723
+ singleLine: boolean;
724
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
725
+ details: boolean;
726
+ }> & Omit<{
727
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
728
+ focused: boolean;
729
+ tile: boolean;
730
+ clearable: boolean;
731
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
732
+ active: boolean;
733
+ dirty: boolean;
734
+ disabled: boolean;
735
+ glow: boolean;
736
+ error: boolean;
737
+ flat: boolean;
738
+ persistentClear: boolean;
739
+ reverse: boolean;
740
+ singleLine: boolean;
741
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
742
+ details: boolean;
743
+ } & {
744
+ theme?: string | undefined;
745
+ class?: any;
746
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
747
+ rounded?: string | number | boolean | undefined;
748
+ loading?: string | boolean | undefined;
749
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
750
+ bgColor?: string | undefined;
751
+ centerAffix?: boolean | undefined;
752
+ color?: string | undefined;
753
+ baseColor?: string | undefined;
754
+ iconColor?: string | boolean | undefined;
755
+ label?: string | undefined;
756
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
757
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
758
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
759
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
760
+ id?: string | undefined;
761
+ labelId?: string | undefined;
762
+ } & {
763
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
764
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
765
+ controlRef: HTMLElement | undefined;
766
+ fieldIconColor: string | undefined;
767
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
768
+ modelValue?: unknown;
769
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
770
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
771
+ _allExposed: {
772
+ reset: () => Promise<void>;
773
+ resetValidation: () => Promise<void>;
774
+ validate: (silent?: boolean) => Promise<string[]>;
775
+ isValid: import('vue').ComputedRef<boolean | null>;
776
+ errorMessages: import('vue').ComputedRef<string[]>;
777
+ } | {
778
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
779
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
780
+ } | {};
781
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
782
+ "click:control": (e: MouseEvent) => true;
783
+ "mousedown:control": (e: MouseEvent) => true;
784
+ "update:focused": (focused: boolean) => true;
785
+ "update:modelValue": (val: string) => true;
786
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
787
+ style: import('vue').StyleValue;
788
+ focused: boolean;
789
+ errorMessages: string | readonly string[] | null;
790
+ maxErrors: string | number;
791
+ readonly: boolean | null;
792
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
793
+ density: import('vuetify/lib/composables/density.mjs').Density;
794
+ rounded: string | number | boolean;
795
+ tile: boolean;
796
+ hideSpinButtons: boolean;
797
+ persistentHint: boolean;
798
+ messages: string | readonly string[];
799
+ clearable: boolean;
800
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
801
+ active: boolean;
802
+ centerAffix: boolean;
803
+ dirty: boolean;
804
+ disabled: boolean;
805
+ glow: boolean;
806
+ error: boolean;
807
+ flat: boolean;
808
+ persistentClear: boolean;
809
+ reverse: boolean;
810
+ singleLine: boolean;
811
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
812
+ autofocus: boolean;
813
+ persistentPlaceholder: boolean;
814
+ persistentCounter: boolean;
815
+ type: string;
816
+ }, true, {}, import('vue').SlotsType<Partial<{
817
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
818
+ [key: string]: any;
819
+ }>[];
820
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
821
+ [key: string]: any;
822
+ }>[];
823
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
824
+ [key: string]: any;
825
+ }>[];
826
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
827
+ [key: string]: any;
828
+ }>[];
829
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
830
+ props: Record<string, any>;
831
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
832
+ [key: string]: any;
833
+ }>[];
834
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
835
+ [key: string]: any;
836
+ }>[];
837
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
838
+ [key: string]: any;
839
+ }>[];
840
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
841
+ label: string | undefined;
842
+ props: Record<string, any>;
843
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
844
+ [key: string]: any;
845
+ }>[];
846
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
847
+ [key: string]: any;
848
+ }>[];
849
+ default: (arg: {
850
+ id: Readonly<import('vue').Ref<string, string>>;
851
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
852
+ [key: string]: any;
853
+ }>[];
854
+ counter: (arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
855
+ [key: string]: any;
856
+ }>[];
857
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
858
+ P: {};
859
+ B: {};
860
+ D: {};
861
+ C: {};
862
+ M: {};
863
+ Defaults: {};
864
+ }, {
865
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
866
+ focused: boolean;
867
+ errorMessages: string | readonly string[] | null;
868
+ maxErrors: string | number;
869
+ readonly: boolean | null;
870
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
871
+ density: import('vuetify/lib/composables/density.mjs').Density;
872
+ tile: boolean;
873
+ hideSpinButtons: boolean;
874
+ persistentHint: boolean;
875
+ messages: string | readonly string[];
876
+ clearable: boolean;
877
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
878
+ active: boolean;
879
+ dirty: boolean;
880
+ disabled: boolean;
881
+ glow: boolean;
882
+ error: boolean;
883
+ flat: boolean;
884
+ persistentClear: boolean;
885
+ reverse: boolean;
886
+ singleLine: boolean;
887
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
888
+ autofocus: boolean;
889
+ persistentPlaceholder: boolean;
890
+ persistentCounter: boolean;
891
+ type: string;
892
+ } & {
893
+ theme?: string | undefined;
894
+ class?: any;
895
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
896
+ name?: string | undefined;
897
+ modelValue?: any;
898
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
899
+ validationValue?: any;
900
+ rounded?: string | number | boolean | undefined;
901
+ maxWidth?: string | number | undefined;
902
+ minWidth?: string | number | undefined;
903
+ width?: string | number | undefined;
904
+ loading?: string | boolean | undefined;
905
+ id?: string | undefined;
906
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
907
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
908
+ hideDetails?: "auto" | boolean | undefined;
909
+ hint?: string | undefined;
910
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
911
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
912
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
913
+ bgColor?: string | undefined;
914
+ centerAffix?: boolean | undefined;
915
+ color?: string | undefined;
916
+ baseColor?: string | undefined;
917
+ iconColor?: string | boolean | undefined;
918
+ label?: string | undefined;
919
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
920
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
921
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
922
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
923
+ autocomplete?: string | undefined;
924
+ counter?: string | number | boolean | undefined;
925
+ counterValue?: number | ((value: any) => number) | undefined;
926
+ prefix?: string | undefined;
927
+ placeholder?: string | undefined;
928
+ suffix?: string | undefined;
929
+ role?: string | undefined;
930
+ modelModifiers?: Record<string, boolean> | undefined;
931
+ } & {
932
+ $children?: {
933
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
934
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
935
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
936
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
937
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
938
+ props: Record<string, any>;
939
+ }) => import('vue').VNodeChild) | undefined;
940
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
941
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
942
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
943
+ label: string | undefined;
944
+ props: Record<string, any>;
945
+ }) => import('vue').VNodeChild) | undefined;
946
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
947
+ default?: ((arg: {
948
+ id: Readonly<import('vue').Ref<string, string>>;
949
+ }) => import('vue').VNodeChild) | undefined;
950
+ counter?: ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
951
+ } | {
952
+ $stable?: boolean | undefined;
953
+ } | ((arg: {
954
+ id: Readonly<import('vue').Ref<string, string>>;
955
+ }) => import('vue').VNodeChild) | import('vue').VNodeChild;
956
+ "v-slots"?: {
957
+ prepend?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
958
+ append?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
959
+ details?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
960
+ message?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
961
+ clear?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
962
+ props: Record<string, any>;
963
+ }) => import('vue').VNodeChild) | undefined;
964
+ "prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
965
+ "append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
966
+ label?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
967
+ label: string | undefined;
968
+ props: Record<string, any>;
969
+ }) => import('vue').VNodeChild) | undefined;
970
+ loader?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
971
+ default?: false | ((arg: {
972
+ id: Readonly<import('vue').Ref<string, string>>;
973
+ }) => import('vue').VNodeChild) | undefined;
974
+ counter?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
975
+ } | undefined;
976
+ } & {
977
+ "v-slot:append"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
978
+ "v-slot:append-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
979
+ "v-slot:clear"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
980
+ props: Record<string, any>;
981
+ }) => import('vue').VNodeChild) | undefined;
982
+ "v-slot:counter"?: false | ((arg: import('vuetify/lib/components/VCounter/VCounter.mjs').VCounterSlot) => import('vue').VNodeChild) | undefined;
983
+ "v-slot:default"?: false | ((arg: {
984
+ id: Readonly<import('vue').Ref<string, string>>;
985
+ }) => import('vue').VNodeChild) | undefined;
986
+ "v-slot:details"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
987
+ "v-slot:label"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
988
+ label: string | undefined;
989
+ props: Record<string, any>;
990
+ }) => import('vue').VNodeChild) | undefined;
991
+ "v-slot:loader"?: false | ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNodeChild) | undefined;
992
+ "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
993
+ "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
994
+ "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
995
+ } & {
996
+ "onClick:control"?: ((e: MouseEvent) => any) | undefined;
997
+ "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
998
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
999
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
1000
+ }, HTMLInputElement & Omit<Omit<{
1001
+ $: import('vue').ComponentInternalInstance;
1002
+ $data: {};
1003
+ $props: Partial<{
1004
+ style: import('vue').StyleValue;
1005
+ focused: boolean;
1006
+ disabled: boolean | null;
1007
+ error: boolean;
1008
+ errorMessages: string | readonly string[] | null;
1009
+ maxErrors: string | number;
1010
+ readonly: boolean | null;
1011
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1012
+ density: import('vuetify/lib/composables/density.mjs').Density;
1013
+ centerAffix: boolean;
1014
+ glow: boolean;
1015
+ hideSpinButtons: boolean;
1016
+ persistentHint: boolean;
1017
+ messages: string | readonly string[];
1018
+ direction: "horizontal" | "vertical";
1019
+ }> & Omit<{
1020
+ theme?: string | undefined;
1021
+ class?: any;
1022
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1023
+ focused: boolean;
1024
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1025
+ disabled: boolean | null;
1026
+ error: boolean;
1027
+ errorMessages: string | readonly string[] | null;
1028
+ maxErrors: string | number;
1029
+ name?: string | undefined;
1030
+ label?: string | undefined;
1031
+ readonly: boolean | null;
1032
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1033
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1034
+ validationValue?: any;
1035
+ density: import('vuetify/lib/composables/density.mjs').Density;
1036
+ maxWidth?: string | number | undefined;
1037
+ minWidth?: string | number | undefined;
1038
+ width?: string | number | undefined;
1039
+ id?: string | undefined;
1040
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1041
+ baseColor?: string | undefined;
1042
+ centerAffix: boolean;
1043
+ color?: string | undefined;
1044
+ glow: boolean;
1045
+ iconColor?: string | boolean | undefined;
1046
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1047
+ hideDetails?: "auto" | boolean | undefined;
1048
+ hideSpinButtons: boolean;
1049
+ hint?: string | undefined;
1050
+ persistentHint: boolean;
1051
+ messages: string | readonly string[];
1052
+ direction: "horizontal" | "vertical";
1053
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1054
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1055
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "centerAffix" | "density" | "direction" | "disabled" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentHint" | "readonly" | "rules" | "style">;
1056
+ $attrs: {
1057
+ [x: string]: unknown;
1058
+ };
1059
+ $refs: {
1060
+ [x: string]: unknown;
1061
+ };
1062
+ $slots: Readonly<{
1063
+ default?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1064
+ [key: string]: any;
1065
+ }>[]) | undefined;
1066
+ prepend?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1067
+ [key: string]: any;
1068
+ }>[]) | undefined;
1069
+ append?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1070
+ [key: string]: any;
1071
+ }>[]) | undefined;
1072
+ details?: ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1073
+ [key: string]: any;
1074
+ }>[]) | undefined;
1075
+ message?: ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1076
+ [key: string]: any;
1077
+ }>[]) | undefined;
1078
+ }>;
1079
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1080
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1081
+ $host: Element | null;
1082
+ $emit: (event: string, ...args: any[]) => void;
1083
+ $el: any;
1084
+ $options: import('vue').ComponentOptionsBase<{
1085
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1086
+ focused: boolean;
1087
+ disabled: boolean | null;
1088
+ error: boolean;
1089
+ errorMessages: string | readonly string[] | null;
1090
+ maxErrors: string | number;
1091
+ readonly: boolean | null;
1092
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1093
+ density: import('vuetify/lib/composables/density.mjs').Density;
1094
+ centerAffix: boolean;
1095
+ glow: boolean;
1096
+ hideSpinButtons: boolean;
1097
+ persistentHint: boolean;
1098
+ messages: string | readonly string[];
1099
+ direction: "horizontal" | "vertical";
1100
+ } & {
1101
+ theme?: string | undefined;
1102
+ class?: any;
1103
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1104
+ name?: string | undefined;
1105
+ label?: string | undefined;
1106
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1107
+ validationValue?: any;
1108
+ maxWidth?: string | number | undefined;
1109
+ minWidth?: string | number | undefined;
1110
+ width?: string | number | undefined;
1111
+ id?: string | undefined;
1112
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1113
+ baseColor?: string | undefined;
1114
+ color?: string | undefined;
1115
+ iconColor?: string | boolean | undefined;
1116
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1117
+ hideDetails?: "auto" | boolean | undefined;
1118
+ hint?: string | undefined;
1119
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1120
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1121
+ } & {}, {
1122
+ reset: () => Promise<void>;
1123
+ resetValidation: () => Promise<void>;
1124
+ validate: (silent?: boolean) => Promise<string[]>;
1125
+ isValid: import('vue').ComputedRef<boolean | null>;
1126
+ errorMessages: import('vue').ComputedRef<string[]>;
1127
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1128
+ "update:modelValue": (value: any) => true;
1129
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append" | "v-slot:default" | "v-slot:details" | "v-slot:message" | "v-slot:prepend" | "v-slots">, string, {
1130
+ style: import('vue').StyleValue;
1131
+ focused: boolean;
1132
+ disabled: boolean | null;
1133
+ error: boolean;
1134
+ errorMessages: string | readonly string[] | null;
1135
+ maxErrors: string | number;
1136
+ readonly: boolean | null;
1137
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1138
+ density: import('vuetify/lib/composables/density.mjs').Density;
1139
+ centerAffix: boolean;
1140
+ glow: boolean;
1141
+ hideSpinButtons: boolean;
1142
+ persistentHint: boolean;
1143
+ messages: string | readonly string[];
1144
+ direction: "horizontal" | "vertical";
1145
+ }, {}, string, import('vue').SlotsType<Partial<{
1146
+ default: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1147
+ [key: string]: any;
1148
+ }>[];
1149
+ prepend: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1150
+ [key: string]: any;
1151
+ }>[];
1152
+ append: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1153
+ [key: string]: any;
1154
+ }>[];
1155
+ details: (arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1156
+ [key: string]: any;
1157
+ }>[];
1158
+ message: (arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1159
+ [key: string]: any;
1160
+ }>[];
1161
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1162
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1163
+ created?: ((() => void)[] | (() => void)) | undefined;
1164
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1165
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1166
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1167
+ updated?: ((() => void)[] | (() => void)) | undefined;
1168
+ activated?: ((() => void)[] | (() => void)) | undefined;
1169
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1170
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1171
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1172
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1173
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1174
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1175
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1176
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
1177
+ };
1178
+ $forceUpdate: () => void;
1179
+ $nextTick: typeof nextTick;
1180
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1181
+ } & Readonly<{
1182
+ style: import('vue').StyleValue;
1183
+ focused: boolean;
1184
+ disabled: boolean | null;
1185
+ error: boolean;
1186
+ errorMessages: string | readonly string[] | null;
1187
+ maxErrors: string | number;
1188
+ readonly: boolean | null;
1189
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1190
+ density: import('vuetify/lib/composables/density.mjs').Density;
1191
+ centerAffix: boolean;
1192
+ glow: boolean;
1193
+ hideSpinButtons: boolean;
1194
+ persistentHint: boolean;
1195
+ messages: string | readonly string[];
1196
+ direction: "horizontal" | "vertical";
1197
+ }> & Omit<{
1198
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1199
+ focused: boolean;
1200
+ disabled: boolean | null;
1201
+ error: boolean;
1202
+ errorMessages: string | readonly string[] | null;
1203
+ maxErrors: string | number;
1204
+ readonly: boolean | null;
1205
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1206
+ density: import('vuetify/lib/composables/density.mjs').Density;
1207
+ centerAffix: boolean;
1208
+ glow: boolean;
1209
+ hideSpinButtons: boolean;
1210
+ persistentHint: boolean;
1211
+ messages: string | readonly string[];
1212
+ direction: "horizontal" | "vertical";
1213
+ } & {
1214
+ theme?: string | undefined;
1215
+ class?: any;
1216
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1217
+ name?: string | undefined;
1218
+ label?: string | undefined;
1219
+ validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
1220
+ validationValue?: any;
1221
+ maxWidth?: string | number | undefined;
1222
+ minWidth?: string | number | undefined;
1223
+ width?: string | number | undefined;
1224
+ id?: string | undefined;
1225
+ appendIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1226
+ baseColor?: string | undefined;
1227
+ color?: string | undefined;
1228
+ iconColor?: string | boolean | undefined;
1229
+ prependIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1230
+ hideDetails?: "auto" | boolean | undefined;
1231
+ hint?: string | undefined;
1232
+ "onClick:prepend"?: ((args_0: MouseEvent) => void) | undefined;
1233
+ "onClick:append"?: ((args_0: MouseEvent) => void) | undefined;
1234
+ }, "style" | "disabled" | "density" | "readonly" | "error" | "reset" | "validate" | "errorMessages" | "focused" | "maxErrors" | "rules" | "centerAffix" | "direction" | "messages" | "isValid" | "resetValidation" | "glow" | "hideSpinButtons" | "persistentHint"> & {
1235
+ reset: () => Promise<void>;
1236
+ resetValidation: () => Promise<void>;
1237
+ validate: (silent?: boolean) => Promise<string[]>;
1238
+ isValid: boolean | null;
1239
+ errorMessages: string[];
1240
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1241
+ modelValue?: unknown;
1242
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1243
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1244
+ $: import('vue').ComponentInternalInstance;
1245
+ $data: {};
1246
+ $props: Partial<{
1247
+ style: import('vue').StyleValue;
1248
+ focused: boolean;
1249
+ rounded: string | number | boolean;
1250
+ tile: boolean;
1251
+ clearable: boolean;
1252
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1253
+ active: boolean;
1254
+ centerAffix: boolean;
1255
+ dirty: boolean;
1256
+ disabled: boolean;
1257
+ glow: boolean;
1258
+ error: boolean;
1259
+ flat: boolean;
1260
+ persistentClear: boolean;
1261
+ reverse: boolean;
1262
+ singleLine: boolean;
1263
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1264
+ details: boolean;
1265
+ }> & Omit<{
1266
+ theme?: string | undefined;
1267
+ class?: any;
1268
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1269
+ focused: boolean;
1270
+ "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1271
+ rounded?: string | number | boolean | undefined;
1272
+ tile: boolean;
1273
+ loading?: string | boolean | undefined;
1274
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1275
+ bgColor?: string | undefined;
1276
+ clearable: boolean;
1277
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1278
+ active: boolean;
1279
+ centerAffix?: boolean | undefined;
1280
+ color?: string | undefined;
1281
+ baseColor?: string | undefined;
1282
+ dirty: boolean;
1283
+ disabled: boolean;
1284
+ glow: boolean;
1285
+ error: boolean;
1286
+ flat: boolean;
1287
+ iconColor?: string | boolean | undefined;
1288
+ label?: string | undefined;
1289
+ persistentClear: boolean;
1290
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1291
+ reverse: boolean;
1292
+ singleLine: boolean;
1293
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1294
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1295
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1296
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1297
+ id?: string | undefined;
1298
+ details: boolean;
1299
+ labelId?: string | undefined;
1300
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
1301
+ $attrs: {
1302
+ [x: string]: unknown;
1303
+ };
1304
+ $refs: {
1305
+ [x: string]: unknown;
1306
+ };
1307
+ $slots: Readonly<{
1308
+ clear?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1309
+ props: Record<string, any>;
1310
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1311
+ [key: string]: any;
1312
+ }>[]) | undefined;
1313
+ "prepend-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1314
+ [key: string]: any;
1315
+ }>[]) | undefined;
1316
+ "append-inner"?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1317
+ [key: string]: any;
1318
+ }>[]) | undefined;
1319
+ label?: ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1320
+ label: string | undefined;
1321
+ props: Record<string, any>;
1322
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1323
+ [key: string]: any;
1324
+ }>[]) | undefined;
1325
+ loader?: ((arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1326
+ [key: string]: any;
1327
+ }>[]) | undefined;
1328
+ default?: ((arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1329
+ [key: string]: any;
1330
+ }>[]) | undefined;
1331
+ }>;
1332
+ $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1333
+ $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
1334
+ $host: Element | null;
1335
+ $emit: (event: "update:focused", focused: boolean) => void;
1336
+ $el: any;
1337
+ $options: import('vue').ComponentOptionsBase<{
1338
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1339
+ focused: boolean;
1340
+ tile: boolean;
1341
+ clearable: boolean;
1342
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1343
+ active: boolean;
1344
+ dirty: boolean;
1345
+ disabled: boolean;
1346
+ glow: boolean;
1347
+ error: boolean;
1348
+ flat: boolean;
1349
+ persistentClear: boolean;
1350
+ reverse: boolean;
1351
+ singleLine: boolean;
1352
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1353
+ details: boolean;
1354
+ } & {
1355
+ theme?: string | undefined;
1356
+ class?: any;
1357
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1358
+ rounded?: string | number | boolean | undefined;
1359
+ loading?: string | boolean | undefined;
1360
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1361
+ bgColor?: string | undefined;
1362
+ centerAffix?: boolean | undefined;
1363
+ color?: string | undefined;
1364
+ baseColor?: string | undefined;
1365
+ iconColor?: string | boolean | undefined;
1366
+ label?: string | undefined;
1367
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1368
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1369
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1370
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1371
+ id?: string | undefined;
1372
+ labelId?: string | undefined;
1373
+ } & {
1374
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1375
+ }, {
1376
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1377
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1378
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1379
+ "update:focused": (focused: boolean) => true;
1380
+ "update:modelValue": (value: any) => true;
1381
+ }, "$children" | "modelValue" | "update:modelValue" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:default" | "v-slot:label" | "v-slot:loader" | "v-slot:prepend-inner" | "v-slots">, string, {
1382
+ style: import('vue').StyleValue;
1383
+ focused: boolean;
1384
+ rounded: string | number | boolean;
1385
+ tile: boolean;
1386
+ clearable: boolean;
1387
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1388
+ active: boolean;
1389
+ centerAffix: boolean;
1390
+ dirty: boolean;
1391
+ disabled: boolean;
1392
+ glow: boolean;
1393
+ error: boolean;
1394
+ flat: boolean;
1395
+ persistentClear: boolean;
1396
+ reverse: boolean;
1397
+ singleLine: boolean;
1398
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1399
+ details: boolean;
1400
+ }, {}, string, import('vue').SlotsType<Partial<{
1401
+ clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1402
+ props: Record<string, any>;
1403
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1404
+ [key: string]: any;
1405
+ }>[];
1406
+ "prepend-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1407
+ [key: string]: any;
1408
+ }>[];
1409
+ "append-inner": (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1410
+ [key: string]: any;
1411
+ }>[];
1412
+ label: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1413
+ label: string | undefined;
1414
+ props: Record<string, any>;
1415
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1416
+ [key: string]: any;
1417
+ }>[];
1418
+ loader: (arg: import('vuetify/lib/composables/loader.mjs').LoaderSlotProps) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1419
+ [key: string]: any;
1420
+ }>[];
1421
+ default: (arg: import('vuetify/lib/components/VField/VField.mjs').VFieldSlot) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1422
+ [key: string]: any;
1423
+ }>[];
1424
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1425
+ beforeCreate?: ((() => void)[] | (() => void)) | undefined;
1426
+ created?: ((() => void)[] | (() => void)) | undefined;
1427
+ beforeMount?: ((() => void)[] | (() => void)) | undefined;
1428
+ mounted?: ((() => void)[] | (() => void)) | undefined;
1429
+ beforeUpdate?: ((() => void)[] | (() => void)) | undefined;
1430
+ updated?: ((() => void)[] | (() => void)) | undefined;
1431
+ activated?: ((() => void)[] | (() => void)) | undefined;
1432
+ deactivated?: ((() => void)[] | (() => void)) | undefined;
1433
+ beforeDestroy?: ((() => void)[] | (() => void)) | undefined;
1434
+ beforeUnmount?: ((() => void)[] | (() => void)) | undefined;
1435
+ destroyed?: ((() => void)[] | (() => void)) | undefined;
1436
+ unmounted?: ((() => void)[] | (() => void)) | undefined;
1437
+ renderTracked?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1438
+ renderTriggered?: (((e: import('vue').DebuggerEvent) => void)[] | ((e: import('vue').DebuggerEvent) => void)) | undefined;
1439
+ errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)[] | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => void | boolean)) | undefined;
1440
+ };
1441
+ $forceUpdate: () => void;
1442
+ $nextTick: typeof nextTick;
1443
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
1444
+ } & Readonly<{
1445
+ style: import('vue').StyleValue;
1446
+ focused: boolean;
1447
+ rounded: string | number | boolean;
1448
+ tile: boolean;
1449
+ clearable: boolean;
1450
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1451
+ active: boolean;
1452
+ centerAffix: boolean;
1453
+ dirty: boolean;
1454
+ disabled: boolean;
1455
+ glow: boolean;
1456
+ error: boolean;
1457
+ flat: boolean;
1458
+ persistentClear: boolean;
1459
+ reverse: boolean;
1460
+ singleLine: boolean;
1461
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1462
+ details: boolean;
1463
+ }> & Omit<{
1464
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1465
+ focused: boolean;
1466
+ tile: boolean;
1467
+ clearable: boolean;
1468
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1469
+ active: boolean;
1470
+ dirty: boolean;
1471
+ disabled: boolean;
1472
+ glow: boolean;
1473
+ error: boolean;
1474
+ flat: boolean;
1475
+ persistentClear: boolean;
1476
+ reverse: boolean;
1477
+ singleLine: boolean;
1478
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1479
+ details: boolean;
1480
+ } & {
1481
+ theme?: string | undefined;
1482
+ class?: any;
1483
+ "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1484
+ rounded?: string | number | boolean | undefined;
1485
+ loading?: string | boolean | undefined;
1486
+ appendInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1487
+ bgColor?: string | undefined;
1488
+ centerAffix?: boolean | undefined;
1489
+ color?: string | undefined;
1490
+ baseColor?: string | undefined;
1491
+ iconColor?: string | boolean | undefined;
1492
+ label?: string | undefined;
1493
+ prependInnerIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1494
+ "onClick:clear"?: ((args_0: MouseEvent) => void) | undefined;
1495
+ "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1496
+ "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1497
+ id?: string | undefined;
1498
+ labelId?: string | undefined;
1499
+ } & {
1500
+ "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
1501
+ }, "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "error" | "focused" | "centerAffix" | "glow" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine"> & {
1502
+ controlRef: HTMLElement | undefined;
1503
+ fieldIconColor: string | undefined;
1504
+ } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1505
+ modelValue?: unknown;
1506
+ "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1507
+ }, import('vuetify/lib/components/VField/VField.mjs').VFieldSlots>, "reverse" | "flat" | "label" | "details" | "style" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "rounded" | "tile" | "variant" | "loading" | "active" | "baseColor" | "v-slot:loader" | "id" | "error" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "iconColor" | "focused" | "prependInnerIcon" | "appendInnerIcon" | "centerAffix" | "glow" | "onUpdate:focused" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "labelId" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner">, `$${any}`> & {
1508
+ _allExposed: {
1509
+ reset: () => Promise<void>;
1510
+ resetValidation: () => Promise<void>;
1511
+ validate: (silent?: boolean) => Promise<string[]>;
1512
+ isValid: import('vue').ComputedRef<boolean | null>;
1513
+ errorMessages: import('vue').ComputedRef<string[]>;
1514
+ } | {
1515
+ controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
1516
+ fieldIconColor: import('vue').ComputedRef<string | undefined>;
1517
+ } | {};
1518
+ }, {}, {}, {}, {
1519
+ style: import('vue').StyleValue;
1520
+ focused: boolean;
1521
+ errorMessages: string | readonly string[] | null;
1522
+ maxErrors: string | number;
1523
+ readonly: boolean | null;
1524
+ rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
1525
+ density: import('vuetify/lib/composables/density.mjs').Density;
1526
+ rounded: string | number | boolean;
1527
+ tile: boolean;
1528
+ hideSpinButtons: boolean;
1529
+ persistentHint: boolean;
1530
+ messages: string | readonly string[];
1531
+ clearable: boolean;
1532
+ clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1533
+ active: boolean;
1534
+ centerAffix: boolean;
1535
+ dirty: boolean;
1536
+ disabled: boolean;
1537
+ glow: boolean;
1538
+ error: boolean;
1539
+ flat: boolean;
1540
+ persistentClear: boolean;
1541
+ reverse: boolean;
1542
+ singleLine: boolean;
1543
+ variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1544
+ autofocus: boolean;
1545
+ persistentPlaceholder: boolean;
1546
+ persistentCounter: boolean;
1547
+ type: string;
1548
+ }> | null;
1549
+ };
1550
+ $slots: Readonly<{
1551
+ [name: string]: import('vue').Slot<any> | undefined;
1552
+ }>;
1553
+ $root: import('vue').ComponentPublicInstance | null;
1554
+ $parent: import('vue').ComponentPublicInstance | null;
1555
+ $host: Element | null;
1556
+ $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1557
+ $el: any;
1558
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../SyTextField/types').SyTextFieldProps> & Readonly<{
1559
+ onInput?: ((...args: any[]) => any) | undefined;
1560
+ onBlur?: ((...args: any[]) => any) | undefined;
1561
+ onFocus?: ((...args: any[]) => any) | undefined;
1562
+ onKeydown?: ((...args: any[]) => any) | undefined;
1563
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1564
+ onClear?: ((...args: any[]) => any) | undefined;
1565
+ "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1566
+ "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1567
+ }>, {
1568
+ validateOnSubmit: () => Promise<boolean>;
1569
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1570
+ input: (...args: any[]) => void;
1571
+ blur: (...args: any[]) => void;
1572
+ focus: (...args: any[]) => void;
1573
+ keydown: (...args: any[]) => void;
1574
+ "update:modelValue": (...args: any[]) => void;
1575
+ clear: (...args: any[]) => void;
1576
+ "prepend-icon-click": (...args: any[]) => void;
1577
+ "append-icon-click": (...args: any[]) => void;
1578
+ }, string, {
1579
+ type: string;
1580
+ label: string;
1581
+ title: string | false;
1582
+ width: string | number;
1583
+ role: string;
1584
+ color: import('../../SyTextField/types').ColorType;
1585
+ theme: string;
1586
+ disabled: boolean;
1587
+ placeholder: string;
1588
+ locales: Partial<import('../../SyTextField/locales').SyTextFieldLocales>;
1589
+ density: "default" | "comfortable" | "compact";
1590
+ rounded: string | number | boolean;
1591
+ maxWidth: string | number;
1592
+ minWidth: string | number;
1593
+ loading: string | boolean;
1594
+ baseColor: string;
1595
+ prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1596
+ appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1597
+ readonly: boolean;
1598
+ id: string;
1599
+ name: string;
1600
+ modelValue: string | number | null;
1601
+ bgColor: string;
1602
+ isActive: boolean;
1603
+ required: boolean;
1604
+ prefix: string;
1605
+ showSuccessMessages: boolean;
1606
+ disableErrorHandling: boolean;
1607
+ errorMessages: string[] | null;
1608
+ maxErrors: number;
1609
+ hasError: boolean;
1610
+ hasWarning: boolean;
1611
+ hasSuccess: boolean;
1612
+ useVuetifyValidation: boolean;
1613
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1614
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1615
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1616
+ prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1617
+ appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1618
+ prependTooltip: string;
1619
+ appendTooltip: string;
1620
+ tooltipLocation: "top" | "bottom" | "start" | "end";
1621
+ variantStyle: import('../../SyTextField/types').VariantStyle;
1622
+ isClearable: boolean;
1623
+ centerAffix: boolean;
1624
+ counter: string | number | boolean;
1625
+ counterValue: number | ((value: any) => number);
1626
+ direction: "horizontal" | "vertical";
1627
+ isDirty: boolean;
1628
+ isFlat: boolean;
1629
+ isFocused: boolean;
1630
+ areSpinButtonsHidden: boolean;
1631
+ hint: string;
1632
+ messages: string | string[];
1633
+ displayPersistentClear: boolean;
1634
+ displayPersistentCounter: boolean;
1635
+ displayPersistentHint: boolean;
1636
+ displayPersistentPlaceholder: boolean;
1637
+ isReversed: boolean;
1638
+ isOnSingleLine: boolean;
1639
+ suffix: string;
1640
+ isTiled: boolean;
1641
+ displayAsterisk: boolean;
1642
+ noIcon: boolean;
1643
+ disableClickButton: boolean;
1644
+ autocomplete: string;
1645
+ helpText: string;
1646
+ maxlength: string | number;
1647
+ hideDetails: boolean | "auto";
1648
+ isValidateOnBlur: boolean;
1649
+ successMessages: string[] | null;
1650
+ warningMessages: string[] | null;
1651
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
1652
+ beforeCreate?: (() => void) | (() => void)[];
1653
+ created?: (() => void) | (() => void)[];
1654
+ beforeMount?: (() => void) | (() => void)[];
1655
+ mounted?: (() => void) | (() => void)[];
1656
+ beforeUpdate?: (() => void) | (() => void)[];
1657
+ updated?: (() => void) | (() => void)[];
1658
+ activated?: (() => void) | (() => void)[];
1659
+ deactivated?: (() => void) | (() => void)[];
1660
+ beforeDestroy?: (() => void) | (() => void)[];
1661
+ beforeUnmount?: (() => void) | (() => void)[];
1662
+ destroyed?: (() => void) | (() => void)[];
1663
+ unmounted?: (() => void) | (() => void)[];
1664
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1665
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
1666
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
1667
+ };
1668
+ $forceUpdate: () => void;
1669
+ $nextTick: typeof nextTick;
1670
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1671
+ } & Readonly<{
1672
+ type: string;
1673
+ label: string;
1674
+ title: string | false;
1675
+ width: string | number;
1676
+ role: string;
1677
+ color: import('../../SyTextField/types').ColorType;
1678
+ theme: string;
1679
+ disabled: boolean;
1680
+ placeholder: string;
1681
+ locales: Partial<import('../../SyTextField/locales').SyTextFieldLocales>;
1682
+ density: "default" | "comfortable" | "compact";
1683
+ rounded: string | number | boolean;
1684
+ maxWidth: string | number;
1685
+ minWidth: string | number;
1686
+ loading: string | boolean;
1687
+ baseColor: string;
1688
+ prependIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1689
+ appendIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1690
+ readonly: boolean;
1691
+ id: string;
1692
+ name: string;
1693
+ modelValue: string | number | null;
1694
+ bgColor: string;
1695
+ isActive: boolean;
1696
+ required: boolean;
1697
+ prefix: string;
1698
+ showSuccessMessages: boolean;
1699
+ disableErrorHandling: boolean;
1700
+ errorMessages: string[] | null;
1701
+ maxErrors: number;
1702
+ hasError: boolean;
1703
+ hasWarning: boolean;
1704
+ hasSuccess: boolean;
1705
+ useVuetifyValidation: boolean;
1706
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1707
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1708
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1709
+ prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1710
+ appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1711
+ prependTooltip: string;
1712
+ appendTooltip: string;
1713
+ tooltipLocation: "top" | "bottom" | "start" | "end";
1714
+ variantStyle: import('../../SyTextField/types').VariantStyle;
1715
+ isClearable: boolean;
1716
+ centerAffix: boolean;
1717
+ counter: string | number | boolean;
1718
+ counterValue: number | ((value: any) => number);
1719
+ direction: "horizontal" | "vertical";
1720
+ isDirty: boolean;
1721
+ isFlat: boolean;
1722
+ isFocused: boolean;
1723
+ areSpinButtonsHidden: boolean;
1724
+ hint: string;
1725
+ messages: string | string[];
1726
+ displayPersistentClear: boolean;
1727
+ displayPersistentCounter: boolean;
1728
+ displayPersistentHint: boolean;
1729
+ displayPersistentPlaceholder: boolean;
1730
+ isReversed: boolean;
1731
+ isOnSingleLine: boolean;
1732
+ suffix: string;
1733
+ isTiled: boolean;
1734
+ displayAsterisk: boolean;
1735
+ noIcon: boolean;
1736
+ disableClickButton: boolean;
1737
+ autocomplete: string;
1738
+ helpText: string;
1739
+ maxlength: string | number;
1740
+ hideDetails: boolean | "auto";
1741
+ isValidateOnBlur: boolean;
1742
+ successMessages: string[] | null;
1743
+ warningMessages: string[] | null;
1744
+ }> & Omit<Readonly<import('../../SyTextField/types').SyTextFieldProps> & Readonly<{
1745
+ onInput?: ((...args: any[]) => any) | undefined;
1746
+ onBlur?: ((...args: any[]) => any) | undefined;
1747
+ onFocus?: ((...args: any[]) => any) | undefined;
1748
+ onKeydown?: ((...args: any[]) => any) | undefined;
1749
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1750
+ onClear?: ((...args: any[]) => any) | undefined;
1751
+ "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1752
+ "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1753
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
1754
+ validateOnSubmit: () => Promise<boolean>;
1755
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1756
+ $slots: {
1757
+ prepend?(_: {}): any;
1758
+ append?(_: {}): any;
1759
+ default?(_: {}): any;
1760
+ 'prepend-inner'?(_: {}): any;
1761
+ 'append-inner'?(_: {}): any;
1762
+ details?(_: {}): any;
1763
+ };
1764
+ }) | null;
1765
+ listRef: ({
1766
+ $: import('vue').ComponentInternalInstance;
1767
+ $data: {};
1768
+ $props: Partial<{
1769
+ style: import('vue').StyleValue;
1770
+ density: import('vuetify/lib/composables/density.mjs').Density;
1771
+ rounded: string | number | boolean;
1772
+ tile: boolean;
1773
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1774
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1775
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
1776
+ returnObject: boolean;
1777
+ activatable: boolean;
1778
+ selectable: boolean;
1779
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
1780
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
1781
+ mandatory: boolean;
1782
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
1783
+ disabled: boolean;
1784
+ filterable: boolean;
1785
+ lines: "one" | "three" | "two" | false;
1786
+ slim: boolean;
1787
+ nav: boolean;
1788
+ navigationStrategy: "focus" | "track";
1789
+ }> & Omit<{
1790
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1791
+ density: import('vuetify/lib/composables/density.mjs').Density;
1792
+ tile: boolean;
1793
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1794
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1795
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1796
+ returnObject: boolean;
1797
+ activatable: boolean;
1798
+ selectable: boolean;
1799
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
1800
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
1801
+ mandatory: boolean;
1802
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
1803
+ disabled: boolean;
1804
+ filterable: boolean;
1805
+ lines: "one" | "three" | "two" | false;
1806
+ slim: boolean;
1807
+ nav: boolean;
1808
+ navigationStrategy: "focus" | "track";
1809
+ theme?: string | undefined | undefined;
1810
+ class?: any;
1811
+ border?: string | number | boolean | undefined | undefined;
1812
+ elevation?: string | number | undefined | undefined;
1813
+ rounded?: string | number | boolean | undefined | undefined;
1814
+ color?: string | undefined | undefined;
1815
+ height?: string | number | undefined | undefined;
1816
+ maxHeight?: string | number | undefined | undefined;
1817
+ maxWidth?: string | number | undefined | undefined;
1818
+ minHeight?: string | number | undefined | undefined;
1819
+ minWidth?: string | number | undefined | undefined;
1820
+ width?: string | number | undefined | undefined;
1821
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
1822
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
1823
+ baseColor?: string | undefined | undefined;
1824
+ activeColor?: string | undefined | undefined;
1825
+ activeClass?: string | undefined | undefined;
1826
+ bgColor?: string | undefined | undefined;
1827
+ expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1828
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1829
+ prependGap?: string | number | undefined | undefined;
1830
+ indent?: string | number | undefined | undefined;
1831
+ navigationIndex?: number | undefined | undefined;
1832
+ "onClick:activate"?: ((value: {
1833
+ id: unknown;
1834
+ value: boolean;
1835
+ path: unknown[];
1836
+ }) => any) | undefined | undefined;
1837
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined | undefined;
1838
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "nav" | "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines" | "navigationStrategy">;
1839
+ $attrs: import('vue').Attrs;
1840
+ $refs: {
1841
+ [x: string]: unknown;
1842
+ };
1843
+ $slots: Readonly<{
1844
+ prepend?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
1845
+ item: any;
1846
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1847
+ [key: string]: any;
1848
+ }>[]) | undefined;
1849
+ append?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
1850
+ item: any;
1851
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1852
+ [key: string]: any;
1853
+ }>[]) | undefined;
1854
+ title?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemTitleSlot & {
1855
+ item: any;
1856
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1857
+ [key: string]: any;
1858
+ }>[]) | undefined;
1859
+ subtitle?: ((arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSubtitleSlot & {
1860
+ item: any;
1861
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1862
+ [key: string]: any;
1863
+ }>[]) | undefined;
1864
+ default?: (() => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1865
+ [key: string]: any;
1866
+ }>[]) | undefined;
1867
+ item?: ((arg: {
1868
+ props: {
1869
+ [key: string]: any;
1870
+ title: string;
1871
+ value: any;
1872
+ } & {
1873
+ index: number;
1874
+ };
1875
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1876
+ [key: string]: any;
1877
+ }>[]) | undefined;
1878
+ divider?: ((arg: {
1879
+ props: {
1880
+ [key: string]: any;
1881
+ title: string;
1882
+ value: any;
1883
+ };
1884
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1885
+ [key: string]: any;
1886
+ }>[]) | undefined;
1887
+ subheader?: ((arg: {
1888
+ props: {
1889
+ [key: string]: any;
1890
+ title: string;
1891
+ value: any;
1892
+ };
1893
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1894
+ [key: string]: any;
1895
+ }>[]) | undefined;
1896
+ header?: ((arg: {
1897
+ props: {
1898
+ [key: string]: any;
1899
+ title: string;
1900
+ value: any;
1901
+ };
1902
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1903
+ [key: string]: any;
1904
+ }>[]) | undefined;
1905
+ }>;
1906
+ $root: import('vue').ComponentPublicInstance | null;
1907
+ $parent: import('vue').ComponentPublicInstance | null;
1908
+ $host: Element | null;
1909
+ $emit: ((event: "update:navigationIndex", value: number) => void) & ((event: "click:activate", value: {
1910
+ id: unknown;
1911
+ value: boolean;
1912
+ path: unknown[];
1913
+ }) => void);
1914
+ $el: any;
1915
+ $options: import('vue').ComponentOptionsBase<{
1916
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
1917
+ density: import('vuetify/lib/composables/density.mjs').Density;
1918
+ tile: boolean;
1919
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
1920
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
1921
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
1922
+ returnObject: boolean;
1923
+ activatable: boolean;
1924
+ selectable: boolean;
1925
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
1926
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
1927
+ mandatory: boolean;
1928
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
1929
+ disabled: boolean;
1930
+ filterable: boolean;
1931
+ lines: "one" | "three" | "two" | false;
1932
+ slim: boolean;
1933
+ nav: boolean;
1934
+ navigationStrategy: "focus" | "track";
1935
+ } & {
1936
+ theme?: string | undefined;
1937
+ class?: any;
1938
+ border?: string | number | boolean | undefined;
1939
+ elevation?: string | number | undefined;
1940
+ rounded?: string | number | boolean | undefined;
1941
+ color?: string | undefined;
1942
+ height?: string | number | undefined;
1943
+ maxHeight?: string | number | undefined;
1944
+ maxWidth?: string | number | undefined;
1945
+ minHeight?: string | number | undefined;
1946
+ minWidth?: string | number | undefined;
1947
+ width?: string | number | undefined;
1948
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
1949
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
1950
+ baseColor?: string | undefined;
1951
+ activeColor?: string | undefined;
1952
+ activeClass?: string | undefined;
1953
+ bgColor?: string | undefined;
1954
+ expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1955
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
1956
+ prependGap?: string | number | undefined;
1957
+ indent?: string | number | undefined;
1958
+ navigationIndex?: number | undefined;
1959
+ } & {
1960
+ "onClick:activate"?: ((value: {
1961
+ id: unknown;
1962
+ value: boolean;
1963
+ path: unknown[];
1964
+ }) => any) | undefined;
1965
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined;
1966
+ }, {
1967
+ open: (id: unknown, value: boolean, event?: Event | undefined) => void;
1968
+ select: (id: unknown, value: boolean, event?: Event | undefined) => void;
1969
+ focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
1970
+ children: import('vue').Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
1971
+ parents: import('vue').Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
1972
+ getPath: (id: unknown) => unknown[];
1973
+ navigationIndex: import('vue').Ref<number, number> & {
1974
+ readonly externalValue: number | undefined;
1975
+ };
1976
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Omit<{
1977
+ "update:selected": (value: unknown) => true;
1978
+ "update:activated": (value: unknown) => true;
1979
+ "update:opened": (value: unknown) => true;
1980
+ "update:navigationIndex": (value: number) => true;
1981
+ "click:open": (value: {
1982
+ id: unknown;
1983
+ value: boolean;
1984
+ path: unknown[];
1985
+ }) => true;
1986
+ "click:activate": (value: {
1987
+ id: unknown;
1988
+ value: boolean;
1989
+ path: unknown[];
1990
+ }) => true;
1991
+ "click:select": (value: {
1992
+ id: unknown;
1993
+ value: boolean;
1994
+ path: unknown[];
1995
+ }) => true;
1996
+ }, "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "items" | "activated" | "click:open" | "click:select" | "itemChildren" | "itemProps" | "itemTitle" | "itemValue" | "opened" | "selected" | "update:activated" | "update:opened" | "update:selected" | "v-slot:divider" | "v-slot:header" | "v-slot:item" | "v-slot:subheader" | "v-slot:subtitle" | "v-slot:title">, string, {
1997
+ style: import('vue').StyleValue;
1998
+ density: import('vuetify/lib/composables/density.mjs').Density;
1999
+ rounded: string | number | boolean;
2000
+ tile: boolean;
2001
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2002
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2003
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2004
+ returnObject: boolean;
2005
+ activatable: boolean;
2006
+ selectable: boolean;
2007
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2008
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2009
+ mandatory: boolean;
2010
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2011
+ disabled: boolean;
2012
+ filterable: boolean;
2013
+ lines: "one" | "three" | "two" | false;
2014
+ slim: boolean;
2015
+ nav: boolean;
2016
+ navigationStrategy: "focus" | "track";
2017
+ }, {}, string, import('vue').SlotsType<Partial<{
2018
+ prepend: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2019
+ item: any;
2020
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2021
+ [key: string]: any;
2022
+ }>[];
2023
+ append: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSlot & {
2024
+ item: any;
2025
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2026
+ [key: string]: any;
2027
+ }>[];
2028
+ title: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemTitleSlot & {
2029
+ item: any;
2030
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2031
+ [key: string]: any;
2032
+ }>[];
2033
+ subtitle: (arg: import('vuetify/lib/components/VList/VListItem.mjs').ListItemSubtitleSlot & {
2034
+ item: any;
2035
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2036
+ [key: string]: any;
2037
+ }>[];
2038
+ default: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2039
+ [key: string]: any;
2040
+ }>[];
2041
+ item: (arg: {
2042
+ props: {
2043
+ [key: string]: any;
2044
+ title: string;
2045
+ value: any;
2046
+ } & {
2047
+ index: number;
2048
+ };
2049
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2050
+ [key: string]: any;
2051
+ }>[];
2052
+ divider: (arg: {
2053
+ props: {
2054
+ [key: string]: any;
2055
+ title: string;
2056
+ value: any;
2057
+ };
2058
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2059
+ [key: string]: any;
2060
+ }>[];
2061
+ subheader: (arg: {
2062
+ props: {
2063
+ [key: string]: any;
2064
+ title: string;
2065
+ value: any;
2066
+ };
2067
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2068
+ [key: string]: any;
2069
+ }>[];
2070
+ header: (arg: {
2071
+ props: {
2072
+ [key: string]: any;
2073
+ title: string;
2074
+ value: any;
2075
+ };
2076
+ }) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2077
+ [key: string]: any;
2078
+ }>[];
2079
+ }>>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2080
+ beforeCreate?: (() => void) | (() => void)[];
2081
+ created?: (() => void) | (() => void)[];
2082
+ beforeMount?: (() => void) | (() => void)[];
2083
+ mounted?: (() => void) | (() => void)[];
2084
+ beforeUpdate?: (() => void) | (() => void)[];
2085
+ updated?: (() => void) | (() => void)[];
2086
+ activated?: (() => void) | (() => void)[];
2087
+ deactivated?: (() => void) | (() => void)[];
2088
+ beforeDestroy?: (() => void) | (() => void)[];
2089
+ beforeUnmount?: (() => void) | (() => void)[];
2090
+ destroyed?: (() => void) | (() => void)[];
2091
+ unmounted?: (() => void) | (() => void)[];
2092
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2093
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2094
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2095
+ };
2096
+ $forceUpdate: () => void;
2097
+ $nextTick: typeof nextTick;
2098
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
2099
+ } & Readonly<{
2100
+ style: import('vue').StyleValue;
2101
+ density: import('vuetify/lib/composables/density.mjs').Density;
2102
+ rounded: string | number | boolean;
2103
+ tile: boolean;
2104
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2105
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2106
+ itemType: import('vuetify/lib/util/helpers.mjs').SelectItemKey;
2107
+ returnObject: boolean;
2108
+ activatable: boolean;
2109
+ selectable: boolean;
2110
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2111
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2112
+ mandatory: boolean;
2113
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2114
+ disabled: boolean;
2115
+ filterable: boolean;
2116
+ lines: "one" | "three" | "two" | false;
2117
+ slim: boolean;
2118
+ nav: boolean;
2119
+ navigationStrategy: "focus" | "track";
2120
+ }> & Omit<{
2121
+ style: string | false | import('vue').StyleValue[] | import('vue').CSSProperties | null;
2122
+ density: import('vuetify/lib/composables/density.mjs').Density;
2123
+ tile: boolean;
2124
+ tag: string | import('vuetify/lib/types.mjs').JSXComponent;
2125
+ variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
2126
+ itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
2127
+ returnObject: boolean;
2128
+ activatable: boolean;
2129
+ selectable: boolean;
2130
+ selectStrategy: import('vuetify/lib/composables/nested/nested.mjs').SelectStrategyProp;
2131
+ openStrategy: import('vuetify/lib/composables/nested/nested.mjs').OpenStrategyProp;
2132
+ mandatory: boolean;
2133
+ itemsRegistration: import('vuetify/lib/composables/nested/nested.mjs').ItemsRegistrationType;
2134
+ disabled: boolean;
2135
+ filterable: boolean;
2136
+ lines: "one" | "three" | "two" | false;
2137
+ slim: boolean;
2138
+ nav: boolean;
2139
+ navigationStrategy: "focus" | "track";
2140
+ } & {
2141
+ theme?: string | undefined;
2142
+ class?: any;
2143
+ border?: string | number | boolean | undefined;
2144
+ elevation?: string | number | undefined;
2145
+ rounded?: string | number | boolean | undefined;
2146
+ color?: string | undefined;
2147
+ height?: string | number | undefined;
2148
+ maxHeight?: string | number | undefined;
2149
+ maxWidth?: string | number | undefined;
2150
+ minHeight?: string | number | undefined;
2151
+ minWidth?: string | number | undefined;
2152
+ width?: string | number | undefined;
2153
+ valueComparator?: import('vuetify/lib/util/deepEqual.mjs').ValueComparator | undefined;
2154
+ activeStrategy?: import('vuetify/lib/composables/nested/nested.mjs').ActiveStrategyProp | undefined;
2155
+ baseColor?: string | undefined;
2156
+ activeColor?: string | undefined;
2157
+ activeClass?: string | undefined;
2158
+ bgColor?: string | undefined;
2159
+ expandIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2160
+ collapseIcon?: import('vuetify/lib/composables/icons.mjs').IconValue | undefined;
2161
+ prependGap?: string | number | undefined;
2162
+ indent?: string | number | undefined;
2163
+ navigationIndex?: number | undefined;
2164
+ } & {
2165
+ "onClick:activate"?: ((value: {
2166
+ id: unknown;
2167
+ value: boolean;
2168
+ path: unknown[];
2169
+ }) => any) | undefined;
2170
+ "onUpdate:navigationIndex"?: ((value: number) => any) | undefined;
2171
+ }, "nav" | "select" | "style" | "tag" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "slim" | "focus" | "itemType" | "returnObject" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemsRegistration" | "filterable" | "lines" | "navigationStrategy" | "navigationIndex" | "open" | "parents" | "getPath"> & {
2172
+ open: (id: unknown, value: boolean, event?: Event | undefined) => void;
2173
+ select: (id: unknown, value: boolean, event?: Event | undefined) => void;
2174
+ focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
2175
+ children: Map<unknown, unknown[]>;
2176
+ parents: Map<unknown, unknown>;
2177
+ getPath: (id: unknown) => unknown[];
2178
+ navigationIndex: number;
2179
+ } & {} & import('vue').ComponentCustomProperties & {} & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
2180
+ items?: readonly any[] | undefined;
2181
+ itemTitle?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2182
+ itemValue?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2183
+ itemChildren?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2184
+ itemProps?: import('vuetify/lib/util/helpers.mjs').SelectItemKey<any>;
2185
+ selected?: unknown;
2186
+ activated?: unknown;
2187
+ opened?: unknown;
2188
+ "onUpdate:selected"?: ((value: unknown) => void) | undefined;
2189
+ "onUpdate:activated"?: ((value: unknown) => void) | undefined;
2190
+ "onUpdate:opened"?: ((value: unknown) => void) | undefined;
2191
+ "onClick:open"?: ((value: {
2192
+ id: unknown;
2193
+ value: boolean;
2194
+ path: unknown[];
2195
+ }) => void) | undefined;
2196
+ "onClick:select"?: ((value: {
2197
+ id: unknown;
2198
+ value: boolean;
2199
+ path: unknown[];
2200
+ }) => void) | undefined;
2201
+ }, import('vuetify/lib/components/VList/VListChildren.mjs').VListChildrenSlots<any>>) | null;
165
2202
  };
2203
+ rootEl: HTMLDivElement;
2204
+ };
2205
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
2206
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
166
2207
  validateOnSubmit: () => Promise<boolean>;
2208
+ clearValidation: () => void;
167
2209
  checkErrorOnBlur: (event?: FocusEvent) => void;
168
2210
  isOpen: import('vue').Ref<boolean, boolean>;
169
2211
  selectItem: (item: ItemType | string | number | null | undefined) => void;
@@ -171,156 +2213,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
171
2213
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
172
2214
  search: (...args: any[]) => void;
173
2215
  "update:modelValue": (...args: any[]) => void;
174
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
175
- bgColor: {
176
- type: StringConstructor;
177
- default: string;
178
- };
179
- chips: {
180
- type: BooleanConstructor;
181
- default: boolean;
182
- };
183
- clearable: {
184
- type: BooleanConstructor;
185
- default: boolean;
186
- };
187
- customRules: {
188
- type: PropType<ValidationRule[]>;
189
- default: () => never[];
190
- };
191
- customSuccessRules: {
192
- type: PropType<ValidationRule[]>;
193
- default: () => never[];
194
- };
195
- customWarningRules: {
196
- type: PropType<ValidationRule[]>;
197
- default: () => never[];
198
- };
199
- debounce: {
200
- type: NumberConstructor;
201
- default: number;
202
- };
203
- density: {
204
- type: PropType<"default" | "comfortable" | "compact" | undefined>;
205
- default: string;
206
- };
207
- disableErrorHandling: {
208
- type: BooleanConstructor;
209
- default: boolean;
210
- };
211
- displayAsterisk: {
212
- type: BooleanConstructor;
213
- default: boolean;
214
- };
215
- errorMessages: {
216
- type: PropType<string[] | null>;
217
- default: null;
218
- };
219
- filter: {
220
- type: BooleanConstructor;
221
- default: boolean;
222
- };
223
- hasError: {
224
- type: BooleanConstructor;
225
- default: boolean;
226
- };
227
- hasSuccess: {
228
- type: BooleanConstructor;
229
- default: boolean;
230
- };
231
- hasWarning: {
232
- type: BooleanConstructor;
233
- default: boolean;
234
- };
235
- hideDetails: {
236
- type: BooleanConstructor;
237
- default: boolean;
238
- };
239
- hideNoData: {
240
- type: BooleanConstructor;
241
- default: boolean;
242
- };
243
- isValidateOnBlur: {
244
- type: BooleanConstructor;
245
- default: boolean;
246
- };
247
- items: {
248
- type: PropType<ItemType[]>;
249
- default: () => never[];
250
- };
251
- label: {
252
- type: StringConstructor;
253
- default: string;
254
- };
255
- loading: {
256
- type: BooleanConstructor;
257
- default: boolean;
258
- };
259
- menuId: {
260
- type: StringConstructor;
261
- default: string;
262
- };
263
- modelValue: {
264
- type: PropType<SelectValue | SelectArray>;
265
- default: null;
266
- };
267
- multiple: {
268
- type: BooleanConstructor;
269
- default: boolean;
270
- };
271
- noDataText: {
272
- type: StringConstructor;
273
- default: string;
274
- };
275
- placeholder: {
276
- type: StringConstructor;
277
- default: string;
278
- };
279
- plainTextKey: {
280
- type: StringConstructor;
281
- default: string;
282
- };
283
- disabled: {
284
- type: BooleanConstructor;
285
- default: boolean;
286
- };
287
- readonly: {
288
- type: BooleanConstructor;
289
- default: boolean;
290
- };
291
- required: {
292
- type: BooleanConstructor;
293
- default: boolean;
294
- };
295
- returnObject: {
296
- type: BooleanConstructor;
297
- default: boolean;
298
- };
299
- showSuccessMessages: {
300
- type: BooleanConstructor;
301
- default: boolean;
302
- };
303
- successMessages: {
304
- type: PropType<string[] | null>;
305
- default: null;
306
- };
307
- selectionText: {
308
- type: PropType<(selected: SelectArray) => string>;
309
- default: undefined;
310
- };
311
- textKey: {
312
- type: StringConstructor;
313
- default: string;
314
- };
315
- valueKey: {
316
- type: StringConstructor;
317
- default: string;
318
- };
319
- warningMessages: {
320
- type: PropType<string[] | null>;
321
- default: null;
322
- };
323
- }>> & Readonly<{
2216
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
324
2217
  onSearch?: ((...args: any[]) => any) | undefined;
325
2218
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
326
2219
  }>, {
@@ -328,11 +2221,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
328
2221
  label: string;
329
2222
  disabled: boolean;
330
2223
  placeholder: string;
331
- density: "default" | "comfortable" | "compact" | undefined;
2224
+ density: "default" | "comfortable" | "compact";
332
2225
  loading: boolean;
333
2226
  readonly: boolean;
334
2227
  items: ItemType[];
335
- modelValue: SelectValue | SelectArray;
2228
+ modelValue: string | number | Record<string, unknown> | SelectArray | null;
336
2229
  returnObject: boolean;
337
2230
  bgColor: string;
338
2231
  multiple: boolean;
@@ -343,17 +2236,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
343
2236
  showSuccessMessages: boolean;
344
2237
  disableErrorHandling: boolean;
345
2238
  errorMessages: string[] | null;
346
- displayAsterisk: boolean;
347
- isValidateOnBlur: boolean;
348
- customRules: ValidationRule[];
349
- customWarningRules: ValidationRule[];
350
- customSuccessRules: ValidationRule[];
351
- warningMessages: string[] | null;
352
- successMessages: string[] | null;
2239
+ maxErrors: number;
353
2240
  hasError: boolean;
354
2241
  hasWarning: boolean;
355
2242
  hasSuccess: boolean;
2243
+ useVuetifyValidation: boolean;
2244
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
2245
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
2246
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
2247
+ displayAsterisk: boolean;
2248
+ helpText: string;
356
2249
  hideDetails: boolean;
2250
+ isValidateOnBlur: boolean;
2251
+ successMessages: string[] | null;
2252
+ warningMessages: string[] | null;
357
2253
  clearable: boolean;
358
2254
  plainTextKey: string;
359
2255
  chips: boolean;
@@ -361,21 +2257,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
361
2257
  hideNoData: boolean;
362
2258
  noDataText: string;
363
2259
  selectionText: (selected: SelectArray) => string;
364
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2260
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
365
2261
  textFieldRef: ({
366
2262
  $: import('vue').ComponentInternalInstance;
367
2263
  $data: {};
368
2264
  $props: {
369
2265
  readonly modelValue?: string | number | null | undefined | undefined;
370
- readonly prependIcon?: import('../../../../types/vuetifyTypes').IconType;
371
- readonly appendIcon?: import('../../../../types/vuetifyTypes').IconType;
372
- readonly prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
373
- readonly appendInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
2266
+ readonly prependIcon?: import('../../SyTextField/types').IconType;
2267
+ readonly appendIcon?: import('../../SyTextField/types').IconType;
2268
+ readonly prependInnerIcon?: import('../../SyTextField/types').IconType;
2269
+ readonly appendInnerIcon?: import('../../SyTextField/types').IconType;
374
2270
  readonly prependTooltip?: string | undefined;
375
2271
  readonly appendTooltip?: string | undefined;
376
2272
  readonly tooltipLocation?: "top" | "bottom" | "start" | "end" | undefined;
377
- readonly variantStyle?: import('../../../../types/vuetifyTypes').VariantStyle | undefined;
378
- readonly color?: import('../../../../types/vuetifyTypes').ColorType | undefined;
2273
+ readonly variantStyle?: import('../../SyTextField/types').VariantStyle | undefined;
2274
+ readonly color?: import('../../SyTextField/types').ColorType | undefined;
379
2275
  readonly isClearable?: boolean | undefined;
380
2276
  readonly showDivider?: boolean | undefined;
381
2277
  readonly label?: string | undefined;
@@ -392,7 +2288,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
392
2288
  readonly disabled?: boolean | undefined;
393
2289
  readonly isFlat?: boolean | undefined;
394
2290
  readonly isFocused?: boolean | undefined;
395
- readonly areDetailsHidden?: boolean | "auto" | undefined;
396
2291
  readonly areSpinButtonsHidden?: boolean | undefined;
397
2292
  readonly hint?: string | undefined;
398
2293
  readonly id?: string | undefined;
@@ -423,22 +2318,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
423
2318
  readonly helpText?: string | undefined;
424
2319
  readonly maxlength?: string | number | undefined;
425
2320
  readonly title?: string | false | undefined;
426
- readonly required?: boolean | undefined;
427
- readonly isValidateOnBlur?: boolean | undefined;
428
- readonly showSuccessMessages?: boolean | undefined;
2321
+ readonly hideDetails?: boolean | "auto" | undefined;
2322
+ readonly locales?: Partial<import('../../SyTextField/locales').SyTextFieldLocales> | undefined;
2323
+ readonly customRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
2324
+ readonly customSuccessRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
2325
+ readonly customWarningRules?: import('../../../../composables/unifyValidation/useValidation').ValidationRule[] | undefined;
429
2326
  readonly disableErrorHandling?: boolean | undefined;
430
- readonly useVuetifyValidation?: boolean | undefined;
431
- readonly rules?: import('vuetify').ValidationRule[] | undefined;
432
- readonly customRules?: ValidationRule[] | undefined;
433
- readonly customWarningRules?: ValidationRule[] | undefined;
434
- readonly customSuccessRules?: ValidationRule[] | undefined;
435
2327
  readonly errorMessages?: string[] | null | undefined;
436
- readonly warningMessages?: string[] | null | undefined;
437
- readonly successMessages?: string[] | null | undefined;
438
2328
  readonly hasError?: boolean | undefined;
439
- readonly hasWarning?: boolean | undefined;
440
2329
  readonly hasSuccess?: boolean | undefined;
2330
+ readonly hasWarning?: boolean | undefined;
2331
+ readonly isValidateOnBlur?: boolean | undefined;
441
2332
  readonly maxErrors?: number | undefined;
2333
+ readonly required?: boolean | undefined;
2334
+ readonly rules?: import('vuetify').ValidationRule[] | undefined;
2335
+ readonly showSuccessMessages?: boolean | undefined;
2336
+ readonly successMessages?: string[] | null | undefined;
2337
+ readonly useVuetifyValidation?: boolean | undefined;
2338
+ readonly warningMessages?: string[] | null | undefined;
442
2339
  readonly onInput?: ((...args: any[]) => any) | undefined;
443
2340
  readonly onBlur?: ((...args: any[]) => any) | undefined;
444
2341
  readonly onFocus?: ((...args: any[]) => any) | undefined;
@@ -618,8 +2515,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
618
2515
  errorMessages: string | readonly string[] | null;
619
2516
  maxErrors: string | number;
620
2517
  name?: string | undefined;
621
- label
622
- /** @type { [typeof SyIcon, ] } */ ?: string | undefined;
2518
+ label?: string | undefined;
623
2519
  readonly: boolean | null;
624
2520
  rules: readonly (string | boolean | PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult> | ((value: any) => import('vuetify/lib/composables/validation.mjs').ValidationResult) | ((value: any) => PromiseLike<import('vuetify/lib/composables/validation.mjs').ValidationResult>) | [string, any, (string | undefined)?])[];
625
2521
  validateOn?: ("blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | ("blur" | "input" | "invalid-input" | "submit")) | undefined;
@@ -832,7 +2728,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
832
2728
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
833
2729
  modelValue?: unknown;
834
2730
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
835
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
2731
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
836
2732
  $: import('vue').ComponentInternalInstance;
837
2733
  $data: {};
838
2734
  $props: Partial<{
@@ -1569,7 +3465,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1569
3465
  } & import('vue').ComponentCustomProperties & import('vuetify/lib/util/defineComponent.mjs').GenericProps<{
1570
3466
  modelValue?: unknown;
1571
3467
  "onUpdate:modelValue"?: ((value: unknown) => void) | undefined;
1572
- }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
3468
+ }, import('vuetify/lib/components/VInput/VInput.mjs').VInputSlots>, "label" | "style" | "width" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "density" | "maxWidth" | "minWidth" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:prepend" | "id" | "error" | "name" | "modelValue" | "onUpdate:modelValue" | "iconColor" | "errorMessages" | "focused" | "maxErrors" | "rules" | "validateOn" | "validationValue" | "centerAffix" | "direction" | "hint" | "messages" | "hideDetails" | "glow" | "hideSpinButtons" | "persistentHint" | "onUpdate:focused" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message">, `$${any}`> & Omit<Omit<{
1573
3469
  $: import('vue').ComponentInternalInstance;
1574
3470
  $data: {};
1575
3471
  $props: Partial<{
@@ -1884,65 +3780,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1884
3780
  $host: Element | null;
1885
3781
  $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "clear", ...args: any[]) => void) & ((event: "prepend-icon-click", ...args: any[]) => void) & ((event: "append-icon-click", ...args: any[]) => void);
1886
3782
  $el: any;
1887
- $options: import('vue').ComponentOptionsBase<Readonly<{
1888
- modelValue?: string | number | null | undefined;
1889
- prependIcon?: import('../../../../types/vuetifyTypes').IconType;
1890
- appendIcon?: import('../../../../types/vuetifyTypes').IconType;
1891
- prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
1892
- appendInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
1893
- prependTooltip?: string;
1894
- appendTooltip?: string;
1895
- tooltipLocation?: "top" | "bottom" | "start" | "end";
1896
- variantStyle?: import('../../../../types/vuetifyTypes').VariantStyle;
1897
- color?: import('../../../../types/vuetifyTypes').ColorType;
1898
- isClearable?: boolean;
1899
- showDivider?: boolean;
1900
- label?: string;
1901
- readonly?: boolean;
1902
- isActive?: boolean;
1903
- baseColor?: string;
1904
- bgColor?: string;
1905
- centerAffix?: boolean;
1906
- counter?: string | number | boolean;
1907
- counterValue?: number | ((value: any) => number);
1908
- density?: "default" | "comfortable" | "compact";
1909
- direction?: "horizontal" | "vertical";
1910
- isDirty?: boolean;
1911
- disabled?: boolean;
1912
- isFlat?: boolean;
1913
- isFocused?: boolean;
1914
- areDetailsHidden?: boolean | "auto";
1915
- areSpinButtonsHidden?: boolean;
1916
- hint?: string;
1917
- id?: string;
1918
- loading?: string | boolean;
1919
- maxWidth?: string | number;
1920
- messages?: string | string[];
1921
- minWidth?: string | number;
1922
- name?: string;
1923
- displayPersistentClear?: boolean;
1924
- displayPersistentCounter?: boolean;
1925
- displayPersistentHint?: boolean;
1926
- displayPersistentPlaceholder?: boolean;
1927
- placeholder?: string;
1928
- prefix?: string;
1929
- isReversed?: boolean;
1930
- role?: string;
1931
- rounded?: string | number | boolean;
1932
- isOnSingleLine?: boolean;
1933
- suffix?: string;
1934
- theme?: string;
1935
- isTiled?: boolean;
1936
- type?: string;
1937
- width?: string | number;
1938
- displayAsterisk?: boolean;
1939
- noIcon?: boolean;
1940
- disableClickButton?: boolean;
1941
- autocomplete?: string;
1942
- helpText?: string;
1943
- maxlength?: string | number;
1944
- title?: string | false;
1945
- } & import('../../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
3783
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../SyTextField/types').SyTextFieldProps> & Readonly<{
1946
3784
  onInput?: ((...args: any[]) => any) | undefined;
1947
3785
  onBlur?: ((...args: any[]) => any) | undefined;
1948
3786
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -1952,7 +3790,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1952
3790
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
1953
3791
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
1954
3792
  }>, {
1955
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
3793
+ validateOnSubmit: () => Promise<boolean>;
1956
3794
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1957
3795
  input: (...args: any[]) => void;
1958
3796
  blur: (...args: any[]) => void;
@@ -1968,10 +3806,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1968
3806
  title: string | false;
1969
3807
  width: string | number;
1970
3808
  role: string;
1971
- color: import('../../../../types/vuetifyTypes').ColorType;
3809
+ color: import('../../SyTextField/types').ColorType;
1972
3810
  theme: string;
1973
3811
  disabled: boolean;
1974
3812
  placeholder: string;
3813
+ locales: Partial<import('../../SyTextField/locales').SyTextFieldLocales>;
1975
3814
  density: "default" | "comfortable" | "compact";
1976
3815
  rounded: string | number | boolean;
1977
3816
  maxWidth: string | number;
@@ -1992,12 +3831,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1992
3831
  disableErrorHandling: boolean;
1993
3832
  errorMessages: string[] | null;
1994
3833
  maxErrors: number;
3834
+ hasError: boolean;
3835
+ hasWarning: boolean;
3836
+ hasSuccess: boolean;
3837
+ useVuetifyValidation: boolean;
3838
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
3839
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
3840
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
1995
3841
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1996
3842
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
1997
3843
  prependTooltip: string;
1998
3844
  appendTooltip: string;
1999
3845
  tooltipLocation: "top" | "bottom" | "start" | "end";
2000
- variantStyle: import('../../../../types/vuetifyTypes').VariantStyle;
3846
+ variantStyle: import('../../SyTextField/types').VariantStyle;
2001
3847
  isClearable: boolean;
2002
3848
  centerAffix: boolean;
2003
3849
  counter: string | number | boolean;
@@ -2006,7 +3852,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2006
3852
  isDirty: boolean;
2007
3853
  isFlat: boolean;
2008
3854
  isFocused: boolean;
2009
- areDetailsHidden: boolean | "auto";
2010
3855
  areSpinButtonsHidden: boolean;
2011
3856
  hint: string;
2012
3857
  messages: string | string[];
@@ -2024,16 +3869,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2024
3869
  autocomplete: string;
2025
3870
  helpText: string;
2026
3871
  maxlength: string | number;
3872
+ hideDetails: boolean | "auto";
2027
3873
  isValidateOnBlur: boolean;
2028
- useVuetifyValidation: boolean;
2029
- customRules: ValidationRule[];
2030
- customWarningRules: ValidationRule[];
2031
- customSuccessRules: ValidationRule[];
2032
- warningMessages: string[] | null;
2033
3874
  successMessages: string[] | null;
2034
- hasError: boolean;
2035
- hasWarning: boolean;
2036
- hasSuccess: boolean;
3875
+ warningMessages: string[] | null;
2037
3876
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2038
3877
  beforeCreate?: (() => void) | (() => void)[];
2039
3878
  created?: (() => void) | (() => void)[];
@@ -2060,10 +3899,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2060
3899
  title: string | false;
2061
3900
  width: string | number;
2062
3901
  role: string;
2063
- color: import('../../../../types/vuetifyTypes').ColorType;
3902
+ color: import('../../SyTextField/types').ColorType;
2064
3903
  theme: string;
2065
3904
  disabled: boolean;
2066
3905
  placeholder: string;
3906
+ locales: Partial<import('../../SyTextField/locales').SyTextFieldLocales>;
2067
3907
  density: "default" | "comfortable" | "compact";
2068
3908
  rounded: string | number | boolean;
2069
3909
  maxWidth: string | number;
@@ -2084,12 +3924,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2084
3924
  disableErrorHandling: boolean;
2085
3925
  errorMessages: string[] | null;
2086
3926
  maxErrors: number;
3927
+ hasError: boolean;
3928
+ hasWarning: boolean;
3929
+ hasSuccess: boolean;
3930
+ useVuetifyValidation: boolean;
3931
+ customRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
3932
+ customWarningRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
3933
+ customSuccessRules: import('../../../../composables/unifyValidation/useValidation').ValidationRule[];
2087
3934
  prependInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2088
3935
  appendInnerIcon: "info" | "success" | "warning" | "error" | "close" | "calendar";
2089
3936
  prependTooltip: string;
2090
3937
  appendTooltip: string;
2091
3938
  tooltipLocation: "top" | "bottom" | "start" | "end";
2092
- variantStyle: import('../../../../types/vuetifyTypes').VariantStyle;
3939
+ variantStyle: import('../../SyTextField/types').VariantStyle;
2093
3940
  isClearable: boolean;
2094
3941
  centerAffix: boolean;
2095
3942
  counter: string | number | boolean;
@@ -2098,7 +3945,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2098
3945
  isDirty: boolean;
2099
3946
  isFlat: boolean;
2100
3947
  isFocused: boolean;
2101
- areDetailsHidden: boolean | "auto";
2102
3948
  areSpinButtonsHidden: boolean;
2103
3949
  hint: string;
2104
3950
  messages: string | string[];
@@ -2116,75 +3962,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2116
3962
  autocomplete: string;
2117
3963
  helpText: string;
2118
3964
  maxlength: string | number;
3965
+ hideDetails: boolean | "auto";
2119
3966
  isValidateOnBlur: boolean;
2120
- useVuetifyValidation: boolean;
2121
- customRules: ValidationRule[];
2122
- customWarningRules: ValidationRule[];
2123
- customSuccessRules: ValidationRule[];
2124
- warningMessages: string[] | null;
2125
3967
  successMessages: string[] | null;
2126
- hasError: boolean;
2127
- hasWarning: boolean;
2128
- hasSuccess: boolean;
2129
- }> & Omit<Readonly<{
2130
- modelValue?: string | number | null | undefined;
2131
- prependIcon?: import('../../../../types/vuetifyTypes').IconType;
2132
- appendIcon?: import('../../../../types/vuetifyTypes').IconType;
2133
- prependInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
2134
- appendInnerIcon?: import('../../../../types/vuetifyTypes').IconType;
2135
- prependTooltip?: string;
2136
- appendTooltip?: string;
2137
- tooltipLocation?: "top" | "bottom" | "start" | "end";
2138
- variantStyle?: import('../../../../types/vuetifyTypes').VariantStyle;
2139
- color?: import('../../../../types/vuetifyTypes').ColorType;
2140
- isClearable?: boolean;
2141
- showDivider?: boolean;
2142
- label?: string;
2143
- readonly?: boolean;
2144
- isActive?: boolean;
2145
- baseColor?: string;
2146
- bgColor?: string;
2147
- centerAffix?: boolean;
2148
- counter?: string | number | boolean;
2149
- counterValue?: number | ((value: any) => number);
2150
- density?: "default" | "comfortable" | "compact";
2151
- direction?: "horizontal" | "vertical";
2152
- isDirty?: boolean;
2153
- disabled?: boolean;
2154
- isFlat?: boolean;
2155
- isFocused?: boolean;
2156
- areDetailsHidden?: boolean | "auto";
2157
- areSpinButtonsHidden?: boolean;
2158
- hint?: string;
2159
- id?: string;
2160
- loading?: string | boolean;
2161
- maxWidth?: string | number;
2162
- messages?: string | string[];
2163
- minWidth?: string | number;
2164
- name?: string;
2165
- displayPersistentClear?: boolean;
2166
- displayPersistentCounter?: boolean;
2167
- displayPersistentHint?: boolean;
2168
- displayPersistentPlaceholder?: boolean;
2169
- placeholder?: string;
2170
- prefix?: string;
2171
- isReversed?: boolean;
2172
- role?: string;
2173
- rounded?: string | number | boolean;
2174
- isOnSingleLine?: boolean;
2175
- suffix?: string;
2176
- theme?: string;
2177
- isTiled?: boolean;
2178
- type?: string;
2179
- width?: string | number;
2180
- displayAsterisk?: boolean;
2181
- noIcon?: boolean;
2182
- disableClickButton?: boolean;
2183
- autocomplete?: string;
2184
- helpText?: string;
2185
- maxlength?: string | number;
2186
- title?: string | false;
2187
- } & import('../../../../composables/unifyValidation/useValidation').FieldValidationProps> & Readonly<{
3968
+ warningMessages: string[] | null;
3969
+ }> & Omit<Readonly<import('../../SyTextField/types').SyTextFieldProps> & Readonly<{
2188
3970
  onInput?: ((...args: any[]) => any) | undefined;
2189
3971
  onBlur?: ((...args: any[]) => any) | undefined;
2190
3972
  onFocus?: ((...args: any[]) => any) | undefined;
@@ -2193,8 +3975,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2193
3975
  onClear?: ((...args: any[]) => any) | undefined;
2194
3976
  "onPrepend-icon-click"?: ((...args: any[]) => any) | undefined;
2195
3977
  "onAppend-icon-click"?: ((...args: any[]) => any) | undefined;
2196
- }>, "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")> & {
2197
- validateOnSubmit: (() => Promise<boolean>) | (() => Promise<boolean>);
3978
+ }>, "validateOnSubmit" | ("type" | "label" | "title" | "width" | "role" | "color" | "theme" | "disabled" | "placeholder" | "locales" | "density" | "rounded" | "maxWidth" | "minWidth" | "loading" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "id" | "name" | "modelValue" | "bgColor" | "isActive" | "required" | "prefix" | "showSuccessMessages" | "disableErrorHandling" | "errorMessages" | "maxErrors" | "hasError" | "hasWarning" | "hasSuccess" | "useVuetifyValidation" | "customRules" | "customWarningRules" | "customSuccessRules" | "prependInnerIcon" | "appendInnerIcon" | "prependTooltip" | "appendTooltip" | "tooltipLocation" | "variantStyle" | "isClearable" | "centerAffix" | "counter" | "counterValue" | "direction" | "isDirty" | "isFlat" | "isFocused" | "areSpinButtonsHidden" | "hint" | "messages" | "displayPersistentClear" | "displayPersistentCounter" | "displayPersistentHint" | "displayPersistentPlaceholder" | "isReversed" | "isOnSingleLine" | "suffix" | "isTiled" | "displayAsterisk" | "noIcon" | "disableClickButton" | "autocomplete" | "helpText" | "maxlength" | "hideDetails" | "isValidateOnBlur" | "successMessages" | "warningMessages")> & {
3979
+ validateOnSubmit: () => Promise<boolean>;
2198
3980
  } & {} & import('vue').ComponentCustomProperties & {} & {
2199
3981
  $slots: {
2200
3982
  prepend?(_: {}): any;
@@ -2643,4 +4425,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2643
4425
  }) => void) | undefined;
2644
4426
  }, import('vuetify/lib/components/VList/VListChildren.mjs').VListChildrenSlots<any>>) | null;
2645
4427
  }, HTMLDivElement>;
4428
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2646
4429
  export default _default;
4430
+ type __VLS_WithTemplateSlots<T, S> = T & {
4431
+ new (): {
4432
+ $slots: S;
4433
+ };
4434
+ };