vuetify 3.6.15 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +182 -26
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +44 -5
- package/dist/json/web-types.json +445 -42
- package/dist/vuetify-labs.css +2359 -2344
- package/dist/vuetify-labs.d.ts +690 -341
- package/dist/vuetify-labs.esm.js +253 -211
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +252 -210
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2553 -2538
- package/dist/vuetify.d.ts +559 -315
- package/dist/vuetify.esm.js +189 -127
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +188 -126
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +160 -156
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VApp/VApp.mjs +2 -5
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +6 -6
- package/lib/components/VAppBar/VAppBar.mjs +5 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +8 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +78 -49
- package/lib/components/VAvatar/VAvatar.css +9 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +2 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +2 -2
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +0 -4
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -6
- package/lib/components/VBtn/_variables.scss +0 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCard/VCard.css +1 -0
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCard/_variables.scss +7 -3
- package/lib/components/VCarousel/index.d.mts +9 -0
- package/lib/components/VCheckbox/index.d.mts +7 -6
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +78 -49
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +72 -0
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +19 -18
- package/lib/components/VFooter/VFooter.mjs +1 -3
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +10 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +9 -0
- package/lib/components/VInput/index.d.mts +7 -6
- package/lib/components/VLayout/VLayout.mjs +2 -5
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -6
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +9 -9
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +3 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +19 -18
- package/lib/components/VMain/VMain.mjs +2 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VMenu/VMenu.mjs +26 -8
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +30 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +5 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +3 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +7 -6
- package/lib/components/VRangeSlider/index.d.mts +7 -6
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +78 -49
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +7 -6
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +28 -13
- package/lib/components/VSwitch/index.d.mts +7 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +19 -18
- package/lib/components/VTextarea/index.d.mts +19 -18
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VValidation/index.d.mts +7 -6
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +3 -0
- package/lib/components/index.d.mts +504 -259
- package/lib/composables/layout.mjs +37 -14
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +55 -56
- package/lib/labs/VDateInput/index.d.mts +7 -6
- package/lib/labs/VNumberInput/index.d.mts +43 -42
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +36 -0
- package/lib/labs/VTreeview/VTreeview.mjs +21 -6
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +133 -95
- package/lib/labs/components.d.mts +193 -109
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -700,7 +700,6 @@ interface LayoutItem extends Layer {
|
|
|
700
700
|
position: Position;
|
|
701
701
|
}
|
|
702
702
|
declare function useLayout(): {
|
|
703
|
-
layoutIsReady: Promise<void>;
|
|
704
703
|
getLayoutItem: (id: string) => LayoutItem | undefined;
|
|
705
704
|
mainRect: Ref<Layer>;
|
|
706
705
|
mainStyles: Ref<CSSProperties>;
|
|
@@ -708,7 +707,8 @@ declare function useLayout(): {
|
|
|
708
707
|
|
|
709
708
|
type ValidationResult = string | boolean;
|
|
710
709
|
type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
|
711
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
|
710
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit' | 'invalid-input';
|
|
711
|
+
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
|
712
712
|
interface ValidationProps {
|
|
713
713
|
disabled: boolean | null;
|
|
714
714
|
error: boolean;
|
|
@@ -721,7 +721,7 @@ interface ValidationProps {
|
|
|
721
721
|
rules: readonly ValidationRule$1[];
|
|
722
722
|
modelValue: any;
|
|
723
723
|
'onUpdate:modelValue': EventProp | undefined;
|
|
724
|
-
validateOn?:
|
|
724
|
+
validateOn?: ValidateOn;
|
|
725
725
|
validationValue: any;
|
|
726
726
|
}
|
|
727
727
|
declare function useValidation(props: ValidationProps, name?: string, id?: MaybeRef<string | number>): {
|
|
@@ -803,7 +803,7 @@ declare const VApp: {
|
|
|
803
803
|
right: number;
|
|
804
804
|
id: string;
|
|
805
805
|
} | undefined;
|
|
806
|
-
items:
|
|
806
|
+
items: vue.ComputedRef<{
|
|
807
807
|
size: number;
|
|
808
808
|
position: Position;
|
|
809
809
|
top: number;
|
|
@@ -811,7 +811,7 @@ declare const VApp: {
|
|
|
811
811
|
left: number;
|
|
812
812
|
right: number;
|
|
813
813
|
id: string;
|
|
814
|
-
}[]
|
|
814
|
+
}[]>;
|
|
815
815
|
theme: ThemeInstance;
|
|
816
816
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
817
817
|
style: vue.StyleValue;
|
|
@@ -867,7 +867,7 @@ declare const VApp: {
|
|
|
867
867
|
right: number;
|
|
868
868
|
id: string;
|
|
869
869
|
} | undefined;
|
|
870
|
-
items:
|
|
870
|
+
items: vue.ComputedRef<{
|
|
871
871
|
size: number;
|
|
872
872
|
position: Position;
|
|
873
873
|
top: number;
|
|
@@ -875,7 +875,7 @@ declare const VApp: {
|
|
|
875
875
|
left: number;
|
|
876
876
|
right: number;
|
|
877
877
|
id: string;
|
|
878
|
-
}[]
|
|
878
|
+
}[]>;
|
|
879
879
|
theme: ThemeInstance;
|
|
880
880
|
}, {}, {}, {}, {
|
|
881
881
|
style: vue.StyleValue;
|
|
@@ -910,7 +910,7 @@ declare const VApp: {
|
|
|
910
910
|
right: number;
|
|
911
911
|
id: string;
|
|
912
912
|
} | undefined;
|
|
913
|
-
items:
|
|
913
|
+
items: vue.ComputedRef<{
|
|
914
914
|
size: number;
|
|
915
915
|
position: Position;
|
|
916
916
|
top: number;
|
|
@@ -918,7 +918,7 @@ declare const VApp: {
|
|
|
918
918
|
left: number;
|
|
919
919
|
right: number;
|
|
920
920
|
id: string;
|
|
921
|
-
}[]
|
|
921
|
+
}[]>;
|
|
922
922
|
theme: ThemeInstance;
|
|
923
923
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
924
924
|
style: vue.StyleValue;
|
|
@@ -1355,7 +1355,7 @@ declare const VAppBar: {
|
|
|
1355
1355
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
1356
1356
|
} & {
|
|
1357
1357
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1358
|
-
},
|
|
1358
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1359
1359
|
'update:modelValue': (value: boolean) => true;
|
|
1360
1360
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1361
1361
|
flat: boolean;
|
|
@@ -1571,7 +1571,7 @@ declare const VAppBar: {
|
|
|
1571
1571
|
"v-slot:extension"?: false | (() => vue.VNodeChild) | undefined;
|
|
1572
1572
|
} & {
|
|
1573
1573
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1574
|
-
},
|
|
1574
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1575
1575
|
'update:modelValue': (value: boolean) => true;
|
|
1576
1576
|
}, string, {
|
|
1577
1577
|
flat: boolean;
|
|
@@ -1842,6 +1842,7 @@ declare const VAppBarNavIcon: {
|
|
|
1842
1842
|
rounded?: string | number | boolean | undefined;
|
|
1843
1843
|
baseColor?: string | undefined;
|
|
1844
1844
|
selectedClass?: string | undefined;
|
|
1845
|
+
activeColor?: string | undefined;
|
|
1845
1846
|
prependIcon?: IconValue | undefined;
|
|
1846
1847
|
appendIcon?: IconValue | undefined;
|
|
1847
1848
|
} & {
|
|
@@ -1905,6 +1906,7 @@ declare const VAppBarNavIcon: {
|
|
|
1905
1906
|
rounded?: string | number | boolean | undefined;
|
|
1906
1907
|
baseColor?: string | undefined;
|
|
1907
1908
|
selectedClass?: string | undefined;
|
|
1909
|
+
activeColor?: string | undefined;
|
|
1908
1910
|
prependIcon?: IconValue | undefined;
|
|
1909
1911
|
appendIcon?: IconValue | undefined;
|
|
1910
1912
|
} & {
|
|
@@ -2002,6 +2004,7 @@ declare const VAppBarNavIcon: {
|
|
|
2002
2004
|
rounded?: string | number | boolean | undefined;
|
|
2003
2005
|
baseColor?: string | undefined;
|
|
2004
2006
|
selectedClass?: string | undefined;
|
|
2007
|
+
activeColor?: string | undefined;
|
|
2005
2008
|
prependIcon?: IconValue | undefined;
|
|
2006
2009
|
appendIcon?: IconValue | undefined;
|
|
2007
2010
|
} & {
|
|
@@ -2091,6 +2094,7 @@ declare const VAppBarNavIcon: {
|
|
|
2091
2094
|
rounded?: string | number | boolean | undefined;
|
|
2092
2095
|
baseColor?: string | undefined;
|
|
2093
2096
|
selectedClass?: string | undefined;
|
|
2097
|
+
activeColor?: string | undefined;
|
|
2094
2098
|
prependIcon?: IconValue | undefined;
|
|
2095
2099
|
appendIcon?: IconValue | undefined;
|
|
2096
2100
|
} & {
|
|
@@ -2206,6 +2210,7 @@ declare const VAppBarNavIcon: {
|
|
|
2206
2210
|
type: BooleanConstructor;
|
|
2207
2211
|
default: undefined;
|
|
2208
2212
|
};
|
|
2213
|
+
activeColor: StringConstructor;
|
|
2209
2214
|
baseColor: StringConstructor;
|
|
2210
2215
|
symbol: {
|
|
2211
2216
|
type: null;
|
|
@@ -2295,6 +2300,7 @@ declare const VAppBarNavIcon: {
|
|
|
2295
2300
|
type: BooleanConstructor;
|
|
2296
2301
|
default: undefined;
|
|
2297
2302
|
};
|
|
2303
|
+
activeColor: StringConstructor;
|
|
2298
2304
|
baseColor: StringConstructor;
|
|
2299
2305
|
symbol: {
|
|
2300
2306
|
type: null;
|
|
@@ -3303,7 +3309,7 @@ declare const VInput: {
|
|
|
3303
3309
|
class?: any;
|
|
3304
3310
|
theme?: string | undefined;
|
|
3305
3311
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3306
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3312
|
+
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;
|
|
3307
3313
|
validationValue?: any;
|
|
3308
3314
|
prependIcon?: IconValue | undefined;
|
|
3309
3315
|
appendIcon?: IconValue | undefined;
|
|
@@ -3344,7 +3350,7 @@ declare const VInput: {
|
|
|
3344
3350
|
class?: any;
|
|
3345
3351
|
theme?: string | undefined;
|
|
3346
3352
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3347
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3353
|
+
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;
|
|
3348
3354
|
validationValue?: any;
|
|
3349
3355
|
prependIcon?: IconValue | undefined;
|
|
3350
3356
|
appendIcon?: IconValue | undefined;
|
|
@@ -3405,7 +3411,7 @@ declare const VInput: {
|
|
|
3405
3411
|
class?: any;
|
|
3406
3412
|
theme?: string | undefined;
|
|
3407
3413
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3408
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3414
|
+
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;
|
|
3409
3415
|
validationValue?: any;
|
|
3410
3416
|
prependIcon?: IconValue | undefined;
|
|
3411
3417
|
appendIcon?: IconValue | undefined;
|
|
@@ -3463,7 +3469,7 @@ declare const VInput: {
|
|
|
3463
3469
|
class?: any;
|
|
3464
3470
|
theme?: string | undefined;
|
|
3465
3471
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3466
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
3472
|
+
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;
|
|
3467
3473
|
validationValue?: any;
|
|
3468
3474
|
prependIcon?: IconValue | undefined;
|
|
3469
3475
|
appendIcon?: IconValue | undefined;
|
|
@@ -4076,6 +4082,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
4076
4082
|
|
|
4077
4083
|
type ListItemSlot = {
|
|
4078
4084
|
isActive: boolean;
|
|
4085
|
+
isOpen: boolean;
|
|
4079
4086
|
isSelected: boolean;
|
|
4080
4087
|
isIndeterminate: boolean;
|
|
4081
4088
|
select: (value: boolean) => void;
|
|
@@ -4122,7 +4129,7 @@ declare const VListItem: {
|
|
|
4122
4129
|
value?: any;
|
|
4123
4130
|
title?: string | number | undefined;
|
|
4124
4131
|
class?: any;
|
|
4125
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4132
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4126
4133
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4127
4134
|
href?: string | undefined;
|
|
4128
4135
|
elevation?: string | number | undefined;
|
|
@@ -4130,12 +4137,12 @@ declare const VListItem: {
|
|
|
4130
4137
|
theme?: string | undefined;
|
|
4131
4138
|
rounded?: string | number | boolean | undefined;
|
|
4132
4139
|
baseColor?: string | undefined;
|
|
4140
|
+
activeColor?: string | undefined;
|
|
4133
4141
|
prependIcon?: IconValue | undefined;
|
|
4134
4142
|
appendIcon?: IconValue | undefined;
|
|
4135
4143
|
activeClass?: string | undefined;
|
|
4136
4144
|
appendAvatar?: string | undefined;
|
|
4137
4145
|
prependAvatar?: string | undefined;
|
|
4138
|
-
activeColor?: string | undefined;
|
|
4139
4146
|
subtitle?: string | number | undefined;
|
|
4140
4147
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4141
4148
|
} & {
|
|
@@ -4201,7 +4208,7 @@ declare const VListItem: {
|
|
|
4201
4208
|
value?: any;
|
|
4202
4209
|
title?: string | number | undefined;
|
|
4203
4210
|
class?: any;
|
|
4204
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4211
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4205
4212
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4206
4213
|
href?: string | undefined;
|
|
4207
4214
|
elevation?: string | number | undefined;
|
|
@@ -4209,12 +4216,12 @@ declare const VListItem: {
|
|
|
4209
4216
|
theme?: string | undefined;
|
|
4210
4217
|
rounded?: string | number | boolean | undefined;
|
|
4211
4218
|
baseColor?: string | undefined;
|
|
4219
|
+
activeColor?: string | undefined;
|
|
4212
4220
|
prependIcon?: IconValue | undefined;
|
|
4213
4221
|
appendIcon?: IconValue | undefined;
|
|
4214
4222
|
activeClass?: string | undefined;
|
|
4215
4223
|
appendAvatar?: string | undefined;
|
|
4216
4224
|
prependAvatar?: string | undefined;
|
|
4217
|
-
activeColor?: string | undefined;
|
|
4218
4225
|
subtitle?: string | number | undefined;
|
|
4219
4226
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4220
4227
|
} & {
|
|
@@ -4298,7 +4305,7 @@ declare const VListItem: {
|
|
|
4298
4305
|
value?: any;
|
|
4299
4306
|
title?: string | number | undefined;
|
|
4300
4307
|
class?: any;
|
|
4301
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4308
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4302
4309
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4303
4310
|
href?: string | undefined;
|
|
4304
4311
|
elevation?: string | number | undefined;
|
|
@@ -4306,12 +4313,12 @@ declare const VListItem: {
|
|
|
4306
4313
|
theme?: string | undefined;
|
|
4307
4314
|
rounded?: string | number | boolean | undefined;
|
|
4308
4315
|
baseColor?: string | undefined;
|
|
4316
|
+
activeColor?: string | undefined;
|
|
4309
4317
|
prependIcon?: IconValue | undefined;
|
|
4310
4318
|
appendIcon?: IconValue | undefined;
|
|
4311
4319
|
activeClass?: string | undefined;
|
|
4312
4320
|
appendAvatar?: string | undefined;
|
|
4313
4321
|
prependAvatar?: string | undefined;
|
|
4314
|
-
activeColor?: string | undefined;
|
|
4315
4322
|
subtitle?: string | number | undefined;
|
|
4316
4323
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4317
4324
|
} & {
|
|
@@ -4396,7 +4403,7 @@ declare const VListItem: {
|
|
|
4396
4403
|
value?: any;
|
|
4397
4404
|
title?: string | number | undefined;
|
|
4398
4405
|
class?: any;
|
|
4399
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
4406
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
4400
4407
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
4401
4408
|
href?: string | undefined;
|
|
4402
4409
|
elevation?: string | number | undefined;
|
|
@@ -4404,12 +4411,12 @@ declare const VListItem: {
|
|
|
4404
4411
|
theme?: string | undefined;
|
|
4405
4412
|
rounded?: string | number | boolean | undefined;
|
|
4406
4413
|
baseColor?: string | undefined;
|
|
4414
|
+
activeColor?: string | undefined;
|
|
4407
4415
|
prependIcon?: IconValue | undefined;
|
|
4408
4416
|
appendIcon?: IconValue | undefined;
|
|
4409
4417
|
activeClass?: string | undefined;
|
|
4410
4418
|
appendAvatar?: string | undefined;
|
|
4411
4419
|
prependAvatar?: string | undefined;
|
|
4412
|
-
activeColor?: string | undefined;
|
|
4413
4420
|
subtitle?: string | number | undefined;
|
|
4414
4421
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
4415
4422
|
} & {
|
|
@@ -4541,7 +4548,7 @@ declare const VListItem: {
|
|
|
4541
4548
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
4542
4549
|
title: (StringConstructor | NumberConstructor)[];
|
|
4543
4550
|
value: null;
|
|
4544
|
-
onClick: PropType<(args_0: MouseEvent) => void>;
|
|
4551
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4545
4552
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
4546
4553
|
}, vue.ExtractPropTypes<{
|
|
4547
4554
|
color: StringConstructor;
|
|
@@ -4614,7 +4621,7 @@ declare const VListItem: {
|
|
|
4614
4621
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
4615
4622
|
title: (StringConstructor | NumberConstructor)[];
|
|
4616
4623
|
value: null;
|
|
4617
|
-
onClick: PropType<(args_0: MouseEvent) => void>;
|
|
4624
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4618
4625
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
4619
4626
|
}>>;
|
|
4620
4627
|
type VListItem = InstanceType<typeof VListItem>;
|
|
@@ -4755,9 +4762,9 @@ declare const VList: {
|
|
|
4755
4762
|
rounded?: string | number | boolean | undefined;
|
|
4756
4763
|
baseColor?: string | undefined;
|
|
4757
4764
|
bgColor?: string | undefined;
|
|
4765
|
+
activeColor?: string | undefined;
|
|
4758
4766
|
activeClass?: string | undefined;
|
|
4759
4767
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4760
|
-
activeColor?: string | undefined;
|
|
4761
4768
|
collapseIcon?: string | undefined;
|
|
4762
4769
|
expandIcon?: string | undefined;
|
|
4763
4770
|
} & {
|
|
@@ -4826,9 +4833,9 @@ declare const VList: {
|
|
|
4826
4833
|
rounded?: string | number | boolean | undefined;
|
|
4827
4834
|
baseColor?: string | undefined;
|
|
4828
4835
|
bgColor?: string | undefined;
|
|
4836
|
+
activeColor?: string | undefined;
|
|
4829
4837
|
activeClass?: string | undefined;
|
|
4830
4838
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4831
|
-
activeColor?: string | undefined;
|
|
4832
4839
|
collapseIcon?: string | undefined;
|
|
4833
4840
|
expandIcon?: string | undefined;
|
|
4834
4841
|
} & {
|
|
@@ -4924,9 +4931,9 @@ declare const VList: {
|
|
|
4924
4931
|
rounded?: string | number | boolean | undefined;
|
|
4925
4932
|
baseColor?: string | undefined;
|
|
4926
4933
|
bgColor?: string | undefined;
|
|
4934
|
+
activeColor?: string | undefined;
|
|
4927
4935
|
activeClass?: string | undefined;
|
|
4928
4936
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
4929
|
-
activeColor?: string | undefined;
|
|
4930
4937
|
collapseIcon?: string | undefined;
|
|
4931
4938
|
expandIcon?: string | undefined;
|
|
4932
4939
|
} & {
|
|
@@ -4999,9 +5006,9 @@ declare const VList: {
|
|
|
4999
5006
|
rounded?: string | number | boolean | undefined;
|
|
5000
5007
|
baseColor?: string | undefined;
|
|
5001
5008
|
bgColor?: string | undefined;
|
|
5009
|
+
activeColor?: string | undefined;
|
|
5002
5010
|
activeClass?: string | undefined;
|
|
5003
5011
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
5004
|
-
activeColor?: string | undefined;
|
|
5005
5012
|
collapseIcon?: string | undefined;
|
|
5006
5013
|
expandIcon?: string | undefined;
|
|
5007
5014
|
} & {
|
|
@@ -5336,9 +5343,9 @@ declare const VListGroup: {
|
|
|
5336
5343
|
title?: string | undefined;
|
|
5337
5344
|
class?: any;
|
|
5338
5345
|
baseColor?: string | undefined;
|
|
5346
|
+
activeColor?: string | undefined;
|
|
5339
5347
|
prependIcon?: IconValue | undefined;
|
|
5340
5348
|
appendIcon?: IconValue | undefined;
|
|
5341
|
-
activeColor?: string | undefined;
|
|
5342
5349
|
} & {
|
|
5343
5350
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5344
5351
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5375,9 +5382,9 @@ declare const VListGroup: {
|
|
|
5375
5382
|
title?: string | undefined;
|
|
5376
5383
|
class?: any;
|
|
5377
5384
|
baseColor?: string | undefined;
|
|
5385
|
+
activeColor?: string | undefined;
|
|
5378
5386
|
prependIcon?: IconValue | undefined;
|
|
5379
5387
|
appendIcon?: IconValue | undefined;
|
|
5380
|
-
activeColor?: string | undefined;
|
|
5381
5388
|
} & {
|
|
5382
5389
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5383
5390
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5432,9 +5439,9 @@ declare const VListGroup: {
|
|
|
5432
5439
|
title?: string | undefined;
|
|
5433
5440
|
class?: any;
|
|
5434
5441
|
baseColor?: string | undefined;
|
|
5442
|
+
activeColor?: string | undefined;
|
|
5435
5443
|
prependIcon?: IconValue | undefined;
|
|
5436
5444
|
appendIcon?: IconValue | undefined;
|
|
5437
|
-
activeColor?: string | undefined;
|
|
5438
5445
|
} & {
|
|
5439
5446
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5440
5447
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -5482,9 +5489,9 @@ declare const VListGroup: {
|
|
|
5482
5489
|
title?: string | undefined;
|
|
5483
5490
|
class?: any;
|
|
5484
5491
|
baseColor?: string | undefined;
|
|
5492
|
+
activeColor?: string | undefined;
|
|
5485
5493
|
prependIcon?: IconValue | undefined;
|
|
5486
5494
|
appendIcon?: IconValue | undefined;
|
|
5487
|
-
activeColor?: string | undefined;
|
|
5488
5495
|
} & {
|
|
5489
5496
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
5490
5497
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -6288,7 +6295,7 @@ type VListSubheader = InstanceType<typeof VListSubheader>;
|
|
|
6288
6295
|
|
|
6289
6296
|
declare const VMenu: {
|
|
6290
6297
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
6291
|
-
location: Anchor;
|
|
6298
|
+
location: Anchor | undefined;
|
|
6292
6299
|
origin: "auto" | Anchor | "overlap";
|
|
6293
6300
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6294
6301
|
component?: Component;
|
|
@@ -6314,6 +6321,7 @@ declare const VMenu: {
|
|
|
6314
6321
|
noClickAnimation: boolean;
|
|
6315
6322
|
persistent: boolean;
|
|
6316
6323
|
scrim: string | boolean;
|
|
6324
|
+
submenu: boolean;
|
|
6317
6325
|
} & {
|
|
6318
6326
|
offset?: string | number | number[] | undefined;
|
|
6319
6327
|
id?: string | undefined;
|
|
@@ -6369,7 +6377,7 @@ declare const VMenu: {
|
|
|
6369
6377
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6370
6378
|
}, {
|
|
6371
6379
|
id: vue.ComputedRef<string>;
|
|
6372
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
6380
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
6373
6381
|
} & Omit<Omit<{
|
|
6374
6382
|
$: vue.ComponentInternalInstance;
|
|
6375
6383
|
$data: {};
|
|
@@ -6815,7 +6823,7 @@ declare const VMenu: {
|
|
|
6815
6823
|
onAfterLeave?: (() => any) | undefined;
|
|
6816
6824
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6817
6825
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
6818
|
-
}, "target" | "
|
|
6826
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
6819
6827
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
6820
6828
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
6821
6829
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -6827,7 +6835,7 @@ declare const VMenu: {
|
|
|
6827
6835
|
}> & {} & 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, {
|
|
6828
6836
|
'update:modelValue': (value: boolean) => true;
|
|
6829
6837
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
6830
|
-
location: Anchor;
|
|
6838
|
+
location: Anchor | undefined;
|
|
6831
6839
|
origin: "auto" | Anchor | "overlap";
|
|
6832
6840
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6833
6841
|
component?: Component;
|
|
@@ -6853,6 +6861,7 @@ declare const VMenu: {
|
|
|
6853
6861
|
noClickAnimation: boolean;
|
|
6854
6862
|
persistent: boolean;
|
|
6855
6863
|
scrim: string | boolean;
|
|
6864
|
+
submenu: boolean;
|
|
6856
6865
|
} & {
|
|
6857
6866
|
offset?: string | number | number[] | undefined;
|
|
6858
6867
|
id?: string | undefined;
|
|
@@ -6907,7 +6916,7 @@ declare const VMenu: {
|
|
|
6907
6916
|
} & {
|
|
6908
6917
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6909
6918
|
}, {
|
|
6910
|
-
location: Anchor;
|
|
6919
|
+
location: Anchor | undefined;
|
|
6911
6920
|
origin: "auto" | Anchor | "overlap";
|
|
6912
6921
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6913
6922
|
component?: Component;
|
|
@@ -6935,6 +6944,7 @@ declare const VMenu: {
|
|
|
6935
6944
|
noClickAnimation: boolean;
|
|
6936
6945
|
persistent: boolean;
|
|
6937
6946
|
scrim: string | boolean;
|
|
6947
|
+
submenu: boolean;
|
|
6938
6948
|
}, true, {}, vue.SlotsType<Partial<{
|
|
6939
6949
|
default: (arg: {
|
|
6940
6950
|
isActive: vue.Ref<boolean>;
|
|
@@ -6952,7 +6962,7 @@ declare const VMenu: {
|
|
|
6952
6962
|
M: {};
|
|
6953
6963
|
Defaults: {};
|
|
6954
6964
|
}, {
|
|
6955
|
-
location: Anchor;
|
|
6965
|
+
location: Anchor | undefined;
|
|
6956
6966
|
origin: "auto" | Anchor | "overlap";
|
|
6957
6967
|
transition: string | boolean | (vue.TransitionProps & {
|
|
6958
6968
|
component?: Component;
|
|
@@ -6978,6 +6988,7 @@ declare const VMenu: {
|
|
|
6978
6988
|
noClickAnimation: boolean;
|
|
6979
6989
|
persistent: boolean;
|
|
6980
6990
|
scrim: string | boolean;
|
|
6991
|
+
submenu: boolean;
|
|
6981
6992
|
} & {
|
|
6982
6993
|
offset?: string | number | number[] | undefined;
|
|
6983
6994
|
id?: string | undefined;
|
|
@@ -7033,7 +7044,7 @@ declare const VMenu: {
|
|
|
7033
7044
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7034
7045
|
}, {
|
|
7035
7046
|
id: vue.ComputedRef<string>;
|
|
7036
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
7047
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
7037
7048
|
} & Omit<Omit<{
|
|
7038
7049
|
$: vue.ComponentInternalInstance;
|
|
7039
7050
|
$data: {};
|
|
@@ -7479,7 +7490,7 @@ declare const VMenu: {
|
|
|
7479
7490
|
onAfterLeave?: (() => any) | undefined;
|
|
7480
7491
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7481
7492
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
7482
|
-
}, "target" | "
|
|
7493
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
7483
7494
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
7484
7495
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
7485
7496
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -7489,7 +7500,7 @@ declare const VMenu: {
|
|
|
7489
7500
|
localTop: vue.ComputedRef<boolean>;
|
|
7490
7501
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
7491
7502
|
}> & {} & 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}`>, {}, {}, {}, {
|
|
7492
|
-
location: Anchor;
|
|
7503
|
+
location: Anchor | undefined;
|
|
7493
7504
|
origin: "auto" | Anchor | "overlap";
|
|
7494
7505
|
transition: string | boolean | (vue.TransitionProps & {
|
|
7495
7506
|
component?: Component;
|
|
@@ -7517,12 +7528,13 @@ declare const VMenu: {
|
|
|
7517
7528
|
noClickAnimation: boolean;
|
|
7518
7529
|
persistent: boolean;
|
|
7519
7530
|
scrim: string | boolean;
|
|
7531
|
+
submenu: boolean;
|
|
7520
7532
|
}>;
|
|
7521
7533
|
__isFragment?: never;
|
|
7522
7534
|
__isTeleport?: never;
|
|
7523
7535
|
__isSuspense?: never;
|
|
7524
7536
|
} & vue.ComponentOptionsBase<{
|
|
7525
|
-
location: Anchor;
|
|
7537
|
+
location: Anchor | undefined;
|
|
7526
7538
|
origin: "auto" | Anchor | "overlap";
|
|
7527
7539
|
transition: string | boolean | (vue.TransitionProps & {
|
|
7528
7540
|
component?: Component;
|
|
@@ -7548,6 +7560,7 @@ declare const VMenu: {
|
|
|
7548
7560
|
noClickAnimation: boolean;
|
|
7549
7561
|
persistent: boolean;
|
|
7550
7562
|
scrim: string | boolean;
|
|
7563
|
+
submenu: boolean;
|
|
7551
7564
|
} & {
|
|
7552
7565
|
offset?: string | number | number[] | undefined;
|
|
7553
7566
|
id?: string | undefined;
|
|
@@ -7603,7 +7616,7 @@ declare const VMenu: {
|
|
|
7603
7616
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7604
7617
|
}, {
|
|
7605
7618
|
id: vue.ComputedRef<string>;
|
|
7606
|
-
ΨopenChildren: vue.ShallowRef<number
|
|
7619
|
+
ΨopenChildren: vue.ShallowRef<Set<number>>;
|
|
7607
7620
|
} & Omit<Omit<{
|
|
7608
7621
|
$: vue.ComponentInternalInstance;
|
|
7609
7622
|
$data: {};
|
|
@@ -8049,7 +8062,7 @@ declare const VMenu: {
|
|
|
8049
8062
|
onAfterLeave?: (() => any) | undefined;
|
|
8050
8063
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8051
8064
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
8052
|
-
}, "target" | "
|
|
8065
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
8053
8066
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
8054
8067
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
8055
8068
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -8061,7 +8074,7 @@ declare const VMenu: {
|
|
|
8061
8074
|
}> & {} & 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, {
|
|
8062
8075
|
'update:modelValue': (value: boolean) => true;
|
|
8063
8076
|
}, string, {
|
|
8064
|
-
location: Anchor;
|
|
8077
|
+
location: Anchor | undefined;
|
|
8065
8078
|
origin: "auto" | Anchor | "overlap";
|
|
8066
8079
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8067
8080
|
component?: Component;
|
|
@@ -8089,6 +8102,7 @@ declare const VMenu: {
|
|
|
8089
8102
|
noClickAnimation: boolean;
|
|
8090
8103
|
persistent: boolean;
|
|
8091
8104
|
scrim: string | boolean;
|
|
8105
|
+
submenu: boolean;
|
|
8092
8106
|
}, {}, string, vue.SlotsType<Partial<{
|
|
8093
8107
|
default: (arg: {
|
|
8094
8108
|
isActive: vue.Ref<boolean>;
|
|
@@ -8100,9 +8114,12 @@ declare const VMenu: {
|
|
|
8100
8114
|
}) => vue.VNode[];
|
|
8101
8115
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
8102
8116
|
offset: vue.PropType<StrategyProps["offset"]>;
|
|
8103
|
-
location: {
|
|
8117
|
+
location: Omit<{
|
|
8104
8118
|
type: vue.PropType<StrategyProps["location"]>;
|
|
8105
8119
|
default: string;
|
|
8120
|
+
}, "type" | "default"> & {
|
|
8121
|
+
type: vue.PropType<Anchor | undefined>;
|
|
8122
|
+
default: NonNullable<Anchor> | undefined;
|
|
8106
8123
|
};
|
|
8107
8124
|
origin: {
|
|
8108
8125
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -8211,11 +8228,15 @@ declare const VMenu: {
|
|
|
8211
8228
|
};
|
|
8212
8229
|
attach: vue.PropType<boolean | string | Element>;
|
|
8213
8230
|
id: StringConstructor;
|
|
8231
|
+
submenu: BooleanConstructor;
|
|
8214
8232
|
}, vue.ExtractPropTypes<{
|
|
8215
8233
|
offset: vue.PropType<StrategyProps["offset"]>;
|
|
8216
|
-
location: {
|
|
8234
|
+
location: Omit<{
|
|
8217
8235
|
type: vue.PropType<StrategyProps["location"]>;
|
|
8218
8236
|
default: string;
|
|
8237
|
+
}, "type" | "default"> & {
|
|
8238
|
+
type: vue.PropType<Anchor | undefined>;
|
|
8239
|
+
default: NonNullable<Anchor> | undefined;
|
|
8219
8240
|
};
|
|
8220
8241
|
origin: {
|
|
8221
8242
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -8324,6 +8345,7 @@ declare const VMenu: {
|
|
|
8324
8345
|
};
|
|
8325
8346
|
attach: vue.PropType<boolean | string | Element>;
|
|
8326
8347
|
id: StringConstructor;
|
|
8348
|
+
submenu: BooleanConstructor;
|
|
8327
8349
|
}>>;
|
|
8328
8350
|
type VMenu = InstanceType<typeof VMenu>;
|
|
8329
8351
|
|
|
@@ -8396,7 +8418,7 @@ declare const VAutocomplete: {
|
|
|
8396
8418
|
theme?: string | undefined;
|
|
8397
8419
|
counter?: string | number | boolean | undefined;
|
|
8398
8420
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
8399
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
8421
|
+
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;
|
|
8400
8422
|
rounded?: string | number | boolean | undefined;
|
|
8401
8423
|
baseColor?: string | undefined;
|
|
8402
8424
|
bgColor?: string | undefined;
|
|
@@ -8468,9 +8490,9 @@ declare const VAutocomplete: {
|
|
|
8468
8490
|
rounded?: string | number | boolean | undefined;
|
|
8469
8491
|
baseColor?: string | undefined;
|
|
8470
8492
|
bgColor?: string | undefined;
|
|
8493
|
+
activeColor?: string | undefined;
|
|
8471
8494
|
activeClass?: string | undefined;
|
|
8472
8495
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8473
|
-
activeColor?: string | undefined;
|
|
8474
8496
|
collapseIcon?: string | undefined;
|
|
8475
8497
|
expandIcon?: string | undefined;
|
|
8476
8498
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -8513,9 +8535,9 @@ declare const VAutocomplete: {
|
|
|
8513
8535
|
rounded?: string | number | boolean | undefined;
|
|
8514
8536
|
baseColor?: string | undefined;
|
|
8515
8537
|
bgColor?: string | undefined;
|
|
8538
|
+
activeColor?: string | undefined;
|
|
8516
8539
|
activeClass?: string | undefined;
|
|
8517
8540
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8518
|
-
activeColor?: string | undefined;
|
|
8519
8541
|
collapseIcon?: string | undefined;
|
|
8520
8542
|
expandIcon?: string | undefined;
|
|
8521
8543
|
} & {
|
|
@@ -8628,7 +8650,7 @@ declare const VAutocomplete: {
|
|
|
8628
8650
|
}) => vue.VNodeChild) | undefined;
|
|
8629
8651
|
}) | undefined;
|
|
8630
8652
|
menuProps?: (Partial<{
|
|
8631
|
-
location: Anchor;
|
|
8653
|
+
location: Anchor | undefined;
|
|
8632
8654
|
origin: "auto" | Anchor | "overlap";
|
|
8633
8655
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8634
8656
|
component?: vue.Component;
|
|
@@ -8656,8 +8678,9 @@ declare const VAutocomplete: {
|
|
|
8656
8678
|
noClickAnimation: boolean;
|
|
8657
8679
|
persistent: boolean;
|
|
8658
8680
|
scrim: string | boolean;
|
|
8681
|
+
submenu: boolean;
|
|
8659
8682
|
}> & Omit<{
|
|
8660
|
-
location: Anchor;
|
|
8683
|
+
location: Anchor | undefined;
|
|
8661
8684
|
origin: "auto" | Anchor | "overlap";
|
|
8662
8685
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8663
8686
|
component?: vue.Component;
|
|
@@ -8683,6 +8706,7 @@ declare const VAutocomplete: {
|
|
|
8683
8706
|
noClickAnimation: boolean;
|
|
8684
8707
|
persistent: boolean;
|
|
8685
8708
|
scrim: string | boolean;
|
|
8709
|
+
submenu: boolean;
|
|
8686
8710
|
offset?: string | number | number[] | undefined;
|
|
8687
8711
|
id?: string | undefined;
|
|
8688
8712
|
height?: string | number | undefined;
|
|
@@ -8733,7 +8757,7 @@ declare const VAutocomplete: {
|
|
|
8733
8757
|
}) => vue.VNodeChild) | undefined;
|
|
8734
8758
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8735
8759
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
8736
|
-
location: Anchor;
|
|
8760
|
+
location: Anchor | undefined;
|
|
8737
8761
|
origin: "auto" | Anchor | "overlap";
|
|
8738
8762
|
transition: string | boolean | (vue.TransitionProps & {
|
|
8739
8763
|
component?: vue.Component;
|
|
@@ -8759,6 +8783,7 @@ declare const VAutocomplete: {
|
|
|
8759
8783
|
noClickAnimation: boolean;
|
|
8760
8784
|
persistent: boolean;
|
|
8761
8785
|
scrim: string | boolean;
|
|
8786
|
+
submenu: boolean;
|
|
8762
8787
|
} & {
|
|
8763
8788
|
offset?: string | number | number[] | undefined;
|
|
8764
8789
|
id?: string | undefined;
|
|
@@ -8812,7 +8837,7 @@ declare const VAutocomplete: {
|
|
|
8812
8837
|
}) => vue.VNodeChild) | undefined;
|
|
8813
8838
|
} & {
|
|
8814
8839
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8815
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
8840
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
8816
8841
|
itemColor?: string | undefined;
|
|
8817
8842
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
8818
8843
|
} & {
|
|
@@ -8888,7 +8913,7 @@ declare const VAutocomplete: {
|
|
|
8888
8913
|
theme?: string | undefined;
|
|
8889
8914
|
counter?: string | number | boolean | undefined;
|
|
8890
8915
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
8891
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
8916
|
+
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;
|
|
8892
8917
|
rounded?: string | number | boolean | undefined;
|
|
8893
8918
|
baseColor?: string | undefined;
|
|
8894
8919
|
bgColor?: string | undefined;
|
|
@@ -8960,9 +8985,9 @@ declare const VAutocomplete: {
|
|
|
8960
8985
|
rounded?: string | number | boolean | undefined;
|
|
8961
8986
|
baseColor?: string | undefined;
|
|
8962
8987
|
bgColor?: string | undefined;
|
|
8988
|
+
activeColor?: string | undefined;
|
|
8963
8989
|
activeClass?: string | undefined;
|
|
8964
8990
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
8965
|
-
activeColor?: string | undefined;
|
|
8966
8991
|
collapseIcon?: string | undefined;
|
|
8967
8992
|
expandIcon?: string | undefined;
|
|
8968
8993
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -9005,9 +9030,9 @@ declare const VAutocomplete: {
|
|
|
9005
9030
|
rounded?: string | number | boolean | undefined;
|
|
9006
9031
|
baseColor?: string | undefined;
|
|
9007
9032
|
bgColor?: string | undefined;
|
|
9033
|
+
activeColor?: string | undefined;
|
|
9008
9034
|
activeClass?: string | undefined;
|
|
9009
9035
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9010
|
-
activeColor?: string | undefined;
|
|
9011
9036
|
collapseIcon?: string | undefined;
|
|
9012
9037
|
expandIcon?: string | undefined;
|
|
9013
9038
|
} & {
|
|
@@ -9120,7 +9145,7 @@ declare const VAutocomplete: {
|
|
|
9120
9145
|
}) => vue.VNodeChild) | undefined;
|
|
9121
9146
|
}) | undefined;
|
|
9122
9147
|
menuProps?: (Partial<{
|
|
9123
|
-
location: Anchor;
|
|
9148
|
+
location: Anchor | undefined;
|
|
9124
9149
|
origin: "auto" | Anchor | "overlap";
|
|
9125
9150
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9126
9151
|
component?: vue.Component;
|
|
@@ -9148,8 +9173,9 @@ declare const VAutocomplete: {
|
|
|
9148
9173
|
noClickAnimation: boolean;
|
|
9149
9174
|
persistent: boolean;
|
|
9150
9175
|
scrim: string | boolean;
|
|
9176
|
+
submenu: boolean;
|
|
9151
9177
|
}> & Omit<{
|
|
9152
|
-
location: Anchor;
|
|
9178
|
+
location: Anchor | undefined;
|
|
9153
9179
|
origin: "auto" | Anchor | "overlap";
|
|
9154
9180
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9155
9181
|
component?: vue.Component;
|
|
@@ -9175,6 +9201,7 @@ declare const VAutocomplete: {
|
|
|
9175
9201
|
noClickAnimation: boolean;
|
|
9176
9202
|
persistent: boolean;
|
|
9177
9203
|
scrim: string | boolean;
|
|
9204
|
+
submenu: boolean;
|
|
9178
9205
|
offset?: string | number | number[] | undefined;
|
|
9179
9206
|
id?: string | undefined;
|
|
9180
9207
|
height?: string | number | undefined;
|
|
@@ -9225,7 +9252,7 @@ declare const VAutocomplete: {
|
|
|
9225
9252
|
}) => vue.VNodeChild) | undefined;
|
|
9226
9253
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9227
9254
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
9228
|
-
location: Anchor;
|
|
9255
|
+
location: Anchor | undefined;
|
|
9229
9256
|
origin: "auto" | Anchor | "overlap";
|
|
9230
9257
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9231
9258
|
component?: vue.Component;
|
|
@@ -9251,6 +9278,7 @@ declare const VAutocomplete: {
|
|
|
9251
9278
|
noClickAnimation: boolean;
|
|
9252
9279
|
persistent: boolean;
|
|
9253
9280
|
scrim: string | boolean;
|
|
9281
|
+
submenu: boolean;
|
|
9254
9282
|
} & {
|
|
9255
9283
|
offset?: string | number | number[] | undefined;
|
|
9256
9284
|
id?: string | undefined;
|
|
@@ -9304,7 +9332,7 @@ declare const VAutocomplete: {
|
|
|
9304
9332
|
}) => vue.VNodeChild) | undefined;
|
|
9305
9333
|
} & {
|
|
9306
9334
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9307
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
9335
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
9308
9336
|
itemColor?: string | undefined;
|
|
9309
9337
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
9310
9338
|
} & {
|
|
@@ -9464,7 +9492,7 @@ declare const VAutocomplete: {
|
|
|
9464
9492
|
theme?: string | undefined;
|
|
9465
9493
|
counter?: string | number | boolean | undefined;
|
|
9466
9494
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
9467
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
9495
|
+
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;
|
|
9468
9496
|
rounded?: string | number | boolean | undefined;
|
|
9469
9497
|
baseColor?: string | undefined;
|
|
9470
9498
|
bgColor?: string | undefined;
|
|
@@ -9536,9 +9564,9 @@ declare const VAutocomplete: {
|
|
|
9536
9564
|
rounded?: string | number | boolean | undefined;
|
|
9537
9565
|
baseColor?: string | undefined;
|
|
9538
9566
|
bgColor?: string | undefined;
|
|
9567
|
+
activeColor?: string | undefined;
|
|
9539
9568
|
activeClass?: string | undefined;
|
|
9540
9569
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9541
|
-
activeColor?: string | undefined;
|
|
9542
9570
|
collapseIcon?: string | undefined;
|
|
9543
9571
|
expandIcon?: string | undefined;
|
|
9544
9572
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -9581,9 +9609,9 @@ declare const VAutocomplete: {
|
|
|
9581
9609
|
rounded?: string | number | boolean | undefined;
|
|
9582
9610
|
baseColor?: string | undefined;
|
|
9583
9611
|
bgColor?: string | undefined;
|
|
9612
|
+
activeColor?: string | undefined;
|
|
9584
9613
|
activeClass?: string | undefined;
|
|
9585
9614
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
9586
|
-
activeColor?: string | undefined;
|
|
9587
9615
|
collapseIcon?: string | undefined;
|
|
9588
9616
|
expandIcon?: string | undefined;
|
|
9589
9617
|
} & {
|
|
@@ -9696,7 +9724,7 @@ declare const VAutocomplete: {
|
|
|
9696
9724
|
}) => vue.VNodeChild) | undefined;
|
|
9697
9725
|
}) | undefined;
|
|
9698
9726
|
menuProps?: (Partial<{
|
|
9699
|
-
location: Anchor;
|
|
9727
|
+
location: Anchor | undefined;
|
|
9700
9728
|
origin: "auto" | Anchor | "overlap";
|
|
9701
9729
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9702
9730
|
component?: vue.Component;
|
|
@@ -9724,8 +9752,9 @@ declare const VAutocomplete: {
|
|
|
9724
9752
|
noClickAnimation: boolean;
|
|
9725
9753
|
persistent: boolean;
|
|
9726
9754
|
scrim: string | boolean;
|
|
9755
|
+
submenu: boolean;
|
|
9727
9756
|
}> & Omit<{
|
|
9728
|
-
location: Anchor;
|
|
9757
|
+
location: Anchor | undefined;
|
|
9729
9758
|
origin: "auto" | Anchor | "overlap";
|
|
9730
9759
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9731
9760
|
component?: vue.Component;
|
|
@@ -9751,6 +9780,7 @@ declare const VAutocomplete: {
|
|
|
9751
9780
|
noClickAnimation: boolean;
|
|
9752
9781
|
persistent: boolean;
|
|
9753
9782
|
scrim: string | boolean;
|
|
9783
|
+
submenu: boolean;
|
|
9754
9784
|
offset?: string | number | number[] | undefined;
|
|
9755
9785
|
id?: string | undefined;
|
|
9756
9786
|
height?: string | number | undefined;
|
|
@@ -9801,7 +9831,7 @@ declare const VAutocomplete: {
|
|
|
9801
9831
|
}) => vue.VNodeChild) | undefined;
|
|
9802
9832
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9803
9833
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
9804
|
-
location: Anchor;
|
|
9834
|
+
location: Anchor | undefined;
|
|
9805
9835
|
origin: "auto" | Anchor | "overlap";
|
|
9806
9836
|
transition: string | boolean | (vue.TransitionProps & {
|
|
9807
9837
|
component?: vue.Component;
|
|
@@ -9827,6 +9857,7 @@ declare const VAutocomplete: {
|
|
|
9827
9857
|
noClickAnimation: boolean;
|
|
9828
9858
|
persistent: boolean;
|
|
9829
9859
|
scrim: string | boolean;
|
|
9860
|
+
submenu: boolean;
|
|
9830
9861
|
} & {
|
|
9831
9862
|
offset?: string | number | number[] | undefined;
|
|
9832
9863
|
id?: string | undefined;
|
|
@@ -9880,7 +9911,7 @@ declare const VAutocomplete: {
|
|
|
9880
9911
|
}) => vue.VNodeChild) | undefined;
|
|
9881
9912
|
} & {
|
|
9882
9913
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9883
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
9914
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
9884
9915
|
itemColor?: string | undefined;
|
|
9885
9916
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
9886
9917
|
} & {
|
|
@@ -10005,7 +10036,7 @@ declare const VAutocomplete: {
|
|
|
10005
10036
|
theme?: string | undefined;
|
|
10006
10037
|
counter?: string | number | boolean | undefined;
|
|
10007
10038
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
10008
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
10039
|
+
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;
|
|
10009
10040
|
rounded?: string | number | boolean | undefined;
|
|
10010
10041
|
baseColor?: string | undefined;
|
|
10011
10042
|
bgColor?: string | undefined;
|
|
@@ -10077,9 +10108,9 @@ declare const VAutocomplete: {
|
|
|
10077
10108
|
rounded?: string | number | boolean | undefined;
|
|
10078
10109
|
baseColor?: string | undefined;
|
|
10079
10110
|
bgColor?: string | undefined;
|
|
10111
|
+
activeColor?: string | undefined;
|
|
10080
10112
|
activeClass?: string | undefined;
|
|
10081
10113
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
10082
|
-
activeColor?: string | undefined;
|
|
10083
10114
|
collapseIcon?: string | undefined;
|
|
10084
10115
|
expandIcon?: string | undefined;
|
|
10085
10116
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -10122,9 +10153,9 @@ declare const VAutocomplete: {
|
|
|
10122
10153
|
rounded?: string | number | boolean | undefined;
|
|
10123
10154
|
baseColor?: string | undefined;
|
|
10124
10155
|
bgColor?: string | undefined;
|
|
10156
|
+
activeColor?: string | undefined;
|
|
10125
10157
|
activeClass?: string | undefined;
|
|
10126
10158
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
10127
|
-
activeColor?: string | undefined;
|
|
10128
10159
|
collapseIcon?: string | undefined;
|
|
10129
10160
|
expandIcon?: string | undefined;
|
|
10130
10161
|
} & {
|
|
@@ -10237,7 +10268,7 @@ declare const VAutocomplete: {
|
|
|
10237
10268
|
}) => vue.VNodeChild) | undefined;
|
|
10238
10269
|
}) | undefined;
|
|
10239
10270
|
menuProps?: (Partial<{
|
|
10240
|
-
location: Anchor;
|
|
10271
|
+
location: Anchor | undefined;
|
|
10241
10272
|
origin: "auto" | Anchor | "overlap";
|
|
10242
10273
|
transition: string | boolean | (vue.TransitionProps & {
|
|
10243
10274
|
component?: vue.Component;
|
|
@@ -10265,8 +10296,9 @@ declare const VAutocomplete: {
|
|
|
10265
10296
|
noClickAnimation: boolean;
|
|
10266
10297
|
persistent: boolean;
|
|
10267
10298
|
scrim: string | boolean;
|
|
10299
|
+
submenu: boolean;
|
|
10268
10300
|
}> & Omit<{
|
|
10269
|
-
location: Anchor;
|
|
10301
|
+
location: Anchor | undefined;
|
|
10270
10302
|
origin: "auto" | Anchor | "overlap";
|
|
10271
10303
|
transition: string | boolean | (vue.TransitionProps & {
|
|
10272
10304
|
component?: vue.Component;
|
|
@@ -10292,6 +10324,7 @@ declare const VAutocomplete: {
|
|
|
10292
10324
|
noClickAnimation: boolean;
|
|
10293
10325
|
persistent: boolean;
|
|
10294
10326
|
scrim: string | boolean;
|
|
10327
|
+
submenu: boolean;
|
|
10295
10328
|
offset?: string | number | number[] | undefined;
|
|
10296
10329
|
id?: string | undefined;
|
|
10297
10330
|
height?: string | number | undefined;
|
|
@@ -10342,7 +10375,7 @@ declare const VAutocomplete: {
|
|
|
10342
10375
|
}) => vue.VNodeChild) | undefined;
|
|
10343
10376
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10344
10377
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
10345
|
-
location: Anchor;
|
|
10378
|
+
location: Anchor | undefined;
|
|
10346
10379
|
origin: "auto" | Anchor | "overlap";
|
|
10347
10380
|
transition: string | boolean | (vue.TransitionProps & {
|
|
10348
10381
|
component?: vue.Component;
|
|
@@ -10368,6 +10401,7 @@ declare const VAutocomplete: {
|
|
|
10368
10401
|
noClickAnimation: boolean;
|
|
10369
10402
|
persistent: boolean;
|
|
10370
10403
|
scrim: string | boolean;
|
|
10404
|
+
submenu: boolean;
|
|
10371
10405
|
} & {
|
|
10372
10406
|
offset?: string | number | number[] | undefined;
|
|
10373
10407
|
id?: string | undefined;
|
|
@@ -10421,7 +10455,7 @@ declare const VAutocomplete: {
|
|
|
10421
10455
|
}) => vue.VNodeChild) | undefined;
|
|
10422
10456
|
} & {
|
|
10423
10457
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
10424
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
10458
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
10425
10459
|
itemColor?: string | undefined;
|
|
10426
10460
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
10427
10461
|
} & {
|
|
@@ -10958,6 +10992,7 @@ declare const VAvatar: {
|
|
|
10958
10992
|
tile: boolean;
|
|
10959
10993
|
density: Density;
|
|
10960
10994
|
} & {
|
|
10995
|
+
border?: string | number | boolean | undefined;
|
|
10961
10996
|
color?: string | undefined;
|
|
10962
10997
|
image?: string | undefined;
|
|
10963
10998
|
text?: string | undefined;
|
|
@@ -10984,6 +11019,7 @@ declare const VAvatar: {
|
|
|
10984
11019
|
tile: boolean;
|
|
10985
11020
|
density: Density;
|
|
10986
11021
|
} & {
|
|
11022
|
+
border?: string | number | boolean | undefined;
|
|
10987
11023
|
color?: string | undefined;
|
|
10988
11024
|
image?: string | undefined;
|
|
10989
11025
|
text?: string | undefined;
|
|
@@ -11029,6 +11065,7 @@ declare const VAvatar: {
|
|
|
11029
11065
|
tile: boolean;
|
|
11030
11066
|
density: Density;
|
|
11031
11067
|
} & {
|
|
11068
|
+
border?: string | number | boolean | undefined;
|
|
11032
11069
|
color?: string | undefined;
|
|
11033
11070
|
image?: string | undefined;
|
|
11034
11071
|
text?: string | undefined;
|
|
@@ -11069,6 +11106,7 @@ declare const VAvatar: {
|
|
|
11069
11106
|
tile: boolean;
|
|
11070
11107
|
density: Density;
|
|
11071
11108
|
} & {
|
|
11109
|
+
border?: string | number | boolean | undefined;
|
|
11072
11110
|
color?: string | undefined;
|
|
11073
11111
|
image?: string | undefined;
|
|
11074
11112
|
text?: string | undefined;
|
|
@@ -11131,6 +11169,7 @@ declare const VAvatar: {
|
|
|
11131
11169
|
type: vue.PropType<vue.StyleValue>;
|
|
11132
11170
|
default: null;
|
|
11133
11171
|
};
|
|
11172
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
11134
11173
|
start: BooleanConstructor;
|
|
11135
11174
|
end: BooleanConstructor;
|
|
11136
11175
|
icon: vue.PropType<IconValue>;
|
|
@@ -11170,6 +11209,7 @@ declare const VAvatar: {
|
|
|
11170
11209
|
type: vue.PropType<vue.StyleValue>;
|
|
11171
11210
|
default: null;
|
|
11172
11211
|
};
|
|
11212
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
11173
11213
|
start: BooleanConstructor;
|
|
11174
11214
|
end: BooleanConstructor;
|
|
11175
11215
|
icon: vue.PropType<IconValue>;
|
|
@@ -12084,7 +12124,7 @@ declare const VBottomNavigation: {
|
|
|
12084
12124
|
bgColor?: string | undefined;
|
|
12085
12125
|
} & {
|
|
12086
12126
|
"onUpdate:active"?: ((value: any) => any) | undefined;
|
|
12087
|
-
},
|
|
12127
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
12088
12128
|
'update:active': (value: any) => true;
|
|
12089
12129
|
'update:modelValue': (value: any) => true;
|
|
12090
12130
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -12214,7 +12254,7 @@ declare const VBottomNavigation: {
|
|
|
12214
12254
|
bgColor?: string | undefined;
|
|
12215
12255
|
} & {
|
|
12216
12256
|
"onUpdate:active"?: ((value: any) => any) | undefined;
|
|
12217
|
-
},
|
|
12257
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
12218
12258
|
'update:active': (value: any) => true;
|
|
12219
12259
|
'update:modelValue': (value: any) => true;
|
|
12220
12260
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
|
|
@@ -13109,8 +13149,8 @@ declare const VBreadcrumbs: {
|
|
|
13109
13149
|
icon?: IconValue | undefined;
|
|
13110
13150
|
rounded?: string | number | boolean | undefined;
|
|
13111
13151
|
bgColor?: string | undefined;
|
|
13112
|
-
activeClass?: string | undefined;
|
|
13113
13152
|
activeColor?: string | undefined;
|
|
13153
|
+
activeClass?: string | undefined;
|
|
13114
13154
|
}, {}, 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 & {
|
|
13115
13155
|
style: vue.StyleValue;
|
|
13116
13156
|
disabled: boolean;
|
|
@@ -13124,8 +13164,8 @@ declare const VBreadcrumbs: {
|
|
|
13124
13164
|
icon?: IconValue | undefined;
|
|
13125
13165
|
rounded?: string | number | boolean | undefined;
|
|
13126
13166
|
bgColor?: string | undefined;
|
|
13127
|
-
activeClass?: string | undefined;
|
|
13128
13167
|
activeColor?: string | undefined;
|
|
13168
|
+
activeClass?: string | undefined;
|
|
13129
13169
|
}, {
|
|
13130
13170
|
style: vue.StyleValue;
|
|
13131
13171
|
disabled: boolean;
|
|
@@ -13169,8 +13209,8 @@ declare const VBreadcrumbs: {
|
|
|
13169
13209
|
icon?: IconValue | undefined;
|
|
13170
13210
|
rounded?: string | number | boolean | undefined;
|
|
13171
13211
|
bgColor?: string | undefined;
|
|
13172
|
-
activeClass?: string | undefined;
|
|
13173
13212
|
activeColor?: string | undefined;
|
|
13213
|
+
activeClass?: string | undefined;
|
|
13174
13214
|
}, {}, {}, {}, {}, {
|
|
13175
13215
|
style: vue.StyleValue;
|
|
13176
13216
|
disabled: boolean;
|
|
@@ -13196,8 +13236,8 @@ declare const VBreadcrumbs: {
|
|
|
13196
13236
|
icon?: IconValue | undefined;
|
|
13197
13237
|
rounded?: string | number | boolean | undefined;
|
|
13198
13238
|
bgColor?: string | undefined;
|
|
13199
|
-
activeClass?: string | undefined;
|
|
13200
13239
|
activeColor?: string | undefined;
|
|
13240
|
+
activeClass?: string | undefined;
|
|
13201
13241
|
}, {}, 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, {
|
|
13202
13242
|
style: vue.StyleValue;
|
|
13203
13243
|
disabled: boolean;
|
|
@@ -13329,8 +13369,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13329
13369
|
class?: any;
|
|
13330
13370
|
href?: string | undefined;
|
|
13331
13371
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13332
|
-
activeClass?: string | undefined;
|
|
13333
13372
|
activeColor?: string | undefined;
|
|
13373
|
+
activeClass?: string | undefined;
|
|
13334
13374
|
} & {
|
|
13335
13375
|
$children?: vue.VNodeChild | {
|
|
13336
13376
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13353,8 +13393,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13353
13393
|
class?: any;
|
|
13354
13394
|
href?: string | undefined;
|
|
13355
13395
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13356
|
-
activeClass?: string | undefined;
|
|
13357
13396
|
activeColor?: string | undefined;
|
|
13397
|
+
activeClass?: string | undefined;
|
|
13358
13398
|
} & {
|
|
13359
13399
|
$children?: vue.VNodeChild | {
|
|
13360
13400
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13393,8 +13433,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13393
13433
|
class?: any;
|
|
13394
13434
|
href?: string | undefined;
|
|
13395
13435
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13396
|
-
activeClass?: string | undefined;
|
|
13397
13436
|
activeColor?: string | undefined;
|
|
13437
|
+
activeClass?: string | undefined;
|
|
13398
13438
|
} & {
|
|
13399
13439
|
$children?: vue.VNodeChild | {
|
|
13400
13440
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13428,8 +13468,8 @@ declare const VBreadcrumbsItem: {
|
|
|
13428
13468
|
class?: any;
|
|
13429
13469
|
href?: string | undefined;
|
|
13430
13470
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
13431
|
-
activeClass?: string | undefined;
|
|
13432
13471
|
activeColor?: string | undefined;
|
|
13472
|
+
activeClass?: string | undefined;
|
|
13433
13473
|
} & {
|
|
13434
13474
|
$children?: vue.VNodeChild | {
|
|
13435
13475
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -13636,6 +13676,7 @@ declare const VBtn: {
|
|
|
13636
13676
|
rounded?: string | number | boolean | undefined;
|
|
13637
13677
|
baseColor?: string | undefined;
|
|
13638
13678
|
selectedClass?: string | undefined;
|
|
13679
|
+
activeColor?: string | undefined;
|
|
13639
13680
|
prependIcon?: IconValue | undefined;
|
|
13640
13681
|
appendIcon?: IconValue | undefined;
|
|
13641
13682
|
} & {
|
|
@@ -13709,6 +13750,7 @@ declare const VBtn: {
|
|
|
13709
13750
|
rounded?: string | number | boolean | undefined;
|
|
13710
13751
|
baseColor?: string | undefined;
|
|
13711
13752
|
selectedClass?: string | undefined;
|
|
13753
|
+
activeColor?: string | undefined;
|
|
13712
13754
|
prependIcon?: IconValue | undefined;
|
|
13713
13755
|
appendIcon?: IconValue | undefined;
|
|
13714
13756
|
} & {
|
|
@@ -13809,6 +13851,7 @@ declare const VBtn: {
|
|
|
13809
13851
|
rounded?: string | number | boolean | undefined;
|
|
13810
13852
|
baseColor?: string | undefined;
|
|
13811
13853
|
selectedClass?: string | undefined;
|
|
13854
|
+
activeColor?: string | undefined;
|
|
13812
13855
|
prependIcon?: IconValue | undefined;
|
|
13813
13856
|
appendIcon?: IconValue | undefined;
|
|
13814
13857
|
} & {
|
|
@@ -13903,6 +13946,7 @@ declare const VBtn: {
|
|
|
13903
13946
|
rounded?: string | number | boolean | undefined;
|
|
13904
13947
|
baseColor?: string | undefined;
|
|
13905
13948
|
selectedClass?: string | undefined;
|
|
13949
|
+
activeColor?: string | undefined;
|
|
13906
13950
|
prependIcon?: IconValue | undefined;
|
|
13907
13951
|
appendIcon?: IconValue | undefined;
|
|
13908
13952
|
} & {
|
|
@@ -14024,6 +14068,7 @@ declare const VBtn: {
|
|
|
14024
14068
|
type: BooleanConstructor;
|
|
14025
14069
|
default: undefined;
|
|
14026
14070
|
};
|
|
14071
|
+
activeColor: StringConstructor;
|
|
14027
14072
|
baseColor: StringConstructor;
|
|
14028
14073
|
symbol: {
|
|
14029
14074
|
type: null;
|
|
@@ -14107,6 +14152,7 @@ declare const VBtn: {
|
|
|
14107
14152
|
type: BooleanConstructor;
|
|
14108
14153
|
default: undefined;
|
|
14109
14154
|
};
|
|
14155
|
+
activeColor: StringConstructor;
|
|
14110
14156
|
baseColor: StringConstructor;
|
|
14111
14157
|
symbol: {
|
|
14112
14158
|
type: null;
|
|
@@ -16426,6 +16472,7 @@ interface srcObject {
|
|
|
16426
16472
|
declare const VImg: {
|
|
16427
16473
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
16428
16474
|
inline: boolean;
|
|
16475
|
+
absolute: boolean;
|
|
16429
16476
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16430
16477
|
component?: vue.Component;
|
|
16431
16478
|
});
|
|
@@ -16490,6 +16537,7 @@ declare const VImg: {
|
|
|
16490
16537
|
error: (value: string | undefined) => true;
|
|
16491
16538
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
16492
16539
|
inline: boolean;
|
|
16540
|
+
absolute: boolean;
|
|
16493
16541
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16494
16542
|
component?: vue.Component;
|
|
16495
16543
|
});
|
|
@@ -16544,6 +16592,7 @@ declare const VImg: {
|
|
|
16544
16592
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
16545
16593
|
}, {
|
|
16546
16594
|
inline: boolean;
|
|
16595
|
+
absolute: boolean;
|
|
16547
16596
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16548
16597
|
component?: vue.Component;
|
|
16549
16598
|
});
|
|
@@ -16569,6 +16618,7 @@ declare const VImg: {
|
|
|
16569
16618
|
Defaults: {};
|
|
16570
16619
|
}, {
|
|
16571
16620
|
inline: boolean;
|
|
16621
|
+
absolute: boolean;
|
|
16572
16622
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16573
16623
|
component?: vue.Component;
|
|
16574
16624
|
});
|
|
@@ -16629,6 +16679,7 @@ declare const VImg: {
|
|
|
16629
16679
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
|
16630
16680
|
}, {}, {}, {}, {
|
|
16631
16681
|
inline: boolean;
|
|
16682
|
+
absolute: boolean;
|
|
16632
16683
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16633
16684
|
component?: vue.Component;
|
|
16634
16685
|
});
|
|
@@ -16646,6 +16697,7 @@ declare const VImg: {
|
|
|
16646
16697
|
__isSuspense?: never;
|
|
16647
16698
|
} & vue.ComponentOptionsBase<{
|
|
16648
16699
|
inline: boolean;
|
|
16700
|
+
absolute: boolean;
|
|
16649
16701
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16650
16702
|
component?: vue.Component;
|
|
16651
16703
|
});
|
|
@@ -16710,6 +16762,7 @@ declare const VImg: {
|
|
|
16710
16762
|
error: (value: string | undefined) => true;
|
|
16711
16763
|
}, string, {
|
|
16712
16764
|
inline: boolean;
|
|
16765
|
+
absolute: boolean;
|
|
16713
16766
|
transition: string | boolean | (vue.TransitionProps & {
|
|
16714
16767
|
component?: vue.Component;
|
|
16715
16768
|
});
|
|
@@ -16753,6 +16806,7 @@ declare const VImg: {
|
|
|
16753
16806
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
16754
16807
|
contentClass: null;
|
|
16755
16808
|
inline: BooleanConstructor;
|
|
16809
|
+
absolute: BooleanConstructor;
|
|
16756
16810
|
alt: StringConstructor;
|
|
16757
16811
|
cover: BooleanConstructor;
|
|
16758
16812
|
color: StringConstructor;
|
|
@@ -16807,6 +16861,7 @@ declare const VImg: {
|
|
|
16807
16861
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
16808
16862
|
contentClass: null;
|
|
16809
16863
|
inline: BooleanConstructor;
|
|
16864
|
+
absolute: BooleanConstructor;
|
|
16810
16865
|
alt: StringConstructor;
|
|
16811
16866
|
cover: BooleanConstructor;
|
|
16812
16867
|
color: StringConstructor;
|
|
@@ -16840,6 +16895,7 @@ type VImg = InstanceType<typeof VImg>;
|
|
|
16840
16895
|
declare const VCarouselItem: {
|
|
16841
16896
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
16842
16897
|
inline: boolean;
|
|
16898
|
+
absolute: boolean;
|
|
16843
16899
|
style: vue.StyleValue;
|
|
16844
16900
|
eager: boolean;
|
|
16845
16901
|
disabled: boolean;
|
|
@@ -16892,6 +16948,7 @@ declare const VCarouselItem: {
|
|
|
16892
16948
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
16893
16949
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
16894
16950
|
inline: boolean;
|
|
16951
|
+
absolute: boolean;
|
|
16895
16952
|
style: vue.StyleValue;
|
|
16896
16953
|
eager: boolean;
|
|
16897
16954
|
disabled: boolean;
|
|
@@ -16944,6 +17001,7 @@ declare const VCarouselItem: {
|
|
|
16944
17001
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
16945
17002
|
}, {
|
|
16946
17003
|
inline: boolean;
|
|
17004
|
+
absolute: boolean;
|
|
16947
17005
|
transition: string | boolean;
|
|
16948
17006
|
style: vue.StyleValue;
|
|
16949
17007
|
draggable: boolean | "false" | "true";
|
|
@@ -16969,6 +17027,7 @@ declare const VCarouselItem: {
|
|
|
16969
17027
|
Defaults: {};
|
|
16970
17028
|
}, {
|
|
16971
17029
|
inline: boolean;
|
|
17030
|
+
absolute: boolean;
|
|
16972
17031
|
style: vue.StyleValue;
|
|
16973
17032
|
eager: boolean;
|
|
16974
17033
|
disabled: boolean;
|
|
@@ -17021,6 +17080,7 @@ declare const VCarouselItem: {
|
|
|
17021
17080
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
17022
17081
|
}, {}, {}, {}, {}, {
|
|
17023
17082
|
inline: boolean;
|
|
17083
|
+
absolute: boolean;
|
|
17024
17084
|
transition: string | boolean;
|
|
17025
17085
|
style: vue.StyleValue;
|
|
17026
17086
|
draggable: boolean | "false" | "true";
|
|
@@ -17038,6 +17098,7 @@ declare const VCarouselItem: {
|
|
|
17038
17098
|
__isSuspense?: never;
|
|
17039
17099
|
} & vue.ComponentOptionsBase<{
|
|
17040
17100
|
inline: boolean;
|
|
17101
|
+
absolute: boolean;
|
|
17041
17102
|
style: vue.StyleValue;
|
|
17042
17103
|
eager: boolean;
|
|
17043
17104
|
disabled: boolean;
|
|
@@ -17090,6 +17151,7 @@ declare const VCarouselItem: {
|
|
|
17090
17151
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
17091
17152
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
17092
17153
|
inline: boolean;
|
|
17154
|
+
absolute: boolean;
|
|
17093
17155
|
transition: string | boolean;
|
|
17094
17156
|
style: vue.StyleValue;
|
|
17095
17157
|
draggable: boolean | "false" | "true";
|
|
@@ -17138,6 +17200,7 @@ declare const VCarouselItem: {
|
|
|
17138
17200
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
17139
17201
|
contentClass: null;
|
|
17140
17202
|
inline: BooleanConstructor;
|
|
17203
|
+
absolute: BooleanConstructor;
|
|
17141
17204
|
alt: StringConstructor;
|
|
17142
17205
|
cover: BooleanConstructor;
|
|
17143
17206
|
color: StringConstructor;
|
|
@@ -17196,6 +17259,7 @@ declare const VCarouselItem: {
|
|
|
17196
17259
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
17197
17260
|
contentClass: null;
|
|
17198
17261
|
inline: BooleanConstructor;
|
|
17262
|
+
absolute: BooleanConstructor;
|
|
17199
17263
|
alt: StringConstructor;
|
|
17200
17264
|
cover: BooleanConstructor;
|
|
17201
17265
|
color: StringConstructor;
|
|
@@ -17823,7 +17887,7 @@ declare const VCheckbox: {
|
|
|
17823
17887
|
class?: any;
|
|
17824
17888
|
theme?: string | undefined;
|
|
17825
17889
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17826
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17890
|
+
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;
|
|
17827
17891
|
validationValue?: any;
|
|
17828
17892
|
baseColor?: string | undefined;
|
|
17829
17893
|
prependIcon?: IconValue | undefined;
|
|
@@ -17877,7 +17941,7 @@ declare const VCheckbox: {
|
|
|
17877
17941
|
class?: any;
|
|
17878
17942
|
theme?: string | undefined;
|
|
17879
17943
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17880
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17944
|
+
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;
|
|
17881
17945
|
validationValue?: any;
|
|
17882
17946
|
baseColor?: string | undefined;
|
|
17883
17947
|
prependIcon?: IconValue | undefined;
|
|
@@ -17973,7 +18037,7 @@ declare const VCheckbox: {
|
|
|
17973
18037
|
class?: any;
|
|
17974
18038
|
theme?: string | undefined;
|
|
17975
18039
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
17976
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
18040
|
+
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;
|
|
17977
18041
|
validationValue?: any;
|
|
17978
18042
|
baseColor?: string | undefined;
|
|
17979
18043
|
prependIcon?: IconValue | undefined;
|
|
@@ -18052,7 +18116,7 @@ declare const VCheckbox: {
|
|
|
18052
18116
|
class?: any;
|
|
18053
18117
|
theme?: string | undefined;
|
|
18054
18118
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
18055
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
18119
|
+
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;
|
|
18056
18120
|
validationValue?: any;
|
|
18057
18121
|
baseColor?: string | undefined;
|
|
18058
18122
|
prependIcon?: IconValue | undefined;
|
|
@@ -20341,7 +20405,7 @@ declare const VCombobox: {
|
|
|
20341
20405
|
theme?: string | undefined;
|
|
20342
20406
|
counter?: string | number | boolean | undefined;
|
|
20343
20407
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
20344
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
20408
|
+
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;
|
|
20345
20409
|
rounded?: string | number | boolean | undefined;
|
|
20346
20410
|
baseColor?: string | undefined;
|
|
20347
20411
|
bgColor?: string | undefined;
|
|
@@ -20413,9 +20477,9 @@ declare const VCombobox: {
|
|
|
20413
20477
|
rounded?: string | number | boolean | undefined;
|
|
20414
20478
|
baseColor?: string | undefined;
|
|
20415
20479
|
bgColor?: string | undefined;
|
|
20480
|
+
activeColor?: string | undefined;
|
|
20416
20481
|
activeClass?: string | undefined;
|
|
20417
20482
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20418
|
-
activeColor?: string | undefined;
|
|
20419
20483
|
collapseIcon?: string | undefined;
|
|
20420
20484
|
expandIcon?: string | undefined;
|
|
20421
20485
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -20458,9 +20522,9 @@ declare const VCombobox: {
|
|
|
20458
20522
|
rounded?: string | number | boolean | undefined;
|
|
20459
20523
|
baseColor?: string | undefined;
|
|
20460
20524
|
bgColor?: string | undefined;
|
|
20525
|
+
activeColor?: string | undefined;
|
|
20461
20526
|
activeClass?: string | undefined;
|
|
20462
20527
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20463
|
-
activeColor?: string | undefined;
|
|
20464
20528
|
collapseIcon?: string | undefined;
|
|
20465
20529
|
expandIcon?: string | undefined;
|
|
20466
20530
|
} & {
|
|
@@ -20573,7 +20637,7 @@ declare const VCombobox: {
|
|
|
20573
20637
|
}) => vue.VNodeChild) | undefined;
|
|
20574
20638
|
}) | undefined;
|
|
20575
20639
|
menuProps?: (Partial<{
|
|
20576
|
-
location: Anchor;
|
|
20640
|
+
location: Anchor | undefined;
|
|
20577
20641
|
origin: "auto" | Anchor | "overlap";
|
|
20578
20642
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20579
20643
|
component?: vue.Component;
|
|
@@ -20601,8 +20665,9 @@ declare const VCombobox: {
|
|
|
20601
20665
|
noClickAnimation: boolean;
|
|
20602
20666
|
persistent: boolean;
|
|
20603
20667
|
scrim: string | boolean;
|
|
20668
|
+
submenu: boolean;
|
|
20604
20669
|
}> & Omit<{
|
|
20605
|
-
location: Anchor;
|
|
20670
|
+
location: Anchor | undefined;
|
|
20606
20671
|
origin: "auto" | Anchor | "overlap";
|
|
20607
20672
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20608
20673
|
component?: vue.Component;
|
|
@@ -20628,6 +20693,7 @@ declare const VCombobox: {
|
|
|
20628
20693
|
noClickAnimation: boolean;
|
|
20629
20694
|
persistent: boolean;
|
|
20630
20695
|
scrim: string | boolean;
|
|
20696
|
+
submenu: boolean;
|
|
20631
20697
|
offset?: string | number | number[] | undefined;
|
|
20632
20698
|
id?: string | undefined;
|
|
20633
20699
|
height?: string | number | undefined;
|
|
@@ -20678,7 +20744,7 @@ declare const VCombobox: {
|
|
|
20678
20744
|
}) => vue.VNodeChild) | undefined;
|
|
20679
20745
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20680
20746
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
20681
|
-
location: Anchor;
|
|
20747
|
+
location: Anchor | undefined;
|
|
20682
20748
|
origin: "auto" | Anchor | "overlap";
|
|
20683
20749
|
transition: string | boolean | (vue.TransitionProps & {
|
|
20684
20750
|
component?: vue.Component;
|
|
@@ -20704,6 +20770,7 @@ declare const VCombobox: {
|
|
|
20704
20770
|
noClickAnimation: boolean;
|
|
20705
20771
|
persistent: boolean;
|
|
20706
20772
|
scrim: string | boolean;
|
|
20773
|
+
submenu: boolean;
|
|
20707
20774
|
} & {
|
|
20708
20775
|
offset?: string | number | number[] | undefined;
|
|
20709
20776
|
id?: string | undefined;
|
|
@@ -20757,7 +20824,7 @@ declare const VCombobox: {
|
|
|
20757
20824
|
}) => vue.VNodeChild) | undefined;
|
|
20758
20825
|
} & {
|
|
20759
20826
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20760
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
20827
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
20761
20828
|
itemColor?: string | undefined;
|
|
20762
20829
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
20763
20830
|
} & {
|
|
@@ -20833,7 +20900,7 @@ declare const VCombobox: {
|
|
|
20833
20900
|
theme?: string | undefined;
|
|
20834
20901
|
counter?: string | number | boolean | undefined;
|
|
20835
20902
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
20836
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
20903
|
+
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;
|
|
20837
20904
|
rounded?: string | number | boolean | undefined;
|
|
20838
20905
|
baseColor?: string | undefined;
|
|
20839
20906
|
bgColor?: string | undefined;
|
|
@@ -20905,9 +20972,9 @@ declare const VCombobox: {
|
|
|
20905
20972
|
rounded?: string | number | boolean | undefined;
|
|
20906
20973
|
baseColor?: string | undefined;
|
|
20907
20974
|
bgColor?: string | undefined;
|
|
20975
|
+
activeColor?: string | undefined;
|
|
20908
20976
|
activeClass?: string | undefined;
|
|
20909
20977
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20910
|
-
activeColor?: string | undefined;
|
|
20911
20978
|
collapseIcon?: string | undefined;
|
|
20912
20979
|
expandIcon?: string | undefined;
|
|
20913
20980
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -20950,9 +21017,9 @@ declare const VCombobox: {
|
|
|
20950
21017
|
rounded?: string | number | boolean | undefined;
|
|
20951
21018
|
baseColor?: string | undefined;
|
|
20952
21019
|
bgColor?: string | undefined;
|
|
21020
|
+
activeColor?: string | undefined;
|
|
20953
21021
|
activeClass?: string | undefined;
|
|
20954
21022
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
20955
|
-
activeColor?: string | undefined;
|
|
20956
21023
|
collapseIcon?: string | undefined;
|
|
20957
21024
|
expandIcon?: string | undefined;
|
|
20958
21025
|
} & {
|
|
@@ -21065,7 +21132,7 @@ declare const VCombobox: {
|
|
|
21065
21132
|
}) => vue.VNodeChild) | undefined;
|
|
21066
21133
|
}) | undefined;
|
|
21067
21134
|
menuProps?: (Partial<{
|
|
21068
|
-
location: Anchor;
|
|
21135
|
+
location: Anchor | undefined;
|
|
21069
21136
|
origin: "auto" | Anchor | "overlap";
|
|
21070
21137
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21071
21138
|
component?: vue.Component;
|
|
@@ -21093,8 +21160,9 @@ declare const VCombobox: {
|
|
|
21093
21160
|
noClickAnimation: boolean;
|
|
21094
21161
|
persistent: boolean;
|
|
21095
21162
|
scrim: string | boolean;
|
|
21163
|
+
submenu: boolean;
|
|
21096
21164
|
}> & Omit<{
|
|
21097
|
-
location: Anchor;
|
|
21165
|
+
location: Anchor | undefined;
|
|
21098
21166
|
origin: "auto" | Anchor | "overlap";
|
|
21099
21167
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21100
21168
|
component?: vue.Component;
|
|
@@ -21120,6 +21188,7 @@ declare const VCombobox: {
|
|
|
21120
21188
|
noClickAnimation: boolean;
|
|
21121
21189
|
persistent: boolean;
|
|
21122
21190
|
scrim: string | boolean;
|
|
21191
|
+
submenu: boolean;
|
|
21123
21192
|
offset?: string | number | number[] | undefined;
|
|
21124
21193
|
id?: string | undefined;
|
|
21125
21194
|
height?: string | number | undefined;
|
|
@@ -21170,7 +21239,7 @@ declare const VCombobox: {
|
|
|
21170
21239
|
}) => vue.VNodeChild) | undefined;
|
|
21171
21240
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21172
21241
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
21173
|
-
location: Anchor;
|
|
21242
|
+
location: Anchor | undefined;
|
|
21174
21243
|
origin: "auto" | Anchor | "overlap";
|
|
21175
21244
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21176
21245
|
component?: vue.Component;
|
|
@@ -21196,6 +21265,7 @@ declare const VCombobox: {
|
|
|
21196
21265
|
noClickAnimation: boolean;
|
|
21197
21266
|
persistent: boolean;
|
|
21198
21267
|
scrim: string | boolean;
|
|
21268
|
+
submenu: boolean;
|
|
21199
21269
|
} & {
|
|
21200
21270
|
offset?: string | number | number[] | undefined;
|
|
21201
21271
|
id?: string | undefined;
|
|
@@ -21249,7 +21319,7 @@ declare const VCombobox: {
|
|
|
21249
21319
|
}) => vue.VNodeChild) | undefined;
|
|
21250
21320
|
} & {
|
|
21251
21321
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21252
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
21322
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
21253
21323
|
itemColor?: string | undefined;
|
|
21254
21324
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
21255
21325
|
} & {
|
|
@@ -21409,7 +21479,7 @@ declare const VCombobox: {
|
|
|
21409
21479
|
theme?: string | undefined;
|
|
21410
21480
|
counter?: string | number | boolean | undefined;
|
|
21411
21481
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
21412
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
21482
|
+
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;
|
|
21413
21483
|
rounded?: string | number | boolean | undefined;
|
|
21414
21484
|
baseColor?: string | undefined;
|
|
21415
21485
|
bgColor?: string | undefined;
|
|
@@ -21481,9 +21551,9 @@ declare const VCombobox: {
|
|
|
21481
21551
|
rounded?: string | number | boolean | undefined;
|
|
21482
21552
|
baseColor?: string | undefined;
|
|
21483
21553
|
bgColor?: string | undefined;
|
|
21554
|
+
activeColor?: string | undefined;
|
|
21484
21555
|
activeClass?: string | undefined;
|
|
21485
21556
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21486
|
-
activeColor?: string | undefined;
|
|
21487
21557
|
collapseIcon?: string | undefined;
|
|
21488
21558
|
expandIcon?: string | undefined;
|
|
21489
21559
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -21526,9 +21596,9 @@ declare const VCombobox: {
|
|
|
21526
21596
|
rounded?: string | number | boolean | undefined;
|
|
21527
21597
|
baseColor?: string | undefined;
|
|
21528
21598
|
bgColor?: string | undefined;
|
|
21599
|
+
activeColor?: string | undefined;
|
|
21529
21600
|
activeClass?: string | undefined;
|
|
21530
21601
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
21531
|
-
activeColor?: string | undefined;
|
|
21532
21602
|
collapseIcon?: string | undefined;
|
|
21533
21603
|
expandIcon?: string | undefined;
|
|
21534
21604
|
} & {
|
|
@@ -21641,7 +21711,7 @@ declare const VCombobox: {
|
|
|
21641
21711
|
}) => vue.VNodeChild) | undefined;
|
|
21642
21712
|
}) | undefined;
|
|
21643
21713
|
menuProps?: (Partial<{
|
|
21644
|
-
location: Anchor;
|
|
21714
|
+
location: Anchor | undefined;
|
|
21645
21715
|
origin: "auto" | Anchor | "overlap";
|
|
21646
21716
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21647
21717
|
component?: vue.Component;
|
|
@@ -21669,8 +21739,9 @@ declare const VCombobox: {
|
|
|
21669
21739
|
noClickAnimation: boolean;
|
|
21670
21740
|
persistent: boolean;
|
|
21671
21741
|
scrim: string | boolean;
|
|
21742
|
+
submenu: boolean;
|
|
21672
21743
|
}> & Omit<{
|
|
21673
|
-
location: Anchor;
|
|
21744
|
+
location: Anchor | undefined;
|
|
21674
21745
|
origin: "auto" | Anchor | "overlap";
|
|
21675
21746
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21676
21747
|
component?: vue.Component;
|
|
@@ -21696,6 +21767,7 @@ declare const VCombobox: {
|
|
|
21696
21767
|
noClickAnimation: boolean;
|
|
21697
21768
|
persistent: boolean;
|
|
21698
21769
|
scrim: string | boolean;
|
|
21770
|
+
submenu: boolean;
|
|
21699
21771
|
offset?: string | number | number[] | undefined;
|
|
21700
21772
|
id?: string | undefined;
|
|
21701
21773
|
height?: string | number | undefined;
|
|
@@ -21746,7 +21818,7 @@ declare const VCombobox: {
|
|
|
21746
21818
|
}) => vue.VNodeChild) | undefined;
|
|
21747
21819
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21748
21820
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
21749
|
-
location: Anchor;
|
|
21821
|
+
location: Anchor | undefined;
|
|
21750
21822
|
origin: "auto" | Anchor | "overlap";
|
|
21751
21823
|
transition: string | boolean | (vue.TransitionProps & {
|
|
21752
21824
|
component?: vue.Component;
|
|
@@ -21772,6 +21844,7 @@ declare const VCombobox: {
|
|
|
21772
21844
|
noClickAnimation: boolean;
|
|
21773
21845
|
persistent: boolean;
|
|
21774
21846
|
scrim: string | boolean;
|
|
21847
|
+
submenu: boolean;
|
|
21775
21848
|
} & {
|
|
21776
21849
|
offset?: string | number | number[] | undefined;
|
|
21777
21850
|
id?: string | undefined;
|
|
@@ -21825,7 +21898,7 @@ declare const VCombobox: {
|
|
|
21825
21898
|
}) => vue.VNodeChild) | undefined;
|
|
21826
21899
|
} & {
|
|
21827
21900
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21828
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
21901
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
21829
21902
|
itemColor?: string | undefined;
|
|
21830
21903
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
21831
21904
|
} & {
|
|
@@ -21950,7 +22023,7 @@ declare const VCombobox: {
|
|
|
21950
22023
|
theme?: string | undefined;
|
|
21951
22024
|
counter?: string | number | boolean | undefined;
|
|
21952
22025
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
21953
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
22026
|
+
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;
|
|
21954
22027
|
rounded?: string | number | boolean | undefined;
|
|
21955
22028
|
baseColor?: string | undefined;
|
|
21956
22029
|
bgColor?: string | undefined;
|
|
@@ -22022,9 +22095,9 @@ declare const VCombobox: {
|
|
|
22022
22095
|
rounded?: string | number | boolean | undefined;
|
|
22023
22096
|
baseColor?: string | undefined;
|
|
22024
22097
|
bgColor?: string | undefined;
|
|
22098
|
+
activeColor?: string | undefined;
|
|
22025
22099
|
activeClass?: string | undefined;
|
|
22026
22100
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
22027
|
-
activeColor?: string | undefined;
|
|
22028
22101
|
collapseIcon?: string | undefined;
|
|
22029
22102
|
expandIcon?: string | undefined;
|
|
22030
22103
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -22067,9 +22140,9 @@ declare const VCombobox: {
|
|
|
22067
22140
|
rounded?: string | number | boolean | undefined;
|
|
22068
22141
|
baseColor?: string | undefined;
|
|
22069
22142
|
bgColor?: string | undefined;
|
|
22143
|
+
activeColor?: string | undefined;
|
|
22070
22144
|
activeClass?: string | undefined;
|
|
22071
22145
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
22072
|
-
activeColor?: string | undefined;
|
|
22073
22146
|
collapseIcon?: string | undefined;
|
|
22074
22147
|
expandIcon?: string | undefined;
|
|
22075
22148
|
} & {
|
|
@@ -22182,7 +22255,7 @@ declare const VCombobox: {
|
|
|
22182
22255
|
}) => vue.VNodeChild) | undefined;
|
|
22183
22256
|
}) | undefined;
|
|
22184
22257
|
menuProps?: (Partial<{
|
|
22185
|
-
location: Anchor;
|
|
22258
|
+
location: Anchor | undefined;
|
|
22186
22259
|
origin: "auto" | Anchor | "overlap";
|
|
22187
22260
|
transition: string | boolean | (vue.TransitionProps & {
|
|
22188
22261
|
component?: vue.Component;
|
|
@@ -22210,8 +22283,9 @@ declare const VCombobox: {
|
|
|
22210
22283
|
noClickAnimation: boolean;
|
|
22211
22284
|
persistent: boolean;
|
|
22212
22285
|
scrim: string | boolean;
|
|
22286
|
+
submenu: boolean;
|
|
22213
22287
|
}> & Omit<{
|
|
22214
|
-
location: Anchor;
|
|
22288
|
+
location: Anchor | undefined;
|
|
22215
22289
|
origin: "auto" | Anchor | "overlap";
|
|
22216
22290
|
transition: string | boolean | (vue.TransitionProps & {
|
|
22217
22291
|
component?: vue.Component;
|
|
@@ -22237,6 +22311,7 @@ declare const VCombobox: {
|
|
|
22237
22311
|
noClickAnimation: boolean;
|
|
22238
22312
|
persistent: boolean;
|
|
22239
22313
|
scrim: string | boolean;
|
|
22314
|
+
submenu: boolean;
|
|
22240
22315
|
offset?: string | number | number[] | undefined;
|
|
22241
22316
|
id?: string | undefined;
|
|
22242
22317
|
height?: string | number | undefined;
|
|
@@ -22287,7 +22362,7 @@ declare const VCombobox: {
|
|
|
22287
22362
|
}) => vue.VNodeChild) | undefined;
|
|
22288
22363
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22289
22364
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
22290
|
-
location: Anchor;
|
|
22365
|
+
location: Anchor | undefined;
|
|
22291
22366
|
origin: "auto" | Anchor | "overlap";
|
|
22292
22367
|
transition: string | boolean | (vue.TransitionProps & {
|
|
22293
22368
|
component?: vue.Component;
|
|
@@ -22313,6 +22388,7 @@ declare const VCombobox: {
|
|
|
22313
22388
|
noClickAnimation: boolean;
|
|
22314
22389
|
persistent: boolean;
|
|
22315
22390
|
scrim: string | boolean;
|
|
22391
|
+
submenu: boolean;
|
|
22316
22392
|
} & {
|
|
22317
22393
|
offset?: string | number | number[] | undefined;
|
|
22318
22394
|
id?: string | undefined;
|
|
@@ -22366,7 +22442,7 @@ declare const VCombobox: {
|
|
|
22366
22442
|
}) => vue.VNodeChild) | undefined;
|
|
22367
22443
|
} & {
|
|
22368
22444
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
22369
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
22445
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
22370
22446
|
itemColor?: string | undefined;
|
|
22371
22447
|
autoSelectFirst?: boolean | "exact" | undefined;
|
|
22372
22448
|
} & {
|
|
@@ -30267,7 +30343,7 @@ declare const VDialog: {
|
|
|
30267
30343
|
onAfterLeave?: (() => any) | undefined;
|
|
30268
30344
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30269
30345
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30270
|
-
}, "target" | "
|
|
30346
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
30271
30347
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30272
30348
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
30273
30349
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -30939,7 +31015,7 @@ declare const VDialog: {
|
|
|
30939
31015
|
onAfterLeave?: (() => any) | undefined;
|
|
30940
31016
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30941
31017
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30942
|
-
}, "target" | "
|
|
31018
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
30943
31019
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30944
31020
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
30945
31021
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -31512,7 +31588,7 @@ declare const VDialog: {
|
|
|
31512
31588
|
onAfterLeave?: (() => any) | undefined;
|
|
31513
31589
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
31514
31590
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
31515
|
-
}, "target" | "
|
|
31591
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
31516
31592
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
31517
31593
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
31518
31594
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -32679,7 +32755,13 @@ declare const VExpansionPanel: {
|
|
|
32679
32755
|
expandIcon: IconValue;
|
|
32680
32756
|
hideActions: boolean;
|
|
32681
32757
|
} & {
|
|
32758
|
+
height?: string | number | undefined;
|
|
32759
|
+
width?: string | number | undefined;
|
|
32682
32760
|
color?: string | undefined;
|
|
32761
|
+
maxHeight?: string | number | undefined;
|
|
32762
|
+
maxWidth?: string | number | undefined;
|
|
32763
|
+
minHeight?: string | number | undefined;
|
|
32764
|
+
minWidth?: string | number | undefined;
|
|
32683
32765
|
value?: any;
|
|
32684
32766
|
title?: string | undefined;
|
|
32685
32767
|
text?: string | undefined;
|
|
@@ -32729,7 +32811,13 @@ declare const VExpansionPanel: {
|
|
|
32729
32811
|
expandIcon: IconValue;
|
|
32730
32812
|
hideActions: boolean;
|
|
32731
32813
|
} & {
|
|
32814
|
+
height?: string | number | undefined;
|
|
32815
|
+
width?: string | number | undefined;
|
|
32732
32816
|
color?: string | undefined;
|
|
32817
|
+
maxHeight?: string | number | undefined;
|
|
32818
|
+
maxWidth?: string | number | undefined;
|
|
32819
|
+
minHeight?: string | number | undefined;
|
|
32820
|
+
minWidth?: string | number | undefined;
|
|
32733
32821
|
value?: any;
|
|
32734
32822
|
title?: string | undefined;
|
|
32735
32823
|
text?: string | undefined;
|
|
@@ -32800,7 +32888,13 @@ declare const VExpansionPanel: {
|
|
|
32800
32888
|
expandIcon: IconValue;
|
|
32801
32889
|
hideActions: boolean;
|
|
32802
32890
|
} & {
|
|
32891
|
+
height?: string | number | undefined;
|
|
32892
|
+
width?: string | number | undefined;
|
|
32803
32893
|
color?: string | undefined;
|
|
32894
|
+
maxHeight?: string | number | undefined;
|
|
32895
|
+
maxWidth?: string | number | undefined;
|
|
32896
|
+
minHeight?: string | number | undefined;
|
|
32897
|
+
minWidth?: string | number | undefined;
|
|
32804
32898
|
value?: any;
|
|
32805
32899
|
title?: string | undefined;
|
|
32806
32900
|
text?: string | undefined;
|
|
@@ -32866,7 +32960,13 @@ declare const VExpansionPanel: {
|
|
|
32866
32960
|
expandIcon: IconValue;
|
|
32867
32961
|
hideActions: boolean;
|
|
32868
32962
|
} & {
|
|
32963
|
+
height?: string | number | undefined;
|
|
32964
|
+
width?: string | number | undefined;
|
|
32869
32965
|
color?: string | undefined;
|
|
32966
|
+
maxHeight?: string | number | undefined;
|
|
32967
|
+
maxWidth?: string | number | undefined;
|
|
32968
|
+
minHeight?: string | number | undefined;
|
|
32969
|
+
minWidth?: string | number | undefined;
|
|
32870
32970
|
value?: any;
|
|
32871
32971
|
title?: string | undefined;
|
|
32872
32972
|
text?: string | undefined;
|
|
@@ -32927,6 +33027,12 @@ declare const VExpansionPanel: {
|
|
|
32927
33027
|
type: vue.PropType<vue.StyleValue>;
|
|
32928
33028
|
default: null;
|
|
32929
33029
|
};
|
|
33030
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
33031
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
33032
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
33033
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
33034
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
33035
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32930
33036
|
color: StringConstructor;
|
|
32931
33037
|
expandIcon: {
|
|
32932
33038
|
type: vue.PropType<IconValue>;
|
|
@@ -32970,6 +33076,12 @@ declare const VExpansionPanel: {
|
|
|
32970
33076
|
type: vue.PropType<vue.StyleValue>;
|
|
32971
33077
|
default: null;
|
|
32972
33078
|
};
|
|
33079
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
33080
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
33081
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
33082
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
33083
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
33084
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
32973
33085
|
color: StringConstructor;
|
|
32974
33086
|
expandIcon: {
|
|
32975
33087
|
type: vue.PropType<IconValue>;
|
|
@@ -33127,7 +33239,13 @@ declare const VExpansionPanelTitle: {
|
|
|
33127
33239
|
expandIcon: IconValue;
|
|
33128
33240
|
hideActions: boolean;
|
|
33129
33241
|
} & {
|
|
33242
|
+
height?: string | number | undefined;
|
|
33243
|
+
width?: string | number | undefined;
|
|
33130
33244
|
color?: string | undefined;
|
|
33245
|
+
maxHeight?: string | number | undefined;
|
|
33246
|
+
maxWidth?: string | number | undefined;
|
|
33247
|
+
minHeight?: string | number | undefined;
|
|
33248
|
+
minWidth?: string | number | undefined;
|
|
33131
33249
|
class?: any;
|
|
33132
33250
|
} & {
|
|
33133
33251
|
$children?: vue.VNodeChild | {
|
|
@@ -33153,7 +33271,13 @@ declare const VExpansionPanelTitle: {
|
|
|
33153
33271
|
expandIcon: IconValue;
|
|
33154
33272
|
hideActions: boolean;
|
|
33155
33273
|
} & {
|
|
33274
|
+
height?: string | number | undefined;
|
|
33275
|
+
width?: string | number | undefined;
|
|
33156
33276
|
color?: string | undefined;
|
|
33277
|
+
maxHeight?: string | number | undefined;
|
|
33278
|
+
maxWidth?: string | number | undefined;
|
|
33279
|
+
minHeight?: string | number | undefined;
|
|
33280
|
+
minWidth?: string | number | undefined;
|
|
33157
33281
|
class?: any;
|
|
33158
33282
|
} & {
|
|
33159
33283
|
$children?: vue.VNodeChild | {
|
|
@@ -33200,7 +33324,13 @@ declare const VExpansionPanelTitle: {
|
|
|
33200
33324
|
expandIcon: IconValue;
|
|
33201
33325
|
hideActions: boolean;
|
|
33202
33326
|
} & {
|
|
33327
|
+
height?: string | number | undefined;
|
|
33328
|
+
width?: string | number | undefined;
|
|
33203
33329
|
color?: string | undefined;
|
|
33330
|
+
maxHeight?: string | number | undefined;
|
|
33331
|
+
maxWidth?: string | number | undefined;
|
|
33332
|
+
minHeight?: string | number | undefined;
|
|
33333
|
+
minWidth?: string | number | undefined;
|
|
33204
33334
|
class?: any;
|
|
33205
33335
|
} & {
|
|
33206
33336
|
$children?: vue.VNodeChild | {
|
|
@@ -33241,7 +33371,13 @@ declare const VExpansionPanelTitle: {
|
|
|
33241
33371
|
expandIcon: IconValue;
|
|
33242
33372
|
hideActions: boolean;
|
|
33243
33373
|
} & {
|
|
33374
|
+
height?: string | number | undefined;
|
|
33375
|
+
width?: string | number | undefined;
|
|
33244
33376
|
color?: string | undefined;
|
|
33377
|
+
maxHeight?: string | number | undefined;
|
|
33378
|
+
maxWidth?: string | number | undefined;
|
|
33379
|
+
minHeight?: string | number | undefined;
|
|
33380
|
+
minWidth?: string | number | undefined;
|
|
33245
33381
|
class?: any;
|
|
33246
33382
|
} & {
|
|
33247
33383
|
$children?: vue.VNodeChild | {
|
|
@@ -33270,6 +33406,12 @@ declare const VExpansionPanelTitle: {
|
|
|
33270
33406
|
default: (arg: ExpansionPanelTitleSlot) => vue.VNode[];
|
|
33271
33407
|
actions: (arg: ExpansionPanelTitleSlot) => vue.VNode[];
|
|
33272
33408
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
33409
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
33410
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
33411
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
33412
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
33413
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
33414
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
33273
33415
|
class: PropType<ClassValue>;
|
|
33274
33416
|
style: {
|
|
33275
33417
|
type: PropType<vue.StyleValue>;
|
|
@@ -33293,6 +33435,12 @@ declare const VExpansionPanelTitle: {
|
|
|
33293
33435
|
};
|
|
33294
33436
|
readonly: BooleanConstructor;
|
|
33295
33437
|
}, vue.ExtractPropTypes<{
|
|
33438
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
33439
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
33440
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
33441
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
33442
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
33443
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
33296
33444
|
class: PropType<ClassValue>;
|
|
33297
33445
|
style: {
|
|
33298
33446
|
type: PropType<vue.StyleValue>;
|
|
@@ -33374,6 +33522,7 @@ declare const VFab: {
|
|
|
33374
33522
|
rounded?: string | number | boolean | undefined;
|
|
33375
33523
|
baseColor?: string | undefined;
|
|
33376
33524
|
selectedClass?: string | undefined;
|
|
33525
|
+
activeColor?: string | undefined;
|
|
33377
33526
|
prependIcon?: IconValue | undefined;
|
|
33378
33527
|
appendIcon?: IconValue | undefined;
|
|
33379
33528
|
} & {
|
|
@@ -33444,6 +33593,7 @@ declare const VFab: {
|
|
|
33444
33593
|
rounded?: string | number | boolean | undefined;
|
|
33445
33594
|
baseColor?: string | undefined;
|
|
33446
33595
|
selectedClass?: string | undefined;
|
|
33596
|
+
activeColor?: string | undefined;
|
|
33447
33597
|
prependIcon?: IconValue | undefined;
|
|
33448
33598
|
appendIcon?: IconValue | undefined;
|
|
33449
33599
|
} & {
|
|
@@ -33553,6 +33703,7 @@ declare const VFab: {
|
|
|
33553
33703
|
rounded?: string | number | boolean | undefined;
|
|
33554
33704
|
baseColor?: string | undefined;
|
|
33555
33705
|
selectedClass?: string | undefined;
|
|
33706
|
+
activeColor?: string | undefined;
|
|
33556
33707
|
prependIcon?: IconValue | undefined;
|
|
33557
33708
|
appendIcon?: IconValue | undefined;
|
|
33558
33709
|
} & {
|
|
@@ -33657,6 +33808,7 @@ declare const VFab: {
|
|
|
33657
33808
|
rounded?: string | number | boolean | undefined;
|
|
33658
33809
|
baseColor?: string | undefined;
|
|
33659
33810
|
selectedClass?: string | undefined;
|
|
33811
|
+
activeColor?: string | undefined;
|
|
33660
33812
|
prependIcon?: IconValue | undefined;
|
|
33661
33813
|
appendIcon?: IconValue | undefined;
|
|
33662
33814
|
} & {
|
|
@@ -33806,6 +33958,7 @@ declare const VFab: {
|
|
|
33806
33958
|
};
|
|
33807
33959
|
baseColor: StringConstructor;
|
|
33808
33960
|
selectedClass: StringConstructor;
|
|
33961
|
+
activeColor: StringConstructor;
|
|
33809
33962
|
prependIcon: vue.PropType<IconValue>;
|
|
33810
33963
|
appendIcon: vue.PropType<IconValue>;
|
|
33811
33964
|
slim: BooleanConstructor;
|
|
@@ -33923,6 +34076,7 @@ declare const VFab: {
|
|
|
33923
34076
|
};
|
|
33924
34077
|
baseColor: StringConstructor;
|
|
33925
34078
|
selectedClass: StringConstructor;
|
|
34079
|
+
activeColor: StringConstructor;
|
|
33926
34080
|
prependIcon: vue.PropType<IconValue>;
|
|
33927
34081
|
appendIcon: vue.PropType<IconValue>;
|
|
33928
34082
|
slim: BooleanConstructor;
|
|
@@ -34087,7 +34241,7 @@ declare const VFileInput: {
|
|
|
34087
34241
|
class?: any;
|
|
34088
34242
|
theme?: string | undefined;
|
|
34089
34243
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34090
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34244
|
+
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;
|
|
34091
34245
|
validationValue?: any;
|
|
34092
34246
|
rounded?: string | number | boolean | undefined;
|
|
34093
34247
|
baseColor?: string | undefined;
|
|
@@ -34219,7 +34373,7 @@ declare const VFileInput: {
|
|
|
34219
34373
|
class?: any;
|
|
34220
34374
|
theme?: string | undefined;
|
|
34221
34375
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34222
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34376
|
+
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;
|
|
34223
34377
|
validationValue?: any;
|
|
34224
34378
|
prependIcon?: IconValue | undefined;
|
|
34225
34379
|
appendIcon?: IconValue | undefined;
|
|
@@ -34252,7 +34406,7 @@ declare const VFileInput: {
|
|
|
34252
34406
|
class?: any;
|
|
34253
34407
|
theme?: string | undefined;
|
|
34254
34408
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34255
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34409
|
+
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;
|
|
34256
34410
|
validationValue?: any;
|
|
34257
34411
|
prependIcon?: IconValue | undefined;
|
|
34258
34412
|
appendIcon?: IconValue | undefined;
|
|
@@ -34303,7 +34457,7 @@ declare const VFileInput: {
|
|
|
34303
34457
|
class?: any;
|
|
34304
34458
|
theme?: string | undefined;
|
|
34305
34459
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34306
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34460
|
+
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;
|
|
34307
34461
|
validationValue?: any;
|
|
34308
34462
|
prependIcon?: IconValue | undefined;
|
|
34309
34463
|
appendIcon?: IconValue | undefined;
|
|
@@ -34385,7 +34539,7 @@ declare const VFileInput: {
|
|
|
34385
34539
|
class?: any;
|
|
34386
34540
|
theme?: string | undefined;
|
|
34387
34541
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34388
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34542
|
+
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;
|
|
34389
34543
|
validationValue?: any;
|
|
34390
34544
|
prependIcon?: IconValue | undefined;
|
|
34391
34545
|
appendIcon?: IconValue | undefined;
|
|
@@ -34452,7 +34606,7 @@ declare const VFileInput: {
|
|
|
34452
34606
|
class?: any;
|
|
34453
34607
|
theme?: string | undefined;
|
|
34454
34608
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34455
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34609
|
+
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;
|
|
34456
34610
|
validationValue?: any;
|
|
34457
34611
|
rounded?: string | number | boolean | undefined;
|
|
34458
34612
|
baseColor?: string | undefined;
|
|
@@ -34651,7 +34805,7 @@ declare const VFileInput: {
|
|
|
34651
34805
|
class?: any;
|
|
34652
34806
|
theme?: string | undefined;
|
|
34653
34807
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34654
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34808
|
+
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;
|
|
34655
34809
|
validationValue?: any;
|
|
34656
34810
|
rounded?: string | number | boolean | undefined;
|
|
34657
34811
|
baseColor?: string | undefined;
|
|
@@ -34783,7 +34937,7 @@ declare const VFileInput: {
|
|
|
34783
34937
|
class?: any;
|
|
34784
34938
|
theme?: string | undefined;
|
|
34785
34939
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34786
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34940
|
+
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;
|
|
34787
34941
|
validationValue?: any;
|
|
34788
34942
|
prependIcon?: IconValue | undefined;
|
|
34789
34943
|
appendIcon?: IconValue | undefined;
|
|
@@ -34816,7 +34970,7 @@ declare const VFileInput: {
|
|
|
34816
34970
|
class?: any;
|
|
34817
34971
|
theme?: string | undefined;
|
|
34818
34972
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34819
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
34973
|
+
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;
|
|
34820
34974
|
validationValue?: any;
|
|
34821
34975
|
prependIcon?: IconValue | undefined;
|
|
34822
34976
|
appendIcon?: IconValue | undefined;
|
|
@@ -34867,7 +35021,7 @@ declare const VFileInput: {
|
|
|
34867
35021
|
class?: any;
|
|
34868
35022
|
theme?: string | undefined;
|
|
34869
35023
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34870
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35024
|
+
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;
|
|
34871
35025
|
validationValue?: any;
|
|
34872
35026
|
prependIcon?: IconValue | undefined;
|
|
34873
35027
|
appendIcon?: IconValue | undefined;
|
|
@@ -34949,7 +35103,7 @@ declare const VFileInput: {
|
|
|
34949
35103
|
class?: any;
|
|
34950
35104
|
theme?: string | undefined;
|
|
34951
35105
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
34952
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35106
|
+
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;
|
|
34953
35107
|
validationValue?: any;
|
|
34954
35108
|
prependIcon?: IconValue | undefined;
|
|
34955
35109
|
appendIcon?: IconValue | undefined;
|
|
@@ -35050,7 +35204,7 @@ declare const VFileInput: {
|
|
|
35050
35204
|
class?: any;
|
|
35051
35205
|
theme?: string | undefined;
|
|
35052
35206
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
35053
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35207
|
+
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;
|
|
35054
35208
|
validationValue?: any;
|
|
35055
35209
|
rounded?: string | number | boolean | undefined;
|
|
35056
35210
|
baseColor?: string | undefined;
|
|
@@ -35182,7 +35336,7 @@ declare const VFileInput: {
|
|
|
35182
35336
|
class?: any;
|
|
35183
35337
|
theme?: string | undefined;
|
|
35184
35338
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
35185
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35339
|
+
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;
|
|
35186
35340
|
validationValue?: any;
|
|
35187
35341
|
prependIcon?: IconValue | undefined;
|
|
35188
35342
|
appendIcon?: IconValue | undefined;
|
|
@@ -35215,7 +35369,7 @@ declare const VFileInput: {
|
|
|
35215
35369
|
class?: any;
|
|
35216
35370
|
theme?: string | undefined;
|
|
35217
35371
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
35218
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35372
|
+
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;
|
|
35219
35373
|
validationValue?: any;
|
|
35220
35374
|
prependIcon?: IconValue | undefined;
|
|
35221
35375
|
appendIcon?: IconValue | undefined;
|
|
@@ -35266,7 +35420,7 @@ declare const VFileInput: {
|
|
|
35266
35420
|
class?: any;
|
|
35267
35421
|
theme?: string | undefined;
|
|
35268
35422
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
35269
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35423
|
+
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;
|
|
35270
35424
|
validationValue?: any;
|
|
35271
35425
|
prependIcon?: IconValue | undefined;
|
|
35272
35426
|
appendIcon?: IconValue | undefined;
|
|
@@ -35348,7 +35502,7 @@ declare const VFileInput: {
|
|
|
35348
35502
|
class?: any;
|
|
35349
35503
|
theme?: string | undefined;
|
|
35350
35504
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
35351
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
35505
|
+
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;
|
|
35352
35506
|
validationValue?: any;
|
|
35353
35507
|
prependIcon?: IconValue | undefined;
|
|
35354
35508
|
appendIcon?: IconValue | undefined;
|
|
@@ -35700,7 +35854,7 @@ declare const VFooter: {
|
|
|
35700
35854
|
} | undefined;
|
|
35701
35855
|
} & {
|
|
35702
35856
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35703
|
-
},
|
|
35857
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
35704
35858
|
absolute: boolean;
|
|
35705
35859
|
height: string | number;
|
|
35706
35860
|
order: string | number;
|
|
@@ -35768,7 +35922,7 @@ declare const VFooter: {
|
|
|
35768
35922
|
} | undefined;
|
|
35769
35923
|
} & {
|
|
35770
35924
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35771
|
-
},
|
|
35925
|
+
}, {}, {}, {}, {}, {
|
|
35772
35926
|
absolute: boolean;
|
|
35773
35927
|
height: string | number;
|
|
35774
35928
|
order: string | number;
|
|
@@ -35806,7 +35960,7 @@ declare const VFooter: {
|
|
|
35806
35960
|
} | undefined;
|
|
35807
35961
|
} & {
|
|
35808
35962
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
35809
|
-
},
|
|
35963
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
35810
35964
|
absolute: boolean;
|
|
35811
35965
|
height: string | number;
|
|
35812
35966
|
order: string | number;
|
|
@@ -35902,7 +36056,7 @@ declare const VForm: {
|
|
|
35902
36056
|
disabled: boolean;
|
|
35903
36057
|
readonly: boolean;
|
|
35904
36058
|
modelValue: boolean | null;
|
|
35905
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36059
|
+
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;
|
|
35906
36060
|
fastFail: boolean;
|
|
35907
36061
|
} & {
|
|
35908
36062
|
class?: any;
|
|
@@ -36071,7 +36225,7 @@ declare const VForm: {
|
|
|
36071
36225
|
disabled: boolean;
|
|
36072
36226
|
readonly: boolean;
|
|
36073
36227
|
modelValue: boolean | null;
|
|
36074
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36228
|
+
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;
|
|
36075
36229
|
fastFail: boolean;
|
|
36076
36230
|
} & {
|
|
36077
36231
|
class?: any;
|
|
@@ -36208,7 +36362,7 @@ declare const VForm: {
|
|
|
36208
36362
|
disabled: boolean;
|
|
36209
36363
|
readonly: boolean;
|
|
36210
36364
|
modelValue: boolean | null;
|
|
36211
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36365
|
+
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;
|
|
36212
36366
|
fastFail: boolean;
|
|
36213
36367
|
}, true, {}, vue.SlotsType<Partial<{
|
|
36214
36368
|
default: (arg: {
|
|
@@ -36253,7 +36407,7 @@ declare const VForm: {
|
|
|
36253
36407
|
disabled: boolean;
|
|
36254
36408
|
readonly: boolean;
|
|
36255
36409
|
modelValue: boolean | null;
|
|
36256
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36410
|
+
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;
|
|
36257
36411
|
fastFail: boolean;
|
|
36258
36412
|
} & {
|
|
36259
36413
|
class?: any;
|
|
@@ -36419,7 +36573,7 @@ declare const VForm: {
|
|
|
36419
36573
|
disabled: boolean;
|
|
36420
36574
|
readonly: boolean;
|
|
36421
36575
|
modelValue: boolean | null;
|
|
36422
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36576
|
+
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;
|
|
36423
36577
|
fastFail: boolean;
|
|
36424
36578
|
}>;
|
|
36425
36579
|
__isFragment?: never;
|
|
@@ -36430,7 +36584,7 @@ declare const VForm: {
|
|
|
36430
36584
|
disabled: boolean;
|
|
36431
36585
|
readonly: boolean;
|
|
36432
36586
|
modelValue: boolean | null;
|
|
36433
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36587
|
+
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;
|
|
36434
36588
|
fastFail: boolean;
|
|
36435
36589
|
} & {
|
|
36436
36590
|
class?: any;
|
|
@@ -36599,7 +36753,7 @@ declare const VForm: {
|
|
|
36599
36753
|
disabled: boolean;
|
|
36600
36754
|
readonly: boolean;
|
|
36601
36755
|
modelValue: boolean | null;
|
|
36602
|
-
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
36756
|
+
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;
|
|
36603
36757
|
fastFail: boolean;
|
|
36604
36758
|
}, {}, string, vue.SlotsType<Partial<{
|
|
36605
36759
|
default: (arg: {
|
|
@@ -36675,6 +36829,12 @@ declare const VContainer: {
|
|
|
36675
36829
|
tag: string;
|
|
36676
36830
|
fluid: boolean;
|
|
36677
36831
|
} & {
|
|
36832
|
+
height?: string | number | undefined;
|
|
36833
|
+
width?: string | number | undefined;
|
|
36834
|
+
maxHeight?: string | number | undefined;
|
|
36835
|
+
maxWidth?: string | number | undefined;
|
|
36836
|
+
minHeight?: string | number | undefined;
|
|
36837
|
+
minWidth?: string | number | undefined;
|
|
36678
36838
|
class?: any;
|
|
36679
36839
|
} & {
|
|
36680
36840
|
$children?: vue.VNodeChild | {
|
|
@@ -36690,6 +36850,12 @@ declare const VContainer: {
|
|
|
36690
36850
|
tag: string;
|
|
36691
36851
|
fluid: boolean;
|
|
36692
36852
|
} & {
|
|
36853
|
+
height?: string | number | undefined;
|
|
36854
|
+
width?: string | number | undefined;
|
|
36855
|
+
maxHeight?: string | number | undefined;
|
|
36856
|
+
maxWidth?: string | number | undefined;
|
|
36857
|
+
minHeight?: string | number | undefined;
|
|
36858
|
+
minWidth?: string | number | undefined;
|
|
36693
36859
|
class?: any;
|
|
36694
36860
|
} & {
|
|
36695
36861
|
$children?: vue.VNodeChild | {
|
|
@@ -36718,6 +36884,12 @@ declare const VContainer: {
|
|
|
36718
36884
|
tag: string;
|
|
36719
36885
|
fluid: boolean;
|
|
36720
36886
|
} & {
|
|
36887
|
+
height?: string | number | undefined;
|
|
36888
|
+
width?: string | number | undefined;
|
|
36889
|
+
maxHeight?: string | number | undefined;
|
|
36890
|
+
maxWidth?: string | number | undefined;
|
|
36891
|
+
minHeight?: string | number | undefined;
|
|
36892
|
+
minWidth?: string | number | undefined;
|
|
36721
36893
|
class?: any;
|
|
36722
36894
|
} & {
|
|
36723
36895
|
$children?: vue.VNodeChild | {
|
|
@@ -36741,6 +36913,12 @@ declare const VContainer: {
|
|
|
36741
36913
|
tag: string;
|
|
36742
36914
|
fluid: boolean;
|
|
36743
36915
|
} & {
|
|
36916
|
+
height?: string | number | undefined;
|
|
36917
|
+
width?: string | number | undefined;
|
|
36918
|
+
maxHeight?: string | number | undefined;
|
|
36919
|
+
maxWidth?: string | number | undefined;
|
|
36920
|
+
minHeight?: string | number | undefined;
|
|
36921
|
+
minWidth?: string | number | undefined;
|
|
36744
36922
|
class?: any;
|
|
36745
36923
|
} & {
|
|
36746
36924
|
$children?: vue.VNodeChild | {
|
|
@@ -36762,6 +36940,12 @@ declare const VContainer: {
|
|
|
36762
36940
|
type: StringConstructor;
|
|
36763
36941
|
default: string;
|
|
36764
36942
|
};
|
|
36943
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
36944
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
36945
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
36946
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
36947
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
36948
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
36765
36949
|
class: vue.PropType<ClassValue>;
|
|
36766
36950
|
style: {
|
|
36767
36951
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -36776,6 +36960,12 @@ declare const VContainer: {
|
|
|
36776
36960
|
type: StringConstructor;
|
|
36777
36961
|
default: string;
|
|
36778
36962
|
};
|
|
36963
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
36964
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
36965
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
36966
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
36967
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
36968
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
36779
36969
|
class: vue.PropType<ClassValue>;
|
|
36780
36970
|
style: {
|
|
36781
36971
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -38731,7 +38921,7 @@ declare const VLayout: {
|
|
|
38731
38921
|
right: number;
|
|
38732
38922
|
id: string;
|
|
38733
38923
|
} | undefined;
|
|
38734
|
-
items:
|
|
38924
|
+
items: vue.ComputedRef<{
|
|
38735
38925
|
size: number;
|
|
38736
38926
|
position: Position;
|
|
38737
38927
|
top: number;
|
|
@@ -38739,7 +38929,7 @@ declare const VLayout: {
|
|
|
38739
38929
|
left: number;
|
|
38740
38930
|
right: number;
|
|
38741
38931
|
id: string;
|
|
38742
|
-
}[]
|
|
38932
|
+
}[]>;
|
|
38743
38933
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
38744
38934
|
style: vue.StyleValue;
|
|
38745
38935
|
fullHeight: boolean;
|
|
@@ -38804,7 +38994,7 @@ declare const VLayout: {
|
|
|
38804
38994
|
right: number;
|
|
38805
38995
|
id: string;
|
|
38806
38996
|
} | undefined;
|
|
38807
|
-
items:
|
|
38997
|
+
items: vue.ComputedRef<{
|
|
38808
38998
|
size: number;
|
|
38809
38999
|
position: Position;
|
|
38810
39000
|
top: number;
|
|
@@ -38812,7 +39002,7 @@ declare const VLayout: {
|
|
|
38812
39002
|
left: number;
|
|
38813
39003
|
right: number;
|
|
38814
39004
|
id: string;
|
|
38815
|
-
}[]
|
|
39005
|
+
}[]>;
|
|
38816
39006
|
}, {}, {}, {}, {
|
|
38817
39007
|
style: vue.StyleValue;
|
|
38818
39008
|
fullHeight: boolean;
|
|
@@ -38851,7 +39041,7 @@ declare const VLayout: {
|
|
|
38851
39041
|
right: number;
|
|
38852
39042
|
id: string;
|
|
38853
39043
|
} | undefined;
|
|
38854
|
-
items:
|
|
39044
|
+
items: vue.ComputedRef<{
|
|
38855
39045
|
size: number;
|
|
38856
39046
|
position: Position;
|
|
38857
39047
|
top: number;
|
|
@@ -38859,7 +39049,7 @@ declare const VLayout: {
|
|
|
38859
39049
|
left: number;
|
|
38860
39050
|
right: number;
|
|
38861
39051
|
id: string;
|
|
38862
|
-
}[]
|
|
39052
|
+
}[]>;
|
|
38863
39053
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
38864
39054
|
style: vue.StyleValue;
|
|
38865
39055
|
fullHeight: boolean;
|
|
@@ -38916,7 +39106,7 @@ declare const VLayoutItem: {
|
|
|
38916
39106
|
} | undefined;
|
|
38917
39107
|
} & {
|
|
38918
39108
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38919
|
-
},
|
|
39109
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
38920
39110
|
absolute: boolean;
|
|
38921
39111
|
order: string | number;
|
|
38922
39112
|
position: "left" | "top" | "bottom" | "right";
|
|
@@ -38969,7 +39159,7 @@ declare const VLayoutItem: {
|
|
|
38969
39159
|
} | undefined;
|
|
38970
39160
|
} & {
|
|
38971
39161
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
38972
|
-
},
|
|
39162
|
+
}, () => JSX.Element, {}, {}, {}, {
|
|
38973
39163
|
absolute: boolean;
|
|
38974
39164
|
order: string | number;
|
|
38975
39165
|
style: vue.StyleValue;
|
|
@@ -38998,7 +39188,7 @@ declare const VLayoutItem: {
|
|
|
38998
39188
|
} | undefined;
|
|
38999
39189
|
} & {
|
|
39000
39190
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
39001
|
-
},
|
|
39191
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
39002
39192
|
absolute: boolean;
|
|
39003
39193
|
order: string | number;
|
|
39004
39194
|
style: vue.StyleValue;
|
|
@@ -39432,7 +39622,7 @@ declare const VMain: {
|
|
|
39432
39622
|
} | undefined;
|
|
39433
39623
|
} & {
|
|
39434
39624
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
39435
|
-
},
|
|
39625
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
39436
39626
|
style: vue.StyleValue;
|
|
39437
39627
|
tag: string;
|
|
39438
39628
|
scrollable: boolean;
|
|
@@ -39516,7 +39706,7 @@ declare const VMain: {
|
|
|
39516
39706
|
} | undefined;
|
|
39517
39707
|
} & {
|
|
39518
39708
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
39519
|
-
},
|
|
39709
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
39520
39710
|
style: vue.StyleValue;
|
|
39521
39711
|
tag: string;
|
|
39522
39712
|
scrollable: boolean;
|
|
@@ -42906,7 +43096,7 @@ declare const VRadioGroup: {
|
|
|
42906
43096
|
class?: any;
|
|
42907
43097
|
theme?: string | undefined;
|
|
42908
43098
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42909
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43099
|
+
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;
|
|
42910
43100
|
validationValue?: any;
|
|
42911
43101
|
prependIcon?: IconValue | undefined;
|
|
42912
43102
|
appendIcon?: IconValue | undefined;
|
|
@@ -42952,7 +43142,7 @@ declare const VRadioGroup: {
|
|
|
42952
43142
|
class?: any;
|
|
42953
43143
|
theme?: string | undefined;
|
|
42954
43144
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
42955
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43145
|
+
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;
|
|
42956
43146
|
validationValue?: any;
|
|
42957
43147
|
prependIcon?: IconValue | undefined;
|
|
42958
43148
|
appendIcon?: IconValue | undefined;
|
|
@@ -43037,7 +43227,7 @@ declare const VRadioGroup: {
|
|
|
43037
43227
|
class?: any;
|
|
43038
43228
|
theme?: string | undefined;
|
|
43039
43229
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43040
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43230
|
+
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;
|
|
43041
43231
|
validationValue?: any;
|
|
43042
43232
|
prependIcon?: IconValue | undefined;
|
|
43043
43233
|
appendIcon?: IconValue | undefined;
|
|
@@ -43109,7 +43299,7 @@ declare const VRadioGroup: {
|
|
|
43109
43299
|
class?: any;
|
|
43110
43300
|
theme?: string | undefined;
|
|
43111
43301
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43112
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43302
|
+
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;
|
|
43113
43303
|
validationValue?: any;
|
|
43114
43304
|
prependIcon?: IconValue | undefined;
|
|
43115
43305
|
appendIcon?: IconValue | undefined;
|
|
@@ -43390,7 +43580,7 @@ declare const VRangeSlider: {
|
|
|
43390
43580
|
class?: any;
|
|
43391
43581
|
theme?: string | undefined;
|
|
43392
43582
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43393
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43583
|
+
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;
|
|
43394
43584
|
validationValue?: any;
|
|
43395
43585
|
rounded?: string | number | boolean | undefined;
|
|
43396
43586
|
prependIcon?: IconValue | undefined;
|
|
@@ -43498,7 +43688,7 @@ declare const VRangeSlider: {
|
|
|
43498
43688
|
class?: any;
|
|
43499
43689
|
theme?: string | undefined;
|
|
43500
43690
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43501
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43691
|
+
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;
|
|
43502
43692
|
validationValue?: any;
|
|
43503
43693
|
rounded?: string | number | boolean | undefined;
|
|
43504
43694
|
prependIcon?: IconValue | undefined;
|
|
@@ -43652,7 +43842,7 @@ declare const VRangeSlider: {
|
|
|
43652
43842
|
class?: any;
|
|
43653
43843
|
theme?: string | undefined;
|
|
43654
43844
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43655
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43845
|
+
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;
|
|
43656
43846
|
validationValue?: any;
|
|
43657
43847
|
rounded?: string | number | boolean | undefined;
|
|
43658
43848
|
prependIcon?: IconValue | undefined;
|
|
@@ -43789,7 +43979,7 @@ declare const VRangeSlider: {
|
|
|
43789
43979
|
class?: any;
|
|
43790
43980
|
theme?: string | undefined;
|
|
43791
43981
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
43792
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
43982
|
+
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;
|
|
43793
43983
|
validationValue?: any;
|
|
43794
43984
|
rounded?: string | number | boolean | undefined;
|
|
43795
43985
|
prependIcon?: IconValue | undefined;
|
|
@@ -44738,7 +44928,7 @@ declare const VSelect: {
|
|
|
44738
44928
|
theme?: string | undefined;
|
|
44739
44929
|
counter?: string | number | boolean | undefined;
|
|
44740
44930
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
44741
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
44931
|
+
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;
|
|
44742
44932
|
rounded?: string | number | boolean | undefined;
|
|
44743
44933
|
baseColor?: string | undefined;
|
|
44744
44934
|
bgColor?: string | undefined;
|
|
@@ -44808,9 +44998,9 @@ declare const VSelect: {
|
|
|
44808
44998
|
rounded?: string | number | boolean | undefined;
|
|
44809
44999
|
baseColor?: string | undefined;
|
|
44810
45000
|
bgColor?: string | undefined;
|
|
45001
|
+
activeColor?: string | undefined;
|
|
44811
45002
|
activeClass?: string | undefined;
|
|
44812
45003
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44813
|
-
activeColor?: string | undefined;
|
|
44814
45004
|
collapseIcon?: string | undefined;
|
|
44815
45005
|
expandIcon?: string | undefined;
|
|
44816
45006
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -44853,9 +45043,9 @@ declare const VSelect: {
|
|
|
44853
45043
|
rounded?: string | number | boolean | undefined;
|
|
44854
45044
|
baseColor?: string | undefined;
|
|
44855
45045
|
bgColor?: string | undefined;
|
|
45046
|
+
activeColor?: string | undefined;
|
|
44856
45047
|
activeClass?: string | undefined;
|
|
44857
45048
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
44858
|
-
activeColor?: string | undefined;
|
|
44859
45049
|
collapseIcon?: string | undefined;
|
|
44860
45050
|
expandIcon?: string | undefined;
|
|
44861
45051
|
} & {
|
|
@@ -44968,7 +45158,7 @@ declare const VSelect: {
|
|
|
44968
45158
|
}) => vue.VNodeChild) | undefined;
|
|
44969
45159
|
}) | undefined;
|
|
44970
45160
|
menuProps?: (Partial<{
|
|
44971
|
-
location: Anchor;
|
|
45161
|
+
location: Anchor | undefined;
|
|
44972
45162
|
origin: "auto" | Anchor | "overlap";
|
|
44973
45163
|
transition: string | boolean | (vue.TransitionProps & {
|
|
44974
45164
|
component?: Component;
|
|
@@ -44996,8 +45186,9 @@ declare const VSelect: {
|
|
|
44996
45186
|
noClickAnimation: boolean;
|
|
44997
45187
|
persistent: boolean;
|
|
44998
45188
|
scrim: string | boolean;
|
|
45189
|
+
submenu: boolean;
|
|
44999
45190
|
}> & Omit<{
|
|
45000
|
-
location: Anchor;
|
|
45191
|
+
location: Anchor | undefined;
|
|
45001
45192
|
origin: "auto" | Anchor | "overlap";
|
|
45002
45193
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45003
45194
|
component?: Component;
|
|
@@ -45023,6 +45214,7 @@ declare const VSelect: {
|
|
|
45023
45214
|
noClickAnimation: boolean;
|
|
45024
45215
|
persistent: boolean;
|
|
45025
45216
|
scrim: string | boolean;
|
|
45217
|
+
submenu: boolean;
|
|
45026
45218
|
offset?: string | number | number[] | undefined;
|
|
45027
45219
|
id?: string | undefined;
|
|
45028
45220
|
height?: string | number | undefined;
|
|
@@ -45073,7 +45265,7 @@ declare const VSelect: {
|
|
|
45073
45265
|
}) => vue.VNodeChild) | undefined;
|
|
45074
45266
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45075
45267
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
45076
|
-
location: Anchor;
|
|
45268
|
+
location: Anchor | undefined;
|
|
45077
45269
|
origin: "auto" | Anchor | "overlap";
|
|
45078
45270
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45079
45271
|
component?: Component;
|
|
@@ -45099,6 +45291,7 @@ declare const VSelect: {
|
|
|
45099
45291
|
noClickAnimation: boolean;
|
|
45100
45292
|
persistent: boolean;
|
|
45101
45293
|
scrim: string | boolean;
|
|
45294
|
+
submenu: boolean;
|
|
45102
45295
|
} & {
|
|
45103
45296
|
offset?: string | number | number[] | undefined;
|
|
45104
45297
|
id?: string | undefined;
|
|
@@ -45152,7 +45345,7 @@ declare const VSelect: {
|
|
|
45152
45345
|
}) => vue.VNodeChild) | undefined;
|
|
45153
45346
|
} & {
|
|
45154
45347
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45155
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
45348
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
45156
45349
|
itemColor?: string | undefined;
|
|
45157
45350
|
} & {
|
|
45158
45351
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -45222,7 +45415,7 @@ declare const VSelect: {
|
|
|
45222
45415
|
theme?: string | undefined;
|
|
45223
45416
|
counter?: string | number | boolean | undefined;
|
|
45224
45417
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
45225
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
45418
|
+
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;
|
|
45226
45419
|
rounded?: string | number | boolean | undefined;
|
|
45227
45420
|
baseColor?: string | undefined;
|
|
45228
45421
|
bgColor?: string | undefined;
|
|
@@ -45292,9 +45485,9 @@ declare const VSelect: {
|
|
|
45292
45485
|
rounded?: string | number | boolean | undefined;
|
|
45293
45486
|
baseColor?: string | undefined;
|
|
45294
45487
|
bgColor?: string | undefined;
|
|
45488
|
+
activeColor?: string | undefined;
|
|
45295
45489
|
activeClass?: string | undefined;
|
|
45296
45490
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45297
|
-
activeColor?: string | undefined;
|
|
45298
45491
|
collapseIcon?: string | undefined;
|
|
45299
45492
|
expandIcon?: string | undefined;
|
|
45300
45493
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -45337,9 +45530,9 @@ declare const VSelect: {
|
|
|
45337
45530
|
rounded?: string | number | boolean | undefined;
|
|
45338
45531
|
baseColor?: string | undefined;
|
|
45339
45532
|
bgColor?: string | undefined;
|
|
45533
|
+
activeColor?: string | undefined;
|
|
45340
45534
|
activeClass?: string | undefined;
|
|
45341
45535
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45342
|
-
activeColor?: string | undefined;
|
|
45343
45536
|
collapseIcon?: string | undefined;
|
|
45344
45537
|
expandIcon?: string | undefined;
|
|
45345
45538
|
} & {
|
|
@@ -45452,7 +45645,7 @@ declare const VSelect: {
|
|
|
45452
45645
|
}) => vue.VNodeChild) | undefined;
|
|
45453
45646
|
}) | undefined;
|
|
45454
45647
|
menuProps?: (Partial<{
|
|
45455
|
-
location: Anchor;
|
|
45648
|
+
location: Anchor | undefined;
|
|
45456
45649
|
origin: "auto" | Anchor | "overlap";
|
|
45457
45650
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45458
45651
|
component?: Component;
|
|
@@ -45480,8 +45673,9 @@ declare const VSelect: {
|
|
|
45480
45673
|
noClickAnimation: boolean;
|
|
45481
45674
|
persistent: boolean;
|
|
45482
45675
|
scrim: string | boolean;
|
|
45676
|
+
submenu: boolean;
|
|
45483
45677
|
}> & Omit<{
|
|
45484
|
-
location: Anchor;
|
|
45678
|
+
location: Anchor | undefined;
|
|
45485
45679
|
origin: "auto" | Anchor | "overlap";
|
|
45486
45680
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45487
45681
|
component?: Component;
|
|
@@ -45507,6 +45701,7 @@ declare const VSelect: {
|
|
|
45507
45701
|
noClickAnimation: boolean;
|
|
45508
45702
|
persistent: boolean;
|
|
45509
45703
|
scrim: string | boolean;
|
|
45704
|
+
submenu: boolean;
|
|
45510
45705
|
offset?: string | number | number[] | undefined;
|
|
45511
45706
|
id?: string | undefined;
|
|
45512
45707
|
height?: string | number | undefined;
|
|
@@ -45557,7 +45752,7 @@ declare const VSelect: {
|
|
|
45557
45752
|
}) => vue.VNodeChild) | undefined;
|
|
45558
45753
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45559
45754
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
45560
|
-
location: Anchor;
|
|
45755
|
+
location: Anchor | undefined;
|
|
45561
45756
|
origin: "auto" | Anchor | "overlap";
|
|
45562
45757
|
transition: string | boolean | (vue.TransitionProps & {
|
|
45563
45758
|
component?: Component;
|
|
@@ -45583,6 +45778,7 @@ declare const VSelect: {
|
|
|
45583
45778
|
noClickAnimation: boolean;
|
|
45584
45779
|
persistent: boolean;
|
|
45585
45780
|
scrim: string | boolean;
|
|
45781
|
+
submenu: boolean;
|
|
45586
45782
|
} & {
|
|
45587
45783
|
offset?: string | number | number[] | undefined;
|
|
45588
45784
|
id?: string | undefined;
|
|
@@ -45636,7 +45832,7 @@ declare const VSelect: {
|
|
|
45636
45832
|
}) => vue.VNodeChild) | undefined;
|
|
45637
45833
|
} & {
|
|
45638
45834
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45639
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
45835
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
45640
45836
|
itemColor?: string | undefined;
|
|
45641
45837
|
} & {
|
|
45642
45838
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -45789,7 +45985,7 @@ declare const VSelect: {
|
|
|
45789
45985
|
theme?: string | undefined;
|
|
45790
45986
|
counter?: string | number | boolean | undefined;
|
|
45791
45987
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
45792
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
45988
|
+
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;
|
|
45793
45989
|
rounded?: string | number | boolean | undefined;
|
|
45794
45990
|
baseColor?: string | undefined;
|
|
45795
45991
|
bgColor?: string | undefined;
|
|
@@ -45859,9 +46055,9 @@ declare const VSelect: {
|
|
|
45859
46055
|
rounded?: string | number | boolean | undefined;
|
|
45860
46056
|
baseColor?: string | undefined;
|
|
45861
46057
|
bgColor?: string | undefined;
|
|
46058
|
+
activeColor?: string | undefined;
|
|
45862
46059
|
activeClass?: string | undefined;
|
|
45863
46060
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45864
|
-
activeColor?: string | undefined;
|
|
45865
46061
|
collapseIcon?: string | undefined;
|
|
45866
46062
|
expandIcon?: string | undefined;
|
|
45867
46063
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -45904,9 +46100,9 @@ declare const VSelect: {
|
|
|
45904
46100
|
rounded?: string | number | boolean | undefined;
|
|
45905
46101
|
baseColor?: string | undefined;
|
|
45906
46102
|
bgColor?: string | undefined;
|
|
46103
|
+
activeColor?: string | undefined;
|
|
45907
46104
|
activeClass?: string | undefined;
|
|
45908
46105
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
45909
|
-
activeColor?: string | undefined;
|
|
45910
46106
|
collapseIcon?: string | undefined;
|
|
45911
46107
|
expandIcon?: string | undefined;
|
|
45912
46108
|
} & {
|
|
@@ -46019,7 +46215,7 @@ declare const VSelect: {
|
|
|
46019
46215
|
}) => vue.VNodeChild) | undefined;
|
|
46020
46216
|
}) | undefined;
|
|
46021
46217
|
menuProps?: (Partial<{
|
|
46022
|
-
location: Anchor;
|
|
46218
|
+
location: Anchor | undefined;
|
|
46023
46219
|
origin: "auto" | Anchor | "overlap";
|
|
46024
46220
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46025
46221
|
component?: Component;
|
|
@@ -46047,8 +46243,9 @@ declare const VSelect: {
|
|
|
46047
46243
|
noClickAnimation: boolean;
|
|
46048
46244
|
persistent: boolean;
|
|
46049
46245
|
scrim: string | boolean;
|
|
46246
|
+
submenu: boolean;
|
|
46050
46247
|
}> & Omit<{
|
|
46051
|
-
location: Anchor;
|
|
46248
|
+
location: Anchor | undefined;
|
|
46052
46249
|
origin: "auto" | Anchor | "overlap";
|
|
46053
46250
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46054
46251
|
component?: Component;
|
|
@@ -46074,6 +46271,7 @@ declare const VSelect: {
|
|
|
46074
46271
|
noClickAnimation: boolean;
|
|
46075
46272
|
persistent: boolean;
|
|
46076
46273
|
scrim: string | boolean;
|
|
46274
|
+
submenu: boolean;
|
|
46077
46275
|
offset?: string | number | number[] | undefined;
|
|
46078
46276
|
id?: string | undefined;
|
|
46079
46277
|
height?: string | number | undefined;
|
|
@@ -46124,7 +46322,7 @@ declare const VSelect: {
|
|
|
46124
46322
|
}) => vue.VNodeChild) | undefined;
|
|
46125
46323
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46126
46324
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
46127
|
-
location: Anchor;
|
|
46325
|
+
location: Anchor | undefined;
|
|
46128
46326
|
origin: "auto" | Anchor | "overlap";
|
|
46129
46327
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46130
46328
|
component?: Component;
|
|
@@ -46150,6 +46348,7 @@ declare const VSelect: {
|
|
|
46150
46348
|
noClickAnimation: boolean;
|
|
46151
46349
|
persistent: boolean;
|
|
46152
46350
|
scrim: string | boolean;
|
|
46351
|
+
submenu: boolean;
|
|
46153
46352
|
} & {
|
|
46154
46353
|
offset?: string | number | number[] | undefined;
|
|
46155
46354
|
id?: string | undefined;
|
|
@@ -46203,7 +46402,7 @@ declare const VSelect: {
|
|
|
46203
46402
|
}) => vue.VNodeChild) | undefined;
|
|
46204
46403
|
} & {
|
|
46205
46404
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46206
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
46405
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
46207
46406
|
itemColor?: string | undefined;
|
|
46208
46407
|
} & {
|
|
46209
46408
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -46321,7 +46520,7 @@ declare const VSelect: {
|
|
|
46321
46520
|
theme?: string | undefined;
|
|
46322
46521
|
counter?: string | number | boolean | undefined;
|
|
46323
46522
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
46324
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
46523
|
+
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;
|
|
46325
46524
|
rounded?: string | number | boolean | undefined;
|
|
46326
46525
|
baseColor?: string | undefined;
|
|
46327
46526
|
bgColor?: string | undefined;
|
|
@@ -46391,9 +46590,9 @@ declare const VSelect: {
|
|
|
46391
46590
|
rounded?: string | number | boolean | undefined;
|
|
46392
46591
|
baseColor?: string | undefined;
|
|
46393
46592
|
bgColor?: string | undefined;
|
|
46593
|
+
activeColor?: string | undefined;
|
|
46394
46594
|
activeClass?: string | undefined;
|
|
46395
46595
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46396
|
-
activeColor?: string | undefined;
|
|
46397
46596
|
collapseIcon?: string | undefined;
|
|
46398
46597
|
expandIcon?: string | undefined;
|
|
46399
46598
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
|
@@ -46436,9 +46635,9 @@ declare const VSelect: {
|
|
|
46436
46635
|
rounded?: string | number | boolean | undefined;
|
|
46437
46636
|
baseColor?: string | undefined;
|
|
46438
46637
|
bgColor?: string | undefined;
|
|
46638
|
+
activeColor?: string | undefined;
|
|
46439
46639
|
activeClass?: string | undefined;
|
|
46440
46640
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
46441
|
-
activeColor?: string | undefined;
|
|
46442
46641
|
collapseIcon?: string | undefined;
|
|
46443
46642
|
expandIcon?: string | undefined;
|
|
46444
46643
|
} & {
|
|
@@ -46551,7 +46750,7 @@ declare const VSelect: {
|
|
|
46551
46750
|
}) => vue.VNodeChild) | undefined;
|
|
46552
46751
|
}) | undefined;
|
|
46553
46752
|
menuProps?: (Partial<{
|
|
46554
|
-
location: Anchor;
|
|
46753
|
+
location: Anchor | undefined;
|
|
46555
46754
|
origin: "auto" | Anchor | "overlap";
|
|
46556
46755
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46557
46756
|
component?: Component;
|
|
@@ -46579,8 +46778,9 @@ declare const VSelect: {
|
|
|
46579
46778
|
noClickAnimation: boolean;
|
|
46580
46779
|
persistent: boolean;
|
|
46581
46780
|
scrim: string | boolean;
|
|
46781
|
+
submenu: boolean;
|
|
46582
46782
|
}> & Omit<{
|
|
46583
|
-
location: Anchor;
|
|
46783
|
+
location: Anchor | undefined;
|
|
46584
46784
|
origin: "auto" | Anchor | "overlap";
|
|
46585
46785
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46586
46786
|
component?: Component;
|
|
@@ -46606,6 +46806,7 @@ declare const VSelect: {
|
|
|
46606
46806
|
noClickAnimation: boolean;
|
|
46607
46807
|
persistent: boolean;
|
|
46608
46808
|
scrim: string | boolean;
|
|
46809
|
+
submenu: boolean;
|
|
46609
46810
|
offset?: string | number | number[] | undefined;
|
|
46610
46811
|
id?: string | undefined;
|
|
46611
46812
|
height?: string | number | undefined;
|
|
@@ -46656,7 +46857,7 @@ declare const VSelect: {
|
|
|
46656
46857
|
}) => vue.VNodeChild) | undefined;
|
|
46657
46858
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46658
46859
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
46659
|
-
location: Anchor;
|
|
46860
|
+
location: Anchor | undefined;
|
|
46660
46861
|
origin: "auto" | Anchor | "overlap";
|
|
46661
46862
|
transition: string | boolean | (vue.TransitionProps & {
|
|
46662
46863
|
component?: Component;
|
|
@@ -46682,6 +46883,7 @@ declare const VSelect: {
|
|
|
46682
46883
|
noClickAnimation: boolean;
|
|
46683
46884
|
persistent: boolean;
|
|
46684
46885
|
scrim: string | boolean;
|
|
46886
|
+
submenu: boolean;
|
|
46685
46887
|
} & {
|
|
46686
46888
|
offset?: string | number | number[] | undefined;
|
|
46687
46889
|
id?: string | undefined;
|
|
@@ -46735,7 +46937,7 @@ declare const VSelect: {
|
|
|
46735
46937
|
}) => vue.VNodeChild) | undefined;
|
|
46736
46938
|
} & {
|
|
46737
46939
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46738
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
|
46940
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
|
46739
46941
|
itemColor?: string | undefined;
|
|
46740
46942
|
} & {
|
|
46741
46943
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -47689,6 +47891,8 @@ declare const VSlideGroup: {
|
|
|
47689
47891
|
scrollTo: (location: "prev" | "next") => void;
|
|
47690
47892
|
scrollOffset: vue.ShallowRef<number>;
|
|
47691
47893
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
47894
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
47895
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47692
47896
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
47693
47897
|
'update:modelValue': (value: any) => true;
|
|
47694
47898
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -47755,6 +47959,8 @@ declare const VSlideGroup: {
|
|
|
47755
47959
|
scrollTo: (location: "prev" | "next") => void;
|
|
47756
47960
|
scrollOffset: vue.ShallowRef<number>;
|
|
47757
47961
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
47962
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
47963
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47758
47964
|
}, {}, {}, {}, {
|
|
47759
47965
|
symbol: any;
|
|
47760
47966
|
direction: "horizontal" | "vertical";
|
|
@@ -47794,6 +48000,8 @@ declare const VSlideGroup: {
|
|
|
47794
48000
|
scrollTo: (location: "prev" | "next") => void;
|
|
47795
48001
|
scrollOffset: vue.ShallowRef<number>;
|
|
47796
48002
|
focus: (location?: "next" | "prev" | "first" | "last") => void;
|
|
48003
|
+
hasPrev: vue.ComputedRef<boolean>;
|
|
48004
|
+
hasNext: vue.ComputedRef<boolean>;
|
|
47797
48005
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
47798
48006
|
'update:modelValue': (value: any) => true;
|
|
47799
48007
|
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
|
@@ -48168,7 +48376,7 @@ declare const VSlider: {
|
|
|
48168
48376
|
class?: any;
|
|
48169
48377
|
theme?: string | undefined;
|
|
48170
48378
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
48171
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48379
|
+
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;
|
|
48172
48380
|
validationValue?: any;
|
|
48173
48381
|
rounded?: string | number | boolean | undefined;
|
|
48174
48382
|
prependIcon?: IconValue | undefined;
|
|
@@ -48275,7 +48483,7 @@ declare const VSlider: {
|
|
|
48275
48483
|
class?: any;
|
|
48276
48484
|
theme?: string | undefined;
|
|
48277
48485
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
48278
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48486
|
+
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;
|
|
48279
48487
|
validationValue?: any;
|
|
48280
48488
|
rounded?: string | number | boolean | undefined;
|
|
48281
48489
|
prependIcon?: IconValue | undefined;
|
|
@@ -48427,7 +48635,7 @@ declare const VSlider: {
|
|
|
48427
48635
|
class?: any;
|
|
48428
48636
|
theme?: string | undefined;
|
|
48429
48637
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
48430
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48638
|
+
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;
|
|
48431
48639
|
validationValue?: any;
|
|
48432
48640
|
rounded?: string | number | boolean | undefined;
|
|
48433
48641
|
prependIcon?: IconValue | undefined;
|
|
@@ -48562,7 +48770,7 @@ declare const VSlider: {
|
|
|
48562
48770
|
class?: any;
|
|
48563
48771
|
theme?: string | undefined;
|
|
48564
48772
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
48565
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
48773
|
+
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;
|
|
48566
48774
|
validationValue?: any;
|
|
48567
48775
|
rounded?: string | number | boolean | undefined;
|
|
48568
48776
|
prependIcon?: IconValue | undefined;
|
|
@@ -49460,7 +49668,7 @@ declare const VSnackbar: {
|
|
|
49460
49668
|
onAfterLeave?: (() => any) | undefined;
|
|
49461
49669
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
49462
49670
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
49463
|
-
}, "target" | "
|
|
49671
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
49464
49672
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
49465
49673
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
49466
49674
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -50131,7 +50339,7 @@ declare const VSnackbar: {
|
|
|
50131
50339
|
onAfterLeave?: (() => any) | undefined;
|
|
50132
50340
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50133
50341
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50134
|
-
}, "target" | "
|
|
50342
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
50135
50343
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
50136
50344
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
50137
50345
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -50702,7 +50910,7 @@ declare const VSnackbar: {
|
|
|
50702
50910
|
onAfterLeave?: (() => any) | undefined;
|
|
50703
50911
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
50704
50912
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
50705
|
-
}, "target" | "
|
|
50913
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
50706
50914
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
50707
50915
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
50708
50916
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -51340,7 +51548,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
|
|
|
51340
51548
|
declare const VSpeedDial: {
|
|
51341
51549
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
51342
51550
|
offset: string | number | number[] | undefined;
|
|
51343
|
-
location: Anchor;
|
|
51551
|
+
location: Anchor | undefined;
|
|
51344
51552
|
origin: "auto" | Anchor | "overlap";
|
|
51345
51553
|
minWidth: string | number;
|
|
51346
51554
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51367,6 +51575,7 @@ declare const VSpeedDial: {
|
|
|
51367
51575
|
noClickAnimation: boolean;
|
|
51368
51576
|
persistent: boolean;
|
|
51369
51577
|
scrim: string | boolean;
|
|
51578
|
+
submenu: boolean;
|
|
51370
51579
|
} & {
|
|
51371
51580
|
id?: string | undefined;
|
|
51372
51581
|
height?: string | number | undefined;
|
|
@@ -51422,7 +51631,7 @@ declare const VSpeedDial: {
|
|
|
51422
51631
|
'update:modelValue': (value: boolean) => true;
|
|
51423
51632
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
51424
51633
|
offset: string | number | number[] | undefined;
|
|
51425
|
-
location: Anchor;
|
|
51634
|
+
location: Anchor | undefined;
|
|
51426
51635
|
origin: "auto" | Anchor | "overlap";
|
|
51427
51636
|
minWidth: string | number;
|
|
51428
51637
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51449,6 +51658,7 @@ declare const VSpeedDial: {
|
|
|
51449
51658
|
noClickAnimation: boolean;
|
|
51450
51659
|
persistent: boolean;
|
|
51451
51660
|
scrim: string | boolean;
|
|
51661
|
+
submenu: boolean;
|
|
51452
51662
|
} & {
|
|
51453
51663
|
id?: string | undefined;
|
|
51454
51664
|
height?: string | number | undefined;
|
|
@@ -51502,7 +51712,7 @@ declare const VSpeedDial: {
|
|
|
51502
51712
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
51503
51713
|
}, {
|
|
51504
51714
|
offset: string | number | number[] | undefined;
|
|
51505
|
-
location: Anchor;
|
|
51715
|
+
location: Anchor | undefined;
|
|
51506
51716
|
origin: "auto" | Anchor | "overlap";
|
|
51507
51717
|
minWidth: string | number;
|
|
51508
51718
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51531,6 +51741,7 @@ declare const VSpeedDial: {
|
|
|
51531
51741
|
noClickAnimation: boolean;
|
|
51532
51742
|
persistent: boolean;
|
|
51533
51743
|
scrim: string | boolean;
|
|
51744
|
+
submenu: boolean;
|
|
51534
51745
|
}, true, {}, vue.SlotsType<Partial<{
|
|
51535
51746
|
default: (arg: {
|
|
51536
51747
|
isActive: vue.Ref<boolean>;
|
|
@@ -51549,7 +51760,7 @@ declare const VSpeedDial: {
|
|
|
51549
51760
|
Defaults: {};
|
|
51550
51761
|
}, {
|
|
51551
51762
|
offset: string | number | number[] | undefined;
|
|
51552
|
-
location: Anchor;
|
|
51763
|
+
location: Anchor | undefined;
|
|
51553
51764
|
origin: "auto" | Anchor | "overlap";
|
|
51554
51765
|
minWidth: string | number;
|
|
51555
51766
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51576,6 +51787,7 @@ declare const VSpeedDial: {
|
|
|
51576
51787
|
noClickAnimation: boolean;
|
|
51577
51788
|
persistent: boolean;
|
|
51578
51789
|
scrim: string | boolean;
|
|
51790
|
+
submenu: boolean;
|
|
51579
51791
|
} & {
|
|
51580
51792
|
id?: string | undefined;
|
|
51581
51793
|
height?: string | number | undefined;
|
|
@@ -51629,7 +51841,7 @@ declare const VSpeedDial: {
|
|
|
51629
51841
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
51630
51842
|
}, {}, {}, {}, {}, {
|
|
51631
51843
|
offset: string | number | number[] | undefined;
|
|
51632
|
-
location: Anchor;
|
|
51844
|
+
location: Anchor | undefined;
|
|
51633
51845
|
origin: "auto" | Anchor | "overlap";
|
|
51634
51846
|
minWidth: string | number;
|
|
51635
51847
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51658,13 +51870,14 @@ declare const VSpeedDial: {
|
|
|
51658
51870
|
noClickAnimation: boolean;
|
|
51659
51871
|
persistent: boolean;
|
|
51660
51872
|
scrim: string | boolean;
|
|
51873
|
+
submenu: boolean;
|
|
51661
51874
|
}>;
|
|
51662
51875
|
__isFragment?: never;
|
|
51663
51876
|
__isTeleport?: never;
|
|
51664
51877
|
__isSuspense?: never;
|
|
51665
51878
|
} & vue.ComponentOptionsBase<{
|
|
51666
51879
|
offset: string | number | number[] | undefined;
|
|
51667
|
-
location: Anchor;
|
|
51880
|
+
location: Anchor | undefined;
|
|
51668
51881
|
origin: "auto" | Anchor | "overlap";
|
|
51669
51882
|
minWidth: string | number;
|
|
51670
51883
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51691,6 +51904,7 @@ declare const VSpeedDial: {
|
|
|
51691
51904
|
noClickAnimation: boolean;
|
|
51692
51905
|
persistent: boolean;
|
|
51693
51906
|
scrim: string | boolean;
|
|
51907
|
+
submenu: boolean;
|
|
51694
51908
|
} & {
|
|
51695
51909
|
id?: string | undefined;
|
|
51696
51910
|
height?: string | number | undefined;
|
|
@@ -51746,7 +51960,7 @@ declare const VSpeedDial: {
|
|
|
51746
51960
|
'update:modelValue': (value: boolean) => true;
|
|
51747
51961
|
}, string, {
|
|
51748
51962
|
offset: string | number | number[] | undefined;
|
|
51749
|
-
location: Anchor;
|
|
51963
|
+
location: Anchor | undefined;
|
|
51750
51964
|
origin: "auto" | Anchor | "overlap";
|
|
51751
51965
|
minWidth: string | number;
|
|
51752
51966
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -51775,6 +51989,7 @@ declare const VSpeedDial: {
|
|
|
51775
51989
|
noClickAnimation: boolean;
|
|
51776
51990
|
persistent: boolean;
|
|
51777
51991
|
scrim: string | boolean;
|
|
51992
|
+
submenu: boolean;
|
|
51778
51993
|
}, {}, string, vue.SlotsType<Partial<{
|
|
51779
51994
|
default: (arg: {
|
|
51780
51995
|
isActive: vue.Ref<boolean>;
|
|
@@ -51789,12 +52004,15 @@ declare const VSpeedDial: {
|
|
|
51789
52004
|
type: vue.PropType<string | number | number[] | undefined>;
|
|
51790
52005
|
default: NonNullable<string | number | number[] | undefined>;
|
|
51791
52006
|
};
|
|
51792
|
-
location: Omit<{
|
|
52007
|
+
location: Omit<Omit<{
|
|
51793
52008
|
type: vue.PropType<StrategyProps["location"]>;
|
|
51794
52009
|
default: string;
|
|
51795
52010
|
}, "type" | "default"> & {
|
|
51796
|
-
type: vue.PropType<Anchor>;
|
|
51797
|
-
default: NonNullable<Anchor
|
|
52011
|
+
type: vue.PropType<Anchor | undefined>;
|
|
52012
|
+
default: NonNullable<Anchor> | undefined;
|
|
52013
|
+
}, "type" | "default"> & {
|
|
52014
|
+
type: vue.PropType<Anchor | undefined>;
|
|
52015
|
+
default: NonNullable<Anchor | undefined>;
|
|
51798
52016
|
};
|
|
51799
52017
|
origin: {
|
|
51800
52018
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -51923,17 +52141,21 @@ declare const VSpeedDial: {
|
|
|
51923
52141
|
};
|
|
51924
52142
|
attach: vue.PropType<boolean | string | Element>;
|
|
51925
52143
|
id: StringConstructor;
|
|
52144
|
+
submenu: BooleanConstructor;
|
|
51926
52145
|
}, vue.ExtractPropTypes<{
|
|
51927
52146
|
offset: {
|
|
51928
52147
|
type: vue.PropType<string | number | number[] | undefined>;
|
|
51929
52148
|
default: NonNullable<string | number | number[] | undefined>;
|
|
51930
52149
|
};
|
|
51931
|
-
location: Omit<{
|
|
52150
|
+
location: Omit<Omit<{
|
|
51932
52151
|
type: vue.PropType<StrategyProps["location"]>;
|
|
51933
52152
|
default: string;
|
|
51934
52153
|
}, "type" | "default"> & {
|
|
51935
|
-
type: vue.PropType<Anchor>;
|
|
51936
|
-
default: NonNullable<Anchor
|
|
52154
|
+
type: vue.PropType<Anchor | undefined>;
|
|
52155
|
+
default: NonNullable<Anchor> | undefined;
|
|
52156
|
+
}, "type" | "default"> & {
|
|
52157
|
+
type: vue.PropType<Anchor | undefined>;
|
|
52158
|
+
default: NonNullable<Anchor | undefined>;
|
|
51937
52159
|
};
|
|
51938
52160
|
origin: {
|
|
51939
52161
|
type: vue.PropType<StrategyProps["origin"]>;
|
|
@@ -52062,6 +52284,7 @@ declare const VSpeedDial: {
|
|
|
52062
52284
|
};
|
|
52063
52285
|
attach: vue.PropType<boolean | string | Element>;
|
|
52064
52286
|
id: StringConstructor;
|
|
52287
|
+
submenu: BooleanConstructor;
|
|
52065
52288
|
}>>;
|
|
52066
52289
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
|
52067
52290
|
|
|
@@ -53744,7 +53967,7 @@ declare const VSwitch: {
|
|
|
53744
53967
|
class?: any;
|
|
53745
53968
|
theme?: string | undefined;
|
|
53746
53969
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53747
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
53970
|
+
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;
|
|
53748
53971
|
validationValue?: any;
|
|
53749
53972
|
baseColor?: string | undefined;
|
|
53750
53973
|
prependIcon?: IconValue | undefined;
|
|
@@ -53803,7 +54026,7 @@ declare const VSwitch: {
|
|
|
53803
54026
|
class?: any;
|
|
53804
54027
|
theme?: string | undefined;
|
|
53805
54028
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53806
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
54029
|
+
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;
|
|
53807
54030
|
validationValue?: any;
|
|
53808
54031
|
baseColor?: string | undefined;
|
|
53809
54032
|
prependIcon?: IconValue | undefined;
|
|
@@ -53910,7 +54133,7 @@ declare const VSwitch: {
|
|
|
53910
54133
|
class?: any;
|
|
53911
54134
|
theme?: string | undefined;
|
|
53912
54135
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53913
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
54136
|
+
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;
|
|
53914
54137
|
validationValue?: any;
|
|
53915
54138
|
baseColor?: string | undefined;
|
|
53916
54139
|
prependIcon?: IconValue | undefined;
|
|
@@ -53994,7 +54217,7 @@ declare const VSwitch: {
|
|
|
53994
54217
|
class?: any;
|
|
53995
54218
|
theme?: string | undefined;
|
|
53996
54219
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
53997
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
54220
|
+
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;
|
|
53998
54221
|
validationValue?: any;
|
|
53999
54222
|
baseColor?: string | undefined;
|
|
54000
54223
|
prependIcon?: IconValue | undefined;
|
|
@@ -54496,6 +54719,7 @@ declare const VTab: {
|
|
|
54496
54719
|
theme?: string | undefined;
|
|
54497
54720
|
rounded?: string | number | boolean | undefined;
|
|
54498
54721
|
baseColor?: string | undefined;
|
|
54722
|
+
activeColor?: string | undefined;
|
|
54499
54723
|
prependIcon?: IconValue | undefined;
|
|
54500
54724
|
appendIcon?: IconValue | undefined;
|
|
54501
54725
|
sliderColor?: string | undefined;
|
|
@@ -54583,6 +54807,7 @@ declare const VTab: {
|
|
|
54583
54807
|
rounded?: string | number | boolean | undefined;
|
|
54584
54808
|
baseColor?: string | undefined;
|
|
54585
54809
|
selectedClass?: string | undefined;
|
|
54810
|
+
activeColor?: string | undefined;
|
|
54586
54811
|
prependIcon?: IconValue | undefined;
|
|
54587
54812
|
appendIcon?: IconValue | undefined;
|
|
54588
54813
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -54647,6 +54872,7 @@ declare const VTab: {
|
|
|
54647
54872
|
rounded?: string | number | boolean | undefined;
|
|
54648
54873
|
baseColor?: string | undefined;
|
|
54649
54874
|
selectedClass?: string | undefined;
|
|
54875
|
+
activeColor?: string | undefined;
|
|
54650
54876
|
prependIcon?: IconValue | undefined;
|
|
54651
54877
|
appendIcon?: IconValue | undefined;
|
|
54652
54878
|
} & {
|
|
@@ -54733,6 +54959,7 @@ declare const VTab: {
|
|
|
54733
54959
|
rounded?: string | number | boolean | undefined;
|
|
54734
54960
|
baseColor?: string | undefined;
|
|
54735
54961
|
selectedClass?: string | undefined;
|
|
54962
|
+
activeColor?: string | undefined;
|
|
54736
54963
|
prependIcon?: IconValue | undefined;
|
|
54737
54964
|
appendIcon?: IconValue | undefined;
|
|
54738
54965
|
} & {
|
|
@@ -54852,6 +55079,7 @@ declare const VTab: {
|
|
|
54852
55079
|
rounded?: string | number | boolean | undefined;
|
|
54853
55080
|
baseColor?: string | undefined;
|
|
54854
55081
|
selectedClass?: string | undefined;
|
|
55082
|
+
activeColor?: string | undefined;
|
|
54855
55083
|
prependIcon?: IconValue | undefined;
|
|
54856
55084
|
appendIcon?: IconValue | undefined;
|
|
54857
55085
|
} & {
|
|
@@ -54878,7 +55106,7 @@ declare const VTab: {
|
|
|
54878
55106
|
}) => any) | undefined;
|
|
54879
55107
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
54880
55108
|
group: GroupItemProvide | null;
|
|
54881
|
-
}> & {} & 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 & {
|
|
55109
|
+
}> & {} & 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 & {
|
|
54882
55110
|
replace: boolean;
|
|
54883
55111
|
fixed: boolean;
|
|
54884
55112
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -54918,6 +55146,7 @@ declare const VTab: {
|
|
|
54918
55146
|
theme?: string | undefined;
|
|
54919
55147
|
rounded?: string | number | boolean | undefined;
|
|
54920
55148
|
baseColor?: string | undefined;
|
|
55149
|
+
activeColor?: string | undefined;
|
|
54921
55150
|
prependIcon?: IconValue | undefined;
|
|
54922
55151
|
appendIcon?: IconValue | undefined;
|
|
54923
55152
|
sliderColor?: string | undefined;
|
|
@@ -55012,6 +55241,7 @@ declare const VTab: {
|
|
|
55012
55241
|
theme?: string | undefined;
|
|
55013
55242
|
rounded?: string | number | boolean | undefined;
|
|
55014
55243
|
baseColor?: string | undefined;
|
|
55244
|
+
activeColor?: string | undefined;
|
|
55015
55245
|
prependIcon?: IconValue | undefined;
|
|
55016
55246
|
appendIcon?: IconValue | undefined;
|
|
55017
55247
|
sliderColor?: string | undefined;
|
|
@@ -55099,6 +55329,7 @@ declare const VTab: {
|
|
|
55099
55329
|
rounded?: string | number | boolean | undefined;
|
|
55100
55330
|
baseColor?: string | undefined;
|
|
55101
55331
|
selectedClass?: string | undefined;
|
|
55332
|
+
activeColor?: string | undefined;
|
|
55102
55333
|
prependIcon?: IconValue | undefined;
|
|
55103
55334
|
appendIcon?: IconValue | undefined;
|
|
55104
55335
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -55163,6 +55394,7 @@ declare const VTab: {
|
|
|
55163
55394
|
rounded?: string | number | boolean | undefined;
|
|
55164
55395
|
baseColor?: string | undefined;
|
|
55165
55396
|
selectedClass?: string | undefined;
|
|
55397
|
+
activeColor?: string | undefined;
|
|
55166
55398
|
prependIcon?: IconValue | undefined;
|
|
55167
55399
|
appendIcon?: IconValue | undefined;
|
|
55168
55400
|
} & {
|
|
@@ -55249,6 +55481,7 @@ declare const VTab: {
|
|
|
55249
55481
|
rounded?: string | number | boolean | undefined;
|
|
55250
55482
|
baseColor?: string | undefined;
|
|
55251
55483
|
selectedClass?: string | undefined;
|
|
55484
|
+
activeColor?: string | undefined;
|
|
55252
55485
|
prependIcon?: IconValue | undefined;
|
|
55253
55486
|
appendIcon?: IconValue | undefined;
|
|
55254
55487
|
} & {
|
|
@@ -55368,6 +55601,7 @@ declare const VTab: {
|
|
|
55368
55601
|
rounded?: string | number | boolean | undefined;
|
|
55369
55602
|
baseColor?: string | undefined;
|
|
55370
55603
|
selectedClass?: string | undefined;
|
|
55604
|
+
activeColor?: string | undefined;
|
|
55371
55605
|
prependIcon?: IconValue | undefined;
|
|
55372
55606
|
appendIcon?: IconValue | undefined;
|
|
55373
55607
|
} & {
|
|
@@ -55394,7 +55628,7 @@ declare const VTab: {
|
|
|
55394
55628
|
}) => any) | undefined;
|
|
55395
55629
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55396
55630
|
group: GroupItemProvide | null;
|
|
55397
|
-
}> & {} & 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}`>, {}, {}, {}, {
|
|
55631
|
+
}> & {} & 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}`>, {}, {}, {}, {
|
|
55398
55632
|
replace: boolean;
|
|
55399
55633
|
fixed: boolean;
|
|
55400
55634
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -55459,6 +55693,7 @@ declare const VTab: {
|
|
|
55459
55693
|
theme?: string | undefined;
|
|
55460
55694
|
rounded?: string | number | boolean | undefined;
|
|
55461
55695
|
baseColor?: string | undefined;
|
|
55696
|
+
activeColor?: string | undefined;
|
|
55462
55697
|
prependIcon?: IconValue | undefined;
|
|
55463
55698
|
appendIcon?: IconValue | undefined;
|
|
55464
55699
|
sliderColor?: string | undefined;
|
|
@@ -55546,6 +55781,7 @@ declare const VTab: {
|
|
|
55546
55781
|
rounded?: string | number | boolean | undefined;
|
|
55547
55782
|
baseColor?: string | undefined;
|
|
55548
55783
|
selectedClass?: string | undefined;
|
|
55784
|
+
activeColor?: string | undefined;
|
|
55549
55785
|
prependIcon?: IconValue | undefined;
|
|
55550
55786
|
appendIcon?: IconValue | undefined;
|
|
55551
55787
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -55610,6 +55846,7 @@ declare const VTab: {
|
|
|
55610
55846
|
rounded?: string | number | boolean | undefined;
|
|
55611
55847
|
baseColor?: string | undefined;
|
|
55612
55848
|
selectedClass?: string | undefined;
|
|
55849
|
+
activeColor?: string | undefined;
|
|
55613
55850
|
prependIcon?: IconValue | undefined;
|
|
55614
55851
|
appendIcon?: IconValue | undefined;
|
|
55615
55852
|
} & {
|
|
@@ -55696,6 +55933,7 @@ declare const VTab: {
|
|
|
55696
55933
|
rounded?: string | number | boolean | undefined;
|
|
55697
55934
|
baseColor?: string | undefined;
|
|
55698
55935
|
selectedClass?: string | undefined;
|
|
55936
|
+
activeColor?: string | undefined;
|
|
55699
55937
|
prependIcon?: IconValue | undefined;
|
|
55700
55938
|
appendIcon?: IconValue | undefined;
|
|
55701
55939
|
} & {
|
|
@@ -55815,6 +56053,7 @@ declare const VTab: {
|
|
|
55815
56053
|
rounded?: string | number | boolean | undefined;
|
|
55816
56054
|
baseColor?: string | undefined;
|
|
55817
56055
|
selectedClass?: string | undefined;
|
|
56056
|
+
activeColor?: string | undefined;
|
|
55818
56057
|
prependIcon?: IconValue | undefined;
|
|
55819
56058
|
appendIcon?: IconValue | undefined;
|
|
55820
56059
|
} & {
|
|
@@ -55841,7 +56080,7 @@ declare const VTab: {
|
|
|
55841
56080
|
}) => any) | undefined;
|
|
55842
56081
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
55843
56082
|
group: GroupItemProvide | null;
|
|
55844
|
-
}> & {} & 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, {
|
|
56083
|
+
}> & {} & 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, {
|
|
55845
56084
|
replace: boolean;
|
|
55846
56085
|
fixed: boolean;
|
|
55847
56086
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -55933,6 +56172,7 @@ declare const VTab: {
|
|
|
55933
56172
|
type: PropType<string>;
|
|
55934
56173
|
default: string;
|
|
55935
56174
|
};
|
|
56175
|
+
activeColor: StringConstructor;
|
|
55936
56176
|
prependIcon: PropType<IconValue>;
|
|
55937
56177
|
appendIcon: PropType<IconValue>;
|
|
55938
56178
|
slim: BooleanConstructor;
|
|
@@ -56014,6 +56254,7 @@ declare const VTab: {
|
|
|
56014
56254
|
type: PropType<string>;
|
|
56015
56255
|
default: string;
|
|
56016
56256
|
};
|
|
56257
|
+
activeColor: StringConstructor;
|
|
56017
56258
|
prependIcon: PropType<IconValue>;
|
|
56018
56259
|
appendIcon: PropType<IconValue>;
|
|
56019
56260
|
slim: BooleanConstructor;
|
|
@@ -57095,7 +57336,7 @@ declare const VTextarea: {
|
|
|
57095
57336
|
counter?: string | number | true | undefined;
|
|
57096
57337
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57097
57338
|
modelValue?: any;
|
|
57098
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57339
|
+
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;
|
|
57099
57340
|
validationValue?: any;
|
|
57100
57341
|
rounded?: string | number | boolean | undefined;
|
|
57101
57342
|
baseColor?: string | undefined;
|
|
@@ -57214,7 +57455,7 @@ declare const VTextarea: {
|
|
|
57214
57455
|
class?: any;
|
|
57215
57456
|
theme?: string | undefined;
|
|
57216
57457
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57217
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57458
|
+
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;
|
|
57218
57459
|
validationValue?: any;
|
|
57219
57460
|
prependIcon?: IconValue | undefined;
|
|
57220
57461
|
appendIcon?: IconValue | undefined;
|
|
@@ -57247,7 +57488,7 @@ declare const VTextarea: {
|
|
|
57247
57488
|
class?: any;
|
|
57248
57489
|
theme?: string | undefined;
|
|
57249
57490
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57250
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57491
|
+
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;
|
|
57251
57492
|
validationValue?: any;
|
|
57252
57493
|
prependIcon?: IconValue | undefined;
|
|
57253
57494
|
appendIcon?: IconValue | undefined;
|
|
@@ -57298,7 +57539,7 @@ declare const VTextarea: {
|
|
|
57298
57539
|
class?: any;
|
|
57299
57540
|
theme?: string | undefined;
|
|
57300
57541
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57301
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57542
|
+
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;
|
|
57302
57543
|
validationValue?: any;
|
|
57303
57544
|
prependIcon?: IconValue | undefined;
|
|
57304
57545
|
appendIcon?: IconValue | undefined;
|
|
@@ -57380,7 +57621,7 @@ declare const VTextarea: {
|
|
|
57380
57621
|
class?: any;
|
|
57381
57622
|
theme?: string | undefined;
|
|
57382
57623
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57383
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57624
|
+
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;
|
|
57384
57625
|
validationValue?: any;
|
|
57385
57626
|
prependIcon?: IconValue | undefined;
|
|
57386
57627
|
appendIcon?: IconValue | undefined;
|
|
@@ -57448,7 +57689,7 @@ declare const VTextarea: {
|
|
|
57448
57689
|
counter?: string | number | true | undefined;
|
|
57449
57690
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57450
57691
|
modelValue?: any;
|
|
57451
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57692
|
+
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;
|
|
57452
57693
|
validationValue?: any;
|
|
57453
57694
|
rounded?: string | number | boolean | undefined;
|
|
57454
57695
|
baseColor?: string | undefined;
|
|
@@ -57626,7 +57867,7 @@ declare const VTextarea: {
|
|
|
57626
57867
|
counter?: string | number | true | undefined;
|
|
57627
57868
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57628
57869
|
modelValue?: any;
|
|
57629
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57870
|
+
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;
|
|
57630
57871
|
validationValue?: any;
|
|
57631
57872
|
rounded?: string | number | boolean | undefined;
|
|
57632
57873
|
baseColor?: string | undefined;
|
|
@@ -57745,7 +57986,7 @@ declare const VTextarea: {
|
|
|
57745
57986
|
class?: any;
|
|
57746
57987
|
theme?: string | undefined;
|
|
57747
57988
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57748
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
57989
|
+
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;
|
|
57749
57990
|
validationValue?: any;
|
|
57750
57991
|
prependIcon?: IconValue | undefined;
|
|
57751
57992
|
appendIcon?: IconValue | undefined;
|
|
@@ -57778,7 +58019,7 @@ declare const VTextarea: {
|
|
|
57778
58019
|
class?: any;
|
|
57779
58020
|
theme?: string | undefined;
|
|
57780
58021
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57781
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58022
|
+
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;
|
|
57782
58023
|
validationValue?: any;
|
|
57783
58024
|
prependIcon?: IconValue | undefined;
|
|
57784
58025
|
appendIcon?: IconValue | undefined;
|
|
@@ -57829,7 +58070,7 @@ declare const VTextarea: {
|
|
|
57829
58070
|
class?: any;
|
|
57830
58071
|
theme?: string | undefined;
|
|
57831
58072
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57832
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58073
|
+
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;
|
|
57833
58074
|
validationValue?: any;
|
|
57834
58075
|
prependIcon?: IconValue | undefined;
|
|
57835
58076
|
appendIcon?: IconValue | undefined;
|
|
@@ -57911,7 +58152,7 @@ declare const VTextarea: {
|
|
|
57911
58152
|
class?: any;
|
|
57912
58153
|
theme?: string | undefined;
|
|
57913
58154
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
57914
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58155
|
+
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;
|
|
57915
58156
|
validationValue?: any;
|
|
57916
58157
|
prependIcon?: IconValue | undefined;
|
|
57917
58158
|
appendIcon?: IconValue | undefined;
|
|
@@ -58010,7 +58251,7 @@ declare const VTextarea: {
|
|
|
58010
58251
|
counter?: string | number | true | undefined;
|
|
58011
58252
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58012
58253
|
modelValue?: any;
|
|
58013
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58254
|
+
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;
|
|
58014
58255
|
validationValue?: any;
|
|
58015
58256
|
rounded?: string | number | boolean | undefined;
|
|
58016
58257
|
baseColor?: string | undefined;
|
|
@@ -58129,7 +58370,7 @@ declare const VTextarea: {
|
|
|
58129
58370
|
class?: any;
|
|
58130
58371
|
theme?: string | undefined;
|
|
58131
58372
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58132
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58373
|
+
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;
|
|
58133
58374
|
validationValue?: any;
|
|
58134
58375
|
prependIcon?: IconValue | undefined;
|
|
58135
58376
|
appendIcon?: IconValue | undefined;
|
|
@@ -58162,7 +58403,7 @@ declare const VTextarea: {
|
|
|
58162
58403
|
class?: any;
|
|
58163
58404
|
theme?: string | undefined;
|
|
58164
58405
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58165
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58406
|
+
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;
|
|
58166
58407
|
validationValue?: any;
|
|
58167
58408
|
prependIcon?: IconValue | undefined;
|
|
58168
58409
|
appendIcon?: IconValue | undefined;
|
|
@@ -58213,7 +58454,7 @@ declare const VTextarea: {
|
|
|
58213
58454
|
class?: any;
|
|
58214
58455
|
theme?: string | undefined;
|
|
58215
58456
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58216
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58457
|
+
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;
|
|
58217
58458
|
validationValue?: any;
|
|
58218
58459
|
prependIcon?: IconValue | undefined;
|
|
58219
58460
|
appendIcon?: IconValue | undefined;
|
|
@@ -58295,7 +58536,7 @@ declare const VTextarea: {
|
|
|
58295
58536
|
class?: any;
|
|
58296
58537
|
theme?: string | undefined;
|
|
58297
58538
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58298
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58539
|
+
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;
|
|
58299
58540
|
validationValue?: any;
|
|
58300
58541
|
prependIcon?: IconValue | undefined;
|
|
58301
58542
|
appendIcon?: IconValue | undefined;
|
|
@@ -58644,7 +58885,7 @@ declare const VTextField: {
|
|
|
58644
58885
|
counter?: string | number | boolean | undefined;
|
|
58645
58886
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58646
58887
|
modelValue?: any;
|
|
58647
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
58888
|
+
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;
|
|
58648
58889
|
validationValue?: any;
|
|
58649
58890
|
rounded?: string | number | boolean | undefined;
|
|
58650
58891
|
baseColor?: string | undefined;
|
|
@@ -58765,7 +59006,7 @@ declare const VTextField: {
|
|
|
58765
59006
|
class?: any;
|
|
58766
59007
|
theme?: string | undefined;
|
|
58767
59008
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58768
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59009
|
+
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;
|
|
58769
59010
|
validationValue?: any;
|
|
58770
59011
|
prependIcon?: IconValue | undefined;
|
|
58771
59012
|
appendIcon?: IconValue | undefined;
|
|
@@ -58798,7 +59039,7 @@ declare const VTextField: {
|
|
|
58798
59039
|
class?: any;
|
|
58799
59040
|
theme?: string | undefined;
|
|
58800
59041
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58801
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59042
|
+
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;
|
|
58802
59043
|
validationValue?: any;
|
|
58803
59044
|
prependIcon?: IconValue | undefined;
|
|
58804
59045
|
appendIcon?: IconValue | undefined;
|
|
@@ -58849,7 +59090,7 @@ declare const VTextField: {
|
|
|
58849
59090
|
class?: any;
|
|
58850
59091
|
theme?: string | undefined;
|
|
58851
59092
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58852
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59093
|
+
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;
|
|
58853
59094
|
validationValue?: any;
|
|
58854
59095
|
prependIcon?: IconValue | undefined;
|
|
58855
59096
|
appendIcon?: IconValue | undefined;
|
|
@@ -58931,7 +59172,7 @@ declare const VTextField: {
|
|
|
58931
59172
|
class?: any;
|
|
58932
59173
|
theme?: string | undefined;
|
|
58933
59174
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
58934
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59175
|
+
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;
|
|
58935
59176
|
validationValue?: any;
|
|
58936
59177
|
prependIcon?: IconValue | undefined;
|
|
58937
59178
|
appendIcon?: IconValue | undefined;
|
|
@@ -59234,7 +59475,7 @@ declare const VTextField: {
|
|
|
59234
59475
|
counter?: string | number | boolean | undefined;
|
|
59235
59476
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59236
59477
|
modelValue?: any;
|
|
59237
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59478
|
+
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;
|
|
59238
59479
|
validationValue?: any;
|
|
59239
59480
|
rounded?: string | number | boolean | undefined;
|
|
59240
59481
|
baseColor?: string | undefined;
|
|
@@ -59412,7 +59653,7 @@ declare const VTextField: {
|
|
|
59412
59653
|
counter?: string | number | boolean | undefined;
|
|
59413
59654
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59414
59655
|
modelValue?: any;
|
|
59415
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59656
|
+
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;
|
|
59416
59657
|
validationValue?: any;
|
|
59417
59658
|
rounded?: string | number | boolean | undefined;
|
|
59418
59659
|
baseColor?: string | undefined;
|
|
@@ -59533,7 +59774,7 @@ declare const VTextField: {
|
|
|
59533
59774
|
class?: any;
|
|
59534
59775
|
theme?: string | undefined;
|
|
59535
59776
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59536
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59777
|
+
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;
|
|
59537
59778
|
validationValue?: any;
|
|
59538
59779
|
prependIcon?: IconValue | undefined;
|
|
59539
59780
|
appendIcon?: IconValue | undefined;
|
|
@@ -59566,7 +59807,7 @@ declare const VTextField: {
|
|
|
59566
59807
|
class?: any;
|
|
59567
59808
|
theme?: string | undefined;
|
|
59568
59809
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59569
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59810
|
+
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;
|
|
59570
59811
|
validationValue?: any;
|
|
59571
59812
|
prependIcon?: IconValue | undefined;
|
|
59572
59813
|
appendIcon?: IconValue | undefined;
|
|
@@ -59617,7 +59858,7 @@ declare const VTextField: {
|
|
|
59617
59858
|
class?: any;
|
|
59618
59859
|
theme?: string | undefined;
|
|
59619
59860
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59620
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59861
|
+
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;
|
|
59621
59862
|
validationValue?: any;
|
|
59622
59863
|
prependIcon?: IconValue | undefined;
|
|
59623
59864
|
appendIcon?: IconValue | undefined;
|
|
@@ -59699,7 +59940,7 @@ declare const VTextField: {
|
|
|
59699
59940
|
class?: any;
|
|
59700
59941
|
theme?: string | undefined;
|
|
59701
59942
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59702
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59943
|
+
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;
|
|
59703
59944
|
validationValue?: any;
|
|
59704
59945
|
prependIcon?: IconValue | undefined;
|
|
59705
59946
|
appendIcon?: IconValue | undefined;
|
|
@@ -60031,7 +60272,7 @@ declare const VTextField: {
|
|
|
60031
60272
|
counter?: string | number | boolean | undefined;
|
|
60032
60273
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
60033
60274
|
modelValue?: any;
|
|
60034
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60275
|
+
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;
|
|
60035
60276
|
validationValue?: any;
|
|
60036
60277
|
rounded?: string | number | boolean | undefined;
|
|
60037
60278
|
baseColor?: string | undefined;
|
|
@@ -60152,7 +60393,7 @@ declare const VTextField: {
|
|
|
60152
60393
|
class?: any;
|
|
60153
60394
|
theme?: string | undefined;
|
|
60154
60395
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
60155
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60396
|
+
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;
|
|
60156
60397
|
validationValue?: any;
|
|
60157
60398
|
prependIcon?: IconValue | undefined;
|
|
60158
60399
|
appendIcon?: IconValue | undefined;
|
|
@@ -60185,7 +60426,7 @@ declare const VTextField: {
|
|
|
60185
60426
|
class?: any;
|
|
60186
60427
|
theme?: string | undefined;
|
|
60187
60428
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
60188
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60429
|
+
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;
|
|
60189
60430
|
validationValue?: any;
|
|
60190
60431
|
prependIcon?: IconValue | undefined;
|
|
60191
60432
|
appendIcon?: IconValue | undefined;
|
|
@@ -60236,7 +60477,7 @@ declare const VTextField: {
|
|
|
60236
60477
|
class?: any;
|
|
60237
60478
|
theme?: string | undefined;
|
|
60238
60479
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
60239
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60480
|
+
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;
|
|
60240
60481
|
validationValue?: any;
|
|
60241
60482
|
prependIcon?: IconValue | undefined;
|
|
60242
60483
|
appendIcon?: IconValue | undefined;
|
|
@@ -60318,7 +60559,7 @@ declare const VTextField: {
|
|
|
60318
60559
|
class?: any;
|
|
60319
60560
|
theme?: string | undefined;
|
|
60320
60561
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
60321
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60562
|
+
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;
|
|
60322
60563
|
validationValue?: any;
|
|
60323
60564
|
prependIcon?: IconValue | undefined;
|
|
60324
60565
|
appendIcon?: IconValue | undefined;
|
|
@@ -62276,7 +62517,7 @@ declare const VTooltip: {
|
|
|
62276
62517
|
onAfterLeave?: (() => any) | undefined;
|
|
62277
62518
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62278
62519
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62279
|
-
}, "target" | "
|
|
62520
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
62280
62521
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62281
62522
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
62282
62523
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -62930,7 +63171,7 @@ declare const VTooltip: {
|
|
|
62930
63171
|
onAfterLeave?: (() => any) | undefined;
|
|
62931
63172
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
62932
63173
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
62933
|
-
}, "target" | "
|
|
63174
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
62934
63175
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
62935
63176
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
62936
63177
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -63492,7 +63733,7 @@ declare const VTooltip: {
|
|
|
63492
63733
|
onAfterLeave?: (() => any) | undefined;
|
|
63493
63734
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63494
63735
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
63495
|
-
}, "target" | "
|
|
63736
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
63496
63737
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
63497
63738
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
63498
63739
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
@@ -63805,7 +64046,7 @@ declare const VValidation: {
|
|
|
63805
64046
|
name?: string | undefined;
|
|
63806
64047
|
label?: string | undefined;
|
|
63807
64048
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63808
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
64049
|
+
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;
|
|
63809
64050
|
validationValue?: any;
|
|
63810
64051
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63811
64052
|
[key: string]: any;
|
|
@@ -63823,7 +64064,7 @@ declare const VValidation: {
|
|
|
63823
64064
|
name?: string | undefined;
|
|
63824
64065
|
label?: string | undefined;
|
|
63825
64066
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63826
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
64067
|
+
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;
|
|
63827
64068
|
validationValue?: any;
|
|
63828
64069
|
} & {}, {
|
|
63829
64070
|
error: boolean;
|
|
@@ -63868,7 +64109,7 @@ declare const VValidation: {
|
|
|
63868
64109
|
name?: string | undefined;
|
|
63869
64110
|
label?: string | undefined;
|
|
63870
64111
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63871
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
64112
|
+
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;
|
|
63872
64113
|
validationValue?: any;
|
|
63873
64114
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63874
64115
|
[key: string]: any;
|
|
@@ -63896,7 +64137,7 @@ declare const VValidation: {
|
|
|
63896
64137
|
name?: string | undefined;
|
|
63897
64138
|
label?: string | undefined;
|
|
63898
64139
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
63899
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
64140
|
+
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;
|
|
63900
64141
|
validationValue?: any;
|
|
63901
64142
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63902
64143
|
[key: string]: any;
|
|
@@ -64007,6 +64248,7 @@ declare const VVirtualScroll: {
|
|
|
64007
64248
|
minWidth?: string | number | undefined;
|
|
64008
64249
|
class?: any;
|
|
64009
64250
|
}, {
|
|
64251
|
+
calculateVisibleItems: () => void;
|
|
64010
64252
|
scrollToIndex: (index: number) => void;
|
|
64011
64253
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
64012
64254
|
style: vue.StyleValue;
|
|
@@ -64045,6 +64287,7 @@ declare const VVirtualScroll: {
|
|
|
64045
64287
|
minWidth?: string | number | undefined;
|
|
64046
64288
|
class?: any;
|
|
64047
64289
|
}, {
|
|
64290
|
+
calculateVisibleItems: () => void;
|
|
64048
64291
|
scrollToIndex: (index: number) => void;
|
|
64049
64292
|
}, {}, {}, {}, {
|
|
64050
64293
|
style: vue.StyleValue;
|
|
@@ -64065,6 +64308,7 @@ declare const VVirtualScroll: {
|
|
|
64065
64308
|
minWidth?: string | number | undefined;
|
|
64066
64309
|
class?: any;
|
|
64067
64310
|
}, {
|
|
64311
|
+
calculateVisibleItems: () => void;
|
|
64068
64312
|
scrollToIndex: (index: number) => void;
|
|
64069
64313
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "renderless">, string, {
|
|
64070
64314
|
style: vue.StyleValue;
|
|
@@ -68143,7 +68387,7 @@ declare const VDateInput: {
|
|
|
68143
68387
|
counter?: string | number | boolean | undefined;
|
|
68144
68388
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
68145
68389
|
modelValue?: any;
|
|
68146
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
68390
|
+
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;
|
|
68147
68391
|
validationValue?: any;
|
|
68148
68392
|
rounded?: string | number | boolean | undefined;
|
|
68149
68393
|
baseColor?: string | undefined;
|
|
@@ -68256,7 +68500,7 @@ declare const VDateInput: {
|
|
|
68256
68500
|
counter?: string | number | boolean | undefined;
|
|
68257
68501
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
68258
68502
|
modelValue?: any;
|
|
68259
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
68503
|
+
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;
|
|
68260
68504
|
validationValue?: any;
|
|
68261
68505
|
rounded?: string | number | boolean | undefined;
|
|
68262
68506
|
baseColor?: string | undefined;
|
|
@@ -68427,7 +68671,7 @@ declare const VDateInput: {
|
|
|
68427
68671
|
counter?: string | number | boolean | undefined;
|
|
68428
68672
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
68429
68673
|
modelValue?: any;
|
|
68430
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
68674
|
+
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;
|
|
68431
68675
|
validationValue?: any;
|
|
68432
68676
|
rounded?: string | number | boolean | undefined;
|
|
68433
68677
|
baseColor?: string | undefined;
|
|
@@ -68593,7 +68837,7 @@ declare const VDateInput: {
|
|
|
68593
68837
|
counter?: string | number | boolean | undefined;
|
|
68594
68838
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
68595
68839
|
modelValue?: any;
|
|
68596
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
68840
|
+
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;
|
|
68597
68841
|
validationValue?: any;
|
|
68598
68842
|
rounded?: string | number | boolean | undefined;
|
|
68599
68843
|
baseColor?: string | undefined;
|
|
@@ -69172,7 +69416,7 @@ declare const VNumberInput: {
|
|
|
69172
69416
|
theme?: string | undefined;
|
|
69173
69417
|
counter?: string | number | boolean | undefined;
|
|
69174
69418
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
69175
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
69419
|
+
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;
|
|
69176
69420
|
validationValue?: any;
|
|
69177
69421
|
rounded?: string | number | boolean | undefined;
|
|
69178
69422
|
baseColor?: string | undefined;
|
|
@@ -69326,7 +69570,7 @@ declare const VNumberInput: {
|
|
|
69326
69570
|
counter?: string | number | boolean | undefined;
|
|
69327
69571
|
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
69328
69572
|
modelValue?: any;
|
|
69329
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
69573
|
+
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;
|
|
69330
69574
|
validationValue?: any;
|
|
69331
69575
|
rounded?: string | number | boolean | undefined;
|
|
69332
69576
|
baseColor?: string | undefined;
|
|
@@ -69446,7 +69690,7 @@ declare const VNumberInput: {
|
|
|
69446
69690
|
counter?: string | number | boolean | undefined;
|
|
69447
69691
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
69448
69692
|
modelValue?: any;
|
|
69449
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
69693
|
+
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;
|
|
69450
69694
|
validationValue?: any;
|
|
69451
69695
|
rounded?: string | number | boolean | undefined;
|
|
69452
69696
|
baseColor?: string | undefined;
|
|
@@ -69599,7 +69843,7 @@ declare const VNumberInput: {
|
|
|
69599
69843
|
counter?: string | number | boolean | undefined;
|
|
69600
69844
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
69601
69845
|
modelValue?: any;
|
|
69602
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
69846
|
+
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;
|
|
69603
69847
|
validationValue?: any;
|
|
69604
69848
|
rounded?: string | number | boolean | undefined;
|
|
69605
69849
|
baseColor?: string | undefined;
|
|
@@ -69720,7 +69964,7 @@ declare const VNumberInput: {
|
|
|
69720
69964
|
class?: any;
|
|
69721
69965
|
theme?: string | undefined;
|
|
69722
69966
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
69723
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
69967
|
+
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;
|
|
69724
69968
|
validationValue?: any;
|
|
69725
69969
|
prependIcon?: IconValue | undefined;
|
|
69726
69970
|
appendIcon?: IconValue | undefined;
|
|
@@ -69753,7 +69997,7 @@ declare const VNumberInput: {
|
|
|
69753
69997
|
class?: any;
|
|
69754
69998
|
theme?: string | undefined;
|
|
69755
69999
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
69756
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
70000
|
+
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;
|
|
69757
70001
|
validationValue?: any;
|
|
69758
70002
|
prependIcon?: IconValue | undefined;
|
|
69759
70003
|
appendIcon?: IconValue | undefined;
|
|
@@ -69804,7 +70048,7 @@ declare const VNumberInput: {
|
|
|
69804
70048
|
class?: any;
|
|
69805
70049
|
theme?: string | undefined;
|
|
69806
70050
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
69807
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
70051
|
+
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;
|
|
69808
70052
|
validationValue?: any;
|
|
69809
70053
|
prependIcon?: IconValue | undefined;
|
|
69810
70054
|
appendIcon?: IconValue | undefined;
|
|
@@ -69886,7 +70130,7 @@ declare const VNumberInput: {
|
|
|
69886
70130
|
class?: any;
|
|
69887
70131
|
theme?: string | undefined;
|
|
69888
70132
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
69889
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
70133
|
+
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;
|
|
69890
70134
|
validationValue?: any;
|
|
69891
70135
|
prependIcon?: IconValue | undefined;
|
|
69892
70136
|
appendIcon?: IconValue | undefined;
|
|
@@ -70256,7 +70500,7 @@ declare const VNumberInput: {
|
|
|
70256
70500
|
counter?: string | number | boolean | undefined;
|
|
70257
70501
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
70258
70502
|
modelValue?: any;
|
|
70259
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
70503
|
+
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;
|
|
70260
70504
|
validationValue?: any;
|
|
70261
70505
|
rounded?: string | number | boolean | undefined;
|
|
70262
70506
|
baseColor?: string | undefined;
|
|
@@ -70377,7 +70621,7 @@ declare const VNumberInput: {
|
|
|
70377
70621
|
class?: any;
|
|
70378
70622
|
theme?: string | undefined;
|
|
70379
70623
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
70380
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
70624
|
+
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;
|
|
70381
70625
|
validationValue?: any;
|
|
70382
70626
|
prependIcon?: IconValue | undefined;
|
|
70383
70627
|
appendIcon?: IconValue | undefined;
|
|
@@ -70410,7 +70654,7 @@ declare const VNumberInput: {
|
|
|
70410
70654
|
class?: any;
|
|
70411
70655
|
theme?: string | undefined;
|
|
70412
70656
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
70413
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
70657
|
+
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;
|
|
70414
70658
|
validationValue?: any;
|
|
70415
70659
|
prependIcon?: IconValue | undefined;
|
|
70416
70660
|
appendIcon?: IconValue | undefined;
|
|
@@ -70461,7 +70705,7 @@ declare const VNumberInput: {
|
|
|
70461
70705
|
class?: any;
|
|
70462
70706
|
theme?: string | undefined;
|
|
70463
70707
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
70464
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
70708
|
+
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;
|
|
70465
70709
|
validationValue?: any;
|
|
70466
70710
|
prependIcon?: IconValue | undefined;
|
|
70467
70711
|
appendIcon?: IconValue | undefined;
|
|
@@ -70543,7 +70787,7 @@ declare const VNumberInput: {
|
|
|
70543
70787
|
class?: any;
|
|
70544
70788
|
theme?: string | undefined;
|
|
70545
70789
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
70546
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
70790
|
+
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;
|
|
70547
70791
|
validationValue?: any;
|
|
70548
70792
|
prependIcon?: IconValue | undefined;
|
|
70549
70793
|
appendIcon?: IconValue | undefined;
|
|
@@ -70849,7 +71093,7 @@ declare const VNumberInput: {
|
|
|
70849
71093
|
theme?: string | undefined;
|
|
70850
71094
|
counter?: string | number | boolean | undefined;
|
|
70851
71095
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
70852
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
71096
|
+
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;
|
|
70853
71097
|
validationValue?: any;
|
|
70854
71098
|
rounded?: string | number | boolean | undefined;
|
|
70855
71099
|
baseColor?: string | undefined;
|
|
@@ -71039,7 +71283,7 @@ declare const VNumberInput: {
|
|
|
71039
71283
|
theme?: string | undefined;
|
|
71040
71284
|
counter?: string | number | boolean | undefined;
|
|
71041
71285
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
71042
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
71286
|
+
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;
|
|
71043
71287
|
validationValue?: any;
|
|
71044
71288
|
rounded?: string | number | boolean | undefined;
|
|
71045
71289
|
baseColor?: string | undefined;
|
|
@@ -71193,7 +71437,7 @@ declare const VNumberInput: {
|
|
|
71193
71437
|
counter?: string | number | boolean | undefined;
|
|
71194
71438
|
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
71195
71439
|
modelValue?: any;
|
|
71196
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
71440
|
+
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;
|
|
71197
71441
|
validationValue?: any;
|
|
71198
71442
|
rounded?: string | number | boolean | undefined;
|
|
71199
71443
|
baseColor?: string | undefined;
|
|
@@ -71313,7 +71557,7 @@ declare const VNumberInput: {
|
|
|
71313
71557
|
counter?: string | number | boolean | undefined;
|
|
71314
71558
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
71315
71559
|
modelValue?: any;
|
|
71316
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
71560
|
+
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;
|
|
71317
71561
|
validationValue?: any;
|
|
71318
71562
|
rounded?: string | number | boolean | undefined;
|
|
71319
71563
|
baseColor?: string | undefined;
|
|
@@ -71466,7 +71710,7 @@ declare const VNumberInput: {
|
|
|
71466
71710
|
counter?: string | number | boolean | undefined;
|
|
71467
71711
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
71468
71712
|
modelValue?: any;
|
|
71469
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
71713
|
+
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;
|
|
71470
71714
|
validationValue?: any;
|
|
71471
71715
|
rounded?: string | number | boolean | undefined;
|
|
71472
71716
|
baseColor?: string | undefined;
|
|
@@ -71587,7 +71831,7 @@ declare const VNumberInput: {
|
|
|
71587
71831
|
class?: any;
|
|
71588
71832
|
theme?: string | undefined;
|
|
71589
71833
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
71590
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
71834
|
+
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;
|
|
71591
71835
|
validationValue?: any;
|
|
71592
71836
|
prependIcon?: IconValue | undefined;
|
|
71593
71837
|
appendIcon?: IconValue | undefined;
|
|
@@ -71620,7 +71864,7 @@ declare const VNumberInput: {
|
|
|
71620
71864
|
class?: any;
|
|
71621
71865
|
theme?: string | undefined;
|
|
71622
71866
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
71623
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
71867
|
+
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;
|
|
71624
71868
|
validationValue?: any;
|
|
71625
71869
|
prependIcon?: IconValue | undefined;
|
|
71626
71870
|
appendIcon?: IconValue | undefined;
|
|
@@ -71671,7 +71915,7 @@ declare const VNumberInput: {
|
|
|
71671
71915
|
class?: any;
|
|
71672
71916
|
theme?: string | undefined;
|
|
71673
71917
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
71674
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
71918
|
+
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;
|
|
71675
71919
|
validationValue?: any;
|
|
71676
71920
|
prependIcon?: IconValue | undefined;
|
|
71677
71921
|
appendIcon?: IconValue | undefined;
|
|
@@ -71753,7 +71997,7 @@ declare const VNumberInput: {
|
|
|
71753
71997
|
class?: any;
|
|
71754
71998
|
theme?: string | undefined;
|
|
71755
71999
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
71756
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
72000
|
+
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;
|
|
71757
72001
|
validationValue?: any;
|
|
71758
72002
|
prependIcon?: IconValue | undefined;
|
|
71759
72003
|
appendIcon?: IconValue | undefined;
|
|
@@ -72123,7 +72367,7 @@ declare const VNumberInput: {
|
|
|
72123
72367
|
counter?: string | number | boolean | undefined;
|
|
72124
72368
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
72125
72369
|
modelValue?: any;
|
|
72126
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
72370
|
+
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;
|
|
72127
72371
|
validationValue?: any;
|
|
72128
72372
|
rounded?: string | number | boolean | undefined;
|
|
72129
72373
|
baseColor?: string | undefined;
|
|
@@ -72244,7 +72488,7 @@ declare const VNumberInput: {
|
|
|
72244
72488
|
class?: any;
|
|
72245
72489
|
theme?: string | undefined;
|
|
72246
72490
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
72247
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
72491
|
+
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;
|
|
72248
72492
|
validationValue?: any;
|
|
72249
72493
|
prependIcon?: IconValue | undefined;
|
|
72250
72494
|
appendIcon?: IconValue | undefined;
|
|
@@ -72277,7 +72521,7 @@ declare const VNumberInput: {
|
|
|
72277
72521
|
class?: any;
|
|
72278
72522
|
theme?: string | undefined;
|
|
72279
72523
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
72280
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
72524
|
+
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;
|
|
72281
72525
|
validationValue?: any;
|
|
72282
72526
|
prependIcon?: IconValue | undefined;
|
|
72283
72527
|
appendIcon?: IconValue | undefined;
|
|
@@ -72328,7 +72572,7 @@ declare const VNumberInput: {
|
|
|
72328
72572
|
class?: any;
|
|
72329
72573
|
theme?: string | undefined;
|
|
72330
72574
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
72331
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
72575
|
+
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;
|
|
72332
72576
|
validationValue?: any;
|
|
72333
72577
|
prependIcon?: IconValue | undefined;
|
|
72334
72578
|
appendIcon?: IconValue | undefined;
|
|
@@ -72410,7 +72654,7 @@ declare const VNumberInput: {
|
|
|
72410
72654
|
class?: any;
|
|
72411
72655
|
theme?: string | undefined;
|
|
72412
72656
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
72413
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
72657
|
+
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;
|
|
72414
72658
|
validationValue?: any;
|
|
72415
72659
|
prependIcon?: IconValue | undefined;
|
|
72416
72660
|
appendIcon?: IconValue | undefined;
|
|
@@ -72755,7 +72999,7 @@ declare const VNumberInput: {
|
|
|
72755
72999
|
theme?: string | undefined;
|
|
72756
73000
|
counter?: string | number | boolean | undefined;
|
|
72757
73001
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
72758
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
73002
|
+
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;
|
|
72759
73003
|
validationValue?: any;
|
|
72760
73004
|
rounded?: string | number | boolean | undefined;
|
|
72761
73005
|
baseColor?: string | undefined;
|
|
@@ -72909,7 +73153,7 @@ declare const VNumberInput: {
|
|
|
72909
73153
|
counter?: string | number | boolean | undefined;
|
|
72910
73154
|
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
72911
73155
|
modelValue?: any;
|
|
72912
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
73156
|
+
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;
|
|
72913
73157
|
validationValue?: any;
|
|
72914
73158
|
rounded?: string | number | boolean | undefined;
|
|
72915
73159
|
baseColor?: string | undefined;
|
|
@@ -73029,7 +73273,7 @@ declare const VNumberInput: {
|
|
|
73029
73273
|
counter?: string | number | boolean | undefined;
|
|
73030
73274
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73031
73275
|
modelValue?: any;
|
|
73032
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
73276
|
+
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;
|
|
73033
73277
|
validationValue?: any;
|
|
73034
73278
|
rounded?: string | number | boolean | undefined;
|
|
73035
73279
|
baseColor?: string | undefined;
|
|
@@ -73182,7 +73426,7 @@ declare const VNumberInput: {
|
|
|
73182
73426
|
counter?: string | number | boolean | undefined;
|
|
73183
73427
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73184
73428
|
modelValue?: any;
|
|
73185
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
73429
|
+
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;
|
|
73186
73430
|
validationValue?: any;
|
|
73187
73431
|
rounded?: string | number | boolean | undefined;
|
|
73188
73432
|
baseColor?: string | undefined;
|
|
@@ -73303,7 +73547,7 @@ declare const VNumberInput: {
|
|
|
73303
73547
|
class?: any;
|
|
73304
73548
|
theme?: string | undefined;
|
|
73305
73549
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73306
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
73550
|
+
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;
|
|
73307
73551
|
validationValue?: any;
|
|
73308
73552
|
prependIcon?: IconValue | undefined;
|
|
73309
73553
|
appendIcon?: IconValue | undefined;
|
|
@@ -73336,7 +73580,7 @@ declare const VNumberInput: {
|
|
|
73336
73580
|
class?: any;
|
|
73337
73581
|
theme?: string | undefined;
|
|
73338
73582
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73339
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
73583
|
+
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;
|
|
73340
73584
|
validationValue?: any;
|
|
73341
73585
|
prependIcon?: IconValue | undefined;
|
|
73342
73586
|
appendIcon?: IconValue | undefined;
|
|
@@ -73387,7 +73631,7 @@ declare const VNumberInput: {
|
|
|
73387
73631
|
class?: any;
|
|
73388
73632
|
theme?: string | undefined;
|
|
73389
73633
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73390
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
73634
|
+
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;
|
|
73391
73635
|
validationValue?: any;
|
|
73392
73636
|
prependIcon?: IconValue | undefined;
|
|
73393
73637
|
appendIcon?: IconValue | undefined;
|
|
@@ -73469,7 +73713,7 @@ declare const VNumberInput: {
|
|
|
73469
73713
|
class?: any;
|
|
73470
73714
|
theme?: string | undefined;
|
|
73471
73715
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73472
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
73716
|
+
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;
|
|
73473
73717
|
validationValue?: any;
|
|
73474
73718
|
prependIcon?: IconValue | undefined;
|
|
73475
73719
|
appendIcon?: IconValue | undefined;
|
|
@@ -73839,7 +74083,7 @@ declare const VNumberInput: {
|
|
|
73839
74083
|
counter?: string | number | boolean | undefined;
|
|
73840
74084
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73841
74085
|
modelValue?: any;
|
|
73842
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
74086
|
+
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;
|
|
73843
74087
|
validationValue?: any;
|
|
73844
74088
|
rounded?: string | number | boolean | undefined;
|
|
73845
74089
|
baseColor?: string | undefined;
|
|
@@ -73960,7 +74204,7 @@ declare const VNumberInput: {
|
|
|
73960
74204
|
class?: any;
|
|
73961
74205
|
theme?: string | undefined;
|
|
73962
74206
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73963
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
74207
|
+
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;
|
|
73964
74208
|
validationValue?: any;
|
|
73965
74209
|
prependIcon?: IconValue | undefined;
|
|
73966
74210
|
appendIcon?: IconValue | undefined;
|
|
@@ -73993,7 +74237,7 @@ declare const VNumberInput: {
|
|
|
73993
74237
|
class?: any;
|
|
73994
74238
|
theme?: string | undefined;
|
|
73995
74239
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
73996
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
74240
|
+
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;
|
|
73997
74241
|
validationValue?: any;
|
|
73998
74242
|
prependIcon?: IconValue | undefined;
|
|
73999
74243
|
appendIcon?: IconValue | undefined;
|
|
@@ -74044,7 +74288,7 @@ declare const VNumberInput: {
|
|
|
74044
74288
|
class?: any;
|
|
74045
74289
|
theme?: string | undefined;
|
|
74046
74290
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
74047
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
74291
|
+
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;
|
|
74048
74292
|
validationValue?: any;
|
|
74049
74293
|
prependIcon?: IconValue | undefined;
|
|
74050
74294
|
appendIcon?: IconValue | undefined;
|
|
@@ -74126,7 +74370,7 @@ declare const VNumberInput: {
|
|
|
74126
74370
|
class?: any;
|
|
74127
74371
|
theme?: string | undefined;
|
|
74128
74372
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
74129
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
74373
|
+
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;
|
|
74130
74374
|
validationValue?: any;
|
|
74131
74375
|
prependIcon?: IconValue | undefined;
|
|
74132
74376
|
appendIcon?: IconValue | undefined;
|
|
@@ -75489,7 +75733,13 @@ declare const VStepperVerticalItem: {
|
|
|
75489
75733
|
editIcon: string;
|
|
75490
75734
|
errorIcon: string;
|
|
75491
75735
|
} & {
|
|
75736
|
+
height?: string | number | undefined;
|
|
75737
|
+
width?: string | number | undefined;
|
|
75492
75738
|
color?: string | undefined;
|
|
75739
|
+
maxHeight?: string | number | undefined;
|
|
75740
|
+
maxWidth?: string | number | undefined;
|
|
75741
|
+
minHeight?: string | number | undefined;
|
|
75742
|
+
minWidth?: string | number | undefined;
|
|
75493
75743
|
value?: any;
|
|
75494
75744
|
title?: string | undefined;
|
|
75495
75745
|
text?: string | undefined;
|
|
@@ -75570,7 +75820,13 @@ declare const VStepperVerticalItem: {
|
|
|
75570
75820
|
editIcon: string;
|
|
75571
75821
|
errorIcon: string;
|
|
75572
75822
|
} & {
|
|
75823
|
+
height?: string | number | undefined;
|
|
75824
|
+
width?: string | number | undefined;
|
|
75573
75825
|
color?: string | undefined;
|
|
75826
|
+
maxHeight?: string | number | undefined;
|
|
75827
|
+
maxWidth?: string | number | undefined;
|
|
75828
|
+
minHeight?: string | number | undefined;
|
|
75829
|
+
minWidth?: string | number | undefined;
|
|
75574
75830
|
value?: any;
|
|
75575
75831
|
title?: string | undefined;
|
|
75576
75832
|
text?: string | undefined;
|
|
@@ -75689,7 +75945,13 @@ declare const VStepperVerticalItem: {
|
|
|
75689
75945
|
editIcon: string;
|
|
75690
75946
|
errorIcon: string;
|
|
75691
75947
|
} & {
|
|
75948
|
+
height?: string | number | undefined;
|
|
75949
|
+
width?: string | number | undefined;
|
|
75692
75950
|
color?: string | undefined;
|
|
75951
|
+
maxHeight?: string | number | undefined;
|
|
75952
|
+
maxWidth?: string | number | undefined;
|
|
75953
|
+
minHeight?: string | number | undefined;
|
|
75954
|
+
minWidth?: string | number | undefined;
|
|
75693
75955
|
value?: any;
|
|
75694
75956
|
title?: string | undefined;
|
|
75695
75957
|
text?: string | undefined;
|
|
@@ -75793,7 +76055,13 @@ declare const VStepperVerticalItem: {
|
|
|
75793
76055
|
editIcon: string;
|
|
75794
76056
|
errorIcon: string;
|
|
75795
76057
|
} & {
|
|
76058
|
+
height?: string | number | undefined;
|
|
76059
|
+
width?: string | number | undefined;
|
|
75796
76060
|
color?: string | undefined;
|
|
76061
|
+
maxHeight?: string | number | undefined;
|
|
76062
|
+
maxWidth?: string | number | undefined;
|
|
76063
|
+
minHeight?: string | number | undefined;
|
|
76064
|
+
minWidth?: string | number | undefined;
|
|
75797
76065
|
value?: any;
|
|
75798
76066
|
title?: string | undefined;
|
|
75799
76067
|
text?: string | undefined;
|
|
@@ -75887,7 +76155,13 @@ declare const VStepperVerticalItem: {
|
|
|
75887
76155
|
prev: () => void;
|
|
75888
76156
|
}) => vue.VNode[];
|
|
75889
76157
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
76158
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
76159
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
75890
76160
|
color: StringConstructor;
|
|
76161
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
76162
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
76163
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
76164
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
75891
76165
|
value: null;
|
|
75892
76166
|
style: {
|
|
75893
76167
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -75957,7 +76231,13 @@ declare const VStepperVerticalItem: {
|
|
|
75957
76231
|
};
|
|
75958
76232
|
hideActions: BooleanConstructor;
|
|
75959
76233
|
}, vue.ExtractPropTypes<{
|
|
76234
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
76235
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
75960
76236
|
color: StringConstructor;
|
|
76237
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
76238
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
76239
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
76240
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
75961
76241
|
value: null;
|
|
75962
76242
|
style: {
|
|
75963
76243
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -76294,6 +76574,7 @@ type VStepperVerticalActions = InstanceType<typeof VStepperVerticalActions>;
|
|
|
76294
76574
|
|
|
76295
76575
|
declare const VPullToRefresh: {
|
|
76296
76576
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
76577
|
+
disabled: boolean;
|
|
76297
76578
|
pullDownThreshold: number;
|
|
76298
76579
|
} & {} & {
|
|
76299
76580
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -76328,6 +76609,7 @@ declare const VPullToRefresh: {
|
|
|
76328
76609
|
done: () => void;
|
|
76329
76610
|
}) => true;
|
|
76330
76611
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
76612
|
+
disabled: boolean;
|
|
76331
76613
|
pullDownThreshold: number;
|
|
76332
76614
|
} & {} & {
|
|
76333
76615
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -76358,6 +76640,7 @@ declare const VPullToRefresh: {
|
|
|
76358
76640
|
done: () => void;
|
|
76359
76641
|
}) => any) | undefined;
|
|
76360
76642
|
}, {
|
|
76643
|
+
disabled: boolean;
|
|
76361
76644
|
pullDownThreshold: number;
|
|
76362
76645
|
}, true, {}, vue.SlotsType<Partial<{
|
|
76363
76646
|
default: () => vue.VNode[];
|
|
@@ -76374,6 +76657,7 @@ declare const VPullToRefresh: {
|
|
|
76374
76657
|
M: {};
|
|
76375
76658
|
Defaults: {};
|
|
76376
76659
|
}, {
|
|
76660
|
+
disabled: boolean;
|
|
76377
76661
|
pullDownThreshold: number;
|
|
76378
76662
|
} & {} & {
|
|
76379
76663
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -76404,12 +76688,14 @@ declare const VPullToRefresh: {
|
|
|
76404
76688
|
done: () => void;
|
|
76405
76689
|
}) => any) | undefined;
|
|
76406
76690
|
}, {}, {}, {}, {}, {
|
|
76691
|
+
disabled: boolean;
|
|
76407
76692
|
pullDownThreshold: number;
|
|
76408
76693
|
}>;
|
|
76409
76694
|
__isFragment?: never;
|
|
76410
76695
|
__isTeleport?: never;
|
|
76411
76696
|
__isSuspense?: never;
|
|
76412
76697
|
} & vue.ComponentOptionsBase<{
|
|
76698
|
+
disabled: boolean;
|
|
76413
76699
|
pullDownThreshold: number;
|
|
76414
76700
|
} & {} & {
|
|
76415
76701
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -76444,6 +76730,7 @@ declare const VPullToRefresh: {
|
|
|
76444
76730
|
done: () => void;
|
|
76445
76731
|
}) => true;
|
|
76446
76732
|
}, string, {
|
|
76733
|
+
disabled: boolean;
|
|
76447
76734
|
pullDownThreshold: number;
|
|
76448
76735
|
}, {}, string, vue.SlotsType<Partial<{
|
|
76449
76736
|
default: () => vue.VNode[];
|
|
@@ -76453,11 +76740,13 @@ declare const VPullToRefresh: {
|
|
|
76453
76740
|
refreshing: boolean;
|
|
76454
76741
|
}) => vue.VNode[];
|
|
76455
76742
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
76743
|
+
disabled: BooleanConstructor;
|
|
76456
76744
|
pullDownThreshold: {
|
|
76457
76745
|
type: NumberConstructor;
|
|
76458
76746
|
default: number;
|
|
76459
76747
|
};
|
|
76460
76748
|
}, vue.ExtractPropTypes<{
|
|
76749
|
+
disabled: BooleanConstructor;
|
|
76461
76750
|
pullDownThreshold: {
|
|
76462
76751
|
type: NumberConstructor;
|
|
76463
76752
|
default: number;
|
|
@@ -77853,14 +78142,15 @@ declare const VTreeview: {
|
|
|
77853
78142
|
disabled: boolean;
|
|
77854
78143
|
tag: string;
|
|
77855
78144
|
mandatory: boolean;
|
|
78145
|
+
modelValue: unknown[];
|
|
77856
78146
|
tile: boolean;
|
|
77857
78147
|
density: Density;
|
|
77858
78148
|
slim: boolean;
|
|
77859
78149
|
valueComparator: typeof deepEqual;
|
|
78150
|
+
indeterminateIcon: IconValue;
|
|
77860
78151
|
activatable: boolean;
|
|
77861
78152
|
selectable: boolean;
|
|
77862
78153
|
selectStrategy: SelectStrategyProp;
|
|
77863
|
-
openStrategy: OpenStrategyProp;
|
|
77864
78154
|
collapseIcon: string;
|
|
77865
78155
|
expandIcon: string;
|
|
77866
78156
|
lines: false | "one" | "two" | "three";
|
|
@@ -77892,11 +78182,13 @@ declare const VTreeview: {
|
|
|
77892
78182
|
rounded?: string | number | boolean | undefined;
|
|
77893
78183
|
baseColor?: string | undefined;
|
|
77894
78184
|
bgColor?: string | undefined;
|
|
78185
|
+
activeColor?: string | undefined;
|
|
78186
|
+
falseIcon?: IconValue | undefined;
|
|
78187
|
+
trueIcon?: IconValue | undefined;
|
|
77895
78188
|
activeClass?: string | undefined;
|
|
77896
78189
|
opened?: any;
|
|
77897
78190
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
77898
78191
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
77899
|
-
activeColor?: string | undefined;
|
|
77900
78192
|
customFilter?: FilterFunction | undefined;
|
|
77901
78193
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
77902
78194
|
'onClick:open'?: ((args_0: {
|
|
@@ -77909,8 +78201,11 @@ declare const VTreeview: {
|
|
|
77909
78201
|
value: boolean;
|
|
77910
78202
|
path: unknown[];
|
|
77911
78203
|
}) => void) | undefined;
|
|
78204
|
+
openOnClick?: boolean | undefined;
|
|
78205
|
+
selectedColor?: string | undefined;
|
|
77912
78206
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
77913
78207
|
} & {
|
|
78208
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
|
77914
78209
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
77915
78210
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
|
77916
78211
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
|
@@ -77928,6 +78223,7 @@ declare const VTreeview: {
|
|
|
77928
78223
|
'update:opened': (val: unknown) => true;
|
|
77929
78224
|
'update:activated': (val: unknown) => true;
|
|
77930
78225
|
'update:selected': (val: unknown) => true;
|
|
78226
|
+
'update:modelValue': (val: unknown) => true;
|
|
77931
78227
|
'click:open': (value: {
|
|
77932
78228
|
id: unknown;
|
|
77933
78229
|
value: boolean;
|
|
@@ -77944,14 +78240,15 @@ declare const VTreeview: {
|
|
|
77944
78240
|
disabled: boolean;
|
|
77945
78241
|
tag: string;
|
|
77946
78242
|
mandatory: boolean;
|
|
78243
|
+
modelValue: unknown[];
|
|
77947
78244
|
tile: boolean;
|
|
77948
78245
|
density: Density;
|
|
77949
78246
|
slim: boolean;
|
|
77950
78247
|
valueComparator: typeof deepEqual;
|
|
78248
|
+
indeterminateIcon: IconValue;
|
|
77951
78249
|
activatable: boolean;
|
|
77952
78250
|
selectable: boolean;
|
|
77953
78251
|
selectStrategy: SelectStrategyProp;
|
|
77954
|
-
openStrategy: OpenStrategyProp;
|
|
77955
78252
|
collapseIcon: string;
|
|
77956
78253
|
expandIcon: string;
|
|
77957
78254
|
lines: false | "one" | "two" | "three";
|
|
@@ -77983,11 +78280,13 @@ declare const VTreeview: {
|
|
|
77983
78280
|
rounded?: string | number | boolean | undefined;
|
|
77984
78281
|
baseColor?: string | undefined;
|
|
77985
78282
|
bgColor?: string | undefined;
|
|
78283
|
+
activeColor?: string | undefined;
|
|
78284
|
+
falseIcon?: IconValue | undefined;
|
|
78285
|
+
trueIcon?: IconValue | undefined;
|
|
77986
78286
|
activeClass?: string | undefined;
|
|
77987
78287
|
opened?: any;
|
|
77988
78288
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
77989
78289
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
77990
|
-
activeColor?: string | undefined;
|
|
77991
78290
|
customFilter?: FilterFunction | undefined;
|
|
77992
78291
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
77993
78292
|
'onClick:open'?: ((args_0: {
|
|
@@ -78000,8 +78299,11 @@ declare const VTreeview: {
|
|
|
78000
78299
|
value: boolean;
|
|
78001
78300
|
path: unknown[];
|
|
78002
78301
|
}) => void) | undefined;
|
|
78302
|
+
openOnClick?: boolean | undefined;
|
|
78303
|
+
selectedColor?: string | undefined;
|
|
78003
78304
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
78004
78305
|
} & {
|
|
78306
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
|
78005
78307
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
78006
78308
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
|
78007
78309
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
|
@@ -78021,15 +78323,16 @@ declare const VTreeview: {
|
|
|
78021
78323
|
disabled: boolean;
|
|
78022
78324
|
tag: string;
|
|
78023
78325
|
mandatory: boolean;
|
|
78326
|
+
modelValue: unknown[];
|
|
78024
78327
|
rounded: string | number | boolean;
|
|
78025
78328
|
tile: boolean;
|
|
78026
78329
|
density: Density;
|
|
78027
78330
|
slim: boolean;
|
|
78028
78331
|
valueComparator: typeof deepEqual;
|
|
78332
|
+
indeterminateIcon: IconValue;
|
|
78029
78333
|
activatable: boolean;
|
|
78030
78334
|
selectable: boolean;
|
|
78031
78335
|
selectStrategy: SelectStrategyProp;
|
|
78032
|
-
openStrategy: OpenStrategyProp;
|
|
78033
78336
|
collapseIcon: string;
|
|
78034
78337
|
expandIcon: string;
|
|
78035
78338
|
lines: false | "one" | "two" | "three";
|
|
@@ -78041,6 +78344,7 @@ declare const VTreeview: {
|
|
|
78041
78344
|
itemValue: SelectItemKey;
|
|
78042
78345
|
itemChildren: SelectItemKey;
|
|
78043
78346
|
itemProps: SelectItemKey;
|
|
78347
|
+
openOnClick: boolean;
|
|
78044
78348
|
loadingIcon: string;
|
|
78045
78349
|
openAll: boolean;
|
|
78046
78350
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -78082,14 +78386,15 @@ declare const VTreeview: {
|
|
|
78082
78386
|
disabled: boolean;
|
|
78083
78387
|
tag: string;
|
|
78084
78388
|
mandatory: boolean;
|
|
78389
|
+
modelValue: unknown[];
|
|
78085
78390
|
tile: boolean;
|
|
78086
78391
|
density: Density;
|
|
78087
78392
|
slim: boolean;
|
|
78088
78393
|
valueComparator: typeof deepEqual;
|
|
78394
|
+
indeterminateIcon: IconValue;
|
|
78089
78395
|
activatable: boolean;
|
|
78090
78396
|
selectable: boolean;
|
|
78091
78397
|
selectStrategy: SelectStrategyProp;
|
|
78092
|
-
openStrategy: OpenStrategyProp;
|
|
78093
78398
|
collapseIcon: string;
|
|
78094
78399
|
expandIcon: string;
|
|
78095
78400
|
lines: false | "one" | "two" | "three";
|
|
@@ -78121,11 +78426,13 @@ declare const VTreeview: {
|
|
|
78121
78426
|
rounded?: string | number | boolean | undefined;
|
|
78122
78427
|
baseColor?: string | undefined;
|
|
78123
78428
|
bgColor?: string | undefined;
|
|
78429
|
+
activeColor?: string | undefined;
|
|
78430
|
+
falseIcon?: IconValue | undefined;
|
|
78431
|
+
trueIcon?: IconValue | undefined;
|
|
78124
78432
|
activeClass?: string | undefined;
|
|
78125
78433
|
opened?: any;
|
|
78126
78434
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
78127
78435
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
78128
|
-
activeColor?: string | undefined;
|
|
78129
78436
|
customFilter?: FilterFunction | undefined;
|
|
78130
78437
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
78131
78438
|
'onClick:open'?: ((args_0: {
|
|
@@ -78138,8 +78445,11 @@ declare const VTreeview: {
|
|
|
78138
78445
|
value: boolean;
|
|
78139
78446
|
path: unknown[];
|
|
78140
78447
|
}) => void) | undefined;
|
|
78448
|
+
openOnClick?: boolean | undefined;
|
|
78449
|
+
selectedColor?: string | undefined;
|
|
78141
78450
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
78142
78451
|
} & {
|
|
78452
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
|
78143
78453
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
78144
78454
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
|
78145
78455
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
|
@@ -78159,15 +78469,16 @@ declare const VTreeview: {
|
|
|
78159
78469
|
disabled: boolean;
|
|
78160
78470
|
tag: string;
|
|
78161
78471
|
mandatory: boolean;
|
|
78472
|
+
modelValue: unknown[];
|
|
78162
78473
|
rounded: string | number | boolean;
|
|
78163
78474
|
tile: boolean;
|
|
78164
78475
|
density: Density;
|
|
78165
78476
|
slim: boolean;
|
|
78166
78477
|
valueComparator: typeof deepEqual;
|
|
78478
|
+
indeterminateIcon: IconValue;
|
|
78167
78479
|
activatable: boolean;
|
|
78168
78480
|
selectable: boolean;
|
|
78169
78481
|
selectStrategy: SelectStrategyProp;
|
|
78170
|
-
openStrategy: OpenStrategyProp;
|
|
78171
78482
|
collapseIcon: string;
|
|
78172
78483
|
expandIcon: string;
|
|
78173
78484
|
lines: false | "one" | "two" | "three";
|
|
@@ -78179,6 +78490,7 @@ declare const VTreeview: {
|
|
|
78179
78490
|
itemValue: SelectItemKey;
|
|
78180
78491
|
itemChildren: SelectItemKey;
|
|
78181
78492
|
itemProps: SelectItemKey;
|
|
78493
|
+
openOnClick: boolean;
|
|
78182
78494
|
loadingIcon: string;
|
|
78183
78495
|
openAll: boolean;
|
|
78184
78496
|
}>;
|
|
@@ -78191,14 +78503,15 @@ declare const VTreeview: {
|
|
|
78191
78503
|
disabled: boolean;
|
|
78192
78504
|
tag: string;
|
|
78193
78505
|
mandatory: boolean;
|
|
78506
|
+
modelValue: unknown[];
|
|
78194
78507
|
tile: boolean;
|
|
78195
78508
|
density: Density;
|
|
78196
78509
|
slim: boolean;
|
|
78197
78510
|
valueComparator: typeof deepEqual;
|
|
78511
|
+
indeterminateIcon: IconValue;
|
|
78198
78512
|
activatable: boolean;
|
|
78199
78513
|
selectable: boolean;
|
|
78200
78514
|
selectStrategy: SelectStrategyProp;
|
|
78201
|
-
openStrategy: OpenStrategyProp;
|
|
78202
78515
|
collapseIcon: string;
|
|
78203
78516
|
expandIcon: string;
|
|
78204
78517
|
lines: false | "one" | "two" | "three";
|
|
@@ -78230,11 +78543,13 @@ declare const VTreeview: {
|
|
|
78230
78543
|
rounded?: string | number | boolean | undefined;
|
|
78231
78544
|
baseColor?: string | undefined;
|
|
78232
78545
|
bgColor?: string | undefined;
|
|
78546
|
+
activeColor?: string | undefined;
|
|
78547
|
+
falseIcon?: IconValue | undefined;
|
|
78548
|
+
trueIcon?: IconValue | undefined;
|
|
78233
78549
|
activeClass?: string | undefined;
|
|
78234
78550
|
opened?: any;
|
|
78235
78551
|
activeStrategy?: ActiveStrategyProp | undefined;
|
|
78236
78552
|
'onUpdate:opened'?: (() => void) | undefined;
|
|
78237
|
-
activeColor?: string | undefined;
|
|
78238
78553
|
customFilter?: FilterFunction | undefined;
|
|
78239
78554
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
78240
78555
|
'onClick:open'?: ((args_0: {
|
|
@@ -78247,8 +78562,11 @@ declare const VTreeview: {
|
|
|
78247
78562
|
value: boolean;
|
|
78248
78563
|
path: unknown[];
|
|
78249
78564
|
}) => void) | undefined;
|
|
78565
|
+
openOnClick?: boolean | undefined;
|
|
78566
|
+
selectedColor?: string | undefined;
|
|
78250
78567
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
|
78251
78568
|
} & {
|
|
78569
|
+
"onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
|
|
78252
78570
|
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
|
78253
78571
|
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
|
78254
78572
|
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
|
@@ -78266,6 +78584,7 @@ declare const VTreeview: {
|
|
|
78266
78584
|
'update:opened': (val: unknown) => true;
|
|
78267
78585
|
'update:activated': (val: unknown) => true;
|
|
78268
78586
|
'update:selected': (val: unknown) => true;
|
|
78587
|
+
'update:modelValue': (val: unknown) => true;
|
|
78269
78588
|
'click:open': (value: {
|
|
78270
78589
|
id: unknown;
|
|
78271
78590
|
value: boolean;
|
|
@@ -78282,15 +78601,16 @@ declare const VTreeview: {
|
|
|
78282
78601
|
disabled: boolean;
|
|
78283
78602
|
tag: string;
|
|
78284
78603
|
mandatory: boolean;
|
|
78604
|
+
modelValue: unknown[];
|
|
78285
78605
|
rounded: string | number | boolean;
|
|
78286
78606
|
tile: boolean;
|
|
78287
78607
|
density: Density;
|
|
78288
78608
|
slim: boolean;
|
|
78289
78609
|
valueComparator: typeof deepEqual;
|
|
78610
|
+
indeterminateIcon: IconValue;
|
|
78290
78611
|
activatable: boolean;
|
|
78291
78612
|
selectable: boolean;
|
|
78292
78613
|
selectStrategy: SelectStrategyProp;
|
|
78293
|
-
openStrategy: OpenStrategyProp;
|
|
78294
78614
|
collapseIcon: string;
|
|
78295
78615
|
expandIcon: string;
|
|
78296
78616
|
lines: false | "one" | "two" | "three";
|
|
@@ -78302,6 +78622,7 @@ declare const VTreeview: {
|
|
|
78302
78622
|
itemValue: SelectItemKey;
|
|
78303
78623
|
itemChildren: SelectItemKey;
|
|
78304
78624
|
itemProps: SelectItemKey;
|
|
78625
|
+
openOnClick: boolean;
|
|
78305
78626
|
loadingIcon: string;
|
|
78306
78627
|
openAll: boolean;
|
|
78307
78628
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -78333,6 +78654,10 @@ declare const VTreeview: {
|
|
|
78333
78654
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
78334
78655
|
items?: T[];
|
|
78335
78656
|
}, slots: VListChildrenSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
|
78657
|
+
modelValue: {
|
|
78658
|
+
type: ArrayConstructor;
|
|
78659
|
+
default: () => never[];
|
|
78660
|
+
};
|
|
78336
78661
|
variant: Omit<{
|
|
78337
78662
|
type: vue.PropType<Variant$2>;
|
|
78338
78663
|
default: string;
|
|
@@ -78383,6 +78708,7 @@ declare const VTreeview: {
|
|
|
78383
78708
|
};
|
|
78384
78709
|
baseColor: StringConstructor;
|
|
78385
78710
|
bgColor: StringConstructor;
|
|
78711
|
+
activeColor: StringConstructor;
|
|
78386
78712
|
slim: {
|
|
78387
78713
|
type: vue.PropType<boolean>;
|
|
78388
78714
|
default: boolean;
|
|
@@ -78400,12 +78726,7 @@ declare const VTreeview: {
|
|
|
78400
78726
|
type: vue.PropType<SelectStrategyProp>;
|
|
78401
78727
|
default: NonNullable<SelectStrategyProp>;
|
|
78402
78728
|
};
|
|
78403
|
-
openStrategy: {
|
|
78404
|
-
type: vue.PropType<OpenStrategyProp>;
|
|
78405
|
-
default: NonNullable<OpenStrategyProp>;
|
|
78406
|
-
};
|
|
78407
78729
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
78408
|
-
activeColor: StringConstructor;
|
|
78409
78730
|
collapseIcon: {
|
|
78410
78731
|
type: vue.PropType<string>;
|
|
78411
78732
|
default: string;
|
|
@@ -78450,6 +78771,17 @@ declare const VTreeview: {
|
|
|
78450
78771
|
type: StringConstructor;
|
|
78451
78772
|
default: string;
|
|
78452
78773
|
};
|
|
78774
|
+
openOnClick: {
|
|
78775
|
+
type: BooleanConstructor;
|
|
78776
|
+
default: undefined;
|
|
78777
|
+
};
|
|
78778
|
+
indeterminateIcon: {
|
|
78779
|
+
type: vue.PropType<IconValue>;
|
|
78780
|
+
default: string;
|
|
78781
|
+
};
|
|
78782
|
+
falseIcon: vue.PropType<IconValue>;
|
|
78783
|
+
trueIcon: vue.PropType<IconValue>;
|
|
78784
|
+
selectedColor: StringConstructor;
|
|
78453
78785
|
customFilter: vue.PropType<FilterFunction>;
|
|
78454
78786
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
78455
78787
|
filterKeys: {
|
|
@@ -78464,6 +78796,10 @@ declare const VTreeview: {
|
|
|
78464
78796
|
openAll: BooleanConstructor;
|
|
78465
78797
|
search: StringConstructor;
|
|
78466
78798
|
}, vue.ExtractPropTypes<{
|
|
78799
|
+
modelValue: {
|
|
78800
|
+
type: ArrayConstructor;
|
|
78801
|
+
default: () => never[];
|
|
78802
|
+
};
|
|
78467
78803
|
variant: Omit<{
|
|
78468
78804
|
type: vue.PropType<Variant$2>;
|
|
78469
78805
|
default: string;
|
|
@@ -78514,6 +78850,7 @@ declare const VTreeview: {
|
|
|
78514
78850
|
};
|
|
78515
78851
|
baseColor: StringConstructor;
|
|
78516
78852
|
bgColor: StringConstructor;
|
|
78853
|
+
activeColor: StringConstructor;
|
|
78517
78854
|
slim: {
|
|
78518
78855
|
type: vue.PropType<boolean>;
|
|
78519
78856
|
default: boolean;
|
|
@@ -78531,12 +78868,7 @@ declare const VTreeview: {
|
|
|
78531
78868
|
type: vue.PropType<SelectStrategyProp>;
|
|
78532
78869
|
default: NonNullable<SelectStrategyProp>;
|
|
78533
78870
|
};
|
|
78534
|
-
openStrategy: {
|
|
78535
|
-
type: vue.PropType<OpenStrategyProp>;
|
|
78536
|
-
default: NonNullable<OpenStrategyProp>;
|
|
78537
|
-
};
|
|
78538
78871
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
78539
|
-
activeColor: StringConstructor;
|
|
78540
78872
|
collapseIcon: {
|
|
78541
78873
|
type: vue.PropType<string>;
|
|
78542
78874
|
default: string;
|
|
@@ -78581,6 +78913,17 @@ declare const VTreeview: {
|
|
|
78581
78913
|
type: StringConstructor;
|
|
78582
78914
|
default: string;
|
|
78583
78915
|
};
|
|
78916
|
+
openOnClick: {
|
|
78917
|
+
type: BooleanConstructor;
|
|
78918
|
+
default: undefined;
|
|
78919
|
+
};
|
|
78920
|
+
indeterminateIcon: {
|
|
78921
|
+
type: vue.PropType<IconValue>;
|
|
78922
|
+
default: string;
|
|
78923
|
+
};
|
|
78924
|
+
falseIcon: vue.PropType<IconValue>;
|
|
78925
|
+
trueIcon: vue.PropType<IconValue>;
|
|
78926
|
+
selectedColor: StringConstructor;
|
|
78584
78927
|
customFilter: vue.PropType<FilterFunction>;
|
|
78585
78928
|
customKeyFilter: vue.PropType<FilterKeyFunctions>;
|
|
78586
78929
|
filterKeys: {
|
|
@@ -78627,7 +78970,7 @@ declare const VTreeviewItem: {
|
|
|
78627
78970
|
value?: any;
|
|
78628
78971
|
title?: string | number | undefined;
|
|
78629
78972
|
class?: any;
|
|
78630
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
78973
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
78631
78974
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
78632
78975
|
href?: string | undefined;
|
|
78633
78976
|
elevation?: string | number | undefined;
|
|
@@ -78635,15 +78978,16 @@ declare const VTreeviewItem: {
|
|
|
78635
78978
|
theme?: string | undefined;
|
|
78636
78979
|
rounded?: string | number | boolean | undefined;
|
|
78637
78980
|
baseColor?: string | undefined;
|
|
78981
|
+
activeColor?: string | undefined;
|
|
78638
78982
|
prependIcon?: IconValue | undefined;
|
|
78639
78983
|
appendIcon?: IconValue | undefined;
|
|
78640
78984
|
activeClass?: string | undefined;
|
|
78641
78985
|
appendAvatar?: string | undefined;
|
|
78642
78986
|
prependAvatar?: string | undefined;
|
|
78643
|
-
activeColor?: string | undefined;
|
|
78644
78987
|
subtitle?: string | number | undefined;
|
|
78645
78988
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
78646
78989
|
toggleIcon?: IconValue | undefined;
|
|
78990
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
78647
78991
|
} & {
|
|
78648
78992
|
$children?: vue.VNodeChild | {
|
|
78649
78993
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -78694,7 +79038,7 @@ declare const VTreeviewItem: {
|
|
|
78694
79038
|
value?: any;
|
|
78695
79039
|
title?: string | number | undefined;
|
|
78696
79040
|
class?: any;
|
|
78697
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
79041
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
78698
79042
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
78699
79043
|
href?: string | undefined;
|
|
78700
79044
|
elevation?: string | number | undefined;
|
|
@@ -78702,15 +79046,16 @@ declare const VTreeviewItem: {
|
|
|
78702
79046
|
theme?: string | undefined;
|
|
78703
79047
|
rounded?: string | number | boolean | undefined;
|
|
78704
79048
|
baseColor?: string | undefined;
|
|
79049
|
+
activeColor?: string | undefined;
|
|
78705
79050
|
prependIcon?: IconValue | undefined;
|
|
78706
79051
|
appendIcon?: IconValue | undefined;
|
|
78707
79052
|
activeClass?: string | undefined;
|
|
78708
79053
|
appendAvatar?: string | undefined;
|
|
78709
79054
|
prependAvatar?: string | undefined;
|
|
78710
|
-
activeColor?: string | undefined;
|
|
78711
79055
|
subtitle?: string | number | undefined;
|
|
78712
79056
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
78713
79057
|
toggleIcon?: IconValue | undefined;
|
|
79058
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
78714
79059
|
} & {
|
|
78715
79060
|
$children?: vue.VNodeChild | {
|
|
78716
79061
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -78792,7 +79137,7 @@ declare const VTreeviewItem: {
|
|
|
78792
79137
|
value?: any;
|
|
78793
79138
|
title?: string | number | undefined;
|
|
78794
79139
|
class?: any;
|
|
78795
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
79140
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
78796
79141
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
78797
79142
|
href?: string | undefined;
|
|
78798
79143
|
elevation?: string | number | undefined;
|
|
@@ -78800,15 +79145,16 @@ declare const VTreeviewItem: {
|
|
|
78800
79145
|
theme?: string | undefined;
|
|
78801
79146
|
rounded?: string | number | boolean | undefined;
|
|
78802
79147
|
baseColor?: string | undefined;
|
|
79148
|
+
activeColor?: string | undefined;
|
|
78803
79149
|
prependIcon?: IconValue | undefined;
|
|
78804
79150
|
appendIcon?: IconValue | undefined;
|
|
78805
79151
|
activeClass?: string | undefined;
|
|
78806
79152
|
appendAvatar?: string | undefined;
|
|
78807
79153
|
prependAvatar?: string | undefined;
|
|
78808
|
-
activeColor?: string | undefined;
|
|
78809
79154
|
subtitle?: string | number | undefined;
|
|
78810
79155
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
78811
79156
|
toggleIcon?: IconValue | undefined;
|
|
79157
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
78812
79158
|
} & {
|
|
78813
79159
|
$children?: vue.VNodeChild | {
|
|
78814
79160
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -78881,7 +79227,7 @@ declare const VTreeviewItem: {
|
|
|
78881
79227
|
value?: any;
|
|
78882
79228
|
title?: string | number | undefined;
|
|
78883
79229
|
class?: any;
|
|
78884
|
-
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
|
79230
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
78885
79231
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
78886
79232
|
href?: string | undefined;
|
|
78887
79233
|
elevation?: string | number | undefined;
|
|
@@ -78889,15 +79235,16 @@ declare const VTreeviewItem: {
|
|
|
78889
79235
|
theme?: string | undefined;
|
|
78890
79236
|
rounded?: string | number | boolean | undefined;
|
|
78891
79237
|
baseColor?: string | undefined;
|
|
79238
|
+
activeColor?: string | undefined;
|
|
78892
79239
|
prependIcon?: IconValue | undefined;
|
|
78893
79240
|
appendIcon?: IconValue | undefined;
|
|
78894
79241
|
activeClass?: string | undefined;
|
|
78895
79242
|
appendAvatar?: string | undefined;
|
|
78896
79243
|
prependAvatar?: string | undefined;
|
|
78897
|
-
activeColor?: string | undefined;
|
|
78898
79244
|
subtitle?: string | number | undefined;
|
|
78899
79245
|
lines?: false | "one" | "two" | "three" | undefined;
|
|
78900
79246
|
toggleIcon?: IconValue | undefined;
|
|
79247
|
+
onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
|
|
78901
79248
|
} & {
|
|
78902
79249
|
$children?: vue.VNodeChild | {
|
|
78903
79250
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -79017,9 +79364,10 @@ declare const VTreeviewItem: {
|
|
|
79017
79364
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
79018
79365
|
title: (StringConstructor | NumberConstructor)[];
|
|
79019
79366
|
value: null;
|
|
79020
|
-
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
|
79367
|
+
onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
79021
79368
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
|
79022
79369
|
loading: BooleanConstructor;
|
|
79370
|
+
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
|
79023
79371
|
toggleIcon: vue.PropType<IconValue>;
|
|
79024
79372
|
}, vue.ExtractPropTypes<{
|
|
79025
79373
|
color: StringConstructor;
|
|
@@ -79095,9 +79443,10 @@ declare const VTreeviewItem: {
|
|
|
79095
79443
|
subtitle: (StringConstructor | NumberConstructor)[];
|
|
79096
79444
|
title: (StringConstructor | NumberConstructor)[];
|
|
79097
79445
|
value: null;
|
|
79098
|
-
onClick: vue.PropType<(args_0: MouseEvent) => void>;
|
|
79446
|
+
onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
79099
79447
|
onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
|
|
79100
79448
|
loading: BooleanConstructor;
|
|
79449
|
+
onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
|
|
79101
79450
|
toggleIcon: vue.PropType<IconValue>;
|
|
79102
79451
|
}>>;
|
|
79103
79452
|
type VTreeviewItem = InstanceType<typeof VTreeviewItem>;
|
|
@@ -79115,9 +79464,9 @@ declare const VTreeviewGroup: {
|
|
|
79115
79464
|
title?: string | undefined;
|
|
79116
79465
|
class?: any;
|
|
79117
79466
|
baseColor?: string | undefined;
|
|
79467
|
+
activeColor?: string | undefined;
|
|
79118
79468
|
prependIcon?: IconValue | undefined;
|
|
79119
79469
|
appendIcon?: IconValue | undefined;
|
|
79120
|
-
activeColor?: string | undefined;
|
|
79121
79470
|
} & {
|
|
79122
79471
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
79123
79472
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -79151,9 +79500,9 @@ declare const VTreeviewGroup: {
|
|
|
79151
79500
|
title?: string | undefined;
|
|
79152
79501
|
class?: any;
|
|
79153
79502
|
baseColor?: string | undefined;
|
|
79503
|
+
activeColor?: string | undefined;
|
|
79154
79504
|
prependIcon?: IconValue | undefined;
|
|
79155
79505
|
appendIcon?: IconValue | undefined;
|
|
79156
|
-
activeColor?: string | undefined;
|
|
79157
79506
|
} & {
|
|
79158
79507
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
79159
79508
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -79206,9 +79555,9 @@ declare const VTreeviewGroup: {
|
|
|
79206
79555
|
title?: string | undefined;
|
|
79207
79556
|
class?: any;
|
|
79208
79557
|
baseColor?: string | undefined;
|
|
79558
|
+
activeColor?: string | undefined;
|
|
79209
79559
|
prependIcon?: IconValue | undefined;
|
|
79210
79560
|
appendIcon?: IconValue | undefined;
|
|
79211
|
-
activeColor?: string | undefined;
|
|
79212
79561
|
} & {
|
|
79213
79562
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
79214
79563
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -79252,9 +79601,9 @@ declare const VTreeviewGroup: {
|
|
|
79252
79601
|
title?: string | undefined;
|
|
79253
79602
|
class?: any;
|
|
79254
79603
|
baseColor?: string | undefined;
|
|
79604
|
+
activeColor?: string | undefined;
|
|
79255
79605
|
prependIcon?: IconValue | undefined;
|
|
79256
79606
|
appendIcon?: IconValue | undefined;
|
|
79257
|
-
activeColor?: string | undefined;
|
|
79258
79607
|
} & {
|
|
79259
79608
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
79260
79609
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -79302,9 +79651,9 @@ declare const VTreeviewGroup: {
|
|
|
79302
79651
|
default: string;
|
|
79303
79652
|
};
|
|
79304
79653
|
baseColor: StringConstructor;
|
|
79654
|
+
activeColor: StringConstructor;
|
|
79305
79655
|
prependIcon: vue.PropType<IconValue>;
|
|
79306
79656
|
appendIcon: vue.PropType<IconValue>;
|
|
79307
|
-
activeColor: StringConstructor;
|
|
79308
79657
|
collapseIcon: Omit<{
|
|
79309
79658
|
type: vue.PropType<IconValue>;
|
|
79310
79659
|
default: string;
|
|
@@ -79334,9 +79683,9 @@ declare const VTreeviewGroup: {
|
|
|
79334
79683
|
default: string;
|
|
79335
79684
|
};
|
|
79336
79685
|
baseColor: StringConstructor;
|
|
79686
|
+
activeColor: StringConstructor;
|
|
79337
79687
|
prependIcon: vue.PropType<IconValue>;
|
|
79338
79688
|
appendIcon: vue.PropType<IconValue>;
|
|
79339
|
-
activeColor: StringConstructor;
|
|
79340
79689
|
collapseIcon: Omit<{
|
|
79341
79690
|
type: vue.PropType<IconValue>;
|
|
79342
79691
|
default: string;
|