vuetify 3.10.10 → 3.10.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +3270 -3310
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +170 -170
- package/dist/json/tags.json +0 -10
- package/dist/json/web-types.json +6161 -6261
- package/dist/vuetify-labs.cjs +23 -10
- package/dist/vuetify-labs.css +4368 -4362
- package/dist/vuetify-labs.d.ts +465 -653
- package/dist/vuetify-labs.esm.js +23 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +23 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3098 -3092
- package/dist/vuetify.d.ts +339 -467
- package/dist/vuetify.esm.js +23 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +23 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +25 -25
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +63 -94
- package/lib/components/VCombobox/VCombobox.d.ts +63 -94
- package/lib/components/VField/VField.css +6 -1
- package/lib/components/VField/VField.d.ts +8 -13
- package/lib/components/VField/VField.js +1 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/VField.sass +5 -0
- package/lib/components/VFileInput/VFileInput.d.ts +0 -13
- package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
- package/lib/components/VSelect/VSelect.d.ts +63 -94
- package/lib/components/VSelect/VSelect.js +14 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTabs/VTab.css +3 -2
- package/lib/components/VTabs/VTab.sass +2 -1
- package/lib/components/VTextField/VTextField.d.ts +18 -31
- package/lib/components/VTextarea/VTextarea.d.ts +0 -13
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/autocomplete.js +1 -0
- package/lib/composables/autocomplete.js.map +1 -1
- package/lib/directives/tooltip/index.js +5 -2
- package/lib/directives/tooltip/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
- package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
- package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -63,7 +63,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
|
63
63
|
centerAffix?: unknown;
|
|
64
64
|
color?: unknown;
|
|
65
65
|
baseColor?: unknown;
|
|
66
|
-
details?: unknown;
|
|
67
66
|
disabled?: unknown;
|
|
68
67
|
glow?: unknown;
|
|
69
68
|
error?: unknown;
|
|
@@ -447,10 +446,6 @@ export declare const makeVComboboxProps: <Defaults extends {
|
|
|
447
446
|
type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
|
|
448
447
|
default: unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"];
|
|
449
448
|
};
|
|
450
|
-
details: unknown extends Defaults["details"] ? BooleanConstructor : {
|
|
451
|
-
type: PropType<unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"]>;
|
|
452
|
-
default: unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"];
|
|
453
|
-
};
|
|
454
449
|
disabled: unknown extends Defaults["disabled"] ? {
|
|
455
450
|
type: BooleanConstructor;
|
|
456
451
|
default: null;
|
|
@@ -3433,7 +3428,6 @@ export declare const VCombobox: {
|
|
|
3433
3428
|
clearable: boolean;
|
|
3434
3429
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
3435
3430
|
active: boolean;
|
|
3436
|
-
details: boolean;
|
|
3437
3431
|
disabled: boolean;
|
|
3438
3432
|
glow: boolean;
|
|
3439
3433
|
error: boolean;
|
|
@@ -3987,7 +3981,6 @@ export declare const VCombobox: {
|
|
|
3987
3981
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
3988
3982
|
active: boolean;
|
|
3989
3983
|
centerAffix: boolean;
|
|
3990
|
-
details: boolean;
|
|
3991
3984
|
dirty: boolean;
|
|
3992
3985
|
disabled: boolean;
|
|
3993
3986
|
glow: boolean;
|
|
@@ -4079,7 +4072,6 @@ export declare const VCombobox: {
|
|
|
4079
4072
|
centerAffix?: boolean | undefined;
|
|
4080
4073
|
color?: string | undefined;
|
|
4081
4074
|
baseColor?: string | undefined;
|
|
4082
|
-
details: boolean;
|
|
4083
4075
|
dirty: boolean;
|
|
4084
4076
|
disabled: boolean;
|
|
4085
4077
|
glow: boolean;
|
|
@@ -4126,7 +4118,7 @@ export declare const VCombobox: {
|
|
|
4126
4118
|
"v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
|
|
4127
4119
|
"v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
4128
4120
|
"v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
|
|
4129
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "
|
|
4121
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
|
|
4130
4122
|
$attrs: {
|
|
4131
4123
|
[x: string]: unknown;
|
|
4132
4124
|
};
|
|
@@ -4194,7 +4186,6 @@ export declare const VCombobox: {
|
|
|
4194
4186
|
clearable: boolean;
|
|
4195
4187
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4196
4188
|
active: boolean;
|
|
4197
|
-
details: boolean;
|
|
4198
4189
|
dirty: boolean;
|
|
4199
4190
|
disabled: boolean;
|
|
4200
4191
|
glow: boolean;
|
|
@@ -4563,7 +4554,6 @@ export declare const VCombobox: {
|
|
|
4563
4554
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4564
4555
|
active: boolean;
|
|
4565
4556
|
centerAffix: boolean;
|
|
4566
|
-
details: boolean;
|
|
4567
4557
|
dirty: boolean;
|
|
4568
4558
|
disabled: boolean;
|
|
4569
4559
|
glow: boolean;
|
|
@@ -4573,6 +4563,7 @@ export declare const VCombobox: {
|
|
|
4573
4563
|
reverse: boolean;
|
|
4574
4564
|
singleLine: boolean;
|
|
4575
4565
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
4566
|
+
details: boolean;
|
|
4576
4567
|
}> & Omit<{
|
|
4577
4568
|
theme?: string | undefined;
|
|
4578
4569
|
class?: any;
|
|
@@ -4590,7 +4581,6 @@ export declare const VCombobox: {
|
|
|
4590
4581
|
centerAffix?: boolean | undefined;
|
|
4591
4582
|
color?: string | undefined;
|
|
4592
4583
|
baseColor?: string | undefined;
|
|
4593
|
-
details: boolean;
|
|
4594
4584
|
dirty: boolean;
|
|
4595
4585
|
disabled: boolean;
|
|
4596
4586
|
glow: boolean;
|
|
@@ -4607,6 +4597,7 @@ export declare const VCombobox: {
|
|
|
4607
4597
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4608
4598
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
4609
4599
|
id?: string | undefined;
|
|
4600
|
+
details: boolean;
|
|
4610
4601
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
4611
4602
|
$attrs: {
|
|
4612
4603
|
[x: string]: unknown;
|
|
@@ -4651,7 +4642,6 @@ export declare const VCombobox: {
|
|
|
4651
4642
|
clearable: boolean;
|
|
4652
4643
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4653
4644
|
active: boolean;
|
|
4654
|
-
details: boolean;
|
|
4655
4645
|
dirty: boolean;
|
|
4656
4646
|
disabled: boolean;
|
|
4657
4647
|
glow: boolean;
|
|
@@ -4661,6 +4651,7 @@ export declare const VCombobox: {
|
|
|
4661
4651
|
reverse: boolean;
|
|
4662
4652
|
singleLine: boolean;
|
|
4663
4653
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
4654
|
+
details: boolean;
|
|
4664
4655
|
} & {
|
|
4665
4656
|
theme?: string | undefined;
|
|
4666
4657
|
class?: any;
|
|
@@ -4696,7 +4687,6 @@ export declare const VCombobox: {
|
|
|
4696
4687
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4697
4688
|
active: boolean;
|
|
4698
4689
|
centerAffix: boolean;
|
|
4699
|
-
details: boolean;
|
|
4700
4690
|
dirty: boolean;
|
|
4701
4691
|
disabled: boolean;
|
|
4702
4692
|
glow: boolean;
|
|
@@ -4706,6 +4696,7 @@ export declare const VCombobox: {
|
|
|
4706
4696
|
reverse: boolean;
|
|
4707
4697
|
singleLine: boolean;
|
|
4708
4698
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
4699
|
+
details: boolean;
|
|
4709
4700
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
4710
4701
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
4711
4702
|
props: Record<string, any>;
|
|
@@ -4759,7 +4750,6 @@ export declare const VCombobox: {
|
|
|
4759
4750
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4760
4751
|
active: boolean;
|
|
4761
4752
|
centerAffix: boolean;
|
|
4762
|
-
details: boolean;
|
|
4763
4753
|
dirty: boolean;
|
|
4764
4754
|
disabled: boolean;
|
|
4765
4755
|
glow: boolean;
|
|
@@ -4769,6 +4759,7 @@ export declare const VCombobox: {
|
|
|
4769
4759
|
reverse: boolean;
|
|
4770
4760
|
singleLine: boolean;
|
|
4771
4761
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
4762
|
+
details: boolean;
|
|
4772
4763
|
}> & Omit<{
|
|
4773
4764
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4774
4765
|
focused: boolean;
|
|
@@ -4776,7 +4767,6 @@ export declare const VCombobox: {
|
|
|
4776
4767
|
clearable: boolean;
|
|
4777
4768
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4778
4769
|
active: boolean;
|
|
4779
|
-
details: boolean;
|
|
4780
4770
|
dirty: boolean;
|
|
4781
4771
|
disabled: boolean;
|
|
4782
4772
|
glow: boolean;
|
|
@@ -4786,6 +4776,7 @@ export declare const VCombobox: {
|
|
|
4786
4776
|
reverse: boolean;
|
|
4787
4777
|
singleLine: boolean;
|
|
4788
4778
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
4779
|
+
details: boolean;
|
|
4789
4780
|
} & {
|
|
4790
4781
|
theme?: string | undefined;
|
|
4791
4782
|
class?: any;
|
|
@@ -4846,7 +4837,6 @@ export declare const VCombobox: {
|
|
|
4846
4837
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4847
4838
|
active: boolean;
|
|
4848
4839
|
centerAffix: boolean;
|
|
4849
|
-
details: boolean;
|
|
4850
4840
|
dirty: boolean;
|
|
4851
4841
|
disabled: boolean;
|
|
4852
4842
|
glow: boolean;
|
|
@@ -4937,7 +4927,6 @@ export declare const VCombobox: {
|
|
|
4937
4927
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4938
4928
|
active: boolean;
|
|
4939
4929
|
centerAffix: boolean;
|
|
4940
|
-
details: boolean;
|
|
4941
4930
|
dirty: boolean;
|
|
4942
4931
|
disabled: boolean;
|
|
4943
4932
|
glow: boolean;
|
|
@@ -4967,7 +4956,6 @@ export declare const VCombobox: {
|
|
|
4967
4956
|
clearable: boolean;
|
|
4968
4957
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
4969
4958
|
active: boolean;
|
|
4970
|
-
details: boolean;
|
|
4971
4959
|
dirty: boolean;
|
|
4972
4960
|
disabled: boolean;
|
|
4973
4961
|
glow: boolean;
|
|
@@ -5081,7 +5069,7 @@ export declare const VCombobox: {
|
|
|
5081
5069
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
5082
5070
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
5083
5071
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
5084
|
-
}, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "
|
|
5072
|
+
}, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
5085
5073
|
$: import("vue").ComponentInternalInstance;
|
|
5086
5074
|
$data: {};
|
|
5087
5075
|
$props: Partial<{
|
|
@@ -5336,7 +5324,6 @@ export declare const VCombobox: {
|
|
|
5336
5324
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
5337
5325
|
active: boolean;
|
|
5338
5326
|
centerAffix: boolean;
|
|
5339
|
-
details: boolean;
|
|
5340
5327
|
dirty: boolean;
|
|
5341
5328
|
disabled: boolean;
|
|
5342
5329
|
glow: boolean;
|
|
@@ -5346,6 +5333,7 @@ export declare const VCombobox: {
|
|
|
5346
5333
|
reverse: boolean;
|
|
5347
5334
|
singleLine: boolean;
|
|
5348
5335
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5336
|
+
details: boolean;
|
|
5349
5337
|
}> & Omit<{
|
|
5350
5338
|
theme?: string | undefined;
|
|
5351
5339
|
class?: any;
|
|
@@ -5363,7 +5351,6 @@ export declare const VCombobox: {
|
|
|
5363
5351
|
centerAffix?: boolean | undefined;
|
|
5364
5352
|
color?: string | undefined;
|
|
5365
5353
|
baseColor?: string | undefined;
|
|
5366
|
-
details: boolean;
|
|
5367
5354
|
dirty: boolean;
|
|
5368
5355
|
disabled: boolean;
|
|
5369
5356
|
glow: boolean;
|
|
@@ -5380,6 +5367,7 @@ export declare const VCombobox: {
|
|
|
5380
5367
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5381
5368
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5382
5369
|
id?: string | undefined;
|
|
5370
|
+
details: boolean;
|
|
5383
5371
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
5384
5372
|
$attrs: {
|
|
5385
5373
|
[x: string]: unknown;
|
|
@@ -5424,7 +5412,6 @@ export declare const VCombobox: {
|
|
|
5424
5412
|
clearable: boolean;
|
|
5425
5413
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
5426
5414
|
active: boolean;
|
|
5427
|
-
details: boolean;
|
|
5428
5415
|
dirty: boolean;
|
|
5429
5416
|
disabled: boolean;
|
|
5430
5417
|
glow: boolean;
|
|
@@ -5434,6 +5421,7 @@ export declare const VCombobox: {
|
|
|
5434
5421
|
reverse: boolean;
|
|
5435
5422
|
singleLine: boolean;
|
|
5436
5423
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5424
|
+
details: boolean;
|
|
5437
5425
|
} & {
|
|
5438
5426
|
theme?: string | undefined;
|
|
5439
5427
|
class?: any;
|
|
@@ -5469,7 +5457,6 @@ export declare const VCombobox: {
|
|
|
5469
5457
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
5470
5458
|
active: boolean;
|
|
5471
5459
|
centerAffix: boolean;
|
|
5472
|
-
details: boolean;
|
|
5473
5460
|
dirty: boolean;
|
|
5474
5461
|
disabled: boolean;
|
|
5475
5462
|
glow: boolean;
|
|
@@ -5479,6 +5466,7 @@ export declare const VCombobox: {
|
|
|
5479
5466
|
reverse: boolean;
|
|
5480
5467
|
singleLine: boolean;
|
|
5481
5468
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5469
|
+
details: boolean;
|
|
5482
5470
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
5483
5471
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
5484
5472
|
props: Record<string, any>;
|
|
@@ -5532,7 +5520,6 @@ export declare const VCombobox: {
|
|
|
5532
5520
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
5533
5521
|
active: boolean;
|
|
5534
5522
|
centerAffix: boolean;
|
|
5535
|
-
details: boolean;
|
|
5536
5523
|
dirty: boolean;
|
|
5537
5524
|
disabled: boolean;
|
|
5538
5525
|
glow: boolean;
|
|
@@ -5542,6 +5529,7 @@ export declare const VCombobox: {
|
|
|
5542
5529
|
reverse: boolean;
|
|
5543
5530
|
singleLine: boolean;
|
|
5544
5531
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5532
|
+
details: boolean;
|
|
5545
5533
|
}> & Omit<{
|
|
5546
5534
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5547
5535
|
focused: boolean;
|
|
@@ -5549,7 +5537,6 @@ export declare const VCombobox: {
|
|
|
5549
5537
|
clearable: boolean;
|
|
5550
5538
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
5551
5539
|
active: boolean;
|
|
5552
|
-
details: boolean;
|
|
5553
5540
|
dirty: boolean;
|
|
5554
5541
|
disabled: boolean;
|
|
5555
5542
|
glow: boolean;
|
|
@@ -5559,6 +5546,7 @@ export declare const VCombobox: {
|
|
|
5559
5546
|
reverse: boolean;
|
|
5560
5547
|
singleLine: boolean;
|
|
5561
5548
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5549
|
+
details: boolean;
|
|
5562
5550
|
} & {
|
|
5563
5551
|
theme?: string | undefined;
|
|
5564
5552
|
class?: any;
|
|
@@ -5596,7 +5584,7 @@ export declare const VCombobox: {
|
|
|
5596
5584
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
5597
5585
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
|
5598
5586
|
} | {};
|
|
5599
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "
|
|
5587
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
|
|
5600
5588
|
_allExposed: {
|
|
5601
5589
|
isFocused: import("vue").ShallowRef<boolean, boolean>;
|
|
5602
5590
|
isPristine: import("vue").ShallowRef<boolean, boolean>;
|
|
@@ -5860,7 +5848,6 @@ export declare const VCombobox: {
|
|
|
5860
5848
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
5861
5849
|
active: boolean;
|
|
5862
5850
|
centerAffix: boolean;
|
|
5863
|
-
details: boolean;
|
|
5864
5851
|
dirty: boolean;
|
|
5865
5852
|
disabled: boolean;
|
|
5866
5853
|
glow: boolean;
|
|
@@ -5870,6 +5857,7 @@ export declare const VCombobox: {
|
|
|
5870
5857
|
reverse: boolean;
|
|
5871
5858
|
singleLine: boolean;
|
|
5872
5859
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5860
|
+
details: boolean;
|
|
5873
5861
|
}> & Omit<{
|
|
5874
5862
|
theme?: string | undefined;
|
|
5875
5863
|
class?: any;
|
|
@@ -5887,7 +5875,6 @@ export declare const VCombobox: {
|
|
|
5887
5875
|
centerAffix?: boolean | undefined;
|
|
5888
5876
|
color?: string | undefined;
|
|
5889
5877
|
baseColor?: string | undefined;
|
|
5890
|
-
details: boolean;
|
|
5891
5878
|
dirty: boolean;
|
|
5892
5879
|
disabled: boolean;
|
|
5893
5880
|
glow: boolean;
|
|
@@ -5904,6 +5891,7 @@ export declare const VCombobox: {
|
|
|
5904
5891
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5905
5892
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
5906
5893
|
id?: string | undefined;
|
|
5894
|
+
details: boolean;
|
|
5907
5895
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
5908
5896
|
$attrs: {
|
|
5909
5897
|
[x: string]: unknown;
|
|
@@ -5948,7 +5936,6 @@ export declare const VCombobox: {
|
|
|
5948
5936
|
clearable: boolean;
|
|
5949
5937
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
5950
5938
|
active: boolean;
|
|
5951
|
-
details: boolean;
|
|
5952
5939
|
dirty: boolean;
|
|
5953
5940
|
disabled: boolean;
|
|
5954
5941
|
glow: boolean;
|
|
@@ -5958,6 +5945,7 @@ export declare const VCombobox: {
|
|
|
5958
5945
|
reverse: boolean;
|
|
5959
5946
|
singleLine: boolean;
|
|
5960
5947
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5948
|
+
details: boolean;
|
|
5961
5949
|
} & {
|
|
5962
5950
|
theme?: string | undefined;
|
|
5963
5951
|
class?: any;
|
|
@@ -5993,7 +5981,6 @@ export declare const VCombobox: {
|
|
|
5993
5981
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
5994
5982
|
active: boolean;
|
|
5995
5983
|
centerAffix: boolean;
|
|
5996
|
-
details: boolean;
|
|
5997
5984
|
dirty: boolean;
|
|
5998
5985
|
disabled: boolean;
|
|
5999
5986
|
glow: boolean;
|
|
@@ -6003,6 +5990,7 @@ export declare const VCombobox: {
|
|
|
6003
5990
|
reverse: boolean;
|
|
6004
5991
|
singleLine: boolean;
|
|
6005
5992
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
5993
|
+
details: boolean;
|
|
6006
5994
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
6007
5995
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
6008
5996
|
props: Record<string, any>;
|
|
@@ -6056,7 +6044,6 @@ export declare const VCombobox: {
|
|
|
6056
6044
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
6057
6045
|
active: boolean;
|
|
6058
6046
|
centerAffix: boolean;
|
|
6059
|
-
details: boolean;
|
|
6060
6047
|
dirty: boolean;
|
|
6061
6048
|
disabled: boolean;
|
|
6062
6049
|
glow: boolean;
|
|
@@ -6066,6 +6053,7 @@ export declare const VCombobox: {
|
|
|
6066
6053
|
reverse: boolean;
|
|
6067
6054
|
singleLine: boolean;
|
|
6068
6055
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
6056
|
+
details: boolean;
|
|
6069
6057
|
}> & Omit<{
|
|
6070
6058
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6071
6059
|
focused: boolean;
|
|
@@ -6073,7 +6061,6 @@ export declare const VCombobox: {
|
|
|
6073
6061
|
clearable: boolean;
|
|
6074
6062
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
6075
6063
|
active: boolean;
|
|
6076
|
-
details: boolean;
|
|
6077
6064
|
dirty: boolean;
|
|
6078
6065
|
disabled: boolean;
|
|
6079
6066
|
glow: boolean;
|
|
@@ -6083,6 +6070,7 @@ export declare const VCombobox: {
|
|
|
6083
6070
|
reverse: boolean;
|
|
6084
6071
|
singleLine: boolean;
|
|
6085
6072
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
6073
|
+
details: boolean;
|
|
6086
6074
|
} & {
|
|
6087
6075
|
theme?: string | undefined;
|
|
6088
6076
|
class?: any;
|
|
@@ -6149,7 +6137,6 @@ export declare const VCombobox: {
|
|
|
6149
6137
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
6150
6138
|
active: boolean;
|
|
6151
6139
|
centerAffix: boolean;
|
|
6152
|
-
details: boolean;
|
|
6153
6140
|
disabled: boolean;
|
|
6154
6141
|
glow: boolean;
|
|
6155
6142
|
error: boolean;
|
|
@@ -6279,7 +6266,6 @@ export declare const VCombobox: {
|
|
|
6279
6266
|
clearable: boolean;
|
|
6280
6267
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
6281
6268
|
active: boolean;
|
|
6282
|
-
details: boolean;
|
|
6283
6269
|
disabled: boolean;
|
|
6284
6270
|
glow: boolean;
|
|
6285
6271
|
error: boolean;
|
|
@@ -6833,7 +6819,6 @@ export declare const VCombobox: {
|
|
|
6833
6819
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
6834
6820
|
active: boolean;
|
|
6835
6821
|
centerAffix: boolean;
|
|
6836
|
-
details: boolean;
|
|
6837
6822
|
dirty: boolean;
|
|
6838
6823
|
disabled: boolean;
|
|
6839
6824
|
glow: boolean;
|
|
@@ -6925,7 +6910,6 @@ export declare const VCombobox: {
|
|
|
6925
6910
|
centerAffix?: boolean | undefined;
|
|
6926
6911
|
color?: string | undefined;
|
|
6927
6912
|
baseColor?: string | undefined;
|
|
6928
|
-
details: boolean;
|
|
6929
6913
|
dirty: boolean;
|
|
6930
6914
|
disabled: boolean;
|
|
6931
6915
|
glow: boolean;
|
|
@@ -6972,7 +6956,7 @@ export declare const VCombobox: {
|
|
|
6972
6956
|
"v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
|
|
6973
6957
|
"v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
6974
6958
|
"v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
|
|
6975
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "
|
|
6959
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
|
|
6976
6960
|
$attrs: {
|
|
6977
6961
|
[x: string]: unknown;
|
|
6978
6962
|
};
|
|
@@ -7040,7 +7024,6 @@ export declare const VCombobox: {
|
|
|
7040
7024
|
clearable: boolean;
|
|
7041
7025
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7042
7026
|
active: boolean;
|
|
7043
|
-
details: boolean;
|
|
7044
7027
|
dirty: boolean;
|
|
7045
7028
|
disabled: boolean;
|
|
7046
7029
|
glow: boolean;
|
|
@@ -7409,7 +7392,6 @@ export declare const VCombobox: {
|
|
|
7409
7392
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7410
7393
|
active: boolean;
|
|
7411
7394
|
centerAffix: boolean;
|
|
7412
|
-
details: boolean;
|
|
7413
7395
|
dirty: boolean;
|
|
7414
7396
|
disabled: boolean;
|
|
7415
7397
|
glow: boolean;
|
|
@@ -7419,6 +7401,7 @@ export declare const VCombobox: {
|
|
|
7419
7401
|
reverse: boolean;
|
|
7420
7402
|
singleLine: boolean;
|
|
7421
7403
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
7404
|
+
details: boolean;
|
|
7422
7405
|
}> & Omit<{
|
|
7423
7406
|
theme?: string | undefined;
|
|
7424
7407
|
class?: any;
|
|
@@ -7436,7 +7419,6 @@ export declare const VCombobox: {
|
|
|
7436
7419
|
centerAffix?: boolean | undefined;
|
|
7437
7420
|
color?: string | undefined;
|
|
7438
7421
|
baseColor?: string | undefined;
|
|
7439
|
-
details: boolean;
|
|
7440
7422
|
dirty: boolean;
|
|
7441
7423
|
disabled: boolean;
|
|
7442
7424
|
glow: boolean;
|
|
@@ -7453,6 +7435,7 @@ export declare const VCombobox: {
|
|
|
7453
7435
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
7454
7436
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
7455
7437
|
id?: string | undefined;
|
|
7438
|
+
details: boolean;
|
|
7456
7439
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
7457
7440
|
$attrs: {
|
|
7458
7441
|
[x: string]: unknown;
|
|
@@ -7497,7 +7480,6 @@ export declare const VCombobox: {
|
|
|
7497
7480
|
clearable: boolean;
|
|
7498
7481
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7499
7482
|
active: boolean;
|
|
7500
|
-
details: boolean;
|
|
7501
7483
|
dirty: boolean;
|
|
7502
7484
|
disabled: boolean;
|
|
7503
7485
|
glow: boolean;
|
|
@@ -7507,6 +7489,7 @@ export declare const VCombobox: {
|
|
|
7507
7489
|
reverse: boolean;
|
|
7508
7490
|
singleLine: boolean;
|
|
7509
7491
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
7492
|
+
details: boolean;
|
|
7510
7493
|
} & {
|
|
7511
7494
|
theme?: string | undefined;
|
|
7512
7495
|
class?: any;
|
|
@@ -7542,7 +7525,6 @@ export declare const VCombobox: {
|
|
|
7542
7525
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7543
7526
|
active: boolean;
|
|
7544
7527
|
centerAffix: boolean;
|
|
7545
|
-
details: boolean;
|
|
7546
7528
|
dirty: boolean;
|
|
7547
7529
|
disabled: boolean;
|
|
7548
7530
|
glow: boolean;
|
|
@@ -7552,6 +7534,7 @@ export declare const VCombobox: {
|
|
|
7552
7534
|
reverse: boolean;
|
|
7553
7535
|
singleLine: boolean;
|
|
7554
7536
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
7537
|
+
details: boolean;
|
|
7555
7538
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
7556
7539
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
7557
7540
|
props: Record<string, any>;
|
|
@@ -7605,7 +7588,6 @@ export declare const VCombobox: {
|
|
|
7605
7588
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7606
7589
|
active: boolean;
|
|
7607
7590
|
centerAffix: boolean;
|
|
7608
|
-
details: boolean;
|
|
7609
7591
|
dirty: boolean;
|
|
7610
7592
|
disabled: boolean;
|
|
7611
7593
|
glow: boolean;
|
|
@@ -7615,6 +7597,7 @@ export declare const VCombobox: {
|
|
|
7615
7597
|
reverse: boolean;
|
|
7616
7598
|
singleLine: boolean;
|
|
7617
7599
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
7600
|
+
details: boolean;
|
|
7618
7601
|
}> & Omit<{
|
|
7619
7602
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7620
7603
|
focused: boolean;
|
|
@@ -7622,7 +7605,6 @@ export declare const VCombobox: {
|
|
|
7622
7605
|
clearable: boolean;
|
|
7623
7606
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7624
7607
|
active: boolean;
|
|
7625
|
-
details: boolean;
|
|
7626
7608
|
dirty: boolean;
|
|
7627
7609
|
disabled: boolean;
|
|
7628
7610
|
glow: boolean;
|
|
@@ -7632,6 +7614,7 @@ export declare const VCombobox: {
|
|
|
7632
7614
|
reverse: boolean;
|
|
7633
7615
|
singleLine: boolean;
|
|
7634
7616
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
7617
|
+
details: boolean;
|
|
7635
7618
|
} & {
|
|
7636
7619
|
theme?: string | undefined;
|
|
7637
7620
|
class?: any;
|
|
@@ -7692,7 +7675,6 @@ export declare const VCombobox: {
|
|
|
7692
7675
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7693
7676
|
active: boolean;
|
|
7694
7677
|
centerAffix: boolean;
|
|
7695
|
-
details: boolean;
|
|
7696
7678
|
dirty: boolean;
|
|
7697
7679
|
disabled: boolean;
|
|
7698
7680
|
glow: boolean;
|
|
@@ -7783,7 +7765,6 @@ export declare const VCombobox: {
|
|
|
7783
7765
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7784
7766
|
active: boolean;
|
|
7785
7767
|
centerAffix: boolean;
|
|
7786
|
-
details: boolean;
|
|
7787
7768
|
dirty: boolean;
|
|
7788
7769
|
disabled: boolean;
|
|
7789
7770
|
glow: boolean;
|
|
@@ -7813,7 +7794,6 @@ export declare const VCombobox: {
|
|
|
7813
7794
|
clearable: boolean;
|
|
7814
7795
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
7815
7796
|
active: boolean;
|
|
7816
|
-
details: boolean;
|
|
7817
7797
|
dirty: boolean;
|
|
7818
7798
|
disabled: boolean;
|
|
7819
7799
|
glow: boolean;
|
|
@@ -7927,7 +7907,7 @@ export declare const VCombobox: {
|
|
|
7927
7907
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
7928
7908
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
7929
7909
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
7930
|
-
}, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "
|
|
7910
|
+
}, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
7931
7911
|
$: import("vue").ComponentInternalInstance;
|
|
7932
7912
|
$data: {};
|
|
7933
7913
|
$props: Partial<{
|
|
@@ -8182,7 +8162,6 @@ export declare const VCombobox: {
|
|
|
8182
8162
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8183
8163
|
active: boolean;
|
|
8184
8164
|
centerAffix: boolean;
|
|
8185
|
-
details: boolean;
|
|
8186
8165
|
dirty: boolean;
|
|
8187
8166
|
disabled: boolean;
|
|
8188
8167
|
glow: boolean;
|
|
@@ -8192,6 +8171,7 @@ export declare const VCombobox: {
|
|
|
8192
8171
|
reverse: boolean;
|
|
8193
8172
|
singleLine: boolean;
|
|
8194
8173
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8174
|
+
details: boolean;
|
|
8195
8175
|
}> & Omit<{
|
|
8196
8176
|
theme?: string | undefined;
|
|
8197
8177
|
class?: any;
|
|
@@ -8209,7 +8189,6 @@ export declare const VCombobox: {
|
|
|
8209
8189
|
centerAffix?: boolean | undefined;
|
|
8210
8190
|
color?: string | undefined;
|
|
8211
8191
|
baseColor?: string | undefined;
|
|
8212
|
-
details: boolean;
|
|
8213
8192
|
dirty: boolean;
|
|
8214
8193
|
disabled: boolean;
|
|
8215
8194
|
glow: boolean;
|
|
@@ -8226,6 +8205,7 @@ export declare const VCombobox: {
|
|
|
8226
8205
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
8227
8206
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
8228
8207
|
id?: string | undefined;
|
|
8208
|
+
details: boolean;
|
|
8229
8209
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
8230
8210
|
$attrs: {
|
|
8231
8211
|
[x: string]: unknown;
|
|
@@ -8270,7 +8250,6 @@ export declare const VCombobox: {
|
|
|
8270
8250
|
clearable: boolean;
|
|
8271
8251
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8272
8252
|
active: boolean;
|
|
8273
|
-
details: boolean;
|
|
8274
8253
|
dirty: boolean;
|
|
8275
8254
|
disabled: boolean;
|
|
8276
8255
|
glow: boolean;
|
|
@@ -8280,6 +8259,7 @@ export declare const VCombobox: {
|
|
|
8280
8259
|
reverse: boolean;
|
|
8281
8260
|
singleLine: boolean;
|
|
8282
8261
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8262
|
+
details: boolean;
|
|
8283
8263
|
} & {
|
|
8284
8264
|
theme?: string | undefined;
|
|
8285
8265
|
class?: any;
|
|
@@ -8315,7 +8295,6 @@ export declare const VCombobox: {
|
|
|
8315
8295
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8316
8296
|
active: boolean;
|
|
8317
8297
|
centerAffix: boolean;
|
|
8318
|
-
details: boolean;
|
|
8319
8298
|
dirty: boolean;
|
|
8320
8299
|
disabled: boolean;
|
|
8321
8300
|
glow: boolean;
|
|
@@ -8325,6 +8304,7 @@ export declare const VCombobox: {
|
|
|
8325
8304
|
reverse: boolean;
|
|
8326
8305
|
singleLine: boolean;
|
|
8327
8306
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8307
|
+
details: boolean;
|
|
8328
8308
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
8329
8309
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
8330
8310
|
props: Record<string, any>;
|
|
@@ -8378,7 +8358,6 @@ export declare const VCombobox: {
|
|
|
8378
8358
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8379
8359
|
active: boolean;
|
|
8380
8360
|
centerAffix: boolean;
|
|
8381
|
-
details: boolean;
|
|
8382
8361
|
dirty: boolean;
|
|
8383
8362
|
disabled: boolean;
|
|
8384
8363
|
glow: boolean;
|
|
@@ -8388,6 +8367,7 @@ export declare const VCombobox: {
|
|
|
8388
8367
|
reverse: boolean;
|
|
8389
8368
|
singleLine: boolean;
|
|
8390
8369
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8370
|
+
details: boolean;
|
|
8391
8371
|
}> & Omit<{
|
|
8392
8372
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8393
8373
|
focused: boolean;
|
|
@@ -8395,7 +8375,6 @@ export declare const VCombobox: {
|
|
|
8395
8375
|
clearable: boolean;
|
|
8396
8376
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8397
8377
|
active: boolean;
|
|
8398
|
-
details: boolean;
|
|
8399
8378
|
dirty: boolean;
|
|
8400
8379
|
disabled: boolean;
|
|
8401
8380
|
glow: boolean;
|
|
@@ -8405,6 +8384,7 @@ export declare const VCombobox: {
|
|
|
8405
8384
|
reverse: boolean;
|
|
8406
8385
|
singleLine: boolean;
|
|
8407
8386
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8387
|
+
details: boolean;
|
|
8408
8388
|
} & {
|
|
8409
8389
|
theme?: string | undefined;
|
|
8410
8390
|
class?: any;
|
|
@@ -8442,7 +8422,7 @@ export declare const VCombobox: {
|
|
|
8442
8422
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
8443
8423
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
|
8444
8424
|
} | {};
|
|
8445
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "
|
|
8425
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
|
|
8446
8426
|
_allExposed: {
|
|
8447
8427
|
isFocused: import("vue").ShallowRef<boolean, boolean>;
|
|
8448
8428
|
isPristine: import("vue").ShallowRef<boolean, boolean>;
|
|
@@ -8706,7 +8686,6 @@ export declare const VCombobox: {
|
|
|
8706
8686
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8707
8687
|
active: boolean;
|
|
8708
8688
|
centerAffix: boolean;
|
|
8709
|
-
details: boolean;
|
|
8710
8689
|
dirty: boolean;
|
|
8711
8690
|
disabled: boolean;
|
|
8712
8691
|
glow: boolean;
|
|
@@ -8716,6 +8695,7 @@ export declare const VCombobox: {
|
|
|
8716
8695
|
reverse: boolean;
|
|
8717
8696
|
singleLine: boolean;
|
|
8718
8697
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8698
|
+
details: boolean;
|
|
8719
8699
|
}> & Omit<{
|
|
8720
8700
|
theme?: string | undefined;
|
|
8721
8701
|
class?: any;
|
|
@@ -8733,7 +8713,6 @@ export declare const VCombobox: {
|
|
|
8733
8713
|
centerAffix?: boolean | undefined;
|
|
8734
8714
|
color?: string | undefined;
|
|
8735
8715
|
baseColor?: string | undefined;
|
|
8736
|
-
details: boolean;
|
|
8737
8716
|
dirty: boolean;
|
|
8738
8717
|
disabled: boolean;
|
|
8739
8718
|
glow: boolean;
|
|
@@ -8750,6 +8729,7 @@ export declare const VCombobox: {
|
|
|
8750
8729
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
8751
8730
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
8752
8731
|
id?: string | undefined;
|
|
8732
|
+
details: boolean;
|
|
8753
8733
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
8754
8734
|
$attrs: {
|
|
8755
8735
|
[x: string]: unknown;
|
|
@@ -8794,7 +8774,6 @@ export declare const VCombobox: {
|
|
|
8794
8774
|
clearable: boolean;
|
|
8795
8775
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8796
8776
|
active: boolean;
|
|
8797
|
-
details: boolean;
|
|
8798
8777
|
dirty: boolean;
|
|
8799
8778
|
disabled: boolean;
|
|
8800
8779
|
glow: boolean;
|
|
@@ -8804,6 +8783,7 @@ export declare const VCombobox: {
|
|
|
8804
8783
|
reverse: boolean;
|
|
8805
8784
|
singleLine: boolean;
|
|
8806
8785
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8786
|
+
details: boolean;
|
|
8807
8787
|
} & {
|
|
8808
8788
|
theme?: string | undefined;
|
|
8809
8789
|
class?: any;
|
|
@@ -8839,7 +8819,6 @@ export declare const VCombobox: {
|
|
|
8839
8819
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8840
8820
|
active: boolean;
|
|
8841
8821
|
centerAffix: boolean;
|
|
8842
|
-
details: boolean;
|
|
8843
8822
|
dirty: boolean;
|
|
8844
8823
|
disabled: boolean;
|
|
8845
8824
|
glow: boolean;
|
|
@@ -8849,6 +8828,7 @@ export declare const VCombobox: {
|
|
|
8849
8828
|
reverse: boolean;
|
|
8850
8829
|
singleLine: boolean;
|
|
8851
8830
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8831
|
+
details: boolean;
|
|
8852
8832
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
8853
8833
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
8854
8834
|
props: Record<string, any>;
|
|
@@ -8902,7 +8882,6 @@ export declare const VCombobox: {
|
|
|
8902
8882
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8903
8883
|
active: boolean;
|
|
8904
8884
|
centerAffix: boolean;
|
|
8905
|
-
details: boolean;
|
|
8906
8885
|
dirty: boolean;
|
|
8907
8886
|
disabled: boolean;
|
|
8908
8887
|
glow: boolean;
|
|
@@ -8912,6 +8891,7 @@ export declare const VCombobox: {
|
|
|
8912
8891
|
reverse: boolean;
|
|
8913
8892
|
singleLine: boolean;
|
|
8914
8893
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8894
|
+
details: boolean;
|
|
8915
8895
|
}> & Omit<{
|
|
8916
8896
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8917
8897
|
focused: boolean;
|
|
@@ -8919,7 +8899,6 @@ export declare const VCombobox: {
|
|
|
8919
8899
|
clearable: boolean;
|
|
8920
8900
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8921
8901
|
active: boolean;
|
|
8922
|
-
details: boolean;
|
|
8923
8902
|
dirty: boolean;
|
|
8924
8903
|
disabled: boolean;
|
|
8925
8904
|
glow: boolean;
|
|
@@ -8929,6 +8908,7 @@ export declare const VCombobox: {
|
|
|
8929
8908
|
reverse: boolean;
|
|
8930
8909
|
singleLine: boolean;
|
|
8931
8910
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
8911
|
+
details: boolean;
|
|
8932
8912
|
} & {
|
|
8933
8913
|
theme?: string | undefined;
|
|
8934
8914
|
class?: any;
|
|
@@ -8990,7 +8970,6 @@ export declare const VCombobox: {
|
|
|
8990
8970
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
8991
8971
|
active: boolean;
|
|
8992
8972
|
centerAffix: boolean;
|
|
8993
|
-
details: boolean;
|
|
8994
8973
|
disabled: boolean;
|
|
8995
8974
|
glow: boolean;
|
|
8996
8975
|
error: boolean;
|
|
@@ -9043,7 +9022,6 @@ export declare const VCombobox: {
|
|
|
9043
9022
|
clearable: boolean;
|
|
9044
9023
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
9045
9024
|
active: boolean;
|
|
9046
|
-
details: boolean;
|
|
9047
9025
|
disabled: boolean;
|
|
9048
9026
|
glow: boolean;
|
|
9049
9027
|
error: boolean;
|
|
@@ -9597,7 +9575,6 @@ export declare const VCombobox: {
|
|
|
9597
9575
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
9598
9576
|
active: boolean;
|
|
9599
9577
|
centerAffix: boolean;
|
|
9600
|
-
details: boolean;
|
|
9601
9578
|
dirty: boolean;
|
|
9602
9579
|
disabled: boolean;
|
|
9603
9580
|
glow: boolean;
|
|
@@ -9689,7 +9666,6 @@ export declare const VCombobox: {
|
|
|
9689
9666
|
centerAffix?: boolean | undefined;
|
|
9690
9667
|
color?: string | undefined;
|
|
9691
9668
|
baseColor?: string | undefined;
|
|
9692
|
-
details: boolean;
|
|
9693
9669
|
dirty: boolean;
|
|
9694
9670
|
disabled: boolean;
|
|
9695
9671
|
glow: boolean;
|
|
@@ -9736,7 +9712,7 @@ export declare const VCombobox: {
|
|
|
9736
9712
|
"v-slot:message"?: false | ((arg: import("../VMessages/VMessages.js").VMessageSlot) => import("vue").VNodeChild) | undefined;
|
|
9737
9713
|
"v-slot:prepend"?: false | ((arg: import("../VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
9738
9714
|
"v-slot:prepend-inner"?: false | ((arg: import("../VField/VField.js").DefaultInputSlot) => import("vue").VNodeChild) | undefined;
|
|
9739
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "
|
|
9715
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant">;
|
|
9740
9716
|
$attrs: {
|
|
9741
9717
|
[x: string]: unknown;
|
|
9742
9718
|
};
|
|
@@ -9804,7 +9780,6 @@ export declare const VCombobox: {
|
|
|
9804
9780
|
clearable: boolean;
|
|
9805
9781
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
9806
9782
|
active: boolean;
|
|
9807
|
-
details: boolean;
|
|
9808
9783
|
dirty: boolean;
|
|
9809
9784
|
disabled: boolean;
|
|
9810
9785
|
glow: boolean;
|
|
@@ -10173,7 +10148,6 @@ export declare const VCombobox: {
|
|
|
10173
10148
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10174
10149
|
active: boolean;
|
|
10175
10150
|
centerAffix: boolean;
|
|
10176
|
-
details: boolean;
|
|
10177
10151
|
dirty: boolean;
|
|
10178
10152
|
disabled: boolean;
|
|
10179
10153
|
glow: boolean;
|
|
@@ -10183,6 +10157,7 @@ export declare const VCombobox: {
|
|
|
10183
10157
|
reverse: boolean;
|
|
10184
10158
|
singleLine: boolean;
|
|
10185
10159
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
10160
|
+
details: boolean;
|
|
10186
10161
|
}> & Omit<{
|
|
10187
10162
|
theme?: string | undefined;
|
|
10188
10163
|
class?: any;
|
|
@@ -10200,7 +10175,6 @@ export declare const VCombobox: {
|
|
|
10200
10175
|
centerAffix?: boolean | undefined;
|
|
10201
10176
|
color?: string | undefined;
|
|
10202
10177
|
baseColor?: string | undefined;
|
|
10203
|
-
details: boolean;
|
|
10204
10178
|
dirty: boolean;
|
|
10205
10179
|
disabled: boolean;
|
|
10206
10180
|
glow: boolean;
|
|
@@ -10217,6 +10191,7 @@ export declare const VCombobox: {
|
|
|
10217
10191
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
10218
10192
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
10219
10193
|
id?: string | undefined;
|
|
10194
|
+
details: boolean;
|
|
10220
10195
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
10221
10196
|
$attrs: {
|
|
10222
10197
|
[x: string]: unknown;
|
|
@@ -10261,7 +10236,6 @@ export declare const VCombobox: {
|
|
|
10261
10236
|
clearable: boolean;
|
|
10262
10237
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10263
10238
|
active: boolean;
|
|
10264
|
-
details: boolean;
|
|
10265
10239
|
dirty: boolean;
|
|
10266
10240
|
disabled: boolean;
|
|
10267
10241
|
glow: boolean;
|
|
@@ -10271,6 +10245,7 @@ export declare const VCombobox: {
|
|
|
10271
10245
|
reverse: boolean;
|
|
10272
10246
|
singleLine: boolean;
|
|
10273
10247
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
10248
|
+
details: boolean;
|
|
10274
10249
|
} & {
|
|
10275
10250
|
theme?: string | undefined;
|
|
10276
10251
|
class?: any;
|
|
@@ -10306,7 +10281,6 @@ export declare const VCombobox: {
|
|
|
10306
10281
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10307
10282
|
active: boolean;
|
|
10308
10283
|
centerAffix: boolean;
|
|
10309
|
-
details: boolean;
|
|
10310
10284
|
dirty: boolean;
|
|
10311
10285
|
disabled: boolean;
|
|
10312
10286
|
glow: boolean;
|
|
@@ -10316,6 +10290,7 @@ export declare const VCombobox: {
|
|
|
10316
10290
|
reverse: boolean;
|
|
10317
10291
|
singleLine: boolean;
|
|
10318
10292
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
10293
|
+
details: boolean;
|
|
10319
10294
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
10320
10295
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
10321
10296
|
props: Record<string, any>;
|
|
@@ -10369,7 +10344,6 @@ export declare const VCombobox: {
|
|
|
10369
10344
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10370
10345
|
active: boolean;
|
|
10371
10346
|
centerAffix: boolean;
|
|
10372
|
-
details: boolean;
|
|
10373
10347
|
dirty: boolean;
|
|
10374
10348
|
disabled: boolean;
|
|
10375
10349
|
glow: boolean;
|
|
@@ -10379,6 +10353,7 @@ export declare const VCombobox: {
|
|
|
10379
10353
|
reverse: boolean;
|
|
10380
10354
|
singleLine: boolean;
|
|
10381
10355
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
10356
|
+
details: boolean;
|
|
10382
10357
|
}> & Omit<{
|
|
10383
10358
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
10384
10359
|
focused: boolean;
|
|
@@ -10386,7 +10361,6 @@ export declare const VCombobox: {
|
|
|
10386
10361
|
clearable: boolean;
|
|
10387
10362
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10388
10363
|
active: boolean;
|
|
10389
|
-
details: boolean;
|
|
10390
10364
|
dirty: boolean;
|
|
10391
10365
|
disabled: boolean;
|
|
10392
10366
|
glow: boolean;
|
|
@@ -10396,6 +10370,7 @@ export declare const VCombobox: {
|
|
|
10396
10370
|
reverse: boolean;
|
|
10397
10371
|
singleLine: boolean;
|
|
10398
10372
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
10373
|
+
details: boolean;
|
|
10399
10374
|
} & {
|
|
10400
10375
|
theme?: string | undefined;
|
|
10401
10376
|
class?: any;
|
|
@@ -10456,7 +10431,6 @@ export declare const VCombobox: {
|
|
|
10456
10431
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10457
10432
|
active: boolean;
|
|
10458
10433
|
centerAffix: boolean;
|
|
10459
|
-
details: boolean;
|
|
10460
10434
|
dirty: boolean;
|
|
10461
10435
|
disabled: boolean;
|
|
10462
10436
|
glow: boolean;
|
|
@@ -10547,7 +10521,6 @@ export declare const VCombobox: {
|
|
|
10547
10521
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10548
10522
|
active: boolean;
|
|
10549
10523
|
centerAffix: boolean;
|
|
10550
|
-
details: boolean;
|
|
10551
10524
|
dirty: boolean;
|
|
10552
10525
|
disabled: boolean;
|
|
10553
10526
|
glow: boolean;
|
|
@@ -10577,7 +10550,6 @@ export declare const VCombobox: {
|
|
|
10577
10550
|
clearable: boolean;
|
|
10578
10551
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10579
10552
|
active: boolean;
|
|
10580
|
-
details: boolean;
|
|
10581
10553
|
dirty: boolean;
|
|
10582
10554
|
disabled: boolean;
|
|
10583
10555
|
glow: boolean;
|
|
@@ -10691,7 +10663,7 @@ export declare const VCombobox: {
|
|
|
10691
10663
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
10692
10664
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
10693
10665
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
10694
|
-
}, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "
|
|
10666
|
+
}, "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_allExposed" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "active" | "addEventListener" | "after" | "align" | "alt" | "animate" | "append" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "blur" | "capture" | "centerAffix" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "children" | "classList" | "className" | "clearIcon" | "clearable" | "click" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contains" | "contentEditable" | "controlRef" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "density" | "dir" | "dirName" | "direction" | "dirty" | "disabled" | "dispatchEvent" | "draggable" | "enterKeyHint" | "error" | "errorMessages" | "fieldIconColor" | "files" | "firstChild" | "firstElementChild" | "flat" | "focus" | "focused" | "form" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "glow" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "height" | "hidden" | "hidePopover" | "hideSpinButtons" | "id" | "indeterminate" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "isValid" | "labels" | "lang" | "lastChild" | "lastElementChild" | "list" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "max" | "maxErrors" | "maxLength" | "messages" | "min" | "minLength" | "multiple" | "name" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "normalize" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "pattern" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "prepend" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "readOnly" | "readonly" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "required" | "reset" | "resetValidation" | "reverse" | "role" | "rounded" | "rules" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "select" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "singleLine" | "size" | "slot" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "style" | "tabIndex" | "tagName" | "textContent" | "tile" | "title" | "toggleAttribute" | "togglePopover" | "translate" | "type" | "useMap" | "validate" | "validationMessage" | "validity" | "value" | "valueAsDate" | "valueAsNumber" | "variant" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "width" | "willValidate" | "writingSuggestions"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
10695
10667
|
$: import("vue").ComponentInternalInstance;
|
|
10696
10668
|
$data: {};
|
|
10697
10669
|
$props: Partial<{
|
|
@@ -10946,7 +10918,6 @@ export declare const VCombobox: {
|
|
|
10946
10918
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
10947
10919
|
active: boolean;
|
|
10948
10920
|
centerAffix: boolean;
|
|
10949
|
-
details: boolean;
|
|
10950
10921
|
dirty: boolean;
|
|
10951
10922
|
disabled: boolean;
|
|
10952
10923
|
glow: boolean;
|
|
@@ -10956,6 +10927,7 @@ export declare const VCombobox: {
|
|
|
10956
10927
|
reverse: boolean;
|
|
10957
10928
|
singleLine: boolean;
|
|
10958
10929
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
10930
|
+
details: boolean;
|
|
10959
10931
|
}> & Omit<{
|
|
10960
10932
|
theme?: string | undefined;
|
|
10961
10933
|
class?: any;
|
|
@@ -10973,7 +10945,6 @@ export declare const VCombobox: {
|
|
|
10973
10945
|
centerAffix?: boolean | undefined;
|
|
10974
10946
|
color?: string | undefined;
|
|
10975
10947
|
baseColor?: string | undefined;
|
|
10976
|
-
details: boolean;
|
|
10977
10948
|
dirty: boolean;
|
|
10978
10949
|
disabled: boolean;
|
|
10979
10950
|
glow: boolean;
|
|
@@ -10990,6 +10961,7 @@ export declare const VCombobox: {
|
|
|
10990
10961
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
10991
10962
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
10992
10963
|
id?: string | undefined;
|
|
10964
|
+
details: boolean;
|
|
10993
10965
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
10994
10966
|
$attrs: {
|
|
10995
10967
|
[x: string]: unknown;
|
|
@@ -11034,7 +11006,6 @@ export declare const VCombobox: {
|
|
|
11034
11006
|
clearable: boolean;
|
|
11035
11007
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11036
11008
|
active: boolean;
|
|
11037
|
-
details: boolean;
|
|
11038
11009
|
dirty: boolean;
|
|
11039
11010
|
disabled: boolean;
|
|
11040
11011
|
glow: boolean;
|
|
@@ -11044,6 +11015,7 @@ export declare const VCombobox: {
|
|
|
11044
11015
|
reverse: boolean;
|
|
11045
11016
|
singleLine: boolean;
|
|
11046
11017
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11018
|
+
details: boolean;
|
|
11047
11019
|
} & {
|
|
11048
11020
|
theme?: string | undefined;
|
|
11049
11021
|
class?: any;
|
|
@@ -11079,7 +11051,6 @@ export declare const VCombobox: {
|
|
|
11079
11051
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11080
11052
|
active: boolean;
|
|
11081
11053
|
centerAffix: boolean;
|
|
11082
|
-
details: boolean;
|
|
11083
11054
|
dirty: boolean;
|
|
11084
11055
|
disabled: boolean;
|
|
11085
11056
|
glow: boolean;
|
|
@@ -11089,6 +11060,7 @@ export declare const VCombobox: {
|
|
|
11089
11060
|
reverse: boolean;
|
|
11090
11061
|
singleLine: boolean;
|
|
11091
11062
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11063
|
+
details: boolean;
|
|
11092
11064
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
11093
11065
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
11094
11066
|
props: Record<string, any>;
|
|
@@ -11142,7 +11114,6 @@ export declare const VCombobox: {
|
|
|
11142
11114
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11143
11115
|
active: boolean;
|
|
11144
11116
|
centerAffix: boolean;
|
|
11145
|
-
details: boolean;
|
|
11146
11117
|
dirty: boolean;
|
|
11147
11118
|
disabled: boolean;
|
|
11148
11119
|
glow: boolean;
|
|
@@ -11152,6 +11123,7 @@ export declare const VCombobox: {
|
|
|
11152
11123
|
reverse: boolean;
|
|
11153
11124
|
singleLine: boolean;
|
|
11154
11125
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11126
|
+
details: boolean;
|
|
11155
11127
|
}> & Omit<{
|
|
11156
11128
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11157
11129
|
focused: boolean;
|
|
@@ -11159,7 +11131,6 @@ export declare const VCombobox: {
|
|
|
11159
11131
|
clearable: boolean;
|
|
11160
11132
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11161
11133
|
active: boolean;
|
|
11162
|
-
details: boolean;
|
|
11163
11134
|
dirty: boolean;
|
|
11164
11135
|
disabled: boolean;
|
|
11165
11136
|
glow: boolean;
|
|
@@ -11169,6 +11140,7 @@ export declare const VCombobox: {
|
|
|
11169
11140
|
reverse: boolean;
|
|
11170
11141
|
singleLine: boolean;
|
|
11171
11142
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11143
|
+
details: boolean;
|
|
11172
11144
|
} & {
|
|
11173
11145
|
theme?: string | undefined;
|
|
11174
11146
|
class?: any;
|
|
@@ -11206,7 +11178,7 @@ export declare const VCombobox: {
|
|
|
11206
11178
|
controlRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
11207
11179
|
fieldIconColor: import("vue").ComputedRef<string | undefined>;
|
|
11208
11180
|
} | {};
|
|
11209
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "
|
|
11181
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "$children" | "appendIcon" | "appendInnerIcon" | "autocomplete" | "baseColor" | "bgColor" | "class" | "color" | "counter" | "counterValue" | "hideDetails" | "hint" | "iconColor" | "id" | "label" | "loading" | "maxWidth" | "minWidth" | "modelModifiers" | "modelValue" | "name" | "onClick:append" | "onClick:appendInner" | "onClick:clear" | "onClick:control" | "onClick:prepend" | "onClick:prependInner" | "onMousedown:control" | "onUpdate:focused" | "onUpdate:modelValue" | "placeholder" | "prefix" | "prependIcon" | "prependInnerIcon" | "role" | "suffix" | "theme" | "v-slot:append" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:counter" | "v-slot:default" | "v-slot:details" | "v-slot:label" | "v-slot:loader" | "v-slot:message" | "v-slot:prepend" | "v-slot:prepend-inner" | "v-slots" | "validateOn" | "validationValue" | "width" | ("active" | "autofocus" | "centerAffix" | "clearIcon" | "clearable" | "density" | "direction" | "dirty" | "disabled" | "error" | "errorMessages" | "flat" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "persistentClear" | "persistentCounter" | "persistentHint" | "persistentPlaceholder" | "readonly" | "reverse" | "rounded" | "rules" | "singleLine" | "style" | "tile" | "type" | "variant") | keyof import("vue").VNodeProps>, `$${any}`> & {
|
|
11210
11182
|
_allExposed: {
|
|
11211
11183
|
isFocused: import("vue").ShallowRef<boolean, boolean>;
|
|
11212
11184
|
isPristine: import("vue").ShallowRef<boolean, boolean>;
|
|
@@ -11470,7 +11442,6 @@ export declare const VCombobox: {
|
|
|
11470
11442
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11471
11443
|
active: boolean;
|
|
11472
11444
|
centerAffix: boolean;
|
|
11473
|
-
details: boolean;
|
|
11474
11445
|
dirty: boolean;
|
|
11475
11446
|
disabled: boolean;
|
|
11476
11447
|
glow: boolean;
|
|
@@ -11480,6 +11451,7 @@ export declare const VCombobox: {
|
|
|
11480
11451
|
reverse: boolean;
|
|
11481
11452
|
singleLine: boolean;
|
|
11482
11453
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11454
|
+
details: boolean;
|
|
11483
11455
|
}> & Omit<{
|
|
11484
11456
|
theme?: string | undefined;
|
|
11485
11457
|
class?: any;
|
|
@@ -11497,7 +11469,6 @@ export declare const VCombobox: {
|
|
|
11497
11469
|
centerAffix?: boolean | undefined;
|
|
11498
11470
|
color?: string | undefined;
|
|
11499
11471
|
baseColor?: string | undefined;
|
|
11500
|
-
details: boolean;
|
|
11501
11472
|
dirty: boolean;
|
|
11502
11473
|
disabled: boolean;
|
|
11503
11474
|
glow: boolean;
|
|
@@ -11514,6 +11485,7 @@ export declare const VCombobox: {
|
|
|
11514
11485
|
"onClick:appendInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
11515
11486
|
"onClick:prependInner"?: ((args_0: MouseEvent) => void) | undefined;
|
|
11516
11487
|
id?: string | undefined;
|
|
11488
|
+
details: boolean;
|
|
11517
11489
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "active" | "centerAffix" | "clearIcon" | "clearable" | "details" | "dirty" | "disabled" | "error" | "flat" | "focused" | "glow" | "persistentClear" | "reverse" | "rounded" | "singleLine" | "style" | "tile" | "variant">;
|
|
11518
11490
|
$attrs: {
|
|
11519
11491
|
[x: string]: unknown;
|
|
@@ -11558,7 +11530,6 @@ export declare const VCombobox: {
|
|
|
11558
11530
|
clearable: boolean;
|
|
11559
11531
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11560
11532
|
active: boolean;
|
|
11561
|
-
details: boolean;
|
|
11562
11533
|
dirty: boolean;
|
|
11563
11534
|
disabled: boolean;
|
|
11564
11535
|
glow: boolean;
|
|
@@ -11568,6 +11539,7 @@ export declare const VCombobox: {
|
|
|
11568
11539
|
reverse: boolean;
|
|
11569
11540
|
singleLine: boolean;
|
|
11570
11541
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11542
|
+
details: boolean;
|
|
11571
11543
|
} & {
|
|
11572
11544
|
theme?: string | undefined;
|
|
11573
11545
|
class?: any;
|
|
@@ -11603,7 +11575,6 @@ export declare const VCombobox: {
|
|
|
11603
11575
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11604
11576
|
active: boolean;
|
|
11605
11577
|
centerAffix: boolean;
|
|
11606
|
-
details: boolean;
|
|
11607
11578
|
dirty: boolean;
|
|
11608
11579
|
disabled: boolean;
|
|
11609
11580
|
glow: boolean;
|
|
@@ -11613,6 +11584,7 @@ export declare const VCombobox: {
|
|
|
11613
11584
|
reverse: boolean;
|
|
11614
11585
|
singleLine: boolean;
|
|
11615
11586
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11587
|
+
details: boolean;
|
|
11616
11588
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
11617
11589
|
clear: (arg: import("../VField/VField.js").DefaultInputSlot & {
|
|
11618
11590
|
props: Record<string, any>;
|
|
@@ -11666,7 +11638,6 @@ export declare const VCombobox: {
|
|
|
11666
11638
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11667
11639
|
active: boolean;
|
|
11668
11640
|
centerAffix: boolean;
|
|
11669
|
-
details: boolean;
|
|
11670
11641
|
dirty: boolean;
|
|
11671
11642
|
disabled: boolean;
|
|
11672
11643
|
glow: boolean;
|
|
@@ -11676,6 +11647,7 @@ export declare const VCombobox: {
|
|
|
11676
11647
|
reverse: boolean;
|
|
11677
11648
|
singleLine: boolean;
|
|
11678
11649
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11650
|
+
details: boolean;
|
|
11679
11651
|
}> & Omit<{
|
|
11680
11652
|
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
11681
11653
|
focused: boolean;
|
|
@@ -11683,7 +11655,6 @@ export declare const VCombobox: {
|
|
|
11683
11655
|
clearable: boolean;
|
|
11684
11656
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11685
11657
|
active: boolean;
|
|
11686
|
-
details: boolean;
|
|
11687
11658
|
dirty: boolean;
|
|
11688
11659
|
disabled: boolean;
|
|
11689
11660
|
glow: boolean;
|
|
@@ -11693,6 +11664,7 @@ export declare const VCombobox: {
|
|
|
11693
11664
|
reverse: boolean;
|
|
11694
11665
|
singleLine: boolean;
|
|
11695
11666
|
variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
11667
|
+
details: boolean;
|
|
11696
11668
|
} & {
|
|
11697
11669
|
theme?: string | undefined;
|
|
11698
11670
|
class?: any;
|
|
@@ -11759,7 +11731,6 @@ export declare const VCombobox: {
|
|
|
11759
11731
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
11760
11732
|
active: boolean;
|
|
11761
11733
|
centerAffix: boolean;
|
|
11762
|
-
details: boolean;
|
|
11763
11734
|
disabled: boolean;
|
|
11764
11735
|
glow: boolean;
|
|
11765
11736
|
error: boolean;
|
|
@@ -12050,7 +12021,6 @@ export declare const VCombobox: {
|
|
|
12050
12021
|
};
|
|
12051
12022
|
color: StringConstructor;
|
|
12052
12023
|
baseColor: StringConstructor;
|
|
12053
|
-
details: BooleanConstructor;
|
|
12054
12024
|
disabled: {
|
|
12055
12025
|
type: BooleanConstructor;
|
|
12056
12026
|
default: null;
|
|
@@ -12703,7 +12673,6 @@ export declare const VCombobox: {
|
|
|
12703
12673
|
};
|
|
12704
12674
|
color: StringConstructor;
|
|
12705
12675
|
baseColor: StringConstructor;
|
|
12706
|
-
details: BooleanConstructor;
|
|
12707
12676
|
disabled: {
|
|
12708
12677
|
type: BooleanConstructor;
|
|
12709
12678
|
default: null;
|