@vuetify/nightly 3.8.0-master.2025-04-01 → 3.8.0-master.2025-04-03

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 (48) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/dist/json/attributes.json +1509 -1509
  3. package/dist/json/importMap-labs.json +38 -38
  4. package/dist/json/importMap.json +168 -168
  5. package/dist/json/web-types.json +3070 -3070
  6. package/dist/vuetify-labs.cjs +51 -44
  7. package/dist/vuetify-labs.css +4644 -4630
  8. package/dist/vuetify-labs.d.ts +119 -80
  9. package/dist/vuetify-labs.esm.js +51 -44
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +51 -44
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +51 -44
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2263 -2249
  16. package/dist/vuetify.d.ts +119 -80
  17. package/dist/vuetify.esm.js +51 -44
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +51 -44
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +83 -83
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.css +0 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js +11 -9
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -1
  28. package/lib/components/VCombobox/VCombobox.css +0 -1
  29. package/lib/components/VCombobox/VCombobox.js +22 -20
  30. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.sass +0 -1
  32. package/lib/components/VField/VField.d.ts +3 -0
  33. package/lib/components/VField/VField.js +3 -2
  34. package/lib/components/VField/VField.js.map +1 -1
  35. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +2 -2
  36. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  37. package/lib/components/VNumberInput/VNumberInput.d.ts +39 -12
  38. package/lib/components/VSelect/VSelect.css +0 -1
  39. package/lib/components/VSelect/VSelect.js +11 -9
  40. package/lib/components/VSelect/VSelect.js.map +1 -1
  41. package/lib/components/VSelect/VSelect.sass +0 -1
  42. package/lib/components/VTextField/VTextField.css +21 -4
  43. package/lib/components/VTextField/VTextField.d.ts +12 -3
  44. package/lib/components/VTextField/VTextField.sass +22 -7
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +65 -65
  47. package/lib/framework.js +1 -1
  48. package/package.json +1 -1
@@ -5966,6 +5966,7 @@ declare const VField: {
5966
5966
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5967
5967
  }, {
5968
5968
  controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
5969
+ fieldIconColor: vue.ComputedRef<string | undefined>;
5969
5970
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5970
5971
  'update:focused': (focused: boolean) => true;
5971
5972
  'update:modelValue': (value: any) => true;
@@ -6044,6 +6045,7 @@ declare const VField: {
6044
6045
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6045
6046
  }, {
6046
6047
  controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
6048
+ fieldIconColor: vue.ComputedRef<string | undefined>;
6047
6049
  }, {}, {}, {}, {
6048
6050
  flat: boolean;
6049
6051
  reverse: boolean;
@@ -6104,6 +6106,7 @@ declare const VField: {
6104
6106
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6105
6107
  }, {
6106
6108
  controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
6109
+ fieldIconColor: vue.ComputedRef<string | undefined>;
6107
6110
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6108
6111
  'update:focused': (focused: boolean) => true;
6109
6112
  'update:modelValue': (value: any) => true;
@@ -38268,6 +38271,7 @@ declare const VNumberInput: {
38268
38271
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
38269
38272
  }, {
38270
38273
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38274
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38271
38275
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
38272
38276
  'update:focused': (focused: boolean) => true;
38273
38277
  'update:modelValue': (value: any) => true;
@@ -38375,8 +38379,9 @@ declare const VNumberInput: {
38375
38379
  iconColor?: string | boolean | undefined;
38376
38380
  } & {
38377
38381
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
38378
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
38382
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
38379
38383
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38384
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38380
38385
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
38381
38386
  modelValue?: unknown;
38382
38387
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -38389,6 +38394,7 @@ declare const VNumberInput: {
38389
38394
  errorMessages: vue.ComputedRef<string[]>;
38390
38395
  } | {
38391
38396
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38397
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38392
38398
  } | {};
38393
38399
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
38394
38400
  'click:control': (e: MouseEvent) => true;
@@ -38620,7 +38626,7 @@ declare const VNumberInput: {
38620
38626
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
38621
38627
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
38622
38628
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
38623
- }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "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" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
38629
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "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" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
38624
38630
  $: vue.ComponentInternalInstance;
38625
38631
  $data: {};
38626
38632
  $props: Partial<{
@@ -38960,6 +38966,7 @@ declare const VNumberInput: {
38960
38966
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
38961
38967
  }, {
38962
38968
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38969
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38963
38970
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
38964
38971
  'update:focused': (focused: boolean) => true;
38965
38972
  'update:modelValue': (value: any) => true;
@@ -39067,8 +39074,9 @@ declare const VNumberInput: {
39067
39074
  iconColor?: string | boolean | undefined;
39068
39075
  } & {
39069
39076
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
39070
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
39077
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
39071
39078
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39079
+ fieldIconColor: vue.ComputedRef<string | undefined>;
39072
39080
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
39073
39081
  modelValue?: unknown;
39074
39082
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -39081,6 +39089,7 @@ declare const VNumberInput: {
39081
39089
  errorMessages: vue.ComputedRef<string[]>;
39082
39090
  } | {
39083
39091
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39092
+ fieldIconColor: vue.ComputedRef<string | undefined>;
39084
39093
  } | {};
39085
39094
  }> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
39086
39095
  _allExposed: (HTMLInputElement & Omit<Omit<{
@@ -39423,6 +39432,7 @@ declare const VNumberInput: {
39423
39432
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
39424
39433
  }, {
39425
39434
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39435
+ fieldIconColor: vue.ComputedRef<string | undefined>;
39426
39436
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
39427
39437
  'update:focused': (focused: boolean) => true;
39428
39438
  'update:modelValue': (value: any) => true;
@@ -39530,8 +39540,9 @@ declare const VNumberInput: {
39530
39540
  iconColor?: string | boolean | undefined;
39531
39541
  } & {
39532
39542
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
39533
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
39543
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
39534
39544
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39545
+ fieldIconColor: vue.ComputedRef<string | undefined>;
39535
39546
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
39536
39547
  modelValue?: unknown;
39537
39548
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -39544,6 +39555,7 @@ declare const VNumberInput: {
39544
39555
  errorMessages: vue.ComputedRef<string[]>;
39545
39556
  } | {
39546
39557
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39558
+ fieldIconColor: vue.ComputedRef<string | undefined>;
39547
39559
  } | {};
39548
39560
  }) | {};
39549
39561
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -40395,6 +40407,7 @@ declare const VNumberInput: {
40395
40407
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
40396
40408
  }, {
40397
40409
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40410
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40398
40411
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
40399
40412
  'update:focused': (focused: boolean) => true;
40400
40413
  'update:modelValue': (value: any) => true;
@@ -40502,8 +40515,9 @@ declare const VNumberInput: {
40502
40515
  iconColor?: string | boolean | undefined;
40503
40516
  } & {
40504
40517
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
40505
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
40518
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
40506
40519
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40520
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40507
40521
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
40508
40522
  modelValue?: unknown;
40509
40523
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -40516,6 +40530,7 @@ declare const VNumberInput: {
40516
40530
  errorMessages: vue.ComputedRef<string[]>;
40517
40531
  } | {
40518
40532
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40533
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40519
40534
  } | {};
40520
40535
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
40521
40536
  'click:control': (e: MouseEvent) => true;
@@ -40747,7 +40762,7 @@ declare const VNumberInput: {
40747
40762
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
40748
40763
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
40749
40764
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
40750
- }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "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" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
40765
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "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" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
40751
40766
  $: vue.ComponentInternalInstance;
40752
40767
  $data: {};
40753
40768
  $props: Partial<{
@@ -41087,6 +41102,7 @@ declare const VNumberInput: {
41087
41102
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
41088
41103
  }, {
41089
41104
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41105
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41090
41106
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
41091
41107
  'update:focused': (focused: boolean) => true;
41092
41108
  'update:modelValue': (value: any) => true;
@@ -41194,8 +41210,9 @@ declare const VNumberInput: {
41194
41210
  iconColor?: string | boolean | undefined;
41195
41211
  } & {
41196
41212
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
41197
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
41213
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
41198
41214
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41215
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41199
41216
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
41200
41217
  modelValue?: unknown;
41201
41218
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -41208,6 +41225,7 @@ declare const VNumberInput: {
41208
41225
  errorMessages: vue.ComputedRef<string[]>;
41209
41226
  } | {
41210
41227
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41228
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41211
41229
  } | {};
41212
41230
  }> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
41213
41231
  _allExposed: (HTMLInputElement & Omit<Omit<{
@@ -41550,6 +41568,7 @@ declare const VNumberInput: {
41550
41568
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
41551
41569
  }, {
41552
41570
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41571
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41553
41572
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
41554
41573
  'update:focused': (focused: boolean) => true;
41555
41574
  'update:modelValue': (value: any) => true;
@@ -41657,8 +41676,9 @@ declare const VNumberInput: {
41657
41676
  iconColor?: string | boolean | undefined;
41658
41677
  } & {
41659
41678
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
41660
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
41679
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
41661
41680
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41681
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41662
41682
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
41663
41683
  modelValue?: unknown;
41664
41684
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -41671,6 +41691,7 @@ declare const VNumberInput: {
41671
41691
  errorMessages: vue.ComputedRef<string[]>;
41672
41692
  } | {
41673
41693
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41694
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41674
41695
  } | {};
41675
41696
  }) | {};
41676
41697
  }, {}, {}, {}, {
@@ -42499,6 +42520,7 @@ declare const VNumberInput: {
42499
42520
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
42500
42521
  }, {
42501
42522
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
42523
+ fieldIconColor: vue.ComputedRef<string | undefined>;
42502
42524
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
42503
42525
  'update:focused': (focused: boolean) => true;
42504
42526
  'update:modelValue': (value: any) => true;
@@ -42606,8 +42628,9 @@ declare const VNumberInput: {
42606
42628
  iconColor?: string | boolean | undefined;
42607
42629
  } & {
42608
42630
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
42609
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
42631
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
42610
42632
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
42633
+ fieldIconColor: vue.ComputedRef<string | undefined>;
42611
42634
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
42612
42635
  modelValue?: unknown;
42613
42636
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -42620,6 +42643,7 @@ declare const VNumberInput: {
42620
42643
  errorMessages: vue.ComputedRef<string[]>;
42621
42644
  } | {
42622
42645
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
42646
+ fieldIconColor: vue.ComputedRef<string | undefined>;
42623
42647
  } | {};
42624
42648
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
42625
42649
  'click:control': (e: MouseEvent) => true;
@@ -42851,7 +42875,7 @@ declare const VNumberInput: {
42851
42875
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
42852
42876
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
42853
42877
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
42854
- }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "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" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
42878
+ }, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "innerHTML" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextmenu" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "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" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
42855
42879
  $: vue.ComponentInternalInstance;
42856
42880
  $data: {};
42857
42881
  $props: Partial<{
@@ -43191,6 +43215,7 @@ declare const VNumberInput: {
43191
43215
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43192
43216
  }, {
43193
43217
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43218
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43194
43219
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
43195
43220
  'update:focused': (focused: boolean) => true;
43196
43221
  'update:modelValue': (value: any) => true;
@@ -43298,8 +43323,9 @@ declare const VNumberInput: {
43298
43323
  iconColor?: string | boolean | undefined;
43299
43324
  } & {
43300
43325
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43301
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
43326
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
43302
43327
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43328
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43303
43329
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
43304
43330
  modelValue?: unknown;
43305
43331
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -43312,6 +43338,7 @@ declare const VNumberInput: {
43312
43338
  errorMessages: vue.ComputedRef<string[]>;
43313
43339
  } | {
43314
43340
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43341
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43315
43342
  } | {};
43316
43343
  }> & {} & vue.ComponentCustomProperties & {}, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "loading" | "label" | "prefix" | "role" | "class" | "theme" | "placeholder" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "counter" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "bgColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:append" | "onClick:prepend" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "suffix" | "counterValue" | "modelModifiers" | "onClick:control" | "onMousedown:control" | ("flat" | "reverse" | "variant" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter") | "v-slot:counter">, `$${any}`> & {
43317
43344
  _allExposed: (HTMLInputElement & Omit<Omit<{
@@ -43654,6 +43681,7 @@ declare const VNumberInput: {
43654
43681
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43655
43682
  }, {
43656
43683
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43684
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43657
43685
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
43658
43686
  'update:focused': (focused: boolean) => true;
43659
43687
  'update:modelValue': (value: any) => true;
@@ -43761,8 +43789,9 @@ declare const VNumberInput: {
43761
43789
  iconColor?: string | boolean | undefined;
43762
43790
  } & {
43763
43791
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43764
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
43792
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
43765
43793
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43794
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43766
43795
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
43767
43796
  modelValue?: unknown;
43768
43797
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -43775,6 +43804,7 @@ declare const VNumberInput: {
43775
43804
  errorMessages: vue.ComputedRef<string[]>;
43776
43805
  } | {
43777
43806
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43807
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43778
43808
  } | {};
43779
43809
  }) | {};
43780
43810
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -58648,6 +58678,7 @@ declare const VTextField: {
58648
58678
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
58649
58679
  }, {
58650
58680
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
58681
+ fieldIconColor: vue.ComputedRef<string | undefined>;
58651
58682
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
58652
58683
  'update:focused': (focused: boolean) => true;
58653
58684
  'update:modelValue': (value: any) => true;
@@ -58755,8 +58786,9 @@ declare const VTextField: {
58755
58786
  iconColor?: string | boolean | undefined;
58756
58787
  } & {
58757
58788
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
58758
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
58789
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
58759
58790
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
58791
+ fieldIconColor: vue.ComputedRef<string | undefined>;
58760
58792
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
58761
58793
  modelValue?: unknown;
58762
58794
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -58769,6 +58801,7 @@ declare const VTextField: {
58769
58801
  errorMessages: vue.ComputedRef<string[]>;
58770
58802
  } | {
58771
58803
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
58804
+ fieldIconColor: vue.ComputedRef<string | undefined>;
58772
58805
  } | {};
58773
58806
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
58774
58807
  'click:control': (e: MouseEvent) => true;
@@ -59296,6 +59329,7 @@ declare const VTextField: {
59296
59329
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
59297
59330
  }, {
59298
59331
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59332
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59299
59333
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
59300
59334
  'update:focused': (focused: boolean) => true;
59301
59335
  'update:modelValue': (value: any) => true;
@@ -59403,8 +59437,9 @@ declare const VTextField: {
59403
59437
  iconColor?: string | boolean | undefined;
59404
59438
  } & {
59405
59439
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
59406
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
59440
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
59407
59441
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59442
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59408
59443
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59409
59444
  modelValue?: unknown;
59410
59445
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -59417,6 +59452,7 @@ declare const VTextField: {
59417
59452
  errorMessages: vue.ComputedRef<string[]>;
59418
59453
  } | {
59419
59454
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59455
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59420
59456
  } | {};
59421
59457
  }, {}, {}, {}, {
59422
59458
  flat: boolean;
@@ -59919,6 +59955,7 @@ declare const VTextField: {
59919
59955
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
59920
59956
  }, {
59921
59957
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59958
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59922
59959
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
59923
59960
  'update:focused': (focused: boolean) => true;
59924
59961
  'update:modelValue': (value: any) => true;
@@ -60026,8 +60063,9 @@ declare const VTextField: {
60026
60063
  iconColor?: string | boolean | undefined;
60027
60064
  } & {
60028
60065
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
60029
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
60066
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
60030
60067
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
60068
+ fieldIconColor: vue.ComputedRef<string | undefined>;
60031
60069
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
60032
60070
  modelValue?: unknown;
60033
60071
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -60040,6 +60078,7 @@ declare const VTextField: {
60040
60078
  errorMessages: vue.ComputedRef<string[]>;
60041
60079
  } | {
60042
60080
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
60081
+ fieldIconColor: vue.ComputedRef<string | undefined>;
60043
60082
  } | {};
60044
60083
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
60045
60084
  'click:control': (e: MouseEvent) => true;
@@ -73367,48 +73406,38 @@ declare module 'vue' {
73367
73406
  $children?: VNodeChild
73368
73407
  }
73369
73408
  export interface GlobalComponents {
73370
- VApp: VApp
73371
- VAlert: VAlert
73372
- VAlertTitle: VAlertTitle
73373
73409
  VAppBar: VAppBar
73374
73410
  VAppBarNavIcon: VAppBarNavIcon
73375
73411
  VAppBarTitle: VAppBarTitle
73376
- VBadge: VBadge
73377
- VBanner: VBanner
73378
- VBannerActions: VBannerActions
73379
- VBannerText: VBannerText
73412
+ VApp: VApp
73413
+ VAlert: VAlert
73414
+ VAlertTitle: VAlertTitle
73380
73415
  VAutocomplete: VAutocomplete
73381
- VBottomNavigation: VBottomNavigation
73382
- VBottomSheet: VBottomSheet
73383
73416
  VAvatar: VAvatar
73384
- VBtn: VBtn
73417
+ VBadge: VBadge
73418
+ VBottomNavigation: VBottomNavigation
73385
73419
  VBreadcrumbs: VBreadcrumbs
73386
73420
  VBreadcrumbsItem: VBreadcrumbsItem
73387
73421
  VBreadcrumbsDivider: VBreadcrumbsDivider
73388
73422
  VBtnGroup: VBtnGroup
73423
+ VBtn: VBtn
73424
+ VBottomSheet: VBottomSheet
73389
73425
  VBtnToggle: VBtnToggle
73390
- VCheckbox: VCheckbox
73391
- VCheckboxBtn: VCheckboxBtn
73392
- VCarousel: VCarousel
73393
- VCarouselItem: VCarouselItem
73394
73426
  VCard: VCard
73395
73427
  VCardActions: VCardActions
73396
73428
  VCardItem: VCardItem
73397
73429
  VCardSubtitle: VCardSubtitle
73398
73430
  VCardText: VCardText
73399
73431
  VCardTitle: VCardTitle
73432
+ VBanner: VBanner
73433
+ VBannerActions: VBannerActions
73434
+ VBannerText: VBannerText
73400
73435
  VChip: VChip
73401
- VChipGroup: VChipGroup
73402
73436
  VCode: VCode
73403
- VCombobox: VCombobox
73404
73437
  VColorPicker: VColorPicker
73405
- VDatePicker: VDatePicker
73406
- VDatePickerControls: VDatePickerControls
73407
- VDatePickerHeader: VDatePickerHeader
73408
- VDatePickerMonth: VDatePickerMonth
73409
- VDatePickerMonths: VDatePickerMonths
73410
- VDatePickerYears: VDatePickerYears
73411
- VCounter: VCounter
73438
+ VCarousel: VCarousel
73439
+ VCarouselItem: VCarouselItem
73440
+ VCombobox: VCombobox
73412
73441
  VDataTable: VDataTable
73413
73442
  VDataTableHeaders: VDataTableHeaders
73414
73443
  VDataTableFooter: VDataTableFooter
@@ -73416,29 +73445,39 @@ declare module 'vue' {
73416
73445
  VDataTableRow: VDataTableRow
73417
73446
  VDataTableVirtual: VDataTableVirtual
73418
73447
  VDataTableServer: VDataTableServer
73448
+ VCheckbox: VCheckbox
73449
+ VCheckboxBtn: VCheckboxBtn
73450
+ VDialog: VDialog
73451
+ VChipGroup: VChipGroup
73419
73452
  VDivider: VDivider
73420
73453
  VEmptyState: VEmptyState
73421
- VDialog: VDialog
73454
+ VCounter: VCounter
73455
+ VDatePicker: VDatePicker
73456
+ VDatePickerControls: VDatePickerControls
73457
+ VDatePickerHeader: VDatePickerHeader
73458
+ VDatePickerMonth: VDatePickerMonth
73459
+ VDatePickerMonths: VDatePickerMonths
73460
+ VDatePickerYears: VDatePickerYears
73422
73461
  VExpansionPanels: VExpansionPanels
73423
73462
  VExpansionPanel: VExpansionPanel
73424
73463
  VExpansionPanelText: VExpansionPanelText
73425
73464
  VExpansionPanelTitle: VExpansionPanelTitle
73426
- VFileInput: VFileInput
73427
73465
  VField: VField
73428
73466
  VFieldLabel: VFieldLabel
73429
- VFooter: VFooter
73430
- VInfiniteScroll: VInfiniteScroll
73431
- VImg: VImg
73432
73467
  VFab: VFab
73433
- VItemGroup: VItemGroup
73434
- VItem: VItem
73468
+ VFooter: VFooter
73469
+ VFileInput: VFileInput
73435
73470
  VIcon: VIcon
73436
73471
  VComponentIcon: VComponentIcon
73437
73472
  VSvgIcon: VSvgIcon
73438
73473
  VLigatureIcon: VLigatureIcon
73439
73474
  VClassIcon: VClassIcon
73475
+ VImg: VImg
73476
+ VInfiniteScroll: VInfiniteScroll
73477
+ VItemGroup: VItemGroup
73478
+ VItem: VItem
73440
73479
  VKbd: VKbd
73441
- VInput: VInput
73480
+ VLabel: VLabel
73442
73481
  VList: VList
73443
73482
  VListGroup: VListGroup
73444
73483
  VListImg: VListImg
@@ -73449,41 +73488,43 @@ declare module 'vue' {
73449
73488
  VListItemTitle: VListItemTitle
73450
73489
  VListSubheader: VListSubheader
73451
73490
  VMain: VMain
73452
- VLabel: VLabel
73453
- VMessages: VMessages
73491
+ VNavigationDrawer: VNavigationDrawer
73454
73492
  VMenu: VMenu
73455
- VOverlay: VOverlay
73493
+ VMessages: VMessages
73456
73494
  VNumberInput: VNumberInput
73457
- VNavigationDrawer: VNavigationDrawer
73495
+ VOverlay: VOverlay
73458
73496
  VOtpInput: VOtpInput
73459
- VPagination: VPagination
73497
+ VInput: VInput
73460
73498
  VProgressCircular: VProgressCircular
73461
- VRadioGroup: VRadioGroup
73462
73499
  VProgressLinear: VProgressLinear
73500
+ VPagination: VPagination
73501
+ VRadioGroup: VRadioGroup
73463
73502
  VSelect: VSelect
73464
73503
  VRating: VRating
73465
73504
  VSelectionControl: VSelectionControl
73466
- VSheet: VSheet
73505
+ VSkeletonLoader: VSkeletonLoader
73467
73506
  VSelectionControlGroup: VSelectionControlGroup
73507
+ VSheet: VSheet
73468
73508
  VSlideGroup: VSlideGroup
73469
73509
  VSlideGroupItem: VSlideGroupItem
73470
73510
  VSlider: VSlider
73471
- VSkeletonLoader: VSkeletonLoader
73511
+ VSnackbar: VSnackbar
73472
73512
  VStepper: VStepper
73473
73513
  VStepperActions: VStepperActions
73474
73514
  VStepperHeader: VStepperHeader
73475
73515
  VStepperItem: VStepperItem
73476
73516
  VStepperWindow: VStepperWindow
73477
73517
  VStepperWindowItem: VStepperWindowItem
73478
- VSnackbar: VSnackbar
73479
- VSwitch: VSwitch
73480
73518
  VTab: VTab
73481
73519
  VTabs: VTabs
73482
73520
  VTabsWindow: VTabsWindow
73483
73521
  VTabsWindowItem: VTabsWindowItem
73522
+ VSwitch: VSwitch
73484
73523
  VSystemBar: VSystemBar
73485
- VTextarea: VTextarea
73486
73524
  VTable: VTable
73525
+ VTimeline: VTimeline
73526
+ VTimelineItem: VTimelineItem
73527
+ VTextarea: VTextarea
73487
73528
  VTextField: VTextField
73488
73529
  VTooltip: VTooltip
73489
73530
  VToolbar: VToolbar
@@ -73491,32 +73532,30 @@ declare module 'vue' {
73491
73532
  VToolbarItems: VToolbarItems
73492
73533
  VWindow: VWindow
73493
73534
  VWindowItem: VWindowItem
73494
- VTimeline: VTimeline
73495
- VTimelineItem: VTimelineItem
73496
- VConfirmEdit: VConfirmEdit
73497
- VDataIterator: VDataIterator
73498
73535
  VDefaultsProvider: VDefaultsProvider
73499
- VForm: VForm
73500
- VHover: VHover
73536
+ VDataIterator: VDataIterator
73501
73537
  VContainer: VContainer
73502
73538
  VCol: VCol
73503
73539
  VRow: VRow
73504
73540
  VSpacer: VSpacer
73541
+ VForm: VForm
73542
+ VConfirmEdit: VConfirmEdit
73543
+ VHover: VHover
73505
73544
  VLazy: VLazy
73506
73545
  VLayout: VLayout
73507
73546
  VLayoutItem: VLayoutItem
73508
73547
  VLocaleProvider: VLocaleProvider
73509
- VNoSsr: VNoSsr
73510
73548
  VParallax: VParallax
73549
+ VNoSsr: VNoSsr
73511
73550
  VRadio: VRadio
73512
- VRangeSlider: VRangeSlider
73513
73551
  VResponsive: VResponsive
73552
+ VRangeSlider: VRangeSlider
73514
73553
  VSparkline: VSparkline
73515
- VSpeedDial: VSpeedDial
73516
73554
  VSnackbarQueue: VSnackbarQueue
73517
73555
  VThemeProvider: VThemeProvider
73518
- VValidation: VValidation
73556
+ VSpeedDial: VSpeedDial
73519
73557
  VVirtualScroll: VVirtualScroll
73558
+ VValidation: VValidation
73520
73559
  VFabTransition: VFabTransition
73521
73560
  VDialogBottomTransition: VDialogBottomTransition
73522
73561
  VDialogTopTransition: VDialogTopTransition
@@ -73533,27 +73572,27 @@ declare module 'vue' {
73533
73572
  VExpandTransition: VExpandTransition
73534
73573
  VExpandXTransition: VExpandXTransition
73535
73574
  VDialogTransition: VDialogTransition
73536
- VCalendar: VCalendar
73537
- VCalendarDay: VCalendarDay
73538
- VCalendarHeader: VCalendarHeader
73539
- VCalendarInterval: VCalendarInterval
73540
- VCalendarIntervalEvent: VCalendarIntervalEvent
73541
- VCalendarMonthDay: VCalendarMonthDay
73542
- VPicker: VPicker
73543
- VPickerTitle: VPickerTitle
73575
+ VIconBtn: VIconBtn
73544
73576
  VFileUpload: VFileUpload
73545
73577
  VFileUploadItem: VFileUploadItem
73546
- VTreeview: VTreeview
73547
- VTreeviewItem: VTreeviewItem
73548
- VTreeviewGroup: VTreeviewGroup
73549
- VIconBtn: VIconBtn
73578
+ VPicker: VPicker
73579
+ VPickerTitle: VPickerTitle
73550
73580
  VStepperVertical: VStepperVertical
73551
73581
  VStepperVerticalItem: VStepperVerticalItem
73552
73582
  VStepperVerticalActions: VStepperVerticalActions
73553
73583
  VTimePicker: VTimePicker
73554
73584
  VTimePickerClock: VTimePickerClock
73555
73585
  VTimePickerControls: VTimePickerControls
73556
- VDateInput: VDateInput
73586
+ VTreeview: VTreeview
73587
+ VTreeviewItem: VTreeviewItem
73588
+ VTreeviewGroup: VTreeviewGroup
73589
+ VCalendar: VCalendar
73590
+ VCalendarDay: VCalendarDay
73591
+ VCalendarHeader: VCalendarHeader
73592
+ VCalendarInterval: VCalendarInterval
73593
+ VCalendarIntervalEvent: VCalendarIntervalEvent
73594
+ VCalendarMonthDay: VCalendarMonthDay
73557
73595
  VPullToRefresh: VPullToRefresh
73596
+ VDateInput: VDateInput
73558
73597
  }
73559
73598
  }