@cnamts/synapse 1.0.12 → 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 (124) hide show
  1. package/dist/{DateFilter-DoCcOfDW.js → DateFilter-_EFzsvvM.js} +1 -1
  2. package/dist/{NumberFilter-9uR8uo6p.js → NumberFilter-CUxEbKJh.js} +1 -1
  3. package/dist/{PeriodFilter-CxN5ini7.js → PeriodFilter-D5ueqtKy.js} +1 -1
  4. package/dist/{SelectFilter-bfxipgvt.js → SelectFilter-BciBNydy.js} +1 -1
  5. package/dist/{TextFilter-yCnWcmW2.js → TextFilter-DMN_WAQB.js} +1 -1
  6. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordion.d.ts +1 -1
  7. package/dist/components/Amelipro/AmeliproAccordion/AmeliproAccordionTemplate/AmeliproAccordionTemplate.d.ts +1 -1
  8. package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResult.d.ts +1 -1
  9. package/dist/components/Amelipro/AmeliproAccordionResult/AmeliproAccordionResultTemplate/AmeliproAccordionResultTemplate.d.ts +1 -1
  10. package/dist/components/Amelipro/AmeliproAutoCompleteField/AmeliproAutoCompleteField.d.ts +44 -62
  11. package/dist/components/Amelipro/AmeliproCard/AmeliproCard.d.ts +1 -1
  12. package/dist/components/Amelipro/AmeliproIcon/AmeliproIcon.d.ts +1 -1
  13. package/dist/components/Amelipro/AmeliproIconBtn/AmeliproIconBtn.d.ts +5 -5
  14. package/dist/components/Amelipro/AmeliproMultipleFoldingCard/AmeliproMultipleFoldingCard.d.ts +1 -1
  15. package/dist/components/Amelipro/AmeliproNumberedCard/AmeliproNumberedCard.d.ts +1 -1
  16. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressCityRow/AmeliproPostalAddressCityRow.d.ts +24 -32
  17. package/dist/components/Amelipro/AmeliproPostalAddressField/AmeliproPostalAddressField.d.ts +36 -48
  18. package/dist/components/Amelipro/AmeliproSelect/AmeliproSelect.d.ts +44 -62
  19. package/dist/components/Amelipro/AmeliproTabs/AmeliproTabs.d.ts +44 -62
  20. package/dist/components/Amelipro/AmeliproTextArea/AmeliproTextArea.d.ts +0 -4
  21. package/dist/components/Amelipro/AmeliproTextField/AmeliproTextField.d.ts +12 -16
  22. package/dist/components/Captcha/Captcha.d.ts +68 -0
  23. package/dist/components/Captcha/CaptchaAlert.d.ts +13 -0
  24. package/dist/components/Captcha/CaptchaBase.d.ts +55 -0
  25. package/dist/components/Captcha/CaptchaBtn.d.ts +12 -0
  26. package/dist/components/Captcha/CaptchaForm.d.ts +16 -0
  27. package/dist/components/Captcha/CaptchaImg.d.ts +12 -0
  28. package/dist/components/Captcha/CaptchaInformation.d.ts +20 -0
  29. package/dist/components/Captcha/captchaApi.d.ts +41 -0
  30. package/dist/components/Captcha/icons/volumeUp.d.ts +2 -0
  31. package/dist/components/Captcha/locales.d.ts +35 -0
  32. package/dist/components/Captcha/types.d.ts +2 -0
  33. package/dist/components/ChipList/ChipList.d.ts +2 -2
  34. package/dist/components/Customs/Selects/SySelect/SySelect.d.ts +2 -2
  35. package/dist/components/Customs/SyForm/SyForm.d.ts +6 -3
  36. package/dist/components/Customs/SyTextField/SyTextField.d.ts +13 -17
  37. package/dist/components/DatePicker/CalendarMode/DatePicker.d.ts +56 -64
  38. package/dist/components/DatePicker/ComplexDatePicker/ComplexDatePicker.d.ts +47 -64
  39. package/dist/components/DatePicker/DateTextInput/DateTextInput.d.ts +18 -17
  40. package/dist/components/DatePicker/tests/setup.d.ts +448 -512
  41. package/dist/components/HeaderToolbar/HeaderToolbar.d.ts +4 -4
  42. package/dist/components/NirField/NirField.d.ts +29 -34
  43. package/dist/components/NirField/locales.d.ts +1 -3
  44. package/dist/components/PasswordField/PasswordField.d.ts +2 -0
  45. package/dist/components/PeriodField/PeriodField.d.ts +112 -128
  46. package/dist/components/PhoneField/PhoneField.d.ts +13 -17
  47. package/dist/components/SearchListField/SearchListField.d.ts +2 -2
  48. package/dist/components/SyTextArea/SyTextArea.d.ts +0 -4
  49. package/dist/components/Tables/common/SyTablePagination.d.ts +2 -2
  50. package/dist/components/index.d.ts +1 -0
  51. package/dist/composables/validation/useFormValidation.d.ts +10 -0
  52. package/dist/composables/validation/useValidatable.d.ts +10 -2
  53. package/dist/design-system-v3.js +126 -125
  54. package/dist/design-system-v3.umd.cjs +155 -155
  55. package/dist/main-DISHlqcd.js +34217 -0
  56. package/dist/style.css +1 -1
  57. package/package.json +1 -1
  58. package/src/components/Amelipro/AmeliproFooter/AmeliproFooter.vue +6 -7
  59. package/src/components/Amelipro/AmeliproFooter/__tests__/AmeliproFooter.spec.ts +787 -0
  60. package/src/components/Amelipro/AmeliproFooter/__tests__/__snapshots__/AmeliproFooter.spec.ts.snap +318 -0
  61. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/AmeliproHeaderBrandSection.spec.ts +167 -0
  62. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/__tests__/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +100 -0
  63. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/AmeliproHeaderBar.spec.ts +312 -0
  64. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/__tests__/__snapshots__/AmeliproHeaderBar.spec.ts.snap +98 -0
  65. package/src/components/Amelipro/AmeliproHeader/__tests__/AmeliproHeader.spec.ts +361 -0
  66. package/src/components/Amelipro/AmeliproHeader/__tests__/__snapshots__/AmeliproHeader.spec.ts.snap +22 -0
  67. package/src/components/Amelipro/AmeliproMenu/__tests__/AmeliproMenu.spec.ts +168 -0
  68. package/src/components/Amelipro/AmeliproMenu/__tests__/__snapshots__/AmeliproMenu.spec.ts.snap +295 -0
  69. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/AmeliproDropdownMenuBtn.spec.ts +128 -0
  70. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/__tests__/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +67 -0
  71. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/AmeliproDropdownMenu.spec.ts +266 -0
  72. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/__tests__/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +134 -0
  73. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/AmeliproMessagingMenuBtn.spec.ts +72 -0
  74. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/__tests__/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +71 -0
  75. package/src/components/Amelipro/AmeliproPageLayout/tests/__snapshots__/AmeliproPageLayout.spec.ts.snap +12 -0
  76. package/src/components/Captcha/Captcha.mdx +72 -0
  77. package/src/components/Captcha/Captcha.stories.ts +276 -0
  78. package/src/components/Captcha/Captcha.vue +325 -0
  79. package/src/components/Captcha/CaptchaAlert.vue +60 -0
  80. package/src/components/Captcha/CaptchaBase.vue +219 -0
  81. package/src/components/Captcha/CaptchaBtn.vue +35 -0
  82. package/src/components/Captcha/CaptchaForm.vue +58 -0
  83. package/src/components/Captcha/CaptchaImg.vue +41 -0
  84. package/src/components/Captcha/CaptchaInformation.vue +64 -0
  85. package/src/components/Captcha/captchaApi.ts +111 -0
  86. package/src/components/Captcha/icons/volumeUp.vue +11 -0
  87. package/src/components/Captcha/locales.ts +35 -0
  88. package/src/components/Captcha/readme.md +5 -0
  89. package/src/components/Captcha/tests/Captcha.spec.ts +298 -0
  90. package/src/components/Captcha/tests/__snapshots__/Captcha.spec.ts.snap +716 -0
  91. package/src/components/Captcha/types.ts +2 -0
  92. package/src/components/Customs/Selects/SySelect/SySelect.vue +2 -2
  93. package/src/components/Customs/SyCheckbox/SyCheckbox.vue +4 -0
  94. package/src/components/Customs/SyForm/SyForm.stories.ts +133 -23
  95. package/src/components/Customs/SyForm/SyForm.vue +17 -1
  96. package/src/components/Customs/SyTextField/SyTextField.vue +2 -2
  97. package/src/components/DatePicker/CalendarMode/DatePicker.vue +1 -1
  98. package/src/components/DatePicker/ComplexDatePicker/ComplexDatePicker.vue +110 -6
  99. package/src/components/DatePicker/DateTextInput/DateTextInput.vue +28 -3
  100. package/src/components/NirField/NirField.stories.ts +74 -0
  101. package/src/components/NirField/NirField.vue +34 -9
  102. package/src/components/NirField/locales.ts +1 -3
  103. package/src/components/PasswordField/PasswordField.vue +39 -7
  104. package/src/components/PhoneField/PhoneField.vue +43 -10
  105. package/src/components/index.ts +1 -0
  106. package/src/composables/validation/useFormValidation.ts +46 -8
  107. package/src/composables/validation/useValidatable.ts +19 -8
  108. package/dist/main-DMXtXK3y.js +0 -33458
  109. package/src/components/Amelipro/AmeliproFooter/tests/AmeliproFooter.spec.ts +0 -15
  110. package/src/components/Amelipro/AmeliproFooter/tests/__snapshots__/AmeliproFooter.spec.ts.snap +0 -432
  111. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/AmeliproHeaderBrandSection.spec.ts +0 -15
  112. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/AmeliproHeaderBrandSection/tests/__snapshots__/AmeliproHeaderBrandSection.spec.ts.snap +0 -131
  113. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/AmeliproHeaderBar.spec.ts +0 -15
  114. package/src/components/Amelipro/AmeliproHeader/AmeliproHeaderBar/tests/__snapshots__/AmeliproHeaderBar.spec.ts.snap +0 -172
  115. package/src/components/Amelipro/AmeliproHeader/tests/AmeliproHeader.spec.ts +0 -159
  116. package/src/components/Amelipro/AmeliproHeader/tests/__snapshots__/AmeliproHeader.spec.ts.snap +0 -841
  117. package/src/components/Amelipro/AmeliproMenu/tests/AmeliproMenu.spec.ts +0 -85
  118. package/src/components/Amelipro/AmeliproMenu/tests/__snapshots__/AmeliproMenu.spec.ts.snap +0 -537
  119. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/AmeliproDropdownMenuBtn.spec.ts +0 -16
  120. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/AmeliproDropdownMenuBtn/tests/__snapshots__/AmeliproDropdownMenuBtn.spec.ts.snap +0 -56
  121. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/AmeliproDropdownMenu.spec.ts +0 -28
  122. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproDropdownMenu/tests/__snapshots__/AmeliproDropdownMenu.spec.ts.snap +0 -300
  123. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/AmeliproMessagingMenuBtn.spec.ts +0 -16
  124. package/src/components/Amelipro/AmeliproMessagingLayout/AmeliproMessagingMenuBtn/tests/__snapshots__/AmeliproMessagingMenuBtn.spec.ts.snap +0 -89
@@ -224,6 +224,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
224
224
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
225
225
  }>, {
226
226
  validateOnSubmit: () => boolean;
227
+ reset: () => void;
227
228
  focus(): void;
228
229
  blur(): void;
229
230
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -361,7 +362,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
361
362
  clearable: boolean;
362
363
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
363
364
  active: boolean;
364
- details: boolean;
365
365
  dirty: boolean;
366
366
  disabled: boolean;
367
367
  glow: boolean;
@@ -730,7 +730,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
730
730
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
731
731
  active: boolean;
732
732
  centerAffix: boolean;
733
- details: boolean;
734
733
  dirty: boolean;
735
734
  disabled: boolean;
736
735
  glow: boolean;
@@ -740,6 +739,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
740
739
  reverse: boolean;
741
740
  singleLine: boolean;
742
741
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
742
+ details: boolean;
743
743
  }> & Omit<{
744
744
  theme?: string | undefined;
745
745
  class?: any;
@@ -757,7 +757,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
757
757
  centerAffix?: boolean | undefined;
758
758
  color?: string | undefined;
759
759
  baseColor?: string | undefined;
760
- details: boolean;
761
760
  dirty: boolean;
762
761
  disabled: boolean;
763
762
  glow: boolean;
@@ -774,6 +773,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
774
773
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
775
774
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
776
775
  id?: string | undefined;
776
+ details: boolean;
777
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">;
778
778
  $attrs: {
779
779
  [x: string]: unknown;
@@ -818,7 +818,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
818
818
  clearable: boolean;
819
819
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
820
820
  active: boolean;
821
- details: boolean;
822
821
  dirty: boolean;
823
822
  disabled: boolean;
824
823
  glow: boolean;
@@ -828,6 +827,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
828
827
  reverse: boolean;
829
828
  singleLine: boolean;
830
829
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
830
+ details: boolean;
831
831
  } & {
832
832
  theme?: string | undefined;
833
833
  class?: any;
@@ -863,7 +863,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
863
863
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
864
864
  active: boolean;
865
865
  centerAffix: boolean;
866
- details: boolean;
867
866
  dirty: boolean;
868
867
  disabled: boolean;
869
868
  glow: boolean;
@@ -873,6 +872,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
873
872
  reverse: boolean;
874
873
  singleLine: boolean;
875
874
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
875
+ details: boolean;
876
876
  }, {}, string, import('vue').SlotsType<Partial<{
877
877
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
878
878
  props: Record<string, any>;
@@ -926,7 +926,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
926
926
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
927
927
  active: boolean;
928
928
  centerAffix: boolean;
929
- details: boolean;
930
929
  dirty: boolean;
931
930
  disabled: boolean;
932
931
  glow: boolean;
@@ -936,6 +935,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
936
935
  reverse: boolean;
937
936
  singleLine: boolean;
938
937
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
938
+ details: boolean;
939
939
  }> & Omit<{
940
940
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
941
941
  focused: boolean;
@@ -943,7 +943,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
943
943
  clearable: boolean;
944
944
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
945
945
  active: boolean;
946
- details: boolean;
947
946
  dirty: boolean;
948
947
  disabled: boolean;
949
948
  glow: boolean;
@@ -953,6 +952,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
953
952
  reverse: boolean;
954
953
  singleLine: boolean;
955
954
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
955
+ details: boolean;
956
956
  } & {
957
957
  theme?: string | undefined;
958
958
  class?: any;
@@ -1013,7 +1013,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1013
1013
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1014
1014
  active: boolean;
1015
1015
  centerAffix: boolean;
1016
- details: boolean;
1017
1016
  dirty: boolean;
1018
1017
  disabled: boolean;
1019
1018
  glow: boolean;
@@ -1089,7 +1088,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1089
1088
  clearable: boolean;
1090
1089
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1091
1090
  active: boolean;
1092
- details: boolean;
1093
1091
  dirty: boolean;
1094
1092
  disabled: boolean;
1095
1093
  glow: boolean;
@@ -1458,7 +1456,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1458
1456
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1459
1457
  active: boolean;
1460
1458
  centerAffix: boolean;
1461
- details: boolean;
1462
1459
  dirty: boolean;
1463
1460
  disabled: boolean;
1464
1461
  glow: boolean;
@@ -1468,6 +1465,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1468
1465
  reverse: boolean;
1469
1466
  singleLine: boolean;
1470
1467
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1468
+ details: boolean;
1471
1469
  }> & Omit<{
1472
1470
  theme?: string | undefined;
1473
1471
  class?: any;
@@ -1485,7 +1483,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1485
1483
  centerAffix?: boolean | undefined;
1486
1484
  color?: string | undefined;
1487
1485
  baseColor?: string | undefined;
1488
- details: boolean;
1489
1486
  dirty: boolean;
1490
1487
  disabled: boolean;
1491
1488
  glow: boolean;
@@ -1502,6 +1499,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1502
1499
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1503
1500
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1504
1501
  id?: string | undefined;
1502
+ details: boolean;
1505
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">;
1506
1504
  $attrs: {
1507
1505
  [x: string]: unknown;
@@ -1546,7 +1544,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1546
1544
  clearable: boolean;
1547
1545
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1548
1546
  active: boolean;
1549
- details: boolean;
1550
1547
  dirty: boolean;
1551
1548
  disabled: boolean;
1552
1549
  glow: boolean;
@@ -1556,6 +1553,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1556
1553
  reverse: boolean;
1557
1554
  singleLine: boolean;
1558
1555
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1556
+ details: boolean;
1559
1557
  } & {
1560
1558
  theme?: string | undefined;
1561
1559
  class?: any;
@@ -1591,7 +1589,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1591
1589
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1592
1590
  active: boolean;
1593
1591
  centerAffix: boolean;
1594
- details: boolean;
1595
1592
  dirty: boolean;
1596
1593
  disabled: boolean;
1597
1594
  glow: boolean;
@@ -1601,6 +1598,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1601
1598
  reverse: boolean;
1602
1599
  singleLine: boolean;
1603
1600
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1601
+ details: boolean;
1604
1602
  }, {}, string, import('vue').SlotsType<Partial<{
1605
1603
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
1606
1604
  props: Record<string, any>;
@@ -1654,7 +1652,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1654
1652
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1655
1653
  active: boolean;
1656
1654
  centerAffix: boolean;
1657
- details: boolean;
1658
1655
  dirty: boolean;
1659
1656
  disabled: boolean;
1660
1657
  glow: boolean;
@@ -1664,6 +1661,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1664
1661
  reverse: boolean;
1665
1662
  singleLine: boolean;
1666
1663
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1664
+ details: boolean;
1667
1665
  }> & Omit<{
1668
1666
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1669
1667
  focused: boolean;
@@ -1671,7 +1669,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1671
1669
  clearable: boolean;
1672
1670
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1673
1671
  active: boolean;
1674
- details: boolean;
1675
1672
  dirty: boolean;
1676
1673
  disabled: boolean;
1677
1674
  glow: boolean;
@@ -1681,6 +1678,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1681
1678
  reverse: boolean;
1682
1679
  singleLine: boolean;
1683
1680
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
1681
+ details: boolean;
1684
1682
  } & {
1685
1683
  theme?: string | undefined;
1686
1684
  class?: any;
@@ -1736,7 +1734,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
1736
1734
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1737
1735
  active: boolean;
1738
1736
  centerAffix: boolean;
1739
- details: boolean;
1740
1737
  dirty: boolean;
1741
1738
  disabled: boolean;
1742
1739
  glow: boolean;
@@ -2152,6 +2149,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2152
2149
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2153
2150
  }>, {
2154
2151
  validateOnSubmit: () => boolean;
2152
+ reset: () => void;
2155
2153
  focus(): void;
2156
2154
  blur(): void;
2157
2155
  }, {}, {}, {}, {
@@ -2264,6 +2262,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2264
2262
  displayFormattedDate: import('vue').Ref<string, string>;
2265
2263
  handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
2266
2264
  resetViewMode: () => void;
2265
+ reset: () => void;
2267
2266
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2268
2267
  blur: () => any;
2269
2268
  focus: () => any;
@@ -2354,6 +2353,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2354
2353
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
2355
2354
  }>, {
2356
2355
  validateOnSubmit: () => boolean;
2356
+ reset: () => void;
2357
2357
  focus(): void;
2358
2358
  blur(): void;
2359
2359
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -2491,7 +2491,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2491
2491
  clearable: boolean;
2492
2492
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2493
2493
  active: boolean;
2494
- details: boolean;
2495
2494
  dirty: boolean;
2496
2495
  disabled: boolean;
2497
2496
  glow: boolean;
@@ -2860,7 +2859,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2860
2859
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2861
2860
  active: boolean;
2862
2861
  centerAffix: boolean;
2863
- details: boolean;
2864
2862
  dirty: boolean;
2865
2863
  disabled: boolean;
2866
2864
  glow: boolean;
@@ -2870,6 +2868,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2870
2868
  reverse: boolean;
2871
2869
  singleLine: boolean;
2872
2870
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2871
+ details: boolean;
2873
2872
  }> & Omit<{
2874
2873
  theme?: string | undefined;
2875
2874
  class?: any;
@@ -2887,7 +2886,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2887
2886
  centerAffix?: boolean | undefined;
2888
2887
  color?: string | undefined;
2889
2888
  baseColor?: string | undefined;
2890
- details: boolean;
2891
2889
  dirty: boolean;
2892
2890
  disabled: boolean;
2893
2891
  glow: boolean;
@@ -2904,6 +2902,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2904
2902
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2905
2903
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2906
2904
  id?: string | undefined;
2905
+ details: boolean;
2907
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">;
2908
2907
  $attrs: {
2909
2908
  [x: string]: unknown;
@@ -2948,7 +2947,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2948
2947
  clearable: boolean;
2949
2948
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2950
2949
  active: boolean;
2951
- details: boolean;
2952
2950
  dirty: boolean;
2953
2951
  disabled: boolean;
2954
2952
  glow: boolean;
@@ -2958,6 +2956,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2958
2956
  reverse: boolean;
2959
2957
  singleLine: boolean;
2960
2958
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2959
+ details: boolean;
2961
2960
  } & {
2962
2961
  theme?: string | undefined;
2963
2962
  class?: any;
@@ -2993,7 +2992,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
2993
2992
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2994
2993
  active: boolean;
2995
2994
  centerAffix: boolean;
2996
- details: boolean;
2997
2995
  dirty: boolean;
2998
2996
  disabled: boolean;
2999
2997
  glow: boolean;
@@ -3003,6 +3001,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3003
3001
  reverse: boolean;
3004
3002
  singleLine: boolean;
3005
3003
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3004
+ details: boolean;
3006
3005
  }, {}, string, import('vue').SlotsType<Partial<{
3007
3006
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
3008
3007
  props: Record<string, any>;
@@ -3056,7 +3055,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3056
3055
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3057
3056
  active: boolean;
3058
3057
  centerAffix: boolean;
3059
- details: boolean;
3060
3058
  dirty: boolean;
3061
3059
  disabled: boolean;
3062
3060
  glow: boolean;
@@ -3066,6 +3064,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3066
3064
  reverse: boolean;
3067
3065
  singleLine: boolean;
3068
3066
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3067
+ details: boolean;
3069
3068
  }> & Omit<{
3070
3069
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
3071
3070
  focused: boolean;
@@ -3073,7 +3072,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3073
3072
  clearable: boolean;
3074
3073
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3075
3074
  active: boolean;
3076
- details: boolean;
3077
3075
  dirty: boolean;
3078
3076
  disabled: boolean;
3079
3077
  glow: boolean;
@@ -3083,6 +3081,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3083
3081
  reverse: boolean;
3084
3082
  singleLine: boolean;
3085
3083
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3084
+ details: boolean;
3086
3085
  } & {
3087
3086
  theme?: string | undefined;
3088
3087
  class?: any;
@@ -3143,7 +3142,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3143
3142
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3144
3143
  active: boolean;
3145
3144
  centerAffix: boolean;
3146
- details: boolean;
3147
3145
  dirty: boolean;
3148
3146
  disabled: boolean;
3149
3147
  glow: boolean;
@@ -3219,7 +3217,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3219
3217
  clearable: boolean;
3220
3218
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3221
3219
  active: boolean;
3222
- details: boolean;
3223
3220
  dirty: boolean;
3224
3221
  disabled: boolean;
3225
3222
  glow: boolean;
@@ -3588,7 +3585,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3588
3585
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3589
3586
  active: boolean;
3590
3587
  centerAffix: boolean;
3591
- details: boolean;
3592
3588
  dirty: boolean;
3593
3589
  disabled: boolean;
3594
3590
  glow: boolean;
@@ -3598,6 +3594,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3598
3594
  reverse: boolean;
3599
3595
  singleLine: boolean;
3600
3596
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3597
+ details: boolean;
3601
3598
  }> & Omit<{
3602
3599
  theme?: string | undefined;
3603
3600
  class?: any;
@@ -3615,7 +3612,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3615
3612
  centerAffix?: boolean | undefined;
3616
3613
  color?: string | undefined;
3617
3614
  baseColor?: string | undefined;
3618
- details: boolean;
3619
3615
  dirty: boolean;
3620
3616
  disabled: boolean;
3621
3617
  glow: boolean;
@@ -3632,6 +3628,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3632
3628
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
3633
3629
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
3634
3630
  id?: string | undefined;
3631
+ details: boolean;
3635
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">;
3636
3633
  $attrs: {
3637
3634
  [x: string]: unknown;
@@ -3676,7 +3673,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3676
3673
  clearable: boolean;
3677
3674
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3678
3675
  active: boolean;
3679
- details: boolean;
3680
3676
  dirty: boolean;
3681
3677
  disabled: boolean;
3682
3678
  glow: boolean;
@@ -3686,6 +3682,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3686
3682
  reverse: boolean;
3687
3683
  singleLine: boolean;
3688
3684
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3685
+ details: boolean;
3689
3686
  } & {
3690
3687
  theme?: string | undefined;
3691
3688
  class?: any;
@@ -3721,7 +3718,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3721
3718
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3722
3719
  active: boolean;
3723
3720
  centerAffix: boolean;
3724
- details: boolean;
3725
3721
  dirty: boolean;
3726
3722
  disabled: boolean;
3727
3723
  glow: boolean;
@@ -3731,6 +3727,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3731
3727
  reverse: boolean;
3732
3728
  singleLine: boolean;
3733
3729
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3730
+ details: boolean;
3734
3731
  }, {}, string, import('vue').SlotsType<Partial<{
3735
3732
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
3736
3733
  props: Record<string, any>;
@@ -3784,7 +3781,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3784
3781
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3785
3782
  active: boolean;
3786
3783
  centerAffix: boolean;
3787
- details: boolean;
3788
3784
  dirty: boolean;
3789
3785
  disabled: boolean;
3790
3786
  glow: boolean;
@@ -3794,6 +3790,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3794
3790
  reverse: boolean;
3795
3791
  singleLine: boolean;
3796
3792
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3793
+ details: boolean;
3797
3794
  }> & Omit<{
3798
3795
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
3799
3796
  focused: boolean;
@@ -3801,7 +3798,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3801
3798
  clearable: boolean;
3802
3799
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3803
3800
  active: boolean;
3804
- details: boolean;
3805
3801
  dirty: boolean;
3806
3802
  disabled: boolean;
3807
3803
  glow: boolean;
@@ -3811,6 +3807,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3811
3807
  reverse: boolean;
3812
3808
  singleLine: boolean;
3813
3809
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3810
+ details: boolean;
3814
3811
  } & {
3815
3812
  theme?: string | undefined;
3816
3813
  class?: any;
@@ -3866,7 +3863,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
3866
3863
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3867
3864
  active: boolean;
3868
3865
  centerAffix: boolean;
3869
- details: boolean;
3870
3866
  dirty: boolean;
3871
3867
  disabled: boolean;
3872
3868
  glow: boolean;
@@ -4282,6 +4278,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4282
4278
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
4283
4279
  }>, {
4284
4280
  validateOnSubmit: () => boolean;
4281
+ reset: () => void;
4285
4282
  focus(): void;
4286
4283
  blur(): void;
4287
4284
  }, {}, {}, {}, {
@@ -4347,6 +4344,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4347
4344
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
4348
4345
  }>, {
4349
4346
  validateOnSubmit: () => boolean;
4347
+ reset: () => void;
4350
4348
  focus(): void;
4351
4349
  blur(): void;
4352
4350
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -4484,7 +4482,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4484
4482
  clearable: boolean;
4485
4483
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4486
4484
  active: boolean;
4487
- details: boolean;
4488
4485
  dirty: boolean;
4489
4486
  disabled: boolean;
4490
4487
  glow: boolean;
@@ -4853,7 +4850,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4853
4850
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4854
4851
  active: boolean;
4855
4852
  centerAffix: boolean;
4856
- details: boolean;
4857
4853
  dirty: boolean;
4858
4854
  disabled: boolean;
4859
4855
  glow: boolean;
@@ -4863,6 +4859,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4863
4859
  reverse: boolean;
4864
4860
  singleLine: boolean;
4865
4861
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
4862
+ details: boolean;
4866
4863
  }> & Omit<{
4867
4864
  theme?: string | undefined;
4868
4865
  class?: any;
@@ -4880,7 +4877,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4880
4877
  centerAffix?: boolean | undefined;
4881
4878
  color?: string | undefined;
4882
4879
  baseColor?: string | undefined;
4883
- details: boolean;
4884
4880
  dirty: boolean;
4885
4881
  disabled: boolean;
4886
4882
  glow: boolean;
@@ -4897,6 +4893,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4897
4893
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
4898
4894
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
4899
4895
  id?: string | undefined;
4896
+ details: boolean;
4900
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">;
4901
4898
  $attrs: {
4902
4899
  [x: string]: unknown;
@@ -4941,7 +4938,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4941
4938
  clearable: boolean;
4942
4939
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4943
4940
  active: boolean;
4944
- details: boolean;
4945
4941
  dirty: boolean;
4946
4942
  disabled: boolean;
4947
4943
  glow: boolean;
@@ -4951,6 +4947,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4951
4947
  reverse: boolean;
4952
4948
  singleLine: boolean;
4953
4949
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
4950
+ details: boolean;
4954
4951
  } & {
4955
4952
  theme?: string | undefined;
4956
4953
  class?: any;
@@ -4986,7 +4983,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4986
4983
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4987
4984
  active: boolean;
4988
4985
  centerAffix: boolean;
4989
- details: boolean;
4990
4986
  dirty: boolean;
4991
4987
  disabled: boolean;
4992
4988
  glow: boolean;
@@ -4996,6 +4992,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
4996
4992
  reverse: boolean;
4997
4993
  singleLine: boolean;
4998
4994
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
4995
+ details: boolean;
4999
4996
  }, {}, string, import('vue').SlotsType<Partial<{
5000
4997
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
5001
4998
  props: Record<string, any>;
@@ -5049,7 +5046,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5049
5046
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5050
5047
  active: boolean;
5051
5048
  centerAffix: boolean;
5052
- details: boolean;
5053
5049
  dirty: boolean;
5054
5050
  disabled: boolean;
5055
5051
  glow: boolean;
@@ -5059,6 +5055,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5059
5055
  reverse: boolean;
5060
5056
  singleLine: boolean;
5061
5057
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5058
+ details: boolean;
5062
5059
  }> & Omit<{
5063
5060
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
5064
5061
  focused: boolean;
@@ -5066,7 +5063,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5066
5063
  clearable: boolean;
5067
5064
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5068
5065
  active: boolean;
5069
- details: boolean;
5070
5066
  dirty: boolean;
5071
5067
  disabled: boolean;
5072
5068
  glow: boolean;
@@ -5076,6 +5072,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5076
5072
  reverse: boolean;
5077
5073
  singleLine: boolean;
5078
5074
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5075
+ details: boolean;
5079
5076
  } & {
5080
5077
  theme?: string | undefined;
5081
5078
  class?: any;
@@ -5136,7 +5133,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5136
5133
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5137
5134
  active: boolean;
5138
5135
  centerAffix: boolean;
5139
- details: boolean;
5140
5136
  dirty: boolean;
5141
5137
  disabled: boolean;
5142
5138
  glow: boolean;
@@ -5212,7 +5208,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5212
5208
  clearable: boolean;
5213
5209
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5214
5210
  active: boolean;
5215
- details: boolean;
5216
5211
  dirty: boolean;
5217
5212
  disabled: boolean;
5218
5213
  glow: boolean;
@@ -5581,7 +5576,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5581
5576
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5582
5577
  active: boolean;
5583
5578
  centerAffix: boolean;
5584
- details: boolean;
5585
5579
  dirty: boolean;
5586
5580
  disabled: boolean;
5587
5581
  glow: boolean;
@@ -5591,6 +5585,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5591
5585
  reverse: boolean;
5592
5586
  singleLine: boolean;
5593
5587
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5588
+ details: boolean;
5594
5589
  }> & Omit<{
5595
5590
  theme?: string | undefined;
5596
5591
  class?: any;
@@ -5608,7 +5603,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5608
5603
  centerAffix?: boolean | undefined;
5609
5604
  color?: string | undefined;
5610
5605
  baseColor?: string | undefined;
5611
- details: boolean;
5612
5606
  dirty: boolean;
5613
5607
  disabled: boolean;
5614
5608
  glow: boolean;
@@ -5625,6 +5619,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5625
5619
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
5626
5620
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
5627
5621
  id?: string | undefined;
5622
+ details: boolean;
5628
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">;
5629
5624
  $attrs: {
5630
5625
  [x: string]: unknown;
@@ -5669,7 +5664,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5669
5664
  clearable: boolean;
5670
5665
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5671
5666
  active: boolean;
5672
- details: boolean;
5673
5667
  dirty: boolean;
5674
5668
  disabled: boolean;
5675
5669
  glow: boolean;
@@ -5679,6 +5673,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5679
5673
  reverse: boolean;
5680
5674
  singleLine: boolean;
5681
5675
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5676
+ details: boolean;
5682
5677
  } & {
5683
5678
  theme?: string | undefined;
5684
5679
  class?: any;
@@ -5714,7 +5709,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5714
5709
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5715
5710
  active: boolean;
5716
5711
  centerAffix: boolean;
5717
- details: boolean;
5718
5712
  dirty: boolean;
5719
5713
  disabled: boolean;
5720
5714
  glow: boolean;
@@ -5724,6 +5718,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5724
5718
  reverse: boolean;
5725
5719
  singleLine: boolean;
5726
5720
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5721
+ details: boolean;
5727
5722
  }, {}, string, import('vue').SlotsType<Partial<{
5728
5723
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
5729
5724
  props: Record<string, any>;
@@ -5777,7 +5772,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5777
5772
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5778
5773
  active: boolean;
5779
5774
  centerAffix: boolean;
5780
- details: boolean;
5781
5775
  dirty: boolean;
5782
5776
  disabled: boolean;
5783
5777
  glow: boolean;
@@ -5787,6 +5781,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5787
5781
  reverse: boolean;
5788
5782
  singleLine: boolean;
5789
5783
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5784
+ details: boolean;
5790
5785
  }> & Omit<{
5791
5786
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
5792
5787
  focused: boolean;
@@ -5794,7 +5789,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5794
5789
  clearable: boolean;
5795
5790
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5796
5791
  active: boolean;
5797
- details: boolean;
5798
5792
  dirty: boolean;
5799
5793
  disabled: boolean;
5800
5794
  glow: boolean;
@@ -5804,6 +5798,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5804
5798
  reverse: boolean;
5805
5799
  singleLine: boolean;
5806
5800
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5801
+ details: boolean;
5807
5802
  } & {
5808
5803
  theme?: string | undefined;
5809
5804
  class?: any;
@@ -5859,7 +5854,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
5859
5854
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5860
5855
  active: boolean;
5861
5856
  centerAffix: boolean;
5862
- details: boolean;
5863
5857
  dirty: boolean;
5864
5858
  disabled: boolean;
5865
5859
  glow: boolean;
@@ -6275,6 +6269,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6275
6269
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
6276
6270
  }>, {
6277
6271
  validateOnSubmit: () => boolean;
6272
+ reset: () => void;
6278
6273
  focus(): void;
6279
6274
  blur(): void;
6280
6275
  }, {}, {}, {}, {
@@ -6798,6 +6793,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6798
6793
  displayFormattedDate: import('vue').Ref<string, string>;
6799
6794
  handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
6800
6795
  resetViewMode: () => void;
6796
+ reset: () => void;
6801
6797
  }, {}, {}, {}, {
6802
6798
  label: string;
6803
6799
  title: string | false;
@@ -6946,7 +6942,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
6946
6942
  clearable: boolean;
6947
6943
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
6948
6944
  active: boolean;
6949
- details: boolean;
6950
6945
  dirty: boolean;
6951
6946
  disabled: boolean;
6952
6947
  glow: boolean;
@@ -7315,7 +7310,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7315
7310
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7316
7311
  active: boolean;
7317
7312
  centerAffix: boolean;
7318
- details: boolean;
7319
7313
  dirty: boolean;
7320
7314
  disabled: boolean;
7321
7315
  glow: boolean;
@@ -7325,6 +7319,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7325
7319
  reverse: boolean;
7326
7320
  singleLine: boolean;
7327
7321
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7322
+ details: boolean;
7328
7323
  }> & Omit<{
7329
7324
  theme?: string | undefined;
7330
7325
  class?: any;
@@ -7342,7 +7337,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7342
7337
  centerAffix?: boolean | undefined;
7343
7338
  color?: string | undefined;
7344
7339
  baseColor?: string | undefined;
7345
- details: boolean;
7346
7340
  dirty: boolean;
7347
7341
  disabled: boolean;
7348
7342
  glow: boolean;
@@ -7359,6 +7353,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7359
7353
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
7360
7354
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
7361
7355
  id?: string | undefined;
7356
+ details: boolean;
7362
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">;
7363
7358
  $attrs: {
7364
7359
  [x: string]: unknown;
@@ -7403,7 +7398,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7403
7398
  clearable: boolean;
7404
7399
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7405
7400
  active: boolean;
7406
- details: boolean;
7407
7401
  dirty: boolean;
7408
7402
  disabled: boolean;
7409
7403
  glow: boolean;
@@ -7413,6 +7407,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7413
7407
  reverse: boolean;
7414
7408
  singleLine: boolean;
7415
7409
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7410
+ details: boolean;
7416
7411
  } & {
7417
7412
  theme?: string | undefined;
7418
7413
  class?: any;
@@ -7448,7 +7443,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7448
7443
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7449
7444
  active: boolean;
7450
7445
  centerAffix: boolean;
7451
- details: boolean;
7452
7446
  dirty: boolean;
7453
7447
  disabled: boolean;
7454
7448
  glow: boolean;
@@ -7458,6 +7452,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7458
7452
  reverse: boolean;
7459
7453
  singleLine: boolean;
7460
7454
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7455
+ details: boolean;
7461
7456
  }, {}, string, import('vue').SlotsType<Partial<{
7462
7457
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
7463
7458
  props: Record<string, any>;
@@ -7511,7 +7506,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7511
7506
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7512
7507
  active: boolean;
7513
7508
  centerAffix: boolean;
7514
- details: boolean;
7515
7509
  dirty: boolean;
7516
7510
  disabled: boolean;
7517
7511
  glow: boolean;
@@ -7521,6 +7515,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7521
7515
  reverse: boolean;
7522
7516
  singleLine: boolean;
7523
7517
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7518
+ details: boolean;
7524
7519
  }> & Omit<{
7525
7520
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
7526
7521
  focused: boolean;
@@ -7528,7 +7523,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7528
7523
  clearable: boolean;
7529
7524
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7530
7525
  active: boolean;
7531
- details: boolean;
7532
7526
  dirty: boolean;
7533
7527
  disabled: boolean;
7534
7528
  glow: boolean;
@@ -7538,6 +7532,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7538
7532
  reverse: boolean;
7539
7533
  singleLine: boolean;
7540
7534
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
7535
+ details: boolean;
7541
7536
  } & {
7542
7537
  theme?: string | undefined;
7543
7538
  class?: any;
@@ -7598,7 +7593,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7598
7593
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7599
7594
  active: boolean;
7600
7595
  centerAffix: boolean;
7601
- details: boolean;
7602
7596
  dirty: boolean;
7603
7597
  disabled: boolean;
7604
7598
  glow: boolean;
@@ -7674,7 +7668,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
7674
7668
  clearable: boolean;
7675
7669
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
7676
7670
  active: boolean;
7677
- details: boolean;
7678
7671
  dirty: boolean;
7679
7672
  disabled: boolean;
7680
7673
  glow: boolean;
@@ -8043,7 +8036,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8043
8036
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8044
8037
  active: boolean;
8045
8038
  centerAffix: boolean;
8046
- details: boolean;
8047
8039
  dirty: boolean;
8048
8040
  disabled: boolean;
8049
8041
  glow: boolean;
@@ -8053,6 +8045,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8053
8045
  reverse: boolean;
8054
8046
  singleLine: boolean;
8055
8047
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8048
+ details: boolean;
8056
8049
  }> & Omit<{
8057
8050
  theme?: string | undefined;
8058
8051
  class?: any;
@@ -8070,7 +8063,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8070
8063
  centerAffix?: boolean | undefined;
8071
8064
  color?: string | undefined;
8072
8065
  baseColor?: string | undefined;
8073
- details: boolean;
8074
8066
  dirty: boolean;
8075
8067
  disabled: boolean;
8076
8068
  glow: boolean;
@@ -8087,6 +8079,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8087
8079
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
8088
8080
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
8089
8081
  id?: string | undefined;
8082
+ details: boolean;
8090
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">;
8091
8084
  $attrs: {
8092
8085
  [x: string]: unknown;
@@ -8131,7 +8124,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8131
8124
  clearable: boolean;
8132
8125
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8133
8126
  active: boolean;
8134
- details: boolean;
8135
8127
  dirty: boolean;
8136
8128
  disabled: boolean;
8137
8129
  glow: boolean;
@@ -8141,6 +8133,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8141
8133
  reverse: boolean;
8142
8134
  singleLine: boolean;
8143
8135
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8136
+ details: boolean;
8144
8137
  } & {
8145
8138
  theme?: string | undefined;
8146
8139
  class?: any;
@@ -8176,7 +8169,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8176
8169
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8177
8170
  active: boolean;
8178
8171
  centerAffix: boolean;
8179
- details: boolean;
8180
8172
  dirty: boolean;
8181
8173
  disabled: boolean;
8182
8174
  glow: boolean;
@@ -8186,6 +8178,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8186
8178
  reverse: boolean;
8187
8179
  singleLine: boolean;
8188
8180
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8181
+ details: boolean;
8189
8182
  }, {}, string, import('vue').SlotsType<Partial<{
8190
8183
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
8191
8184
  props: Record<string, any>;
@@ -8239,7 +8232,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8239
8232
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8240
8233
  active: boolean;
8241
8234
  centerAffix: boolean;
8242
- details: boolean;
8243
8235
  dirty: boolean;
8244
8236
  disabled: boolean;
8245
8237
  glow: boolean;
@@ -8249,6 +8241,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8249
8241
  reverse: boolean;
8250
8242
  singleLine: boolean;
8251
8243
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8244
+ details: boolean;
8252
8245
  }> & Omit<{
8253
8246
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
8254
8247
  focused: boolean;
@@ -8256,7 +8249,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8256
8249
  clearable: boolean;
8257
8250
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8258
8251
  active: boolean;
8259
- details: boolean;
8260
8252
  dirty: boolean;
8261
8253
  disabled: boolean;
8262
8254
  glow: boolean;
@@ -8266,6 +8258,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8266
8258
  reverse: boolean;
8267
8259
  singleLine: boolean;
8268
8260
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
8261
+ details: boolean;
8269
8262
  } & {
8270
8263
  theme?: string | undefined;
8271
8264
  class?: any;
@@ -8321,7 +8314,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
8321
8314
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
8322
8315
  active: boolean;
8323
8316
  centerAffix: boolean;
8324
- details: boolean;
8325
8317
  dirty: boolean;
8326
8318
  disabled: boolean;
8327
8319
  glow: boolean;
@@ -9374,6 +9366,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9374
9366
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
9375
9367
  }>, {
9376
9368
  validateOnSubmit: () => boolean;
9369
+ reset: () => void;
9377
9370
  focus(): void;
9378
9371
  blur(): void;
9379
9372
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -9511,7 +9504,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9511
9504
  clearable: boolean;
9512
9505
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
9513
9506
  active: boolean;
9514
- details: boolean;
9515
9507
  dirty: boolean;
9516
9508
  disabled: boolean;
9517
9509
  glow: boolean;
@@ -9880,7 +9872,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9880
9872
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
9881
9873
  active: boolean;
9882
9874
  centerAffix: boolean;
9883
- details: boolean;
9884
9875
  dirty: boolean;
9885
9876
  disabled: boolean;
9886
9877
  glow: boolean;
@@ -9890,6 +9881,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9890
9881
  reverse: boolean;
9891
9882
  singleLine: boolean;
9892
9883
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
9884
+ details: boolean;
9893
9885
  }> & Omit<{
9894
9886
  theme?: string | undefined;
9895
9887
  class?: any;
@@ -9907,7 +9899,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9907
9899
  centerAffix?: boolean | undefined;
9908
9900
  color?: string | undefined;
9909
9901
  baseColor?: string | undefined;
9910
- details: boolean;
9911
9902
  dirty: boolean;
9912
9903
  disabled: boolean;
9913
9904
  glow: boolean;
@@ -9924,6 +9915,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9924
9915
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
9925
9916
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
9926
9917
  id?: string | undefined;
9918
+ details: boolean;
9927
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">;
9928
9920
  $attrs: {
9929
9921
  [x: string]: unknown;
@@ -9968,7 +9960,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9968
9960
  clearable: boolean;
9969
9961
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
9970
9962
  active: boolean;
9971
- details: boolean;
9972
9963
  dirty: boolean;
9973
9964
  disabled: boolean;
9974
9965
  glow: boolean;
@@ -9978,6 +9969,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
9978
9969
  reverse: boolean;
9979
9970
  singleLine: boolean;
9980
9971
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
9972
+ details: boolean;
9981
9973
  } & {
9982
9974
  theme?: string | undefined;
9983
9975
  class?: any;
@@ -10013,7 +10005,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10013
10005
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10014
10006
  active: boolean;
10015
10007
  centerAffix: boolean;
10016
- details: boolean;
10017
10008
  dirty: boolean;
10018
10009
  disabled: boolean;
10019
10010
  glow: boolean;
@@ -10023,6 +10014,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10023
10014
  reverse: boolean;
10024
10015
  singleLine: boolean;
10025
10016
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10017
+ details: boolean;
10026
10018
  }, {}, string, import('vue').SlotsType<Partial<{
10027
10019
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
10028
10020
  props: Record<string, any>;
@@ -10076,7 +10068,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10076
10068
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10077
10069
  active: boolean;
10078
10070
  centerAffix: boolean;
10079
- details: boolean;
10080
10071
  dirty: boolean;
10081
10072
  disabled: boolean;
10082
10073
  glow: boolean;
@@ -10086,6 +10077,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10086
10077
  reverse: boolean;
10087
10078
  singleLine: boolean;
10088
10079
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10080
+ details: boolean;
10089
10081
  }> & Omit<{
10090
10082
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
10091
10083
  focused: boolean;
@@ -10093,7 +10085,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10093
10085
  clearable: boolean;
10094
10086
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10095
10087
  active: boolean;
10096
- details: boolean;
10097
10088
  dirty: boolean;
10098
10089
  disabled: boolean;
10099
10090
  glow: boolean;
@@ -10103,6 +10094,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10103
10094
  reverse: boolean;
10104
10095
  singleLine: boolean;
10105
10096
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10097
+ details: boolean;
10106
10098
  } & {
10107
10099
  theme?: string | undefined;
10108
10100
  class?: any;
@@ -10163,7 +10155,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10163
10155
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10164
10156
  active: boolean;
10165
10157
  centerAffix: boolean;
10166
- details: boolean;
10167
10158
  dirty: boolean;
10168
10159
  disabled: boolean;
10169
10160
  glow: boolean;
@@ -10239,7 +10230,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10239
10230
  clearable: boolean;
10240
10231
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10241
10232
  active: boolean;
10242
- details: boolean;
10243
10233
  dirty: boolean;
10244
10234
  disabled: boolean;
10245
10235
  glow: boolean;
@@ -10608,7 +10598,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10608
10598
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10609
10599
  active: boolean;
10610
10600
  centerAffix: boolean;
10611
- details: boolean;
10612
10601
  dirty: boolean;
10613
10602
  disabled: boolean;
10614
10603
  glow: boolean;
@@ -10618,6 +10607,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10618
10607
  reverse: boolean;
10619
10608
  singleLine: boolean;
10620
10609
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10610
+ details: boolean;
10621
10611
  }> & Omit<{
10622
10612
  theme?: string | undefined;
10623
10613
  class?: any;
@@ -10635,7 +10625,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10635
10625
  centerAffix?: boolean | undefined;
10636
10626
  color?: string | undefined;
10637
10627
  baseColor?: string | undefined;
10638
- details: boolean;
10639
10628
  dirty: boolean;
10640
10629
  disabled: boolean;
10641
10630
  glow: boolean;
@@ -10652,6 +10641,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10652
10641
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
10653
10642
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
10654
10643
  id?: string | undefined;
10644
+ details: boolean;
10655
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">;
10656
10646
  $attrs: {
10657
10647
  [x: string]: unknown;
@@ -10696,7 +10686,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10696
10686
  clearable: boolean;
10697
10687
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10698
10688
  active: boolean;
10699
- details: boolean;
10700
10689
  dirty: boolean;
10701
10690
  disabled: boolean;
10702
10691
  glow: boolean;
@@ -10706,6 +10695,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10706
10695
  reverse: boolean;
10707
10696
  singleLine: boolean;
10708
10697
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10698
+ details: boolean;
10709
10699
  } & {
10710
10700
  theme?: string | undefined;
10711
10701
  class?: any;
@@ -10741,7 +10731,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10741
10731
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10742
10732
  active: boolean;
10743
10733
  centerAffix: boolean;
10744
- details: boolean;
10745
10734
  dirty: boolean;
10746
10735
  disabled: boolean;
10747
10736
  glow: boolean;
@@ -10751,6 +10740,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10751
10740
  reverse: boolean;
10752
10741
  singleLine: boolean;
10753
10742
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10743
+ details: boolean;
10754
10744
  }, {}, string, import('vue').SlotsType<Partial<{
10755
10745
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
10756
10746
  props: Record<string, any>;
@@ -10804,7 +10794,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10804
10794
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10805
10795
  active: boolean;
10806
10796
  centerAffix: boolean;
10807
- details: boolean;
10808
10797
  dirty: boolean;
10809
10798
  disabled: boolean;
10810
10799
  glow: boolean;
@@ -10814,6 +10803,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10814
10803
  reverse: boolean;
10815
10804
  singleLine: boolean;
10816
10805
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10806
+ details: boolean;
10817
10807
  }> & Omit<{
10818
10808
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
10819
10809
  focused: boolean;
@@ -10821,7 +10811,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10821
10811
  clearable: boolean;
10822
10812
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10823
10813
  active: boolean;
10824
- details: boolean;
10825
10814
  dirty: boolean;
10826
10815
  disabled: boolean;
10827
10816
  glow: boolean;
@@ -10831,6 +10820,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10831
10820
  reverse: boolean;
10832
10821
  singleLine: boolean;
10833
10822
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
10823
+ details: boolean;
10834
10824
  } & {
10835
10825
  theme?: string | undefined;
10836
10826
  class?: any;
@@ -10886,7 +10876,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10886
10876
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
10887
10877
  active: boolean;
10888
10878
  centerAffix: boolean;
10889
- details: boolean;
10890
10879
  dirty: boolean;
10891
10880
  disabled: boolean;
10892
10881
  glow: boolean;
@@ -11302,6 +11291,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11302
11291
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11303
11292
  }>, {
11304
11293
  validateOnSubmit: () => boolean;
11294
+ reset: () => void;
11305
11295
  focus(): void;
11306
11296
  blur(): void;
11307
11297
  }, {}, {}, {}, {
@@ -11414,6 +11404,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11414
11404
  displayFormattedDate: import('vue').Ref<string, string>;
11415
11405
  handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
11416
11406
  resetViewMode: () => void;
11407
+ reset: () => void;
11417
11408
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11418
11409
  blur: () => any;
11419
11410
  focus: () => any;
@@ -11504,6 +11495,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11504
11495
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
11505
11496
  }>, {
11506
11497
  validateOnSubmit: () => boolean;
11498
+ reset: () => void;
11507
11499
  focus(): void;
11508
11500
  blur(): void;
11509
11501
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -11641,7 +11633,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
11641
11633
  clearable: boolean;
11642
11634
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
11643
11635
  active: boolean;
11644
- details: boolean;
11645
11636
  dirty: boolean;
11646
11637
  disabled: boolean;
11647
11638
  glow: boolean;
@@ -12010,7 +12001,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12010
12001
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12011
12002
  active: boolean;
12012
12003
  centerAffix: boolean;
12013
- details: boolean;
12014
12004
  dirty: boolean;
12015
12005
  disabled: boolean;
12016
12006
  glow: boolean;
@@ -12020,6 +12010,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12020
12010
  reverse: boolean;
12021
12011
  singleLine: boolean;
12022
12012
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12013
+ details: boolean;
12023
12014
  }> & Omit<{
12024
12015
  theme?: string | undefined;
12025
12016
  class?: any;
@@ -12037,7 +12028,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12037
12028
  centerAffix?: boolean | undefined;
12038
12029
  color?: string | undefined;
12039
12030
  baseColor?: string | undefined;
12040
- details: boolean;
12041
12031
  dirty: boolean;
12042
12032
  disabled: boolean;
12043
12033
  glow: boolean;
@@ -12054,6 +12044,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12054
12044
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
12055
12045
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
12056
12046
  id?: string | undefined;
12047
+ details: boolean;
12057
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">;
12058
12049
  $attrs: {
12059
12050
  [x: string]: unknown;
@@ -12098,7 +12089,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12098
12089
  clearable: boolean;
12099
12090
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12100
12091
  active: boolean;
12101
- details: boolean;
12102
12092
  dirty: boolean;
12103
12093
  disabled: boolean;
12104
12094
  glow: boolean;
@@ -12108,6 +12098,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12108
12098
  reverse: boolean;
12109
12099
  singleLine: boolean;
12110
12100
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12101
+ details: boolean;
12111
12102
  } & {
12112
12103
  theme?: string | undefined;
12113
12104
  class?: any;
@@ -12143,7 +12134,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12143
12134
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12144
12135
  active: boolean;
12145
12136
  centerAffix: boolean;
12146
- details: boolean;
12147
12137
  dirty: boolean;
12148
12138
  disabled: boolean;
12149
12139
  glow: boolean;
@@ -12153,6 +12143,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12153
12143
  reverse: boolean;
12154
12144
  singleLine: boolean;
12155
12145
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12146
+ details: boolean;
12156
12147
  }, {}, string, import('vue').SlotsType<Partial<{
12157
12148
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
12158
12149
  props: Record<string, any>;
@@ -12206,7 +12197,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12206
12197
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12207
12198
  active: boolean;
12208
12199
  centerAffix: boolean;
12209
- details: boolean;
12210
12200
  dirty: boolean;
12211
12201
  disabled: boolean;
12212
12202
  glow: boolean;
@@ -12216,6 +12206,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12216
12206
  reverse: boolean;
12217
12207
  singleLine: boolean;
12218
12208
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12209
+ details: boolean;
12219
12210
  }> & Omit<{
12220
12211
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
12221
12212
  focused: boolean;
@@ -12223,7 +12214,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12223
12214
  clearable: boolean;
12224
12215
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12225
12216
  active: boolean;
12226
- details: boolean;
12227
12217
  dirty: boolean;
12228
12218
  disabled: boolean;
12229
12219
  glow: boolean;
@@ -12233,6 +12223,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12233
12223
  reverse: boolean;
12234
12224
  singleLine: boolean;
12235
12225
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12226
+ details: boolean;
12236
12227
  } & {
12237
12228
  theme?: string | undefined;
12238
12229
  class?: any;
@@ -12293,7 +12284,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12293
12284
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12294
12285
  active: boolean;
12295
12286
  centerAffix: boolean;
12296
- details: boolean;
12297
12287
  dirty: boolean;
12298
12288
  disabled: boolean;
12299
12289
  glow: boolean;
@@ -12369,7 +12359,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12369
12359
  clearable: boolean;
12370
12360
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12371
12361
  active: boolean;
12372
- details: boolean;
12373
12362
  dirty: boolean;
12374
12363
  disabled: boolean;
12375
12364
  glow: boolean;
@@ -12738,7 +12727,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12738
12727
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12739
12728
  active: boolean;
12740
12729
  centerAffix: boolean;
12741
- details: boolean;
12742
12730
  dirty: boolean;
12743
12731
  disabled: boolean;
12744
12732
  glow: boolean;
@@ -12748,6 +12736,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12748
12736
  reverse: boolean;
12749
12737
  singleLine: boolean;
12750
12738
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12739
+ details: boolean;
12751
12740
  }> & Omit<{
12752
12741
  theme?: string | undefined;
12753
12742
  class?: any;
@@ -12765,7 +12754,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12765
12754
  centerAffix?: boolean | undefined;
12766
12755
  color?: string | undefined;
12767
12756
  baseColor?: string | undefined;
12768
- details: boolean;
12769
12757
  dirty: boolean;
12770
12758
  disabled: boolean;
12771
12759
  glow: boolean;
@@ -12782,6 +12770,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12782
12770
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
12783
12771
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
12784
12772
  id?: string | undefined;
12773
+ details: boolean;
12785
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">;
12786
12775
  $attrs: {
12787
12776
  [x: string]: unknown;
@@ -12826,7 +12815,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12826
12815
  clearable: boolean;
12827
12816
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12828
12817
  active: boolean;
12829
- details: boolean;
12830
12818
  dirty: boolean;
12831
12819
  disabled: boolean;
12832
12820
  glow: boolean;
@@ -12836,6 +12824,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12836
12824
  reverse: boolean;
12837
12825
  singleLine: boolean;
12838
12826
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12827
+ details: boolean;
12839
12828
  } & {
12840
12829
  theme?: string | undefined;
12841
12830
  class?: any;
@@ -12871,7 +12860,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12871
12860
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12872
12861
  active: boolean;
12873
12862
  centerAffix: boolean;
12874
- details: boolean;
12875
12863
  dirty: boolean;
12876
12864
  disabled: boolean;
12877
12865
  glow: boolean;
@@ -12881,6 +12869,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12881
12869
  reverse: boolean;
12882
12870
  singleLine: boolean;
12883
12871
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12872
+ details: boolean;
12884
12873
  }, {}, string, import('vue').SlotsType<Partial<{
12885
12874
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
12886
12875
  props: Record<string, any>;
@@ -12934,7 +12923,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12934
12923
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12935
12924
  active: boolean;
12936
12925
  centerAffix: boolean;
12937
- details: boolean;
12938
12926
  dirty: boolean;
12939
12927
  disabled: boolean;
12940
12928
  glow: boolean;
@@ -12944,6 +12932,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12944
12932
  reverse: boolean;
12945
12933
  singleLine: boolean;
12946
12934
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12935
+ details: boolean;
12947
12936
  }> & Omit<{
12948
12937
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
12949
12938
  focused: boolean;
@@ -12951,7 +12940,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12951
12940
  clearable: boolean;
12952
12941
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
12953
12942
  active: boolean;
12954
- details: boolean;
12955
12943
  dirty: boolean;
12956
12944
  disabled: boolean;
12957
12945
  glow: boolean;
@@ -12961,6 +12949,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
12961
12949
  reverse: boolean;
12962
12950
  singleLine: boolean;
12963
12951
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
12952
+ details: boolean;
12964
12953
  } & {
12965
12954
  theme?: string | undefined;
12966
12955
  class?: any;
@@ -13016,7 +13005,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13016
13005
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
13017
13006
  active: boolean;
13018
13007
  centerAffix: boolean;
13019
- details: boolean;
13020
13008
  dirty: boolean;
13021
13009
  disabled: boolean;
13022
13010
  glow: boolean;
@@ -13432,6 +13420,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13432
13420
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
13433
13421
  }>, {
13434
13422
  validateOnSubmit: () => boolean;
13423
+ reset: () => void;
13435
13424
  focus(): void;
13436
13425
  blur(): void;
13437
13426
  }, {}, {}, {}, {
@@ -13497,6 +13486,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13497
13486
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
13498
13487
  }>, {
13499
13488
  validateOnSubmit: () => boolean;
13489
+ reset: () => void;
13500
13490
  focus(): void;
13501
13491
  blur(): void;
13502
13492
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -13634,7 +13624,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
13634
13624
  clearable: boolean;
13635
13625
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
13636
13626
  active: boolean;
13637
- details: boolean;
13638
13627
  dirty: boolean;
13639
13628
  disabled: boolean;
13640
13629
  glow: boolean;
@@ -14003,7 +13992,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14003
13992
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14004
13993
  active: boolean;
14005
13994
  centerAffix: boolean;
14006
- details: boolean;
14007
13995
  dirty: boolean;
14008
13996
  disabled: boolean;
14009
13997
  glow: boolean;
@@ -14013,6 +14001,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14013
14001
  reverse: boolean;
14014
14002
  singleLine: boolean;
14015
14003
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14004
+ details: boolean;
14016
14005
  }> & Omit<{
14017
14006
  theme?: string | undefined;
14018
14007
  class?: any;
@@ -14030,7 +14019,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14030
14019
  centerAffix?: boolean | undefined;
14031
14020
  color?: string | undefined;
14032
14021
  baseColor?: string | undefined;
14033
- details: boolean;
14034
14022
  dirty: boolean;
14035
14023
  disabled: boolean;
14036
14024
  glow: boolean;
@@ -14047,6 +14035,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14047
14035
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
14048
14036
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
14049
14037
  id?: string | undefined;
14038
+ details: boolean;
14050
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">;
14051
14040
  $attrs: {
14052
14041
  [x: string]: unknown;
@@ -14091,7 +14080,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14091
14080
  clearable: boolean;
14092
14081
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14093
14082
  active: boolean;
14094
- details: boolean;
14095
14083
  dirty: boolean;
14096
14084
  disabled: boolean;
14097
14085
  glow: boolean;
@@ -14101,6 +14089,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14101
14089
  reverse: boolean;
14102
14090
  singleLine: boolean;
14103
14091
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14092
+ details: boolean;
14104
14093
  } & {
14105
14094
  theme?: string | undefined;
14106
14095
  class?: any;
@@ -14136,7 +14125,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14136
14125
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14137
14126
  active: boolean;
14138
14127
  centerAffix: boolean;
14139
- details: boolean;
14140
14128
  dirty: boolean;
14141
14129
  disabled: boolean;
14142
14130
  glow: boolean;
@@ -14146,6 +14134,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14146
14134
  reverse: boolean;
14147
14135
  singleLine: boolean;
14148
14136
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14137
+ details: boolean;
14149
14138
  }, {}, string, import('vue').SlotsType<Partial<{
14150
14139
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
14151
14140
  props: Record<string, any>;
@@ -14199,7 +14188,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14199
14188
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14200
14189
  active: boolean;
14201
14190
  centerAffix: boolean;
14202
- details: boolean;
14203
14191
  dirty: boolean;
14204
14192
  disabled: boolean;
14205
14193
  glow: boolean;
@@ -14209,6 +14197,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14209
14197
  reverse: boolean;
14210
14198
  singleLine: boolean;
14211
14199
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14200
+ details: boolean;
14212
14201
  }> & Omit<{
14213
14202
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
14214
14203
  focused: boolean;
@@ -14216,7 +14205,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14216
14205
  clearable: boolean;
14217
14206
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14218
14207
  active: boolean;
14219
- details: boolean;
14220
14208
  dirty: boolean;
14221
14209
  disabled: boolean;
14222
14210
  glow: boolean;
@@ -14226,6 +14214,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14226
14214
  reverse: boolean;
14227
14215
  singleLine: boolean;
14228
14216
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14217
+ details: boolean;
14229
14218
  } & {
14230
14219
  theme?: string | undefined;
14231
14220
  class?: any;
@@ -14286,7 +14275,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14286
14275
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14287
14276
  active: boolean;
14288
14277
  centerAffix: boolean;
14289
- details: boolean;
14290
14278
  dirty: boolean;
14291
14279
  disabled: boolean;
14292
14280
  glow: boolean;
@@ -14362,7 +14350,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14362
14350
  clearable: boolean;
14363
14351
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14364
14352
  active: boolean;
14365
- details: boolean;
14366
14353
  dirty: boolean;
14367
14354
  disabled: boolean;
14368
14355
  glow: boolean;
@@ -14731,7 +14718,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14731
14718
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14732
14719
  active: boolean;
14733
14720
  centerAffix: boolean;
14734
- details: boolean;
14735
14721
  dirty: boolean;
14736
14722
  disabled: boolean;
14737
14723
  glow: boolean;
@@ -14741,6 +14727,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14741
14727
  reverse: boolean;
14742
14728
  singleLine: boolean;
14743
14729
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14730
+ details: boolean;
14744
14731
  }> & Omit<{
14745
14732
  theme?: string | undefined;
14746
14733
  class?: any;
@@ -14758,7 +14745,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14758
14745
  centerAffix?: boolean | undefined;
14759
14746
  color?: string | undefined;
14760
14747
  baseColor?: string | undefined;
14761
- details: boolean;
14762
14748
  dirty: boolean;
14763
14749
  disabled: boolean;
14764
14750
  glow: boolean;
@@ -14775,6 +14761,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14775
14761
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
14776
14762
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
14777
14763
  id?: string | undefined;
14764
+ details: boolean;
14778
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">;
14779
14766
  $attrs: {
14780
14767
  [x: string]: unknown;
@@ -14819,7 +14806,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14819
14806
  clearable: boolean;
14820
14807
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14821
14808
  active: boolean;
14822
- details: boolean;
14823
14809
  dirty: boolean;
14824
14810
  disabled: boolean;
14825
14811
  glow: boolean;
@@ -14829,6 +14815,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14829
14815
  reverse: boolean;
14830
14816
  singleLine: boolean;
14831
14817
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14818
+ details: boolean;
14832
14819
  } & {
14833
14820
  theme?: string | undefined;
14834
14821
  class?: any;
@@ -14864,7 +14851,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14864
14851
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14865
14852
  active: boolean;
14866
14853
  centerAffix: boolean;
14867
- details: boolean;
14868
14854
  dirty: boolean;
14869
14855
  disabled: boolean;
14870
14856
  glow: boolean;
@@ -14874,6 +14860,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14874
14860
  reverse: boolean;
14875
14861
  singleLine: boolean;
14876
14862
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14863
+ details: boolean;
14877
14864
  }, {}, string, import('vue').SlotsType<Partial<{
14878
14865
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
14879
14866
  props: Record<string, any>;
@@ -14927,7 +14914,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14927
14914
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14928
14915
  active: boolean;
14929
14916
  centerAffix: boolean;
14930
- details: boolean;
14931
14917
  dirty: boolean;
14932
14918
  disabled: boolean;
14933
14919
  glow: boolean;
@@ -14937,6 +14923,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14937
14923
  reverse: boolean;
14938
14924
  singleLine: boolean;
14939
14925
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14926
+ details: boolean;
14940
14927
  }> & Omit<{
14941
14928
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
14942
14929
  focused: boolean;
@@ -14944,7 +14931,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14944
14931
  clearable: boolean;
14945
14932
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
14946
14933
  active: boolean;
14947
- details: boolean;
14948
14934
  dirty: boolean;
14949
14935
  disabled: boolean;
14950
14936
  glow: boolean;
@@ -14954,6 +14940,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
14954
14940
  reverse: boolean;
14955
14941
  singleLine: boolean;
14956
14942
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
14943
+ details: boolean;
14957
14944
  } & {
14958
14945
  theme?: string | undefined;
14959
14946
  class?: any;
@@ -15009,7 +14996,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15009
14996
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
15010
14997
  active: boolean;
15011
14998
  centerAffix: boolean;
15012
- details: boolean;
15013
14999
  dirty: boolean;
15014
15000
  disabled: boolean;
15015
15001
  glow: boolean;
@@ -15425,6 +15411,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15425
15411
  "onDate-selected"?: ((value: import('../../composables/date/useDateInitializationDayjs').DateValue) => any) | undefined;
15426
15412
  }>, {
15427
15413
  validateOnSubmit: () => boolean;
15414
+ reset: () => void;
15428
15415
  focus(): void;
15429
15416
  blur(): void;
15430
15417
  }, {}, {}, {}, {
@@ -15948,6 +15935,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15948
15935
  displayFormattedDate: import('vue').Ref<string, string>;
15949
15936
  handleDateSelected: (value: import('../../composables/date/useDateInitializationDayjs').DateValue) => void;
15950
15937
  resetViewMode: () => void;
15938
+ reset: () => void;
15951
15939
  }, {}, {}, {}, {
15952
15940
  label: string;
15953
15941
  title: string | false;
@@ -16096,7 +16084,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16096
16084
  clearable: boolean;
16097
16085
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16098
16086
  active: boolean;
16099
- details: boolean;
16100
16087
  dirty: boolean;
16101
16088
  disabled: boolean;
16102
16089
  glow: boolean;
@@ -16465,7 +16452,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16465
16452
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16466
16453
  active: boolean;
16467
16454
  centerAffix: boolean;
16468
- details: boolean;
16469
16455
  dirty: boolean;
16470
16456
  disabled: boolean;
16471
16457
  glow: boolean;
@@ -16475,6 +16461,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16475
16461
  reverse: boolean;
16476
16462
  singleLine: boolean;
16477
16463
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16464
+ details: boolean;
16478
16465
  }> & Omit<{
16479
16466
  theme?: string | undefined;
16480
16467
  class?: any;
@@ -16492,7 +16479,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16492
16479
  centerAffix?: boolean | undefined;
16493
16480
  color?: string | undefined;
16494
16481
  baseColor?: string | undefined;
16495
- details: boolean;
16496
16482
  dirty: boolean;
16497
16483
  disabled: boolean;
16498
16484
  glow: boolean;
@@ -16509,6 +16495,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16509
16495
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
16510
16496
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
16511
16497
  id?: string | undefined;
16498
+ details: boolean;
16512
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">;
16513
16500
  $attrs: {
16514
16501
  [x: string]: unknown;
@@ -16553,7 +16540,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16553
16540
  clearable: boolean;
16554
16541
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16555
16542
  active: boolean;
16556
- details: boolean;
16557
16543
  dirty: boolean;
16558
16544
  disabled: boolean;
16559
16545
  glow: boolean;
@@ -16563,6 +16549,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16563
16549
  reverse: boolean;
16564
16550
  singleLine: boolean;
16565
16551
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16552
+ details: boolean;
16566
16553
  } & {
16567
16554
  theme?: string | undefined;
16568
16555
  class?: any;
@@ -16598,7 +16585,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16598
16585
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16599
16586
  active: boolean;
16600
16587
  centerAffix: boolean;
16601
- details: boolean;
16602
16588
  dirty: boolean;
16603
16589
  disabled: boolean;
16604
16590
  glow: boolean;
@@ -16608,6 +16594,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16608
16594
  reverse: boolean;
16609
16595
  singleLine: boolean;
16610
16596
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16597
+ details: boolean;
16611
16598
  }, {}, string, import('vue').SlotsType<Partial<{
16612
16599
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
16613
16600
  props: Record<string, any>;
@@ -16661,7 +16648,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16661
16648
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16662
16649
  active: boolean;
16663
16650
  centerAffix: boolean;
16664
- details: boolean;
16665
16651
  dirty: boolean;
16666
16652
  disabled: boolean;
16667
16653
  glow: boolean;
@@ -16671,6 +16657,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16671
16657
  reverse: boolean;
16672
16658
  singleLine: boolean;
16673
16659
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16660
+ details: boolean;
16674
16661
  }> & Omit<{
16675
16662
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
16676
16663
  focused: boolean;
@@ -16678,7 +16665,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16678
16665
  clearable: boolean;
16679
16666
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16680
16667
  active: boolean;
16681
- details: boolean;
16682
16668
  dirty: boolean;
16683
16669
  disabled: boolean;
16684
16670
  glow: boolean;
@@ -16688,6 +16674,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16688
16674
  reverse: boolean;
16689
16675
  singleLine: boolean;
16690
16676
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
16677
+ details: boolean;
16691
16678
  } & {
16692
16679
  theme?: string | undefined;
16693
16680
  class?: any;
@@ -16748,7 +16735,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16748
16735
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16749
16736
  active: boolean;
16750
16737
  centerAffix: boolean;
16751
- details: boolean;
16752
16738
  dirty: boolean;
16753
16739
  disabled: boolean;
16754
16740
  glow: boolean;
@@ -16824,7 +16810,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
16824
16810
  clearable: boolean;
16825
16811
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
16826
16812
  active: boolean;
16827
- details: boolean;
16828
16813
  dirty: boolean;
16829
16814
  disabled: boolean;
16830
16815
  glow: boolean;
@@ -17193,7 +17178,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17193
17178
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17194
17179
  active: boolean;
17195
17180
  centerAffix: boolean;
17196
- details: boolean;
17197
17181
  dirty: boolean;
17198
17182
  disabled: boolean;
17199
17183
  glow: boolean;
@@ -17203,6 +17187,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17203
17187
  reverse: boolean;
17204
17188
  singleLine: boolean;
17205
17189
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17190
+ details: boolean;
17206
17191
  }> & Omit<{
17207
17192
  theme?: string | undefined;
17208
17193
  class?: any;
@@ -17220,7 +17205,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17220
17205
  centerAffix?: boolean | undefined;
17221
17206
  color?: string | undefined;
17222
17207
  baseColor?: string | undefined;
17223
- details: boolean;
17224
17208
  dirty: boolean;
17225
17209
  disabled: boolean;
17226
17210
  glow: boolean;
@@ -17237,6 +17221,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17237
17221
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
17238
17222
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
17239
17223
  id?: string | undefined;
17224
+ details: boolean;
17240
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">;
17241
17226
  $attrs: {
17242
17227
  [x: string]: unknown;
@@ -17281,7 +17266,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17281
17266
  clearable: boolean;
17282
17267
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17283
17268
  active: boolean;
17284
- details: boolean;
17285
17269
  dirty: boolean;
17286
17270
  disabled: boolean;
17287
17271
  glow: boolean;
@@ -17291,6 +17275,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17291
17275
  reverse: boolean;
17292
17276
  singleLine: boolean;
17293
17277
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17278
+ details: boolean;
17294
17279
  } & {
17295
17280
  theme?: string | undefined;
17296
17281
  class?: any;
@@ -17326,7 +17311,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17326
17311
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17327
17312
  active: boolean;
17328
17313
  centerAffix: boolean;
17329
- details: boolean;
17330
17314
  dirty: boolean;
17331
17315
  disabled: boolean;
17332
17316
  glow: boolean;
@@ -17336,6 +17320,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17336
17320
  reverse: boolean;
17337
17321
  singleLine: boolean;
17338
17322
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17323
+ details: boolean;
17339
17324
  }, {}, string, import('vue').SlotsType<Partial<{
17340
17325
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
17341
17326
  props: Record<string, any>;
@@ -17389,7 +17374,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17389
17374
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17390
17375
  active: boolean;
17391
17376
  centerAffix: boolean;
17392
- details: boolean;
17393
17377
  dirty: boolean;
17394
17378
  disabled: boolean;
17395
17379
  glow: boolean;
@@ -17399,6 +17383,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17399
17383
  reverse: boolean;
17400
17384
  singleLine: boolean;
17401
17385
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17386
+ details: boolean;
17402
17387
  }> & Omit<{
17403
17388
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
17404
17389
  focused: boolean;
@@ -17406,7 +17391,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17406
17391
  clearable: boolean;
17407
17392
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17408
17393
  active: boolean;
17409
- details: boolean;
17410
17394
  dirty: boolean;
17411
17395
  disabled: boolean;
17412
17396
  glow: boolean;
@@ -17416,6 +17400,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17416
17400
  reverse: boolean;
17417
17401
  singleLine: boolean;
17418
17402
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
17403
+ details: boolean;
17419
17404
  } & {
17420
17405
  theme?: string | undefined;
17421
17406
  class?: any;
@@ -17471,7 +17456,6 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
17471
17456
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
17472
17457
  active: boolean;
17473
17458
  centerAffix: boolean;
17474
- details: boolean;
17475
17459
  dirty: boolean;
17476
17460
  disabled: boolean;
17477
17461
  glow: boolean;