@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-dev.2024-06-20
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/CHANGELOG.md +14 -6
- package/dist/json/attributes.json +293 -121
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +610 -221
- package/dist/vuetify-labs.css +3356 -3340
- package/dist/vuetify-labs.d.ts +840 -564
- package/dist/vuetify-labs.esm.js +93 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +93 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +551 -535
- package/dist/vuetify.d.ts +763 -565
- package/dist/vuetify.esm.js +81 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +81 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +51 -48
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/VFab.mjs +4 -7
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/index.d.mts +52 -49
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/VList.mjs +1 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +14 -12
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +707 -509
- package/lib/composables/scroll.mjs +6 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +56 -56
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/index.d.mts +90 -18
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +3 -4
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +22 -16
- package/lib/labs/components.d.mts +166 -88
- package/package.json +1 -1
@@ -99,12 +99,12 @@ declare const VSnackbar: {
|
|
99
99
|
component?: vue.Component | undefined;
|
100
100
|
})>;
|
101
101
|
zIndex: string | number;
|
102
|
+
eager: boolean;
|
102
103
|
modelValue: boolean;
|
103
104
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
104
105
|
origin: Anchor | "auto" | "overlap";
|
105
106
|
vertical: boolean;
|
106
107
|
tile: boolean;
|
107
|
-
eager: boolean;
|
108
108
|
location: Anchor;
|
109
109
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
110
110
|
updateLocation: (e: Event) => void;
|
@@ -187,9 +187,9 @@ declare const VSnackbar: {
|
|
187
187
|
component?: vue.Component | undefined;
|
188
188
|
});
|
189
189
|
zIndex: string | number;
|
190
|
+
eager: boolean;
|
190
191
|
modelValue: boolean;
|
191
192
|
origin: Anchor | "auto" | "overlap";
|
192
|
-
eager: boolean;
|
193
193
|
location: Anchor;
|
194
194
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
195
195
|
updateLocation: (e: Event) => void;
|
@@ -214,9 +214,9 @@ declare const VSnackbar: {
|
|
214
214
|
component?: vue.Component | undefined;
|
215
215
|
});
|
216
216
|
zIndex: string | number;
|
217
|
+
eager: boolean;
|
217
218
|
modelValue: boolean;
|
218
219
|
origin: Anchor | "auto" | "overlap";
|
219
|
-
eager: boolean;
|
220
220
|
location: Anchor;
|
221
221
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
222
222
|
updateLocation: (e: Event) => void;
|
@@ -292,9 +292,9 @@ declare const VSnackbar: {
|
|
292
292
|
component?: vue.Component | undefined;
|
293
293
|
});
|
294
294
|
zIndex: string | number;
|
295
|
+
eager: boolean;
|
295
296
|
modelValue: boolean;
|
296
297
|
origin: Anchor | "auto" | "overlap";
|
297
|
-
eager: boolean;
|
298
298
|
location: Anchor;
|
299
299
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
300
300
|
updateLocation: (e: Event) => void;
|
@@ -366,7 +366,7 @@ declare const VSnackbar: {
|
|
366
366
|
onAfterEnter?: (() => any) | undefined;
|
367
367
|
onAfterLeave?: (() => any) | undefined;
|
368
368
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
369
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
369
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
370
370
|
$attrs: {
|
371
371
|
[x: string]: unknown;
|
372
372
|
};
|
@@ -399,9 +399,9 @@ declare const VSnackbar: {
|
|
399
399
|
component?: vue.Component | undefined;
|
400
400
|
});
|
401
401
|
zIndex: string | number;
|
402
|
+
eager: boolean;
|
402
403
|
modelValue: boolean;
|
403
404
|
origin: Anchor | "auto" | "overlap";
|
404
|
-
eager: boolean;
|
405
405
|
location: Anchor;
|
406
406
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
407
407
|
updateLocation: (e: Event) => void;
|
@@ -495,9 +495,9 @@ declare const VSnackbar: {
|
|
495
495
|
component?: vue.Component | undefined;
|
496
496
|
});
|
497
497
|
zIndex: string | number;
|
498
|
+
eager: boolean;
|
498
499
|
modelValue: boolean;
|
499
500
|
origin: Anchor | "auto" | "overlap";
|
500
|
-
eager: boolean;
|
501
501
|
location: Anchor;
|
502
502
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
503
503
|
updateLocation: (e: Event) => void;
|
@@ -555,9 +555,9 @@ declare const VSnackbar: {
|
|
555
555
|
component?: vue.Component | undefined;
|
556
556
|
});
|
557
557
|
zIndex: string | number;
|
558
|
+
eager: boolean;
|
558
559
|
modelValue: boolean;
|
559
560
|
origin: Anchor | "auto" | "overlap";
|
560
|
-
eager: boolean;
|
561
561
|
location: Anchor;
|
562
562
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
563
563
|
updateLocation: (e: Event) => void;
|
@@ -638,7 +638,7 @@ declare const VSnackbar: {
|
|
638
638
|
globalTop: Readonly<Ref<boolean>>;
|
639
639
|
localTop: vue.ComputedRef<boolean>;
|
640
640
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
641
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
641
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
642
642
|
'update:modelValue': (v: boolean) => boolean;
|
643
643
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
644
644
|
style: vue.StyleValue;
|
@@ -648,12 +648,12 @@ declare const VSnackbar: {
|
|
648
648
|
component?: vue.Component | undefined;
|
649
649
|
})>;
|
650
650
|
zIndex: string | number;
|
651
|
+
eager: boolean;
|
651
652
|
modelValue: boolean;
|
652
653
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
653
654
|
origin: Anchor | "auto" | "overlap";
|
654
655
|
vertical: boolean;
|
655
656
|
tile: boolean;
|
656
|
-
eager: boolean;
|
657
657
|
location: Anchor;
|
658
658
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
659
659
|
updateLocation: (e: Event) => void;
|
@@ -733,13 +733,13 @@ declare const VSnackbar: {
|
|
733
733
|
component?: vue.Component | undefined;
|
734
734
|
})>;
|
735
735
|
zIndex: string | number;
|
736
|
+
eager: boolean;
|
736
737
|
modelValue: boolean;
|
737
738
|
rounded: string | number | boolean;
|
738
739
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
739
740
|
origin: Anchor | "auto" | "overlap";
|
740
741
|
vertical: boolean;
|
741
742
|
tile: boolean;
|
742
|
-
eager: boolean;
|
743
743
|
location: Anchor;
|
744
744
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
745
745
|
updateLocation: (e: Event) => void;
|
@@ -786,12 +786,12 @@ declare const VSnackbar: {
|
|
786
786
|
component?: vue.Component | undefined;
|
787
787
|
})>;
|
788
788
|
zIndex: string | number;
|
789
|
+
eager: boolean;
|
789
790
|
modelValue: boolean;
|
790
791
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
791
792
|
origin: Anchor | "auto" | "overlap";
|
792
793
|
vertical: boolean;
|
793
794
|
tile: boolean;
|
794
|
-
eager: boolean;
|
795
795
|
location: Anchor;
|
796
796
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
797
797
|
updateLocation: (e: Event) => void;
|
@@ -874,9 +874,9 @@ declare const VSnackbar: {
|
|
874
874
|
component?: vue.Component | undefined;
|
875
875
|
});
|
876
876
|
zIndex: string | number;
|
877
|
+
eager: boolean;
|
877
878
|
modelValue: boolean;
|
878
879
|
origin: Anchor | "auto" | "overlap";
|
879
|
-
eager: boolean;
|
880
880
|
location: Anchor;
|
881
881
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
882
882
|
updateLocation: (e: Event) => void;
|
@@ -901,9 +901,9 @@ declare const VSnackbar: {
|
|
901
901
|
component?: vue.Component | undefined;
|
902
902
|
});
|
903
903
|
zIndex: string | number;
|
904
|
+
eager: boolean;
|
904
905
|
modelValue: boolean;
|
905
906
|
origin: Anchor | "auto" | "overlap";
|
906
|
-
eager: boolean;
|
907
907
|
location: Anchor;
|
908
908
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
909
909
|
updateLocation: (e: Event) => void;
|
@@ -979,9 +979,9 @@ declare const VSnackbar: {
|
|
979
979
|
component?: vue.Component | undefined;
|
980
980
|
});
|
981
981
|
zIndex: string | number;
|
982
|
+
eager: boolean;
|
982
983
|
modelValue: boolean;
|
983
984
|
origin: Anchor | "auto" | "overlap";
|
984
|
-
eager: boolean;
|
985
985
|
location: Anchor;
|
986
986
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
987
987
|
updateLocation: (e: Event) => void;
|
@@ -1053,7 +1053,7 @@ declare const VSnackbar: {
|
|
1053
1053
|
onAfterEnter?: (() => any) | undefined;
|
1054
1054
|
onAfterLeave?: (() => any) | undefined;
|
1055
1055
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1056
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
1056
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1057
1057
|
$attrs: {
|
1058
1058
|
[x: string]: unknown;
|
1059
1059
|
};
|
@@ -1086,9 +1086,9 @@ declare const VSnackbar: {
|
|
1086
1086
|
component?: vue.Component | undefined;
|
1087
1087
|
});
|
1088
1088
|
zIndex: string | number;
|
1089
|
+
eager: boolean;
|
1089
1090
|
modelValue: boolean;
|
1090
1091
|
origin: Anchor | "auto" | "overlap";
|
1091
|
-
eager: boolean;
|
1092
1092
|
location: Anchor;
|
1093
1093
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1094
1094
|
updateLocation: (e: Event) => void;
|
@@ -1182,9 +1182,9 @@ declare const VSnackbar: {
|
|
1182
1182
|
component?: vue.Component | undefined;
|
1183
1183
|
});
|
1184
1184
|
zIndex: string | number;
|
1185
|
+
eager: boolean;
|
1185
1186
|
modelValue: boolean;
|
1186
1187
|
origin: Anchor | "auto" | "overlap";
|
1187
|
-
eager: boolean;
|
1188
1188
|
location: Anchor;
|
1189
1189
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1190
1190
|
updateLocation: (e: Event) => void;
|
@@ -1242,9 +1242,9 @@ declare const VSnackbar: {
|
|
1242
1242
|
component?: vue.Component | undefined;
|
1243
1243
|
});
|
1244
1244
|
zIndex: string | number;
|
1245
|
+
eager: boolean;
|
1245
1246
|
modelValue: boolean;
|
1246
1247
|
origin: Anchor | "auto" | "overlap";
|
1247
|
-
eager: boolean;
|
1248
1248
|
location: Anchor;
|
1249
1249
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1250
1250
|
updateLocation: (e: Event) => void;
|
@@ -1325,7 +1325,7 @@ declare const VSnackbar: {
|
|
1325
1325
|
globalTop: Readonly<Ref<boolean>>;
|
1326
1326
|
localTop: vue.ComputedRef<boolean>;
|
1327
1327
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1328
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
1328
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
1329
1329
|
style: vue.StyleValue;
|
1330
1330
|
disabled: boolean;
|
1331
1331
|
absolute: boolean;
|
@@ -1333,13 +1333,13 @@ declare const VSnackbar: {
|
|
1333
1333
|
component?: vue.Component | undefined;
|
1334
1334
|
})>;
|
1335
1335
|
zIndex: string | number;
|
1336
|
+
eager: boolean;
|
1336
1337
|
modelValue: boolean;
|
1337
1338
|
rounded: string | number | boolean;
|
1338
1339
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1339
1340
|
origin: Anchor | "auto" | "overlap";
|
1340
1341
|
vertical: boolean;
|
1341
1342
|
tile: boolean;
|
1342
|
-
eager: boolean;
|
1343
1343
|
location: Anchor;
|
1344
1344
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1345
1345
|
updateLocation: (e: Event) => void;
|
@@ -1365,12 +1365,12 @@ declare const VSnackbar: {
|
|
1365
1365
|
component?: vue.Component | undefined;
|
1366
1366
|
})>;
|
1367
1367
|
zIndex: string | number;
|
1368
|
+
eager: boolean;
|
1368
1369
|
modelValue: boolean;
|
1369
1370
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1370
1371
|
origin: Anchor | "auto" | "overlap";
|
1371
1372
|
vertical: boolean;
|
1372
1373
|
tile: boolean;
|
1373
|
-
eager: boolean;
|
1374
1374
|
location: Anchor;
|
1375
1375
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1376
1376
|
updateLocation: (e: Event) => void;
|
@@ -1453,9 +1453,9 @@ declare const VSnackbar: {
|
|
1453
1453
|
component?: vue.Component | undefined;
|
1454
1454
|
});
|
1455
1455
|
zIndex: string | number;
|
1456
|
+
eager: boolean;
|
1456
1457
|
modelValue: boolean;
|
1457
1458
|
origin: Anchor | "auto" | "overlap";
|
1458
|
-
eager: boolean;
|
1459
1459
|
location: Anchor;
|
1460
1460
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1461
1461
|
updateLocation: (e: Event) => void;
|
@@ -1480,9 +1480,9 @@ declare const VSnackbar: {
|
|
1480
1480
|
component?: vue.Component | undefined;
|
1481
1481
|
});
|
1482
1482
|
zIndex: string | number;
|
1483
|
+
eager: boolean;
|
1483
1484
|
modelValue: boolean;
|
1484
1485
|
origin: Anchor | "auto" | "overlap";
|
1485
|
-
eager: boolean;
|
1486
1486
|
location: Anchor;
|
1487
1487
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1488
1488
|
updateLocation: (e: Event) => void;
|
@@ -1558,9 +1558,9 @@ declare const VSnackbar: {
|
|
1558
1558
|
component?: vue.Component | undefined;
|
1559
1559
|
});
|
1560
1560
|
zIndex: string | number;
|
1561
|
+
eager: boolean;
|
1561
1562
|
modelValue: boolean;
|
1562
1563
|
origin: Anchor | "auto" | "overlap";
|
1563
|
-
eager: boolean;
|
1564
1564
|
location: Anchor;
|
1565
1565
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1566
1566
|
updateLocation: (e: Event) => void;
|
@@ -1632,7 +1632,7 @@ declare const VSnackbar: {
|
|
1632
1632
|
onAfterEnter?: (() => any) | undefined;
|
1633
1633
|
onAfterLeave?: (() => any) | undefined;
|
1634
1634
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1635
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
1635
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1636
1636
|
$attrs: {
|
1637
1637
|
[x: string]: unknown;
|
1638
1638
|
};
|
@@ -1665,9 +1665,9 @@ declare const VSnackbar: {
|
|
1665
1665
|
component?: vue.Component | undefined;
|
1666
1666
|
});
|
1667
1667
|
zIndex: string | number;
|
1668
|
+
eager: boolean;
|
1668
1669
|
modelValue: boolean;
|
1669
1670
|
origin: Anchor | "auto" | "overlap";
|
1670
|
-
eager: boolean;
|
1671
1671
|
location: Anchor;
|
1672
1672
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1673
1673
|
updateLocation: (e: Event) => void;
|
@@ -1761,9 +1761,9 @@ declare const VSnackbar: {
|
|
1761
1761
|
component?: vue.Component | undefined;
|
1762
1762
|
});
|
1763
1763
|
zIndex: string | number;
|
1764
|
+
eager: boolean;
|
1764
1765
|
modelValue: boolean;
|
1765
1766
|
origin: Anchor | "auto" | "overlap";
|
1766
|
-
eager: boolean;
|
1767
1767
|
location: Anchor;
|
1768
1768
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1769
1769
|
updateLocation: (e: Event) => void;
|
@@ -1821,9 +1821,9 @@ declare const VSnackbar: {
|
|
1821
1821
|
component?: vue.Component | undefined;
|
1822
1822
|
});
|
1823
1823
|
zIndex: string | number;
|
1824
|
+
eager: boolean;
|
1824
1825
|
modelValue: boolean;
|
1825
1826
|
origin: Anchor | "auto" | "overlap";
|
1826
|
-
eager: boolean;
|
1827
1827
|
location: Anchor;
|
1828
1828
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1829
1829
|
updateLocation: (e: Event) => void;
|
@@ -1904,7 +1904,7 @@ declare const VSnackbar: {
|
|
1904
1904
|
globalTop: Readonly<Ref<boolean>>;
|
1905
1905
|
localTop: vue.ComputedRef<boolean>;
|
1906
1906
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1907
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
1907
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1908
1908
|
'update:modelValue': (v: boolean) => boolean;
|
1909
1909
|
}, string, {
|
1910
1910
|
style: vue.StyleValue;
|
@@ -1914,13 +1914,13 @@ declare const VSnackbar: {
|
|
1914
1914
|
component?: vue.Component | undefined;
|
1915
1915
|
})>;
|
1916
1916
|
zIndex: string | number;
|
1917
|
+
eager: boolean;
|
1917
1918
|
modelValue: boolean;
|
1918
1919
|
rounded: string | number | boolean;
|
1919
1920
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1920
1921
|
origin: Anchor | "auto" | "overlap";
|
1921
1922
|
vertical: boolean;
|
1922
1923
|
tile: boolean;
|
1923
|
-
eager: boolean;
|
1924
1924
|
location: Anchor;
|
1925
1925
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1926
1926
|
updateLocation: (e: Event) => void;
|
@@ -1983,6 +1983,7 @@ declare const VSnackbar: {
|
|
1983
1983
|
type: (StringConstructor | NumberConstructor)[];
|
1984
1984
|
default: number;
|
1985
1985
|
};
|
1986
|
+
eager: BooleanConstructor;
|
1986
1987
|
modelValue: BooleanConstructor;
|
1987
1988
|
contentClass: null;
|
1988
1989
|
origin: {
|
@@ -1994,7 +1995,6 @@ declare const VSnackbar: {
|
|
1994
1995
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
1995
1996
|
minHeight: (StringConstructor | NumberConstructor)[];
|
1996
1997
|
minWidth: (StringConstructor | NumberConstructor)[];
|
1997
|
-
eager: BooleanConstructor;
|
1998
1998
|
location: {
|
1999
1999
|
type: vue.PropType<Anchor>;
|
2000
2000
|
default: string;
|
@@ -2084,6 +2084,7 @@ declare const VSnackbar: {
|
|
2084
2084
|
type: (StringConstructor | NumberConstructor)[];
|
2085
2085
|
default: number;
|
2086
2086
|
};
|
2087
|
+
eager: BooleanConstructor;
|
2087
2088
|
modelValue: BooleanConstructor;
|
2088
2089
|
contentClass: null;
|
2089
2090
|
origin: {
|
@@ -2095,7 +2096,6 @@ declare const VSnackbar: {
|
|
2095
2096
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
2096
2097
|
minHeight: (StringConstructor | NumberConstructor)[];
|
2097
2098
|
minWidth: (StringConstructor | NumberConstructor)[];
|
2098
|
-
eager: BooleanConstructor;
|
2099
2099
|
location: {
|
2100
2100
|
type: vue.PropType<Anchor>;
|
2101
2101
|
default: string;
|
@@ -101,10 +101,10 @@ declare const VSpeedDial: {
|
|
101
101
|
component: vue.Component;
|
102
102
|
}>;
|
103
103
|
zIndex: string | number;
|
104
|
+
eager: boolean;
|
104
105
|
modelValue: boolean;
|
105
106
|
origin: Anchor | "auto" | "overlap";
|
106
107
|
minWidth: NonNullable<string | number>;
|
107
|
-
eager: boolean;
|
108
108
|
location: NonNullable<Anchor>;
|
109
109
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
110
110
|
updateLocation: (e: Event) => void;
|
@@ -183,10 +183,10 @@ declare const VSpeedDial: {
|
|
183
183
|
component: vue.Component;
|
184
184
|
}>;
|
185
185
|
zIndex: string | number;
|
186
|
+
eager: boolean;
|
186
187
|
modelValue: boolean;
|
187
188
|
origin: Anchor | "auto" | "overlap";
|
188
189
|
minWidth: NonNullable<string | number>;
|
189
|
-
eager: boolean;
|
190
190
|
location: NonNullable<Anchor>;
|
191
191
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
192
192
|
updateLocation: (e: Event) => void;
|
@@ -263,10 +263,10 @@ declare const VSpeedDial: {
|
|
263
263
|
component: vue.Component;
|
264
264
|
}>;
|
265
265
|
zIndex: string | number;
|
266
|
+
eager: boolean;
|
266
267
|
modelValue: boolean;
|
267
268
|
origin: Anchor | "auto" | "overlap";
|
268
269
|
minWidth: NonNullable<string | number>;
|
269
|
-
eager: boolean;
|
270
270
|
location: NonNullable<Anchor>;
|
271
271
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
272
272
|
updateLocation: (e: Event) => void;
|
@@ -314,10 +314,10 @@ declare const VSpeedDial: {
|
|
314
314
|
component: vue.Component;
|
315
315
|
}>;
|
316
316
|
zIndex: string | number;
|
317
|
+
eager: boolean;
|
317
318
|
modelValue: boolean;
|
318
319
|
origin: Anchor | "auto" | "overlap";
|
319
320
|
minWidth: NonNullable<string | number>;
|
320
|
-
eager: boolean;
|
321
321
|
location: NonNullable<Anchor>;
|
322
322
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
323
323
|
updateLocation: (e: Event) => void;
|
@@ -394,10 +394,10 @@ declare const VSpeedDial: {
|
|
394
394
|
component: vue.Component;
|
395
395
|
}>;
|
396
396
|
zIndex: string | number;
|
397
|
+
eager: boolean;
|
397
398
|
modelValue: boolean;
|
398
399
|
origin: Anchor | "auto" | "overlap";
|
399
400
|
minWidth: NonNullable<string | number>;
|
400
|
-
eager: boolean;
|
401
401
|
location: NonNullable<Anchor>;
|
402
402
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
403
403
|
updateLocation: (e: Event) => void;
|
@@ -429,10 +429,10 @@ declare const VSpeedDial: {
|
|
429
429
|
component: vue.Component;
|
430
430
|
}>;
|
431
431
|
zIndex: string | number;
|
432
|
+
eager: boolean;
|
432
433
|
modelValue: boolean;
|
433
434
|
origin: Anchor | "auto" | "overlap";
|
434
435
|
minWidth: NonNullable<string | number>;
|
435
|
-
eager: boolean;
|
436
436
|
location: NonNullable<Anchor>;
|
437
437
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
438
438
|
updateLocation: (e: Event) => void;
|
@@ -511,10 +511,10 @@ declare const VSpeedDial: {
|
|
511
511
|
component: vue.Component;
|
512
512
|
}>;
|
513
513
|
zIndex: string | number;
|
514
|
+
eager: boolean;
|
514
515
|
modelValue: boolean;
|
515
516
|
origin: Anchor | "auto" | "overlap";
|
516
517
|
minWidth: NonNullable<string | number>;
|
517
|
-
eager: boolean;
|
518
518
|
location: NonNullable<Anchor>;
|
519
519
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
520
520
|
updateLocation: (e: Event) => void;
|
@@ -593,6 +593,7 @@ declare const VSpeedDial: {
|
|
593
593
|
type: (StringConstructor | NumberConstructor)[];
|
594
594
|
default: number;
|
595
595
|
};
|
596
|
+
eager: BooleanConstructor;
|
596
597
|
modelValue: BooleanConstructor;
|
597
598
|
contentClass: null;
|
598
599
|
origin: {
|
@@ -607,7 +608,6 @@ declare const VSpeedDial: {
|
|
607
608
|
type: vue.PropType<NonNullable<string | number>>;
|
608
609
|
default: NonNullable<string | number>;
|
609
610
|
};
|
610
|
-
eager: BooleanConstructor;
|
611
611
|
location: Omit<{
|
612
612
|
type: vue.PropType<Anchor>;
|
613
613
|
default: string;
|
@@ -734,6 +734,7 @@ declare const VSpeedDial: {
|
|
734
734
|
type: (StringConstructor | NumberConstructor)[];
|
735
735
|
default: number;
|
736
736
|
};
|
737
|
+
eager: BooleanConstructor;
|
737
738
|
modelValue: BooleanConstructor;
|
738
739
|
contentClass: null;
|
739
740
|
origin: {
|
@@ -748,7 +749,6 @@ declare const VSpeedDial: {
|
|
748
749
|
type: vue.PropType<NonNullable<string | number>>;
|
749
750
|
default: NonNullable<string | number>;
|
750
751
|
};
|
751
|
-
eager: BooleanConstructor;
|
752
752
|
location: Omit<{
|
753
753
|
type: vue.PropType<Anchor>;
|
754
754
|
default: string;
|
@@ -145,7 +145,7 @@ declare const VSwitch: {
|
|
145
145
|
color?: string | undefined;
|
146
146
|
name?: string | undefined;
|
147
147
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
148
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
148
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
149
149
|
validationValue?: any;
|
150
150
|
maxWidth?: string | number | undefined;
|
151
151
|
minWidth?: string | number | undefined;
|
@@ -204,7 +204,7 @@ declare const VSwitch: {
|
|
204
204
|
color?: string | undefined;
|
205
205
|
name?: string | undefined;
|
206
206
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
207
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
207
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
208
208
|
validationValue?: any;
|
209
209
|
maxWidth?: string | number | undefined;
|
210
210
|
minWidth?: string | number | undefined;
|
@@ -333,7 +333,7 @@ declare const VSwitch: {
|
|
333
333
|
color?: string | undefined;
|
334
334
|
name?: string | undefined;
|
335
335
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
336
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
336
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
337
337
|
validationValue?: any;
|
338
338
|
maxWidth?: string | number | undefined;
|
339
339
|
minWidth?: string | number | undefined;
|
@@ -417,7 +417,7 @@ declare const VSwitch: {
|
|
417
417
|
color?: string | undefined;
|
418
418
|
name?: string | undefined;
|
419
419
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
420
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
420
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
421
421
|
validationValue?: any;
|
422
422
|
maxWidth?: string | number | undefined;
|
423
423
|
minWidth?: string | number | undefined;
|
@@ -576,7 +576,7 @@ declare const VSwitch: {
|
|
576
576
|
type: vue.PropType<readonly ValidationRule[]>;
|
577
577
|
default: () => never[];
|
578
578
|
};
|
579
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
579
|
+
validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
580
580
|
validationValue: null;
|
581
581
|
width: (StringConstructor | NumberConstructor)[];
|
582
582
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -672,7 +672,7 @@ declare const VSwitch: {
|
|
672
672
|
type: vue.PropType<readonly ValidationRule[]>;
|
673
673
|
default: () => never[];
|
674
674
|
};
|
675
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
675
|
+
validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
676
676
|
validationValue: null;
|
677
677
|
width: (StringConstructor | NumberConstructor)[];
|
678
678
|
maxWidth: (StringConstructor | NumberConstructor)[];
|