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
@@ -2957,7 +2957,6 @@ export declare const makeVSelectProps: <Defaults extends {
2957
2957
  centerAffix?: unknown;
2958
2958
  color?: unknown;
2959
2959
  baseColor?: unknown;
2960
- details?: unknown;
2961
2960
  disabled?: unknown;
2962
2961
  glow?: unknown;
2963
2962
  error?: unknown;
@@ -3341,10 +3340,6 @@ export declare const makeVSelectProps: <Defaults extends {
3341
3340
  type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
3342
3341
  default: unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"];
3343
3342
  };
3344
- details: unknown extends Defaults["details"] ? BooleanConstructor : {
3345
- type: PropType<unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"]>;
3346
- default: unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"];
3347
- };
3348
3343
  disabled: unknown extends Defaults["disabled"] ? {
3349
3344
  type: BooleanConstructor;
3350
3345
  default: null;
@@ -6297,7 +6292,6 @@ export declare const VSelect: {
6297
6292
  clearable: boolean;
6298
6293
  clearIcon: IconValue;
6299
6294
  active: boolean;
6300
- details: boolean;
6301
6295
  disabled: boolean;
6302
6296
  glow: boolean;
6303
6297
  error: boolean;
@@ -6840,7 +6834,6 @@ export declare const VSelect: {
6840
6834
  clearIcon: IconValue;
6841
6835
  active: boolean;
6842
6836
  centerAffix: boolean;
6843
- details: boolean;
6844
6837
  dirty: boolean;
6845
6838
  disabled: boolean;
6846
6839
  glow: boolean;
@@ -6932,7 +6925,6 @@ export declare const VSelect: {
6932
6925
  centerAffix?: boolean | undefined;
6933
6926
  color?: string | undefined;
6934
6927
  baseColor?: string | undefined;
6935
- details: boolean;
6936
6928
  dirty: boolean;
6937
6929
  disabled: boolean;
6938
6930
  glow: boolean;
@@ -6979,7 +6971,7 @@ export declare const VSelect: {
6979
6971
  "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
6980
6972
  "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
6981
6973
  "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
6982
- } & 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">;
6974
+ } & 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">;
6983
6975
  $attrs: {
6984
6976
  [x: string]: unknown;
6985
6977
  };
@@ -7047,7 +7039,6 @@ export declare const VSelect: {
7047
7039
  clearable: boolean;
7048
7040
  clearIcon: IconValue;
7049
7041
  active: boolean;
7050
- details: boolean;
7051
7042
  dirty: boolean;
7052
7043
  disabled: boolean;
7053
7044
  glow: boolean;
@@ -7416,7 +7407,6 @@ export declare const VSelect: {
7416
7407
  clearIcon: IconValue;
7417
7408
  active: boolean;
7418
7409
  centerAffix: boolean;
7419
- details: boolean;
7420
7410
  dirty: boolean;
7421
7411
  disabled: boolean;
7422
7412
  glow: boolean;
@@ -7426,6 +7416,7 @@ export declare const VSelect: {
7426
7416
  reverse: boolean;
7427
7417
  singleLine: boolean;
7428
7418
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7419
+ details: boolean;
7429
7420
  }> & Omit<{
7430
7421
  theme?: string | undefined;
7431
7422
  class?: any;
@@ -7443,7 +7434,6 @@ export declare const VSelect: {
7443
7434
  centerAffix?: boolean | undefined;
7444
7435
  color?: string | undefined;
7445
7436
  baseColor?: string | undefined;
7446
- details: boolean;
7447
7437
  dirty: boolean;
7448
7438
  disabled: boolean;
7449
7439
  glow: boolean;
@@ -7460,6 +7450,7 @@ export declare const VSelect: {
7460
7450
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
7461
7451
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
7462
7452
  id?: string | undefined;
7453
+ details: boolean;
7463
7454
  } & 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">;
7464
7455
  $attrs: {
7465
7456
  [x: string]: unknown;
@@ -7504,7 +7495,6 @@ export declare const VSelect: {
7504
7495
  clearable: boolean;
7505
7496
  clearIcon: IconValue;
7506
7497
  active: boolean;
7507
- details: boolean;
7508
7498
  dirty: boolean;
7509
7499
  disabled: boolean;
7510
7500
  glow: boolean;
@@ -7514,6 +7504,7 @@ export declare const VSelect: {
7514
7504
  reverse: boolean;
7515
7505
  singleLine: boolean;
7516
7506
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7507
+ details: boolean;
7517
7508
  } & {
7518
7509
  theme?: string | undefined;
7519
7510
  class?: any;
@@ -7549,7 +7540,6 @@ export declare const VSelect: {
7549
7540
  clearIcon: IconValue;
7550
7541
  active: boolean;
7551
7542
  centerAffix: boolean;
7552
- details: boolean;
7553
7543
  dirty: boolean;
7554
7544
  disabled: boolean;
7555
7545
  glow: boolean;
@@ -7559,6 +7549,7 @@ export declare const VSelect: {
7559
7549
  reverse: boolean;
7560
7550
  singleLine: boolean;
7561
7551
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7552
+ details: boolean;
7562
7553
  }, {}, string, import("vue").SlotsType<Partial<{
7563
7554
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
7564
7555
  props: Record<string, any>;
@@ -7612,7 +7603,6 @@ export declare const VSelect: {
7612
7603
  clearIcon: IconValue;
7613
7604
  active: boolean;
7614
7605
  centerAffix: boolean;
7615
- details: boolean;
7616
7606
  dirty: boolean;
7617
7607
  disabled: boolean;
7618
7608
  glow: boolean;
@@ -7622,6 +7612,7 @@ export declare const VSelect: {
7622
7612
  reverse: boolean;
7623
7613
  singleLine: boolean;
7624
7614
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7615
+ details: boolean;
7625
7616
  }> & Omit<{
7626
7617
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7627
7618
  focused: boolean;
@@ -7629,7 +7620,6 @@ export declare const VSelect: {
7629
7620
  clearable: boolean;
7630
7621
  clearIcon: IconValue;
7631
7622
  active: boolean;
7632
- details: boolean;
7633
7623
  dirty: boolean;
7634
7624
  disabled: boolean;
7635
7625
  glow: boolean;
@@ -7639,6 +7629,7 @@ export declare const VSelect: {
7639
7629
  reverse: boolean;
7640
7630
  singleLine: boolean;
7641
7631
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7632
+ details: boolean;
7642
7633
  } & {
7643
7634
  theme?: string | undefined;
7644
7635
  class?: any;
@@ -7699,7 +7690,6 @@ export declare const VSelect: {
7699
7690
  clearIcon: IconValue;
7700
7691
  active: boolean;
7701
7692
  centerAffix: boolean;
7702
- details: boolean;
7703
7693
  dirty: boolean;
7704
7694
  disabled: boolean;
7705
7695
  glow: boolean;
@@ -7790,7 +7780,6 @@ export declare const VSelect: {
7790
7780
  clearIcon: IconValue;
7791
7781
  active: boolean;
7792
7782
  centerAffix: boolean;
7793
- details: boolean;
7794
7783
  dirty: boolean;
7795
7784
  disabled: boolean;
7796
7785
  glow: boolean;
@@ -7820,7 +7809,6 @@ export declare const VSelect: {
7820
7809
  clearable: boolean;
7821
7810
  clearIcon: IconValue;
7822
7811
  active: boolean;
7823
- details: boolean;
7824
7812
  dirty: boolean;
7825
7813
  disabled: boolean;
7826
7814
  glow: boolean;
@@ -7934,7 +7922,7 @@ export declare const VSelect: {
7934
7922
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
7935
7923
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
7936
7924
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
7937
- }, "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<{
7925
+ }, "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<{
7938
7926
  $: import("vue").ComponentInternalInstance;
7939
7927
  $data: {};
7940
7928
  $props: Partial<{
@@ -8189,7 +8177,6 @@ export declare const VSelect: {
8189
8177
  clearIcon: IconValue;
8190
8178
  active: boolean;
8191
8179
  centerAffix: boolean;
8192
- details: boolean;
8193
8180
  dirty: boolean;
8194
8181
  disabled: boolean;
8195
8182
  glow: boolean;
@@ -8199,6 +8186,7 @@ export declare const VSelect: {
8199
8186
  reverse: boolean;
8200
8187
  singleLine: boolean;
8201
8188
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8189
+ details: boolean;
8202
8190
  }> & Omit<{
8203
8191
  theme?: string | undefined;
8204
8192
  class?: any;
@@ -8216,7 +8204,6 @@ export declare const VSelect: {
8216
8204
  centerAffix?: boolean | undefined;
8217
8205
  color?: string | undefined;
8218
8206
  baseColor?: string | undefined;
8219
- details: boolean;
8220
8207
  dirty: boolean;
8221
8208
  disabled: boolean;
8222
8209
  glow: boolean;
@@ -8233,6 +8220,7 @@ export declare const VSelect: {
8233
8220
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
8234
8221
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
8235
8222
  id?: string | undefined;
8223
+ details: boolean;
8236
8224
  } & 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">;
8237
8225
  $attrs: {
8238
8226
  [x: string]: unknown;
@@ -8277,7 +8265,6 @@ export declare const VSelect: {
8277
8265
  clearable: boolean;
8278
8266
  clearIcon: IconValue;
8279
8267
  active: boolean;
8280
- details: boolean;
8281
8268
  dirty: boolean;
8282
8269
  disabled: boolean;
8283
8270
  glow: boolean;
@@ -8287,6 +8274,7 @@ export declare const VSelect: {
8287
8274
  reverse: boolean;
8288
8275
  singleLine: boolean;
8289
8276
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8277
+ details: boolean;
8290
8278
  } & {
8291
8279
  theme?: string | undefined;
8292
8280
  class?: any;
@@ -8322,7 +8310,6 @@ export declare const VSelect: {
8322
8310
  clearIcon: IconValue;
8323
8311
  active: boolean;
8324
8312
  centerAffix: boolean;
8325
- details: boolean;
8326
8313
  dirty: boolean;
8327
8314
  disabled: boolean;
8328
8315
  glow: boolean;
@@ -8332,6 +8319,7 @@ export declare const VSelect: {
8332
8319
  reverse: boolean;
8333
8320
  singleLine: boolean;
8334
8321
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8322
+ details: boolean;
8335
8323
  }, {}, string, import("vue").SlotsType<Partial<{
8336
8324
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
8337
8325
  props: Record<string, any>;
@@ -8385,7 +8373,6 @@ export declare const VSelect: {
8385
8373
  clearIcon: IconValue;
8386
8374
  active: boolean;
8387
8375
  centerAffix: boolean;
8388
- details: boolean;
8389
8376
  dirty: boolean;
8390
8377
  disabled: boolean;
8391
8378
  glow: boolean;
@@ -8395,6 +8382,7 @@ export declare const VSelect: {
8395
8382
  reverse: boolean;
8396
8383
  singleLine: boolean;
8397
8384
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8385
+ details: boolean;
8398
8386
  }> & Omit<{
8399
8387
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8400
8388
  focused: boolean;
@@ -8402,7 +8390,6 @@ export declare const VSelect: {
8402
8390
  clearable: boolean;
8403
8391
  clearIcon: IconValue;
8404
8392
  active: boolean;
8405
- details: boolean;
8406
8393
  dirty: boolean;
8407
8394
  disabled: boolean;
8408
8395
  glow: boolean;
@@ -8412,6 +8399,7 @@ export declare const VSelect: {
8412
8399
  reverse: boolean;
8413
8400
  singleLine: boolean;
8414
8401
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8402
+ details: boolean;
8415
8403
  } & {
8416
8404
  theme?: string | undefined;
8417
8405
  class?: any;
@@ -8449,7 +8437,7 @@ export declare const VSelect: {
8449
8437
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
8450
8438
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
8451
8439
  } | {};
8452
- }> & {} & 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}`> & {
8440
+ }> & {} & 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}`> & {
8453
8441
  _allExposed: {
8454
8442
  isFocused: import("vue").ShallowRef<boolean, boolean>;
8455
8443
  menu: import("vue").WritableComputedRef<boolean, boolean>;
@@ -8709,7 +8697,6 @@ export declare const VSelect: {
8709
8697
  clearIcon: IconValue;
8710
8698
  active: boolean;
8711
8699
  centerAffix: boolean;
8712
- details: boolean;
8713
8700
  dirty: boolean;
8714
8701
  disabled: boolean;
8715
8702
  glow: boolean;
@@ -8719,6 +8706,7 @@ export declare const VSelect: {
8719
8706
  reverse: boolean;
8720
8707
  singleLine: boolean;
8721
8708
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8709
+ details: boolean;
8722
8710
  }> & Omit<{
8723
8711
  theme?: string | undefined;
8724
8712
  class?: any;
@@ -8736,7 +8724,6 @@ export declare const VSelect: {
8736
8724
  centerAffix?: boolean | undefined;
8737
8725
  color?: string | undefined;
8738
8726
  baseColor?: string | undefined;
8739
- details: boolean;
8740
8727
  dirty: boolean;
8741
8728
  disabled: boolean;
8742
8729
  glow: boolean;
@@ -8753,6 +8740,7 @@ export declare const VSelect: {
8753
8740
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
8754
8741
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
8755
8742
  id?: string | undefined;
8743
+ details: boolean;
8756
8744
  } & 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">;
8757
8745
  $attrs: {
8758
8746
  [x: string]: unknown;
@@ -8797,7 +8785,6 @@ export declare const VSelect: {
8797
8785
  clearable: boolean;
8798
8786
  clearIcon: IconValue;
8799
8787
  active: boolean;
8800
- details: boolean;
8801
8788
  dirty: boolean;
8802
8789
  disabled: boolean;
8803
8790
  glow: boolean;
@@ -8807,6 +8794,7 @@ export declare const VSelect: {
8807
8794
  reverse: boolean;
8808
8795
  singleLine: boolean;
8809
8796
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8797
+ details: boolean;
8810
8798
  } & {
8811
8799
  theme?: string | undefined;
8812
8800
  class?: any;
@@ -8842,7 +8830,6 @@ export declare const VSelect: {
8842
8830
  clearIcon: IconValue;
8843
8831
  active: boolean;
8844
8832
  centerAffix: boolean;
8845
- details: boolean;
8846
8833
  dirty: boolean;
8847
8834
  disabled: boolean;
8848
8835
  glow: boolean;
@@ -8852,6 +8839,7 @@ export declare const VSelect: {
8852
8839
  reverse: boolean;
8853
8840
  singleLine: boolean;
8854
8841
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8842
+ details: boolean;
8855
8843
  }, {}, string, import("vue").SlotsType<Partial<{
8856
8844
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
8857
8845
  props: Record<string, any>;
@@ -8905,7 +8893,6 @@ export declare const VSelect: {
8905
8893
  clearIcon: IconValue;
8906
8894
  active: boolean;
8907
8895
  centerAffix: boolean;
8908
- details: boolean;
8909
8896
  dirty: boolean;
8910
8897
  disabled: boolean;
8911
8898
  glow: boolean;
@@ -8915,6 +8902,7 @@ export declare const VSelect: {
8915
8902
  reverse: boolean;
8916
8903
  singleLine: boolean;
8917
8904
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8905
+ details: boolean;
8918
8906
  }> & Omit<{
8919
8907
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
8920
8908
  focused: boolean;
@@ -8922,7 +8910,6 @@ export declare const VSelect: {
8922
8910
  clearable: boolean;
8923
8911
  clearIcon: IconValue;
8924
8912
  active: boolean;
8925
- details: boolean;
8926
8913
  dirty: boolean;
8927
8914
  disabled: boolean;
8928
8915
  glow: boolean;
@@ -8932,6 +8919,7 @@ export declare const VSelect: {
8932
8919
  reverse: boolean;
8933
8920
  singleLine: boolean;
8934
8921
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
8922
+ details: boolean;
8935
8923
  } & {
8936
8924
  theme?: string | undefined;
8937
8925
  class?: any;
@@ -8999,7 +8987,6 @@ export declare const VSelect: {
8999
8987
  clearIcon: IconValue;
9000
8988
  active: boolean;
9001
8989
  centerAffix: boolean;
9002
- details: boolean;
9003
8990
  disabled: boolean;
9004
8991
  glow: boolean;
9005
8992
  error: boolean;
@@ -9129,7 +9116,6 @@ export declare const VSelect: {
9129
9116
  clearable: boolean;
9130
9117
  clearIcon: IconValue;
9131
9118
  active: boolean;
9132
- details: boolean;
9133
9119
  disabled: boolean;
9134
9120
  glow: boolean;
9135
9121
  error: boolean;
@@ -9672,7 +9658,6 @@ export declare const VSelect: {
9672
9658
  clearIcon: IconValue;
9673
9659
  active: boolean;
9674
9660
  centerAffix: boolean;
9675
- details: boolean;
9676
9661
  dirty: boolean;
9677
9662
  disabled: boolean;
9678
9663
  glow: boolean;
@@ -9764,7 +9749,6 @@ export declare const VSelect: {
9764
9749
  centerAffix?: boolean | undefined;
9765
9750
  color?: string | undefined;
9766
9751
  baseColor?: string | undefined;
9767
- details: boolean;
9768
9752
  dirty: boolean;
9769
9753
  disabled: boolean;
9770
9754
  glow: boolean;
@@ -9811,7 +9795,7 @@ export declare const VSelect: {
9811
9795
  "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
9812
9796
  "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
9813
9797
  "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
9814
- } & 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">;
9798
+ } & 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">;
9815
9799
  $attrs: {
9816
9800
  [x: string]: unknown;
9817
9801
  };
@@ -9879,7 +9863,6 @@ export declare const VSelect: {
9879
9863
  clearable: boolean;
9880
9864
  clearIcon: IconValue;
9881
9865
  active: boolean;
9882
- details: boolean;
9883
9866
  dirty: boolean;
9884
9867
  disabled: boolean;
9885
9868
  glow: boolean;
@@ -10248,7 +10231,6 @@ export declare const VSelect: {
10248
10231
  clearIcon: IconValue;
10249
10232
  active: boolean;
10250
10233
  centerAffix: boolean;
10251
- details: boolean;
10252
10234
  dirty: boolean;
10253
10235
  disabled: boolean;
10254
10236
  glow: boolean;
@@ -10258,6 +10240,7 @@ export declare const VSelect: {
10258
10240
  reverse: boolean;
10259
10241
  singleLine: boolean;
10260
10242
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
10243
+ details: boolean;
10261
10244
  }> & Omit<{
10262
10245
  theme?: string | undefined;
10263
10246
  class?: any;
@@ -10275,7 +10258,6 @@ export declare const VSelect: {
10275
10258
  centerAffix?: boolean | undefined;
10276
10259
  color?: string | undefined;
10277
10260
  baseColor?: string | undefined;
10278
- details: boolean;
10279
10261
  dirty: boolean;
10280
10262
  disabled: boolean;
10281
10263
  glow: boolean;
@@ -10292,6 +10274,7 @@ export declare const VSelect: {
10292
10274
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
10293
10275
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
10294
10276
  id?: string | undefined;
10277
+ details: boolean;
10295
10278
  } & 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">;
10296
10279
  $attrs: {
10297
10280
  [x: string]: unknown;
@@ -10336,7 +10319,6 @@ export declare const VSelect: {
10336
10319
  clearable: boolean;
10337
10320
  clearIcon: IconValue;
10338
10321
  active: boolean;
10339
- details: boolean;
10340
10322
  dirty: boolean;
10341
10323
  disabled: boolean;
10342
10324
  glow: boolean;
@@ -10346,6 +10328,7 @@ export declare const VSelect: {
10346
10328
  reverse: boolean;
10347
10329
  singleLine: boolean;
10348
10330
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
10331
+ details: boolean;
10349
10332
  } & {
10350
10333
  theme?: string | undefined;
10351
10334
  class?: any;
@@ -10381,7 +10364,6 @@ export declare const VSelect: {
10381
10364
  clearIcon: IconValue;
10382
10365
  active: boolean;
10383
10366
  centerAffix: boolean;
10384
- details: boolean;
10385
10367
  dirty: boolean;
10386
10368
  disabled: boolean;
10387
10369
  glow: boolean;
@@ -10391,6 +10373,7 @@ export declare const VSelect: {
10391
10373
  reverse: boolean;
10392
10374
  singleLine: boolean;
10393
10375
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
10376
+ details: boolean;
10394
10377
  }, {}, string, import("vue").SlotsType<Partial<{
10395
10378
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
10396
10379
  props: Record<string, any>;
@@ -10444,7 +10427,6 @@ export declare const VSelect: {
10444
10427
  clearIcon: IconValue;
10445
10428
  active: boolean;
10446
10429
  centerAffix: boolean;
10447
- details: boolean;
10448
10430
  dirty: boolean;
10449
10431
  disabled: boolean;
10450
10432
  glow: boolean;
@@ -10454,6 +10436,7 @@ export declare const VSelect: {
10454
10436
  reverse: boolean;
10455
10437
  singleLine: boolean;
10456
10438
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
10439
+ details: boolean;
10457
10440
  }> & Omit<{
10458
10441
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
10459
10442
  focused: boolean;
@@ -10461,7 +10444,6 @@ export declare const VSelect: {
10461
10444
  clearable: boolean;
10462
10445
  clearIcon: IconValue;
10463
10446
  active: boolean;
10464
- details: boolean;
10465
10447
  dirty: boolean;
10466
10448
  disabled: boolean;
10467
10449
  glow: boolean;
@@ -10471,6 +10453,7 @@ export declare const VSelect: {
10471
10453
  reverse: boolean;
10472
10454
  singleLine: boolean;
10473
10455
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
10456
+ details: boolean;
10474
10457
  } & {
10475
10458
  theme?: string | undefined;
10476
10459
  class?: any;
@@ -10531,7 +10514,6 @@ export declare const VSelect: {
10531
10514
  clearIcon: IconValue;
10532
10515
  active: boolean;
10533
10516
  centerAffix: boolean;
10534
- details: boolean;
10535
10517
  dirty: boolean;
10536
10518
  disabled: boolean;
10537
10519
  glow: boolean;
@@ -10622,7 +10604,6 @@ export declare const VSelect: {
10622
10604
  clearIcon: IconValue;
10623
10605
  active: boolean;
10624
10606
  centerAffix: boolean;
10625
- details: boolean;
10626
10607
  dirty: boolean;
10627
10608
  disabled: boolean;
10628
10609
  glow: boolean;
@@ -10652,7 +10633,6 @@ export declare const VSelect: {
10652
10633
  clearable: boolean;
10653
10634
  clearIcon: IconValue;
10654
10635
  active: boolean;
10655
- details: boolean;
10656
10636
  dirty: boolean;
10657
10637
  disabled: boolean;
10658
10638
  glow: boolean;
@@ -10766,7 +10746,7 @@ export declare const VSelect: {
10766
10746
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
10767
10747
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
10768
10748
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
10769
- }, "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<{
10749
+ }, "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<{
10770
10750
  $: import("vue").ComponentInternalInstance;
10771
10751
  $data: {};
10772
10752
  $props: Partial<{
@@ -11021,7 +11001,6 @@ export declare const VSelect: {
11021
11001
  clearIcon: IconValue;
11022
11002
  active: boolean;
11023
11003
  centerAffix: boolean;
11024
- details: boolean;
11025
11004
  dirty: boolean;
11026
11005
  disabled: boolean;
11027
11006
  glow: boolean;
@@ -11031,6 +11010,7 @@ export declare const VSelect: {
11031
11010
  reverse: boolean;
11032
11011
  singleLine: boolean;
11033
11012
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11013
+ details: boolean;
11034
11014
  }> & Omit<{
11035
11015
  theme?: string | undefined;
11036
11016
  class?: any;
@@ -11048,7 +11028,6 @@ export declare const VSelect: {
11048
11028
  centerAffix?: boolean | undefined;
11049
11029
  color?: string | undefined;
11050
11030
  baseColor?: string | undefined;
11051
- details: boolean;
11052
11031
  dirty: boolean;
11053
11032
  disabled: boolean;
11054
11033
  glow: boolean;
@@ -11065,6 +11044,7 @@ export declare const VSelect: {
11065
11044
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
11066
11045
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
11067
11046
  id?: string | undefined;
11047
+ details: boolean;
11068
11048
  } & 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">;
11069
11049
  $attrs: {
11070
11050
  [x: string]: unknown;
@@ -11109,7 +11089,6 @@ export declare const VSelect: {
11109
11089
  clearable: boolean;
11110
11090
  clearIcon: IconValue;
11111
11091
  active: boolean;
11112
- details: boolean;
11113
11092
  dirty: boolean;
11114
11093
  disabled: boolean;
11115
11094
  glow: boolean;
@@ -11119,6 +11098,7 @@ export declare const VSelect: {
11119
11098
  reverse: boolean;
11120
11099
  singleLine: boolean;
11121
11100
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11101
+ details: boolean;
11122
11102
  } & {
11123
11103
  theme?: string | undefined;
11124
11104
  class?: any;
@@ -11154,7 +11134,6 @@ export declare const VSelect: {
11154
11134
  clearIcon: IconValue;
11155
11135
  active: boolean;
11156
11136
  centerAffix: boolean;
11157
- details: boolean;
11158
11137
  dirty: boolean;
11159
11138
  disabled: boolean;
11160
11139
  glow: boolean;
@@ -11164,6 +11143,7 @@ export declare const VSelect: {
11164
11143
  reverse: boolean;
11165
11144
  singleLine: boolean;
11166
11145
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11146
+ details: boolean;
11167
11147
  }, {}, string, import("vue").SlotsType<Partial<{
11168
11148
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
11169
11149
  props: Record<string, any>;
@@ -11217,7 +11197,6 @@ export declare const VSelect: {
11217
11197
  clearIcon: IconValue;
11218
11198
  active: boolean;
11219
11199
  centerAffix: boolean;
11220
- details: boolean;
11221
11200
  dirty: boolean;
11222
11201
  disabled: boolean;
11223
11202
  glow: boolean;
@@ -11227,6 +11206,7 @@ export declare const VSelect: {
11227
11206
  reverse: boolean;
11228
11207
  singleLine: boolean;
11229
11208
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11209
+ details: boolean;
11230
11210
  }> & Omit<{
11231
11211
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11232
11212
  focused: boolean;
@@ -11234,7 +11214,6 @@ export declare const VSelect: {
11234
11214
  clearable: boolean;
11235
11215
  clearIcon: IconValue;
11236
11216
  active: boolean;
11237
- details: boolean;
11238
11217
  dirty: boolean;
11239
11218
  disabled: boolean;
11240
11219
  glow: boolean;
@@ -11244,6 +11223,7 @@ export declare const VSelect: {
11244
11223
  reverse: boolean;
11245
11224
  singleLine: boolean;
11246
11225
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11226
+ details: boolean;
11247
11227
  } & {
11248
11228
  theme?: string | undefined;
11249
11229
  class?: any;
@@ -11281,7 +11261,7 @@ export declare const VSelect: {
11281
11261
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
11282
11262
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
11283
11263
  } | {};
11284
- }> & {} & 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}`> & {
11264
+ }> & {} & 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}`> & {
11285
11265
  _allExposed: {
11286
11266
  isFocused: import("vue").ShallowRef<boolean, boolean>;
11287
11267
  menu: import("vue").WritableComputedRef<boolean, boolean>;
@@ -11541,7 +11521,6 @@ export declare const VSelect: {
11541
11521
  clearIcon: IconValue;
11542
11522
  active: boolean;
11543
11523
  centerAffix: boolean;
11544
- details: boolean;
11545
11524
  dirty: boolean;
11546
11525
  disabled: boolean;
11547
11526
  glow: boolean;
@@ -11551,6 +11530,7 @@ export declare const VSelect: {
11551
11530
  reverse: boolean;
11552
11531
  singleLine: boolean;
11553
11532
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11533
+ details: boolean;
11554
11534
  }> & Omit<{
11555
11535
  theme?: string | undefined;
11556
11536
  class?: any;
@@ -11568,7 +11548,6 @@ export declare const VSelect: {
11568
11548
  centerAffix?: boolean | undefined;
11569
11549
  color?: string | undefined;
11570
11550
  baseColor?: string | undefined;
11571
- details: boolean;
11572
11551
  dirty: boolean;
11573
11552
  disabled: boolean;
11574
11553
  glow: boolean;
@@ -11585,6 +11564,7 @@ export declare const VSelect: {
11585
11564
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
11586
11565
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
11587
11566
  id?: string | undefined;
11567
+ details: boolean;
11588
11568
  } & 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">;
11589
11569
  $attrs: {
11590
11570
  [x: string]: unknown;
@@ -11629,7 +11609,6 @@ export declare const VSelect: {
11629
11609
  clearable: boolean;
11630
11610
  clearIcon: IconValue;
11631
11611
  active: boolean;
11632
- details: boolean;
11633
11612
  dirty: boolean;
11634
11613
  disabled: boolean;
11635
11614
  glow: boolean;
@@ -11639,6 +11618,7 @@ export declare const VSelect: {
11639
11618
  reverse: boolean;
11640
11619
  singleLine: boolean;
11641
11620
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11621
+ details: boolean;
11642
11622
  } & {
11643
11623
  theme?: string | undefined;
11644
11624
  class?: any;
@@ -11674,7 +11654,6 @@ export declare const VSelect: {
11674
11654
  clearIcon: IconValue;
11675
11655
  active: boolean;
11676
11656
  centerAffix: boolean;
11677
- details: boolean;
11678
11657
  dirty: boolean;
11679
11658
  disabled: boolean;
11680
11659
  glow: boolean;
@@ -11684,6 +11663,7 @@ export declare const VSelect: {
11684
11663
  reverse: boolean;
11685
11664
  singleLine: boolean;
11686
11665
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11666
+ details: boolean;
11687
11667
  }, {}, string, import("vue").SlotsType<Partial<{
11688
11668
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
11689
11669
  props: Record<string, any>;
@@ -11737,7 +11717,6 @@ export declare const VSelect: {
11737
11717
  clearIcon: IconValue;
11738
11718
  active: boolean;
11739
11719
  centerAffix: boolean;
11740
- details: boolean;
11741
11720
  dirty: boolean;
11742
11721
  disabled: boolean;
11743
11722
  glow: boolean;
@@ -11747,6 +11726,7 @@ export declare const VSelect: {
11747
11726
  reverse: boolean;
11748
11727
  singleLine: boolean;
11749
11728
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11729
+ details: boolean;
11750
11730
  }> & Omit<{
11751
11731
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
11752
11732
  focused: boolean;
@@ -11754,7 +11734,6 @@ export declare const VSelect: {
11754
11734
  clearable: boolean;
11755
11735
  clearIcon: IconValue;
11756
11736
  active: boolean;
11757
- details: boolean;
11758
11737
  dirty: boolean;
11759
11738
  disabled: boolean;
11760
11739
  glow: boolean;
@@ -11764,6 +11743,7 @@ export declare const VSelect: {
11764
11743
  reverse: boolean;
11765
11744
  singleLine: boolean;
11766
11745
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
11746
+ details: boolean;
11767
11747
  } & {
11768
11748
  theme?: string | undefined;
11769
11749
  class?: any;
@@ -11827,7 +11807,6 @@ export declare const VSelect: {
11827
11807
  clearIcon: IconValue;
11828
11808
  active: boolean;
11829
11809
  centerAffix: boolean;
11830
- details: boolean;
11831
11810
  disabled: boolean;
11832
11811
  glow: boolean;
11833
11812
  error: boolean;
@@ -11880,7 +11859,6 @@ export declare const VSelect: {
11880
11859
  clearable: boolean;
11881
11860
  clearIcon: IconValue;
11882
11861
  active: boolean;
11883
- details: boolean;
11884
11862
  disabled: boolean;
11885
11863
  glow: boolean;
11886
11864
  error: boolean;
@@ -12423,7 +12401,6 @@ export declare const VSelect: {
12423
12401
  clearIcon: IconValue;
12424
12402
  active: boolean;
12425
12403
  centerAffix: boolean;
12426
- details: boolean;
12427
12404
  dirty: boolean;
12428
12405
  disabled: boolean;
12429
12406
  glow: boolean;
@@ -12515,7 +12492,6 @@ export declare const VSelect: {
12515
12492
  centerAffix?: boolean | undefined;
12516
12493
  color?: string | undefined;
12517
12494
  baseColor?: string | undefined;
12518
- details: boolean;
12519
12495
  dirty: boolean;
12520
12496
  disabled: boolean;
12521
12497
  glow: boolean;
@@ -12562,7 +12538,7 @@ export declare const VSelect: {
12562
12538
  "v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
12563
12539
  "v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
12564
12540
  "v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
12565
- } & 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">;
12541
+ } & 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">;
12566
12542
  $attrs: {
12567
12543
  [x: string]: unknown;
12568
12544
  };
@@ -12630,7 +12606,6 @@ export declare const VSelect: {
12630
12606
  clearable: boolean;
12631
12607
  clearIcon: IconValue;
12632
12608
  active: boolean;
12633
- details: boolean;
12634
12609
  dirty: boolean;
12635
12610
  disabled: boolean;
12636
12611
  glow: boolean;
@@ -12999,7 +12974,6 @@ export declare const VSelect: {
12999
12974
  clearIcon: IconValue;
13000
12975
  active: boolean;
13001
12976
  centerAffix: boolean;
13002
- details: boolean;
13003
12977
  dirty: boolean;
13004
12978
  disabled: boolean;
13005
12979
  glow: boolean;
@@ -13009,6 +12983,7 @@ export declare const VSelect: {
13009
12983
  reverse: boolean;
13010
12984
  singleLine: boolean;
13011
12985
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
12986
+ details: boolean;
13012
12987
  }> & Omit<{
13013
12988
  theme?: string | undefined;
13014
12989
  class?: any;
@@ -13026,7 +13001,6 @@ export declare const VSelect: {
13026
13001
  centerAffix?: boolean | undefined;
13027
13002
  color?: string | undefined;
13028
13003
  baseColor?: string | undefined;
13029
- details: boolean;
13030
13004
  dirty: boolean;
13031
13005
  disabled: boolean;
13032
13006
  glow: boolean;
@@ -13043,6 +13017,7 @@ export declare const VSelect: {
13043
13017
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
13044
13018
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
13045
13019
  id?: string | undefined;
13020
+ details: boolean;
13046
13021
  } & 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">;
13047
13022
  $attrs: {
13048
13023
  [x: string]: unknown;
@@ -13087,7 +13062,6 @@ export declare const VSelect: {
13087
13062
  clearable: boolean;
13088
13063
  clearIcon: IconValue;
13089
13064
  active: boolean;
13090
- details: boolean;
13091
13065
  dirty: boolean;
13092
13066
  disabled: boolean;
13093
13067
  glow: boolean;
@@ -13097,6 +13071,7 @@ export declare const VSelect: {
13097
13071
  reverse: boolean;
13098
13072
  singleLine: boolean;
13099
13073
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13074
+ details: boolean;
13100
13075
  } & {
13101
13076
  theme?: string | undefined;
13102
13077
  class?: any;
@@ -13132,7 +13107,6 @@ export declare const VSelect: {
13132
13107
  clearIcon: IconValue;
13133
13108
  active: boolean;
13134
13109
  centerAffix: boolean;
13135
- details: boolean;
13136
13110
  dirty: boolean;
13137
13111
  disabled: boolean;
13138
13112
  glow: boolean;
@@ -13142,6 +13116,7 @@ export declare const VSelect: {
13142
13116
  reverse: boolean;
13143
13117
  singleLine: boolean;
13144
13118
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13119
+ details: boolean;
13145
13120
  }, {}, string, import("vue").SlotsType<Partial<{
13146
13121
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
13147
13122
  props: Record<string, any>;
@@ -13195,7 +13170,6 @@ export declare const VSelect: {
13195
13170
  clearIcon: IconValue;
13196
13171
  active: boolean;
13197
13172
  centerAffix: boolean;
13198
- details: boolean;
13199
13173
  dirty: boolean;
13200
13174
  disabled: boolean;
13201
13175
  glow: boolean;
@@ -13205,6 +13179,7 @@ export declare const VSelect: {
13205
13179
  reverse: boolean;
13206
13180
  singleLine: boolean;
13207
13181
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13182
+ details: boolean;
13208
13183
  }> & Omit<{
13209
13184
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13210
13185
  focused: boolean;
@@ -13212,7 +13187,6 @@ export declare const VSelect: {
13212
13187
  clearable: boolean;
13213
13188
  clearIcon: IconValue;
13214
13189
  active: boolean;
13215
- details: boolean;
13216
13190
  dirty: boolean;
13217
13191
  disabled: boolean;
13218
13192
  glow: boolean;
@@ -13222,6 +13196,7 @@ export declare const VSelect: {
13222
13196
  reverse: boolean;
13223
13197
  singleLine: boolean;
13224
13198
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13199
+ details: boolean;
13225
13200
  } & {
13226
13201
  theme?: string | undefined;
13227
13202
  class?: any;
@@ -13282,7 +13257,6 @@ export declare const VSelect: {
13282
13257
  clearIcon: IconValue;
13283
13258
  active: boolean;
13284
13259
  centerAffix: boolean;
13285
- details: boolean;
13286
13260
  dirty: boolean;
13287
13261
  disabled: boolean;
13288
13262
  glow: boolean;
@@ -13373,7 +13347,6 @@ export declare const VSelect: {
13373
13347
  clearIcon: IconValue;
13374
13348
  active: boolean;
13375
13349
  centerAffix: boolean;
13376
- details: boolean;
13377
13350
  dirty: boolean;
13378
13351
  disabled: boolean;
13379
13352
  glow: boolean;
@@ -13403,7 +13376,6 @@ export declare const VSelect: {
13403
13376
  clearable: boolean;
13404
13377
  clearIcon: IconValue;
13405
13378
  active: boolean;
13406
- details: boolean;
13407
13379
  dirty: boolean;
13408
13380
  disabled: boolean;
13409
13381
  glow: boolean;
@@ -13517,7 +13489,7 @@ export declare const VSelect: {
13517
13489
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
13518
13490
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
13519
13491
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
13520
- }, "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<{
13492
+ }, "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<{
13521
13493
  $: import("vue").ComponentInternalInstance;
13522
13494
  $data: {};
13523
13495
  $props: Partial<{
@@ -13772,7 +13744,6 @@ export declare const VSelect: {
13772
13744
  clearIcon: IconValue;
13773
13745
  active: boolean;
13774
13746
  centerAffix: boolean;
13775
- details: boolean;
13776
13747
  dirty: boolean;
13777
13748
  disabled: boolean;
13778
13749
  glow: boolean;
@@ -13782,6 +13753,7 @@ export declare const VSelect: {
13782
13753
  reverse: boolean;
13783
13754
  singleLine: boolean;
13784
13755
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13756
+ details: boolean;
13785
13757
  }> & Omit<{
13786
13758
  theme?: string | undefined;
13787
13759
  class?: any;
@@ -13799,7 +13771,6 @@ export declare const VSelect: {
13799
13771
  centerAffix?: boolean | undefined;
13800
13772
  color?: string | undefined;
13801
13773
  baseColor?: string | undefined;
13802
- details: boolean;
13803
13774
  dirty: boolean;
13804
13775
  disabled: boolean;
13805
13776
  glow: boolean;
@@ -13816,6 +13787,7 @@ export declare const VSelect: {
13816
13787
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
13817
13788
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
13818
13789
  id?: string | undefined;
13790
+ details: boolean;
13819
13791
  } & 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">;
13820
13792
  $attrs: {
13821
13793
  [x: string]: unknown;
@@ -13860,7 +13832,6 @@ export declare const VSelect: {
13860
13832
  clearable: boolean;
13861
13833
  clearIcon: IconValue;
13862
13834
  active: boolean;
13863
- details: boolean;
13864
13835
  dirty: boolean;
13865
13836
  disabled: boolean;
13866
13837
  glow: boolean;
@@ -13870,6 +13841,7 @@ export declare const VSelect: {
13870
13841
  reverse: boolean;
13871
13842
  singleLine: boolean;
13872
13843
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13844
+ details: boolean;
13873
13845
  } & {
13874
13846
  theme?: string | undefined;
13875
13847
  class?: any;
@@ -13905,7 +13877,6 @@ export declare const VSelect: {
13905
13877
  clearIcon: IconValue;
13906
13878
  active: boolean;
13907
13879
  centerAffix: boolean;
13908
- details: boolean;
13909
13880
  dirty: boolean;
13910
13881
  disabled: boolean;
13911
13882
  glow: boolean;
@@ -13915,6 +13886,7 @@ export declare const VSelect: {
13915
13886
  reverse: boolean;
13916
13887
  singleLine: boolean;
13917
13888
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13889
+ details: boolean;
13918
13890
  }, {}, string, import("vue").SlotsType<Partial<{
13919
13891
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
13920
13892
  props: Record<string, any>;
@@ -13968,7 +13940,6 @@ export declare const VSelect: {
13968
13940
  clearIcon: IconValue;
13969
13941
  active: boolean;
13970
13942
  centerAffix: boolean;
13971
- details: boolean;
13972
13943
  dirty: boolean;
13973
13944
  disabled: boolean;
13974
13945
  glow: boolean;
@@ -13978,6 +13949,7 @@ export declare const VSelect: {
13978
13949
  reverse: boolean;
13979
13950
  singleLine: boolean;
13980
13951
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13952
+ details: boolean;
13981
13953
  }> & Omit<{
13982
13954
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
13983
13955
  focused: boolean;
@@ -13985,7 +13957,6 @@ export declare const VSelect: {
13985
13957
  clearable: boolean;
13986
13958
  clearIcon: IconValue;
13987
13959
  active: boolean;
13988
- details: boolean;
13989
13960
  dirty: boolean;
13990
13961
  disabled: boolean;
13991
13962
  glow: boolean;
@@ -13995,6 +13966,7 @@ export declare const VSelect: {
13995
13966
  reverse: boolean;
13996
13967
  singleLine: boolean;
13997
13968
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
13969
+ details: boolean;
13998
13970
  } & {
13999
13971
  theme?: string | undefined;
14000
13972
  class?: any;
@@ -14032,7 +14004,7 @@ export declare const VSelect: {
14032
14004
  controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
14033
14005
  fieldIconColor: import("vue").ComputedRef<string | undefined>;
14034
14006
  } | {};
14035
- }> & {} & 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}`> & {
14007
+ }> & {} & 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}`> & {
14036
14008
  _allExposed: {
14037
14009
  isFocused: import("vue").ShallowRef<boolean, boolean>;
14038
14010
  menu: import("vue").WritableComputedRef<boolean, boolean>;
@@ -14292,7 +14264,6 @@ export declare const VSelect: {
14292
14264
  clearIcon: IconValue;
14293
14265
  active: boolean;
14294
14266
  centerAffix: boolean;
14295
- details: boolean;
14296
14267
  dirty: boolean;
14297
14268
  disabled: boolean;
14298
14269
  glow: boolean;
@@ -14302,6 +14273,7 @@ export declare const VSelect: {
14302
14273
  reverse: boolean;
14303
14274
  singleLine: boolean;
14304
14275
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
14276
+ details: boolean;
14305
14277
  }> & Omit<{
14306
14278
  theme?: string | undefined;
14307
14279
  class?: any;
@@ -14319,7 +14291,6 @@ export declare const VSelect: {
14319
14291
  centerAffix?: boolean | undefined;
14320
14292
  color?: string | undefined;
14321
14293
  baseColor?: string | undefined;
14322
- details: boolean;
14323
14294
  dirty: boolean;
14324
14295
  disabled: boolean;
14325
14296
  glow: boolean;
@@ -14336,6 +14307,7 @@ export declare const VSelect: {
14336
14307
  "onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
14337
14308
  "onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
14338
14309
  id?: string | undefined;
14310
+ details: boolean;
14339
14311
  } & 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">;
14340
14312
  $attrs: {
14341
14313
  [x: string]: unknown;
@@ -14380,7 +14352,6 @@ export declare const VSelect: {
14380
14352
  clearable: boolean;
14381
14353
  clearIcon: IconValue;
14382
14354
  active: boolean;
14383
- details: boolean;
14384
14355
  dirty: boolean;
14385
14356
  disabled: boolean;
14386
14357
  glow: boolean;
@@ -14390,6 +14361,7 @@ export declare const VSelect: {
14390
14361
  reverse: boolean;
14391
14362
  singleLine: boolean;
14392
14363
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
14364
+ details: boolean;
14393
14365
  } & {
14394
14366
  theme?: string | undefined;
14395
14367
  class?: any;
@@ -14425,7 +14397,6 @@ export declare const VSelect: {
14425
14397
  clearIcon: IconValue;
14426
14398
  active: boolean;
14427
14399
  centerAffix: boolean;
14428
- details: boolean;
14429
14400
  dirty: boolean;
14430
14401
  disabled: boolean;
14431
14402
  glow: boolean;
@@ -14435,6 +14406,7 @@ export declare const VSelect: {
14435
14406
  reverse: boolean;
14436
14407
  singleLine: boolean;
14437
14408
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
14409
+ details: boolean;
14438
14410
  }, {}, string, import("vue").SlotsType<Partial<{
14439
14411
  clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
14440
14412
  props: Record<string, any>;
@@ -14488,7 +14460,6 @@ export declare const VSelect: {
14488
14460
  clearIcon: IconValue;
14489
14461
  active: boolean;
14490
14462
  centerAffix: boolean;
14491
- details: boolean;
14492
14463
  dirty: boolean;
14493
14464
  disabled: boolean;
14494
14465
  glow: boolean;
@@ -14498,6 +14469,7 @@ export declare const VSelect: {
14498
14469
  reverse: boolean;
14499
14470
  singleLine: boolean;
14500
14471
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
14472
+ details: boolean;
14501
14473
  }> & Omit<{
14502
14474
  style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
14503
14475
  focused: boolean;
@@ -14505,7 +14477,6 @@ export declare const VSelect: {
14505
14477
  clearable: boolean;
14506
14478
  clearIcon: IconValue;
14507
14479
  active: boolean;
14508
- details: boolean;
14509
14480
  dirty: boolean;
14510
14481
  disabled: boolean;
14511
14482
  glow: boolean;
@@ -14515,6 +14486,7 @@ export declare const VSelect: {
14515
14486
  reverse: boolean;
14516
14487
  singleLine: boolean;
14517
14488
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
14489
+ details: boolean;
14518
14490
  } & {
14519
14491
  theme?: string | undefined;
14520
14492
  class?: any;
@@ -14582,7 +14554,6 @@ export declare const VSelect: {
14582
14554
  clearIcon: IconValue;
14583
14555
  active: boolean;
14584
14556
  centerAffix: boolean;
14585
- details: boolean;
14586
14557
  disabled: boolean;
14587
14558
  glow: boolean;
14588
14559
  error: boolean;
@@ -14869,7 +14840,6 @@ export declare const VSelect: {
14869
14840
  };
14870
14841
  color: StringConstructor;
14871
14842
  baseColor: StringConstructor;
14872
- details: BooleanConstructor;
14873
14843
  disabled: {
14874
14844
  type: BooleanConstructor;
14875
14845
  default: null;
@@ -15508,7 +15478,6 @@ export declare const VSelect: {
15508
15478
  };
15509
15479
  color: StringConstructor;
15510
15480
  baseColor: StringConstructor;
15511
- details: BooleanConstructor;
15512
15481
  disabled: {
15513
15482
  type: BooleanConstructor;
15514
15483
  default: null;