@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
@@ -229,7 +229,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
229
229
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
230
230
  active: boolean;
231
231
  centerAffix: boolean;
232
- details: boolean;
233
232
  disabled: boolean;
234
233
  glow: boolean;
235
234
  error: boolean;
@@ -277,7 +276,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
277
276
  clearable: boolean;
278
277
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
279
278
  active: boolean;
280
- details: boolean;
281
279
  disabled: boolean;
282
280
  glow: boolean;
283
281
  error: boolean;
@@ -798,7 +796,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
798
796
  search?: string | undefined;
799
797
  "onUpdate:menu"?: ((value: boolean) => any) | undefined;
800
798
  "onUpdate:search"?: ((value: any) => any) | undefined;
801
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "details" | "menu" | "style" | "role" | "disabled" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "eager" | "itemChildren" | "itemType" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "chips" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll" | "filterKeys" | "filterMode" | "noFilter" | "clearOnSelect">;
799
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "menu" | "style" | "role" | "disabled" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "eager" | "itemChildren" | "itemType" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "chips" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll" | "filterKeys" | "filterMode" | "noFilter" | "clearOnSelect">;
802
800
  $attrs: {
803
801
  [x: string]: unknown;
804
802
  };
@@ -906,7 +904,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
906
904
  clearable: boolean;
907
905
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
908
906
  active: boolean;
909
- details: boolean;
910
907
  disabled: boolean;
911
908
  glow: boolean;
912
909
  error: boolean;
@@ -1460,7 +1457,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1460
1457
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1461
1458
  active: boolean;
1462
1459
  centerAffix: boolean;
1463
- details: boolean;
1464
1460
  dirty: boolean;
1465
1461
  disabled: boolean;
1466
1462
  glow: boolean;
@@ -1552,7 +1548,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1552
1548
  centerAffix?: boolean | undefined;
1553
1549
  color?: string | undefined;
1554
1550
  baseColor?: string | undefined;
1555
- details: boolean;
1556
1551
  dirty: boolean;
1557
1552
  disabled: boolean;
1558
1553
  glow: boolean;
@@ -1599,7 +1594,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1599
1594
  "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
1600
1595
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
1601
1596
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
1602
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter">;
1597
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "style" | "disabled" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter">;
1603
1598
  $attrs: {
1604
1599
  [x: string]: unknown;
1605
1600
  };
@@ -1667,7 +1662,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1667
1662
  clearable: boolean;
1668
1663
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
1669
1664
  active: boolean;
1670
- details: boolean;
1671
1665
  dirty: boolean;
1672
1666
  disabled: boolean;
1673
1667
  glow: boolean;
@@ -2036,7 +2030,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2036
2030
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2037
2031
  active: boolean;
2038
2032
  centerAffix: boolean;
2039
- details: boolean;
2040
2033
  dirty: boolean;
2041
2034
  disabled: boolean;
2042
2035
  glow: boolean;
@@ -2046,6 +2039,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2046
2039
  reverse: boolean;
2047
2040
  singleLine: boolean;
2048
2041
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2042
+ details: boolean;
2049
2043
  }> & Omit<{
2050
2044
  theme?: string | undefined;
2051
2045
  class?: any;
@@ -2063,7 +2057,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2063
2057
  centerAffix?: boolean | undefined;
2064
2058
  color?: string | undefined;
2065
2059
  baseColor?: string | undefined;
2066
- details: boolean;
2067
2060
  dirty: boolean;
2068
2061
  disabled: boolean;
2069
2062
  glow: boolean;
@@ -2080,6 +2073,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2080
2073
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2081
2074
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2082
2075
  id?: string | undefined;
2076
+ details: boolean;
2083
2077
  } & 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">;
2084
2078
  $attrs: {
2085
2079
  [x: string]: unknown;
@@ -2124,7 +2118,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2124
2118
  clearable: boolean;
2125
2119
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2126
2120
  active: boolean;
2127
- details: boolean;
2128
2121
  dirty: boolean;
2129
2122
  disabled: boolean;
2130
2123
  glow: boolean;
@@ -2134,6 +2127,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2134
2127
  reverse: boolean;
2135
2128
  singleLine: boolean;
2136
2129
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2130
+ details: boolean;
2137
2131
  } & {
2138
2132
  theme?: string | undefined;
2139
2133
  class?: any;
@@ -2169,7 +2163,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2169
2163
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2170
2164
  active: boolean;
2171
2165
  centerAffix: boolean;
2172
- details: boolean;
2173
2166
  dirty: boolean;
2174
2167
  disabled: boolean;
2175
2168
  glow: boolean;
@@ -2179,6 +2172,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2179
2172
  reverse: boolean;
2180
2173
  singleLine: boolean;
2181
2174
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2175
+ details: boolean;
2182
2176
  }, {}, string, import('vue').SlotsType<Partial<{
2183
2177
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2184
2178
  props: Record<string, any>;
@@ -2232,7 +2226,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2232
2226
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2233
2227
  active: boolean;
2234
2228
  centerAffix: boolean;
2235
- details: boolean;
2236
2229
  dirty: boolean;
2237
2230
  disabled: boolean;
2238
2231
  glow: boolean;
@@ -2242,6 +2235,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2242
2235
  reverse: boolean;
2243
2236
  singleLine: boolean;
2244
2237
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2238
+ details: boolean;
2245
2239
  }> & Omit<{
2246
2240
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
2247
2241
  focused: boolean;
@@ -2249,7 +2243,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2249
2243
  clearable: boolean;
2250
2244
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2251
2245
  active: boolean;
2252
- details: boolean;
2253
2246
  dirty: boolean;
2254
2247
  disabled: boolean;
2255
2248
  glow: boolean;
@@ -2259,6 +2252,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2259
2252
  reverse: boolean;
2260
2253
  singleLine: boolean;
2261
2254
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2255
+ details: boolean;
2262
2256
  } & {
2263
2257
  theme?: string | undefined;
2264
2258
  class?: any;
@@ -2319,7 +2313,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2319
2313
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2320
2314
  active: boolean;
2321
2315
  centerAffix: boolean;
2322
- details: boolean;
2323
2316
  dirty: boolean;
2324
2317
  disabled: boolean;
2325
2318
  glow: boolean;
@@ -2410,7 +2403,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2410
2403
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2411
2404
  active: boolean;
2412
2405
  centerAffix: boolean;
2413
- details: boolean;
2414
2406
  dirty: boolean;
2415
2407
  disabled: boolean;
2416
2408
  glow: boolean;
@@ -2440,7 +2432,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2440
2432
  clearable: boolean;
2441
2433
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2442
2434
  active: boolean;
2443
- details: boolean;
2444
2435
  dirty: boolean;
2445
2436
  disabled: boolean;
2446
2437
  glow: boolean;
@@ -2554,7 +2545,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2554
2545
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
2555
2546
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2556
2547
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
2557
- }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "inert" | "lang" | "spellcheck" | "translate" | "prefix" | "autocapitalize" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
2548
+ }, "ariaLabel" | "size" | "type" | "remove" | "parentNode" | "nextSibling" | "querySelector" | "cloneNode" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "prefix" | "autocapitalize" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "previousSibling" | "textContent" | "appendChild" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
2558
2549
  $: import('vue').ComponentInternalInstance;
2559
2550
  $data: {};
2560
2551
  $props: Partial<{
@@ -2809,7 +2800,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2809
2800
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2810
2801
  active: boolean;
2811
2802
  centerAffix: boolean;
2812
- details: boolean;
2813
2803
  dirty: boolean;
2814
2804
  disabled: boolean;
2815
2805
  glow: boolean;
@@ -2819,6 +2809,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2819
2809
  reverse: boolean;
2820
2810
  singleLine: boolean;
2821
2811
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2812
+ details: boolean;
2822
2813
  }> & Omit<{
2823
2814
  theme?: string | undefined;
2824
2815
  class?: any;
@@ -2836,7 +2827,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2836
2827
  centerAffix?: boolean | undefined;
2837
2828
  color?: string | undefined;
2838
2829
  baseColor?: string | undefined;
2839
- details: boolean;
2840
2830
  dirty: boolean;
2841
2831
  disabled: boolean;
2842
2832
  glow: boolean;
@@ -2853,6 +2843,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2853
2843
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2854
2844
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2855
2845
  id?: string | undefined;
2846
+ details: boolean;
2856
2847
  } & 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">;
2857
2848
  $attrs: {
2858
2849
  [x: string]: unknown;
@@ -2897,7 +2888,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2897
2888
  clearable: boolean;
2898
2889
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2899
2890
  active: boolean;
2900
- details: boolean;
2901
2891
  dirty: boolean;
2902
2892
  disabled: boolean;
2903
2893
  glow: boolean;
@@ -2907,6 +2897,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2907
2897
  reverse: boolean;
2908
2898
  singleLine: boolean;
2909
2899
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2900
+ details: boolean;
2910
2901
  } & {
2911
2902
  theme?: string | undefined;
2912
2903
  class?: any;
@@ -2942,7 +2933,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2942
2933
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
2943
2934
  active: boolean;
2944
2935
  centerAffix: boolean;
2945
- details: boolean;
2946
2936
  dirty: boolean;
2947
2937
  disabled: boolean;
2948
2938
  glow: boolean;
@@ -2952,6 +2942,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
2952
2942
  reverse: boolean;
2953
2943
  singleLine: boolean;
2954
2944
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
2945
+ details: boolean;
2955
2946
  }, {}, string, import('vue').SlotsType<Partial<{
2956
2947
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
2957
2948
  props: Record<string, any>;
@@ -3005,7 +2996,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3005
2996
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3006
2997
  active: boolean;
3007
2998
  centerAffix: boolean;
3008
- details: boolean;
3009
2999
  dirty: boolean;
3010
3000
  disabled: boolean;
3011
3001
  glow: boolean;
@@ -3015,6 +3005,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3015
3005
  reverse: boolean;
3016
3006
  singleLine: boolean;
3017
3007
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3008
+ details: boolean;
3018
3009
  }> & Omit<{
3019
3010
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
3020
3011
  focused: boolean;
@@ -3022,7 +3013,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3022
3013
  clearable: boolean;
3023
3014
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3024
3015
  active: boolean;
3025
- details: boolean;
3026
3016
  dirty: boolean;
3027
3017
  disabled: boolean;
3028
3018
  glow: boolean;
@@ -3032,6 +3022,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3032
3022
  reverse: boolean;
3033
3023
  singleLine: boolean;
3034
3024
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3025
+ details: boolean;
3035
3026
  } & {
3036
3027
  theme?: string | undefined;
3037
3028
  class?: any;
@@ -3069,7 +3060,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3069
3060
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
3070
3061
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
3071
3062
  };
3072
- }> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "details" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "prefix" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
3063
+ }> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "prefix" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
3073
3064
  _allExposed: {
3074
3065
  isFocused: import('vue').ShallowRef<boolean, boolean>;
3075
3066
  isPristine: import('vue').ShallowRef<boolean, boolean>;
@@ -3334,7 +3325,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3334
3325
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3335
3326
  active: boolean;
3336
3327
  centerAffix: boolean;
3337
- details: boolean;
3338
3328
  dirty: boolean;
3339
3329
  disabled: boolean;
3340
3330
  glow: boolean;
@@ -3344,6 +3334,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3344
3334
  reverse: boolean;
3345
3335
  singleLine: boolean;
3346
3336
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3337
+ details: boolean;
3347
3338
  }> & Omit<{
3348
3339
  theme?: string | undefined;
3349
3340
  class?: any;
@@ -3361,7 +3352,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3361
3352
  centerAffix?: boolean | undefined;
3362
3353
  color?: string | undefined;
3363
3354
  baseColor?: string | undefined;
3364
- details: boolean;
3365
3355
  dirty: boolean;
3366
3356
  disabled: boolean;
3367
3357
  glow: boolean;
@@ -3378,6 +3368,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3378
3368
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
3379
3369
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
3380
3370
  id?: string | undefined;
3371
+ details: boolean;
3381
3372
  } & 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">;
3382
3373
  $attrs: {
3383
3374
  [x: string]: unknown;
@@ -3422,7 +3413,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3422
3413
  clearable: boolean;
3423
3414
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3424
3415
  active: boolean;
3425
- details: boolean;
3426
3416
  dirty: boolean;
3427
3417
  disabled: boolean;
3428
3418
  glow: boolean;
@@ -3432,6 +3422,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3432
3422
  reverse: boolean;
3433
3423
  singleLine: boolean;
3434
3424
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3425
+ details: boolean;
3435
3426
  } & {
3436
3427
  theme?: string | undefined;
3437
3428
  class?: any;
@@ -3467,7 +3458,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3467
3458
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3468
3459
  active: boolean;
3469
3460
  centerAffix: boolean;
3470
- details: boolean;
3471
3461
  dirty: boolean;
3472
3462
  disabled: boolean;
3473
3463
  glow: boolean;
@@ -3477,6 +3467,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3477
3467
  reverse: boolean;
3478
3468
  singleLine: boolean;
3479
3469
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3470
+ details: boolean;
3480
3471
  }, {}, string, import('vue').SlotsType<Partial<{
3481
3472
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
3482
3473
  props: Record<string, any>;
@@ -3530,7 +3521,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3530
3521
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3531
3522
  active: boolean;
3532
3523
  centerAffix: boolean;
3533
- details: boolean;
3534
3524
  dirty: boolean;
3535
3525
  disabled: boolean;
3536
3526
  glow: boolean;
@@ -3540,6 +3530,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3540
3530
  reverse: boolean;
3541
3531
  singleLine: boolean;
3542
3532
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3533
+ details: boolean;
3543
3534
  }> & Omit<{
3544
3535
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
3545
3536
  focused: boolean;
@@ -3547,7 +3538,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3547
3538
  clearable: boolean;
3548
3539
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3549
3540
  active: boolean;
3550
- details: boolean;
3551
3541
  dirty: boolean;
3552
3542
  disabled: boolean;
3553
3543
  glow: boolean;
@@ -3557,6 +3547,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3557
3547
  reverse: boolean;
3558
3548
  singleLine: boolean;
3559
3549
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
3550
+ details: boolean;
3560
3551
  } & {
3561
3552
  theme?: string | undefined;
3562
3553
  class?: any;
@@ -3623,7 +3614,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3623
3614
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3624
3615
  active: boolean;
3625
3616
  centerAffix: boolean;
3626
- details: boolean;
3627
3617
  disabled: boolean;
3628
3618
  glow: boolean;
3629
3619
  error: boolean;
@@ -3767,7 +3757,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3767
3757
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3768
3758
  active: boolean;
3769
3759
  centerAffix: boolean;
3770
- details: boolean;
3771
3760
  disabled: boolean;
3772
3761
  glow: boolean;
3773
3762
  error: boolean;
@@ -3815,7 +3804,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
3815
3804
  clearable: boolean;
3816
3805
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
3817
3806
  active: boolean;
3818
- details: boolean;
3819
3807
  disabled: boolean;
3820
3808
  glow: boolean;
3821
3809
  error: boolean;
@@ -4339,7 +4327,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4339
4327
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4340
4328
  "onUpdate:menu"?: ((value: boolean) => any) | undefined;
4341
4329
  "onUpdate:search"?: ((value: any) => any) | undefined;
4342
- }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "menu" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "search" | "slot" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "prepend" | "append" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "eager" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "inert" | "lang" | "spellcheck" | "translate" | "autocapitalize" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "chips" | "filteredItems" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll" | "filterKeys" | "filterMode" | "noFilter" | "clearOnSelect" | "isPristine"> & import('vue').ShallowUnwrapRef<{
4330
+ }, "ariaLabel" | "size" | "type" | "remove" | "parentNode" | "nextSibling" | "querySelector" | "cloneNode" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "form" | "menu" | "style" | "title" | "animate" | "pattern" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "search" | "slot" | "disabled" | "children" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "prepend" | "append" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "eager" | "itemChildren" | "itemType" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "autocapitalize" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "isFocused" | "maxErrors" | "messages" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "previousSibling" | "textContent" | "appendChild" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "chips" | "filteredItems" | "closeText" | "openText" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "noDataText" | "openOnClear" | "noAutoScroll" | "filterKeys" | "filterMode" | "noFilter" | "clearOnSelect" | "isPristine"> & import('vue').ShallowUnwrapRef<{
4343
4331
  isFocused: import('vue').ShallowRef<boolean, boolean>;
4344
4332
  isPristine: import('vue').ShallowRef<boolean, boolean>;
4345
4333
  menu: import('vue').WritableComputedRef<boolean, boolean>;
@@ -4369,7 +4357,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4369
4357
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4370
4358
  active: boolean;
4371
4359
  centerAffix: boolean;
4372
- details: boolean;
4373
4360
  dirty: boolean;
4374
4361
  disabled: boolean;
4375
4362
  glow: boolean;
@@ -4461,7 +4448,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4461
4448
  centerAffix?: boolean | undefined;
4462
4449
  color?: string | undefined;
4463
4450
  baseColor?: string | undefined;
4464
- details: boolean;
4465
4451
  dirty: boolean;
4466
4452
  disabled: boolean;
4467
4453
  glow: boolean;
@@ -4508,7 +4494,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4508
4494
  "v-slot:message"?: false | ((arg: import('vuetify/lib/components/VMessages/VMessages.mjs').VMessageSlot) => import('vue').VNodeChild) | undefined;
4509
4495
  "v-slot:prepend"?: false | ((arg: import('vuetify/lib/components/VInput/VInput.mjs').VInputSlot) => import('vue').VNodeChild) | undefined;
4510
4496
  "v-slot:prepend-inner"?: false | ((arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot) => import('vue').VNodeChild) | undefined;
4511
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "details" | "style" | "disabled" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter">;
4497
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "type" | "error" | "reverse" | "flat" | "style" | "disabled" | "density" | "rounded" | "tile" | "variant" | "active" | "readonly" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter">;
4512
4498
  $attrs: {
4513
4499
  [x: string]: unknown;
4514
4500
  };
@@ -4576,7 +4562,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4576
4562
  clearable: boolean;
4577
4563
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4578
4564
  active: boolean;
4579
- details: boolean;
4580
4565
  dirty: boolean;
4581
4566
  disabled: boolean;
4582
4567
  glow: boolean;
@@ -4945,7 +4930,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4945
4930
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
4946
4931
  active: boolean;
4947
4932
  centerAffix: boolean;
4948
- details: boolean;
4949
4933
  dirty: boolean;
4950
4934
  disabled: boolean;
4951
4935
  glow: boolean;
@@ -4955,6 +4939,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4955
4939
  reverse: boolean;
4956
4940
  singleLine: boolean;
4957
4941
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
4942
+ details: boolean;
4958
4943
  }> & Omit<{
4959
4944
  theme?: string | undefined;
4960
4945
  class?: any;
@@ -4972,7 +4957,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4972
4957
  centerAffix?: boolean | undefined;
4973
4958
  color?: string | undefined;
4974
4959
  baseColor?: string | undefined;
4975
- details: boolean;
4976
4960
  dirty: boolean;
4977
4961
  disabled: boolean;
4978
4962
  glow: boolean;
@@ -4989,6 +4973,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
4989
4973
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
4990
4974
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
4991
4975
  id?: string | undefined;
4976
+ details: boolean;
4992
4977
  } & 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">;
4993
4978
  $attrs: {
4994
4979
  [x: string]: unknown;
@@ -5033,7 +5018,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5033
5018
  clearable: boolean;
5034
5019
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5035
5020
  active: boolean;
5036
- details: boolean;
5037
5021
  dirty: boolean;
5038
5022
  disabled: boolean;
5039
5023
  glow: boolean;
@@ -5043,6 +5027,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5043
5027
  reverse: boolean;
5044
5028
  singleLine: boolean;
5045
5029
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5030
+ details: boolean;
5046
5031
  } & {
5047
5032
  theme?: string | undefined;
5048
5033
  class?: any;
@@ -5078,7 +5063,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5078
5063
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5079
5064
  active: boolean;
5080
5065
  centerAffix: boolean;
5081
- details: boolean;
5082
5066
  dirty: boolean;
5083
5067
  disabled: boolean;
5084
5068
  glow: boolean;
@@ -5088,6 +5072,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5088
5072
  reverse: boolean;
5089
5073
  singleLine: boolean;
5090
5074
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5075
+ details: boolean;
5091
5076
  }, {}, string, import('vue').SlotsType<Partial<{
5092
5077
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
5093
5078
  props: Record<string, any>;
@@ -5141,7 +5126,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5141
5126
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5142
5127
  active: boolean;
5143
5128
  centerAffix: boolean;
5144
- details: boolean;
5145
5129
  dirty: boolean;
5146
5130
  disabled: boolean;
5147
5131
  glow: boolean;
@@ -5151,6 +5135,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5151
5135
  reverse: boolean;
5152
5136
  singleLine: boolean;
5153
5137
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5138
+ details: boolean;
5154
5139
  }> & Omit<{
5155
5140
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
5156
5141
  focused: boolean;
@@ -5158,7 +5143,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5158
5143
  clearable: boolean;
5159
5144
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5160
5145
  active: boolean;
5161
- details: boolean;
5162
5146
  dirty: boolean;
5163
5147
  disabled: boolean;
5164
5148
  glow: boolean;
@@ -5168,6 +5152,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5168
5152
  reverse: boolean;
5169
5153
  singleLine: boolean;
5170
5154
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5155
+ details: boolean;
5171
5156
  } & {
5172
5157
  theme?: string | undefined;
5173
5158
  class?: any;
@@ -5228,7 +5213,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5228
5213
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5229
5214
  active: boolean;
5230
5215
  centerAffix: boolean;
5231
- details: boolean;
5232
5216
  dirty: boolean;
5233
5217
  disabled: boolean;
5234
5218
  glow: boolean;
@@ -5319,7 +5303,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5319
5303
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5320
5304
  active: boolean;
5321
5305
  centerAffix: boolean;
5322
- details: boolean;
5323
5306
  dirty: boolean;
5324
5307
  disabled: boolean;
5325
5308
  glow: boolean;
@@ -5349,7 +5332,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5349
5332
  clearable: boolean;
5350
5333
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5351
5334
  active: boolean;
5352
- details: boolean;
5353
5335
  dirty: boolean;
5354
5336
  disabled: boolean;
5355
5337
  glow: boolean;
@@ -5463,7 +5445,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5463
5445
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
5464
5446
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5465
5447
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
5466
- }, "ariaLabel" | "size" | "type" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "details" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "inert" | "lang" | "spellcheck" | "translate" | "prefix" | "autocapitalize" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "remove" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5448
+ }, "ariaLabel" | "size" | "type" | "remove" | "parentNode" | "nextSibling" | "querySelector" | "cloneNode" | "blur" | "click" | "error" | "focus" | "reset" | "scroll" | "select" | "reverse" | "flat" | "form" | "style" | "title" | "animate" | "pattern" | "width" | "height" | "role" | "onclick" | "onkeydown" | "onkeyup" | "onkeypress" | "slot" | "disabled" | "children" | "placeholder" | "density" | "rounded" | "tile" | "variant" | "value" | "active" | "readonly" | "id" | "prepend" | "append" | "name" | "normalize" | "dir" | "hidden" | "capture" | "accessKey" | "multiple" | "list" | "_allExposed" | "required" | "draggable" | "setAttribute" | "step" | "innerHTML" | "enterKeyHint" | "inert" | "lang" | "spellcheck" | "translate" | "prefix" | "autocapitalize" | "part" | "indeterminate" | "min" | "max" | "minLength" | "maxLength" | "errorMessages" | "centerAffix" | "direction" | "maxErrors" | "messages" | "autocomplete" | "isValid" | "resetValidation" | "validate" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "controlRef" | "fieldIconColor" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "accept" | "align" | "alt" | "checked" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "labels" | "readOnly" | "selectionDirection" | "selectionEnd" | "selectionStart" | "src" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "willValidate" | "checkValidity" | "reportValidity" | "setCustomValidity" | "setRangeText" | "setSelectionRange" | "showPicker" | "stepDown" | "stepUp" | "addEventListener" | "removeEventListener" | "accessKeyLabel" | "innerText" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "matches" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "previousSibling" | "textContent" | "appendChild" | "compareDocumentPosition" | "contains" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "dataset" | "nonce" | "tabIndex" | "popoverTargetAction" | "popoverTargetElement" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaColIndexText" | "ariaRelevant" | "ariaRowIndexText" | "currentCSSZoom" | "getHTML" | "oncontextlost" | "oncontextrestored" | "setHTMLUnsafe" | "writingSuggestions"> & import('vue').ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
5467
5449
  $: import('vue').ComponentInternalInstance;
5468
5450
  $data: {};
5469
5451
  $props: Partial<{
@@ -5718,7 +5700,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5718
5700
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5719
5701
  active: boolean;
5720
5702
  centerAffix: boolean;
5721
- details: boolean;
5722
5703
  dirty: boolean;
5723
5704
  disabled: boolean;
5724
5705
  glow: boolean;
@@ -5728,6 +5709,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5728
5709
  reverse: boolean;
5729
5710
  singleLine: boolean;
5730
5711
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5712
+ details: boolean;
5731
5713
  }> & Omit<{
5732
5714
  theme?: string | undefined;
5733
5715
  class?: any;
@@ -5745,7 +5727,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5745
5727
  centerAffix?: boolean | undefined;
5746
5728
  color?: string | undefined;
5747
5729
  baseColor?: string | undefined;
5748
- details: boolean;
5749
5730
  dirty: boolean;
5750
5731
  disabled: boolean;
5751
5732
  glow: boolean;
@@ -5762,6 +5743,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5762
5743
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
5763
5744
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
5764
5745
  id?: string | undefined;
5746
+ details: boolean;
5765
5747
  } & 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">;
5766
5748
  $attrs: {
5767
5749
  [x: string]: unknown;
@@ -5806,7 +5788,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5806
5788
  clearable: boolean;
5807
5789
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5808
5790
  active: boolean;
5809
- details: boolean;
5810
5791
  dirty: boolean;
5811
5792
  disabled: boolean;
5812
5793
  glow: boolean;
@@ -5816,6 +5797,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5816
5797
  reverse: boolean;
5817
5798
  singleLine: boolean;
5818
5799
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5800
+ details: boolean;
5819
5801
  } & {
5820
5802
  theme?: string | undefined;
5821
5803
  class?: any;
@@ -5851,7 +5833,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5851
5833
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5852
5834
  active: boolean;
5853
5835
  centerAffix: boolean;
5854
- details: boolean;
5855
5836
  dirty: boolean;
5856
5837
  disabled: boolean;
5857
5838
  glow: boolean;
@@ -5861,6 +5842,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5861
5842
  reverse: boolean;
5862
5843
  singleLine: boolean;
5863
5844
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5845
+ details: boolean;
5864
5846
  }, {}, string, import('vue').SlotsType<Partial<{
5865
5847
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
5866
5848
  props: Record<string, any>;
@@ -5914,7 +5896,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5914
5896
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5915
5897
  active: boolean;
5916
5898
  centerAffix: boolean;
5917
- details: boolean;
5918
5899
  dirty: boolean;
5919
5900
  disabled: boolean;
5920
5901
  glow: boolean;
@@ -5924,6 +5905,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5924
5905
  reverse: boolean;
5925
5906
  singleLine: boolean;
5926
5907
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5908
+ details: boolean;
5927
5909
  }> & Omit<{
5928
5910
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
5929
5911
  focused: boolean;
@@ -5931,7 +5913,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5931
5913
  clearable: boolean;
5932
5914
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
5933
5915
  active: boolean;
5934
- details: boolean;
5935
5916
  dirty: boolean;
5936
5917
  disabled: boolean;
5937
5918
  glow: boolean;
@@ -5941,6 +5922,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5941
5922
  reverse: boolean;
5942
5923
  singleLine: boolean;
5943
5924
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
5925
+ details: boolean;
5944
5926
  } & {
5945
5927
  theme?: string | undefined;
5946
5928
  class?: any;
@@ -5978,7 +5960,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
5978
5960
  controlRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
5979
5961
  fieldIconColor: import('vue').ComputedRef<string | undefined>;
5980
5962
  };
5981
- }> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "details" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "prefix" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
5963
+ }> & import('vue').ComponentCustomProperties, "type" | "error" | "reverse" | "flat" | "label" | "style" | "width" | "role" | "color" | "theme" | "class" | "disabled" | "$children" | "v-slots" | "v-slot:default" | keyof import('vue').VNodeProps | "placeholder" | "density" | "rounded" | "tile" | "variant" | "maxWidth" | "minWidth" | "loading" | "active" | "baseColor" | "prependIcon" | "appendIcon" | "readonly" | "v-slot:append" | "v-slot:loader" | "v-slot:prepend" | "id" | "name" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:label" | "prefix" | "iconColor" | "prependInnerIcon" | "appendInnerIcon" | "errorMessages" | "centerAffix" | "counter" | "counterValue" | "direction" | "hint" | "maxErrors" | "messages" | "suffix" | "autocomplete" | "focused" | "glow" | "hideSpinButtons" | "persistentHint" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "hideDetails" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "clearIcon" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "autofocus" | "persistentPlaceholder" | "persistentCounter" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
5982
5964
  _allExposed: {
5983
5965
  isFocused: import('vue').ShallowRef<boolean, boolean>;
5984
5966
  isPristine: import('vue').ShallowRef<boolean, boolean>;
@@ -6243,7 +6225,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6243
6225
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
6244
6226
  active: boolean;
6245
6227
  centerAffix: boolean;
6246
- details: boolean;
6247
6228
  dirty: boolean;
6248
6229
  disabled: boolean;
6249
6230
  glow: boolean;
@@ -6253,6 +6234,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6253
6234
  reverse: boolean;
6254
6235
  singleLine: boolean;
6255
6236
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
6237
+ details: boolean;
6256
6238
  }> & Omit<{
6257
6239
  theme?: string | undefined;
6258
6240
  class?: any;
@@ -6270,7 +6252,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6270
6252
  centerAffix?: boolean | undefined;
6271
6253
  color?: string | undefined;
6272
6254
  baseColor?: string | undefined;
6273
- details: boolean;
6274
6255
  dirty: boolean;
6275
6256
  disabled: boolean;
6276
6257
  glow: boolean;
@@ -6287,6 +6268,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6287
6268
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
6288
6269
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
6289
6270
  id?: string | undefined;
6271
+ details: boolean;
6290
6272
  } & 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">;
6291
6273
  $attrs: {
6292
6274
  [x: string]: unknown;
@@ -6331,7 +6313,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6331
6313
  clearable: boolean;
6332
6314
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
6333
6315
  active: boolean;
6334
- details: boolean;
6335
6316
  dirty: boolean;
6336
6317
  disabled: boolean;
6337
6318
  glow: boolean;
@@ -6341,6 +6322,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6341
6322
  reverse: boolean;
6342
6323
  singleLine: boolean;
6343
6324
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
6325
+ details: boolean;
6344
6326
  } & {
6345
6327
  theme?: string | undefined;
6346
6328
  class?: any;
@@ -6376,7 +6358,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6376
6358
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
6377
6359
  active: boolean;
6378
6360
  centerAffix: boolean;
6379
- details: boolean;
6380
6361
  dirty: boolean;
6381
6362
  disabled: boolean;
6382
6363
  glow: boolean;
@@ -6386,6 +6367,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6386
6367
  reverse: boolean;
6387
6368
  singleLine: boolean;
6388
6369
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
6370
+ details: boolean;
6389
6371
  }, {}, string, import('vue').SlotsType<Partial<{
6390
6372
  clear: (arg: import('vuetify/lib/components/VField/VField.mjs').DefaultInputSlot & {
6391
6373
  props: Record<string, any>;
@@ -6439,7 +6421,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6439
6421
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
6440
6422
  active: boolean;
6441
6423
  centerAffix: boolean;
6442
- details: boolean;
6443
6424
  dirty: boolean;
6444
6425
  disabled: boolean;
6445
6426
  glow: boolean;
@@ -6449,6 +6430,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6449
6430
  reverse: boolean;
6450
6431
  singleLine: boolean;
6451
6432
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
6433
+ details: boolean;
6452
6434
  }> & Omit<{
6453
6435
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
6454
6436
  focused: boolean;
@@ -6456,7 +6438,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6456
6438
  clearable: boolean;
6457
6439
  clearIcon: import('vuetify/lib/composables/icons.mjs').IconValue;
6458
6440
  active: boolean;
6459
- details: boolean;
6460
6441
  dirty: boolean;
6461
6442
  disabled: boolean;
6462
6443
  glow: boolean;
@@ -6466,6 +6447,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
6466
6447
  reverse: boolean;
6467
6448
  singleLine: boolean;
6468
6449
  variant: "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled";
6450
+ details: boolean;
6469
6451
  } & {
6470
6452
  theme?: string | undefined;
6471
6453
  class?: any;