@cnamts/synapse 1.0.11 → 1.0.13

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 (200) hide show
  1. package/dist/{DateFilter-QEfKOz0P.js → DateFilter-_EFzsvvM.js} +1 -1
  2. package/dist/{NumberFilter-C0h7gVzp.js → NumberFilter-CUxEbKJh.js} +1 -1
  3. package/dist/{PeriodFilter-8dVrKjju.js → PeriodFilter-D5ueqtKy.js} +1 -1
  4. package/dist/{SelectFilter-BI3QGbqb.js → SelectFilter-BciBNydy.js} +1 -1
  5. package/dist/{TextFilter-UOp1hcPp.js → TextFilter-DMN_WAQB.js} +1 -1
  6. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +7 -3
  7. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.d.ts +1 -1
  8. package/dist/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.d.ts +2 -0
  9. package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +7 -3
  10. package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.d.ts +1 -1
  11. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +50 -68
  12. package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +1 -1
  13. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
  14. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -5
  15. package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
  16. package/dist/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.d.ts +1 -1
  17. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +24 -32
  18. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +36 -48
  19. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +50 -68
  20. package/dist/components/Amelipro/AmeliproTable/AmeliproTable.d.ts +4 -0
  21. package/dist/components/Amelipro/AmeliproTable/types.d.ts +11 -0
  22. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +50 -68
  23. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +0 -4
  24. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +12 -16
  25. package/dist/components/Captcha/Captcha.d.ts +68 -0
  26. package/dist/components/Captcha/CaptchaAlert.d.ts +13 -0
  27. package/dist/components/Captcha/CaptchaBase.d.ts +55 -0
  28. package/dist/components/Captcha/CaptchaBtn.d.ts +12 -0
  29. package/dist/components/Captcha/CaptchaForm.d.ts +16 -0
  30. package/dist/components/Captcha/CaptchaImg.d.ts +12 -0
  31. package/dist/components/Captcha/CaptchaInformation.d.ts +20 -0
  32. package/dist/components/Captcha/captchaApi.d.ts +41 -0
  33. package/dist/components/Captcha/icons/volumeUp.d.ts +2 -0
  34. package/dist/components/Captcha/locales.d.ts +35 -0
  35. package/dist/components/Captcha/types.d.ts +2 -0
  36. package/dist/components/ChipList/ChipList.d.ts +2 -2
  37. package/dist/components/CookiesSelection/CookiesInformation/CookiesInformation.d.ts +14 -14
  38. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +5 -5
  39. package/dist/components/Customs/SyForm/SyForm.d.ts +6 -3
  40. package/dist/components/Customs/SyTextField/SyTextField.d.ts +12 -16
  41. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +96 -68
  42. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +63 -38
  43. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +23 -27
  44. package/dist/components/DatePicker/composables/useDatePickerViewMode.d.ts +2 -1
  45. package/dist/components/DatePicker/tests/setup.d.ts +816 -520
  46. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +10 -10
  47. package/dist/components/NirField/NirField.d.ts +31 -34
  48. package/dist/components/NirField/locales.d.ts +1 -3
  49. package/dist/components/PasswordField/PasswordField.d.ts +2 -0
  50. package/dist/components/PeriodField/PeriodField.d.ts +192 -128
  51. package/dist/components/PhoneField/PhoneField.d.ts +13 -17
  52. package/dist/components/SearchListField/SearchListField.d.ts +5 -5
  53. package/dist/components/SyTextArea/SyTextArea.d.ts +0 -4
  54. package/dist/components/Tables/SyServerTable/SyServerTable.d.ts +5 -8
  55. package/dist/components/Tables/SyTable/SyTable.d.ts +5 -8
  56. package/dist/components/Tables/common/SyTablePagination.d.ts +5 -5
  57. package/dist/components/Tables/common/types.d.ts +4 -0
  58. package/dist/components/Tables/common/usePagination.d.ts +3 -4
  59. package/dist/components/Tables/common/useTableCheckbox.d.ts +10 -6
  60. package/dist/components/index.d.ts +1 -0
  61. package/dist/composables/validation/useFormValidation.d.ts +10 -0
  62. package/dist/composables/validation/useValidatable.d.ts +10 -2
  63. package/dist/design-system-v3.js +126 -125
  64. package/dist/design-system-v3.umd.cjs +265 -265
  65. package/dist/main-DISHlqcd.js +34217 -0
  66. package/dist/style.css +1 -1
  67. package/package.json +1 -1
  68. package/src/assets/overrides/_forms.scss +2 -0
  69. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.stories.ts +7 -4
  70. package/src/components/Amelipro/AmeliproAccordion/AmeliproAccordion.vue +2 -0
  71. package/src/components/Amelipro/AmeliproAccordionFrieze/AmeliproAccordionFrieze.vue +1 -0
  72. package/src/components/Amelipro/AmeliproAccordionFrieze/__tests__/__snapshots__/AmeliproAccordionFrieze.spec.ts.snap +574 -112
  73. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.stories.ts +5 -2
  74. package/src/components/Amelipro/AmeliproAccordionList/AmeliproAccordionList.vue +2 -1
  75. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.stories.ts +6 -3
  76. package/src/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.vue +2 -0
  77. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.stories.ts +5 -2
  78. package/src/components/Amelipro/AmeliproAccordionResultList/AmeliproAccordionResultList.vue +2 -1
  79. package/src/components/Amelipro/AmeliproCheckbox/__tests__/AmeliproCheckbox.spec.ts +175 -0
  80. package/src/components/Amelipro/AmeliproCheckbox/__tests__/__snapshots__/AmeliproCheckbox.spec.ts.snap +88 -0
  81. package/src/components/Amelipro/AmeliproCheckboxGroup/__tests__/AmeliproCheckboxGroup.spec.ts +423 -0
  82. package/src/components/Amelipro/AmeliproCheckboxGroup/{tests → __tests__}/__snapshots__/AmeliproCheckboxGroup.spec.ts.snap +112 -78
  83. package/src/components/Amelipro/AmeliproChips/__tests__/AmeliproChips.spec.ts +92 -0
  84. package/src/components/Amelipro/AmeliproChips/__tests__/__snapshots__/AmeliproChips.spec.ts.snap +81 -0
  85. package/src/components/Amelipro/AmeliproDialog/__tests__/AmeliproDialog.spec.ts +257 -0
  86. package/src/components/Amelipro/AmeliproDialog/__tests__/__snapshots__/AmeliproDialog.spec.ts.snap +61 -0
  87. package/src/components/Amelipro/AmeliproDisclosure/__tests__/AmeliproDisclosure.spec.ts +79 -0
  88. package/src/components/Amelipro/AmeliproDisclosure/__tests__/__snapshots__/AmeliproDisclosure.spec.ts.snap +89 -0
  89. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +6 -7
  90. package/src/components/Amelipro/AmeliproFooter/__tests__/AmeliproFooter.spec.ts +787 -0
  91. package/src/components/Amelipro/AmeliproFooter/__tests__/__snapshots__/AmeliproFooter.spec.ts.snap +318 -0
  92. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/AmeliproHeaderBrandSection.spec.ts +167 -0
  93. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +100 -0
  94. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/AmeliproHeaderBar.spec.ts +312 -0
  95. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/__snapshots__/AmeliproHeaderBar.spec.ts.snap +98 -0
  96. package/src/components/Amelipro/AmeliproHeader/__tests__/AmeliproHeader.spec.ts +361 -0
  97. package/src/components/Amelipro/AmeliproHeader/__tests__/__snapshots__/AmeliproHeader.spec.ts.snap +22 -0
  98. package/src/components/Amelipro/AmeliproMenu/__tests__/AmeliproMenu.spec.ts +168 -0
  99. package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +295 -0
  100. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/AmeliproDropdownMenuBtn.spec.ts +128 -0
  101. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +67 -0
  102. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/AmeliproDropdownMenu.spec.ts +266 -0
  103. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +134 -0
  104. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/AmeliproMessagingMenuBtn.spec.ts +72 -0
  105. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +71 -0
  106. package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +12 -0
  107. package/src/components/Amelipro/AmeliproTable/AmeliproTable.stories.ts +81 -9
  108. package/src/components/Amelipro/AmeliproTable/AmeliproTable.vue +139 -61
  109. package/src/components/Amelipro/AmeliproTable/__tests__/AmeliproTable.spec.ts +10 -0
  110. package/src/components/Amelipro/AmeliproTable/__tests__/__snapshots__/AmeliproTable.spec.ts.snap +361 -187
  111. package/src/components/Amelipro/AmeliproTable/types.d.ts +11 -0
  112. package/src/components/Captcha/Captcha.mdx +72 -0
  113. package/src/components/Captcha/Captcha.stories.ts +276 -0
  114. package/src/components/Captcha/Captcha.vue +325 -0
  115. package/src/components/Captcha/CaptchaAlert.vue +60 -0
  116. package/src/components/Captcha/CaptchaBase.vue +219 -0
  117. package/src/components/Captcha/CaptchaBtn.vue +35 -0
  118. package/src/components/Captcha/CaptchaForm.vue +58 -0
  119. package/src/components/Captcha/CaptchaImg.vue +41 -0
  120. package/src/components/Captcha/CaptchaInformation.vue +64 -0
  121. package/src/components/Captcha/captchaApi.ts +111 -0
  122. package/src/components/Captcha/icons/volumeUp.vue +11 -0
  123. package/src/components/Captcha/locales.ts +35 -0
  124. package/src/components/Captcha/readme.md +5 -0
  125. package/src/components/Captcha/tests/Captcha.spec.ts +298 -0
  126. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +716 -0
  127. package/src/components/Captcha/types.ts +2 -0
  128. package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
  129. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
  130. package/src/components/Customs/SyForm/SyForm.stories.ts +133 -23
  131. package/src/components/Customs/SyForm/SyForm.vue +17 -1
  132. package/src/components/Customs/SyTextField/SyTextField.vue +29 -7
  133. package/src/components/DatePicker/CalendarMode/DatePicker.vue +32 -9
  134. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +154 -18
  135. package/src/components/DatePicker/ComplexDatePicker/tests/ComplexDatePicker.spec.ts +2 -2
  136. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +35 -4
  137. package/src/components/DatePicker/composables/tests/useDatePickerViewMode.spec.ts +107 -72
  138. package/src/components/DatePicker/composables/tests/useMonthButtonCustomization.spec.ts +6 -6
  139. package/src/components/DatePicker/composables/useDatePickerViewMode.ts +57 -7
  140. package/src/components/DatePicker/composables/useMonthButtonCustomization.ts +14 -14
  141. package/src/components/DatePicker/tests/navigation.regression.spec.ts +74 -0
  142. package/src/components/DatePicker/tests/navigation.simple.spec.ts +137 -0
  143. package/src/components/NirField/NirField.stories.ts +85 -2
  144. package/src/components/NirField/NirField.vue +55 -18
  145. package/src/components/NirField/locales.ts +1 -3
  146. package/src/components/PasswordField/PasswordField.vue +39 -7
  147. package/src/components/PhoneField/PhoneField.vue +43 -10
  148. package/src/components/RangeField/tests/RangeField.spec.ts +0 -3
  149. package/src/components/Tables/SyServerTable/SyServerTable.mdx +15 -0
  150. package/src/components/Tables/SyServerTable/SyServerTable.stories.ts +309 -0
  151. package/src/components/Tables/SyServerTable/SyServerTable.vue +18 -3
  152. package/src/components/Tables/SyServerTable/tests/SyServerTable.spec.ts +67 -0
  153. package/src/components/Tables/SyTable/SyTable.mdx +15 -0
  154. package/src/components/Tables/SyTable/SyTable.stories.ts +228 -0
  155. package/src/components/Tables/SyTable/SyTable.vue +18 -3
  156. package/src/components/Tables/SyTable/tests/SyTable.spec.ts +63 -0
  157. package/src/components/Tables/common/SyTablePagination.vue +10 -8
  158. package/src/components/Tables/common/types.ts +4 -0
  159. package/src/components/Tables/common/usePagination.ts +11 -20
  160. package/src/components/Tables/common/useTableCheckbox.ts +23 -11
  161. package/src/components/index.ts +1 -0
  162. package/src/composables/validation/AvecVosComposants.mdx.old +1 -1
  163. package/src/composables/validation/FormValidation.stories.ts.old +5 -5
  164. package/src/composables/validation/useFormValidation.ts +46 -8
  165. package/src/composables/validation/useValidatable.ts +19 -8
  166. package/src/stories/Accessibilite/Introduction.mdx +1 -1
  167. package/src/stories/Demarrer/EnrichirLeDesignSystem.mdx +43 -0
  168. package/src/stories/Demarrer/EnrichirLeDesignSystem.stories.ts +239 -0
  169. package/src/stories/Demarrer/SignalerUneAnomalie.mdx +39 -0
  170. package/src/stories/Demarrer/SignalerUneAnomalie.stories.ts +261 -0
  171. package/dist/main-DyEOPqqn.js +0 -33329
  172. package/src/components/Amelipro/AmeliproCheckbox/tests/AmeliproCheckbox.spec.ts +0 -19
  173. package/src/components/Amelipro/AmeliproCheckbox/tests/__snapshots__/AmeliproCheckbox.spec.ts.snap +0 -40
  174. package/src/components/Amelipro/AmeliproCheckboxGroup/tests/AmeliproCheckboxGroup.spec.ts +0 -46
  175. package/src/components/Amelipro/AmeliproChips/tests/AmeliproChips.spec.ts +0 -16
  176. package/src/components/Amelipro/AmeliproChips/tests/__snapshots__/AmeliproChips.spec.ts.snap +0 -97
  177. package/src/components/Amelipro/AmeliproDialog/tests/AmeliproDialog.spec.ts +0 -24
  178. package/src/components/Amelipro/AmeliproDialog/tests/__snapshots__/AmeliproDialog.spec.ts.snap +0 -134
  179. package/src/components/Amelipro/AmeliproDisclosure/tests/AmeliproDisclosure.spec.ts +0 -19
  180. package/src/components/Amelipro/AmeliproDisclosure/tests/__snapshots__/AmeliproDisclosure.spec.ts.snap +0 -104
  181. package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -15
  182. package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +0 -432
  183. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -15
  184. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +0 -131
  185. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -15
  186. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +0 -172
  187. package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -159
  188. package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +0 -841
  189. package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -85
  190. package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +0 -537
  191. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -16
  192. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +0 -56
  193. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -28
  194. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +0 -300
  195. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -16
  196. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +0 -89
  197. package/src/components/BackBtn/tests/__snapshots__/BackBtn.spec.ts.snap +0 -45
  198. package/src/components/RangeField/tests/__snapshots__/RangeField.spec.ts.snap +0 -1270
  199. package/src/stories/Demarrer/CreerUneIssue.mdx +0 -67
  200. package/src/stories/Demarrer/components.stories.ts +0 -25
@@ -115,6 +115,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
115
115
  } | undefined;
116
116
  autoClamp?: boolean | undefined;
117
117
  isValidateOnBlur?: boolean | undefined;
118
+ hint?: string | undefined;
119
+ persistentHint?: boolean | undefined;
118
120
  }> & Readonly<{
119
121
  onBlur?: (() => any) | undefined;
120
122
  onFocus?: (() => any) | undefined;
@@ -149,6 +151,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
149
151
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
150
152
  bgColor: string;
151
153
  required: boolean;
154
+ hint: string;
152
155
  displayAsterisk: boolean;
153
156
  noIcon: boolean;
154
157
  customRules: {
@@ -162,6 +165,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
162
165
  showSuccessMessages: boolean;
163
166
  isValidateOnBlur: boolean;
164
167
  disableErrorHandling: boolean;
168
+ persistentHint: boolean;
165
169
  hideDetails: boolean | "auto";
166
170
  format: string;
167
171
  noCalendar: boolean;
@@ -209,6 +213,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
209
213
  autoClamp?: boolean | undefined;
210
214
  isValidateOnBlur?: boolean | undefined;
211
215
  density?: "default" | "comfortable" | "compact" | undefined;
216
+ hint?: string | undefined;
217
+ persistentHint?: boolean | undefined;
212
218
  externalErrorMessages?: string[] | undefined;
213
219
  }> & Readonly<{
214
220
  onBlur?: (() => any) | undefined;
@@ -218,6 +224,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
218
224
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
219
225
  }>, {
220
226
  validateOnSubmit: () => boolean;
227
+ reset: () => void;
221
228
  focus(): void;
222
229
  blur(): void;
223
230
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -236,12 +243,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
236
243
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
237
244
  bgColor: string;
238
245
  required: boolean;
246
+ hint: string;
239
247
  noIcon: boolean;
240
248
  customRules: ValidationRule[];
241
249
  customWarningRules: ValidationRule[];
242
250
  showSuccessMessages: boolean;
243
251
  isValidateOnBlur: boolean;
244
252
  disableErrorHandling: boolean;
253
+ persistentHint: boolean;
245
254
  format: string;
246
255
  displayRange: boolean;
247
256
  dateFormatReturn: string;
@@ -353,7 +362,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
353
362
  clearable: boolean;
354
363
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
355
364
  active: boolean;
356
- details: boolean;
357
365
  dirty: boolean;
358
366
  disabled: boolean;
359
367
  glow: boolean;
@@ -722,7 +730,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
722
730
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
723
731
  active: boolean;
724
732
  centerAffix: boolean;
725
- details: boolean;
726
733
  dirty: boolean;
727
734
  disabled: boolean;
728
735
  glow: boolean;
@@ -732,6 +739,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
732
739
  reverse: boolean;
733
740
  singleLine: boolean;
734
741
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
742
+ details: boolean;
735
743
  }> & Omit<{
736
744
  theme?: string | undefined;
737
745
  class?: any;
@@ -749,7 +757,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
749
757
  centerAffix?: boolean | undefined;
750
758
  color?: string | undefined;
751
759
  baseColor?: string | undefined;
752
- details: boolean;
753
760
  dirty: boolean;
754
761
  disabled: boolean;
755
762
  glow: boolean;
@@ -766,6 +773,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
766
773
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
767
774
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
768
775
  id?: string | undefined;
776
+ details: boolean;
769
777
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
770
778
  $attrs: {
771
779
  [x: string]: unknown;
@@ -810,7 +818,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
810
818
  clearable: boolean;
811
819
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
812
820
  active: boolean;
813
- details: boolean;
814
821
  dirty: boolean;
815
822
  disabled: boolean;
816
823
  glow: boolean;
@@ -820,6 +827,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
820
827
  reverse: boolean;
821
828
  singleLine: boolean;
822
829
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
830
+ details: boolean;
823
831
  } & {
824
832
  theme?: string | undefined;
825
833
  class?: any;
@@ -855,7 +863,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
855
863
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
856
864
  active: boolean;
857
865
  centerAffix: boolean;
858
- details: boolean;
859
866
  dirty: boolean;
860
867
  disabled: boolean;
861
868
  glow: boolean;
@@ -865,6 +872,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
865
872
  reverse: boolean;
866
873
  singleLine: boolean;
867
874
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
875
+ details: boolean;
868
876
  }, {}, string, import('vue').SlotsType<Partial<{
869
877
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
870
878
  props: Record<string, any>;
@@ -918,7 +926,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
918
926
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
919
927
  active: boolean;
920
928
  centerAffix: boolean;
921
- details: boolean;
922
929
  dirty: boolean;
923
930
  disabled: boolean;
924
931
  glow: boolean;
@@ -928,6 +935,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
928
935
  reverse: boolean;
929
936
  singleLine: boolean;
930
937
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
938
+ details: boolean;
931
939
  }> & Omit<{
932
940
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
933
941
  focused: boolean;
@@ -935,7 +943,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
935
943
  clearable: boolean;
936
944
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
937
945
  active: boolean;
938
- details: boolean;
939
946
  dirty: boolean;
940
947
  disabled: boolean;
941
948
  glow: boolean;
@@ -945,6 +952,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
945
952
  reverse: boolean;
946
953
  singleLine: boolean;
947
954
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
955
+ details: boolean;
948
956
  } & {
949
957
  theme?: string | undefined;
950
958
  class?: any;
@@ -1005,7 +1013,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1005
1013
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1006
1014
  active: boolean;
1007
1015
  centerAffix: boolean;
1008
- details: boolean;
1009
1016
  dirty: boolean;
1010
1017
  disabled: boolean;
1011
1018
  glow: boolean;
@@ -1081,7 +1088,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1081
1088
  clearable: boolean;
1082
1089
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1083
1090
  active: boolean;
1084
- details: boolean;
1085
1091
  dirty: boolean;
1086
1092
  disabled: boolean;
1087
1093
  glow: boolean;
@@ -1450,7 +1456,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1450
1456
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1451
1457
  active: boolean;
1452
1458
  centerAffix: boolean;
1453
- details: boolean;
1454
1459
  dirty: boolean;
1455
1460
  disabled: boolean;
1456
1461
  glow: boolean;
@@ -1460,6 +1465,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1460
1465
  reverse: boolean;
1461
1466
  singleLine: boolean;
1462
1467
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1468
+ details: boolean;
1463
1469
  }> & Omit<{
1464
1470
  theme?: string | undefined;
1465
1471
  class?: any;
@@ -1477,7 +1483,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1477
1483
  centerAffix?: boolean | undefined;
1478
1484
  color?: string | undefined;
1479
1485
  baseColor?: string | undefined;
1480
- details: boolean;
1481
1486
  dirty: boolean;
1482
1487
  disabled: boolean;
1483
1488
  glow: boolean;
@@ -1494,6 +1499,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1494
1499
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1495
1500
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1496
1501
  id?: string | undefined;
1502
+ details: boolean;
1497
1503
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
1498
1504
  $attrs: {
1499
1505
  [x: string]: unknown;
@@ -1538,7 +1544,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1538
1544
  clearable: boolean;
1539
1545
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1540
1546
  active: boolean;
1541
- details: boolean;
1542
1547
  dirty: boolean;
1543
1548
  disabled: boolean;
1544
1549
  glow: boolean;
@@ -1548,6 +1553,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1548
1553
  reverse: boolean;
1549
1554
  singleLine: boolean;
1550
1555
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1556
+ details: boolean;
1551
1557
  } & {
1552
1558
  theme?: string | undefined;
1553
1559
  class?: any;
@@ -1583,7 +1589,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1583
1589
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1584
1590
  active: boolean;
1585
1591
  centerAffix: boolean;
1586
- details: boolean;
1587
1592
  dirty: boolean;
1588
1593
  disabled: boolean;
1589
1594
  glow: boolean;
@@ -1593,6 +1598,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1593
1598
  reverse: boolean;
1594
1599
  singleLine: boolean;
1595
1600
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1601
+ details: boolean;
1596
1602
  }, {}, string, import('vue').SlotsType<Partial<{
1597
1603
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1598
1604
  props: Record<string, any>;
@@ -1646,7 +1652,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1646
1652
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1647
1653
  active: boolean;
1648
1654
  centerAffix: boolean;
1649
- details: boolean;
1650
1655
  dirty: boolean;
1651
1656
  disabled: boolean;
1652
1657
  glow: boolean;
@@ -1656,6 +1661,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1656
1661
  reverse: boolean;
1657
1662
  singleLine: boolean;
1658
1663
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1664
+ details: boolean;
1659
1665
  }> & Omit<{
1660
1666
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1661
1667
  focused: boolean;
@@ -1663,7 +1669,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1663
1669
  clearable: boolean;
1664
1670
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1665
1671
  active: boolean;
1666
- details: boolean;
1667
1672
  dirty: boolean;
1668
1673
  disabled: boolean;
1669
1674
  glow: boolean;
@@ -1673,6 +1678,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1673
1678
  reverse: boolean;
1674
1679
  singleLine: boolean;
1675
1680
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1681
+ details: boolean;
1676
1682
  } & {
1677
1683
  theme?: string | undefined;
1678
1684
  class?: any;
@@ -1728,7 +1734,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1728
1734
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1729
1735
  active: boolean;
1730
1736
  centerAffix: boolean;
1731
- details: boolean;
1732
1737
  dirty: boolean;
1733
1738
  disabled: boolean;
1734
1739
  glow: boolean;
@@ -2133,6 +2138,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2133
2138
  autoClamp?: boolean | undefined;
2134
2139
  isValidateOnBlur?: boolean | undefined;
2135
2140
  density?: "default" | "comfortable" | "compact" | undefined;
2141
+ hint?: string | undefined;
2142
+ persistentHint?: boolean | undefined;
2136
2143
  externalErrorMessages?: string[] | undefined;
2137
2144
  }> & Readonly<{
2138
2145
  onBlur?: (() => any) | undefined;
@@ -2142,6 +2149,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2142
2149
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2143
2150
  }>, {
2144
2151
  validateOnSubmit: () => boolean;
2152
+ reset: () => void;
2145
2153
  focus(): void;
2146
2154
  blur(): void;
2147
2155
  }, {}, {}, {}, {
@@ -2154,12 +2162,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2154
2162
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
2155
2163
  bgColor: string;
2156
2164
  required: boolean;
2165
+ hint: string;
2157
2166
  noIcon: boolean;
2158
2167
  customRules: ValidationRule[];
2159
2168
  customWarningRules: ValidationRule[];
2160
2169
  showSuccessMessages: boolean;
2161
2170
  isValidateOnBlur: boolean;
2162
2171
  disableErrorHandling: boolean;
2172
+ persistentHint: boolean;
2163
2173
  format: string;
2164
2174
  displayRange: boolean;
2165
2175
  dateFormatReturn: string;
@@ -2214,6 +2224,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2214
2224
  autoClamp?: boolean | undefined;
2215
2225
  isValidateOnBlur?: boolean | undefined;
2216
2226
  density?: "default" | "comfortable" | "compact" | undefined;
2227
+ hint?: string | undefined;
2228
+ persistentHint?: boolean | undefined;
2217
2229
  }> & Readonly<{
2218
2230
  onBlur?: (() => any) | undefined;
2219
2231
  onFocus?: (() => any) | undefined;
@@ -2250,6 +2262,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2250
2262
  displayFormattedDate: import('vue').Ref<string, string>;
2251
2263
  handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
2252
2264
  resetViewMode: () => void;
2265
+ reset: () => void;
2253
2266
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2254
2267
  blur: () => any;
2255
2268
  focus: () => any;
@@ -2268,6 +2281,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2268
2281
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
2269
2282
  bgColor: string;
2270
2283
  required: boolean;
2284
+ hint: string;
2271
2285
  displayAsterisk: boolean;
2272
2286
  noIcon: boolean;
2273
2287
  customRules: {
@@ -2281,6 +2295,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2281
2295
  showSuccessMessages: boolean;
2282
2296
  isValidateOnBlur: boolean;
2283
2297
  disableErrorHandling: boolean;
2298
+ persistentHint: boolean;
2284
2299
  format: string;
2285
2300
  noCalendar: boolean;
2286
2301
  displayRange: boolean;
@@ -2327,6 +2342,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2327
2342
  autoClamp?: boolean | undefined;
2328
2343
  isValidateOnBlur?: boolean | undefined;
2329
2344
  density?: "default" | "comfortable" | "compact" | undefined;
2345
+ hint?: string | undefined;
2346
+ persistentHint?: boolean | undefined;
2330
2347
  externalErrorMessages?: string[] | undefined;
2331
2348
  }> & Readonly<{
2332
2349
  onBlur?: (() => any) | undefined;
@@ -2336,6 +2353,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2336
2353
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2337
2354
  }>, {
2338
2355
  validateOnSubmit: () => boolean;
2356
+ reset: () => void;
2339
2357
  focus(): void;
2340
2358
  blur(): void;
2341
2359
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -2354,12 +2372,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2354
2372
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
2355
2373
  bgColor: string;
2356
2374
  required: boolean;
2375
+ hint: string;
2357
2376
  noIcon: boolean;
2358
2377
  customRules: ValidationRule[];
2359
2378
  customWarningRules: ValidationRule[];
2360
2379
  showSuccessMessages: boolean;
2361
2380
  isValidateOnBlur: boolean;
2362
2381
  disableErrorHandling: boolean;
2382
+ persistentHint: boolean;
2363
2383
  format: string;
2364
2384
  displayRange: boolean;
2365
2385
  dateFormatReturn: string;
@@ -2471,7 +2491,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2471
2491
  clearable: boolean;
2472
2492
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2473
2493
  active: boolean;
2474
- details: boolean;
2475
2494
  dirty: boolean;
2476
2495
  disabled: boolean;
2477
2496
  glow: boolean;
@@ -2840,7 +2859,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2840
2859
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2841
2860
  active: boolean;
2842
2861
  centerAffix: boolean;
2843
- details: boolean;
2844
2862
  dirty: boolean;
2845
2863
  disabled: boolean;
2846
2864
  glow: boolean;
@@ -2850,6 +2868,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2850
2868
  reverse: boolean;
2851
2869
  singleLine: boolean;
2852
2870
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2871
+ details: boolean;
2853
2872
  }> & Omit<{
2854
2873
  theme?: string | undefined;
2855
2874
  class?: any;
@@ -2867,7 +2886,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2867
2886
  centerAffix?: boolean | undefined;
2868
2887
  color?: string | undefined;
2869
2888
  baseColor?: string | undefined;
2870
- details: boolean;
2871
2889
  dirty: boolean;
2872
2890
  disabled: boolean;
2873
2891
  glow: boolean;
@@ -2884,6 +2902,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2884
2902
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2885
2903
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2886
2904
  id?: string | undefined;
2905
+ details: boolean;
2887
2906
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
2888
2907
  $attrs: {
2889
2908
  [x: string]: unknown;
@@ -2928,7 +2947,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2928
2947
  clearable: boolean;
2929
2948
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2930
2949
  active: boolean;
2931
- details: boolean;
2932
2950
  dirty: boolean;
2933
2951
  disabled: boolean;
2934
2952
  glow: boolean;
@@ -2938,6 +2956,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2938
2956
  reverse: boolean;
2939
2957
  singleLine: boolean;
2940
2958
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2959
+ details: boolean;
2941
2960
  } & {
2942
2961
  theme?: string | undefined;
2943
2962
  class?: any;
@@ -2973,7 +2992,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2973
2992
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2974
2993
  active: boolean;
2975
2994
  centerAffix: boolean;
2976
- details: boolean;
2977
2995
  dirty: boolean;
2978
2996
  disabled: boolean;
2979
2997
  glow: boolean;
@@ -2983,6 +3001,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2983
3001
  reverse: boolean;
2984
3002
  singleLine: boolean;
2985
3003
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3004
+ details: boolean;
2986
3005
  }, {}, string, import('vue').SlotsType<Partial<{
2987
3006
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2988
3007
  props: Record<string, any>;
@@ -3036,7 +3055,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3036
3055
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3037
3056
  active: boolean;
3038
3057
  centerAffix: boolean;
3039
- details: boolean;
3040
3058
  dirty: boolean;
3041
3059
  disabled: boolean;
3042
3060
  glow: boolean;
@@ -3046,6 +3064,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3046
3064
  reverse: boolean;
3047
3065
  singleLine: boolean;
3048
3066
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3067
+ details: boolean;
3049
3068
  }> & Omit<{
3050
3069
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
3051
3070
  focused: boolean;
@@ -3053,7 +3072,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3053
3072
  clearable: boolean;
3054
3073
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3055
3074
  active: boolean;
3056
- details: boolean;
3057
3075
  dirty: boolean;
3058
3076
  disabled: boolean;
3059
3077
  glow: boolean;
@@ -3063,6 +3081,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3063
3081
  reverse: boolean;
3064
3082
  singleLine: boolean;
3065
3083
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3084
+ details: boolean;
3066
3085
  } & {
3067
3086
  theme?: string | undefined;
3068
3087
  class?: any;
@@ -3123,7 +3142,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3123
3142
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3124
3143
  active: boolean;
3125
3144
  centerAffix: boolean;
3126
- details: boolean;
3127
3145
  dirty: boolean;
3128
3146
  disabled: boolean;
3129
3147
  glow: boolean;
@@ -3199,7 +3217,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3199
3217
  clearable: boolean;
3200
3218
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3201
3219
  active: boolean;
3202
- details: boolean;
3203
3220
  dirty: boolean;
3204
3221
  disabled: boolean;
3205
3222
  glow: boolean;
@@ -3568,7 +3585,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3568
3585
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3569
3586
  active: boolean;
3570
3587
  centerAffix: boolean;
3571
- details: boolean;
3572
3588
  dirty: boolean;
3573
3589
  disabled: boolean;
3574
3590
  glow: boolean;
@@ -3578,6 +3594,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3578
3594
  reverse: boolean;
3579
3595
  singleLine: boolean;
3580
3596
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3597
+ details: boolean;
3581
3598
  }> & Omit<{
3582
3599
  theme?: string | undefined;
3583
3600
  class?: any;
@@ -3595,7 +3612,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3595
3612
  centerAffix?: boolean | undefined;
3596
3613
  color?: string | undefined;
3597
3614
  baseColor?: string | undefined;
3598
- details: boolean;
3599
3615
  dirty: boolean;
3600
3616
  disabled: boolean;
3601
3617
  glow: boolean;
@@ -3612,6 +3628,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3612
3628
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
3613
3629
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
3614
3630
  id?: string | undefined;
3631
+ details: boolean;
3615
3632
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
3616
3633
  $attrs: {
3617
3634
  [x: string]: unknown;
@@ -3656,7 +3673,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3656
3673
  clearable: boolean;
3657
3674
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3658
3675
  active: boolean;
3659
- details: boolean;
3660
3676
  dirty: boolean;
3661
3677
  disabled: boolean;
3662
3678
  glow: boolean;
@@ -3666,6 +3682,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3666
3682
  reverse: boolean;
3667
3683
  singleLine: boolean;
3668
3684
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3685
+ details: boolean;
3669
3686
  } & {
3670
3687
  theme?: string | undefined;
3671
3688
  class?: any;
@@ -3701,7 +3718,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3701
3718
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3702
3719
  active: boolean;
3703
3720
  centerAffix: boolean;
3704
- details: boolean;
3705
3721
  dirty: boolean;
3706
3722
  disabled: boolean;
3707
3723
  glow: boolean;
@@ -3711,6 +3727,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3711
3727
  reverse: boolean;
3712
3728
  singleLine: boolean;
3713
3729
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3730
+ details: boolean;
3714
3731
  }, {}, string, import('vue').SlotsType<Partial<{
3715
3732
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
3716
3733
  props: Record<string, any>;
@@ -3764,7 +3781,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3764
3781
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3765
3782
  active: boolean;
3766
3783
  centerAffix: boolean;
3767
- details: boolean;
3768
3784
  dirty: boolean;
3769
3785
  disabled: boolean;
3770
3786
  glow: boolean;
@@ -3774,6 +3790,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3774
3790
  reverse: boolean;
3775
3791
  singleLine: boolean;
3776
3792
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3793
+ details: boolean;
3777
3794
  }> & Omit<{
3778
3795
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
3779
3796
  focused: boolean;
@@ -3781,7 +3798,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3781
3798
  clearable: boolean;
3782
3799
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3783
3800
  active: boolean;
3784
- details: boolean;
3785
3801
  dirty: boolean;
3786
3802
  disabled: boolean;
3787
3803
  glow: boolean;
@@ -3791,6 +3807,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3791
3807
  reverse: boolean;
3792
3808
  singleLine: boolean;
3793
3809
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3810
+ details: boolean;
3794
3811
  } & {
3795
3812
  theme?: string | undefined;
3796
3813
  class?: any;
@@ -3846,7 +3863,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3846
3863
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3847
3864
  active: boolean;
3848
3865
  centerAffix: boolean;
3849
- details: boolean;
3850
3866
  dirty: boolean;
3851
3867
  disabled: boolean;
3852
3868
  glow: boolean;
@@ -4251,6 +4267,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4251
4267
  autoClamp?: boolean | undefined;
4252
4268
  isValidateOnBlur?: boolean | undefined;
4253
4269
  density?: "default" | "comfortable" | "compact" | undefined;
4270
+ hint?: string | undefined;
4271
+ persistentHint?: boolean | undefined;
4254
4272
  externalErrorMessages?: string[] | undefined;
4255
4273
  }> & Readonly<{
4256
4274
  onBlur?: (() => any) | undefined;
@@ -4260,6 +4278,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4260
4278
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
4261
4279
  }>, {
4262
4280
  validateOnSubmit: () => boolean;
4281
+ reset: () => void;
4263
4282
  focus(): void;
4264
4283
  blur(): void;
4265
4284
  }, {}, {}, {}, {
@@ -4272,12 +4291,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4272
4291
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
4273
4292
  bgColor: string;
4274
4293
  required: boolean;
4294
+ hint: string;
4275
4295
  noIcon: boolean;
4276
4296
  customRules: ValidationRule[];
4277
4297
  customWarningRules: ValidationRule[];
4278
4298
  showSuccessMessages: boolean;
4279
4299
  isValidateOnBlur: boolean;
4280
4300
  disableErrorHandling: boolean;
4301
+ persistentHint: boolean;
4281
4302
  format: string;
4282
4303
  displayRange: boolean;
4283
4304
  dateFormatReturn: string;
@@ -4312,6 +4333,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4312
4333
  autoClamp?: boolean | undefined;
4313
4334
  isValidateOnBlur?: boolean | undefined;
4314
4335
  density?: "default" | "comfortable" | "compact" | undefined;
4336
+ hint?: string | undefined;
4337
+ persistentHint?: boolean | undefined;
4315
4338
  externalErrorMessages?: string[] | undefined;
4316
4339
  }> & Readonly<{
4317
4340
  onBlur?: (() => any) | undefined;
@@ -4321,6 +4344,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4321
4344
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
4322
4345
  }>, {
4323
4346
  validateOnSubmit: () => boolean;
4347
+ reset: () => void;
4324
4348
  focus(): void;
4325
4349
  blur(): void;
4326
4350
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -4339,12 +4363,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4339
4363
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
4340
4364
  bgColor: string;
4341
4365
  required: boolean;
4366
+ hint: string;
4342
4367
  noIcon: boolean;
4343
4368
  customRules: ValidationRule[];
4344
4369
  customWarningRules: ValidationRule[];
4345
4370
  showSuccessMessages: boolean;
4346
4371
  isValidateOnBlur: boolean;
4347
4372
  disableErrorHandling: boolean;
4373
+ persistentHint: boolean;
4348
4374
  format: string;
4349
4375
  displayRange: boolean;
4350
4376
  dateFormatReturn: string;
@@ -4456,7 +4482,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4456
4482
  clearable: boolean;
4457
4483
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4458
4484
  active: boolean;
4459
- details: boolean;
4460
4485
  dirty: boolean;
4461
4486
  disabled: boolean;
4462
4487
  glow: boolean;
@@ -4825,7 +4850,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4825
4850
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4826
4851
  active: boolean;
4827
4852
  centerAffix: boolean;
4828
- details: boolean;
4829
4853
  dirty: boolean;
4830
4854
  disabled: boolean;
4831
4855
  glow: boolean;
@@ -4835,6 +4859,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4835
4859
  reverse: boolean;
4836
4860
  singleLine: boolean;
4837
4861
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
4862
+ details: boolean;
4838
4863
  }> & Omit<{
4839
4864
  theme?: string | undefined;
4840
4865
  class?: any;
@@ -4852,7 +4877,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4852
4877
  centerAffix?: boolean | undefined;
4853
4878
  color?: string | undefined;
4854
4879
  baseColor?: string | undefined;
4855
- details: boolean;
4856
4880
  dirty: boolean;
4857
4881
  disabled: boolean;
4858
4882
  glow: boolean;
@@ -4869,6 +4893,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4869
4893
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
4870
4894
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
4871
4895
  id?: string | undefined;
4896
+ details: boolean;
4872
4897
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
4873
4898
  $attrs: {
4874
4899
  [x: string]: unknown;
@@ -4913,7 +4938,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4913
4938
  clearable: boolean;
4914
4939
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4915
4940
  active: boolean;
4916
- details: boolean;
4917
4941
  dirty: boolean;
4918
4942
  disabled: boolean;
4919
4943
  glow: boolean;
@@ -4923,6 +4947,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4923
4947
  reverse: boolean;
4924
4948
  singleLine: boolean;
4925
4949
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
4950
+ details: boolean;
4926
4951
  } & {
4927
4952
  theme?: string | undefined;
4928
4953
  class?: any;
@@ -4958,7 +4983,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4958
4983
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4959
4984
  active: boolean;
4960
4985
  centerAffix: boolean;
4961
- details: boolean;
4962
4986
  dirty: boolean;
4963
4987
  disabled: boolean;
4964
4988
  glow: boolean;
@@ -4968,6 +4992,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4968
4992
  reverse: boolean;
4969
4993
  singleLine: boolean;
4970
4994
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
4995
+ details: boolean;
4971
4996
  }, {}, string, import('vue').SlotsType<Partial<{
4972
4997
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
4973
4998
  props: Record<string, any>;
@@ -5021,7 +5046,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5021
5046
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5022
5047
  active: boolean;
5023
5048
  centerAffix: boolean;
5024
- details: boolean;
5025
5049
  dirty: boolean;
5026
5050
  disabled: boolean;
5027
5051
  glow: boolean;
@@ -5031,6 +5055,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5031
5055
  reverse: boolean;
5032
5056
  singleLine: boolean;
5033
5057
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5058
+ details: boolean;
5034
5059
  }> & Omit<{
5035
5060
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
5036
5061
  focused: boolean;
@@ -5038,7 +5063,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5038
5063
  clearable: boolean;
5039
5064
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5040
5065
  active: boolean;
5041
- details: boolean;
5042
5066
  dirty: boolean;
5043
5067
  disabled: boolean;
5044
5068
  glow: boolean;
@@ -5048,6 +5072,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5048
5072
  reverse: boolean;
5049
5073
  singleLine: boolean;
5050
5074
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5075
+ details: boolean;
5051
5076
  } & {
5052
5077
  theme?: string | undefined;
5053
5078
  class?: any;
@@ -5108,7 +5133,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5108
5133
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5109
5134
  active: boolean;
5110
5135
  centerAffix: boolean;
5111
- details: boolean;
5112
5136
  dirty: boolean;
5113
5137
  disabled: boolean;
5114
5138
  glow: boolean;
@@ -5184,7 +5208,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5184
5208
  clearable: boolean;
5185
5209
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5186
5210
  active: boolean;
5187
- details: boolean;
5188
5211
  dirty: boolean;
5189
5212
  disabled: boolean;
5190
5213
  glow: boolean;
@@ -5553,7 +5576,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5553
5576
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5554
5577
  active: boolean;
5555
5578
  centerAffix: boolean;
5556
- details: boolean;
5557
5579
  dirty: boolean;
5558
5580
  disabled: boolean;
5559
5581
  glow: boolean;
@@ -5563,6 +5585,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5563
5585
  reverse: boolean;
5564
5586
  singleLine: boolean;
5565
5587
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5588
+ details: boolean;
5566
5589
  }> & Omit<{
5567
5590
  theme?: string | undefined;
5568
5591
  class?: any;
@@ -5580,7 +5603,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5580
5603
  centerAffix?: boolean | undefined;
5581
5604
  color?: string | undefined;
5582
5605
  baseColor?: string | undefined;
5583
- details: boolean;
5584
5606
  dirty: boolean;
5585
5607
  disabled: boolean;
5586
5608
  glow: boolean;
@@ -5597,6 +5619,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5597
5619
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
5598
5620
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
5599
5621
  id?: string | undefined;
5622
+ details: boolean;
5600
5623
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
5601
5624
  $attrs: {
5602
5625
  [x: string]: unknown;
@@ -5641,7 +5664,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5641
5664
  clearable: boolean;
5642
5665
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5643
5666
  active: boolean;
5644
- details: boolean;
5645
5667
  dirty: boolean;
5646
5668
  disabled: boolean;
5647
5669
  glow: boolean;
@@ -5651,6 +5673,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5651
5673
  reverse: boolean;
5652
5674
  singleLine: boolean;
5653
5675
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5676
+ details: boolean;
5654
5677
  } & {
5655
5678
  theme?: string | undefined;
5656
5679
  class?: any;
@@ -5686,7 +5709,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5686
5709
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5687
5710
  active: boolean;
5688
5711
  centerAffix: boolean;
5689
- details: boolean;
5690
5712
  dirty: boolean;
5691
5713
  disabled: boolean;
5692
5714
  glow: boolean;
@@ -5696,6 +5718,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5696
5718
  reverse: boolean;
5697
5719
  singleLine: boolean;
5698
5720
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5721
+ details: boolean;
5699
5722
  }, {}, string, import('vue').SlotsType<Partial<{
5700
5723
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
5701
5724
  props: Record<string, any>;
@@ -5749,7 +5772,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5749
5772
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5750
5773
  active: boolean;
5751
5774
  centerAffix: boolean;
5752
- details: boolean;
5753
5775
  dirty: boolean;
5754
5776
  disabled: boolean;
5755
5777
  glow: boolean;
@@ -5759,6 +5781,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5759
5781
  reverse: boolean;
5760
5782
  singleLine: boolean;
5761
5783
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5784
+ details: boolean;
5762
5785
  }> & Omit<{
5763
5786
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
5764
5787
  focused: boolean;
@@ -5766,7 +5789,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5766
5789
  clearable: boolean;
5767
5790
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5768
5791
  active: boolean;
5769
- details: boolean;
5770
5792
  dirty: boolean;
5771
5793
  disabled: boolean;
5772
5794
  glow: boolean;
@@ -5776,6 +5798,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5776
5798
  reverse: boolean;
5777
5799
  singleLine: boolean;
5778
5800
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5801
+ details: boolean;
5779
5802
  } & {
5780
5803
  theme?: string | undefined;
5781
5804
  class?: any;
@@ -5831,7 +5854,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5831
5854
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5832
5855
  active: boolean;
5833
5856
  centerAffix: boolean;
5834
- details: boolean;
5835
5857
  dirty: boolean;
5836
5858
  disabled: boolean;
5837
5859
  glow: boolean;
@@ -6236,6 +6258,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6236
6258
  autoClamp?: boolean | undefined;
6237
6259
  isValidateOnBlur?: boolean | undefined;
6238
6260
  density?: "default" | "comfortable" | "compact" | undefined;
6261
+ hint?: string | undefined;
6262
+ persistentHint?: boolean | undefined;
6239
6263
  externalErrorMessages?: string[] | undefined;
6240
6264
  }> & Readonly<{
6241
6265
  onBlur?: (() => any) | undefined;
@@ -6245,6 +6269,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6245
6269
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
6246
6270
  }>, {
6247
6271
  validateOnSubmit: () => boolean;
6272
+ reset: () => void;
6248
6273
  focus(): void;
6249
6274
  blur(): void;
6250
6275
  }, {}, {}, {}, {
@@ -6257,12 +6282,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6257
6282
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
6258
6283
  bgColor: string;
6259
6284
  required: boolean;
6285
+ hint: string;
6260
6286
  noIcon: boolean;
6261
6287
  customRules: ValidationRule[];
6262
6288
  customWarningRules: ValidationRule[];
6263
6289
  showSuccessMessages: boolean;
6264
6290
  isValidateOnBlur: boolean;
6265
6291
  disableErrorHandling: boolean;
6292
+ persistentHint: boolean;
6266
6293
  format: string;
6267
6294
  displayRange: boolean;
6268
6295
  dateFormatReturn: string;
@@ -6728,6 +6755,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6728
6755
  autoClamp?: boolean | undefined;
6729
6756
  isValidateOnBlur?: boolean | undefined;
6730
6757
  density?: "default" | "comfortable" | "compact" | undefined;
6758
+ hint?: string | undefined;
6759
+ persistentHint?: boolean | undefined;
6731
6760
  }> & Readonly<{
6732
6761
  onBlur?: (() => any) | undefined;
6733
6762
  onFocus?: (() => any) | undefined;
@@ -6764,6 +6793,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6764
6793
  displayFormattedDate: import('vue').Ref<string, string>;
6765
6794
  handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
6766
6795
  resetViewMode: () => void;
6796
+ reset: () => void;
6767
6797
  }, {}, {}, {}, {
6768
6798
  label: string;
6769
6799
  title: string | false;
@@ -6775,6 +6805,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6775
6805
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
6776
6806
  bgColor: string;
6777
6807
  required: boolean;
6808
+ hint: string;
6778
6809
  displayAsterisk: boolean;
6779
6810
  noIcon: boolean;
6780
6811
  customRules: {
@@ -6788,6 +6819,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6788
6819
  showSuccessMessages: boolean;
6789
6820
  isValidateOnBlur: boolean;
6790
6821
  disableErrorHandling: boolean;
6822
+ persistentHint: boolean;
6791
6823
  format: string;
6792
6824
  noCalendar: boolean;
6793
6825
  displayRange: boolean;
@@ -6910,7 +6942,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6910
6942
  clearable: boolean;
6911
6943
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
6912
6944
  active: boolean;
6913
- details: boolean;
6914
6945
  dirty: boolean;
6915
6946
  disabled: boolean;
6916
6947
  glow: boolean;
@@ -7279,7 +7310,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7279
7310
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7280
7311
  active: boolean;
7281
7312
  centerAffix: boolean;
7282
- details: boolean;
7283
7313
  dirty: boolean;
7284
7314
  disabled: boolean;
7285
7315
  glow: boolean;
@@ -7289,6 +7319,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7289
7319
  reverse: boolean;
7290
7320
  singleLine: boolean;
7291
7321
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7322
+ details: boolean;
7292
7323
  }> & Omit<{
7293
7324
  theme?: string | undefined;
7294
7325
  class?: any;
@@ -7306,7 +7337,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7306
7337
  centerAffix?: boolean | undefined;
7307
7338
  color?: string | undefined;
7308
7339
  baseColor?: string | undefined;
7309
- details: boolean;
7310
7340
  dirty: boolean;
7311
7341
  disabled: boolean;
7312
7342
  glow: boolean;
@@ -7323,6 +7353,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7323
7353
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
7324
7354
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
7325
7355
  id?: string | undefined;
7356
+ details: boolean;
7326
7357
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
7327
7358
  $attrs: {
7328
7359
  [x: string]: unknown;
@@ -7367,7 +7398,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7367
7398
  clearable: boolean;
7368
7399
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7369
7400
  active: boolean;
7370
- details: boolean;
7371
7401
  dirty: boolean;
7372
7402
  disabled: boolean;
7373
7403
  glow: boolean;
@@ -7377,6 +7407,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7377
7407
  reverse: boolean;
7378
7408
  singleLine: boolean;
7379
7409
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7410
+ details: boolean;
7380
7411
  } & {
7381
7412
  theme?: string | undefined;
7382
7413
  class?: any;
@@ -7412,7 +7443,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7412
7443
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7413
7444
  active: boolean;
7414
7445
  centerAffix: boolean;
7415
- details: boolean;
7416
7446
  dirty: boolean;
7417
7447
  disabled: boolean;
7418
7448
  glow: boolean;
@@ -7422,6 +7452,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7422
7452
  reverse: boolean;
7423
7453
  singleLine: boolean;
7424
7454
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7455
+ details: boolean;
7425
7456
  }, {}, string, import('vue').SlotsType<Partial<{
7426
7457
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
7427
7458
  props: Record<string, any>;
@@ -7475,7 +7506,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7475
7506
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7476
7507
  active: boolean;
7477
7508
  centerAffix: boolean;
7478
- details: boolean;
7479
7509
  dirty: boolean;
7480
7510
  disabled: boolean;
7481
7511
  glow: boolean;
@@ -7485,6 +7515,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7485
7515
  reverse: boolean;
7486
7516
  singleLine: boolean;
7487
7517
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7518
+ details: boolean;
7488
7519
  }> & Omit<{
7489
7520
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
7490
7521
  focused: boolean;
@@ -7492,7 +7523,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7492
7523
  clearable: boolean;
7493
7524
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7494
7525
  active: boolean;
7495
- details: boolean;
7496
7526
  dirty: boolean;
7497
7527
  disabled: boolean;
7498
7528
  glow: boolean;
@@ -7502,6 +7532,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7502
7532
  reverse: boolean;
7503
7533
  singleLine: boolean;
7504
7534
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7535
+ details: boolean;
7505
7536
  } & {
7506
7537
  theme?: string | undefined;
7507
7538
  class?: any;
@@ -7562,7 +7593,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7562
7593
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7563
7594
  active: boolean;
7564
7595
  centerAffix: boolean;
7565
- details: boolean;
7566
7596
  dirty: boolean;
7567
7597
  disabled: boolean;
7568
7598
  glow: boolean;
@@ -7638,7 +7668,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7638
7668
  clearable: boolean;
7639
7669
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7640
7670
  active: boolean;
7641
- details: boolean;
7642
7671
  dirty: boolean;
7643
7672
  disabled: boolean;
7644
7673
  glow: boolean;
@@ -8007,7 +8036,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8007
8036
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8008
8037
  active: boolean;
8009
8038
  centerAffix: boolean;
8010
- details: boolean;
8011
8039
  dirty: boolean;
8012
8040
  disabled: boolean;
8013
8041
  glow: boolean;
@@ -8017,6 +8045,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8017
8045
  reverse: boolean;
8018
8046
  singleLine: boolean;
8019
8047
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8048
+ details: boolean;
8020
8049
  }> & Omit<{
8021
8050
  theme?: string | undefined;
8022
8051
  class?: any;
@@ -8034,7 +8063,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8034
8063
  centerAffix?: boolean | undefined;
8035
8064
  color?: string | undefined;
8036
8065
  baseColor?: string | undefined;
8037
- details: boolean;
8038
8066
  dirty: boolean;
8039
8067
  disabled: boolean;
8040
8068
  glow: boolean;
@@ -8051,6 +8079,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8051
8079
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
8052
8080
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
8053
8081
  id?: string | undefined;
8082
+ details: boolean;
8054
8083
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
8055
8084
  $attrs: {
8056
8085
  [x: string]: unknown;
@@ -8095,7 +8124,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8095
8124
  clearable: boolean;
8096
8125
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8097
8126
  active: boolean;
8098
- details: boolean;
8099
8127
  dirty: boolean;
8100
8128
  disabled: boolean;
8101
8129
  glow: boolean;
@@ -8105,6 +8133,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8105
8133
  reverse: boolean;
8106
8134
  singleLine: boolean;
8107
8135
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8136
+ details: boolean;
8108
8137
  } & {
8109
8138
  theme?: string | undefined;
8110
8139
  class?: any;
@@ -8140,7 +8169,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8140
8169
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8141
8170
  active: boolean;
8142
8171
  centerAffix: boolean;
8143
- details: boolean;
8144
8172
  dirty: boolean;
8145
8173
  disabled: boolean;
8146
8174
  glow: boolean;
@@ -8150,6 +8178,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8150
8178
  reverse: boolean;
8151
8179
  singleLine: boolean;
8152
8180
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8181
+ details: boolean;
8153
8182
  }, {}, string, import('vue').SlotsType<Partial<{
8154
8183
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
8155
8184
  props: Record<string, any>;
@@ -8203,7 +8232,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8203
8232
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8204
8233
  active: boolean;
8205
8234
  centerAffix: boolean;
8206
- details: boolean;
8207
8235
  dirty: boolean;
8208
8236
  disabled: boolean;
8209
8237
  glow: boolean;
@@ -8213,6 +8241,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8213
8241
  reverse: boolean;
8214
8242
  singleLine: boolean;
8215
8243
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8244
+ details: boolean;
8216
8245
  }> & Omit<{
8217
8246
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
8218
8247
  focused: boolean;
@@ -8220,7 +8249,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8220
8249
  clearable: boolean;
8221
8250
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8222
8251
  active: boolean;
8223
- details: boolean;
8224
8252
  dirty: boolean;
8225
8253
  disabled: boolean;
8226
8254
  glow: boolean;
@@ -8230,6 +8258,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8230
8258
  reverse: boolean;
8231
8259
  singleLine: boolean;
8232
8260
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8261
+ details: boolean;
8233
8262
  } & {
8234
8263
  theme?: string | undefined;
8235
8264
  class?: any;
@@ -8285,7 +8314,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8285
8314
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8286
8315
  active: boolean;
8287
8316
  centerAffix: boolean;
8288
- details: boolean;
8289
8317
  dirty: boolean;
8290
8318
  disabled: boolean;
8291
8319
  glow: boolean;
@@ -9116,6 +9144,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9116
9144
  } | undefined;
9117
9145
  autoClamp?: boolean | undefined;
9118
9146
  isValidateOnBlur?: boolean | undefined;
9147
+ hint?: string | undefined;
9148
+ persistentHint?: boolean | undefined;
9119
9149
  }> & Readonly<{
9120
9150
  onBlur?: (() => any) | undefined;
9121
9151
  onFocus?: (() => any) | undefined;
@@ -9143,6 +9173,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9143
9173
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
9144
9174
  bgColor: string;
9145
9175
  required: boolean;
9176
+ hint: string;
9146
9177
  displayAsterisk: boolean;
9147
9178
  noIcon: boolean;
9148
9179
  customRules: {
@@ -9156,6 +9187,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9156
9187
  showSuccessMessages: boolean;
9157
9188
  isValidateOnBlur: boolean;
9158
9189
  disableErrorHandling: boolean;
9190
+ persistentHint: boolean;
9159
9191
  hideDetails: boolean | "auto";
9160
9192
  format: string;
9161
9193
  noCalendar: boolean;
@@ -9225,6 +9257,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9225
9257
  } | undefined;
9226
9258
  autoClamp?: boolean | undefined;
9227
9259
  isValidateOnBlur?: boolean | undefined;
9260
+ hint?: string | undefined;
9261
+ persistentHint?: boolean | undefined;
9228
9262
  }> & Readonly<{
9229
9263
  onBlur?: (() => any) | undefined;
9230
9264
  onFocus?: (() => any) | undefined;
@@ -9259,6 +9293,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9259
9293
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
9260
9294
  bgColor: string;
9261
9295
  required: boolean;
9296
+ hint: string;
9262
9297
  displayAsterisk: boolean;
9263
9298
  noIcon: boolean;
9264
9299
  customRules: {
@@ -9272,6 +9307,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9272
9307
  showSuccessMessages: boolean;
9273
9308
  isValidateOnBlur: boolean;
9274
9309
  disableErrorHandling: boolean;
9310
+ persistentHint: boolean;
9275
9311
  hideDetails: boolean | "auto";
9276
9312
  format: string;
9277
9313
  noCalendar: boolean;
@@ -9319,6 +9355,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9319
9355
  autoClamp?: boolean | undefined;
9320
9356
  isValidateOnBlur?: boolean | undefined;
9321
9357
  density?: "default" | "comfortable" | "compact" | undefined;
9358
+ hint?: string | undefined;
9359
+ persistentHint?: boolean | undefined;
9322
9360
  externalErrorMessages?: string[] | undefined;
9323
9361
  }> & Readonly<{
9324
9362
  onBlur?: (() => any) | undefined;
@@ -9328,6 +9366,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9328
9366
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9329
9367
  }>, {
9330
9368
  validateOnSubmit: () => boolean;
9369
+ reset: () => void;
9331
9370
  focus(): void;
9332
9371
  blur(): void;
9333
9372
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -9346,12 +9385,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9346
9385
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
9347
9386
  bgColor: string;
9348
9387
  required: boolean;
9388
+ hint: string;
9349
9389
  noIcon: boolean;
9350
9390
  customRules: ValidationRule[];
9351
9391
  customWarningRules: ValidationRule[];
9352
9392
  showSuccessMessages: boolean;
9353
9393
  isValidateOnBlur: boolean;
9354
9394
  disableErrorHandling: boolean;
9395
+ persistentHint: boolean;
9355
9396
  format: string;
9356
9397
  displayRange: boolean;
9357
9398
  dateFormatReturn: string;
@@ -9463,7 +9504,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9463
9504
  clearable: boolean;
9464
9505
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
9465
9506
  active: boolean;
9466
- details: boolean;
9467
9507
  dirty: boolean;
9468
9508
  disabled: boolean;
9469
9509
  glow: boolean;
@@ -9832,7 +9872,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9832
9872
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
9833
9873
  active: boolean;
9834
9874
  centerAffix: boolean;
9835
- details: boolean;
9836
9875
  dirty: boolean;
9837
9876
  disabled: boolean;
9838
9877
  glow: boolean;
@@ -9842,6 +9881,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9842
9881
  reverse: boolean;
9843
9882
  singleLine: boolean;
9844
9883
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
9884
+ details: boolean;
9845
9885
  }> & Omit<{
9846
9886
  theme?: string | undefined;
9847
9887
  class?: any;
@@ -9859,7 +9899,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9859
9899
  centerAffix?: boolean | undefined;
9860
9900
  color?: string | undefined;
9861
9901
  baseColor?: string | undefined;
9862
- details: boolean;
9863
9902
  dirty: boolean;
9864
9903
  disabled: boolean;
9865
9904
  glow: boolean;
@@ -9876,6 +9915,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9876
9915
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
9877
9916
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
9878
9917
  id?: string | undefined;
9918
+ details: boolean;
9879
9919
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
9880
9920
  $attrs: {
9881
9921
  [x: string]: unknown;
@@ -9920,7 +9960,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9920
9960
  clearable: boolean;
9921
9961
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
9922
9962
  active: boolean;
9923
- details: boolean;
9924
9963
  dirty: boolean;
9925
9964
  disabled: boolean;
9926
9965
  glow: boolean;
@@ -9930,6 +9969,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9930
9969
  reverse: boolean;
9931
9970
  singleLine: boolean;
9932
9971
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
9972
+ details: boolean;
9933
9973
  } & {
9934
9974
  theme?: string | undefined;
9935
9975
  class?: any;
@@ -9965,7 +10005,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9965
10005
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
9966
10006
  active: boolean;
9967
10007
  centerAffix: boolean;
9968
- details: boolean;
9969
10008
  dirty: boolean;
9970
10009
  disabled: boolean;
9971
10010
  glow: boolean;
@@ -9975,6 +10014,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9975
10014
  reverse: boolean;
9976
10015
  singleLine: boolean;
9977
10016
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10017
+ details: boolean;
9978
10018
  }, {}, string, import('vue').SlotsType<Partial<{
9979
10019
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
9980
10020
  props: Record<string, any>;
@@ -10028,7 +10068,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10028
10068
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10029
10069
  active: boolean;
10030
10070
  centerAffix: boolean;
10031
- details: boolean;
10032
10071
  dirty: boolean;
10033
10072
  disabled: boolean;
10034
10073
  glow: boolean;
@@ -10038,6 +10077,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10038
10077
  reverse: boolean;
10039
10078
  singleLine: boolean;
10040
10079
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10080
+ details: boolean;
10041
10081
  }> & Omit<{
10042
10082
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
10043
10083
  focused: boolean;
@@ -10045,7 +10085,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10045
10085
  clearable: boolean;
10046
10086
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10047
10087
  active: boolean;
10048
- details: boolean;
10049
10088
  dirty: boolean;
10050
10089
  disabled: boolean;
10051
10090
  glow: boolean;
@@ -10055,6 +10094,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10055
10094
  reverse: boolean;
10056
10095
  singleLine: boolean;
10057
10096
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10097
+ details: boolean;
10058
10098
  } & {
10059
10099
  theme?: string | undefined;
10060
10100
  class?: any;
@@ -10115,7 +10155,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10115
10155
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10116
10156
  active: boolean;
10117
10157
  centerAffix: boolean;
10118
- details: boolean;
10119
10158
  dirty: boolean;
10120
10159
  disabled: boolean;
10121
10160
  glow: boolean;
@@ -10191,7 +10230,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10191
10230
  clearable: boolean;
10192
10231
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10193
10232
  active: boolean;
10194
- details: boolean;
10195
10233
  dirty: boolean;
10196
10234
  disabled: boolean;
10197
10235
  glow: boolean;
@@ -10560,7 +10598,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10560
10598
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10561
10599
  active: boolean;
10562
10600
  centerAffix: boolean;
10563
- details: boolean;
10564
10601
  dirty: boolean;
10565
10602
  disabled: boolean;
10566
10603
  glow: boolean;
@@ -10570,6 +10607,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10570
10607
  reverse: boolean;
10571
10608
  singleLine: boolean;
10572
10609
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10610
+ details: boolean;
10573
10611
  }> & Omit<{
10574
10612
  theme?: string | undefined;
10575
10613
  class?: any;
@@ -10587,7 +10625,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10587
10625
  centerAffix?: boolean | undefined;
10588
10626
  color?: string | undefined;
10589
10627
  baseColor?: string | undefined;
10590
- details: boolean;
10591
10628
  dirty: boolean;
10592
10629
  disabled: boolean;
10593
10630
  glow: boolean;
@@ -10604,6 +10641,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10604
10641
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
10605
10642
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
10606
10643
  id?: string | undefined;
10644
+ details: boolean;
10607
10645
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
10608
10646
  $attrs: {
10609
10647
  [x: string]: unknown;
@@ -10648,7 +10686,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10648
10686
  clearable: boolean;
10649
10687
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10650
10688
  active: boolean;
10651
- details: boolean;
10652
10689
  dirty: boolean;
10653
10690
  disabled: boolean;
10654
10691
  glow: boolean;
@@ -10658,6 +10695,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10658
10695
  reverse: boolean;
10659
10696
  singleLine: boolean;
10660
10697
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10698
+ details: boolean;
10661
10699
  } & {
10662
10700
  theme?: string | undefined;
10663
10701
  class?: any;
@@ -10693,7 +10731,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10693
10731
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10694
10732
  active: boolean;
10695
10733
  centerAffix: boolean;
10696
- details: boolean;
10697
10734
  dirty: boolean;
10698
10735
  disabled: boolean;
10699
10736
  glow: boolean;
@@ -10703,6 +10740,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10703
10740
  reverse: boolean;
10704
10741
  singleLine: boolean;
10705
10742
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10743
+ details: boolean;
10706
10744
  }, {}, string, import('vue').SlotsType<Partial<{
10707
10745
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
10708
10746
  props: Record<string, any>;
@@ -10756,7 +10794,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10756
10794
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10757
10795
  active: boolean;
10758
10796
  centerAffix: boolean;
10759
- details: boolean;
10760
10797
  dirty: boolean;
10761
10798
  disabled: boolean;
10762
10799
  glow: boolean;
@@ -10766,6 +10803,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10766
10803
  reverse: boolean;
10767
10804
  singleLine: boolean;
10768
10805
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10806
+ details: boolean;
10769
10807
  }> & Omit<{
10770
10808
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
10771
10809
  focused: boolean;
@@ -10773,7 +10811,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10773
10811
  clearable: boolean;
10774
10812
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10775
10813
  active: boolean;
10776
- details: boolean;
10777
10814
  dirty: boolean;
10778
10815
  disabled: boolean;
10779
10816
  glow: boolean;
@@ -10783,6 +10820,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10783
10820
  reverse: boolean;
10784
10821
  singleLine: boolean;
10785
10822
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10823
+ details: boolean;
10786
10824
  } & {
10787
10825
  theme?: string | undefined;
10788
10826
  class?: any;
@@ -10838,7 +10876,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10838
10876
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10839
10877
  active: boolean;
10840
10878
  centerAffix: boolean;
10841
- details: boolean;
10842
10879
  dirty: boolean;
10843
10880
  disabled: boolean;
10844
10881
  glow: boolean;
@@ -11243,6 +11280,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11243
11280
  autoClamp?: boolean | undefined;
11244
11281
  isValidateOnBlur?: boolean | undefined;
11245
11282
  density?: "default" | "comfortable" | "compact" | undefined;
11283
+ hint?: string | undefined;
11284
+ persistentHint?: boolean | undefined;
11246
11285
  externalErrorMessages?: string[] | undefined;
11247
11286
  }> & Readonly<{
11248
11287
  onBlur?: (() => any) | undefined;
@@ -11252,6 +11291,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11252
11291
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11253
11292
  }>, {
11254
11293
  validateOnSubmit: () => boolean;
11294
+ reset: () => void;
11255
11295
  focus(): void;
11256
11296
  blur(): void;
11257
11297
  }, {}, {}, {}, {
@@ -11264,12 +11304,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11264
11304
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
11265
11305
  bgColor: string;
11266
11306
  required: boolean;
11307
+ hint: string;
11267
11308
  noIcon: boolean;
11268
11309
  customRules: ValidationRule[];
11269
11310
  customWarningRules: ValidationRule[];
11270
11311
  showSuccessMessages: boolean;
11271
11312
  isValidateOnBlur: boolean;
11272
11313
  disableErrorHandling: boolean;
11314
+ persistentHint: boolean;
11273
11315
  format: string;
11274
11316
  displayRange: boolean;
11275
11317
  dateFormatReturn: string;
@@ -11324,6 +11366,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11324
11366
  autoClamp?: boolean | undefined;
11325
11367
  isValidateOnBlur?: boolean | undefined;
11326
11368
  density?: "default" | "comfortable" | "compact" | undefined;
11369
+ hint?: string | undefined;
11370
+ persistentHint?: boolean | undefined;
11327
11371
  }> & Readonly<{
11328
11372
  onBlur?: (() => any) | undefined;
11329
11373
  onFocus?: (() => any) | undefined;
@@ -11360,6 +11404,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11360
11404
  displayFormattedDate: import('vue').Ref<string, string>;
11361
11405
  handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
11362
11406
  resetViewMode: () => void;
11407
+ reset: () => void;
11363
11408
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11364
11409
  blur: () => any;
11365
11410
  focus: () => any;
@@ -11378,6 +11423,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11378
11423
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
11379
11424
  bgColor: string;
11380
11425
  required: boolean;
11426
+ hint: string;
11381
11427
  displayAsterisk: boolean;
11382
11428
  noIcon: boolean;
11383
11429
  customRules: {
@@ -11391,6 +11437,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11391
11437
  showSuccessMessages: boolean;
11392
11438
  isValidateOnBlur: boolean;
11393
11439
  disableErrorHandling: boolean;
11440
+ persistentHint: boolean;
11394
11441
  format: string;
11395
11442
  noCalendar: boolean;
11396
11443
  displayRange: boolean;
@@ -11437,6 +11484,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11437
11484
  autoClamp?: boolean | undefined;
11438
11485
  isValidateOnBlur?: boolean | undefined;
11439
11486
  density?: "default" | "comfortable" | "compact" | undefined;
11487
+ hint?: string | undefined;
11488
+ persistentHint?: boolean | undefined;
11440
11489
  externalErrorMessages?: string[] | undefined;
11441
11490
  }> & Readonly<{
11442
11491
  onBlur?: (() => any) | undefined;
@@ -11446,6 +11495,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11446
11495
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11447
11496
  }>, {
11448
11497
  validateOnSubmit: () => boolean;
11498
+ reset: () => void;
11449
11499
  focus(): void;
11450
11500
  blur(): void;
11451
11501
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -11464,12 +11514,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11464
11514
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
11465
11515
  bgColor: string;
11466
11516
  required: boolean;
11517
+ hint: string;
11467
11518
  noIcon: boolean;
11468
11519
  customRules: ValidationRule[];
11469
11520
  customWarningRules: ValidationRule[];
11470
11521
  showSuccessMessages: boolean;
11471
11522
  isValidateOnBlur: boolean;
11472
11523
  disableErrorHandling: boolean;
11524
+ persistentHint: boolean;
11473
11525
  format: string;
11474
11526
  displayRange: boolean;
11475
11527
  dateFormatReturn: string;
@@ -11581,7 +11633,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11581
11633
  clearable: boolean;
11582
11634
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
11583
11635
  active: boolean;
11584
- details: boolean;
11585
11636
  dirty: boolean;
11586
11637
  disabled: boolean;
11587
11638
  glow: boolean;
@@ -11950,7 +12001,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11950
12001
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
11951
12002
  active: boolean;
11952
12003
  centerAffix: boolean;
11953
- details: boolean;
11954
12004
  dirty: boolean;
11955
12005
  disabled: boolean;
11956
12006
  glow: boolean;
@@ -11960,6 +12010,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11960
12010
  reverse: boolean;
11961
12011
  singleLine: boolean;
11962
12012
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12013
+ details: boolean;
11963
12014
  }> & Omit<{
11964
12015
  theme?: string | undefined;
11965
12016
  class?: any;
@@ -11977,7 +12028,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11977
12028
  centerAffix?: boolean | undefined;
11978
12029
  color?: string | undefined;
11979
12030
  baseColor?: string | undefined;
11980
- details: boolean;
11981
12031
  dirty: boolean;
11982
12032
  disabled: boolean;
11983
12033
  glow: boolean;
@@ -11994,6 +12044,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11994
12044
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
11995
12045
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
11996
12046
  id?: string | undefined;
12047
+ details: boolean;
11997
12048
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
11998
12049
  $attrs: {
11999
12050
  [x: string]: unknown;
@@ -12038,7 +12089,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12038
12089
  clearable: boolean;
12039
12090
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12040
12091
  active: boolean;
12041
- details: boolean;
12042
12092
  dirty: boolean;
12043
12093
  disabled: boolean;
12044
12094
  glow: boolean;
@@ -12048,6 +12098,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12048
12098
  reverse: boolean;
12049
12099
  singleLine: boolean;
12050
12100
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12101
+ details: boolean;
12051
12102
  } & {
12052
12103
  theme?: string | undefined;
12053
12104
  class?: any;
@@ -12083,7 +12134,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12083
12134
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12084
12135
  active: boolean;
12085
12136
  centerAffix: boolean;
12086
- details: boolean;
12087
12137
  dirty: boolean;
12088
12138
  disabled: boolean;
12089
12139
  glow: boolean;
@@ -12093,6 +12143,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12093
12143
  reverse: boolean;
12094
12144
  singleLine: boolean;
12095
12145
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12146
+ details: boolean;
12096
12147
  }, {}, string, import('vue').SlotsType<Partial<{
12097
12148
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
12098
12149
  props: Record<string, any>;
@@ -12146,7 +12197,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12146
12197
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12147
12198
  active: boolean;
12148
12199
  centerAffix: boolean;
12149
- details: boolean;
12150
12200
  dirty: boolean;
12151
12201
  disabled: boolean;
12152
12202
  glow: boolean;
@@ -12156,6 +12206,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12156
12206
  reverse: boolean;
12157
12207
  singleLine: boolean;
12158
12208
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12209
+ details: boolean;
12159
12210
  }> & Omit<{
12160
12211
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
12161
12212
  focused: boolean;
@@ -12163,7 +12214,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12163
12214
  clearable: boolean;
12164
12215
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12165
12216
  active: boolean;
12166
- details: boolean;
12167
12217
  dirty: boolean;
12168
12218
  disabled: boolean;
12169
12219
  glow: boolean;
@@ -12173,6 +12223,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12173
12223
  reverse: boolean;
12174
12224
  singleLine: boolean;
12175
12225
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12226
+ details: boolean;
12176
12227
  } & {
12177
12228
  theme?: string | undefined;
12178
12229
  class?: any;
@@ -12233,7 +12284,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12233
12284
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12234
12285
  active: boolean;
12235
12286
  centerAffix: boolean;
12236
- details: boolean;
12237
12287
  dirty: boolean;
12238
12288
  disabled: boolean;
12239
12289
  glow: boolean;
@@ -12309,7 +12359,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12309
12359
  clearable: boolean;
12310
12360
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12311
12361
  active: boolean;
12312
- details: boolean;
12313
12362
  dirty: boolean;
12314
12363
  disabled: boolean;
12315
12364
  glow: boolean;
@@ -12678,7 +12727,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12678
12727
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12679
12728
  active: boolean;
12680
12729
  centerAffix: boolean;
12681
- details: boolean;
12682
12730
  dirty: boolean;
12683
12731
  disabled: boolean;
12684
12732
  glow: boolean;
@@ -12688,6 +12736,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12688
12736
  reverse: boolean;
12689
12737
  singleLine: boolean;
12690
12738
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12739
+ details: boolean;
12691
12740
  }> & Omit<{
12692
12741
  theme?: string | undefined;
12693
12742
  class?: any;
@@ -12705,7 +12754,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12705
12754
  centerAffix?: boolean | undefined;
12706
12755
  color?: string | undefined;
12707
12756
  baseColor?: string | undefined;
12708
- details: boolean;
12709
12757
  dirty: boolean;
12710
12758
  disabled: boolean;
12711
12759
  glow: boolean;
@@ -12722,6 +12770,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12722
12770
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
12723
12771
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
12724
12772
  id?: string | undefined;
12773
+ details: boolean;
12725
12774
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
12726
12775
  $attrs: {
12727
12776
  [x: string]: unknown;
@@ -12766,7 +12815,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12766
12815
  clearable: boolean;
12767
12816
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12768
12817
  active: boolean;
12769
- details: boolean;
12770
12818
  dirty: boolean;
12771
12819
  disabled: boolean;
12772
12820
  glow: boolean;
@@ -12776,6 +12824,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12776
12824
  reverse: boolean;
12777
12825
  singleLine: boolean;
12778
12826
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12827
+ details: boolean;
12779
12828
  } & {
12780
12829
  theme?: string | undefined;
12781
12830
  class?: any;
@@ -12811,7 +12860,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12811
12860
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12812
12861
  active: boolean;
12813
12862
  centerAffix: boolean;
12814
- details: boolean;
12815
12863
  dirty: boolean;
12816
12864
  disabled: boolean;
12817
12865
  glow: boolean;
@@ -12821,6 +12869,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12821
12869
  reverse: boolean;
12822
12870
  singleLine: boolean;
12823
12871
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12872
+ details: boolean;
12824
12873
  }, {}, string, import('vue').SlotsType<Partial<{
12825
12874
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
12826
12875
  props: Record<string, any>;
@@ -12874,7 +12923,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12874
12923
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12875
12924
  active: boolean;
12876
12925
  centerAffix: boolean;
12877
- details: boolean;
12878
12926
  dirty: boolean;
12879
12927
  disabled: boolean;
12880
12928
  glow: boolean;
@@ -12884,6 +12932,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12884
12932
  reverse: boolean;
12885
12933
  singleLine: boolean;
12886
12934
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12935
+ details: boolean;
12887
12936
  }> & Omit<{
12888
12937
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
12889
12938
  focused: boolean;
@@ -12891,7 +12940,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12891
12940
  clearable: boolean;
12892
12941
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12893
12942
  active: boolean;
12894
- details: boolean;
12895
12943
  dirty: boolean;
12896
12944
  disabled: boolean;
12897
12945
  glow: boolean;
@@ -12901,6 +12949,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12901
12949
  reverse: boolean;
12902
12950
  singleLine: boolean;
12903
12951
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12952
+ details: boolean;
12904
12953
  } & {
12905
12954
  theme?: string | undefined;
12906
12955
  class?: any;
@@ -12956,7 +13005,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12956
13005
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12957
13006
  active: boolean;
12958
13007
  centerAffix: boolean;
12959
- details: boolean;
12960
13008
  dirty: boolean;
12961
13009
  disabled: boolean;
12962
13010
  glow: boolean;
@@ -13361,6 +13409,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13361
13409
  autoClamp?: boolean | undefined;
13362
13410
  isValidateOnBlur?: boolean | undefined;
13363
13411
  density?: "default" | "comfortable" | "compact" | undefined;
13412
+ hint?: string | undefined;
13413
+ persistentHint?: boolean | undefined;
13364
13414
  externalErrorMessages?: string[] | undefined;
13365
13415
  }> & Readonly<{
13366
13416
  onBlur?: (() => any) | undefined;
@@ -13370,6 +13420,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13370
13420
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
13371
13421
  }>, {
13372
13422
  validateOnSubmit: () => boolean;
13423
+ reset: () => void;
13373
13424
  focus(): void;
13374
13425
  blur(): void;
13375
13426
  }, {}, {}, {}, {
@@ -13382,12 +13433,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13382
13433
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
13383
13434
  bgColor: string;
13384
13435
  required: boolean;
13436
+ hint: string;
13385
13437
  noIcon: boolean;
13386
13438
  customRules: ValidationRule[];
13387
13439
  customWarningRules: ValidationRule[];
13388
13440
  showSuccessMessages: boolean;
13389
13441
  isValidateOnBlur: boolean;
13390
13442
  disableErrorHandling: boolean;
13443
+ persistentHint: boolean;
13391
13444
  format: string;
13392
13445
  displayRange: boolean;
13393
13446
  dateFormatReturn: string;
@@ -13422,6 +13475,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13422
13475
  autoClamp?: boolean | undefined;
13423
13476
  isValidateOnBlur?: boolean | undefined;
13424
13477
  density?: "default" | "comfortable" | "compact" | undefined;
13478
+ hint?: string | undefined;
13479
+ persistentHint?: boolean | undefined;
13425
13480
  externalErrorMessages?: string[] | undefined;
13426
13481
  }> & Readonly<{
13427
13482
  onBlur?: (() => any) | undefined;
@@ -13431,6 +13486,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13431
13486
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
13432
13487
  }>, {
13433
13488
  validateOnSubmit: () => boolean;
13489
+ reset: () => void;
13434
13490
  focus(): void;
13435
13491
  blur(): void;
13436
13492
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -13449,12 +13505,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13449
13505
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
13450
13506
  bgColor: string;
13451
13507
  required: boolean;
13508
+ hint: string;
13452
13509
  noIcon: boolean;
13453
13510
  customRules: ValidationRule[];
13454
13511
  customWarningRules: ValidationRule[];
13455
13512
  showSuccessMessages: boolean;
13456
13513
  isValidateOnBlur: boolean;
13457
13514
  disableErrorHandling: boolean;
13515
+ persistentHint: boolean;
13458
13516
  format: string;
13459
13517
  displayRange: boolean;
13460
13518
  dateFormatReturn: string;
@@ -13566,7 +13624,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13566
13624
  clearable: boolean;
13567
13625
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
13568
13626
  active: boolean;
13569
- details: boolean;
13570
13627
  dirty: boolean;
13571
13628
  disabled: boolean;
13572
13629
  glow: boolean;
@@ -13935,7 +13992,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13935
13992
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
13936
13993
  active: boolean;
13937
13994
  centerAffix: boolean;
13938
- details: boolean;
13939
13995
  dirty: boolean;
13940
13996
  disabled: boolean;
13941
13997
  glow: boolean;
@@ -13945,6 +14001,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13945
14001
  reverse: boolean;
13946
14002
  singleLine: boolean;
13947
14003
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14004
+ details: boolean;
13948
14005
  }> & Omit<{
13949
14006
  theme?: string | undefined;
13950
14007
  class?: any;
@@ -13962,7 +14019,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13962
14019
  centerAffix?: boolean | undefined;
13963
14020
  color?: string | undefined;
13964
14021
  baseColor?: string | undefined;
13965
- details: boolean;
13966
14022
  dirty: boolean;
13967
14023
  disabled: boolean;
13968
14024
  glow: boolean;
@@ -13979,6 +14035,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13979
14035
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
13980
14036
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
13981
14037
  id?: string | undefined;
14038
+ details: boolean;
13982
14039
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
13983
14040
  $attrs: {
13984
14041
  [x: string]: unknown;
@@ -14023,7 +14080,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14023
14080
  clearable: boolean;
14024
14081
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14025
14082
  active: boolean;
14026
- details: boolean;
14027
14083
  dirty: boolean;
14028
14084
  disabled: boolean;
14029
14085
  glow: boolean;
@@ -14033,6 +14089,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14033
14089
  reverse: boolean;
14034
14090
  singleLine: boolean;
14035
14091
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14092
+ details: boolean;
14036
14093
  } & {
14037
14094
  theme?: string | undefined;
14038
14095
  class?: any;
@@ -14068,7 +14125,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14068
14125
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14069
14126
  active: boolean;
14070
14127
  centerAffix: boolean;
14071
- details: boolean;
14072
14128
  dirty: boolean;
14073
14129
  disabled: boolean;
14074
14130
  glow: boolean;
@@ -14078,6 +14134,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14078
14134
  reverse: boolean;
14079
14135
  singleLine: boolean;
14080
14136
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14137
+ details: boolean;
14081
14138
  }, {}, string, import('vue').SlotsType<Partial<{
14082
14139
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
14083
14140
  props: Record<string, any>;
@@ -14131,7 +14188,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14131
14188
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14132
14189
  active: boolean;
14133
14190
  centerAffix: boolean;
14134
- details: boolean;
14135
14191
  dirty: boolean;
14136
14192
  disabled: boolean;
14137
14193
  glow: boolean;
@@ -14141,6 +14197,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14141
14197
  reverse: boolean;
14142
14198
  singleLine: boolean;
14143
14199
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14200
+ details: boolean;
14144
14201
  }> & Omit<{
14145
14202
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
14146
14203
  focused: boolean;
@@ -14148,7 +14205,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14148
14205
  clearable: boolean;
14149
14206
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14150
14207
  active: boolean;
14151
- details: boolean;
14152
14208
  dirty: boolean;
14153
14209
  disabled: boolean;
14154
14210
  glow: boolean;
@@ -14158,6 +14214,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14158
14214
  reverse: boolean;
14159
14215
  singleLine: boolean;
14160
14216
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14217
+ details: boolean;
14161
14218
  } & {
14162
14219
  theme?: string | undefined;
14163
14220
  class?: any;
@@ -14218,7 +14275,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14218
14275
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14219
14276
  active: boolean;
14220
14277
  centerAffix: boolean;
14221
- details: boolean;
14222
14278
  dirty: boolean;
14223
14279
  disabled: boolean;
14224
14280
  glow: boolean;
@@ -14294,7 +14350,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14294
14350
  clearable: boolean;
14295
14351
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14296
14352
  active: boolean;
14297
- details: boolean;
14298
14353
  dirty: boolean;
14299
14354
  disabled: boolean;
14300
14355
  glow: boolean;
@@ -14663,7 +14718,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14663
14718
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14664
14719
  active: boolean;
14665
14720
  centerAffix: boolean;
14666
- details: boolean;
14667
14721
  dirty: boolean;
14668
14722
  disabled: boolean;
14669
14723
  glow: boolean;
@@ -14673,6 +14727,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14673
14727
  reverse: boolean;
14674
14728
  singleLine: boolean;
14675
14729
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14730
+ details: boolean;
14676
14731
  }> & Omit<{
14677
14732
  theme?: string | undefined;
14678
14733
  class?: any;
@@ -14690,7 +14745,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14690
14745
  centerAffix?: boolean | undefined;
14691
14746
  color?: string | undefined;
14692
14747
  baseColor?: string | undefined;
14693
- details: boolean;
14694
14748
  dirty: boolean;
14695
14749
  disabled: boolean;
14696
14750
  glow: boolean;
@@ -14707,6 +14761,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14707
14761
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
14708
14762
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
14709
14763
  id?: string | undefined;
14764
+ details: boolean;
14710
14765
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
14711
14766
  $attrs: {
14712
14767
  [x: string]: unknown;
@@ -14751,7 +14806,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14751
14806
  clearable: boolean;
14752
14807
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14753
14808
  active: boolean;
14754
- details: boolean;
14755
14809
  dirty: boolean;
14756
14810
  disabled: boolean;
14757
14811
  glow: boolean;
@@ -14761,6 +14815,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14761
14815
  reverse: boolean;
14762
14816
  singleLine: boolean;
14763
14817
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14818
+ details: boolean;
14764
14819
  } & {
14765
14820
  theme?: string | undefined;
14766
14821
  class?: any;
@@ -14796,7 +14851,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14796
14851
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14797
14852
  active: boolean;
14798
14853
  centerAffix: boolean;
14799
- details: boolean;
14800
14854
  dirty: boolean;
14801
14855
  disabled: boolean;
14802
14856
  glow: boolean;
@@ -14806,6 +14860,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14806
14860
  reverse: boolean;
14807
14861
  singleLine: boolean;
14808
14862
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14863
+ details: boolean;
14809
14864
  }, {}, string, import('vue').SlotsType<Partial<{
14810
14865
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
14811
14866
  props: Record<string, any>;
@@ -14859,7 +14914,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14859
14914
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14860
14915
  active: boolean;
14861
14916
  centerAffix: boolean;
14862
- details: boolean;
14863
14917
  dirty: boolean;
14864
14918
  disabled: boolean;
14865
14919
  glow: boolean;
@@ -14869,6 +14923,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14869
14923
  reverse: boolean;
14870
14924
  singleLine: boolean;
14871
14925
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14926
+ details: boolean;
14872
14927
  }> & Omit<{
14873
14928
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
14874
14929
  focused: boolean;
@@ -14876,7 +14931,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14876
14931
  clearable: boolean;
14877
14932
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14878
14933
  active: boolean;
14879
- details: boolean;
14880
14934
  dirty: boolean;
14881
14935
  disabled: boolean;
14882
14936
  glow: boolean;
@@ -14886,6 +14940,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14886
14940
  reverse: boolean;
14887
14941
  singleLine: boolean;
14888
14942
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14943
+ details: boolean;
14889
14944
  } & {
14890
14945
  theme?: string | undefined;
14891
14946
  class?: any;
@@ -14941,7 +14996,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14941
14996
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14942
14997
  active: boolean;
14943
14998
  centerAffix: boolean;
14944
- details: boolean;
14945
14999
  dirty: boolean;
14946
15000
  disabled: boolean;
14947
15001
  glow: boolean;
@@ -15346,6 +15400,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15346
15400
  autoClamp?: boolean | undefined;
15347
15401
  isValidateOnBlur?: boolean | undefined;
15348
15402
  density?: "default" | "comfortable" | "compact" | undefined;
15403
+ hint?: string | undefined;
15404
+ persistentHint?: boolean | undefined;
15349
15405
  externalErrorMessages?: string[] | undefined;
15350
15406
  }> & Readonly<{
15351
15407
  onBlur?: (() => any) | undefined;
@@ -15355,6 +15411,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15355
15411
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
15356
15412
  }>, {
15357
15413
  validateOnSubmit: () => boolean;
15414
+ reset: () => void;
15358
15415
  focus(): void;
15359
15416
  blur(): void;
15360
15417
  }, {}, {}, {}, {
@@ -15367,12 +15424,14 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15367
15424
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateValue;
15368
15425
  bgColor: string;
15369
15426
  required: boolean;
15427
+ hint: string;
15370
15428
  noIcon: boolean;
15371
15429
  customRules: ValidationRule[];
15372
15430
  customWarningRules: ValidationRule[];
15373
15431
  showSuccessMessages: boolean;
15374
15432
  isValidateOnBlur: boolean;
15375
15433
  disableErrorHandling: boolean;
15434
+ persistentHint: boolean;
15376
15435
  format: string;
15377
15436
  displayRange: boolean;
15378
15437
  dateFormatReturn: string;
@@ -15838,6 +15897,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15838
15897
  autoClamp?: boolean | undefined;
15839
15898
  isValidateOnBlur?: boolean | undefined;
15840
15899
  density?: "default" | "comfortable" | "compact" | undefined;
15900
+ hint?: string | undefined;
15901
+ persistentHint?: boolean | undefined;
15841
15902
  }> & Readonly<{
15842
15903
  onBlur?: (() => any) | undefined;
15843
15904
  onFocus?: (() => any) | undefined;
@@ -15874,6 +15935,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15874
15935
  displayFormattedDate: import('vue').Ref<string, string>;
15875
15936
  handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
15876
15937
  resetViewMode: () => void;
15938
+ reset: () => void;
15877
15939
  }, {}, {}, {}, {
15878
15940
  label: string;
15879
15941
  title: string | false;
@@ -15885,6 +15947,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15885
15947
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
15886
15948
  bgColor: string;
15887
15949
  required: boolean;
15950
+ hint: string;
15888
15951
  displayAsterisk: boolean;
15889
15952
  noIcon: boolean;
15890
15953
  customRules: {
@@ -15898,6 +15961,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15898
15961
  showSuccessMessages: boolean;
15899
15962
  isValidateOnBlur: boolean;
15900
15963
  disableErrorHandling: boolean;
15964
+ persistentHint: boolean;
15901
15965
  format: string;
15902
15966
  noCalendar: boolean;
15903
15967
  displayRange: boolean;
@@ -16020,7 +16084,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16020
16084
  clearable: boolean;
16021
16085
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16022
16086
  active: boolean;
16023
- details: boolean;
16024
16087
  dirty: boolean;
16025
16088
  disabled: boolean;
16026
16089
  glow: boolean;
@@ -16389,7 +16452,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16389
16452
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16390
16453
  active: boolean;
16391
16454
  centerAffix: boolean;
16392
- details: boolean;
16393
16455
  dirty: boolean;
16394
16456
  disabled: boolean;
16395
16457
  glow: boolean;
@@ -16399,6 +16461,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16399
16461
  reverse: boolean;
16400
16462
  singleLine: boolean;
16401
16463
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16464
+ details: boolean;
16402
16465
  }> & Omit<{
16403
16466
  theme?: string | undefined;
16404
16467
  class?: any;
@@ -16416,7 +16479,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16416
16479
  centerAffix?: boolean | undefined;
16417
16480
  color?: string | undefined;
16418
16481
  baseColor?: string | undefined;
16419
- details: boolean;
16420
16482
  dirty: boolean;
16421
16483
  disabled: boolean;
16422
16484
  glow: boolean;
@@ -16433,6 +16495,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16433
16495
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
16434
16496
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
16435
16497
  id?: string | undefined;
16498
+ details: boolean;
16436
16499
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
16437
16500
  $attrs: {
16438
16501
  [x: string]: unknown;
@@ -16477,7 +16540,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16477
16540
  clearable: boolean;
16478
16541
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16479
16542
  active: boolean;
16480
- details: boolean;
16481
16543
  dirty: boolean;
16482
16544
  disabled: boolean;
16483
16545
  glow: boolean;
@@ -16487,6 +16549,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16487
16549
  reverse: boolean;
16488
16550
  singleLine: boolean;
16489
16551
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16552
+ details: boolean;
16490
16553
  } & {
16491
16554
  theme?: string | undefined;
16492
16555
  class?: any;
@@ -16522,7 +16585,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16522
16585
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16523
16586
  active: boolean;
16524
16587
  centerAffix: boolean;
16525
- details: boolean;
16526
16588
  dirty: boolean;
16527
16589
  disabled: boolean;
16528
16590
  glow: boolean;
@@ -16532,6 +16594,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16532
16594
  reverse: boolean;
16533
16595
  singleLine: boolean;
16534
16596
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16597
+ details: boolean;
16535
16598
  }, {}, string, import('vue').SlotsType<Partial<{
16536
16599
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
16537
16600
  props: Record<string, any>;
@@ -16585,7 +16648,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16585
16648
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16586
16649
  active: boolean;
16587
16650
  centerAffix: boolean;
16588
- details: boolean;
16589
16651
  dirty: boolean;
16590
16652
  disabled: boolean;
16591
16653
  glow: boolean;
@@ -16595,6 +16657,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16595
16657
  reverse: boolean;
16596
16658
  singleLine: boolean;
16597
16659
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16660
+ details: boolean;
16598
16661
  }> & Omit<{
16599
16662
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
16600
16663
  focused: boolean;
@@ -16602,7 +16665,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16602
16665
  clearable: boolean;
16603
16666
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16604
16667
  active: boolean;
16605
- details: boolean;
16606
16668
  dirty: boolean;
16607
16669
  disabled: boolean;
16608
16670
  glow: boolean;
@@ -16612,6 +16674,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16612
16674
  reverse: boolean;
16613
16675
  singleLine: boolean;
16614
16676
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16677
+ details: boolean;
16615
16678
  } & {
16616
16679
  theme?: string | undefined;
16617
16680
  class?: any;
@@ -16672,7 +16735,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16672
16735
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16673
16736
  active: boolean;
16674
16737
  centerAffix: boolean;
16675
- details: boolean;
16676
16738
  dirty: boolean;
16677
16739
  disabled: boolean;
16678
16740
  glow: boolean;
@@ -16748,7 +16810,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16748
16810
  clearable: boolean;
16749
16811
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16750
16812
  active: boolean;
16751
- details: boolean;
16752
16813
  dirty: boolean;
16753
16814
  disabled: boolean;
16754
16815
  glow: boolean;
@@ -17117,7 +17178,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17117
17178
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17118
17179
  active: boolean;
17119
17180
  centerAffix: boolean;
17120
- details: boolean;
17121
17181
  dirty: boolean;
17122
17182
  disabled: boolean;
17123
17183
  glow: boolean;
@@ -17127,6 +17187,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17127
17187
  reverse: boolean;
17128
17188
  singleLine: boolean;
17129
17189
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17190
+ details: boolean;
17130
17191
  }> & Omit<{
17131
17192
  theme?: string | undefined;
17132
17193
  class?: any;
@@ -17144,7 +17205,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17144
17205
  centerAffix?: boolean | undefined;
17145
17206
  color?: string | undefined;
17146
17207
  baseColor?: string | undefined;
17147
- details: boolean;
17148
17208
  dirty: boolean;
17149
17209
  disabled: boolean;
17150
17210
  glow: boolean;
@@ -17161,6 +17221,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17161
17221
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
17162
17222
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
17163
17223
  id?: string | undefined;
17224
+ details: boolean;
17164
17225
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "rounded" | "tile" | "variant" | "active" | "centerAffix" | "focused" | "glow" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
17165
17226
  $attrs: {
17166
17227
  [x: string]: unknown;
@@ -17205,7 +17266,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17205
17266
  clearable: boolean;
17206
17267
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17207
17268
  active: boolean;
17208
- details: boolean;
17209
17269
  dirty: boolean;
17210
17270
  disabled: boolean;
17211
17271
  glow: boolean;
@@ -17215,6 +17275,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17215
17275
  reverse: boolean;
17216
17276
  singleLine: boolean;
17217
17277
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17278
+ details: boolean;
17218
17279
  } & {
17219
17280
  theme?: string | undefined;
17220
17281
  class?: any;
@@ -17250,7 +17311,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17250
17311
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17251
17312
  active: boolean;
17252
17313
  centerAffix: boolean;
17253
- details: boolean;
17254
17314
  dirty: boolean;
17255
17315
  disabled: boolean;
17256
17316
  glow: boolean;
@@ -17260,6 +17320,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17260
17320
  reverse: boolean;
17261
17321
  singleLine: boolean;
17262
17322
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17323
+ details: boolean;
17263
17324
  }, {}, string, import('vue').SlotsType<Partial<{
17264
17325
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
17265
17326
  props: Record<string, any>;
@@ -17313,7 +17374,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17313
17374
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17314
17375
  active: boolean;
17315
17376
  centerAffix: boolean;
17316
- details: boolean;
17317
17377
  dirty: boolean;
17318
17378
  disabled: boolean;
17319
17379
  glow: boolean;
@@ -17323,6 +17383,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17323
17383
  reverse: boolean;
17324
17384
  singleLine: boolean;
17325
17385
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17386
+ details: boolean;
17326
17387
  }> & Omit<{
17327
17388
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
17328
17389
  focused: boolean;
@@ -17330,7 +17391,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17330
17391
  clearable: boolean;
17331
17392
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17332
17393
  active: boolean;
17333
- details: boolean;
17334
17394
  dirty: boolean;
17335
17395
  disabled: boolean;
17336
17396
  glow: boolean;
@@ -17340,6 +17400,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17340
17400
  reverse: boolean;
17341
17401
  singleLine: boolean;
17342
17402
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17403
+ details: boolean;
17343
17404
  } & {
17344
17405
  theme?: string | undefined;
17345
17406
  class?: any;
@@ -17395,7 +17456,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17395
17456
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17396
17457
  active: boolean;
17397
17458
  centerAffix: boolean;
17398
- details: boolean;
17399
17459
  dirty: boolean;
17400
17460
  disabled: boolean;
17401
17461
  glow: boolean;
@@ -18226,6 +18286,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
18226
18286
  } | undefined;
18227
18287
  autoClamp?: boolean | undefined;
18228
18288
  isValidateOnBlur?: boolean | undefined;
18289
+ hint?: string | undefined;
18290
+ persistentHint?: boolean | undefined;
18229
18291
  }> & Readonly<{
18230
18292
  onBlur?: (() => any) | undefined;
18231
18293
  onFocus?: (() => any) | undefined;
@@ -18253,6 +18315,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
18253
18315
  modelValue: import('../../composables/date/useDateInitializationDayjs').DateInput;
18254
18316
  bgColor: string;
18255
18317
  required: boolean;
18318
+ hint: string;
18256
18319
  displayAsterisk: boolean;
18257
18320
  noIcon: boolean;
18258
18321
  customRules: {
@@ -18266,6 +18329,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
18266
18329
  showSuccessMessages: boolean;
18267
18330
  isValidateOnBlur: boolean;
18268
18331
  disableErrorHandling: boolean;
18332
+ persistentHint: boolean;
18269
18333
  hideDetails: boolean | "auto";
18270
18334
  format: string;
18271
18335
  noCalendar: boolean;