@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
package/dist/vuetify.d.ts CHANGED
@@ -5979,6 +5979,7 @@ declare const VField: {
5979
5979
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
5980
5980
  }, {
5981
5981
  controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
5982
+ fieldIconColor: vue.ComputedRef<string | undefined>;
5982
5983
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
5983
5984
  'update:focused': (focused: boolean) => true;
5984
5985
  'update:modelValue': (value: any) => true;
@@ -6057,6 +6058,7 @@ declare const VField: {
6057
6058
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6058
6059
  }, {
6059
6060
  controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
6061
+ fieldIconColor: vue.ComputedRef<string | undefined>;
6060
6062
  }, {}, {}, {}, {
6061
6063
  flat: boolean;
6062
6064
  reverse: boolean;
@@ -6117,6 +6119,7 @@ declare const VField: {
6117
6119
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
6118
6120
  }, {
6119
6121
  controlRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
6122
+ fieldIconColor: vue.ComputedRef<string | undefined>;
6120
6123
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
6121
6124
  'update:focused': (focused: boolean) => true;
6122
6125
  'update:modelValue': (value: any) => true;
@@ -38031,6 +38034,7 @@ declare const VNumberInput: {
38031
38034
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
38032
38035
  }, {
38033
38036
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38037
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38034
38038
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
38035
38039
  'update:focused': (focused: boolean) => true;
38036
38040
  'update:modelValue': (value: any) => true;
@@ -38138,8 +38142,9 @@ declare const VNumberInput: {
38138
38142
  iconColor?: string | boolean | undefined;
38139
38143
  } & {
38140
38144
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
38141
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
38145
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
38142
38146
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38147
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38143
38148
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
38144
38149
  modelValue?: unknown;
38145
38150
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -38152,6 +38157,7 @@ declare const VNumberInput: {
38152
38157
  errorMessages: vue.ComputedRef<string[]>;
38153
38158
  } | {
38154
38159
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38160
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38155
38161
  } | {};
38156
38162
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
38157
38163
  'click:control': (e: MouseEvent) => true;
@@ -38383,7 +38389,7 @@ declare const VNumberInput: {
38383
38389
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
38384
38390
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
38385
38391
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
38386
- }, "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<{
38392
+ }, "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<{
38387
38393
  $: vue.ComponentInternalInstance;
38388
38394
  $data: {};
38389
38395
  $props: Partial<{
@@ -38723,6 +38729,7 @@ declare const VNumberInput: {
38723
38729
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
38724
38730
  }, {
38725
38731
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38732
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38726
38733
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
38727
38734
  'update:focused': (focused: boolean) => true;
38728
38735
  'update:modelValue': (value: any) => true;
@@ -38830,8 +38837,9 @@ declare const VNumberInput: {
38830
38837
  iconColor?: string | boolean | undefined;
38831
38838
  } & {
38832
38839
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
38833
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
38840
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
38834
38841
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38842
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38835
38843
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
38836
38844
  modelValue?: unknown;
38837
38845
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -38844,6 +38852,7 @@ declare const VNumberInput: {
38844
38852
  errorMessages: vue.ComputedRef<string[]>;
38845
38853
  } | {
38846
38854
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
38855
+ fieldIconColor: vue.ComputedRef<string | undefined>;
38847
38856
  } | {};
38848
38857
  }> & {} & 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}`> & {
38849
38858
  _allExposed: (HTMLInputElement & Omit<Omit<{
@@ -39186,6 +39195,7 @@ declare const VNumberInput: {
39186
39195
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
39187
39196
  }, {
39188
39197
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39198
+ fieldIconColor: vue.ComputedRef<string | undefined>;
39189
39199
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
39190
39200
  'update:focused': (focused: boolean) => true;
39191
39201
  'update:modelValue': (value: any) => true;
@@ -39293,8 +39303,9 @@ declare const VNumberInput: {
39293
39303
  iconColor?: string | boolean | undefined;
39294
39304
  } & {
39295
39305
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
39296
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
39306
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
39297
39307
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39308
+ fieldIconColor: vue.ComputedRef<string | undefined>;
39298
39309
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
39299
39310
  modelValue?: unknown;
39300
39311
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -39307,6 +39318,7 @@ declare const VNumberInput: {
39307
39318
  errorMessages: vue.ComputedRef<string[]>;
39308
39319
  } | {
39309
39320
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
39321
+ fieldIconColor: vue.ComputedRef<string | undefined>;
39310
39322
  } | {};
39311
39323
  }) | {};
39312
39324
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -40158,6 +40170,7 @@ declare const VNumberInput: {
40158
40170
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
40159
40171
  }, {
40160
40172
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40173
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40161
40174
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
40162
40175
  'update:focused': (focused: boolean) => true;
40163
40176
  'update:modelValue': (value: any) => true;
@@ -40265,8 +40278,9 @@ declare const VNumberInput: {
40265
40278
  iconColor?: string | boolean | undefined;
40266
40279
  } & {
40267
40280
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
40268
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
40281
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
40269
40282
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40283
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40270
40284
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
40271
40285
  modelValue?: unknown;
40272
40286
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -40279,6 +40293,7 @@ declare const VNumberInput: {
40279
40293
  errorMessages: vue.ComputedRef<string[]>;
40280
40294
  } | {
40281
40295
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40296
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40282
40297
  } | {};
40283
40298
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
40284
40299
  'click:control': (e: MouseEvent) => true;
@@ -40510,7 +40525,7 @@ declare const VNumberInput: {
40510
40525
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
40511
40526
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
40512
40527
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
40513
- }, "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<{
40528
+ }, "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<{
40514
40529
  $: vue.ComponentInternalInstance;
40515
40530
  $data: {};
40516
40531
  $props: Partial<{
@@ -40850,6 +40865,7 @@ declare const VNumberInput: {
40850
40865
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
40851
40866
  }, {
40852
40867
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40868
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40853
40869
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
40854
40870
  'update:focused': (focused: boolean) => true;
40855
40871
  'update:modelValue': (value: any) => true;
@@ -40957,8 +40973,9 @@ declare const VNumberInput: {
40957
40973
  iconColor?: string | boolean | undefined;
40958
40974
  } & {
40959
40975
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
40960
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
40976
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
40961
40977
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40978
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40962
40979
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
40963
40980
  modelValue?: unknown;
40964
40981
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -40971,6 +40988,7 @@ declare const VNumberInput: {
40971
40988
  errorMessages: vue.ComputedRef<string[]>;
40972
40989
  } | {
40973
40990
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
40991
+ fieldIconColor: vue.ComputedRef<string | undefined>;
40974
40992
  } | {};
40975
40993
  }> & {} & 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}`> & {
40976
40994
  _allExposed: (HTMLInputElement & Omit<Omit<{
@@ -41313,6 +41331,7 @@ declare const VNumberInput: {
41313
41331
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
41314
41332
  }, {
41315
41333
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41334
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41316
41335
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
41317
41336
  'update:focused': (focused: boolean) => true;
41318
41337
  'update:modelValue': (value: any) => true;
@@ -41420,8 +41439,9 @@ declare const VNumberInput: {
41420
41439
  iconColor?: string | boolean | undefined;
41421
41440
  } & {
41422
41441
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
41423
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
41442
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
41424
41443
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41444
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41425
41445
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
41426
41446
  modelValue?: unknown;
41427
41447
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -41434,6 +41454,7 @@ declare const VNumberInput: {
41434
41454
  errorMessages: vue.ComputedRef<string[]>;
41435
41455
  } | {
41436
41456
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
41457
+ fieldIconColor: vue.ComputedRef<string | undefined>;
41437
41458
  } | {};
41438
41459
  }) | {};
41439
41460
  }, {}, {}, {}, {
@@ -42262,6 +42283,7 @@ declare const VNumberInput: {
42262
42283
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
42263
42284
  }, {
42264
42285
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
42286
+ fieldIconColor: vue.ComputedRef<string | undefined>;
42265
42287
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
42266
42288
  'update:focused': (focused: boolean) => true;
42267
42289
  'update:modelValue': (value: any) => true;
@@ -42369,8 +42391,9 @@ declare const VNumberInput: {
42369
42391
  iconColor?: string | boolean | undefined;
42370
42392
  } & {
42371
42393
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
42372
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
42394
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
42373
42395
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
42396
+ fieldIconColor: vue.ComputedRef<string | undefined>;
42374
42397
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
42375
42398
  modelValue?: unknown;
42376
42399
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -42383,6 +42406,7 @@ declare const VNumberInput: {
42383
42406
  errorMessages: vue.ComputedRef<string[]>;
42384
42407
  } | {
42385
42408
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
42409
+ fieldIconColor: vue.ComputedRef<string | undefined>;
42386
42410
  } | {};
42387
42411
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
42388
42412
  'click:control': (e: MouseEvent) => true;
@@ -42614,7 +42638,7 @@ declare const VNumberInput: {
42614
42638
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
42615
42639
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
42616
42640
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
42617
- }, "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<{
42641
+ }, "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<{
42618
42642
  $: vue.ComponentInternalInstance;
42619
42643
  $data: {};
42620
42644
  $props: Partial<{
@@ -42954,6 +42978,7 @@ declare const VNumberInput: {
42954
42978
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
42955
42979
  }, {
42956
42980
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
42981
+ fieldIconColor: vue.ComputedRef<string | undefined>;
42957
42982
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
42958
42983
  'update:focused': (focused: boolean) => true;
42959
42984
  'update:modelValue': (value: any) => true;
@@ -43061,8 +43086,9 @@ declare const VNumberInput: {
43061
43086
  iconColor?: string | boolean | undefined;
43062
43087
  } & {
43063
43088
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43064
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
43089
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
43065
43090
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43091
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43066
43092
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
43067
43093
  modelValue?: unknown;
43068
43094
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -43075,6 +43101,7 @@ declare const VNumberInput: {
43075
43101
  errorMessages: vue.ComputedRef<string[]>;
43076
43102
  } | {
43077
43103
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43104
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43078
43105
  } | {};
43079
43106
  }> & {} & 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}`> & {
43080
43107
  _allExposed: (HTMLInputElement & Omit<Omit<{
@@ -43417,6 +43444,7 @@ declare const VNumberInput: {
43417
43444
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43418
43445
  }, {
43419
43446
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43447
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43420
43448
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
43421
43449
  'update:focused': (focused: boolean) => true;
43422
43450
  'update:modelValue': (value: any) => true;
@@ -43524,8 +43552,9 @@ declare const VNumberInput: {
43524
43552
  iconColor?: string | boolean | undefined;
43525
43553
  } & {
43526
43554
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
43527
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
43555
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
43528
43556
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43557
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43529
43558
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
43530
43559
  modelValue?: unknown;
43531
43560
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -43538,6 +43567,7 @@ declare const VNumberInput: {
43538
43567
  errorMessages: vue.ComputedRef<string[]>;
43539
43568
  } | {
43540
43569
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
43570
+ fieldIconColor: vue.ComputedRef<string | undefined>;
43541
43571
  } | {};
43542
43572
  }) | {};
43543
43573
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -58411,6 +58441,7 @@ declare const VTextField: {
58411
58441
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
58412
58442
  }, {
58413
58443
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
58444
+ fieldIconColor: vue.ComputedRef<string | undefined>;
58414
58445
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
58415
58446
  'update:focused': (focused: boolean) => true;
58416
58447
  'update:modelValue': (value: any) => true;
@@ -58518,8 +58549,9 @@ declare const VTextField: {
58518
58549
  iconColor?: string | boolean | undefined;
58519
58550
  } & {
58520
58551
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
58521
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
58552
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
58522
58553
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
58554
+ fieldIconColor: vue.ComputedRef<string | undefined>;
58523
58555
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
58524
58556
  modelValue?: unknown;
58525
58557
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -58532,6 +58564,7 @@ declare const VTextField: {
58532
58564
  errorMessages: vue.ComputedRef<string[]>;
58533
58565
  } | {
58534
58566
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
58567
+ fieldIconColor: vue.ComputedRef<string | undefined>;
58535
58568
  } | {};
58536
58569
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
58537
58570
  'click:control': (e: MouseEvent) => true;
@@ -59059,6 +59092,7 @@ declare const VTextField: {
59059
59092
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
59060
59093
  }, {
59061
59094
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59095
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59062
59096
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
59063
59097
  'update:focused': (focused: boolean) => true;
59064
59098
  'update:modelValue': (value: any) => true;
@@ -59166,8 +59200,9 @@ declare const VTextField: {
59166
59200
  iconColor?: string | boolean | undefined;
59167
59201
  } & {
59168
59202
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
59169
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
59203
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
59170
59204
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59205
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59171
59206
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59172
59207
  modelValue?: unknown;
59173
59208
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -59180,6 +59215,7 @@ declare const VTextField: {
59180
59215
  errorMessages: vue.ComputedRef<string[]>;
59181
59216
  } | {
59182
59217
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59218
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59183
59219
  } | {};
59184
59220
  }, {}, {}, {}, {
59185
59221
  flat: boolean;
@@ -59682,6 +59718,7 @@ declare const VTextField: {
59682
59718
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
59683
59719
  }, {
59684
59720
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59721
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59685
59722
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
59686
59723
  'update:focused': (focused: boolean) => true;
59687
59724
  'update:modelValue': (value: any) => true;
@@ -59789,8 +59826,9 @@ declare const VTextField: {
59789
59826
  iconColor?: string | boolean | undefined;
59790
59827
  } & {
59791
59828
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
59792
- }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef"> & vue.ShallowUnwrapRef<{
59829
+ }, ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "glow" | "clearable" | "dirty" | "persistentClear" | "singleLine") | "controlRef" | "fieldIconColor"> & vue.ShallowUnwrapRef<{
59793
59830
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59831
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59794
59832
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
59795
59833
  modelValue?: unknown;
59796
59834
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
@@ -59803,6 +59841,7 @@ declare const VTextField: {
59803
59841
  errorMessages: vue.ComputedRef<string[]>;
59804
59842
  } | {
59805
59843
  controlRef: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
59844
+ fieldIconColor: vue.ComputedRef<string | undefined>;
59806
59845
  } | {};
59807
59846
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
59808
59847
  'click:control': (e: MouseEvent) => true;
@@ -65344,37 +65383,48 @@ declare module 'vue' {
65344
65383
  $children?: VNodeChild
65345
65384
  }
65346
65385
  export interface GlobalComponents {
65386
+ VApp: VApp
65347
65387
  VAppBar: VAppBar
65348
65388
  VAppBarNavIcon: VAppBarNavIcon
65349
65389
  VAppBarTitle: VAppBarTitle
65350
- VAutocomplete: VAutocomplete
65351
- VBadge: VBadge
65352
- VAvatar: VAvatar
65353
65390
  VAlert: VAlert
65354
65391
  VAlertTitle: VAlertTitle
65355
- VApp: VApp
65356
- VBreadcrumbs: VBreadcrumbs
65357
- VBreadcrumbsItem: VBreadcrumbsItem
65358
- VBreadcrumbsDivider: VBreadcrumbsDivider
65359
65392
  VBanner: VBanner
65360
65393
  VBannerActions: VBannerActions
65361
65394
  VBannerText: VBannerText
65395
+ VBadge: VBadge
65396
+ VAvatar: VAvatar
65397
+ VAutocomplete: VAutocomplete
65398
+ VBottomNavigation: VBottomNavigation
65399
+ VBottomSheet: VBottomSheet
65362
65400
  VBtnGroup: VBtnGroup
65363
65401
  VBtn: VBtn
65364
- VBottomSheet: VBottomSheet
65365
65402
  VCarousel: VCarousel
65366
65403
  VCarouselItem: VCarouselItem
65404
+ VBreadcrumbs: VBreadcrumbs
65405
+ VBreadcrumbsItem: VBreadcrumbsItem
65406
+ VBreadcrumbsDivider: VBreadcrumbsDivider
65367
65407
  VBtnToggle: VBtnToggle
65408
+ VChipGroup: VChipGroup
65409
+ VCheckbox: VCheckbox
65410
+ VCheckboxBtn: VCheckboxBtn
65368
65411
  VCard: VCard
65369
65412
  VCardActions: VCardActions
65370
65413
  VCardItem: VCardItem
65371
65414
  VCardSubtitle: VCardSubtitle
65372
65415
  VCardText: VCardText
65373
65416
  VCardTitle: VCardTitle
65374
- VCode: VCode
65375
65417
  VChip: VChip
65376
- VChipGroup: VChipGroup
65377
- VBottomNavigation: VBottomNavigation
65418
+ VColorPicker: VColorPicker
65419
+ VCombobox: VCombobox
65420
+ VDatePicker: VDatePicker
65421
+ VDatePickerControls: VDatePickerControls
65422
+ VDatePickerHeader: VDatePickerHeader
65423
+ VDatePickerMonth: VDatePickerMonth
65424
+ VDatePickerMonths: VDatePickerMonths
65425
+ VDatePickerYears: VDatePickerYears
65426
+ VCode: VCode
65427
+ VDialog: VDialog
65378
65428
  VCounter: VCounter
65379
65429
  VDataTable: VDataTable
65380
65430
  VDataTableHeaders: VDataTableHeaders
@@ -65383,38 +65433,30 @@ declare module 'vue' {
65383
65433
  VDataTableRow: VDataTableRow
65384
65434
  VDataTableVirtual: VDataTableVirtual
65385
65435
  VDataTableServer: VDataTableServer
65386
- VCombobox: VCombobox
65387
- VColorPicker: VColorPicker
65388
- VCheckbox: VCheckbox
65389
- VCheckboxBtn: VCheckboxBtn
65390
- VDivider: VDivider
65391
- VDatePicker: VDatePicker
65392
- VDatePickerControls: VDatePickerControls
65393
- VDatePickerHeader: VDatePickerHeader
65394
- VDatePickerMonth: VDatePickerMonth
65395
- VDatePickerMonths: VDatePickerMonths
65396
- VDatePickerYears: VDatePickerYears
65397
- VFileInput: VFileInput
65436
+ VFab: VFab
65398
65437
  VEmptyState: VEmptyState
65399
65438
  VExpansionPanels: VExpansionPanels
65400
65439
  VExpansionPanel: VExpansionPanel
65401
65440
  VExpansionPanelText: VExpansionPanelText
65402
65441
  VExpansionPanelTitle: VExpansionPanelTitle
65403
- VDialog: VDialog
65404
- VFooter: VFooter
65405
- VFab: VFab
65406
- VImg: VImg
65442
+ VFileInput: VFileInput
65443
+ VDivider: VDivider
65407
65444
  VField: VField
65408
65445
  VFieldLabel: VFieldLabel
65446
+ VFooter: VFooter
65409
65447
  VIcon: VIcon
65410
65448
  VComponentIcon: VComponentIcon
65411
65449
  VSvgIcon: VSvgIcon
65412
65450
  VLigatureIcon: VLigatureIcon
65413
65451
  VClassIcon: VClassIcon
65452
+ VImg: VImg
65453
+ VKbd: VKbd
65414
65454
  VInput: VInput
65415
- VInfiniteScroll: VInfiniteScroll
65416
65455
  VItemGroup: VItemGroup
65417
65456
  VItem: VItem
65457
+ VInfiniteScroll: VInfiniteScroll
65458
+ VLabel: VLabel
65459
+ VMenu: VMenu
65418
65460
  VList: VList
65419
65461
  VListGroup: VListGroup
65420
65462
  VListImg: VListImg
@@ -65424,73 +65466,70 @@ declare module 'vue' {
65424
65466
  VListItemSubtitle: VListItemSubtitle
65425
65467
  VListItemTitle: VListItemTitle
65426
65468
  VListSubheader: VListSubheader
65427
- VLabel: VLabel
65428
- VKbd: VKbd
65469
+ VMessages: VMessages
65429
65470
  VMain: VMain
65430
65471
  VNavigationDrawer: VNavigationDrawer
65431
- VMessages: VMessages
65432
- VNumberInput: VNumberInput
65433
65472
  VOtpInput: VOtpInput
65434
- VMenu: VMenu
65473
+ VNumberInput: VNumberInput
65435
65474
  VPagination: VPagination
65436
- VRadioGroup: VRadioGroup
65437
65475
  VOverlay: VOverlay
65438
- VProgressCircular: VProgressCircular
65439
65476
  VProgressLinear: VProgressLinear
65477
+ VRadioGroup: VRadioGroup
65478
+ VProgressCircular: VProgressCircular
65440
65479
  VRating: VRating
65441
65480
  VSelectionControl: VSelectionControl
65442
65481
  VSelect: VSelect
65482
+ VSheet: VSheet
65483
+ VSkeletonLoader: VSkeletonLoader
65484
+ VSelectionControlGroup: VSelectionControlGroup
65443
65485
  VSlideGroup: VSlideGroup
65444
65486
  VSlideGroupItem: VSlideGroupItem
65445
- VSelectionControlGroup: VSelectionControlGroup
65446
- VSkeletonLoader: VSkeletonLoader
65447
- VSheet: VSheet
65448
- VSnackbar: VSnackbar
65449
- VTab: VTab
65450
- VTabs: VTabs
65451
- VTabsWindow: VTabsWindow
65452
- VTabsWindowItem: VTabsWindowItem
65453
65487
  VSlider: VSlider
65488
+ VSnackbar: VSnackbar
65454
65489
  VStepper: VStepper
65455
65490
  VStepperActions: VStepperActions
65456
65491
  VStepperHeader: VStepperHeader
65457
65492
  VStepperItem: VStepperItem
65458
65493
  VStepperWindow: VStepperWindow
65459
65494
  VStepperWindowItem: VStepperWindowItem
65460
- VSwitch: VSwitch
65461
- VTextField: VTextField
65462
- VTextarea: VTextarea
65495
+ VTab: VTab
65496
+ VTabs: VTabs
65497
+ VTabsWindow: VTabsWindow
65498
+ VTabsWindowItem: VTabsWindowItem
65463
65499
  VSystemBar: VSystemBar
65500
+ VTextField: VTextField
65464
65501
  VTable: VTable
65465
- VTimeline: VTimeline
65466
- VTimelineItem: VTimelineItem
65467
65502
  VToolbar: VToolbar
65468
65503
  VToolbarTitle: VToolbarTitle
65469
65504
  VToolbarItems: VToolbarItems
65505
+ VTimeline: VTimeline
65506
+ VTimelineItem: VTimelineItem
65507
+ VSwitch: VSwitch
65508
+ VTextarea: VTextarea
65509
+ VTooltip: VTooltip
65470
65510
  VWindow: VWindow
65471
65511
  VWindowItem: VWindowItem
65472
- VTooltip: VTooltip
65512
+ VConfirmEdit: VConfirmEdit
65473
65513
  VDataIterator: VDataIterator
65474
65514
  VDefaultsProvider: VDefaultsProvider
65475
65515
  VForm: VForm
65476
- VConfirmEdit: VConfirmEdit
65477
65516
  VContainer: VContainer
65478
65517
  VCol: VCol
65479
65518
  VRow: VRow
65480
65519
  VSpacer: VSpacer
65481
65520
  VHover: VHover
65482
- VLocaleProvider: VLocaleProvider
65483
- VLazy: VLazy
65484
65521
  VLayout: VLayout
65485
65522
  VLayoutItem: VLayoutItem
65523
+ VLazy: VLazy
65524
+ VLocaleProvider: VLocaleProvider
65486
65525
  VNoSsr: VNoSsr
65487
65526
  VParallax: VParallax
65488
65527
  VRadio: VRadio
65489
65528
  VRangeSlider: VRangeSlider
65490
65529
  VResponsive: VResponsive
65491
- VSpeedDial: VSpeedDial
65492
- VSparkline: VSparkline
65493
65530
  VSnackbarQueue: VSnackbarQueue
65531
+ VSparkline: VSparkline
65532
+ VSpeedDial: VSpeedDial
65494
65533
  VThemeProvider: VThemeProvider
65495
65534
  VVirtualScroll: VVirtualScroll
65496
65535
  VValidation: VValidation
@@ -65516,20 +65555,20 @@ declare module 'vue' {
65516
65555
  VCalendarInterval: VCalendarInterval
65517
65556
  VCalendarIntervalEvent: VCalendarIntervalEvent
65518
65557
  VCalendarMonthDay: VCalendarMonthDay
65558
+ VIconBtn: VIconBtn
65519
65559
  VPicker: VPicker
65520
65560
  VPickerTitle: VPickerTitle
65521
- VIconBtn: VIconBtn
65561
+ VFileUpload: VFileUpload
65562
+ VFileUploadItem: VFileUploadItem
65522
65563
  VStepperVertical: VStepperVertical
65523
65564
  VStepperVerticalItem: VStepperVerticalItem
65524
65565
  VStepperVerticalActions: VStepperVerticalActions
65525
- VFileUpload: VFileUpload
65526
- VFileUploadItem: VFileUploadItem
65527
- VTreeview: VTreeview
65528
- VTreeviewItem: VTreeviewItem
65529
- VTreeviewGroup: VTreeviewGroup
65530
65566
  VTimePicker: VTimePicker
65531
65567
  VTimePickerClock: VTimePickerClock
65532
65568
  VTimePickerControls: VTimePickerControls
65569
+ VTreeview: VTreeview
65570
+ VTreeviewItem: VTreeviewItem
65571
+ VTreeviewGroup: VTreeviewGroup
65533
65572
  VDateInput: VDateInput
65534
65573
  VPullToRefresh: VPullToRefresh
65535
65574
  }