@vuetify/nightly 3.8.0-dev.2025-04-01 → 3.8.0-dev.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 (46) hide show
  1. package/CHANGELOG.md +18 -3
  2. package/dist/json/attributes.json +3801 -3801
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +180 -180
  5. package/dist/json/web-types.json +6824 -6824
  6. package/dist/vuetify-labs.cjs +56 -44
  7. package/dist/vuetify-labs.css +4799 -4802
  8. package/dist/vuetify-labs.d.ts +114 -75
  9. package/dist/vuetify-labs.esm.js +56 -44
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +56 -44
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +56 -44
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2940 -2943
  16. package/dist/vuetify.d.ts +114 -75
  17. package/dist/vuetify.esm.js +56 -44
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +56 -44
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +85 -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/VNumberInput/VNumberInput.d.ts +39 -12
  36. package/lib/components/VSelect/VSelect.css +0 -1
  37. package/lib/components/VSelect/VSelect.js +11 -9
  38. package/lib/components/VSelect/VSelect.js.map +1 -1
  39. package/lib/components/VSelect/VSelect.sass +0 -1
  40. package/lib/components/VTextField/VTextField.d.ts +12 -3
  41. package/lib/composables/virtual.js +6 -1
  42. package/lib/composables/virtual.js.map +1 -1
  43. package/lib/entry-bundler.js +1 -1
  44. package/lib/framework.d.ts +60 -60
  45. package/lib/framework.js +1 -1
  46. 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,37 +73406,48 @@ declare module 'vue' {
73367
73406
  $children?: VNodeChild
73368
73407
  }
73369
73408
  export interface GlobalComponents {
73409
+ VApp: VApp
73370
73410
  VAppBar: VAppBar
73371
73411
  VAppBarNavIcon: VAppBarNavIcon
73372
73412
  VAppBarTitle: VAppBarTitle
73373
- VAutocomplete: VAutocomplete
73374
- VBadge: VBadge
73375
- VAvatar: VAvatar
73376
73413
  VAlert: VAlert
73377
73414
  VAlertTitle: VAlertTitle
73378
- VApp: VApp
73379
- VBreadcrumbs: VBreadcrumbs
73380
- VBreadcrumbsItem: VBreadcrumbsItem
73381
- VBreadcrumbsDivider: VBreadcrumbsDivider
73382
73415
  VBanner: VBanner
73383
73416
  VBannerActions: VBannerActions
73384
73417
  VBannerText: VBannerText
73418
+ VBadge: VBadge
73419
+ VAvatar: VAvatar
73420
+ VAutocomplete: VAutocomplete
73421
+ VBottomNavigation: VBottomNavigation
73422
+ VBottomSheet: VBottomSheet
73385
73423
  VBtnGroup: VBtnGroup
73386
73424
  VBtn: VBtn
73387
- VBottomSheet: VBottomSheet
73388
73425
  VCarousel: VCarousel
73389
73426
  VCarouselItem: VCarouselItem
73427
+ VBreadcrumbs: VBreadcrumbs
73428
+ VBreadcrumbsItem: VBreadcrumbsItem
73429
+ VBreadcrumbsDivider: VBreadcrumbsDivider
73390
73430
  VBtnToggle: VBtnToggle
73431
+ VChipGroup: VChipGroup
73432
+ VCheckbox: VCheckbox
73433
+ VCheckboxBtn: VCheckboxBtn
73391
73434
  VCard: VCard
73392
73435
  VCardActions: VCardActions
73393
73436
  VCardItem: VCardItem
73394
73437
  VCardSubtitle: VCardSubtitle
73395
73438
  VCardText: VCardText
73396
73439
  VCardTitle: VCardTitle
73397
- VCode: VCode
73398
73440
  VChip: VChip
73399
- VChipGroup: VChipGroup
73400
- VBottomNavigation: VBottomNavigation
73441
+ VColorPicker: VColorPicker
73442
+ VCombobox: VCombobox
73443
+ VDatePicker: VDatePicker
73444
+ VDatePickerControls: VDatePickerControls
73445
+ VDatePickerHeader: VDatePickerHeader
73446
+ VDatePickerMonth: VDatePickerMonth
73447
+ VDatePickerMonths: VDatePickerMonths
73448
+ VDatePickerYears: VDatePickerYears
73449
+ VCode: VCode
73450
+ VDialog: VDialog
73401
73451
  VCounter: VCounter
73402
73452
  VDataTable: VDataTable
73403
73453
  VDataTableHeaders: VDataTableHeaders
@@ -73406,38 +73456,30 @@ declare module 'vue' {
73406
73456
  VDataTableRow: VDataTableRow
73407
73457
  VDataTableVirtual: VDataTableVirtual
73408
73458
  VDataTableServer: VDataTableServer
73409
- VCombobox: VCombobox
73410
- VColorPicker: VColorPicker
73411
- VCheckbox: VCheckbox
73412
- VCheckboxBtn: VCheckboxBtn
73413
- VDivider: VDivider
73414
- VDatePicker: VDatePicker
73415
- VDatePickerControls: VDatePickerControls
73416
- VDatePickerHeader: VDatePickerHeader
73417
- VDatePickerMonth: VDatePickerMonth
73418
- VDatePickerMonths: VDatePickerMonths
73419
- VDatePickerYears: VDatePickerYears
73420
- VFileInput: VFileInput
73459
+ VFab: VFab
73421
73460
  VEmptyState: VEmptyState
73422
73461
  VExpansionPanels: VExpansionPanels
73423
73462
  VExpansionPanel: VExpansionPanel
73424
73463
  VExpansionPanelText: VExpansionPanelText
73425
73464
  VExpansionPanelTitle: VExpansionPanelTitle
73426
- VDialog: VDialog
73427
- VFooter: VFooter
73428
- VFab: VFab
73429
- VImg: VImg
73465
+ VFileInput: VFileInput
73466
+ VDivider: VDivider
73430
73467
  VField: VField
73431
73468
  VFieldLabel: VFieldLabel
73469
+ VFooter: VFooter
73432
73470
  VIcon: VIcon
73433
73471
  VComponentIcon: VComponentIcon
73434
73472
  VSvgIcon: VSvgIcon
73435
73473
  VLigatureIcon: VLigatureIcon
73436
73474
  VClassIcon: VClassIcon
73475
+ VImg: VImg
73476
+ VKbd: VKbd
73437
73477
  VInput: VInput
73438
- VInfiniteScroll: VInfiniteScroll
73439
73478
  VItemGroup: VItemGroup
73440
73479
  VItem: VItem
73480
+ VInfiniteScroll: VInfiniteScroll
73481
+ VLabel: VLabel
73482
+ VMenu: VMenu
73441
73483
  VList: VList
73442
73484
  VListGroup: VListGroup
73443
73485
  VListImg: VListImg
@@ -73447,73 +73489,70 @@ declare module 'vue' {
73447
73489
  VListItemSubtitle: VListItemSubtitle
73448
73490
  VListItemTitle: VListItemTitle
73449
73491
  VListSubheader: VListSubheader
73450
- VLabel: VLabel
73451
- VKbd: VKbd
73492
+ VMessages: VMessages
73452
73493
  VMain: VMain
73453
73494
  VNavigationDrawer: VNavigationDrawer
73454
- VMessages: VMessages
73455
- VNumberInput: VNumberInput
73456
73495
  VOtpInput: VOtpInput
73457
- VMenu: VMenu
73496
+ VNumberInput: VNumberInput
73458
73497
  VPagination: VPagination
73459
- VRadioGroup: VRadioGroup
73460
73498
  VOverlay: VOverlay
73461
- VProgressCircular: VProgressCircular
73462
73499
  VProgressLinear: VProgressLinear
73500
+ VRadioGroup: VRadioGroup
73501
+ VProgressCircular: VProgressCircular
73463
73502
  VRating: VRating
73464
73503
  VSelectionControl: VSelectionControl
73465
73504
  VSelect: VSelect
73505
+ VSheet: VSheet
73506
+ VSkeletonLoader: VSkeletonLoader
73507
+ VSelectionControlGroup: VSelectionControlGroup
73466
73508
  VSlideGroup: VSlideGroup
73467
73509
  VSlideGroupItem: VSlideGroupItem
73468
- VSelectionControlGroup: VSelectionControlGroup
73469
- VSkeletonLoader: VSkeletonLoader
73470
- VSheet: VSheet
73471
- VSnackbar: VSnackbar
73472
- VTab: VTab
73473
- VTabs: VTabs
73474
- VTabsWindow: VTabsWindow
73475
- VTabsWindowItem: VTabsWindowItem
73476
73510
  VSlider: VSlider
73511
+ VSnackbar: VSnackbar
73477
73512
  VStepper: VStepper
73478
73513
  VStepperActions: VStepperActions
73479
73514
  VStepperHeader: VStepperHeader
73480
73515
  VStepperItem: VStepperItem
73481
73516
  VStepperWindow: VStepperWindow
73482
73517
  VStepperWindowItem: VStepperWindowItem
73483
- VSwitch: VSwitch
73484
- VTextField: VTextField
73485
- VTextarea: VTextarea
73518
+ VTab: VTab
73519
+ VTabs: VTabs
73520
+ VTabsWindow: VTabsWindow
73521
+ VTabsWindowItem: VTabsWindowItem
73486
73522
  VSystemBar: VSystemBar
73523
+ VTextField: VTextField
73487
73524
  VTable: VTable
73488
- VTimeline: VTimeline
73489
- VTimelineItem: VTimelineItem
73490
73525
  VToolbar: VToolbar
73491
73526
  VToolbarTitle: VToolbarTitle
73492
73527
  VToolbarItems: VToolbarItems
73528
+ VTimeline: VTimeline
73529
+ VTimelineItem: VTimelineItem
73530
+ VSwitch: VSwitch
73531
+ VTextarea: VTextarea
73532
+ VTooltip: VTooltip
73493
73533
  VWindow: VWindow
73494
73534
  VWindowItem: VWindowItem
73495
- VTooltip: VTooltip
73535
+ VConfirmEdit: VConfirmEdit
73496
73536
  VDataIterator: VDataIterator
73497
73537
  VDefaultsProvider: VDefaultsProvider
73498
73538
  VForm: VForm
73499
- VConfirmEdit: VConfirmEdit
73500
73539
  VContainer: VContainer
73501
73540
  VCol: VCol
73502
73541
  VRow: VRow
73503
73542
  VSpacer: VSpacer
73504
73543
  VHover: VHover
73505
- VLocaleProvider: VLocaleProvider
73506
- VLazy: VLazy
73507
73544
  VLayout: VLayout
73508
73545
  VLayoutItem: VLayoutItem
73546
+ VLazy: VLazy
73547
+ VLocaleProvider: VLocaleProvider
73509
73548
  VNoSsr: VNoSsr
73510
73549
  VParallax: VParallax
73511
73550
  VRadio: VRadio
73512
73551
  VRangeSlider: VRangeSlider
73513
73552
  VResponsive: VResponsive
73514
- VSpeedDial: VSpeedDial
73515
- VSparkline: VSparkline
73516
73553
  VSnackbarQueue: VSnackbarQueue
73554
+ VSparkline: VSparkline
73555
+ VSpeedDial: VSpeedDial
73517
73556
  VThemeProvider: VThemeProvider
73518
73557
  VVirtualScroll: VVirtualScroll
73519
73558
  VValidation: VValidation
@@ -73539,20 +73578,20 @@ declare module 'vue' {
73539
73578
  VCalendarInterval: VCalendarInterval
73540
73579
  VCalendarIntervalEvent: VCalendarIntervalEvent
73541
73580
  VCalendarMonthDay: VCalendarMonthDay
73581
+ VIconBtn: VIconBtn
73542
73582
  VPicker: VPicker
73543
73583
  VPickerTitle: VPickerTitle
73544
- VIconBtn: VIconBtn
73584
+ VFileUpload: VFileUpload
73585
+ VFileUploadItem: VFileUploadItem
73545
73586
  VStepperVertical: VStepperVertical
73546
73587
  VStepperVerticalItem: VStepperVerticalItem
73547
73588
  VStepperVerticalActions: VStepperVerticalActions
73548
- VFileUpload: VFileUpload
73549
- VFileUploadItem: VFileUploadItem
73550
- VTreeview: VTreeview
73551
- VTreeviewItem: VTreeviewItem
73552
- VTreeviewGroup: VTreeviewGroup
73553
73589
  VTimePicker: VTimePicker
73554
73590
  VTimePickerClock: VTimePickerClock
73555
73591
  VTimePickerControls: VTimePickerControls
73592
+ VTreeview: VTreeview
73593
+ VTreeviewItem: VTreeviewItem
73594
+ VTreeviewGroup: VTreeviewGroup
73556
73595
  VDateInput: VDateInput
73557
73596
  VPullToRefresh: VPullToRefresh
73558
73597
  }