vuetify 3.6.15 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +182 -26
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +44 -5
- package/dist/json/web-types.json +445 -42
- package/dist/vuetify-labs.css +2359 -2344
- package/dist/vuetify-labs.d.ts +690 -341
- package/dist/vuetify-labs.esm.js +253 -211
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +252 -210
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2553 -2538
- package/dist/vuetify.d.ts +559 -315
- package/dist/vuetify.esm.js +189 -127
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +188 -126
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +160 -156
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/VApp.mjs +2 -5
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +6 -6
- package/lib/components/VAppBar/VAppBar.mjs +5 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +8 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +78 -49
- package/lib/components/VAvatar/VAvatar.css +9 -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/VBottomNavigation/VBottomNavigation.mjs +2 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +2 -2
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +0 -4
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -6
- package/lib/components/VBtn/_variables.scss +0 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCard/VCard.css +1 -0
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCard/_variables.scss +7 -3
- package/lib/components/VCarousel/index.d.mts +9 -0
- package/lib/components/VCheckbox/index.d.mts +7 -6
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +78 -49
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +19 -18
- package/lib/components/VFooter/VFooter.mjs +1 -3
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +10 -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 +9 -0
- package/lib/components/VInput/index.d.mts +7 -6
- package/lib/components/VLayout/VLayout.mjs +2 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -6
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +9 -9
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +3 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +19 -18
- package/lib/components/VMain/VMain.mjs +2 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMenu/VMenu.mjs +26 -8
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +30 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +7 -6
- package/lib/components/VRangeSlider/index.d.mts +7 -6
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +78 -49
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +7 -6
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- package/lib/components/VSwitch/index.d.mts +7 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +19 -18
- package/lib/components/VTextarea/index.d.mts +19 -18
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +7 -6
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +3 -0
- package/lib/components/index.d.mts +504 -259
- package/lib/composables/layout.mjs +37 -14
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.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 +55 -56
- package/lib/labs/VDateInput/index.d.mts +7 -6
- package/lib/labs/VNumberInput/index.d.mts +43 -42
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +36 -0
- package/lib/labs/VTreeview/VTreeview.mjs +21 -6
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +133 -95
- package/lib/labs/components.d.mts +193 -109
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -111,6 +111,7 @@ declare const VTab: {
|
|
|
111
111
|
theme?: string | undefined;
|
|
112
112
|
rounded?: string | number | boolean | undefined;
|
|
113
113
|
baseColor?: string | undefined;
|
|
114
|
+
activeColor?: string | undefined;
|
|
114
115
|
prependIcon?: IconValue | undefined;
|
|
115
116
|
appendIcon?: IconValue | undefined;
|
|
116
117
|
sliderColor?: string | undefined;
|
|
@@ -198,6 +199,7 @@ declare const VTab: {
|
|
|
198
199
|
rounded?: string | number | boolean | undefined;
|
|
199
200
|
baseColor?: string | undefined;
|
|
200
201
|
selectedClass?: string | undefined;
|
|
202
|
+
activeColor?: string | undefined;
|
|
201
203
|
prependIcon?: IconValue | undefined;
|
|
202
204
|
appendIcon?: IconValue | undefined;
|
|
203
205
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -262,6 +264,7 @@ declare const VTab: {
|
|
|
262
264
|
rounded?: string | number | boolean | undefined;
|
|
263
265
|
baseColor?: string | undefined;
|
|
264
266
|
selectedClass?: string | undefined;
|
|
267
|
+
activeColor?: string | undefined;
|
|
265
268
|
prependIcon?: IconValue | undefined;
|
|
266
269
|
appendIcon?: IconValue | undefined;
|
|
267
270
|
} & {
|
|
@@ -348,6 +351,7 @@ declare const VTab: {
|
|
|
348
351
|
rounded?: string | number | boolean | undefined;
|
|
349
352
|
baseColor?: string | undefined;
|
|
350
353
|
selectedClass?: string | undefined;
|
|
354
|
+
activeColor?: string | undefined;
|
|
351
355
|
prependIcon?: IconValue | undefined;
|
|
352
356
|
appendIcon?: IconValue | undefined;
|
|
353
357
|
} & {
|
|
@@ -467,6 +471,7 @@ declare const VTab: {
|
|
|
467
471
|
rounded?: string | number | boolean | undefined;
|
|
468
472
|
baseColor?: string | undefined;
|
|
469
473
|
selectedClass?: string | undefined;
|
|
474
|
+
activeColor?: string | undefined;
|
|
470
475
|
prependIcon?: IconValue | undefined;
|
|
471
476
|
appendIcon?: IconValue | undefined;
|
|
472
477
|
} & {
|
|
@@ -493,7 +498,7 @@ declare const VTab: {
|
|
|
493
498
|
}) => any) | undefined;
|
|
494
499
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
495
500
|
group: GroupItemProvide | null;
|
|
496
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
501
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
497
502
|
replace: boolean;
|
|
498
503
|
fixed: boolean;
|
|
499
504
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -533,6 +538,7 @@ declare const VTab: {
|
|
|
533
538
|
theme?: string | undefined;
|
|
534
539
|
rounded?: string | number | boolean | undefined;
|
|
535
540
|
baseColor?: string | undefined;
|
|
541
|
+
activeColor?: string | undefined;
|
|
536
542
|
prependIcon?: IconValue | undefined;
|
|
537
543
|
appendIcon?: IconValue | undefined;
|
|
538
544
|
sliderColor?: string | undefined;
|
|
@@ -627,6 +633,7 @@ declare const VTab: {
|
|
|
627
633
|
theme?: string | undefined;
|
|
628
634
|
rounded?: string | number | boolean | undefined;
|
|
629
635
|
baseColor?: string | undefined;
|
|
636
|
+
activeColor?: string | undefined;
|
|
630
637
|
prependIcon?: IconValue | undefined;
|
|
631
638
|
appendIcon?: IconValue | undefined;
|
|
632
639
|
sliderColor?: string | undefined;
|
|
@@ -714,6 +721,7 @@ declare const VTab: {
|
|
|
714
721
|
rounded?: string | number | boolean | undefined;
|
|
715
722
|
baseColor?: string | undefined;
|
|
716
723
|
selectedClass?: string | undefined;
|
|
724
|
+
activeColor?: string | undefined;
|
|
717
725
|
prependIcon?: IconValue | undefined;
|
|
718
726
|
appendIcon?: IconValue | undefined;
|
|
719
727
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -778,6 +786,7 @@ declare const VTab: {
|
|
|
778
786
|
rounded?: string | number | boolean | undefined;
|
|
779
787
|
baseColor?: string | undefined;
|
|
780
788
|
selectedClass?: string | undefined;
|
|
789
|
+
activeColor?: string | undefined;
|
|
781
790
|
prependIcon?: IconValue | undefined;
|
|
782
791
|
appendIcon?: IconValue | undefined;
|
|
783
792
|
} & {
|
|
@@ -864,6 +873,7 @@ declare const VTab: {
|
|
|
864
873
|
rounded?: string | number | boolean | undefined;
|
|
865
874
|
baseColor?: string | undefined;
|
|
866
875
|
selectedClass?: string | undefined;
|
|
876
|
+
activeColor?: string | undefined;
|
|
867
877
|
prependIcon?: IconValue | undefined;
|
|
868
878
|
appendIcon?: IconValue | undefined;
|
|
869
879
|
} & {
|
|
@@ -983,6 +993,7 @@ declare const VTab: {
|
|
|
983
993
|
rounded?: string | number | boolean | undefined;
|
|
984
994
|
baseColor?: string | undefined;
|
|
985
995
|
selectedClass?: string | undefined;
|
|
996
|
+
activeColor?: string | undefined;
|
|
986
997
|
prependIcon?: IconValue | undefined;
|
|
987
998
|
appendIcon?: IconValue | undefined;
|
|
988
999
|
} & {
|
|
@@ -1009,7 +1020,7 @@ declare const VTab: {
|
|
|
1009
1020
|
}) => any) | undefined;
|
|
1010
1021
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1011
1022
|
group: GroupItemProvide | null;
|
|
1012
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
|
1023
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
|
1013
1024
|
replace: boolean;
|
|
1014
1025
|
fixed: boolean;
|
|
1015
1026
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -1074,6 +1085,7 @@ declare const VTab: {
|
|
|
1074
1085
|
theme?: string | undefined;
|
|
1075
1086
|
rounded?: string | number | boolean | undefined;
|
|
1076
1087
|
baseColor?: string | undefined;
|
|
1088
|
+
activeColor?: string | undefined;
|
|
1077
1089
|
prependIcon?: IconValue | undefined;
|
|
1078
1090
|
appendIcon?: IconValue | undefined;
|
|
1079
1091
|
sliderColor?: string | undefined;
|
|
@@ -1161,6 +1173,7 @@ declare const VTab: {
|
|
|
1161
1173
|
rounded?: string | number | boolean | undefined;
|
|
1162
1174
|
baseColor?: string | undefined;
|
|
1163
1175
|
selectedClass?: string | undefined;
|
|
1176
|
+
activeColor?: string | undefined;
|
|
1164
1177
|
prependIcon?: IconValue | undefined;
|
|
1165
1178
|
appendIcon?: IconValue | undefined;
|
|
1166
1179
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -1225,6 +1238,7 @@ declare const VTab: {
|
|
|
1225
1238
|
rounded?: string | number | boolean | undefined;
|
|
1226
1239
|
baseColor?: string | undefined;
|
|
1227
1240
|
selectedClass?: string | undefined;
|
|
1241
|
+
activeColor?: string | undefined;
|
|
1228
1242
|
prependIcon?: IconValue | undefined;
|
|
1229
1243
|
appendIcon?: IconValue | undefined;
|
|
1230
1244
|
} & {
|
|
@@ -1311,6 +1325,7 @@ declare const VTab: {
|
|
|
1311
1325
|
rounded?: string | number | boolean | undefined;
|
|
1312
1326
|
baseColor?: string | undefined;
|
|
1313
1327
|
selectedClass?: string | undefined;
|
|
1328
|
+
activeColor?: string | undefined;
|
|
1314
1329
|
prependIcon?: IconValue | undefined;
|
|
1315
1330
|
appendIcon?: IconValue | undefined;
|
|
1316
1331
|
} & {
|
|
@@ -1430,6 +1445,7 @@ declare const VTab: {
|
|
|
1430
1445
|
rounded?: string | number | boolean | undefined;
|
|
1431
1446
|
baseColor?: string | undefined;
|
|
1432
1447
|
selectedClass?: string | undefined;
|
|
1448
|
+
activeColor?: string | undefined;
|
|
1433
1449
|
prependIcon?: IconValue | undefined;
|
|
1434
1450
|
appendIcon?: IconValue | undefined;
|
|
1435
1451
|
} & {
|
|
@@ -1456,7 +1472,7 @@ declare const VTab: {
|
|
|
1456
1472
|
}) => any) | undefined;
|
|
1457
1473
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1458
1474
|
group: GroupItemProvide | null;
|
|
1459
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1475
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1460
1476
|
replace: boolean;
|
|
1461
1477
|
fixed: boolean;
|
|
1462
1478
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -1548,6 +1564,7 @@ declare const VTab: {
|
|
|
1548
1564
|
type: PropType<string>;
|
|
1549
1565
|
default: string;
|
|
1550
1566
|
};
|
|
1567
|
+
activeColor: StringConstructor;
|
|
1551
1568
|
prependIcon: PropType<IconValue>;
|
|
1552
1569
|
appendIcon: PropType<IconValue>;
|
|
1553
1570
|
slim: BooleanConstructor;
|
|
@@ -1629,6 +1646,7 @@ declare const VTab: {
|
|
|
1629
1646
|
type: PropType<string>;
|
|
1630
1647
|
default: string;
|
|
1631
1648
|
};
|
|
1649
|
+
activeColor: StringConstructor;
|
|
1632
1650
|
prependIcon: PropType<IconValue>;
|
|
1633
1651
|
appendIcon: PropType<IconValue>;
|
|
1634
1652
|
slim: BooleanConstructor;
|
|
@@ -44,7 +44,8 @@ type Density = null | 'default' | 'comfortable' | 'compact';
|
|
|
44
44
|
|
|
45
45
|
type ValidationResult = string | boolean;
|
|
46
46
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
47
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
|
47
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
|
|
48
|
+
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
|
48
49
|
interface ValidationProps {
|
|
49
50
|
disabled: boolean | null;
|
|
50
51
|
error: boolean;
|
|
@@ -57,7 +58,7 @@ interface ValidationProps {
|
|
|
57
58
|
rules: readonly ValidationRule[];
|
|
58
59
|
modelValue: any;
|
|
59
60
|
'onUpdate:modelValue': EventProp | undefined;
|
|
60
|
-
validateOn?:
|
|
61
|
+
validateOn?: ValidateOn;
|
|
61
62
|
validationValue: any;
|
|
62
63
|
}
|
|
63
64
|
|
|
@@ -165,7 +166,7 @@ declare const VTextField: {
|
|
|
165
166
|
counter?: string | number | boolean | undefined;
|
|
166
167
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
167
168
|
modelValue?: any;
|
|
168
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
169
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
169
170
|
validationValue?: any;
|
|
170
171
|
rounded?: string | number | boolean | undefined;
|
|
171
172
|
baseColor?: string | undefined;
|
|
@@ -286,7 +287,7 @@ declare const VTextField: {
|
|
|
286
287
|
class?: any;
|
|
287
288
|
theme?: string | undefined;
|
|
288
289
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
289
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
290
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
290
291
|
validationValue?: any;
|
|
291
292
|
prependIcon?: IconValue | undefined;
|
|
292
293
|
appendIcon?: IconValue | undefined;
|
|
@@ -319,7 +320,7 @@ declare const VTextField: {
|
|
|
319
320
|
class?: any;
|
|
320
321
|
theme?: string | undefined;
|
|
321
322
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
322
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
323
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
323
324
|
validationValue?: any;
|
|
324
325
|
prependIcon?: IconValue | undefined;
|
|
325
326
|
appendIcon?: IconValue | undefined;
|
|
@@ -370,7 +371,7 @@ declare const VTextField: {
|
|
|
370
371
|
class?: any;
|
|
371
372
|
theme?: string | undefined;
|
|
372
373
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
373
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
374
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
374
375
|
validationValue?: any;
|
|
375
376
|
prependIcon?: IconValue | undefined;
|
|
376
377
|
appendIcon?: IconValue | undefined;
|
|
@@ -452,7 +453,7 @@ declare const VTextField: {
|
|
|
452
453
|
class?: any;
|
|
453
454
|
theme?: string | undefined;
|
|
454
455
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
455
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
456
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
456
457
|
validationValue?: any;
|
|
457
458
|
prependIcon?: IconValue | undefined;
|
|
458
459
|
appendIcon?: IconValue | undefined;
|
|
@@ -755,7 +756,7 @@ declare const VTextField: {
|
|
|
755
756
|
counter?: string | number | boolean | undefined;
|
|
756
757
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
757
758
|
modelValue?: any;
|
|
758
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
759
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
759
760
|
validationValue?: any;
|
|
760
761
|
rounded?: string | number | boolean | undefined;
|
|
761
762
|
baseColor?: string | undefined;
|
|
@@ -933,7 +934,7 @@ declare const VTextField: {
|
|
|
933
934
|
counter?: string | number | boolean | undefined;
|
|
934
935
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
935
936
|
modelValue?: any;
|
|
936
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
937
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
937
938
|
validationValue?: any;
|
|
938
939
|
rounded?: string | number | boolean | undefined;
|
|
939
940
|
baseColor?: string | undefined;
|
|
@@ -1054,7 +1055,7 @@ declare const VTextField: {
|
|
|
1054
1055
|
class?: any;
|
|
1055
1056
|
theme?: string | undefined;
|
|
1056
1057
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1057
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1058
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1058
1059
|
validationValue?: any;
|
|
1059
1060
|
prependIcon?: IconValue | undefined;
|
|
1060
1061
|
appendIcon?: IconValue | undefined;
|
|
@@ -1087,7 +1088,7 @@ declare const VTextField: {
|
|
|
1087
1088
|
class?: any;
|
|
1088
1089
|
theme?: string | undefined;
|
|
1089
1090
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1090
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1091
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1091
1092
|
validationValue?: any;
|
|
1092
1093
|
prependIcon?: IconValue | undefined;
|
|
1093
1094
|
appendIcon?: IconValue | undefined;
|
|
@@ -1138,7 +1139,7 @@ declare const VTextField: {
|
|
|
1138
1139
|
class?: any;
|
|
1139
1140
|
theme?: string | undefined;
|
|
1140
1141
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1141
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1142
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1142
1143
|
validationValue?: any;
|
|
1143
1144
|
prependIcon?: IconValue | undefined;
|
|
1144
1145
|
appendIcon?: IconValue | undefined;
|
|
@@ -1220,7 +1221,7 @@ declare const VTextField: {
|
|
|
1220
1221
|
class?: any;
|
|
1221
1222
|
theme?: string | undefined;
|
|
1222
1223
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1223
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1224
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1224
1225
|
validationValue?: any;
|
|
1225
1226
|
prependIcon?: IconValue | undefined;
|
|
1226
1227
|
appendIcon?: IconValue | undefined;
|
|
@@ -1552,7 +1553,7 @@ declare const VTextField: {
|
|
|
1552
1553
|
counter?: string | number | boolean | undefined;
|
|
1553
1554
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1554
1555
|
modelValue?: any;
|
|
1555
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1556
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1556
1557
|
validationValue?: any;
|
|
1557
1558
|
rounded?: string | number | boolean | undefined;
|
|
1558
1559
|
baseColor?: string | undefined;
|
|
@@ -1673,7 +1674,7 @@ declare const VTextField: {
|
|
|
1673
1674
|
class?: any;
|
|
1674
1675
|
theme?: string | undefined;
|
|
1675
1676
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1676
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1677
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1677
1678
|
validationValue?: any;
|
|
1678
1679
|
prependIcon?: IconValue | undefined;
|
|
1679
1680
|
appendIcon?: IconValue | undefined;
|
|
@@ -1706,7 +1707,7 @@ declare const VTextField: {
|
|
|
1706
1707
|
class?: any;
|
|
1707
1708
|
theme?: string | undefined;
|
|
1708
1709
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1709
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1710
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1710
1711
|
validationValue?: any;
|
|
1711
1712
|
prependIcon?: IconValue | undefined;
|
|
1712
1713
|
appendIcon?: IconValue | undefined;
|
|
@@ -1757,7 +1758,7 @@ declare const VTextField: {
|
|
|
1757
1758
|
class?: any;
|
|
1758
1759
|
theme?: string | undefined;
|
|
1759
1760
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1760
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1761
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1761
1762
|
validationValue?: any;
|
|
1762
1763
|
prependIcon?: IconValue | undefined;
|
|
1763
1764
|
appendIcon?: IconValue | undefined;
|
|
@@ -1839,7 +1840,7 @@ declare const VTextField: {
|
|
|
1839
1840
|
class?: any;
|
|
1840
1841
|
theme?: string | undefined;
|
|
1841
1842
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1842
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1843
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1843
1844
|
validationValue?: any;
|
|
1844
1845
|
prependIcon?: IconValue | undefined;
|
|
1845
1846
|
appendIcon?: IconValue | undefined;
|
|
@@ -44,7 +44,8 @@ type Density = null | 'default' | 'comfortable' | 'compact';
|
|
|
44
44
|
|
|
45
45
|
type ValidationResult = string | boolean;
|
|
46
46
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
47
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
|
47
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
|
|
48
|
+
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
|
48
49
|
interface ValidationProps {
|
|
49
50
|
disabled: boolean | null;
|
|
50
51
|
error: boolean;
|
|
@@ -57,7 +58,7 @@ interface ValidationProps {
|
|
|
57
58
|
rules: readonly ValidationRule[];
|
|
58
59
|
modelValue: any;
|
|
59
60
|
'onUpdate:modelValue': EventProp | undefined;
|
|
60
|
-
validateOn?:
|
|
61
|
+
validateOn?: ValidateOn;
|
|
61
62
|
validationValue: any;
|
|
62
63
|
}
|
|
63
64
|
|
|
@@ -150,7 +151,7 @@ declare const VTextarea: {
|
|
|
150
151
|
counter?: string | number | true | undefined;
|
|
151
152
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
152
153
|
modelValue?: any;
|
|
153
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
154
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
154
155
|
validationValue?: any;
|
|
155
156
|
rounded?: string | number | boolean | undefined;
|
|
156
157
|
baseColor?: string | undefined;
|
|
@@ -269,7 +270,7 @@ declare const VTextarea: {
|
|
|
269
270
|
class?: any;
|
|
270
271
|
theme?: string | undefined;
|
|
271
272
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
272
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
273
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
273
274
|
validationValue?: any;
|
|
274
275
|
prependIcon?: IconValue | undefined;
|
|
275
276
|
appendIcon?: IconValue | undefined;
|
|
@@ -302,7 +303,7 @@ declare const VTextarea: {
|
|
|
302
303
|
class?: any;
|
|
303
304
|
theme?: string | undefined;
|
|
304
305
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
305
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
306
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
306
307
|
validationValue?: any;
|
|
307
308
|
prependIcon?: IconValue | undefined;
|
|
308
309
|
appendIcon?: IconValue | undefined;
|
|
@@ -353,7 +354,7 @@ declare const VTextarea: {
|
|
|
353
354
|
class?: any;
|
|
354
355
|
theme?: string | undefined;
|
|
355
356
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
356
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
357
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
357
358
|
validationValue?: any;
|
|
358
359
|
prependIcon?: IconValue | undefined;
|
|
359
360
|
appendIcon?: IconValue | undefined;
|
|
@@ -435,7 +436,7 @@ declare const VTextarea: {
|
|
|
435
436
|
class?: any;
|
|
436
437
|
theme?: string | undefined;
|
|
437
438
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
438
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
439
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
439
440
|
validationValue?: any;
|
|
440
441
|
prependIcon?: IconValue | undefined;
|
|
441
442
|
appendIcon?: IconValue | undefined;
|
|
@@ -503,7 +504,7 @@ declare const VTextarea: {
|
|
|
503
504
|
counter?: string | number | true | undefined;
|
|
504
505
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
505
506
|
modelValue?: any;
|
|
506
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
507
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
507
508
|
validationValue?: any;
|
|
508
509
|
rounded?: string | number | boolean | undefined;
|
|
509
510
|
baseColor?: string | undefined;
|
|
@@ -681,7 +682,7 @@ declare const VTextarea: {
|
|
|
681
682
|
counter?: string | number | true | undefined;
|
|
682
683
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
683
684
|
modelValue?: any;
|
|
684
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
685
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
685
686
|
validationValue?: any;
|
|
686
687
|
rounded?: string | number | boolean | undefined;
|
|
687
688
|
baseColor?: string | undefined;
|
|
@@ -800,7 +801,7 @@ declare const VTextarea: {
|
|
|
800
801
|
class?: any;
|
|
801
802
|
theme?: string | undefined;
|
|
802
803
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
803
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
804
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
804
805
|
validationValue?: any;
|
|
805
806
|
prependIcon?: IconValue | undefined;
|
|
806
807
|
appendIcon?: IconValue | undefined;
|
|
@@ -833,7 +834,7 @@ declare const VTextarea: {
|
|
|
833
834
|
class?: any;
|
|
834
835
|
theme?: string | undefined;
|
|
835
836
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
836
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
837
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
837
838
|
validationValue?: any;
|
|
838
839
|
prependIcon?: IconValue | undefined;
|
|
839
840
|
appendIcon?: IconValue | undefined;
|
|
@@ -884,7 +885,7 @@ declare const VTextarea: {
|
|
|
884
885
|
class?: any;
|
|
885
886
|
theme?: string | undefined;
|
|
886
887
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
887
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
888
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
888
889
|
validationValue?: any;
|
|
889
890
|
prependIcon?: IconValue | undefined;
|
|
890
891
|
appendIcon?: IconValue | undefined;
|
|
@@ -966,7 +967,7 @@ declare const VTextarea: {
|
|
|
966
967
|
class?: any;
|
|
967
968
|
theme?: string | undefined;
|
|
968
969
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
969
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
970
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
970
971
|
validationValue?: any;
|
|
971
972
|
prependIcon?: IconValue | undefined;
|
|
972
973
|
appendIcon?: IconValue | undefined;
|
|
@@ -1065,7 +1066,7 @@ declare const VTextarea: {
|
|
|
1065
1066
|
counter?: string | number | true | undefined;
|
|
1066
1067
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1067
1068
|
modelValue?: any;
|
|
1068
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1069
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1069
1070
|
validationValue?: any;
|
|
1070
1071
|
rounded?: string | number | boolean | undefined;
|
|
1071
1072
|
baseColor?: string | undefined;
|
|
@@ -1184,7 +1185,7 @@ declare const VTextarea: {
|
|
|
1184
1185
|
class?: any;
|
|
1185
1186
|
theme?: string | undefined;
|
|
1186
1187
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1187
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1188
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1188
1189
|
validationValue?: any;
|
|
1189
1190
|
prependIcon?: IconValue | undefined;
|
|
1190
1191
|
appendIcon?: IconValue | undefined;
|
|
@@ -1217,7 +1218,7 @@ declare const VTextarea: {
|
|
|
1217
1218
|
class?: any;
|
|
1218
1219
|
theme?: string | undefined;
|
|
1219
1220
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1220
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1221
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1221
1222
|
validationValue?: any;
|
|
1222
1223
|
prependIcon?: IconValue | undefined;
|
|
1223
1224
|
appendIcon?: IconValue | undefined;
|
|
@@ -1268,7 +1269,7 @@ declare const VTextarea: {
|
|
|
1268
1269
|
class?: any;
|
|
1269
1270
|
theme?: string | undefined;
|
|
1270
1271
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1271
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1272
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1272
1273
|
validationValue?: any;
|
|
1273
1274
|
prependIcon?: IconValue | undefined;
|
|
1274
1275
|
appendIcon?: IconValue | undefined;
|
|
@@ -1350,7 +1351,7 @@ declare const VTextarea: {
|
|
|
1350
1351
|
class?: any;
|
|
1351
1352
|
theme?: string | undefined;
|
|
1352
1353
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1353
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1354
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
1354
1355
|
validationValue?: any;
|
|
1355
1356
|
prependIcon?: IconValue | undefined;
|
|
1356
1357
|
appendIcon?: IconValue | undefined;
|
|
@@ -616,7 +616,7 @@ declare const VTooltip: {
|
|
|
616
616
|
onAfterLeave?: (() => any) | undefined;
|
|
617
617
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
618
618
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
619
|
-
}, "target" | "
|
|
619
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
620
620
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
621
621
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
622
622
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -1270,7 +1270,7 @@ declare const VTooltip: {
|
|
|
1270
1270
|
onAfterLeave?: (() => any) | undefined;
|
|
1271
1271
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1272
1272
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1273
|
-
}, "target" | "
|
|
1273
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1274
1274
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1275
1275
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1276
1276
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -1832,7 +1832,7 @@ declare const VTooltip: {
|
|
|
1832
1832
|
onAfterLeave?: (() => any) | undefined;
|
|
1833
1833
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1834
1834
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1835
|
-
}, "target" | "
|
|
1835
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1836
1836
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1837
1837
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1838
1838
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -36,7 +36,8 @@ declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
|
|
|
36
36
|
|
|
37
37
|
type ValidationResult = string | boolean;
|
|
38
38
|
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
39
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
|
39
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
|
|
40
|
+
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
|
40
41
|
interface ValidationProps {
|
|
41
42
|
disabled: boolean | null;
|
|
42
43
|
error: boolean;
|
|
@@ -49,7 +50,7 @@ interface ValidationProps {
|
|
|
49
50
|
rules: readonly ValidationRule[];
|
|
50
51
|
modelValue: any;
|
|
51
52
|
'onUpdate:modelValue': EventProp | undefined;
|
|
52
|
-
validateOn?:
|
|
53
|
+
validateOn?: ValidateOn;
|
|
53
54
|
validationValue: any;
|
|
54
55
|
}
|
|
55
56
|
declare function useValidation(props: ValidationProps, name?: string, id?: MaybeRef<string | number>): {
|
|
@@ -84,7 +85,7 @@ declare const VValidation: {
|
|
|
84
85
|
name?: string | undefined;
|
|
85
86
|
label?: string | undefined;
|
|
86
87
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
87
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
88
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
88
89
|
validationValue?: any;
|
|
89
90
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
90
91
|
[key: string]: any;
|
|
@@ -102,7 +103,7 @@ declare const VValidation: {
|
|
|
102
103
|
name?: string | undefined;
|
|
103
104
|
label?: string | undefined;
|
|
104
105
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
105
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
106
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
106
107
|
validationValue?: any;
|
|
107
108
|
} & {}, {
|
|
108
109
|
error: boolean;
|
|
@@ -147,7 +148,7 @@ declare const VValidation: {
|
|
|
147
148
|
name?: string | undefined;
|
|
148
149
|
label?: string | undefined;
|
|
149
150
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
150
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
151
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
151
152
|
validationValue?: any;
|
|
152
153
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
153
154
|
[key: string]: any;
|
|
@@ -175,7 +176,7 @@ declare const VValidation: {
|
|
|
175
176
|
name?: string | undefined;
|
|
176
177
|
label?: string | undefined;
|
|
177
178
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
178
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
179
|
+
validateOn?: ("eager" | "lazy" | ("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") | undefined;
|
|
179
180
|
validationValue?: any;
|
|
180
181
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
181
182
|
[key: string]: any;
|