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
package/dist/vuetify.d.ts
CHANGED
|
@@ -700,7 +700,6 @@ interface LayoutItem extends Layer {
|
|
|
700
700
|
position: Position;
|
|
701
701
|
}
|
|
702
702
|
declare function useLayout(): {
|
|
703
|
-
layoutIsReady: Promise<void>;
|
|
704
703
|
getLayoutItem: (id: string) => LayoutItem | undefined;
|
|
705
704
|
mainRect: Ref<Layer>;
|
|
706
705
|
mainStyles: Ref<CSSProperties>;
|
|
@@ -708,7 +707,8 @@ declare function useLayout(): {
|
|
|
708
707
|
|
|
709
708
|
type ValidationResult = string | boolean;
|
|
710
709
|
type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
711
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
|
710
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
|
|
711
|
+
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
|
712
712
|
interface ValidationProps {
|
|
713
713
|
disabled: boolean | null;
|
|
714
714
|
error: boolean;
|
|
@@ -721,7 +721,7 @@ interface ValidationProps {
|
|
|
721
721
|
rules: readonly ValidationRule$1[];
|
|
722
722
|
modelValue: any;
|
|
723
723
|
'onUpdate:modelValue': EventProp | undefined;
|
|
724
|
-
validateOn?:
|
|
724
|
+
validateOn?: ValidateOn;
|
|
725
725
|
validationValue: any;
|
|
726
726
|
}
|
|
727
727
|
declare function useValidation(props: ValidationProps, name?: string, id?: MaybeRef<string | number>): {
|
|
@@ -818,7 +818,7 @@ declare const VApp: {
|
|
|
818
818
|
right: number;
|
|
819
819
|
id: string;
|
|
820
820
|
} | undefined;
|
|
821
|
-
items:
|
|
821
|
+
items: vue.ComputedRef<{
|
|
822
822
|
size: number;
|
|
823
823
|
position: Position;
|
|
824
824
|
top: number;
|
|
@@ -826,7 +826,7 @@ declare const VApp: {
|
|
|
826
826
|
left: number;
|
|
827
827
|
right: number;
|
|
828
828
|
id: string;
|
|
829
|
-
}[]
|
|
829
|
+
}[]>;
|
|
830
830
|
theme: ThemeInstance;
|
|
831
831
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
832
832
|
style: vue.StyleValue;
|
|
@@ -882,7 +882,7 @@ declare const VApp: {
|
|
|
882
882
|
right: number;
|
|
883
883
|
id: string;
|
|
884
884
|
} | undefined;
|
|
885
|
-
items:
|
|
885
|
+
items: vue.ComputedRef<{
|
|
886
886
|
size: number;
|
|
887
887
|
position: Position;
|
|
888
888
|
top: number;
|
|
@@ -890,7 +890,7 @@ declare const VApp: {
|
|
|
890
890
|
left: number;
|
|
891
891
|
right: number;
|
|
892
892
|
id: string;
|
|
893
|
-
}[]
|
|
893
|
+
}[]>;
|
|
894
894
|
theme: ThemeInstance;
|
|
895
895
|
}, {}, {}, {}, {
|
|
896
896
|
style: vue.StyleValue;
|
|
@@ -925,7 +925,7 @@ declare const VApp: {
|
|
|
925
925
|
right: number;
|
|
926
926
|
id: string;
|
|
927
927
|
} | undefined;
|
|
928
|
-
items:
|
|
928
|
+
items: vue.ComputedRef<{
|
|
929
929
|
size: number;
|
|
930
930
|
position: Position;
|
|
931
931
|
top: number;
|
|
@@ -933,7 +933,7 @@ declare const VApp: {
|
|
|
933
933
|
left: number;
|
|
934
934
|
right: number;
|
|
935
935
|
id: string;
|
|
936
|
-
}[]
|
|
936
|
+
}[]>;
|
|
937
937
|
theme: ThemeInstance;
|
|
938
938
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
939
939
|
style: vue.StyleValue;
|
|
@@ -1370,7 +1370,7 @@ declare const VAppBar: {
|
|
|
1370
1370
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
1371
1371
|
} & {
|
|
1372
1372
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1373
|
-
},
|
|
1373
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1374
1374
|
'update:modelValue': (value: boolean) => true;
|
|
1375
1375
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1376
1376
|
flat: boolean;
|
|
@@ -1586,7 +1586,7 @@ declare const VAppBar: {
|
|
|
1586
1586
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
1587
1587
|
} & {
|
|
1588
1588
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1589
|
-
},
|
|
1589
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1590
1590
|
'update:modelValue': (value: boolean) => true;
|
|
1591
1591
|
}, string, {
|
|
1592
1592
|
flat: boolean;
|
|
@@ -1857,6 +1857,7 @@ declare const VAppBarNavIcon: {
|
|
|
1857
1857
|
rounded?: string | number | boolean | undefined;
|
|
1858
1858
|
baseColor?: string | undefined;
|
|
1859
1859
|
selectedClass?: string | undefined;
|
|
1860
|
+
activeColor?: string | undefined;
|
|
1860
1861
|
prependIcon?: IconValue | undefined;
|
|
1861
1862
|
appendIcon?: IconValue | undefined;
|
|
1862
1863
|
} & {
|
|
@@ -1920,6 +1921,7 @@ declare const VAppBarNavIcon: {
|
|
|
1920
1921
|
rounded?: string | number | boolean | undefined;
|
|
1921
1922
|
baseColor?: string | undefined;
|
|
1922
1923
|
selectedClass?: string | undefined;
|
|
1924
|
+
activeColor?: string | undefined;
|
|
1923
1925
|
prependIcon?: IconValue | undefined;
|
|
1924
1926
|
appendIcon?: IconValue | undefined;
|
|
1925
1927
|
} & {
|
|
@@ -2017,6 +2019,7 @@ declare const VAppBarNavIcon: {
|
|
|
2017
2019
|
rounded?: string | number | boolean | undefined;
|
|
2018
2020
|
baseColor?: string | undefined;
|
|
2019
2021
|
selectedClass?: string | undefined;
|
|
2022
|
+
activeColor?: string | undefined;
|
|
2020
2023
|
prependIcon?: IconValue | undefined;
|
|
2021
2024
|
appendIcon?: IconValue | undefined;
|
|
2022
2025
|
} & {
|
|
@@ -2106,6 +2109,7 @@ declare const VAppBarNavIcon: {
|
|
|
2106
2109
|
rounded?: string | number | boolean | undefined;
|
|
2107
2110
|
baseColor?: string | undefined;
|
|
2108
2111
|
selectedClass?: string | undefined;
|
|
2112
|
+
activeColor?: string | undefined;
|
|
2109
2113
|
prependIcon?: IconValue | undefined;
|
|
2110
2114
|
appendIcon?: IconValue | undefined;
|
|
2111
2115
|
} & {
|
|
@@ -2221,6 +2225,7 @@ declare const VAppBarNavIcon: {
|
|
|
2221
2225
|
type: BooleanConstructor;
|
|
2222
2226
|
default: undefined;
|
|
2223
2227
|
};
|
|
2228
|
+
activeColor: StringConstructor;
|
|
2224
2229
|
baseColor: StringConstructor;
|
|
2225
2230
|
symbol: {
|
|
2226
2231
|
type: null;
|
|
@@ -2310,6 +2315,7 @@ declare const VAppBarNavIcon: {
|
|
|
2310
2315
|
type: BooleanConstructor;
|
|
2311
2316
|
default: undefined;
|
|
2312
2317
|
};
|
|
2318
|
+
activeColor: StringConstructor;
|
|
2313
2319
|
baseColor: StringConstructor;
|
|
2314
2320
|
symbol: {
|
|
2315
2321
|
type: null;
|
|
@@ -3318,7 +3324,7 @@ declare const VInput: {
|
|
|
3318
3324
|
class?: any;
|
|
3319
3325
|
theme?: string | undefined;
|
|
3320
3326
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3321
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3327
|
+
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;
|
|
3322
3328
|
validationValue?: any;
|
|
3323
3329
|
prependIcon?: IconValue | undefined;
|
|
3324
3330
|
appendIcon?: IconValue | undefined;
|
|
@@ -3359,7 +3365,7 @@ declare const VInput: {
|
|
|
3359
3365
|
class?: any;
|
|
3360
3366
|
theme?: string | undefined;
|
|
3361
3367
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3362
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3368
|
+
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;
|
|
3363
3369
|
validationValue?: any;
|
|
3364
3370
|
prependIcon?: IconValue | undefined;
|
|
3365
3371
|
appendIcon?: IconValue | undefined;
|
|
@@ -3420,7 +3426,7 @@ declare const VInput: {
|
|
|
3420
3426
|
class?: any;
|
|
3421
3427
|
theme?: string | undefined;
|
|
3422
3428
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3423
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3429
|
+
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;
|
|
3424
3430
|
validationValue?: any;
|
|
3425
3431
|
prependIcon?: IconValue | undefined;
|
|
3426
3432
|
appendIcon?: IconValue | undefined;
|
|
@@ -3478,7 +3484,7 @@ declare const VInput: {
|
|
|
3478
3484
|
class?: any;
|
|
3479
3485
|
theme?: string | undefined;
|
|
3480
3486
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3481
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3487
|
+
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;
|
|
3482
3488
|
validationValue?: any;
|
|
3483
3489
|
prependIcon?: IconValue | undefined;
|
|
3484
3490
|
appendIcon?: IconValue | undefined;
|
|
@@ -4091,6 +4097,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
4091
4097
|
|
|
4092
4098
|
type ListItemSlot = {
|
|
4093
4099
|
isActive: boolean;
|
|
4100
|
+
isOpen: boolean;
|
|
4094
4101
|
isSelected: boolean;
|
|
4095
4102
|
isIndeterminate: boolean;
|
|
4096
4103
|
select: (value: boolean) => void;
|
|
@@ -4137,7 +4144,7 @@ declare const VListItem: {
|
|
|
4137
4144
|
value?: any;
|
|
4138
4145
|
title?: string | number | undefined;
|
|
4139
4146
|
class?: any;
|
|
4140
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4147
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4141
4148
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4142
4149
|
href?: string | undefined;
|
|
4143
4150
|
elevation?: string | number | undefined;
|
|
@@ -4145,12 +4152,12 @@ declare const VListItem: {
|
|
|
4145
4152
|
theme?: string | undefined;
|
|
4146
4153
|
rounded?: string | number | boolean | undefined;
|
|
4147
4154
|
baseColor?: string | undefined;
|
|
4155
|
+
activeColor?: string | undefined;
|
|
4148
4156
|
prependIcon?: IconValue | undefined;
|
|
4149
4157
|
appendIcon?: IconValue | undefined;
|
|
4150
4158
|
activeClass?: string | undefined;
|
|
4151
4159
|
appendAvatar?: string | undefined;
|
|
4152
4160
|
prependAvatar?: string | undefined;
|
|
4153
|
-
activeColor?: string | undefined;
|
|
4154
4161
|
subtitle?: string | number | undefined;
|
|
4155
4162
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4156
4163
|
} & {
|
|
@@ -4216,7 +4223,7 @@ declare const VListItem: {
|
|
|
4216
4223
|
value?: any;
|
|
4217
4224
|
title?: string | number | undefined;
|
|
4218
4225
|
class?: any;
|
|
4219
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4226
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4220
4227
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4221
4228
|
href?: string | undefined;
|
|
4222
4229
|
elevation?: string | number | undefined;
|
|
@@ -4224,12 +4231,12 @@ declare const VListItem: {
|
|
|
4224
4231
|
theme?: string | undefined;
|
|
4225
4232
|
rounded?: string | number | boolean | undefined;
|
|
4226
4233
|
baseColor?: string | undefined;
|
|
4234
|
+
activeColor?: string | undefined;
|
|
4227
4235
|
prependIcon?: IconValue | undefined;
|
|
4228
4236
|
appendIcon?: IconValue | undefined;
|
|
4229
4237
|
activeClass?: string | undefined;
|
|
4230
4238
|
appendAvatar?: string | undefined;
|
|
4231
4239
|
prependAvatar?: string | undefined;
|
|
4232
|
-
activeColor?: string | undefined;
|
|
4233
4240
|
subtitle?: string | number | undefined;
|
|
4234
4241
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4235
4242
|
} & {
|
|
@@ -4313,7 +4320,7 @@ declare const VListItem: {
|
|
|
4313
4320
|
value?: any;
|
|
4314
4321
|
title?: string | number | undefined;
|
|
4315
4322
|
class?: any;
|
|
4316
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4323
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4317
4324
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4318
4325
|
href?: string | undefined;
|
|
4319
4326
|
elevation?: string | number | undefined;
|
|
@@ -4321,12 +4328,12 @@ declare const VListItem: {
|
|
|
4321
4328
|
theme?: string | undefined;
|
|
4322
4329
|
rounded?: string | number | boolean | undefined;
|
|
4323
4330
|
baseColor?: string | undefined;
|
|
4331
|
+
activeColor?: string | undefined;
|
|
4324
4332
|
prependIcon?: IconValue | undefined;
|
|
4325
4333
|
appendIcon?: IconValue | undefined;
|
|
4326
4334
|
activeClass?: string | undefined;
|
|
4327
4335
|
appendAvatar?: string | undefined;
|
|
4328
4336
|
prependAvatar?: string | undefined;
|
|
4329
|
-
activeColor?: string | undefined;
|
|
4330
4337
|
subtitle?: string | number | undefined;
|
|
4331
4338
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4332
4339
|
} & {
|
|
@@ -4411,7 +4418,7 @@ declare const VListItem: {
|
|
|
4411
4418
|
value?: any;
|
|
4412
4419
|
title?: string | number | undefined;
|
|
4413
4420
|
class?: any;
|
|
4414
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4421
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4415
4422
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4416
4423
|
href?: string | undefined;
|
|
4417
4424
|
elevation?: string | number | undefined;
|
|
@@ -4419,12 +4426,12 @@ declare const VListItem: {
|
|
|
4419
4426
|
theme?: string | undefined;
|
|
4420
4427
|
rounded?: string | number | boolean | undefined;
|
|
4421
4428
|
baseColor?: string | undefined;
|
|
4429
|
+
activeColor?: string | undefined;
|
|
4422
4430
|
prependIcon?: IconValue | undefined;
|
|
4423
4431
|
appendIcon?: IconValue | undefined;
|
|
4424
4432
|
activeClass?: string | undefined;
|
|
4425
4433
|
appendAvatar?: string | undefined;
|
|
4426
4434
|
prependAvatar?: string | undefined;
|
|
4427
|
-
activeColor?: string | undefined;
|
|
4428
4435
|
subtitle?: string | number | undefined;
|
|
4429
4436
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4430
4437
|
} & {
|
|
@@ -4556,7 +4563,7 @@ declare const VListItem: {
|
|
|
4556
4563
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
4557
4564
|
title: (StringConstructor | NumberConstructor)[];
|
|
4558
4565
|
value: null;
|
|
4559
|
-
onClick: PropType<(args_0: MouseEvent) => void>;
|
|
4566
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4560
4567
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
4561
4568
|
}, vue.ExtractPropTypes<{
|
|
4562
4569
|
color: StringConstructor;
|
|
@@ -4629,7 +4636,7 @@ declare const VListItem: {
|
|
|
4629
4636
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
4630
4637
|
title: (StringConstructor | NumberConstructor)[];
|
|
4631
4638
|
value: null;
|
|
4632
|
-
onClick: PropType<(args_0: MouseEvent) => void>;
|
|
4639
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4633
4640
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
4634
4641
|
}>>;
|
|
4635
4642
|
type VListItem = InstanceType<typeof VListItem>;
|
|
@@ -4770,9 +4777,9 @@ declare const VList: {
|
|
|
4770
4777
|
rounded?: string | number | boolean | undefined;
|
|
4771
4778
|
baseColor?: string | undefined;
|
|
4772
4779
|
bgColor?: string | undefined;
|
|
4780
|
+
activeColor?: string | undefined;
|
|
4773
4781
|
activeClass?: string | undefined;
|
|
4774
4782
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4775
|
-
activeColor?: string | undefined;
|
|
4776
4783
|
collapseIcon?: string | undefined;
|
|
4777
4784
|
expandIcon?: string | undefined;
|
|
4778
4785
|
} & {
|
|
@@ -4841,9 +4848,9 @@ declare const VList: {
|
|
|
4841
4848
|
rounded?: string | number | boolean | undefined;
|
|
4842
4849
|
baseColor?: string | undefined;
|
|
4843
4850
|
bgColor?: string | undefined;
|
|
4851
|
+
activeColor?: string | undefined;
|
|
4844
4852
|
activeClass?: string | undefined;
|
|
4845
4853
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4846
|
-
activeColor?: string | undefined;
|
|
4847
4854
|
collapseIcon?: string | undefined;
|
|
4848
4855
|
expandIcon?: string | undefined;
|
|
4849
4856
|
} & {
|
|
@@ -4939,9 +4946,9 @@ declare const VList: {
|
|
|
4939
4946
|
rounded?: string | number | boolean | undefined;
|
|
4940
4947
|
baseColor?: string | undefined;
|
|
4941
4948
|
bgColor?: string | undefined;
|
|
4949
|
+
activeColor?: string | undefined;
|
|
4942
4950
|
activeClass?: string | undefined;
|
|
4943
4951
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4944
|
-
activeColor?: string | undefined;
|
|
4945
4952
|
collapseIcon?: string | undefined;
|
|
4946
4953
|
expandIcon?: string | undefined;
|
|
4947
4954
|
} & {
|
|
@@ -5014,9 +5021,9 @@ declare const VList: {
|
|
|
5014
5021
|
rounded?: string | number | boolean | undefined;
|
|
5015
5022
|
baseColor?: string | undefined;
|
|
5016
5023
|
bgColor?: string | undefined;
|
|
5024
|
+
activeColor?: string | undefined;
|
|
5017
5025
|
activeClass?: string | undefined;
|
|
5018
5026
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
5019
|
-
activeColor?: string | undefined;
|
|
5020
5027
|
collapseIcon?: string | undefined;
|
|
5021
5028
|
expandIcon?: string | undefined;
|
|
5022
5029
|
} & {
|
|
@@ -5351,9 +5358,9 @@ declare const VListGroup: {
|
|
|
5351
5358
|
title?: string | undefined;
|
|
5352
5359
|
class?: any;
|
|
5353
5360
|
baseColor?: string | undefined;
|
|
5361
|
+
activeColor?: string | undefined;
|
|
5354
5362
|
prependIcon?: IconValue | undefined;
|
|
5355
5363
|
appendIcon?: IconValue | undefined;
|
|
5356
|
-
activeColor?: string | undefined;
|
|
5357
5364
|
} & {
|
|
5358
5365
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5359
5366
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5390,9 +5397,9 @@ declare const VListGroup: {
|
|
|
5390
5397
|
title?: string | undefined;
|
|
5391
5398
|
class?: any;
|
|
5392
5399
|
baseColor?: string | undefined;
|
|
5400
|
+
activeColor?: string | undefined;
|
|
5393
5401
|
prependIcon?: IconValue | undefined;
|
|
5394
5402
|
appendIcon?: IconValue | undefined;
|
|
5395
|
-
activeColor?: string | undefined;
|
|
5396
5403
|
} & {
|
|
5397
5404
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5398
5405
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5447,9 +5454,9 @@ declare const VListGroup: {
|
|
|
5447
5454
|
title?: string | undefined;
|
|
5448
5455
|
class?: any;
|
|
5449
5456
|
baseColor?: string | undefined;
|
|
5457
|
+
activeColor?: string | undefined;
|
|
5450
5458
|
prependIcon?: IconValue | undefined;
|
|
5451
5459
|
appendIcon?: IconValue | undefined;
|
|
5452
|
-
activeColor?: string | undefined;
|
|
5453
5460
|
} & {
|
|
5454
5461
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5455
5462
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5497,9 +5504,9 @@ declare const VListGroup: {
|
|
|
5497
5504
|
title?: string | undefined;
|
|
5498
5505
|
class?: any;
|
|
5499
5506
|
baseColor?: string | undefined;
|
|
5507
|
+
activeColor?: string | undefined;
|
|
5500
5508
|
prependIcon?: IconValue | undefined;
|
|
5501
5509
|
appendIcon?: IconValue | undefined;
|
|
5502
|
-
activeColor?: string | undefined;
|
|
5503
5510
|
} & {
|
|
5504
5511
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5505
5512
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -6303,7 +6310,7 @@ type VListSubheader = InstanceType<typeof VListSubheader>;
|
|
|
6303
6310
|
|
|
6304
6311
|
declare const VMenu: {
|
|
6305
6312
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
6306
|
-
location: Anchor;
|
|
6313
|
+
location: Anchor | undefined;
|
|
6307
6314
|
origin: "auto" | Anchor | "overlap";
|
|
6308
6315
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6309
6316
|
component?: Component;
|
|
@@ -6329,6 +6336,7 @@ declare const VMenu: {
|
|
|
6329
6336
|
noClickAnimation: boolean;
|
|
6330
6337
|
persistent: boolean;
|
|
6331
6338
|
scrim: string | boolean;
|
|
6339
|
+
submenu: boolean;
|
|
6332
6340
|
} & {
|
|
6333
6341
|
offset?: string | number | number[] | undefined;
|
|
6334
6342
|
id?: string | undefined;
|
|
@@ -6384,7 +6392,7 @@ declare const VMenu: {
|
|
|
6384
6392
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6385
6393
|
}, {
|
|
6386
6394
|
id: vue.ComputedRef<string>;
|
|
6387
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
6395
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
6388
6396
|
} & Omit<Omit<{
|
|
6389
6397
|
$: vue.ComponentInternalInstance;
|
|
6390
6398
|
$data: {};
|
|
@@ -6830,7 +6838,7 @@ declare const VMenu: {
|
|
|
6830
6838
|
onAfterLeave?: (() => any) | undefined;
|
|
6831
6839
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6832
6840
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6833
|
-
}, "target" | "
|
|
6841
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
6834
6842
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
6835
6843
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
6836
6844
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -6842,7 +6850,7 @@ declare const VMenu: {
|
|
|
6842
6850
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6843
6851
|
'update:modelValue': (value: boolean) => true;
|
|
6844
6852
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
6845
|
-
location: Anchor;
|
|
6853
|
+
location: Anchor | undefined;
|
|
6846
6854
|
origin: "auto" | Anchor | "overlap";
|
|
6847
6855
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6848
6856
|
component?: Component;
|
|
@@ -6868,6 +6876,7 @@ declare const VMenu: {
|
|
|
6868
6876
|
noClickAnimation: boolean;
|
|
6869
6877
|
persistent: boolean;
|
|
6870
6878
|
scrim: string | boolean;
|
|
6879
|
+
submenu: boolean;
|
|
6871
6880
|
} & {
|
|
6872
6881
|
offset?: string | number | number[] | undefined;
|
|
6873
6882
|
id?: string | undefined;
|
|
@@ -6922,7 +6931,7 @@ declare const VMenu: {
|
|
|
6922
6931
|
} & {
|
|
6923
6932
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6924
6933
|
}, {
|
|
6925
|
-
location: Anchor;
|
|
6934
|
+
location: Anchor | undefined;
|
|
6926
6935
|
origin: "auto" | Anchor | "overlap";
|
|
6927
6936
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6928
6937
|
component?: Component;
|
|
@@ -6950,6 +6959,7 @@ declare const VMenu: {
|
|
|
6950
6959
|
noClickAnimation: boolean;
|
|
6951
6960
|
persistent: boolean;
|
|
6952
6961
|
scrim: string | boolean;
|
|
6962
|
+
submenu: boolean;
|
|
6953
6963
|
}, true, {}, vue.SlotsType<Partial<{
|
|
6954
6964
|
default: (arg: {
|
|
6955
6965
|
isActive: vue.Ref<boolean>;
|
|
@@ -6967,7 +6977,7 @@ declare const VMenu: {
|
|
|
6967
6977
|
M: {};
|
|
6968
6978
|
Defaults: {};
|
|
6969
6979
|
}, {
|
|
6970
|
-
location: Anchor;
|
|
6980
|
+
location: Anchor | undefined;
|
|
6971
6981
|
origin: "auto" | Anchor | "overlap";
|
|
6972
6982
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6973
6983
|
component?: Component;
|
|
@@ -6993,6 +7003,7 @@ declare const VMenu: {
|
|
|
6993
7003
|
noClickAnimation: boolean;
|
|
6994
7004
|
persistent: boolean;
|
|
6995
7005
|
scrim: string | boolean;
|
|
7006
|
+
submenu: boolean;
|
|
6996
7007
|
} & {
|
|
6997
7008
|
offset?: string | number | number[] | undefined;
|
|
6998
7009
|
id?: string | undefined;
|
|
@@ -7048,7 +7059,7 @@ declare const VMenu: {
|
|
|
7048
7059
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7049
7060
|
}, {
|
|
7050
7061
|
id: vue.ComputedRef<string>;
|
|
7051
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
7062
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
7052
7063
|
} & Omit<Omit<{
|
|
7053
7064
|
$: vue.ComponentInternalInstance;
|
|
7054
7065
|
$data: {};
|
|
@@ -7494,7 +7505,7 @@ declare const VMenu: {
|
|
|
7494
7505
|
onAfterLeave?: (() => any) | undefined;
|
|
7495
7506
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7496
7507
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7497
|
-
}, "target" | "
|
|
7508
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
7498
7509
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
7499
7510
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
7500
7511
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -7504,7 +7515,7 @@ declare const VMenu: {
|
|
|
7504
7515
|
localTop: vue.ComputedRef<boolean>;
|
|
7505
7516
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
7506
7517
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
7507
|
-
location: Anchor;
|
|
7518
|
+
location: Anchor | undefined;
|
|
7508
7519
|
origin: "auto" | Anchor | "overlap";
|
|
7509
7520
|
transition: string | boolean | (vue.TransitionProps & {
|
|
7510
7521
|
component?: Component;
|
|
@@ -7532,12 +7543,13 @@ declare const VMenu: {
|
|
|
7532
7543
|
noClickAnimation: boolean;
|
|
7533
7544
|
persistent: boolean;
|
|
7534
7545
|
scrim: string | boolean;
|
|
7546
|
+
submenu: boolean;
|
|
7535
7547
|
}>;
|
|
7536
7548
|
__isFragment?: never;
|
|
7537
7549
|
__isTeleport?: never;
|
|
7538
7550
|
__isSuspense?: never;
|
|
7539
7551
|
} & vue.ComponentOptionsBase<{
|
|
7540
|
-
location: Anchor;
|
|
7552
|
+
location: Anchor | undefined;
|
|
7541
7553
|
origin: "auto" | Anchor | "overlap";
|
|
7542
7554
|
transition: string | boolean | (vue.TransitionProps & {
|
|
7543
7555
|
component?: Component;
|
|
@@ -7563,6 +7575,7 @@ declare const VMenu: {
|
|
|
7563
7575
|
noClickAnimation: boolean;
|
|
7564
7576
|
persistent: boolean;
|
|
7565
7577
|
scrim: string | boolean;
|
|
7578
|
+
submenu: boolean;
|
|
7566
7579
|
} & {
|
|
7567
7580
|
offset?: string | number | number[] | undefined;
|
|
7568
7581
|
id?: string | undefined;
|
|
@@ -7618,7 +7631,7 @@ declare const VMenu: {
|
|
|
7618
7631
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7619
7632
|
}, {
|
|
7620
7633
|
id: vue.ComputedRef<string>;
|
|
7621
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
7634
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
7622
7635
|
} & Omit<Omit<{
|
|
7623
7636
|
$: vue.ComponentInternalInstance;
|
|
7624
7637
|
$data: {};
|
|
@@ -8064,7 +8077,7 @@ declare const VMenu: {
|
|
|
8064
8077
|
onAfterLeave?: (() => any) | undefined;
|
|
8065
8078
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8066
8079
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
8067
|
-
}, "target" | "
|
|
8080
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
8068
8081
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
8069
8082
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
8070
8083
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -8076,7 +8089,7 @@ declare const VMenu: {
|
|
|
8076
8089
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
8077
8090
|
'update:modelValue': (value: boolean) => true;
|
|
8078
8091
|
}, string, {
|
|
8079
|
-
location: Anchor;
|
|
8092
|
+
location: Anchor | undefined;
|
|
8080
8093
|
origin: "auto" | Anchor | "overlap";
|
|
8081
8094
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8082
8095
|
component?: Component;
|
|
@@ -8104,6 +8117,7 @@ declare const VMenu: {
|
|
|
8104
8117
|
noClickAnimation: boolean;
|
|
8105
8118
|
persistent: boolean;
|
|
8106
8119
|
scrim: string | boolean;
|
|
8120
|
+
submenu: boolean;
|
|
8107
8121
|
}, {}, string, vue.SlotsType<Partial<{
|
|
8108
8122
|
default: (arg: {
|
|
8109
8123
|
isActive: vue.Ref<boolean>;
|
|
@@ -8115,9 +8129,12 @@ declare const VMenu: {
|
|
|
8115
8129
|
}) => vue.VNode[];
|
|
8116
8130
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
8117
8131
|
offset: vue.PropType<StrategyProps["offset"]>;
|
|
8118
|
-
location: {
|
|
8132
|
+
location: Omit<{
|
|
8119
8133
|
type: vue.PropType<StrategyProps["location"]>;
|
|
8120
8134
|
default: string;
|
|
8135
|
+
}, "type" | "default"> & {
|
|
8136
|
+
type: vue.PropType<Anchor | undefined>;
|
|
8137
|
+
default: NonNullable<Anchor> | undefined;
|
|
8121
8138
|
};
|
|
8122
8139
|
origin: {
|
|
8123
8140
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -8226,11 +8243,15 @@ declare const VMenu: {
|
|
|
8226
8243
|
};
|
|
8227
8244
|
attach: vue.PropType<boolean | string | Element>;
|
|
8228
8245
|
id: StringConstructor;
|
|
8246
|
+
submenu: BooleanConstructor;
|
|
8229
8247
|
}, vue.ExtractPropTypes<{
|
|
8230
8248
|
offset: vue.PropType<StrategyProps["offset"]>;
|
|
8231
|
-
location: {
|
|
8249
|
+
location: Omit<{
|
|
8232
8250
|
type: vue.PropType<StrategyProps["location"]>;
|
|
8233
8251
|
default: string;
|
|
8252
|
+
}, "type" | "default"> & {
|
|
8253
|
+
type: vue.PropType<Anchor | undefined>;
|
|
8254
|
+
default: NonNullable<Anchor> | undefined;
|
|
8234
8255
|
};
|
|
8235
8256
|
origin: {
|
|
8236
8257
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -8339,6 +8360,7 @@ declare const VMenu: {
|
|
|
8339
8360
|
};
|
|
8340
8361
|
attach: vue.PropType<boolean | string | Element>;
|
|
8341
8362
|
id: StringConstructor;
|
|
8363
|
+
submenu: BooleanConstructor;
|
|
8342
8364
|
}>>;
|
|
8343
8365
|
type VMenu = InstanceType<typeof VMenu>;
|
|
8344
8366
|
|
|
@@ -8411,7 +8433,7 @@ declare const VAutocomplete: {
|
|
|
8411
8433
|
theme?: string | undefined;
|
|
8412
8434
|
counter?: string | number | boolean | undefined;
|
|
8413
8435
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
8414
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
8436
|
+
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;
|
|
8415
8437
|
rounded?: string | number | boolean | undefined;
|
|
8416
8438
|
baseColor?: string | undefined;
|
|
8417
8439
|
bgColor?: string | undefined;
|
|
@@ -8483,9 +8505,9 @@ declare const VAutocomplete: {
|
|
|
8483
8505
|
rounded?: string | number | boolean | undefined;
|
|
8484
8506
|
baseColor?: string | undefined;
|
|
8485
8507
|
bgColor?: string | undefined;
|
|
8508
|
+
activeColor?: string | undefined;
|
|
8486
8509
|
activeClass?: string | undefined;
|
|
8487
8510
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8488
|
-
activeColor?: string | undefined;
|
|
8489
8511
|
collapseIcon?: string | undefined;
|
|
8490
8512
|
expandIcon?: string | undefined;
|
|
8491
8513
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -8528,9 +8550,9 @@ declare const VAutocomplete: {
|
|
|
8528
8550
|
rounded?: string | number | boolean | undefined;
|
|
8529
8551
|
baseColor?: string | undefined;
|
|
8530
8552
|
bgColor?: string | undefined;
|
|
8553
|
+
activeColor?: string | undefined;
|
|
8531
8554
|
activeClass?: string | undefined;
|
|
8532
8555
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8533
|
-
activeColor?: string | undefined;
|
|
8534
8556
|
collapseIcon?: string | undefined;
|
|
8535
8557
|
expandIcon?: string | undefined;
|
|
8536
8558
|
} & {
|
|
@@ -8643,7 +8665,7 @@ declare const VAutocomplete: {
|
|
|
8643
8665
|
}) => vue.VNodeChild) | undefined;
|
|
8644
8666
|
}) | undefined;
|
|
8645
8667
|
menuProps?: (Partial<{
|
|
8646
|
-
location: Anchor;
|
|
8668
|
+
location: Anchor | undefined;
|
|
8647
8669
|
origin: "auto" | Anchor | "overlap";
|
|
8648
8670
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8649
8671
|
component?: vue.Component;
|
|
@@ -8671,8 +8693,9 @@ declare const VAutocomplete: {
|
|
|
8671
8693
|
noClickAnimation: boolean;
|
|
8672
8694
|
persistent: boolean;
|
|
8673
8695
|
scrim: string | boolean;
|
|
8696
|
+
submenu: boolean;
|
|
8674
8697
|
}> & Omit<{
|
|
8675
|
-
location: Anchor;
|
|
8698
|
+
location: Anchor | undefined;
|
|
8676
8699
|
origin: "auto" | Anchor | "overlap";
|
|
8677
8700
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8678
8701
|
component?: vue.Component;
|
|
@@ -8698,6 +8721,7 @@ declare const VAutocomplete: {
|
|
|
8698
8721
|
noClickAnimation: boolean;
|
|
8699
8722
|
persistent: boolean;
|
|
8700
8723
|
scrim: string | boolean;
|
|
8724
|
+
submenu: boolean;
|
|
8701
8725
|
offset?: string | number | number[] | undefined;
|
|
8702
8726
|
id?: string | undefined;
|
|
8703
8727
|
height?: string | number | undefined;
|
|
@@ -8748,7 +8772,7 @@ declare const VAutocomplete: {
|
|
|
8748
8772
|
}) => vue.VNodeChild) | undefined;
|
|
8749
8773
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8750
8774
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
8751
|
-
location: Anchor;
|
|
8775
|
+
location: Anchor | undefined;
|
|
8752
8776
|
origin: "auto" | Anchor | "overlap";
|
|
8753
8777
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8754
8778
|
component?: vue.Component;
|
|
@@ -8774,6 +8798,7 @@ declare const VAutocomplete: {
|
|
|
8774
8798
|
noClickAnimation: boolean;
|
|
8775
8799
|
persistent: boolean;
|
|
8776
8800
|
scrim: string | boolean;
|
|
8801
|
+
submenu: boolean;
|
|
8777
8802
|
} & {
|
|
8778
8803
|
offset?: string | number | number[] | undefined;
|
|
8779
8804
|
id?: string | undefined;
|
|
@@ -8827,7 +8852,7 @@ declare const VAutocomplete: {
|
|
|
8827
8852
|
}) => vue.VNodeChild) | undefined;
|
|
8828
8853
|
} & {
|
|
8829
8854
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8830
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
8855
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
8831
8856
|
itemColor?: string | undefined;
|
|
8832
8857
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
8833
8858
|
} & {
|
|
@@ -8903,7 +8928,7 @@ declare const VAutocomplete: {
|
|
|
8903
8928
|
theme?: string | undefined;
|
|
8904
8929
|
counter?: string | number | boolean | undefined;
|
|
8905
8930
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
8906
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
8931
|
+
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;
|
|
8907
8932
|
rounded?: string | number | boolean | undefined;
|
|
8908
8933
|
baseColor?: string | undefined;
|
|
8909
8934
|
bgColor?: string | undefined;
|
|
@@ -8975,9 +9000,9 @@ declare const VAutocomplete: {
|
|
|
8975
9000
|
rounded?: string | number | boolean | undefined;
|
|
8976
9001
|
baseColor?: string | undefined;
|
|
8977
9002
|
bgColor?: string | undefined;
|
|
9003
|
+
activeColor?: string | undefined;
|
|
8978
9004
|
activeClass?: string | undefined;
|
|
8979
9005
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8980
|
-
activeColor?: string | undefined;
|
|
8981
9006
|
collapseIcon?: string | undefined;
|
|
8982
9007
|
expandIcon?: string | undefined;
|
|
8983
9008
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -9020,9 +9045,9 @@ declare const VAutocomplete: {
|
|
|
9020
9045
|
rounded?: string | number | boolean | undefined;
|
|
9021
9046
|
baseColor?: string | undefined;
|
|
9022
9047
|
bgColor?: string | undefined;
|
|
9048
|
+
activeColor?: string | undefined;
|
|
9023
9049
|
activeClass?: string | undefined;
|
|
9024
9050
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9025
|
-
activeColor?: string | undefined;
|
|
9026
9051
|
collapseIcon?: string | undefined;
|
|
9027
9052
|
expandIcon?: string | undefined;
|
|
9028
9053
|
} & {
|
|
@@ -9135,7 +9160,7 @@ declare const VAutocomplete: {
|
|
|
9135
9160
|
}) => vue.VNodeChild) | undefined;
|
|
9136
9161
|
}) | undefined;
|
|
9137
9162
|
menuProps?: (Partial<{
|
|
9138
|
-
location: Anchor;
|
|
9163
|
+
location: Anchor | undefined;
|
|
9139
9164
|
origin: "auto" | Anchor | "overlap";
|
|
9140
9165
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9141
9166
|
component?: vue.Component;
|
|
@@ -9163,8 +9188,9 @@ declare const VAutocomplete: {
|
|
|
9163
9188
|
noClickAnimation: boolean;
|
|
9164
9189
|
persistent: boolean;
|
|
9165
9190
|
scrim: string | boolean;
|
|
9191
|
+
submenu: boolean;
|
|
9166
9192
|
}> & Omit<{
|
|
9167
|
-
location: Anchor;
|
|
9193
|
+
location: Anchor | undefined;
|
|
9168
9194
|
origin: "auto" | Anchor | "overlap";
|
|
9169
9195
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9170
9196
|
component?: vue.Component;
|
|
@@ -9190,6 +9216,7 @@ declare const VAutocomplete: {
|
|
|
9190
9216
|
noClickAnimation: boolean;
|
|
9191
9217
|
persistent: boolean;
|
|
9192
9218
|
scrim: string | boolean;
|
|
9219
|
+
submenu: boolean;
|
|
9193
9220
|
offset?: string | number | number[] | undefined;
|
|
9194
9221
|
id?: string | undefined;
|
|
9195
9222
|
height?: string | number | undefined;
|
|
@@ -9240,7 +9267,7 @@ declare const VAutocomplete: {
|
|
|
9240
9267
|
}) => vue.VNodeChild) | undefined;
|
|
9241
9268
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9242
9269
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
9243
|
-
location: Anchor;
|
|
9270
|
+
location: Anchor | undefined;
|
|
9244
9271
|
origin: "auto" | Anchor | "overlap";
|
|
9245
9272
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9246
9273
|
component?: vue.Component;
|
|
@@ -9266,6 +9293,7 @@ declare const VAutocomplete: {
|
|
|
9266
9293
|
noClickAnimation: boolean;
|
|
9267
9294
|
persistent: boolean;
|
|
9268
9295
|
scrim: string | boolean;
|
|
9296
|
+
submenu: boolean;
|
|
9269
9297
|
} & {
|
|
9270
9298
|
offset?: string | number | number[] | undefined;
|
|
9271
9299
|
id?: string | undefined;
|
|
@@ -9319,7 +9347,7 @@ declare const VAutocomplete: {
|
|
|
9319
9347
|
}) => vue.VNodeChild) | undefined;
|
|
9320
9348
|
} & {
|
|
9321
9349
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9322
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
9350
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
9323
9351
|
itemColor?: string | undefined;
|
|
9324
9352
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
9325
9353
|
} & {
|
|
@@ -9479,7 +9507,7 @@ declare const VAutocomplete: {
|
|
|
9479
9507
|
theme?: string | undefined;
|
|
9480
9508
|
counter?: string | number | boolean | undefined;
|
|
9481
9509
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
9482
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
9510
|
+
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;
|
|
9483
9511
|
rounded?: string | number | boolean | undefined;
|
|
9484
9512
|
baseColor?: string | undefined;
|
|
9485
9513
|
bgColor?: string | undefined;
|
|
@@ -9551,9 +9579,9 @@ declare const VAutocomplete: {
|
|
|
9551
9579
|
rounded?: string | number | boolean | undefined;
|
|
9552
9580
|
baseColor?: string | undefined;
|
|
9553
9581
|
bgColor?: string | undefined;
|
|
9582
|
+
activeColor?: string | undefined;
|
|
9554
9583
|
activeClass?: string | undefined;
|
|
9555
9584
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9556
|
-
activeColor?: string | undefined;
|
|
9557
9585
|
collapseIcon?: string | undefined;
|
|
9558
9586
|
expandIcon?: string | undefined;
|
|
9559
9587
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -9596,9 +9624,9 @@ declare const VAutocomplete: {
|
|
|
9596
9624
|
rounded?: string | number | boolean | undefined;
|
|
9597
9625
|
baseColor?: string | undefined;
|
|
9598
9626
|
bgColor?: string | undefined;
|
|
9627
|
+
activeColor?: string | undefined;
|
|
9599
9628
|
activeClass?: string | undefined;
|
|
9600
9629
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9601
|
-
activeColor?: string | undefined;
|
|
9602
9630
|
collapseIcon?: string | undefined;
|
|
9603
9631
|
expandIcon?: string | undefined;
|
|
9604
9632
|
} & {
|
|
@@ -9711,7 +9739,7 @@ declare const VAutocomplete: {
|
|
|
9711
9739
|
}) => vue.VNodeChild) | undefined;
|
|
9712
9740
|
}) | undefined;
|
|
9713
9741
|
menuProps?: (Partial<{
|
|
9714
|
-
location: Anchor;
|
|
9742
|
+
location: Anchor | undefined;
|
|
9715
9743
|
origin: "auto" | Anchor | "overlap";
|
|
9716
9744
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9717
9745
|
component?: vue.Component;
|
|
@@ -9739,8 +9767,9 @@ declare const VAutocomplete: {
|
|
|
9739
9767
|
noClickAnimation: boolean;
|
|
9740
9768
|
persistent: boolean;
|
|
9741
9769
|
scrim: string | boolean;
|
|
9770
|
+
submenu: boolean;
|
|
9742
9771
|
}> & Omit<{
|
|
9743
|
-
location: Anchor;
|
|
9772
|
+
location: Anchor | undefined;
|
|
9744
9773
|
origin: "auto" | Anchor | "overlap";
|
|
9745
9774
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9746
9775
|
component?: vue.Component;
|
|
@@ -9766,6 +9795,7 @@ declare const VAutocomplete: {
|
|
|
9766
9795
|
noClickAnimation: boolean;
|
|
9767
9796
|
persistent: boolean;
|
|
9768
9797
|
scrim: string | boolean;
|
|
9798
|
+
submenu: boolean;
|
|
9769
9799
|
offset?: string | number | number[] | undefined;
|
|
9770
9800
|
id?: string | undefined;
|
|
9771
9801
|
height?: string | number | undefined;
|
|
@@ -9816,7 +9846,7 @@ declare const VAutocomplete: {
|
|
|
9816
9846
|
}) => vue.VNodeChild) | undefined;
|
|
9817
9847
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9818
9848
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
9819
|
-
location: Anchor;
|
|
9849
|
+
location: Anchor | undefined;
|
|
9820
9850
|
origin: "auto" | Anchor | "overlap";
|
|
9821
9851
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9822
9852
|
component?: vue.Component;
|
|
@@ -9842,6 +9872,7 @@ declare const VAutocomplete: {
|
|
|
9842
9872
|
noClickAnimation: boolean;
|
|
9843
9873
|
persistent: boolean;
|
|
9844
9874
|
scrim: string | boolean;
|
|
9875
|
+
submenu: boolean;
|
|
9845
9876
|
} & {
|
|
9846
9877
|
offset?: string | number | number[] | undefined;
|
|
9847
9878
|
id?: string | undefined;
|
|
@@ -9895,7 +9926,7 @@ declare const VAutocomplete: {
|
|
|
9895
9926
|
}) => vue.VNodeChild) | undefined;
|
|
9896
9927
|
} & {
|
|
9897
9928
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9898
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
9929
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
9899
9930
|
itemColor?: string | undefined;
|
|
9900
9931
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
9901
9932
|
} & {
|
|
@@ -10020,7 +10051,7 @@ declare const VAutocomplete: {
|
|
|
10020
10051
|
theme?: string | undefined;
|
|
10021
10052
|
counter?: string | number | boolean | undefined;
|
|
10022
10053
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
10023
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
10054
|
+
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;
|
|
10024
10055
|
rounded?: string | number | boolean | undefined;
|
|
10025
10056
|
baseColor?: string | undefined;
|
|
10026
10057
|
bgColor?: string | undefined;
|
|
@@ -10092,9 +10123,9 @@ declare const VAutocomplete: {
|
|
|
10092
10123
|
rounded?: string | number | boolean | undefined;
|
|
10093
10124
|
baseColor?: string | undefined;
|
|
10094
10125
|
bgColor?: string | undefined;
|
|
10126
|
+
activeColor?: string | undefined;
|
|
10095
10127
|
activeClass?: string | undefined;
|
|
10096
10128
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
10097
|
-
activeColor?: string | undefined;
|
|
10098
10129
|
collapseIcon?: string | undefined;
|
|
10099
10130
|
expandIcon?: string | undefined;
|
|
10100
10131
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -10137,9 +10168,9 @@ declare const VAutocomplete: {
|
|
|
10137
10168
|
rounded?: string | number | boolean | undefined;
|
|
10138
10169
|
baseColor?: string | undefined;
|
|
10139
10170
|
bgColor?: string | undefined;
|
|
10171
|
+
activeColor?: string | undefined;
|
|
10140
10172
|
activeClass?: string | undefined;
|
|
10141
10173
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
10142
|
-
activeColor?: string | undefined;
|
|
10143
10174
|
collapseIcon?: string | undefined;
|
|
10144
10175
|
expandIcon?: string | undefined;
|
|
10145
10176
|
} & {
|
|
@@ -10252,7 +10283,7 @@ declare const VAutocomplete: {
|
|
|
10252
10283
|
}) => vue.VNodeChild) | undefined;
|
|
10253
10284
|
}) | undefined;
|
|
10254
10285
|
menuProps?: (Partial<{
|
|
10255
|
-
location: Anchor;
|
|
10286
|
+
location: Anchor | undefined;
|
|
10256
10287
|
origin: "auto" | Anchor | "overlap";
|
|
10257
10288
|
transition: string | boolean | (vue.TransitionProps & {
|
|
10258
10289
|
component?: vue.Component;
|
|
@@ -10280,8 +10311,9 @@ declare const VAutocomplete: {
|
|
|
10280
10311
|
noClickAnimation: boolean;
|
|
10281
10312
|
persistent: boolean;
|
|
10282
10313
|
scrim: string | boolean;
|
|
10314
|
+
submenu: boolean;
|
|
10283
10315
|
}> & Omit<{
|
|
10284
|
-
location: Anchor;
|
|
10316
|
+
location: Anchor | undefined;
|
|
10285
10317
|
origin: "auto" | Anchor | "overlap";
|
|
10286
10318
|
transition: string | boolean | (vue.TransitionProps & {
|
|
10287
10319
|
component?: vue.Component;
|
|
@@ -10307,6 +10339,7 @@ declare const VAutocomplete: {
|
|
|
10307
10339
|
noClickAnimation: boolean;
|
|
10308
10340
|
persistent: boolean;
|
|
10309
10341
|
scrim: string | boolean;
|
|
10342
|
+
submenu: boolean;
|
|
10310
10343
|
offset?: string | number | number[] | undefined;
|
|
10311
10344
|
id?: string | undefined;
|
|
10312
10345
|
height?: string | number | undefined;
|
|
@@ -10357,7 +10390,7 @@ declare const VAutocomplete: {
|
|
|
10357
10390
|
}) => vue.VNodeChild) | undefined;
|
|
10358
10391
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10359
10392
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
10360
|
-
location: Anchor;
|
|
10393
|
+
location: Anchor | undefined;
|
|
10361
10394
|
origin: "auto" | Anchor | "overlap";
|
|
10362
10395
|
transition: string | boolean | (vue.TransitionProps & {
|
|
10363
10396
|
component?: vue.Component;
|
|
@@ -10383,6 +10416,7 @@ declare const VAutocomplete: {
|
|
|
10383
10416
|
noClickAnimation: boolean;
|
|
10384
10417
|
persistent: boolean;
|
|
10385
10418
|
scrim: string | boolean;
|
|
10419
|
+
submenu: boolean;
|
|
10386
10420
|
} & {
|
|
10387
10421
|
offset?: string | number | number[] | undefined;
|
|
10388
10422
|
id?: string | undefined;
|
|
@@ -10436,7 +10470,7 @@ declare const VAutocomplete: {
|
|
|
10436
10470
|
}) => vue.VNodeChild) | undefined;
|
|
10437
10471
|
} & {
|
|
10438
10472
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10439
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
10473
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
10440
10474
|
itemColor?: string | undefined;
|
|
10441
10475
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
10442
10476
|
} & {
|
|
@@ -10973,6 +11007,7 @@ declare const VAvatar: {
|
|
|
10973
11007
|
tile: boolean;
|
|
10974
11008
|
density: Density;
|
|
10975
11009
|
} & {
|
|
11010
|
+
border?: string | number | boolean | undefined;
|
|
10976
11011
|
color?: string | undefined;
|
|
10977
11012
|
image?: string | undefined;
|
|
10978
11013
|
text?: string | undefined;
|
|
@@ -10999,6 +11034,7 @@ declare const VAvatar: {
|
|
|
10999
11034
|
tile: boolean;
|
|
11000
11035
|
density: Density;
|
|
11001
11036
|
} & {
|
|
11037
|
+
border?: string | number | boolean | undefined;
|
|
11002
11038
|
color?: string | undefined;
|
|
11003
11039
|
image?: string | undefined;
|
|
11004
11040
|
text?: string | undefined;
|
|
@@ -11044,6 +11080,7 @@ declare const VAvatar: {
|
|
|
11044
11080
|
tile: boolean;
|
|
11045
11081
|
density: Density;
|
|
11046
11082
|
} & {
|
|
11083
|
+
border?: string | number | boolean | undefined;
|
|
11047
11084
|
color?: string | undefined;
|
|
11048
11085
|
image?: string | undefined;
|
|
11049
11086
|
text?: string | undefined;
|
|
@@ -11084,6 +11121,7 @@ declare const VAvatar: {
|
|
|
11084
11121
|
tile: boolean;
|
|
11085
11122
|
density: Density;
|
|
11086
11123
|
} & {
|
|
11124
|
+
border?: string | number | boolean | undefined;
|
|
11087
11125
|
color?: string | undefined;
|
|
11088
11126
|
image?: string | undefined;
|
|
11089
11127
|
text?: string | undefined;
|
|
@@ -11146,6 +11184,7 @@ declare const VAvatar: {
|
|
|
11146
11184
|
type: vue.PropType<vue.StyleValue>;
|
|
11147
11185
|
default: null;
|
|
11148
11186
|
};
|
|
11187
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
11149
11188
|
start: BooleanConstructor;
|
|
11150
11189
|
end: BooleanConstructor;
|
|
11151
11190
|
icon: vue.PropType<IconValue>;
|
|
@@ -11185,6 +11224,7 @@ declare const VAvatar: {
|
|
|
11185
11224
|
type: vue.PropType<vue.StyleValue>;
|
|
11186
11225
|
default: null;
|
|
11187
11226
|
};
|
|
11227
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
11188
11228
|
start: BooleanConstructor;
|
|
11189
11229
|
end: BooleanConstructor;
|
|
11190
11230
|
icon: vue.PropType<IconValue>;
|
|
@@ -12099,7 +12139,7 @@ declare const VBottomNavigation: {
|
|
|
12099
12139
|
bgColor?: string | undefined;
|
|
12100
12140
|
} & {
|
|
12101
12141
|
"onUpdate:active"?: ((value: any) => any) | undefined;
|
|
12102
|
-
},
|
|
12142
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
12103
12143
|
'update:active': (value: any) => true;
|
|
12104
12144
|
'update:modelValue': (value: any) => true;
|
|
12105
12145
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -12229,7 +12269,7 @@ declare const VBottomNavigation: {
|
|
|
12229
12269
|
bgColor?: string | undefined;
|
|
12230
12270
|
} & {
|
|
12231
12271
|
"onUpdate:active"?: ((value: any) => any) | undefined;
|
|
12232
|
-
},
|
|
12272
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
12233
12273
|
'update:active': (value: any) => true;
|
|
12234
12274
|
'update:modelValue': (value: any) => true;
|
|
12235
12275
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
|
|
@@ -13124,8 +13164,8 @@ declare const VBreadcrumbs: {
|
|
|
13124
13164
|
icon?: IconValue | undefined;
|
|
13125
13165
|
rounded?: string | number | boolean | undefined;
|
|
13126
13166
|
bgColor?: string | undefined;
|
|
13127
|
-
activeClass?: string | undefined;
|
|
13128
13167
|
activeColor?: string | undefined;
|
|
13168
|
+
activeClass?: string | undefined;
|
|
13129
13169
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:title" | "v-slot:item" | "v-slot:divider">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
13130
13170
|
style: vue.StyleValue;
|
|
13131
13171
|
disabled: boolean;
|
|
@@ -13139,8 +13179,8 @@ declare const VBreadcrumbs: {
|
|
|
13139
13179
|
icon?: IconValue | undefined;
|
|
13140
13180
|
rounded?: string | number | boolean | undefined;
|
|
13141
13181
|
bgColor?: string | undefined;
|
|
13142
|
-
activeClass?: string | undefined;
|
|
13143
13182
|
activeColor?: string | undefined;
|
|
13183
|
+
activeClass?: string | undefined;
|
|
13144
13184
|
}, {
|
|
13145
13185
|
style: vue.StyleValue;
|
|
13146
13186
|
disabled: boolean;
|
|
@@ -13184,8 +13224,8 @@ declare const VBreadcrumbs: {
|
|
|
13184
13224
|
icon?: IconValue | undefined;
|
|
13185
13225
|
rounded?: string | number | boolean | undefined;
|
|
13186
13226
|
bgColor?: string | undefined;
|
|
13187
|
-
activeClass?: string | undefined;
|
|
13188
13227
|
activeColor?: string | undefined;
|
|
13228
|
+
activeClass?: string | undefined;
|
|
13189
13229
|
}, {}, {}, {}, {}, {
|
|
13190
13230
|
style: vue.StyleValue;
|
|
13191
13231
|
disabled: boolean;
|
|
@@ -13211,8 +13251,8 @@ declare const VBreadcrumbs: {
|
|
|
13211
13251
|
icon?: IconValue | undefined;
|
|
13212
13252
|
rounded?: string | number | boolean | undefined;
|
|
13213
13253
|
bgColor?: string | undefined;
|
|
13214
|
-
activeClass?: string | undefined;
|
|
13215
13254
|
activeColor?: string | undefined;
|
|
13255
|
+
activeClass?: string | undefined;
|
|
13216
13256
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:title" | "v-slot:item" | "v-slot:divider">, string, {
|
|
13217
13257
|
style: vue.StyleValue;
|
|
13218
13258
|
disabled: boolean;
|
|
@@ -13344,8 +13384,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13344
13384
|
class?: any;
|
|
13345
13385
|
href?: string | undefined;
|
|
13346
13386
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13347
|
-
activeClass?: string | undefined;
|
|
13348
13387
|
activeColor?: string | undefined;
|
|
13388
|
+
activeClass?: string | undefined;
|
|
13349
13389
|
} & {
|
|
13350
13390
|
$children?: vue.VNodeChild | {
|
|
13351
13391
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13368,8 +13408,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13368
13408
|
class?: any;
|
|
13369
13409
|
href?: string | undefined;
|
|
13370
13410
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13371
|
-
activeClass?: string | undefined;
|
|
13372
13411
|
activeColor?: string | undefined;
|
|
13412
|
+
activeClass?: string | undefined;
|
|
13373
13413
|
} & {
|
|
13374
13414
|
$children?: vue.VNodeChild | {
|
|
13375
13415
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13408,8 +13448,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13408
13448
|
class?: any;
|
|
13409
13449
|
href?: string | undefined;
|
|
13410
13450
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13411
|
-
activeClass?: string | undefined;
|
|
13412
13451
|
activeColor?: string | undefined;
|
|
13452
|
+
activeClass?: string | undefined;
|
|
13413
13453
|
} & {
|
|
13414
13454
|
$children?: vue.VNodeChild | {
|
|
13415
13455
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13443,8 +13483,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13443
13483
|
class?: any;
|
|
13444
13484
|
href?: string | undefined;
|
|
13445
13485
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13446
|
-
activeClass?: string | undefined;
|
|
13447
13486
|
activeColor?: string | undefined;
|
|
13487
|
+
activeClass?: string | undefined;
|
|
13448
13488
|
} & {
|
|
13449
13489
|
$children?: vue.VNodeChild | {
|
|
13450
13490
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13651,6 +13691,7 @@ declare const VBtn: {
|
|
|
13651
13691
|
rounded?: string | number | boolean | undefined;
|
|
13652
13692
|
baseColor?: string | undefined;
|
|
13653
13693
|
selectedClass?: string | undefined;
|
|
13694
|
+
activeColor?: string | undefined;
|
|
13654
13695
|
prependIcon?: IconValue | undefined;
|
|
13655
13696
|
appendIcon?: IconValue | undefined;
|
|
13656
13697
|
} & {
|
|
@@ -13724,6 +13765,7 @@ declare const VBtn: {
|
|
|
13724
13765
|
rounded?: string | number | boolean | undefined;
|
|
13725
13766
|
baseColor?: string | undefined;
|
|
13726
13767
|
selectedClass?: string | undefined;
|
|
13768
|
+
activeColor?: string | undefined;
|
|
13727
13769
|
prependIcon?: IconValue | undefined;
|
|
13728
13770
|
appendIcon?: IconValue | undefined;
|
|
13729
13771
|
} & {
|
|
@@ -13824,6 +13866,7 @@ declare const VBtn: {
|
|
|
13824
13866
|
rounded?: string | number | boolean | undefined;
|
|
13825
13867
|
baseColor?: string | undefined;
|
|
13826
13868
|
selectedClass?: string | undefined;
|
|
13869
|
+
activeColor?: string | undefined;
|
|
13827
13870
|
prependIcon?: IconValue | undefined;
|
|
13828
13871
|
appendIcon?: IconValue | undefined;
|
|
13829
13872
|
} & {
|
|
@@ -13918,6 +13961,7 @@ declare const VBtn: {
|
|
|
13918
13961
|
rounded?: string | number | boolean | undefined;
|
|
13919
13962
|
baseColor?: string | undefined;
|
|
13920
13963
|
selectedClass?: string | undefined;
|
|
13964
|
+
activeColor?: string | undefined;
|
|
13921
13965
|
prependIcon?: IconValue | undefined;
|
|
13922
13966
|
appendIcon?: IconValue | undefined;
|
|
13923
13967
|
} & {
|
|
@@ -14039,6 +14083,7 @@ declare const VBtn: {
|
|
|
14039
14083
|
type: BooleanConstructor;
|
|
14040
14084
|
default: undefined;
|
|
14041
14085
|
};
|
|
14086
|
+
activeColor: StringConstructor;
|
|
14042
14087
|
baseColor: StringConstructor;
|
|
14043
14088
|
symbol: {
|
|
14044
14089
|
type: null;
|
|
@@ -14122,6 +14167,7 @@ declare const VBtn: {
|
|
|
14122
14167
|
type: BooleanConstructor;
|
|
14123
14168
|
default: undefined;
|
|
14124
14169
|
};
|
|
14170
|
+
activeColor: StringConstructor;
|
|
14125
14171
|
baseColor: StringConstructor;
|
|
14126
14172
|
symbol: {
|
|
14127
14173
|
type: null;
|
|
@@ -16441,6 +16487,7 @@ interface srcObject {
|
|
|
16441
16487
|
declare const VImg: {
|
|
16442
16488
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
16443
16489
|
inline: boolean;
|
|
16490
|
+
absolute: boolean;
|
|
16444
16491
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16445
16492
|
component?: vue.Component;
|
|
16446
16493
|
});
|
|
@@ -16505,6 +16552,7 @@ declare const VImg: {
|
|
|
16505
16552
|
error: (value: string | undefined) => true;
|
|
16506
16553
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
16507
16554
|
inline: boolean;
|
|
16555
|
+
absolute: boolean;
|
|
16508
16556
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16509
16557
|
component?: vue.Component;
|
|
16510
16558
|
});
|
|
@@ -16559,6 +16607,7 @@ declare const VImg: {
|
|
|
16559
16607
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
16560
16608
|
}, {
|
|
16561
16609
|
inline: boolean;
|
|
16610
|
+
absolute: boolean;
|
|
16562
16611
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16563
16612
|
component?: vue.Component;
|
|
16564
16613
|
});
|
|
@@ -16584,6 +16633,7 @@ declare const VImg: {
|
|
|
16584
16633
|
Defaults: {};
|
|
16585
16634
|
}, {
|
|
16586
16635
|
inline: boolean;
|
|
16636
|
+
absolute: boolean;
|
|
16587
16637
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16588
16638
|
component?: vue.Component;
|
|
16589
16639
|
});
|
|
@@ -16644,6 +16694,7 @@ declare const VImg: {
|
|
|
16644
16694
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
|
16645
16695
|
}, {}, {}, {}, {
|
|
16646
16696
|
inline: boolean;
|
|
16697
|
+
absolute: boolean;
|
|
16647
16698
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16648
16699
|
component?: vue.Component;
|
|
16649
16700
|
});
|
|
@@ -16661,6 +16712,7 @@ declare const VImg: {
|
|
|
16661
16712
|
__isSuspense?: never;
|
|
16662
16713
|
} & vue.ComponentOptionsBase<{
|
|
16663
16714
|
inline: boolean;
|
|
16715
|
+
absolute: boolean;
|
|
16664
16716
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16665
16717
|
component?: vue.Component;
|
|
16666
16718
|
});
|
|
@@ -16725,6 +16777,7 @@ declare const VImg: {
|
|
|
16725
16777
|
error: (value: string | undefined) => true;
|
|
16726
16778
|
}, string, {
|
|
16727
16779
|
inline: boolean;
|
|
16780
|
+
absolute: boolean;
|
|
16728
16781
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16729
16782
|
component?: vue.Component;
|
|
16730
16783
|
});
|
|
@@ -16768,6 +16821,7 @@ declare const VImg: {
|
|
|
16768
16821
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
16769
16822
|
contentClass: null;
|
|
16770
16823
|
inline: BooleanConstructor;
|
|
16824
|
+
absolute: BooleanConstructor;
|
|
16771
16825
|
alt: StringConstructor;
|
|
16772
16826
|
cover: BooleanConstructor;
|
|
16773
16827
|
color: StringConstructor;
|
|
@@ -16822,6 +16876,7 @@ declare const VImg: {
|
|
|
16822
16876
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
16823
16877
|
contentClass: null;
|
|
16824
16878
|
inline: BooleanConstructor;
|
|
16879
|
+
absolute: BooleanConstructor;
|
|
16825
16880
|
alt: StringConstructor;
|
|
16826
16881
|
cover: BooleanConstructor;
|
|
16827
16882
|
color: StringConstructor;
|
|
@@ -16855,6 +16910,7 @@ type VImg = InstanceType<typeof VImg>;
|
|
|
16855
16910
|
declare const VCarouselItem: {
|
|
16856
16911
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
16857
16912
|
inline: boolean;
|
|
16913
|
+
absolute: boolean;
|
|
16858
16914
|
style: vue.StyleValue;
|
|
16859
16915
|
eager: boolean;
|
|
16860
16916
|
disabled: boolean;
|
|
@@ -16907,6 +16963,7 @@ declare const VCarouselItem: {
|
|
|
16907
16963
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
16908
16964
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
16909
16965
|
inline: boolean;
|
|
16966
|
+
absolute: boolean;
|
|
16910
16967
|
style: vue.StyleValue;
|
|
16911
16968
|
eager: boolean;
|
|
16912
16969
|
disabled: boolean;
|
|
@@ -16959,6 +17016,7 @@ declare const VCarouselItem: {
|
|
|
16959
17016
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
16960
17017
|
}, {
|
|
16961
17018
|
inline: boolean;
|
|
17019
|
+
absolute: boolean;
|
|
16962
17020
|
transition: string | boolean;
|
|
16963
17021
|
style: vue.StyleValue;
|
|
16964
17022
|
draggable: boolean | "false" | "true";
|
|
@@ -16984,6 +17042,7 @@ declare const VCarouselItem: {
|
|
|
16984
17042
|
Defaults: {};
|
|
16985
17043
|
}, {
|
|
16986
17044
|
inline: boolean;
|
|
17045
|
+
absolute: boolean;
|
|
16987
17046
|
style: vue.StyleValue;
|
|
16988
17047
|
eager: boolean;
|
|
16989
17048
|
disabled: boolean;
|
|
@@ -17036,6 +17095,7 @@ declare const VCarouselItem: {
|
|
|
17036
17095
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
17037
17096
|
}, {}, {}, {}, {}, {
|
|
17038
17097
|
inline: boolean;
|
|
17098
|
+
absolute: boolean;
|
|
17039
17099
|
transition: string | boolean;
|
|
17040
17100
|
style: vue.StyleValue;
|
|
17041
17101
|
draggable: boolean | "false" | "true";
|
|
@@ -17053,6 +17113,7 @@ declare const VCarouselItem: {
|
|
|
17053
17113
|
__isSuspense?: never;
|
|
17054
17114
|
} & vue.ComponentOptionsBase<{
|
|
17055
17115
|
inline: boolean;
|
|
17116
|
+
absolute: boolean;
|
|
17056
17117
|
style: vue.StyleValue;
|
|
17057
17118
|
eager: boolean;
|
|
17058
17119
|
disabled: boolean;
|
|
@@ -17105,6 +17166,7 @@ declare const VCarouselItem: {
|
|
|
17105
17166
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
17106
17167
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
17107
17168
|
inline: boolean;
|
|
17169
|
+
absolute: boolean;
|
|
17108
17170
|
transition: string | boolean;
|
|
17109
17171
|
style: vue.StyleValue;
|
|
17110
17172
|
draggable: boolean | "false" | "true";
|
|
@@ -17153,6 +17215,7 @@ declare const VCarouselItem: {
|
|
|
17153
17215
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
17154
17216
|
contentClass: null;
|
|
17155
17217
|
inline: BooleanConstructor;
|
|
17218
|
+
absolute: BooleanConstructor;
|
|
17156
17219
|
alt: StringConstructor;
|
|
17157
17220
|
cover: BooleanConstructor;
|
|
17158
17221
|
color: StringConstructor;
|
|
@@ -17211,6 +17274,7 @@ declare const VCarouselItem: {
|
|
|
17211
17274
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
17212
17275
|
contentClass: null;
|
|
17213
17276
|
inline: BooleanConstructor;
|
|
17277
|
+
absolute: BooleanConstructor;
|
|
17214
17278
|
alt: StringConstructor;
|
|
17215
17279
|
cover: BooleanConstructor;
|
|
17216
17280
|
color: StringConstructor;
|
|
@@ -17838,7 +17902,7 @@ declare const VCheckbox: {
|
|
|
17838
17902
|
class?: any;
|
|
17839
17903
|
theme?: string | undefined;
|
|
17840
17904
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17841
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17905
|
+
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;
|
|
17842
17906
|
validationValue?: any;
|
|
17843
17907
|
baseColor?: string | undefined;
|
|
17844
17908
|
prependIcon?: IconValue | undefined;
|
|
@@ -17892,7 +17956,7 @@ declare const VCheckbox: {
|
|
|
17892
17956
|
class?: any;
|
|
17893
17957
|
theme?: string | undefined;
|
|
17894
17958
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17895
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17959
|
+
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;
|
|
17896
17960
|
validationValue?: any;
|
|
17897
17961
|
baseColor?: string | undefined;
|
|
17898
17962
|
prependIcon?: IconValue | undefined;
|
|
@@ -17988,7 +18052,7 @@ declare const VCheckbox: {
|
|
|
17988
18052
|
class?: any;
|
|
17989
18053
|
theme?: string | undefined;
|
|
17990
18054
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17991
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
18055
|
+
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;
|
|
17992
18056
|
validationValue?: any;
|
|
17993
18057
|
baseColor?: string | undefined;
|
|
17994
18058
|
prependIcon?: IconValue | undefined;
|
|
@@ -18067,7 +18131,7 @@ declare const VCheckbox: {
|
|
|
18067
18131
|
class?: any;
|
|
18068
18132
|
theme?: string | undefined;
|
|
18069
18133
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
18070
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
18134
|
+
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;
|
|
18071
18135
|
validationValue?: any;
|
|
18072
18136
|
baseColor?: string | undefined;
|
|
18073
18137
|
prependIcon?: IconValue | undefined;
|
|
@@ -20356,7 +20420,7 @@ declare const VCombobox: {
|
|
|
20356
20420
|
theme?: string | undefined;
|
|
20357
20421
|
counter?: string | number | boolean | undefined;
|
|
20358
20422
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
20359
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
20423
|
+
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;
|
|
20360
20424
|
rounded?: string | number | boolean | undefined;
|
|
20361
20425
|
baseColor?: string | undefined;
|
|
20362
20426
|
bgColor?: string | undefined;
|
|
@@ -20428,9 +20492,9 @@ declare const VCombobox: {
|
|
|
20428
20492
|
rounded?: string | number | boolean | undefined;
|
|
20429
20493
|
baseColor?: string | undefined;
|
|
20430
20494
|
bgColor?: string | undefined;
|
|
20495
|
+
activeColor?: string | undefined;
|
|
20431
20496
|
activeClass?: string | undefined;
|
|
20432
20497
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20433
|
-
activeColor?: string | undefined;
|
|
20434
20498
|
collapseIcon?: string | undefined;
|
|
20435
20499
|
expandIcon?: string | undefined;
|
|
20436
20500
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -20473,9 +20537,9 @@ declare const VCombobox: {
|
|
|
20473
20537
|
rounded?: string | number | boolean | undefined;
|
|
20474
20538
|
baseColor?: string | undefined;
|
|
20475
20539
|
bgColor?: string | undefined;
|
|
20540
|
+
activeColor?: string | undefined;
|
|
20476
20541
|
activeClass?: string | undefined;
|
|
20477
20542
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20478
|
-
activeColor?: string | undefined;
|
|
20479
20543
|
collapseIcon?: string | undefined;
|
|
20480
20544
|
expandIcon?: string | undefined;
|
|
20481
20545
|
} & {
|
|
@@ -20588,7 +20652,7 @@ declare const VCombobox: {
|
|
|
20588
20652
|
}) => vue.VNodeChild) | undefined;
|
|
20589
20653
|
}) | undefined;
|
|
20590
20654
|
menuProps?: (Partial<{
|
|
20591
|
-
location: Anchor;
|
|
20655
|
+
location: Anchor | undefined;
|
|
20592
20656
|
origin: "auto" | Anchor | "overlap";
|
|
20593
20657
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20594
20658
|
component?: vue.Component;
|
|
@@ -20616,8 +20680,9 @@ declare const VCombobox: {
|
|
|
20616
20680
|
noClickAnimation: boolean;
|
|
20617
20681
|
persistent: boolean;
|
|
20618
20682
|
scrim: string | boolean;
|
|
20683
|
+
submenu: boolean;
|
|
20619
20684
|
}> & Omit<{
|
|
20620
|
-
location: Anchor;
|
|
20685
|
+
location: Anchor | undefined;
|
|
20621
20686
|
origin: "auto" | Anchor | "overlap";
|
|
20622
20687
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20623
20688
|
component?: vue.Component;
|
|
@@ -20643,6 +20708,7 @@ declare const VCombobox: {
|
|
|
20643
20708
|
noClickAnimation: boolean;
|
|
20644
20709
|
persistent: boolean;
|
|
20645
20710
|
scrim: string | boolean;
|
|
20711
|
+
submenu: boolean;
|
|
20646
20712
|
offset?: string | number | number[] | undefined;
|
|
20647
20713
|
id?: string | undefined;
|
|
20648
20714
|
height?: string | number | undefined;
|
|
@@ -20693,7 +20759,7 @@ declare const VCombobox: {
|
|
|
20693
20759
|
}) => vue.VNodeChild) | undefined;
|
|
20694
20760
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20695
20761
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
20696
|
-
location: Anchor;
|
|
20762
|
+
location: Anchor | undefined;
|
|
20697
20763
|
origin: "auto" | Anchor | "overlap";
|
|
20698
20764
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20699
20765
|
component?: vue.Component;
|
|
@@ -20719,6 +20785,7 @@ declare const VCombobox: {
|
|
|
20719
20785
|
noClickAnimation: boolean;
|
|
20720
20786
|
persistent: boolean;
|
|
20721
20787
|
scrim: string | boolean;
|
|
20788
|
+
submenu: boolean;
|
|
20722
20789
|
} & {
|
|
20723
20790
|
offset?: string | number | number[] | undefined;
|
|
20724
20791
|
id?: string | undefined;
|
|
@@ -20772,7 +20839,7 @@ declare const VCombobox: {
|
|
|
20772
20839
|
}) => vue.VNodeChild) | undefined;
|
|
20773
20840
|
} & {
|
|
20774
20841
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20775
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
20842
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
20776
20843
|
itemColor?: string | undefined;
|
|
20777
20844
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
20778
20845
|
} & {
|
|
@@ -20848,7 +20915,7 @@ declare const VCombobox: {
|
|
|
20848
20915
|
theme?: string | undefined;
|
|
20849
20916
|
counter?: string | number | boolean | undefined;
|
|
20850
20917
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
20851
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
20918
|
+
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;
|
|
20852
20919
|
rounded?: string | number | boolean | undefined;
|
|
20853
20920
|
baseColor?: string | undefined;
|
|
20854
20921
|
bgColor?: string | undefined;
|
|
@@ -20920,9 +20987,9 @@ declare const VCombobox: {
|
|
|
20920
20987
|
rounded?: string | number | boolean | undefined;
|
|
20921
20988
|
baseColor?: string | undefined;
|
|
20922
20989
|
bgColor?: string | undefined;
|
|
20990
|
+
activeColor?: string | undefined;
|
|
20923
20991
|
activeClass?: string | undefined;
|
|
20924
20992
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20925
|
-
activeColor?: string | undefined;
|
|
20926
20993
|
collapseIcon?: string | undefined;
|
|
20927
20994
|
expandIcon?: string | undefined;
|
|
20928
20995
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -20965,9 +21032,9 @@ declare const VCombobox: {
|
|
|
20965
21032
|
rounded?: string | number | boolean | undefined;
|
|
20966
21033
|
baseColor?: string | undefined;
|
|
20967
21034
|
bgColor?: string | undefined;
|
|
21035
|
+
activeColor?: string | undefined;
|
|
20968
21036
|
activeClass?: string | undefined;
|
|
20969
21037
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20970
|
-
activeColor?: string | undefined;
|
|
20971
21038
|
collapseIcon?: string | undefined;
|
|
20972
21039
|
expandIcon?: string | undefined;
|
|
20973
21040
|
} & {
|
|
@@ -21080,7 +21147,7 @@ declare const VCombobox: {
|
|
|
21080
21147
|
}) => vue.VNodeChild) | undefined;
|
|
21081
21148
|
}) | undefined;
|
|
21082
21149
|
menuProps?: (Partial<{
|
|
21083
|
-
location: Anchor;
|
|
21150
|
+
location: Anchor | undefined;
|
|
21084
21151
|
origin: "auto" | Anchor | "overlap";
|
|
21085
21152
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21086
21153
|
component?: vue.Component;
|
|
@@ -21108,8 +21175,9 @@ declare const VCombobox: {
|
|
|
21108
21175
|
noClickAnimation: boolean;
|
|
21109
21176
|
persistent: boolean;
|
|
21110
21177
|
scrim: string | boolean;
|
|
21178
|
+
submenu: boolean;
|
|
21111
21179
|
}> & Omit<{
|
|
21112
|
-
location: Anchor;
|
|
21180
|
+
location: Anchor | undefined;
|
|
21113
21181
|
origin: "auto" | Anchor | "overlap";
|
|
21114
21182
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21115
21183
|
component?: vue.Component;
|
|
@@ -21135,6 +21203,7 @@ declare const VCombobox: {
|
|
|
21135
21203
|
noClickAnimation: boolean;
|
|
21136
21204
|
persistent: boolean;
|
|
21137
21205
|
scrim: string | boolean;
|
|
21206
|
+
submenu: boolean;
|
|
21138
21207
|
offset?: string | number | number[] | undefined;
|
|
21139
21208
|
id?: string | undefined;
|
|
21140
21209
|
height?: string | number | undefined;
|
|
@@ -21185,7 +21254,7 @@ declare const VCombobox: {
|
|
|
21185
21254
|
}) => vue.VNodeChild) | undefined;
|
|
21186
21255
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21187
21256
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
21188
|
-
location: Anchor;
|
|
21257
|
+
location: Anchor | undefined;
|
|
21189
21258
|
origin: "auto" | Anchor | "overlap";
|
|
21190
21259
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21191
21260
|
component?: vue.Component;
|
|
@@ -21211,6 +21280,7 @@ declare const VCombobox: {
|
|
|
21211
21280
|
noClickAnimation: boolean;
|
|
21212
21281
|
persistent: boolean;
|
|
21213
21282
|
scrim: string | boolean;
|
|
21283
|
+
submenu: boolean;
|
|
21214
21284
|
} & {
|
|
21215
21285
|
offset?: string | number | number[] | undefined;
|
|
21216
21286
|
id?: string | undefined;
|
|
@@ -21264,7 +21334,7 @@ declare const VCombobox: {
|
|
|
21264
21334
|
}) => vue.VNodeChild) | undefined;
|
|
21265
21335
|
} & {
|
|
21266
21336
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21267
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
21337
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
21268
21338
|
itemColor?: string | undefined;
|
|
21269
21339
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
21270
21340
|
} & {
|
|
@@ -21424,7 +21494,7 @@ declare const VCombobox: {
|
|
|
21424
21494
|
theme?: string | undefined;
|
|
21425
21495
|
counter?: string | number | boolean | undefined;
|
|
21426
21496
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
21427
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
21497
|
+
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;
|
|
21428
21498
|
rounded?: string | number | boolean | undefined;
|
|
21429
21499
|
baseColor?: string | undefined;
|
|
21430
21500
|
bgColor?: string | undefined;
|
|
@@ -21496,9 +21566,9 @@ declare const VCombobox: {
|
|
|
21496
21566
|
rounded?: string | number | boolean | undefined;
|
|
21497
21567
|
baseColor?: string | undefined;
|
|
21498
21568
|
bgColor?: string | undefined;
|
|
21569
|
+
activeColor?: string | undefined;
|
|
21499
21570
|
activeClass?: string | undefined;
|
|
21500
21571
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21501
|
-
activeColor?: string | undefined;
|
|
21502
21572
|
collapseIcon?: string | undefined;
|
|
21503
21573
|
expandIcon?: string | undefined;
|
|
21504
21574
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -21541,9 +21611,9 @@ declare const VCombobox: {
|
|
|
21541
21611
|
rounded?: string | number | boolean | undefined;
|
|
21542
21612
|
baseColor?: string | undefined;
|
|
21543
21613
|
bgColor?: string | undefined;
|
|
21614
|
+
activeColor?: string | undefined;
|
|
21544
21615
|
activeClass?: string | undefined;
|
|
21545
21616
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21546
|
-
activeColor?: string | undefined;
|
|
21547
21617
|
collapseIcon?: string | undefined;
|
|
21548
21618
|
expandIcon?: string | undefined;
|
|
21549
21619
|
} & {
|
|
@@ -21656,7 +21726,7 @@ declare const VCombobox: {
|
|
|
21656
21726
|
}) => vue.VNodeChild) | undefined;
|
|
21657
21727
|
}) | undefined;
|
|
21658
21728
|
menuProps?: (Partial<{
|
|
21659
|
-
location: Anchor;
|
|
21729
|
+
location: Anchor | undefined;
|
|
21660
21730
|
origin: "auto" | Anchor | "overlap";
|
|
21661
21731
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21662
21732
|
component?: vue.Component;
|
|
@@ -21684,8 +21754,9 @@ declare const VCombobox: {
|
|
|
21684
21754
|
noClickAnimation: boolean;
|
|
21685
21755
|
persistent: boolean;
|
|
21686
21756
|
scrim: string | boolean;
|
|
21757
|
+
submenu: boolean;
|
|
21687
21758
|
}> & Omit<{
|
|
21688
|
-
location: Anchor;
|
|
21759
|
+
location: Anchor | undefined;
|
|
21689
21760
|
origin: "auto" | Anchor | "overlap";
|
|
21690
21761
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21691
21762
|
component?: vue.Component;
|
|
@@ -21711,6 +21782,7 @@ declare const VCombobox: {
|
|
|
21711
21782
|
noClickAnimation: boolean;
|
|
21712
21783
|
persistent: boolean;
|
|
21713
21784
|
scrim: string | boolean;
|
|
21785
|
+
submenu: boolean;
|
|
21714
21786
|
offset?: string | number | number[] | undefined;
|
|
21715
21787
|
id?: string | undefined;
|
|
21716
21788
|
height?: string | number | undefined;
|
|
@@ -21761,7 +21833,7 @@ declare const VCombobox: {
|
|
|
21761
21833
|
}) => vue.VNodeChild) | undefined;
|
|
21762
21834
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21763
21835
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
21764
|
-
location: Anchor;
|
|
21836
|
+
location: Anchor | undefined;
|
|
21765
21837
|
origin: "auto" | Anchor | "overlap";
|
|
21766
21838
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21767
21839
|
component?: vue.Component;
|
|
@@ -21787,6 +21859,7 @@ declare const VCombobox: {
|
|
|
21787
21859
|
noClickAnimation: boolean;
|
|
21788
21860
|
persistent: boolean;
|
|
21789
21861
|
scrim: string | boolean;
|
|
21862
|
+
submenu: boolean;
|
|
21790
21863
|
} & {
|
|
21791
21864
|
offset?: string | number | number[] | undefined;
|
|
21792
21865
|
id?: string | undefined;
|
|
@@ -21840,7 +21913,7 @@ declare const VCombobox: {
|
|
|
21840
21913
|
}) => vue.VNodeChild) | undefined;
|
|
21841
21914
|
} & {
|
|
21842
21915
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21843
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
21916
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
21844
21917
|
itemColor?: string | undefined;
|
|
21845
21918
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
21846
21919
|
} & {
|
|
@@ -21965,7 +22038,7 @@ declare const VCombobox: {
|
|
|
21965
22038
|
theme?: string | undefined;
|
|
21966
22039
|
counter?: string | number | boolean | undefined;
|
|
21967
22040
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
21968
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
22041
|
+
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;
|
|
21969
22042
|
rounded?: string | number | boolean | undefined;
|
|
21970
22043
|
baseColor?: string | undefined;
|
|
21971
22044
|
bgColor?: string | undefined;
|
|
@@ -22037,9 +22110,9 @@ declare const VCombobox: {
|
|
|
22037
22110
|
rounded?: string | number | boolean | undefined;
|
|
22038
22111
|
baseColor?: string | undefined;
|
|
22039
22112
|
bgColor?: string | undefined;
|
|
22113
|
+
activeColor?: string | undefined;
|
|
22040
22114
|
activeClass?: string | undefined;
|
|
22041
22115
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
22042
|
-
activeColor?: string | undefined;
|
|
22043
22116
|
collapseIcon?: string | undefined;
|
|
22044
22117
|
expandIcon?: string | undefined;
|
|
22045
22118
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -22082,9 +22155,9 @@ declare const VCombobox: {
|
|
|
22082
22155
|
rounded?: string | number | boolean | undefined;
|
|
22083
22156
|
baseColor?: string | undefined;
|
|
22084
22157
|
bgColor?: string | undefined;
|
|
22158
|
+
activeColor?: string | undefined;
|
|
22085
22159
|
activeClass?: string | undefined;
|
|
22086
22160
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
22087
|
-
activeColor?: string | undefined;
|
|
22088
22161
|
collapseIcon?: string | undefined;
|
|
22089
22162
|
expandIcon?: string | undefined;
|
|
22090
22163
|
} & {
|
|
@@ -22197,7 +22270,7 @@ declare const VCombobox: {
|
|
|
22197
22270
|
}) => vue.VNodeChild) | undefined;
|
|
22198
22271
|
}) | undefined;
|
|
22199
22272
|
menuProps?: (Partial<{
|
|
22200
|
-
location: Anchor;
|
|
22273
|
+
location: Anchor | undefined;
|
|
22201
22274
|
origin: "auto" | Anchor | "overlap";
|
|
22202
22275
|
transition: string | boolean | (vue.TransitionProps & {
|
|
22203
22276
|
component?: vue.Component;
|
|
@@ -22225,8 +22298,9 @@ declare const VCombobox: {
|
|
|
22225
22298
|
noClickAnimation: boolean;
|
|
22226
22299
|
persistent: boolean;
|
|
22227
22300
|
scrim: string | boolean;
|
|
22301
|
+
submenu: boolean;
|
|
22228
22302
|
}> & Omit<{
|
|
22229
|
-
location: Anchor;
|
|
22303
|
+
location: Anchor | undefined;
|
|
22230
22304
|
origin: "auto" | Anchor | "overlap";
|
|
22231
22305
|
transition: string | boolean | (vue.TransitionProps & {
|
|
22232
22306
|
component?: vue.Component;
|
|
@@ -22252,6 +22326,7 @@ declare const VCombobox: {
|
|
|
22252
22326
|
noClickAnimation: boolean;
|
|
22253
22327
|
persistent: boolean;
|
|
22254
22328
|
scrim: string | boolean;
|
|
22329
|
+
submenu: boolean;
|
|
22255
22330
|
offset?: string | number | number[] | undefined;
|
|
22256
22331
|
id?: string | undefined;
|
|
22257
22332
|
height?: string | number | undefined;
|
|
@@ -22302,7 +22377,7 @@ declare const VCombobox: {
|
|
|
22302
22377
|
}) => vue.VNodeChild) | undefined;
|
|
22303
22378
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22304
22379
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
22305
|
-
location: Anchor;
|
|
22380
|
+
location: Anchor | undefined;
|
|
22306
22381
|
origin: "auto" | Anchor | "overlap";
|
|
22307
22382
|
transition: string | boolean | (vue.TransitionProps & {
|
|
22308
22383
|
component?: vue.Component;
|
|
@@ -22328,6 +22403,7 @@ declare const VCombobox: {
|
|
|
22328
22403
|
noClickAnimation: boolean;
|
|
22329
22404
|
persistent: boolean;
|
|
22330
22405
|
scrim: string | boolean;
|
|
22406
|
+
submenu: boolean;
|
|
22331
22407
|
} & {
|
|
22332
22408
|
offset?: string | number | number[] | undefined;
|
|
22333
22409
|
id?: string | undefined;
|
|
@@ -22381,7 +22457,7 @@ declare const VCombobox: {
|
|
|
22381
22457
|
}) => vue.VNodeChild) | undefined;
|
|
22382
22458
|
} & {
|
|
22383
22459
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22384
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
22460
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
22385
22461
|
itemColor?: string | undefined;
|
|
22386
22462
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
22387
22463
|
} & {
|
|
@@ -29999,7 +30075,7 @@ declare const VDialog: {
|
|
|
29999
30075
|
onAfterLeave?: (() => any) | undefined;
|
|
30000
30076
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30001
30077
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30002
|
-
}, "target" | "
|
|
30078
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
30003
30079
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30004
30080
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
30005
30081
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -30671,7 +30747,7 @@ declare const VDialog: {
|
|
|
30671
30747
|
onAfterLeave?: (() => any) | undefined;
|
|
30672
30748
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30673
30749
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30674
|
-
}, "target" | "
|
|
30750
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
30675
30751
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30676
30752
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
30677
30753
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -31244,7 +31320,7 @@ declare const VDialog: {
|
|
|
31244
31320
|
onAfterLeave?: (() => any) | undefined;
|
|
31245
31321
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
31246
31322
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
31247
|
-
}, "target" | "
|
|
31323
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
31248
31324
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
31249
31325
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
31250
31326
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -32411,7 +32487,13 @@ declare const VExpansionPanel: {
|
|
|
32411
32487
|
expandIcon: IconValue;
|
|
32412
32488
|
hideActions: boolean;
|
|
32413
32489
|
} & {
|
|
32490
|
+
height?: string | number | undefined;
|
|
32491
|
+
width?: string | number | undefined;
|
|
32414
32492
|
color?: string | undefined;
|
|
32493
|
+
maxHeight?: string | number | undefined;
|
|
32494
|
+
maxWidth?: string | number | undefined;
|
|
32495
|
+
minHeight?: string | number | undefined;
|
|
32496
|
+
minWidth?: string | number | undefined;
|
|
32415
32497
|
value?: any;
|
|
32416
32498
|
title?: string | undefined;
|
|
32417
32499
|
text?: string | undefined;
|
|
@@ -32461,7 +32543,13 @@ declare const VExpansionPanel: {
|
|
|
32461
32543
|
expandIcon: IconValue;
|
|
32462
32544
|
hideActions: boolean;
|
|
32463
32545
|
} & {
|
|
32546
|
+
height?: string | number | undefined;
|
|
32547
|
+
width?: string | number | undefined;
|
|
32464
32548
|
color?: string | undefined;
|
|
32549
|
+
maxHeight?: string | number | undefined;
|
|
32550
|
+
maxWidth?: string | number | undefined;
|
|
32551
|
+
minHeight?: string | number | undefined;
|
|
32552
|
+
minWidth?: string | number | undefined;
|
|
32465
32553
|
value?: any;
|
|
32466
32554
|
title?: string | undefined;
|
|
32467
32555
|
text?: string | undefined;
|
|
@@ -32532,7 +32620,13 @@ declare const VExpansionPanel: {
|
|
|
32532
32620
|
expandIcon: IconValue;
|
|
32533
32621
|
hideActions: boolean;
|
|
32534
32622
|
} & {
|
|
32623
|
+
height?: string | number | undefined;
|
|
32624
|
+
width?: string | number | undefined;
|
|
32535
32625
|
color?: string | undefined;
|
|
32626
|
+
maxHeight?: string | number | undefined;
|
|
32627
|
+
maxWidth?: string | number | undefined;
|
|
32628
|
+
minHeight?: string | number | undefined;
|
|
32629
|
+
minWidth?: string | number | undefined;
|
|
32536
32630
|
value?: any;
|
|
32537
32631
|
title?: string | undefined;
|
|
32538
32632
|
text?: string | undefined;
|
|
@@ -32598,7 +32692,13 @@ declare const VExpansionPanel: {
|
|
|
32598
32692
|
expandIcon: IconValue;
|
|
32599
32693
|
hideActions: boolean;
|
|
32600
32694
|
} & {
|
|
32695
|
+
height?: string | number | undefined;
|
|
32696
|
+
width?: string | number | undefined;
|
|
32601
32697
|
color?: string | undefined;
|
|
32698
|
+
maxHeight?: string | number | undefined;
|
|
32699
|
+
maxWidth?: string | number | undefined;
|
|
32700
|
+
minHeight?: string | number | undefined;
|
|
32701
|
+
minWidth?: string | number | undefined;
|
|
32602
32702
|
value?: any;
|
|
32603
32703
|
title?: string | undefined;
|
|
32604
32704
|
text?: string | undefined;
|
|
@@ -32659,6 +32759,12 @@ declare const VExpansionPanel: {
|
|
|
32659
32759
|
type: vue.PropType<vue.StyleValue>;
|
|
32660
32760
|
default: null;
|
|
32661
32761
|
};
|
|
32762
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
32763
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
32764
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
32765
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32766
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
32767
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32662
32768
|
color: StringConstructor;
|
|
32663
32769
|
expandIcon: {
|
|
32664
32770
|
type: vue.PropType<IconValue>;
|
|
@@ -32702,6 +32808,12 @@ declare const VExpansionPanel: {
|
|
|
32702
32808
|
type: vue.PropType<vue.StyleValue>;
|
|
32703
32809
|
default: null;
|
|
32704
32810
|
};
|
|
32811
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
32812
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
32813
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
32814
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32815
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
32816
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32705
32817
|
color: StringConstructor;
|
|
32706
32818
|
expandIcon: {
|
|
32707
32819
|
type: vue.PropType<IconValue>;
|
|
@@ -32859,7 +32971,13 @@ declare const VExpansionPanelTitle: {
|
|
|
32859
32971
|
expandIcon: IconValue;
|
|
32860
32972
|
hideActions: boolean;
|
|
32861
32973
|
} & {
|
|
32974
|
+
height?: string | number | undefined;
|
|
32975
|
+
width?: string | number | undefined;
|
|
32862
32976
|
color?: string | undefined;
|
|
32977
|
+
maxHeight?: string | number | undefined;
|
|
32978
|
+
maxWidth?: string | number | undefined;
|
|
32979
|
+
minHeight?: string | number | undefined;
|
|
32980
|
+
minWidth?: string | number | undefined;
|
|
32863
32981
|
class?: any;
|
|
32864
32982
|
} & {
|
|
32865
32983
|
$children?: vue.VNodeChild | {
|
|
@@ -32885,7 +33003,13 @@ declare const VExpansionPanelTitle: {
|
|
|
32885
33003
|
expandIcon: IconValue;
|
|
32886
33004
|
hideActions: boolean;
|
|
32887
33005
|
} & {
|
|
33006
|
+
height?: string | number | undefined;
|
|
33007
|
+
width?: string | number | undefined;
|
|
32888
33008
|
color?: string | undefined;
|
|
33009
|
+
maxHeight?: string | number | undefined;
|
|
33010
|
+
maxWidth?: string | number | undefined;
|
|
33011
|
+
minHeight?: string | number | undefined;
|
|
33012
|
+
minWidth?: string | number | undefined;
|
|
32889
33013
|
class?: any;
|
|
32890
33014
|
} & {
|
|
32891
33015
|
$children?: vue.VNodeChild | {
|
|
@@ -32932,7 +33056,13 @@ declare const VExpansionPanelTitle: {
|
|
|
32932
33056
|
expandIcon: IconValue;
|
|
32933
33057
|
hideActions: boolean;
|
|
32934
33058
|
} & {
|
|
33059
|
+
height?: string | number | undefined;
|
|
33060
|
+
width?: string | number | undefined;
|
|
32935
33061
|
color?: string | undefined;
|
|
33062
|
+
maxHeight?: string | number | undefined;
|
|
33063
|
+
maxWidth?: string | number | undefined;
|
|
33064
|
+
minHeight?: string | number | undefined;
|
|
33065
|
+
minWidth?: string | number | undefined;
|
|
32936
33066
|
class?: any;
|
|
32937
33067
|
} & {
|
|
32938
33068
|
$children?: vue.VNodeChild | {
|
|
@@ -32973,7 +33103,13 @@ declare const VExpansionPanelTitle: {
|
|
|
32973
33103
|
expandIcon: IconValue;
|
|
32974
33104
|
hideActions: boolean;
|
|
32975
33105
|
} & {
|
|
33106
|
+
height?: string | number | undefined;
|
|
33107
|
+
width?: string | number | undefined;
|
|
32976
33108
|
color?: string | undefined;
|
|
33109
|
+
maxHeight?: string | number | undefined;
|
|
33110
|
+
maxWidth?: string | number | undefined;
|
|
33111
|
+
minHeight?: string | number | undefined;
|
|
33112
|
+
minWidth?: string | number | undefined;
|
|
32977
33113
|
class?: any;
|
|
32978
33114
|
} & {
|
|
32979
33115
|
$children?: vue.VNodeChild | {
|
|
@@ -33002,6 +33138,12 @@ declare const VExpansionPanelTitle: {
|
|
|
33002
33138
|
default: (arg: ExpansionPanelTitleSlot) => vue.VNode[];
|
|
33003
33139
|
actions: (arg: ExpansionPanelTitleSlot) => vue.VNode[];
|
|
33004
33140
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
33141
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
33142
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
33143
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
33144
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
33145
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
33146
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
33005
33147
|
class: PropType<ClassValue>;
|
|
33006
33148
|
style: {
|
|
33007
33149
|
type: PropType<vue.StyleValue>;
|
|
@@ -33025,6 +33167,12 @@ declare const VExpansionPanelTitle: {
|
|
|
33025
33167
|
};
|
|
33026
33168
|
readonly: BooleanConstructor;
|
|
33027
33169
|
}, vue.ExtractPropTypes<{
|
|
33170
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
33171
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
33172
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
33173
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
33174
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
33175
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
33028
33176
|
class: PropType<ClassValue>;
|
|
33029
33177
|
style: {
|
|
33030
33178
|
type: PropType<vue.StyleValue>;
|
|
@@ -33106,6 +33254,7 @@ declare const VFab: {
|
|
|
33106
33254
|
rounded?: string | number | boolean | undefined;
|
|
33107
33255
|
baseColor?: string | undefined;
|
|
33108
33256
|
selectedClass?: string | undefined;
|
|
33257
|
+
activeColor?: string | undefined;
|
|
33109
33258
|
prependIcon?: IconValue | undefined;
|
|
33110
33259
|
appendIcon?: IconValue | undefined;
|
|
33111
33260
|
} & {
|
|
@@ -33176,6 +33325,7 @@ declare const VFab: {
|
|
|
33176
33325
|
rounded?: string | number | boolean | undefined;
|
|
33177
33326
|
baseColor?: string | undefined;
|
|
33178
33327
|
selectedClass?: string | undefined;
|
|
33328
|
+
activeColor?: string | undefined;
|
|
33179
33329
|
prependIcon?: IconValue | undefined;
|
|
33180
33330
|
appendIcon?: IconValue | undefined;
|
|
33181
33331
|
} & {
|
|
@@ -33285,6 +33435,7 @@ declare const VFab: {
|
|
|
33285
33435
|
rounded?: string | number | boolean | undefined;
|
|
33286
33436
|
baseColor?: string | undefined;
|
|
33287
33437
|
selectedClass?: string | undefined;
|
|
33438
|
+
activeColor?: string | undefined;
|
|
33288
33439
|
prependIcon?: IconValue | undefined;
|
|
33289
33440
|
appendIcon?: IconValue | undefined;
|
|
33290
33441
|
} & {
|
|
@@ -33389,6 +33540,7 @@ declare const VFab: {
|
|
|
33389
33540
|
rounded?: string | number | boolean | undefined;
|
|
33390
33541
|
baseColor?: string | undefined;
|
|
33391
33542
|
selectedClass?: string | undefined;
|
|
33543
|
+
activeColor?: string | undefined;
|
|
33392
33544
|
prependIcon?: IconValue | undefined;
|
|
33393
33545
|
appendIcon?: IconValue | undefined;
|
|
33394
33546
|
} & {
|
|
@@ -33538,6 +33690,7 @@ declare const VFab: {
|
|
|
33538
33690
|
};
|
|
33539
33691
|
baseColor: StringConstructor;
|
|
33540
33692
|
selectedClass: StringConstructor;
|
|
33693
|
+
activeColor: StringConstructor;
|
|
33541
33694
|
prependIcon: vue.PropType<IconValue>;
|
|
33542
33695
|
appendIcon: vue.PropType<IconValue>;
|
|
33543
33696
|
slim: BooleanConstructor;
|
|
@@ -33655,6 +33808,7 @@ declare const VFab: {
|
|
|
33655
33808
|
};
|
|
33656
33809
|
baseColor: StringConstructor;
|
|
33657
33810
|
selectedClass: StringConstructor;
|
|
33811
|
+
activeColor: StringConstructor;
|
|
33658
33812
|
prependIcon: vue.PropType<IconValue>;
|
|
33659
33813
|
appendIcon: vue.PropType<IconValue>;
|
|
33660
33814
|
slim: BooleanConstructor;
|
|
@@ -33819,7 +33973,7 @@ declare const VFileInput: {
|
|
|
33819
33973
|
class?: any;
|
|
33820
33974
|
theme?: string | undefined;
|
|
33821
33975
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33822
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
33976
|
+
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;
|
|
33823
33977
|
validationValue?: any;
|
|
33824
33978
|
rounded?: string | number | boolean | undefined;
|
|
33825
33979
|
baseColor?: string | undefined;
|
|
@@ -33951,7 +34105,7 @@ declare const VFileInput: {
|
|
|
33951
34105
|
class?: any;
|
|
33952
34106
|
theme?: string | undefined;
|
|
33953
34107
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33954
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34108
|
+
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;
|
|
33955
34109
|
validationValue?: any;
|
|
33956
34110
|
prependIcon?: IconValue | undefined;
|
|
33957
34111
|
appendIcon?: IconValue | undefined;
|
|
@@ -33984,7 +34138,7 @@ declare const VFileInput: {
|
|
|
33984
34138
|
class?: any;
|
|
33985
34139
|
theme?: string | undefined;
|
|
33986
34140
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33987
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34141
|
+
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;
|
|
33988
34142
|
validationValue?: any;
|
|
33989
34143
|
prependIcon?: IconValue | undefined;
|
|
33990
34144
|
appendIcon?: IconValue | undefined;
|
|
@@ -34035,7 +34189,7 @@ declare const VFileInput: {
|
|
|
34035
34189
|
class?: any;
|
|
34036
34190
|
theme?: string | undefined;
|
|
34037
34191
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34038
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34192
|
+
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;
|
|
34039
34193
|
validationValue?: any;
|
|
34040
34194
|
prependIcon?: IconValue | undefined;
|
|
34041
34195
|
appendIcon?: IconValue | undefined;
|
|
@@ -34117,7 +34271,7 @@ declare const VFileInput: {
|
|
|
34117
34271
|
class?: any;
|
|
34118
34272
|
theme?: string | undefined;
|
|
34119
34273
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34120
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34274
|
+
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;
|
|
34121
34275
|
validationValue?: any;
|
|
34122
34276
|
prependIcon?: IconValue | undefined;
|
|
34123
34277
|
appendIcon?: IconValue | undefined;
|
|
@@ -34184,7 +34338,7 @@ declare const VFileInput: {
|
|
|
34184
34338
|
class?: any;
|
|
34185
34339
|
theme?: string | undefined;
|
|
34186
34340
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34187
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34341
|
+
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;
|
|
34188
34342
|
validationValue?: any;
|
|
34189
34343
|
rounded?: string | number | boolean | undefined;
|
|
34190
34344
|
baseColor?: string | undefined;
|
|
@@ -34383,7 +34537,7 @@ declare const VFileInput: {
|
|
|
34383
34537
|
class?: any;
|
|
34384
34538
|
theme?: string | undefined;
|
|
34385
34539
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34386
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34540
|
+
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;
|
|
34387
34541
|
validationValue?: any;
|
|
34388
34542
|
rounded?: string | number | boolean | undefined;
|
|
34389
34543
|
baseColor?: string | undefined;
|
|
@@ -34515,7 +34669,7 @@ declare const VFileInput: {
|
|
|
34515
34669
|
class?: any;
|
|
34516
34670
|
theme?: string | undefined;
|
|
34517
34671
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34518
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34672
|
+
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;
|
|
34519
34673
|
validationValue?: any;
|
|
34520
34674
|
prependIcon?: IconValue | undefined;
|
|
34521
34675
|
appendIcon?: IconValue | undefined;
|
|
@@ -34548,7 +34702,7 @@ declare const VFileInput: {
|
|
|
34548
34702
|
class?: any;
|
|
34549
34703
|
theme?: string | undefined;
|
|
34550
34704
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34551
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34705
|
+
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;
|
|
34552
34706
|
validationValue?: any;
|
|
34553
34707
|
prependIcon?: IconValue | undefined;
|
|
34554
34708
|
appendIcon?: IconValue | undefined;
|
|
@@ -34599,7 +34753,7 @@ declare const VFileInput: {
|
|
|
34599
34753
|
class?: any;
|
|
34600
34754
|
theme?: string | undefined;
|
|
34601
34755
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34602
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34756
|
+
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;
|
|
34603
34757
|
validationValue?: any;
|
|
34604
34758
|
prependIcon?: IconValue | undefined;
|
|
34605
34759
|
appendIcon?: IconValue | undefined;
|
|
@@ -34681,7 +34835,7 @@ declare const VFileInput: {
|
|
|
34681
34835
|
class?: any;
|
|
34682
34836
|
theme?: string | undefined;
|
|
34683
34837
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34684
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34838
|
+
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;
|
|
34685
34839
|
validationValue?: any;
|
|
34686
34840
|
prependIcon?: IconValue | undefined;
|
|
34687
34841
|
appendIcon?: IconValue | undefined;
|
|
@@ -34782,7 +34936,7 @@ declare const VFileInput: {
|
|
|
34782
34936
|
class?: any;
|
|
34783
34937
|
theme?: string | undefined;
|
|
34784
34938
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34785
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34939
|
+
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;
|
|
34786
34940
|
validationValue?: any;
|
|
34787
34941
|
rounded?: string | number | boolean | undefined;
|
|
34788
34942
|
baseColor?: string | undefined;
|
|
@@ -34914,7 +35068,7 @@ declare const VFileInput: {
|
|
|
34914
35068
|
class?: any;
|
|
34915
35069
|
theme?: string | undefined;
|
|
34916
35070
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34917
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35071
|
+
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;
|
|
34918
35072
|
validationValue?: any;
|
|
34919
35073
|
prependIcon?: IconValue | undefined;
|
|
34920
35074
|
appendIcon?: IconValue | undefined;
|
|
@@ -34947,7 +35101,7 @@ declare const VFileInput: {
|
|
|
34947
35101
|
class?: any;
|
|
34948
35102
|
theme?: string | undefined;
|
|
34949
35103
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34950
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35104
|
+
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;
|
|
34951
35105
|
validationValue?: any;
|
|
34952
35106
|
prependIcon?: IconValue | undefined;
|
|
34953
35107
|
appendIcon?: IconValue | undefined;
|
|
@@ -34998,7 +35152,7 @@ declare const VFileInput: {
|
|
|
34998
35152
|
class?: any;
|
|
34999
35153
|
theme?: string | undefined;
|
|
35000
35154
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
35001
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35155
|
+
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;
|
|
35002
35156
|
validationValue?: any;
|
|
35003
35157
|
prependIcon?: IconValue | undefined;
|
|
35004
35158
|
appendIcon?: IconValue | undefined;
|
|
@@ -35080,7 +35234,7 @@ declare const VFileInput: {
|
|
|
35080
35234
|
class?: any;
|
|
35081
35235
|
theme?: string | undefined;
|
|
35082
35236
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
35083
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35237
|
+
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;
|
|
35084
35238
|
validationValue?: any;
|
|
35085
35239
|
prependIcon?: IconValue | undefined;
|
|
35086
35240
|
appendIcon?: IconValue | undefined;
|
|
@@ -35432,7 +35586,7 @@ declare const VFooter: {
|
|
|
35432
35586
|
} | undefined;
|
|
35433
35587
|
} & {
|
|
35434
35588
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35435
|
-
},
|
|
35589
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
35436
35590
|
absolute: boolean;
|
|
35437
35591
|
height: string | number;
|
|
35438
35592
|
order: string | number;
|
|
@@ -35500,7 +35654,7 @@ declare const VFooter: {
|
|
|
35500
35654
|
} | undefined;
|
|
35501
35655
|
} & {
|
|
35502
35656
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35503
|
-
},
|
|
35657
|
+
}, {}, {}, {}, {}, {
|
|
35504
35658
|
absolute: boolean;
|
|
35505
35659
|
height: string | number;
|
|
35506
35660
|
order: string | number;
|
|
@@ -35538,7 +35692,7 @@ declare const VFooter: {
|
|
|
35538
35692
|
} | undefined;
|
|
35539
35693
|
} & {
|
|
35540
35694
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35541
|
-
},
|
|
35695
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
35542
35696
|
absolute: boolean;
|
|
35543
35697
|
height: string | number;
|
|
35544
35698
|
order: string | number;
|
|
@@ -35634,7 +35788,7 @@ declare const VForm: {
|
|
|
35634
35788
|
disabled: boolean;
|
|
35635
35789
|
readonly: boolean;
|
|
35636
35790
|
modelValue: boolean | null;
|
|
35637
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35791
|
+
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;
|
|
35638
35792
|
fastFail: boolean;
|
|
35639
35793
|
} & {
|
|
35640
35794
|
class?: any;
|
|
@@ -35803,7 +35957,7 @@ declare const VForm: {
|
|
|
35803
35957
|
disabled: boolean;
|
|
35804
35958
|
readonly: boolean;
|
|
35805
35959
|
modelValue: boolean | null;
|
|
35806
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35960
|
+
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;
|
|
35807
35961
|
fastFail: boolean;
|
|
35808
35962
|
} & {
|
|
35809
35963
|
class?: any;
|
|
@@ -35940,7 +36094,7 @@ declare const VForm: {
|
|
|
35940
36094
|
disabled: boolean;
|
|
35941
36095
|
readonly: boolean;
|
|
35942
36096
|
modelValue: boolean | null;
|
|
35943
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36097
|
+
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;
|
|
35944
36098
|
fastFail: boolean;
|
|
35945
36099
|
}, true, {}, vue.SlotsType<Partial<{
|
|
35946
36100
|
default: (arg: {
|
|
@@ -35985,7 +36139,7 @@ declare const VForm: {
|
|
|
35985
36139
|
disabled: boolean;
|
|
35986
36140
|
readonly: boolean;
|
|
35987
36141
|
modelValue: boolean | null;
|
|
35988
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36142
|
+
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;
|
|
35989
36143
|
fastFail: boolean;
|
|
35990
36144
|
} & {
|
|
35991
36145
|
class?: any;
|
|
@@ -36151,7 +36305,7 @@ declare const VForm: {
|
|
|
36151
36305
|
disabled: boolean;
|
|
36152
36306
|
readonly: boolean;
|
|
36153
36307
|
modelValue: boolean | null;
|
|
36154
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36308
|
+
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;
|
|
36155
36309
|
fastFail: boolean;
|
|
36156
36310
|
}>;
|
|
36157
36311
|
__isFragment?: never;
|
|
@@ -36162,7 +36316,7 @@ declare const VForm: {
|
|
|
36162
36316
|
disabled: boolean;
|
|
36163
36317
|
readonly: boolean;
|
|
36164
36318
|
modelValue: boolean | null;
|
|
36165
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36319
|
+
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;
|
|
36166
36320
|
fastFail: boolean;
|
|
36167
36321
|
} & {
|
|
36168
36322
|
class?: any;
|
|
@@ -36331,7 +36485,7 @@ declare const VForm: {
|
|
|
36331
36485
|
disabled: boolean;
|
|
36332
36486
|
readonly: boolean;
|
|
36333
36487
|
modelValue: boolean | null;
|
|
36334
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36488
|
+
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;
|
|
36335
36489
|
fastFail: boolean;
|
|
36336
36490
|
}, {}, string, vue.SlotsType<Partial<{
|
|
36337
36491
|
default: (arg: {
|
|
@@ -36407,6 +36561,12 @@ declare const VContainer: {
|
|
|
36407
36561
|
tag: string;
|
|
36408
36562
|
fluid: boolean;
|
|
36409
36563
|
} & {
|
|
36564
|
+
height?: string | number | undefined;
|
|
36565
|
+
width?: string | number | undefined;
|
|
36566
|
+
maxHeight?: string | number | undefined;
|
|
36567
|
+
maxWidth?: string | number | undefined;
|
|
36568
|
+
minHeight?: string | number | undefined;
|
|
36569
|
+
minWidth?: string | number | undefined;
|
|
36410
36570
|
class?: any;
|
|
36411
36571
|
} & {
|
|
36412
36572
|
$children?: vue.VNodeChild | {
|
|
@@ -36422,6 +36582,12 @@ declare const VContainer: {
|
|
|
36422
36582
|
tag: string;
|
|
36423
36583
|
fluid: boolean;
|
|
36424
36584
|
} & {
|
|
36585
|
+
height?: string | number | undefined;
|
|
36586
|
+
width?: string | number | undefined;
|
|
36587
|
+
maxHeight?: string | number | undefined;
|
|
36588
|
+
maxWidth?: string | number | undefined;
|
|
36589
|
+
minHeight?: string | number | undefined;
|
|
36590
|
+
minWidth?: string | number | undefined;
|
|
36425
36591
|
class?: any;
|
|
36426
36592
|
} & {
|
|
36427
36593
|
$children?: vue.VNodeChild | {
|
|
@@ -36450,6 +36616,12 @@ declare const VContainer: {
|
|
|
36450
36616
|
tag: string;
|
|
36451
36617
|
fluid: boolean;
|
|
36452
36618
|
} & {
|
|
36619
|
+
height?: string | number | undefined;
|
|
36620
|
+
width?: string | number | undefined;
|
|
36621
|
+
maxHeight?: string | number | undefined;
|
|
36622
|
+
maxWidth?: string | number | undefined;
|
|
36623
|
+
minHeight?: string | number | undefined;
|
|
36624
|
+
minWidth?: string | number | undefined;
|
|
36453
36625
|
class?: any;
|
|
36454
36626
|
} & {
|
|
36455
36627
|
$children?: vue.VNodeChild | {
|
|
@@ -36473,6 +36645,12 @@ declare const VContainer: {
|
|
|
36473
36645
|
tag: string;
|
|
36474
36646
|
fluid: boolean;
|
|
36475
36647
|
} & {
|
|
36648
|
+
height?: string | number | undefined;
|
|
36649
|
+
width?: string | number | undefined;
|
|
36650
|
+
maxHeight?: string | number | undefined;
|
|
36651
|
+
maxWidth?: string | number | undefined;
|
|
36652
|
+
minHeight?: string | number | undefined;
|
|
36653
|
+
minWidth?: string | number | undefined;
|
|
36476
36654
|
class?: any;
|
|
36477
36655
|
} & {
|
|
36478
36656
|
$children?: vue.VNodeChild | {
|
|
@@ -36494,6 +36672,12 @@ declare const VContainer: {
|
|
|
36494
36672
|
type: StringConstructor;
|
|
36495
36673
|
default: string;
|
|
36496
36674
|
};
|
|
36675
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
36676
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
36677
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
36678
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
36679
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
36680
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
36497
36681
|
class: vue.PropType<ClassValue>;
|
|
36498
36682
|
style: {
|
|
36499
36683
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -36508,6 +36692,12 @@ declare const VContainer: {
|
|
|
36508
36692
|
type: StringConstructor;
|
|
36509
36693
|
default: string;
|
|
36510
36694
|
};
|
|
36695
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
36696
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
36697
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
36698
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
36699
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
36700
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
36511
36701
|
class: vue.PropType<ClassValue>;
|
|
36512
36702
|
style: {
|
|
36513
36703
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -38463,7 +38653,7 @@ declare const VLayout: {
|
|
|
38463
38653
|
right: number;
|
|
38464
38654
|
id: string;
|
|
38465
38655
|
} | undefined;
|
|
38466
|
-
items:
|
|
38656
|
+
items: vue.ComputedRef<{
|
|
38467
38657
|
size: number;
|
|
38468
38658
|
position: Position;
|
|
38469
38659
|
top: number;
|
|
@@ -38471,7 +38661,7 @@ declare const VLayout: {
|
|
|
38471
38661
|
left: number;
|
|
38472
38662
|
right: number;
|
|
38473
38663
|
id: string;
|
|
38474
|
-
}[]
|
|
38664
|
+
}[]>;
|
|
38475
38665
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
38476
38666
|
style: vue.StyleValue;
|
|
38477
38667
|
fullHeight: boolean;
|
|
@@ -38536,7 +38726,7 @@ declare const VLayout: {
|
|
|
38536
38726
|
right: number;
|
|
38537
38727
|
id: string;
|
|
38538
38728
|
} | undefined;
|
|
38539
|
-
items:
|
|
38729
|
+
items: vue.ComputedRef<{
|
|
38540
38730
|
size: number;
|
|
38541
38731
|
position: Position;
|
|
38542
38732
|
top: number;
|
|
@@ -38544,7 +38734,7 @@ declare const VLayout: {
|
|
|
38544
38734
|
left: number;
|
|
38545
38735
|
right: number;
|
|
38546
38736
|
id: string;
|
|
38547
|
-
}[]
|
|
38737
|
+
}[]>;
|
|
38548
38738
|
}, {}, {}, {}, {
|
|
38549
38739
|
style: vue.StyleValue;
|
|
38550
38740
|
fullHeight: boolean;
|
|
@@ -38583,7 +38773,7 @@ declare const VLayout: {
|
|
|
38583
38773
|
right: number;
|
|
38584
38774
|
id: string;
|
|
38585
38775
|
} | undefined;
|
|
38586
|
-
items:
|
|
38776
|
+
items: vue.ComputedRef<{
|
|
38587
38777
|
size: number;
|
|
38588
38778
|
position: Position;
|
|
38589
38779
|
top: number;
|
|
@@ -38591,7 +38781,7 @@ declare const VLayout: {
|
|
|
38591
38781
|
left: number;
|
|
38592
38782
|
right: number;
|
|
38593
38783
|
id: string;
|
|
38594
|
-
}[]
|
|
38784
|
+
}[]>;
|
|
38595
38785
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
38596
38786
|
style: vue.StyleValue;
|
|
38597
38787
|
fullHeight: boolean;
|
|
@@ -38648,7 +38838,7 @@ declare const VLayoutItem: {
|
|
|
38648
38838
|
} | undefined;
|
|
38649
38839
|
} & {
|
|
38650
38840
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38651
|
-
},
|
|
38841
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
38652
38842
|
absolute: boolean;
|
|
38653
38843
|
order: string | number;
|
|
38654
38844
|
position: "left" | "top" | "bottom" | "right";
|
|
@@ -38701,7 +38891,7 @@ declare const VLayoutItem: {
|
|
|
38701
38891
|
} | undefined;
|
|
38702
38892
|
} & {
|
|
38703
38893
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38704
|
-
},
|
|
38894
|
+
}, () => JSX.Element, {}, {}, {}, {
|
|
38705
38895
|
absolute: boolean;
|
|
38706
38896
|
order: string | number;
|
|
38707
38897
|
style: vue.StyleValue;
|
|
@@ -38730,7 +38920,7 @@ declare const VLayoutItem: {
|
|
|
38730
38920
|
} | undefined;
|
|
38731
38921
|
} & {
|
|
38732
38922
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38733
|
-
},
|
|
38923
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
38734
38924
|
absolute: boolean;
|
|
38735
38925
|
order: string | number;
|
|
38736
38926
|
style: vue.StyleValue;
|
|
@@ -39164,7 +39354,7 @@ declare const VMain: {
|
|
|
39164
39354
|
} | undefined;
|
|
39165
39355
|
} & {
|
|
39166
39356
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
39167
|
-
},
|
|
39357
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
39168
39358
|
style: vue.StyleValue;
|
|
39169
39359
|
tag: string;
|
|
39170
39360
|
scrollable: boolean;
|
|
@@ -39248,7 +39438,7 @@ declare const VMain: {
|
|
|
39248
39438
|
} | undefined;
|
|
39249
39439
|
} & {
|
|
39250
39440
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
39251
|
-
},
|
|
39441
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
39252
39442
|
style: vue.StyleValue;
|
|
39253
39443
|
tag: string;
|
|
39254
39444
|
scrollable: boolean;
|
|
@@ -42638,7 +42828,7 @@ declare const VRadioGroup: {
|
|
|
42638
42828
|
class?: any;
|
|
42639
42829
|
theme?: string | undefined;
|
|
42640
42830
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42641
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
42831
|
+
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;
|
|
42642
42832
|
validationValue?: any;
|
|
42643
42833
|
prependIcon?: IconValue | undefined;
|
|
42644
42834
|
appendIcon?: IconValue | undefined;
|
|
@@ -42684,7 +42874,7 @@ declare const VRadioGroup: {
|
|
|
42684
42874
|
class?: any;
|
|
42685
42875
|
theme?: string | undefined;
|
|
42686
42876
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42687
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
42877
|
+
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;
|
|
42688
42878
|
validationValue?: any;
|
|
42689
42879
|
prependIcon?: IconValue | undefined;
|
|
42690
42880
|
appendIcon?: IconValue | undefined;
|
|
@@ -42769,7 +42959,7 @@ declare const VRadioGroup: {
|
|
|
42769
42959
|
class?: any;
|
|
42770
42960
|
theme?: string | undefined;
|
|
42771
42961
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42772
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
42962
|
+
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;
|
|
42773
42963
|
validationValue?: any;
|
|
42774
42964
|
prependIcon?: IconValue | undefined;
|
|
42775
42965
|
appendIcon?: IconValue | undefined;
|
|
@@ -42841,7 +43031,7 @@ declare const VRadioGroup: {
|
|
|
42841
43031
|
class?: any;
|
|
42842
43032
|
theme?: string | undefined;
|
|
42843
43033
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42844
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43034
|
+
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;
|
|
42845
43035
|
validationValue?: any;
|
|
42846
43036
|
prependIcon?: IconValue | undefined;
|
|
42847
43037
|
appendIcon?: IconValue | undefined;
|
|
@@ -43122,7 +43312,7 @@ declare const VRangeSlider: {
|
|
|
43122
43312
|
class?: any;
|
|
43123
43313
|
theme?: string | undefined;
|
|
43124
43314
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43125
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43315
|
+
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;
|
|
43126
43316
|
validationValue?: any;
|
|
43127
43317
|
rounded?: string | number | boolean | undefined;
|
|
43128
43318
|
prependIcon?: IconValue | undefined;
|
|
@@ -43230,7 +43420,7 @@ declare const VRangeSlider: {
|
|
|
43230
43420
|
class?: any;
|
|
43231
43421
|
theme?: string | undefined;
|
|
43232
43422
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43233
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43423
|
+
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;
|
|
43234
43424
|
validationValue?: any;
|
|
43235
43425
|
rounded?: string | number | boolean | undefined;
|
|
43236
43426
|
prependIcon?: IconValue | undefined;
|
|
@@ -43384,7 +43574,7 @@ declare const VRangeSlider: {
|
|
|
43384
43574
|
class?: any;
|
|
43385
43575
|
theme?: string | undefined;
|
|
43386
43576
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43387
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43577
|
+
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;
|
|
43388
43578
|
validationValue?: any;
|
|
43389
43579
|
rounded?: string | number | boolean | undefined;
|
|
43390
43580
|
prependIcon?: IconValue | undefined;
|
|
@@ -43521,7 +43711,7 @@ declare const VRangeSlider: {
|
|
|
43521
43711
|
class?: any;
|
|
43522
43712
|
theme?: string | undefined;
|
|
43523
43713
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43524
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43714
|
+
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;
|
|
43525
43715
|
validationValue?: any;
|
|
43526
43716
|
rounded?: string | number | boolean | undefined;
|
|
43527
43717
|
prependIcon?: IconValue | undefined;
|
|
@@ -44470,7 +44660,7 @@ declare const VSelect: {
|
|
|
44470
44660
|
theme?: string | undefined;
|
|
44471
44661
|
counter?: string | number | boolean | undefined;
|
|
44472
44662
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
44473
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
44663
|
+
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;
|
|
44474
44664
|
rounded?: string | number | boolean | undefined;
|
|
44475
44665
|
baseColor?: string | undefined;
|
|
44476
44666
|
bgColor?: string | undefined;
|
|
@@ -44540,9 +44730,9 @@ declare const VSelect: {
|
|
|
44540
44730
|
rounded?: string | number | boolean | undefined;
|
|
44541
44731
|
baseColor?: string | undefined;
|
|
44542
44732
|
bgColor?: string | undefined;
|
|
44733
|
+
activeColor?: string | undefined;
|
|
44543
44734
|
activeClass?: string | undefined;
|
|
44544
44735
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44545
|
-
activeColor?: string | undefined;
|
|
44546
44736
|
collapseIcon?: string | undefined;
|
|
44547
44737
|
expandIcon?: string | undefined;
|
|
44548
44738
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -44585,9 +44775,9 @@ declare const VSelect: {
|
|
|
44585
44775
|
rounded?: string | number | boolean | undefined;
|
|
44586
44776
|
baseColor?: string | undefined;
|
|
44587
44777
|
bgColor?: string | undefined;
|
|
44778
|
+
activeColor?: string | undefined;
|
|
44588
44779
|
activeClass?: string | undefined;
|
|
44589
44780
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44590
|
-
activeColor?: string | undefined;
|
|
44591
44781
|
collapseIcon?: string | undefined;
|
|
44592
44782
|
expandIcon?: string | undefined;
|
|
44593
44783
|
} & {
|
|
@@ -44700,7 +44890,7 @@ declare const VSelect: {
|
|
|
44700
44890
|
}) => vue.VNodeChild) | undefined;
|
|
44701
44891
|
}) | undefined;
|
|
44702
44892
|
menuProps?: (Partial<{
|
|
44703
|
-
location: Anchor;
|
|
44893
|
+
location: Anchor | undefined;
|
|
44704
44894
|
origin: "auto" | Anchor | "overlap";
|
|
44705
44895
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44706
44896
|
component?: Component;
|
|
@@ -44728,8 +44918,9 @@ declare const VSelect: {
|
|
|
44728
44918
|
noClickAnimation: boolean;
|
|
44729
44919
|
persistent: boolean;
|
|
44730
44920
|
scrim: string | boolean;
|
|
44921
|
+
submenu: boolean;
|
|
44731
44922
|
}> & Omit<{
|
|
44732
|
-
location: Anchor;
|
|
44923
|
+
location: Anchor | undefined;
|
|
44733
44924
|
origin: "auto" | Anchor | "overlap";
|
|
44734
44925
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44735
44926
|
component?: Component;
|
|
@@ -44755,6 +44946,7 @@ declare const VSelect: {
|
|
|
44755
44946
|
noClickAnimation: boolean;
|
|
44756
44947
|
persistent: boolean;
|
|
44757
44948
|
scrim: string | boolean;
|
|
44949
|
+
submenu: boolean;
|
|
44758
44950
|
offset?: string | number | number[] | undefined;
|
|
44759
44951
|
id?: string | undefined;
|
|
44760
44952
|
height?: string | number | undefined;
|
|
@@ -44805,7 +44997,7 @@ declare const VSelect: {
|
|
|
44805
44997
|
}) => vue.VNodeChild) | undefined;
|
|
44806
44998
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44807
44999
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
44808
|
-
location: Anchor;
|
|
45000
|
+
location: Anchor | undefined;
|
|
44809
45001
|
origin: "auto" | Anchor | "overlap";
|
|
44810
45002
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44811
45003
|
component?: Component;
|
|
@@ -44831,6 +45023,7 @@ declare const VSelect: {
|
|
|
44831
45023
|
noClickAnimation: boolean;
|
|
44832
45024
|
persistent: boolean;
|
|
44833
45025
|
scrim: string | boolean;
|
|
45026
|
+
submenu: boolean;
|
|
44834
45027
|
} & {
|
|
44835
45028
|
offset?: string | number | number[] | undefined;
|
|
44836
45029
|
id?: string | undefined;
|
|
@@ -44884,7 +45077,7 @@ declare const VSelect: {
|
|
|
44884
45077
|
}) => vue.VNodeChild) | undefined;
|
|
44885
45078
|
} & {
|
|
44886
45079
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44887
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
45080
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
44888
45081
|
itemColor?: string | undefined;
|
|
44889
45082
|
} & {
|
|
44890
45083
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -44954,7 +45147,7 @@ declare const VSelect: {
|
|
|
44954
45147
|
theme?: string | undefined;
|
|
44955
45148
|
counter?: string | number | boolean | undefined;
|
|
44956
45149
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
44957
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
45150
|
+
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;
|
|
44958
45151
|
rounded?: string | number | boolean | undefined;
|
|
44959
45152
|
baseColor?: string | undefined;
|
|
44960
45153
|
bgColor?: string | undefined;
|
|
@@ -45024,9 +45217,9 @@ declare const VSelect: {
|
|
|
45024
45217
|
rounded?: string | number | boolean | undefined;
|
|
45025
45218
|
baseColor?: string | undefined;
|
|
45026
45219
|
bgColor?: string | undefined;
|
|
45220
|
+
activeColor?: string | undefined;
|
|
45027
45221
|
activeClass?: string | undefined;
|
|
45028
45222
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45029
|
-
activeColor?: string | undefined;
|
|
45030
45223
|
collapseIcon?: string | undefined;
|
|
45031
45224
|
expandIcon?: string | undefined;
|
|
45032
45225
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -45069,9 +45262,9 @@ declare const VSelect: {
|
|
|
45069
45262
|
rounded?: string | number | boolean | undefined;
|
|
45070
45263
|
baseColor?: string | undefined;
|
|
45071
45264
|
bgColor?: string | undefined;
|
|
45265
|
+
activeColor?: string | undefined;
|
|
45072
45266
|
activeClass?: string | undefined;
|
|
45073
45267
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45074
|
-
activeColor?: string | undefined;
|
|
45075
45268
|
collapseIcon?: string | undefined;
|
|
45076
45269
|
expandIcon?: string | undefined;
|
|
45077
45270
|
} & {
|
|
@@ -45184,7 +45377,7 @@ declare const VSelect: {
|
|
|
45184
45377
|
}) => vue.VNodeChild) | undefined;
|
|
45185
45378
|
}) | undefined;
|
|
45186
45379
|
menuProps?: (Partial<{
|
|
45187
|
-
location: Anchor;
|
|
45380
|
+
location: Anchor | undefined;
|
|
45188
45381
|
origin: "auto" | Anchor | "overlap";
|
|
45189
45382
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45190
45383
|
component?: Component;
|
|
@@ -45212,8 +45405,9 @@ declare const VSelect: {
|
|
|
45212
45405
|
noClickAnimation: boolean;
|
|
45213
45406
|
persistent: boolean;
|
|
45214
45407
|
scrim: string | boolean;
|
|
45408
|
+
submenu: boolean;
|
|
45215
45409
|
}> & Omit<{
|
|
45216
|
-
location: Anchor;
|
|
45410
|
+
location: Anchor | undefined;
|
|
45217
45411
|
origin: "auto" | Anchor | "overlap";
|
|
45218
45412
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45219
45413
|
component?: Component;
|
|
@@ -45239,6 +45433,7 @@ declare const VSelect: {
|
|
|
45239
45433
|
noClickAnimation: boolean;
|
|
45240
45434
|
persistent: boolean;
|
|
45241
45435
|
scrim: string | boolean;
|
|
45436
|
+
submenu: boolean;
|
|
45242
45437
|
offset?: string | number | number[] | undefined;
|
|
45243
45438
|
id?: string | undefined;
|
|
45244
45439
|
height?: string | number | undefined;
|
|
@@ -45289,7 +45484,7 @@ declare const VSelect: {
|
|
|
45289
45484
|
}) => vue.VNodeChild) | undefined;
|
|
45290
45485
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45291
45486
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
45292
|
-
location: Anchor;
|
|
45487
|
+
location: Anchor | undefined;
|
|
45293
45488
|
origin: "auto" | Anchor | "overlap";
|
|
45294
45489
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45295
45490
|
component?: Component;
|
|
@@ -45315,6 +45510,7 @@ declare const VSelect: {
|
|
|
45315
45510
|
noClickAnimation: boolean;
|
|
45316
45511
|
persistent: boolean;
|
|
45317
45512
|
scrim: string | boolean;
|
|
45513
|
+
submenu: boolean;
|
|
45318
45514
|
} & {
|
|
45319
45515
|
offset?: string | number | number[] | undefined;
|
|
45320
45516
|
id?: string | undefined;
|
|
@@ -45368,7 +45564,7 @@ declare const VSelect: {
|
|
|
45368
45564
|
}) => vue.VNodeChild) | undefined;
|
|
45369
45565
|
} & {
|
|
45370
45566
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45371
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
45567
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
45372
45568
|
itemColor?: string | undefined;
|
|
45373
45569
|
} & {
|
|
45374
45570
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -45521,7 +45717,7 @@ declare const VSelect: {
|
|
|
45521
45717
|
theme?: string | undefined;
|
|
45522
45718
|
counter?: string | number | boolean | undefined;
|
|
45523
45719
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
45524
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
45720
|
+
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;
|
|
45525
45721
|
rounded?: string | number | boolean | undefined;
|
|
45526
45722
|
baseColor?: string | undefined;
|
|
45527
45723
|
bgColor?: string | undefined;
|
|
@@ -45591,9 +45787,9 @@ declare const VSelect: {
|
|
|
45591
45787
|
rounded?: string | number | boolean | undefined;
|
|
45592
45788
|
baseColor?: string | undefined;
|
|
45593
45789
|
bgColor?: string | undefined;
|
|
45790
|
+
activeColor?: string | undefined;
|
|
45594
45791
|
activeClass?: string | undefined;
|
|
45595
45792
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45596
|
-
activeColor?: string | undefined;
|
|
45597
45793
|
collapseIcon?: string | undefined;
|
|
45598
45794
|
expandIcon?: string | undefined;
|
|
45599
45795
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -45636,9 +45832,9 @@ declare const VSelect: {
|
|
|
45636
45832
|
rounded?: string | number | boolean | undefined;
|
|
45637
45833
|
baseColor?: string | undefined;
|
|
45638
45834
|
bgColor?: string | undefined;
|
|
45835
|
+
activeColor?: string | undefined;
|
|
45639
45836
|
activeClass?: string | undefined;
|
|
45640
45837
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45641
|
-
activeColor?: string | undefined;
|
|
45642
45838
|
collapseIcon?: string | undefined;
|
|
45643
45839
|
expandIcon?: string | undefined;
|
|
45644
45840
|
} & {
|
|
@@ -45751,7 +45947,7 @@ declare const VSelect: {
|
|
|
45751
45947
|
}) => vue.VNodeChild) | undefined;
|
|
45752
45948
|
}) | undefined;
|
|
45753
45949
|
menuProps?: (Partial<{
|
|
45754
|
-
location: Anchor;
|
|
45950
|
+
location: Anchor | undefined;
|
|
45755
45951
|
origin: "auto" | Anchor | "overlap";
|
|
45756
45952
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45757
45953
|
component?: Component;
|
|
@@ -45779,8 +45975,9 @@ declare const VSelect: {
|
|
|
45779
45975
|
noClickAnimation: boolean;
|
|
45780
45976
|
persistent: boolean;
|
|
45781
45977
|
scrim: string | boolean;
|
|
45978
|
+
submenu: boolean;
|
|
45782
45979
|
}> & Omit<{
|
|
45783
|
-
location: Anchor;
|
|
45980
|
+
location: Anchor | undefined;
|
|
45784
45981
|
origin: "auto" | Anchor | "overlap";
|
|
45785
45982
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45786
45983
|
component?: Component;
|
|
@@ -45806,6 +46003,7 @@ declare const VSelect: {
|
|
|
45806
46003
|
noClickAnimation: boolean;
|
|
45807
46004
|
persistent: boolean;
|
|
45808
46005
|
scrim: string | boolean;
|
|
46006
|
+
submenu: boolean;
|
|
45809
46007
|
offset?: string | number | number[] | undefined;
|
|
45810
46008
|
id?: string | undefined;
|
|
45811
46009
|
height?: string | number | undefined;
|
|
@@ -45856,7 +46054,7 @@ declare const VSelect: {
|
|
|
45856
46054
|
}) => vue.VNodeChild) | undefined;
|
|
45857
46055
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45858
46056
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
45859
|
-
location: Anchor;
|
|
46057
|
+
location: Anchor | undefined;
|
|
45860
46058
|
origin: "auto" | Anchor | "overlap";
|
|
45861
46059
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45862
46060
|
component?: Component;
|
|
@@ -45882,6 +46080,7 @@ declare const VSelect: {
|
|
|
45882
46080
|
noClickAnimation: boolean;
|
|
45883
46081
|
persistent: boolean;
|
|
45884
46082
|
scrim: string | boolean;
|
|
46083
|
+
submenu: boolean;
|
|
45885
46084
|
} & {
|
|
45886
46085
|
offset?: string | number | number[] | undefined;
|
|
45887
46086
|
id?: string | undefined;
|
|
@@ -45935,7 +46134,7 @@ declare const VSelect: {
|
|
|
45935
46134
|
}) => vue.VNodeChild) | undefined;
|
|
45936
46135
|
} & {
|
|
45937
46136
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45938
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
46137
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
45939
46138
|
itemColor?: string | undefined;
|
|
45940
46139
|
} & {
|
|
45941
46140
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -46053,7 +46252,7 @@ declare const VSelect: {
|
|
|
46053
46252
|
theme?: string | undefined;
|
|
46054
46253
|
counter?: string | number | boolean | undefined;
|
|
46055
46254
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
46056
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
46255
|
+
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;
|
|
46057
46256
|
rounded?: string | number | boolean | undefined;
|
|
46058
46257
|
baseColor?: string | undefined;
|
|
46059
46258
|
bgColor?: string | undefined;
|
|
@@ -46123,9 +46322,9 @@ declare const VSelect: {
|
|
|
46123
46322
|
rounded?: string | number | boolean | undefined;
|
|
46124
46323
|
baseColor?: string | undefined;
|
|
46125
46324
|
bgColor?: string | undefined;
|
|
46325
|
+
activeColor?: string | undefined;
|
|
46126
46326
|
activeClass?: string | undefined;
|
|
46127
46327
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46128
|
-
activeColor?: string | undefined;
|
|
46129
46328
|
collapseIcon?: string | undefined;
|
|
46130
46329
|
expandIcon?: string | undefined;
|
|
46131
46330
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -46168,9 +46367,9 @@ declare const VSelect: {
|
|
|
46168
46367
|
rounded?: string | number | boolean | undefined;
|
|
46169
46368
|
baseColor?: string | undefined;
|
|
46170
46369
|
bgColor?: string | undefined;
|
|
46370
|
+
activeColor?: string | undefined;
|
|
46171
46371
|
activeClass?: string | undefined;
|
|
46172
46372
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46173
|
-
activeColor?: string | undefined;
|
|
46174
46373
|
collapseIcon?: string | undefined;
|
|
46175
46374
|
expandIcon?: string | undefined;
|
|
46176
46375
|
} & {
|
|
@@ -46283,7 +46482,7 @@ declare const VSelect: {
|
|
|
46283
46482
|
}) => vue.VNodeChild) | undefined;
|
|
46284
46483
|
}) | undefined;
|
|
46285
46484
|
menuProps?: (Partial<{
|
|
46286
|
-
location: Anchor;
|
|
46485
|
+
location: Anchor | undefined;
|
|
46287
46486
|
origin: "auto" | Anchor | "overlap";
|
|
46288
46487
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46289
46488
|
component?: Component;
|
|
@@ -46311,8 +46510,9 @@ declare const VSelect: {
|
|
|
46311
46510
|
noClickAnimation: boolean;
|
|
46312
46511
|
persistent: boolean;
|
|
46313
46512
|
scrim: string | boolean;
|
|
46513
|
+
submenu: boolean;
|
|
46314
46514
|
}> & Omit<{
|
|
46315
|
-
location: Anchor;
|
|
46515
|
+
location: Anchor | undefined;
|
|
46316
46516
|
origin: "auto" | Anchor | "overlap";
|
|
46317
46517
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46318
46518
|
component?: Component;
|
|
@@ -46338,6 +46538,7 @@ declare const VSelect: {
|
|
|
46338
46538
|
noClickAnimation: boolean;
|
|
46339
46539
|
persistent: boolean;
|
|
46340
46540
|
scrim: string | boolean;
|
|
46541
|
+
submenu: boolean;
|
|
46341
46542
|
offset?: string | number | number[] | undefined;
|
|
46342
46543
|
id?: string | undefined;
|
|
46343
46544
|
height?: string | number | undefined;
|
|
@@ -46388,7 +46589,7 @@ declare const VSelect: {
|
|
|
46388
46589
|
}) => vue.VNodeChild) | undefined;
|
|
46389
46590
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46390
46591
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
46391
|
-
location: Anchor;
|
|
46592
|
+
location: Anchor | undefined;
|
|
46392
46593
|
origin: "auto" | Anchor | "overlap";
|
|
46393
46594
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46394
46595
|
component?: Component;
|
|
@@ -46414,6 +46615,7 @@ declare const VSelect: {
|
|
|
46414
46615
|
noClickAnimation: boolean;
|
|
46415
46616
|
persistent: boolean;
|
|
46416
46617
|
scrim: string | boolean;
|
|
46618
|
+
submenu: boolean;
|
|
46417
46619
|
} & {
|
|
46418
46620
|
offset?: string | number | number[] | undefined;
|
|
46419
46621
|
id?: string | undefined;
|
|
@@ -46467,7 +46669,7 @@ declare const VSelect: {
|
|
|
46467
46669
|
}) => vue.VNodeChild) | undefined;
|
|
46468
46670
|
} & {
|
|
46469
46671
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46470
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
46672
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
46471
46673
|
itemColor?: string | undefined;
|
|
46472
46674
|
} & {
|
|
46473
46675
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -47421,6 +47623,8 @@ declare const VSlideGroup: {
|
|
|
47421
47623
|
scrollTo: (location: "prev" | "next") => void;
|
|
47422
47624
|
scrollOffset: vue.ShallowRef<number>;
|
|
47423
47625
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
47626
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
47627
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47424
47628
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
47425
47629
|
'update:modelValue': (value: any) => true;
|
|
47426
47630
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -47487,6 +47691,8 @@ declare const VSlideGroup: {
|
|
|
47487
47691
|
scrollTo: (location: "prev" | "next") => void;
|
|
47488
47692
|
scrollOffset: vue.ShallowRef<number>;
|
|
47489
47693
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
47694
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
47695
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47490
47696
|
}, {}, {}, {}, {
|
|
47491
47697
|
symbol: any;
|
|
47492
47698
|
direction: "horizontal" | "vertical";
|
|
@@ -47526,6 +47732,8 @@ declare const VSlideGroup: {
|
|
|
47526
47732
|
scrollTo: (location: "prev" | "next") => void;
|
|
47527
47733
|
scrollOffset: vue.ShallowRef<number>;
|
|
47528
47734
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
47735
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
47736
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47529
47737
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
47530
47738
|
'update:modelValue': (value: any) => true;
|
|
47531
47739
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
|
@@ -47900,7 +48108,7 @@ declare const VSlider: {
|
|
|
47900
48108
|
class?: any;
|
|
47901
48109
|
theme?: string | undefined;
|
|
47902
48110
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
47903
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48111
|
+
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;
|
|
47904
48112
|
validationValue?: any;
|
|
47905
48113
|
rounded?: string | number | boolean | undefined;
|
|
47906
48114
|
prependIcon?: IconValue | undefined;
|
|
@@ -48007,7 +48215,7 @@ declare const VSlider: {
|
|
|
48007
48215
|
class?: any;
|
|
48008
48216
|
theme?: string | undefined;
|
|
48009
48217
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
48010
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48218
|
+
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;
|
|
48011
48219
|
validationValue?: any;
|
|
48012
48220
|
rounded?: string | number | boolean | undefined;
|
|
48013
48221
|
prependIcon?: IconValue | undefined;
|
|
@@ -48159,7 +48367,7 @@ declare const VSlider: {
|
|
|
48159
48367
|
class?: any;
|
|
48160
48368
|
theme?: string | undefined;
|
|
48161
48369
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
48162
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48370
|
+
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;
|
|
48163
48371
|
validationValue?: any;
|
|
48164
48372
|
rounded?: string | number | boolean | undefined;
|
|
48165
48373
|
prependIcon?: IconValue | undefined;
|
|
@@ -48294,7 +48502,7 @@ declare const VSlider: {
|
|
|
48294
48502
|
class?: any;
|
|
48295
48503
|
theme?: string | undefined;
|
|
48296
48504
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
48297
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48505
|
+
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;
|
|
48298
48506
|
validationValue?: any;
|
|
48299
48507
|
rounded?: string | number | boolean | undefined;
|
|
48300
48508
|
prependIcon?: IconValue | undefined;
|
|
@@ -49192,7 +49400,7 @@ declare const VSnackbar: {
|
|
|
49192
49400
|
onAfterLeave?: (() => any) | undefined;
|
|
49193
49401
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49194
49402
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49195
|
-
}, "target" | "
|
|
49403
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
49196
49404
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
49197
49405
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
49198
49406
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -49863,7 +50071,7 @@ declare const VSnackbar: {
|
|
|
49863
50071
|
onAfterLeave?: (() => any) | undefined;
|
|
49864
50072
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49865
50073
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49866
|
-
}, "target" | "
|
|
50074
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
49867
50075
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
49868
50076
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
49869
50077
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -50434,7 +50642,7 @@ declare const VSnackbar: {
|
|
|
50434
50642
|
onAfterLeave?: (() => any) | undefined;
|
|
50435
50643
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50436
50644
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50437
|
-
}, "target" | "
|
|
50645
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
50438
50646
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
50439
50647
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
50440
50648
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -51072,7 +51280,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
|
|
|
51072
51280
|
declare const VSpeedDial: {
|
|
51073
51281
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
51074
51282
|
offset: string | number | number[] | undefined;
|
|
51075
|
-
location: Anchor;
|
|
51283
|
+
location: Anchor | undefined;
|
|
51076
51284
|
origin: "auto" | Anchor | "overlap";
|
|
51077
51285
|
minWidth: string | number;
|
|
51078
51286
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51099,6 +51307,7 @@ declare const VSpeedDial: {
|
|
|
51099
51307
|
noClickAnimation: boolean;
|
|
51100
51308
|
persistent: boolean;
|
|
51101
51309
|
scrim: string | boolean;
|
|
51310
|
+
submenu: boolean;
|
|
51102
51311
|
} & {
|
|
51103
51312
|
id?: string | undefined;
|
|
51104
51313
|
height?: string | number | undefined;
|
|
@@ -51154,7 +51363,7 @@ declare const VSpeedDial: {
|
|
|
51154
51363
|
'update:modelValue': (value: boolean) => true;
|
|
51155
51364
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
51156
51365
|
offset: string | number | number[] | undefined;
|
|
51157
|
-
location: Anchor;
|
|
51366
|
+
location: Anchor | undefined;
|
|
51158
51367
|
origin: "auto" | Anchor | "overlap";
|
|
51159
51368
|
minWidth: string | number;
|
|
51160
51369
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51181,6 +51390,7 @@ declare const VSpeedDial: {
|
|
|
51181
51390
|
noClickAnimation: boolean;
|
|
51182
51391
|
persistent: boolean;
|
|
51183
51392
|
scrim: string | boolean;
|
|
51393
|
+
submenu: boolean;
|
|
51184
51394
|
} & {
|
|
51185
51395
|
id?: string | undefined;
|
|
51186
51396
|
height?: string | number | undefined;
|
|
@@ -51234,7 +51444,7 @@ declare const VSpeedDial: {
|
|
|
51234
51444
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
51235
51445
|
}, {
|
|
51236
51446
|
offset: string | number | number[] | undefined;
|
|
51237
|
-
location: Anchor;
|
|
51447
|
+
location: Anchor | undefined;
|
|
51238
51448
|
origin: "auto" | Anchor | "overlap";
|
|
51239
51449
|
minWidth: string | number;
|
|
51240
51450
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51263,6 +51473,7 @@ declare const VSpeedDial: {
|
|
|
51263
51473
|
noClickAnimation: boolean;
|
|
51264
51474
|
persistent: boolean;
|
|
51265
51475
|
scrim: string | boolean;
|
|
51476
|
+
submenu: boolean;
|
|
51266
51477
|
}, true, {}, vue.SlotsType<Partial<{
|
|
51267
51478
|
default: (arg: {
|
|
51268
51479
|
isActive: vue.Ref<boolean>;
|
|
@@ -51281,7 +51492,7 @@ declare const VSpeedDial: {
|
|
|
51281
51492
|
Defaults: {};
|
|
51282
51493
|
}, {
|
|
51283
51494
|
offset: string | number | number[] | undefined;
|
|
51284
|
-
location: Anchor;
|
|
51495
|
+
location: Anchor | undefined;
|
|
51285
51496
|
origin: "auto" | Anchor | "overlap";
|
|
51286
51497
|
minWidth: string | number;
|
|
51287
51498
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51308,6 +51519,7 @@ declare const VSpeedDial: {
|
|
|
51308
51519
|
noClickAnimation: boolean;
|
|
51309
51520
|
persistent: boolean;
|
|
51310
51521
|
scrim: string | boolean;
|
|
51522
|
+
submenu: boolean;
|
|
51311
51523
|
} & {
|
|
51312
51524
|
id?: string | undefined;
|
|
51313
51525
|
height?: string | number | undefined;
|
|
@@ -51361,7 +51573,7 @@ declare const VSpeedDial: {
|
|
|
51361
51573
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
51362
51574
|
}, {}, {}, {}, {}, {
|
|
51363
51575
|
offset: string | number | number[] | undefined;
|
|
51364
|
-
location: Anchor;
|
|
51576
|
+
location: Anchor | undefined;
|
|
51365
51577
|
origin: "auto" | Anchor | "overlap";
|
|
51366
51578
|
minWidth: string | number;
|
|
51367
51579
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51390,13 +51602,14 @@ declare const VSpeedDial: {
|
|
|
51390
51602
|
noClickAnimation: boolean;
|
|
51391
51603
|
persistent: boolean;
|
|
51392
51604
|
scrim: string | boolean;
|
|
51605
|
+
submenu: boolean;
|
|
51393
51606
|
}>;
|
|
51394
51607
|
__isFragment?: never;
|
|
51395
51608
|
__isTeleport?: never;
|
|
51396
51609
|
__isSuspense?: never;
|
|
51397
51610
|
} & vue.ComponentOptionsBase<{
|
|
51398
51611
|
offset: string | number | number[] | undefined;
|
|
51399
|
-
location: Anchor;
|
|
51612
|
+
location: Anchor | undefined;
|
|
51400
51613
|
origin: "auto" | Anchor | "overlap";
|
|
51401
51614
|
minWidth: string | number;
|
|
51402
51615
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51423,6 +51636,7 @@ declare const VSpeedDial: {
|
|
|
51423
51636
|
noClickAnimation: boolean;
|
|
51424
51637
|
persistent: boolean;
|
|
51425
51638
|
scrim: string | boolean;
|
|
51639
|
+
submenu: boolean;
|
|
51426
51640
|
} & {
|
|
51427
51641
|
id?: string | undefined;
|
|
51428
51642
|
height?: string | number | undefined;
|
|
@@ -51478,7 +51692,7 @@ declare const VSpeedDial: {
|
|
|
51478
51692
|
'update:modelValue': (value: boolean) => true;
|
|
51479
51693
|
}, string, {
|
|
51480
51694
|
offset: string | number | number[] | undefined;
|
|
51481
|
-
location: Anchor;
|
|
51695
|
+
location: Anchor | undefined;
|
|
51482
51696
|
origin: "auto" | Anchor | "overlap";
|
|
51483
51697
|
minWidth: string | number;
|
|
51484
51698
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51507,6 +51721,7 @@ declare const VSpeedDial: {
|
|
|
51507
51721
|
noClickAnimation: boolean;
|
|
51508
51722
|
persistent: boolean;
|
|
51509
51723
|
scrim: string | boolean;
|
|
51724
|
+
submenu: boolean;
|
|
51510
51725
|
}, {}, string, vue.SlotsType<Partial<{
|
|
51511
51726
|
default: (arg: {
|
|
51512
51727
|
isActive: vue.Ref<boolean>;
|
|
@@ -51521,12 +51736,15 @@ declare const VSpeedDial: {
|
|
|
51521
51736
|
type: vue.PropType<string | number | number[] | undefined>;
|
|
51522
51737
|
default: NonNullable<string | number | number[] | undefined>;
|
|
51523
51738
|
};
|
|
51524
|
-
location: Omit<{
|
|
51739
|
+
location: Omit<Omit<{
|
|
51525
51740
|
type: vue.PropType<StrategyProps["location"]>;
|
|
51526
51741
|
default: string;
|
|
51527
51742
|
}, "type" | "default"> & {
|
|
51528
|
-
type: vue.PropType<Anchor>;
|
|
51529
|
-
default: NonNullable<Anchor
|
|
51743
|
+
type: vue.PropType<Anchor | undefined>;
|
|
51744
|
+
default: NonNullable<Anchor> | undefined;
|
|
51745
|
+
}, "type" | "default"> & {
|
|
51746
|
+
type: vue.PropType<Anchor | undefined>;
|
|
51747
|
+
default: NonNullable<Anchor | undefined>;
|
|
51530
51748
|
};
|
|
51531
51749
|
origin: {
|
|
51532
51750
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -51655,17 +51873,21 @@ declare const VSpeedDial: {
|
|
|
51655
51873
|
};
|
|
51656
51874
|
attach: vue.PropType<boolean | string | Element>;
|
|
51657
51875
|
id: StringConstructor;
|
|
51876
|
+
submenu: BooleanConstructor;
|
|
51658
51877
|
}, vue.ExtractPropTypes<{
|
|
51659
51878
|
offset: {
|
|
51660
51879
|
type: vue.PropType<string | number | number[] | undefined>;
|
|
51661
51880
|
default: NonNullable<string | number | number[] | undefined>;
|
|
51662
51881
|
};
|
|
51663
|
-
location: Omit<{
|
|
51882
|
+
location: Omit<Omit<{
|
|
51664
51883
|
type: vue.PropType<StrategyProps["location"]>;
|
|
51665
51884
|
default: string;
|
|
51666
51885
|
}, "type" | "default"> & {
|
|
51667
|
-
type: vue.PropType<Anchor>;
|
|
51668
|
-
default: NonNullable<Anchor
|
|
51886
|
+
type: vue.PropType<Anchor | undefined>;
|
|
51887
|
+
default: NonNullable<Anchor> | undefined;
|
|
51888
|
+
}, "type" | "default"> & {
|
|
51889
|
+
type: vue.PropType<Anchor | undefined>;
|
|
51890
|
+
default: NonNullable<Anchor | undefined>;
|
|
51669
51891
|
};
|
|
51670
51892
|
origin: {
|
|
51671
51893
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -51794,6 +52016,7 @@ declare const VSpeedDial: {
|
|
|
51794
52016
|
};
|
|
51795
52017
|
attach: vue.PropType<boolean | string | Element>;
|
|
51796
52018
|
id: StringConstructor;
|
|
52019
|
+
submenu: BooleanConstructor;
|
|
51797
52020
|
}>>;
|
|
51798
52021
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
|
51799
52022
|
|
|
@@ -53476,7 +53699,7 @@ declare const VSwitch: {
|
|
|
53476
53699
|
class?: any;
|
|
53477
53700
|
theme?: string | undefined;
|
|
53478
53701
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53479
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53702
|
+
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;
|
|
53480
53703
|
validationValue?: any;
|
|
53481
53704
|
baseColor?: string | undefined;
|
|
53482
53705
|
prependIcon?: IconValue | undefined;
|
|
@@ -53535,7 +53758,7 @@ declare const VSwitch: {
|
|
|
53535
53758
|
class?: any;
|
|
53536
53759
|
theme?: string | undefined;
|
|
53537
53760
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53538
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53761
|
+
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;
|
|
53539
53762
|
validationValue?: any;
|
|
53540
53763
|
baseColor?: string | undefined;
|
|
53541
53764
|
prependIcon?: IconValue | undefined;
|
|
@@ -53642,7 +53865,7 @@ declare const VSwitch: {
|
|
|
53642
53865
|
class?: any;
|
|
53643
53866
|
theme?: string | undefined;
|
|
53644
53867
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53645
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53868
|
+
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;
|
|
53646
53869
|
validationValue?: any;
|
|
53647
53870
|
baseColor?: string | undefined;
|
|
53648
53871
|
prependIcon?: IconValue | undefined;
|
|
@@ -53726,7 +53949,7 @@ declare const VSwitch: {
|
|
|
53726
53949
|
class?: any;
|
|
53727
53950
|
theme?: string | undefined;
|
|
53728
53951
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53729
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53952
|
+
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;
|
|
53730
53953
|
validationValue?: any;
|
|
53731
53954
|
baseColor?: string | undefined;
|
|
53732
53955
|
prependIcon?: IconValue | undefined;
|
|
@@ -54228,6 +54451,7 @@ declare const VTab: {
|
|
|
54228
54451
|
theme?: string | undefined;
|
|
54229
54452
|
rounded?: string | number | boolean | undefined;
|
|
54230
54453
|
baseColor?: string | undefined;
|
|
54454
|
+
activeColor?: string | undefined;
|
|
54231
54455
|
prependIcon?: IconValue | undefined;
|
|
54232
54456
|
appendIcon?: IconValue | undefined;
|
|
54233
54457
|
sliderColor?: string | undefined;
|
|
@@ -54315,6 +54539,7 @@ declare const VTab: {
|
|
|
54315
54539
|
rounded?: string | number | boolean | undefined;
|
|
54316
54540
|
baseColor?: string | undefined;
|
|
54317
54541
|
selectedClass?: string | undefined;
|
|
54542
|
+
activeColor?: string | undefined;
|
|
54318
54543
|
prependIcon?: IconValue | undefined;
|
|
54319
54544
|
appendIcon?: IconValue | undefined;
|
|
54320
54545
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -54379,6 +54604,7 @@ declare const VTab: {
|
|
|
54379
54604
|
rounded?: string | number | boolean | undefined;
|
|
54380
54605
|
baseColor?: string | undefined;
|
|
54381
54606
|
selectedClass?: string | undefined;
|
|
54607
|
+
activeColor?: string | undefined;
|
|
54382
54608
|
prependIcon?: IconValue | undefined;
|
|
54383
54609
|
appendIcon?: IconValue | undefined;
|
|
54384
54610
|
} & {
|
|
@@ -54465,6 +54691,7 @@ declare const VTab: {
|
|
|
54465
54691
|
rounded?: string | number | boolean | undefined;
|
|
54466
54692
|
baseColor?: string | undefined;
|
|
54467
54693
|
selectedClass?: string | undefined;
|
|
54694
|
+
activeColor?: string | undefined;
|
|
54468
54695
|
prependIcon?: IconValue | undefined;
|
|
54469
54696
|
appendIcon?: IconValue | undefined;
|
|
54470
54697
|
} & {
|
|
@@ -54584,6 +54811,7 @@ declare const VTab: {
|
|
|
54584
54811
|
rounded?: string | number | boolean | undefined;
|
|
54585
54812
|
baseColor?: string | undefined;
|
|
54586
54813
|
selectedClass?: string | undefined;
|
|
54814
|
+
activeColor?: string | undefined;
|
|
54587
54815
|
prependIcon?: IconValue | undefined;
|
|
54588
54816
|
appendIcon?: IconValue | undefined;
|
|
54589
54817
|
} & {
|
|
@@ -54610,7 +54838,7 @@ declare const VTab: {
|
|
|
54610
54838
|
}) => any) | undefined;
|
|
54611
54839
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
54612
54840
|
group: GroupItemProvide | null;
|
|
54613
|
-
}> & {} & 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 & {
|
|
54841
|
+
}> & {} & 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 & {
|
|
54614
54842
|
replace: boolean;
|
|
54615
54843
|
fixed: boolean;
|
|
54616
54844
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -54650,6 +54878,7 @@ declare const VTab: {
|
|
|
54650
54878
|
theme?: string | undefined;
|
|
54651
54879
|
rounded?: string | number | boolean | undefined;
|
|
54652
54880
|
baseColor?: string | undefined;
|
|
54881
|
+
activeColor?: string | undefined;
|
|
54653
54882
|
prependIcon?: IconValue | undefined;
|
|
54654
54883
|
appendIcon?: IconValue | undefined;
|
|
54655
54884
|
sliderColor?: string | undefined;
|
|
@@ -54744,6 +54973,7 @@ declare const VTab: {
|
|
|
54744
54973
|
theme?: string | undefined;
|
|
54745
54974
|
rounded?: string | number | boolean | undefined;
|
|
54746
54975
|
baseColor?: string | undefined;
|
|
54976
|
+
activeColor?: string | undefined;
|
|
54747
54977
|
prependIcon?: IconValue | undefined;
|
|
54748
54978
|
appendIcon?: IconValue | undefined;
|
|
54749
54979
|
sliderColor?: string | undefined;
|
|
@@ -54831,6 +55061,7 @@ declare const VTab: {
|
|
|
54831
55061
|
rounded?: string | number | boolean | undefined;
|
|
54832
55062
|
baseColor?: string | undefined;
|
|
54833
55063
|
selectedClass?: string | undefined;
|
|
55064
|
+
activeColor?: string | undefined;
|
|
54834
55065
|
prependIcon?: IconValue | undefined;
|
|
54835
55066
|
appendIcon?: IconValue | undefined;
|
|
54836
55067
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -54895,6 +55126,7 @@ declare const VTab: {
|
|
|
54895
55126
|
rounded?: string | number | boolean | undefined;
|
|
54896
55127
|
baseColor?: string | undefined;
|
|
54897
55128
|
selectedClass?: string | undefined;
|
|
55129
|
+
activeColor?: string | undefined;
|
|
54898
55130
|
prependIcon?: IconValue | undefined;
|
|
54899
55131
|
appendIcon?: IconValue | undefined;
|
|
54900
55132
|
} & {
|
|
@@ -54981,6 +55213,7 @@ declare const VTab: {
|
|
|
54981
55213
|
rounded?: string | number | boolean | undefined;
|
|
54982
55214
|
baseColor?: string | undefined;
|
|
54983
55215
|
selectedClass?: string | undefined;
|
|
55216
|
+
activeColor?: string | undefined;
|
|
54984
55217
|
prependIcon?: IconValue | undefined;
|
|
54985
55218
|
appendIcon?: IconValue | undefined;
|
|
54986
55219
|
} & {
|
|
@@ -55100,6 +55333,7 @@ declare const VTab: {
|
|
|
55100
55333
|
rounded?: string | number | boolean | undefined;
|
|
55101
55334
|
baseColor?: string | undefined;
|
|
55102
55335
|
selectedClass?: string | undefined;
|
|
55336
|
+
activeColor?: string | undefined;
|
|
55103
55337
|
prependIcon?: IconValue | undefined;
|
|
55104
55338
|
appendIcon?: IconValue | undefined;
|
|
55105
55339
|
} & {
|
|
@@ -55126,7 +55360,7 @@ declare const VTab: {
|
|
|
55126
55360
|
}) => any) | undefined;
|
|
55127
55361
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55128
55362
|
group: GroupItemProvide | null;
|
|
55129
|
-
}> & {} & 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}`>, {}, {}, {}, {
|
|
55363
|
+
}> & {} & 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}`>, {}, {}, {}, {
|
|
55130
55364
|
replace: boolean;
|
|
55131
55365
|
fixed: boolean;
|
|
55132
55366
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -55191,6 +55425,7 @@ declare const VTab: {
|
|
|
55191
55425
|
theme?: string | undefined;
|
|
55192
55426
|
rounded?: string | number | boolean | undefined;
|
|
55193
55427
|
baseColor?: string | undefined;
|
|
55428
|
+
activeColor?: string | undefined;
|
|
55194
55429
|
prependIcon?: IconValue | undefined;
|
|
55195
55430
|
appendIcon?: IconValue | undefined;
|
|
55196
55431
|
sliderColor?: string | undefined;
|
|
@@ -55278,6 +55513,7 @@ declare const VTab: {
|
|
|
55278
55513
|
rounded?: string | number | boolean | undefined;
|
|
55279
55514
|
baseColor?: string | undefined;
|
|
55280
55515
|
selectedClass?: string | undefined;
|
|
55516
|
+
activeColor?: string | undefined;
|
|
55281
55517
|
prependIcon?: IconValue | undefined;
|
|
55282
55518
|
appendIcon?: IconValue | undefined;
|
|
55283
55519
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -55342,6 +55578,7 @@ declare const VTab: {
|
|
|
55342
55578
|
rounded?: string | number | boolean | undefined;
|
|
55343
55579
|
baseColor?: string | undefined;
|
|
55344
55580
|
selectedClass?: string | undefined;
|
|
55581
|
+
activeColor?: string | undefined;
|
|
55345
55582
|
prependIcon?: IconValue | undefined;
|
|
55346
55583
|
appendIcon?: IconValue | undefined;
|
|
55347
55584
|
} & {
|
|
@@ -55428,6 +55665,7 @@ declare const VTab: {
|
|
|
55428
55665
|
rounded?: string | number | boolean | undefined;
|
|
55429
55666
|
baseColor?: string | undefined;
|
|
55430
55667
|
selectedClass?: string | undefined;
|
|
55668
|
+
activeColor?: string | undefined;
|
|
55431
55669
|
prependIcon?: IconValue | undefined;
|
|
55432
55670
|
appendIcon?: IconValue | undefined;
|
|
55433
55671
|
} & {
|
|
@@ -55547,6 +55785,7 @@ declare const VTab: {
|
|
|
55547
55785
|
rounded?: string | number | boolean | undefined;
|
|
55548
55786
|
baseColor?: string | undefined;
|
|
55549
55787
|
selectedClass?: string | undefined;
|
|
55788
|
+
activeColor?: string | undefined;
|
|
55550
55789
|
prependIcon?: IconValue | undefined;
|
|
55551
55790
|
appendIcon?: IconValue | undefined;
|
|
55552
55791
|
} & {
|
|
@@ -55573,7 +55812,7 @@ declare const VTab: {
|
|
|
55573
55812
|
}) => any) | undefined;
|
|
55574
55813
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55575
55814
|
group: GroupItemProvide | null;
|
|
55576
|
-
}> & {} & 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, {
|
|
55815
|
+
}> & {} & 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, {
|
|
55577
55816
|
replace: boolean;
|
|
55578
55817
|
fixed: boolean;
|
|
55579
55818
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -55665,6 +55904,7 @@ declare const VTab: {
|
|
|
55665
55904
|
type: PropType<string>;
|
|
55666
55905
|
default: string;
|
|
55667
55906
|
};
|
|
55907
|
+
activeColor: StringConstructor;
|
|
55668
55908
|
prependIcon: PropType<IconValue>;
|
|
55669
55909
|
appendIcon: PropType<IconValue>;
|
|
55670
55910
|
slim: BooleanConstructor;
|
|
@@ -55746,6 +55986,7 @@ declare const VTab: {
|
|
|
55746
55986
|
type: PropType<string>;
|
|
55747
55987
|
default: string;
|
|
55748
55988
|
};
|
|
55989
|
+
activeColor: StringConstructor;
|
|
55749
55990
|
prependIcon: PropType<IconValue>;
|
|
55750
55991
|
appendIcon: PropType<IconValue>;
|
|
55751
55992
|
slim: BooleanConstructor;
|
|
@@ -56827,7 +57068,7 @@ declare const VTextarea: {
|
|
|
56827
57068
|
counter?: string | number | true | undefined;
|
|
56828
57069
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56829
57070
|
modelValue?: any;
|
|
56830
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57071
|
+
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;
|
|
56831
57072
|
validationValue?: any;
|
|
56832
57073
|
rounded?: string | number | boolean | undefined;
|
|
56833
57074
|
baseColor?: string | undefined;
|
|
@@ -56946,7 +57187,7 @@ declare const VTextarea: {
|
|
|
56946
57187
|
class?: any;
|
|
56947
57188
|
theme?: string | undefined;
|
|
56948
57189
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56949
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57190
|
+
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;
|
|
56950
57191
|
validationValue?: any;
|
|
56951
57192
|
prependIcon?: IconValue | undefined;
|
|
56952
57193
|
appendIcon?: IconValue | undefined;
|
|
@@ -56979,7 +57220,7 @@ declare const VTextarea: {
|
|
|
56979
57220
|
class?: any;
|
|
56980
57221
|
theme?: string | undefined;
|
|
56981
57222
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56982
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57223
|
+
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;
|
|
56983
57224
|
validationValue?: any;
|
|
56984
57225
|
prependIcon?: IconValue | undefined;
|
|
56985
57226
|
appendIcon?: IconValue | undefined;
|
|
@@ -57030,7 +57271,7 @@ declare const VTextarea: {
|
|
|
57030
57271
|
class?: any;
|
|
57031
57272
|
theme?: string | undefined;
|
|
57032
57273
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57033
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57274
|
+
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;
|
|
57034
57275
|
validationValue?: any;
|
|
57035
57276
|
prependIcon?: IconValue | undefined;
|
|
57036
57277
|
appendIcon?: IconValue | undefined;
|
|
@@ -57112,7 +57353,7 @@ declare const VTextarea: {
|
|
|
57112
57353
|
class?: any;
|
|
57113
57354
|
theme?: string | undefined;
|
|
57114
57355
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57115
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57356
|
+
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;
|
|
57116
57357
|
validationValue?: any;
|
|
57117
57358
|
prependIcon?: IconValue | undefined;
|
|
57118
57359
|
appendIcon?: IconValue | undefined;
|
|
@@ -57180,7 +57421,7 @@ declare const VTextarea: {
|
|
|
57180
57421
|
counter?: string | number | true | undefined;
|
|
57181
57422
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57182
57423
|
modelValue?: any;
|
|
57183
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57424
|
+
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;
|
|
57184
57425
|
validationValue?: any;
|
|
57185
57426
|
rounded?: string | number | boolean | undefined;
|
|
57186
57427
|
baseColor?: string | undefined;
|
|
@@ -57358,7 +57599,7 @@ declare const VTextarea: {
|
|
|
57358
57599
|
counter?: string | number | true | undefined;
|
|
57359
57600
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57360
57601
|
modelValue?: any;
|
|
57361
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57602
|
+
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;
|
|
57362
57603
|
validationValue?: any;
|
|
57363
57604
|
rounded?: string | number | boolean | undefined;
|
|
57364
57605
|
baseColor?: string | undefined;
|
|
@@ -57477,7 +57718,7 @@ declare const VTextarea: {
|
|
|
57477
57718
|
class?: any;
|
|
57478
57719
|
theme?: string | undefined;
|
|
57479
57720
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57480
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57721
|
+
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;
|
|
57481
57722
|
validationValue?: any;
|
|
57482
57723
|
prependIcon?: IconValue | undefined;
|
|
57483
57724
|
appendIcon?: IconValue | undefined;
|
|
@@ -57510,7 +57751,7 @@ declare const VTextarea: {
|
|
|
57510
57751
|
class?: any;
|
|
57511
57752
|
theme?: string | undefined;
|
|
57512
57753
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57513
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57754
|
+
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;
|
|
57514
57755
|
validationValue?: any;
|
|
57515
57756
|
prependIcon?: IconValue | undefined;
|
|
57516
57757
|
appendIcon?: IconValue | undefined;
|
|
@@ -57561,7 +57802,7 @@ declare const VTextarea: {
|
|
|
57561
57802
|
class?: any;
|
|
57562
57803
|
theme?: string | undefined;
|
|
57563
57804
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57564
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57805
|
+
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;
|
|
57565
57806
|
validationValue?: any;
|
|
57566
57807
|
prependIcon?: IconValue | undefined;
|
|
57567
57808
|
appendIcon?: IconValue | undefined;
|
|
@@ -57643,7 +57884,7 @@ declare const VTextarea: {
|
|
|
57643
57884
|
class?: any;
|
|
57644
57885
|
theme?: string | undefined;
|
|
57645
57886
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57646
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57887
|
+
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;
|
|
57647
57888
|
validationValue?: any;
|
|
57648
57889
|
prependIcon?: IconValue | undefined;
|
|
57649
57890
|
appendIcon?: IconValue | undefined;
|
|
@@ -57742,7 +57983,7 @@ declare const VTextarea: {
|
|
|
57742
57983
|
counter?: string | number | true | undefined;
|
|
57743
57984
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57744
57985
|
modelValue?: any;
|
|
57745
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57986
|
+
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;
|
|
57746
57987
|
validationValue?: any;
|
|
57747
57988
|
rounded?: string | number | boolean | undefined;
|
|
57748
57989
|
baseColor?: string | undefined;
|
|
@@ -57861,7 +58102,7 @@ declare const VTextarea: {
|
|
|
57861
58102
|
class?: any;
|
|
57862
58103
|
theme?: string | undefined;
|
|
57863
58104
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57864
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58105
|
+
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;
|
|
57865
58106
|
validationValue?: any;
|
|
57866
58107
|
prependIcon?: IconValue | undefined;
|
|
57867
58108
|
appendIcon?: IconValue | undefined;
|
|
@@ -57894,7 +58135,7 @@ declare const VTextarea: {
|
|
|
57894
58135
|
class?: any;
|
|
57895
58136
|
theme?: string | undefined;
|
|
57896
58137
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57897
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58138
|
+
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;
|
|
57898
58139
|
validationValue?: any;
|
|
57899
58140
|
prependIcon?: IconValue | undefined;
|
|
57900
58141
|
appendIcon?: IconValue | undefined;
|
|
@@ -57945,7 +58186,7 @@ declare const VTextarea: {
|
|
|
57945
58186
|
class?: any;
|
|
57946
58187
|
theme?: string | undefined;
|
|
57947
58188
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57948
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58189
|
+
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;
|
|
57949
58190
|
validationValue?: any;
|
|
57950
58191
|
prependIcon?: IconValue | undefined;
|
|
57951
58192
|
appendIcon?: IconValue | undefined;
|
|
@@ -58027,7 +58268,7 @@ declare const VTextarea: {
|
|
|
58027
58268
|
class?: any;
|
|
58028
58269
|
theme?: string | undefined;
|
|
58029
58270
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58030
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58271
|
+
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;
|
|
58031
58272
|
validationValue?: any;
|
|
58032
58273
|
prependIcon?: IconValue | undefined;
|
|
58033
58274
|
appendIcon?: IconValue | undefined;
|
|
@@ -58376,7 +58617,7 @@ declare const VTextField: {
|
|
|
58376
58617
|
counter?: string | number | boolean | undefined;
|
|
58377
58618
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58378
58619
|
modelValue?: any;
|
|
58379
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58620
|
+
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;
|
|
58380
58621
|
validationValue?: any;
|
|
58381
58622
|
rounded?: string | number | boolean | undefined;
|
|
58382
58623
|
baseColor?: string | undefined;
|
|
@@ -58497,7 +58738,7 @@ declare const VTextField: {
|
|
|
58497
58738
|
class?: any;
|
|
58498
58739
|
theme?: string | undefined;
|
|
58499
58740
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58500
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58741
|
+
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;
|
|
58501
58742
|
validationValue?: any;
|
|
58502
58743
|
prependIcon?: IconValue | undefined;
|
|
58503
58744
|
appendIcon?: IconValue | undefined;
|
|
@@ -58530,7 +58771,7 @@ declare const VTextField: {
|
|
|
58530
58771
|
class?: any;
|
|
58531
58772
|
theme?: string | undefined;
|
|
58532
58773
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58533
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58774
|
+
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;
|
|
58534
58775
|
validationValue?: any;
|
|
58535
58776
|
prependIcon?: IconValue | undefined;
|
|
58536
58777
|
appendIcon?: IconValue | undefined;
|
|
@@ -58581,7 +58822,7 @@ declare const VTextField: {
|
|
|
58581
58822
|
class?: any;
|
|
58582
58823
|
theme?: string | undefined;
|
|
58583
58824
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58584
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58825
|
+
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;
|
|
58585
58826
|
validationValue?: any;
|
|
58586
58827
|
prependIcon?: IconValue | undefined;
|
|
58587
58828
|
appendIcon?: IconValue | undefined;
|
|
@@ -58663,7 +58904,7 @@ declare const VTextField: {
|
|
|
58663
58904
|
class?: any;
|
|
58664
58905
|
theme?: string | undefined;
|
|
58665
58906
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58666
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58907
|
+
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;
|
|
58667
58908
|
validationValue?: any;
|
|
58668
58909
|
prependIcon?: IconValue | undefined;
|
|
58669
58910
|
appendIcon?: IconValue | undefined;
|
|
@@ -58966,7 +59207,7 @@ declare const VTextField: {
|
|
|
58966
59207
|
counter?: string | number | boolean | undefined;
|
|
58967
59208
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58968
59209
|
modelValue?: any;
|
|
58969
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59210
|
+
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;
|
|
58970
59211
|
validationValue?: any;
|
|
58971
59212
|
rounded?: string | number | boolean | undefined;
|
|
58972
59213
|
baseColor?: string | undefined;
|
|
@@ -59144,7 +59385,7 @@ declare const VTextField: {
|
|
|
59144
59385
|
counter?: string | number | boolean | undefined;
|
|
59145
59386
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59146
59387
|
modelValue?: any;
|
|
59147
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59388
|
+
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;
|
|
59148
59389
|
validationValue?: any;
|
|
59149
59390
|
rounded?: string | number | boolean | undefined;
|
|
59150
59391
|
baseColor?: string | undefined;
|
|
@@ -59265,7 +59506,7 @@ declare const VTextField: {
|
|
|
59265
59506
|
class?: any;
|
|
59266
59507
|
theme?: string | undefined;
|
|
59267
59508
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59268
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59509
|
+
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;
|
|
59269
59510
|
validationValue?: any;
|
|
59270
59511
|
prependIcon?: IconValue | undefined;
|
|
59271
59512
|
appendIcon?: IconValue | undefined;
|
|
@@ -59298,7 +59539,7 @@ declare const VTextField: {
|
|
|
59298
59539
|
class?: any;
|
|
59299
59540
|
theme?: string | undefined;
|
|
59300
59541
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59301
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59542
|
+
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;
|
|
59302
59543
|
validationValue?: any;
|
|
59303
59544
|
prependIcon?: IconValue | undefined;
|
|
59304
59545
|
appendIcon?: IconValue | undefined;
|
|
@@ -59349,7 +59590,7 @@ declare const VTextField: {
|
|
|
59349
59590
|
class?: any;
|
|
59350
59591
|
theme?: string | undefined;
|
|
59351
59592
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59352
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59593
|
+
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;
|
|
59353
59594
|
validationValue?: any;
|
|
59354
59595
|
prependIcon?: IconValue | undefined;
|
|
59355
59596
|
appendIcon?: IconValue | undefined;
|
|
@@ -59431,7 +59672,7 @@ declare const VTextField: {
|
|
|
59431
59672
|
class?: any;
|
|
59432
59673
|
theme?: string | undefined;
|
|
59433
59674
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59434
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59675
|
+
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;
|
|
59435
59676
|
validationValue?: any;
|
|
59436
59677
|
prependIcon?: IconValue | undefined;
|
|
59437
59678
|
appendIcon?: IconValue | undefined;
|
|
@@ -59763,7 +60004,7 @@ declare const VTextField: {
|
|
|
59763
60004
|
counter?: string | number | boolean | undefined;
|
|
59764
60005
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59765
60006
|
modelValue?: any;
|
|
59766
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60007
|
+
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;
|
|
59767
60008
|
validationValue?: any;
|
|
59768
60009
|
rounded?: string | number | boolean | undefined;
|
|
59769
60010
|
baseColor?: string | undefined;
|
|
@@ -59884,7 +60125,7 @@ declare const VTextField: {
|
|
|
59884
60125
|
class?: any;
|
|
59885
60126
|
theme?: string | undefined;
|
|
59886
60127
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59887
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60128
|
+
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;
|
|
59888
60129
|
validationValue?: any;
|
|
59889
60130
|
prependIcon?: IconValue | undefined;
|
|
59890
60131
|
appendIcon?: IconValue | undefined;
|
|
@@ -59917,7 +60158,7 @@ declare const VTextField: {
|
|
|
59917
60158
|
class?: any;
|
|
59918
60159
|
theme?: string | undefined;
|
|
59919
60160
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59920
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60161
|
+
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;
|
|
59921
60162
|
validationValue?: any;
|
|
59922
60163
|
prependIcon?: IconValue | undefined;
|
|
59923
60164
|
appendIcon?: IconValue | undefined;
|
|
@@ -59968,7 +60209,7 @@ declare const VTextField: {
|
|
|
59968
60209
|
class?: any;
|
|
59969
60210
|
theme?: string | undefined;
|
|
59970
60211
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59971
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60212
|
+
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;
|
|
59972
60213
|
validationValue?: any;
|
|
59973
60214
|
prependIcon?: IconValue | undefined;
|
|
59974
60215
|
appendIcon?: IconValue | undefined;
|
|
@@ -60050,7 +60291,7 @@ declare const VTextField: {
|
|
|
60050
60291
|
class?: any;
|
|
60051
60292
|
theme?: string | undefined;
|
|
60052
60293
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
60053
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60294
|
+
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;
|
|
60054
60295
|
validationValue?: any;
|
|
60055
60296
|
prependIcon?: IconValue | undefined;
|
|
60056
60297
|
appendIcon?: IconValue | undefined;
|
|
@@ -62008,7 +62249,7 @@ declare const VTooltip: {
|
|
|
62008
62249
|
onAfterLeave?: (() => any) | undefined;
|
|
62009
62250
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62010
62251
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62011
|
-
}, "target" | "
|
|
62252
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
62012
62253
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62013
62254
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
62014
62255
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -62662,7 +62903,7 @@ declare const VTooltip: {
|
|
|
62662
62903
|
onAfterLeave?: (() => any) | undefined;
|
|
62663
62904
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62664
62905
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62665
|
-
}, "target" | "
|
|
62906
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
62666
62907
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62667
62908
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
62668
62909
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -63224,7 +63465,7 @@ declare const VTooltip: {
|
|
|
63224
63465
|
onAfterLeave?: (() => any) | undefined;
|
|
63225
63466
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63226
63467
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63227
|
-
}, "target" | "
|
|
63468
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
63228
63469
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
63229
63470
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
63230
63471
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -63537,7 +63778,7 @@ declare const VValidation: {
|
|
|
63537
63778
|
name?: string | undefined;
|
|
63538
63779
|
label?: string | undefined;
|
|
63539
63780
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63540
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
63781
|
+
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;
|
|
63541
63782
|
validationValue?: any;
|
|
63542
63783
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63543
63784
|
[key: string]: any;
|
|
@@ -63555,7 +63796,7 @@ declare const VValidation: {
|
|
|
63555
63796
|
name?: string | undefined;
|
|
63556
63797
|
label?: string | undefined;
|
|
63557
63798
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63558
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
63799
|
+
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;
|
|
63559
63800
|
validationValue?: any;
|
|
63560
63801
|
} & {}, {
|
|
63561
63802
|
error: boolean;
|
|
@@ -63600,7 +63841,7 @@ declare const VValidation: {
|
|
|
63600
63841
|
name?: string | undefined;
|
|
63601
63842
|
label?: string | undefined;
|
|
63602
63843
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63603
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
63844
|
+
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;
|
|
63604
63845
|
validationValue?: any;
|
|
63605
63846
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63606
63847
|
[key: string]: any;
|
|
@@ -63628,7 +63869,7 @@ declare const VValidation: {
|
|
|
63628
63869
|
name?: string | undefined;
|
|
63629
63870
|
label?: string | undefined;
|
|
63630
63871
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63631
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
63872
|
+
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;
|
|
63632
63873
|
validationValue?: any;
|
|
63633
63874
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63634
63875
|
[key: string]: any;
|
|
@@ -63739,6 +63980,7 @@ declare const VVirtualScroll: {
|
|
|
63739
63980
|
minWidth?: string | number | undefined;
|
|
63740
63981
|
class?: any;
|
|
63741
63982
|
}, {
|
|
63983
|
+
calculateVisibleItems: () => void;
|
|
63742
63984
|
scrollToIndex: (index: number) => void;
|
|
63743
63985
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
63744
63986
|
style: vue.StyleValue;
|
|
@@ -63777,6 +64019,7 @@ declare const VVirtualScroll: {
|
|
|
63777
64019
|
minWidth?: string | number | undefined;
|
|
63778
64020
|
class?: any;
|
|
63779
64021
|
}, {
|
|
64022
|
+
calculateVisibleItems: () => void;
|
|
63780
64023
|
scrollToIndex: (index: number) => void;
|
|
63781
64024
|
}, {}, {}, {}, {
|
|
63782
64025
|
style: vue.StyleValue;
|
|
@@ -63797,6 +64040,7 @@ declare const VVirtualScroll: {
|
|
|
63797
64040
|
minWidth?: string | number | undefined;
|
|
63798
64041
|
class?: any;
|
|
63799
64042
|
}, {
|
|
64043
|
+
calculateVisibleItems: () => void;
|
|
63800
64044
|
scrollToIndex: (index: number) => void;
|
|
63801
64045
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "renderless">, string, {
|
|
63802
64046
|
style: vue.StyleValue;
|
|
@@ -66451,39 +66695,39 @@ interface _GlobalComponents {
|
|
|
66451
66695
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
66452
66696
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
66453
66697
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
66454
|
-
|
|
66698
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
66455
66699
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
66456
66700
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
66457
|
-
|
|
66458
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
66459
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
66460
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
66701
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
66461
66702
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
66462
66703
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
66463
66704
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
66705
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
66464
66706
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
66465
|
-
|
|
66707
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
66708
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
66466
66709
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
66467
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
66468
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
66469
66710
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
66470
66711
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
66471
66712
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
66713
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
66714
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
66715
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
66716
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
66472
66717
|
VCard: typeof import('vuetify/components')['VCard']
|
|
66473
66718
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
66474
66719
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
66475
66720
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
66476
66721
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
66477
66722
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
66478
|
-
|
|
66479
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
66723
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
66480
66724
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
66481
66725
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
66482
|
-
|
|
66726
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
66483
66727
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
66484
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
66485
66728
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
66486
66729
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
66730
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
66487
66731
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
66488
66732
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
66489
66733
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
@@ -66497,30 +66741,32 @@ interface _GlobalComponents {
|
|
|
66497
66741
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
66498
66742
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
66499
66743
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
66500
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
66501
66744
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
66745
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
66746
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
66502
66747
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
66503
|
-
VField: typeof import('vuetify/components')['VField']
|
|
66504
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
66505
66748
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
66506
|
-
VFab: typeof import('vuetify/components')['VFab']
|
|
66507
66749
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
66508
66750
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
66509
66751
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
66510
66752
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
66511
|
-
|
|
66512
|
-
|
|
66513
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
66753
|
+
VField: typeof import('vuetify/components')['VField']
|
|
66754
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
66514
66755
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
66515
66756
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
66516
66757
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
66517
66758
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
66518
66759
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
66760
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
66761
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
66762
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
66763
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
66519
66764
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
66520
66765
|
VItem: typeof import('vuetify/components')['VItem']
|
|
66521
|
-
|
|
66766
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
66522
66767
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
66523
66768
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
66769
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
66524
66770
|
VList: typeof import('vuetify/components')['VList']
|
|
66525
66771
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
66526
66772
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -66530,58 +66776,52 @@ interface _GlobalComponents {
|
|
|
66530
66776
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
66531
66777
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
66532
66778
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
66533
|
-
|
|
66534
|
-
|
|
66779
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
66780
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
66535
66781
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
66536
66782
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
66537
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
66538
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
66539
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
66540
66783
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
66784
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
66785
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
66541
66786
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
66542
|
-
VRating: typeof import('vuetify/components')['VRating']
|
|
66543
66787
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
66544
|
-
|
|
66545
|
-
|
|
66788
|
+
VRating: typeof import('vuetify/components')['VRating']
|
|
66789
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
66546
66790
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
66791
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
66547
66792
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
66548
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
66549
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
66550
66793
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
66551
66794
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
66552
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
66553
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
66554
66795
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
66555
66796
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
66556
66797
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
66557
66798
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
66558
66799
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
66559
66800
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
66801
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
66802
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
66803
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
66804
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
66805
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
66806
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
66807
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
66560
66808
|
VTab: typeof import('vuetify/components')['VTab']
|
|
66561
66809
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
66562
66810
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
66563
66811
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
66564
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
66565
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
66566
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
66567
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
66568
66812
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
66569
66813
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
66570
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
|
66571
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
66572
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
66573
66814
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
66574
66815
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
66575
66816
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
66817
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
66818
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
66819
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
66576
66820
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
66577
66821
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
66578
66822
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
66579
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
66580
|
-
VContainer: typeof import('vuetify/components')['VContainer']
|
|
66581
|
-
VCol: typeof import('vuetify/components')['VCol']
|
|
66582
|
-
VRow: typeof import('vuetify/components')['VRow']
|
|
66583
|
-
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
66584
66823
|
VHover: typeof import('vuetify/components')['VHover']
|
|
66824
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
66585
66825
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
66586
66826
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
66587
66827
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
@@ -66590,11 +66830,14 @@ interface _GlobalComponents {
|
|
|
66590
66830
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
66591
66831
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
66592
66832
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
66593
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
66594
66833
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
66595
66834
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
66596
|
-
|
|
66835
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
66597
66836
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
66837
|
+
VContainer: typeof import('vuetify/components')['VContainer']
|
|
66838
|
+
VCol: typeof import('vuetify/components')['VCol']
|
|
66839
|
+
VRow: typeof import('vuetify/components')['VRow']
|
|
66840
|
+
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
66598
66841
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
66599
66842
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
66600
66843
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
@@ -66612,27 +66855,28 @@ interface _GlobalComponents {
|
|
|
66612
66855
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
66613
66856
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
66614
66857
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
66858
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
66615
66859
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
66860
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
66861
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
66862
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
66863
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
66864
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
66616
66865
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
66617
66866
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
66618
66867
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
66619
66868
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
66620
66869
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
66621
66870
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
66622
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
66623
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
66624
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
66625
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
66626
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
66627
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
66628
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
66629
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
66630
66871
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
66631
66872
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
66632
66873
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
66874
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
66875
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
66876
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
66633
66877
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
66634
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
66635
66878
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
66879
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
|
66636
66880
|
}
|
|
66637
66881
|
declare module 'vue' {
|
|
66638
66882
|
export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>
|