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
|
@@ -161,7 +161,7 @@ declare const VApp: {
|
|
|
161
161
|
right: number;
|
|
162
162
|
id: string;
|
|
163
163
|
} | undefined;
|
|
164
|
-
items:
|
|
164
|
+
items: vue.ComputedRef<{
|
|
165
165
|
size: number;
|
|
166
166
|
position: Position;
|
|
167
167
|
top: number;
|
|
@@ -169,7 +169,7 @@ declare const VApp: {
|
|
|
169
169
|
left: number;
|
|
170
170
|
right: number;
|
|
171
171
|
id: string;
|
|
172
|
-
}[]
|
|
172
|
+
}[]>;
|
|
173
173
|
theme: ThemeInstance;
|
|
174
174
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
175
175
|
style: vue.StyleValue;
|
|
@@ -225,7 +225,7 @@ declare const VApp: {
|
|
|
225
225
|
right: number;
|
|
226
226
|
id: string;
|
|
227
227
|
} | undefined;
|
|
228
|
-
items:
|
|
228
|
+
items: vue.ComputedRef<{
|
|
229
229
|
size: number;
|
|
230
230
|
position: Position;
|
|
231
231
|
top: number;
|
|
@@ -233,7 +233,7 @@ declare const VApp: {
|
|
|
233
233
|
left: number;
|
|
234
234
|
right: number;
|
|
235
235
|
id: string;
|
|
236
|
-
}[]
|
|
236
|
+
}[]>;
|
|
237
237
|
theme: ThemeInstance;
|
|
238
238
|
}, {}, {}, {}, {
|
|
239
239
|
style: vue.StyleValue;
|
|
@@ -268,7 +268,7 @@ declare const VApp: {
|
|
|
268
268
|
right: number;
|
|
269
269
|
id: string;
|
|
270
270
|
} | undefined;
|
|
271
|
-
items:
|
|
271
|
+
items: vue.ComputedRef<{
|
|
272
272
|
size: number;
|
|
273
273
|
position: Position;
|
|
274
274
|
top: number;
|
|
@@ -276,7 +276,7 @@ declare const VApp: {
|
|
|
276
276
|
left: number;
|
|
277
277
|
right: number;
|
|
278
278
|
id: string;
|
|
279
|
-
}[]
|
|
279
|
+
}[]>;
|
|
280
280
|
theme: ThemeInstance;
|
|
281
281
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
282
282
|
style: vue.StyleValue;
|
|
@@ -713,7 +713,7 @@ declare const VAppBar: {
|
|
|
713
713
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
714
714
|
} & {
|
|
715
715
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
716
|
-
},
|
|
716
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
717
717
|
'update:modelValue': (value: boolean) => true;
|
|
718
718
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
719
719
|
flat: boolean;
|
|
@@ -929,7 +929,7 @@ declare const VAppBar: {
|
|
|
929
929
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
930
930
|
} & {
|
|
931
931
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
932
|
-
},
|
|
932
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
933
933
|
'update:modelValue': (value: boolean) => true;
|
|
934
934
|
}, string, {
|
|
935
935
|
flat: boolean;
|
|
@@ -1467,6 +1467,7 @@ declare const VAppBarNavIcon: {
|
|
|
1467
1467
|
rounded?: string | number | boolean | undefined;
|
|
1468
1468
|
baseColor?: string | undefined;
|
|
1469
1469
|
selectedClass?: string | undefined;
|
|
1470
|
+
activeColor?: string | undefined;
|
|
1470
1471
|
prependIcon?: IconValue | undefined;
|
|
1471
1472
|
appendIcon?: IconValue | undefined;
|
|
1472
1473
|
} & {
|
|
@@ -1530,6 +1531,7 @@ declare const VAppBarNavIcon: {
|
|
|
1530
1531
|
rounded?: string | number | boolean | undefined;
|
|
1531
1532
|
baseColor?: string | undefined;
|
|
1532
1533
|
selectedClass?: string | undefined;
|
|
1534
|
+
activeColor?: string | undefined;
|
|
1533
1535
|
prependIcon?: IconValue | undefined;
|
|
1534
1536
|
appendIcon?: IconValue | undefined;
|
|
1535
1537
|
} & {
|
|
@@ -1627,6 +1629,7 @@ declare const VAppBarNavIcon: {
|
|
|
1627
1629
|
rounded?: string | number | boolean | undefined;
|
|
1628
1630
|
baseColor?: string | undefined;
|
|
1629
1631
|
selectedClass?: string | undefined;
|
|
1632
|
+
activeColor?: string | undefined;
|
|
1630
1633
|
prependIcon?: IconValue | undefined;
|
|
1631
1634
|
appendIcon?: IconValue | undefined;
|
|
1632
1635
|
} & {
|
|
@@ -1716,6 +1719,7 @@ declare const VAppBarNavIcon: {
|
|
|
1716
1719
|
rounded?: string | number | boolean | undefined;
|
|
1717
1720
|
baseColor?: string | undefined;
|
|
1718
1721
|
selectedClass?: string | undefined;
|
|
1722
|
+
activeColor?: string | undefined;
|
|
1719
1723
|
prependIcon?: IconValue | undefined;
|
|
1720
1724
|
appendIcon?: IconValue | undefined;
|
|
1721
1725
|
} & {
|
|
@@ -1831,6 +1835,7 @@ declare const VAppBarNavIcon: {
|
|
|
1831
1835
|
type: BooleanConstructor;
|
|
1832
1836
|
default: undefined;
|
|
1833
1837
|
};
|
|
1838
|
+
activeColor: StringConstructor;
|
|
1834
1839
|
baseColor: StringConstructor;
|
|
1835
1840
|
symbol: {
|
|
1836
1841
|
type: null;
|
|
@@ -1920,6 +1925,7 @@ declare const VAppBarNavIcon: {
|
|
|
1920
1925
|
type: BooleanConstructor;
|
|
1921
1926
|
default: undefined;
|
|
1922
1927
|
};
|
|
1928
|
+
activeColor: StringConstructor;
|
|
1923
1929
|
baseColor: StringConstructor;
|
|
1924
1930
|
symbol: {
|
|
1925
1931
|
type: null;
|
|
@@ -2669,7 +2675,8 @@ interface LoaderSlotProps {
|
|
|
2669
2675
|
|
|
2670
2676
|
type ValidationResult = string | boolean;
|
|
2671
2677
|
type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
2672
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
|
2678
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
|
|
2679
|
+
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
|
2673
2680
|
interface ValidationProps {
|
|
2674
2681
|
disabled: boolean | null;
|
|
2675
2682
|
error: boolean;
|
|
@@ -2682,7 +2689,7 @@ interface ValidationProps {
|
|
|
2682
2689
|
rules: readonly ValidationRule$1[];
|
|
2683
2690
|
modelValue: any;
|
|
2684
2691
|
'onUpdate:modelValue': EventProp | undefined;
|
|
2685
|
-
validateOn?:
|
|
2692
|
+
validateOn?: ValidateOn;
|
|
2686
2693
|
validationValue: any;
|
|
2687
2694
|
}
|
|
2688
2695
|
declare function useValidation(props: ValidationProps, name?: string, id?: MaybeRef<string | number>): {
|
|
@@ -2962,7 +2969,7 @@ declare const VInput: {
|
|
|
2962
2969
|
class?: any;
|
|
2963
2970
|
theme?: string | undefined;
|
|
2964
2971
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2965
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2972
|
+
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;
|
|
2966
2973
|
validationValue?: any;
|
|
2967
2974
|
prependIcon?: IconValue | undefined;
|
|
2968
2975
|
appendIcon?: IconValue | undefined;
|
|
@@ -3003,7 +3010,7 @@ declare const VInput: {
|
|
|
3003
3010
|
class?: any;
|
|
3004
3011
|
theme?: string | undefined;
|
|
3005
3012
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3006
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3013
|
+
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;
|
|
3007
3014
|
validationValue?: any;
|
|
3008
3015
|
prependIcon?: IconValue | undefined;
|
|
3009
3016
|
appendIcon?: IconValue | undefined;
|
|
@@ -3064,7 +3071,7 @@ declare const VInput: {
|
|
|
3064
3071
|
class?: any;
|
|
3065
3072
|
theme?: string | undefined;
|
|
3066
3073
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3067
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3074
|
+
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;
|
|
3068
3075
|
validationValue?: any;
|
|
3069
3076
|
prependIcon?: IconValue | undefined;
|
|
3070
3077
|
appendIcon?: IconValue | undefined;
|
|
@@ -3122,7 +3129,7 @@ declare const VInput: {
|
|
|
3122
3129
|
class?: any;
|
|
3123
3130
|
theme?: string | undefined;
|
|
3124
3131
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3125
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3132
|
+
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;
|
|
3126
3133
|
validationValue?: any;
|
|
3127
3134
|
prependIcon?: IconValue | undefined;
|
|
3128
3135
|
appendIcon?: IconValue | undefined;
|
|
@@ -3735,6 +3742,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
3735
3742
|
|
|
3736
3743
|
type ListItemSlot = {
|
|
3737
3744
|
isActive: boolean;
|
|
3745
|
+
isOpen: boolean;
|
|
3738
3746
|
isSelected: boolean;
|
|
3739
3747
|
isIndeterminate: boolean;
|
|
3740
3748
|
select: (value: boolean) => void;
|
|
@@ -3781,7 +3789,7 @@ declare const VListItem: {
|
|
|
3781
3789
|
value?: any;
|
|
3782
3790
|
title?: string | number | undefined;
|
|
3783
3791
|
class?: any;
|
|
3784
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
3792
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3785
3793
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3786
3794
|
href?: string | undefined;
|
|
3787
3795
|
elevation?: string | number | undefined;
|
|
@@ -3789,12 +3797,12 @@ declare const VListItem: {
|
|
|
3789
3797
|
theme?: string | undefined;
|
|
3790
3798
|
rounded?: string | number | boolean | undefined;
|
|
3791
3799
|
baseColor?: string | undefined;
|
|
3800
|
+
activeColor?: string | undefined;
|
|
3792
3801
|
prependIcon?: IconValue | undefined;
|
|
3793
3802
|
appendIcon?: IconValue | undefined;
|
|
3794
3803
|
activeClass?: string | undefined;
|
|
3795
3804
|
appendAvatar?: string | undefined;
|
|
3796
3805
|
prependAvatar?: string | undefined;
|
|
3797
|
-
activeColor?: string | undefined;
|
|
3798
3806
|
subtitle?: string | number | undefined;
|
|
3799
3807
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3800
3808
|
} & {
|
|
@@ -3860,7 +3868,7 @@ declare const VListItem: {
|
|
|
3860
3868
|
value?: any;
|
|
3861
3869
|
title?: string | number | undefined;
|
|
3862
3870
|
class?: any;
|
|
3863
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
3871
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3864
3872
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3865
3873
|
href?: string | undefined;
|
|
3866
3874
|
elevation?: string | number | undefined;
|
|
@@ -3868,12 +3876,12 @@ declare const VListItem: {
|
|
|
3868
3876
|
theme?: string | undefined;
|
|
3869
3877
|
rounded?: string | number | boolean | undefined;
|
|
3870
3878
|
baseColor?: string | undefined;
|
|
3879
|
+
activeColor?: string | undefined;
|
|
3871
3880
|
prependIcon?: IconValue | undefined;
|
|
3872
3881
|
appendIcon?: IconValue | undefined;
|
|
3873
3882
|
activeClass?: string | undefined;
|
|
3874
3883
|
appendAvatar?: string | undefined;
|
|
3875
3884
|
prependAvatar?: string | undefined;
|
|
3876
|
-
activeColor?: string | undefined;
|
|
3877
3885
|
subtitle?: string | number | undefined;
|
|
3878
3886
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3879
3887
|
} & {
|
|
@@ -3957,7 +3965,7 @@ declare const VListItem: {
|
|
|
3957
3965
|
value?: any;
|
|
3958
3966
|
title?: string | number | undefined;
|
|
3959
3967
|
class?: any;
|
|
3960
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
3968
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3961
3969
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3962
3970
|
href?: string | undefined;
|
|
3963
3971
|
elevation?: string | number | undefined;
|
|
@@ -3965,12 +3973,12 @@ declare const VListItem: {
|
|
|
3965
3973
|
theme?: string | undefined;
|
|
3966
3974
|
rounded?: string | number | boolean | undefined;
|
|
3967
3975
|
baseColor?: string | undefined;
|
|
3976
|
+
activeColor?: string | undefined;
|
|
3968
3977
|
prependIcon?: IconValue | undefined;
|
|
3969
3978
|
appendIcon?: IconValue | undefined;
|
|
3970
3979
|
activeClass?: string | undefined;
|
|
3971
3980
|
appendAvatar?: string | undefined;
|
|
3972
3981
|
prependAvatar?: string | undefined;
|
|
3973
|
-
activeColor?: string | undefined;
|
|
3974
3982
|
subtitle?: string | number | undefined;
|
|
3975
3983
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
3976
3984
|
} & {
|
|
@@ -4055,7 +4063,7 @@ declare const VListItem: {
|
|
|
4055
4063
|
value?: any;
|
|
4056
4064
|
title?: string | number | undefined;
|
|
4057
4065
|
class?: any;
|
|
4058
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4066
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4059
4067
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4060
4068
|
href?: string | undefined;
|
|
4061
4069
|
elevation?: string | number | undefined;
|
|
@@ -4063,12 +4071,12 @@ declare const VListItem: {
|
|
|
4063
4071
|
theme?: string | undefined;
|
|
4064
4072
|
rounded?: string | number | boolean | undefined;
|
|
4065
4073
|
baseColor?: string | undefined;
|
|
4074
|
+
activeColor?: string | undefined;
|
|
4066
4075
|
prependIcon?: IconValue | undefined;
|
|
4067
4076
|
appendIcon?: IconValue | undefined;
|
|
4068
4077
|
activeClass?: string | undefined;
|
|
4069
4078
|
appendAvatar?: string | undefined;
|
|
4070
4079
|
prependAvatar?: string | undefined;
|
|
4071
|
-
activeColor?: string | undefined;
|
|
4072
4080
|
subtitle?: string | number | undefined;
|
|
4073
4081
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4074
4082
|
} & {
|
|
@@ -4200,7 +4208,7 @@ declare const VListItem: {
|
|
|
4200
4208
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
4201
4209
|
title: (StringConstructor | NumberConstructor)[];
|
|
4202
4210
|
value: null;
|
|
4203
|
-
onClick: PropType<(args_0: MouseEvent) => void>;
|
|
4211
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4204
4212
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
4205
4213
|
}, vue.ExtractPropTypes<{
|
|
4206
4214
|
color: StringConstructor;
|
|
@@ -4273,7 +4281,7 @@ declare const VListItem: {
|
|
|
4273
4281
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
4274
4282
|
title: (StringConstructor | NumberConstructor)[];
|
|
4275
4283
|
value: null;
|
|
4276
|
-
onClick: PropType<(args_0: MouseEvent) => void>;
|
|
4284
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4277
4285
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
4278
4286
|
}>>;
|
|
4279
4287
|
type VListItem = InstanceType<typeof VListItem>;
|
|
@@ -4414,9 +4422,9 @@ declare const VList: {
|
|
|
4414
4422
|
rounded?: string | number | boolean | undefined;
|
|
4415
4423
|
baseColor?: string | undefined;
|
|
4416
4424
|
bgColor?: string | undefined;
|
|
4425
|
+
activeColor?: string | undefined;
|
|
4417
4426
|
activeClass?: string | undefined;
|
|
4418
4427
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4419
|
-
activeColor?: string | undefined;
|
|
4420
4428
|
collapseIcon?: string | undefined;
|
|
4421
4429
|
expandIcon?: string | undefined;
|
|
4422
4430
|
} & {
|
|
@@ -4485,9 +4493,9 @@ declare const VList: {
|
|
|
4485
4493
|
rounded?: string | number | boolean | undefined;
|
|
4486
4494
|
baseColor?: string | undefined;
|
|
4487
4495
|
bgColor?: string | undefined;
|
|
4496
|
+
activeColor?: string | undefined;
|
|
4488
4497
|
activeClass?: string | undefined;
|
|
4489
4498
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4490
|
-
activeColor?: string | undefined;
|
|
4491
4499
|
collapseIcon?: string | undefined;
|
|
4492
4500
|
expandIcon?: string | undefined;
|
|
4493
4501
|
} & {
|
|
@@ -4583,9 +4591,9 @@ declare const VList: {
|
|
|
4583
4591
|
rounded?: string | number | boolean | undefined;
|
|
4584
4592
|
baseColor?: string | undefined;
|
|
4585
4593
|
bgColor?: string | undefined;
|
|
4594
|
+
activeColor?: string | undefined;
|
|
4586
4595
|
activeClass?: string | undefined;
|
|
4587
4596
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4588
|
-
activeColor?: string | undefined;
|
|
4589
4597
|
collapseIcon?: string | undefined;
|
|
4590
4598
|
expandIcon?: string | undefined;
|
|
4591
4599
|
} & {
|
|
@@ -4658,9 +4666,9 @@ declare const VList: {
|
|
|
4658
4666
|
rounded?: string | number | boolean | undefined;
|
|
4659
4667
|
baseColor?: string | undefined;
|
|
4660
4668
|
bgColor?: string | undefined;
|
|
4669
|
+
activeColor?: string | undefined;
|
|
4661
4670
|
activeClass?: string | undefined;
|
|
4662
4671
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4663
|
-
activeColor?: string | undefined;
|
|
4664
4672
|
collapseIcon?: string | undefined;
|
|
4665
4673
|
expandIcon?: string | undefined;
|
|
4666
4674
|
} & {
|
|
@@ -4995,9 +5003,9 @@ declare const VListGroup: {
|
|
|
4995
5003
|
title?: string | undefined;
|
|
4996
5004
|
class?: any;
|
|
4997
5005
|
baseColor?: string | undefined;
|
|
5006
|
+
activeColor?: string | undefined;
|
|
4998
5007
|
prependIcon?: IconValue | undefined;
|
|
4999
5008
|
appendIcon?: IconValue | undefined;
|
|
5000
|
-
activeColor?: string | undefined;
|
|
5001
5009
|
} & {
|
|
5002
5010
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5003
5011
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5034,9 +5042,9 @@ declare const VListGroup: {
|
|
|
5034
5042
|
title?: string | undefined;
|
|
5035
5043
|
class?: any;
|
|
5036
5044
|
baseColor?: string | undefined;
|
|
5045
|
+
activeColor?: string | undefined;
|
|
5037
5046
|
prependIcon?: IconValue | undefined;
|
|
5038
5047
|
appendIcon?: IconValue | undefined;
|
|
5039
|
-
activeColor?: string | undefined;
|
|
5040
5048
|
} & {
|
|
5041
5049
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5042
5050
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5091,9 +5099,9 @@ declare const VListGroup: {
|
|
|
5091
5099
|
title?: string | undefined;
|
|
5092
5100
|
class?: any;
|
|
5093
5101
|
baseColor?: string | undefined;
|
|
5102
|
+
activeColor?: string | undefined;
|
|
5094
5103
|
prependIcon?: IconValue | undefined;
|
|
5095
5104
|
appendIcon?: IconValue | undefined;
|
|
5096
|
-
activeColor?: string | undefined;
|
|
5097
5105
|
} & {
|
|
5098
5106
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5099
5107
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5141,9 +5149,9 @@ declare const VListGroup: {
|
|
|
5141
5149
|
title?: string | undefined;
|
|
5142
5150
|
class?: any;
|
|
5143
5151
|
baseColor?: string | undefined;
|
|
5152
|
+
activeColor?: string | undefined;
|
|
5144
5153
|
prependIcon?: IconValue | undefined;
|
|
5145
5154
|
appendIcon?: IconValue | undefined;
|
|
5146
|
-
activeColor?: string | undefined;
|
|
5147
5155
|
} & {
|
|
5148
5156
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5149
5157
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5947,7 +5955,7 @@ type VListSubheader = InstanceType<typeof VListSubheader>;
|
|
|
5947
5955
|
|
|
5948
5956
|
declare const VMenu: {
|
|
5949
5957
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
5950
|
-
location: Anchor;
|
|
5958
|
+
location: Anchor | undefined;
|
|
5951
5959
|
origin: "auto" | Anchor | "overlap";
|
|
5952
5960
|
transition: string | boolean | (vue.TransitionProps & {
|
|
5953
5961
|
component?: Component;
|
|
@@ -5973,6 +5981,7 @@ declare const VMenu: {
|
|
|
5973
5981
|
noClickAnimation: boolean;
|
|
5974
5982
|
persistent: boolean;
|
|
5975
5983
|
scrim: string | boolean;
|
|
5984
|
+
submenu: boolean;
|
|
5976
5985
|
} & {
|
|
5977
5986
|
offset?: string | number | number[] | undefined;
|
|
5978
5987
|
id?: string | undefined;
|
|
@@ -6028,7 +6037,7 @@ declare const VMenu: {
|
|
|
6028
6037
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6029
6038
|
}, {
|
|
6030
6039
|
id: vue.ComputedRef<string>;
|
|
6031
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
6040
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
6032
6041
|
} & Omit<Omit<{
|
|
6033
6042
|
$: vue.ComponentInternalInstance;
|
|
6034
6043
|
$data: {};
|
|
@@ -6474,7 +6483,7 @@ declare const VMenu: {
|
|
|
6474
6483
|
onAfterLeave?: (() => any) | undefined;
|
|
6475
6484
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6476
6485
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6477
|
-
}, "target" | "
|
|
6486
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
6478
6487
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
6479
6488
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
6480
6489
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -6486,7 +6495,7 @@ declare const VMenu: {
|
|
|
6486
6495
|
}> & {} & 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, {
|
|
6487
6496
|
'update:modelValue': (value: boolean) => true;
|
|
6488
6497
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
6489
|
-
location: Anchor;
|
|
6498
|
+
location: Anchor | undefined;
|
|
6490
6499
|
origin: "auto" | Anchor | "overlap";
|
|
6491
6500
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6492
6501
|
component?: Component;
|
|
@@ -6512,6 +6521,7 @@ declare const VMenu: {
|
|
|
6512
6521
|
noClickAnimation: boolean;
|
|
6513
6522
|
persistent: boolean;
|
|
6514
6523
|
scrim: string | boolean;
|
|
6524
|
+
submenu: boolean;
|
|
6515
6525
|
} & {
|
|
6516
6526
|
offset?: string | number | number[] | undefined;
|
|
6517
6527
|
id?: string | undefined;
|
|
@@ -6566,7 +6576,7 @@ declare const VMenu: {
|
|
|
6566
6576
|
} & {
|
|
6567
6577
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6568
6578
|
}, {
|
|
6569
|
-
location: Anchor;
|
|
6579
|
+
location: Anchor | undefined;
|
|
6570
6580
|
origin: "auto" | Anchor | "overlap";
|
|
6571
6581
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6572
6582
|
component?: Component;
|
|
@@ -6594,6 +6604,7 @@ declare const VMenu: {
|
|
|
6594
6604
|
noClickAnimation: boolean;
|
|
6595
6605
|
persistent: boolean;
|
|
6596
6606
|
scrim: string | boolean;
|
|
6607
|
+
submenu: boolean;
|
|
6597
6608
|
}, true, {}, vue.SlotsType<Partial<{
|
|
6598
6609
|
default: (arg: {
|
|
6599
6610
|
isActive: vue.Ref<boolean>;
|
|
@@ -6611,7 +6622,7 @@ declare const VMenu: {
|
|
|
6611
6622
|
M: {};
|
|
6612
6623
|
Defaults: {};
|
|
6613
6624
|
}, {
|
|
6614
|
-
location: Anchor;
|
|
6625
|
+
location: Anchor | undefined;
|
|
6615
6626
|
origin: "auto" | Anchor | "overlap";
|
|
6616
6627
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6617
6628
|
component?: Component;
|
|
@@ -6637,6 +6648,7 @@ declare const VMenu: {
|
|
|
6637
6648
|
noClickAnimation: boolean;
|
|
6638
6649
|
persistent: boolean;
|
|
6639
6650
|
scrim: string | boolean;
|
|
6651
|
+
submenu: boolean;
|
|
6640
6652
|
} & {
|
|
6641
6653
|
offset?: string | number | number[] | undefined;
|
|
6642
6654
|
id?: string | undefined;
|
|
@@ -6692,7 +6704,7 @@ declare const VMenu: {
|
|
|
6692
6704
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6693
6705
|
}, {
|
|
6694
6706
|
id: vue.ComputedRef<string>;
|
|
6695
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
6707
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
6696
6708
|
} & Omit<Omit<{
|
|
6697
6709
|
$: vue.ComponentInternalInstance;
|
|
6698
6710
|
$data: {};
|
|
@@ -7138,7 +7150,7 @@ declare const VMenu: {
|
|
|
7138
7150
|
onAfterLeave?: (() => any) | undefined;
|
|
7139
7151
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7140
7152
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7141
|
-
}, "target" | "
|
|
7153
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
7142
7154
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
7143
7155
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
7144
7156
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -7148,7 +7160,7 @@ declare const VMenu: {
|
|
|
7148
7160
|
localTop: vue.ComputedRef<boolean>;
|
|
7149
7161
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
7150
7162
|
}> & {} & 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}`>, {}, {}, {}, {
|
|
7151
|
-
location: Anchor;
|
|
7163
|
+
location: Anchor | undefined;
|
|
7152
7164
|
origin: "auto" | Anchor | "overlap";
|
|
7153
7165
|
transition: string | boolean | (vue.TransitionProps & {
|
|
7154
7166
|
component?: Component;
|
|
@@ -7176,12 +7188,13 @@ declare const VMenu: {
|
|
|
7176
7188
|
noClickAnimation: boolean;
|
|
7177
7189
|
persistent: boolean;
|
|
7178
7190
|
scrim: string | boolean;
|
|
7191
|
+
submenu: boolean;
|
|
7179
7192
|
}>;
|
|
7180
7193
|
__isFragment?: never;
|
|
7181
7194
|
__isTeleport?: never;
|
|
7182
7195
|
__isSuspense?: never;
|
|
7183
7196
|
} & vue.ComponentOptionsBase<{
|
|
7184
|
-
location: Anchor;
|
|
7197
|
+
location: Anchor | undefined;
|
|
7185
7198
|
origin: "auto" | Anchor | "overlap";
|
|
7186
7199
|
transition: string | boolean | (vue.TransitionProps & {
|
|
7187
7200
|
component?: Component;
|
|
@@ -7207,6 +7220,7 @@ declare const VMenu: {
|
|
|
7207
7220
|
noClickAnimation: boolean;
|
|
7208
7221
|
persistent: boolean;
|
|
7209
7222
|
scrim: string | boolean;
|
|
7223
|
+
submenu: boolean;
|
|
7210
7224
|
} & {
|
|
7211
7225
|
offset?: string | number | number[] | undefined;
|
|
7212
7226
|
id?: string | undefined;
|
|
@@ -7262,7 +7276,7 @@ declare const VMenu: {
|
|
|
7262
7276
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7263
7277
|
}, {
|
|
7264
7278
|
id: vue.ComputedRef<string>;
|
|
7265
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
7279
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
7266
7280
|
} & Omit<Omit<{
|
|
7267
7281
|
$: vue.ComponentInternalInstance;
|
|
7268
7282
|
$data: {};
|
|
@@ -7708,7 +7722,7 @@ declare const VMenu: {
|
|
|
7708
7722
|
onAfterLeave?: (() => any) | undefined;
|
|
7709
7723
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7710
7724
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7711
|
-
}, "target" | "
|
|
7725
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
7712
7726
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
7713
7727
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
7714
7728
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -7720,7 +7734,7 @@ declare const VMenu: {
|
|
|
7720
7734
|
}> & {} & 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, {
|
|
7721
7735
|
'update:modelValue': (value: boolean) => true;
|
|
7722
7736
|
}, string, {
|
|
7723
|
-
location: Anchor;
|
|
7737
|
+
location: Anchor | undefined;
|
|
7724
7738
|
origin: "auto" | Anchor | "overlap";
|
|
7725
7739
|
transition: string | boolean | (vue.TransitionProps & {
|
|
7726
7740
|
component?: Component;
|
|
@@ -7748,6 +7762,7 @@ declare const VMenu: {
|
|
|
7748
7762
|
noClickAnimation: boolean;
|
|
7749
7763
|
persistent: boolean;
|
|
7750
7764
|
scrim: string | boolean;
|
|
7765
|
+
submenu: boolean;
|
|
7751
7766
|
}, {}, string, vue.SlotsType<Partial<{
|
|
7752
7767
|
default: (arg: {
|
|
7753
7768
|
isActive: vue.Ref<boolean>;
|
|
@@ -7759,9 +7774,12 @@ declare const VMenu: {
|
|
|
7759
7774
|
}) => vue.VNode[];
|
|
7760
7775
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
7761
7776
|
offset: vue.PropType<StrategyProps["offset"]>;
|
|
7762
|
-
location: {
|
|
7777
|
+
location: Omit<{
|
|
7763
7778
|
type: vue.PropType<StrategyProps["location"]>;
|
|
7764
7779
|
default: string;
|
|
7780
|
+
}, "type" | "default"> & {
|
|
7781
|
+
type: vue.PropType<Anchor | undefined>;
|
|
7782
|
+
default: NonNullable<Anchor> | undefined;
|
|
7765
7783
|
};
|
|
7766
7784
|
origin: {
|
|
7767
7785
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -7870,11 +7888,15 @@ declare const VMenu: {
|
|
|
7870
7888
|
};
|
|
7871
7889
|
attach: vue.PropType<boolean | string | Element>;
|
|
7872
7890
|
id: StringConstructor;
|
|
7891
|
+
submenu: BooleanConstructor;
|
|
7873
7892
|
}, vue.ExtractPropTypes<{
|
|
7874
7893
|
offset: vue.PropType<StrategyProps["offset"]>;
|
|
7875
|
-
location: {
|
|
7894
|
+
location: Omit<{
|
|
7876
7895
|
type: vue.PropType<StrategyProps["location"]>;
|
|
7877
7896
|
default: string;
|
|
7897
|
+
}, "type" | "default"> & {
|
|
7898
|
+
type: vue.PropType<Anchor | undefined>;
|
|
7899
|
+
default: NonNullable<Anchor> | undefined;
|
|
7878
7900
|
};
|
|
7879
7901
|
origin: {
|
|
7880
7902
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -7983,6 +8005,7 @@ declare const VMenu: {
|
|
|
7983
8005
|
};
|
|
7984
8006
|
attach: vue.PropType<boolean | string | Element>;
|
|
7985
8007
|
id: StringConstructor;
|
|
8008
|
+
submenu: BooleanConstructor;
|
|
7986
8009
|
}>>;
|
|
7987
8010
|
type VMenu = InstanceType<typeof VMenu>;
|
|
7988
8011
|
|
|
@@ -8055,7 +8078,7 @@ declare const VAutocomplete: {
|
|
|
8055
8078
|
theme?: string | undefined;
|
|
8056
8079
|
counter?: string | number | boolean | undefined;
|
|
8057
8080
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
8058
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
8081
|
+
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;
|
|
8059
8082
|
rounded?: string | number | boolean | undefined;
|
|
8060
8083
|
baseColor?: string | undefined;
|
|
8061
8084
|
bgColor?: string | undefined;
|
|
@@ -8127,9 +8150,9 @@ declare const VAutocomplete: {
|
|
|
8127
8150
|
rounded?: string | number | boolean | undefined;
|
|
8128
8151
|
baseColor?: string | undefined;
|
|
8129
8152
|
bgColor?: string | undefined;
|
|
8153
|
+
activeColor?: string | undefined;
|
|
8130
8154
|
activeClass?: string | undefined;
|
|
8131
8155
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8132
|
-
activeColor?: string | undefined;
|
|
8133
8156
|
collapseIcon?: string | undefined;
|
|
8134
8157
|
expandIcon?: string | undefined;
|
|
8135
8158
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -8172,9 +8195,9 @@ declare const VAutocomplete: {
|
|
|
8172
8195
|
rounded?: string | number | boolean | undefined;
|
|
8173
8196
|
baseColor?: string | undefined;
|
|
8174
8197
|
bgColor?: string | undefined;
|
|
8198
|
+
activeColor?: string | undefined;
|
|
8175
8199
|
activeClass?: string | undefined;
|
|
8176
8200
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8177
|
-
activeColor?: string | undefined;
|
|
8178
8201
|
collapseIcon?: string | undefined;
|
|
8179
8202
|
expandIcon?: string | undefined;
|
|
8180
8203
|
} & {
|
|
@@ -8287,7 +8310,7 @@ declare const VAutocomplete: {
|
|
|
8287
8310
|
}) => vue.VNodeChild) | undefined;
|
|
8288
8311
|
}) | undefined;
|
|
8289
8312
|
menuProps?: (Partial<{
|
|
8290
|
-
location: Anchor;
|
|
8313
|
+
location: Anchor | undefined;
|
|
8291
8314
|
origin: "auto" | Anchor | "overlap";
|
|
8292
8315
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8293
8316
|
component?: vue.Component;
|
|
@@ -8315,8 +8338,9 @@ declare const VAutocomplete: {
|
|
|
8315
8338
|
noClickAnimation: boolean;
|
|
8316
8339
|
persistent: boolean;
|
|
8317
8340
|
scrim: string | boolean;
|
|
8341
|
+
submenu: boolean;
|
|
8318
8342
|
}> & Omit<{
|
|
8319
|
-
location: Anchor;
|
|
8343
|
+
location: Anchor | undefined;
|
|
8320
8344
|
origin: "auto" | Anchor | "overlap";
|
|
8321
8345
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8322
8346
|
component?: vue.Component;
|
|
@@ -8342,6 +8366,7 @@ declare const VAutocomplete: {
|
|
|
8342
8366
|
noClickAnimation: boolean;
|
|
8343
8367
|
persistent: boolean;
|
|
8344
8368
|
scrim: string | boolean;
|
|
8369
|
+
submenu: boolean;
|
|
8345
8370
|
offset?: string | number | number[] | undefined;
|
|
8346
8371
|
id?: string | undefined;
|
|
8347
8372
|
height?: string | number | undefined;
|
|
@@ -8392,7 +8417,7 @@ declare const VAutocomplete: {
|
|
|
8392
8417
|
}) => vue.VNodeChild) | undefined;
|
|
8393
8418
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8394
8419
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
8395
|
-
location: Anchor;
|
|
8420
|
+
location: Anchor | undefined;
|
|
8396
8421
|
origin: "auto" | Anchor | "overlap";
|
|
8397
8422
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8398
8423
|
component?: vue.Component;
|
|
@@ -8418,6 +8443,7 @@ declare const VAutocomplete: {
|
|
|
8418
8443
|
noClickAnimation: boolean;
|
|
8419
8444
|
persistent: boolean;
|
|
8420
8445
|
scrim: string | boolean;
|
|
8446
|
+
submenu: boolean;
|
|
8421
8447
|
} & {
|
|
8422
8448
|
offset?: string | number | number[] | undefined;
|
|
8423
8449
|
id?: string | undefined;
|
|
@@ -8471,7 +8497,7 @@ declare const VAutocomplete: {
|
|
|
8471
8497
|
}) => vue.VNodeChild) | undefined;
|
|
8472
8498
|
} & {
|
|
8473
8499
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8474
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
8500
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
8475
8501
|
itemColor?: string | undefined;
|
|
8476
8502
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
8477
8503
|
} & {
|
|
@@ -8547,7 +8573,7 @@ declare const VAutocomplete: {
|
|
|
8547
8573
|
theme?: string | undefined;
|
|
8548
8574
|
counter?: string | number | boolean | undefined;
|
|
8549
8575
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
8550
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
8576
|
+
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;
|
|
8551
8577
|
rounded?: string | number | boolean | undefined;
|
|
8552
8578
|
baseColor?: string | undefined;
|
|
8553
8579
|
bgColor?: string | undefined;
|
|
@@ -8619,9 +8645,9 @@ declare const VAutocomplete: {
|
|
|
8619
8645
|
rounded?: string | number | boolean | undefined;
|
|
8620
8646
|
baseColor?: string | undefined;
|
|
8621
8647
|
bgColor?: string | undefined;
|
|
8648
|
+
activeColor?: string | undefined;
|
|
8622
8649
|
activeClass?: string | undefined;
|
|
8623
8650
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8624
|
-
activeColor?: string | undefined;
|
|
8625
8651
|
collapseIcon?: string | undefined;
|
|
8626
8652
|
expandIcon?: string | undefined;
|
|
8627
8653
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -8664,9 +8690,9 @@ declare const VAutocomplete: {
|
|
|
8664
8690
|
rounded?: string | number | boolean | undefined;
|
|
8665
8691
|
baseColor?: string | undefined;
|
|
8666
8692
|
bgColor?: string | undefined;
|
|
8693
|
+
activeColor?: string | undefined;
|
|
8667
8694
|
activeClass?: string | undefined;
|
|
8668
8695
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8669
|
-
activeColor?: string | undefined;
|
|
8670
8696
|
collapseIcon?: string | undefined;
|
|
8671
8697
|
expandIcon?: string | undefined;
|
|
8672
8698
|
} & {
|
|
@@ -8779,7 +8805,7 @@ declare const VAutocomplete: {
|
|
|
8779
8805
|
}) => vue.VNodeChild) | undefined;
|
|
8780
8806
|
}) | undefined;
|
|
8781
8807
|
menuProps?: (Partial<{
|
|
8782
|
-
location: Anchor;
|
|
8808
|
+
location: Anchor | undefined;
|
|
8783
8809
|
origin: "auto" | Anchor | "overlap";
|
|
8784
8810
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8785
8811
|
component?: vue.Component;
|
|
@@ -8807,8 +8833,9 @@ declare const VAutocomplete: {
|
|
|
8807
8833
|
noClickAnimation: boolean;
|
|
8808
8834
|
persistent: boolean;
|
|
8809
8835
|
scrim: string | boolean;
|
|
8836
|
+
submenu: boolean;
|
|
8810
8837
|
}> & Omit<{
|
|
8811
|
-
location: Anchor;
|
|
8838
|
+
location: Anchor | undefined;
|
|
8812
8839
|
origin: "auto" | Anchor | "overlap";
|
|
8813
8840
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8814
8841
|
component?: vue.Component;
|
|
@@ -8834,6 +8861,7 @@ declare const VAutocomplete: {
|
|
|
8834
8861
|
noClickAnimation: boolean;
|
|
8835
8862
|
persistent: boolean;
|
|
8836
8863
|
scrim: string | boolean;
|
|
8864
|
+
submenu: boolean;
|
|
8837
8865
|
offset?: string | number | number[] | undefined;
|
|
8838
8866
|
id?: string | undefined;
|
|
8839
8867
|
height?: string | number | undefined;
|
|
@@ -8884,7 +8912,7 @@ declare const VAutocomplete: {
|
|
|
8884
8912
|
}) => vue.VNodeChild) | undefined;
|
|
8885
8913
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8886
8914
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
8887
|
-
location: Anchor;
|
|
8915
|
+
location: Anchor | undefined;
|
|
8888
8916
|
origin: "auto" | Anchor | "overlap";
|
|
8889
8917
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8890
8918
|
component?: vue.Component;
|
|
@@ -8910,6 +8938,7 @@ declare const VAutocomplete: {
|
|
|
8910
8938
|
noClickAnimation: boolean;
|
|
8911
8939
|
persistent: boolean;
|
|
8912
8940
|
scrim: string | boolean;
|
|
8941
|
+
submenu: boolean;
|
|
8913
8942
|
} & {
|
|
8914
8943
|
offset?: string | number | number[] | undefined;
|
|
8915
8944
|
id?: string | undefined;
|
|
@@ -8963,7 +8992,7 @@ declare const VAutocomplete: {
|
|
|
8963
8992
|
}) => vue.VNodeChild) | undefined;
|
|
8964
8993
|
} & {
|
|
8965
8994
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8966
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
8995
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
8967
8996
|
itemColor?: string | undefined;
|
|
8968
8997
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
8969
8998
|
} & {
|
|
@@ -9123,7 +9152,7 @@ declare const VAutocomplete: {
|
|
|
9123
9152
|
theme?: string | undefined;
|
|
9124
9153
|
counter?: string | number | boolean | undefined;
|
|
9125
9154
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
9126
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
9155
|
+
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;
|
|
9127
9156
|
rounded?: string | number | boolean | undefined;
|
|
9128
9157
|
baseColor?: string | undefined;
|
|
9129
9158
|
bgColor?: string | undefined;
|
|
@@ -9195,9 +9224,9 @@ declare const VAutocomplete: {
|
|
|
9195
9224
|
rounded?: string | number | boolean | undefined;
|
|
9196
9225
|
baseColor?: string | undefined;
|
|
9197
9226
|
bgColor?: string | undefined;
|
|
9227
|
+
activeColor?: string | undefined;
|
|
9198
9228
|
activeClass?: string | undefined;
|
|
9199
9229
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9200
|
-
activeColor?: string | undefined;
|
|
9201
9230
|
collapseIcon?: string | undefined;
|
|
9202
9231
|
expandIcon?: string | undefined;
|
|
9203
9232
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -9240,9 +9269,9 @@ declare const VAutocomplete: {
|
|
|
9240
9269
|
rounded?: string | number | boolean | undefined;
|
|
9241
9270
|
baseColor?: string | undefined;
|
|
9242
9271
|
bgColor?: string | undefined;
|
|
9272
|
+
activeColor?: string | undefined;
|
|
9243
9273
|
activeClass?: string | undefined;
|
|
9244
9274
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9245
|
-
activeColor?: string | undefined;
|
|
9246
9275
|
collapseIcon?: string | undefined;
|
|
9247
9276
|
expandIcon?: string | undefined;
|
|
9248
9277
|
} & {
|
|
@@ -9355,7 +9384,7 @@ declare const VAutocomplete: {
|
|
|
9355
9384
|
}) => vue.VNodeChild) | undefined;
|
|
9356
9385
|
}) | undefined;
|
|
9357
9386
|
menuProps?: (Partial<{
|
|
9358
|
-
location: Anchor;
|
|
9387
|
+
location: Anchor | undefined;
|
|
9359
9388
|
origin: "auto" | Anchor | "overlap";
|
|
9360
9389
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9361
9390
|
component?: vue.Component;
|
|
@@ -9383,8 +9412,9 @@ declare const VAutocomplete: {
|
|
|
9383
9412
|
noClickAnimation: boolean;
|
|
9384
9413
|
persistent: boolean;
|
|
9385
9414
|
scrim: string | boolean;
|
|
9415
|
+
submenu: boolean;
|
|
9386
9416
|
}> & Omit<{
|
|
9387
|
-
location: Anchor;
|
|
9417
|
+
location: Anchor | undefined;
|
|
9388
9418
|
origin: "auto" | Anchor | "overlap";
|
|
9389
9419
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9390
9420
|
component?: vue.Component;
|
|
@@ -9410,6 +9440,7 @@ declare const VAutocomplete: {
|
|
|
9410
9440
|
noClickAnimation: boolean;
|
|
9411
9441
|
persistent: boolean;
|
|
9412
9442
|
scrim: string | boolean;
|
|
9443
|
+
submenu: boolean;
|
|
9413
9444
|
offset?: string | number | number[] | undefined;
|
|
9414
9445
|
id?: string | undefined;
|
|
9415
9446
|
height?: string | number | undefined;
|
|
@@ -9460,7 +9491,7 @@ declare const VAutocomplete: {
|
|
|
9460
9491
|
}) => vue.VNodeChild) | undefined;
|
|
9461
9492
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9462
9493
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
9463
|
-
location: Anchor;
|
|
9494
|
+
location: Anchor | undefined;
|
|
9464
9495
|
origin: "auto" | Anchor | "overlap";
|
|
9465
9496
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9466
9497
|
component?: vue.Component;
|
|
@@ -9486,6 +9517,7 @@ declare const VAutocomplete: {
|
|
|
9486
9517
|
noClickAnimation: boolean;
|
|
9487
9518
|
persistent: boolean;
|
|
9488
9519
|
scrim: string | boolean;
|
|
9520
|
+
submenu: boolean;
|
|
9489
9521
|
} & {
|
|
9490
9522
|
offset?: string | number | number[] | undefined;
|
|
9491
9523
|
id?: string | undefined;
|
|
@@ -9539,7 +9571,7 @@ declare const VAutocomplete: {
|
|
|
9539
9571
|
}) => vue.VNodeChild) | undefined;
|
|
9540
9572
|
} & {
|
|
9541
9573
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9542
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
9574
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
9543
9575
|
itemColor?: string | undefined;
|
|
9544
9576
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
9545
9577
|
} & {
|
|
@@ -9664,7 +9696,7 @@ declare const VAutocomplete: {
|
|
|
9664
9696
|
theme?: string | undefined;
|
|
9665
9697
|
counter?: string | number | boolean | undefined;
|
|
9666
9698
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
9667
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
9699
|
+
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;
|
|
9668
9700
|
rounded?: string | number | boolean | undefined;
|
|
9669
9701
|
baseColor?: string | undefined;
|
|
9670
9702
|
bgColor?: string | undefined;
|
|
@@ -9736,9 +9768,9 @@ declare const VAutocomplete: {
|
|
|
9736
9768
|
rounded?: string | number | boolean | undefined;
|
|
9737
9769
|
baseColor?: string | undefined;
|
|
9738
9770
|
bgColor?: string | undefined;
|
|
9771
|
+
activeColor?: string | undefined;
|
|
9739
9772
|
activeClass?: string | undefined;
|
|
9740
9773
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9741
|
-
activeColor?: string | undefined;
|
|
9742
9774
|
collapseIcon?: string | undefined;
|
|
9743
9775
|
expandIcon?: string | undefined;
|
|
9744
9776
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -9781,9 +9813,9 @@ declare const VAutocomplete: {
|
|
|
9781
9813
|
rounded?: string | number | boolean | undefined;
|
|
9782
9814
|
baseColor?: string | undefined;
|
|
9783
9815
|
bgColor?: string | undefined;
|
|
9816
|
+
activeColor?: string | undefined;
|
|
9784
9817
|
activeClass?: string | undefined;
|
|
9785
9818
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9786
|
-
activeColor?: string | undefined;
|
|
9787
9819
|
collapseIcon?: string | undefined;
|
|
9788
9820
|
expandIcon?: string | undefined;
|
|
9789
9821
|
} & {
|
|
@@ -9896,7 +9928,7 @@ declare const VAutocomplete: {
|
|
|
9896
9928
|
}) => vue.VNodeChild) | undefined;
|
|
9897
9929
|
}) | undefined;
|
|
9898
9930
|
menuProps?: (Partial<{
|
|
9899
|
-
location: Anchor;
|
|
9931
|
+
location: Anchor | undefined;
|
|
9900
9932
|
origin: "auto" | Anchor | "overlap";
|
|
9901
9933
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9902
9934
|
component?: vue.Component;
|
|
@@ -9924,8 +9956,9 @@ declare const VAutocomplete: {
|
|
|
9924
9956
|
noClickAnimation: boolean;
|
|
9925
9957
|
persistent: boolean;
|
|
9926
9958
|
scrim: string | boolean;
|
|
9959
|
+
submenu: boolean;
|
|
9927
9960
|
}> & Omit<{
|
|
9928
|
-
location: Anchor;
|
|
9961
|
+
location: Anchor | undefined;
|
|
9929
9962
|
origin: "auto" | Anchor | "overlap";
|
|
9930
9963
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9931
9964
|
component?: vue.Component;
|
|
@@ -9951,6 +9984,7 @@ declare const VAutocomplete: {
|
|
|
9951
9984
|
noClickAnimation: boolean;
|
|
9952
9985
|
persistent: boolean;
|
|
9953
9986
|
scrim: string | boolean;
|
|
9987
|
+
submenu: boolean;
|
|
9954
9988
|
offset?: string | number | number[] | undefined;
|
|
9955
9989
|
id?: string | undefined;
|
|
9956
9990
|
height?: string | number | undefined;
|
|
@@ -10001,7 +10035,7 @@ declare const VAutocomplete: {
|
|
|
10001
10035
|
}) => vue.VNodeChild) | undefined;
|
|
10002
10036
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10003
10037
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
10004
|
-
location: Anchor;
|
|
10038
|
+
location: Anchor | undefined;
|
|
10005
10039
|
origin: "auto" | Anchor | "overlap";
|
|
10006
10040
|
transition: string | boolean | (vue.TransitionProps & {
|
|
10007
10041
|
component?: vue.Component;
|
|
@@ -10027,6 +10061,7 @@ declare const VAutocomplete: {
|
|
|
10027
10061
|
noClickAnimation: boolean;
|
|
10028
10062
|
persistent: boolean;
|
|
10029
10063
|
scrim: string | boolean;
|
|
10064
|
+
submenu: boolean;
|
|
10030
10065
|
} & {
|
|
10031
10066
|
offset?: string | number | number[] | undefined;
|
|
10032
10067
|
id?: string | undefined;
|
|
@@ -10080,7 +10115,7 @@ declare const VAutocomplete: {
|
|
|
10080
10115
|
}) => vue.VNodeChild) | undefined;
|
|
10081
10116
|
} & {
|
|
10082
10117
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10083
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
10118
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
10084
10119
|
itemColor?: string | undefined;
|
|
10085
10120
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
10086
10121
|
} & {
|
|
@@ -10617,6 +10652,7 @@ declare const VAvatar: {
|
|
|
10617
10652
|
tile: boolean;
|
|
10618
10653
|
density: Density;
|
|
10619
10654
|
} & {
|
|
10655
|
+
border?: string | number | boolean | undefined;
|
|
10620
10656
|
color?: string | undefined;
|
|
10621
10657
|
image?: string | undefined;
|
|
10622
10658
|
text?: string | undefined;
|
|
@@ -10643,6 +10679,7 @@ declare const VAvatar: {
|
|
|
10643
10679
|
tile: boolean;
|
|
10644
10680
|
density: Density;
|
|
10645
10681
|
} & {
|
|
10682
|
+
border?: string | number | boolean | undefined;
|
|
10646
10683
|
color?: string | undefined;
|
|
10647
10684
|
image?: string | undefined;
|
|
10648
10685
|
text?: string | undefined;
|
|
@@ -10688,6 +10725,7 @@ declare const VAvatar: {
|
|
|
10688
10725
|
tile: boolean;
|
|
10689
10726
|
density: Density;
|
|
10690
10727
|
} & {
|
|
10728
|
+
border?: string | number | boolean | undefined;
|
|
10691
10729
|
color?: string | undefined;
|
|
10692
10730
|
image?: string | undefined;
|
|
10693
10731
|
text?: string | undefined;
|
|
@@ -10728,6 +10766,7 @@ declare const VAvatar: {
|
|
|
10728
10766
|
tile: boolean;
|
|
10729
10767
|
density: Density;
|
|
10730
10768
|
} & {
|
|
10769
|
+
border?: string | number | boolean | undefined;
|
|
10731
10770
|
color?: string | undefined;
|
|
10732
10771
|
image?: string | undefined;
|
|
10733
10772
|
text?: string | undefined;
|
|
@@ -10790,6 +10829,7 @@ declare const VAvatar: {
|
|
|
10790
10829
|
type: vue.PropType<vue.StyleValue>;
|
|
10791
10830
|
default: null;
|
|
10792
10831
|
};
|
|
10832
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
10793
10833
|
start: BooleanConstructor;
|
|
10794
10834
|
end: BooleanConstructor;
|
|
10795
10835
|
icon: vue.PropType<IconValue>;
|
|
@@ -10829,6 +10869,7 @@ declare const VAvatar: {
|
|
|
10829
10869
|
type: vue.PropType<vue.StyleValue>;
|
|
10830
10870
|
default: null;
|
|
10831
10871
|
};
|
|
10872
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
10832
10873
|
start: BooleanConstructor;
|
|
10833
10874
|
end: BooleanConstructor;
|
|
10834
10875
|
icon: vue.PropType<IconValue>;
|
|
@@ -11747,7 +11788,7 @@ declare const VBottomNavigation: {
|
|
|
11747
11788
|
bgColor?: string | undefined;
|
|
11748
11789
|
} & {
|
|
11749
11790
|
"onUpdate:active"?: ((value: any) => any) | undefined;
|
|
11750
|
-
},
|
|
11791
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
11751
11792
|
'update:active': (value: any) => true;
|
|
11752
11793
|
'update:modelValue': (value: any) => true;
|
|
11753
11794
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -11877,7 +11918,7 @@ declare const VBottomNavigation: {
|
|
|
11877
11918
|
bgColor?: string | undefined;
|
|
11878
11919
|
} & {
|
|
11879
11920
|
"onUpdate:active"?: ((value: any) => any) | undefined;
|
|
11880
|
-
},
|
|
11921
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
11881
11922
|
'update:active': (value: any) => true;
|
|
11882
11923
|
'update:modelValue': (value: any) => true;
|
|
11883
11924
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
|
|
@@ -12772,8 +12813,8 @@ declare const VBreadcrumbs: {
|
|
|
12772
12813
|
icon?: IconValue | undefined;
|
|
12773
12814
|
rounded?: string | number | boolean | undefined;
|
|
12774
12815
|
bgColor?: string | undefined;
|
|
12775
|
-
activeClass?: string | undefined;
|
|
12776
12816
|
activeColor?: string | undefined;
|
|
12817
|
+
activeClass?: string | undefined;
|
|
12777
12818
|
}, {}, 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 & {
|
|
12778
12819
|
style: vue.StyleValue;
|
|
12779
12820
|
disabled: boolean;
|
|
@@ -12787,8 +12828,8 @@ declare const VBreadcrumbs: {
|
|
|
12787
12828
|
icon?: IconValue | undefined;
|
|
12788
12829
|
rounded?: string | number | boolean | undefined;
|
|
12789
12830
|
bgColor?: string | undefined;
|
|
12790
|
-
activeClass?: string | undefined;
|
|
12791
12831
|
activeColor?: string | undefined;
|
|
12832
|
+
activeClass?: string | undefined;
|
|
12792
12833
|
}, {
|
|
12793
12834
|
style: vue.StyleValue;
|
|
12794
12835
|
disabled: boolean;
|
|
@@ -12832,8 +12873,8 @@ declare const VBreadcrumbs: {
|
|
|
12832
12873
|
icon?: IconValue | undefined;
|
|
12833
12874
|
rounded?: string | number | boolean | undefined;
|
|
12834
12875
|
bgColor?: string | undefined;
|
|
12835
|
-
activeClass?: string | undefined;
|
|
12836
12876
|
activeColor?: string | undefined;
|
|
12877
|
+
activeClass?: string | undefined;
|
|
12837
12878
|
}, {}, {}, {}, {}, {
|
|
12838
12879
|
style: vue.StyleValue;
|
|
12839
12880
|
disabled: boolean;
|
|
@@ -12859,8 +12900,8 @@ declare const VBreadcrumbs: {
|
|
|
12859
12900
|
icon?: IconValue | undefined;
|
|
12860
12901
|
rounded?: string | number | boolean | undefined;
|
|
12861
12902
|
bgColor?: string | undefined;
|
|
12862
|
-
activeClass?: string | undefined;
|
|
12863
12903
|
activeColor?: string | undefined;
|
|
12904
|
+
activeClass?: string | undefined;
|
|
12864
12905
|
}, {}, 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, {
|
|
12865
12906
|
style: vue.StyleValue;
|
|
12866
12907
|
disabled: boolean;
|
|
@@ -12992,8 +13033,8 @@ declare const VBreadcrumbsItem: {
|
|
|
12992
13033
|
class?: any;
|
|
12993
13034
|
href?: string | undefined;
|
|
12994
13035
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
12995
|
-
activeClass?: string | undefined;
|
|
12996
13036
|
activeColor?: string | undefined;
|
|
13037
|
+
activeClass?: string | undefined;
|
|
12997
13038
|
} & {
|
|
12998
13039
|
$children?: vue.VNodeChild | {
|
|
12999
13040
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13016,8 +13057,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13016
13057
|
class?: any;
|
|
13017
13058
|
href?: string | undefined;
|
|
13018
13059
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13019
|
-
activeClass?: string | undefined;
|
|
13020
13060
|
activeColor?: string | undefined;
|
|
13061
|
+
activeClass?: string | undefined;
|
|
13021
13062
|
} & {
|
|
13022
13063
|
$children?: vue.VNodeChild | {
|
|
13023
13064
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13056,8 +13097,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13056
13097
|
class?: any;
|
|
13057
13098
|
href?: string | undefined;
|
|
13058
13099
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13059
|
-
activeClass?: string | undefined;
|
|
13060
13100
|
activeColor?: string | undefined;
|
|
13101
|
+
activeClass?: string | undefined;
|
|
13061
13102
|
} & {
|
|
13062
13103
|
$children?: vue.VNodeChild | {
|
|
13063
13104
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13091,8 +13132,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13091
13132
|
class?: any;
|
|
13092
13133
|
href?: string | undefined;
|
|
13093
13134
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13094
|
-
activeClass?: string | undefined;
|
|
13095
13135
|
activeColor?: string | undefined;
|
|
13136
|
+
activeClass?: string | undefined;
|
|
13096
13137
|
} & {
|
|
13097
13138
|
$children?: vue.VNodeChild | {
|
|
13098
13139
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13299,6 +13340,7 @@ declare const VBtn: {
|
|
|
13299
13340
|
rounded?: string | number | boolean | undefined;
|
|
13300
13341
|
baseColor?: string | undefined;
|
|
13301
13342
|
selectedClass?: string | undefined;
|
|
13343
|
+
activeColor?: string | undefined;
|
|
13302
13344
|
prependIcon?: IconValue | undefined;
|
|
13303
13345
|
appendIcon?: IconValue | undefined;
|
|
13304
13346
|
} & {
|
|
@@ -13372,6 +13414,7 @@ declare const VBtn: {
|
|
|
13372
13414
|
rounded?: string | number | boolean | undefined;
|
|
13373
13415
|
baseColor?: string | undefined;
|
|
13374
13416
|
selectedClass?: string | undefined;
|
|
13417
|
+
activeColor?: string | undefined;
|
|
13375
13418
|
prependIcon?: IconValue | undefined;
|
|
13376
13419
|
appendIcon?: IconValue | undefined;
|
|
13377
13420
|
} & {
|
|
@@ -13472,6 +13515,7 @@ declare const VBtn: {
|
|
|
13472
13515
|
rounded?: string | number | boolean | undefined;
|
|
13473
13516
|
baseColor?: string | undefined;
|
|
13474
13517
|
selectedClass?: string | undefined;
|
|
13518
|
+
activeColor?: string | undefined;
|
|
13475
13519
|
prependIcon?: IconValue | undefined;
|
|
13476
13520
|
appendIcon?: IconValue | undefined;
|
|
13477
13521
|
} & {
|
|
@@ -13566,6 +13610,7 @@ declare const VBtn: {
|
|
|
13566
13610
|
rounded?: string | number | boolean | undefined;
|
|
13567
13611
|
baseColor?: string | undefined;
|
|
13568
13612
|
selectedClass?: string | undefined;
|
|
13613
|
+
activeColor?: string | undefined;
|
|
13569
13614
|
prependIcon?: IconValue | undefined;
|
|
13570
13615
|
appendIcon?: IconValue | undefined;
|
|
13571
13616
|
} & {
|
|
@@ -13687,6 +13732,7 @@ declare const VBtn: {
|
|
|
13687
13732
|
type: BooleanConstructor;
|
|
13688
13733
|
default: undefined;
|
|
13689
13734
|
};
|
|
13735
|
+
activeColor: StringConstructor;
|
|
13690
13736
|
baseColor: StringConstructor;
|
|
13691
13737
|
symbol: {
|
|
13692
13738
|
type: null;
|
|
@@ -13770,6 +13816,7 @@ declare const VBtn: {
|
|
|
13770
13816
|
type: BooleanConstructor;
|
|
13771
13817
|
default: undefined;
|
|
13772
13818
|
};
|
|
13819
|
+
activeColor: StringConstructor;
|
|
13773
13820
|
baseColor: StringConstructor;
|
|
13774
13821
|
symbol: {
|
|
13775
13822
|
type: null;
|
|
@@ -16076,6 +16123,7 @@ interface srcObject {
|
|
|
16076
16123
|
declare const VImg: {
|
|
16077
16124
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
16078
16125
|
inline: boolean;
|
|
16126
|
+
absolute: boolean;
|
|
16079
16127
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16080
16128
|
component?: vue.Component;
|
|
16081
16129
|
});
|
|
@@ -16140,6 +16188,7 @@ declare const VImg: {
|
|
|
16140
16188
|
error: (value: string | undefined) => true;
|
|
16141
16189
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
16142
16190
|
inline: boolean;
|
|
16191
|
+
absolute: boolean;
|
|
16143
16192
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16144
16193
|
component?: vue.Component;
|
|
16145
16194
|
});
|
|
@@ -16194,6 +16243,7 @@ declare const VImg: {
|
|
|
16194
16243
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
16195
16244
|
}, {
|
|
16196
16245
|
inline: boolean;
|
|
16246
|
+
absolute: boolean;
|
|
16197
16247
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16198
16248
|
component?: vue.Component;
|
|
16199
16249
|
});
|
|
@@ -16219,6 +16269,7 @@ declare const VImg: {
|
|
|
16219
16269
|
Defaults: {};
|
|
16220
16270
|
}, {
|
|
16221
16271
|
inline: boolean;
|
|
16272
|
+
absolute: boolean;
|
|
16222
16273
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16223
16274
|
component?: vue.Component;
|
|
16224
16275
|
});
|
|
@@ -16279,6 +16330,7 @@ declare const VImg: {
|
|
|
16279
16330
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
|
16280
16331
|
}, {}, {}, {}, {
|
|
16281
16332
|
inline: boolean;
|
|
16333
|
+
absolute: boolean;
|
|
16282
16334
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16283
16335
|
component?: vue.Component;
|
|
16284
16336
|
});
|
|
@@ -16296,6 +16348,7 @@ declare const VImg: {
|
|
|
16296
16348
|
__isSuspense?: never;
|
|
16297
16349
|
} & vue.ComponentOptionsBase<{
|
|
16298
16350
|
inline: boolean;
|
|
16351
|
+
absolute: boolean;
|
|
16299
16352
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16300
16353
|
component?: vue.Component;
|
|
16301
16354
|
});
|
|
@@ -16360,6 +16413,7 @@ declare const VImg: {
|
|
|
16360
16413
|
error: (value: string | undefined) => true;
|
|
16361
16414
|
}, string, {
|
|
16362
16415
|
inline: boolean;
|
|
16416
|
+
absolute: boolean;
|
|
16363
16417
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16364
16418
|
component?: vue.Component;
|
|
16365
16419
|
});
|
|
@@ -16403,6 +16457,7 @@ declare const VImg: {
|
|
|
16403
16457
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
16404
16458
|
contentClass: null;
|
|
16405
16459
|
inline: BooleanConstructor;
|
|
16460
|
+
absolute: BooleanConstructor;
|
|
16406
16461
|
alt: StringConstructor;
|
|
16407
16462
|
cover: BooleanConstructor;
|
|
16408
16463
|
color: StringConstructor;
|
|
@@ -16457,6 +16512,7 @@ declare const VImg: {
|
|
|
16457
16512
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
16458
16513
|
contentClass: null;
|
|
16459
16514
|
inline: BooleanConstructor;
|
|
16515
|
+
absolute: BooleanConstructor;
|
|
16460
16516
|
alt: StringConstructor;
|
|
16461
16517
|
cover: BooleanConstructor;
|
|
16462
16518
|
color: StringConstructor;
|
|
@@ -16490,6 +16546,7 @@ type VImg = InstanceType<typeof VImg>;
|
|
|
16490
16546
|
declare const VCarouselItem: {
|
|
16491
16547
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
16492
16548
|
inline: boolean;
|
|
16549
|
+
absolute: boolean;
|
|
16493
16550
|
style: vue.StyleValue;
|
|
16494
16551
|
eager: boolean;
|
|
16495
16552
|
disabled: boolean;
|
|
@@ -16542,6 +16599,7 @@ declare const VCarouselItem: {
|
|
|
16542
16599
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
16543
16600
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
16544
16601
|
inline: boolean;
|
|
16602
|
+
absolute: boolean;
|
|
16545
16603
|
style: vue.StyleValue;
|
|
16546
16604
|
eager: boolean;
|
|
16547
16605
|
disabled: boolean;
|
|
@@ -16594,6 +16652,7 @@ declare const VCarouselItem: {
|
|
|
16594
16652
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
16595
16653
|
}, {
|
|
16596
16654
|
inline: boolean;
|
|
16655
|
+
absolute: boolean;
|
|
16597
16656
|
transition: string | boolean;
|
|
16598
16657
|
style: vue.StyleValue;
|
|
16599
16658
|
draggable: boolean | "false" | "true";
|
|
@@ -16619,6 +16678,7 @@ declare const VCarouselItem: {
|
|
|
16619
16678
|
Defaults: {};
|
|
16620
16679
|
}, {
|
|
16621
16680
|
inline: boolean;
|
|
16681
|
+
absolute: boolean;
|
|
16622
16682
|
style: vue.StyleValue;
|
|
16623
16683
|
eager: boolean;
|
|
16624
16684
|
disabled: boolean;
|
|
@@ -16671,6 +16731,7 @@ declare const VCarouselItem: {
|
|
|
16671
16731
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
16672
16732
|
}, {}, {}, {}, {}, {
|
|
16673
16733
|
inline: boolean;
|
|
16734
|
+
absolute: boolean;
|
|
16674
16735
|
transition: string | boolean;
|
|
16675
16736
|
style: vue.StyleValue;
|
|
16676
16737
|
draggable: boolean | "false" | "true";
|
|
@@ -16688,6 +16749,7 @@ declare const VCarouselItem: {
|
|
|
16688
16749
|
__isSuspense?: never;
|
|
16689
16750
|
} & vue.ComponentOptionsBase<{
|
|
16690
16751
|
inline: boolean;
|
|
16752
|
+
absolute: boolean;
|
|
16691
16753
|
style: vue.StyleValue;
|
|
16692
16754
|
eager: boolean;
|
|
16693
16755
|
disabled: boolean;
|
|
@@ -16740,6 +16802,7 @@ declare const VCarouselItem: {
|
|
|
16740
16802
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
16741
16803
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
16742
16804
|
inline: boolean;
|
|
16805
|
+
absolute: boolean;
|
|
16743
16806
|
transition: string | boolean;
|
|
16744
16807
|
style: vue.StyleValue;
|
|
16745
16808
|
draggable: boolean | "false" | "true";
|
|
@@ -16788,6 +16851,7 @@ declare const VCarouselItem: {
|
|
|
16788
16851
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
16789
16852
|
contentClass: null;
|
|
16790
16853
|
inline: BooleanConstructor;
|
|
16854
|
+
absolute: BooleanConstructor;
|
|
16791
16855
|
alt: StringConstructor;
|
|
16792
16856
|
cover: BooleanConstructor;
|
|
16793
16857
|
color: StringConstructor;
|
|
@@ -16846,6 +16910,7 @@ declare const VCarouselItem: {
|
|
|
16846
16910
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
16847
16911
|
contentClass: null;
|
|
16848
16912
|
inline: BooleanConstructor;
|
|
16913
|
+
absolute: BooleanConstructor;
|
|
16849
16914
|
alt: StringConstructor;
|
|
16850
16915
|
cover: BooleanConstructor;
|
|
16851
16916
|
color: StringConstructor;
|
|
@@ -17473,7 +17538,7 @@ declare const VCheckbox: {
|
|
|
17473
17538
|
class?: any;
|
|
17474
17539
|
theme?: string | undefined;
|
|
17475
17540
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17476
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17541
|
+
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;
|
|
17477
17542
|
validationValue?: any;
|
|
17478
17543
|
baseColor?: string | undefined;
|
|
17479
17544
|
prependIcon?: IconValue | undefined;
|
|
@@ -17527,7 +17592,7 @@ declare const VCheckbox: {
|
|
|
17527
17592
|
class?: any;
|
|
17528
17593
|
theme?: string | undefined;
|
|
17529
17594
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17530
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17595
|
+
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;
|
|
17531
17596
|
validationValue?: any;
|
|
17532
17597
|
baseColor?: string | undefined;
|
|
17533
17598
|
prependIcon?: IconValue | undefined;
|
|
@@ -17623,7 +17688,7 @@ declare const VCheckbox: {
|
|
|
17623
17688
|
class?: any;
|
|
17624
17689
|
theme?: string | undefined;
|
|
17625
17690
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17626
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17691
|
+
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;
|
|
17627
17692
|
validationValue?: any;
|
|
17628
17693
|
baseColor?: string | undefined;
|
|
17629
17694
|
prependIcon?: IconValue | undefined;
|
|
@@ -17702,7 +17767,7 @@ declare const VCheckbox: {
|
|
|
17702
17767
|
class?: any;
|
|
17703
17768
|
theme?: string | undefined;
|
|
17704
17769
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17705
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17770
|
+
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;
|
|
17706
17771
|
validationValue?: any;
|
|
17707
17772
|
baseColor?: string | undefined;
|
|
17708
17773
|
prependIcon?: IconValue | undefined;
|
|
@@ -20016,7 +20081,7 @@ declare const VCombobox: {
|
|
|
20016
20081
|
theme?: string | undefined;
|
|
20017
20082
|
counter?: string | number | boolean | undefined;
|
|
20018
20083
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
20019
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
20084
|
+
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;
|
|
20020
20085
|
rounded?: string | number | boolean | undefined;
|
|
20021
20086
|
baseColor?: string | undefined;
|
|
20022
20087
|
bgColor?: string | undefined;
|
|
@@ -20088,9 +20153,9 @@ declare const VCombobox: {
|
|
|
20088
20153
|
rounded?: string | number | boolean | undefined;
|
|
20089
20154
|
baseColor?: string | undefined;
|
|
20090
20155
|
bgColor?: string | undefined;
|
|
20156
|
+
activeColor?: string | undefined;
|
|
20091
20157
|
activeClass?: string | undefined;
|
|
20092
20158
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20093
|
-
activeColor?: string | undefined;
|
|
20094
20159
|
collapseIcon?: string | undefined;
|
|
20095
20160
|
expandIcon?: string | undefined;
|
|
20096
20161
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -20133,9 +20198,9 @@ declare const VCombobox: {
|
|
|
20133
20198
|
rounded?: string | number | boolean | undefined;
|
|
20134
20199
|
baseColor?: string | undefined;
|
|
20135
20200
|
bgColor?: string | undefined;
|
|
20201
|
+
activeColor?: string | undefined;
|
|
20136
20202
|
activeClass?: string | undefined;
|
|
20137
20203
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20138
|
-
activeColor?: string | undefined;
|
|
20139
20204
|
collapseIcon?: string | undefined;
|
|
20140
20205
|
expandIcon?: string | undefined;
|
|
20141
20206
|
} & {
|
|
@@ -20248,7 +20313,7 @@ declare const VCombobox: {
|
|
|
20248
20313
|
}) => vue.VNodeChild) | undefined;
|
|
20249
20314
|
}) | undefined;
|
|
20250
20315
|
menuProps?: (Partial<{
|
|
20251
|
-
location: Anchor;
|
|
20316
|
+
location: Anchor | undefined;
|
|
20252
20317
|
origin: "auto" | Anchor | "overlap";
|
|
20253
20318
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20254
20319
|
component?: vue.Component;
|
|
@@ -20276,8 +20341,9 @@ declare const VCombobox: {
|
|
|
20276
20341
|
noClickAnimation: boolean;
|
|
20277
20342
|
persistent: boolean;
|
|
20278
20343
|
scrim: string | boolean;
|
|
20344
|
+
submenu: boolean;
|
|
20279
20345
|
}> & Omit<{
|
|
20280
|
-
location: Anchor;
|
|
20346
|
+
location: Anchor | undefined;
|
|
20281
20347
|
origin: "auto" | Anchor | "overlap";
|
|
20282
20348
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20283
20349
|
component?: vue.Component;
|
|
@@ -20303,6 +20369,7 @@ declare const VCombobox: {
|
|
|
20303
20369
|
noClickAnimation: boolean;
|
|
20304
20370
|
persistent: boolean;
|
|
20305
20371
|
scrim: string | boolean;
|
|
20372
|
+
submenu: boolean;
|
|
20306
20373
|
offset?: string | number | number[] | undefined;
|
|
20307
20374
|
id?: string | undefined;
|
|
20308
20375
|
height?: string | number | undefined;
|
|
@@ -20353,7 +20420,7 @@ declare const VCombobox: {
|
|
|
20353
20420
|
}) => vue.VNodeChild) | undefined;
|
|
20354
20421
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20355
20422
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
20356
|
-
location: Anchor;
|
|
20423
|
+
location: Anchor | undefined;
|
|
20357
20424
|
origin: "auto" | Anchor | "overlap";
|
|
20358
20425
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20359
20426
|
component?: vue.Component;
|
|
@@ -20379,6 +20446,7 @@ declare const VCombobox: {
|
|
|
20379
20446
|
noClickAnimation: boolean;
|
|
20380
20447
|
persistent: boolean;
|
|
20381
20448
|
scrim: string | boolean;
|
|
20449
|
+
submenu: boolean;
|
|
20382
20450
|
} & {
|
|
20383
20451
|
offset?: string | number | number[] | undefined;
|
|
20384
20452
|
id?: string | undefined;
|
|
@@ -20432,7 +20500,7 @@ declare const VCombobox: {
|
|
|
20432
20500
|
}) => vue.VNodeChild) | undefined;
|
|
20433
20501
|
} & {
|
|
20434
20502
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20435
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
20503
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
20436
20504
|
itemColor?: string | undefined;
|
|
20437
20505
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
20438
20506
|
} & {
|
|
@@ -20508,7 +20576,7 @@ declare const VCombobox: {
|
|
|
20508
20576
|
theme?: string | undefined;
|
|
20509
20577
|
counter?: string | number | boolean | undefined;
|
|
20510
20578
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
20511
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
20579
|
+
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;
|
|
20512
20580
|
rounded?: string | number | boolean | undefined;
|
|
20513
20581
|
baseColor?: string | undefined;
|
|
20514
20582
|
bgColor?: string | undefined;
|
|
@@ -20580,9 +20648,9 @@ declare const VCombobox: {
|
|
|
20580
20648
|
rounded?: string | number | boolean | undefined;
|
|
20581
20649
|
baseColor?: string | undefined;
|
|
20582
20650
|
bgColor?: string | undefined;
|
|
20651
|
+
activeColor?: string | undefined;
|
|
20583
20652
|
activeClass?: string | undefined;
|
|
20584
20653
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20585
|
-
activeColor?: string | undefined;
|
|
20586
20654
|
collapseIcon?: string | undefined;
|
|
20587
20655
|
expandIcon?: string | undefined;
|
|
20588
20656
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -20625,9 +20693,9 @@ declare const VCombobox: {
|
|
|
20625
20693
|
rounded?: string | number | boolean | undefined;
|
|
20626
20694
|
baseColor?: string | undefined;
|
|
20627
20695
|
bgColor?: string | undefined;
|
|
20696
|
+
activeColor?: string | undefined;
|
|
20628
20697
|
activeClass?: string | undefined;
|
|
20629
20698
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20630
|
-
activeColor?: string | undefined;
|
|
20631
20699
|
collapseIcon?: string | undefined;
|
|
20632
20700
|
expandIcon?: string | undefined;
|
|
20633
20701
|
} & {
|
|
@@ -20740,7 +20808,7 @@ declare const VCombobox: {
|
|
|
20740
20808
|
}) => vue.VNodeChild) | undefined;
|
|
20741
20809
|
}) | undefined;
|
|
20742
20810
|
menuProps?: (Partial<{
|
|
20743
|
-
location: Anchor;
|
|
20811
|
+
location: Anchor | undefined;
|
|
20744
20812
|
origin: "auto" | Anchor | "overlap";
|
|
20745
20813
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20746
20814
|
component?: vue.Component;
|
|
@@ -20768,8 +20836,9 @@ declare const VCombobox: {
|
|
|
20768
20836
|
noClickAnimation: boolean;
|
|
20769
20837
|
persistent: boolean;
|
|
20770
20838
|
scrim: string | boolean;
|
|
20839
|
+
submenu: boolean;
|
|
20771
20840
|
}> & Omit<{
|
|
20772
|
-
location: Anchor;
|
|
20841
|
+
location: Anchor | undefined;
|
|
20773
20842
|
origin: "auto" | Anchor | "overlap";
|
|
20774
20843
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20775
20844
|
component?: vue.Component;
|
|
@@ -20795,6 +20864,7 @@ declare const VCombobox: {
|
|
|
20795
20864
|
noClickAnimation: boolean;
|
|
20796
20865
|
persistent: boolean;
|
|
20797
20866
|
scrim: string | boolean;
|
|
20867
|
+
submenu: boolean;
|
|
20798
20868
|
offset?: string | number | number[] | undefined;
|
|
20799
20869
|
id?: string | undefined;
|
|
20800
20870
|
height?: string | number | undefined;
|
|
@@ -20845,7 +20915,7 @@ declare const VCombobox: {
|
|
|
20845
20915
|
}) => vue.VNodeChild) | undefined;
|
|
20846
20916
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20847
20917
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
20848
|
-
location: Anchor;
|
|
20918
|
+
location: Anchor | undefined;
|
|
20849
20919
|
origin: "auto" | Anchor | "overlap";
|
|
20850
20920
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20851
20921
|
component?: vue.Component;
|
|
@@ -20871,6 +20941,7 @@ declare const VCombobox: {
|
|
|
20871
20941
|
noClickAnimation: boolean;
|
|
20872
20942
|
persistent: boolean;
|
|
20873
20943
|
scrim: string | boolean;
|
|
20944
|
+
submenu: boolean;
|
|
20874
20945
|
} & {
|
|
20875
20946
|
offset?: string | number | number[] | undefined;
|
|
20876
20947
|
id?: string | undefined;
|
|
@@ -20924,7 +20995,7 @@ declare const VCombobox: {
|
|
|
20924
20995
|
}) => vue.VNodeChild) | undefined;
|
|
20925
20996
|
} & {
|
|
20926
20997
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20927
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
20998
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
20928
20999
|
itemColor?: string | undefined;
|
|
20929
21000
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
20930
21001
|
} & {
|
|
@@ -21084,7 +21155,7 @@ declare const VCombobox: {
|
|
|
21084
21155
|
theme?: string | undefined;
|
|
21085
21156
|
counter?: string | number | boolean | undefined;
|
|
21086
21157
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
21087
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
21158
|
+
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;
|
|
21088
21159
|
rounded?: string | number | boolean | undefined;
|
|
21089
21160
|
baseColor?: string | undefined;
|
|
21090
21161
|
bgColor?: string | undefined;
|
|
@@ -21156,9 +21227,9 @@ declare const VCombobox: {
|
|
|
21156
21227
|
rounded?: string | number | boolean | undefined;
|
|
21157
21228
|
baseColor?: string | undefined;
|
|
21158
21229
|
bgColor?: string | undefined;
|
|
21230
|
+
activeColor?: string | undefined;
|
|
21159
21231
|
activeClass?: string | undefined;
|
|
21160
21232
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21161
|
-
activeColor?: string | undefined;
|
|
21162
21233
|
collapseIcon?: string | undefined;
|
|
21163
21234
|
expandIcon?: string | undefined;
|
|
21164
21235
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -21201,9 +21272,9 @@ declare const VCombobox: {
|
|
|
21201
21272
|
rounded?: string | number | boolean | undefined;
|
|
21202
21273
|
baseColor?: string | undefined;
|
|
21203
21274
|
bgColor?: string | undefined;
|
|
21275
|
+
activeColor?: string | undefined;
|
|
21204
21276
|
activeClass?: string | undefined;
|
|
21205
21277
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21206
|
-
activeColor?: string | undefined;
|
|
21207
21278
|
collapseIcon?: string | undefined;
|
|
21208
21279
|
expandIcon?: string | undefined;
|
|
21209
21280
|
} & {
|
|
@@ -21316,7 +21387,7 @@ declare const VCombobox: {
|
|
|
21316
21387
|
}) => vue.VNodeChild) | undefined;
|
|
21317
21388
|
}) | undefined;
|
|
21318
21389
|
menuProps?: (Partial<{
|
|
21319
|
-
location: Anchor;
|
|
21390
|
+
location: Anchor | undefined;
|
|
21320
21391
|
origin: "auto" | Anchor | "overlap";
|
|
21321
21392
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21322
21393
|
component?: vue.Component;
|
|
@@ -21344,8 +21415,9 @@ declare const VCombobox: {
|
|
|
21344
21415
|
noClickAnimation: boolean;
|
|
21345
21416
|
persistent: boolean;
|
|
21346
21417
|
scrim: string | boolean;
|
|
21418
|
+
submenu: boolean;
|
|
21347
21419
|
}> & Omit<{
|
|
21348
|
-
location: Anchor;
|
|
21420
|
+
location: Anchor | undefined;
|
|
21349
21421
|
origin: "auto" | Anchor | "overlap";
|
|
21350
21422
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21351
21423
|
component?: vue.Component;
|
|
@@ -21371,6 +21443,7 @@ declare const VCombobox: {
|
|
|
21371
21443
|
noClickAnimation: boolean;
|
|
21372
21444
|
persistent: boolean;
|
|
21373
21445
|
scrim: string | boolean;
|
|
21446
|
+
submenu: boolean;
|
|
21374
21447
|
offset?: string | number | number[] | undefined;
|
|
21375
21448
|
id?: string | undefined;
|
|
21376
21449
|
height?: string | number | undefined;
|
|
@@ -21421,7 +21494,7 @@ declare const VCombobox: {
|
|
|
21421
21494
|
}) => vue.VNodeChild) | undefined;
|
|
21422
21495
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21423
21496
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
21424
|
-
location: Anchor;
|
|
21497
|
+
location: Anchor | undefined;
|
|
21425
21498
|
origin: "auto" | Anchor | "overlap";
|
|
21426
21499
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21427
21500
|
component?: vue.Component;
|
|
@@ -21447,6 +21520,7 @@ declare const VCombobox: {
|
|
|
21447
21520
|
noClickAnimation: boolean;
|
|
21448
21521
|
persistent: boolean;
|
|
21449
21522
|
scrim: string | boolean;
|
|
21523
|
+
submenu: boolean;
|
|
21450
21524
|
} & {
|
|
21451
21525
|
offset?: string | number | number[] | undefined;
|
|
21452
21526
|
id?: string | undefined;
|
|
@@ -21500,7 +21574,7 @@ declare const VCombobox: {
|
|
|
21500
21574
|
}) => vue.VNodeChild) | undefined;
|
|
21501
21575
|
} & {
|
|
21502
21576
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21503
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
21577
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
21504
21578
|
itemColor?: string | undefined;
|
|
21505
21579
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
21506
21580
|
} & {
|
|
@@ -21625,7 +21699,7 @@ declare const VCombobox: {
|
|
|
21625
21699
|
theme?: string | undefined;
|
|
21626
21700
|
counter?: string | number | boolean | undefined;
|
|
21627
21701
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
21628
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
21702
|
+
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;
|
|
21629
21703
|
rounded?: string | number | boolean | undefined;
|
|
21630
21704
|
baseColor?: string | undefined;
|
|
21631
21705
|
bgColor?: string | undefined;
|
|
@@ -21697,9 +21771,9 @@ declare const VCombobox: {
|
|
|
21697
21771
|
rounded?: string | number | boolean | undefined;
|
|
21698
21772
|
baseColor?: string | undefined;
|
|
21699
21773
|
bgColor?: string | undefined;
|
|
21774
|
+
activeColor?: string | undefined;
|
|
21700
21775
|
activeClass?: string | undefined;
|
|
21701
21776
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21702
|
-
activeColor?: string | undefined;
|
|
21703
21777
|
collapseIcon?: string | undefined;
|
|
21704
21778
|
expandIcon?: string | undefined;
|
|
21705
21779
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -21742,9 +21816,9 @@ declare const VCombobox: {
|
|
|
21742
21816
|
rounded?: string | number | boolean | undefined;
|
|
21743
21817
|
baseColor?: string | undefined;
|
|
21744
21818
|
bgColor?: string | undefined;
|
|
21819
|
+
activeColor?: string | undefined;
|
|
21745
21820
|
activeClass?: string | undefined;
|
|
21746
21821
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21747
|
-
activeColor?: string | undefined;
|
|
21748
21822
|
collapseIcon?: string | undefined;
|
|
21749
21823
|
expandIcon?: string | undefined;
|
|
21750
21824
|
} & {
|
|
@@ -21857,7 +21931,7 @@ declare const VCombobox: {
|
|
|
21857
21931
|
}) => vue.VNodeChild) | undefined;
|
|
21858
21932
|
}) | undefined;
|
|
21859
21933
|
menuProps?: (Partial<{
|
|
21860
|
-
location: Anchor;
|
|
21934
|
+
location: Anchor | undefined;
|
|
21861
21935
|
origin: "auto" | Anchor | "overlap";
|
|
21862
21936
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21863
21937
|
component?: vue.Component;
|
|
@@ -21885,8 +21959,9 @@ declare const VCombobox: {
|
|
|
21885
21959
|
noClickAnimation: boolean;
|
|
21886
21960
|
persistent: boolean;
|
|
21887
21961
|
scrim: string | boolean;
|
|
21962
|
+
submenu: boolean;
|
|
21888
21963
|
}> & Omit<{
|
|
21889
|
-
location: Anchor;
|
|
21964
|
+
location: Anchor | undefined;
|
|
21890
21965
|
origin: "auto" | Anchor | "overlap";
|
|
21891
21966
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21892
21967
|
component?: vue.Component;
|
|
@@ -21912,6 +21987,7 @@ declare const VCombobox: {
|
|
|
21912
21987
|
noClickAnimation: boolean;
|
|
21913
21988
|
persistent: boolean;
|
|
21914
21989
|
scrim: string | boolean;
|
|
21990
|
+
submenu: boolean;
|
|
21915
21991
|
offset?: string | number | number[] | undefined;
|
|
21916
21992
|
id?: string | undefined;
|
|
21917
21993
|
height?: string | number | undefined;
|
|
@@ -21962,7 +22038,7 @@ declare const VCombobox: {
|
|
|
21962
22038
|
}) => vue.VNodeChild) | undefined;
|
|
21963
22039
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21964
22040
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
21965
|
-
location: Anchor;
|
|
22041
|
+
location: Anchor | undefined;
|
|
21966
22042
|
origin: "auto" | Anchor | "overlap";
|
|
21967
22043
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21968
22044
|
component?: vue.Component;
|
|
@@ -21988,6 +22064,7 @@ declare const VCombobox: {
|
|
|
21988
22064
|
noClickAnimation: boolean;
|
|
21989
22065
|
persistent: boolean;
|
|
21990
22066
|
scrim: string | boolean;
|
|
22067
|
+
submenu: boolean;
|
|
21991
22068
|
} & {
|
|
21992
22069
|
offset?: string | number | number[] | undefined;
|
|
21993
22070
|
id?: string | undefined;
|
|
@@ -22041,7 +22118,7 @@ declare const VCombobox: {
|
|
|
22041
22118
|
}) => vue.VNodeChild) | undefined;
|
|
22042
22119
|
} & {
|
|
22043
22120
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22044
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
22121
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
22045
22122
|
itemColor?: string | undefined;
|
|
22046
22123
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
22047
22124
|
} & {
|
|
@@ -29659,7 +29736,7 @@ declare const VDialog: {
|
|
|
29659
29736
|
onAfterLeave?: (() => any) | undefined;
|
|
29660
29737
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29661
29738
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29662
|
-
}, "target" | "
|
|
29739
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
29663
29740
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
29664
29741
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
29665
29742
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -30331,7 +30408,7 @@ declare const VDialog: {
|
|
|
30331
30408
|
onAfterLeave?: (() => any) | undefined;
|
|
30332
30409
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30333
30410
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30334
|
-
}, "target" | "
|
|
30411
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
30335
30412
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30336
30413
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
30337
30414
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -30904,7 +30981,7 @@ declare const VDialog: {
|
|
|
30904
30981
|
onAfterLeave?: (() => any) | undefined;
|
|
30905
30982
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30906
30983
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30907
|
-
}, "target" | "
|
|
30984
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
30908
30985
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30909
30986
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
30910
30987
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -32071,7 +32148,13 @@ declare const VExpansionPanel: {
|
|
|
32071
32148
|
expandIcon: IconValue;
|
|
32072
32149
|
hideActions: boolean;
|
|
32073
32150
|
} & {
|
|
32151
|
+
height?: string | number | undefined;
|
|
32152
|
+
width?: string | number | undefined;
|
|
32074
32153
|
color?: string | undefined;
|
|
32154
|
+
maxHeight?: string | number | undefined;
|
|
32155
|
+
maxWidth?: string | number | undefined;
|
|
32156
|
+
minHeight?: string | number | undefined;
|
|
32157
|
+
minWidth?: string | number | undefined;
|
|
32075
32158
|
value?: any;
|
|
32076
32159
|
title?: string | undefined;
|
|
32077
32160
|
text?: string | undefined;
|
|
@@ -32121,7 +32204,13 @@ declare const VExpansionPanel: {
|
|
|
32121
32204
|
expandIcon: IconValue;
|
|
32122
32205
|
hideActions: boolean;
|
|
32123
32206
|
} & {
|
|
32207
|
+
height?: string | number | undefined;
|
|
32208
|
+
width?: string | number | undefined;
|
|
32124
32209
|
color?: string | undefined;
|
|
32210
|
+
maxHeight?: string | number | undefined;
|
|
32211
|
+
maxWidth?: string | number | undefined;
|
|
32212
|
+
minHeight?: string | number | undefined;
|
|
32213
|
+
minWidth?: string | number | undefined;
|
|
32125
32214
|
value?: any;
|
|
32126
32215
|
title?: string | undefined;
|
|
32127
32216
|
text?: string | undefined;
|
|
@@ -32192,7 +32281,13 @@ declare const VExpansionPanel: {
|
|
|
32192
32281
|
expandIcon: IconValue;
|
|
32193
32282
|
hideActions: boolean;
|
|
32194
32283
|
} & {
|
|
32284
|
+
height?: string | number | undefined;
|
|
32285
|
+
width?: string | number | undefined;
|
|
32195
32286
|
color?: string | undefined;
|
|
32287
|
+
maxHeight?: string | number | undefined;
|
|
32288
|
+
maxWidth?: string | number | undefined;
|
|
32289
|
+
minHeight?: string | number | undefined;
|
|
32290
|
+
minWidth?: string | number | undefined;
|
|
32196
32291
|
value?: any;
|
|
32197
32292
|
title?: string | undefined;
|
|
32198
32293
|
text?: string | undefined;
|
|
@@ -32258,7 +32353,13 @@ declare const VExpansionPanel: {
|
|
|
32258
32353
|
expandIcon: IconValue;
|
|
32259
32354
|
hideActions: boolean;
|
|
32260
32355
|
} & {
|
|
32356
|
+
height?: string | number | undefined;
|
|
32357
|
+
width?: string | number | undefined;
|
|
32261
32358
|
color?: string | undefined;
|
|
32359
|
+
maxHeight?: string | number | undefined;
|
|
32360
|
+
maxWidth?: string | number | undefined;
|
|
32361
|
+
minHeight?: string | number | undefined;
|
|
32362
|
+
minWidth?: string | number | undefined;
|
|
32262
32363
|
value?: any;
|
|
32263
32364
|
title?: string | undefined;
|
|
32264
32365
|
text?: string | undefined;
|
|
@@ -32319,6 +32420,12 @@ declare const VExpansionPanel: {
|
|
|
32319
32420
|
type: vue.PropType<vue.StyleValue>;
|
|
32320
32421
|
default: null;
|
|
32321
32422
|
};
|
|
32423
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
32424
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
32425
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
32426
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32427
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
32428
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32322
32429
|
color: StringConstructor;
|
|
32323
32430
|
expandIcon: {
|
|
32324
32431
|
type: vue.PropType<IconValue>;
|
|
@@ -32362,6 +32469,12 @@ declare const VExpansionPanel: {
|
|
|
32362
32469
|
type: vue.PropType<vue.StyleValue>;
|
|
32363
32470
|
default: null;
|
|
32364
32471
|
};
|
|
32472
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
32473
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
32474
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
32475
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32476
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
32477
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32365
32478
|
color: StringConstructor;
|
|
32366
32479
|
expandIcon: {
|
|
32367
32480
|
type: vue.PropType<IconValue>;
|
|
@@ -32519,7 +32632,13 @@ declare const VExpansionPanelTitle: {
|
|
|
32519
32632
|
expandIcon: IconValue;
|
|
32520
32633
|
hideActions: boolean;
|
|
32521
32634
|
} & {
|
|
32635
|
+
height?: string | number | undefined;
|
|
32636
|
+
width?: string | number | undefined;
|
|
32522
32637
|
color?: string | undefined;
|
|
32638
|
+
maxHeight?: string | number | undefined;
|
|
32639
|
+
maxWidth?: string | number | undefined;
|
|
32640
|
+
minHeight?: string | number | undefined;
|
|
32641
|
+
minWidth?: string | number | undefined;
|
|
32523
32642
|
class?: any;
|
|
32524
32643
|
} & {
|
|
32525
32644
|
$children?: vue.VNodeChild | {
|
|
@@ -32545,7 +32664,13 @@ declare const VExpansionPanelTitle: {
|
|
|
32545
32664
|
expandIcon: IconValue;
|
|
32546
32665
|
hideActions: boolean;
|
|
32547
32666
|
} & {
|
|
32667
|
+
height?: string | number | undefined;
|
|
32668
|
+
width?: string | number | undefined;
|
|
32548
32669
|
color?: string | undefined;
|
|
32670
|
+
maxHeight?: string | number | undefined;
|
|
32671
|
+
maxWidth?: string | number | undefined;
|
|
32672
|
+
minHeight?: string | number | undefined;
|
|
32673
|
+
minWidth?: string | number | undefined;
|
|
32549
32674
|
class?: any;
|
|
32550
32675
|
} & {
|
|
32551
32676
|
$children?: vue.VNodeChild | {
|
|
@@ -32592,7 +32717,13 @@ declare const VExpansionPanelTitle: {
|
|
|
32592
32717
|
expandIcon: IconValue;
|
|
32593
32718
|
hideActions: boolean;
|
|
32594
32719
|
} & {
|
|
32720
|
+
height?: string | number | undefined;
|
|
32721
|
+
width?: string | number | undefined;
|
|
32595
32722
|
color?: string | undefined;
|
|
32723
|
+
maxHeight?: string | number | undefined;
|
|
32724
|
+
maxWidth?: string | number | undefined;
|
|
32725
|
+
minHeight?: string | number | undefined;
|
|
32726
|
+
minWidth?: string | number | undefined;
|
|
32596
32727
|
class?: any;
|
|
32597
32728
|
} & {
|
|
32598
32729
|
$children?: vue.VNodeChild | {
|
|
@@ -32633,7 +32764,13 @@ declare const VExpansionPanelTitle: {
|
|
|
32633
32764
|
expandIcon: IconValue;
|
|
32634
32765
|
hideActions: boolean;
|
|
32635
32766
|
} & {
|
|
32767
|
+
height?: string | number | undefined;
|
|
32768
|
+
width?: string | number | undefined;
|
|
32636
32769
|
color?: string | undefined;
|
|
32770
|
+
maxHeight?: string | number | undefined;
|
|
32771
|
+
maxWidth?: string | number | undefined;
|
|
32772
|
+
minHeight?: string | number | undefined;
|
|
32773
|
+
minWidth?: string | number | undefined;
|
|
32637
32774
|
class?: any;
|
|
32638
32775
|
} & {
|
|
32639
32776
|
$children?: vue.VNodeChild | {
|
|
@@ -32662,6 +32799,12 @@ declare const VExpansionPanelTitle: {
|
|
|
32662
32799
|
default: (arg: ExpansionPanelTitleSlot) => vue.VNode[];
|
|
32663
32800
|
actions: (arg: ExpansionPanelTitleSlot) => vue.VNode[];
|
|
32664
32801
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
32802
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
32803
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
32804
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
32805
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32806
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
32807
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32665
32808
|
class: PropType<ClassValue>;
|
|
32666
32809
|
style: {
|
|
32667
32810
|
type: PropType<vue.StyleValue>;
|
|
@@ -32685,6 +32828,12 @@ declare const VExpansionPanelTitle: {
|
|
|
32685
32828
|
};
|
|
32686
32829
|
readonly: BooleanConstructor;
|
|
32687
32830
|
}, vue.ExtractPropTypes<{
|
|
32831
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
32832
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
32833
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
32834
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32835
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
32836
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32688
32837
|
class: PropType<ClassValue>;
|
|
32689
32838
|
style: {
|
|
32690
32839
|
type: PropType<vue.StyleValue>;
|
|
@@ -32766,6 +32915,7 @@ declare const VFab: {
|
|
|
32766
32915
|
rounded?: string | number | boolean | undefined;
|
|
32767
32916
|
baseColor?: string | undefined;
|
|
32768
32917
|
selectedClass?: string | undefined;
|
|
32918
|
+
activeColor?: string | undefined;
|
|
32769
32919
|
prependIcon?: IconValue | undefined;
|
|
32770
32920
|
appendIcon?: IconValue | undefined;
|
|
32771
32921
|
} & {
|
|
@@ -32836,6 +32986,7 @@ declare const VFab: {
|
|
|
32836
32986
|
rounded?: string | number | boolean | undefined;
|
|
32837
32987
|
baseColor?: string | undefined;
|
|
32838
32988
|
selectedClass?: string | undefined;
|
|
32989
|
+
activeColor?: string | undefined;
|
|
32839
32990
|
prependIcon?: IconValue | undefined;
|
|
32840
32991
|
appendIcon?: IconValue | undefined;
|
|
32841
32992
|
} & {
|
|
@@ -32945,6 +33096,7 @@ declare const VFab: {
|
|
|
32945
33096
|
rounded?: string | number | boolean | undefined;
|
|
32946
33097
|
baseColor?: string | undefined;
|
|
32947
33098
|
selectedClass?: string | undefined;
|
|
33099
|
+
activeColor?: string | undefined;
|
|
32948
33100
|
prependIcon?: IconValue | undefined;
|
|
32949
33101
|
appendIcon?: IconValue | undefined;
|
|
32950
33102
|
} & {
|
|
@@ -33049,6 +33201,7 @@ declare const VFab: {
|
|
|
33049
33201
|
rounded?: string | number | boolean | undefined;
|
|
33050
33202
|
baseColor?: string | undefined;
|
|
33051
33203
|
selectedClass?: string | undefined;
|
|
33204
|
+
activeColor?: string | undefined;
|
|
33052
33205
|
prependIcon?: IconValue | undefined;
|
|
33053
33206
|
appendIcon?: IconValue | undefined;
|
|
33054
33207
|
} & {
|
|
@@ -33198,6 +33351,7 @@ declare const VFab: {
|
|
|
33198
33351
|
};
|
|
33199
33352
|
baseColor: StringConstructor;
|
|
33200
33353
|
selectedClass: StringConstructor;
|
|
33354
|
+
activeColor: StringConstructor;
|
|
33201
33355
|
prependIcon: vue.PropType<IconValue>;
|
|
33202
33356
|
appendIcon: vue.PropType<IconValue>;
|
|
33203
33357
|
slim: BooleanConstructor;
|
|
@@ -33315,6 +33469,7 @@ declare const VFab: {
|
|
|
33315
33469
|
};
|
|
33316
33470
|
baseColor: StringConstructor;
|
|
33317
33471
|
selectedClass: StringConstructor;
|
|
33472
|
+
activeColor: StringConstructor;
|
|
33318
33473
|
prependIcon: vue.PropType<IconValue>;
|
|
33319
33474
|
appendIcon: vue.PropType<IconValue>;
|
|
33320
33475
|
slim: BooleanConstructor;
|
|
@@ -33479,7 +33634,7 @@ declare const VFileInput: {
|
|
|
33479
33634
|
class?: any;
|
|
33480
33635
|
theme?: string | undefined;
|
|
33481
33636
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33482
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
33637
|
+
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;
|
|
33483
33638
|
validationValue?: any;
|
|
33484
33639
|
rounded?: string | number | boolean | undefined;
|
|
33485
33640
|
baseColor?: string | undefined;
|
|
@@ -33611,7 +33766,7 @@ declare const VFileInput: {
|
|
|
33611
33766
|
class?: any;
|
|
33612
33767
|
theme?: string | undefined;
|
|
33613
33768
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33614
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
33769
|
+
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;
|
|
33615
33770
|
validationValue?: any;
|
|
33616
33771
|
prependIcon?: IconValue | undefined;
|
|
33617
33772
|
appendIcon?: IconValue | undefined;
|
|
@@ -33644,7 +33799,7 @@ declare const VFileInput: {
|
|
|
33644
33799
|
class?: any;
|
|
33645
33800
|
theme?: string | undefined;
|
|
33646
33801
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33647
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
33802
|
+
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;
|
|
33648
33803
|
validationValue?: any;
|
|
33649
33804
|
prependIcon?: IconValue | undefined;
|
|
33650
33805
|
appendIcon?: IconValue | undefined;
|
|
@@ -33695,7 +33850,7 @@ declare const VFileInput: {
|
|
|
33695
33850
|
class?: any;
|
|
33696
33851
|
theme?: string | undefined;
|
|
33697
33852
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33698
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
33853
|
+
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;
|
|
33699
33854
|
validationValue?: any;
|
|
33700
33855
|
prependIcon?: IconValue | undefined;
|
|
33701
33856
|
appendIcon?: IconValue | undefined;
|
|
@@ -33777,7 +33932,7 @@ declare const VFileInput: {
|
|
|
33777
33932
|
class?: any;
|
|
33778
33933
|
theme?: string | undefined;
|
|
33779
33934
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33780
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
33935
|
+
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;
|
|
33781
33936
|
validationValue?: any;
|
|
33782
33937
|
prependIcon?: IconValue | undefined;
|
|
33783
33938
|
appendIcon?: IconValue | undefined;
|
|
@@ -33844,7 +33999,7 @@ declare const VFileInput: {
|
|
|
33844
33999
|
class?: any;
|
|
33845
34000
|
theme?: string | undefined;
|
|
33846
34001
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
33847
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34002
|
+
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;
|
|
33848
34003
|
validationValue?: any;
|
|
33849
34004
|
rounded?: string | number | boolean | undefined;
|
|
33850
34005
|
baseColor?: string | undefined;
|
|
@@ -34043,7 +34198,7 @@ declare const VFileInput: {
|
|
|
34043
34198
|
class?: any;
|
|
34044
34199
|
theme?: string | undefined;
|
|
34045
34200
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34046
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34201
|
+
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;
|
|
34047
34202
|
validationValue?: any;
|
|
34048
34203
|
rounded?: string | number | boolean | undefined;
|
|
34049
34204
|
baseColor?: string | undefined;
|
|
@@ -34175,7 +34330,7 @@ declare const VFileInput: {
|
|
|
34175
34330
|
class?: any;
|
|
34176
34331
|
theme?: string | undefined;
|
|
34177
34332
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34178
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34333
|
+
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;
|
|
34179
34334
|
validationValue?: any;
|
|
34180
34335
|
prependIcon?: IconValue | undefined;
|
|
34181
34336
|
appendIcon?: IconValue | undefined;
|
|
@@ -34208,7 +34363,7 @@ declare const VFileInput: {
|
|
|
34208
34363
|
class?: any;
|
|
34209
34364
|
theme?: string | undefined;
|
|
34210
34365
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34211
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34366
|
+
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;
|
|
34212
34367
|
validationValue?: any;
|
|
34213
34368
|
prependIcon?: IconValue | undefined;
|
|
34214
34369
|
appendIcon?: IconValue | undefined;
|
|
@@ -34259,7 +34414,7 @@ declare const VFileInput: {
|
|
|
34259
34414
|
class?: any;
|
|
34260
34415
|
theme?: string | undefined;
|
|
34261
34416
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34262
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34417
|
+
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;
|
|
34263
34418
|
validationValue?: any;
|
|
34264
34419
|
prependIcon?: IconValue | undefined;
|
|
34265
34420
|
appendIcon?: IconValue | undefined;
|
|
@@ -34341,7 +34496,7 @@ declare const VFileInput: {
|
|
|
34341
34496
|
class?: any;
|
|
34342
34497
|
theme?: string | undefined;
|
|
34343
34498
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34344
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34499
|
+
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;
|
|
34345
34500
|
validationValue?: any;
|
|
34346
34501
|
prependIcon?: IconValue | undefined;
|
|
34347
34502
|
appendIcon?: IconValue | undefined;
|
|
@@ -34442,7 +34597,7 @@ declare const VFileInput: {
|
|
|
34442
34597
|
class?: any;
|
|
34443
34598
|
theme?: string | undefined;
|
|
34444
34599
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34445
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34600
|
+
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;
|
|
34446
34601
|
validationValue?: any;
|
|
34447
34602
|
rounded?: string | number | boolean | undefined;
|
|
34448
34603
|
baseColor?: string | undefined;
|
|
@@ -34574,7 +34729,7 @@ declare const VFileInput: {
|
|
|
34574
34729
|
class?: any;
|
|
34575
34730
|
theme?: string | undefined;
|
|
34576
34731
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34577
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34732
|
+
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;
|
|
34578
34733
|
validationValue?: any;
|
|
34579
34734
|
prependIcon?: IconValue | undefined;
|
|
34580
34735
|
appendIcon?: IconValue | undefined;
|
|
@@ -34607,7 +34762,7 @@ declare const VFileInput: {
|
|
|
34607
34762
|
class?: any;
|
|
34608
34763
|
theme?: string | undefined;
|
|
34609
34764
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34610
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34765
|
+
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;
|
|
34611
34766
|
validationValue?: any;
|
|
34612
34767
|
prependIcon?: IconValue | undefined;
|
|
34613
34768
|
appendIcon?: IconValue | undefined;
|
|
@@ -34658,7 +34813,7 @@ declare const VFileInput: {
|
|
|
34658
34813
|
class?: any;
|
|
34659
34814
|
theme?: string | undefined;
|
|
34660
34815
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34661
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34816
|
+
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;
|
|
34662
34817
|
validationValue?: any;
|
|
34663
34818
|
prependIcon?: IconValue | undefined;
|
|
34664
34819
|
appendIcon?: IconValue | undefined;
|
|
@@ -34740,7 +34895,7 @@ declare const VFileInput: {
|
|
|
34740
34895
|
class?: any;
|
|
34741
34896
|
theme?: string | undefined;
|
|
34742
34897
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34743
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34898
|
+
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;
|
|
34744
34899
|
validationValue?: any;
|
|
34745
34900
|
prependIcon?: IconValue | undefined;
|
|
34746
34901
|
appendIcon?: IconValue | undefined;
|
|
@@ -35092,7 +35247,7 @@ declare const VFooter: {
|
|
|
35092
35247
|
} | undefined;
|
|
35093
35248
|
} & {
|
|
35094
35249
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35095
|
-
},
|
|
35250
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
35096
35251
|
absolute: boolean;
|
|
35097
35252
|
height: string | number;
|
|
35098
35253
|
order: string | number;
|
|
@@ -35160,7 +35315,7 @@ declare const VFooter: {
|
|
|
35160
35315
|
} | undefined;
|
|
35161
35316
|
} & {
|
|
35162
35317
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35163
|
-
},
|
|
35318
|
+
}, {}, {}, {}, {}, {
|
|
35164
35319
|
absolute: boolean;
|
|
35165
35320
|
height: string | number;
|
|
35166
35321
|
order: string | number;
|
|
@@ -35198,7 +35353,7 @@ declare const VFooter: {
|
|
|
35198
35353
|
} | undefined;
|
|
35199
35354
|
} & {
|
|
35200
35355
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35201
|
-
},
|
|
35356
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
35202
35357
|
absolute: boolean;
|
|
35203
35358
|
height: string | number;
|
|
35204
35359
|
order: string | number;
|
|
@@ -35294,7 +35449,7 @@ declare const VForm: {
|
|
|
35294
35449
|
disabled: boolean;
|
|
35295
35450
|
readonly: boolean;
|
|
35296
35451
|
modelValue: boolean | null;
|
|
35297
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35452
|
+
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;
|
|
35298
35453
|
fastFail: boolean;
|
|
35299
35454
|
} & {
|
|
35300
35455
|
class?: any;
|
|
@@ -35463,7 +35618,7 @@ declare const VForm: {
|
|
|
35463
35618
|
disabled: boolean;
|
|
35464
35619
|
readonly: boolean;
|
|
35465
35620
|
modelValue: boolean | null;
|
|
35466
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35621
|
+
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;
|
|
35467
35622
|
fastFail: boolean;
|
|
35468
35623
|
} & {
|
|
35469
35624
|
class?: any;
|
|
@@ -35600,7 +35755,7 @@ declare const VForm: {
|
|
|
35600
35755
|
disabled: boolean;
|
|
35601
35756
|
readonly: boolean;
|
|
35602
35757
|
modelValue: boolean | null;
|
|
35603
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35758
|
+
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;
|
|
35604
35759
|
fastFail: boolean;
|
|
35605
35760
|
}, true, {}, vue.SlotsType<Partial<{
|
|
35606
35761
|
default: (arg: {
|
|
@@ -35645,7 +35800,7 @@ declare const VForm: {
|
|
|
35645
35800
|
disabled: boolean;
|
|
35646
35801
|
readonly: boolean;
|
|
35647
35802
|
modelValue: boolean | null;
|
|
35648
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35803
|
+
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;
|
|
35649
35804
|
fastFail: boolean;
|
|
35650
35805
|
} & {
|
|
35651
35806
|
class?: any;
|
|
@@ -35811,7 +35966,7 @@ declare const VForm: {
|
|
|
35811
35966
|
disabled: boolean;
|
|
35812
35967
|
readonly: boolean;
|
|
35813
35968
|
modelValue: boolean | null;
|
|
35814
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35969
|
+
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;
|
|
35815
35970
|
fastFail: boolean;
|
|
35816
35971
|
}>;
|
|
35817
35972
|
__isFragment?: never;
|
|
@@ -35822,7 +35977,7 @@ declare const VForm: {
|
|
|
35822
35977
|
disabled: boolean;
|
|
35823
35978
|
readonly: boolean;
|
|
35824
35979
|
modelValue: boolean | null;
|
|
35825
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35980
|
+
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;
|
|
35826
35981
|
fastFail: boolean;
|
|
35827
35982
|
} & {
|
|
35828
35983
|
class?: any;
|
|
@@ -35991,7 +36146,7 @@ declare const VForm: {
|
|
|
35991
36146
|
disabled: boolean;
|
|
35992
36147
|
readonly: boolean;
|
|
35993
36148
|
modelValue: boolean | null;
|
|
35994
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36149
|
+
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;
|
|
35995
36150
|
fastFail: boolean;
|
|
35996
36151
|
}, {}, string, vue.SlotsType<Partial<{
|
|
35997
36152
|
default: (arg: {
|
|
@@ -36067,6 +36222,12 @@ declare const VContainer: {
|
|
|
36067
36222
|
tag: string;
|
|
36068
36223
|
fluid: boolean;
|
|
36069
36224
|
} & {
|
|
36225
|
+
height?: string | number | undefined;
|
|
36226
|
+
width?: string | number | undefined;
|
|
36227
|
+
maxHeight?: string | number | undefined;
|
|
36228
|
+
maxWidth?: string | number | undefined;
|
|
36229
|
+
minHeight?: string | number | undefined;
|
|
36230
|
+
minWidth?: string | number | undefined;
|
|
36070
36231
|
class?: any;
|
|
36071
36232
|
} & {
|
|
36072
36233
|
$children?: vue.VNodeChild | {
|
|
@@ -36082,6 +36243,12 @@ declare const VContainer: {
|
|
|
36082
36243
|
tag: string;
|
|
36083
36244
|
fluid: boolean;
|
|
36084
36245
|
} & {
|
|
36246
|
+
height?: string | number | undefined;
|
|
36247
|
+
width?: string | number | undefined;
|
|
36248
|
+
maxHeight?: string | number | undefined;
|
|
36249
|
+
maxWidth?: string | number | undefined;
|
|
36250
|
+
minHeight?: string | number | undefined;
|
|
36251
|
+
minWidth?: string | number | undefined;
|
|
36085
36252
|
class?: any;
|
|
36086
36253
|
} & {
|
|
36087
36254
|
$children?: vue.VNodeChild | {
|
|
@@ -36110,6 +36277,12 @@ declare const VContainer: {
|
|
|
36110
36277
|
tag: string;
|
|
36111
36278
|
fluid: boolean;
|
|
36112
36279
|
} & {
|
|
36280
|
+
height?: string | number | undefined;
|
|
36281
|
+
width?: string | number | undefined;
|
|
36282
|
+
maxHeight?: string | number | undefined;
|
|
36283
|
+
maxWidth?: string | number | undefined;
|
|
36284
|
+
minHeight?: string | number | undefined;
|
|
36285
|
+
minWidth?: string | number | undefined;
|
|
36113
36286
|
class?: any;
|
|
36114
36287
|
} & {
|
|
36115
36288
|
$children?: vue.VNodeChild | {
|
|
@@ -36133,6 +36306,12 @@ declare const VContainer: {
|
|
|
36133
36306
|
tag: string;
|
|
36134
36307
|
fluid: boolean;
|
|
36135
36308
|
} & {
|
|
36309
|
+
height?: string | number | undefined;
|
|
36310
|
+
width?: string | number | undefined;
|
|
36311
|
+
maxHeight?: string | number | undefined;
|
|
36312
|
+
maxWidth?: string | number | undefined;
|
|
36313
|
+
minHeight?: string | number | undefined;
|
|
36314
|
+
minWidth?: string | number | undefined;
|
|
36136
36315
|
class?: any;
|
|
36137
36316
|
} & {
|
|
36138
36317
|
$children?: vue.VNodeChild | {
|
|
@@ -36154,6 +36333,12 @@ declare const VContainer: {
|
|
|
36154
36333
|
type: StringConstructor;
|
|
36155
36334
|
default: string;
|
|
36156
36335
|
};
|
|
36336
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
36337
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
36338
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
36339
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
36340
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
36341
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
36157
36342
|
class: vue.PropType<ClassValue>;
|
|
36158
36343
|
style: {
|
|
36159
36344
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -36168,6 +36353,12 @@ declare const VContainer: {
|
|
|
36168
36353
|
type: StringConstructor;
|
|
36169
36354
|
default: string;
|
|
36170
36355
|
};
|
|
36356
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
36357
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
36358
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
36359
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
36360
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
36361
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
36171
36362
|
class: vue.PropType<ClassValue>;
|
|
36172
36363
|
style: {
|
|
36173
36364
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -38123,7 +38314,7 @@ declare const VLayout: {
|
|
|
38123
38314
|
right: number;
|
|
38124
38315
|
id: string;
|
|
38125
38316
|
} | undefined;
|
|
38126
|
-
items:
|
|
38317
|
+
items: vue.ComputedRef<{
|
|
38127
38318
|
size: number;
|
|
38128
38319
|
position: Position;
|
|
38129
38320
|
top: number;
|
|
@@ -38131,7 +38322,7 @@ declare const VLayout: {
|
|
|
38131
38322
|
left: number;
|
|
38132
38323
|
right: number;
|
|
38133
38324
|
id: string;
|
|
38134
|
-
}[]
|
|
38325
|
+
}[]>;
|
|
38135
38326
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
38136
38327
|
style: vue.StyleValue;
|
|
38137
38328
|
fullHeight: boolean;
|
|
@@ -38196,7 +38387,7 @@ declare const VLayout: {
|
|
|
38196
38387
|
right: number;
|
|
38197
38388
|
id: string;
|
|
38198
38389
|
} | undefined;
|
|
38199
|
-
items:
|
|
38390
|
+
items: vue.ComputedRef<{
|
|
38200
38391
|
size: number;
|
|
38201
38392
|
position: Position;
|
|
38202
38393
|
top: number;
|
|
@@ -38204,7 +38395,7 @@ declare const VLayout: {
|
|
|
38204
38395
|
left: number;
|
|
38205
38396
|
right: number;
|
|
38206
38397
|
id: string;
|
|
38207
|
-
}[]
|
|
38398
|
+
}[]>;
|
|
38208
38399
|
}, {}, {}, {}, {
|
|
38209
38400
|
style: vue.StyleValue;
|
|
38210
38401
|
fullHeight: boolean;
|
|
@@ -38243,7 +38434,7 @@ declare const VLayout: {
|
|
|
38243
38434
|
right: number;
|
|
38244
38435
|
id: string;
|
|
38245
38436
|
} | undefined;
|
|
38246
|
-
items:
|
|
38437
|
+
items: vue.ComputedRef<{
|
|
38247
38438
|
size: number;
|
|
38248
38439
|
position: Position;
|
|
38249
38440
|
top: number;
|
|
@@ -38251,7 +38442,7 @@ declare const VLayout: {
|
|
|
38251
38442
|
left: number;
|
|
38252
38443
|
right: number;
|
|
38253
38444
|
id: string;
|
|
38254
|
-
}[]
|
|
38445
|
+
}[]>;
|
|
38255
38446
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
38256
38447
|
style: vue.StyleValue;
|
|
38257
38448
|
fullHeight: boolean;
|
|
@@ -38308,7 +38499,7 @@ declare const VLayoutItem: {
|
|
|
38308
38499
|
} | undefined;
|
|
38309
38500
|
} & {
|
|
38310
38501
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38311
|
-
},
|
|
38502
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
38312
38503
|
absolute: boolean;
|
|
38313
38504
|
order: string | number;
|
|
38314
38505
|
position: "left" | "top" | "bottom" | "right";
|
|
@@ -38361,7 +38552,7 @@ declare const VLayoutItem: {
|
|
|
38361
38552
|
} | undefined;
|
|
38362
38553
|
} & {
|
|
38363
38554
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38364
|
-
},
|
|
38555
|
+
}, () => JSX.Element, {}, {}, {}, {
|
|
38365
38556
|
absolute: boolean;
|
|
38366
38557
|
order: string | number;
|
|
38367
38558
|
style: vue.StyleValue;
|
|
@@ -38390,7 +38581,7 @@ declare const VLayoutItem: {
|
|
|
38390
38581
|
} | undefined;
|
|
38391
38582
|
} & {
|
|
38392
38583
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38393
|
-
},
|
|
38584
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
38394
38585
|
absolute: boolean;
|
|
38395
38586
|
order: string | number;
|
|
38396
38587
|
style: vue.StyleValue;
|
|
@@ -38824,7 +39015,7 @@ declare const VMain: {
|
|
|
38824
39015
|
} | undefined;
|
|
38825
39016
|
} & {
|
|
38826
39017
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38827
|
-
},
|
|
39018
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
38828
39019
|
style: vue.StyleValue;
|
|
38829
39020
|
tag: string;
|
|
38830
39021
|
scrollable: boolean;
|
|
@@ -38908,7 +39099,7 @@ declare const VMain: {
|
|
|
38908
39099
|
} | undefined;
|
|
38909
39100
|
} & {
|
|
38910
39101
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38911
|
-
},
|
|
39102
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
38912
39103
|
style: vue.StyleValue;
|
|
38913
39104
|
tag: string;
|
|
38914
39105
|
scrollable: boolean;
|
|
@@ -42298,7 +42489,7 @@ declare const VRadioGroup: {
|
|
|
42298
42489
|
class?: any;
|
|
42299
42490
|
theme?: string | undefined;
|
|
42300
42491
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42301
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
42492
|
+
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;
|
|
42302
42493
|
validationValue?: any;
|
|
42303
42494
|
prependIcon?: IconValue | undefined;
|
|
42304
42495
|
appendIcon?: IconValue | undefined;
|
|
@@ -42344,7 +42535,7 @@ declare const VRadioGroup: {
|
|
|
42344
42535
|
class?: any;
|
|
42345
42536
|
theme?: string | undefined;
|
|
42346
42537
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42347
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
42538
|
+
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;
|
|
42348
42539
|
validationValue?: any;
|
|
42349
42540
|
prependIcon?: IconValue | undefined;
|
|
42350
42541
|
appendIcon?: IconValue | undefined;
|
|
@@ -42429,7 +42620,7 @@ declare const VRadioGroup: {
|
|
|
42429
42620
|
class?: any;
|
|
42430
42621
|
theme?: string | undefined;
|
|
42431
42622
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42432
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
42623
|
+
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;
|
|
42433
42624
|
validationValue?: any;
|
|
42434
42625
|
prependIcon?: IconValue | undefined;
|
|
42435
42626
|
appendIcon?: IconValue | undefined;
|
|
@@ -42501,7 +42692,7 @@ declare const VRadioGroup: {
|
|
|
42501
42692
|
class?: any;
|
|
42502
42693
|
theme?: string | undefined;
|
|
42503
42694
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42504
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
42695
|
+
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;
|
|
42505
42696
|
validationValue?: any;
|
|
42506
42697
|
prependIcon?: IconValue | undefined;
|
|
42507
42698
|
appendIcon?: IconValue | undefined;
|
|
@@ -42782,7 +42973,7 @@ declare const VRangeSlider: {
|
|
|
42782
42973
|
class?: any;
|
|
42783
42974
|
theme?: string | undefined;
|
|
42784
42975
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42785
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
42976
|
+
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;
|
|
42786
42977
|
validationValue?: any;
|
|
42787
42978
|
rounded?: string | number | boolean | undefined;
|
|
42788
42979
|
prependIcon?: IconValue | undefined;
|
|
@@ -42890,7 +43081,7 @@ declare const VRangeSlider: {
|
|
|
42890
43081
|
class?: any;
|
|
42891
43082
|
theme?: string | undefined;
|
|
42892
43083
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42893
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43084
|
+
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;
|
|
42894
43085
|
validationValue?: any;
|
|
42895
43086
|
rounded?: string | number | boolean | undefined;
|
|
42896
43087
|
prependIcon?: IconValue | undefined;
|
|
@@ -43044,7 +43235,7 @@ declare const VRangeSlider: {
|
|
|
43044
43235
|
class?: any;
|
|
43045
43236
|
theme?: string | undefined;
|
|
43046
43237
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43047
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43238
|
+
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;
|
|
43048
43239
|
validationValue?: any;
|
|
43049
43240
|
rounded?: string | number | boolean | undefined;
|
|
43050
43241
|
prependIcon?: IconValue | undefined;
|
|
@@ -43181,7 +43372,7 @@ declare const VRangeSlider: {
|
|
|
43181
43372
|
class?: any;
|
|
43182
43373
|
theme?: string | undefined;
|
|
43183
43374
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43184
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43375
|
+
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;
|
|
43185
43376
|
validationValue?: any;
|
|
43186
43377
|
rounded?: string | number | boolean | undefined;
|
|
43187
43378
|
prependIcon?: IconValue | undefined;
|
|
@@ -44130,7 +44321,7 @@ declare const VSelect: {
|
|
|
44130
44321
|
theme?: string | undefined;
|
|
44131
44322
|
counter?: string | number | boolean | undefined;
|
|
44132
44323
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
44133
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
44324
|
+
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;
|
|
44134
44325
|
rounded?: string | number | boolean | undefined;
|
|
44135
44326
|
baseColor?: string | undefined;
|
|
44136
44327
|
bgColor?: string | undefined;
|
|
@@ -44200,9 +44391,9 @@ declare const VSelect: {
|
|
|
44200
44391
|
rounded?: string | number | boolean | undefined;
|
|
44201
44392
|
baseColor?: string | undefined;
|
|
44202
44393
|
bgColor?: string | undefined;
|
|
44394
|
+
activeColor?: string | undefined;
|
|
44203
44395
|
activeClass?: string | undefined;
|
|
44204
44396
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44205
|
-
activeColor?: string | undefined;
|
|
44206
44397
|
collapseIcon?: string | undefined;
|
|
44207
44398
|
expandIcon?: string | undefined;
|
|
44208
44399
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -44245,9 +44436,9 @@ declare const VSelect: {
|
|
|
44245
44436
|
rounded?: string | number | boolean | undefined;
|
|
44246
44437
|
baseColor?: string | undefined;
|
|
44247
44438
|
bgColor?: string | undefined;
|
|
44439
|
+
activeColor?: string | undefined;
|
|
44248
44440
|
activeClass?: string | undefined;
|
|
44249
44441
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44250
|
-
activeColor?: string | undefined;
|
|
44251
44442
|
collapseIcon?: string | undefined;
|
|
44252
44443
|
expandIcon?: string | undefined;
|
|
44253
44444
|
} & {
|
|
@@ -44360,7 +44551,7 @@ declare const VSelect: {
|
|
|
44360
44551
|
}) => vue.VNodeChild) | undefined;
|
|
44361
44552
|
}) | undefined;
|
|
44362
44553
|
menuProps?: (Partial<{
|
|
44363
|
-
location: Anchor;
|
|
44554
|
+
location: Anchor | undefined;
|
|
44364
44555
|
origin: "auto" | Anchor | "overlap";
|
|
44365
44556
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44366
44557
|
component?: Component;
|
|
@@ -44388,8 +44579,9 @@ declare const VSelect: {
|
|
|
44388
44579
|
noClickAnimation: boolean;
|
|
44389
44580
|
persistent: boolean;
|
|
44390
44581
|
scrim: string | boolean;
|
|
44582
|
+
submenu: boolean;
|
|
44391
44583
|
}> & Omit<{
|
|
44392
|
-
location: Anchor;
|
|
44584
|
+
location: Anchor | undefined;
|
|
44393
44585
|
origin: "auto" | Anchor | "overlap";
|
|
44394
44586
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44395
44587
|
component?: Component;
|
|
@@ -44415,6 +44607,7 @@ declare const VSelect: {
|
|
|
44415
44607
|
noClickAnimation: boolean;
|
|
44416
44608
|
persistent: boolean;
|
|
44417
44609
|
scrim: string | boolean;
|
|
44610
|
+
submenu: boolean;
|
|
44418
44611
|
offset?: string | number | number[] | undefined;
|
|
44419
44612
|
id?: string | undefined;
|
|
44420
44613
|
height?: string | number | undefined;
|
|
@@ -44465,7 +44658,7 @@ declare const VSelect: {
|
|
|
44465
44658
|
}) => vue.VNodeChild) | undefined;
|
|
44466
44659
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44467
44660
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
44468
|
-
location: Anchor;
|
|
44661
|
+
location: Anchor | undefined;
|
|
44469
44662
|
origin: "auto" | Anchor | "overlap";
|
|
44470
44663
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44471
44664
|
component?: Component;
|
|
@@ -44491,6 +44684,7 @@ declare const VSelect: {
|
|
|
44491
44684
|
noClickAnimation: boolean;
|
|
44492
44685
|
persistent: boolean;
|
|
44493
44686
|
scrim: string | boolean;
|
|
44687
|
+
submenu: boolean;
|
|
44494
44688
|
} & {
|
|
44495
44689
|
offset?: string | number | number[] | undefined;
|
|
44496
44690
|
id?: string | undefined;
|
|
@@ -44544,7 +44738,7 @@ declare const VSelect: {
|
|
|
44544
44738
|
}) => vue.VNodeChild) | undefined;
|
|
44545
44739
|
} & {
|
|
44546
44740
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44547
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
44741
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
44548
44742
|
itemColor?: string | undefined;
|
|
44549
44743
|
} & {
|
|
44550
44744
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -44614,7 +44808,7 @@ declare const VSelect: {
|
|
|
44614
44808
|
theme?: string | undefined;
|
|
44615
44809
|
counter?: string | number | boolean | undefined;
|
|
44616
44810
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
44617
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
44811
|
+
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;
|
|
44618
44812
|
rounded?: string | number | boolean | undefined;
|
|
44619
44813
|
baseColor?: string | undefined;
|
|
44620
44814
|
bgColor?: string | undefined;
|
|
@@ -44684,9 +44878,9 @@ declare const VSelect: {
|
|
|
44684
44878
|
rounded?: string | number | boolean | undefined;
|
|
44685
44879
|
baseColor?: string | undefined;
|
|
44686
44880
|
bgColor?: string | undefined;
|
|
44881
|
+
activeColor?: string | undefined;
|
|
44687
44882
|
activeClass?: string | undefined;
|
|
44688
44883
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44689
|
-
activeColor?: string | undefined;
|
|
44690
44884
|
collapseIcon?: string | undefined;
|
|
44691
44885
|
expandIcon?: string | undefined;
|
|
44692
44886
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -44729,9 +44923,9 @@ declare const VSelect: {
|
|
|
44729
44923
|
rounded?: string | number | boolean | undefined;
|
|
44730
44924
|
baseColor?: string | undefined;
|
|
44731
44925
|
bgColor?: string | undefined;
|
|
44926
|
+
activeColor?: string | undefined;
|
|
44732
44927
|
activeClass?: string | undefined;
|
|
44733
44928
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44734
|
-
activeColor?: string | undefined;
|
|
44735
44929
|
collapseIcon?: string | undefined;
|
|
44736
44930
|
expandIcon?: string | undefined;
|
|
44737
44931
|
} & {
|
|
@@ -44844,7 +45038,7 @@ declare const VSelect: {
|
|
|
44844
45038
|
}) => vue.VNodeChild) | undefined;
|
|
44845
45039
|
}) | undefined;
|
|
44846
45040
|
menuProps?: (Partial<{
|
|
44847
|
-
location: Anchor;
|
|
45041
|
+
location: Anchor | undefined;
|
|
44848
45042
|
origin: "auto" | Anchor | "overlap";
|
|
44849
45043
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44850
45044
|
component?: Component;
|
|
@@ -44872,8 +45066,9 @@ declare const VSelect: {
|
|
|
44872
45066
|
noClickAnimation: boolean;
|
|
44873
45067
|
persistent: boolean;
|
|
44874
45068
|
scrim: string | boolean;
|
|
45069
|
+
submenu: boolean;
|
|
44875
45070
|
}> & Omit<{
|
|
44876
|
-
location: Anchor;
|
|
45071
|
+
location: Anchor | undefined;
|
|
44877
45072
|
origin: "auto" | Anchor | "overlap";
|
|
44878
45073
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44879
45074
|
component?: Component;
|
|
@@ -44899,6 +45094,7 @@ declare const VSelect: {
|
|
|
44899
45094
|
noClickAnimation: boolean;
|
|
44900
45095
|
persistent: boolean;
|
|
44901
45096
|
scrim: string | boolean;
|
|
45097
|
+
submenu: boolean;
|
|
44902
45098
|
offset?: string | number | number[] | undefined;
|
|
44903
45099
|
id?: string | undefined;
|
|
44904
45100
|
height?: string | number | undefined;
|
|
@@ -44949,7 +45145,7 @@ declare const VSelect: {
|
|
|
44949
45145
|
}) => vue.VNodeChild) | undefined;
|
|
44950
45146
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44951
45147
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
44952
|
-
location: Anchor;
|
|
45148
|
+
location: Anchor | undefined;
|
|
44953
45149
|
origin: "auto" | Anchor | "overlap";
|
|
44954
45150
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44955
45151
|
component?: Component;
|
|
@@ -44975,6 +45171,7 @@ declare const VSelect: {
|
|
|
44975
45171
|
noClickAnimation: boolean;
|
|
44976
45172
|
persistent: boolean;
|
|
44977
45173
|
scrim: string | boolean;
|
|
45174
|
+
submenu: boolean;
|
|
44978
45175
|
} & {
|
|
44979
45176
|
offset?: string | number | number[] | undefined;
|
|
44980
45177
|
id?: string | undefined;
|
|
@@ -45028,7 +45225,7 @@ declare const VSelect: {
|
|
|
45028
45225
|
}) => vue.VNodeChild) | undefined;
|
|
45029
45226
|
} & {
|
|
45030
45227
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45031
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
45228
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
45032
45229
|
itemColor?: string | undefined;
|
|
45033
45230
|
} & {
|
|
45034
45231
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -45181,7 +45378,7 @@ declare const VSelect: {
|
|
|
45181
45378
|
theme?: string | undefined;
|
|
45182
45379
|
counter?: string | number | boolean | undefined;
|
|
45183
45380
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
45184
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
45381
|
+
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;
|
|
45185
45382
|
rounded?: string | number | boolean | undefined;
|
|
45186
45383
|
baseColor?: string | undefined;
|
|
45187
45384
|
bgColor?: string | undefined;
|
|
@@ -45251,9 +45448,9 @@ declare const VSelect: {
|
|
|
45251
45448
|
rounded?: string | number | boolean | undefined;
|
|
45252
45449
|
baseColor?: string | undefined;
|
|
45253
45450
|
bgColor?: string | undefined;
|
|
45451
|
+
activeColor?: string | undefined;
|
|
45254
45452
|
activeClass?: string | undefined;
|
|
45255
45453
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45256
|
-
activeColor?: string | undefined;
|
|
45257
45454
|
collapseIcon?: string | undefined;
|
|
45258
45455
|
expandIcon?: string | undefined;
|
|
45259
45456
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -45296,9 +45493,9 @@ declare const VSelect: {
|
|
|
45296
45493
|
rounded?: string | number | boolean | undefined;
|
|
45297
45494
|
baseColor?: string | undefined;
|
|
45298
45495
|
bgColor?: string | undefined;
|
|
45496
|
+
activeColor?: string | undefined;
|
|
45299
45497
|
activeClass?: string | undefined;
|
|
45300
45498
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45301
|
-
activeColor?: string | undefined;
|
|
45302
45499
|
collapseIcon?: string | undefined;
|
|
45303
45500
|
expandIcon?: string | undefined;
|
|
45304
45501
|
} & {
|
|
@@ -45411,7 +45608,7 @@ declare const VSelect: {
|
|
|
45411
45608
|
}) => vue.VNodeChild) | undefined;
|
|
45412
45609
|
}) | undefined;
|
|
45413
45610
|
menuProps?: (Partial<{
|
|
45414
|
-
location: Anchor;
|
|
45611
|
+
location: Anchor | undefined;
|
|
45415
45612
|
origin: "auto" | Anchor | "overlap";
|
|
45416
45613
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45417
45614
|
component?: Component;
|
|
@@ -45439,8 +45636,9 @@ declare const VSelect: {
|
|
|
45439
45636
|
noClickAnimation: boolean;
|
|
45440
45637
|
persistent: boolean;
|
|
45441
45638
|
scrim: string | boolean;
|
|
45639
|
+
submenu: boolean;
|
|
45442
45640
|
}> & Omit<{
|
|
45443
|
-
location: Anchor;
|
|
45641
|
+
location: Anchor | undefined;
|
|
45444
45642
|
origin: "auto" | Anchor | "overlap";
|
|
45445
45643
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45446
45644
|
component?: Component;
|
|
@@ -45466,6 +45664,7 @@ declare const VSelect: {
|
|
|
45466
45664
|
noClickAnimation: boolean;
|
|
45467
45665
|
persistent: boolean;
|
|
45468
45666
|
scrim: string | boolean;
|
|
45667
|
+
submenu: boolean;
|
|
45469
45668
|
offset?: string | number | number[] | undefined;
|
|
45470
45669
|
id?: string | undefined;
|
|
45471
45670
|
height?: string | number | undefined;
|
|
@@ -45516,7 +45715,7 @@ declare const VSelect: {
|
|
|
45516
45715
|
}) => vue.VNodeChild) | undefined;
|
|
45517
45716
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45518
45717
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
45519
|
-
location: Anchor;
|
|
45718
|
+
location: Anchor | undefined;
|
|
45520
45719
|
origin: "auto" | Anchor | "overlap";
|
|
45521
45720
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45522
45721
|
component?: Component;
|
|
@@ -45542,6 +45741,7 @@ declare const VSelect: {
|
|
|
45542
45741
|
noClickAnimation: boolean;
|
|
45543
45742
|
persistent: boolean;
|
|
45544
45743
|
scrim: string | boolean;
|
|
45744
|
+
submenu: boolean;
|
|
45545
45745
|
} & {
|
|
45546
45746
|
offset?: string | number | number[] | undefined;
|
|
45547
45747
|
id?: string | undefined;
|
|
@@ -45595,7 +45795,7 @@ declare const VSelect: {
|
|
|
45595
45795
|
}) => vue.VNodeChild) | undefined;
|
|
45596
45796
|
} & {
|
|
45597
45797
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45598
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
45798
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
45599
45799
|
itemColor?: string | undefined;
|
|
45600
45800
|
} & {
|
|
45601
45801
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -45713,7 +45913,7 @@ declare const VSelect: {
|
|
|
45713
45913
|
theme?: string | undefined;
|
|
45714
45914
|
counter?: string | number | boolean | undefined;
|
|
45715
45915
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
45716
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
45916
|
+
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;
|
|
45717
45917
|
rounded?: string | number | boolean | undefined;
|
|
45718
45918
|
baseColor?: string | undefined;
|
|
45719
45919
|
bgColor?: string | undefined;
|
|
@@ -45783,9 +45983,9 @@ declare const VSelect: {
|
|
|
45783
45983
|
rounded?: string | number | boolean | undefined;
|
|
45784
45984
|
baseColor?: string | undefined;
|
|
45785
45985
|
bgColor?: string | undefined;
|
|
45986
|
+
activeColor?: string | undefined;
|
|
45786
45987
|
activeClass?: string | undefined;
|
|
45787
45988
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45788
|
-
activeColor?: string | undefined;
|
|
45789
45989
|
collapseIcon?: string | undefined;
|
|
45790
45990
|
expandIcon?: string | undefined;
|
|
45791
45991
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -45828,9 +46028,9 @@ declare const VSelect: {
|
|
|
45828
46028
|
rounded?: string | number | boolean | undefined;
|
|
45829
46029
|
baseColor?: string | undefined;
|
|
45830
46030
|
bgColor?: string | undefined;
|
|
46031
|
+
activeColor?: string | undefined;
|
|
45831
46032
|
activeClass?: string | undefined;
|
|
45832
46033
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45833
|
-
activeColor?: string | undefined;
|
|
45834
46034
|
collapseIcon?: string | undefined;
|
|
45835
46035
|
expandIcon?: string | undefined;
|
|
45836
46036
|
} & {
|
|
@@ -45943,7 +46143,7 @@ declare const VSelect: {
|
|
|
45943
46143
|
}) => vue.VNodeChild) | undefined;
|
|
45944
46144
|
}) | undefined;
|
|
45945
46145
|
menuProps?: (Partial<{
|
|
45946
|
-
location: Anchor;
|
|
46146
|
+
location: Anchor | undefined;
|
|
45947
46147
|
origin: "auto" | Anchor | "overlap";
|
|
45948
46148
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45949
46149
|
component?: Component;
|
|
@@ -45971,8 +46171,9 @@ declare const VSelect: {
|
|
|
45971
46171
|
noClickAnimation: boolean;
|
|
45972
46172
|
persistent: boolean;
|
|
45973
46173
|
scrim: string | boolean;
|
|
46174
|
+
submenu: boolean;
|
|
45974
46175
|
}> & Omit<{
|
|
45975
|
-
location: Anchor;
|
|
46176
|
+
location: Anchor | undefined;
|
|
45976
46177
|
origin: "auto" | Anchor | "overlap";
|
|
45977
46178
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45978
46179
|
component?: Component;
|
|
@@ -45998,6 +46199,7 @@ declare const VSelect: {
|
|
|
45998
46199
|
noClickAnimation: boolean;
|
|
45999
46200
|
persistent: boolean;
|
|
46000
46201
|
scrim: string | boolean;
|
|
46202
|
+
submenu: boolean;
|
|
46001
46203
|
offset?: string | number | number[] | undefined;
|
|
46002
46204
|
id?: string | undefined;
|
|
46003
46205
|
height?: string | number | undefined;
|
|
@@ -46048,7 +46250,7 @@ declare const VSelect: {
|
|
|
46048
46250
|
}) => vue.VNodeChild) | undefined;
|
|
46049
46251
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46050
46252
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
46051
|
-
location: Anchor;
|
|
46253
|
+
location: Anchor | undefined;
|
|
46052
46254
|
origin: "auto" | Anchor | "overlap";
|
|
46053
46255
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46054
46256
|
component?: Component;
|
|
@@ -46074,6 +46276,7 @@ declare const VSelect: {
|
|
|
46074
46276
|
noClickAnimation: boolean;
|
|
46075
46277
|
persistent: boolean;
|
|
46076
46278
|
scrim: string | boolean;
|
|
46279
|
+
submenu: boolean;
|
|
46077
46280
|
} & {
|
|
46078
46281
|
offset?: string | number | number[] | undefined;
|
|
46079
46282
|
id?: string | undefined;
|
|
@@ -46127,7 +46330,7 @@ declare const VSelect: {
|
|
|
46127
46330
|
}) => vue.VNodeChild) | undefined;
|
|
46128
46331
|
} & {
|
|
46129
46332
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46130
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
46333
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
46131
46334
|
itemColor?: string | undefined;
|
|
46132
46335
|
} & {
|
|
46133
46336
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -47081,6 +47284,8 @@ declare const VSlideGroup: {
|
|
|
47081
47284
|
scrollTo: (location: "prev" | "next") => void;
|
|
47082
47285
|
scrollOffset: vue.ShallowRef<number>;
|
|
47083
47286
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
47287
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
47288
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47084
47289
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
47085
47290
|
'update:modelValue': (value: any) => true;
|
|
47086
47291
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -47147,6 +47352,8 @@ declare const VSlideGroup: {
|
|
|
47147
47352
|
scrollTo: (location: "prev" | "next") => void;
|
|
47148
47353
|
scrollOffset: vue.ShallowRef<number>;
|
|
47149
47354
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
47355
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
47356
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47150
47357
|
}, {}, {}, {}, {
|
|
47151
47358
|
symbol: any;
|
|
47152
47359
|
direction: "horizontal" | "vertical";
|
|
@@ -47186,6 +47393,8 @@ declare const VSlideGroup: {
|
|
|
47186
47393
|
scrollTo: (location: "prev" | "next") => void;
|
|
47187
47394
|
scrollOffset: vue.ShallowRef<number>;
|
|
47188
47395
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
47396
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
47397
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47189
47398
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
47190
47399
|
'update:modelValue': (value: any) => true;
|
|
47191
47400
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
|
@@ -47560,7 +47769,7 @@ declare const VSlider: {
|
|
|
47560
47769
|
class?: any;
|
|
47561
47770
|
theme?: string | undefined;
|
|
47562
47771
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
47563
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
47772
|
+
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;
|
|
47564
47773
|
validationValue?: any;
|
|
47565
47774
|
rounded?: string | number | boolean | undefined;
|
|
47566
47775
|
prependIcon?: IconValue | undefined;
|
|
@@ -47667,7 +47876,7 @@ declare const VSlider: {
|
|
|
47667
47876
|
class?: any;
|
|
47668
47877
|
theme?: string | undefined;
|
|
47669
47878
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
47670
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
47879
|
+
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;
|
|
47671
47880
|
validationValue?: any;
|
|
47672
47881
|
rounded?: string | number | boolean | undefined;
|
|
47673
47882
|
prependIcon?: IconValue | undefined;
|
|
@@ -47819,7 +48028,7 @@ declare const VSlider: {
|
|
|
47819
48028
|
class?: any;
|
|
47820
48029
|
theme?: string | undefined;
|
|
47821
48030
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
47822
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48031
|
+
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;
|
|
47823
48032
|
validationValue?: any;
|
|
47824
48033
|
rounded?: string | number | boolean | undefined;
|
|
47825
48034
|
prependIcon?: IconValue | undefined;
|
|
@@ -47954,7 +48163,7 @@ declare const VSlider: {
|
|
|
47954
48163
|
class?: any;
|
|
47955
48164
|
theme?: string | undefined;
|
|
47956
48165
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
47957
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48166
|
+
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;
|
|
47958
48167
|
validationValue?: any;
|
|
47959
48168
|
rounded?: string | number | boolean | undefined;
|
|
47960
48169
|
prependIcon?: IconValue | undefined;
|
|
@@ -48852,7 +49061,7 @@ declare const VSnackbar: {
|
|
|
48852
49061
|
onAfterLeave?: (() => any) | undefined;
|
|
48853
49062
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
48854
49063
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
48855
|
-
}, "target" | "
|
|
49064
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
48856
49065
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
48857
49066
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
48858
49067
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -49523,7 +49732,7 @@ declare const VSnackbar: {
|
|
|
49523
49732
|
onAfterLeave?: (() => any) | undefined;
|
|
49524
49733
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49525
49734
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49526
|
-
}, "target" | "
|
|
49735
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
49527
49736
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
49528
49737
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
49529
49738
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -50094,7 +50303,7 @@ declare const VSnackbar: {
|
|
|
50094
50303
|
onAfterLeave?: (() => any) | undefined;
|
|
50095
50304
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50096
50305
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50097
|
-
}, "target" | "
|
|
50306
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
50098
50307
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
50099
50308
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
50100
50309
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -50732,7 +50941,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
|
|
|
50732
50941
|
declare const VSpeedDial: {
|
|
50733
50942
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
50734
50943
|
offset: string | number | number[] | undefined;
|
|
50735
|
-
location: Anchor;
|
|
50944
|
+
location: Anchor | undefined;
|
|
50736
50945
|
origin: "auto" | Anchor | "overlap";
|
|
50737
50946
|
minWidth: string | number;
|
|
50738
50947
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -50759,6 +50968,7 @@ declare const VSpeedDial: {
|
|
|
50759
50968
|
noClickAnimation: boolean;
|
|
50760
50969
|
persistent: boolean;
|
|
50761
50970
|
scrim: string | boolean;
|
|
50971
|
+
submenu: boolean;
|
|
50762
50972
|
} & {
|
|
50763
50973
|
id?: string | undefined;
|
|
50764
50974
|
height?: string | number | undefined;
|
|
@@ -50814,7 +51024,7 @@ declare const VSpeedDial: {
|
|
|
50814
51024
|
'update:modelValue': (value: boolean) => true;
|
|
50815
51025
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
50816
51026
|
offset: string | number | number[] | undefined;
|
|
50817
|
-
location: Anchor;
|
|
51027
|
+
location: Anchor | undefined;
|
|
50818
51028
|
origin: "auto" | Anchor | "overlap";
|
|
50819
51029
|
minWidth: string | number;
|
|
50820
51030
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -50841,6 +51051,7 @@ declare const VSpeedDial: {
|
|
|
50841
51051
|
noClickAnimation: boolean;
|
|
50842
51052
|
persistent: boolean;
|
|
50843
51053
|
scrim: string | boolean;
|
|
51054
|
+
submenu: boolean;
|
|
50844
51055
|
} & {
|
|
50845
51056
|
id?: string | undefined;
|
|
50846
51057
|
height?: string | number | undefined;
|
|
@@ -50894,7 +51105,7 @@ declare const VSpeedDial: {
|
|
|
50894
51105
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50895
51106
|
}, {
|
|
50896
51107
|
offset: string | number | number[] | undefined;
|
|
50897
|
-
location: Anchor;
|
|
51108
|
+
location: Anchor | undefined;
|
|
50898
51109
|
origin: "auto" | Anchor | "overlap";
|
|
50899
51110
|
minWidth: string | number;
|
|
50900
51111
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -50923,6 +51134,7 @@ declare const VSpeedDial: {
|
|
|
50923
51134
|
noClickAnimation: boolean;
|
|
50924
51135
|
persistent: boolean;
|
|
50925
51136
|
scrim: string | boolean;
|
|
51137
|
+
submenu: boolean;
|
|
50926
51138
|
}, true, {}, vue.SlotsType<Partial<{
|
|
50927
51139
|
default: (arg: {
|
|
50928
51140
|
isActive: vue.Ref<boolean>;
|
|
@@ -50941,7 +51153,7 @@ declare const VSpeedDial: {
|
|
|
50941
51153
|
Defaults: {};
|
|
50942
51154
|
}, {
|
|
50943
51155
|
offset: string | number | number[] | undefined;
|
|
50944
|
-
location: Anchor;
|
|
51156
|
+
location: Anchor | undefined;
|
|
50945
51157
|
origin: "auto" | Anchor | "overlap";
|
|
50946
51158
|
minWidth: string | number;
|
|
50947
51159
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -50968,6 +51180,7 @@ declare const VSpeedDial: {
|
|
|
50968
51180
|
noClickAnimation: boolean;
|
|
50969
51181
|
persistent: boolean;
|
|
50970
51182
|
scrim: string | boolean;
|
|
51183
|
+
submenu: boolean;
|
|
50971
51184
|
} & {
|
|
50972
51185
|
id?: string | undefined;
|
|
50973
51186
|
height?: string | number | undefined;
|
|
@@ -51021,7 +51234,7 @@ declare const VSpeedDial: {
|
|
|
51021
51234
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
51022
51235
|
}, {}, {}, {}, {}, {
|
|
51023
51236
|
offset: string | number | number[] | undefined;
|
|
51024
|
-
location: Anchor;
|
|
51237
|
+
location: Anchor | undefined;
|
|
51025
51238
|
origin: "auto" | Anchor | "overlap";
|
|
51026
51239
|
minWidth: string | number;
|
|
51027
51240
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51050,13 +51263,14 @@ declare const VSpeedDial: {
|
|
|
51050
51263
|
noClickAnimation: boolean;
|
|
51051
51264
|
persistent: boolean;
|
|
51052
51265
|
scrim: string | boolean;
|
|
51266
|
+
submenu: boolean;
|
|
51053
51267
|
}>;
|
|
51054
51268
|
__isFragment?: never;
|
|
51055
51269
|
__isTeleport?: never;
|
|
51056
51270
|
__isSuspense?: never;
|
|
51057
51271
|
} & vue.ComponentOptionsBase<{
|
|
51058
51272
|
offset: string | number | number[] | undefined;
|
|
51059
|
-
location: Anchor;
|
|
51273
|
+
location: Anchor | undefined;
|
|
51060
51274
|
origin: "auto" | Anchor | "overlap";
|
|
51061
51275
|
minWidth: string | number;
|
|
51062
51276
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51083,6 +51297,7 @@ declare const VSpeedDial: {
|
|
|
51083
51297
|
noClickAnimation: boolean;
|
|
51084
51298
|
persistent: boolean;
|
|
51085
51299
|
scrim: string | boolean;
|
|
51300
|
+
submenu: boolean;
|
|
51086
51301
|
} & {
|
|
51087
51302
|
id?: string | undefined;
|
|
51088
51303
|
height?: string | number | undefined;
|
|
@@ -51138,7 +51353,7 @@ declare const VSpeedDial: {
|
|
|
51138
51353
|
'update:modelValue': (value: boolean) => true;
|
|
51139
51354
|
}, string, {
|
|
51140
51355
|
offset: string | number | number[] | undefined;
|
|
51141
|
-
location: Anchor;
|
|
51356
|
+
location: Anchor | undefined;
|
|
51142
51357
|
origin: "auto" | Anchor | "overlap";
|
|
51143
51358
|
minWidth: string | number;
|
|
51144
51359
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51167,6 +51382,7 @@ declare const VSpeedDial: {
|
|
|
51167
51382
|
noClickAnimation: boolean;
|
|
51168
51383
|
persistent: boolean;
|
|
51169
51384
|
scrim: string | boolean;
|
|
51385
|
+
submenu: boolean;
|
|
51170
51386
|
}, {}, string, vue.SlotsType<Partial<{
|
|
51171
51387
|
default: (arg: {
|
|
51172
51388
|
isActive: vue.Ref<boolean>;
|
|
@@ -51181,12 +51397,15 @@ declare const VSpeedDial: {
|
|
|
51181
51397
|
type: vue.PropType<string | number | number[] | undefined>;
|
|
51182
51398
|
default: NonNullable<string | number | number[] | undefined>;
|
|
51183
51399
|
};
|
|
51184
|
-
location: Omit<{
|
|
51400
|
+
location: Omit<Omit<{
|
|
51185
51401
|
type: vue.PropType<StrategyProps["location"]>;
|
|
51186
51402
|
default: string;
|
|
51187
51403
|
}, "type" | "default"> & {
|
|
51188
|
-
type: vue.PropType<Anchor>;
|
|
51189
|
-
default: NonNullable<Anchor
|
|
51404
|
+
type: vue.PropType<Anchor | undefined>;
|
|
51405
|
+
default: NonNullable<Anchor> | undefined;
|
|
51406
|
+
}, "type" | "default"> & {
|
|
51407
|
+
type: vue.PropType<Anchor | undefined>;
|
|
51408
|
+
default: NonNullable<Anchor | undefined>;
|
|
51190
51409
|
};
|
|
51191
51410
|
origin: {
|
|
51192
51411
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -51315,17 +51534,21 @@ declare const VSpeedDial: {
|
|
|
51315
51534
|
};
|
|
51316
51535
|
attach: vue.PropType<boolean | string | Element>;
|
|
51317
51536
|
id: StringConstructor;
|
|
51537
|
+
submenu: BooleanConstructor;
|
|
51318
51538
|
}, vue.ExtractPropTypes<{
|
|
51319
51539
|
offset: {
|
|
51320
51540
|
type: vue.PropType<string | number | number[] | undefined>;
|
|
51321
51541
|
default: NonNullable<string | number | number[] | undefined>;
|
|
51322
51542
|
};
|
|
51323
|
-
location: Omit<{
|
|
51543
|
+
location: Omit<Omit<{
|
|
51324
51544
|
type: vue.PropType<StrategyProps["location"]>;
|
|
51325
51545
|
default: string;
|
|
51326
51546
|
}, "type" | "default"> & {
|
|
51327
|
-
type: vue.PropType<Anchor>;
|
|
51328
|
-
default: NonNullable<Anchor
|
|
51547
|
+
type: vue.PropType<Anchor | undefined>;
|
|
51548
|
+
default: NonNullable<Anchor> | undefined;
|
|
51549
|
+
}, "type" | "default"> & {
|
|
51550
|
+
type: vue.PropType<Anchor | undefined>;
|
|
51551
|
+
default: NonNullable<Anchor | undefined>;
|
|
51329
51552
|
};
|
|
51330
51553
|
origin: {
|
|
51331
51554
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -51454,6 +51677,7 @@ declare const VSpeedDial: {
|
|
|
51454
51677
|
};
|
|
51455
51678
|
attach: vue.PropType<boolean | string | Element>;
|
|
51456
51679
|
id: StringConstructor;
|
|
51680
|
+
submenu: BooleanConstructor;
|
|
51457
51681
|
}>>;
|
|
51458
51682
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
|
51459
51683
|
|
|
@@ -53136,7 +53360,7 @@ declare const VSwitch: {
|
|
|
53136
53360
|
class?: any;
|
|
53137
53361
|
theme?: string | undefined;
|
|
53138
53362
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53139
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53363
|
+
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;
|
|
53140
53364
|
validationValue?: any;
|
|
53141
53365
|
baseColor?: string | undefined;
|
|
53142
53366
|
prependIcon?: IconValue | undefined;
|
|
@@ -53195,7 +53419,7 @@ declare const VSwitch: {
|
|
|
53195
53419
|
class?: any;
|
|
53196
53420
|
theme?: string | undefined;
|
|
53197
53421
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53198
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53422
|
+
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;
|
|
53199
53423
|
validationValue?: any;
|
|
53200
53424
|
baseColor?: string | undefined;
|
|
53201
53425
|
prependIcon?: IconValue | undefined;
|
|
@@ -53302,7 +53526,7 @@ declare const VSwitch: {
|
|
|
53302
53526
|
class?: any;
|
|
53303
53527
|
theme?: string | undefined;
|
|
53304
53528
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53305
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53529
|
+
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;
|
|
53306
53530
|
validationValue?: any;
|
|
53307
53531
|
baseColor?: string | undefined;
|
|
53308
53532
|
prependIcon?: IconValue | undefined;
|
|
@@ -53386,7 +53610,7 @@ declare const VSwitch: {
|
|
|
53386
53610
|
class?: any;
|
|
53387
53611
|
theme?: string | undefined;
|
|
53388
53612
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53389
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53613
|
+
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;
|
|
53390
53614
|
validationValue?: any;
|
|
53391
53615
|
baseColor?: string | undefined;
|
|
53392
53616
|
prependIcon?: IconValue | undefined;
|
|
@@ -53888,6 +54112,7 @@ declare const VTab: {
|
|
|
53888
54112
|
theme?: string | undefined;
|
|
53889
54113
|
rounded?: string | number | boolean | undefined;
|
|
53890
54114
|
baseColor?: string | undefined;
|
|
54115
|
+
activeColor?: string | undefined;
|
|
53891
54116
|
prependIcon?: IconValue | undefined;
|
|
53892
54117
|
appendIcon?: IconValue | undefined;
|
|
53893
54118
|
sliderColor?: string | undefined;
|
|
@@ -53975,6 +54200,7 @@ declare const VTab: {
|
|
|
53975
54200
|
rounded?: string | number | boolean | undefined;
|
|
53976
54201
|
baseColor?: string | undefined;
|
|
53977
54202
|
selectedClass?: string | undefined;
|
|
54203
|
+
activeColor?: string | undefined;
|
|
53978
54204
|
prependIcon?: IconValue | undefined;
|
|
53979
54205
|
appendIcon?: IconValue | undefined;
|
|
53980
54206
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -54039,6 +54265,7 @@ declare const VTab: {
|
|
|
54039
54265
|
rounded?: string | number | boolean | undefined;
|
|
54040
54266
|
baseColor?: string | undefined;
|
|
54041
54267
|
selectedClass?: string | undefined;
|
|
54268
|
+
activeColor?: string | undefined;
|
|
54042
54269
|
prependIcon?: IconValue | undefined;
|
|
54043
54270
|
appendIcon?: IconValue | undefined;
|
|
54044
54271
|
} & {
|
|
@@ -54125,6 +54352,7 @@ declare const VTab: {
|
|
|
54125
54352
|
rounded?: string | number | boolean | undefined;
|
|
54126
54353
|
baseColor?: string | undefined;
|
|
54127
54354
|
selectedClass?: string | undefined;
|
|
54355
|
+
activeColor?: string | undefined;
|
|
54128
54356
|
prependIcon?: IconValue | undefined;
|
|
54129
54357
|
appendIcon?: IconValue | undefined;
|
|
54130
54358
|
} & {
|
|
@@ -54244,6 +54472,7 @@ declare const VTab: {
|
|
|
54244
54472
|
rounded?: string | number | boolean | undefined;
|
|
54245
54473
|
baseColor?: string | undefined;
|
|
54246
54474
|
selectedClass?: string | undefined;
|
|
54475
|
+
activeColor?: string | undefined;
|
|
54247
54476
|
prependIcon?: IconValue | undefined;
|
|
54248
54477
|
appendIcon?: IconValue | undefined;
|
|
54249
54478
|
} & {
|
|
@@ -54270,7 +54499,7 @@ declare const VTab: {
|
|
|
54270
54499
|
}) => any) | undefined;
|
|
54271
54500
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
54272
54501
|
group: GroupItemProvide | null;
|
|
54273
|
-
}> & {} & 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 & {
|
|
54502
|
+
}> & {} & 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 & {
|
|
54274
54503
|
replace: boolean;
|
|
54275
54504
|
fixed: boolean;
|
|
54276
54505
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -54310,6 +54539,7 @@ declare const VTab: {
|
|
|
54310
54539
|
theme?: string | undefined;
|
|
54311
54540
|
rounded?: string | number | boolean | undefined;
|
|
54312
54541
|
baseColor?: string | undefined;
|
|
54542
|
+
activeColor?: string | undefined;
|
|
54313
54543
|
prependIcon?: IconValue | undefined;
|
|
54314
54544
|
appendIcon?: IconValue | undefined;
|
|
54315
54545
|
sliderColor?: string | undefined;
|
|
@@ -54404,6 +54634,7 @@ declare const VTab: {
|
|
|
54404
54634
|
theme?: string | undefined;
|
|
54405
54635
|
rounded?: string | number | boolean | undefined;
|
|
54406
54636
|
baseColor?: string | undefined;
|
|
54637
|
+
activeColor?: string | undefined;
|
|
54407
54638
|
prependIcon?: IconValue | undefined;
|
|
54408
54639
|
appendIcon?: IconValue | undefined;
|
|
54409
54640
|
sliderColor?: string | undefined;
|
|
@@ -54491,6 +54722,7 @@ declare const VTab: {
|
|
|
54491
54722
|
rounded?: string | number | boolean | undefined;
|
|
54492
54723
|
baseColor?: string | undefined;
|
|
54493
54724
|
selectedClass?: string | undefined;
|
|
54725
|
+
activeColor?: string | undefined;
|
|
54494
54726
|
prependIcon?: IconValue | undefined;
|
|
54495
54727
|
appendIcon?: IconValue | undefined;
|
|
54496
54728
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -54555,6 +54787,7 @@ declare const VTab: {
|
|
|
54555
54787
|
rounded?: string | number | boolean | undefined;
|
|
54556
54788
|
baseColor?: string | undefined;
|
|
54557
54789
|
selectedClass?: string | undefined;
|
|
54790
|
+
activeColor?: string | undefined;
|
|
54558
54791
|
prependIcon?: IconValue | undefined;
|
|
54559
54792
|
appendIcon?: IconValue | undefined;
|
|
54560
54793
|
} & {
|
|
@@ -54641,6 +54874,7 @@ declare const VTab: {
|
|
|
54641
54874
|
rounded?: string | number | boolean | undefined;
|
|
54642
54875
|
baseColor?: string | undefined;
|
|
54643
54876
|
selectedClass?: string | undefined;
|
|
54877
|
+
activeColor?: string | undefined;
|
|
54644
54878
|
prependIcon?: IconValue | undefined;
|
|
54645
54879
|
appendIcon?: IconValue | undefined;
|
|
54646
54880
|
} & {
|
|
@@ -54760,6 +54994,7 @@ declare const VTab: {
|
|
|
54760
54994
|
rounded?: string | number | boolean | undefined;
|
|
54761
54995
|
baseColor?: string | undefined;
|
|
54762
54996
|
selectedClass?: string | undefined;
|
|
54997
|
+
activeColor?: string | undefined;
|
|
54763
54998
|
prependIcon?: IconValue | undefined;
|
|
54764
54999
|
appendIcon?: IconValue | undefined;
|
|
54765
55000
|
} & {
|
|
@@ -54786,7 +55021,7 @@ declare const VTab: {
|
|
|
54786
55021
|
}) => any) | undefined;
|
|
54787
55022
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
54788
55023
|
group: GroupItemProvide | null;
|
|
54789
|
-
}> & {} & 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}`>, {}, {}, {}, {
|
|
55024
|
+
}> & {} & 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}`>, {}, {}, {}, {
|
|
54790
55025
|
replace: boolean;
|
|
54791
55026
|
fixed: boolean;
|
|
54792
55027
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -54851,6 +55086,7 @@ declare const VTab: {
|
|
|
54851
55086
|
theme?: string | undefined;
|
|
54852
55087
|
rounded?: string | number | boolean | undefined;
|
|
54853
55088
|
baseColor?: string | undefined;
|
|
55089
|
+
activeColor?: string | undefined;
|
|
54854
55090
|
prependIcon?: IconValue | undefined;
|
|
54855
55091
|
appendIcon?: IconValue | undefined;
|
|
54856
55092
|
sliderColor?: string | undefined;
|
|
@@ -54938,6 +55174,7 @@ declare const VTab: {
|
|
|
54938
55174
|
rounded?: string | number | boolean | undefined;
|
|
54939
55175
|
baseColor?: string | undefined;
|
|
54940
55176
|
selectedClass?: string | undefined;
|
|
55177
|
+
activeColor?: string | undefined;
|
|
54941
55178
|
prependIcon?: IconValue | undefined;
|
|
54942
55179
|
appendIcon?: IconValue | undefined;
|
|
54943
55180
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -55002,6 +55239,7 @@ declare const VTab: {
|
|
|
55002
55239
|
rounded?: string | number | boolean | undefined;
|
|
55003
55240
|
baseColor?: string | undefined;
|
|
55004
55241
|
selectedClass?: string | undefined;
|
|
55242
|
+
activeColor?: string | undefined;
|
|
55005
55243
|
prependIcon?: IconValue | undefined;
|
|
55006
55244
|
appendIcon?: IconValue | undefined;
|
|
55007
55245
|
} & {
|
|
@@ -55088,6 +55326,7 @@ declare const VTab: {
|
|
|
55088
55326
|
rounded?: string | number | boolean | undefined;
|
|
55089
55327
|
baseColor?: string | undefined;
|
|
55090
55328
|
selectedClass?: string | undefined;
|
|
55329
|
+
activeColor?: string | undefined;
|
|
55091
55330
|
prependIcon?: IconValue | undefined;
|
|
55092
55331
|
appendIcon?: IconValue | undefined;
|
|
55093
55332
|
} & {
|
|
@@ -55207,6 +55446,7 @@ declare const VTab: {
|
|
|
55207
55446
|
rounded?: string | number | boolean | undefined;
|
|
55208
55447
|
baseColor?: string | undefined;
|
|
55209
55448
|
selectedClass?: string | undefined;
|
|
55449
|
+
activeColor?: string | undefined;
|
|
55210
55450
|
prependIcon?: IconValue | undefined;
|
|
55211
55451
|
appendIcon?: IconValue | undefined;
|
|
55212
55452
|
} & {
|
|
@@ -55233,7 +55473,7 @@ declare const VTab: {
|
|
|
55233
55473
|
}) => any) | undefined;
|
|
55234
55474
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55235
55475
|
group: GroupItemProvide | null;
|
|
55236
|
-
}> & {} & 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, {
|
|
55476
|
+
}> & {} & 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, {
|
|
55237
55477
|
replace: boolean;
|
|
55238
55478
|
fixed: boolean;
|
|
55239
55479
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -55325,6 +55565,7 @@ declare const VTab: {
|
|
|
55325
55565
|
type: PropType<string>;
|
|
55326
55566
|
default: string;
|
|
55327
55567
|
};
|
|
55568
|
+
activeColor: StringConstructor;
|
|
55328
55569
|
prependIcon: PropType<IconValue>;
|
|
55329
55570
|
appendIcon: PropType<IconValue>;
|
|
55330
55571
|
slim: BooleanConstructor;
|
|
@@ -55406,6 +55647,7 @@ declare const VTab: {
|
|
|
55406
55647
|
type: PropType<string>;
|
|
55407
55648
|
default: string;
|
|
55408
55649
|
};
|
|
55650
|
+
activeColor: StringConstructor;
|
|
55409
55651
|
prependIcon: PropType<IconValue>;
|
|
55410
55652
|
appendIcon: PropType<IconValue>;
|
|
55411
55653
|
slim: BooleanConstructor;
|
|
@@ -56487,7 +56729,7 @@ declare const VTextarea: {
|
|
|
56487
56729
|
counter?: string | number | true | undefined;
|
|
56488
56730
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56489
56731
|
modelValue?: any;
|
|
56490
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
56732
|
+
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;
|
|
56491
56733
|
validationValue?: any;
|
|
56492
56734
|
rounded?: string | number | boolean | undefined;
|
|
56493
56735
|
baseColor?: string | undefined;
|
|
@@ -56606,7 +56848,7 @@ declare const VTextarea: {
|
|
|
56606
56848
|
class?: any;
|
|
56607
56849
|
theme?: string | undefined;
|
|
56608
56850
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56609
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
56851
|
+
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;
|
|
56610
56852
|
validationValue?: any;
|
|
56611
56853
|
prependIcon?: IconValue | undefined;
|
|
56612
56854
|
appendIcon?: IconValue | undefined;
|
|
@@ -56639,7 +56881,7 @@ declare const VTextarea: {
|
|
|
56639
56881
|
class?: any;
|
|
56640
56882
|
theme?: string | undefined;
|
|
56641
56883
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56642
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
56884
|
+
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;
|
|
56643
56885
|
validationValue?: any;
|
|
56644
56886
|
prependIcon?: IconValue | undefined;
|
|
56645
56887
|
appendIcon?: IconValue | undefined;
|
|
@@ -56690,7 +56932,7 @@ declare const VTextarea: {
|
|
|
56690
56932
|
class?: any;
|
|
56691
56933
|
theme?: string | undefined;
|
|
56692
56934
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56693
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
56935
|
+
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;
|
|
56694
56936
|
validationValue?: any;
|
|
56695
56937
|
prependIcon?: IconValue | undefined;
|
|
56696
56938
|
appendIcon?: IconValue | undefined;
|
|
@@ -56772,7 +57014,7 @@ declare const VTextarea: {
|
|
|
56772
57014
|
class?: any;
|
|
56773
57015
|
theme?: string | undefined;
|
|
56774
57016
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56775
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57017
|
+
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;
|
|
56776
57018
|
validationValue?: any;
|
|
56777
57019
|
prependIcon?: IconValue | undefined;
|
|
56778
57020
|
appendIcon?: IconValue | undefined;
|
|
@@ -56840,7 +57082,7 @@ declare const VTextarea: {
|
|
|
56840
57082
|
counter?: string | number | true | undefined;
|
|
56841
57083
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
56842
57084
|
modelValue?: any;
|
|
56843
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57085
|
+
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;
|
|
56844
57086
|
validationValue?: any;
|
|
56845
57087
|
rounded?: string | number | boolean | undefined;
|
|
56846
57088
|
baseColor?: string | undefined;
|
|
@@ -57018,7 +57260,7 @@ declare const VTextarea: {
|
|
|
57018
57260
|
counter?: string | number | true | undefined;
|
|
57019
57261
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57020
57262
|
modelValue?: any;
|
|
57021
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57263
|
+
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;
|
|
57022
57264
|
validationValue?: any;
|
|
57023
57265
|
rounded?: string | number | boolean | undefined;
|
|
57024
57266
|
baseColor?: string | undefined;
|
|
@@ -57137,7 +57379,7 @@ declare const VTextarea: {
|
|
|
57137
57379
|
class?: any;
|
|
57138
57380
|
theme?: string | undefined;
|
|
57139
57381
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57140
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57382
|
+
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;
|
|
57141
57383
|
validationValue?: any;
|
|
57142
57384
|
prependIcon?: IconValue | undefined;
|
|
57143
57385
|
appendIcon?: IconValue | undefined;
|
|
@@ -57170,7 +57412,7 @@ declare const VTextarea: {
|
|
|
57170
57412
|
class?: any;
|
|
57171
57413
|
theme?: string | undefined;
|
|
57172
57414
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57173
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57415
|
+
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;
|
|
57174
57416
|
validationValue?: any;
|
|
57175
57417
|
prependIcon?: IconValue | undefined;
|
|
57176
57418
|
appendIcon?: IconValue | undefined;
|
|
@@ -57221,7 +57463,7 @@ declare const VTextarea: {
|
|
|
57221
57463
|
class?: any;
|
|
57222
57464
|
theme?: string | undefined;
|
|
57223
57465
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57224
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57466
|
+
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;
|
|
57225
57467
|
validationValue?: any;
|
|
57226
57468
|
prependIcon?: IconValue | undefined;
|
|
57227
57469
|
appendIcon?: IconValue | undefined;
|
|
@@ -57303,7 +57545,7 @@ declare const VTextarea: {
|
|
|
57303
57545
|
class?: any;
|
|
57304
57546
|
theme?: string | undefined;
|
|
57305
57547
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57306
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57548
|
+
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;
|
|
57307
57549
|
validationValue?: any;
|
|
57308
57550
|
prependIcon?: IconValue | undefined;
|
|
57309
57551
|
appendIcon?: IconValue | undefined;
|
|
@@ -57402,7 +57644,7 @@ declare const VTextarea: {
|
|
|
57402
57644
|
counter?: string | number | true | undefined;
|
|
57403
57645
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57404
57646
|
modelValue?: any;
|
|
57405
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57647
|
+
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;
|
|
57406
57648
|
validationValue?: any;
|
|
57407
57649
|
rounded?: string | number | boolean | undefined;
|
|
57408
57650
|
baseColor?: string | undefined;
|
|
@@ -57521,7 +57763,7 @@ declare const VTextarea: {
|
|
|
57521
57763
|
class?: any;
|
|
57522
57764
|
theme?: string | undefined;
|
|
57523
57765
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57524
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57766
|
+
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;
|
|
57525
57767
|
validationValue?: any;
|
|
57526
57768
|
prependIcon?: IconValue | undefined;
|
|
57527
57769
|
appendIcon?: IconValue | undefined;
|
|
@@ -57554,7 +57796,7 @@ declare const VTextarea: {
|
|
|
57554
57796
|
class?: any;
|
|
57555
57797
|
theme?: string | undefined;
|
|
57556
57798
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57557
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57799
|
+
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;
|
|
57558
57800
|
validationValue?: any;
|
|
57559
57801
|
prependIcon?: IconValue | undefined;
|
|
57560
57802
|
appendIcon?: IconValue | undefined;
|
|
@@ -57605,7 +57847,7 @@ declare const VTextarea: {
|
|
|
57605
57847
|
class?: any;
|
|
57606
57848
|
theme?: string | undefined;
|
|
57607
57849
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57608
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57850
|
+
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;
|
|
57609
57851
|
validationValue?: any;
|
|
57610
57852
|
prependIcon?: IconValue | undefined;
|
|
57611
57853
|
appendIcon?: IconValue | undefined;
|
|
@@ -57687,7 +57929,7 @@ declare const VTextarea: {
|
|
|
57687
57929
|
class?: any;
|
|
57688
57930
|
theme?: string | undefined;
|
|
57689
57931
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57690
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57932
|
+
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;
|
|
57691
57933
|
validationValue?: any;
|
|
57692
57934
|
prependIcon?: IconValue | undefined;
|
|
57693
57935
|
appendIcon?: IconValue | undefined;
|
|
@@ -58036,7 +58278,7 @@ declare const VTextField: {
|
|
|
58036
58278
|
counter?: string | number | boolean | undefined;
|
|
58037
58279
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58038
58280
|
modelValue?: any;
|
|
58039
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58281
|
+
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;
|
|
58040
58282
|
validationValue?: any;
|
|
58041
58283
|
rounded?: string | number | boolean | undefined;
|
|
58042
58284
|
baseColor?: string | undefined;
|
|
@@ -58157,7 +58399,7 @@ declare const VTextField: {
|
|
|
58157
58399
|
class?: any;
|
|
58158
58400
|
theme?: string | undefined;
|
|
58159
58401
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58160
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58402
|
+
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;
|
|
58161
58403
|
validationValue?: any;
|
|
58162
58404
|
prependIcon?: IconValue | undefined;
|
|
58163
58405
|
appendIcon?: IconValue | undefined;
|
|
@@ -58190,7 +58432,7 @@ declare const VTextField: {
|
|
|
58190
58432
|
class?: any;
|
|
58191
58433
|
theme?: string | undefined;
|
|
58192
58434
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58193
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58435
|
+
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;
|
|
58194
58436
|
validationValue?: any;
|
|
58195
58437
|
prependIcon?: IconValue | undefined;
|
|
58196
58438
|
appendIcon?: IconValue | undefined;
|
|
@@ -58241,7 +58483,7 @@ declare const VTextField: {
|
|
|
58241
58483
|
class?: any;
|
|
58242
58484
|
theme?: string | undefined;
|
|
58243
58485
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58244
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58486
|
+
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;
|
|
58245
58487
|
validationValue?: any;
|
|
58246
58488
|
prependIcon?: IconValue | undefined;
|
|
58247
58489
|
appendIcon?: IconValue | undefined;
|
|
@@ -58323,7 +58565,7 @@ declare const VTextField: {
|
|
|
58323
58565
|
class?: any;
|
|
58324
58566
|
theme?: string | undefined;
|
|
58325
58567
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58326
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58568
|
+
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;
|
|
58327
58569
|
validationValue?: any;
|
|
58328
58570
|
prependIcon?: IconValue | undefined;
|
|
58329
58571
|
appendIcon?: IconValue | undefined;
|
|
@@ -58626,7 +58868,7 @@ declare const VTextField: {
|
|
|
58626
58868
|
counter?: string | number | boolean | undefined;
|
|
58627
58869
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58628
58870
|
modelValue?: any;
|
|
58629
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58871
|
+
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;
|
|
58630
58872
|
validationValue?: any;
|
|
58631
58873
|
rounded?: string | number | boolean | undefined;
|
|
58632
58874
|
baseColor?: string | undefined;
|
|
@@ -58804,7 +59046,7 @@ declare const VTextField: {
|
|
|
58804
59046
|
counter?: string | number | boolean | undefined;
|
|
58805
59047
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58806
59048
|
modelValue?: any;
|
|
58807
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59049
|
+
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;
|
|
58808
59050
|
validationValue?: any;
|
|
58809
59051
|
rounded?: string | number | boolean | undefined;
|
|
58810
59052
|
baseColor?: string | undefined;
|
|
@@ -58925,7 +59167,7 @@ declare const VTextField: {
|
|
|
58925
59167
|
class?: any;
|
|
58926
59168
|
theme?: string | undefined;
|
|
58927
59169
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58928
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59170
|
+
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;
|
|
58929
59171
|
validationValue?: any;
|
|
58930
59172
|
prependIcon?: IconValue | undefined;
|
|
58931
59173
|
appendIcon?: IconValue | undefined;
|
|
@@ -58958,7 +59200,7 @@ declare const VTextField: {
|
|
|
58958
59200
|
class?: any;
|
|
58959
59201
|
theme?: string | undefined;
|
|
58960
59202
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58961
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59203
|
+
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;
|
|
58962
59204
|
validationValue?: any;
|
|
58963
59205
|
prependIcon?: IconValue | undefined;
|
|
58964
59206
|
appendIcon?: IconValue | undefined;
|
|
@@ -59009,7 +59251,7 @@ declare const VTextField: {
|
|
|
59009
59251
|
class?: any;
|
|
59010
59252
|
theme?: string | undefined;
|
|
59011
59253
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59012
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59254
|
+
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;
|
|
59013
59255
|
validationValue?: any;
|
|
59014
59256
|
prependIcon?: IconValue | undefined;
|
|
59015
59257
|
appendIcon?: IconValue | undefined;
|
|
@@ -59091,7 +59333,7 @@ declare const VTextField: {
|
|
|
59091
59333
|
class?: any;
|
|
59092
59334
|
theme?: string | undefined;
|
|
59093
59335
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59094
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59336
|
+
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;
|
|
59095
59337
|
validationValue?: any;
|
|
59096
59338
|
prependIcon?: IconValue | undefined;
|
|
59097
59339
|
appendIcon?: IconValue | undefined;
|
|
@@ -59423,7 +59665,7 @@ declare const VTextField: {
|
|
|
59423
59665
|
counter?: string | number | boolean | undefined;
|
|
59424
59666
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59425
59667
|
modelValue?: any;
|
|
59426
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59668
|
+
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;
|
|
59427
59669
|
validationValue?: any;
|
|
59428
59670
|
rounded?: string | number | boolean | undefined;
|
|
59429
59671
|
baseColor?: string | undefined;
|
|
@@ -59544,7 +59786,7 @@ declare const VTextField: {
|
|
|
59544
59786
|
class?: any;
|
|
59545
59787
|
theme?: string | undefined;
|
|
59546
59788
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59547
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59789
|
+
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;
|
|
59548
59790
|
validationValue?: any;
|
|
59549
59791
|
prependIcon?: IconValue | undefined;
|
|
59550
59792
|
appendIcon?: IconValue | undefined;
|
|
@@ -59577,7 +59819,7 @@ declare const VTextField: {
|
|
|
59577
59819
|
class?: any;
|
|
59578
59820
|
theme?: string | undefined;
|
|
59579
59821
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59580
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59822
|
+
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;
|
|
59581
59823
|
validationValue?: any;
|
|
59582
59824
|
prependIcon?: IconValue | undefined;
|
|
59583
59825
|
appendIcon?: IconValue | undefined;
|
|
@@ -59628,7 +59870,7 @@ declare const VTextField: {
|
|
|
59628
59870
|
class?: any;
|
|
59629
59871
|
theme?: string | undefined;
|
|
59630
59872
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59631
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59873
|
+
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;
|
|
59632
59874
|
validationValue?: any;
|
|
59633
59875
|
prependIcon?: IconValue | undefined;
|
|
59634
59876
|
appendIcon?: IconValue | undefined;
|
|
@@ -59710,7 +59952,7 @@ declare const VTextField: {
|
|
|
59710
59952
|
class?: any;
|
|
59711
59953
|
theme?: string | undefined;
|
|
59712
59954
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59713
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59955
|
+
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;
|
|
59714
59956
|
validationValue?: any;
|
|
59715
59957
|
prependIcon?: IconValue | undefined;
|
|
59716
59958
|
appendIcon?: IconValue | undefined;
|
|
@@ -61668,7 +61910,7 @@ declare const VTooltip: {
|
|
|
61668
61910
|
onAfterLeave?: (() => any) | undefined;
|
|
61669
61911
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
61670
61912
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
61671
|
-
}, "target" | "
|
|
61913
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
61672
61914
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
61673
61915
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
61674
61916
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -62322,7 +62564,7 @@ declare const VTooltip: {
|
|
|
62322
62564
|
onAfterLeave?: (() => any) | undefined;
|
|
62323
62565
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62324
62566
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62325
|
-
}, "target" | "
|
|
62567
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
62326
62568
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62327
62569
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
62328
62570
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -62884,7 +63126,7 @@ declare const VTooltip: {
|
|
|
62884
63126
|
onAfterLeave?: (() => any) | undefined;
|
|
62885
63127
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62886
63128
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62887
|
-
}, "target" | "
|
|
63129
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
62888
63130
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62889
63131
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
62890
63132
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -63197,7 +63439,7 @@ declare const VValidation: {
|
|
|
63197
63439
|
name?: string | undefined;
|
|
63198
63440
|
label?: string | undefined;
|
|
63199
63441
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63200
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
63442
|
+
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;
|
|
63201
63443
|
validationValue?: any;
|
|
63202
63444
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63203
63445
|
[key: string]: any;
|
|
@@ -63215,7 +63457,7 @@ declare const VValidation: {
|
|
|
63215
63457
|
name?: string | undefined;
|
|
63216
63458
|
label?: string | undefined;
|
|
63217
63459
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63218
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
63460
|
+
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;
|
|
63219
63461
|
validationValue?: any;
|
|
63220
63462
|
} & {}, {
|
|
63221
63463
|
error: boolean;
|
|
@@ -63260,7 +63502,7 @@ declare const VValidation: {
|
|
|
63260
63502
|
name?: string | undefined;
|
|
63261
63503
|
label?: string | undefined;
|
|
63262
63504
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63263
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
63505
|
+
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;
|
|
63264
63506
|
validationValue?: any;
|
|
63265
63507
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63266
63508
|
[key: string]: any;
|
|
@@ -63288,7 +63530,7 @@ declare const VValidation: {
|
|
|
63288
63530
|
name?: string | undefined;
|
|
63289
63531
|
label?: string | undefined;
|
|
63290
63532
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63291
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
63533
|
+
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;
|
|
63292
63534
|
validationValue?: any;
|
|
63293
63535
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63294
63536
|
[key: string]: any;
|
|
@@ -63399,6 +63641,7 @@ declare const VVirtualScroll: {
|
|
|
63399
63641
|
minWidth?: string | number | undefined;
|
|
63400
63642
|
class?: any;
|
|
63401
63643
|
}, {
|
|
63644
|
+
calculateVisibleItems: () => void;
|
|
63402
63645
|
scrollToIndex: (index: number) => void;
|
|
63403
63646
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
63404
63647
|
style: vue.StyleValue;
|
|
@@ -63437,6 +63680,7 @@ declare const VVirtualScroll: {
|
|
|
63437
63680
|
minWidth?: string | number | undefined;
|
|
63438
63681
|
class?: any;
|
|
63439
63682
|
}, {
|
|
63683
|
+
calculateVisibleItems: () => void;
|
|
63440
63684
|
scrollToIndex: (index: number) => void;
|
|
63441
63685
|
}, {}, {}, {}, {
|
|
63442
63686
|
style: vue.StyleValue;
|
|
@@ -63457,6 +63701,7 @@ declare const VVirtualScroll: {
|
|
|
63457
63701
|
minWidth?: string | number | undefined;
|
|
63458
63702
|
class?: any;
|
|
63459
63703
|
}, {
|
|
63704
|
+
calculateVisibleItems: () => void;
|
|
63460
63705
|
scrollToIndex: (index: number) => void;
|
|
63461
63706
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "renderless">, string, {
|
|
63462
63707
|
style: vue.StyleValue;
|