vuetify 3.8.3 → 3.8.5
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +4267 -3919
- package/dist/json/importMap-labs.json +28 -24
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +92 -0
- package/dist/json/web-types.json +8380 -7153
- package/dist/vuetify-labs.cjs +374 -79
- package/dist/vuetify-labs.css +3864 -3836
- package/dist/vuetify-labs.d.ts +5818 -1810
- package/dist/vuetify-labs.esm.js +374 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +374 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +53 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3556 -3531
- package/dist/vuetify.d.ts +4121 -1210
- package/dist/vuetify.esm.js +53 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +53 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +30 -27
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +795 -77
- package/lib/components/VBadge/VBadge.d.ts +22 -46
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
- package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
- package/lib/components/VBtn/VBtn.css +25 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.d.ts +795 -77
- package/lib/components/VCounter/VCounter.d.ts +22 -46
- package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
- package/lib/components/VDataTable/VDataTable.d.ts +110 -110
- package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +62 -189
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +62 -189
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/headers.d.ts +75 -75
- package/lib/components/VDataTable/composables/select.js +1 -1
- package/lib/components/VDataTable/composables/select.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
- package/lib/components/VDialog/VDialog.d.ts +1048 -146
- package/lib/components/VDialog/VDialog.js +1 -1
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VFab/VFab.d.ts +22 -46
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.js +21 -3
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +4 -0
- package/lib/components/VImg/VImg.d.ts +22 -49
- package/lib/components/VLazy/VLazy.d.ts +22 -46
- package/lib/components/VMenu/VMenu.d.ts +1048 -146
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.d.ts +22 -46
- package/lib/components/VNumberInput/VNumberInput.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.d.ts +22 -49
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +1235 -93
- package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +25 -47
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
- package/lib/components/VTable/VTable.css +2 -6
- package/lib/components/VTable/VTable.sass +4 -22
- package/lib/components/VTabs/VTabs.d.ts +6 -6
- package/lib/components/VTextField/VTextField.js +5 -3
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.d.ts +58 -109
- package/lib/components/VTooltip/VTooltip.js +2 -2
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/transitions/dialog-transition.js +3 -3
- package/lib/components/transitions/dialog-transition.js.map +1 -1
- package/lib/composables/dateFormat.d.ts +24 -0
- package/lib/composables/dateFormat.js +112 -0
- package/lib/composables/dateFormat.js.map +1 -0
- package/lib/composables/transition.d.ts +10 -20
- package/lib/composables/transition.js +15 -12
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.d.ts +6 -6
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +113 -149
- package/lib/framework.js +1 -1
- package/lib/iconsets/mdi.js +2 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
- package/lib/labs/VColorInput/VColorInput.css +4 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
- package/lib/labs/VColorInput/VColorInput.js +129 -0
- package/lib/labs/VColorInput/VColorInput.js.map +1 -0
- package/lib/labs/VColorInput/VColorInput.sass +7 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VColorInput/index.d.ts +1 -0
- package/lib/labs/VColorInput/index.js +2 -0
- package/lib/labs/VColorInput/index.js.map +1 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +96 -34
- package/lib/labs/VDateInput/VDateInput.js +71 -17
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +19 -31
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +7 -8
|
@@ -114,8 +114,11 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
|
114
114
|
hideActions?: unknown;
|
|
115
115
|
mobile?: unknown;
|
|
116
116
|
mobileBreakpoint?: unknown;
|
|
117
|
+
inputFormat?: unknown;
|
|
117
118
|
displayFormat?: unknown;
|
|
118
119
|
location?: unknown;
|
|
120
|
+
menu?: unknown;
|
|
121
|
+
updateOn?: unknown;
|
|
119
122
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
120
123
|
max: unknown extends Defaults["max"] ? PropType<unknown> : {
|
|
121
124
|
type: PropType<unknown extends Defaults["max"] ? unknown : unknown>;
|
|
@@ -221,9 +224,9 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
|
221
224
|
type: PropType<unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]>;
|
|
222
225
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
223
226
|
};
|
|
224
|
-
multiple: unknown extends Defaults["multiple"] ? PropType<number | boolean |
|
|
225
|
-
type: PropType<unknown extends Defaults["multiple"] ? number | boolean |
|
|
226
|
-
default: unknown extends Defaults["multiple"] ? number | boolean |
|
|
227
|
+
multiple: unknown extends Defaults["multiple"] ? PropType<number | boolean | (string & {}) | "range"> : {
|
|
228
|
+
type: PropType<unknown extends Defaults["multiple"] ? number | boolean | (string & {}) | "range" : number | boolean | (string & {}) | "range" | Defaults["multiple"]>;
|
|
229
|
+
default: unknown extends Defaults["multiple"] ? number | boolean | (string & {}) | "range" : NonNullable<number | boolean | (string & {}) | "range"> | Defaults["multiple"];
|
|
227
230
|
};
|
|
228
231
|
month: unknown extends Defaults["month"] ? (StringConstructor | NumberConstructor)[] : {
|
|
229
232
|
type: PropType<unknown extends Defaults["month"] ? string | number : string | number | Defaults["month"]>;
|
|
@@ -673,13 +676,7 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
|
673
676
|
type: PropType<unknown extends Defaults["prefix"] ? string : string | Defaults["prefix"]>;
|
|
674
677
|
default: unknown extends Defaults["prefix"] ? string : string | Defaults["prefix"];
|
|
675
678
|
};
|
|
676
|
-
placeholder: unknown extends Defaults["placeholder"] ? {
|
|
677
|
-
type: PropType<string>;
|
|
678
|
-
default: string;
|
|
679
|
-
} : Omit<{
|
|
680
|
-
type: PropType<string>;
|
|
681
|
-
default: string;
|
|
682
|
-
}, "type" | "default"> & {
|
|
679
|
+
placeholder: unknown extends Defaults["placeholder"] ? StringConstructor : {
|
|
683
680
|
type: PropType<unknown extends Defaults["placeholder"] ? string : string | Defaults["placeholder"]>;
|
|
684
681
|
default: unknown extends Defaults["placeholder"] ? string : string | Defaults["placeholder"];
|
|
685
682
|
};
|
|
@@ -743,12 +740,18 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
|
743
740
|
type: PropType<unknown extends Defaults["hideActions"] ? boolean : boolean | Defaults["hideActions"]>;
|
|
744
741
|
default: unknown extends Defaults["hideActions"] ? boolean : boolean | Defaults["hideActions"];
|
|
745
742
|
};
|
|
746
|
-
mobile: unknown extends Defaults["mobile"] ? {
|
|
743
|
+
mobile: unknown extends Defaults["mobile"] ? Omit<{
|
|
747
744
|
type: PropType<boolean | null>;
|
|
748
745
|
default: boolean;
|
|
749
|
-
}
|
|
746
|
+
}, "type" | "default"> & {
|
|
747
|
+
type: PropType<boolean | null>;
|
|
748
|
+
default: NonNullable<boolean | null> | null;
|
|
749
|
+
} : Omit<Omit<{
|
|
750
750
|
type: PropType<boolean | null>;
|
|
751
751
|
default: boolean;
|
|
752
|
+
}, "type" | "default"> & {
|
|
753
|
+
type: PropType<boolean | null>;
|
|
754
|
+
default: NonNullable<boolean | null> | null;
|
|
752
755
|
}, "type" | "default"> & {
|
|
753
756
|
type: PropType<unknown extends Defaults["mobile"] ? boolean | null : boolean | Defaults["mobile"] | null>;
|
|
754
757
|
default: unknown extends Defaults["mobile"] ? boolean | null : NonNullable<boolean | null> | Defaults["mobile"];
|
|
@@ -757,6 +760,16 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
|
757
760
|
type: PropType<unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables/display.js").DisplayBreakpoint : number | import("../../composables/display.js").DisplayBreakpoint | Defaults["mobileBreakpoint"]>;
|
|
758
761
|
default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../composables/display.js").DisplayBreakpoint : NonNullable<number | import("../../composables/display.js").DisplayBreakpoint> | Defaults["mobileBreakpoint"];
|
|
759
762
|
};
|
|
763
|
+
inputFormat: unknown extends Defaults["inputFormat"] ? {
|
|
764
|
+
type: StringConstructor;
|
|
765
|
+
validator: (v: string) => boolean;
|
|
766
|
+
} : Omit<{
|
|
767
|
+
type: StringConstructor;
|
|
768
|
+
validator: (v: string) => boolean;
|
|
769
|
+
}, "type" | "default"> & {
|
|
770
|
+
type: PropType<unknown extends Defaults["inputFormat"] ? string : string | Defaults["inputFormat"]>;
|
|
771
|
+
default: unknown extends Defaults["inputFormat"] ? string : string | Defaults["inputFormat"];
|
|
772
|
+
};
|
|
760
773
|
displayFormat: unknown extends Defaults["displayFormat"] ? (FunctionConstructor | StringConstructor)[] : {
|
|
761
774
|
type: PropType<unknown extends Defaults["displayFormat"] ? string | Function : string | Function | Defaults["displayFormat"]>;
|
|
762
775
|
default: unknown extends Defaults["displayFormat"] ? string | Function : NonNullable<string | Function> | Defaults["displayFormat"];
|
|
@@ -771,6 +784,20 @@ export declare const makeVDateInputProps: <Defaults extends {
|
|
|
771
784
|
type: PropType<unknown extends Defaults["location"] ? import("../../util/index.js").Anchor : import("../../util/index.js").Anchor | Defaults["location"]>;
|
|
772
785
|
default: unknown extends Defaults["location"] ? import("../../util/index.js").Anchor : NonNullable<import("../../util/index.js").Anchor> | Defaults["location"];
|
|
773
786
|
};
|
|
787
|
+
menu: unknown extends Defaults["menu"] ? BooleanConstructor : {
|
|
788
|
+
type: PropType<unknown extends Defaults["menu"] ? boolean : boolean | Defaults["menu"]>;
|
|
789
|
+
default: unknown extends Defaults["menu"] ? boolean : boolean | Defaults["menu"];
|
|
790
|
+
};
|
|
791
|
+
updateOn: unknown extends Defaults["updateOn"] ? {
|
|
792
|
+
type: PropType<("blur" | "enter")[]>;
|
|
793
|
+
default: () => string[];
|
|
794
|
+
} : Omit<{
|
|
795
|
+
type: PropType<("blur" | "enter")[]>;
|
|
796
|
+
default: () => string[];
|
|
797
|
+
}, "type" | "default"> & {
|
|
798
|
+
type: PropType<unknown extends Defaults["updateOn"] ? ("blur" | "enter")[] : ("blur" | "enter")[] | Defaults["updateOn"]>;
|
|
799
|
+
default: unknown extends Defaults["updateOn"] ? ("blur" | "enter")[] : ("blur" | "enter")[] | Defaults["updateOn"];
|
|
800
|
+
};
|
|
774
801
|
};
|
|
775
802
|
export declare const VDateInput: {
|
|
776
803
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
@@ -784,6 +811,7 @@ export declare const VDateInput: {
|
|
|
784
811
|
direction: "horizontal" | "vertical";
|
|
785
812
|
transition: string;
|
|
786
813
|
header: string;
|
|
814
|
+
menu: boolean;
|
|
787
815
|
style: import("vue").StyleValue;
|
|
788
816
|
title: string;
|
|
789
817
|
autofocus: boolean;
|
|
@@ -792,7 +820,6 @@ export declare const VDateInput: {
|
|
|
792
820
|
readonly: boolean | null;
|
|
793
821
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
794
822
|
landscape: boolean;
|
|
795
|
-
placeholder: string;
|
|
796
823
|
messages: string | readonly string[];
|
|
797
824
|
rules: readonly import("../../types.js").ValidationRule[];
|
|
798
825
|
focused: boolean;
|
|
@@ -826,6 +853,7 @@ export declare const VDateInput: {
|
|
|
826
853
|
weeksInMonth: "static" | "dynamic";
|
|
827
854
|
hideWeekdays: boolean;
|
|
828
855
|
showWeek: boolean;
|
|
856
|
+
updateOn: ("blur" | "enter")[];
|
|
829
857
|
} & {
|
|
830
858
|
name?: string | undefined;
|
|
831
859
|
max?: unknown;
|
|
@@ -845,11 +873,12 @@ export declare const VDateInput: {
|
|
|
845
873
|
text?: string | undefined;
|
|
846
874
|
prefix?: string | undefined;
|
|
847
875
|
role?: string | undefined;
|
|
848
|
-
multiple?: number | boolean |
|
|
876
|
+
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
|
849
877
|
month?: string | number | undefined;
|
|
850
878
|
year?: number | undefined;
|
|
851
879
|
class?: any;
|
|
852
880
|
theme?: string | undefined;
|
|
881
|
+
placeholder?: string | undefined;
|
|
853
882
|
elevation?: string | number | undefined;
|
|
854
883
|
counter?: string | number | boolean | undefined;
|
|
855
884
|
mobileBreakpoint?: number | import("../../composables/display.js").DisplayBreakpoint | undefined;
|
|
@@ -879,6 +908,7 @@ export declare const VDateInput: {
|
|
|
879
908
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
880
909
|
firstDayOfWeek?: string | number | undefined;
|
|
881
910
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
911
|
+
inputFormat?: string | undefined;
|
|
882
912
|
displayFormat?: string | Function | undefined;
|
|
883
913
|
} & {
|
|
884
914
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
|
@@ -940,6 +970,7 @@ export declare const VDateInput: {
|
|
|
940
970
|
} & {
|
|
941
971
|
onCancel?: (() => any) | undefined;
|
|
942
972
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
973
|
+
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
943
974
|
onSave?: ((value: string) => any) | undefined;
|
|
944
975
|
}, Omit<Omit<{
|
|
945
976
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1947,7 +1978,7 @@ export declare const VDateInput: {
|
|
|
1947
1978
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
1948
1979
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1949
1980
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1950
|
-
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "
|
|
1981
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "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" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
1951
1982
|
$: import("vue").ComponentInternalInstance;
|
|
1952
1983
|
$data: {};
|
|
1953
1984
|
$props: Partial<{
|
|
@@ -2883,6 +2914,7 @@ export declare const VDateInput: {
|
|
|
2883
2914
|
save: (value: string) => true;
|
|
2884
2915
|
cancel: () => true;
|
|
2885
2916
|
'update:modelValue': (val: string) => true;
|
|
2917
|
+
'update:menu': (val: boolean) => true;
|
|
2886
2918
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
2887
2919
|
flat: boolean;
|
|
2888
2920
|
reverse: boolean;
|
|
@@ -2894,6 +2926,7 @@ export declare const VDateInput: {
|
|
|
2894
2926
|
direction: "horizontal" | "vertical";
|
|
2895
2927
|
transition: string;
|
|
2896
2928
|
header: string;
|
|
2929
|
+
menu: boolean;
|
|
2897
2930
|
style: import("vue").StyleValue;
|
|
2898
2931
|
title: string;
|
|
2899
2932
|
autofocus: boolean;
|
|
@@ -2902,7 +2935,6 @@ export declare const VDateInput: {
|
|
|
2902
2935
|
readonly: boolean | null;
|
|
2903
2936
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
2904
2937
|
landscape: boolean;
|
|
2905
|
-
placeholder: string;
|
|
2906
2938
|
messages: string | readonly string[];
|
|
2907
2939
|
rules: readonly import("../../types.js").ValidationRule[];
|
|
2908
2940
|
focused: boolean;
|
|
@@ -2939,6 +2971,7 @@ export declare const VDateInput: {
|
|
|
2939
2971
|
firstDayOfWeek: string | number;
|
|
2940
2972
|
hideWeekdays: boolean;
|
|
2941
2973
|
showWeek: boolean;
|
|
2974
|
+
updateOn: ("blur" | "enter")[];
|
|
2942
2975
|
}, true, {}, import("vue").SlotsType<Partial<{
|
|
2943
2976
|
message: (arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
|
2944
2977
|
clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
|
|
@@ -2975,6 +3008,7 @@ export declare const VDateInput: {
|
|
|
2975
3008
|
direction: "horizontal" | "vertical";
|
|
2976
3009
|
transition: string;
|
|
2977
3010
|
header: string;
|
|
3011
|
+
menu: boolean;
|
|
2978
3012
|
style: import("vue").StyleValue;
|
|
2979
3013
|
title: string;
|
|
2980
3014
|
autofocus: boolean;
|
|
@@ -2983,7 +3017,6 @@ export declare const VDateInput: {
|
|
|
2983
3017
|
readonly: boolean | null;
|
|
2984
3018
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
2985
3019
|
landscape: boolean;
|
|
2986
|
-
placeholder: string;
|
|
2987
3020
|
messages: string | readonly string[];
|
|
2988
3021
|
rules: readonly import("../../types.js").ValidationRule[];
|
|
2989
3022
|
focused: boolean;
|
|
@@ -3017,6 +3050,7 @@ export declare const VDateInput: {
|
|
|
3017
3050
|
weeksInMonth: "static" | "dynamic";
|
|
3018
3051
|
hideWeekdays: boolean;
|
|
3019
3052
|
showWeek: boolean;
|
|
3053
|
+
updateOn: ("blur" | "enter")[];
|
|
3020
3054
|
} & {
|
|
3021
3055
|
name?: string | undefined;
|
|
3022
3056
|
max?: unknown;
|
|
@@ -3036,11 +3070,12 @@ export declare const VDateInput: {
|
|
|
3036
3070
|
text?: string | undefined;
|
|
3037
3071
|
prefix?: string | undefined;
|
|
3038
3072
|
role?: string | undefined;
|
|
3039
|
-
multiple?: number | boolean |
|
|
3073
|
+
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
|
3040
3074
|
month?: string | number | undefined;
|
|
3041
3075
|
year?: number | undefined;
|
|
3042
3076
|
class?: any;
|
|
3043
3077
|
theme?: string | undefined;
|
|
3078
|
+
placeholder?: string | undefined;
|
|
3044
3079
|
elevation?: string | number | undefined;
|
|
3045
3080
|
counter?: string | number | boolean | undefined;
|
|
3046
3081
|
mobileBreakpoint?: number | import("../../composables/display.js").DisplayBreakpoint | undefined;
|
|
@@ -3070,6 +3105,7 @@ export declare const VDateInput: {
|
|
|
3070
3105
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
3071
3106
|
firstDayOfWeek?: string | number | undefined;
|
|
3072
3107
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
3108
|
+
inputFormat?: string | undefined;
|
|
3073
3109
|
displayFormat?: string | Function | undefined;
|
|
3074
3110
|
} & {
|
|
3075
3111
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
|
@@ -3131,6 +3167,7 @@ export declare const VDateInput: {
|
|
|
3131
3167
|
} & {
|
|
3132
3168
|
onCancel?: (() => any) | undefined;
|
|
3133
3169
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
3170
|
+
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
3134
3171
|
onSave?: ((value: string) => any) | undefined;
|
|
3135
3172
|
}, Omit<Omit<{
|
|
3136
3173
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -4138,7 +4175,7 @@ export declare const VDateInput: {
|
|
|
4138
4175
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
4139
4176
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
4140
4177
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
4141
|
-
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "
|
|
4178
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "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" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
4142
4179
|
$: import("vue").ComponentInternalInstance;
|
|
4143
4180
|
$data: {};
|
|
4144
4181
|
$props: Partial<{
|
|
@@ -5081,6 +5118,7 @@ export declare const VDateInput: {
|
|
|
5081
5118
|
direction: "horizontal" | "vertical";
|
|
5082
5119
|
transition: string;
|
|
5083
5120
|
header: string;
|
|
5121
|
+
menu: boolean;
|
|
5084
5122
|
style: import("vue").StyleValue;
|
|
5085
5123
|
title: string;
|
|
5086
5124
|
autofocus: boolean;
|
|
@@ -5089,7 +5127,6 @@ export declare const VDateInput: {
|
|
|
5089
5127
|
readonly: boolean | null;
|
|
5090
5128
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
5091
5129
|
landscape: boolean;
|
|
5092
|
-
placeholder: string;
|
|
5093
5130
|
messages: string | readonly string[];
|
|
5094
5131
|
rules: readonly import("../../types.js").ValidationRule[];
|
|
5095
5132
|
focused: boolean;
|
|
@@ -5126,6 +5163,7 @@ export declare const VDateInput: {
|
|
|
5126
5163
|
firstDayOfWeek: string | number;
|
|
5127
5164
|
hideWeekdays: boolean;
|
|
5128
5165
|
showWeek: boolean;
|
|
5166
|
+
updateOn: ("blur" | "enter")[];
|
|
5129
5167
|
}>;
|
|
5130
5168
|
__isFragment?: never;
|
|
5131
5169
|
__isTeleport?: never;
|
|
@@ -5141,6 +5179,7 @@ export declare const VDateInput: {
|
|
|
5141
5179
|
direction: "horizontal" | "vertical";
|
|
5142
5180
|
transition: string;
|
|
5143
5181
|
header: string;
|
|
5182
|
+
menu: boolean;
|
|
5144
5183
|
style: import("vue").StyleValue;
|
|
5145
5184
|
title: string;
|
|
5146
5185
|
autofocus: boolean;
|
|
@@ -5149,7 +5188,6 @@ export declare const VDateInput: {
|
|
|
5149
5188
|
readonly: boolean | null;
|
|
5150
5189
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
5151
5190
|
landscape: boolean;
|
|
5152
|
-
placeholder: string;
|
|
5153
5191
|
messages: string | readonly string[];
|
|
5154
5192
|
rules: readonly import("../../types.js").ValidationRule[];
|
|
5155
5193
|
focused: boolean;
|
|
@@ -5183,6 +5221,7 @@ export declare const VDateInput: {
|
|
|
5183
5221
|
weeksInMonth: "static" | "dynamic";
|
|
5184
5222
|
hideWeekdays: boolean;
|
|
5185
5223
|
showWeek: boolean;
|
|
5224
|
+
updateOn: ("blur" | "enter")[];
|
|
5186
5225
|
} & {
|
|
5187
5226
|
name?: string | undefined;
|
|
5188
5227
|
max?: unknown;
|
|
@@ -5202,11 +5241,12 @@ export declare const VDateInput: {
|
|
|
5202
5241
|
text?: string | undefined;
|
|
5203
5242
|
prefix?: string | undefined;
|
|
5204
5243
|
role?: string | undefined;
|
|
5205
|
-
multiple?: number | boolean |
|
|
5244
|
+
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
|
5206
5245
|
month?: string | number | undefined;
|
|
5207
5246
|
year?: number | undefined;
|
|
5208
5247
|
class?: any;
|
|
5209
5248
|
theme?: string | undefined;
|
|
5249
|
+
placeholder?: string | undefined;
|
|
5210
5250
|
elevation?: string | number | undefined;
|
|
5211
5251
|
counter?: string | number | boolean | undefined;
|
|
5212
5252
|
mobileBreakpoint?: number | import("../../composables/display.js").DisplayBreakpoint | undefined;
|
|
@@ -5236,6 +5276,7 @@ export declare const VDateInput: {
|
|
|
5236
5276
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
5237
5277
|
firstDayOfWeek?: string | number | undefined;
|
|
5238
5278
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
5279
|
+
inputFormat?: string | undefined;
|
|
5239
5280
|
displayFormat?: string | Function | undefined;
|
|
5240
5281
|
} & {
|
|
5241
5282
|
$children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
|
|
@@ -5297,6 +5338,7 @@ export declare const VDateInput: {
|
|
|
5297
5338
|
} & {
|
|
5298
5339
|
onCancel?: (() => any) | undefined;
|
|
5299
5340
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
5341
|
+
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
5300
5342
|
onSave?: ((value: string) => any) | undefined;
|
|
5301
5343
|
}, Omit<Omit<{
|
|
5302
5344
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -6304,7 +6346,7 @@ export declare const VDateInput: {
|
|
|
6304
6346
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
6305
6347
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
6306
6348
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
6307
|
-
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "
|
|
6349
|
+
}, "normalize" | "flat" | "reverse" | "variant" | "name" | "max" | "required" | "type" | "error" | "id" | "matches" | "height" | "width" | "active" | "remove" | "min" | "direction" | "translate" | "contains" | "value" | "hidden" | "form" | "select" | "slot" | "style" | "title" | "dir" | "animate" | "pattern" | "blur" | "click" | "focus" | "reset" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "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" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "children" | "firstElementChild" | "lastElementChild" | "append" | "prepend" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "disabled" | "labels" | "multiple" | "size" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "readonly" | "maxLength" | "list" | "accept" | "readOnly" | "_" | "alt" | "step" | "placeholder" | "src" | "capture" | "checked" | "indeterminate" | "align" | "messages" | "rules" | "minLength" | "isValid" | "focused" | "errorMessages" | "maxErrors" | "validate" | "resetValidation" | "density" | "rounded" | "tile" | "_allExposed" | "clearIcon" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & import("vue").ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
6308
6350
|
$: import("vue").ComponentInternalInstance;
|
|
6309
6351
|
$data: {};
|
|
6310
6352
|
$props: Partial<{
|
|
@@ -7240,6 +7282,7 @@ export declare const VDateInput: {
|
|
|
7240
7282
|
save: (value: string) => true;
|
|
7241
7283
|
cancel: () => true;
|
|
7242
7284
|
'update:modelValue': (val: string) => true;
|
|
7285
|
+
'update:menu': (val: boolean) => true;
|
|
7243
7286
|
}, string, {
|
|
7244
7287
|
flat: boolean;
|
|
7245
7288
|
reverse: boolean;
|
|
@@ -7251,6 +7294,7 @@ export declare const VDateInput: {
|
|
|
7251
7294
|
direction: "horizontal" | "vertical";
|
|
7252
7295
|
transition: string;
|
|
7253
7296
|
header: string;
|
|
7297
|
+
menu: boolean;
|
|
7254
7298
|
style: import("vue").StyleValue;
|
|
7255
7299
|
title: string;
|
|
7256
7300
|
autofocus: boolean;
|
|
@@ -7259,7 +7303,6 @@ export declare const VDateInput: {
|
|
|
7259
7303
|
readonly: boolean | null;
|
|
7260
7304
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
7261
7305
|
landscape: boolean;
|
|
7262
|
-
placeholder: string;
|
|
7263
7306
|
messages: string | readonly string[];
|
|
7264
7307
|
rules: readonly import("../../types.js").ValidationRule[];
|
|
7265
7308
|
focused: boolean;
|
|
@@ -7296,6 +7339,7 @@ export declare const VDateInput: {
|
|
|
7296
7339
|
firstDayOfWeek: string | number;
|
|
7297
7340
|
hideWeekdays: boolean;
|
|
7298
7341
|
showWeek: boolean;
|
|
7342
|
+
updateOn: ("blur" | "enter")[];
|
|
7299
7343
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
7300
7344
|
message: (arg: import("../../components/VMessages/VMessages.js").VMessageSlot) => import("vue").VNode[];
|
|
7301
7345
|
clear: (arg: import("../../components/VField/VField.js").DefaultInputSlot & {
|
|
@@ -7502,10 +7546,7 @@ export declare const VDateInput: {
|
|
|
7502
7546
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
7503
7547
|
counterValue: PropType<number | ((value: any) => number)>;
|
|
7504
7548
|
prefix: StringConstructor;
|
|
7505
|
-
placeholder:
|
|
7506
|
-
type: PropType<string>;
|
|
7507
|
-
default: string;
|
|
7508
|
-
};
|
|
7549
|
+
placeholder: StringConstructor;
|
|
7509
7550
|
persistentPlaceholder: BooleanConstructor;
|
|
7510
7551
|
persistentCounter: BooleanConstructor;
|
|
7511
7552
|
suffix: StringConstructor;
|
|
@@ -7527,16 +7568,28 @@ export declare const VDateInput: {
|
|
|
7527
7568
|
type: PropType<boolean>;
|
|
7528
7569
|
default: boolean;
|
|
7529
7570
|
};
|
|
7530
|
-
mobile: {
|
|
7571
|
+
mobile: Omit<{
|
|
7531
7572
|
type: PropType<boolean | null>;
|
|
7532
7573
|
default: boolean;
|
|
7574
|
+
}, "type" | "default"> & {
|
|
7575
|
+
type: PropType<boolean | null>;
|
|
7576
|
+
default: NonNullable<boolean | null> | null;
|
|
7533
7577
|
};
|
|
7534
7578
|
mobileBreakpoint: PropType<number | import("../../composables/display.js").DisplayBreakpoint>;
|
|
7579
|
+
inputFormat: {
|
|
7580
|
+
type: StringConstructor;
|
|
7581
|
+
validator: (v: string) => boolean;
|
|
7582
|
+
};
|
|
7535
7583
|
displayFormat: (FunctionConstructor | StringConstructor)[];
|
|
7536
7584
|
location: {
|
|
7537
7585
|
type: PropType<StrategyProps["location"]>;
|
|
7538
7586
|
default: string;
|
|
7539
7587
|
};
|
|
7588
|
+
menu: BooleanConstructor;
|
|
7589
|
+
updateOn: {
|
|
7590
|
+
type: PropType<("blur" | "enter")[]>;
|
|
7591
|
+
default: () => string[];
|
|
7592
|
+
};
|
|
7540
7593
|
}, import("vue").ExtractPropTypes<{
|
|
7541
7594
|
max: PropType<unknown>;
|
|
7542
7595
|
height: (StringConstructor | NumberConstructor)[];
|
|
@@ -7725,10 +7778,7 @@ export declare const VDateInput: {
|
|
|
7725
7778
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
7726
7779
|
counterValue: PropType<number | ((value: any) => number)>;
|
|
7727
7780
|
prefix: StringConstructor;
|
|
7728
|
-
placeholder:
|
|
7729
|
-
type: PropType<string>;
|
|
7730
|
-
default: string;
|
|
7731
|
-
};
|
|
7781
|
+
placeholder: StringConstructor;
|
|
7732
7782
|
persistentPlaceholder: BooleanConstructor;
|
|
7733
7783
|
persistentCounter: BooleanConstructor;
|
|
7734
7784
|
suffix: StringConstructor;
|
|
@@ -7750,15 +7800,27 @@ export declare const VDateInput: {
|
|
|
7750
7800
|
type: PropType<boolean>;
|
|
7751
7801
|
default: boolean;
|
|
7752
7802
|
};
|
|
7753
|
-
mobile: {
|
|
7803
|
+
mobile: Omit<{
|
|
7754
7804
|
type: PropType<boolean | null>;
|
|
7755
7805
|
default: boolean;
|
|
7806
|
+
}, "type" | "default"> & {
|
|
7807
|
+
type: PropType<boolean | null>;
|
|
7808
|
+
default: NonNullable<boolean | null> | null;
|
|
7756
7809
|
};
|
|
7757
7810
|
mobileBreakpoint: PropType<number | import("../../composables/display.js").DisplayBreakpoint>;
|
|
7811
|
+
inputFormat: {
|
|
7812
|
+
type: StringConstructor;
|
|
7813
|
+
validator: (v: string) => boolean;
|
|
7814
|
+
};
|
|
7758
7815
|
displayFormat: (FunctionConstructor | StringConstructor)[];
|
|
7759
7816
|
location: {
|
|
7760
7817
|
type: PropType<StrategyProps["location"]>;
|
|
7761
7818
|
default: string;
|
|
7762
7819
|
};
|
|
7820
|
+
menu: BooleanConstructor;
|
|
7821
|
+
updateOn: {
|
|
7822
|
+
type: PropType<("blur" | "enter")[]>;
|
|
7823
|
+
default: () => string[];
|
|
7824
|
+
};
|
|
7763
7825
|
}>>;
|
|
7764
7826
|
export type VDateInput = InstanceType<typeof VDateInput>;
|