@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce → 3.6.13-pr-20185.5bf1ff4
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 +125 -273
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +102 -102
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +239 -610
- package/dist/vuetify-labs.css +4045 -3340
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +236 -241
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +236 -241
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1754 -1049
- package/dist/vuetify.d.ts +338 -601
- package/dist/vuetify.esm.js +97 -160
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +97 -160
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1038 -1037
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAppBar/index.d.mts +0 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -15
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -61
- package/lib/components/VAvatar/VAvatar.css +2 -7
- package/lib/components/VAvatar/VAvatar.mjs +2 -7
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +0 -1
- package/lib/components/VAvatar/_variables.scss +0 -13
- package/lib/components/VAvatar/index.d.mts +0 -6
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +2 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +0 -6
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +0 -9
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -61
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +0 -72
- package/lib/components/VFab/index.d.mts +0 -6
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- 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 +9 -9
- package/lib/components/VGrid/VContainer.mjs +1 -6
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +0 -36
- package/lib/components/VImg/VImg.css +6 -9
- package/lib/components/VImg/VImg.mjs +0 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -9
- package/lib/components/VImg/index.d.mts +0 -9
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +23 -13
- package/lib/components/VList/VListItem.mjs +0 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +2 -2
- package/lib/components/VList/index.d.mts +18 -19
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +6 -27
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/VSelect.mjs +13 -15
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -61
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +0 -6
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTabs/index.d.mts +3 -21
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +8 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +0 -3
- package/lib/components/index.d.mts +302 -565
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- 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 +6 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +0 -1
- 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 +36 -36
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +23 -14
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +0 -36
- package/lib/labs/VTreeview/VTreeview.mjs +5 -7
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
- package/lib/labs/VTreeview/index.d.mts +60 -77
- package/lib/labs/components.d.mts +92 -136
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/lib/util/helpers.mjs +0 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
package/dist/vuetify.d.ts
CHANGED
@@ -697,8 +697,7 @@ declare function useLayout(): {
|
|
697
697
|
|
698
698
|
type ValidationResult = string | boolean;
|
699
699
|
type ValidationRule$1 = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
700
|
-
type ValidateOnValue = 'blur' | 'input' | 'submit'
|
701
|
-
type ValidateOn = ValidateOnValue | `${ValidateOnValue} lazy` | `${ValidateOnValue} eager` | `lazy ${ValidateOnValue}` | `eager ${ValidateOnValue}` | 'lazy' | 'eager';
|
700
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
702
701
|
interface ValidationProps {
|
703
702
|
disabled: boolean | null;
|
704
703
|
error: boolean;
|
@@ -711,7 +710,7 @@ interface ValidationProps {
|
|
711
710
|
rules: readonly ValidationRule$1[];
|
712
711
|
modelValue: any;
|
713
712
|
'onUpdate:modelValue': EventProp | undefined;
|
714
|
-
validateOn?:
|
713
|
+
validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
|
715
714
|
validationValue: any;
|
716
715
|
}
|
717
716
|
declare function useValidation(props: ValidationProps, name?: string, id?: MaybeRef<string | number>): {
|
@@ -1869,7 +1868,6 @@ declare const VAppBarNavIcon: {
|
|
1869
1868
|
rounded?: string | number | boolean | undefined;
|
1870
1869
|
baseColor?: string | undefined;
|
1871
1870
|
selectedClass?: string | undefined;
|
1872
|
-
activeColor?: string | undefined;
|
1873
1871
|
prependIcon?: IconValue | undefined;
|
1874
1872
|
appendIcon?: IconValue | undefined;
|
1875
1873
|
} & {
|
@@ -1933,7 +1931,6 @@ declare const VAppBarNavIcon: {
|
|
1933
1931
|
rounded?: string | number | boolean | undefined;
|
1934
1932
|
baseColor?: string | undefined;
|
1935
1933
|
selectedClass?: string | undefined;
|
1936
|
-
activeColor?: string | undefined;
|
1937
1934
|
prependIcon?: IconValue | undefined;
|
1938
1935
|
appendIcon?: IconValue | undefined;
|
1939
1936
|
} & {
|
@@ -2039,7 +2036,6 @@ declare const VAppBarNavIcon: {
|
|
2039
2036
|
rounded?: string | number | boolean | undefined;
|
2040
2037
|
baseColor?: string | undefined;
|
2041
2038
|
selectedClass?: string | undefined;
|
2042
|
-
activeColor?: string | undefined;
|
2043
2039
|
prependIcon?: IconValue | undefined;
|
2044
2040
|
appendIcon?: IconValue | undefined;
|
2045
2041
|
} & {
|
@@ -2129,7 +2125,6 @@ declare const VAppBarNavIcon: {
|
|
2129
2125
|
rounded?: string | number | boolean | undefined;
|
2130
2126
|
baseColor?: string | undefined;
|
2131
2127
|
selectedClass?: string | undefined;
|
2132
|
-
activeColor?: string | undefined;
|
2133
2128
|
prependIcon?: IconValue | undefined;
|
2134
2129
|
appendIcon?: IconValue | undefined;
|
2135
2130
|
} & {
|
@@ -2253,7 +2248,6 @@ declare const VAppBarNavIcon: {
|
|
2253
2248
|
type: BooleanConstructor;
|
2254
2249
|
default: undefined;
|
2255
2250
|
};
|
2256
|
-
activeColor: StringConstructor;
|
2257
2251
|
baseColor: StringConstructor;
|
2258
2252
|
symbol: {
|
2259
2253
|
type: null;
|
@@ -2345,7 +2339,6 @@ declare const VAppBarNavIcon: {
|
|
2345
2339
|
type: BooleanConstructor;
|
2346
2340
|
default: undefined;
|
2347
2341
|
};
|
2348
|
-
activeColor: StringConstructor;
|
2349
2342
|
baseColor: StringConstructor;
|
2350
2343
|
symbol: {
|
2351
2344
|
type: null;
|
@@ -3396,7 +3389,7 @@ declare const VInput: {
|
|
3396
3389
|
class?: any;
|
3397
3390
|
theme?: string | undefined;
|
3398
3391
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3399
|
-
validateOn?:
|
3392
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
3400
3393
|
validationValue?: any;
|
3401
3394
|
prependIcon?: IconValue | undefined;
|
3402
3395
|
appendIcon?: IconValue | undefined;
|
@@ -3437,7 +3430,7 @@ declare const VInput: {
|
|
3437
3430
|
class?: any;
|
3438
3431
|
theme?: string | undefined;
|
3439
3432
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3440
|
-
validateOn?:
|
3433
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
3441
3434
|
validationValue?: any;
|
3442
3435
|
prependIcon?: IconValue | undefined;
|
3443
3436
|
appendIcon?: IconValue | undefined;
|
@@ -3508,7 +3501,7 @@ declare const VInput: {
|
|
3508
3501
|
class?: any;
|
3509
3502
|
theme?: string | undefined;
|
3510
3503
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3511
|
-
validateOn?:
|
3504
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
3512
3505
|
validationValue?: any;
|
3513
3506
|
prependIcon?: IconValue | undefined;
|
3514
3507
|
appendIcon?: IconValue | undefined;
|
@@ -3566,7 +3559,7 @@ declare const VInput: {
|
|
3566
3559
|
class?: any;
|
3567
3560
|
theme?: string | undefined;
|
3568
3561
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3569
|
-
validateOn?:
|
3562
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
3570
3563
|
validationValue?: any;
|
3571
3564
|
prependIcon?: IconValue | undefined;
|
3572
3565
|
appendIcon?: IconValue | undefined;
|
@@ -3646,7 +3639,7 @@ declare const VInput: {
|
|
3646
3639
|
default: () => never[];
|
3647
3640
|
};
|
3648
3641
|
modelValue: null;
|
3649
|
-
validateOn: PropType<
|
3642
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
3650
3643
|
validationValue: null;
|
3651
3644
|
theme: StringConstructor;
|
3652
3645
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -3711,7 +3704,7 @@ declare const VInput: {
|
|
3711
3704
|
default: () => never[];
|
3712
3705
|
};
|
3713
3706
|
modelValue: null;
|
3714
|
-
validateOn: PropType<
|
3707
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
3715
3708
|
validationValue: null;
|
3716
3709
|
theme: StringConstructor;
|
3717
3710
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -4217,7 +4210,6 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
4217
4210
|
|
4218
4211
|
type ListItemSlot = {
|
4219
4212
|
isActive: boolean;
|
4220
|
-
isOpen: boolean;
|
4221
4213
|
isSelected: boolean;
|
4222
4214
|
isIndeterminate: boolean;
|
4223
4215
|
select: (value: boolean) => void;
|
@@ -4264,7 +4256,7 @@ declare const VListItem: {
|
|
4264
4256
|
value?: any;
|
4265
4257
|
title?: string | number | undefined;
|
4266
4258
|
class?: any;
|
4267
|
-
onClick?: ((args_0: MouseEvent
|
4259
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
4268
4260
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
4269
4261
|
href?: string | undefined;
|
4270
4262
|
elevation?: string | number | undefined;
|
@@ -4272,12 +4264,12 @@ declare const VListItem: {
|
|
4272
4264
|
theme?: string | undefined;
|
4273
4265
|
rounded?: string | number | boolean | undefined;
|
4274
4266
|
baseColor?: string | undefined;
|
4275
|
-
activeColor?: string | undefined;
|
4276
4267
|
prependIcon?: IconValue | undefined;
|
4277
4268
|
appendIcon?: IconValue | undefined;
|
4278
4269
|
activeClass?: string | undefined;
|
4279
4270
|
appendAvatar?: string | undefined;
|
4280
4271
|
prependAvatar?: string | undefined;
|
4272
|
+
activeColor?: string | undefined;
|
4281
4273
|
subtitle?: string | number | undefined;
|
4282
4274
|
lines?: false | "one" | "two" | "three" | undefined;
|
4283
4275
|
} & {
|
@@ -4343,7 +4335,7 @@ declare const VListItem: {
|
|
4343
4335
|
value?: any;
|
4344
4336
|
title?: string | number | undefined;
|
4345
4337
|
class?: any;
|
4346
|
-
onClick?: ((args_0: MouseEvent
|
4338
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
4347
4339
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
4348
4340
|
href?: string | undefined;
|
4349
4341
|
elevation?: string | number | undefined;
|
@@ -4351,12 +4343,12 @@ declare const VListItem: {
|
|
4351
4343
|
theme?: string | undefined;
|
4352
4344
|
rounded?: string | number | boolean | undefined;
|
4353
4345
|
baseColor?: string | undefined;
|
4354
|
-
activeColor?: string | undefined;
|
4355
4346
|
prependIcon?: IconValue | undefined;
|
4356
4347
|
appendIcon?: IconValue | undefined;
|
4357
4348
|
activeClass?: string | undefined;
|
4358
4349
|
appendAvatar?: string | undefined;
|
4359
4350
|
prependAvatar?: string | undefined;
|
4351
|
+
activeColor?: string | undefined;
|
4360
4352
|
subtitle?: string | number | undefined;
|
4361
4353
|
lines?: false | "one" | "two" | "three" | undefined;
|
4362
4354
|
} & {
|
@@ -4450,7 +4442,7 @@ declare const VListItem: {
|
|
4450
4442
|
value?: any;
|
4451
4443
|
title?: string | number | undefined;
|
4452
4444
|
class?: any;
|
4453
|
-
onClick?: ((args_0: MouseEvent
|
4445
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
4454
4446
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
4455
4447
|
href?: string | undefined;
|
4456
4448
|
elevation?: string | number | undefined;
|
@@ -4458,12 +4450,12 @@ declare const VListItem: {
|
|
4458
4450
|
theme?: string | undefined;
|
4459
4451
|
rounded?: string | number | boolean | undefined;
|
4460
4452
|
baseColor?: string | undefined;
|
4461
|
-
activeColor?: string | undefined;
|
4462
4453
|
prependIcon?: IconValue | undefined;
|
4463
4454
|
appendIcon?: IconValue | undefined;
|
4464
4455
|
activeClass?: string | undefined;
|
4465
4456
|
appendAvatar?: string | undefined;
|
4466
4457
|
prependAvatar?: string | undefined;
|
4458
|
+
activeColor?: string | undefined;
|
4467
4459
|
subtitle?: string | number | undefined;
|
4468
4460
|
lines?: false | "one" | "two" | "three" | undefined;
|
4469
4461
|
} & {
|
@@ -4548,7 +4540,7 @@ declare const VListItem: {
|
|
4548
4540
|
value?: any;
|
4549
4541
|
title?: string | number | undefined;
|
4550
4542
|
class?: any;
|
4551
|
-
onClick?: ((args_0: MouseEvent
|
4543
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
4552
4544
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
4553
4545
|
href?: string | undefined;
|
4554
4546
|
elevation?: string | number | undefined;
|
@@ -4556,12 +4548,12 @@ declare const VListItem: {
|
|
4556
4548
|
theme?: string | undefined;
|
4557
4549
|
rounded?: string | number | boolean | undefined;
|
4558
4550
|
baseColor?: string | undefined;
|
4559
|
-
activeColor?: string | undefined;
|
4560
4551
|
prependIcon?: IconValue | undefined;
|
4561
4552
|
appendIcon?: IconValue | undefined;
|
4562
4553
|
activeClass?: string | undefined;
|
4563
4554
|
appendAvatar?: string | undefined;
|
4564
4555
|
prependAvatar?: string | undefined;
|
4556
|
+
activeColor?: string | undefined;
|
4565
4557
|
subtitle?: string | number | undefined;
|
4566
4558
|
lines?: false | "one" | "two" | "three" | undefined;
|
4567
4559
|
} & {
|
@@ -4705,7 +4697,7 @@ declare const VListItem: {
|
|
4705
4697
|
subtitle: (StringConstructor | NumberConstructor)[];
|
4706
4698
|
title: (StringConstructor | NumberConstructor)[];
|
4707
4699
|
value: null;
|
4708
|
-
onClick: PropType<(args_0: MouseEvent
|
4700
|
+
onClick: PropType<(args_0: MouseEvent) => void>;
|
4709
4701
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
4710
4702
|
}, vue.ExtractPropTypes<{
|
4711
4703
|
color: StringConstructor;
|
@@ -4780,7 +4772,7 @@ declare const VListItem: {
|
|
4780
4772
|
subtitle: (StringConstructor | NumberConstructor)[];
|
4781
4773
|
title: (StringConstructor | NumberConstructor)[];
|
4782
4774
|
value: null;
|
4783
|
-
onClick: PropType<(args_0: MouseEvent
|
4775
|
+
onClick: PropType<(args_0: MouseEvent) => void>;
|
4784
4776
|
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
4785
4777
|
}>>;
|
4786
4778
|
type VListItem = InstanceType<typeof VListItem>;
|
@@ -4922,7 +4914,7 @@ declare const VAutocomplete: {
|
|
4922
4914
|
theme?: string | undefined;
|
4923
4915
|
counter?: string | number | boolean | undefined;
|
4924
4916
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
4925
|
-
validateOn?:
|
4917
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
4926
4918
|
rounded?: string | number | boolean | undefined;
|
4927
4919
|
baseColor?: string | undefined;
|
4928
4920
|
bgColor?: string | undefined;
|
@@ -4994,9 +4986,9 @@ declare const VAutocomplete: {
|
|
4994
4986
|
rounded?: string | number | boolean | undefined;
|
4995
4987
|
baseColor?: string | undefined;
|
4996
4988
|
bgColor?: string | undefined;
|
4997
|
-
activeColor?: string | undefined;
|
4998
4989
|
activeClass?: string | undefined;
|
4999
4990
|
activeStrategy?: ActiveStrategyProp | undefined;
|
4991
|
+
activeColor?: string | undefined;
|
5000
4992
|
collapseIcon?: string | undefined;
|
5001
4993
|
expandIcon?: string | undefined;
|
5002
4994
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -5039,9 +5031,9 @@ declare const VAutocomplete: {
|
|
5039
5031
|
rounded?: string | number | boolean | undefined;
|
5040
5032
|
baseColor?: string | undefined;
|
5041
5033
|
bgColor?: string | undefined;
|
5042
|
-
activeColor?: string | undefined;
|
5043
5034
|
activeClass?: string | undefined;
|
5044
5035
|
activeStrategy?: ActiveStrategyProp | undefined;
|
5036
|
+
activeColor?: string | undefined;
|
5045
5037
|
collapseIcon?: string | undefined;
|
5046
5038
|
expandIcon?: string | undefined;
|
5047
5039
|
} & {
|
@@ -5202,7 +5194,7 @@ declare const VAutocomplete: {
|
|
5202
5194
|
}) => vue.VNodeChild) | undefined;
|
5203
5195
|
}) | undefined;
|
5204
5196
|
menuProps?: (Partial<{
|
5205
|
-
location:
|
5197
|
+
location: Anchor;
|
5206
5198
|
origin: "auto" | Anchor | "overlap";
|
5207
5199
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5208
5200
|
component?: vue.Component | undefined;
|
@@ -5230,9 +5222,8 @@ declare const VAutocomplete: {
|
|
5230
5222
|
noClickAnimation: boolean;
|
5231
5223
|
persistent: boolean;
|
5232
5224
|
scrim: NonNullable<string | boolean>;
|
5233
|
-
submenu: boolean;
|
5234
5225
|
}> & Omit<{
|
5235
|
-
location:
|
5226
|
+
location: Anchor;
|
5236
5227
|
origin: "auto" | Anchor | "overlap";
|
5237
5228
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5238
5229
|
component?: vue.Component | undefined;
|
@@ -5258,7 +5249,6 @@ declare const VAutocomplete: {
|
|
5258
5249
|
noClickAnimation: boolean;
|
5259
5250
|
persistent: boolean;
|
5260
5251
|
scrim: NonNullable<string | boolean>;
|
5261
|
-
submenu: boolean;
|
5262
5252
|
offset?: string | number | number[] | undefined;
|
5263
5253
|
id?: string | undefined;
|
5264
5254
|
height?: string | number | undefined;
|
@@ -5309,7 +5299,7 @@ declare const VAutocomplete: {
|
|
5309
5299
|
}) => vue.VNodeChild) | undefined;
|
5310
5300
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5311
5301
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
5312
|
-
location:
|
5302
|
+
location: Anchor;
|
5313
5303
|
origin: "auto" | Anchor | "overlap";
|
5314
5304
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5315
5305
|
component?: vue.Component | undefined;
|
@@ -5335,7 +5325,6 @@ declare const VAutocomplete: {
|
|
5335
5325
|
noClickAnimation: boolean;
|
5336
5326
|
persistent: boolean;
|
5337
5327
|
scrim: NonNullable<string | boolean>;
|
5338
|
-
submenu: boolean;
|
5339
5328
|
} & {
|
5340
5329
|
offset?: string | number | number[] | undefined;
|
5341
5330
|
id?: string | undefined;
|
@@ -5389,7 +5378,7 @@ declare const VAutocomplete: {
|
|
5389
5378
|
}) => vue.VNodeChild) | undefined;
|
5390
5379
|
} & {
|
5391
5380
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5392
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
5381
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
5393
5382
|
itemColor?: string | undefined;
|
5394
5383
|
autoSelectFirst?: boolean | "exact" | undefined;
|
5395
5384
|
} & {
|
@@ -5465,7 +5454,7 @@ declare const VAutocomplete: {
|
|
5465
5454
|
theme?: string | undefined;
|
5466
5455
|
counter?: string | number | boolean | undefined;
|
5467
5456
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
5468
|
-
validateOn?:
|
5457
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
5469
5458
|
rounded?: string | number | boolean | undefined;
|
5470
5459
|
baseColor?: string | undefined;
|
5471
5460
|
bgColor?: string | undefined;
|
@@ -5537,9 +5526,9 @@ declare const VAutocomplete: {
|
|
5537
5526
|
rounded?: string | number | boolean | undefined;
|
5538
5527
|
baseColor?: string | undefined;
|
5539
5528
|
bgColor?: string | undefined;
|
5540
|
-
activeColor?: string | undefined;
|
5541
5529
|
activeClass?: string | undefined;
|
5542
5530
|
activeStrategy?: ActiveStrategyProp | undefined;
|
5531
|
+
activeColor?: string | undefined;
|
5543
5532
|
collapseIcon?: string | undefined;
|
5544
5533
|
expandIcon?: string | undefined;
|
5545
5534
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -5582,9 +5571,9 @@ declare const VAutocomplete: {
|
|
5582
5571
|
rounded?: string | number | boolean | undefined;
|
5583
5572
|
baseColor?: string | undefined;
|
5584
5573
|
bgColor?: string | undefined;
|
5585
|
-
activeColor?: string | undefined;
|
5586
5574
|
activeClass?: string | undefined;
|
5587
5575
|
activeStrategy?: ActiveStrategyProp | undefined;
|
5576
|
+
activeColor?: string | undefined;
|
5588
5577
|
collapseIcon?: string | undefined;
|
5589
5578
|
expandIcon?: string | undefined;
|
5590
5579
|
} & {
|
@@ -5745,7 +5734,7 @@ declare const VAutocomplete: {
|
|
5745
5734
|
}) => vue.VNodeChild) | undefined;
|
5746
5735
|
}) | undefined;
|
5747
5736
|
menuProps?: (Partial<{
|
5748
|
-
location:
|
5737
|
+
location: Anchor;
|
5749
5738
|
origin: "auto" | Anchor | "overlap";
|
5750
5739
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5751
5740
|
component?: vue.Component | undefined;
|
@@ -5773,9 +5762,8 @@ declare const VAutocomplete: {
|
|
5773
5762
|
noClickAnimation: boolean;
|
5774
5763
|
persistent: boolean;
|
5775
5764
|
scrim: NonNullable<string | boolean>;
|
5776
|
-
submenu: boolean;
|
5777
5765
|
}> & Omit<{
|
5778
|
-
location:
|
5766
|
+
location: Anchor;
|
5779
5767
|
origin: "auto" | Anchor | "overlap";
|
5780
5768
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5781
5769
|
component?: vue.Component | undefined;
|
@@ -5801,7 +5789,6 @@ declare const VAutocomplete: {
|
|
5801
5789
|
noClickAnimation: boolean;
|
5802
5790
|
persistent: boolean;
|
5803
5791
|
scrim: NonNullable<string | boolean>;
|
5804
|
-
submenu: boolean;
|
5805
5792
|
offset?: string | number | number[] | undefined;
|
5806
5793
|
id?: string | undefined;
|
5807
5794
|
height?: string | number | undefined;
|
@@ -5852,7 +5839,7 @@ declare const VAutocomplete: {
|
|
5852
5839
|
}) => vue.VNodeChild) | undefined;
|
5853
5840
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5854
5841
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
5855
|
-
location:
|
5842
|
+
location: Anchor;
|
5856
5843
|
origin: "auto" | Anchor | "overlap";
|
5857
5844
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5858
5845
|
component?: vue.Component | undefined;
|
@@ -5878,7 +5865,6 @@ declare const VAutocomplete: {
|
|
5878
5865
|
noClickAnimation: boolean;
|
5879
5866
|
persistent: boolean;
|
5880
5867
|
scrim: NonNullable<string | boolean>;
|
5881
|
-
submenu: boolean;
|
5882
5868
|
} & {
|
5883
5869
|
offset?: string | number | number[] | undefined;
|
5884
5870
|
id?: string | undefined;
|
@@ -5932,7 +5918,7 @@ declare const VAutocomplete: {
|
|
5932
5918
|
}) => vue.VNodeChild) | undefined;
|
5933
5919
|
} & {
|
5934
5920
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5935
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
5921
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
5936
5922
|
itemColor?: string | undefined;
|
5937
5923
|
autoSelectFirst?: boolean | "exact" | undefined;
|
5938
5924
|
} & {
|
@@ -6122,7 +6108,7 @@ declare const VAutocomplete: {
|
|
6122
6108
|
theme?: string | undefined;
|
6123
6109
|
counter?: string | number | boolean | undefined;
|
6124
6110
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
6125
|
-
validateOn?:
|
6111
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
6126
6112
|
rounded?: string | number | boolean | undefined;
|
6127
6113
|
baseColor?: string | undefined;
|
6128
6114
|
bgColor?: string | undefined;
|
@@ -6194,9 +6180,9 @@ declare const VAutocomplete: {
|
|
6194
6180
|
rounded?: string | number | boolean | undefined;
|
6195
6181
|
baseColor?: string | undefined;
|
6196
6182
|
bgColor?: string | undefined;
|
6197
|
-
activeColor?: string | undefined;
|
6198
6183
|
activeClass?: string | undefined;
|
6199
6184
|
activeStrategy?: ActiveStrategyProp | undefined;
|
6185
|
+
activeColor?: string | undefined;
|
6200
6186
|
collapseIcon?: string | undefined;
|
6201
6187
|
expandIcon?: string | undefined;
|
6202
6188
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -6239,9 +6225,9 @@ declare const VAutocomplete: {
|
|
6239
6225
|
rounded?: string | number | boolean | undefined;
|
6240
6226
|
baseColor?: string | undefined;
|
6241
6227
|
bgColor?: string | undefined;
|
6242
|
-
activeColor?: string | undefined;
|
6243
6228
|
activeClass?: string | undefined;
|
6244
6229
|
activeStrategy?: ActiveStrategyProp | undefined;
|
6230
|
+
activeColor?: string | undefined;
|
6245
6231
|
collapseIcon?: string | undefined;
|
6246
6232
|
expandIcon?: string | undefined;
|
6247
6233
|
} & {
|
@@ -6402,7 +6388,7 @@ declare const VAutocomplete: {
|
|
6402
6388
|
}) => vue.VNodeChild) | undefined;
|
6403
6389
|
}) | undefined;
|
6404
6390
|
menuProps?: (Partial<{
|
6405
|
-
location:
|
6391
|
+
location: Anchor;
|
6406
6392
|
origin: "auto" | Anchor | "overlap";
|
6407
6393
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6408
6394
|
component?: vue.Component | undefined;
|
@@ -6430,9 +6416,8 @@ declare const VAutocomplete: {
|
|
6430
6416
|
noClickAnimation: boolean;
|
6431
6417
|
persistent: boolean;
|
6432
6418
|
scrim: NonNullable<string | boolean>;
|
6433
|
-
submenu: boolean;
|
6434
6419
|
}> & Omit<{
|
6435
|
-
location:
|
6420
|
+
location: Anchor;
|
6436
6421
|
origin: "auto" | Anchor | "overlap";
|
6437
6422
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6438
6423
|
component?: vue.Component | undefined;
|
@@ -6458,7 +6443,6 @@ declare const VAutocomplete: {
|
|
6458
6443
|
noClickAnimation: boolean;
|
6459
6444
|
persistent: boolean;
|
6460
6445
|
scrim: NonNullable<string | boolean>;
|
6461
|
-
submenu: boolean;
|
6462
6446
|
offset?: string | number | number[] | undefined;
|
6463
6447
|
id?: string | undefined;
|
6464
6448
|
height?: string | number | undefined;
|
@@ -6509,7 +6493,7 @@ declare const VAutocomplete: {
|
|
6509
6493
|
}) => vue.VNodeChild) | undefined;
|
6510
6494
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6511
6495
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
6512
|
-
location:
|
6496
|
+
location: Anchor;
|
6513
6497
|
origin: "auto" | Anchor | "overlap";
|
6514
6498
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6515
6499
|
component?: vue.Component | undefined;
|
@@ -6535,7 +6519,6 @@ declare const VAutocomplete: {
|
|
6535
6519
|
noClickAnimation: boolean;
|
6536
6520
|
persistent: boolean;
|
6537
6521
|
scrim: NonNullable<string | boolean>;
|
6538
|
-
submenu: boolean;
|
6539
6522
|
} & {
|
6540
6523
|
offset?: string | number | number[] | undefined;
|
6541
6524
|
id?: string | undefined;
|
@@ -6589,7 +6572,7 @@ declare const VAutocomplete: {
|
|
6589
6572
|
}) => vue.VNodeChild) | undefined;
|
6590
6573
|
} & {
|
6591
6574
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6592
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
6575
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
6593
6576
|
itemColor?: string | undefined;
|
6594
6577
|
autoSelectFirst?: boolean | "exact" | undefined;
|
6595
6578
|
} & {
|
@@ -6714,7 +6697,7 @@ declare const VAutocomplete: {
|
|
6714
6697
|
theme?: string | undefined;
|
6715
6698
|
counter?: string | number | boolean | undefined;
|
6716
6699
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
6717
|
-
validateOn?:
|
6700
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
6718
6701
|
rounded?: string | number | boolean | undefined;
|
6719
6702
|
baseColor?: string | undefined;
|
6720
6703
|
bgColor?: string | undefined;
|
@@ -6786,9 +6769,9 @@ declare const VAutocomplete: {
|
|
6786
6769
|
rounded?: string | number | boolean | undefined;
|
6787
6770
|
baseColor?: string | undefined;
|
6788
6771
|
bgColor?: string | undefined;
|
6789
|
-
activeColor?: string | undefined;
|
6790
6772
|
activeClass?: string | undefined;
|
6791
6773
|
activeStrategy?: ActiveStrategyProp | undefined;
|
6774
|
+
activeColor?: string | undefined;
|
6792
6775
|
collapseIcon?: string | undefined;
|
6793
6776
|
expandIcon?: string | undefined;
|
6794
6777
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -6831,9 +6814,9 @@ declare const VAutocomplete: {
|
|
6831
6814
|
rounded?: string | number | boolean | undefined;
|
6832
6815
|
baseColor?: string | undefined;
|
6833
6816
|
bgColor?: string | undefined;
|
6834
|
-
activeColor?: string | undefined;
|
6835
6817
|
activeClass?: string | undefined;
|
6836
6818
|
activeStrategy?: ActiveStrategyProp | undefined;
|
6819
|
+
activeColor?: string | undefined;
|
6837
6820
|
collapseIcon?: string | undefined;
|
6838
6821
|
expandIcon?: string | undefined;
|
6839
6822
|
} & {
|
@@ -6994,7 +6977,7 @@ declare const VAutocomplete: {
|
|
6994
6977
|
}) => vue.VNodeChild) | undefined;
|
6995
6978
|
}) | undefined;
|
6996
6979
|
menuProps?: (Partial<{
|
6997
|
-
location:
|
6980
|
+
location: Anchor;
|
6998
6981
|
origin: "auto" | Anchor | "overlap";
|
6999
6982
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7000
6983
|
component?: vue.Component | undefined;
|
@@ -7022,9 +7005,8 @@ declare const VAutocomplete: {
|
|
7022
7005
|
noClickAnimation: boolean;
|
7023
7006
|
persistent: boolean;
|
7024
7007
|
scrim: NonNullable<string | boolean>;
|
7025
|
-
submenu: boolean;
|
7026
7008
|
}> & Omit<{
|
7027
|
-
location:
|
7009
|
+
location: Anchor;
|
7028
7010
|
origin: "auto" | Anchor | "overlap";
|
7029
7011
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7030
7012
|
component?: vue.Component | undefined;
|
@@ -7050,7 +7032,6 @@ declare const VAutocomplete: {
|
|
7050
7032
|
noClickAnimation: boolean;
|
7051
7033
|
persistent: boolean;
|
7052
7034
|
scrim: NonNullable<string | boolean>;
|
7053
|
-
submenu: boolean;
|
7054
7035
|
offset?: string | number | number[] | undefined;
|
7055
7036
|
id?: string | undefined;
|
7056
7037
|
height?: string | number | undefined;
|
@@ -7101,7 +7082,7 @@ declare const VAutocomplete: {
|
|
7101
7082
|
}) => vue.VNodeChild) | undefined;
|
7102
7083
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
7103
7084
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
7104
|
-
location:
|
7085
|
+
location: Anchor;
|
7105
7086
|
origin: "auto" | Anchor | "overlap";
|
7106
7087
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7107
7088
|
component?: vue.Component | undefined;
|
@@ -7127,7 +7108,6 @@ declare const VAutocomplete: {
|
|
7127
7108
|
noClickAnimation: boolean;
|
7128
7109
|
persistent: boolean;
|
7129
7110
|
scrim: NonNullable<string | boolean>;
|
7130
|
-
submenu: boolean;
|
7131
7111
|
} & {
|
7132
7112
|
offset?: string | number | number[] | undefined;
|
7133
7113
|
id?: string | undefined;
|
@@ -7181,7 +7161,7 @@ declare const VAutocomplete: {
|
|
7181
7161
|
}) => vue.VNodeChild) | undefined;
|
7182
7162
|
} & {
|
7183
7163
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
7184
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
7164
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
7185
7165
|
itemColor?: string | undefined;
|
7186
7166
|
autoSelectFirst?: boolean | "exact" | undefined;
|
7187
7167
|
} & {
|
@@ -7444,7 +7424,7 @@ declare const VAutocomplete: {
|
|
7444
7424
|
type: PropType<any>;
|
7445
7425
|
default: any;
|
7446
7426
|
};
|
7447
|
-
validateOn: PropType<
|
7427
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
7448
7428
|
rounded: {
|
7449
7429
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
7450
7430
|
default: undefined;
|
@@ -7579,9 +7559,9 @@ declare const VAutocomplete: {
|
|
7579
7559
|
rounded?: string | number | boolean | undefined;
|
7580
7560
|
baseColor?: string | undefined;
|
7581
7561
|
bgColor?: string | undefined;
|
7582
|
-
activeColor?: string | undefined;
|
7583
7562
|
activeClass?: string | undefined;
|
7584
7563
|
activeStrategy?: ActiveStrategyProp | undefined;
|
7564
|
+
activeColor?: string | undefined;
|
7585
7565
|
collapseIcon?: string | undefined;
|
7586
7566
|
expandIcon?: string | undefined;
|
7587
7567
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -7624,9 +7604,9 @@ declare const VAutocomplete: {
|
|
7624
7604
|
rounded?: string | number | boolean | undefined;
|
7625
7605
|
baseColor?: string | undefined;
|
7626
7606
|
bgColor?: string | undefined;
|
7627
|
-
activeColor?: string | undefined;
|
7628
7607
|
activeClass?: string | undefined;
|
7629
7608
|
activeStrategy?: ActiveStrategyProp | undefined;
|
7609
|
+
activeColor?: string | undefined;
|
7630
7610
|
collapseIcon?: string | undefined;
|
7631
7611
|
expandIcon?: string | undefined;
|
7632
7612
|
} & {
|
@@ -7794,7 +7774,7 @@ declare const VAutocomplete: {
|
|
7794
7774
|
};
|
7795
7775
|
menuProps: {
|
7796
7776
|
type: PropType<Partial<{
|
7797
|
-
location:
|
7777
|
+
location: Anchor;
|
7798
7778
|
origin: "auto" | Anchor | "overlap";
|
7799
7779
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7800
7780
|
component?: vue.Component | undefined;
|
@@ -7822,9 +7802,8 @@ declare const VAutocomplete: {
|
|
7822
7802
|
noClickAnimation: boolean;
|
7823
7803
|
persistent: boolean;
|
7824
7804
|
scrim: NonNullable<string | boolean>;
|
7825
|
-
submenu: boolean;
|
7826
7805
|
}> & Omit<{
|
7827
|
-
location:
|
7806
|
+
location: Anchor;
|
7828
7807
|
origin: "auto" | Anchor | "overlap";
|
7829
7808
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7830
7809
|
component?: vue.Component | undefined;
|
@@ -7850,7 +7829,6 @@ declare const VAutocomplete: {
|
|
7850
7829
|
noClickAnimation: boolean;
|
7851
7830
|
persistent: boolean;
|
7852
7831
|
scrim: NonNullable<string | boolean>;
|
7853
|
-
submenu: boolean;
|
7854
7832
|
offset?: string | number | number[] | undefined;
|
7855
7833
|
id?: string | undefined;
|
7856
7834
|
height?: string | number | undefined;
|
@@ -7901,7 +7879,7 @@ declare const VAutocomplete: {
|
|
7901
7879
|
}) => vue.VNodeChild) | undefined;
|
7902
7880
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
7903
7881
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
7904
|
-
location:
|
7882
|
+
location: Anchor;
|
7905
7883
|
origin: "auto" | Anchor | "overlap";
|
7906
7884
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7907
7885
|
component?: vue.Component | undefined;
|
@@ -7927,7 +7905,6 @@ declare const VAutocomplete: {
|
|
7927
7905
|
noClickAnimation: boolean;
|
7928
7906
|
persistent: boolean;
|
7929
7907
|
scrim: NonNullable<string | boolean>;
|
7930
|
-
submenu: boolean;
|
7931
7908
|
} & {
|
7932
7909
|
offset?: string | number | number[] | undefined;
|
7933
7910
|
id?: string | undefined;
|
@@ -7981,7 +7958,7 @@ declare const VAutocomplete: {
|
|
7981
7958
|
}) => vue.VNodeChild) | undefined;
|
7982
7959
|
} & {
|
7983
7960
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
7984
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
7961
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
7985
7962
|
};
|
7986
7963
|
multiple: BooleanConstructor;
|
7987
7964
|
noDataText: {
|
@@ -8091,7 +8068,7 @@ declare const VAutocomplete: {
|
|
8091
8068
|
type: PropType<any>;
|
8092
8069
|
default: any;
|
8093
8070
|
};
|
8094
|
-
validateOn: PropType<
|
8071
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
8095
8072
|
rounded: {
|
8096
8073
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
8097
8074
|
default: undefined;
|
@@ -8226,9 +8203,9 @@ declare const VAutocomplete: {
|
|
8226
8203
|
rounded?: string | number | boolean | undefined;
|
8227
8204
|
baseColor?: string | undefined;
|
8228
8205
|
bgColor?: string | undefined;
|
8229
|
-
activeColor?: string | undefined;
|
8230
8206
|
activeClass?: string | undefined;
|
8231
8207
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8208
|
+
activeColor?: string | undefined;
|
8232
8209
|
collapseIcon?: string | undefined;
|
8233
8210
|
expandIcon?: string | undefined;
|
8234
8211
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -8271,9 +8248,9 @@ declare const VAutocomplete: {
|
|
8271
8248
|
rounded?: string | number | boolean | undefined;
|
8272
8249
|
baseColor?: string | undefined;
|
8273
8250
|
bgColor?: string | undefined;
|
8274
|
-
activeColor?: string | undefined;
|
8275
8251
|
activeClass?: string | undefined;
|
8276
8252
|
activeStrategy?: ActiveStrategyProp | undefined;
|
8253
|
+
activeColor?: string | undefined;
|
8277
8254
|
collapseIcon?: string | undefined;
|
8278
8255
|
expandIcon?: string | undefined;
|
8279
8256
|
} & {
|
@@ -8441,7 +8418,7 @@ declare const VAutocomplete: {
|
|
8441
8418
|
};
|
8442
8419
|
menuProps: {
|
8443
8420
|
type: PropType<Partial<{
|
8444
|
-
location:
|
8421
|
+
location: Anchor;
|
8445
8422
|
origin: "auto" | Anchor | "overlap";
|
8446
8423
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
8447
8424
|
component?: vue.Component | undefined;
|
@@ -8469,9 +8446,8 @@ declare const VAutocomplete: {
|
|
8469
8446
|
noClickAnimation: boolean;
|
8470
8447
|
persistent: boolean;
|
8471
8448
|
scrim: NonNullable<string | boolean>;
|
8472
|
-
submenu: boolean;
|
8473
8449
|
}> & Omit<{
|
8474
|
-
location:
|
8450
|
+
location: Anchor;
|
8475
8451
|
origin: "auto" | Anchor | "overlap";
|
8476
8452
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
8477
8453
|
component?: vue.Component | undefined;
|
@@ -8497,7 +8473,6 @@ declare const VAutocomplete: {
|
|
8497
8473
|
noClickAnimation: boolean;
|
8498
8474
|
persistent: boolean;
|
8499
8475
|
scrim: NonNullable<string | boolean>;
|
8500
|
-
submenu: boolean;
|
8501
8476
|
offset?: string | number | number[] | undefined;
|
8502
8477
|
id?: string | undefined;
|
8503
8478
|
height?: string | number | undefined;
|
@@ -8548,7 +8523,7 @@ declare const VAutocomplete: {
|
|
8548
8523
|
}) => vue.VNodeChild) | undefined;
|
8549
8524
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
8550
8525
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
8551
|
-
location:
|
8526
|
+
location: Anchor;
|
8552
8527
|
origin: "auto" | Anchor | "overlap";
|
8553
8528
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
8554
8529
|
component?: vue.Component | undefined;
|
@@ -8574,7 +8549,6 @@ declare const VAutocomplete: {
|
|
8574
8549
|
noClickAnimation: boolean;
|
8575
8550
|
persistent: boolean;
|
8576
8551
|
scrim: NonNullable<string | boolean>;
|
8577
|
-
submenu: boolean;
|
8578
8552
|
} & {
|
8579
8553
|
offset?: string | number | number[] | undefined;
|
8580
8554
|
id?: string | undefined;
|
@@ -8628,7 +8602,7 @@ declare const VAutocomplete: {
|
|
8628
8602
|
}) => vue.VNodeChild) | undefined;
|
8629
8603
|
} & {
|
8630
8604
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
8631
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
8605
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
8632
8606
|
};
|
8633
8607
|
multiple: BooleanConstructor;
|
8634
8608
|
noDataText: {
|
@@ -8667,7 +8641,6 @@ declare const VAvatar: {
|
|
8667
8641
|
tile: boolean;
|
8668
8642
|
density: Density;
|
8669
8643
|
} & {
|
8670
|
-
border?: string | number | boolean | undefined;
|
8671
8644
|
color?: string | undefined;
|
8672
8645
|
image?: string | undefined;
|
8673
8646
|
text?: string | undefined;
|
@@ -8694,7 +8667,6 @@ declare const VAvatar: {
|
|
8694
8667
|
tile: boolean;
|
8695
8668
|
density: Density;
|
8696
8669
|
} & {
|
8697
|
-
border?: string | number | boolean | undefined;
|
8698
8670
|
color?: string | undefined;
|
8699
8671
|
image?: string | undefined;
|
8700
8672
|
text?: string | undefined;
|
@@ -8742,7 +8714,6 @@ declare const VAvatar: {
|
|
8742
8714
|
tile: boolean;
|
8743
8715
|
density: Density;
|
8744
8716
|
} & {
|
8745
|
-
border?: string | number | boolean | undefined;
|
8746
8717
|
color?: string | undefined;
|
8747
8718
|
image?: string | undefined;
|
8748
8719
|
text?: string | undefined;
|
@@ -8783,7 +8754,6 @@ declare const VAvatar: {
|
|
8783
8754
|
tile: boolean;
|
8784
8755
|
density: Density;
|
8785
8756
|
} & {
|
8786
|
-
border?: string | number | boolean | undefined;
|
8787
8757
|
color?: string | undefined;
|
8788
8758
|
image?: string | undefined;
|
8789
8759
|
text?: string | undefined;
|
@@ -8848,7 +8818,6 @@ declare const VAvatar: {
|
|
8848
8818
|
type: vue.PropType<vue.StyleValue>;
|
8849
8819
|
default: null;
|
8850
8820
|
};
|
8851
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
8852
8821
|
start: BooleanConstructor;
|
8853
8822
|
end: BooleanConstructor;
|
8854
8823
|
icon: vue.PropType<IconValue>;
|
@@ -8888,7 +8857,6 @@ declare const VAvatar: {
|
|
8888
8857
|
type: vue.PropType<vue.StyleValue>;
|
8889
8858
|
default: null;
|
8890
8859
|
};
|
8891
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
8892
8860
|
start: BooleanConstructor;
|
8893
8861
|
end: BooleanConstructor;
|
8894
8862
|
icon: vue.PropType<IconValue>;
|
@@ -10881,8 +10849,8 @@ declare const VBreadcrumbs: {
|
|
10881
10849
|
icon?: IconValue | undefined;
|
10882
10850
|
rounded?: string | number | boolean | undefined;
|
10883
10851
|
bgColor?: string | undefined;
|
10884
|
-
activeColor?: string | undefined;
|
10885
10852
|
activeClass?: string | undefined;
|
10853
|
+
activeColor?: string | undefined;
|
10886
10854
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
10887
10855
|
style: vue.StyleValue;
|
10888
10856
|
disabled: boolean;
|
@@ -10896,8 +10864,8 @@ declare const VBreadcrumbs: {
|
|
10896
10864
|
icon?: IconValue | undefined;
|
10897
10865
|
rounded?: string | number | boolean | undefined;
|
10898
10866
|
bgColor?: string | undefined;
|
10899
|
-
activeColor?: string | undefined;
|
10900
10867
|
activeClass?: string | undefined;
|
10868
|
+
activeColor?: string | undefined;
|
10901
10869
|
}, {
|
10902
10870
|
style: vue.StyleValue;
|
10903
10871
|
disabled: boolean;
|
@@ -10951,8 +10919,8 @@ declare const VBreadcrumbs: {
|
|
10951
10919
|
icon?: IconValue | undefined;
|
10952
10920
|
rounded?: string | number | boolean | undefined;
|
10953
10921
|
bgColor?: string | undefined;
|
10954
|
-
activeColor?: string | undefined;
|
10955
10922
|
activeClass?: string | undefined;
|
10923
|
+
activeColor?: string | undefined;
|
10956
10924
|
}, {}, {}, {}, {}, {
|
10957
10925
|
style: vue.StyleValue;
|
10958
10926
|
disabled: boolean;
|
@@ -10978,8 +10946,8 @@ declare const VBreadcrumbs: {
|
|
10978
10946
|
icon?: IconValue | undefined;
|
10979
10947
|
rounded?: string | number | boolean | undefined;
|
10980
10948
|
bgColor?: string | undefined;
|
10981
|
-
activeColor?: string | undefined;
|
10982
10949
|
activeClass?: string | undefined;
|
10950
|
+
activeColor?: string | undefined;
|
10983
10951
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, string, {
|
10984
10952
|
style: vue.StyleValue;
|
10985
10953
|
disabled: boolean;
|
@@ -11138,8 +11106,8 @@ declare const VBreadcrumbsItem: {
|
|
11138
11106
|
class?: any;
|
11139
11107
|
href?: string | undefined;
|
11140
11108
|
to?: vue_router.RouteLocationRaw | undefined;
|
11141
|
-
activeColor?: string | undefined;
|
11142
11109
|
activeClass?: string | undefined;
|
11110
|
+
activeColor?: string | undefined;
|
11143
11111
|
} & {
|
11144
11112
|
$children?: vue.VNodeChild | {
|
11145
11113
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11162,8 +11130,8 @@ declare const VBreadcrumbsItem: {
|
|
11162
11130
|
class?: any;
|
11163
11131
|
href?: string | undefined;
|
11164
11132
|
to?: vue_router.RouteLocationRaw | undefined;
|
11165
|
-
activeColor?: string | undefined;
|
11166
11133
|
activeClass?: string | undefined;
|
11134
|
+
activeColor?: string | undefined;
|
11167
11135
|
} & {
|
11168
11136
|
$children?: vue.VNodeChild | {
|
11169
11137
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11204,8 +11172,8 @@ declare const VBreadcrumbsItem: {
|
|
11204
11172
|
class?: any;
|
11205
11173
|
href?: string | undefined;
|
11206
11174
|
to?: vue_router.RouteLocationRaw | undefined;
|
11207
|
-
activeColor?: string | undefined;
|
11208
11175
|
activeClass?: string | undefined;
|
11176
|
+
activeColor?: string | undefined;
|
11209
11177
|
} & {
|
11210
11178
|
$children?: vue.VNodeChild | {
|
11211
11179
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11239,8 +11207,8 @@ declare const VBreadcrumbsItem: {
|
|
11239
11207
|
class?: any;
|
11240
11208
|
href?: string | undefined;
|
11241
11209
|
to?: vue_router.RouteLocationRaw | undefined;
|
11242
|
-
activeColor?: string | undefined;
|
11243
11210
|
activeClass?: string | undefined;
|
11211
|
+
activeColor?: string | undefined;
|
11244
11212
|
} & {
|
11245
11213
|
$children?: vue.VNodeChild | {
|
11246
11214
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11453,7 +11421,6 @@ declare const VBtn: {
|
|
11453
11421
|
rounded?: string | number | boolean | undefined;
|
11454
11422
|
baseColor?: string | undefined;
|
11455
11423
|
selectedClass?: string | undefined;
|
11456
|
-
activeColor?: string | undefined;
|
11457
11424
|
prependIcon?: IconValue | undefined;
|
11458
11425
|
appendIcon?: IconValue | undefined;
|
11459
11426
|
} & {
|
@@ -11527,7 +11494,6 @@ declare const VBtn: {
|
|
11527
11494
|
rounded?: string | number | boolean | undefined;
|
11528
11495
|
baseColor?: string | undefined;
|
11529
11496
|
selectedClass?: string | undefined;
|
11530
|
-
activeColor?: string | undefined;
|
11531
11497
|
prependIcon?: IconValue | undefined;
|
11532
11498
|
appendIcon?: IconValue | undefined;
|
11533
11499
|
} & {
|
@@ -11636,7 +11602,6 @@ declare const VBtn: {
|
|
11636
11602
|
rounded?: string | number | boolean | undefined;
|
11637
11603
|
baseColor?: string | undefined;
|
11638
11604
|
selectedClass?: string | undefined;
|
11639
|
-
activeColor?: string | undefined;
|
11640
11605
|
prependIcon?: IconValue | undefined;
|
11641
11606
|
appendIcon?: IconValue | undefined;
|
11642
11607
|
} & {
|
@@ -11731,7 +11696,6 @@ declare const VBtn: {
|
|
11731
11696
|
rounded?: string | number | boolean | undefined;
|
11732
11697
|
baseColor?: string | undefined;
|
11733
11698
|
selectedClass?: string | undefined;
|
11734
|
-
activeColor?: string | undefined;
|
11735
11699
|
prependIcon?: IconValue | undefined;
|
11736
11700
|
appendIcon?: IconValue | undefined;
|
11737
11701
|
} & {
|
@@ -11861,7 +11825,6 @@ declare const VBtn: {
|
|
11861
11825
|
type: BooleanConstructor;
|
11862
11826
|
default: undefined;
|
11863
11827
|
};
|
11864
|
-
activeColor: StringConstructor;
|
11865
11828
|
baseColor: StringConstructor;
|
11866
11829
|
symbol: {
|
11867
11830
|
type: null;
|
@@ -11947,7 +11910,6 @@ declare const VBtn: {
|
|
11947
11910
|
type: BooleanConstructor;
|
11948
11911
|
default: undefined;
|
11949
11912
|
};
|
11950
|
-
activeColor: StringConstructor;
|
11951
11913
|
baseColor: StringConstructor;
|
11952
11914
|
symbol: {
|
11953
11915
|
type: null;
|
@@ -14402,7 +14364,6 @@ interface srcObject {
|
|
14402
14364
|
declare const VImg: {
|
14403
14365
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
14404
14366
|
inline: boolean;
|
14405
|
-
absolute: boolean;
|
14406
14367
|
transition: string | boolean | (vue.TransitionProps & {
|
14407
14368
|
component?: vue.Component | undefined;
|
14408
14369
|
});
|
@@ -14467,7 +14428,6 @@ declare const VImg: {
|
|
14467
14428
|
error: (value: string | undefined) => true;
|
14468
14429
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
14469
14430
|
inline: boolean;
|
14470
|
-
absolute: boolean;
|
14471
14431
|
transition: string | boolean | (vue.TransitionProps & {
|
14472
14432
|
component?: vue.Component | undefined;
|
14473
14433
|
});
|
@@ -14522,7 +14482,6 @@ declare const VImg: {
|
|
14522
14482
|
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
14523
14483
|
}, {
|
14524
14484
|
inline: boolean;
|
14525
|
-
absolute: boolean;
|
14526
14485
|
transition: string | boolean | (vue.TransitionProps & {
|
14527
14486
|
component?: vue.Component | undefined;
|
14528
14487
|
});
|
@@ -14556,7 +14515,6 @@ declare const VImg: {
|
|
14556
14515
|
Defaults: {};
|
14557
14516
|
}, {
|
14558
14517
|
inline: boolean;
|
14559
|
-
absolute: boolean;
|
14560
14518
|
transition: string | boolean | (vue.TransitionProps & {
|
14561
14519
|
component?: vue.Component | undefined;
|
14562
14520
|
});
|
@@ -14617,7 +14575,6 @@ declare const VImg: {
|
|
14617
14575
|
naturalHeight: vue.ShallowRef<number | undefined>;
|
14618
14576
|
}, {}, {}, {}, {
|
14619
14577
|
inline: boolean;
|
14620
|
-
absolute: boolean;
|
14621
14578
|
transition: string | boolean | (vue.TransitionProps & {
|
14622
14579
|
component?: vue.Component | undefined;
|
14623
14580
|
});
|
@@ -14635,7 +14592,6 @@ declare const VImg: {
|
|
14635
14592
|
__isSuspense?: undefined;
|
14636
14593
|
} & vue.ComponentOptionsBase<{
|
14637
14594
|
inline: boolean;
|
14638
|
-
absolute: boolean;
|
14639
14595
|
transition: string | boolean | (vue.TransitionProps & {
|
14640
14596
|
component?: vue.Component | undefined;
|
14641
14597
|
});
|
@@ -14700,7 +14656,6 @@ declare const VImg: {
|
|
14700
14656
|
error: (value: string | undefined) => true;
|
14701
14657
|
}, string, {
|
14702
14658
|
inline: boolean;
|
14703
|
-
absolute: boolean;
|
14704
14659
|
transition: string | boolean | (vue.TransitionProps & {
|
14705
14660
|
component?: vue.Component | undefined;
|
14706
14661
|
});
|
@@ -14752,7 +14707,6 @@ declare const VImg: {
|
|
14752
14707
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
14753
14708
|
contentClass: null;
|
14754
14709
|
inline: BooleanConstructor;
|
14755
|
-
absolute: BooleanConstructor;
|
14756
14710
|
alt: StringConstructor;
|
14757
14711
|
cover: BooleanConstructor;
|
14758
14712
|
color: StringConstructor;
|
@@ -14807,7 +14761,6 @@ declare const VImg: {
|
|
14807
14761
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
14808
14762
|
contentClass: null;
|
14809
14763
|
inline: BooleanConstructor;
|
14810
|
-
absolute: BooleanConstructor;
|
14811
14764
|
alt: StringConstructor;
|
14812
14765
|
cover: BooleanConstructor;
|
14813
14766
|
color: StringConstructor;
|
@@ -14841,7 +14794,6 @@ type VImg = InstanceType<typeof VImg>;
|
|
14841
14794
|
declare const VCarouselItem: {
|
14842
14795
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
14843
14796
|
inline: boolean;
|
14844
|
-
absolute: boolean;
|
14845
14797
|
style: vue.StyleValue;
|
14846
14798
|
eager: boolean;
|
14847
14799
|
disabled: boolean;
|
@@ -14894,7 +14846,6 @@ declare const VCarouselItem: {
|
|
14894
14846
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
14895
14847
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
14896
14848
|
inline: boolean;
|
14897
|
-
absolute: boolean;
|
14898
14849
|
style: vue.StyleValue;
|
14899
14850
|
eager: boolean;
|
14900
14851
|
disabled: boolean;
|
@@ -14947,7 +14898,6 @@ declare const VCarouselItem: {
|
|
14947
14898
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
14948
14899
|
}, {
|
14949
14900
|
inline: boolean;
|
14950
|
-
absolute: boolean;
|
14951
14901
|
transition: string | boolean;
|
14952
14902
|
style: vue.StyleValue;
|
14953
14903
|
draggable: boolean | "false" | "true";
|
@@ -14981,7 +14931,6 @@ declare const VCarouselItem: {
|
|
14981
14931
|
Defaults: {};
|
14982
14932
|
}, {
|
14983
14933
|
inline: boolean;
|
14984
|
-
absolute: boolean;
|
14985
14934
|
style: vue.StyleValue;
|
14986
14935
|
eager: boolean;
|
14987
14936
|
disabled: boolean;
|
@@ -15034,7 +14983,6 @@ declare const VCarouselItem: {
|
|
15034
14983
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
15035
14984
|
}, {}, {}, {}, {}, {
|
15036
14985
|
inline: boolean;
|
15037
|
-
absolute: boolean;
|
15038
14986
|
transition: string | boolean;
|
15039
14987
|
style: vue.StyleValue;
|
15040
14988
|
draggable: boolean | "false" | "true";
|
@@ -15052,7 +15000,6 @@ declare const VCarouselItem: {
|
|
15052
15000
|
__isSuspense?: undefined;
|
15053
15001
|
} & vue.ComponentOptionsBase<{
|
15054
15002
|
inline: boolean;
|
15055
|
-
absolute: boolean;
|
15056
15003
|
style: vue.StyleValue;
|
15057
15004
|
eager: boolean;
|
15058
15005
|
disabled: boolean;
|
@@ -15105,7 +15052,6 @@ declare const VCarouselItem: {
|
|
15105
15052
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
15106
15053
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
15107
15054
|
inline: boolean;
|
15108
|
-
absolute: boolean;
|
15109
15055
|
transition: string | boolean;
|
15110
15056
|
style: vue.StyleValue;
|
15111
15057
|
draggable: boolean | "false" | "true";
|
@@ -15162,7 +15108,6 @@ declare const VCarouselItem: {
|
|
15162
15108
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
15163
15109
|
contentClass: null;
|
15164
15110
|
inline: BooleanConstructor;
|
15165
|
-
absolute: BooleanConstructor;
|
15166
15111
|
alt: StringConstructor;
|
15167
15112
|
cover: BooleanConstructor;
|
15168
15113
|
color: StringConstructor;
|
@@ -15221,7 +15166,6 @@ declare const VCarouselItem: {
|
|
15221
15166
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
15222
15167
|
contentClass: null;
|
15223
15168
|
inline: BooleanConstructor;
|
15224
|
-
absolute: BooleanConstructor;
|
15225
15169
|
alt: StringConstructor;
|
15226
15170
|
cover: BooleanConstructor;
|
15227
15171
|
color: StringConstructor;
|
@@ -15881,7 +15825,7 @@ declare const VCheckbox: {
|
|
15881
15825
|
class?: any;
|
15882
15826
|
theme?: string | undefined;
|
15883
15827
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
15884
|
-
validateOn?:
|
15828
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
15885
15829
|
validationValue?: any;
|
15886
15830
|
baseColor?: string | undefined;
|
15887
15831
|
prependIcon?: IconValue | undefined;
|
@@ -15935,7 +15879,7 @@ declare const VCheckbox: {
|
|
15935
15879
|
class?: any;
|
15936
15880
|
theme?: string | undefined;
|
15937
15881
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
15938
|
-
validateOn?:
|
15882
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
15939
15883
|
validationValue?: any;
|
15940
15884
|
baseColor?: string | undefined;
|
15941
15885
|
prependIcon?: IconValue | undefined;
|
@@ -16045,7 +15989,7 @@ declare const VCheckbox: {
|
|
16045
15989
|
class?: any;
|
16046
15990
|
theme?: string | undefined;
|
16047
15991
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
16048
|
-
validateOn?:
|
15992
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
16049
15993
|
validationValue?: any;
|
16050
15994
|
baseColor?: string | undefined;
|
16051
15995
|
prependIcon?: IconValue | undefined;
|
@@ -16124,7 +16068,7 @@ declare const VCheckbox: {
|
|
16124
16068
|
class?: any;
|
16125
16069
|
theme?: string | undefined;
|
16126
16070
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
16127
|
-
validateOn?:
|
16071
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
16128
16072
|
validationValue?: any;
|
16129
16073
|
baseColor?: string | undefined;
|
16130
16074
|
prependIcon?: IconValue | undefined;
|
@@ -16272,7 +16216,7 @@ declare const VCheckbox: {
|
|
16272
16216
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
16273
16217
|
default: () => never[];
|
16274
16218
|
};
|
16275
|
-
validateOn: vue.PropType<
|
16219
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
16276
16220
|
validationValue: null;
|
16277
16221
|
width: (StringConstructor | NumberConstructor)[];
|
16278
16222
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -16371,7 +16315,7 @@ declare const VCheckbox: {
|
|
16371
16315
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
16372
16316
|
default: () => never[];
|
16373
16317
|
};
|
16374
|
-
validateOn: vue.PropType<
|
16318
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
16375
16319
|
validationValue: null;
|
16376
16320
|
width: (StringConstructor | NumberConstructor)[];
|
16377
16321
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -18582,7 +18526,7 @@ declare const VCombobox: {
|
|
18582
18526
|
theme?: string | undefined;
|
18583
18527
|
counter?: string | number | boolean | undefined;
|
18584
18528
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
18585
|
-
validateOn?:
|
18529
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
18586
18530
|
rounded?: string | number | boolean | undefined;
|
18587
18531
|
baseColor?: string | undefined;
|
18588
18532
|
bgColor?: string | undefined;
|
@@ -18654,9 +18598,9 @@ declare const VCombobox: {
|
|
18654
18598
|
rounded?: string | number | boolean | undefined;
|
18655
18599
|
baseColor?: string | undefined;
|
18656
18600
|
bgColor?: string | undefined;
|
18657
|
-
activeColor?: string | undefined;
|
18658
18601
|
activeClass?: string | undefined;
|
18659
18602
|
activeStrategy?: ActiveStrategyProp | undefined;
|
18603
|
+
activeColor?: string | undefined;
|
18660
18604
|
collapseIcon?: string | undefined;
|
18661
18605
|
expandIcon?: string | undefined;
|
18662
18606
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -18699,9 +18643,9 @@ declare const VCombobox: {
|
|
18699
18643
|
rounded?: string | number | boolean | undefined;
|
18700
18644
|
baseColor?: string | undefined;
|
18701
18645
|
bgColor?: string | undefined;
|
18702
|
-
activeColor?: string | undefined;
|
18703
18646
|
activeClass?: string | undefined;
|
18704
18647
|
activeStrategy?: ActiveStrategyProp | undefined;
|
18648
|
+
activeColor?: string | undefined;
|
18705
18649
|
collapseIcon?: string | undefined;
|
18706
18650
|
expandIcon?: string | undefined;
|
18707
18651
|
} & {
|
@@ -18862,7 +18806,7 @@ declare const VCombobox: {
|
|
18862
18806
|
}) => vue.VNodeChild) | undefined;
|
18863
18807
|
}) | undefined;
|
18864
18808
|
menuProps?: (Partial<{
|
18865
|
-
location:
|
18809
|
+
location: Anchor;
|
18866
18810
|
origin: "auto" | Anchor | "overlap";
|
18867
18811
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
18868
18812
|
component?: vue.Component | undefined;
|
@@ -18890,9 +18834,8 @@ declare const VCombobox: {
|
|
18890
18834
|
noClickAnimation: boolean;
|
18891
18835
|
persistent: boolean;
|
18892
18836
|
scrim: NonNullable<string | boolean>;
|
18893
|
-
submenu: boolean;
|
18894
18837
|
}> & Omit<{
|
18895
|
-
location:
|
18838
|
+
location: Anchor;
|
18896
18839
|
origin: "auto" | Anchor | "overlap";
|
18897
18840
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
18898
18841
|
component?: vue.Component | undefined;
|
@@ -18918,7 +18861,6 @@ declare const VCombobox: {
|
|
18918
18861
|
noClickAnimation: boolean;
|
18919
18862
|
persistent: boolean;
|
18920
18863
|
scrim: NonNullable<string | boolean>;
|
18921
|
-
submenu: boolean;
|
18922
18864
|
offset?: string | number | number[] | undefined;
|
18923
18865
|
id?: string | undefined;
|
18924
18866
|
height?: string | number | undefined;
|
@@ -18969,7 +18911,7 @@ declare const VCombobox: {
|
|
18969
18911
|
}) => vue.VNodeChild) | undefined;
|
18970
18912
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
18971
18913
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
18972
|
-
location:
|
18914
|
+
location: Anchor;
|
18973
18915
|
origin: "auto" | Anchor | "overlap";
|
18974
18916
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
18975
18917
|
component?: vue.Component | undefined;
|
@@ -18995,7 +18937,6 @@ declare const VCombobox: {
|
|
18995
18937
|
noClickAnimation: boolean;
|
18996
18938
|
persistent: boolean;
|
18997
18939
|
scrim: NonNullable<string | boolean>;
|
18998
|
-
submenu: boolean;
|
18999
18940
|
} & {
|
19000
18941
|
offset?: string | number | number[] | undefined;
|
19001
18942
|
id?: string | undefined;
|
@@ -19049,7 +18990,7 @@ declare const VCombobox: {
|
|
19049
18990
|
}) => vue.VNodeChild) | undefined;
|
19050
18991
|
} & {
|
19051
18992
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
19052
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
18993
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
19053
18994
|
itemColor?: string | undefined;
|
19054
18995
|
autoSelectFirst?: boolean | "exact" | undefined;
|
19055
18996
|
} & {
|
@@ -19125,7 +19066,7 @@ declare const VCombobox: {
|
|
19125
19066
|
theme?: string | undefined;
|
19126
19067
|
counter?: string | number | boolean | undefined;
|
19127
19068
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
19128
|
-
validateOn?:
|
19069
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
19129
19070
|
rounded?: string | number | boolean | undefined;
|
19130
19071
|
baseColor?: string | undefined;
|
19131
19072
|
bgColor?: string | undefined;
|
@@ -19197,9 +19138,9 @@ declare const VCombobox: {
|
|
19197
19138
|
rounded?: string | number | boolean | undefined;
|
19198
19139
|
baseColor?: string | undefined;
|
19199
19140
|
bgColor?: string | undefined;
|
19200
|
-
activeColor?: string | undefined;
|
19201
19141
|
activeClass?: string | undefined;
|
19202
19142
|
activeStrategy?: ActiveStrategyProp | undefined;
|
19143
|
+
activeColor?: string | undefined;
|
19203
19144
|
collapseIcon?: string | undefined;
|
19204
19145
|
expandIcon?: string | undefined;
|
19205
19146
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -19242,9 +19183,9 @@ declare const VCombobox: {
|
|
19242
19183
|
rounded?: string | number | boolean | undefined;
|
19243
19184
|
baseColor?: string | undefined;
|
19244
19185
|
bgColor?: string | undefined;
|
19245
|
-
activeColor?: string | undefined;
|
19246
19186
|
activeClass?: string | undefined;
|
19247
19187
|
activeStrategy?: ActiveStrategyProp | undefined;
|
19188
|
+
activeColor?: string | undefined;
|
19248
19189
|
collapseIcon?: string | undefined;
|
19249
19190
|
expandIcon?: string | undefined;
|
19250
19191
|
} & {
|
@@ -19405,7 +19346,7 @@ declare const VCombobox: {
|
|
19405
19346
|
}) => vue.VNodeChild) | undefined;
|
19406
19347
|
}) | undefined;
|
19407
19348
|
menuProps?: (Partial<{
|
19408
|
-
location:
|
19349
|
+
location: Anchor;
|
19409
19350
|
origin: "auto" | Anchor | "overlap";
|
19410
19351
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19411
19352
|
component?: vue.Component | undefined;
|
@@ -19433,9 +19374,8 @@ declare const VCombobox: {
|
|
19433
19374
|
noClickAnimation: boolean;
|
19434
19375
|
persistent: boolean;
|
19435
19376
|
scrim: NonNullable<string | boolean>;
|
19436
|
-
submenu: boolean;
|
19437
19377
|
}> & Omit<{
|
19438
|
-
location:
|
19378
|
+
location: Anchor;
|
19439
19379
|
origin: "auto" | Anchor | "overlap";
|
19440
19380
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19441
19381
|
component?: vue.Component | undefined;
|
@@ -19461,7 +19401,6 @@ declare const VCombobox: {
|
|
19461
19401
|
noClickAnimation: boolean;
|
19462
19402
|
persistent: boolean;
|
19463
19403
|
scrim: NonNullable<string | boolean>;
|
19464
|
-
submenu: boolean;
|
19465
19404
|
offset?: string | number | number[] | undefined;
|
19466
19405
|
id?: string | undefined;
|
19467
19406
|
height?: string | number | undefined;
|
@@ -19512,7 +19451,7 @@ declare const VCombobox: {
|
|
19512
19451
|
}) => vue.VNodeChild) | undefined;
|
19513
19452
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
19514
19453
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
19515
|
-
location:
|
19454
|
+
location: Anchor;
|
19516
19455
|
origin: "auto" | Anchor | "overlap";
|
19517
19456
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19518
19457
|
component?: vue.Component | undefined;
|
@@ -19538,7 +19477,6 @@ declare const VCombobox: {
|
|
19538
19477
|
noClickAnimation: boolean;
|
19539
19478
|
persistent: boolean;
|
19540
19479
|
scrim: NonNullable<string | boolean>;
|
19541
|
-
submenu: boolean;
|
19542
19480
|
} & {
|
19543
19481
|
offset?: string | number | number[] | undefined;
|
19544
19482
|
id?: string | undefined;
|
@@ -19592,7 +19530,7 @@ declare const VCombobox: {
|
|
19592
19530
|
}) => vue.VNodeChild) | undefined;
|
19593
19531
|
} & {
|
19594
19532
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
19595
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
19533
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
19596
19534
|
itemColor?: string | undefined;
|
19597
19535
|
autoSelectFirst?: boolean | "exact" | undefined;
|
19598
19536
|
} & {
|
@@ -19782,7 +19720,7 @@ declare const VCombobox: {
|
|
19782
19720
|
theme?: string | undefined;
|
19783
19721
|
counter?: string | number | boolean | undefined;
|
19784
19722
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
19785
|
-
validateOn?:
|
19723
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
19786
19724
|
rounded?: string | number | boolean | undefined;
|
19787
19725
|
baseColor?: string | undefined;
|
19788
19726
|
bgColor?: string | undefined;
|
@@ -19854,9 +19792,9 @@ declare const VCombobox: {
|
|
19854
19792
|
rounded?: string | number | boolean | undefined;
|
19855
19793
|
baseColor?: string | undefined;
|
19856
19794
|
bgColor?: string | undefined;
|
19857
|
-
activeColor?: string | undefined;
|
19858
19795
|
activeClass?: string | undefined;
|
19859
19796
|
activeStrategy?: ActiveStrategyProp | undefined;
|
19797
|
+
activeColor?: string | undefined;
|
19860
19798
|
collapseIcon?: string | undefined;
|
19861
19799
|
expandIcon?: string | undefined;
|
19862
19800
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -19899,9 +19837,9 @@ declare const VCombobox: {
|
|
19899
19837
|
rounded?: string | number | boolean | undefined;
|
19900
19838
|
baseColor?: string | undefined;
|
19901
19839
|
bgColor?: string | undefined;
|
19902
|
-
activeColor?: string | undefined;
|
19903
19840
|
activeClass?: string | undefined;
|
19904
19841
|
activeStrategy?: ActiveStrategyProp | undefined;
|
19842
|
+
activeColor?: string | undefined;
|
19905
19843
|
collapseIcon?: string | undefined;
|
19906
19844
|
expandIcon?: string | undefined;
|
19907
19845
|
} & {
|
@@ -20062,7 +20000,7 @@ declare const VCombobox: {
|
|
20062
20000
|
}) => vue.VNodeChild) | undefined;
|
20063
20001
|
}) | undefined;
|
20064
20002
|
menuProps?: (Partial<{
|
20065
|
-
location:
|
20003
|
+
location: Anchor;
|
20066
20004
|
origin: "auto" | Anchor | "overlap";
|
20067
20005
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20068
20006
|
component?: vue.Component | undefined;
|
@@ -20090,9 +20028,8 @@ declare const VCombobox: {
|
|
20090
20028
|
noClickAnimation: boolean;
|
20091
20029
|
persistent: boolean;
|
20092
20030
|
scrim: NonNullable<string | boolean>;
|
20093
|
-
submenu: boolean;
|
20094
20031
|
}> & Omit<{
|
20095
|
-
location:
|
20032
|
+
location: Anchor;
|
20096
20033
|
origin: "auto" | Anchor | "overlap";
|
20097
20034
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20098
20035
|
component?: vue.Component | undefined;
|
@@ -20118,7 +20055,6 @@ declare const VCombobox: {
|
|
20118
20055
|
noClickAnimation: boolean;
|
20119
20056
|
persistent: boolean;
|
20120
20057
|
scrim: NonNullable<string | boolean>;
|
20121
|
-
submenu: boolean;
|
20122
20058
|
offset?: string | number | number[] | undefined;
|
20123
20059
|
id?: string | undefined;
|
20124
20060
|
height?: string | number | undefined;
|
@@ -20169,7 +20105,7 @@ declare const VCombobox: {
|
|
20169
20105
|
}) => vue.VNodeChild) | undefined;
|
20170
20106
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
20171
20107
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
20172
|
-
location:
|
20108
|
+
location: Anchor;
|
20173
20109
|
origin: "auto" | Anchor | "overlap";
|
20174
20110
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20175
20111
|
component?: vue.Component | undefined;
|
@@ -20195,7 +20131,6 @@ declare const VCombobox: {
|
|
20195
20131
|
noClickAnimation: boolean;
|
20196
20132
|
persistent: boolean;
|
20197
20133
|
scrim: NonNullable<string | boolean>;
|
20198
|
-
submenu: boolean;
|
20199
20134
|
} & {
|
20200
20135
|
offset?: string | number | number[] | undefined;
|
20201
20136
|
id?: string | undefined;
|
@@ -20249,7 +20184,7 @@ declare const VCombobox: {
|
|
20249
20184
|
}) => vue.VNodeChild) | undefined;
|
20250
20185
|
} & {
|
20251
20186
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
20252
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
20187
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
20253
20188
|
itemColor?: string | undefined;
|
20254
20189
|
autoSelectFirst?: boolean | "exact" | undefined;
|
20255
20190
|
} & {
|
@@ -20374,7 +20309,7 @@ declare const VCombobox: {
|
|
20374
20309
|
theme?: string | undefined;
|
20375
20310
|
counter?: string | number | boolean | undefined;
|
20376
20311
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
20377
|
-
validateOn?:
|
20312
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
20378
20313
|
rounded?: string | number | boolean | undefined;
|
20379
20314
|
baseColor?: string | undefined;
|
20380
20315
|
bgColor?: string | undefined;
|
@@ -20446,9 +20381,9 @@ declare const VCombobox: {
|
|
20446
20381
|
rounded?: string | number | boolean | undefined;
|
20447
20382
|
baseColor?: string | undefined;
|
20448
20383
|
bgColor?: string | undefined;
|
20449
|
-
activeColor?: string | undefined;
|
20450
20384
|
activeClass?: string | undefined;
|
20451
20385
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20386
|
+
activeColor?: string | undefined;
|
20452
20387
|
collapseIcon?: string | undefined;
|
20453
20388
|
expandIcon?: string | undefined;
|
20454
20389
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -20491,9 +20426,9 @@ declare const VCombobox: {
|
|
20491
20426
|
rounded?: string | number | boolean | undefined;
|
20492
20427
|
baseColor?: string | undefined;
|
20493
20428
|
bgColor?: string | undefined;
|
20494
|
-
activeColor?: string | undefined;
|
20495
20429
|
activeClass?: string | undefined;
|
20496
20430
|
activeStrategy?: ActiveStrategyProp | undefined;
|
20431
|
+
activeColor?: string | undefined;
|
20497
20432
|
collapseIcon?: string | undefined;
|
20498
20433
|
expandIcon?: string | undefined;
|
20499
20434
|
} & {
|
@@ -20654,7 +20589,7 @@ declare const VCombobox: {
|
|
20654
20589
|
}) => vue.VNodeChild) | undefined;
|
20655
20590
|
}) | undefined;
|
20656
20591
|
menuProps?: (Partial<{
|
20657
|
-
location:
|
20592
|
+
location: Anchor;
|
20658
20593
|
origin: "auto" | Anchor | "overlap";
|
20659
20594
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20660
20595
|
component?: vue.Component | undefined;
|
@@ -20682,9 +20617,8 @@ declare const VCombobox: {
|
|
20682
20617
|
noClickAnimation: boolean;
|
20683
20618
|
persistent: boolean;
|
20684
20619
|
scrim: NonNullable<string | boolean>;
|
20685
|
-
submenu: boolean;
|
20686
20620
|
}> & Omit<{
|
20687
|
-
location:
|
20621
|
+
location: Anchor;
|
20688
20622
|
origin: "auto" | Anchor | "overlap";
|
20689
20623
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20690
20624
|
component?: vue.Component | undefined;
|
@@ -20710,7 +20644,6 @@ declare const VCombobox: {
|
|
20710
20644
|
noClickAnimation: boolean;
|
20711
20645
|
persistent: boolean;
|
20712
20646
|
scrim: NonNullable<string | boolean>;
|
20713
|
-
submenu: boolean;
|
20714
20647
|
offset?: string | number | number[] | undefined;
|
20715
20648
|
id?: string | undefined;
|
20716
20649
|
height?: string | number | undefined;
|
@@ -20761,7 +20694,7 @@ declare const VCombobox: {
|
|
20761
20694
|
}) => vue.VNodeChild) | undefined;
|
20762
20695
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
20763
20696
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
20764
|
-
location:
|
20697
|
+
location: Anchor;
|
20765
20698
|
origin: "auto" | Anchor | "overlap";
|
20766
20699
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20767
20700
|
component?: vue.Component | undefined;
|
@@ -20787,7 +20720,6 @@ declare const VCombobox: {
|
|
20787
20720
|
noClickAnimation: boolean;
|
20788
20721
|
persistent: boolean;
|
20789
20722
|
scrim: NonNullable<string | boolean>;
|
20790
|
-
submenu: boolean;
|
20791
20723
|
} & {
|
20792
20724
|
offset?: string | number | number[] | undefined;
|
20793
20725
|
id?: string | undefined;
|
@@ -20841,7 +20773,7 @@ declare const VCombobox: {
|
|
20841
20773
|
}) => vue.VNodeChild) | undefined;
|
20842
20774
|
} & {
|
20843
20775
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
20844
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
20776
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
20845
20777
|
itemColor?: string | undefined;
|
20846
20778
|
autoSelectFirst?: boolean | "exact" | undefined;
|
20847
20779
|
} & {
|
@@ -21104,7 +21036,7 @@ declare const VCombobox: {
|
|
21104
21036
|
type: PropType<any>;
|
21105
21037
|
default: any;
|
21106
21038
|
};
|
21107
|
-
validateOn: PropType<
|
21039
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
21108
21040
|
rounded: {
|
21109
21041
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
21110
21042
|
default: undefined;
|
@@ -21245,9 +21177,9 @@ declare const VCombobox: {
|
|
21245
21177
|
rounded?: string | number | boolean | undefined;
|
21246
21178
|
baseColor?: string | undefined;
|
21247
21179
|
bgColor?: string | undefined;
|
21248
|
-
activeColor?: string | undefined;
|
21249
21180
|
activeClass?: string | undefined;
|
21250
21181
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21182
|
+
activeColor?: string | undefined;
|
21251
21183
|
collapseIcon?: string | undefined;
|
21252
21184
|
expandIcon?: string | undefined;
|
21253
21185
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -21290,9 +21222,9 @@ declare const VCombobox: {
|
|
21290
21222
|
rounded?: string | number | boolean | undefined;
|
21291
21223
|
baseColor?: string | undefined;
|
21292
21224
|
bgColor?: string | undefined;
|
21293
|
-
activeColor?: string | undefined;
|
21294
21225
|
activeClass?: string | undefined;
|
21295
21226
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21227
|
+
activeColor?: string | undefined;
|
21296
21228
|
collapseIcon?: string | undefined;
|
21297
21229
|
expandIcon?: string | undefined;
|
21298
21230
|
} & {
|
@@ -21460,7 +21392,7 @@ declare const VCombobox: {
|
|
21460
21392
|
};
|
21461
21393
|
menuProps: {
|
21462
21394
|
type: PropType<Partial<{
|
21463
|
-
location:
|
21395
|
+
location: Anchor;
|
21464
21396
|
origin: "auto" | Anchor | "overlap";
|
21465
21397
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21466
21398
|
component?: vue.Component | undefined;
|
@@ -21488,9 +21420,8 @@ declare const VCombobox: {
|
|
21488
21420
|
noClickAnimation: boolean;
|
21489
21421
|
persistent: boolean;
|
21490
21422
|
scrim: NonNullable<string | boolean>;
|
21491
|
-
submenu: boolean;
|
21492
21423
|
}> & Omit<{
|
21493
|
-
location:
|
21424
|
+
location: Anchor;
|
21494
21425
|
origin: "auto" | Anchor | "overlap";
|
21495
21426
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21496
21427
|
component?: vue.Component | undefined;
|
@@ -21516,7 +21447,6 @@ declare const VCombobox: {
|
|
21516
21447
|
noClickAnimation: boolean;
|
21517
21448
|
persistent: boolean;
|
21518
21449
|
scrim: NonNullable<string | boolean>;
|
21519
|
-
submenu: boolean;
|
21520
21450
|
offset?: string | number | number[] | undefined;
|
21521
21451
|
id?: string | undefined;
|
21522
21452
|
height?: string | number | undefined;
|
@@ -21567,7 +21497,7 @@ declare const VCombobox: {
|
|
21567
21497
|
}) => vue.VNodeChild) | undefined;
|
21568
21498
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
21569
21499
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
21570
|
-
location:
|
21500
|
+
location: Anchor;
|
21571
21501
|
origin: "auto" | Anchor | "overlap";
|
21572
21502
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21573
21503
|
component?: vue.Component | undefined;
|
@@ -21593,7 +21523,6 @@ declare const VCombobox: {
|
|
21593
21523
|
noClickAnimation: boolean;
|
21594
21524
|
persistent: boolean;
|
21595
21525
|
scrim: NonNullable<string | boolean>;
|
21596
|
-
submenu: boolean;
|
21597
21526
|
} & {
|
21598
21527
|
offset?: string | number | number[] | undefined;
|
21599
21528
|
id?: string | undefined;
|
@@ -21647,7 +21576,7 @@ declare const VCombobox: {
|
|
21647
21576
|
}) => vue.VNodeChild) | undefined;
|
21648
21577
|
} & {
|
21649
21578
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
21650
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
21579
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
21651
21580
|
};
|
21652
21581
|
multiple: BooleanConstructor;
|
21653
21582
|
noDataText: {
|
@@ -21760,7 +21689,7 @@ declare const VCombobox: {
|
|
21760
21689
|
type: PropType<any>;
|
21761
21690
|
default: any;
|
21762
21691
|
};
|
21763
|
-
validateOn: PropType<
|
21692
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
21764
21693
|
rounded: {
|
21765
21694
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
21766
21695
|
default: undefined;
|
@@ -21901,9 +21830,9 @@ declare const VCombobox: {
|
|
21901
21830
|
rounded?: string | number | boolean | undefined;
|
21902
21831
|
baseColor?: string | undefined;
|
21903
21832
|
bgColor?: string | undefined;
|
21904
|
-
activeColor?: string | undefined;
|
21905
21833
|
activeClass?: string | undefined;
|
21906
21834
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21835
|
+
activeColor?: string | undefined;
|
21907
21836
|
collapseIcon?: string | undefined;
|
21908
21837
|
expandIcon?: string | undefined;
|
21909
21838
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -21946,9 +21875,9 @@ declare const VCombobox: {
|
|
21946
21875
|
rounded?: string | number | boolean | undefined;
|
21947
21876
|
baseColor?: string | undefined;
|
21948
21877
|
bgColor?: string | undefined;
|
21949
|
-
activeColor?: string | undefined;
|
21950
21878
|
activeClass?: string | undefined;
|
21951
21879
|
activeStrategy?: ActiveStrategyProp | undefined;
|
21880
|
+
activeColor?: string | undefined;
|
21952
21881
|
collapseIcon?: string | undefined;
|
21953
21882
|
expandIcon?: string | undefined;
|
21954
21883
|
} & {
|
@@ -22116,7 +22045,7 @@ declare const VCombobox: {
|
|
22116
22045
|
};
|
22117
22046
|
menuProps: {
|
22118
22047
|
type: PropType<Partial<{
|
22119
|
-
location:
|
22048
|
+
location: Anchor;
|
22120
22049
|
origin: "auto" | Anchor | "overlap";
|
22121
22050
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
22122
22051
|
component?: vue.Component | undefined;
|
@@ -22144,9 +22073,8 @@ declare const VCombobox: {
|
|
22144
22073
|
noClickAnimation: boolean;
|
22145
22074
|
persistent: boolean;
|
22146
22075
|
scrim: NonNullable<string | boolean>;
|
22147
|
-
submenu: boolean;
|
22148
22076
|
}> & Omit<{
|
22149
|
-
location:
|
22077
|
+
location: Anchor;
|
22150
22078
|
origin: "auto" | Anchor | "overlap";
|
22151
22079
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
22152
22080
|
component?: vue.Component | undefined;
|
@@ -22172,7 +22100,6 @@ declare const VCombobox: {
|
|
22172
22100
|
noClickAnimation: boolean;
|
22173
22101
|
persistent: boolean;
|
22174
22102
|
scrim: NonNullable<string | boolean>;
|
22175
|
-
submenu: boolean;
|
22176
22103
|
offset?: string | number | number[] | undefined;
|
22177
22104
|
id?: string | undefined;
|
22178
22105
|
height?: string | number | undefined;
|
@@ -22223,7 +22150,7 @@ declare const VCombobox: {
|
|
22223
22150
|
}) => vue.VNodeChild) | undefined;
|
22224
22151
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
22225
22152
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
22226
|
-
location:
|
22153
|
+
location: Anchor;
|
22227
22154
|
origin: "auto" | Anchor | "overlap";
|
22228
22155
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
22229
22156
|
component?: vue.Component | undefined;
|
@@ -22249,7 +22176,6 @@ declare const VCombobox: {
|
|
22249
22176
|
noClickAnimation: boolean;
|
22250
22177
|
persistent: boolean;
|
22251
22178
|
scrim: NonNullable<string | boolean>;
|
22252
|
-
submenu: boolean;
|
22253
22179
|
} & {
|
22254
22180
|
offset?: string | number | number[] | undefined;
|
22255
22181
|
id?: string | undefined;
|
@@ -22303,7 +22229,7 @@ declare const VCombobox: {
|
|
22303
22229
|
}) => vue.VNodeChild) | undefined;
|
22304
22230
|
} & {
|
22305
22231
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
22306
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
22232
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
22307
22233
|
};
|
22308
22234
|
multiple: BooleanConstructor;
|
22309
22235
|
noDataText: {
|
@@ -30214,7 +30140,7 @@ declare const VDialog: {
|
|
30214
30140
|
onAfterLeave?: (() => any) | undefined;
|
30215
30141
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
30216
30142
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
30217
|
-
}, "target" | "
|
30143
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
30218
30144
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
30219
30145
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
30220
30146
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -30898,7 +30824,7 @@ declare const VDialog: {
|
|
30898
30824
|
onAfterLeave?: (() => any) | undefined;
|
30899
30825
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
30900
30826
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
30901
|
-
}, "target" | "
|
30827
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
30902
30828
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
30903
30829
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
30904
30830
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -31479,7 +31405,7 @@ declare const VDialog: {
|
|
31479
31405
|
onAfterLeave?: (() => any) | undefined;
|
31480
31406
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
31481
31407
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
31482
|
-
}, "target" | "
|
31408
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
31483
31409
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
31484
31410
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
31485
31411
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -32688,13 +32614,7 @@ declare const VExpansionPanel: {
|
|
32688
32614
|
expandIcon: IconValue;
|
32689
32615
|
hideActions: boolean;
|
32690
32616
|
} & {
|
32691
|
-
height?: string | number | undefined;
|
32692
|
-
width?: string | number | undefined;
|
32693
32617
|
color?: string | undefined;
|
32694
|
-
maxHeight?: string | number | undefined;
|
32695
|
-
maxWidth?: string | number | undefined;
|
32696
|
-
minHeight?: string | number | undefined;
|
32697
|
-
minWidth?: string | number | undefined;
|
32698
32618
|
value?: any;
|
32699
32619
|
title?: string | undefined;
|
32700
32620
|
text?: string | undefined;
|
@@ -32744,13 +32664,7 @@ declare const VExpansionPanel: {
|
|
32744
32664
|
expandIcon: IconValue;
|
32745
32665
|
hideActions: boolean;
|
32746
32666
|
} & {
|
32747
|
-
height?: string | number | undefined;
|
32748
|
-
width?: string | number | undefined;
|
32749
32667
|
color?: string | undefined;
|
32750
|
-
maxHeight?: string | number | undefined;
|
32751
|
-
maxWidth?: string | number | undefined;
|
32752
|
-
minHeight?: string | number | undefined;
|
32753
|
-
minWidth?: string | number | undefined;
|
32754
32668
|
value?: any;
|
32755
32669
|
title?: string | undefined;
|
32756
32670
|
text?: string | undefined;
|
@@ -32827,13 +32741,7 @@ declare const VExpansionPanel: {
|
|
32827
32741
|
expandIcon: IconValue;
|
32828
32742
|
hideActions: boolean;
|
32829
32743
|
} & {
|
32830
|
-
height?: string | number | undefined;
|
32831
|
-
width?: string | number | undefined;
|
32832
32744
|
color?: string | undefined;
|
32833
|
-
maxHeight?: string | number | undefined;
|
32834
|
-
maxWidth?: string | number | undefined;
|
32835
|
-
minHeight?: string | number | undefined;
|
32836
|
-
minWidth?: string | number | undefined;
|
32837
32745
|
value?: any;
|
32838
32746
|
title?: string | undefined;
|
32839
32747
|
text?: string | undefined;
|
@@ -32899,13 +32807,7 @@ declare const VExpansionPanel: {
|
|
32899
32807
|
expandIcon: IconValue;
|
32900
32808
|
hideActions: boolean;
|
32901
32809
|
} & {
|
32902
|
-
height?: string | number | undefined;
|
32903
|
-
width?: string | number | undefined;
|
32904
32810
|
color?: string | undefined;
|
32905
|
-
maxHeight?: string | number | undefined;
|
32906
|
-
maxWidth?: string | number | undefined;
|
32907
|
-
minHeight?: string | number | undefined;
|
32908
|
-
minWidth?: string | number | undefined;
|
32909
32811
|
value?: any;
|
32910
32812
|
title?: string | undefined;
|
32911
32813
|
text?: string | undefined;
|
@@ -32972,12 +32874,6 @@ declare const VExpansionPanel: {
|
|
32972
32874
|
type: vue.PropType<vue.StyleValue>;
|
32973
32875
|
default: null;
|
32974
32876
|
};
|
32975
|
-
height: (StringConstructor | NumberConstructor)[];
|
32976
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
32977
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
32978
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
32979
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
32980
|
-
width: (StringConstructor | NumberConstructor)[];
|
32981
32877
|
color: StringConstructor;
|
32982
32878
|
expandIcon: {
|
32983
32879
|
type: vue.PropType<IconValue>;
|
@@ -33023,12 +32919,6 @@ declare const VExpansionPanel: {
|
|
33023
32919
|
type: vue.PropType<vue.StyleValue>;
|
33024
32920
|
default: null;
|
33025
32921
|
};
|
33026
|
-
height: (StringConstructor | NumberConstructor)[];
|
33027
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
33028
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
33029
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
33030
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
33031
|
-
width: (StringConstructor | NumberConstructor)[];
|
33032
32922
|
color: StringConstructor;
|
33033
32923
|
expandIcon: {
|
33034
32924
|
type: vue.PropType<IconValue>;
|
@@ -33192,13 +33082,7 @@ declare const VExpansionPanelTitle: {
|
|
33192
33082
|
expandIcon: IconValue;
|
33193
33083
|
hideActions: boolean;
|
33194
33084
|
} & {
|
33195
|
-
height?: string | number | undefined;
|
33196
|
-
width?: string | number | undefined;
|
33197
33085
|
color?: string | undefined;
|
33198
|
-
maxHeight?: string | number | undefined;
|
33199
|
-
maxWidth?: string | number | undefined;
|
33200
|
-
minHeight?: string | number | undefined;
|
33201
|
-
minWidth?: string | number | undefined;
|
33202
33086
|
class?: any;
|
33203
33087
|
} & {
|
33204
33088
|
$children?: vue.VNodeChild | {
|
@@ -33224,13 +33108,7 @@ declare const VExpansionPanelTitle: {
|
|
33224
33108
|
expandIcon: IconValue;
|
33225
33109
|
hideActions: boolean;
|
33226
33110
|
} & {
|
33227
|
-
height?: string | number | undefined;
|
33228
|
-
width?: string | number | undefined;
|
33229
33111
|
color?: string | undefined;
|
33230
|
-
maxHeight?: string | number | undefined;
|
33231
|
-
maxWidth?: string | number | undefined;
|
33232
|
-
minHeight?: string | number | undefined;
|
33233
|
-
minWidth?: string | number | undefined;
|
33234
33112
|
class?: any;
|
33235
33113
|
} & {
|
33236
33114
|
$children?: vue.VNodeChild | {
|
@@ -33281,13 +33159,7 @@ declare const VExpansionPanelTitle: {
|
|
33281
33159
|
expandIcon: IconValue;
|
33282
33160
|
hideActions: boolean;
|
33283
33161
|
} & {
|
33284
|
-
height?: string | number | undefined;
|
33285
|
-
width?: string | number | undefined;
|
33286
33162
|
color?: string | undefined;
|
33287
|
-
maxHeight?: string | number | undefined;
|
33288
|
-
maxWidth?: string | number | undefined;
|
33289
|
-
minHeight?: string | number | undefined;
|
33290
|
-
minWidth?: string | number | undefined;
|
33291
33163
|
class?: any;
|
33292
33164
|
} & {
|
33293
33165
|
$children?: vue.VNodeChild | {
|
@@ -33328,13 +33200,7 @@ declare const VExpansionPanelTitle: {
|
|
33328
33200
|
expandIcon: IconValue;
|
33329
33201
|
hideActions: boolean;
|
33330
33202
|
} & {
|
33331
|
-
height?: string | number | undefined;
|
33332
|
-
width?: string | number | undefined;
|
33333
33203
|
color?: string | undefined;
|
33334
|
-
maxHeight?: string | number | undefined;
|
33335
|
-
maxWidth?: string | number | undefined;
|
33336
|
-
minHeight?: string | number | undefined;
|
33337
|
-
minWidth?: string | number | undefined;
|
33338
33204
|
class?: any;
|
33339
33205
|
} & {
|
33340
33206
|
$children?: vue.VNodeChild | {
|
@@ -33367,12 +33233,6 @@ declare const VExpansionPanelTitle: {
|
|
33367
33233
|
[key: string]: any;
|
33368
33234
|
}>[];
|
33369
33235
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
33370
|
-
height: (StringConstructor | NumberConstructor)[];
|
33371
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
33372
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
33373
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
33374
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
33375
|
-
width: (StringConstructor | NumberConstructor)[];
|
33376
33236
|
class: PropType<any>;
|
33377
33237
|
style: {
|
33378
33238
|
type: PropType<vue.StyleValue>;
|
@@ -33398,12 +33258,6 @@ declare const VExpansionPanelTitle: {
|
|
33398
33258
|
};
|
33399
33259
|
readonly: BooleanConstructor;
|
33400
33260
|
}, vue.ExtractPropTypes<{
|
33401
|
-
height: (StringConstructor | NumberConstructor)[];
|
33402
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
33403
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
33404
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
33405
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
33406
|
-
width: (StringConstructor | NumberConstructor)[];
|
33407
33261
|
class: PropType<any>;
|
33408
33262
|
style: {
|
33409
33263
|
type: PropType<vue.StyleValue>;
|
@@ -33487,7 +33341,6 @@ declare const VFab: {
|
|
33487
33341
|
rounded?: string | number | boolean | undefined;
|
33488
33342
|
baseColor?: string | undefined;
|
33489
33343
|
selectedClass?: string | undefined;
|
33490
|
-
activeColor?: string | undefined;
|
33491
33344
|
prependIcon?: IconValue | undefined;
|
33492
33345
|
appendIcon?: IconValue | undefined;
|
33493
33346
|
} & {
|
@@ -33558,7 +33411,6 @@ declare const VFab: {
|
|
33558
33411
|
rounded?: string | number | boolean | undefined;
|
33559
33412
|
baseColor?: string | undefined;
|
33560
33413
|
selectedClass?: string | undefined;
|
33561
|
-
activeColor?: string | undefined;
|
33562
33414
|
prependIcon?: IconValue | undefined;
|
33563
33415
|
appendIcon?: IconValue | undefined;
|
33564
33416
|
} & {
|
@@ -33670,7 +33522,6 @@ declare const VFab: {
|
|
33670
33522
|
rounded?: string | number | boolean | undefined;
|
33671
33523
|
baseColor?: string | undefined;
|
33672
33524
|
selectedClass?: string | undefined;
|
33673
|
-
activeColor?: string | undefined;
|
33674
33525
|
prependIcon?: IconValue | undefined;
|
33675
33526
|
appendIcon?: IconValue | undefined;
|
33676
33527
|
} & {
|
@@ -33775,7 +33626,6 @@ declare const VFab: {
|
|
33775
33626
|
rounded?: string | number | boolean | undefined;
|
33776
33627
|
baseColor?: string | undefined;
|
33777
33628
|
selectedClass?: string | undefined;
|
33778
|
-
activeColor?: string | undefined;
|
33779
33629
|
prependIcon?: IconValue | undefined;
|
33780
33630
|
appendIcon?: IconValue | undefined;
|
33781
33631
|
} & {
|
@@ -33927,7 +33777,6 @@ declare const VFab: {
|
|
33927
33777
|
};
|
33928
33778
|
baseColor: StringConstructor;
|
33929
33779
|
selectedClass: StringConstructor;
|
33930
|
-
activeColor: StringConstructor;
|
33931
33780
|
prependIcon: vue.PropType<IconValue>;
|
33932
33781
|
appendIcon: vue.PropType<IconValue>;
|
33933
33782
|
slim: BooleanConstructor;
|
@@ -34047,7 +33896,6 @@ declare const VFab: {
|
|
34047
33896
|
};
|
34048
33897
|
baseColor: StringConstructor;
|
34049
33898
|
selectedClass: StringConstructor;
|
34050
|
-
activeColor: StringConstructor;
|
34051
33899
|
prependIcon: vue.PropType<IconValue>;
|
34052
33900
|
appendIcon: vue.PropType<IconValue>;
|
34053
33901
|
slim: BooleanConstructor;
|
@@ -34218,7 +34066,7 @@ declare const VFileInput: {
|
|
34218
34066
|
class?: any;
|
34219
34067
|
theme?: string | undefined;
|
34220
34068
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34221
|
-
validateOn?:
|
34069
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34222
34070
|
validationValue?: any;
|
34223
34071
|
rounded?: string | number | boolean | undefined;
|
34224
34072
|
baseColor?: string | undefined;
|
@@ -34350,7 +34198,7 @@ declare const VFileInput: {
|
|
34350
34198
|
class?: any;
|
34351
34199
|
theme?: string | undefined;
|
34352
34200
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34353
|
-
validateOn?:
|
34201
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34354
34202
|
validationValue?: any;
|
34355
34203
|
prependIcon?: IconValue | undefined;
|
34356
34204
|
appendIcon?: IconValue | undefined;
|
@@ -34383,7 +34231,7 @@ declare const VFileInput: {
|
|
34383
34231
|
class?: any;
|
34384
34232
|
theme?: string | undefined;
|
34385
34233
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34386
|
-
validateOn?:
|
34234
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34387
34235
|
validationValue?: any;
|
34388
34236
|
prependIcon?: IconValue | undefined;
|
34389
34237
|
appendIcon?: IconValue | undefined;
|
@@ -34444,7 +34292,7 @@ declare const VFileInput: {
|
|
34444
34292
|
class?: any;
|
34445
34293
|
theme?: string | undefined;
|
34446
34294
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34447
|
-
validateOn?:
|
34295
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34448
34296
|
validationValue?: any;
|
34449
34297
|
prependIcon?: IconValue | undefined;
|
34450
34298
|
appendIcon?: IconValue | undefined;
|
@@ -34536,7 +34384,7 @@ declare const VFileInput: {
|
|
34536
34384
|
class?: any;
|
34537
34385
|
theme?: string | undefined;
|
34538
34386
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34539
|
-
validateOn?:
|
34387
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34540
34388
|
validationValue?: any;
|
34541
34389
|
prependIcon?: IconValue | undefined;
|
34542
34390
|
appendIcon?: IconValue | undefined;
|
@@ -34603,7 +34451,7 @@ declare const VFileInput: {
|
|
34603
34451
|
class?: any;
|
34604
34452
|
theme?: string | undefined;
|
34605
34453
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34606
|
-
validateOn?:
|
34454
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34607
34455
|
validationValue?: any;
|
34608
34456
|
rounded?: string | number | boolean | undefined;
|
34609
34457
|
baseColor?: string | undefined;
|
@@ -34826,7 +34674,7 @@ declare const VFileInput: {
|
|
34826
34674
|
class?: any;
|
34827
34675
|
theme?: string | undefined;
|
34828
34676
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34829
|
-
validateOn?:
|
34677
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34830
34678
|
validationValue?: any;
|
34831
34679
|
rounded?: string | number | boolean | undefined;
|
34832
34680
|
baseColor?: string | undefined;
|
@@ -34958,7 +34806,7 @@ declare const VFileInput: {
|
|
34958
34806
|
class?: any;
|
34959
34807
|
theme?: string | undefined;
|
34960
34808
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34961
|
-
validateOn?:
|
34809
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34962
34810
|
validationValue?: any;
|
34963
34811
|
prependIcon?: IconValue | undefined;
|
34964
34812
|
appendIcon?: IconValue | undefined;
|
@@ -34991,7 +34839,7 @@ declare const VFileInput: {
|
|
34991
34839
|
class?: any;
|
34992
34840
|
theme?: string | undefined;
|
34993
34841
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
34994
|
-
validateOn?:
|
34842
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
34995
34843
|
validationValue?: any;
|
34996
34844
|
prependIcon?: IconValue | undefined;
|
34997
34845
|
appendIcon?: IconValue | undefined;
|
@@ -35052,7 +34900,7 @@ declare const VFileInput: {
|
|
35052
34900
|
class?: any;
|
35053
34901
|
theme?: string | undefined;
|
35054
34902
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
35055
|
-
validateOn?:
|
34903
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
35056
34904
|
validationValue?: any;
|
35057
34905
|
prependIcon?: IconValue | undefined;
|
35058
34906
|
appendIcon?: IconValue | undefined;
|
@@ -35144,7 +34992,7 @@ declare const VFileInput: {
|
|
35144
34992
|
class?: any;
|
35145
34993
|
theme?: string | undefined;
|
35146
34994
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
35147
|
-
validateOn?:
|
34995
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
35148
34996
|
validationValue?: any;
|
35149
34997
|
prependIcon?: IconValue | undefined;
|
35150
34998
|
appendIcon?: IconValue | undefined;
|
@@ -35245,7 +35093,7 @@ declare const VFileInput: {
|
|
35245
35093
|
class?: any;
|
35246
35094
|
theme?: string | undefined;
|
35247
35095
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
35248
|
-
validateOn?:
|
35096
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
35249
35097
|
validationValue?: any;
|
35250
35098
|
rounded?: string | number | boolean | undefined;
|
35251
35099
|
baseColor?: string | undefined;
|
@@ -35377,7 +35225,7 @@ declare const VFileInput: {
|
|
35377
35225
|
class?: any;
|
35378
35226
|
theme?: string | undefined;
|
35379
35227
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
35380
|
-
validateOn?:
|
35228
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
35381
35229
|
validationValue?: any;
|
35382
35230
|
prependIcon?: IconValue | undefined;
|
35383
35231
|
appendIcon?: IconValue | undefined;
|
@@ -35410,7 +35258,7 @@ declare const VFileInput: {
|
|
35410
35258
|
class?: any;
|
35411
35259
|
theme?: string | undefined;
|
35412
35260
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
35413
|
-
validateOn?:
|
35261
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
35414
35262
|
validationValue?: any;
|
35415
35263
|
prependIcon?: IconValue | undefined;
|
35416
35264
|
appendIcon?: IconValue | undefined;
|
@@ -35471,7 +35319,7 @@ declare const VFileInput: {
|
|
35471
35319
|
class?: any;
|
35472
35320
|
theme?: string | undefined;
|
35473
35321
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
35474
|
-
validateOn?:
|
35322
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
35475
35323
|
validationValue?: any;
|
35476
35324
|
prependIcon?: IconValue | undefined;
|
35477
35325
|
appendIcon?: IconValue | undefined;
|
@@ -35563,7 +35411,7 @@ declare const VFileInput: {
|
|
35563
35411
|
class?: any;
|
35564
35412
|
theme?: string | undefined;
|
35565
35413
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
35566
|
-
validateOn?:
|
35414
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
35567
35415
|
validationValue?: any;
|
35568
35416
|
prependIcon?: IconValue | undefined;
|
35569
35417
|
appendIcon?: IconValue | undefined;
|
@@ -35740,7 +35588,7 @@ declare const VFileInput: {
|
|
35740
35588
|
type: PropType<readonly ValidationRule$1[]>;
|
35741
35589
|
default: () => never[];
|
35742
35590
|
};
|
35743
|
-
validateOn: PropType<
|
35591
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
35744
35592
|
validationValue: null;
|
35745
35593
|
width: (StringConstructor | NumberConstructor)[];
|
35746
35594
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -35862,7 +35710,7 @@ declare const VFileInput: {
|
|
35862
35710
|
type: PropType<readonly ValidationRule$1[]>;
|
35863
35711
|
default: () => never[];
|
35864
35712
|
};
|
35865
|
-
validateOn: PropType<
|
35713
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
35866
35714
|
validationValue: null;
|
35867
35715
|
width: (StringConstructor | NumberConstructor)[];
|
35868
35716
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -35939,7 +35787,7 @@ declare const VFooter: {
|
|
35939
35787
|
} | undefined;
|
35940
35788
|
} & {
|
35941
35789
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
35942
|
-
},
|
35790
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
35943
35791
|
absolute: boolean;
|
35944
35792
|
height: string | number;
|
35945
35793
|
order: string | number;
|
@@ -36009,7 +35857,7 @@ declare const VFooter: {
|
|
36009
35857
|
} | undefined;
|
36010
35858
|
} & {
|
36011
35859
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
36012
|
-
},
|
35860
|
+
}, any, {}, {}, {}, {
|
36013
35861
|
absolute: boolean;
|
36014
35862
|
height: string | number;
|
36015
35863
|
order: string | number;
|
@@ -36047,7 +35895,7 @@ declare const VFooter: {
|
|
36047
35895
|
} | undefined;
|
36048
35896
|
} & {
|
36049
35897
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
36050
|
-
},
|
35898
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
36051
35899
|
absolute: boolean;
|
36052
35900
|
height: string | number;
|
36053
35901
|
order: string | number;
|
@@ -36145,7 +35993,7 @@ declare const VForm: {
|
|
36145
35993
|
disabled: boolean;
|
36146
35994
|
readonly: boolean;
|
36147
35995
|
modelValue: boolean | null;
|
36148
|
-
validateOn:
|
35996
|
+
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
36149
35997
|
fastFail: boolean;
|
36150
35998
|
} & {
|
36151
35999
|
class?: any;
|
@@ -36314,7 +36162,7 @@ declare const VForm: {
|
|
36314
36162
|
disabled: boolean;
|
36315
36163
|
readonly: boolean;
|
36316
36164
|
modelValue: boolean | null;
|
36317
|
-
validateOn:
|
36165
|
+
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
36318
36166
|
fastFail: boolean;
|
36319
36167
|
} & {
|
36320
36168
|
class?: any;
|
@@ -36451,7 +36299,7 @@ declare const VForm: {
|
|
36451
36299
|
disabled: boolean;
|
36452
36300
|
readonly: boolean;
|
36453
36301
|
modelValue: boolean | null;
|
36454
|
-
validateOn:
|
36302
|
+
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
36455
36303
|
fastFail: boolean;
|
36456
36304
|
}, true, {}, vue.SlotsType<Partial<{
|
36457
36305
|
default: (arg: {
|
@@ -36498,7 +36346,7 @@ declare const VForm: {
|
|
36498
36346
|
disabled: boolean;
|
36499
36347
|
readonly: boolean;
|
36500
36348
|
modelValue: boolean | null;
|
36501
|
-
validateOn:
|
36349
|
+
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
36502
36350
|
fastFail: boolean;
|
36503
36351
|
} & {
|
36504
36352
|
class?: any;
|
@@ -36664,7 +36512,7 @@ declare const VForm: {
|
|
36664
36512
|
disabled: boolean;
|
36665
36513
|
readonly: boolean;
|
36666
36514
|
modelValue: boolean | null;
|
36667
|
-
validateOn:
|
36515
|
+
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
36668
36516
|
fastFail: boolean;
|
36669
36517
|
}>;
|
36670
36518
|
__isFragment?: undefined;
|
@@ -36675,7 +36523,7 @@ declare const VForm: {
|
|
36675
36523
|
disabled: boolean;
|
36676
36524
|
readonly: boolean;
|
36677
36525
|
modelValue: boolean | null;
|
36678
|
-
validateOn:
|
36526
|
+
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
36679
36527
|
fastFail: boolean;
|
36680
36528
|
} & {
|
36681
36529
|
class?: any;
|
@@ -36844,7 +36692,7 @@ declare const VForm: {
|
|
36844
36692
|
disabled: boolean;
|
36845
36693
|
readonly: boolean;
|
36846
36694
|
modelValue: boolean | null;
|
36847
|
-
validateOn:
|
36695
|
+
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
36848
36696
|
fastFail: boolean;
|
36849
36697
|
}, {}, string, vue.SlotsType<Partial<{
|
36850
36698
|
default: (arg: {
|
@@ -36888,7 +36736,7 @@ declare const VForm: {
|
|
36888
36736
|
default: null;
|
36889
36737
|
};
|
36890
36738
|
validateOn: {
|
36891
|
-
type: vue.PropType<
|
36739
|
+
type: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
36892
36740
|
default: string;
|
36893
36741
|
};
|
36894
36742
|
class: vue.PropType<any>;
|
@@ -36905,7 +36753,7 @@ declare const VForm: {
|
|
36905
36753
|
default: null;
|
36906
36754
|
};
|
36907
36755
|
validateOn: {
|
36908
|
-
type: vue.PropType<
|
36756
|
+
type: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
36909
36757
|
default: string;
|
36910
36758
|
};
|
36911
36759
|
class: vue.PropType<any>;
|
@@ -36922,12 +36770,6 @@ declare const VContainer: {
|
|
36922
36770
|
tag: string;
|
36923
36771
|
fluid: boolean;
|
36924
36772
|
} & {
|
36925
|
-
height?: string | number | undefined;
|
36926
|
-
width?: string | number | undefined;
|
36927
|
-
maxHeight?: string | number | undefined;
|
36928
|
-
maxWidth?: string | number | undefined;
|
36929
|
-
minHeight?: string | number | undefined;
|
36930
|
-
minWidth?: string | number | undefined;
|
36931
36773
|
class?: any;
|
36932
36774
|
} & {
|
36933
36775
|
$children?: vue.VNodeChild | {
|
@@ -36943,12 +36785,6 @@ declare const VContainer: {
|
|
36943
36785
|
tag: string;
|
36944
36786
|
fluid: boolean;
|
36945
36787
|
} & {
|
36946
|
-
height?: string | number | undefined;
|
36947
|
-
width?: string | number | undefined;
|
36948
|
-
maxHeight?: string | number | undefined;
|
36949
|
-
maxWidth?: string | number | undefined;
|
36950
|
-
minHeight?: string | number | undefined;
|
36951
|
-
minWidth?: string | number | undefined;
|
36952
36788
|
class?: any;
|
36953
36789
|
} & {
|
36954
36790
|
$children?: vue.VNodeChild | {
|
@@ -36979,12 +36815,6 @@ declare const VContainer: {
|
|
36979
36815
|
tag: string;
|
36980
36816
|
fluid: boolean;
|
36981
36817
|
} & {
|
36982
|
-
height?: string | number | undefined;
|
36983
|
-
width?: string | number | undefined;
|
36984
|
-
maxHeight?: string | number | undefined;
|
36985
|
-
maxWidth?: string | number | undefined;
|
36986
|
-
minHeight?: string | number | undefined;
|
36987
|
-
minWidth?: string | number | undefined;
|
36988
36818
|
class?: any;
|
36989
36819
|
} & {
|
36990
36820
|
$children?: vue.VNodeChild | {
|
@@ -37008,12 +36838,6 @@ declare const VContainer: {
|
|
37008
36838
|
tag: string;
|
37009
36839
|
fluid: boolean;
|
37010
36840
|
} & {
|
37011
|
-
height?: string | number | undefined;
|
37012
|
-
width?: string | number | undefined;
|
37013
|
-
maxHeight?: string | number | undefined;
|
37014
|
-
maxWidth?: string | number | undefined;
|
37015
|
-
minHeight?: string | number | undefined;
|
37016
|
-
minWidth?: string | number | undefined;
|
37017
36841
|
class?: any;
|
37018
36842
|
} & {
|
37019
36843
|
$children?: vue.VNodeChild | {
|
@@ -37037,12 +36861,6 @@ declare const VContainer: {
|
|
37037
36861
|
type: StringConstructor;
|
37038
36862
|
default: string;
|
37039
36863
|
};
|
37040
|
-
height: (StringConstructor | NumberConstructor)[];
|
37041
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
37042
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
37043
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
37044
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
37045
|
-
width: (StringConstructor | NumberConstructor)[];
|
37046
36864
|
class: vue.PropType<any>;
|
37047
36865
|
style: {
|
37048
36866
|
type: vue.PropType<vue.StyleValue>;
|
@@ -37057,12 +36875,6 @@ declare const VContainer: {
|
|
37057
36875
|
type: StringConstructor;
|
37058
36876
|
default: string;
|
37059
36877
|
};
|
37060
|
-
height: (StringConstructor | NumberConstructor)[];
|
37061
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
37062
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
37063
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
37064
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
37065
|
-
width: (StringConstructor | NumberConstructor)[];
|
37066
36878
|
class: vue.PropType<any>;
|
37067
36879
|
style: {
|
37068
36880
|
type: vue.PropType<vue.StyleValue>;
|
@@ -39702,9 +39514,9 @@ declare const VList: {
|
|
39702
39514
|
rounded?: string | number | boolean | undefined;
|
39703
39515
|
baseColor?: string | undefined;
|
39704
39516
|
bgColor?: string | undefined;
|
39705
|
-
activeColor?: string | undefined;
|
39706
39517
|
activeClass?: string | undefined;
|
39707
39518
|
activeStrategy?: ActiveStrategyProp | undefined;
|
39519
|
+
activeColor?: string | undefined;
|
39708
39520
|
collapseIcon?: string | undefined;
|
39709
39521
|
expandIcon?: string | undefined;
|
39710
39522
|
} & {
|
@@ -39773,9 +39585,9 @@ declare const VList: {
|
|
39773
39585
|
rounded?: string | number | boolean | undefined;
|
39774
39586
|
baseColor?: string | undefined;
|
39775
39587
|
bgColor?: string | undefined;
|
39776
|
-
activeColor?: string | undefined;
|
39777
39588
|
activeClass?: string | undefined;
|
39778
39589
|
activeStrategy?: ActiveStrategyProp | undefined;
|
39590
|
+
activeColor?: string | undefined;
|
39779
39591
|
collapseIcon?: string | undefined;
|
39780
39592
|
expandIcon?: string | undefined;
|
39781
39593
|
} & {
|
@@ -39905,9 +39717,9 @@ declare const VList: {
|
|
39905
39717
|
rounded?: string | number | boolean | undefined;
|
39906
39718
|
baseColor?: string | undefined;
|
39907
39719
|
bgColor?: string | undefined;
|
39908
|
-
activeColor?: string | undefined;
|
39909
39720
|
activeClass?: string | undefined;
|
39910
39721
|
activeStrategy?: ActiveStrategyProp | undefined;
|
39722
|
+
activeColor?: string | undefined;
|
39911
39723
|
collapseIcon?: string | undefined;
|
39912
39724
|
expandIcon?: string | undefined;
|
39913
39725
|
} & {
|
@@ -39980,9 +39792,9 @@ declare const VList: {
|
|
39980
39792
|
rounded?: string | number | boolean | undefined;
|
39981
39793
|
baseColor?: string | undefined;
|
39982
39794
|
bgColor?: string | undefined;
|
39983
|
-
activeColor?: string | undefined;
|
39984
39795
|
activeClass?: string | undefined;
|
39985
39796
|
activeStrategy?: ActiveStrategyProp | undefined;
|
39797
|
+
activeColor?: string | undefined;
|
39986
39798
|
collapseIcon?: string | undefined;
|
39987
39799
|
expandIcon?: string | undefined;
|
39988
39800
|
} & {
|
@@ -40371,9 +40183,9 @@ declare const VListGroup: {
|
|
40371
40183
|
title?: string | undefined;
|
40372
40184
|
class?: any;
|
40373
40185
|
baseColor?: string | undefined;
|
40374
|
-
activeColor?: string | undefined;
|
40375
40186
|
prependIcon?: IconValue | undefined;
|
40376
40187
|
appendIcon?: IconValue | undefined;
|
40188
|
+
activeColor?: string | undefined;
|
40377
40189
|
} & {
|
40378
40190
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
40379
40191
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -40410,9 +40222,9 @@ declare const VListGroup: {
|
|
40410
40222
|
title?: string | undefined;
|
40411
40223
|
class?: any;
|
40412
40224
|
baseColor?: string | undefined;
|
40413
|
-
activeColor?: string | undefined;
|
40414
40225
|
prependIcon?: IconValue | undefined;
|
40415
40226
|
appendIcon?: IconValue | undefined;
|
40227
|
+
activeColor?: string | undefined;
|
40416
40228
|
} & {
|
40417
40229
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
40418
40230
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -40471,9 +40283,9 @@ declare const VListGroup: {
|
|
40471
40283
|
title?: string | undefined;
|
40472
40284
|
class?: any;
|
40473
40285
|
baseColor?: string | undefined;
|
40474
|
-
activeColor?: string | undefined;
|
40475
40286
|
prependIcon?: IconValue | undefined;
|
40476
40287
|
appendIcon?: IconValue | undefined;
|
40288
|
+
activeColor?: string | undefined;
|
40477
40289
|
} & {
|
40478
40290
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
40479
40291
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -40521,9 +40333,9 @@ declare const VListGroup: {
|
|
40521
40333
|
title?: string | undefined;
|
40522
40334
|
class?: any;
|
40523
40335
|
baseColor?: string | undefined;
|
40524
|
-
activeColor?: string | undefined;
|
40525
40336
|
prependIcon?: IconValue | undefined;
|
40526
40337
|
appendIcon?: IconValue | undefined;
|
40338
|
+
activeColor?: string | undefined;
|
40527
40339
|
} & {
|
40528
40340
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
40529
40341
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -41640,7 +41452,7 @@ type VMain = InstanceType<typeof VMain>;
|
|
41640
41452
|
|
41641
41453
|
declare const VMenu: {
|
41642
41454
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
41643
|
-
location:
|
41455
|
+
location: Anchor;
|
41644
41456
|
origin: "auto" | Anchor | "overlap";
|
41645
41457
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
41646
41458
|
component?: Component | undefined;
|
@@ -41666,7 +41478,6 @@ declare const VMenu: {
|
|
41666
41478
|
noClickAnimation: boolean;
|
41667
41479
|
persistent: boolean;
|
41668
41480
|
scrim: NonNullable<string | boolean>;
|
41669
|
-
submenu: boolean;
|
41670
41481
|
} & {
|
41671
41482
|
offset?: string | number | number[] | undefined;
|
41672
41483
|
id?: string | undefined;
|
@@ -41722,7 +41533,7 @@ declare const VMenu: {
|
|
41722
41533
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
41723
41534
|
}, {
|
41724
41535
|
id: vue.ComputedRef<string>;
|
41725
|
-
ΨopenChildren: vue.ShallowRef<
|
41536
|
+
ΨopenChildren: vue.ShallowRef<number>;
|
41726
41537
|
} & Omit<Omit<{
|
41727
41538
|
$: vue.ComponentInternalInstance;
|
41728
41539
|
$data: {};
|
@@ -42176,7 +41987,7 @@ declare const VMenu: {
|
|
42176
41987
|
onAfterLeave?: (() => any) | undefined;
|
42177
41988
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
42178
41989
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
42179
|
-
}, "target" | "
|
41990
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
42180
41991
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
42181
41992
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
42182
41993
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -42188,7 +41999,7 @@ declare const VMenu: {
|
|
42188
41999
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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, {
|
42189
42000
|
'update:modelValue': (value: boolean) => boolean;
|
42190
42001
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
42191
|
-
location:
|
42002
|
+
location: Anchor;
|
42192
42003
|
origin: "auto" | Anchor | "overlap";
|
42193
42004
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
42194
42005
|
component?: Component | undefined;
|
@@ -42214,7 +42025,6 @@ declare const VMenu: {
|
|
42214
42025
|
noClickAnimation: boolean;
|
42215
42026
|
persistent: boolean;
|
42216
42027
|
scrim: NonNullable<string | boolean>;
|
42217
|
-
submenu: boolean;
|
42218
42028
|
} & {
|
42219
42029
|
offset?: string | number | number[] | undefined;
|
42220
42030
|
id?: string | undefined;
|
@@ -42269,7 +42079,7 @@ declare const VMenu: {
|
|
42269
42079
|
} & {
|
42270
42080
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
42271
42081
|
}, {
|
42272
|
-
location:
|
42082
|
+
location: Anchor;
|
42273
42083
|
origin: "auto" | Anchor | "overlap";
|
42274
42084
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
42275
42085
|
component?: Component | undefined;
|
@@ -42297,7 +42107,6 @@ declare const VMenu: {
|
|
42297
42107
|
noClickAnimation: boolean;
|
42298
42108
|
persistent: boolean;
|
42299
42109
|
scrim: NonNullable<string | boolean>;
|
42300
|
-
submenu: boolean;
|
42301
42110
|
}, true, {}, vue.SlotsType<Partial<{
|
42302
42111
|
default: (arg: {
|
42303
42112
|
isActive: vue.Ref<boolean>;
|
@@ -42319,7 +42128,7 @@ declare const VMenu: {
|
|
42319
42128
|
M: {};
|
42320
42129
|
Defaults: {};
|
42321
42130
|
}, {
|
42322
|
-
location:
|
42131
|
+
location: Anchor;
|
42323
42132
|
origin: "auto" | Anchor | "overlap";
|
42324
42133
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
42325
42134
|
component?: Component | undefined;
|
@@ -42345,7 +42154,6 @@ declare const VMenu: {
|
|
42345
42154
|
noClickAnimation: boolean;
|
42346
42155
|
persistent: boolean;
|
42347
42156
|
scrim: NonNullable<string | boolean>;
|
42348
|
-
submenu: boolean;
|
42349
42157
|
} & {
|
42350
42158
|
offset?: string | number | number[] | undefined;
|
42351
42159
|
id?: string | undefined;
|
@@ -42401,7 +42209,7 @@ declare const VMenu: {
|
|
42401
42209
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
42402
42210
|
}, {
|
42403
42211
|
id: vue.ComputedRef<string>;
|
42404
|
-
ΨopenChildren: vue.ShallowRef<
|
42212
|
+
ΨopenChildren: vue.ShallowRef<number>;
|
42405
42213
|
} & Omit<Omit<{
|
42406
42214
|
$: vue.ComponentInternalInstance;
|
42407
42215
|
$data: {};
|
@@ -42855,7 +42663,7 @@ declare const VMenu: {
|
|
42855
42663
|
onAfterLeave?: (() => any) | undefined;
|
42856
42664
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
42857
42665
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
42858
|
-
}, "target" | "
|
42666
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
42859
42667
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
42860
42668
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
42861
42669
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -42865,7 +42673,7 @@ declare const VMenu: {
|
|
42865
42673
|
localTop: vue.ComputedRef<boolean>;
|
42866
42674
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
42867
42675
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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}`>, {}, {}, {}, {
|
42868
|
-
location:
|
42676
|
+
location: Anchor;
|
42869
42677
|
origin: "auto" | Anchor | "overlap";
|
42870
42678
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
42871
42679
|
component?: Component | undefined;
|
@@ -42893,13 +42701,12 @@ declare const VMenu: {
|
|
42893
42701
|
noClickAnimation: boolean;
|
42894
42702
|
persistent: boolean;
|
42895
42703
|
scrim: NonNullable<string | boolean>;
|
42896
|
-
submenu: boolean;
|
42897
42704
|
}>;
|
42898
42705
|
__isFragment?: undefined;
|
42899
42706
|
__isTeleport?: undefined;
|
42900
42707
|
__isSuspense?: undefined;
|
42901
42708
|
} & vue.ComponentOptionsBase<{
|
42902
|
-
location:
|
42709
|
+
location: Anchor;
|
42903
42710
|
origin: "auto" | Anchor | "overlap";
|
42904
42711
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
42905
42712
|
component?: Component | undefined;
|
@@ -42925,7 +42732,6 @@ declare const VMenu: {
|
|
42925
42732
|
noClickAnimation: boolean;
|
42926
42733
|
persistent: boolean;
|
42927
42734
|
scrim: NonNullable<string | boolean>;
|
42928
|
-
submenu: boolean;
|
42929
42735
|
} & {
|
42930
42736
|
offset?: string | number | number[] | undefined;
|
42931
42737
|
id?: string | undefined;
|
@@ -42981,7 +42787,7 @@ declare const VMenu: {
|
|
42981
42787
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
42982
42788
|
}, {
|
42983
42789
|
id: vue.ComputedRef<string>;
|
42984
|
-
ΨopenChildren: vue.ShallowRef<
|
42790
|
+
ΨopenChildren: vue.ShallowRef<number>;
|
42985
42791
|
} & Omit<Omit<{
|
42986
42792
|
$: vue.ComponentInternalInstance;
|
42987
42793
|
$data: {};
|
@@ -43435,7 +43241,7 @@ declare const VMenu: {
|
|
43435
43241
|
onAfterLeave?: (() => any) | undefined;
|
43436
43242
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
43437
43243
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
43438
|
-
}, "target" | "
|
43244
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
43439
43245
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
43440
43246
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
43441
43247
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -43447,7 +43253,7 @@ declare const VMenu: {
|
|
43447
43253
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "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, {
|
43448
43254
|
'update:modelValue': (value: boolean) => boolean;
|
43449
43255
|
}, string, {
|
43450
|
-
location:
|
43256
|
+
location: Anchor;
|
43451
43257
|
origin: "auto" | Anchor | "overlap";
|
43452
43258
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
43453
43259
|
component?: Component | undefined;
|
@@ -43475,7 +43281,6 @@ declare const VMenu: {
|
|
43475
43281
|
noClickAnimation: boolean;
|
43476
43282
|
persistent: boolean;
|
43477
43283
|
scrim: NonNullable<string | boolean>;
|
43478
|
-
submenu: boolean;
|
43479
43284
|
}, {}, string, vue.SlotsType<Partial<{
|
43480
43285
|
default: (arg: {
|
43481
43286
|
isActive: vue.Ref<boolean>;
|
@@ -43491,12 +43296,9 @@ declare const VMenu: {
|
|
43491
43296
|
}>[];
|
43492
43297
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
43493
43298
|
offset: vue.PropType<string | number | number[] | undefined>;
|
43494
|
-
location:
|
43299
|
+
location: {
|
43495
43300
|
type: vue.PropType<Anchor>;
|
43496
43301
|
default: string;
|
43497
|
-
}, "type" | "default"> & {
|
43498
|
-
type: vue.PropType<NonNullable<Anchor> | undefined>;
|
43499
|
-
default: NonNullable<Anchor> | undefined;
|
43500
43302
|
};
|
43501
43303
|
origin: {
|
43502
43304
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -43607,15 +43409,11 @@ declare const VMenu: {
|
|
43607
43409
|
};
|
43608
43410
|
attach: vue.PropType<string | boolean | Element>;
|
43609
43411
|
id: StringConstructor;
|
43610
|
-
submenu: BooleanConstructor;
|
43611
43412
|
}, vue.ExtractPropTypes<{
|
43612
43413
|
offset: vue.PropType<string | number | number[] | undefined>;
|
43613
|
-
location:
|
43414
|
+
location: {
|
43614
43415
|
type: vue.PropType<Anchor>;
|
43615
43416
|
default: string;
|
43616
|
-
}, "type" | "default"> & {
|
43617
|
-
type: vue.PropType<NonNullable<Anchor> | undefined>;
|
43618
|
-
default: NonNullable<Anchor> | undefined;
|
43619
43417
|
};
|
43620
43418
|
origin: {
|
43621
43419
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -43726,7 +43524,6 @@ declare const VMenu: {
|
|
43726
43524
|
};
|
43727
43525
|
attach: vue.PropType<string | boolean | Element>;
|
43728
43526
|
id: StringConstructor;
|
43729
|
-
submenu: BooleanConstructor;
|
43730
43527
|
}>>;
|
43731
43528
|
type VMenu = InstanceType<typeof VMenu>;
|
43732
43529
|
|
@@ -47166,7 +46963,7 @@ declare const VRadioGroup: {
|
|
47166
46963
|
class?: any;
|
47167
46964
|
theme?: string | undefined;
|
47168
46965
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
47169
|
-
validateOn?:
|
46966
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
47170
46967
|
validationValue?: any;
|
47171
46968
|
prependIcon?: IconValue | undefined;
|
47172
46969
|
appendIcon?: IconValue | undefined;
|
@@ -47212,7 +47009,7 @@ declare const VRadioGroup: {
|
|
47212
47009
|
class?: any;
|
47213
47010
|
theme?: string | undefined;
|
47214
47011
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
47215
|
-
validateOn?:
|
47012
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
47216
47013
|
validationValue?: any;
|
47217
47014
|
prependIcon?: IconValue | undefined;
|
47218
47015
|
appendIcon?: IconValue | undefined;
|
@@ -47309,7 +47106,7 @@ declare const VRadioGroup: {
|
|
47309
47106
|
class?: any;
|
47310
47107
|
theme?: string | undefined;
|
47311
47108
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
47312
|
-
validateOn?:
|
47109
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
47313
47110
|
validationValue?: any;
|
47314
47111
|
prependIcon?: IconValue | undefined;
|
47315
47112
|
appendIcon?: IconValue | undefined;
|
@@ -47381,7 +47178,7 @@ declare const VRadioGroup: {
|
|
47381
47178
|
class?: any;
|
47382
47179
|
theme?: string | undefined;
|
47383
47180
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
47384
|
-
validateOn?:
|
47181
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
47385
47182
|
validationValue?: any;
|
47386
47183
|
prependIcon?: IconValue | undefined;
|
47387
47184
|
appendIcon?: IconValue | undefined;
|
@@ -47508,7 +47305,7 @@ declare const VRadioGroup: {
|
|
47508
47305
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
47509
47306
|
default: () => never[];
|
47510
47307
|
};
|
47511
|
-
validateOn: vue.PropType<
|
47308
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
47512
47309
|
validationValue: null;
|
47513
47310
|
width: (StringConstructor | NumberConstructor)[];
|
47514
47311
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -47602,7 +47399,7 @@ declare const VRadioGroup: {
|
|
47602
47399
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
47603
47400
|
default: () => never[];
|
47604
47401
|
};
|
47605
|
-
validateOn: vue.PropType<
|
47402
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
47606
47403
|
validationValue: null;
|
47607
47404
|
width: (StringConstructor | NumberConstructor)[];
|
47608
47405
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -47681,7 +47478,7 @@ declare const VRangeSlider: {
|
|
47681
47478
|
class?: any;
|
47682
47479
|
theme?: string | undefined;
|
47683
47480
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
47684
|
-
validateOn?:
|
47481
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
47685
47482
|
validationValue?: any;
|
47686
47483
|
rounded?: string | number | boolean | undefined;
|
47687
47484
|
prependIcon?: IconValue | undefined;
|
@@ -47789,7 +47586,7 @@ declare const VRangeSlider: {
|
|
47789
47586
|
class?: any;
|
47790
47587
|
theme?: string | undefined;
|
47791
47588
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
47792
|
-
validateOn?:
|
47589
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
47793
47590
|
validationValue?: any;
|
47794
47591
|
rounded?: string | number | boolean | undefined;
|
47795
47592
|
prependIcon?: IconValue | undefined;
|
@@ -47959,7 +47756,7 @@ declare const VRangeSlider: {
|
|
47959
47756
|
class?: any;
|
47960
47757
|
theme?: string | undefined;
|
47961
47758
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
47962
|
-
validateOn?:
|
47759
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
47963
47760
|
validationValue?: any;
|
47964
47761
|
rounded?: string | number | boolean | undefined;
|
47965
47762
|
prependIcon?: IconValue | undefined;
|
@@ -48096,7 +47893,7 @@ declare const VRangeSlider: {
|
|
48096
47893
|
class?: any;
|
48097
47894
|
theme?: string | undefined;
|
48098
47895
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
48099
|
-
validateOn?:
|
47896
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
48100
47897
|
validationValue?: any;
|
48101
47898
|
rounded?: string | number | boolean | undefined;
|
48102
47899
|
prependIcon?: IconValue | undefined;
|
@@ -48319,7 +48116,7 @@ declare const VRangeSlider: {
|
|
48319
48116
|
type: PropType<readonly ValidationRule$1[]>;
|
48320
48117
|
default: () => never[];
|
48321
48118
|
};
|
48322
|
-
validateOn: PropType<
|
48119
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
48323
48120
|
validationValue: null;
|
48324
48121
|
theme: StringConstructor;
|
48325
48122
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -48446,7 +48243,7 @@ declare const VRangeSlider: {
|
|
48446
48243
|
type: PropType<readonly ValidationRule$1[]>;
|
48447
48244
|
default: () => never[];
|
48448
48245
|
};
|
48449
|
-
validateOn: PropType<
|
48246
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
48450
48247
|
validationValue: null;
|
48451
48248
|
theme: StringConstructor;
|
48452
48249
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -49077,7 +48874,7 @@ declare const VSelect: {
|
|
49077
48874
|
theme?: string | undefined;
|
49078
48875
|
counter?: string | number | boolean | undefined;
|
49079
48876
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
49080
|
-
validateOn?:
|
48877
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
49081
48878
|
rounded?: string | number | boolean | undefined;
|
49082
48879
|
baseColor?: string | undefined;
|
49083
48880
|
bgColor?: string | undefined;
|
@@ -49147,9 +48944,9 @@ declare const VSelect: {
|
|
49147
48944
|
rounded?: string | number | boolean | undefined;
|
49148
48945
|
baseColor?: string | undefined;
|
49149
48946
|
bgColor?: string | undefined;
|
49150
|
-
activeColor?: string | undefined;
|
49151
48947
|
activeClass?: string | undefined;
|
49152
48948
|
activeStrategy?: ActiveStrategyProp | undefined;
|
48949
|
+
activeColor?: string | undefined;
|
49153
48950
|
collapseIcon?: string | undefined;
|
49154
48951
|
expandIcon?: string | undefined;
|
49155
48952
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -49192,9 +48989,9 @@ declare const VSelect: {
|
|
49192
48989
|
rounded?: string | number | boolean | undefined;
|
49193
48990
|
baseColor?: string | undefined;
|
49194
48991
|
bgColor?: string | undefined;
|
49195
|
-
activeColor?: string | undefined;
|
49196
48992
|
activeClass?: string | undefined;
|
49197
48993
|
activeStrategy?: ActiveStrategyProp | undefined;
|
48994
|
+
activeColor?: string | undefined;
|
49198
48995
|
collapseIcon?: string | undefined;
|
49199
48996
|
expandIcon?: string | undefined;
|
49200
48997
|
} & {
|
@@ -49355,7 +49152,7 @@ declare const VSelect: {
|
|
49355
49152
|
}) => vue.VNodeChild) | undefined;
|
49356
49153
|
}) | undefined;
|
49357
49154
|
menuProps?: (Partial<{
|
49358
|
-
location:
|
49155
|
+
location: Anchor;
|
49359
49156
|
origin: "auto" | Anchor | "overlap";
|
49360
49157
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49361
49158
|
component?: Component | undefined;
|
@@ -49383,9 +49180,8 @@ declare const VSelect: {
|
|
49383
49180
|
noClickAnimation: boolean;
|
49384
49181
|
persistent: boolean;
|
49385
49182
|
scrim: NonNullable<string | boolean>;
|
49386
|
-
submenu: boolean;
|
49387
49183
|
}> & Omit<{
|
49388
|
-
location:
|
49184
|
+
location: Anchor;
|
49389
49185
|
origin: "auto" | Anchor | "overlap";
|
49390
49186
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49391
49187
|
component?: Component | undefined;
|
@@ -49411,7 +49207,6 @@ declare const VSelect: {
|
|
49411
49207
|
noClickAnimation: boolean;
|
49412
49208
|
persistent: boolean;
|
49413
49209
|
scrim: NonNullable<string | boolean>;
|
49414
|
-
submenu: boolean;
|
49415
49210
|
offset?: string | number | number[] | undefined;
|
49416
49211
|
id?: string | undefined;
|
49417
49212
|
height?: string | number | undefined;
|
@@ -49462,7 +49257,7 @@ declare const VSelect: {
|
|
49462
49257
|
}) => vue.VNodeChild) | undefined;
|
49463
49258
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
49464
49259
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
49465
|
-
location:
|
49260
|
+
location: Anchor;
|
49466
49261
|
origin: "auto" | Anchor | "overlap";
|
49467
49262
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49468
49263
|
component?: Component | undefined;
|
@@ -49488,7 +49283,6 @@ declare const VSelect: {
|
|
49488
49283
|
noClickAnimation: boolean;
|
49489
49284
|
persistent: boolean;
|
49490
49285
|
scrim: NonNullable<string | boolean>;
|
49491
|
-
submenu: boolean;
|
49492
49286
|
} & {
|
49493
49287
|
offset?: string | number | number[] | undefined;
|
49494
49288
|
id?: string | undefined;
|
@@ -49542,7 +49336,7 @@ declare const VSelect: {
|
|
49542
49336
|
}) => vue.VNodeChild) | undefined;
|
49543
49337
|
} & {
|
49544
49338
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
49545
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
49339
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
49546
49340
|
itemColor?: string | undefined;
|
49547
49341
|
} & {
|
49548
49342
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -49612,7 +49406,7 @@ declare const VSelect: {
|
|
49612
49406
|
theme?: string | undefined;
|
49613
49407
|
counter?: string | number | boolean | undefined;
|
49614
49408
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
49615
|
-
validateOn?:
|
49409
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
49616
49410
|
rounded?: string | number | boolean | undefined;
|
49617
49411
|
baseColor?: string | undefined;
|
49618
49412
|
bgColor?: string | undefined;
|
@@ -49682,9 +49476,9 @@ declare const VSelect: {
|
|
49682
49476
|
rounded?: string | number | boolean | undefined;
|
49683
49477
|
baseColor?: string | undefined;
|
49684
49478
|
bgColor?: string | undefined;
|
49685
|
-
activeColor?: string | undefined;
|
49686
49479
|
activeClass?: string | undefined;
|
49687
49480
|
activeStrategy?: ActiveStrategyProp | undefined;
|
49481
|
+
activeColor?: string | undefined;
|
49688
49482
|
collapseIcon?: string | undefined;
|
49689
49483
|
expandIcon?: string | undefined;
|
49690
49484
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -49727,9 +49521,9 @@ declare const VSelect: {
|
|
49727
49521
|
rounded?: string | number | boolean | undefined;
|
49728
49522
|
baseColor?: string | undefined;
|
49729
49523
|
bgColor?: string | undefined;
|
49730
|
-
activeColor?: string | undefined;
|
49731
49524
|
activeClass?: string | undefined;
|
49732
49525
|
activeStrategy?: ActiveStrategyProp | undefined;
|
49526
|
+
activeColor?: string | undefined;
|
49733
49527
|
collapseIcon?: string | undefined;
|
49734
49528
|
expandIcon?: string | undefined;
|
49735
49529
|
} & {
|
@@ -49890,7 +49684,7 @@ declare const VSelect: {
|
|
49890
49684
|
}) => vue.VNodeChild) | undefined;
|
49891
49685
|
}) | undefined;
|
49892
49686
|
menuProps?: (Partial<{
|
49893
|
-
location:
|
49687
|
+
location: Anchor;
|
49894
49688
|
origin: "auto" | Anchor | "overlap";
|
49895
49689
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49896
49690
|
component?: Component | undefined;
|
@@ -49918,9 +49712,8 @@ declare const VSelect: {
|
|
49918
49712
|
noClickAnimation: boolean;
|
49919
49713
|
persistent: boolean;
|
49920
49714
|
scrim: NonNullable<string | boolean>;
|
49921
|
-
submenu: boolean;
|
49922
49715
|
}> & Omit<{
|
49923
|
-
location:
|
49716
|
+
location: Anchor;
|
49924
49717
|
origin: "auto" | Anchor | "overlap";
|
49925
49718
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49926
49719
|
component?: Component | undefined;
|
@@ -49946,7 +49739,6 @@ declare const VSelect: {
|
|
49946
49739
|
noClickAnimation: boolean;
|
49947
49740
|
persistent: boolean;
|
49948
49741
|
scrim: NonNullable<string | boolean>;
|
49949
|
-
submenu: boolean;
|
49950
49742
|
offset?: string | number | number[] | undefined;
|
49951
49743
|
id?: string | undefined;
|
49952
49744
|
height?: string | number | undefined;
|
@@ -49997,7 +49789,7 @@ declare const VSelect: {
|
|
49997
49789
|
}) => vue.VNodeChild) | undefined;
|
49998
49790
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
49999
49791
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
50000
|
-
location:
|
49792
|
+
location: Anchor;
|
50001
49793
|
origin: "auto" | Anchor | "overlap";
|
50002
49794
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50003
49795
|
component?: Component | undefined;
|
@@ -50023,7 +49815,6 @@ declare const VSelect: {
|
|
50023
49815
|
noClickAnimation: boolean;
|
50024
49816
|
persistent: boolean;
|
50025
49817
|
scrim: NonNullable<string | boolean>;
|
50026
|
-
submenu: boolean;
|
50027
49818
|
} & {
|
50028
49819
|
offset?: string | number | number[] | undefined;
|
50029
49820
|
id?: string | undefined;
|
@@ -50077,7 +49868,7 @@ declare const VSelect: {
|
|
50077
49868
|
}) => vue.VNodeChild) | undefined;
|
50078
49869
|
} & {
|
50079
49870
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
50080
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
49871
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
50081
49872
|
itemColor?: string | undefined;
|
50082
49873
|
} & {
|
50083
49874
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -50260,7 +50051,7 @@ declare const VSelect: {
|
|
50260
50051
|
theme?: string | undefined;
|
50261
50052
|
counter?: string | number | boolean | undefined;
|
50262
50053
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
50263
|
-
validateOn?:
|
50054
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
50264
50055
|
rounded?: string | number | boolean | undefined;
|
50265
50056
|
baseColor?: string | undefined;
|
50266
50057
|
bgColor?: string | undefined;
|
@@ -50330,9 +50121,9 @@ declare const VSelect: {
|
|
50330
50121
|
rounded?: string | number | boolean | undefined;
|
50331
50122
|
baseColor?: string | undefined;
|
50332
50123
|
bgColor?: string | undefined;
|
50333
|
-
activeColor?: string | undefined;
|
50334
50124
|
activeClass?: string | undefined;
|
50335
50125
|
activeStrategy?: ActiveStrategyProp | undefined;
|
50126
|
+
activeColor?: string | undefined;
|
50336
50127
|
collapseIcon?: string | undefined;
|
50337
50128
|
expandIcon?: string | undefined;
|
50338
50129
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -50375,9 +50166,9 @@ declare const VSelect: {
|
|
50375
50166
|
rounded?: string | number | boolean | undefined;
|
50376
50167
|
baseColor?: string | undefined;
|
50377
50168
|
bgColor?: string | undefined;
|
50378
|
-
activeColor?: string | undefined;
|
50379
50169
|
activeClass?: string | undefined;
|
50380
50170
|
activeStrategy?: ActiveStrategyProp | undefined;
|
50171
|
+
activeColor?: string | undefined;
|
50381
50172
|
collapseIcon?: string | undefined;
|
50382
50173
|
expandIcon?: string | undefined;
|
50383
50174
|
} & {
|
@@ -50538,7 +50329,7 @@ declare const VSelect: {
|
|
50538
50329
|
}) => vue.VNodeChild) | undefined;
|
50539
50330
|
}) | undefined;
|
50540
50331
|
menuProps?: (Partial<{
|
50541
|
-
location:
|
50332
|
+
location: Anchor;
|
50542
50333
|
origin: "auto" | Anchor | "overlap";
|
50543
50334
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50544
50335
|
component?: Component | undefined;
|
@@ -50566,9 +50357,8 @@ declare const VSelect: {
|
|
50566
50357
|
noClickAnimation: boolean;
|
50567
50358
|
persistent: boolean;
|
50568
50359
|
scrim: NonNullable<string | boolean>;
|
50569
|
-
submenu: boolean;
|
50570
50360
|
}> & Omit<{
|
50571
|
-
location:
|
50361
|
+
location: Anchor;
|
50572
50362
|
origin: "auto" | Anchor | "overlap";
|
50573
50363
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50574
50364
|
component?: Component | undefined;
|
@@ -50594,7 +50384,6 @@ declare const VSelect: {
|
|
50594
50384
|
noClickAnimation: boolean;
|
50595
50385
|
persistent: boolean;
|
50596
50386
|
scrim: NonNullable<string | boolean>;
|
50597
|
-
submenu: boolean;
|
50598
50387
|
offset?: string | number | number[] | undefined;
|
50599
50388
|
id?: string | undefined;
|
50600
50389
|
height?: string | number | undefined;
|
@@ -50645,7 +50434,7 @@ declare const VSelect: {
|
|
50645
50434
|
}) => vue.VNodeChild) | undefined;
|
50646
50435
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
50647
50436
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
50648
|
-
location:
|
50437
|
+
location: Anchor;
|
50649
50438
|
origin: "auto" | Anchor | "overlap";
|
50650
50439
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50651
50440
|
component?: Component | undefined;
|
@@ -50671,7 +50460,6 @@ declare const VSelect: {
|
|
50671
50460
|
noClickAnimation: boolean;
|
50672
50461
|
persistent: boolean;
|
50673
50462
|
scrim: NonNullable<string | boolean>;
|
50674
|
-
submenu: boolean;
|
50675
50463
|
} & {
|
50676
50464
|
offset?: string | number | number[] | undefined;
|
50677
50465
|
id?: string | undefined;
|
@@ -50725,7 +50513,7 @@ declare const VSelect: {
|
|
50725
50513
|
}) => vue.VNodeChild) | undefined;
|
50726
50514
|
} & {
|
50727
50515
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
50728
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
50516
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
50729
50517
|
itemColor?: string | undefined;
|
50730
50518
|
} & {
|
50731
50519
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -50843,7 +50631,7 @@ declare const VSelect: {
|
|
50843
50631
|
theme?: string | undefined;
|
50844
50632
|
counter?: string | number | boolean | undefined;
|
50845
50633
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
50846
|
-
validateOn?:
|
50634
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
50847
50635
|
rounded?: string | number | boolean | undefined;
|
50848
50636
|
baseColor?: string | undefined;
|
50849
50637
|
bgColor?: string | undefined;
|
@@ -50913,9 +50701,9 @@ declare const VSelect: {
|
|
50913
50701
|
rounded?: string | number | boolean | undefined;
|
50914
50702
|
baseColor?: string | undefined;
|
50915
50703
|
bgColor?: string | undefined;
|
50916
|
-
activeColor?: string | undefined;
|
50917
50704
|
activeClass?: string | undefined;
|
50918
50705
|
activeStrategy?: ActiveStrategyProp | undefined;
|
50706
|
+
activeColor?: string | undefined;
|
50919
50707
|
collapseIcon?: string | undefined;
|
50920
50708
|
expandIcon?: string | undefined;
|
50921
50709
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -50958,9 +50746,9 @@ declare const VSelect: {
|
|
50958
50746
|
rounded?: string | number | boolean | undefined;
|
50959
50747
|
baseColor?: string | undefined;
|
50960
50748
|
bgColor?: string | undefined;
|
50961
|
-
activeColor?: string | undefined;
|
50962
50749
|
activeClass?: string | undefined;
|
50963
50750
|
activeStrategy?: ActiveStrategyProp | undefined;
|
50751
|
+
activeColor?: string | undefined;
|
50964
50752
|
collapseIcon?: string | undefined;
|
50965
50753
|
expandIcon?: string | undefined;
|
50966
50754
|
} & {
|
@@ -51121,7 +50909,7 @@ declare const VSelect: {
|
|
51121
50909
|
}) => vue.VNodeChild) | undefined;
|
51122
50910
|
}) | undefined;
|
51123
50911
|
menuProps?: (Partial<{
|
51124
|
-
location:
|
50912
|
+
location: Anchor;
|
51125
50913
|
origin: "auto" | Anchor | "overlap";
|
51126
50914
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
51127
50915
|
component?: Component | undefined;
|
@@ -51149,9 +50937,8 @@ declare const VSelect: {
|
|
51149
50937
|
noClickAnimation: boolean;
|
51150
50938
|
persistent: boolean;
|
51151
50939
|
scrim: NonNullable<string | boolean>;
|
51152
|
-
submenu: boolean;
|
51153
50940
|
}> & Omit<{
|
51154
|
-
location:
|
50941
|
+
location: Anchor;
|
51155
50942
|
origin: "auto" | Anchor | "overlap";
|
51156
50943
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
51157
50944
|
component?: Component | undefined;
|
@@ -51177,7 +50964,6 @@ declare const VSelect: {
|
|
51177
50964
|
noClickAnimation: boolean;
|
51178
50965
|
persistent: boolean;
|
51179
50966
|
scrim: NonNullable<string | boolean>;
|
51180
|
-
submenu: boolean;
|
51181
50967
|
offset?: string | number | number[] | undefined;
|
51182
50968
|
id?: string | undefined;
|
51183
50969
|
height?: string | number | undefined;
|
@@ -51228,7 +51014,7 @@ declare const VSelect: {
|
|
51228
51014
|
}) => vue.VNodeChild) | undefined;
|
51229
51015
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
51230
51016
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
51231
|
-
location:
|
51017
|
+
location: Anchor;
|
51232
51018
|
origin: "auto" | Anchor | "overlap";
|
51233
51019
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
51234
51020
|
component?: Component | undefined;
|
@@ -51254,7 +51040,6 @@ declare const VSelect: {
|
|
51254
51040
|
noClickAnimation: boolean;
|
51255
51041
|
persistent: boolean;
|
51256
51042
|
scrim: NonNullable<string | boolean>;
|
51257
|
-
submenu: boolean;
|
51258
51043
|
} & {
|
51259
51044
|
offset?: string | number | number[] | undefined;
|
51260
51045
|
id?: string | undefined;
|
@@ -51308,7 +51093,7 @@ declare const VSelect: {
|
|
51308
51093
|
}) => vue.VNodeChild) | undefined;
|
51309
51094
|
} & {
|
51310
51095
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
51311
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
51096
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
51312
51097
|
itemColor?: string | undefined;
|
51313
51098
|
} & {
|
51314
51099
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51570,7 +51355,7 @@ declare const VSelect: {
|
|
51570
51355
|
type: PropType<any>;
|
51571
51356
|
default: any;
|
51572
51357
|
};
|
51573
|
-
validateOn: PropType<
|
51358
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
51574
51359
|
rounded: {
|
51575
51360
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
51576
51361
|
default: undefined;
|
@@ -51705,9 +51490,9 @@ declare const VSelect: {
|
|
51705
51490
|
rounded?: string | number | boolean | undefined;
|
51706
51491
|
baseColor?: string | undefined;
|
51707
51492
|
bgColor?: string | undefined;
|
51708
|
-
activeColor?: string | undefined;
|
51709
51493
|
activeClass?: string | undefined;
|
51710
51494
|
activeStrategy?: ActiveStrategyProp | undefined;
|
51495
|
+
activeColor?: string | undefined;
|
51711
51496
|
collapseIcon?: string | undefined;
|
51712
51497
|
expandIcon?: string | undefined;
|
51713
51498
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -51750,9 +51535,9 @@ declare const VSelect: {
|
|
51750
51535
|
rounded?: string | number | boolean | undefined;
|
51751
51536
|
baseColor?: string | undefined;
|
51752
51537
|
bgColor?: string | undefined;
|
51753
|
-
activeColor?: string | undefined;
|
51754
51538
|
activeClass?: string | undefined;
|
51755
51539
|
activeStrategy?: ActiveStrategyProp | undefined;
|
51540
|
+
activeColor?: string | undefined;
|
51756
51541
|
collapseIcon?: string | undefined;
|
51757
51542
|
expandIcon?: string | undefined;
|
51758
51543
|
} & {
|
@@ -51920,7 +51705,7 @@ declare const VSelect: {
|
|
51920
51705
|
};
|
51921
51706
|
menuProps: {
|
51922
51707
|
type: PropType<Partial<{
|
51923
|
-
location:
|
51708
|
+
location: Anchor;
|
51924
51709
|
origin: "auto" | Anchor | "overlap";
|
51925
51710
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
51926
51711
|
component?: Component | undefined;
|
@@ -51948,9 +51733,8 @@ declare const VSelect: {
|
|
51948
51733
|
noClickAnimation: boolean;
|
51949
51734
|
persistent: boolean;
|
51950
51735
|
scrim: NonNullable<string | boolean>;
|
51951
|
-
submenu: boolean;
|
51952
51736
|
}> & Omit<{
|
51953
|
-
location:
|
51737
|
+
location: Anchor;
|
51954
51738
|
origin: "auto" | Anchor | "overlap";
|
51955
51739
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
51956
51740
|
component?: Component | undefined;
|
@@ -51976,7 +51760,6 @@ declare const VSelect: {
|
|
51976
51760
|
noClickAnimation: boolean;
|
51977
51761
|
persistent: boolean;
|
51978
51762
|
scrim: NonNullable<string | boolean>;
|
51979
|
-
submenu: boolean;
|
51980
51763
|
offset?: string | number | number[] | undefined;
|
51981
51764
|
id?: string | undefined;
|
51982
51765
|
height?: string | number | undefined;
|
@@ -52027,7 +51810,7 @@ declare const VSelect: {
|
|
52027
51810
|
}) => vue.VNodeChild) | undefined;
|
52028
51811
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
52029
51812
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
52030
|
-
location:
|
51813
|
+
location: Anchor;
|
52031
51814
|
origin: "auto" | Anchor | "overlap";
|
52032
51815
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
52033
51816
|
component?: Component | undefined;
|
@@ -52053,7 +51836,6 @@ declare const VSelect: {
|
|
52053
51836
|
noClickAnimation: boolean;
|
52054
51837
|
persistent: boolean;
|
52055
51838
|
scrim: NonNullable<string | boolean>;
|
52056
|
-
submenu: boolean;
|
52057
51839
|
} & {
|
52058
51840
|
offset?: string | number | number[] | undefined;
|
52059
51841
|
id?: string | undefined;
|
@@ -52107,7 +51889,7 @@ declare const VSelect: {
|
|
52107
51889
|
}) => vue.VNodeChild) | undefined;
|
52108
51890
|
} & {
|
52109
51891
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
52110
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
51892
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
52111
51893
|
};
|
52112
51894
|
multiple: BooleanConstructor;
|
52113
51895
|
noDataText: {
|
@@ -52205,7 +51987,7 @@ declare const VSelect: {
|
|
52205
51987
|
type: PropType<any>;
|
52206
51988
|
default: any;
|
52207
51989
|
};
|
52208
|
-
validateOn: PropType<
|
51990
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
52209
51991
|
rounded: {
|
52210
51992
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
52211
51993
|
default: undefined;
|
@@ -52340,9 +52122,9 @@ declare const VSelect: {
|
|
52340
52122
|
rounded?: string | number | boolean | undefined;
|
52341
52123
|
baseColor?: string | undefined;
|
52342
52124
|
bgColor?: string | undefined;
|
52343
|
-
activeColor?: string | undefined;
|
52344
52125
|
activeClass?: string | undefined;
|
52345
52126
|
activeStrategy?: ActiveStrategyProp | undefined;
|
52127
|
+
activeColor?: string | undefined;
|
52346
52128
|
collapseIcon?: string | undefined;
|
52347
52129
|
expandIcon?: string | undefined;
|
52348
52130
|
"onUpdate:activated"?: ((value: unknown) => any) | undefined;
|
@@ -52385,9 +52167,9 @@ declare const VSelect: {
|
|
52385
52167
|
rounded?: string | number | boolean | undefined;
|
52386
52168
|
baseColor?: string | undefined;
|
52387
52169
|
bgColor?: string | undefined;
|
52388
|
-
activeColor?: string | undefined;
|
52389
52170
|
activeClass?: string | undefined;
|
52390
52171
|
activeStrategy?: ActiveStrategyProp | undefined;
|
52172
|
+
activeColor?: string | undefined;
|
52391
52173
|
collapseIcon?: string | undefined;
|
52392
52174
|
expandIcon?: string | undefined;
|
52393
52175
|
} & {
|
@@ -52555,7 +52337,7 @@ declare const VSelect: {
|
|
52555
52337
|
};
|
52556
52338
|
menuProps: {
|
52557
52339
|
type: PropType<Partial<{
|
52558
|
-
location:
|
52340
|
+
location: Anchor;
|
52559
52341
|
origin: "auto" | Anchor | "overlap";
|
52560
52342
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
52561
52343
|
component?: Component | undefined;
|
@@ -52583,9 +52365,8 @@ declare const VSelect: {
|
|
52583
52365
|
noClickAnimation: boolean;
|
52584
52366
|
persistent: boolean;
|
52585
52367
|
scrim: NonNullable<string | boolean>;
|
52586
|
-
submenu: boolean;
|
52587
52368
|
}> & Omit<{
|
52588
|
-
location:
|
52369
|
+
location: Anchor;
|
52589
52370
|
origin: "auto" | Anchor | "overlap";
|
52590
52371
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
52591
52372
|
component?: Component | undefined;
|
@@ -52611,7 +52392,6 @@ declare const VSelect: {
|
|
52611
52392
|
noClickAnimation: boolean;
|
52612
52393
|
persistent: boolean;
|
52613
52394
|
scrim: NonNullable<string | boolean>;
|
52614
|
-
submenu: boolean;
|
52615
52395
|
offset?: string | number | number[] | undefined;
|
52616
52396
|
id?: string | undefined;
|
52617
52397
|
height?: string | number | undefined;
|
@@ -52662,7 +52442,7 @@ declare const VSelect: {
|
|
52662
52442
|
}) => vue.VNodeChild) | undefined;
|
52663
52443
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
52664
52444
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
52665
|
-
location:
|
52445
|
+
location: Anchor;
|
52666
52446
|
origin: "auto" | Anchor | "overlap";
|
52667
52447
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
52668
52448
|
component?: Component | undefined;
|
@@ -52688,7 +52468,6 @@ declare const VSelect: {
|
|
52688
52468
|
noClickAnimation: boolean;
|
52689
52469
|
persistent: boolean;
|
52690
52470
|
scrim: NonNullable<string | boolean>;
|
52691
|
-
submenu: boolean;
|
52692
52471
|
} & {
|
52693
52472
|
offset?: string | number | number[] | undefined;
|
52694
52473
|
id?: string | undefined;
|
@@ -52742,7 +52521,7 @@ declare const VSelect: {
|
|
52742
52521
|
}) => vue.VNodeChild) | undefined;
|
52743
52522
|
} & {
|
52744
52523
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
52745
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
52524
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
52746
52525
|
};
|
52747
52526
|
multiple: BooleanConstructor;
|
52748
52527
|
noDataText: {
|
@@ -53185,8 +52964,6 @@ declare const VSlideGroup: {
|
|
53185
52964
|
scrollTo: (location: 'prev' | 'next') => void;
|
53186
52965
|
scrollOffset: vue.ShallowRef<number>;
|
53187
52966
|
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
53188
|
-
hasPrev: vue.ComputedRef<boolean>;
|
53189
|
-
hasNext: vue.ComputedRef<boolean>;
|
53190
52967
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
53191
52968
|
'update:modelValue': (value: any) => boolean;
|
53192
52969
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
@@ -53259,8 +53036,6 @@ declare const VSlideGroup: {
|
|
53259
53036
|
scrollTo: (location: 'prev' | 'next') => void;
|
53260
53037
|
scrollOffset: vue.ShallowRef<number>;
|
53261
53038
|
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
53262
|
-
hasPrev: vue.ComputedRef<boolean>;
|
53263
|
-
hasNext: vue.ComputedRef<boolean>;
|
53264
53039
|
}, {}, {}, {}, {
|
53265
53040
|
symbol: any;
|
53266
53041
|
direction: "horizontal" | "vertical";
|
@@ -53300,8 +53075,6 @@ declare const VSlideGroup: {
|
|
53300
53075
|
scrollTo: (location: 'prev' | 'next') => void;
|
53301
53076
|
scrollOffset: vue.ShallowRef<number>;
|
53302
53077
|
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
53303
|
-
hasPrev: vue.ComputedRef<boolean>;
|
53304
|
-
hasNext: vue.ComputedRef<boolean>;
|
53305
53078
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
53306
53079
|
'update:modelValue': (value: any) => boolean;
|
53307
53080
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev">, string, {
|
@@ -53689,7 +53462,7 @@ declare const VSlider: {
|
|
53689
53462
|
class?: any;
|
53690
53463
|
theme?: string | undefined;
|
53691
53464
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
53692
|
-
validateOn?:
|
53465
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
53693
53466
|
validationValue?: any;
|
53694
53467
|
rounded?: string | number | boolean | undefined;
|
53695
53468
|
prependIcon?: IconValue | undefined;
|
@@ -53796,7 +53569,7 @@ declare const VSlider: {
|
|
53796
53569
|
class?: any;
|
53797
53570
|
theme?: string | undefined;
|
53798
53571
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
53799
|
-
validateOn?:
|
53572
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
53800
53573
|
validationValue?: any;
|
53801
53574
|
rounded?: string | number | boolean | undefined;
|
53802
53575
|
prependIcon?: IconValue | undefined;
|
@@ -53964,7 +53737,7 @@ declare const VSlider: {
|
|
53964
53737
|
class?: any;
|
53965
53738
|
theme?: string | undefined;
|
53966
53739
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
53967
|
-
validateOn?:
|
53740
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
53968
53741
|
validationValue?: any;
|
53969
53742
|
rounded?: string | number | boolean | undefined;
|
53970
53743
|
prependIcon?: IconValue | undefined;
|
@@ -54099,7 +53872,7 @@ declare const VSlider: {
|
|
54099
53872
|
class?: any;
|
54100
53873
|
theme?: string | undefined;
|
54101
53874
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
54102
|
-
validateOn?:
|
53875
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
54103
53876
|
validationValue?: any;
|
54104
53877
|
rounded?: string | number | boolean | undefined;
|
54105
53878
|
prependIcon?: IconValue | undefined;
|
@@ -54257,7 +54030,7 @@ declare const VSlider: {
|
|
54257
54030
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
54258
54031
|
default: () => never[];
|
54259
54032
|
};
|
54260
|
-
validateOn: vue.PropType<
|
54033
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
54261
54034
|
validationValue: null;
|
54262
54035
|
theme: StringConstructor;
|
54263
54036
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -54383,7 +54156,7 @@ declare const VSlider: {
|
|
54383
54156
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
54384
54157
|
default: () => never[];
|
54385
54158
|
};
|
54386
|
-
validateOn: vue.PropType<
|
54159
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
54387
54160
|
validationValue: null;
|
54388
54161
|
theme: StringConstructor;
|
54389
54162
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -55021,7 +54794,7 @@ declare const VSnackbar: {
|
|
55021
54794
|
onAfterLeave?: (() => any) | undefined;
|
55022
54795
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
55023
54796
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
55024
|
-
}, "target" | "
|
54797
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
55025
54798
|
activatorEl: Ref<HTMLElement | undefined>;
|
55026
54799
|
scrimEl: Ref<HTMLElement | undefined>;
|
55027
54800
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -55708,7 +55481,7 @@ declare const VSnackbar: {
|
|
55708
55481
|
onAfterLeave?: (() => any) | undefined;
|
55709
55482
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
55710
55483
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
55711
|
-
}, "target" | "
|
55484
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
55712
55485
|
activatorEl: Ref<HTMLElement | undefined>;
|
55713
55486
|
scrimEl: Ref<HTMLElement | undefined>;
|
55714
55487
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -56287,7 +56060,7 @@ declare const VSnackbar: {
|
|
56287
56060
|
onAfterLeave?: (() => any) | undefined;
|
56288
56061
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
56289
56062
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
56290
|
-
}, "target" | "
|
56063
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
56291
56064
|
activatorEl: Ref<HTMLElement | undefined>;
|
56292
56065
|
scrimEl: Ref<HTMLElement | undefined>;
|
56293
56066
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -56945,7 +56718,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
|
|
56945
56718
|
declare const VSpeedDial: {
|
56946
56719
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
56947
56720
|
offset: NonNullable<string | number | number[] | undefined>;
|
56948
|
-
location: NonNullable<
|
56721
|
+
location: NonNullable<Anchor>;
|
56949
56722
|
origin: "auto" | Anchor | "overlap";
|
56950
56723
|
minWidth: NonNullable<string | number>;
|
56951
56724
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -56972,7 +56745,6 @@ declare const VSpeedDial: {
|
|
56972
56745
|
noClickAnimation: boolean;
|
56973
56746
|
persistent: boolean;
|
56974
56747
|
scrim: NonNullable<string | boolean>;
|
56975
|
-
submenu: boolean;
|
56976
56748
|
} & {
|
56977
56749
|
id?: string | undefined;
|
56978
56750
|
height?: string | number | undefined;
|
@@ -57028,7 +56800,7 @@ declare const VSpeedDial: {
|
|
57028
56800
|
'update:modelValue': (value: boolean) => boolean;
|
57029
56801
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
57030
56802
|
offset: NonNullable<string | number | number[] | undefined>;
|
57031
|
-
location: NonNullable<
|
56803
|
+
location: NonNullable<Anchor>;
|
57032
56804
|
origin: "auto" | Anchor | "overlap";
|
57033
56805
|
minWidth: NonNullable<string | number>;
|
57034
56806
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -57055,7 +56827,6 @@ declare const VSpeedDial: {
|
|
57055
56827
|
noClickAnimation: boolean;
|
57056
56828
|
persistent: boolean;
|
57057
56829
|
scrim: NonNullable<string | boolean>;
|
57058
|
-
submenu: boolean;
|
57059
56830
|
} & {
|
57060
56831
|
id?: string | undefined;
|
57061
56832
|
height?: string | number | undefined;
|
@@ -57109,7 +56880,7 @@ declare const VSpeedDial: {
|
|
57109
56880
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
57110
56881
|
}, {
|
57111
56882
|
offset: NonNullable<string | number | number[] | undefined>;
|
57112
|
-
location: NonNullable<
|
56883
|
+
location: NonNullable<Anchor>;
|
57113
56884
|
origin: "auto" | Anchor | "overlap";
|
57114
56885
|
minWidth: NonNullable<string | number>;
|
57115
56886
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -57138,7 +56909,6 @@ declare const VSpeedDial: {
|
|
57138
56909
|
noClickAnimation: boolean;
|
57139
56910
|
persistent: boolean;
|
57140
56911
|
scrim: NonNullable<string | boolean>;
|
57141
|
-
submenu: boolean;
|
57142
56912
|
}, true, {}, vue.SlotsType<Partial<{
|
57143
56913
|
default: (arg: {
|
57144
56914
|
isActive: vue.Ref<boolean>;
|
@@ -57161,7 +56931,7 @@ declare const VSpeedDial: {
|
|
57161
56931
|
Defaults: {};
|
57162
56932
|
}, {
|
57163
56933
|
offset: NonNullable<string | number | number[] | undefined>;
|
57164
|
-
location: NonNullable<
|
56934
|
+
location: NonNullable<Anchor>;
|
57165
56935
|
origin: "auto" | Anchor | "overlap";
|
57166
56936
|
minWidth: NonNullable<string | number>;
|
57167
56937
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -57188,7 +56958,6 @@ declare const VSpeedDial: {
|
|
57188
56958
|
noClickAnimation: boolean;
|
57189
56959
|
persistent: boolean;
|
57190
56960
|
scrim: NonNullable<string | boolean>;
|
57191
|
-
submenu: boolean;
|
57192
56961
|
} & {
|
57193
56962
|
id?: string | undefined;
|
57194
56963
|
height?: string | number | undefined;
|
@@ -57242,7 +57011,7 @@ declare const VSpeedDial: {
|
|
57242
57011
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
57243
57012
|
}, {}, {}, {}, {}, {
|
57244
57013
|
offset: NonNullable<string | number | number[] | undefined>;
|
57245
|
-
location: NonNullable<
|
57014
|
+
location: NonNullable<Anchor>;
|
57246
57015
|
origin: "auto" | Anchor | "overlap";
|
57247
57016
|
minWidth: NonNullable<string | number>;
|
57248
57017
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -57271,14 +57040,13 @@ declare const VSpeedDial: {
|
|
57271
57040
|
noClickAnimation: boolean;
|
57272
57041
|
persistent: boolean;
|
57273
57042
|
scrim: NonNullable<string | boolean>;
|
57274
|
-
submenu: boolean;
|
57275
57043
|
}>;
|
57276
57044
|
__isFragment?: undefined;
|
57277
57045
|
__isTeleport?: undefined;
|
57278
57046
|
__isSuspense?: undefined;
|
57279
57047
|
} & vue.ComponentOptionsBase<{
|
57280
57048
|
offset: NonNullable<string | number | number[] | undefined>;
|
57281
|
-
location: NonNullable<
|
57049
|
+
location: NonNullable<Anchor>;
|
57282
57050
|
origin: "auto" | Anchor | "overlap";
|
57283
57051
|
minWidth: NonNullable<string | number>;
|
57284
57052
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -57305,7 +57073,6 @@ declare const VSpeedDial: {
|
|
57305
57073
|
noClickAnimation: boolean;
|
57306
57074
|
persistent: boolean;
|
57307
57075
|
scrim: NonNullable<string | boolean>;
|
57308
|
-
submenu: boolean;
|
57309
57076
|
} & {
|
57310
57077
|
id?: string | undefined;
|
57311
57078
|
height?: string | number | undefined;
|
@@ -57361,7 +57128,7 @@ declare const VSpeedDial: {
|
|
57361
57128
|
'update:modelValue': (value: boolean) => boolean;
|
57362
57129
|
}, string, {
|
57363
57130
|
offset: NonNullable<string | number | number[] | undefined>;
|
57364
|
-
location: NonNullable<
|
57131
|
+
location: NonNullable<Anchor>;
|
57365
57132
|
origin: "auto" | Anchor | "overlap";
|
57366
57133
|
minWidth: NonNullable<string | number>;
|
57367
57134
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -57390,7 +57157,6 @@ declare const VSpeedDial: {
|
|
57390
57157
|
noClickAnimation: boolean;
|
57391
57158
|
persistent: boolean;
|
57392
57159
|
scrim: NonNullable<string | boolean>;
|
57393
|
-
submenu: boolean;
|
57394
57160
|
}, {}, string, vue.SlotsType<Partial<{
|
57395
57161
|
default: (arg: {
|
57396
57162
|
isActive: vue.Ref<boolean>;
|
@@ -57409,15 +57175,12 @@ declare const VSpeedDial: {
|
|
57409
57175
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
57410
57176
|
default: NonNullable<string | number | number[] | undefined>;
|
57411
57177
|
};
|
57412
|
-
location: Omit<
|
57178
|
+
location: Omit<{
|
57413
57179
|
type: vue.PropType<Anchor>;
|
57414
57180
|
default: string;
|
57415
57181
|
}, "type" | "default"> & {
|
57416
|
-
type: vue.PropType<NonNullable<Anchor
|
57417
|
-
default: NonNullable<Anchor
|
57418
|
-
}, "type" | "default"> & {
|
57419
|
-
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
57420
|
-
default: NonNullable<NonNullable<Anchor> | undefined>;
|
57182
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
57183
|
+
default: NonNullable<Anchor>;
|
57421
57184
|
};
|
57422
57185
|
origin: {
|
57423
57186
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -57548,21 +57311,17 @@ declare const VSpeedDial: {
|
|
57548
57311
|
};
|
57549
57312
|
attach: vue.PropType<string | boolean | Element>;
|
57550
57313
|
id: StringConstructor;
|
57551
|
-
submenu: BooleanConstructor;
|
57552
57314
|
}, vue.ExtractPropTypes<{
|
57553
57315
|
offset: {
|
57554
57316
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
57555
57317
|
default: NonNullable<string | number | number[] | undefined>;
|
57556
57318
|
};
|
57557
|
-
location: Omit<
|
57319
|
+
location: Omit<{
|
57558
57320
|
type: vue.PropType<Anchor>;
|
57559
57321
|
default: string;
|
57560
57322
|
}, "type" | "default"> & {
|
57561
|
-
type: vue.PropType<NonNullable<Anchor
|
57562
|
-
default: NonNullable<Anchor
|
57563
|
-
}, "type" | "default"> & {
|
57564
|
-
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
57565
|
-
default: NonNullable<NonNullable<Anchor> | undefined>;
|
57323
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
57324
|
+
default: NonNullable<Anchor>;
|
57566
57325
|
};
|
57567
57326
|
origin: {
|
57568
57327
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -57693,7 +57452,6 @@ declare const VSpeedDial: {
|
|
57693
57452
|
};
|
57694
57453
|
attach: vue.PropType<string | boolean | Element>;
|
57695
57454
|
id: StringConstructor;
|
57696
|
-
submenu: BooleanConstructor;
|
57697
57455
|
}>>;
|
57698
57456
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
57699
57457
|
|
@@ -59464,7 +59222,7 @@ declare const VSwitch: {
|
|
59464
59222
|
class?: any;
|
59465
59223
|
theme?: string | undefined;
|
59466
59224
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
59467
|
-
validateOn?:
|
59225
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
59468
59226
|
validationValue?: any;
|
59469
59227
|
baseColor?: string | undefined;
|
59470
59228
|
prependIcon?: IconValue | undefined;
|
@@ -59523,7 +59281,7 @@ declare const VSwitch: {
|
|
59523
59281
|
class?: any;
|
59524
59282
|
theme?: string | undefined;
|
59525
59283
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
59526
|
-
validateOn?:
|
59284
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
59527
59285
|
validationValue?: any;
|
59528
59286
|
baseColor?: string | undefined;
|
59529
59287
|
prependIcon?: IconValue | undefined;
|
@@ -59652,7 +59410,7 @@ declare const VSwitch: {
|
|
59652
59410
|
class?: any;
|
59653
59411
|
theme?: string | undefined;
|
59654
59412
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
59655
|
-
validateOn?:
|
59413
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
59656
59414
|
validationValue?: any;
|
59657
59415
|
baseColor?: string | undefined;
|
59658
59416
|
prependIcon?: IconValue | undefined;
|
@@ -59736,7 +59494,7 @@ declare const VSwitch: {
|
|
59736
59494
|
class?: any;
|
59737
59495
|
theme?: string | undefined;
|
59738
59496
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
59739
|
-
validateOn?:
|
59497
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
59740
59498
|
validationValue?: any;
|
59741
59499
|
baseColor?: string | undefined;
|
59742
59500
|
prependIcon?: IconValue | undefined;
|
@@ -59893,7 +59651,7 @@ declare const VSwitch: {
|
|
59893
59651
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
59894
59652
|
default: () => never[];
|
59895
59653
|
};
|
59896
|
-
validateOn: vue.PropType<
|
59654
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
59897
59655
|
validationValue: null;
|
59898
59656
|
width: (StringConstructor | NumberConstructor)[];
|
59899
59657
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -59989,7 +59747,7 @@ declare const VSwitch: {
|
|
59989
59747
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
59990
59748
|
default: () => never[];
|
59991
59749
|
};
|
59992
|
-
validateOn: vue.PropType<
|
59750
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
59993
59751
|
validationValue: null;
|
59994
59752
|
width: (StringConstructor | NumberConstructor)[];
|
59995
59753
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -60271,7 +60029,6 @@ declare const VTab: {
|
|
60271
60029
|
theme?: string | undefined;
|
60272
60030
|
rounded?: string | number | boolean | undefined;
|
60273
60031
|
baseColor?: string | undefined;
|
60274
|
-
activeColor?: string | undefined;
|
60275
60032
|
prependIcon?: IconValue | undefined;
|
60276
60033
|
appendIcon?: IconValue | undefined;
|
60277
60034
|
sliderColor?: string | undefined;
|
@@ -60359,7 +60116,6 @@ declare const VTab: {
|
|
60359
60116
|
rounded?: string | number | boolean | undefined;
|
60360
60117
|
baseColor?: string | undefined;
|
60361
60118
|
selectedClass?: string | undefined;
|
60362
|
-
activeColor?: string | undefined;
|
60363
60119
|
prependIcon?: IconValue | undefined;
|
60364
60120
|
appendIcon?: IconValue | undefined;
|
60365
60121
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -60424,7 +60180,6 @@ declare const VTab: {
|
|
60424
60180
|
rounded?: string | number | boolean | undefined;
|
60425
60181
|
baseColor?: string | undefined;
|
60426
60182
|
selectedClass?: string | undefined;
|
60427
|
-
activeColor?: string | undefined;
|
60428
60183
|
prependIcon?: IconValue | undefined;
|
60429
60184
|
appendIcon?: IconValue | undefined;
|
60430
60185
|
} & {
|
@@ -60519,7 +60274,6 @@ declare const VTab: {
|
|
60519
60274
|
rounded?: string | number | boolean | undefined;
|
60520
60275
|
baseColor?: string | undefined;
|
60521
60276
|
selectedClass?: string | undefined;
|
60522
|
-
activeColor?: string | undefined;
|
60523
60277
|
prependIcon?: IconValue | undefined;
|
60524
60278
|
appendIcon?: IconValue | undefined;
|
60525
60279
|
} & {
|
@@ -60647,7 +60401,6 @@ declare const VTab: {
|
|
60647
60401
|
rounded?: string | number | boolean | undefined;
|
60648
60402
|
baseColor?: string | undefined;
|
60649
60403
|
selectedClass?: string | undefined;
|
60650
|
-
activeColor?: string | undefined;
|
60651
60404
|
prependIcon?: IconValue | undefined;
|
60652
60405
|
appendIcon?: IconValue | undefined;
|
60653
60406
|
} & {
|
@@ -60674,7 +60427,7 @@ declare const VTab: {
|
|
60674
60427
|
}) => any) | undefined;
|
60675
60428
|
}, "group"> & vue.ShallowUnwrapRef<{
|
60676
60429
|
group: GroupItemProvide | null;
|
60677
|
-
}> & {} & 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-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "
|
60430
|
+
}> & {} & 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-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "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 & {
|
60678
60431
|
replace: boolean;
|
60679
60432
|
fixed: boolean;
|
60680
60433
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
@@ -60714,7 +60467,6 @@ declare const VTab: {
|
|
60714
60467
|
theme?: string | undefined;
|
60715
60468
|
rounded?: string | number | boolean | undefined;
|
60716
60469
|
baseColor?: string | undefined;
|
60717
|
-
activeColor?: string | undefined;
|
60718
60470
|
prependIcon?: IconValue | undefined;
|
60719
60471
|
appendIcon?: IconValue | undefined;
|
60720
60472
|
sliderColor?: string | undefined;
|
@@ -60817,7 +60569,6 @@ declare const VTab: {
|
|
60817
60569
|
theme?: string | undefined;
|
60818
60570
|
rounded?: string | number | boolean | undefined;
|
60819
60571
|
baseColor?: string | undefined;
|
60820
|
-
activeColor?: string | undefined;
|
60821
60572
|
prependIcon?: IconValue | undefined;
|
60822
60573
|
appendIcon?: IconValue | undefined;
|
60823
60574
|
sliderColor?: string | undefined;
|
@@ -60905,7 +60656,6 @@ declare const VTab: {
|
|
60905
60656
|
rounded?: string | number | boolean | undefined;
|
60906
60657
|
baseColor?: string | undefined;
|
60907
60658
|
selectedClass?: string | undefined;
|
60908
|
-
activeColor?: string | undefined;
|
60909
60659
|
prependIcon?: IconValue | undefined;
|
60910
60660
|
appendIcon?: IconValue | undefined;
|
60911
60661
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -60970,7 +60720,6 @@ declare const VTab: {
|
|
60970
60720
|
rounded?: string | number | boolean | undefined;
|
60971
60721
|
baseColor?: string | undefined;
|
60972
60722
|
selectedClass?: string | undefined;
|
60973
|
-
activeColor?: string | undefined;
|
60974
60723
|
prependIcon?: IconValue | undefined;
|
60975
60724
|
appendIcon?: IconValue | undefined;
|
60976
60725
|
} & {
|
@@ -61065,7 +60814,6 @@ declare const VTab: {
|
|
61065
60814
|
rounded?: string | number | boolean | undefined;
|
61066
60815
|
baseColor?: string | undefined;
|
61067
60816
|
selectedClass?: string | undefined;
|
61068
|
-
activeColor?: string | undefined;
|
61069
60817
|
prependIcon?: IconValue | undefined;
|
61070
60818
|
appendIcon?: IconValue | undefined;
|
61071
60819
|
} & {
|
@@ -61193,7 +60941,6 @@ declare const VTab: {
|
|
61193
60941
|
rounded?: string | number | boolean | undefined;
|
61194
60942
|
baseColor?: string | undefined;
|
61195
60943
|
selectedClass?: string | undefined;
|
61196
|
-
activeColor?: string | undefined;
|
61197
60944
|
prependIcon?: IconValue | undefined;
|
61198
60945
|
appendIcon?: IconValue | undefined;
|
61199
60946
|
} & {
|
@@ -61220,7 +60967,7 @@ declare const VTab: {
|
|
61220
60967
|
}) => any) | undefined;
|
61221
60968
|
}, "group"> & vue.ShallowUnwrapRef<{
|
61222
60969
|
group: GroupItemProvide | null;
|
61223
|
-
}> & {} & 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-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "
|
60970
|
+
}> & {} & 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-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "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}`>, {}, {}, {}, {
|
61224
60971
|
replace: boolean;
|
61225
60972
|
fixed: boolean;
|
61226
60973
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
@@ -61285,7 +61032,6 @@ declare const VTab: {
|
|
61285
61032
|
theme?: string | undefined;
|
61286
61033
|
rounded?: string | number | boolean | undefined;
|
61287
61034
|
baseColor?: string | undefined;
|
61288
|
-
activeColor?: string | undefined;
|
61289
61035
|
prependIcon?: IconValue | undefined;
|
61290
61036
|
appendIcon?: IconValue | undefined;
|
61291
61037
|
sliderColor?: string | undefined;
|
@@ -61373,7 +61119,6 @@ declare const VTab: {
|
|
61373
61119
|
rounded?: string | number | boolean | undefined;
|
61374
61120
|
baseColor?: string | undefined;
|
61375
61121
|
selectedClass?: string | undefined;
|
61376
|
-
activeColor?: string | undefined;
|
61377
61122
|
prependIcon?: IconValue | undefined;
|
61378
61123
|
appendIcon?: IconValue | undefined;
|
61379
61124
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -61438,7 +61183,6 @@ declare const VTab: {
|
|
61438
61183
|
rounded?: string | number | boolean | undefined;
|
61439
61184
|
baseColor?: string | undefined;
|
61440
61185
|
selectedClass?: string | undefined;
|
61441
|
-
activeColor?: string | undefined;
|
61442
61186
|
prependIcon?: IconValue | undefined;
|
61443
61187
|
appendIcon?: IconValue | undefined;
|
61444
61188
|
} & {
|
@@ -61533,7 +61277,6 @@ declare const VTab: {
|
|
61533
61277
|
rounded?: string | number | boolean | undefined;
|
61534
61278
|
baseColor?: string | undefined;
|
61535
61279
|
selectedClass?: string | undefined;
|
61536
|
-
activeColor?: string | undefined;
|
61537
61280
|
prependIcon?: IconValue | undefined;
|
61538
61281
|
appendIcon?: IconValue | undefined;
|
61539
61282
|
} & {
|
@@ -61661,7 +61404,6 @@ declare const VTab: {
|
|
61661
61404
|
rounded?: string | number | boolean | undefined;
|
61662
61405
|
baseColor?: string | undefined;
|
61663
61406
|
selectedClass?: string | undefined;
|
61664
|
-
activeColor?: string | undefined;
|
61665
61407
|
prependIcon?: IconValue | undefined;
|
61666
61408
|
appendIcon?: IconValue | undefined;
|
61667
61409
|
} & {
|
@@ -61688,7 +61430,7 @@ declare const VTab: {
|
|
61688
61430
|
}) => any) | undefined;
|
61689
61431
|
}, "group"> & vue.ShallowUnwrapRef<{
|
61690
61432
|
group: GroupItemProvide | null;
|
61691
|
-
}> & {} & 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-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "
|
61433
|
+
}> & {} & 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-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "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, {
|
61692
61434
|
replace: boolean;
|
61693
61435
|
fixed: boolean;
|
61694
61436
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
@@ -61788,7 +61530,6 @@ declare const VTab: {
|
|
61788
61530
|
type: PropType<string>;
|
61789
61531
|
default: string;
|
61790
61532
|
};
|
61791
|
-
activeColor: StringConstructor;
|
61792
61533
|
prependIcon: PropType<IconValue>;
|
61793
61534
|
appendIcon: PropType<IconValue>;
|
61794
61535
|
slim: BooleanConstructor;
|
@@ -61872,7 +61613,6 @@ declare const VTab: {
|
|
61872
61613
|
type: PropType<string>;
|
61873
61614
|
default: string;
|
61874
61615
|
};
|
61875
|
-
activeColor: StringConstructor;
|
61876
61616
|
prependIcon: PropType<IconValue>;
|
61877
61617
|
appendIcon: PropType<IconValue>;
|
61878
61618
|
slim: BooleanConstructor;
|
@@ -63004,7 +62744,7 @@ declare const VTextarea: {
|
|
63004
62744
|
counter?: string | number | true | undefined;
|
63005
62745
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63006
62746
|
modelValue?: any;
|
63007
|
-
validateOn?:
|
62747
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63008
62748
|
validationValue?: any;
|
63009
62749
|
rounded?: string | number | boolean | undefined;
|
63010
62750
|
baseColor?: string | undefined;
|
@@ -63123,7 +62863,7 @@ declare const VTextarea: {
|
|
63123
62863
|
class?: any;
|
63124
62864
|
theme?: string | undefined;
|
63125
62865
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63126
|
-
validateOn?:
|
62866
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63127
62867
|
validationValue?: any;
|
63128
62868
|
prependIcon?: IconValue | undefined;
|
63129
62869
|
appendIcon?: IconValue | undefined;
|
@@ -63156,7 +62896,7 @@ declare const VTextarea: {
|
|
63156
62896
|
class?: any;
|
63157
62897
|
theme?: string | undefined;
|
63158
62898
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63159
|
-
validateOn?:
|
62899
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63160
62900
|
validationValue?: any;
|
63161
62901
|
prependIcon?: IconValue | undefined;
|
63162
62902
|
appendIcon?: IconValue | undefined;
|
@@ -63217,7 +62957,7 @@ declare const VTextarea: {
|
|
63217
62957
|
class?: any;
|
63218
62958
|
theme?: string | undefined;
|
63219
62959
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63220
|
-
validateOn?:
|
62960
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63221
62961
|
validationValue?: any;
|
63222
62962
|
prependIcon?: IconValue | undefined;
|
63223
62963
|
appendIcon?: IconValue | undefined;
|
@@ -63309,7 +63049,7 @@ declare const VTextarea: {
|
|
63309
63049
|
class?: any;
|
63310
63050
|
theme?: string | undefined;
|
63311
63051
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63312
|
-
validateOn?:
|
63052
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63313
63053
|
validationValue?: any;
|
63314
63054
|
prependIcon?: IconValue | undefined;
|
63315
63055
|
appendIcon?: IconValue | undefined;
|
@@ -63377,7 +63117,7 @@ declare const VTextarea: {
|
|
63377
63117
|
counter?: string | number | true | undefined;
|
63378
63118
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63379
63119
|
modelValue?: any;
|
63380
|
-
validateOn?:
|
63120
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63381
63121
|
validationValue?: any;
|
63382
63122
|
rounded?: string | number | boolean | undefined;
|
63383
63123
|
baseColor?: string | undefined;
|
@@ -63575,7 +63315,7 @@ declare const VTextarea: {
|
|
63575
63315
|
counter?: string | number | true | undefined;
|
63576
63316
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63577
63317
|
modelValue?: any;
|
63578
|
-
validateOn?:
|
63318
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63579
63319
|
validationValue?: any;
|
63580
63320
|
rounded?: string | number | boolean | undefined;
|
63581
63321
|
baseColor?: string | undefined;
|
@@ -63694,7 +63434,7 @@ declare const VTextarea: {
|
|
63694
63434
|
class?: any;
|
63695
63435
|
theme?: string | undefined;
|
63696
63436
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63697
|
-
validateOn?:
|
63437
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63698
63438
|
validationValue?: any;
|
63699
63439
|
prependIcon?: IconValue | undefined;
|
63700
63440
|
appendIcon?: IconValue | undefined;
|
@@ -63727,7 +63467,7 @@ declare const VTextarea: {
|
|
63727
63467
|
class?: any;
|
63728
63468
|
theme?: string | undefined;
|
63729
63469
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63730
|
-
validateOn?:
|
63470
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63731
63471
|
validationValue?: any;
|
63732
63472
|
prependIcon?: IconValue | undefined;
|
63733
63473
|
appendIcon?: IconValue | undefined;
|
@@ -63788,7 +63528,7 @@ declare const VTextarea: {
|
|
63788
63528
|
class?: any;
|
63789
63529
|
theme?: string | undefined;
|
63790
63530
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63791
|
-
validateOn?:
|
63531
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63792
63532
|
validationValue?: any;
|
63793
63533
|
prependIcon?: IconValue | undefined;
|
63794
63534
|
appendIcon?: IconValue | undefined;
|
@@ -63880,7 +63620,7 @@ declare const VTextarea: {
|
|
63880
63620
|
class?: any;
|
63881
63621
|
theme?: string | undefined;
|
63882
63622
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63883
|
-
validateOn?:
|
63623
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63884
63624
|
validationValue?: any;
|
63885
63625
|
prependIcon?: IconValue | undefined;
|
63886
63626
|
appendIcon?: IconValue | undefined;
|
@@ -63979,7 +63719,7 @@ declare const VTextarea: {
|
|
63979
63719
|
counter?: string | number | true | undefined;
|
63980
63720
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
63981
63721
|
modelValue?: any;
|
63982
|
-
validateOn?:
|
63722
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
63983
63723
|
validationValue?: any;
|
63984
63724
|
rounded?: string | number | boolean | undefined;
|
63985
63725
|
baseColor?: string | undefined;
|
@@ -64098,7 +63838,7 @@ declare const VTextarea: {
|
|
64098
63838
|
class?: any;
|
64099
63839
|
theme?: string | undefined;
|
64100
63840
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64101
|
-
validateOn?:
|
63841
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64102
63842
|
validationValue?: any;
|
64103
63843
|
prependIcon?: IconValue | undefined;
|
64104
63844
|
appendIcon?: IconValue | undefined;
|
@@ -64131,7 +63871,7 @@ declare const VTextarea: {
|
|
64131
63871
|
class?: any;
|
64132
63872
|
theme?: string | undefined;
|
64133
63873
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64134
|
-
validateOn?:
|
63874
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64135
63875
|
validationValue?: any;
|
64136
63876
|
prependIcon?: IconValue | undefined;
|
64137
63877
|
appendIcon?: IconValue | undefined;
|
@@ -64192,7 +63932,7 @@ declare const VTextarea: {
|
|
64192
63932
|
class?: any;
|
64193
63933
|
theme?: string | undefined;
|
64194
63934
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64195
|
-
validateOn?:
|
63935
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64196
63936
|
validationValue?: any;
|
64197
63937
|
prependIcon?: IconValue | undefined;
|
64198
63938
|
appendIcon?: IconValue | undefined;
|
@@ -64284,7 +64024,7 @@ declare const VTextarea: {
|
|
64284
64024
|
class?: any;
|
64285
64025
|
theme?: string | undefined;
|
64286
64026
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64287
|
-
validateOn?:
|
64027
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64288
64028
|
validationValue?: any;
|
64289
64029
|
prependIcon?: IconValue | undefined;
|
64290
64030
|
appendIcon?: IconValue | undefined;
|
@@ -64441,7 +64181,7 @@ declare const VTextarea: {
|
|
64441
64181
|
default: () => never[];
|
64442
64182
|
};
|
64443
64183
|
modelValue: null;
|
64444
|
-
validateOn: PropType<
|
64184
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
64445
64185
|
validationValue: null;
|
64446
64186
|
width: (StringConstructor | NumberConstructor)[];
|
64447
64187
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -64556,7 +64296,7 @@ declare const VTextarea: {
|
|
64556
64296
|
default: () => never[];
|
64557
64297
|
};
|
64558
64298
|
modelValue: null;
|
64559
|
-
validateOn: PropType<
|
64299
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
64560
64300
|
validationValue: null;
|
64561
64301
|
width: (StringConstructor | NumberConstructor)[];
|
64562
64302
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -64653,7 +64393,7 @@ declare const VTextField: {
|
|
64653
64393
|
counter?: string | number | boolean | undefined;
|
64654
64394
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64655
64395
|
modelValue?: any;
|
64656
|
-
validateOn?:
|
64396
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64657
64397
|
validationValue?: any;
|
64658
64398
|
rounded?: string | number | boolean | undefined;
|
64659
64399
|
baseColor?: string | undefined;
|
@@ -64774,7 +64514,7 @@ declare const VTextField: {
|
|
64774
64514
|
class?: any;
|
64775
64515
|
theme?: string | undefined;
|
64776
64516
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64777
|
-
validateOn?:
|
64517
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64778
64518
|
validationValue?: any;
|
64779
64519
|
prependIcon?: IconValue | undefined;
|
64780
64520
|
appendIcon?: IconValue | undefined;
|
@@ -64807,7 +64547,7 @@ declare const VTextField: {
|
|
64807
64547
|
class?: any;
|
64808
64548
|
theme?: string | undefined;
|
64809
64549
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64810
|
-
validateOn?:
|
64550
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64811
64551
|
validationValue?: any;
|
64812
64552
|
prependIcon?: IconValue | undefined;
|
64813
64553
|
appendIcon?: IconValue | undefined;
|
@@ -64868,7 +64608,7 @@ declare const VTextField: {
|
|
64868
64608
|
class?: any;
|
64869
64609
|
theme?: string | undefined;
|
64870
64610
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64871
|
-
validateOn?:
|
64611
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64872
64612
|
validationValue?: any;
|
64873
64613
|
prependIcon?: IconValue | undefined;
|
64874
64614
|
appendIcon?: IconValue | undefined;
|
@@ -64960,7 +64700,7 @@ declare const VTextField: {
|
|
64960
64700
|
class?: any;
|
64961
64701
|
theme?: string | undefined;
|
64962
64702
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
64963
|
-
validateOn?:
|
64703
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
64964
64704
|
validationValue?: any;
|
64965
64705
|
prependIcon?: IconValue | undefined;
|
64966
64706
|
appendIcon?: IconValue | undefined;
|
@@ -65287,7 +65027,7 @@ declare const VTextField: {
|
|
65287
65027
|
counter?: string | number | boolean | undefined;
|
65288
65028
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
65289
65029
|
modelValue?: any;
|
65290
|
-
validateOn?:
|
65030
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
65291
65031
|
validationValue?: any;
|
65292
65032
|
rounded?: string | number | boolean | undefined;
|
65293
65033
|
baseColor?: string | undefined;
|
@@ -65487,7 +65227,7 @@ declare const VTextField: {
|
|
65487
65227
|
counter?: string | number | boolean | undefined;
|
65488
65228
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
65489
65229
|
modelValue?: any;
|
65490
|
-
validateOn?:
|
65230
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
65491
65231
|
validationValue?: any;
|
65492
65232
|
rounded?: string | number | boolean | undefined;
|
65493
65233
|
baseColor?: string | undefined;
|
@@ -65608,7 +65348,7 @@ declare const VTextField: {
|
|
65608
65348
|
class?: any;
|
65609
65349
|
theme?: string | undefined;
|
65610
65350
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
65611
|
-
validateOn?:
|
65351
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
65612
65352
|
validationValue?: any;
|
65613
65353
|
prependIcon?: IconValue | undefined;
|
65614
65354
|
appendIcon?: IconValue | undefined;
|
@@ -65641,7 +65381,7 @@ declare const VTextField: {
|
|
65641
65381
|
class?: any;
|
65642
65382
|
theme?: string | undefined;
|
65643
65383
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
65644
|
-
validateOn?:
|
65384
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
65645
65385
|
validationValue?: any;
|
65646
65386
|
prependIcon?: IconValue | undefined;
|
65647
65387
|
appendIcon?: IconValue | undefined;
|
@@ -65702,7 +65442,7 @@ declare const VTextField: {
|
|
65702
65442
|
class?: any;
|
65703
65443
|
theme?: string | undefined;
|
65704
65444
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
65705
|
-
validateOn?:
|
65445
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
65706
65446
|
validationValue?: any;
|
65707
65447
|
prependIcon?: IconValue | undefined;
|
65708
65448
|
appendIcon?: IconValue | undefined;
|
@@ -65794,7 +65534,7 @@ declare const VTextField: {
|
|
65794
65534
|
class?: any;
|
65795
65535
|
theme?: string | undefined;
|
65796
65536
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
65797
|
-
validateOn?:
|
65537
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
65798
65538
|
validationValue?: any;
|
65799
65539
|
prependIcon?: IconValue | undefined;
|
65800
65540
|
appendIcon?: IconValue | undefined;
|
@@ -66150,7 +65890,7 @@ declare const VTextField: {
|
|
66150
65890
|
counter?: string | number | boolean | undefined;
|
66151
65891
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
66152
65892
|
modelValue?: any;
|
66153
|
-
validateOn?:
|
65893
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
66154
65894
|
validationValue?: any;
|
66155
65895
|
rounded?: string | number | boolean | undefined;
|
66156
65896
|
baseColor?: string | undefined;
|
@@ -66271,7 +66011,7 @@ declare const VTextField: {
|
|
66271
66011
|
class?: any;
|
66272
66012
|
theme?: string | undefined;
|
66273
66013
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
66274
|
-
validateOn?:
|
66014
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
66275
66015
|
validationValue?: any;
|
66276
66016
|
prependIcon?: IconValue | undefined;
|
66277
66017
|
appendIcon?: IconValue | undefined;
|
@@ -66304,7 +66044,7 @@ declare const VTextField: {
|
|
66304
66044
|
class?: any;
|
66305
66045
|
theme?: string | undefined;
|
66306
66046
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
66307
|
-
validateOn?:
|
66047
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
66308
66048
|
validationValue?: any;
|
66309
66049
|
prependIcon?: IconValue | undefined;
|
66310
66050
|
appendIcon?: IconValue | undefined;
|
@@ -66365,7 +66105,7 @@ declare const VTextField: {
|
|
66365
66105
|
class?: any;
|
66366
66106
|
theme?: string | undefined;
|
66367
66107
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
66368
|
-
validateOn?:
|
66108
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
66369
66109
|
validationValue?: any;
|
66370
66110
|
prependIcon?: IconValue | undefined;
|
66371
66111
|
appendIcon?: IconValue | undefined;
|
@@ -66457,7 +66197,7 @@ declare const VTextField: {
|
|
66457
66197
|
class?: any;
|
66458
66198
|
theme?: string | undefined;
|
66459
66199
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
66460
|
-
validateOn?:
|
66200
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
66461
66201
|
validationValue?: any;
|
66462
66202
|
prependIcon?: IconValue | undefined;
|
66463
66203
|
appendIcon?: IconValue | undefined;
|
@@ -66875,7 +66615,7 @@ declare const VTextField: {
|
|
66875
66615
|
default: () => never[];
|
66876
66616
|
};
|
66877
66617
|
modelValue: null;
|
66878
|
-
validateOn: PropType<
|
66618
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
66879
66619
|
validationValue: null;
|
66880
66620
|
width: (StringConstructor | NumberConstructor)[];
|
66881
66621
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -66984,7 +66724,7 @@ declare const VTextField: {
|
|
66984
66724
|
default: () => never[];
|
66985
66725
|
};
|
66986
66726
|
modelValue: null;
|
66987
|
-
validateOn: PropType<
|
66727
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
66988
66728
|
validationValue: null;
|
66989
66729
|
width: (StringConstructor | NumberConstructor)[];
|
66990
66730
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -68501,7 +68241,7 @@ declare const VTooltip: {
|
|
68501
68241
|
onAfterLeave?: (() => any) | undefined;
|
68502
68242
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
68503
68243
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
68504
|
-
}, "target" | "
|
68244
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
68505
68245
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
68506
68246
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
68507
68247
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -69167,7 +68907,7 @@ declare const VTooltip: {
|
|
69167
68907
|
onAfterLeave?: (() => any) | undefined;
|
69168
68908
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
69169
68909
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
69170
|
-
}, "target" | "
|
68910
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
69171
68911
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
69172
68912
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
69173
68913
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -69737,7 +69477,7 @@ declare const VTooltip: {
|
|
69737
69477
|
onAfterLeave?: (() => any) | undefined;
|
69738
69478
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
69739
69479
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
69740
|
-
}, "target" | "
|
69480
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
69741
69481
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
69742
69482
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
69743
69483
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -70058,7 +69798,7 @@ declare const VValidation: {
|
|
70058
69798
|
name?: string | undefined;
|
70059
69799
|
label?: string | undefined;
|
70060
69800
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
70061
|
-
validateOn?:
|
69801
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
70062
69802
|
validationValue?: any;
|
70063
69803
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
70064
69804
|
[key: string]: any;
|
@@ -70076,7 +69816,7 @@ declare const VValidation: {
|
|
70076
69816
|
name?: string | undefined;
|
70077
69817
|
label?: string | undefined;
|
70078
69818
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
70079
|
-
validateOn?:
|
69819
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
70080
69820
|
validationValue?: any;
|
70081
69821
|
} & {}, {
|
70082
69822
|
error: boolean;
|
@@ -70123,7 +69863,7 @@ declare const VValidation: {
|
|
70123
69863
|
name?: string | undefined;
|
70124
69864
|
label?: string | undefined;
|
70125
69865
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
70126
|
-
validateOn?:
|
69866
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
70127
69867
|
validationValue?: any;
|
70128
69868
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
70129
69869
|
[key: string]: any;
|
@@ -70151,7 +69891,7 @@ declare const VValidation: {
|
|
70151
69891
|
name?: string | undefined;
|
70152
69892
|
label?: string | undefined;
|
70153
69893
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
70154
|
-
validateOn?:
|
69894
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
70155
69895
|
validationValue?: any;
|
70156
69896
|
} & {}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
70157
69897
|
[key: string]: any;
|
@@ -70216,7 +69956,7 @@ declare const VValidation: {
|
|
70216
69956
|
default: () => never[];
|
70217
69957
|
};
|
70218
69958
|
modelValue: null;
|
70219
|
-
validateOn: vue.PropType<
|
69959
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
70220
69960
|
validationValue: null;
|
70221
69961
|
}, vue.ExtractPropTypes<{
|
70222
69962
|
focused: BooleanConstructor;
|
@@ -70245,7 +69985,7 @@ declare const VValidation: {
|
|
70245
69985
|
default: () => never[];
|
70246
69986
|
};
|
70247
69987
|
modelValue: null;
|
70248
|
-
validateOn: vue.PropType<
|
69988
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
70249
69989
|
validationValue: null;
|
70250
69990
|
}>>;
|
70251
69991
|
type VValidation = InstanceType<typeof VValidation>;
|
@@ -70267,7 +70007,6 @@ declare const VVirtualScroll: {
|
|
70267
70007
|
minWidth?: string | number | undefined;
|
70268
70008
|
class?: any;
|
70269
70009
|
}, {
|
70270
|
-
calculateVisibleItems: () => void;
|
70271
70010
|
scrollToIndex: (index: number) => void;
|
70272
70011
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
70273
70012
|
style: vue.StyleValue;
|
@@ -70308,7 +70047,6 @@ declare const VVirtualScroll: {
|
|
70308
70047
|
minWidth?: string | number | undefined;
|
70309
70048
|
class?: any;
|
70310
70049
|
}, {
|
70311
|
-
calculateVisibleItems: () => void;
|
70312
70050
|
scrollToIndex: (index: number) => void;
|
70313
70051
|
}, {}, {}, {}, {
|
70314
70052
|
style: vue.StyleValue;
|
@@ -70329,7 +70067,6 @@ declare const VVirtualScroll: {
|
|
70329
70067
|
minWidth?: string | number | undefined;
|
70330
70068
|
class?: any;
|
70331
70069
|
}, {
|
70332
|
-
calculateVisibleItems: () => void;
|
70333
70070
|
scrollToIndex: (index: number) => void;
|
70334
70071
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "v-slots" | "items" | "renderless">, string, {
|
70335
70072
|
style: vue.StyleValue;
|
@@ -73081,37 +72818,38 @@ interface _GlobalComponents {
|
|
73081
72818
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73082
72819
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73083
72820
|
VApp: typeof import('vuetify/components')['VApp']
|
73084
|
-
|
73085
|
-
|
72821
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72822
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72823
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73086
72824
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73087
72825
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73088
72826
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73089
|
-
|
73090
|
-
|
73091
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73092
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72827
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
72828
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73093
72829
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73094
72830
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73095
72831
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72832
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73096
72833
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73097
72834
|
VBtn: typeof import('vuetify/components')['VBtn']
|
73098
72835
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72836
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73099
72837
|
VCard: typeof import('vuetify/components')['VCard']
|
73100
72838
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73101
72839
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73102
72840
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73103
72841
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73104
72842
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73105
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73106
72843
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73107
72844
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72845
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73108
72846
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73109
72847
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73110
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73111
72848
|
VCode: typeof import('vuetify/components')['VCode']
|
73112
|
-
|
73113
|
-
|
72849
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72850
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73114
72851
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72852
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73115
72853
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73116
72854
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73117
72855
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73119,7 +72857,6 @@ interface _GlobalComponents {
|
|
73119
72857
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73120
72858
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73121
72859
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73122
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73123
72860
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73124
72861
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73125
72862
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -73127,10 +72864,9 @@ interface _GlobalComponents {
|
|
73127
72864
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73128
72865
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73129
72866
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72867
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73130
72868
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73131
72869
|
VFab: typeof import('vuetify/components')['VFab']
|
73132
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73133
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
73134
72870
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73135
72871
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73136
72872
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
@@ -73138,17 +72874,16 @@ interface _GlobalComponents {
|
|
73138
72874
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73139
72875
|
VField: typeof import('vuetify/components')['VField']
|
73140
72876
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73141
|
-
|
73142
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72877
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73143
72878
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73144
72879
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73145
72880
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73146
72881
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73147
72882
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73148
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73149
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73150
|
-
VItem: typeof import('vuetify/components')['VItem']
|
73151
72883
|
VInput: typeof import('vuetify/components')['VInput']
|
72884
|
+
VImg: typeof import('vuetify/components')['VImg']
|
72885
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72886
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73152
72887
|
VList: typeof import('vuetify/components')['VList']
|
73153
72888
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73154
72889
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73158,68 +72893,70 @@ interface _GlobalComponents {
|
|
73158
72893
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73159
72894
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73160
72895
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73161
|
-
|
73162
|
-
|
73163
|
-
|
72896
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72897
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72898
|
+
VItem: typeof import('vuetify/components')['VItem']
|
73164
72899
|
VMain: typeof import('vuetify/components')['VMain']
|
72900
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
72901
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73165
72902
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73166
72903
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73167
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73168
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
73169
72904
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72905
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
73170
72906
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72907
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73171
72908
|
VRating: typeof import('vuetify/components')['VRating']
|
73172
72909
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73173
72910
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73174
72911
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73175
72912
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73176
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
73177
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73178
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73179
72913
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73180
72914
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72915
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72916
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
72917
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72918
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72919
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73181
72920
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73182
72921
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73183
72922
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73184
72923
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73185
72924
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73186
72925
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73187
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73188
72926
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73189
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73190
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73191
72927
|
VTab: typeof import('vuetify/components')['VTab']
|
73192
72928
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73193
72929
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73194
72930
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73195
72931
|
VTable: typeof import('vuetify/components')['VTable']
|
72932
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73196
72933
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73197
72934
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73198
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73199
72935
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73200
72936
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73201
72937
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73202
72938
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72939
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73203
72940
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73204
72941
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73205
72942
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73206
72943
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73207
72944
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73208
72945
|
VForm: typeof import('vuetify/components')['VForm']
|
72946
|
+
VHover: typeof import('vuetify/components')['VHover']
|
73209
72947
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73210
72948
|
VCol: typeof import('vuetify/components')['VCol']
|
73211
72949
|
VRow: typeof import('vuetify/components')['VRow']
|
73212
72950
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73213
|
-
VHover: typeof import('vuetify/components')['VHover']
|
73214
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73215
72951
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73216
72952
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72953
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73217
72954
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73218
72955
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73219
72956
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73220
72957
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73221
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73222
72958
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72959
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73223
72960
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73224
72961
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73225
72962
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -73241,21 +72978,21 @@ interface _GlobalComponents {
|
|
73241
72978
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73242
72979
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73243
72980
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73244
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73245
72981
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73246
72982
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73247
72983
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73248
72984
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73249
72985
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73250
72986
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
72987
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
72988
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
72989
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73251
72990
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73252
72991
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73253
72992
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73254
72993
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73255
72994
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73256
72995
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73257
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73258
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73259
72996
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73260
72997
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73261
72998
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|