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