vuetify 3.10.10 → 3.10.12

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 (54) hide show
  1. package/dist/json/attributes.json +3270 -3310
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +170 -170
  4. package/dist/json/tags.json +0 -10
  5. package/dist/json/web-types.json +6161 -6261
  6. package/dist/vuetify-labs.cjs +23 -10
  7. package/dist/vuetify-labs.css +4368 -4362
  8. package/dist/vuetify-labs.d.ts +465 -653
  9. package/dist/vuetify-labs.esm.js +23 -10
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +23 -10
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +23 -10
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3098 -3092
  16. package/dist/vuetify.d.ts +339 -467
  17. package/dist/vuetify.esm.js +23 -10
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +23 -10
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +25 -25
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.d.ts +63 -94
  25. package/lib/components/VCombobox/VCombobox.d.ts +63 -94
  26. package/lib/components/VField/VField.css +6 -1
  27. package/lib/components/VField/VField.d.ts +8 -13
  28. package/lib/components/VField/VField.js +1 -1
  29. package/lib/components/VField/VField.js.map +1 -1
  30. package/lib/components/VField/VField.sass +5 -0
  31. package/lib/components/VFileInput/VFileInput.d.ts +0 -13
  32. package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
  33. package/lib/components/VSelect/VSelect.d.ts +63 -94
  34. package/lib/components/VSelect/VSelect.js +14 -3
  35. package/lib/components/VSelect/VSelect.js.map +1 -1
  36. package/lib/components/VTabs/VTab.css +3 -2
  37. package/lib/components/VTabs/VTab.sass +2 -1
  38. package/lib/components/VTextField/VTextField.d.ts +18 -31
  39. package/lib/components/VTextarea/VTextarea.d.ts +0 -13
  40. package/lib/components/VWindow/VWindow.js +2 -2
  41. package/lib/components/VWindow/VWindow.js.map +1 -1
  42. package/lib/composables/autocomplete.js +1 -0
  43. package/lib/composables/autocomplete.js.map +1 -1
  44. package/lib/directives/tooltip/index.js +5 -2
  45. package/lib/directives/tooltip/index.js.map +1 -1
  46. package/lib/entry-bundler.js +1 -1
  47. package/lib/framework.d.ts +61 -61
  48. package/lib/framework.js +1 -1
  49. package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
  50. package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
  51. package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
  52. package/lib/util/helpers.js +1 -1
  53. package/lib/util/helpers.js.map +1 -1
  54. package/package.json +1 -1
@@ -56,7 +56,6 @@ export declare const makeVDateInputProps: <Defaults extends {
56
56
  active?: unknown;
57
57
  centerAffix?: unknown;
58
58
  baseColor?: unknown;
59
- details?: unknown;
60
59
  dirty?: unknown;
61
60
  glow?: unknown;
62
61
  error?: unknown;
@@ -401,10 +400,6 @@ export declare const makeVDateInputProps: <Defaults extends {
401
400
  type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
402
401
  default: unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"];
403
402
  };
404
- details: unknown extends Defaults["details"] ? BooleanConstructor : {
405
- type: PropType<unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"]>;
406
- default: unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"];
407
- };
408
403
  dirty: unknown extends Defaults["dirty"] ? BooleanConstructor : {
409
404
  type: PropType<unknown extends Defaults["dirty"] ? boolean : boolean | Defaults["dirty"]>;
410
405
  default: unknown extends Defaults["dirty"] ? boolean : boolean | Defaults["dirty"];
@@ -854,7 +849,6 @@ export declare const VDateInput: {
854
849
  clearable: boolean;
855
850
  clearIcon: import("../../composables/icons.js").IconValue;
856
851
  active: boolean;
857
- details: boolean;
858
852
  dirty: boolean;
859
853
  glow: boolean;
860
854
  error: boolean;
@@ -972,7 +966,6 @@ export declare const VDateInput: {
972
966
  clearIcon: import("../../composables/icons.js").IconValue;
973
967
  active: boolean;
974
968
  centerAffix: boolean;
975
- details: boolean;
976
969
  dirty: boolean;
977
970
  disabled: boolean;
978
971
  glow: boolean;
@@ -1064,7 +1057,6 @@ export declare const VDateInput: {
1064
1057
  centerAffix?: boolean | undefined;
1065
1058
  color?: string | undefined;
1066
1059
  baseColor?: string | undefined;
1067
- details: boolean;
1068
1060
  dirty: boolean;
1069
1061
  disabled: boolean;
1070
1062
  glow: boolean;
@@ -1111,7 +1103,7 @@ export declare const VDateInput: {
1111
1103
  "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
1112
1104
  "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1113
1105
  "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
1114
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "details" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
1106
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
1115
1107
  $attrs: {
1116
1108
  [x: string]: unknown;
1117
1109
  };
@@ -1179,7 +1171,6 @@ export declare const VDateInput: {
1179
1171
  clearable: boolean;
1180
1172
  clearIcon: import("../../composables/icons.js").IconValue;
1181
1173
  active: boolean;
1182
- details: boolean;
1183
1174
  dirty: boolean;
1184
1175
  disabled: boolean;
1185
1176
  glow: boolean;
@@ -1548,7 +1539,6 @@ export declare const VDateInput: {
1548
1539
  clearIcon: import("../../composables/icons.js").IconValue;
1549
1540
  active: boolean;
1550
1541
  centerAffix: boolean;
1551
- details: boolean;
1552
1542
  dirty: boolean;
1553
1543
  disabled: boolean;
1554
1544
  glow: boolean;
@@ -1558,6 +1548,7 @@ export declare const VDateInput: {
1558
1548
  reverse: boolean;
1559
1549
  singleLine: boolean;
1560
1550
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1551
+ details: boolean;
1561
1552
  }> & Omit<{
1562
1553
  theme?: string | undefined;
1563
1554
  class?: any;
@@ -1575,7 +1566,6 @@ export declare const VDateInput: {
1575
1566
  centerAffix?: boolean | undefined;
1576
1567
  color?: string | undefined;
1577
1568
  baseColor?: string | undefined;
1578
- details: boolean;
1579
1569
  dirty: boolean;
1580
1570
  disabled: boolean;
1581
1571
  glow: boolean;
@@ -1592,6 +1582,7 @@ export declare const VDateInput: {
1592
1582
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
1593
1583
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
1594
1584
  id?: string | undefined;
1585
+ details: boolean;
1595
1586
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
1596
1587
  $attrs: {
1597
1588
  [x: string]: unknown;
@@ -1636,7 +1627,6 @@ export declare const VDateInput: {
1636
1627
  clearable: boolean;
1637
1628
  clearIcon: import("../../composables/icons.js").IconValue;
1638
1629
  active: boolean;
1639
- details: boolean;
1640
1630
  dirty: boolean;
1641
1631
  disabled: boolean;
1642
1632
  glow: boolean;
@@ -1646,6 +1636,7 @@ export declare const VDateInput: {
1646
1636
  reverse: boolean;
1647
1637
  singleLine: boolean;
1648
1638
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1639
+ details: boolean;
1649
1640
  } & {
1650
1641
  theme?: string | undefined;
1651
1642
  class?: any;
@@ -1681,7 +1672,6 @@ export declare const VDateInput: {
1681
1672
  clearIcon: import("../../composables/icons.js").IconValue;
1682
1673
  active: boolean;
1683
1674
  centerAffix: boolean;
1684
- details: boolean;
1685
1675
  dirty: boolean;
1686
1676
  disabled: boolean;
1687
1677
  glow: boolean;
@@ -1691,6 +1681,7 @@ export declare const VDateInput: {
1691
1681
  reverse: boolean;
1692
1682
  singleLine: boolean;
1693
1683
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1684
+ details: boolean;
1694
1685
  }, {}, string, import("vue").SlotsType<Partial<{
1695
1686
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
1696
1687
  props: Record<string, any>;
@@ -1744,7 +1735,6 @@ export declare const VDateInput: {
1744
1735
  clearIcon: import("../../composables/icons.js").IconValue;
1745
1736
  active: boolean;
1746
1737
  centerAffix: boolean;
1747
- details: boolean;
1748
1738
  dirty: boolean;
1749
1739
  disabled: boolean;
1750
1740
  glow: boolean;
@@ -1754,6 +1744,7 @@ export declare const VDateInput: {
1754
1744
  reverse: boolean;
1755
1745
  singleLine: boolean;
1756
1746
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1747
+ details: boolean;
1757
1748
  }> & Omit<{
1758
1749
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1759
1750
  focused: boolean;
@@ -1761,7 +1752,6 @@ export declare const VDateInput: {
1761
1752
  clearable: boolean;
1762
1753
  clearIcon: import("../../composables/icons.js").IconValue;
1763
1754
  active: boolean;
1764
- details: boolean;
1765
1755
  dirty: boolean;
1766
1756
  disabled: boolean;
1767
1757
  glow: boolean;
@@ -1771,6 +1761,7 @@ export declare const VDateInput: {
1771
1761
  reverse: boolean;
1772
1762
  singleLine: boolean;
1773
1763
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1764
+ details: boolean;
1774
1765
  } & {
1775
1766
  theme?: string | undefined;
1776
1767
  class?: any;
@@ -1831,7 +1822,6 @@ export declare const VDateInput: {
1831
1822
  clearIcon: import("../../composables/icons.js").IconValue;
1832
1823
  active: boolean;
1833
1824
  centerAffix: boolean;
1834
- details: boolean;
1835
1825
  dirty: boolean;
1836
1826
  disabled: boolean;
1837
1827
  glow: boolean;
@@ -1922,7 +1912,6 @@ export declare const VDateInput: {
1922
1912
  clearIcon: import("../../composables/icons.js").IconValue;
1923
1913
  active: boolean;
1924
1914
  centerAffix: boolean;
1925
- details: boolean;
1926
1915
  dirty: boolean;
1927
1916
  disabled: boolean;
1928
1917
  glow: boolean;
@@ -1952,7 +1941,6 @@ export declare const VDateInput: {
1952
1941
  clearable: boolean;
1953
1942
  clearIcon: import("../../composables/icons.js").IconValue;
1954
1943
  active: boolean;
1955
- details: boolean;
1956
1944
  dirty: boolean;
1957
1945
  disabled: boolean;
1958
1946
  glow: boolean;
@@ -2066,7 +2054,7 @@ export declare const VDateInput: {
2066
2054
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
2067
2055
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
2068
2056
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
2069
- }, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "details" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "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" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
2057
+ }, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "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" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
2070
2058
  $: import("vue").ComponentInternalInstance;
2071
2059
  $data: {};
2072
2060
  $props: Partial<{
@@ -2321,7 +2309,6 @@ export declare const VDateInput: {
2321
2309
  clearIcon: import("../../composables/icons.js").IconValue;
2322
2310
  active: boolean;
2323
2311
  centerAffix: boolean;
2324
- details: boolean;
2325
2312
  dirty: boolean;
2326
2313
  disabled: boolean;
2327
2314
  glow: boolean;
@@ -2331,6 +2318,7 @@ export declare const VDateInput: {
2331
2318
  reverse: boolean;
2332
2319
  singleLine: boolean;
2333
2320
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2321
+ details: boolean;
2334
2322
  }> & Omit<{
2335
2323
  theme?: string | undefined;
2336
2324
  class?: any;
@@ -2348,7 +2336,6 @@ export declare const VDateInput: {
2348
2336
  centerAffix?: boolean | undefined;
2349
2337
  color?: string | undefined;
2350
2338
  baseColor?: string | undefined;
2351
- details: boolean;
2352
2339
  dirty: boolean;
2353
2340
  disabled: boolean;
2354
2341
  glow: boolean;
@@ -2365,6 +2352,7 @@ export declare const VDateInput: {
2365
2352
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2366
2353
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2367
2354
  id?: string | undefined;
2355
+ details: boolean;
2368
2356
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
2369
2357
  $attrs: {
2370
2358
  [x: string]: unknown;
@@ -2409,7 +2397,6 @@ export declare const VDateInput: {
2409
2397
  clearable: boolean;
2410
2398
  clearIcon: import("../../composables/icons.js").IconValue;
2411
2399
  active: boolean;
2412
- details: boolean;
2413
2400
  dirty: boolean;
2414
2401
  disabled: boolean;
2415
2402
  glow: boolean;
@@ -2419,6 +2406,7 @@ export declare const VDateInput: {
2419
2406
  reverse: boolean;
2420
2407
  singleLine: boolean;
2421
2408
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2409
+ details: boolean;
2422
2410
  } & {
2423
2411
  theme?: string | undefined;
2424
2412
  class?: any;
@@ -2454,7 +2442,6 @@ export declare const VDateInput: {
2454
2442
  clearIcon: import("../../composables/icons.js").IconValue;
2455
2443
  active: boolean;
2456
2444
  centerAffix: boolean;
2457
- details: boolean;
2458
2445
  dirty: boolean;
2459
2446
  disabled: boolean;
2460
2447
  glow: boolean;
@@ -2464,6 +2451,7 @@ export declare const VDateInput: {
2464
2451
  reverse: boolean;
2465
2452
  singleLine: boolean;
2466
2453
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2454
+ details: boolean;
2467
2455
  }, {}, string, import("vue").SlotsType<Partial<{
2468
2456
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
2469
2457
  props: Record<string, any>;
@@ -2517,7 +2505,6 @@ export declare const VDateInput: {
2517
2505
  clearIcon: import("../../composables/icons.js").IconValue;
2518
2506
  active: boolean;
2519
2507
  centerAffix: boolean;
2520
- details: boolean;
2521
2508
  dirty: boolean;
2522
2509
  disabled: boolean;
2523
2510
  glow: boolean;
@@ -2527,6 +2514,7 @@ export declare const VDateInput: {
2527
2514
  reverse: boolean;
2528
2515
  singleLine: boolean;
2529
2516
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2517
+ details: boolean;
2530
2518
  }> & Omit<{
2531
2519
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2532
2520
  focused: boolean;
@@ -2534,7 +2522,6 @@ export declare const VDateInput: {
2534
2522
  clearable: boolean;
2535
2523
  clearIcon: import("../../composables/icons.js").IconValue;
2536
2524
  active: boolean;
2537
- details: boolean;
2538
2525
  dirty: boolean;
2539
2526
  disabled: boolean;
2540
2527
  glow: boolean;
@@ -2544,6 +2531,7 @@ export declare const VDateInput: {
2544
2531
  reverse: boolean;
2545
2532
  singleLine: boolean;
2546
2533
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2534
+ details: boolean;
2547
2535
  } & {
2548
2536
  theme?: string | undefined;
2549
2537
  class?: any;
@@ -2581,7 +2569,7 @@ export declare const VDateInput: {
2581
2569
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
2582
2570
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
2583
2571
  } | {};
2584
- }> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "details" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
2572
+ }> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
2585
2573
  _allExposed: {} | (HTMLInputElement & Omit<Omit<{
2586
2574
  $: import("vue").ComponentInternalInstance;
2587
2575
  $data: {};
@@ -2837,7 +2825,6 @@ export declare const VDateInput: {
2837
2825
  clearIcon: import("../../composables/icons.js").IconValue;
2838
2826
  active: boolean;
2839
2827
  centerAffix: boolean;
2840
- details: boolean;
2841
2828
  dirty: boolean;
2842
2829
  disabled: boolean;
2843
2830
  glow: boolean;
@@ -2847,6 +2834,7 @@ export declare const VDateInput: {
2847
2834
  reverse: boolean;
2848
2835
  singleLine: boolean;
2849
2836
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2837
+ details: boolean;
2850
2838
  }> & Omit<{
2851
2839
  theme?: string | undefined;
2852
2840
  class?: any;
@@ -2864,7 +2852,6 @@ export declare const VDateInput: {
2864
2852
  centerAffix?: boolean | undefined;
2865
2853
  color?: string | undefined;
2866
2854
  baseColor?: string | undefined;
2867
- details: boolean;
2868
2855
  dirty: boolean;
2869
2856
  disabled: boolean;
2870
2857
  glow: boolean;
@@ -2881,6 +2868,7 @@ export declare const VDateInput: {
2881
2868
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
2882
2869
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
2883
2870
  id?: string | undefined;
2871
+ details: boolean;
2884
2872
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
2885
2873
  $attrs: {
2886
2874
  [x: string]: unknown;
@@ -2925,7 +2913,6 @@ export declare const VDateInput: {
2925
2913
  clearable: boolean;
2926
2914
  clearIcon: import("../../composables/icons.js").IconValue;
2927
2915
  active: boolean;
2928
- details: boolean;
2929
2916
  dirty: boolean;
2930
2917
  disabled: boolean;
2931
2918
  glow: boolean;
@@ -2935,6 +2922,7 @@ export declare const VDateInput: {
2935
2922
  reverse: boolean;
2936
2923
  singleLine: boolean;
2937
2924
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2925
+ details: boolean;
2938
2926
  } & {
2939
2927
  theme?: string | undefined;
2940
2928
  class?: any;
@@ -2970,7 +2958,6 @@ export declare const VDateInput: {
2970
2958
  clearIcon: import("../../composables/icons.js").IconValue;
2971
2959
  active: boolean;
2972
2960
  centerAffix: boolean;
2973
- details: boolean;
2974
2961
  dirty: boolean;
2975
2962
  disabled: boolean;
2976
2963
  glow: boolean;
@@ -2980,6 +2967,7 @@ export declare const VDateInput: {
2980
2967
  reverse: boolean;
2981
2968
  singleLine: boolean;
2982
2969
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2970
+ details: boolean;
2983
2971
  }, {}, string, import("vue").SlotsType<Partial<{
2984
2972
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
2985
2973
  props: Record<string, any>;
@@ -3033,7 +3021,6 @@ export declare const VDateInput: {
3033
3021
  clearIcon: import("../../composables/icons.js").IconValue;
3034
3022
  active: boolean;
3035
3023
  centerAffix: boolean;
3036
- details: boolean;
3037
3024
  dirty: boolean;
3038
3025
  disabled: boolean;
3039
3026
  glow: boolean;
@@ -3043,6 +3030,7 @@ export declare const VDateInput: {
3043
3030
  reverse: boolean;
3044
3031
  singleLine: boolean;
3045
3032
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
3033
+ details: boolean;
3046
3034
  }> & Omit<{
3047
3035
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3048
3036
  focused: boolean;
@@ -3050,7 +3038,6 @@ export declare const VDateInput: {
3050
3038
  clearable: boolean;
3051
3039
  clearIcon: import("../../composables/icons.js").IconValue;
3052
3040
  active: boolean;
3053
- details: boolean;
3054
3041
  dirty: boolean;
3055
3042
  disabled: boolean;
3056
3043
  glow: boolean;
@@ -3060,6 +3047,7 @@ export declare const VDateInput: {
3060
3047
  reverse: boolean;
3061
3048
  singleLine: boolean;
3062
3049
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
3050
+ details: boolean;
3063
3051
  } & {
3064
3052
  theme?: string | undefined;
3065
3053
  class?: any;
@@ -3125,7 +3113,6 @@ export declare const VDateInput: {
3125
3113
  clearIcon: import("../../composables/icons.js").IconValue;
3126
3114
  active: boolean;
3127
3115
  centerAffix: boolean;
3128
- details: boolean;
3129
3116
  dirty: boolean;
3130
3117
  glow: boolean;
3131
3118
  error: boolean;
@@ -3280,7 +3267,6 @@ export declare const VDateInput: {
3280
3267
  clearable: boolean;
3281
3268
  clearIcon: import("../../composables/icons.js").IconValue;
3282
3269
  active: boolean;
3283
- details: boolean;
3284
3270
  dirty: boolean;
3285
3271
  glow: boolean;
3286
3272
  error: boolean;
@@ -3398,7 +3384,6 @@ export declare const VDateInput: {
3398
3384
  clearIcon: import("../../composables/icons.js").IconValue;
3399
3385
  active: boolean;
3400
3386
  centerAffix: boolean;
3401
- details: boolean;
3402
3387
  dirty: boolean;
3403
3388
  disabled: boolean;
3404
3389
  glow: boolean;
@@ -3490,7 +3475,6 @@ export declare const VDateInput: {
3490
3475
  centerAffix?: boolean | undefined;
3491
3476
  color?: string | undefined;
3492
3477
  baseColor?: string | undefined;
3493
- details: boolean;
3494
3478
  dirty: boolean;
3495
3479
  disabled: boolean;
3496
3480
  glow: boolean;
@@ -3537,7 +3521,7 @@ export declare const VDateInput: {
3537
3521
  "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
3538
3522
  "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3539
3523
  "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
3540
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "details" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
3524
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
3541
3525
  $attrs: {
3542
3526
  [x: string]: unknown;
3543
3527
  };
@@ -3605,7 +3589,6 @@ export declare const VDateInput: {
3605
3589
  clearable: boolean;
3606
3590
  clearIcon: import("../../composables/icons.js").IconValue;
3607
3591
  active: boolean;
3608
- details: boolean;
3609
3592
  dirty: boolean;
3610
3593
  disabled: boolean;
3611
3594
  glow: boolean;
@@ -3974,7 +3957,6 @@ export declare const VDateInput: {
3974
3957
  clearIcon: import("../../composables/icons.js").IconValue;
3975
3958
  active: boolean;
3976
3959
  centerAffix: boolean;
3977
- details: boolean;
3978
3960
  dirty: boolean;
3979
3961
  disabled: boolean;
3980
3962
  glow: boolean;
@@ -3984,6 +3966,7 @@ export declare const VDateInput: {
3984
3966
  reverse: boolean;
3985
3967
  singleLine: boolean;
3986
3968
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
3969
+ details: boolean;
3987
3970
  }> & Omit<{
3988
3971
  theme?: string | undefined;
3989
3972
  class?: any;
@@ -4001,7 +3984,6 @@ export declare const VDateInput: {
4001
3984
  centerAffix?: boolean | undefined;
4002
3985
  color?: string | undefined;
4003
3986
  baseColor?: string | undefined;
4004
- details: boolean;
4005
3987
  dirty: boolean;
4006
3988
  disabled: boolean;
4007
3989
  glow: boolean;
@@ -4018,6 +4000,7 @@ export declare const VDateInput: {
4018
4000
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
4019
4001
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
4020
4002
  id?: string | undefined;
4003
+ details: boolean;
4021
4004
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
4022
4005
  $attrs: {
4023
4006
  [x: string]: unknown;
@@ -4062,7 +4045,6 @@ export declare const VDateInput: {
4062
4045
  clearable: boolean;
4063
4046
  clearIcon: import("../../composables/icons.js").IconValue;
4064
4047
  active: boolean;
4065
- details: boolean;
4066
4048
  dirty: boolean;
4067
4049
  disabled: boolean;
4068
4050
  glow: boolean;
@@ -4072,6 +4054,7 @@ export declare const VDateInput: {
4072
4054
  reverse: boolean;
4073
4055
  singleLine: boolean;
4074
4056
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4057
+ details: boolean;
4075
4058
  } & {
4076
4059
  theme?: string | undefined;
4077
4060
  class?: any;
@@ -4107,7 +4090,6 @@ export declare const VDateInput: {
4107
4090
  clearIcon: import("../../composables/icons.js").IconValue;
4108
4091
  active: boolean;
4109
4092
  centerAffix: boolean;
4110
- details: boolean;
4111
4093
  dirty: boolean;
4112
4094
  disabled: boolean;
4113
4095
  glow: boolean;
@@ -4117,6 +4099,7 @@ export declare const VDateInput: {
4117
4099
  reverse: boolean;
4118
4100
  singleLine: boolean;
4119
4101
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4102
+ details: boolean;
4120
4103
  }, {}, string, import("vue").SlotsType<Partial<{
4121
4104
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
4122
4105
  props: Record<string, any>;
@@ -4170,7 +4153,6 @@ export declare const VDateInput: {
4170
4153
  clearIcon: import("../../composables/icons.js").IconValue;
4171
4154
  active: boolean;
4172
4155
  centerAffix: boolean;
4173
- details: boolean;
4174
4156
  dirty: boolean;
4175
4157
  disabled: boolean;
4176
4158
  glow: boolean;
@@ -4180,6 +4162,7 @@ export declare const VDateInput: {
4180
4162
  reverse: boolean;
4181
4163
  singleLine: boolean;
4182
4164
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4165
+ details: boolean;
4183
4166
  }> & Omit<{
4184
4167
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4185
4168
  focused: boolean;
@@ -4187,7 +4170,6 @@ export declare const VDateInput: {
4187
4170
  clearable: boolean;
4188
4171
  clearIcon: import("../../composables/icons.js").IconValue;
4189
4172
  active: boolean;
4190
- details: boolean;
4191
4173
  dirty: boolean;
4192
4174
  disabled: boolean;
4193
4175
  glow: boolean;
@@ -4197,6 +4179,7 @@ export declare const VDateInput: {
4197
4179
  reverse: boolean;
4198
4180
  singleLine: boolean;
4199
4181
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4182
+ details: boolean;
4200
4183
  } & {
4201
4184
  theme?: string | undefined;
4202
4185
  class?: any;
@@ -4257,7 +4240,6 @@ export declare const VDateInput: {
4257
4240
  clearIcon: import("../../composables/icons.js").IconValue;
4258
4241
  active: boolean;
4259
4242
  centerAffix: boolean;
4260
- details: boolean;
4261
4243
  dirty: boolean;
4262
4244
  disabled: boolean;
4263
4245
  glow: boolean;
@@ -4348,7 +4330,6 @@ export declare const VDateInput: {
4348
4330
  clearIcon: import("../../composables/icons.js").IconValue;
4349
4331
  active: boolean;
4350
4332
  centerAffix: boolean;
4351
- details: boolean;
4352
4333
  dirty: boolean;
4353
4334
  disabled: boolean;
4354
4335
  glow: boolean;
@@ -4378,7 +4359,6 @@ export declare const VDateInput: {
4378
4359
  clearable: boolean;
4379
4360
  clearIcon: import("../../composables/icons.js").IconValue;
4380
4361
  active: boolean;
4381
- details: boolean;
4382
4362
  dirty: boolean;
4383
4363
  disabled: boolean;
4384
4364
  glow: boolean;
@@ -4492,7 +4472,7 @@ export declare const VDateInput: {
4492
4472
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
4493
4473
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
4494
4474
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
4495
- }, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "details" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "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" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
4475
+ }, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "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" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
4496
4476
  $: import("vue").ComponentInternalInstance;
4497
4477
  $data: {};
4498
4478
  $props: Partial<{
@@ -4747,7 +4727,6 @@ export declare const VDateInput: {
4747
4727
  clearIcon: import("../../composables/icons.js").IconValue;
4748
4728
  active: boolean;
4749
4729
  centerAffix: boolean;
4750
- details: boolean;
4751
4730
  dirty: boolean;
4752
4731
  disabled: boolean;
4753
4732
  glow: boolean;
@@ -4757,6 +4736,7 @@ export declare const VDateInput: {
4757
4736
  reverse: boolean;
4758
4737
  singleLine: boolean;
4759
4738
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4739
+ details: boolean;
4760
4740
  }> & Omit<{
4761
4741
  theme?: string | undefined;
4762
4742
  class?: any;
@@ -4774,7 +4754,6 @@ export declare const VDateInput: {
4774
4754
  centerAffix?: boolean | undefined;
4775
4755
  color?: string | undefined;
4776
4756
  baseColor?: string | undefined;
4777
- details: boolean;
4778
4757
  dirty: boolean;
4779
4758
  disabled: boolean;
4780
4759
  glow: boolean;
@@ -4791,6 +4770,7 @@ export declare const VDateInput: {
4791
4770
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
4792
4771
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
4793
4772
  id?: string | undefined;
4773
+ details: boolean;
4794
4774
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
4795
4775
  $attrs: {
4796
4776
  [x: string]: unknown;
@@ -4835,7 +4815,6 @@ export declare const VDateInput: {
4835
4815
  clearable: boolean;
4836
4816
  clearIcon: import("../../composables/icons.js").IconValue;
4837
4817
  active: boolean;
4838
- details: boolean;
4839
4818
  dirty: boolean;
4840
4819
  disabled: boolean;
4841
4820
  glow: boolean;
@@ -4845,6 +4824,7 @@ export declare const VDateInput: {
4845
4824
  reverse: boolean;
4846
4825
  singleLine: boolean;
4847
4826
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4827
+ details: boolean;
4848
4828
  } & {
4849
4829
  theme?: string | undefined;
4850
4830
  class?: any;
@@ -4880,7 +4860,6 @@ export declare const VDateInput: {
4880
4860
  clearIcon: import("../../composables/icons.js").IconValue;
4881
4861
  active: boolean;
4882
4862
  centerAffix: boolean;
4883
- details: boolean;
4884
4863
  dirty: boolean;
4885
4864
  disabled: boolean;
4886
4865
  glow: boolean;
@@ -4890,6 +4869,7 @@ export declare const VDateInput: {
4890
4869
  reverse: boolean;
4891
4870
  singleLine: boolean;
4892
4871
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4872
+ details: boolean;
4893
4873
  }, {}, string, import("vue").SlotsType<Partial<{
4894
4874
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
4895
4875
  props: Record<string, any>;
@@ -4943,7 +4923,6 @@ export declare const VDateInput: {
4943
4923
  clearIcon: import("../../composables/icons.js").IconValue;
4944
4924
  active: boolean;
4945
4925
  centerAffix: boolean;
4946
- details: boolean;
4947
4926
  dirty: boolean;
4948
4927
  disabled: boolean;
4949
4928
  glow: boolean;
@@ -4953,6 +4932,7 @@ export declare const VDateInput: {
4953
4932
  reverse: boolean;
4954
4933
  singleLine: boolean;
4955
4934
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4935
+ details: boolean;
4956
4936
  }> & Omit<{
4957
4937
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4958
4938
  focused: boolean;
@@ -4960,7 +4940,6 @@ export declare const VDateInput: {
4960
4940
  clearable: boolean;
4961
4941
  clearIcon: import("../../composables/icons.js").IconValue;
4962
4942
  active: boolean;
4963
- details: boolean;
4964
4943
  dirty: boolean;
4965
4944
  disabled: boolean;
4966
4945
  glow: boolean;
@@ -4970,6 +4949,7 @@ export declare const VDateInput: {
4970
4949
  reverse: boolean;
4971
4950
  singleLine: boolean;
4972
4951
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4952
+ details: boolean;
4973
4953
  } & {
4974
4954
  theme?: string | undefined;
4975
4955
  class?: any;
@@ -5007,7 +4987,7 @@ export declare const VDateInput: {
5007
4987
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
5008
4988
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
5009
4989
  } | {};
5010
- }> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "details" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
4990
+ }> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
5011
4991
  _allExposed: {} | (HTMLInputElement & Omit<Omit<{
5012
4992
  $: import("vue").ComponentInternalInstance;
5013
4993
  $data: {};
@@ -5263,7 +5243,6 @@ export declare const VDateInput: {
5263
5243
  clearIcon: import("../../composables/icons.js").IconValue;
5264
5244
  active: boolean;
5265
5245
  centerAffix: boolean;
5266
- details: boolean;
5267
5246
  dirty: boolean;
5268
5247
  disabled: boolean;
5269
5248
  glow: boolean;
@@ -5273,6 +5252,7 @@ export declare const VDateInput: {
5273
5252
  reverse: boolean;
5274
5253
  singleLine: boolean;
5275
5254
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5255
+ details: boolean;
5276
5256
  }> & Omit<{
5277
5257
  theme?: string | undefined;
5278
5258
  class?: any;
@@ -5290,7 +5270,6 @@ export declare const VDateInput: {
5290
5270
  centerAffix?: boolean | undefined;
5291
5271
  color?: string | undefined;
5292
5272
  baseColor?: string | undefined;
5293
- details: boolean;
5294
5273
  dirty: boolean;
5295
5274
  disabled: boolean;
5296
5275
  glow: boolean;
@@ -5307,6 +5286,7 @@ export declare const VDateInput: {
5307
5286
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
5308
5287
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
5309
5288
  id?: string | undefined;
5289
+ details: boolean;
5310
5290
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
5311
5291
  $attrs: {
5312
5292
  [x: string]: unknown;
@@ -5351,7 +5331,6 @@ export declare const VDateInput: {
5351
5331
  clearable: boolean;
5352
5332
  clearIcon: import("../../composables/icons.js").IconValue;
5353
5333
  active: boolean;
5354
- details: boolean;
5355
5334
  dirty: boolean;
5356
5335
  disabled: boolean;
5357
5336
  glow: boolean;
@@ -5361,6 +5340,7 @@ export declare const VDateInput: {
5361
5340
  reverse: boolean;
5362
5341
  singleLine: boolean;
5363
5342
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5343
+ details: boolean;
5364
5344
  } & {
5365
5345
  theme?: string | undefined;
5366
5346
  class?: any;
@@ -5396,7 +5376,6 @@ export declare const VDateInput: {
5396
5376
  clearIcon: import("../../composables/icons.js").IconValue;
5397
5377
  active: boolean;
5398
5378
  centerAffix: boolean;
5399
- details: boolean;
5400
5379
  dirty: boolean;
5401
5380
  disabled: boolean;
5402
5381
  glow: boolean;
@@ -5406,6 +5385,7 @@ export declare const VDateInput: {
5406
5385
  reverse: boolean;
5407
5386
  singleLine: boolean;
5408
5387
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5388
+ details: boolean;
5409
5389
  }, {}, string, import("vue").SlotsType<Partial<{
5410
5390
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
5411
5391
  props: Record<string, any>;
@@ -5459,7 +5439,6 @@ export declare const VDateInput: {
5459
5439
  clearIcon: import("../../composables/icons.js").IconValue;
5460
5440
  active: boolean;
5461
5441
  centerAffix: boolean;
5462
- details: boolean;
5463
5442
  dirty: boolean;
5464
5443
  disabled: boolean;
5465
5444
  glow: boolean;
@@ -5469,6 +5448,7 @@ export declare const VDateInput: {
5469
5448
  reverse: boolean;
5470
5449
  singleLine: boolean;
5471
5450
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5451
+ details: boolean;
5472
5452
  }> & Omit<{
5473
5453
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5474
5454
  focused: boolean;
@@ -5476,7 +5456,6 @@ export declare const VDateInput: {
5476
5456
  clearable: boolean;
5477
5457
  clearIcon: import("../../composables/icons.js").IconValue;
5478
5458
  active: boolean;
5479
- details: boolean;
5480
5459
  dirty: boolean;
5481
5460
  disabled: boolean;
5482
5461
  glow: boolean;
@@ -5486,6 +5465,7 @@ export declare const VDateInput: {
5486
5465
  reverse: boolean;
5487
5466
  singleLine: boolean;
5488
5467
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5468
+ details: boolean;
5489
5469
  } & {
5490
5470
  theme?: string | undefined;
5491
5471
  class?: any;
@@ -5545,7 +5525,6 @@ export declare const VDateInput: {
5545
5525
  clearIcon: import("../../composables/icons.js").IconValue;
5546
5526
  active: boolean;
5547
5527
  centerAffix: boolean;
5548
- details: boolean;
5549
5528
  dirty: boolean;
5550
5529
  glow: boolean;
5551
5530
  error: boolean;
@@ -5608,7 +5587,6 @@ export declare const VDateInput: {
5608
5587
  clearable: boolean;
5609
5588
  clearIcon: import("../../composables/icons.js").IconValue;
5610
5589
  active: boolean;
5611
- details: boolean;
5612
5590
  dirty: boolean;
5613
5591
  glow: boolean;
5614
5592
  error: boolean;
@@ -5726,7 +5704,6 @@ export declare const VDateInput: {
5726
5704
  clearIcon: import("../../composables/icons.js").IconValue;
5727
5705
  active: boolean;
5728
5706
  centerAffix: boolean;
5729
- details: boolean;
5730
5707
  dirty: boolean;
5731
5708
  disabled: boolean;
5732
5709
  glow: boolean;
@@ -5818,7 +5795,6 @@ export declare const VDateInput: {
5818
5795
  centerAffix?: boolean | undefined;
5819
5796
  color?: string | undefined;
5820
5797
  baseColor?: string | undefined;
5821
- details: boolean;
5822
5798
  dirty: boolean;
5823
5799
  disabled: boolean;
5824
5800
  glow: boolean;
@@ -5865,7 +5841,7 @@ export declare const VDateInput: {
5865
5841
  "v-slot:message"?: false | ((arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
5866
5842
  "v-slot:prepend"?: false | ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
5867
5843
  "v-slot:prepend-inner"?: false | ((arg: import("../../components/VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
5868
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "details" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
5844
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
5869
5845
  $attrs: {
5870
5846
  [x: string]: unknown;
5871
5847
  };
@@ -5933,7 +5909,6 @@ export declare const VDateInput: {
5933
5909
  clearable: boolean;
5934
5910
  clearIcon: import("../../composables/icons.js").IconValue;
5935
5911
  active: boolean;
5936
- details: boolean;
5937
5912
  dirty: boolean;
5938
5913
  disabled: boolean;
5939
5914
  glow: boolean;
@@ -6302,7 +6277,6 @@ export declare const VDateInput: {
6302
6277
  clearIcon: import("../../composables/icons.js").IconValue;
6303
6278
  active: boolean;
6304
6279
  centerAffix: boolean;
6305
- details: boolean;
6306
6280
  dirty: boolean;
6307
6281
  disabled: boolean;
6308
6282
  glow: boolean;
@@ -6312,6 +6286,7 @@ export declare const VDateInput: {
6312
6286
  reverse: boolean;
6313
6287
  singleLine: boolean;
6314
6288
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6289
+ details: boolean;
6315
6290
  }> & Omit<{
6316
6291
  theme?: string | undefined;
6317
6292
  class?: any;
@@ -6329,7 +6304,6 @@ export declare const VDateInput: {
6329
6304
  centerAffix?: boolean | undefined;
6330
6305
  color?: string | undefined;
6331
6306
  baseColor?: string | undefined;
6332
- details: boolean;
6333
6307
  dirty: boolean;
6334
6308
  disabled: boolean;
6335
6309
  glow: boolean;
@@ -6346,6 +6320,7 @@ export declare const VDateInput: {
6346
6320
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
6347
6321
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
6348
6322
  id?: string | undefined;
6323
+ details: boolean;
6349
6324
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
6350
6325
  $attrs: {
6351
6326
  [x: string]: unknown;
@@ -6390,7 +6365,6 @@ export declare const VDateInput: {
6390
6365
  clearable: boolean;
6391
6366
  clearIcon: import("../../composables/icons.js").IconValue;
6392
6367
  active: boolean;
6393
- details: boolean;
6394
6368
  dirty: boolean;
6395
6369
  disabled: boolean;
6396
6370
  glow: boolean;
@@ -6400,6 +6374,7 @@ export declare const VDateInput: {
6400
6374
  reverse: boolean;
6401
6375
  singleLine: boolean;
6402
6376
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6377
+ details: boolean;
6403
6378
  } & {
6404
6379
  theme?: string | undefined;
6405
6380
  class?: any;
@@ -6435,7 +6410,6 @@ export declare const VDateInput: {
6435
6410
  clearIcon: import("../../composables/icons.js").IconValue;
6436
6411
  active: boolean;
6437
6412
  centerAffix: boolean;
6438
- details: boolean;
6439
6413
  dirty: boolean;
6440
6414
  disabled: boolean;
6441
6415
  glow: boolean;
@@ -6445,6 +6419,7 @@ export declare const VDateInput: {
6445
6419
  reverse: boolean;
6446
6420
  singleLine: boolean;
6447
6421
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6422
+ details: boolean;
6448
6423
  }, {}, string, import("vue").SlotsType<Partial<{
6449
6424
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
6450
6425
  props: Record<string, any>;
@@ -6498,7 +6473,6 @@ export declare const VDateInput: {
6498
6473
  clearIcon: import("../../composables/icons.js").IconValue;
6499
6474
  active: boolean;
6500
6475
  centerAffix: boolean;
6501
- details: boolean;
6502
6476
  dirty: boolean;
6503
6477
  disabled: boolean;
6504
6478
  glow: boolean;
@@ -6508,6 +6482,7 @@ export declare const VDateInput: {
6508
6482
  reverse: boolean;
6509
6483
  singleLine: boolean;
6510
6484
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6485
+ details: boolean;
6511
6486
  }> & Omit<{
6512
6487
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6513
6488
  focused: boolean;
@@ -6515,7 +6490,6 @@ export declare const VDateInput: {
6515
6490
  clearable: boolean;
6516
6491
  clearIcon: import("../../composables/icons.js").IconValue;
6517
6492
  active: boolean;
6518
- details: boolean;
6519
6493
  dirty: boolean;
6520
6494
  disabled: boolean;
6521
6495
  glow: boolean;
@@ -6525,6 +6499,7 @@ export declare const VDateInput: {
6525
6499
  reverse: boolean;
6526
6500
  singleLine: boolean;
6527
6501
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6502
+ details: boolean;
6528
6503
  } & {
6529
6504
  theme?: string | undefined;
6530
6505
  class?: any;
@@ -6585,7 +6560,6 @@ export declare const VDateInput: {
6585
6560
  clearIcon: import("../../composables/icons.js").IconValue;
6586
6561
  active: boolean;
6587
6562
  centerAffix: boolean;
6588
- details: boolean;
6589
6563
  dirty: boolean;
6590
6564
  disabled: boolean;
6591
6565
  glow: boolean;
@@ -6676,7 +6650,6 @@ export declare const VDateInput: {
6676
6650
  clearIcon: import("../../composables/icons.js").IconValue;
6677
6651
  active: boolean;
6678
6652
  centerAffix: boolean;
6679
- details: boolean;
6680
6653
  dirty: boolean;
6681
6654
  disabled: boolean;
6682
6655
  glow: boolean;
@@ -6706,7 +6679,6 @@ export declare const VDateInput: {
6706
6679
  clearable: boolean;
6707
6680
  clearIcon: import("../../composables/icons.js").IconValue;
6708
6681
  active: boolean;
6709
- details: boolean;
6710
6682
  dirty: boolean;
6711
6683
  disabled: boolean;
6712
6684
  glow: boolean;
@@ -6820,7 +6792,7 @@ export declare const VDateInput: {
6820
6792
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
6821
6793
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6822
6794
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
6823
- }, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "details" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "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" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
6795
+ }, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "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" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
6824
6796
  $: import("vue").ComponentInternalInstance;
6825
6797
  $data: {};
6826
6798
  $props: Partial<{
@@ -7075,7 +7047,6 @@ export declare const VDateInput: {
7075
7047
  clearIcon: import("../../composables/icons.js").IconValue;
7076
7048
  active: boolean;
7077
7049
  centerAffix: boolean;
7078
- details: boolean;
7079
7050
  dirty: boolean;
7080
7051
  disabled: boolean;
7081
7052
  glow: boolean;
@@ -7085,6 +7056,7 @@ export declare const VDateInput: {
7085
7056
  reverse: boolean;
7086
7057
  singleLine: boolean;
7087
7058
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7059
+ details: boolean;
7088
7060
  }> & Omit<{
7089
7061
  theme?: string | undefined;
7090
7062
  class?: any;
@@ -7102,7 +7074,6 @@ export declare const VDateInput: {
7102
7074
  centerAffix?: boolean | undefined;
7103
7075
  color?: string | undefined;
7104
7076
  baseColor?: string | undefined;
7105
- details: boolean;
7106
7077
  dirty: boolean;
7107
7078
  disabled: boolean;
7108
7079
  glow: boolean;
@@ -7119,6 +7090,7 @@ export declare const VDateInput: {
7119
7090
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
7120
7091
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
7121
7092
  id?: string | undefined;
7093
+ details: boolean;
7122
7094
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
7123
7095
  $attrs: {
7124
7096
  [x: string]: unknown;
@@ -7163,7 +7135,6 @@ export declare const VDateInput: {
7163
7135
  clearable: boolean;
7164
7136
  clearIcon: import("../../composables/icons.js").IconValue;
7165
7137
  active: boolean;
7166
- details: boolean;
7167
7138
  dirty: boolean;
7168
7139
  disabled: boolean;
7169
7140
  glow: boolean;
@@ -7173,6 +7144,7 @@ export declare const VDateInput: {
7173
7144
  reverse: boolean;
7174
7145
  singleLine: boolean;
7175
7146
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7147
+ details: boolean;
7176
7148
  } & {
7177
7149
  theme?: string | undefined;
7178
7150
  class?: any;
@@ -7208,7 +7180,6 @@ export declare const VDateInput: {
7208
7180
  clearIcon: import("../../composables/icons.js").IconValue;
7209
7181
  active: boolean;
7210
7182
  centerAffix: boolean;
7211
- details: boolean;
7212
7183
  dirty: boolean;
7213
7184
  disabled: boolean;
7214
7185
  glow: boolean;
@@ -7218,6 +7189,7 @@ export declare const VDateInput: {
7218
7189
  reverse: boolean;
7219
7190
  singleLine: boolean;
7220
7191
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7192
+ details: boolean;
7221
7193
  }, {}, string, import("vue").SlotsType<Partial<{
7222
7194
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
7223
7195
  props: Record<string, any>;
@@ -7271,7 +7243,6 @@ export declare const VDateInput: {
7271
7243
  clearIcon: import("../../composables/icons.js").IconValue;
7272
7244
  active: boolean;
7273
7245
  centerAffix: boolean;
7274
- details: boolean;
7275
7246
  dirty: boolean;
7276
7247
  disabled: boolean;
7277
7248
  glow: boolean;
@@ -7281,6 +7252,7 @@ export declare const VDateInput: {
7281
7252
  reverse: boolean;
7282
7253
  singleLine: boolean;
7283
7254
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7255
+ details: boolean;
7284
7256
  }> & Omit<{
7285
7257
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7286
7258
  focused: boolean;
@@ -7288,7 +7260,6 @@ export declare const VDateInput: {
7288
7260
  clearable: boolean;
7289
7261
  clearIcon: import("../../composables/icons.js").IconValue;
7290
7262
  active: boolean;
7291
- details: boolean;
7292
7263
  dirty: boolean;
7293
7264
  disabled: boolean;
7294
7265
  glow: boolean;
@@ -7298,6 +7269,7 @@ export declare const VDateInput: {
7298
7269
  reverse: boolean;
7299
7270
  singleLine: boolean;
7300
7271
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7272
+ details: boolean;
7301
7273
  } & {
7302
7274
  theme?: string | undefined;
7303
7275
  class?: any;
@@ -7335,7 +7307,7 @@ export declare const VDateInput: {
7335
7307
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
7336
7308
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
7337
7309
  } | {};
7338
- }> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "details" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
7310
+ }> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
7339
7311
  _allExposed: {} | (HTMLInputElement & Omit<Omit<{
7340
7312
  $: import("vue").ComponentInternalInstance;
7341
7313
  $data: {};
@@ -7591,7 +7563,6 @@ export declare const VDateInput: {
7591
7563
  clearIcon: import("../../composables/icons.js").IconValue;
7592
7564
  active: boolean;
7593
7565
  centerAffix: boolean;
7594
- details: boolean;
7595
7566
  dirty: boolean;
7596
7567
  disabled: boolean;
7597
7568
  glow: boolean;
@@ -7601,6 +7572,7 @@ export declare const VDateInput: {
7601
7572
  reverse: boolean;
7602
7573
  singleLine: boolean;
7603
7574
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7575
+ details: boolean;
7604
7576
  }> & Omit<{
7605
7577
  theme?: string | undefined;
7606
7578
  class?: any;
@@ -7618,7 +7590,6 @@ export declare const VDateInput: {
7618
7590
  centerAffix?: boolean | undefined;
7619
7591
  color?: string | undefined;
7620
7592
  baseColor?: string | undefined;
7621
- details: boolean;
7622
7593
  dirty: boolean;
7623
7594
  disabled: boolean;
7624
7595
  glow: boolean;
@@ -7635,6 +7606,7 @@ export declare const VDateInput: {
7635
7606
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
7636
7607
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
7637
7608
  id?: string | undefined;
7609
+ details: boolean;
7638
7610
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
7639
7611
  $attrs: {
7640
7612
  [x: string]: unknown;
@@ -7679,7 +7651,6 @@ export declare const VDateInput: {
7679
7651
  clearable: boolean;
7680
7652
  clearIcon: import("../../composables/icons.js").IconValue;
7681
7653
  active: boolean;
7682
- details: boolean;
7683
7654
  dirty: boolean;
7684
7655
  disabled: boolean;
7685
7656
  glow: boolean;
@@ -7689,6 +7660,7 @@ export declare const VDateInput: {
7689
7660
  reverse: boolean;
7690
7661
  singleLine: boolean;
7691
7662
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7663
+ details: boolean;
7692
7664
  } & {
7693
7665
  theme?: string | undefined;
7694
7666
  class?: any;
@@ -7724,7 +7696,6 @@ export declare const VDateInput: {
7724
7696
  clearIcon: import("../../composables/icons.js").IconValue;
7725
7697
  active: boolean;
7726
7698
  centerAffix: boolean;
7727
- details: boolean;
7728
7699
  dirty: boolean;
7729
7700
  disabled: boolean;
7730
7701
  glow: boolean;
@@ -7734,6 +7705,7 @@ export declare const VDateInput: {
7734
7705
  reverse: boolean;
7735
7706
  singleLine: boolean;
7736
7707
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7708
+ details: boolean;
7737
7709
  }, {}, string, import("vue").SlotsType<Partial<{
7738
7710
  clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
7739
7711
  props: Record<string, any>;
@@ -7787,7 +7759,6 @@ export declare const VDateInput: {
7787
7759
  clearIcon: import("../../composables/icons.js").IconValue;
7788
7760
  active: boolean;
7789
7761
  centerAffix: boolean;
7790
- details: boolean;
7791
7762
  dirty: boolean;
7792
7763
  disabled: boolean;
7793
7764
  glow: boolean;
@@ -7797,6 +7768,7 @@ export declare const VDateInput: {
7797
7768
  reverse: boolean;
7798
7769
  singleLine: boolean;
7799
7770
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7771
+ details: boolean;
7800
7772
  }> & Omit<{
7801
7773
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7802
7774
  focused: boolean;
@@ -7804,7 +7776,6 @@ export declare const VDateInput: {
7804
7776
  clearable: boolean;
7805
7777
  clearIcon: import("../../composables/icons.js").IconValue;
7806
7778
  active: boolean;
7807
- details: boolean;
7808
7779
  dirty: boolean;
7809
7780
  disabled: boolean;
7810
7781
  glow: boolean;
@@ -7814,6 +7785,7 @@ export declare const VDateInput: {
7814
7785
  reverse: boolean;
7815
7786
  singleLine: boolean;
7816
7787
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7788
+ details: boolean;
7817
7789
  } & {
7818
7790
  theme?: string | undefined;
7819
7791
  class?: any;
@@ -7879,7 +7851,6 @@ export declare const VDateInput: {
7879
7851
  clearIcon: import("../../composables/icons.js").IconValue;
7880
7852
  active: boolean;
7881
7853
  centerAffix: boolean;
7882
- details: boolean;
7883
7854
  dirty: boolean;
7884
7855
  glow: boolean;
7885
7856
  error: boolean;
@@ -8114,7 +8085,6 @@ export declare const VDateInput: {
8114
8085
  default: undefined;
8115
8086
  };
8116
8087
  baseColor: StringConstructor;
8117
- details: BooleanConstructor;
8118
8088
  dirty: BooleanConstructor;
8119
8089
  glow: BooleanConstructor;
8120
8090
  error: BooleanConstructor;
@@ -8356,7 +8326,6 @@ export declare const VDateInput: {
8356
8326
  default: undefined;
8357
8327
  };
8358
8328
  baseColor: StringConstructor;
8359
- details: BooleanConstructor;
8360
8329
  dirty: BooleanConstructor;
8361
8330
  glow: BooleanConstructor;
8362
8331
  error: BooleanConstructor;