@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.12-master.2024-07-10
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/CHANGELOG.md +2 -7
- package/dist/json/attributes.json +58 -70
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +114 -114
- package/dist/json/tags.json +4 -7
- package/dist/json/web-types.json +98 -117
- package/dist/vuetify-labs.css +3483 -3461
- package/dist/vuetify-labs.d.ts +640 -751
- package/dist/vuetify-labs.esm.js +80 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +80 -70
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1390 -1368
- package/dist/vuetify.d.ts +604 -697
- package/dist/vuetify.esm.js +63 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +63 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +48 -46
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +3 -3
- package/lib/blueprints/md1.d.mts +3 -3
- package/lib/blueprints/md2.d.mts +3 -3
- package/lib/blueprints/md3.d.mts +3 -3
- package/lib/components/VAutocomplete/index.d.mts +25 -31
- package/lib/components/VBottomSheet/index.d.mts +10 -10
- package/lib/components/VCheckbox/index.d.mts +2 -8
- package/lib/components/VCombobox/index.d.mts +25 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +108 -108
- package/lib/components/VDatePicker/VDatePickerControls.mjs +5 -4
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +70 -55
- package/lib/components/VDialog/index.d.mts +28 -28
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -7
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +6 -2
- package/lib/components/VField/index.d.mts +6 -12
- package/lib/components/VFileInput/index.d.mts +6 -12
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +1 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +2 -8
- package/lib/components/VMenu/index.d.mts +32 -32
- package/lib/components/VOverlay/index.d.mts +10 -10
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +17 -0
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -5
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +11 -0
- package/lib/components/VRadio/VRadio.mjs +8 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -8
- package/lib/components/VRangeSlider/index.d.mts +2 -8
- package/lib/components/VSelect/index.d.mts +25 -31
- package/lib/components/VSlider/index.d.mts +2 -8
- package/lib/components/VSnackbar/index.d.mts +28 -28
- package/lib/components/VSpeedDial/index.d.mts +14 -14
- package/lib/components/VSwitch/index.d.mts +2 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +18 -24
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +72 -87
- package/lib/components/VTooltip/index.d.mts +32 -32
- package/lib/components/index.d.mts +646 -739
- package/lib/composables/calendar.mjs +10 -4
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +15 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +48 -48
- package/lib/labs/VCalendar/VCalendar.mjs +7 -6
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VCalendar/index.d.mts +6 -0
- package/lib/labs/VDateInput/index.d.mts +39 -39
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -12
- package/lib/labs/VSnackbarQueue/index.d.mts +37 -37
- package/lib/labs/VStepperVertical/index.d.mts +0 -18
- package/lib/labs/VTimePicker/VTimePicker.mjs +5 -5
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +18 -18
- package/lib/labs/components.d.mts +106 -124
- package/package.json +1 -1
@@ -3317,10 +3317,7 @@ declare const VInput: {
|
|
3317
3317
|
};
|
3318
3318
|
id: StringConstructor;
|
3319
3319
|
appendIcon: PropType<IconValue>;
|
3320
|
-
centerAffix:
|
3321
|
-
type: BooleanConstructor;
|
3322
|
-
default: boolean;
|
3323
|
-
};
|
3320
|
+
centerAffix: BooleanConstructor;
|
3324
3321
|
prependIcon: PropType<IconValue>;
|
3325
3322
|
hideDetails: PropType<boolean | "auto">;
|
3326
3323
|
hideSpinButtons: BooleanConstructor;
|
@@ -3382,10 +3379,7 @@ declare const VInput: {
|
|
3382
3379
|
};
|
3383
3380
|
id: StringConstructor;
|
3384
3381
|
appendIcon: PropType<IconValue>;
|
3385
|
-
centerAffix:
|
3386
|
-
type: BooleanConstructor;
|
3387
|
-
default: boolean;
|
3388
|
-
};
|
3382
|
+
centerAffix: BooleanConstructor;
|
3389
3383
|
prependIcon: PropType<IconValue>;
|
3390
3384
|
hideDetails: PropType<boolean | "auto">;
|
3391
3385
|
hideSpinButtons: BooleanConstructor;
|
@@ -3440,6 +3434,7 @@ declare const VField: {
|
|
3440
3434
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3441
3435
|
tile: boolean;
|
3442
3436
|
clearIcon: IconValue;
|
3437
|
+
centerAffix: boolean;
|
3443
3438
|
clearable: boolean;
|
3444
3439
|
dirty: boolean;
|
3445
3440
|
persistentClear: boolean;
|
@@ -3460,7 +3455,6 @@ declare const VField: {
|
|
3460
3455
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3461
3456
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3462
3457
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3463
|
-
centerAffix?: boolean | undefined;
|
3464
3458
|
} & {
|
3465
3459
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3466
3460
|
}, {
|
@@ -3479,6 +3473,7 @@ declare const VField: {
|
|
3479
3473
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3480
3474
|
tile: boolean;
|
3481
3475
|
clearIcon: IconValue;
|
3476
|
+
centerAffix: boolean;
|
3482
3477
|
clearable: boolean;
|
3483
3478
|
dirty: boolean;
|
3484
3479
|
persistentClear: boolean;
|
@@ -3499,7 +3494,6 @@ declare const VField: {
|
|
3499
3494
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3500
3495
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3501
3496
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3502
|
-
centerAffix?: boolean | undefined;
|
3503
3497
|
} & {
|
3504
3498
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3505
3499
|
}, {
|
@@ -3561,6 +3555,7 @@ declare const VField: {
|
|
3561
3555
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3562
3556
|
tile: boolean;
|
3563
3557
|
clearIcon: IconValue;
|
3558
|
+
centerAffix: boolean;
|
3564
3559
|
clearable: boolean;
|
3565
3560
|
dirty: boolean;
|
3566
3561
|
persistentClear: boolean;
|
@@ -3581,7 +3576,6 @@ declare const VField: {
|
|
3581
3576
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3582
3577
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3583
3578
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3584
|
-
centerAffix?: boolean | undefined;
|
3585
3579
|
} & {
|
3586
3580
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3587
3581
|
}, {
|
@@ -3618,6 +3612,7 @@ declare const VField: {
|
|
3618
3612
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3619
3613
|
tile: boolean;
|
3620
3614
|
clearIcon: IconValue;
|
3615
|
+
centerAffix: boolean;
|
3621
3616
|
clearable: boolean;
|
3622
3617
|
dirty: boolean;
|
3623
3618
|
persistentClear: boolean;
|
@@ -3638,7 +3633,6 @@ declare const VField: {
|
|
3638
3633
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3639
3634
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3640
3635
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3641
|
-
centerAffix?: boolean | undefined;
|
3642
3636
|
} & {
|
3643
3637
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3644
3638
|
}, {
|
@@ -3714,10 +3708,7 @@ declare const VField: {
|
|
3714
3708
|
default: string;
|
3715
3709
|
};
|
3716
3710
|
active: BooleanConstructor;
|
3717
|
-
centerAffix:
|
3718
|
-
type: BooleanConstructor;
|
3719
|
-
default: undefined;
|
3720
|
-
};
|
3711
|
+
centerAffix: BooleanConstructor;
|
3721
3712
|
color: StringConstructor;
|
3722
3713
|
baseColor: StringConstructor;
|
3723
3714
|
dirty: BooleanConstructor;
|
@@ -3764,10 +3755,7 @@ declare const VField: {
|
|
3764
3755
|
default: string;
|
3765
3756
|
};
|
3766
3757
|
active: BooleanConstructor;
|
3767
|
-
centerAffix:
|
3768
|
-
type: BooleanConstructor;
|
3769
|
-
default: undefined;
|
3770
|
-
};
|
3758
|
+
centerAffix: BooleanConstructor;
|
3771
3759
|
color: StringConstructor;
|
3772
3760
|
baseColor: StringConstructor;
|
3773
3761
|
dirty: BooleanConstructor;
|
@@ -3841,7 +3829,7 @@ interface LocationStrategyData {
|
|
3841
3829
|
isRtl: Ref<boolean>;
|
3842
3830
|
}
|
3843
3831
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
3844
|
-
updateLocation: (e
|
3832
|
+
updateLocation: (e?: Event) => void;
|
3845
3833
|
};
|
3846
3834
|
declare const locationStrategies: {
|
3847
3835
|
static: typeof staticLocationStrategy;
|
@@ -4537,6 +4525,7 @@ declare const VAutocomplete: {
|
|
4537
4525
|
direction: "horizontal" | "vertical";
|
4538
4526
|
valueComparator: typeof deepEqual;
|
4539
4527
|
clearIcon: IconValue;
|
4528
|
+
centerAffix: boolean;
|
4540
4529
|
hideSpinButtons: boolean;
|
4541
4530
|
persistentHint: boolean;
|
4542
4531
|
filterMode: FilterMode;
|
@@ -4586,7 +4575,6 @@ declare const VAutocomplete: {
|
|
4586
4575
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4587
4576
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4588
4577
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4589
|
-
centerAffix?: boolean | undefined;
|
4590
4578
|
hint?: string | undefined;
|
4591
4579
|
hideDetails?: boolean | "auto" | undefined;
|
4592
4580
|
customFilter?: FilterFunction | undefined;
|
@@ -4867,7 +4855,7 @@ declare const VAutocomplete: {
|
|
4867
4855
|
eager: boolean;
|
4868
4856
|
location: Anchor;
|
4869
4857
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
4870
|
-
updateLocation: (e
|
4858
|
+
updateLocation: (e?: Event | undefined) => void;
|
4871
4859
|
} | undefined) | "connected">;
|
4872
4860
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
4873
4861
|
closeDelay: NonNullable<string | number>;
|
@@ -4896,7 +4884,7 @@ declare const VAutocomplete: {
|
|
4896
4884
|
eager: boolean;
|
4897
4885
|
location: Anchor;
|
4898
4886
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
4899
|
-
updateLocation: (e
|
4887
|
+
updateLocation: (e?: Event | undefined) => void;
|
4900
4888
|
} | undefined) | "connected">;
|
4901
4889
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
4902
4890
|
closeDelay: NonNullable<string | number>;
|
@@ -4972,7 +4960,7 @@ declare const VAutocomplete: {
|
|
4972
4960
|
eager: boolean;
|
4973
4961
|
location: Anchor;
|
4974
4962
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
4975
|
-
updateLocation: (e
|
4963
|
+
updateLocation: (e?: Event | undefined) => void;
|
4976
4964
|
} | undefined) | "connected">;
|
4977
4965
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
4978
4966
|
closeDelay: NonNullable<string | number>;
|
@@ -5077,6 +5065,7 @@ declare const VAutocomplete: {
|
|
5077
5065
|
direction: "horizontal" | "vertical";
|
5078
5066
|
valueComparator: typeof deepEqual;
|
5079
5067
|
clearIcon: IconValue;
|
5068
|
+
centerAffix: boolean;
|
5080
5069
|
hideSpinButtons: boolean;
|
5081
5070
|
persistentHint: boolean;
|
5082
5071
|
filterMode: FilterMode;
|
@@ -5126,7 +5115,6 @@ declare const VAutocomplete: {
|
|
5126
5115
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5127
5116
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5128
5117
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5129
|
-
centerAffix?: boolean | undefined;
|
5130
5118
|
hint?: string | undefined;
|
5131
5119
|
hideDetails?: boolean | "auto" | undefined;
|
5132
5120
|
customFilter?: FilterFunction | undefined;
|
@@ -5407,7 +5395,7 @@ declare const VAutocomplete: {
|
|
5407
5395
|
eager: boolean;
|
5408
5396
|
location: Anchor;
|
5409
5397
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5410
|
-
updateLocation: (e
|
5398
|
+
updateLocation: (e?: Event | undefined) => void;
|
5411
5399
|
} | undefined) | "connected">;
|
5412
5400
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5413
5401
|
closeDelay: NonNullable<string | number>;
|
@@ -5436,7 +5424,7 @@ declare const VAutocomplete: {
|
|
5436
5424
|
eager: boolean;
|
5437
5425
|
location: Anchor;
|
5438
5426
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5439
|
-
updateLocation: (e
|
5427
|
+
updateLocation: (e?: Event | undefined) => void;
|
5440
5428
|
} | undefined) | "connected">;
|
5441
5429
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5442
5430
|
closeDelay: NonNullable<string | number>;
|
@@ -5512,7 +5500,7 @@ declare const VAutocomplete: {
|
|
5512
5500
|
eager: boolean;
|
5513
5501
|
location: Anchor;
|
5514
5502
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5515
|
-
updateLocation: (e
|
5503
|
+
updateLocation: (e?: Event | undefined) => void;
|
5516
5504
|
} | undefined) | "connected">;
|
5517
5505
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5518
5506
|
closeDelay: NonNullable<string | number>;
|
@@ -5731,6 +5719,7 @@ declare const VAutocomplete: {
|
|
5731
5719
|
direction: "horizontal" | "vertical";
|
5732
5720
|
valueComparator: typeof deepEqual;
|
5733
5721
|
clearIcon: IconValue;
|
5722
|
+
centerAffix: boolean;
|
5734
5723
|
hideSpinButtons: boolean;
|
5735
5724
|
persistentHint: boolean;
|
5736
5725
|
filterMode: FilterMode;
|
@@ -5780,7 +5769,6 @@ declare const VAutocomplete: {
|
|
5780
5769
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5781
5770
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5782
5771
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5783
|
-
centerAffix?: boolean | undefined;
|
5784
5772
|
hint?: string | undefined;
|
5785
5773
|
hideDetails?: boolean | "auto" | undefined;
|
5786
5774
|
customFilter?: FilterFunction | undefined;
|
@@ -6061,7 +6049,7 @@ declare const VAutocomplete: {
|
|
6061
6049
|
eager: boolean;
|
6062
6050
|
location: Anchor;
|
6063
6051
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6064
|
-
updateLocation: (e
|
6052
|
+
updateLocation: (e?: Event | undefined) => void;
|
6065
6053
|
} | undefined) | "connected">;
|
6066
6054
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6067
6055
|
closeDelay: NonNullable<string | number>;
|
@@ -6090,7 +6078,7 @@ declare const VAutocomplete: {
|
|
6090
6078
|
eager: boolean;
|
6091
6079
|
location: Anchor;
|
6092
6080
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6093
|
-
updateLocation: (e
|
6081
|
+
updateLocation: (e?: Event | undefined) => void;
|
6094
6082
|
} | undefined) | "connected">;
|
6095
6083
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6096
6084
|
closeDelay: NonNullable<string | number>;
|
@@ -6166,7 +6154,7 @@ declare const VAutocomplete: {
|
|
6166
6154
|
eager: boolean;
|
6167
6155
|
location: Anchor;
|
6168
6156
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6169
|
-
updateLocation: (e
|
6157
|
+
updateLocation: (e?: Event | undefined) => void;
|
6170
6158
|
} | undefined) | "connected">;
|
6171
6159
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6172
6160
|
closeDelay: NonNullable<string | number>;
|
@@ -6320,6 +6308,7 @@ declare const VAutocomplete: {
|
|
6320
6308
|
direction: "horizontal" | "vertical";
|
6321
6309
|
valueComparator: typeof deepEqual;
|
6322
6310
|
clearIcon: IconValue;
|
6311
|
+
centerAffix: boolean;
|
6323
6312
|
hideSpinButtons: boolean;
|
6324
6313
|
persistentHint: boolean;
|
6325
6314
|
filterMode: FilterMode;
|
@@ -6369,7 +6358,6 @@ declare const VAutocomplete: {
|
|
6369
6358
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6370
6359
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6371
6360
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6372
|
-
centerAffix?: boolean | undefined;
|
6373
6361
|
hint?: string | undefined;
|
6374
6362
|
hideDetails?: boolean | "auto" | undefined;
|
6375
6363
|
customFilter?: FilterFunction | undefined;
|
@@ -6650,7 +6638,7 @@ declare const VAutocomplete: {
|
|
6650
6638
|
eager: boolean;
|
6651
6639
|
location: Anchor;
|
6652
6640
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6653
|
-
updateLocation: (e
|
6641
|
+
updateLocation: (e?: Event | undefined) => void;
|
6654
6642
|
} | undefined) | "connected">;
|
6655
6643
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6656
6644
|
closeDelay: NonNullable<string | number>;
|
@@ -6679,7 +6667,7 @@ declare const VAutocomplete: {
|
|
6679
6667
|
eager: boolean;
|
6680
6668
|
location: Anchor;
|
6681
6669
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6682
|
-
updateLocation: (e
|
6670
|
+
updateLocation: (e?: Event | undefined) => void;
|
6683
6671
|
} | undefined) | "connected">;
|
6684
6672
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6685
6673
|
closeDelay: NonNullable<string | number>;
|
@@ -6755,7 +6743,7 @@ declare const VAutocomplete: {
|
|
6755
6743
|
eager: boolean;
|
6756
6744
|
location: Anchor;
|
6757
6745
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6758
|
-
updateLocation: (e
|
6746
|
+
updateLocation: (e?: Event | undefined) => void;
|
6759
6747
|
} | undefined) | "connected">;
|
6760
6748
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6761
6749
|
closeDelay: NonNullable<string | number>;
|
@@ -7108,10 +7096,7 @@ declare const VAutocomplete: {
|
|
7108
7096
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
7109
7097
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
7110
7098
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
7111
|
-
centerAffix:
|
7112
|
-
type: BooleanConstructor;
|
7113
|
-
default: undefined;
|
7114
|
-
};
|
7099
|
+
centerAffix: BooleanConstructor;
|
7115
7100
|
hideSpinButtons: BooleanConstructor;
|
7116
7101
|
hint: StringConstructor;
|
7117
7102
|
persistentHint: BooleanConstructor;
|
@@ -7447,7 +7432,7 @@ declare const VAutocomplete: {
|
|
7447
7432
|
eager: boolean;
|
7448
7433
|
location: Anchor;
|
7449
7434
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7450
|
-
updateLocation: (e
|
7435
|
+
updateLocation: (e?: Event | undefined) => void;
|
7451
7436
|
} | undefined) | "connected">;
|
7452
7437
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7453
7438
|
closeDelay: NonNullable<string | number>;
|
@@ -7476,7 +7461,7 @@ declare const VAutocomplete: {
|
|
7476
7461
|
eager: boolean;
|
7477
7462
|
location: Anchor;
|
7478
7463
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7479
|
-
updateLocation: (e
|
7464
|
+
updateLocation: (e?: Event | undefined) => void;
|
7480
7465
|
} | undefined) | "connected">;
|
7481
7466
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7482
7467
|
closeDelay: NonNullable<string | number>;
|
@@ -7552,7 +7537,7 @@ declare const VAutocomplete: {
|
|
7552
7537
|
eager: boolean;
|
7553
7538
|
location: Anchor;
|
7554
7539
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7555
|
-
updateLocation: (e
|
7540
|
+
updateLocation: (e?: Event | undefined) => void;
|
7556
7541
|
} | undefined) | "connected">;
|
7557
7542
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7558
7543
|
closeDelay: NonNullable<string | number>;
|
@@ -7752,10 +7737,7 @@ declare const VAutocomplete: {
|
|
7752
7737
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
7753
7738
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
7754
7739
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
7755
|
-
centerAffix:
|
7756
|
-
type: BooleanConstructor;
|
7757
|
-
default: undefined;
|
7758
|
-
};
|
7740
|
+
centerAffix: BooleanConstructor;
|
7759
7741
|
hideSpinButtons: BooleanConstructor;
|
7760
7742
|
hint: StringConstructor;
|
7761
7743
|
persistentHint: BooleanConstructor;
|
@@ -8091,7 +8073,7 @@ declare const VAutocomplete: {
|
|
8091
8073
|
eager: boolean;
|
8092
8074
|
location: Anchor;
|
8093
8075
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8094
|
-
updateLocation: (e
|
8076
|
+
updateLocation: (e?: Event | undefined) => void;
|
8095
8077
|
} | undefined) | "connected">;
|
8096
8078
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8097
8079
|
closeDelay: NonNullable<string | number>;
|
@@ -8120,7 +8102,7 @@ declare const VAutocomplete: {
|
|
8120
8102
|
eager: boolean;
|
8121
8103
|
location: Anchor;
|
8122
8104
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8123
|
-
updateLocation: (e
|
8105
|
+
updateLocation: (e?: Event | undefined) => void;
|
8124
8106
|
} | undefined) | "connected">;
|
8125
8107
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8126
8108
|
closeDelay: NonNullable<string | number>;
|
@@ -8196,7 +8178,7 @@ declare const VAutocomplete: {
|
|
8196
8178
|
eager: boolean;
|
8197
8179
|
location: Anchor;
|
8198
8180
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8199
|
-
updateLocation: (e
|
8181
|
+
updateLocation: (e?: Event | undefined) => void;
|
8200
8182
|
} | undefined) | "connected">;
|
8201
8183
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8202
8184
|
closeDelay: NonNullable<string | number>;
|
@@ -9787,7 +9769,7 @@ declare const VBottomSheet: {
|
|
9787
9769
|
eager: boolean;
|
9788
9770
|
location: Anchor;
|
9789
9771
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
9790
|
-
updateLocation: (e
|
9772
|
+
updateLocation: (e?: Event | undefined) => void;
|
9791
9773
|
} | undefined) | "connected";
|
9792
9774
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9793
9775
|
activatorProps: Record<string, any>;
|
@@ -9873,7 +9855,7 @@ declare const VBottomSheet: {
|
|
9873
9855
|
eager: boolean;
|
9874
9856
|
location: Anchor;
|
9875
9857
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
9876
|
-
updateLocation: (e
|
9858
|
+
updateLocation: (e?: Event | undefined) => void;
|
9877
9859
|
} | undefined) | "connected";
|
9878
9860
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9879
9861
|
activatorProps: Record<string, any>;
|
@@ -9957,7 +9939,7 @@ declare const VBottomSheet: {
|
|
9957
9939
|
eager: boolean;
|
9958
9940
|
location: Anchor;
|
9959
9941
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
9960
|
-
updateLocation: (e
|
9942
|
+
updateLocation: (e?: Event | undefined) => void;
|
9961
9943
|
} | undefined) | "connected";
|
9962
9944
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
9963
9945
|
activatorProps: Record<string, any>;
|
@@ -10009,7 +9991,7 @@ declare const VBottomSheet: {
|
|
10009
9991
|
eager: boolean;
|
10010
9992
|
location: Anchor;
|
10011
9993
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10012
|
-
updateLocation: (e
|
9994
|
+
updateLocation: (e?: Event | undefined) => void;
|
10013
9995
|
} | undefined) | "connected";
|
10014
9996
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10015
9997
|
activatorProps: Record<string, any>;
|
@@ -10093,7 +10075,7 @@ declare const VBottomSheet: {
|
|
10093
10075
|
eager: boolean;
|
10094
10076
|
location: Anchor;
|
10095
10077
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10096
|
-
updateLocation: (e
|
10078
|
+
updateLocation: (e?: Event | undefined) => void;
|
10097
10079
|
} | undefined) | "connected";
|
10098
10080
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10099
10081
|
activatorProps: Record<string, any>;
|
@@ -10129,7 +10111,7 @@ declare const VBottomSheet: {
|
|
10129
10111
|
eager: boolean;
|
10130
10112
|
location: Anchor;
|
10131
10113
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10132
|
-
updateLocation: (e
|
10114
|
+
updateLocation: (e?: Event | undefined) => void;
|
10133
10115
|
} | undefined) | "connected";
|
10134
10116
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10135
10117
|
activatorProps: Record<string, any>;
|
@@ -10215,7 +10197,7 @@ declare const VBottomSheet: {
|
|
10215
10197
|
eager: boolean;
|
10216
10198
|
location: Anchor;
|
10217
10199
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10218
|
-
updateLocation: (e
|
10200
|
+
updateLocation: (e?: Event | undefined) => void;
|
10219
10201
|
} | undefined) | "connected";
|
10220
10202
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10221
10203
|
activatorProps: Record<string, any>;
|
@@ -10285,7 +10267,7 @@ declare const VBottomSheet: {
|
|
10285
10267
|
};
|
10286
10268
|
locationStrategy: {
|
10287
10269
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10288
|
-
updateLocation: (e
|
10270
|
+
updateLocation: (e?: Event | undefined) => void;
|
10289
10271
|
} | undefined) | "connected">;
|
10290
10272
|
default: string;
|
10291
10273
|
validator: (val: any) => boolean;
|
@@ -10405,7 +10387,7 @@ declare const VBottomSheet: {
|
|
10405
10387
|
};
|
10406
10388
|
locationStrategy: {
|
10407
10389
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10408
|
-
updateLocation: (e
|
10390
|
+
updateLocation: (e?: Event | undefined) => void;
|
10409
10391
|
} | undefined) | "connected">;
|
10410
10392
|
default: string;
|
10411
10393
|
validator: (val: any) => boolean;
|
@@ -15873,10 +15855,7 @@ declare const VCheckbox: {
|
|
15873
15855
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
15874
15856
|
minWidth: (StringConstructor | NumberConstructor)[];
|
15875
15857
|
appendIcon: vue.PropType<IconValue>;
|
15876
|
-
centerAffix:
|
15877
|
-
type: BooleanConstructor;
|
15878
|
-
default: boolean;
|
15879
|
-
};
|
15858
|
+
centerAffix: BooleanConstructor;
|
15880
15859
|
prependIcon: vue.PropType<IconValue>;
|
15881
15860
|
hideDetails: vue.PropType<boolean | "auto">;
|
15882
15861
|
hideSpinButtons: BooleanConstructor;
|
@@ -15972,10 +15951,7 @@ declare const VCheckbox: {
|
|
15972
15951
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
15973
15952
|
minWidth: (StringConstructor | NumberConstructor)[];
|
15974
15953
|
appendIcon: vue.PropType<IconValue>;
|
15975
|
-
centerAffix:
|
15976
|
-
type: BooleanConstructor;
|
15977
|
-
default: boolean;
|
15978
|
-
};
|
15954
|
+
centerAffix: BooleanConstructor;
|
15979
15955
|
prependIcon: vue.PropType<IconValue>;
|
15980
15956
|
hideDetails: vue.PropType<boolean | "auto">;
|
15981
15957
|
hideSpinButtons: BooleanConstructor;
|
@@ -18157,6 +18133,7 @@ declare const VCombobox: {
|
|
18157
18133
|
direction: "horizontal" | "vertical";
|
18158
18134
|
valueComparator: typeof deepEqual;
|
18159
18135
|
clearIcon: IconValue;
|
18136
|
+
centerAffix: boolean;
|
18160
18137
|
hideSpinButtons: boolean;
|
18161
18138
|
persistentHint: boolean;
|
18162
18139
|
filterMode: FilterMode;
|
@@ -18206,7 +18183,6 @@ declare const VCombobox: {
|
|
18206
18183
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
18207
18184
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
18208
18185
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
18209
|
-
centerAffix?: boolean | undefined;
|
18210
18186
|
hint?: string | undefined;
|
18211
18187
|
hideDetails?: boolean | "auto" | undefined;
|
18212
18188
|
customFilter?: FilterFunction | undefined;
|
@@ -18487,7 +18463,7 @@ declare const VCombobox: {
|
|
18487
18463
|
eager: boolean;
|
18488
18464
|
location: Anchor;
|
18489
18465
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18490
|
-
updateLocation: (e
|
18466
|
+
updateLocation: (e?: Event | undefined) => void;
|
18491
18467
|
} | undefined) | "connected">;
|
18492
18468
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18493
18469
|
closeDelay: NonNullable<string | number>;
|
@@ -18516,7 +18492,7 @@ declare const VCombobox: {
|
|
18516
18492
|
eager: boolean;
|
18517
18493
|
location: Anchor;
|
18518
18494
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18519
|
-
updateLocation: (e
|
18495
|
+
updateLocation: (e?: Event | undefined) => void;
|
18520
18496
|
} | undefined) | "connected">;
|
18521
18497
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18522
18498
|
closeDelay: NonNullable<string | number>;
|
@@ -18592,7 +18568,7 @@ declare const VCombobox: {
|
|
18592
18568
|
eager: boolean;
|
18593
18569
|
location: Anchor;
|
18594
18570
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18595
|
-
updateLocation: (e
|
18571
|
+
updateLocation: (e?: Event | undefined) => void;
|
18596
18572
|
} | undefined) | "connected">;
|
18597
18573
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18598
18574
|
closeDelay: NonNullable<string | number>;
|
@@ -18697,6 +18673,7 @@ declare const VCombobox: {
|
|
18697
18673
|
direction: "horizontal" | "vertical";
|
18698
18674
|
valueComparator: typeof deepEqual;
|
18699
18675
|
clearIcon: IconValue;
|
18676
|
+
centerAffix: boolean;
|
18700
18677
|
hideSpinButtons: boolean;
|
18701
18678
|
persistentHint: boolean;
|
18702
18679
|
filterMode: FilterMode;
|
@@ -18746,7 +18723,6 @@ declare const VCombobox: {
|
|
18746
18723
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
18747
18724
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
18748
18725
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
18749
|
-
centerAffix?: boolean | undefined;
|
18750
18726
|
hint?: string | undefined;
|
18751
18727
|
hideDetails?: boolean | "auto" | undefined;
|
18752
18728
|
customFilter?: FilterFunction | undefined;
|
@@ -19027,7 +19003,7 @@ declare const VCombobox: {
|
|
19027
19003
|
eager: boolean;
|
19028
19004
|
location: Anchor;
|
19029
19005
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19030
|
-
updateLocation: (e
|
19006
|
+
updateLocation: (e?: Event | undefined) => void;
|
19031
19007
|
} | undefined) | "connected">;
|
19032
19008
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19033
19009
|
closeDelay: NonNullable<string | number>;
|
@@ -19056,7 +19032,7 @@ declare const VCombobox: {
|
|
19056
19032
|
eager: boolean;
|
19057
19033
|
location: Anchor;
|
19058
19034
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19059
|
-
updateLocation: (e
|
19035
|
+
updateLocation: (e?: Event | undefined) => void;
|
19060
19036
|
} | undefined) | "connected">;
|
19061
19037
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19062
19038
|
closeDelay: NonNullable<string | number>;
|
@@ -19132,7 +19108,7 @@ declare const VCombobox: {
|
|
19132
19108
|
eager: boolean;
|
19133
19109
|
location: Anchor;
|
19134
19110
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19135
|
-
updateLocation: (e
|
19111
|
+
updateLocation: (e?: Event | undefined) => void;
|
19136
19112
|
} | undefined) | "connected">;
|
19137
19113
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19138
19114
|
closeDelay: NonNullable<string | number>;
|
@@ -19351,6 +19327,7 @@ declare const VCombobox: {
|
|
19351
19327
|
direction: "horizontal" | "vertical";
|
19352
19328
|
valueComparator: typeof deepEqual;
|
19353
19329
|
clearIcon: IconValue;
|
19330
|
+
centerAffix: boolean;
|
19354
19331
|
hideSpinButtons: boolean;
|
19355
19332
|
persistentHint: boolean;
|
19356
19333
|
filterMode: FilterMode;
|
@@ -19400,7 +19377,6 @@ declare const VCombobox: {
|
|
19400
19377
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
19401
19378
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19402
19379
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19403
|
-
centerAffix?: boolean | undefined;
|
19404
19380
|
hint?: string | undefined;
|
19405
19381
|
hideDetails?: boolean | "auto" | undefined;
|
19406
19382
|
customFilter?: FilterFunction | undefined;
|
@@ -19681,7 +19657,7 @@ declare const VCombobox: {
|
|
19681
19657
|
eager: boolean;
|
19682
19658
|
location: Anchor;
|
19683
19659
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19684
|
-
updateLocation: (e
|
19660
|
+
updateLocation: (e?: Event | undefined) => void;
|
19685
19661
|
} | undefined) | "connected">;
|
19686
19662
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19687
19663
|
closeDelay: NonNullable<string | number>;
|
@@ -19710,7 +19686,7 @@ declare const VCombobox: {
|
|
19710
19686
|
eager: boolean;
|
19711
19687
|
location: Anchor;
|
19712
19688
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19713
|
-
updateLocation: (e
|
19689
|
+
updateLocation: (e?: Event | undefined) => void;
|
19714
19690
|
} | undefined) | "connected">;
|
19715
19691
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19716
19692
|
closeDelay: NonNullable<string | number>;
|
@@ -19786,7 +19762,7 @@ declare const VCombobox: {
|
|
19786
19762
|
eager: boolean;
|
19787
19763
|
location: Anchor;
|
19788
19764
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19789
|
-
updateLocation: (e
|
19765
|
+
updateLocation: (e?: Event | undefined) => void;
|
19790
19766
|
} | undefined) | "connected">;
|
19791
19767
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19792
19768
|
closeDelay: NonNullable<string | number>;
|
@@ -19940,6 +19916,7 @@ declare const VCombobox: {
|
|
19940
19916
|
direction: "horizontal" | "vertical";
|
19941
19917
|
valueComparator: typeof deepEqual;
|
19942
19918
|
clearIcon: IconValue;
|
19919
|
+
centerAffix: boolean;
|
19943
19920
|
hideSpinButtons: boolean;
|
19944
19921
|
persistentHint: boolean;
|
19945
19922
|
filterMode: FilterMode;
|
@@ -19989,7 +19966,6 @@ declare const VCombobox: {
|
|
19989
19966
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
19990
19967
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19991
19968
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19992
|
-
centerAffix?: boolean | undefined;
|
19993
19969
|
hint?: string | undefined;
|
19994
19970
|
hideDetails?: boolean | "auto" | undefined;
|
19995
19971
|
customFilter?: FilterFunction | undefined;
|
@@ -20270,7 +20246,7 @@ declare const VCombobox: {
|
|
20270
20246
|
eager: boolean;
|
20271
20247
|
location: Anchor;
|
20272
20248
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20273
|
-
updateLocation: (e
|
20249
|
+
updateLocation: (e?: Event | undefined) => void;
|
20274
20250
|
} | undefined) | "connected">;
|
20275
20251
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20276
20252
|
closeDelay: NonNullable<string | number>;
|
@@ -20299,7 +20275,7 @@ declare const VCombobox: {
|
|
20299
20275
|
eager: boolean;
|
20300
20276
|
location: Anchor;
|
20301
20277
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20302
|
-
updateLocation: (e
|
20278
|
+
updateLocation: (e?: Event | undefined) => void;
|
20303
20279
|
} | undefined) | "connected">;
|
20304
20280
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20305
20281
|
closeDelay: NonNullable<string | number>;
|
@@ -20375,7 +20351,7 @@ declare const VCombobox: {
|
|
20375
20351
|
eager: boolean;
|
20376
20352
|
location: Anchor;
|
20377
20353
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20378
|
-
updateLocation: (e
|
20354
|
+
updateLocation: (e?: Event | undefined) => void;
|
20379
20355
|
} | undefined) | "connected">;
|
20380
20356
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20381
20357
|
closeDelay: NonNullable<string | number>;
|
@@ -20728,10 +20704,7 @@ declare const VCombobox: {
|
|
20728
20704
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
20729
20705
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
20730
20706
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
20731
|
-
centerAffix:
|
20732
|
-
type: BooleanConstructor;
|
20733
|
-
default: undefined;
|
20734
|
-
};
|
20707
|
+
centerAffix: BooleanConstructor;
|
20735
20708
|
hideSpinButtons: BooleanConstructor;
|
20736
20709
|
hint: StringConstructor;
|
20737
20710
|
persistentHint: BooleanConstructor;
|
@@ -21073,7 +21046,7 @@ declare const VCombobox: {
|
|
21073
21046
|
eager: boolean;
|
21074
21047
|
location: Anchor;
|
21075
21048
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21076
|
-
updateLocation: (e
|
21049
|
+
updateLocation: (e?: Event | undefined) => void;
|
21077
21050
|
} | undefined) | "connected">;
|
21078
21051
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21079
21052
|
closeDelay: NonNullable<string | number>;
|
@@ -21102,7 +21075,7 @@ declare const VCombobox: {
|
|
21102
21075
|
eager: boolean;
|
21103
21076
|
location: Anchor;
|
21104
21077
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21105
|
-
updateLocation: (e
|
21078
|
+
updateLocation: (e?: Event | undefined) => void;
|
21106
21079
|
} | undefined) | "connected">;
|
21107
21080
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21108
21081
|
closeDelay: NonNullable<string | number>;
|
@@ -21178,7 +21151,7 @@ declare const VCombobox: {
|
|
21178
21151
|
eager: boolean;
|
21179
21152
|
location: Anchor;
|
21180
21153
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21181
|
-
updateLocation: (e
|
21154
|
+
updateLocation: (e?: Event | undefined) => void;
|
21182
21155
|
} | undefined) | "connected">;
|
21183
21156
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21184
21157
|
closeDelay: NonNullable<string | number>;
|
@@ -21381,10 +21354,7 @@ declare const VCombobox: {
|
|
21381
21354
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
21382
21355
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
21383
21356
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
21384
|
-
centerAffix:
|
21385
|
-
type: BooleanConstructor;
|
21386
|
-
default: undefined;
|
21387
|
-
};
|
21357
|
+
centerAffix: BooleanConstructor;
|
21388
21358
|
hideSpinButtons: BooleanConstructor;
|
21389
21359
|
hint: StringConstructor;
|
21390
21360
|
persistentHint: BooleanConstructor;
|
@@ -21726,7 +21696,7 @@ declare const VCombobox: {
|
|
21726
21696
|
eager: boolean;
|
21727
21697
|
location: Anchor;
|
21728
21698
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21729
|
-
updateLocation: (e
|
21699
|
+
updateLocation: (e?: Event | undefined) => void;
|
21730
21700
|
} | undefined) | "connected">;
|
21731
21701
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21732
21702
|
closeDelay: NonNullable<string | number>;
|
@@ -21755,7 +21725,7 @@ declare const VCombobox: {
|
|
21755
21725
|
eager: boolean;
|
21756
21726
|
location: Anchor;
|
21757
21727
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21758
|
-
updateLocation: (e
|
21728
|
+
updateLocation: (e?: Event | undefined) => void;
|
21759
21729
|
} | undefined) | "connected">;
|
21760
21730
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21761
21731
|
closeDelay: NonNullable<string | number>;
|
@@ -21831,7 +21801,7 @@ declare const VCombobox: {
|
|
21831
21801
|
eager: boolean;
|
21832
21802
|
location: Anchor;
|
21833
21803
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21834
|
-
updateLocation: (e
|
21804
|
+
updateLocation: (e?: Event | undefined) => void;
|
21835
21805
|
} | undefined) | "connected">;
|
21836
21806
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21837
21807
|
closeDelay: NonNullable<string | number>;
|
@@ -23700,8 +23670,8 @@ declare const VDataTable: {
|
|
23700
23670
|
expanded: readonly string[];
|
23701
23671
|
density: Density;
|
23702
23672
|
valueComparator: typeof deepEqual;
|
23703
|
-
nextIcon:
|
23704
|
-
prevIcon:
|
23673
|
+
nextIcon: IconValue;
|
23674
|
+
prevIcon: IconValue;
|
23705
23675
|
selectStrategy: "page" | "all" | "single";
|
23706
23676
|
returnObject: boolean;
|
23707
23677
|
filterMode: FilterMode;
|
@@ -23715,8 +23685,8 @@ declare const VDataTable: {
|
|
23715
23685
|
expandOnClick: boolean;
|
23716
23686
|
showExpand: boolean;
|
23717
23687
|
itemsPerPage: string | number;
|
23718
|
-
firstIcon:
|
23719
|
-
lastIcon:
|
23688
|
+
firstIcon: IconValue;
|
23689
|
+
lastIcon: IconValue;
|
23720
23690
|
firstPageLabel: string;
|
23721
23691
|
prevPageLabel: string;
|
23722
23692
|
nextPageLabel: string;
|
@@ -23779,8 +23749,8 @@ declare const VDataTable: {
|
|
23779
23749
|
expanded: readonly string[];
|
23780
23750
|
density: Density;
|
23781
23751
|
valueComparator: typeof deepEqual;
|
23782
|
-
nextIcon:
|
23783
|
-
prevIcon:
|
23752
|
+
nextIcon: IconValue;
|
23753
|
+
prevIcon: IconValue;
|
23784
23754
|
selectStrategy: "page" | "all" | "single";
|
23785
23755
|
returnObject: boolean;
|
23786
23756
|
filterMode: FilterMode;
|
@@ -23794,8 +23764,8 @@ declare const VDataTable: {
|
|
23794
23764
|
expandOnClick: boolean;
|
23795
23765
|
showExpand: boolean;
|
23796
23766
|
itemsPerPage: string | number;
|
23797
|
-
firstIcon:
|
23798
|
-
lastIcon:
|
23767
|
+
firstIcon: IconValue;
|
23768
|
+
lastIcon: IconValue;
|
23799
23769
|
firstPageLabel: string;
|
23800
23770
|
prevPageLabel: string;
|
23801
23771
|
nextPageLabel: string;
|
@@ -23849,8 +23819,8 @@ declare const VDataTable: {
|
|
23849
23819
|
expanded: readonly string[];
|
23850
23820
|
density: Density;
|
23851
23821
|
valueComparator: typeof deepEqual;
|
23852
|
-
nextIcon:
|
23853
|
-
prevIcon:
|
23822
|
+
nextIcon: IconValue;
|
23823
|
+
prevIcon: IconValue;
|
23854
23824
|
selectStrategy: "page" | "all" | "single";
|
23855
23825
|
returnObject: boolean;
|
23856
23826
|
filterMode: FilterMode;
|
@@ -23864,8 +23834,8 @@ declare const VDataTable: {
|
|
23864
23834
|
expandOnClick: boolean;
|
23865
23835
|
showExpand: boolean;
|
23866
23836
|
itemsPerPage: string | number;
|
23867
|
-
firstIcon:
|
23868
|
-
lastIcon:
|
23837
|
+
firstIcon: IconValue;
|
23838
|
+
lastIcon: IconValue;
|
23869
23839
|
firstPageLabel: string;
|
23870
23840
|
prevPageLabel: string;
|
23871
23841
|
nextPageLabel: string;
|
@@ -24001,8 +23971,8 @@ declare const VDataTable: {
|
|
24001
23971
|
expanded: readonly string[];
|
24002
23972
|
density: Density;
|
24003
23973
|
valueComparator: typeof deepEqual;
|
24004
|
-
nextIcon:
|
24005
|
-
prevIcon:
|
23974
|
+
nextIcon: IconValue;
|
23975
|
+
prevIcon: IconValue;
|
24006
23976
|
selectStrategy: "page" | "all" | "single";
|
24007
23977
|
returnObject: boolean;
|
24008
23978
|
filterMode: FilterMode;
|
@@ -24016,8 +23986,8 @@ declare const VDataTable: {
|
|
24016
23986
|
expandOnClick: boolean;
|
24017
23987
|
showExpand: boolean;
|
24018
23988
|
itemsPerPage: string | number;
|
24019
|
-
firstIcon:
|
24020
|
-
lastIcon:
|
23989
|
+
firstIcon: IconValue;
|
23990
|
+
lastIcon: IconValue;
|
24021
23991
|
firstPageLabel: string;
|
24022
23992
|
prevPageLabel: string;
|
24023
23993
|
nextPageLabel: string;
|
@@ -24071,8 +24041,8 @@ declare const VDataTable: {
|
|
24071
24041
|
expanded: readonly string[];
|
24072
24042
|
density: Density;
|
24073
24043
|
valueComparator: typeof deepEqual;
|
24074
|
-
nextIcon:
|
24075
|
-
prevIcon:
|
24044
|
+
nextIcon: IconValue;
|
24045
|
+
prevIcon: IconValue;
|
24076
24046
|
selectStrategy: "page" | "all" | "single";
|
24077
24047
|
returnObject: boolean;
|
24078
24048
|
filterMode: FilterMode;
|
@@ -24086,8 +24056,8 @@ declare const VDataTable: {
|
|
24086
24056
|
expandOnClick: boolean;
|
24087
24057
|
showExpand: boolean;
|
24088
24058
|
itemsPerPage: string | number;
|
24089
|
-
firstIcon:
|
24090
|
-
lastIcon:
|
24059
|
+
firstIcon: IconValue;
|
24060
|
+
lastIcon: IconValue;
|
24091
24061
|
firstPageLabel: string;
|
24092
24062
|
prevPageLabel: string;
|
24093
24063
|
nextPageLabel: string;
|
@@ -24123,8 +24093,8 @@ declare const VDataTable: {
|
|
24123
24093
|
expanded: readonly string[];
|
24124
24094
|
density: Density;
|
24125
24095
|
valueComparator: typeof deepEqual;
|
24126
|
-
nextIcon:
|
24127
|
-
prevIcon:
|
24096
|
+
nextIcon: IconValue;
|
24097
|
+
prevIcon: IconValue;
|
24128
24098
|
selectStrategy: "page" | "all" | "single";
|
24129
24099
|
returnObject: boolean;
|
24130
24100
|
filterMode: FilterMode;
|
@@ -24138,8 +24108,8 @@ declare const VDataTable: {
|
|
24138
24108
|
expandOnClick: boolean;
|
24139
24109
|
showExpand: boolean;
|
24140
24110
|
itemsPerPage: string | number;
|
24141
|
-
firstIcon:
|
24142
|
-
lastIcon:
|
24111
|
+
firstIcon: IconValue;
|
24112
|
+
lastIcon: IconValue;
|
24143
24113
|
firstPageLabel: string;
|
24144
24114
|
prevPageLabel: string;
|
24145
24115
|
nextPageLabel: string;
|
@@ -24202,8 +24172,8 @@ declare const VDataTable: {
|
|
24202
24172
|
expanded: readonly string[];
|
24203
24173
|
density: Density;
|
24204
24174
|
valueComparator: typeof deepEqual;
|
24205
|
-
nextIcon:
|
24206
|
-
prevIcon:
|
24175
|
+
nextIcon: IconValue;
|
24176
|
+
prevIcon: IconValue;
|
24207
24177
|
selectStrategy: "page" | "all" | "single";
|
24208
24178
|
returnObject: boolean;
|
24209
24179
|
filterMode: FilterMode;
|
@@ -24217,8 +24187,8 @@ declare const VDataTable: {
|
|
24217
24187
|
expandOnClick: boolean;
|
24218
24188
|
showExpand: boolean;
|
24219
24189
|
itemsPerPage: string | number;
|
24220
|
-
firstIcon:
|
24221
|
-
lastIcon:
|
24190
|
+
firstIcon: IconValue;
|
24191
|
+
lastIcon: IconValue;
|
24222
24192
|
firstPageLabel: string;
|
24223
24193
|
prevPageLabel: string;
|
24224
24194
|
nextPageLabel: string;
|
@@ -24397,19 +24367,19 @@ declare const VDataTable: {
|
|
24397
24367
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
24398
24368
|
}, VDataTableSlots<ItemType$4<T>>>) & FilterPropsOptions<{
|
24399
24369
|
prevIcon: {
|
24400
|
-
type:
|
24370
|
+
type: vue.PropType<IconValue>;
|
24401
24371
|
default: string;
|
24402
24372
|
};
|
24403
24373
|
nextIcon: {
|
24404
|
-
type:
|
24374
|
+
type: vue.PropType<IconValue>;
|
24405
24375
|
default: string;
|
24406
24376
|
};
|
24407
24377
|
firstIcon: {
|
24408
|
-
type:
|
24378
|
+
type: vue.PropType<IconValue>;
|
24409
24379
|
default: string;
|
24410
24380
|
};
|
24411
24381
|
lastIcon: {
|
24412
|
-
type:
|
24382
|
+
type: vue.PropType<IconValue>;
|
24413
24383
|
default: string;
|
24414
24384
|
};
|
24415
24385
|
itemsPerPageText: {
|
@@ -24608,19 +24578,19 @@ declare const VDataTable: {
|
|
24608
24578
|
};
|
24609
24579
|
}, vue.ExtractPropTypes<{
|
24610
24580
|
prevIcon: {
|
24611
|
-
type:
|
24581
|
+
type: vue.PropType<IconValue>;
|
24612
24582
|
default: string;
|
24613
24583
|
};
|
24614
24584
|
nextIcon: {
|
24615
|
-
type:
|
24585
|
+
type: vue.PropType<IconValue>;
|
24616
24586
|
default: string;
|
24617
24587
|
};
|
24618
24588
|
firstIcon: {
|
24619
|
-
type:
|
24589
|
+
type: vue.PropType<IconValue>;
|
24620
24590
|
default: string;
|
24621
24591
|
};
|
24622
24592
|
lastIcon: {
|
24623
|
-
type:
|
24593
|
+
type: vue.PropType<IconValue>;
|
24624
24594
|
default: string;
|
24625
24595
|
};
|
24626
24596
|
itemsPerPageText: {
|
@@ -24824,10 +24794,10 @@ declare const VDataTableFooter: {
|
|
24824
24794
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
24825
24795
|
itemsPerPageText: string;
|
24826
24796
|
pageText: string;
|
24827
|
-
nextIcon:
|
24828
|
-
prevIcon:
|
24829
|
-
firstIcon:
|
24830
|
-
lastIcon:
|
24797
|
+
nextIcon: IconValue;
|
24798
|
+
prevIcon: IconValue;
|
24799
|
+
firstIcon: IconValue;
|
24800
|
+
lastIcon: IconValue;
|
24831
24801
|
firstPageLabel: string;
|
24832
24802
|
prevPageLabel: string;
|
24833
24803
|
nextPageLabel: string;
|
@@ -24849,10 +24819,10 @@ declare const VDataTableFooter: {
|
|
24849
24819
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
24850
24820
|
itemsPerPageText: string;
|
24851
24821
|
pageText: string;
|
24852
|
-
nextIcon:
|
24853
|
-
prevIcon:
|
24854
|
-
firstIcon:
|
24855
|
-
lastIcon:
|
24822
|
+
nextIcon: IconValue;
|
24823
|
+
prevIcon: IconValue;
|
24824
|
+
firstIcon: IconValue;
|
24825
|
+
lastIcon: IconValue;
|
24856
24826
|
firstPageLabel: string;
|
24857
24827
|
prevPageLabel: string;
|
24858
24828
|
nextPageLabel: string;
|
@@ -24874,10 +24844,10 @@ declare const VDataTableFooter: {
|
|
24874
24844
|
}, {
|
24875
24845
|
itemsPerPageText: string;
|
24876
24846
|
pageText: string;
|
24877
|
-
nextIcon:
|
24878
|
-
prevIcon:
|
24879
|
-
firstIcon:
|
24880
|
-
lastIcon:
|
24847
|
+
nextIcon: IconValue;
|
24848
|
+
prevIcon: IconValue;
|
24849
|
+
firstIcon: IconValue;
|
24850
|
+
lastIcon: IconValue;
|
24881
24851
|
firstPageLabel: string;
|
24882
24852
|
prevPageLabel: string;
|
24883
24853
|
nextPageLabel: string;
|
@@ -24901,10 +24871,10 @@ declare const VDataTableFooter: {
|
|
24901
24871
|
}, {
|
24902
24872
|
itemsPerPageText: string;
|
24903
24873
|
pageText: string;
|
24904
|
-
nextIcon:
|
24905
|
-
prevIcon:
|
24906
|
-
firstIcon:
|
24907
|
-
lastIcon:
|
24874
|
+
nextIcon: IconValue;
|
24875
|
+
prevIcon: IconValue;
|
24876
|
+
firstIcon: IconValue;
|
24877
|
+
lastIcon: IconValue;
|
24908
24878
|
firstPageLabel: string;
|
24909
24879
|
prevPageLabel: string;
|
24910
24880
|
nextPageLabel: string;
|
@@ -24926,10 +24896,10 @@ declare const VDataTableFooter: {
|
|
24926
24896
|
}, {}, {}, {}, {}, {
|
24927
24897
|
itemsPerPageText: string;
|
24928
24898
|
pageText: string;
|
24929
|
-
nextIcon:
|
24930
|
-
prevIcon:
|
24931
|
-
firstIcon:
|
24932
|
-
lastIcon:
|
24899
|
+
nextIcon: IconValue;
|
24900
|
+
prevIcon: IconValue;
|
24901
|
+
firstIcon: IconValue;
|
24902
|
+
lastIcon: IconValue;
|
24933
24903
|
firstPageLabel: string;
|
24934
24904
|
prevPageLabel: string;
|
24935
24905
|
nextPageLabel: string;
|
@@ -24946,10 +24916,10 @@ declare const VDataTableFooter: {
|
|
24946
24916
|
} & vue.ComponentOptionsBase<{
|
24947
24917
|
itemsPerPageText: string;
|
24948
24918
|
pageText: string;
|
24949
|
-
nextIcon:
|
24950
|
-
prevIcon:
|
24951
|
-
firstIcon:
|
24952
|
-
lastIcon:
|
24919
|
+
nextIcon: IconValue;
|
24920
|
+
prevIcon: IconValue;
|
24921
|
+
firstIcon: IconValue;
|
24922
|
+
lastIcon: IconValue;
|
24953
24923
|
firstPageLabel: string;
|
24954
24924
|
prevPageLabel: string;
|
24955
24925
|
nextPageLabel: string;
|
@@ -24971,10 +24941,10 @@ declare const VDataTableFooter: {
|
|
24971
24941
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
24972
24942
|
itemsPerPageText: string;
|
24973
24943
|
pageText: string;
|
24974
|
-
nextIcon:
|
24975
|
-
prevIcon:
|
24976
|
-
firstIcon:
|
24977
|
-
lastIcon:
|
24944
|
+
nextIcon: IconValue;
|
24945
|
+
prevIcon: IconValue;
|
24946
|
+
firstIcon: IconValue;
|
24947
|
+
lastIcon: IconValue;
|
24978
24948
|
firstPageLabel: string;
|
24979
24949
|
prevPageLabel: string;
|
24980
24950
|
nextPageLabel: string;
|
@@ -24990,19 +24960,19 @@ declare const VDataTableFooter: {
|
|
24990
24960
|
}>[];
|
24991
24961
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
24992
24962
|
prevIcon: {
|
24993
|
-
type:
|
24963
|
+
type: PropType<IconValue>;
|
24994
24964
|
default: string;
|
24995
24965
|
};
|
24996
24966
|
nextIcon: {
|
24997
|
-
type:
|
24967
|
+
type: PropType<IconValue>;
|
24998
24968
|
default: string;
|
24999
24969
|
};
|
25000
24970
|
firstIcon: {
|
25001
|
-
type:
|
24971
|
+
type: PropType<IconValue>;
|
25002
24972
|
default: string;
|
25003
24973
|
};
|
25004
24974
|
lastIcon: {
|
25005
|
-
type:
|
24975
|
+
type: PropType<IconValue>;
|
25006
24976
|
default: string;
|
25007
24977
|
};
|
25008
24978
|
itemsPerPageText: {
|
@@ -25042,19 +25012,19 @@ declare const VDataTableFooter: {
|
|
25042
25012
|
showCurrentPage: BooleanConstructor;
|
25043
25013
|
}, vue.ExtractPropTypes<{
|
25044
25014
|
prevIcon: {
|
25045
|
-
type:
|
25015
|
+
type: PropType<IconValue>;
|
25046
25016
|
default: string;
|
25047
25017
|
};
|
25048
25018
|
nextIcon: {
|
25049
|
-
type:
|
25019
|
+
type: PropType<IconValue>;
|
25050
25020
|
default: string;
|
25051
25021
|
};
|
25052
25022
|
firstIcon: {
|
25053
|
-
type:
|
25023
|
+
type: PropType<IconValue>;
|
25054
25024
|
default: string;
|
25055
25025
|
};
|
25056
25026
|
lastIcon: {
|
25057
|
-
type:
|
25027
|
+
type: PropType<IconValue>;
|
25058
25028
|
default: string;
|
25059
25029
|
};
|
25060
25030
|
itemsPerPageText: {
|
@@ -26120,8 +26090,8 @@ declare const VDataTableServer: {
|
|
26120
26090
|
expanded: readonly string[];
|
26121
26091
|
density: Density;
|
26122
26092
|
valueComparator: typeof deepEqual;
|
26123
|
-
nextIcon:
|
26124
|
-
prevIcon:
|
26093
|
+
nextIcon: IconValue;
|
26094
|
+
prevIcon: IconValue;
|
26125
26095
|
selectStrategy: "page" | "all" | "single";
|
26126
26096
|
returnObject: boolean;
|
26127
26097
|
hideNoData: boolean;
|
@@ -26134,8 +26104,8 @@ declare const VDataTableServer: {
|
|
26134
26104
|
showExpand: boolean;
|
26135
26105
|
itemsPerPage: string | number;
|
26136
26106
|
itemsLength: string | number;
|
26137
|
-
firstIcon:
|
26138
|
-
lastIcon:
|
26107
|
+
firstIcon: IconValue;
|
26108
|
+
lastIcon: IconValue;
|
26139
26109
|
firstPageLabel: string;
|
26140
26110
|
prevPageLabel: string;
|
26141
26111
|
nextPageLabel: string;
|
@@ -26238,8 +26208,8 @@ declare const VDataTableServer: {
|
|
26238
26208
|
expanded: readonly string[];
|
26239
26209
|
density: Density;
|
26240
26210
|
valueComparator: typeof deepEqual;
|
26241
|
-
nextIcon:
|
26242
|
-
prevIcon:
|
26211
|
+
nextIcon: IconValue;
|
26212
|
+
prevIcon: IconValue;
|
26243
26213
|
selectStrategy: "page" | "all" | "single";
|
26244
26214
|
returnObject: boolean;
|
26245
26215
|
hideNoData: boolean;
|
@@ -26252,8 +26222,8 @@ declare const VDataTableServer: {
|
|
26252
26222
|
showExpand: boolean;
|
26253
26223
|
itemsPerPage: string | number;
|
26254
26224
|
itemsLength: string | number;
|
26255
|
-
firstIcon:
|
26256
|
-
lastIcon:
|
26225
|
+
firstIcon: IconValue;
|
26226
|
+
lastIcon: IconValue;
|
26257
26227
|
firstPageLabel: string;
|
26258
26228
|
prevPageLabel: string;
|
26259
26229
|
nextPageLabel: string;
|
@@ -26348,8 +26318,8 @@ declare const VDataTableServer: {
|
|
26348
26318
|
expanded: readonly string[];
|
26349
26319
|
density: Density;
|
26350
26320
|
valueComparator: typeof deepEqual;
|
26351
|
-
nextIcon:
|
26352
|
-
prevIcon:
|
26321
|
+
nextIcon: IconValue;
|
26322
|
+
prevIcon: IconValue;
|
26353
26323
|
selectStrategy: "page" | "all" | "single";
|
26354
26324
|
returnObject: boolean;
|
26355
26325
|
hideNoData: boolean;
|
@@ -26361,8 +26331,8 @@ declare const VDataTableServer: {
|
|
26361
26331
|
expandOnClick: boolean;
|
26362
26332
|
showExpand: boolean;
|
26363
26333
|
itemsPerPage: string | number;
|
26364
|
-
firstIcon:
|
26365
|
-
lastIcon:
|
26334
|
+
firstIcon: IconValue;
|
26335
|
+
lastIcon: IconValue;
|
26366
26336
|
firstPageLabel: string;
|
26367
26337
|
prevPageLabel: string;
|
26368
26338
|
nextPageLabel: string;
|
@@ -26498,8 +26468,8 @@ declare const VDataTableServer: {
|
|
26498
26468
|
expanded: readonly string[];
|
26499
26469
|
density: Density;
|
26500
26470
|
valueComparator: typeof deepEqual;
|
26501
|
-
nextIcon:
|
26502
|
-
prevIcon:
|
26471
|
+
nextIcon: IconValue;
|
26472
|
+
prevIcon: IconValue;
|
26503
26473
|
selectStrategy: "page" | "all" | "single";
|
26504
26474
|
returnObject: boolean;
|
26505
26475
|
hideNoData: boolean;
|
@@ -26512,8 +26482,8 @@ declare const VDataTableServer: {
|
|
26512
26482
|
showExpand: boolean;
|
26513
26483
|
itemsPerPage: string | number;
|
26514
26484
|
itemsLength: string | number;
|
26515
|
-
firstIcon:
|
26516
|
-
lastIcon:
|
26485
|
+
firstIcon: IconValue;
|
26486
|
+
lastIcon: IconValue;
|
26517
26487
|
firstPageLabel: string;
|
26518
26488
|
prevPageLabel: string;
|
26519
26489
|
nextPageLabel: string;
|
@@ -26608,8 +26578,8 @@ declare const VDataTableServer: {
|
|
26608
26578
|
expanded: readonly string[];
|
26609
26579
|
density: Density;
|
26610
26580
|
valueComparator: typeof deepEqual;
|
26611
|
-
nextIcon:
|
26612
|
-
prevIcon:
|
26581
|
+
nextIcon: IconValue;
|
26582
|
+
prevIcon: IconValue;
|
26613
26583
|
selectStrategy: "page" | "all" | "single";
|
26614
26584
|
returnObject: boolean;
|
26615
26585
|
hideNoData: boolean;
|
@@ -26621,8 +26591,8 @@ declare const VDataTableServer: {
|
|
26621
26591
|
expandOnClick: boolean;
|
26622
26592
|
showExpand: boolean;
|
26623
26593
|
itemsPerPage: string | number;
|
26624
|
-
firstIcon:
|
26625
|
-
lastIcon:
|
26594
|
+
firstIcon: IconValue;
|
26595
|
+
lastIcon: IconValue;
|
26626
26596
|
firstPageLabel: string;
|
26627
26597
|
prevPageLabel: string;
|
26628
26598
|
nextPageLabel: string;
|
@@ -26658,8 +26628,8 @@ declare const VDataTableServer: {
|
|
26658
26628
|
expanded: readonly string[];
|
26659
26629
|
density: Density;
|
26660
26630
|
valueComparator: typeof deepEqual;
|
26661
|
-
nextIcon:
|
26662
|
-
prevIcon:
|
26631
|
+
nextIcon: IconValue;
|
26632
|
+
prevIcon: IconValue;
|
26663
26633
|
selectStrategy: "page" | "all" | "single";
|
26664
26634
|
returnObject: boolean;
|
26665
26635
|
hideNoData: boolean;
|
@@ -26672,8 +26642,8 @@ declare const VDataTableServer: {
|
|
26672
26642
|
showExpand: boolean;
|
26673
26643
|
itemsPerPage: string | number;
|
26674
26644
|
itemsLength: string | number;
|
26675
|
-
firstIcon:
|
26676
|
-
lastIcon:
|
26645
|
+
firstIcon: IconValue;
|
26646
|
+
lastIcon: IconValue;
|
26677
26647
|
firstPageLabel: string;
|
26678
26648
|
prevPageLabel: string;
|
26679
26649
|
nextPageLabel: string;
|
@@ -26776,8 +26746,8 @@ declare const VDataTableServer: {
|
|
26776
26746
|
expanded: readonly string[];
|
26777
26747
|
density: Density;
|
26778
26748
|
valueComparator: typeof deepEqual;
|
26779
|
-
nextIcon:
|
26780
|
-
prevIcon:
|
26749
|
+
nextIcon: IconValue;
|
26750
|
+
prevIcon: IconValue;
|
26781
26751
|
selectStrategy: "page" | "all" | "single";
|
26782
26752
|
returnObject: boolean;
|
26783
26753
|
hideNoData: boolean;
|
@@ -26789,8 +26759,8 @@ declare const VDataTableServer: {
|
|
26789
26759
|
expandOnClick: boolean;
|
26790
26760
|
showExpand: boolean;
|
26791
26761
|
itemsPerPage: string | number;
|
26792
|
-
firstIcon:
|
26793
|
-
lastIcon:
|
26762
|
+
firstIcon: IconValue;
|
26763
|
+
lastIcon: IconValue;
|
26794
26764
|
firstPageLabel: string;
|
26795
26765
|
prevPageLabel: string;
|
26796
26766
|
nextPageLabel: string;
|
@@ -26923,19 +26893,19 @@ declare const VDataTableServer: {
|
|
26923
26893
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
26924
26894
|
}, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
|
26925
26895
|
prevIcon: {
|
26926
|
-
type:
|
26896
|
+
type: vue.PropType<IconValue>;
|
26927
26897
|
default: string;
|
26928
26898
|
};
|
26929
26899
|
nextIcon: {
|
26930
|
-
type:
|
26900
|
+
type: vue.PropType<IconValue>;
|
26931
26901
|
default: string;
|
26932
26902
|
};
|
26933
26903
|
firstIcon: {
|
26934
|
-
type:
|
26904
|
+
type: vue.PropType<IconValue>;
|
26935
26905
|
default: string;
|
26936
26906
|
};
|
26937
26907
|
lastIcon: {
|
26938
|
-
type:
|
26908
|
+
type: vue.PropType<IconValue>;
|
26939
26909
|
default: string;
|
26940
26910
|
};
|
26941
26911
|
itemsPerPageText: {
|
@@ -27130,19 +27100,19 @@ declare const VDataTableServer: {
|
|
27130
27100
|
};
|
27131
27101
|
}, vue.ExtractPropTypes<{
|
27132
27102
|
prevIcon: {
|
27133
|
-
type:
|
27103
|
+
type: vue.PropType<IconValue>;
|
27134
27104
|
default: string;
|
27135
27105
|
};
|
27136
27106
|
nextIcon: {
|
27137
|
-
type:
|
27107
|
+
type: vue.PropType<IconValue>;
|
27138
27108
|
default: string;
|
27139
27109
|
};
|
27140
27110
|
firstIcon: {
|
27141
|
-
type:
|
27111
|
+
type: vue.PropType<IconValue>;
|
27142
27112
|
default: string;
|
27143
27113
|
};
|
27144
27114
|
lastIcon: {
|
27145
|
-
type:
|
27115
|
+
type: vue.PropType<IconValue>;
|
27146
27116
|
default: string;
|
27147
27117
|
};
|
27148
27118
|
itemsPerPageText: {
|
@@ -27360,10 +27330,10 @@ declare const VDatePicker: {
|
|
27360
27330
|
tag: string;
|
27361
27331
|
transition: string;
|
27362
27332
|
tile: boolean;
|
27363
|
-
nextIcon:
|
27364
|
-
prevIcon:
|
27333
|
+
nextIcon: IconValue;
|
27334
|
+
prevIcon: IconValue;
|
27365
27335
|
reverseTransition: string;
|
27366
|
-
modeIcon:
|
27336
|
+
modeIcon: IconValue;
|
27367
27337
|
viewMode: "month" | "year" | "months";
|
27368
27338
|
showAdjacentMonths: boolean;
|
27369
27339
|
weekdays: number[];
|
@@ -27394,6 +27364,7 @@ declare const VDatePicker: {
|
|
27394
27364
|
max?: unknown;
|
27395
27365
|
bgColor?: string | undefined;
|
27396
27366
|
min?: unknown;
|
27367
|
+
firstDayOfWeek?: string | number | undefined;
|
27397
27368
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27398
27369
|
displayValue?: unknown;
|
27399
27370
|
} & {
|
@@ -27413,10 +27384,10 @@ declare const VDatePicker: {
|
|
27413
27384
|
tag: string;
|
27414
27385
|
transition: string;
|
27415
27386
|
tile: boolean;
|
27416
|
-
nextIcon:
|
27417
|
-
prevIcon:
|
27387
|
+
nextIcon: IconValue;
|
27388
|
+
prevIcon: IconValue;
|
27418
27389
|
reverseTransition: string;
|
27419
|
-
modeIcon:
|
27390
|
+
modeIcon: IconValue;
|
27420
27391
|
viewMode: "month" | "year" | "months";
|
27421
27392
|
showAdjacentMonths: boolean;
|
27422
27393
|
weekdays: number[];
|
@@ -27447,6 +27418,7 @@ declare const VDatePicker: {
|
|
27447
27418
|
max?: unknown;
|
27448
27419
|
bgColor?: string | undefined;
|
27449
27420
|
min?: unknown;
|
27421
|
+
firstDayOfWeek?: string | number | undefined;
|
27450
27422
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27451
27423
|
displayValue?: unknown;
|
27452
27424
|
} & {
|
@@ -27463,10 +27435,10 @@ declare const VDatePicker: {
|
|
27463
27435
|
transition: string;
|
27464
27436
|
rounded: string | number | boolean;
|
27465
27437
|
tile: boolean;
|
27466
|
-
nextIcon:
|
27467
|
-
prevIcon:
|
27438
|
+
nextIcon: IconValue;
|
27439
|
+
prevIcon: IconValue;
|
27468
27440
|
reverseTransition: string;
|
27469
|
-
modeIcon:
|
27441
|
+
modeIcon: IconValue;
|
27470
27442
|
viewMode: "month" | "year" | "months";
|
27471
27443
|
showAdjacentMonths: boolean;
|
27472
27444
|
weekdays: number[];
|
@@ -27506,10 +27478,10 @@ declare const VDatePicker: {
|
|
27506
27478
|
tag: string;
|
27507
27479
|
transition: string;
|
27508
27480
|
tile: boolean;
|
27509
|
-
nextIcon:
|
27510
|
-
prevIcon:
|
27481
|
+
nextIcon: IconValue;
|
27482
|
+
prevIcon: IconValue;
|
27511
27483
|
reverseTransition: string;
|
27512
|
-
modeIcon:
|
27484
|
+
modeIcon: IconValue;
|
27513
27485
|
viewMode: "month" | "year" | "months";
|
27514
27486
|
showAdjacentMonths: boolean;
|
27515
27487
|
weekdays: number[];
|
@@ -27540,6 +27512,7 @@ declare const VDatePicker: {
|
|
27540
27512
|
max?: unknown;
|
27541
27513
|
bgColor?: string | undefined;
|
27542
27514
|
min?: unknown;
|
27515
|
+
firstDayOfWeek?: string | number | undefined;
|
27543
27516
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27544
27517
|
displayValue?: unknown;
|
27545
27518
|
} & {
|
@@ -27556,10 +27529,10 @@ declare const VDatePicker: {
|
|
27556
27529
|
transition: string;
|
27557
27530
|
rounded: string | number | boolean;
|
27558
27531
|
tile: boolean;
|
27559
|
-
nextIcon:
|
27560
|
-
prevIcon:
|
27532
|
+
nextIcon: IconValue;
|
27533
|
+
prevIcon: IconValue;
|
27561
27534
|
reverseTransition: string;
|
27562
|
-
modeIcon:
|
27535
|
+
modeIcon: IconValue;
|
27563
27536
|
viewMode: "month" | "year" | "months";
|
27564
27537
|
showAdjacentMonths: boolean;
|
27565
27538
|
weekdays: number[];
|
@@ -27580,10 +27553,10 @@ declare const VDatePicker: {
|
|
27580
27553
|
tag: string;
|
27581
27554
|
transition: string;
|
27582
27555
|
tile: boolean;
|
27583
|
-
nextIcon:
|
27584
|
-
prevIcon:
|
27556
|
+
nextIcon: IconValue;
|
27557
|
+
prevIcon: IconValue;
|
27585
27558
|
reverseTransition: string;
|
27586
|
-
modeIcon:
|
27559
|
+
modeIcon: IconValue;
|
27587
27560
|
viewMode: "month" | "year" | "months";
|
27588
27561
|
showAdjacentMonths: boolean;
|
27589
27562
|
weekdays: number[];
|
@@ -27614,6 +27587,7 @@ declare const VDatePicker: {
|
|
27614
27587
|
max?: unknown;
|
27615
27588
|
bgColor?: string | undefined;
|
27616
27589
|
min?: unknown;
|
27590
|
+
firstDayOfWeek?: string | number | undefined;
|
27617
27591
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27618
27592
|
displayValue?: unknown;
|
27619
27593
|
} & {
|
@@ -27635,10 +27609,10 @@ declare const VDatePicker: {
|
|
27635
27609
|
transition: string;
|
27636
27610
|
rounded: string | number | boolean;
|
27637
27611
|
tile: boolean;
|
27638
|
-
nextIcon:
|
27639
|
-
prevIcon:
|
27612
|
+
nextIcon: IconValue;
|
27613
|
+
prevIcon: IconValue;
|
27640
27614
|
reverseTransition: string;
|
27641
|
-
modeIcon:
|
27615
|
+
modeIcon: IconValue;
|
27642
27616
|
viewMode: "month" | "year" | "months";
|
27643
27617
|
showAdjacentMonths: boolean;
|
27644
27618
|
weekdays: number[];
|
@@ -27744,6 +27718,7 @@ declare const VDatePicker: {
|
|
27744
27718
|
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
27745
27719
|
default: NonNullable<"static" | "dynamic">;
|
27746
27720
|
};
|
27721
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
27747
27722
|
hideWeekdays: BooleanConstructor;
|
27748
27723
|
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
27749
27724
|
showWeek: BooleanConstructor;
|
@@ -27760,15 +27735,15 @@ declare const VDatePicker: {
|
|
27760
27735
|
default: undefined;
|
27761
27736
|
};
|
27762
27737
|
nextIcon: {
|
27763
|
-
type:
|
27738
|
+
type: vue.PropType<IconValue>;
|
27764
27739
|
default: string;
|
27765
27740
|
};
|
27766
27741
|
prevIcon: {
|
27767
|
-
type:
|
27742
|
+
type: vue.PropType<IconValue>;
|
27768
27743
|
default: string;
|
27769
27744
|
};
|
27770
27745
|
modeIcon: {
|
27771
|
-
type:
|
27746
|
+
type: vue.PropType<IconValue>;
|
27772
27747
|
default: string;
|
27773
27748
|
};
|
27774
27749
|
text: StringConstructor;
|
@@ -27853,6 +27828,7 @@ declare const VDatePicker: {
|
|
27853
27828
|
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
27854
27829
|
default: NonNullable<"static" | "dynamic">;
|
27855
27830
|
};
|
27831
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
27856
27832
|
hideWeekdays: BooleanConstructor;
|
27857
27833
|
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
27858
27834
|
showWeek: BooleanConstructor;
|
@@ -27869,15 +27845,15 @@ declare const VDatePicker: {
|
|
27869
27845
|
default: undefined;
|
27870
27846
|
};
|
27871
27847
|
nextIcon: {
|
27872
|
-
type:
|
27848
|
+
type: vue.PropType<IconValue>;
|
27873
27849
|
default: string;
|
27874
27850
|
};
|
27875
27851
|
prevIcon: {
|
27876
|
-
type:
|
27852
|
+
type: vue.PropType<IconValue>;
|
27877
27853
|
default: string;
|
27878
27854
|
};
|
27879
27855
|
modeIcon: {
|
27880
|
-
type:
|
27856
|
+
type: vue.PropType<IconValue>;
|
27881
27857
|
default: string;
|
27882
27858
|
};
|
27883
27859
|
text: StringConstructor;
|
@@ -27895,9 +27871,9 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
27895
27871
|
declare const VDatePickerControls: {
|
27896
27872
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
27897
27873
|
disabled: string | boolean | string[];
|
27898
|
-
nextIcon:
|
27899
|
-
prevIcon:
|
27900
|
-
modeIcon:
|
27874
|
+
nextIcon: IconValue;
|
27875
|
+
prevIcon: IconValue;
|
27876
|
+
modeIcon: IconValue;
|
27901
27877
|
viewMode: "month" | "year" | "months";
|
27902
27878
|
} & {
|
27903
27879
|
text?: string | undefined;
|
@@ -27925,9 +27901,9 @@ declare const VDatePickerControls: {
|
|
27925
27901
|
'click:text': () => true;
|
27926
27902
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
27927
27903
|
disabled: string | boolean | string[];
|
27928
|
-
nextIcon:
|
27929
|
-
prevIcon:
|
27930
|
-
modeIcon:
|
27904
|
+
nextIcon: IconValue;
|
27905
|
+
prevIcon: IconValue;
|
27906
|
+
modeIcon: IconValue;
|
27931
27907
|
viewMode: "month" | "year" | "months";
|
27932
27908
|
} & {
|
27933
27909
|
text?: string | undefined;
|
@@ -27950,9 +27926,9 @@ declare const VDatePickerControls: {
|
|
27950
27926
|
}, {
|
27951
27927
|
active: string | string[];
|
27952
27928
|
disabled: string | boolean | string[];
|
27953
|
-
nextIcon:
|
27954
|
-
prevIcon:
|
27955
|
-
modeIcon:
|
27929
|
+
nextIcon: IconValue;
|
27930
|
+
prevIcon: IconValue;
|
27931
|
+
modeIcon: IconValue;
|
27956
27932
|
viewMode: "month" | "year" | "months";
|
27957
27933
|
}, true, {}, vue.SlotsType<Partial<{
|
27958
27934
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -27967,9 +27943,9 @@ declare const VDatePickerControls: {
|
|
27967
27943
|
Defaults: {};
|
27968
27944
|
}, {
|
27969
27945
|
disabled: string | boolean | string[];
|
27970
|
-
nextIcon:
|
27971
|
-
prevIcon:
|
27972
|
-
modeIcon:
|
27946
|
+
nextIcon: IconValue;
|
27947
|
+
prevIcon: IconValue;
|
27948
|
+
modeIcon: IconValue;
|
27973
27949
|
viewMode: "month" | "year" | "months";
|
27974
27950
|
} & {
|
27975
27951
|
text?: string | undefined;
|
@@ -27992,9 +27968,9 @@ declare const VDatePickerControls: {
|
|
27992
27968
|
}, {}, {}, {}, {}, {
|
27993
27969
|
active: string | string[];
|
27994
27970
|
disabled: string | boolean | string[];
|
27995
|
-
nextIcon:
|
27996
|
-
prevIcon:
|
27997
|
-
modeIcon:
|
27971
|
+
nextIcon: IconValue;
|
27972
|
+
prevIcon: IconValue;
|
27973
|
+
modeIcon: IconValue;
|
27998
27974
|
viewMode: "month" | "year" | "months";
|
27999
27975
|
}>;
|
28000
27976
|
__isFragment?: undefined;
|
@@ -28002,9 +27978,9 @@ declare const VDatePickerControls: {
|
|
28002
27978
|
__isSuspense?: undefined;
|
28003
27979
|
} & vue.ComponentOptionsBase<{
|
28004
27980
|
disabled: string | boolean | string[];
|
28005
|
-
nextIcon:
|
28006
|
-
prevIcon:
|
28007
|
-
modeIcon:
|
27981
|
+
nextIcon: IconValue;
|
27982
|
+
prevIcon: IconValue;
|
27983
|
+
modeIcon: IconValue;
|
28008
27984
|
viewMode: "month" | "year" | "months";
|
28009
27985
|
} & {
|
28010
27986
|
text?: string | undefined;
|
@@ -28033,9 +28009,9 @@ declare const VDatePickerControls: {
|
|
28033
28009
|
}, string, {
|
28034
28010
|
active: string | string[];
|
28035
28011
|
disabled: string | boolean | string[];
|
28036
|
-
nextIcon:
|
28037
|
-
prevIcon:
|
28038
|
-
modeIcon:
|
28012
|
+
nextIcon: IconValue;
|
28013
|
+
prevIcon: IconValue;
|
28014
|
+
modeIcon: IconValue;
|
28039
28015
|
viewMode: "month" | "year" | "months";
|
28040
28016
|
}, {}, string, vue.SlotsType<Partial<{
|
28041
28017
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -28051,15 +28027,15 @@ declare const VDatePickerControls: {
|
|
28051
28027
|
default: boolean;
|
28052
28028
|
};
|
28053
28029
|
nextIcon: {
|
28054
|
-
type:
|
28030
|
+
type: PropType<IconValue>;
|
28055
28031
|
default: string;
|
28056
28032
|
};
|
28057
28033
|
prevIcon: {
|
28058
|
-
type:
|
28034
|
+
type: PropType<IconValue>;
|
28059
28035
|
default: string;
|
28060
28036
|
};
|
28061
28037
|
modeIcon: {
|
28062
|
-
type:
|
28038
|
+
type: PropType<IconValue>;
|
28063
28039
|
default: string;
|
28064
28040
|
};
|
28065
28041
|
text: StringConstructor;
|
@@ -28077,15 +28053,15 @@ declare const VDatePickerControls: {
|
|
28077
28053
|
default: boolean;
|
28078
28054
|
};
|
28079
28055
|
nextIcon: {
|
28080
|
-
type:
|
28056
|
+
type: PropType<IconValue>;
|
28081
28057
|
default: string;
|
28082
28058
|
};
|
28083
28059
|
prevIcon: {
|
28084
|
-
type:
|
28060
|
+
type: PropType<IconValue>;
|
28085
28061
|
default: string;
|
28086
28062
|
};
|
28087
28063
|
modeIcon: {
|
28088
|
-
type:
|
28064
|
+
type: PropType<IconValue>;
|
28089
28065
|
default: string;
|
28090
28066
|
};
|
28091
28067
|
text: StringConstructor;
|
@@ -28263,6 +28239,7 @@ declare const VDatePickerMonth: {
|
|
28263
28239
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28264
28240
|
max?: unknown;
|
28265
28241
|
min?: unknown;
|
28242
|
+
firstDayOfWeek?: string | number | undefined;
|
28266
28243
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28267
28244
|
displayValue?: unknown;
|
28268
28245
|
} & {
|
@@ -28317,6 +28294,7 @@ declare const VDatePickerMonth: {
|
|
28317
28294
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28318
28295
|
max?: unknown;
|
28319
28296
|
min?: unknown;
|
28297
|
+
firstDayOfWeek?: string | number | undefined;
|
28320
28298
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28321
28299
|
displayValue?: unknown;
|
28322
28300
|
} & {
|
@@ -28393,6 +28371,7 @@ declare const VDatePickerMonth: {
|
|
28393
28371
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28394
28372
|
max?: unknown;
|
28395
28373
|
min?: unknown;
|
28374
|
+
firstDayOfWeek?: string | number | undefined;
|
28396
28375
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28397
28376
|
displayValue?: unknown;
|
28398
28377
|
} & {
|
@@ -28456,6 +28435,7 @@ declare const VDatePickerMonth: {
|
|
28456
28435
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28457
28436
|
max?: unknown;
|
28458
28437
|
min?: unknown;
|
28438
|
+
firstDayOfWeek?: string | number | undefined;
|
28459
28439
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28460
28440
|
displayValue?: unknown;
|
28461
28441
|
} & {
|
@@ -28543,6 +28523,7 @@ declare const VDatePickerMonth: {
|
|
28543
28523
|
type: PropType<"static" | "dynamic">;
|
28544
28524
|
default: string;
|
28545
28525
|
};
|
28526
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28546
28527
|
color: StringConstructor;
|
28547
28528
|
hideWeekdays: BooleanConstructor;
|
28548
28529
|
multiple: PropType<number | boolean | (string & {}) | "range">;
|
@@ -28586,6 +28567,7 @@ declare const VDatePickerMonth: {
|
|
28586
28567
|
type: PropType<"static" | "dynamic">;
|
28587
28568
|
default: string;
|
28588
28569
|
};
|
28570
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28589
28571
|
color: StringConstructor;
|
28590
28572
|
hideWeekdays: BooleanConstructor;
|
28591
28573
|
multiple: PropType<number | boolean | (string & {}) | "range">;
|
@@ -29273,7 +29255,7 @@ declare const VDialog: {
|
|
29273
29255
|
eager: boolean;
|
29274
29256
|
location: Anchor;
|
29275
29257
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29276
|
-
updateLocation: (e
|
29258
|
+
updateLocation: (e?: Event | undefined) => void;
|
29277
29259
|
} | undefined) | "connected";
|
29278
29260
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
29279
29261
|
activatorProps: Record<string, any>;
|
@@ -29358,7 +29340,7 @@ declare const VDialog: {
|
|
29358
29340
|
eager: boolean;
|
29359
29341
|
location: Anchor;
|
29360
29342
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29361
|
-
updateLocation: (e
|
29343
|
+
updateLocation: (e?: Event | undefined) => void;
|
29362
29344
|
} | undefined) | "connected";
|
29363
29345
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29364
29346
|
activatorProps: Record<string, any>;
|
@@ -29385,7 +29367,7 @@ declare const VDialog: {
|
|
29385
29367
|
eager: boolean;
|
29386
29368
|
location: Anchor;
|
29387
29369
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29388
|
-
updateLocation: (e
|
29370
|
+
updateLocation: (e?: Event | undefined) => void;
|
29389
29371
|
} | undefined) | "connected";
|
29390
29372
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29391
29373
|
activatorProps: Record<string, any>;
|
@@ -29463,7 +29445,7 @@ declare const VDialog: {
|
|
29463
29445
|
eager: boolean;
|
29464
29446
|
location: Anchor;
|
29465
29447
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29466
|
-
updateLocation: (e
|
29448
|
+
updateLocation: (e?: Event | undefined) => void;
|
29467
29449
|
} | undefined) | "connected";
|
29468
29450
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29469
29451
|
activatorProps: Record<string, any>;
|
@@ -29570,7 +29552,7 @@ declare const VDialog: {
|
|
29570
29552
|
eager: boolean;
|
29571
29553
|
location: Anchor;
|
29572
29554
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29573
|
-
updateLocation: (e
|
29555
|
+
updateLocation: (e?: Event | undefined) => void;
|
29574
29556
|
} | undefined) | "connected";
|
29575
29557
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29576
29558
|
activatorProps: Record<string, any>;
|
@@ -29666,7 +29648,7 @@ declare const VDialog: {
|
|
29666
29648
|
eager: boolean;
|
29667
29649
|
location: Anchor;
|
29668
29650
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29669
|
-
updateLocation: (e
|
29651
|
+
updateLocation: (e?: Event | undefined) => void;
|
29670
29652
|
} | undefined) | "connected";
|
29671
29653
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29672
29654
|
activatorProps: Record<string, any>;
|
@@ -29726,7 +29708,7 @@ declare const VDialog: {
|
|
29726
29708
|
eager: boolean;
|
29727
29709
|
location: Anchor;
|
29728
29710
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29729
|
-
updateLocation: (e
|
29711
|
+
updateLocation: (e?: Event | undefined) => void;
|
29730
29712
|
} | undefined) | "connected";
|
29731
29713
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29732
29714
|
activatorProps: Record<string, any>;
|
@@ -29822,7 +29804,7 @@ declare const VDialog: {
|
|
29822
29804
|
eager: boolean;
|
29823
29805
|
location: Anchor;
|
29824
29806
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29825
|
-
updateLocation: (e
|
29807
|
+
updateLocation: (e?: Event | undefined) => void;
|
29826
29808
|
} | undefined) | "connected";
|
29827
29809
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
29828
29810
|
activatorProps: Record<string, any>;
|
@@ -29906,7 +29888,7 @@ declare const VDialog: {
|
|
29906
29888
|
eager: boolean;
|
29907
29889
|
location: Anchor;
|
29908
29890
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29909
|
-
updateLocation: (e
|
29891
|
+
updateLocation: (e?: Event | undefined) => void;
|
29910
29892
|
} | undefined) | "connected";
|
29911
29893
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
29912
29894
|
activatorProps: Record<string, any>;
|
@@ -29957,7 +29939,7 @@ declare const VDialog: {
|
|
29957
29939
|
eager: boolean;
|
29958
29940
|
location: Anchor;
|
29959
29941
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29960
|
-
updateLocation: (e
|
29942
|
+
updateLocation: (e?: Event | undefined) => void;
|
29961
29943
|
} | undefined) | "connected";
|
29962
29944
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
29963
29945
|
activatorProps: Record<string, any>;
|
@@ -30042,7 +30024,7 @@ declare const VDialog: {
|
|
30042
30024
|
eager: boolean;
|
30043
30025
|
location: Anchor;
|
30044
30026
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30045
|
-
updateLocation: (e
|
30027
|
+
updateLocation: (e?: Event | undefined) => void;
|
30046
30028
|
} | undefined) | "connected";
|
30047
30029
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30048
30030
|
activatorProps: Record<string, any>;
|
@@ -30069,7 +30051,7 @@ declare const VDialog: {
|
|
30069
30051
|
eager: boolean;
|
30070
30052
|
location: Anchor;
|
30071
30053
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30072
|
-
updateLocation: (e
|
30054
|
+
updateLocation: (e?: Event | undefined) => void;
|
30073
30055
|
} | undefined) | "connected";
|
30074
30056
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30075
30057
|
activatorProps: Record<string, any>;
|
@@ -30147,7 +30129,7 @@ declare const VDialog: {
|
|
30147
30129
|
eager: boolean;
|
30148
30130
|
location: Anchor;
|
30149
30131
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30150
|
-
updateLocation: (e
|
30132
|
+
updateLocation: (e?: Event | undefined) => void;
|
30151
30133
|
} | undefined) | "connected";
|
30152
30134
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30153
30135
|
activatorProps: Record<string, any>;
|
@@ -30254,7 +30236,7 @@ declare const VDialog: {
|
|
30254
30236
|
eager: boolean;
|
30255
30237
|
location: Anchor;
|
30256
30238
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30257
|
-
updateLocation: (e
|
30239
|
+
updateLocation: (e?: Event | undefined) => void;
|
30258
30240
|
} | undefined) | "connected";
|
30259
30241
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30260
30242
|
activatorProps: Record<string, any>;
|
@@ -30350,7 +30332,7 @@ declare const VDialog: {
|
|
30350
30332
|
eager: boolean;
|
30351
30333
|
location: Anchor;
|
30352
30334
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30353
|
-
updateLocation: (e
|
30335
|
+
updateLocation: (e?: Event | undefined) => void;
|
30354
30336
|
} | undefined) | "connected";
|
30355
30337
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30356
30338
|
activatorProps: Record<string, any>;
|
@@ -30410,7 +30392,7 @@ declare const VDialog: {
|
|
30410
30392
|
eager: boolean;
|
30411
30393
|
location: Anchor;
|
30412
30394
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30413
|
-
updateLocation: (e
|
30395
|
+
updateLocation: (e?: Event | undefined) => void;
|
30414
30396
|
} | undefined) | "connected";
|
30415
30397
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30416
30398
|
activatorProps: Record<string, any>;
|
@@ -30503,7 +30485,7 @@ declare const VDialog: {
|
|
30503
30485
|
eager: boolean;
|
30504
30486
|
location: Anchor;
|
30505
30487
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30506
|
-
updateLocation: (e
|
30488
|
+
updateLocation: (e?: Event | undefined) => void;
|
30507
30489
|
} | undefined) | "connected";
|
30508
30490
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30509
30491
|
activatorProps: Record<string, any>;
|
@@ -30538,7 +30520,7 @@ declare const VDialog: {
|
|
30538
30520
|
eager: boolean;
|
30539
30521
|
location: Anchor;
|
30540
30522
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30541
|
-
updateLocation: (e
|
30523
|
+
updateLocation: (e?: Event | undefined) => void;
|
30542
30524
|
} | undefined) | "connected";
|
30543
30525
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30544
30526
|
activatorProps: Record<string, any>;
|
@@ -30623,7 +30605,7 @@ declare const VDialog: {
|
|
30623
30605
|
eager: boolean;
|
30624
30606
|
location: Anchor;
|
30625
30607
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30626
|
-
updateLocation: (e
|
30608
|
+
updateLocation: (e?: Event | undefined) => void;
|
30627
30609
|
} | undefined) | "connected";
|
30628
30610
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30629
30611
|
activatorProps: Record<string, any>;
|
@@ -30650,7 +30632,7 @@ declare const VDialog: {
|
|
30650
30632
|
eager: boolean;
|
30651
30633
|
location: Anchor;
|
30652
30634
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30653
|
-
updateLocation: (e
|
30635
|
+
updateLocation: (e?: Event | undefined) => void;
|
30654
30636
|
} | undefined) | "connected";
|
30655
30637
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30656
30638
|
activatorProps: Record<string, any>;
|
@@ -30728,7 +30710,7 @@ declare const VDialog: {
|
|
30728
30710
|
eager: boolean;
|
30729
30711
|
location: Anchor;
|
30730
30712
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30731
|
-
updateLocation: (e
|
30713
|
+
updateLocation: (e?: Event | undefined) => void;
|
30732
30714
|
} | undefined) | "connected";
|
30733
30715
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30734
30716
|
activatorProps: Record<string, any>;
|
@@ -30835,7 +30817,7 @@ declare const VDialog: {
|
|
30835
30817
|
eager: boolean;
|
30836
30818
|
location: Anchor;
|
30837
30819
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30838
|
-
updateLocation: (e
|
30820
|
+
updateLocation: (e?: Event | undefined) => void;
|
30839
30821
|
} | undefined) | "connected";
|
30840
30822
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30841
30823
|
activatorProps: Record<string, any>;
|
@@ -30931,7 +30913,7 @@ declare const VDialog: {
|
|
30931
30913
|
eager: boolean;
|
30932
30914
|
location: Anchor;
|
30933
30915
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30934
|
-
updateLocation: (e
|
30916
|
+
updateLocation: (e?: Event | undefined) => void;
|
30935
30917
|
} | undefined) | "connected";
|
30936
30918
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30937
30919
|
activatorProps: Record<string, any>;
|
@@ -30991,7 +30973,7 @@ declare const VDialog: {
|
|
30991
30973
|
eager: boolean;
|
30992
30974
|
location: Anchor;
|
30993
30975
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30994
|
-
updateLocation: (e
|
30976
|
+
updateLocation: (e?: Event | undefined) => void;
|
30995
30977
|
} | undefined) | "connected";
|
30996
30978
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30997
30979
|
activatorProps: Record<string, any>;
|
@@ -31087,7 +31069,7 @@ declare const VDialog: {
|
|
31087
31069
|
eager: boolean;
|
31088
31070
|
location: Anchor;
|
31089
31071
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31090
|
-
updateLocation: (e
|
31072
|
+
updateLocation: (e?: Event | undefined) => void;
|
31091
31073
|
} | undefined) | "connected";
|
31092
31074
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
31093
31075
|
activatorProps: Record<string, any>;
|
@@ -31146,7 +31128,7 @@ declare const VDialog: {
|
|
31146
31128
|
};
|
31147
31129
|
locationStrategy: {
|
31148
31130
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31149
|
-
updateLocation: (e
|
31131
|
+
updateLocation: (e?: Event | undefined) => void;
|
31150
31132
|
} | undefined) | "connected">;
|
31151
31133
|
default: string;
|
31152
31134
|
validator: (val: any) => boolean;
|
@@ -31254,7 +31236,7 @@ declare const VDialog: {
|
|
31254
31236
|
};
|
31255
31237
|
locationStrategy: {
|
31256
31238
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31257
|
-
updateLocation: (e
|
31239
|
+
updateLocation: (e?: Event | undefined) => void;
|
31258
31240
|
} | undefined) | "connected">;
|
31259
31241
|
default: string;
|
31260
31242
|
validator: (val: any) => boolean;
|
@@ -31905,9 +31887,6 @@ declare const VExpansionPanels: {
|
|
31905
31887
|
focusable: boolean;
|
31906
31888
|
} & {
|
31907
31889
|
class?: any;
|
31908
|
-
title?: string | undefined;
|
31909
|
-
text?: string | undefined;
|
31910
|
-
value?: any;
|
31911
31890
|
theme?: string | undefined;
|
31912
31891
|
color?: string | undefined;
|
31913
31892
|
modelValue?: any;
|
@@ -31953,9 +31932,6 @@ declare const VExpansionPanels: {
|
|
31953
31932
|
focusable: boolean;
|
31954
31933
|
} & {
|
31955
31934
|
class?: any;
|
31956
|
-
title?: string | undefined;
|
31957
|
-
text?: string | undefined;
|
31958
|
-
value?: any;
|
31959
31935
|
theme?: string | undefined;
|
31960
31936
|
color?: string | undefined;
|
31961
31937
|
modelValue?: any;
|
@@ -32027,9 +32003,6 @@ declare const VExpansionPanels: {
|
|
32027
32003
|
focusable: boolean;
|
32028
32004
|
} & {
|
32029
32005
|
class?: any;
|
32030
|
-
title?: string | undefined;
|
32031
|
-
text?: string | undefined;
|
32032
|
-
value?: any;
|
32033
32006
|
theme?: string | undefined;
|
32034
32007
|
color?: string | undefined;
|
32035
32008
|
modelValue?: any;
|
@@ -32097,9 +32070,6 @@ declare const VExpansionPanels: {
|
|
32097
32070
|
focusable: boolean;
|
32098
32071
|
} & {
|
32099
32072
|
class?: any;
|
32100
|
-
title?: string | undefined;
|
32101
|
-
text?: string | undefined;
|
32102
|
-
value?: any;
|
32103
32073
|
theme?: string | undefined;
|
32104
32074
|
color?: string | undefined;
|
32105
32075
|
modelValue?: any;
|
@@ -32155,51 +32125,46 @@ declare const VExpansionPanels: {
|
|
32155
32125
|
default: string;
|
32156
32126
|
validator: (v: any) => boolean;
|
32157
32127
|
};
|
32158
|
-
|
32159
|
-
|
32128
|
+
tag: {
|
32129
|
+
type: StringConstructor;
|
32130
|
+
default: string;
|
32131
|
+
};
|
32160
32132
|
class: PropType<any>;
|
32161
32133
|
style: {
|
32162
32134
|
type: PropType<vue.StyleValue>;
|
32163
32135
|
default: null;
|
32164
32136
|
};
|
32137
|
+
theme: StringConstructor;
|
32165
32138
|
color: StringConstructor;
|
32166
|
-
expandIcon: {
|
32167
|
-
type: PropType<IconValue>;
|
32168
|
-
default: string;
|
32169
|
-
};
|
32170
|
-
collapseIcon: {
|
32171
|
-
type: PropType<IconValue>;
|
32172
|
-
default: string;
|
32173
|
-
};
|
32174
|
-
hideActions: BooleanConstructor;
|
32175
|
-
focusable: BooleanConstructor;
|
32176
32139
|
static: BooleanConstructor;
|
32177
|
-
ripple: {
|
32178
|
-
type: PropType<boolean | {
|
32179
|
-
class: string;
|
32180
|
-
} | undefined>;
|
32181
|
-
default: boolean;
|
32182
|
-
};
|
32183
32140
|
readonly: BooleanConstructor;
|
32184
|
-
tag: {
|
32185
|
-
type: StringConstructor;
|
32186
|
-
default: string;
|
32187
|
-
};
|
32188
32141
|
rounded: {
|
32189
32142
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
32190
32143
|
default: undefined;
|
32191
32144
|
};
|
32192
32145
|
tile: BooleanConstructor;
|
32193
|
-
|
32194
|
-
disabled: BooleanConstructor;
|
32195
|
-
selectedClass: StringConstructor;
|
32146
|
+
eager: BooleanConstructor;
|
32196
32147
|
elevation: {
|
32197
32148
|
type: (StringConstructor | NumberConstructor)[];
|
32198
32149
|
validator(v: any): boolean;
|
32199
32150
|
};
|
32200
|
-
title: StringConstructor;
|
32201
|
-
text: StringConstructor;
|
32202
32151
|
bgColor: StringConstructor;
|
32152
|
+
ripple: {
|
32153
|
+
type: PropType<boolean | {
|
32154
|
+
class: string;
|
32155
|
+
} | undefined>;
|
32156
|
+
default: boolean;
|
32157
|
+
};
|
32158
|
+
collapseIcon: {
|
32159
|
+
type: PropType<IconValue>;
|
32160
|
+
default: string;
|
32161
|
+
};
|
32162
|
+
expandIcon: {
|
32163
|
+
type: PropType<IconValue>;
|
32164
|
+
default: string;
|
32165
|
+
};
|
32166
|
+
hideActions: BooleanConstructor;
|
32167
|
+
focusable: BooleanConstructor;
|
32203
32168
|
modelValue: {
|
32204
32169
|
type: null;
|
32205
32170
|
default: undefined;
|
@@ -32207,6 +32172,8 @@ declare const VExpansionPanels: {
|
|
32207
32172
|
multiple: BooleanConstructor;
|
32208
32173
|
mandatory: PropType<boolean | "force">;
|
32209
32174
|
max: NumberConstructor;
|
32175
|
+
selectedClass: StringConstructor;
|
32176
|
+
disabled: BooleanConstructor;
|
32210
32177
|
flat: BooleanConstructor;
|
32211
32178
|
}, vue.ExtractPropTypes<{
|
32212
32179
|
variant: {
|
@@ -32214,51 +32181,46 @@ declare const VExpansionPanels: {
|
|
32214
32181
|
default: string;
|
32215
32182
|
validator: (v: any) => boolean;
|
32216
32183
|
};
|
32217
|
-
|
32218
|
-
|
32184
|
+
tag: {
|
32185
|
+
type: StringConstructor;
|
32186
|
+
default: string;
|
32187
|
+
};
|
32219
32188
|
class: PropType<any>;
|
32220
32189
|
style: {
|
32221
32190
|
type: PropType<vue.StyleValue>;
|
32222
32191
|
default: null;
|
32223
32192
|
};
|
32193
|
+
theme: StringConstructor;
|
32224
32194
|
color: StringConstructor;
|
32225
|
-
expandIcon: {
|
32226
|
-
type: PropType<IconValue>;
|
32227
|
-
default: string;
|
32228
|
-
};
|
32229
|
-
collapseIcon: {
|
32230
|
-
type: PropType<IconValue>;
|
32231
|
-
default: string;
|
32232
|
-
};
|
32233
|
-
hideActions: BooleanConstructor;
|
32234
|
-
focusable: BooleanConstructor;
|
32235
32195
|
static: BooleanConstructor;
|
32236
|
-
ripple: {
|
32237
|
-
type: PropType<boolean | {
|
32238
|
-
class: string;
|
32239
|
-
} | undefined>;
|
32240
|
-
default: boolean;
|
32241
|
-
};
|
32242
32196
|
readonly: BooleanConstructor;
|
32243
|
-
tag: {
|
32244
|
-
type: StringConstructor;
|
32245
|
-
default: string;
|
32246
|
-
};
|
32247
32197
|
rounded: {
|
32248
32198
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
32249
32199
|
default: undefined;
|
32250
32200
|
};
|
32251
32201
|
tile: BooleanConstructor;
|
32252
|
-
|
32253
|
-
disabled: BooleanConstructor;
|
32254
|
-
selectedClass: StringConstructor;
|
32202
|
+
eager: BooleanConstructor;
|
32255
32203
|
elevation: {
|
32256
32204
|
type: (StringConstructor | NumberConstructor)[];
|
32257
32205
|
validator(v: any): boolean;
|
32258
32206
|
};
|
32259
|
-
title: StringConstructor;
|
32260
|
-
text: StringConstructor;
|
32261
32207
|
bgColor: StringConstructor;
|
32208
|
+
ripple: {
|
32209
|
+
type: PropType<boolean | {
|
32210
|
+
class: string;
|
32211
|
+
} | undefined>;
|
32212
|
+
default: boolean;
|
32213
|
+
};
|
32214
|
+
collapseIcon: {
|
32215
|
+
type: PropType<IconValue>;
|
32216
|
+
default: string;
|
32217
|
+
};
|
32218
|
+
expandIcon: {
|
32219
|
+
type: PropType<IconValue>;
|
32220
|
+
default: string;
|
32221
|
+
};
|
32222
|
+
hideActions: BooleanConstructor;
|
32223
|
+
focusable: BooleanConstructor;
|
32262
32224
|
modelValue: {
|
32263
32225
|
type: null;
|
32264
32226
|
default: undefined;
|
@@ -32266,6 +32228,8 @@ declare const VExpansionPanels: {
|
|
32266
32228
|
multiple: BooleanConstructor;
|
32267
32229
|
mandatory: PropType<boolean | "force">;
|
32268
32230
|
max: NumberConstructor;
|
32231
|
+
selectedClass: StringConstructor;
|
32232
|
+
disabled: BooleanConstructor;
|
32269
32233
|
flat: BooleanConstructor;
|
32270
32234
|
}>>;
|
32271
32235
|
type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
|
@@ -33716,6 +33680,7 @@ declare const VFileInput: {
|
|
33716
33680
|
direction: "horizontal" | "vertical";
|
33717
33681
|
prependIcon: NonNullable<IconValue>;
|
33718
33682
|
clearIcon: IconValue;
|
33683
|
+
centerAffix: boolean;
|
33719
33684
|
hideSpinButtons: boolean;
|
33720
33685
|
persistentHint: boolean;
|
33721
33686
|
clearable: boolean;
|
@@ -33752,7 +33717,6 @@ declare const VFileInput: {
|
|
33752
33717
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
33753
33718
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
33754
33719
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
33755
|
-
centerAffix?: boolean | undefined;
|
33756
33720
|
hint?: string | undefined;
|
33757
33721
|
hideDetails?: boolean | "auto" | undefined;
|
33758
33722
|
} & {
|
@@ -34101,6 +34065,7 @@ declare const VFileInput: {
|
|
34101
34065
|
direction: "horizontal" | "vertical";
|
34102
34066
|
prependIcon: NonNullable<IconValue>;
|
34103
34067
|
clearIcon: IconValue;
|
34068
|
+
centerAffix: boolean;
|
34104
34069
|
hideSpinButtons: boolean;
|
34105
34070
|
persistentHint: boolean;
|
34106
34071
|
clearable: boolean;
|
@@ -34137,7 +34102,6 @@ declare const VFileInput: {
|
|
34137
34102
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34138
34103
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34139
34104
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34140
|
-
centerAffix?: boolean | undefined;
|
34141
34105
|
hint?: string | undefined;
|
34142
34106
|
hideDetails?: boolean | "auto" | undefined;
|
34143
34107
|
} & {
|
@@ -34324,6 +34288,7 @@ declare const VFileInput: {
|
|
34324
34288
|
direction: "horizontal" | "vertical";
|
34325
34289
|
prependIcon: NonNullable<IconValue>;
|
34326
34290
|
clearIcon: IconValue;
|
34291
|
+
centerAffix: boolean;
|
34327
34292
|
hideSpinButtons: boolean;
|
34328
34293
|
persistentHint: boolean;
|
34329
34294
|
clearable: boolean;
|
@@ -34360,7 +34325,6 @@ declare const VFileInput: {
|
|
34360
34325
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34361
34326
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34362
34327
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34363
|
-
centerAffix?: boolean | undefined;
|
34364
34328
|
hint?: string | undefined;
|
34365
34329
|
hideDetails?: boolean | "auto" | undefined;
|
34366
34330
|
} & {
|
@@ -34743,6 +34707,7 @@ declare const VFileInput: {
|
|
34743
34707
|
direction: "horizontal" | "vertical";
|
34744
34708
|
prependIcon: NonNullable<IconValue>;
|
34745
34709
|
clearIcon: IconValue;
|
34710
|
+
centerAffix: boolean;
|
34746
34711
|
hideSpinButtons: boolean;
|
34747
34712
|
persistentHint: boolean;
|
34748
34713
|
clearable: boolean;
|
@@ -34779,7 +34744,6 @@ declare const VFileInput: {
|
|
34779
34744
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34780
34745
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34781
34746
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34782
|
-
centerAffix?: boolean | undefined;
|
34783
34747
|
hint?: string | undefined;
|
34784
34748
|
hideDetails?: boolean | "auto" | undefined;
|
34785
34749
|
} & {
|
@@ -35211,10 +35175,7 @@ declare const VFileInput: {
|
|
35211
35175
|
default: string;
|
35212
35176
|
};
|
35213
35177
|
active: BooleanConstructor;
|
35214
|
-
centerAffix:
|
35215
|
-
type: BooleanConstructor;
|
35216
|
-
default: undefined;
|
35217
|
-
};
|
35178
|
+
centerAffix: BooleanConstructor;
|
35218
35179
|
color: StringConstructor;
|
35219
35180
|
baseColor: StringConstructor;
|
35220
35181
|
dirty: BooleanConstructor;
|
@@ -35333,10 +35294,7 @@ declare const VFileInput: {
|
|
35333
35294
|
default: string;
|
35334
35295
|
};
|
35335
35296
|
active: BooleanConstructor;
|
35336
|
-
centerAffix:
|
35337
|
-
type: BooleanConstructor;
|
35338
|
-
default: undefined;
|
35339
|
-
};
|
35297
|
+
centerAffix: BooleanConstructor;
|
35340
35298
|
color: StringConstructor;
|
35341
35299
|
baseColor: StringConstructor;
|
35342
35300
|
dirty: BooleanConstructor;
|
@@ -41138,7 +41096,7 @@ declare const VMenu: {
|
|
41138
41096
|
eager: boolean;
|
41139
41097
|
location: Anchor;
|
41140
41098
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41141
|
-
updateLocation: (e
|
41099
|
+
updateLocation: (e?: Event | undefined) => void;
|
41142
41100
|
} | undefined) | "connected">;
|
41143
41101
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41144
41102
|
closeDelay: NonNullable<string | number>;
|
@@ -41223,7 +41181,7 @@ declare const VMenu: {
|
|
41223
41181
|
eager: boolean;
|
41224
41182
|
location: Anchor;
|
41225
41183
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41226
|
-
updateLocation: (e
|
41184
|
+
updateLocation: (e?: Event | undefined) => void;
|
41227
41185
|
} | undefined) | "connected";
|
41228
41186
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41229
41187
|
activatorProps: Record<string, any>;
|
@@ -41250,7 +41208,7 @@ declare const VMenu: {
|
|
41250
41208
|
eager: boolean;
|
41251
41209
|
location: Anchor;
|
41252
41210
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41253
|
-
updateLocation: (e
|
41211
|
+
updateLocation: (e?: Event | undefined) => void;
|
41254
41212
|
} | undefined) | "connected";
|
41255
41213
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41256
41214
|
activatorProps: Record<string, any>;
|
@@ -41328,7 +41286,7 @@ declare const VMenu: {
|
|
41328
41286
|
eager: boolean;
|
41329
41287
|
location: Anchor;
|
41330
41288
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41331
|
-
updateLocation: (e
|
41289
|
+
updateLocation: (e?: Event | undefined) => void;
|
41332
41290
|
} | undefined) | "connected";
|
41333
41291
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41334
41292
|
activatorProps: Record<string, any>;
|
@@ -41435,7 +41393,7 @@ declare const VMenu: {
|
|
41435
41393
|
eager: boolean;
|
41436
41394
|
location: Anchor;
|
41437
41395
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41438
|
-
updateLocation: (e
|
41396
|
+
updateLocation: (e?: Event | undefined) => void;
|
41439
41397
|
} | undefined) | "connected";
|
41440
41398
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41441
41399
|
activatorProps: Record<string, any>;
|
@@ -41531,7 +41489,7 @@ declare const VMenu: {
|
|
41531
41489
|
eager: boolean;
|
41532
41490
|
location: Anchor;
|
41533
41491
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41534
|
-
updateLocation: (e
|
41492
|
+
updateLocation: (e?: Event | undefined) => void;
|
41535
41493
|
} | undefined) | "connected";
|
41536
41494
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41537
41495
|
activatorProps: Record<string, any>;
|
@@ -41591,7 +41549,7 @@ declare const VMenu: {
|
|
41591
41549
|
eager: boolean;
|
41592
41550
|
location: Anchor;
|
41593
41551
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41594
|
-
updateLocation: (e
|
41552
|
+
updateLocation: (e?: Event | undefined) => void;
|
41595
41553
|
} | undefined) | "connected";
|
41596
41554
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41597
41555
|
activatorProps: Record<string, any>;
|
@@ -41685,7 +41643,7 @@ declare const VMenu: {
|
|
41685
41643
|
eager: boolean;
|
41686
41644
|
location: Anchor;
|
41687
41645
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41688
|
-
updateLocation: (e
|
41646
|
+
updateLocation: (e?: Event | undefined) => void;
|
41689
41647
|
} | undefined) | "connected">;
|
41690
41648
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41691
41649
|
closeDelay: NonNullable<string | number>;
|
@@ -41765,7 +41723,7 @@ declare const VMenu: {
|
|
41765
41723
|
eager: boolean;
|
41766
41724
|
location: Anchor;
|
41767
41725
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41768
|
-
updateLocation: (e
|
41726
|
+
updateLocation: (e?: Event | undefined) => void;
|
41769
41727
|
} | undefined) | "connected">;
|
41770
41728
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41771
41729
|
closeDelay: NonNullable<string | number>;
|
@@ -41814,7 +41772,7 @@ declare const VMenu: {
|
|
41814
41772
|
eager: boolean;
|
41815
41773
|
location: Anchor;
|
41816
41774
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41817
|
-
updateLocation: (e
|
41775
|
+
updateLocation: (e?: Event | undefined) => void;
|
41818
41776
|
} | undefined) | "connected">;
|
41819
41777
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41820
41778
|
closeDelay: NonNullable<string | number>;
|
@@ -41899,7 +41857,7 @@ declare const VMenu: {
|
|
41899
41857
|
eager: boolean;
|
41900
41858
|
location: Anchor;
|
41901
41859
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41902
|
-
updateLocation: (e
|
41860
|
+
updateLocation: (e?: Event | undefined) => void;
|
41903
41861
|
} | undefined) | "connected";
|
41904
41862
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41905
41863
|
activatorProps: Record<string, any>;
|
@@ -41926,7 +41884,7 @@ declare const VMenu: {
|
|
41926
41884
|
eager: boolean;
|
41927
41885
|
location: Anchor;
|
41928
41886
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41929
|
-
updateLocation: (e
|
41887
|
+
updateLocation: (e?: Event | undefined) => void;
|
41930
41888
|
} | undefined) | "connected";
|
41931
41889
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41932
41890
|
activatorProps: Record<string, any>;
|
@@ -42004,7 +41962,7 @@ declare const VMenu: {
|
|
42004
41962
|
eager: boolean;
|
42005
41963
|
location: Anchor;
|
42006
41964
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42007
|
-
updateLocation: (e
|
41965
|
+
updateLocation: (e?: Event | undefined) => void;
|
42008
41966
|
} | undefined) | "connected";
|
42009
41967
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42010
41968
|
activatorProps: Record<string, any>;
|
@@ -42111,7 +42069,7 @@ declare const VMenu: {
|
|
42111
42069
|
eager: boolean;
|
42112
42070
|
location: Anchor;
|
42113
42071
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42114
|
-
updateLocation: (e
|
42072
|
+
updateLocation: (e?: Event | undefined) => void;
|
42115
42073
|
} | undefined) | "connected";
|
42116
42074
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42117
42075
|
activatorProps: Record<string, any>;
|
@@ -42207,7 +42165,7 @@ declare const VMenu: {
|
|
42207
42165
|
eager: boolean;
|
42208
42166
|
location: Anchor;
|
42209
42167
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42210
|
-
updateLocation: (e
|
42168
|
+
updateLocation: (e?: Event | undefined) => void;
|
42211
42169
|
} | undefined) | "connected";
|
42212
42170
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42213
42171
|
activatorProps: Record<string, any>;
|
@@ -42267,7 +42225,7 @@ declare const VMenu: {
|
|
42267
42225
|
eager: boolean;
|
42268
42226
|
location: Anchor;
|
42269
42227
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42270
|
-
updateLocation: (e
|
42228
|
+
updateLocation: (e?: Event | undefined) => void;
|
42271
42229
|
} | undefined) | "connected";
|
42272
42230
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42273
42231
|
activatorProps: Record<string, any>;
|
@@ -42359,7 +42317,7 @@ declare const VMenu: {
|
|
42359
42317
|
eager: boolean;
|
42360
42318
|
location: Anchor;
|
42361
42319
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42362
|
-
updateLocation: (e
|
42320
|
+
updateLocation: (e?: Event | undefined) => void;
|
42363
42321
|
} | undefined) | "connected">;
|
42364
42322
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42365
42323
|
closeDelay: NonNullable<string | number>;
|
@@ -42392,7 +42350,7 @@ declare const VMenu: {
|
|
42392
42350
|
eager: boolean;
|
42393
42351
|
location: Anchor;
|
42394
42352
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42395
|
-
updateLocation: (e
|
42353
|
+
updateLocation: (e?: Event | undefined) => void;
|
42396
42354
|
} | undefined) | "connected">;
|
42397
42355
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42398
42356
|
closeDelay: NonNullable<string | number>;
|
@@ -42477,7 +42435,7 @@ declare const VMenu: {
|
|
42477
42435
|
eager: boolean;
|
42478
42436
|
location: Anchor;
|
42479
42437
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42480
|
-
updateLocation: (e
|
42438
|
+
updateLocation: (e?: Event | undefined) => void;
|
42481
42439
|
} | undefined) | "connected";
|
42482
42440
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42483
42441
|
activatorProps: Record<string, any>;
|
@@ -42504,7 +42462,7 @@ declare const VMenu: {
|
|
42504
42462
|
eager: boolean;
|
42505
42463
|
location: Anchor;
|
42506
42464
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42507
|
-
updateLocation: (e
|
42465
|
+
updateLocation: (e?: Event | undefined) => void;
|
42508
42466
|
} | undefined) | "connected";
|
42509
42467
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42510
42468
|
activatorProps: Record<string, any>;
|
@@ -42582,7 +42540,7 @@ declare const VMenu: {
|
|
42582
42540
|
eager: boolean;
|
42583
42541
|
location: Anchor;
|
42584
42542
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42585
|
-
updateLocation: (e
|
42543
|
+
updateLocation: (e?: Event | undefined) => void;
|
42586
42544
|
} | undefined) | "connected";
|
42587
42545
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42588
42546
|
activatorProps: Record<string, any>;
|
@@ -42689,7 +42647,7 @@ declare const VMenu: {
|
|
42689
42647
|
eager: boolean;
|
42690
42648
|
location: Anchor;
|
42691
42649
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42692
|
-
updateLocation: (e
|
42650
|
+
updateLocation: (e?: Event | undefined) => void;
|
42693
42651
|
} | undefined) | "connected";
|
42694
42652
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42695
42653
|
activatorProps: Record<string, any>;
|
@@ -42785,7 +42743,7 @@ declare const VMenu: {
|
|
42785
42743
|
eager: boolean;
|
42786
42744
|
location: Anchor;
|
42787
42745
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42788
|
-
updateLocation: (e
|
42746
|
+
updateLocation: (e?: Event | undefined) => void;
|
42789
42747
|
} | undefined) | "connected";
|
42790
42748
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42791
42749
|
activatorProps: Record<string, any>;
|
@@ -42845,7 +42803,7 @@ declare const VMenu: {
|
|
42845
42803
|
eager: boolean;
|
42846
42804
|
location: Anchor;
|
42847
42805
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42848
|
-
updateLocation: (e
|
42806
|
+
updateLocation: (e?: Event | undefined) => void;
|
42849
42807
|
} | undefined) | "connected";
|
42850
42808
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42851
42809
|
activatorProps: Record<string, any>;
|
@@ -42939,7 +42897,7 @@ declare const VMenu: {
|
|
42939
42897
|
eager: boolean;
|
42940
42898
|
location: Anchor;
|
42941
42899
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42942
|
-
updateLocation: (e
|
42900
|
+
updateLocation: (e?: Event | undefined) => void;
|
42943
42901
|
} | undefined) | "connected">;
|
42944
42902
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42945
42903
|
closeDelay: NonNullable<string | number>;
|
@@ -43020,16 +42978,16 @@ declare const VMenu: {
|
|
43020
42978
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43021
42979
|
locationStrategy: Omit<{
|
43022
42980
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43023
|
-
updateLocation: (e
|
42981
|
+
updateLocation: (e?: Event | undefined) => void;
|
43024
42982
|
} | undefined) | "connected">;
|
43025
42983
|
default: string;
|
43026
42984
|
validator: (val: any) => boolean;
|
43027
42985
|
}, "default" | "type"> & {
|
43028
42986
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43029
|
-
updateLocation: (e
|
42987
|
+
updateLocation: (e?: Event | undefined) => void;
|
43030
42988
|
} | undefined) | "connected">>;
|
43031
42989
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43032
|
-
updateLocation: (e
|
42990
|
+
updateLocation: (e?: Event | undefined) => void;
|
43033
42991
|
} | undefined) | "connected">;
|
43034
42992
|
};
|
43035
42993
|
scrollStrategy: Omit<{
|
@@ -43135,16 +43093,16 @@ declare const VMenu: {
|
|
43135
43093
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43136
43094
|
locationStrategy: Omit<{
|
43137
43095
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43138
|
-
updateLocation: (e
|
43096
|
+
updateLocation: (e?: Event | undefined) => void;
|
43139
43097
|
} | undefined) | "connected">;
|
43140
43098
|
default: string;
|
43141
43099
|
validator: (val: any) => boolean;
|
43142
43100
|
}, "default" | "type"> & {
|
43143
43101
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43144
|
-
updateLocation: (e
|
43102
|
+
updateLocation: (e?: Event | undefined) => void;
|
43145
43103
|
} | undefined) | "connected">>;
|
43146
43104
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43147
|
-
updateLocation: (e
|
43105
|
+
updateLocation: (e?: Event | undefined) => void;
|
43148
43106
|
} | undefined) | "connected">;
|
43149
43107
|
};
|
43150
43108
|
scrollStrategy: Omit<{
|
@@ -44109,7 +44067,7 @@ declare const VOverlay: {
|
|
44109
44067
|
eager: boolean;
|
44110
44068
|
location: Anchor;
|
44111
44069
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44112
|
-
updateLocation: (e
|
44070
|
+
updateLocation: (e?: Event | undefined) => void;
|
44113
44071
|
} | undefined) | "connected";
|
44114
44072
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44115
44073
|
activatorProps: Record<string, any>;
|
@@ -44205,7 +44163,7 @@ declare const VOverlay: {
|
|
44205
44163
|
eager: boolean;
|
44206
44164
|
location: Anchor;
|
44207
44165
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44208
|
-
updateLocation: (e
|
44166
|
+
updateLocation: (e?: Event | undefined) => void;
|
44209
44167
|
} | undefined) | "connected";
|
44210
44168
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44211
44169
|
activatorProps: Record<string, any>;
|
@@ -44287,7 +44245,7 @@ declare const VOverlay: {
|
|
44287
44245
|
eager: boolean;
|
44288
44246
|
location: Anchor;
|
44289
44247
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44290
|
-
updateLocation: (e
|
44248
|
+
updateLocation: (e?: Event | undefined) => void;
|
44291
44249
|
} | undefined) | "connected";
|
44292
44250
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44293
44251
|
activatorProps: Record<string, any>;
|
@@ -44334,7 +44292,7 @@ declare const VOverlay: {
|
|
44334
44292
|
eager: boolean;
|
44335
44293
|
location: Anchor;
|
44336
44294
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44337
|
-
updateLocation: (e
|
44295
|
+
updateLocation: (e?: Event | undefined) => void;
|
44338
44296
|
} | undefined) | "connected";
|
44339
44297
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44340
44298
|
activatorProps: Record<string, any>;
|
@@ -44425,7 +44383,7 @@ declare const VOverlay: {
|
|
44425
44383
|
eager: boolean;
|
44426
44384
|
location: Anchor;
|
44427
44385
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44428
|
-
updateLocation: (e
|
44386
|
+
updateLocation: (e?: Event | undefined) => void;
|
44429
44387
|
} | undefined) | "connected";
|
44430
44388
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44431
44389
|
activatorProps: Record<string, any>;
|
@@ -44456,7 +44414,7 @@ declare const VOverlay: {
|
|
44456
44414
|
eager: boolean;
|
44457
44415
|
location: Anchor;
|
44458
44416
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44459
|
-
updateLocation: (e
|
44417
|
+
updateLocation: (e?: Event | undefined) => void;
|
44460
44418
|
} | undefined) | "connected";
|
44461
44419
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44462
44420
|
activatorProps: Record<string, any>;
|
@@ -44552,7 +44510,7 @@ declare const VOverlay: {
|
|
44552
44510
|
eager: boolean;
|
44553
44511
|
location: Anchor;
|
44554
44512
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44555
|
-
updateLocation: (e
|
44513
|
+
updateLocation: (e?: Event | undefined) => void;
|
44556
44514
|
} | undefined) | "connected";
|
44557
44515
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44558
44516
|
activatorProps: Record<string, any>;
|
@@ -44595,7 +44553,7 @@ declare const VOverlay: {
|
|
44595
44553
|
};
|
44596
44554
|
locationStrategy: {
|
44597
44555
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44598
|
-
updateLocation: (e
|
44556
|
+
updateLocation: (e?: Event | undefined) => void;
|
44599
44557
|
} | undefined) | "connected">;
|
44600
44558
|
default: string;
|
44601
44559
|
validator: (val: any) => boolean;
|
@@ -44678,7 +44636,7 @@ declare const VOverlay: {
|
|
44678
44636
|
};
|
44679
44637
|
locationStrategy: {
|
44680
44638
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44681
|
-
updateLocation: (e
|
44639
|
+
updateLocation: (e?: Event | undefined) => void;
|
44682
44640
|
} | undefined) | "connected">;
|
44683
44641
|
default: string;
|
44684
44642
|
validator: (val: any) => boolean;
|
@@ -46984,10 +46942,7 @@ declare const VRadioGroup: {
|
|
46984
46942
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
46985
46943
|
minWidth: (StringConstructor | NumberConstructor)[];
|
46986
46944
|
appendIcon: vue.PropType<IconValue>;
|
46987
|
-
centerAffix:
|
46988
|
-
type: BooleanConstructor;
|
46989
|
-
default: boolean;
|
46990
|
-
};
|
46945
|
+
centerAffix: BooleanConstructor;
|
46991
46946
|
prependIcon: vue.PropType<IconValue>;
|
46992
46947
|
hideDetails: vue.PropType<boolean | "auto">;
|
46993
46948
|
hideSpinButtons: BooleanConstructor;
|
@@ -47078,10 +47033,7 @@ declare const VRadioGroup: {
|
|
47078
47033
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
47079
47034
|
minWidth: (StringConstructor | NumberConstructor)[];
|
47080
47035
|
appendIcon: vue.PropType<IconValue>;
|
47081
|
-
centerAffix:
|
47082
|
-
type: BooleanConstructor;
|
47083
|
-
default: boolean;
|
47084
|
-
};
|
47036
|
+
centerAffix: BooleanConstructor;
|
47085
47037
|
prependIcon: vue.PropType<IconValue>;
|
47086
47038
|
hideDetails: vue.PropType<boolean | "auto">;
|
47087
47039
|
hideSpinButtons: BooleanConstructor;
|
@@ -47807,10 +47759,7 @@ declare const VRangeSlider: {
|
|
47807
47759
|
};
|
47808
47760
|
id: StringConstructor;
|
47809
47761
|
appendIcon: PropType<IconValue>;
|
47810
|
-
centerAffix:
|
47811
|
-
type: BooleanConstructor;
|
47812
|
-
default: boolean;
|
47813
|
-
};
|
47762
|
+
centerAffix: BooleanConstructor;
|
47814
47763
|
prependIcon: PropType<IconValue>;
|
47815
47764
|
hideDetails: PropType<boolean | "auto">;
|
47816
47765
|
hideSpinButtons: BooleanConstructor;
|
@@ -47934,10 +47883,7 @@ declare const VRangeSlider: {
|
|
47934
47883
|
};
|
47935
47884
|
id: StringConstructor;
|
47936
47885
|
appendIcon: PropType<IconValue>;
|
47937
|
-
centerAffix:
|
47938
|
-
type: BooleanConstructor;
|
47939
|
-
default: boolean;
|
47940
|
-
};
|
47886
|
+
centerAffix: BooleanConstructor;
|
47941
47887
|
prependIcon: PropType<IconValue>;
|
47942
47888
|
hideDetails: PropType<boolean | "auto">;
|
47943
47889
|
hideSpinButtons: BooleanConstructor;
|
@@ -48515,6 +48461,7 @@ declare const VSelect: {
|
|
48515
48461
|
direction: "horizontal" | "vertical";
|
48516
48462
|
valueComparator: typeof deepEqual;
|
48517
48463
|
clearIcon: IconValue;
|
48464
|
+
centerAffix: boolean;
|
48518
48465
|
hideSpinButtons: boolean;
|
48519
48466
|
persistentHint: boolean;
|
48520
48467
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -48559,7 +48506,6 @@ declare const VSelect: {
|
|
48559
48506
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
48560
48507
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
48561
48508
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
48562
|
-
centerAffix?: boolean | undefined;
|
48563
48509
|
hint?: string | undefined;
|
48564
48510
|
hideDetails?: boolean | "auto" | undefined;
|
48565
48511
|
suffix?: string | undefined;
|
@@ -48838,7 +48784,7 @@ declare const VSelect: {
|
|
48838
48784
|
eager: boolean;
|
48839
48785
|
location: Anchor;
|
48840
48786
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
48841
|
-
updateLocation: (e
|
48787
|
+
updateLocation: (e?: Event | undefined) => void;
|
48842
48788
|
} | undefined) | "connected">;
|
48843
48789
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
48844
48790
|
closeDelay: NonNullable<string | number>;
|
@@ -48867,7 +48813,7 @@ declare const VSelect: {
|
|
48867
48813
|
eager: boolean;
|
48868
48814
|
location: Anchor;
|
48869
48815
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
48870
|
-
updateLocation: (e
|
48816
|
+
updateLocation: (e?: Event | undefined) => void;
|
48871
48817
|
} | undefined) | "connected">;
|
48872
48818
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
48873
48819
|
closeDelay: NonNullable<string | number>;
|
@@ -48943,7 +48889,7 @@ declare const VSelect: {
|
|
48943
48889
|
eager: boolean;
|
48944
48890
|
location: Anchor;
|
48945
48891
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
48946
|
-
updateLocation: (e
|
48892
|
+
updateLocation: (e?: Event | undefined) => void;
|
48947
48893
|
} | undefined) | "connected">;
|
48948
48894
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
48949
48895
|
closeDelay: NonNullable<string | number>;
|
@@ -49047,6 +48993,7 @@ declare const VSelect: {
|
|
49047
48993
|
direction: "horizontal" | "vertical";
|
49048
48994
|
valueComparator: typeof deepEqual;
|
49049
48995
|
clearIcon: IconValue;
|
48996
|
+
centerAffix: boolean;
|
49050
48997
|
hideSpinButtons: boolean;
|
49051
48998
|
persistentHint: boolean;
|
49052
48999
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -49091,7 +49038,6 @@ declare const VSelect: {
|
|
49091
49038
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
49092
49039
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49093
49040
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49094
|
-
centerAffix?: boolean | undefined;
|
49095
49041
|
hint?: string | undefined;
|
49096
49042
|
hideDetails?: boolean | "auto" | undefined;
|
49097
49043
|
suffix?: string | undefined;
|
@@ -49370,7 +49316,7 @@ declare const VSelect: {
|
|
49370
49316
|
eager: boolean;
|
49371
49317
|
location: Anchor;
|
49372
49318
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49373
|
-
updateLocation: (e
|
49319
|
+
updateLocation: (e?: Event | undefined) => void;
|
49374
49320
|
} | undefined) | "connected">;
|
49375
49321
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49376
49322
|
closeDelay: NonNullable<string | number>;
|
@@ -49399,7 +49345,7 @@ declare const VSelect: {
|
|
49399
49345
|
eager: boolean;
|
49400
49346
|
location: Anchor;
|
49401
49347
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49402
|
-
updateLocation: (e
|
49348
|
+
updateLocation: (e?: Event | undefined) => void;
|
49403
49349
|
} | undefined) | "connected">;
|
49404
49350
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49405
49351
|
closeDelay: NonNullable<string | number>;
|
@@ -49475,7 +49421,7 @@ declare const VSelect: {
|
|
49475
49421
|
eager: boolean;
|
49476
49422
|
location: Anchor;
|
49477
49423
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49478
|
-
updateLocation: (e
|
49424
|
+
updateLocation: (e?: Event | undefined) => void;
|
49479
49425
|
} | undefined) | "connected">;
|
49480
49426
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49481
49427
|
closeDelay: NonNullable<string | number>;
|
@@ -49692,6 +49638,7 @@ declare const VSelect: {
|
|
49692
49638
|
direction: "horizontal" | "vertical";
|
49693
49639
|
valueComparator: typeof deepEqual;
|
49694
49640
|
clearIcon: IconValue;
|
49641
|
+
centerAffix: boolean;
|
49695
49642
|
hideSpinButtons: boolean;
|
49696
49643
|
persistentHint: boolean;
|
49697
49644
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -49736,7 +49683,6 @@ declare const VSelect: {
|
|
49736
49683
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
49737
49684
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49738
49685
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49739
|
-
centerAffix?: boolean | undefined;
|
49740
49686
|
hint?: string | undefined;
|
49741
49687
|
hideDetails?: boolean | "auto" | undefined;
|
49742
49688
|
suffix?: string | undefined;
|
@@ -50015,7 +49961,7 @@ declare const VSelect: {
|
|
50015
49961
|
eager: boolean;
|
50016
49962
|
location: Anchor;
|
50017
49963
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50018
|
-
updateLocation: (e
|
49964
|
+
updateLocation: (e?: Event | undefined) => void;
|
50019
49965
|
} | undefined) | "connected">;
|
50020
49966
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50021
49967
|
closeDelay: NonNullable<string | number>;
|
@@ -50044,7 +49990,7 @@ declare const VSelect: {
|
|
50044
49990
|
eager: boolean;
|
50045
49991
|
location: Anchor;
|
50046
49992
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50047
|
-
updateLocation: (e
|
49993
|
+
updateLocation: (e?: Event | undefined) => void;
|
50048
49994
|
} | undefined) | "connected">;
|
50049
49995
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50050
49996
|
closeDelay: NonNullable<string | number>;
|
@@ -50120,7 +50066,7 @@ declare const VSelect: {
|
|
50120
50066
|
eager: boolean;
|
50121
50067
|
location: Anchor;
|
50122
50068
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50123
|
-
updateLocation: (e
|
50069
|
+
updateLocation: (e?: Event | undefined) => void;
|
50124
50070
|
} | undefined) | "connected">;
|
50125
50071
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50126
50072
|
closeDelay: NonNullable<string | number>;
|
@@ -50272,6 +50218,7 @@ declare const VSelect: {
|
|
50272
50218
|
direction: "horizontal" | "vertical";
|
50273
50219
|
valueComparator: typeof deepEqual;
|
50274
50220
|
clearIcon: IconValue;
|
50221
|
+
centerAffix: boolean;
|
50275
50222
|
hideSpinButtons: boolean;
|
50276
50223
|
persistentHint: boolean;
|
50277
50224
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -50316,7 +50263,6 @@ declare const VSelect: {
|
|
50316
50263
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
50317
50264
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50318
50265
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50319
|
-
centerAffix?: boolean | undefined;
|
50320
50266
|
hint?: string | undefined;
|
50321
50267
|
hideDetails?: boolean | "auto" | undefined;
|
50322
50268
|
suffix?: string | undefined;
|
@@ -50595,7 +50541,7 @@ declare const VSelect: {
|
|
50595
50541
|
eager: boolean;
|
50596
50542
|
location: Anchor;
|
50597
50543
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50598
|
-
updateLocation: (e
|
50544
|
+
updateLocation: (e?: Event | undefined) => void;
|
50599
50545
|
} | undefined) | "connected">;
|
50600
50546
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50601
50547
|
closeDelay: NonNullable<string | number>;
|
@@ -50624,7 +50570,7 @@ declare const VSelect: {
|
|
50624
50570
|
eager: boolean;
|
50625
50571
|
location: Anchor;
|
50626
50572
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50627
|
-
updateLocation: (e
|
50573
|
+
updateLocation: (e?: Event | undefined) => void;
|
50628
50574
|
} | undefined) | "connected">;
|
50629
50575
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50630
50576
|
closeDelay: NonNullable<string | number>;
|
@@ -50700,7 +50646,7 @@ declare const VSelect: {
|
|
50700
50646
|
eager: boolean;
|
50701
50647
|
location: Anchor;
|
50702
50648
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50703
|
-
updateLocation: (e
|
50649
|
+
updateLocation: (e?: Event | undefined) => void;
|
50704
50650
|
} | undefined) | "connected">;
|
50705
50651
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50706
50652
|
closeDelay: NonNullable<string | number>;
|
@@ -51052,10 +50998,7 @@ declare const VSelect: {
|
|
51052
50998
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51053
50999
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
51054
51000
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
51055
|
-
centerAffix:
|
51056
|
-
type: BooleanConstructor;
|
51057
|
-
default: undefined;
|
51058
|
-
};
|
51001
|
+
centerAffix: BooleanConstructor;
|
51059
51002
|
hideSpinButtons: BooleanConstructor;
|
51060
51003
|
hint: StringConstructor;
|
51061
51004
|
persistentHint: BooleanConstructor;
|
@@ -51391,7 +51334,7 @@ declare const VSelect: {
|
|
51391
51334
|
eager: boolean;
|
51392
51335
|
location: Anchor;
|
51393
51336
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51394
|
-
updateLocation: (e
|
51337
|
+
updateLocation: (e?: Event | undefined) => void;
|
51395
51338
|
} | undefined) | "connected">;
|
51396
51339
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51397
51340
|
closeDelay: NonNullable<string | number>;
|
@@ -51420,7 +51363,7 @@ declare const VSelect: {
|
|
51420
51363
|
eager: boolean;
|
51421
51364
|
location: Anchor;
|
51422
51365
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51423
|
-
updateLocation: (e
|
51366
|
+
updateLocation: (e?: Event | undefined) => void;
|
51424
51367
|
} | undefined) | "connected">;
|
51425
51368
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51426
51369
|
closeDelay: NonNullable<string | number>;
|
@@ -51496,7 +51439,7 @@ declare const VSelect: {
|
|
51496
51439
|
eager: boolean;
|
51497
51440
|
location: Anchor;
|
51498
51441
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51499
|
-
updateLocation: (e
|
51442
|
+
updateLocation: (e?: Event | undefined) => void;
|
51500
51443
|
} | undefined) | "connected">;
|
51501
51444
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51502
51445
|
closeDelay: NonNullable<string | number>;
|
@@ -51684,10 +51627,7 @@ declare const VSelect: {
|
|
51684
51627
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51685
51628
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
51686
51629
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
51687
|
-
centerAffix:
|
51688
|
-
type: BooleanConstructor;
|
51689
|
-
default: undefined;
|
51690
|
-
};
|
51630
|
+
centerAffix: BooleanConstructor;
|
51691
51631
|
hideSpinButtons: BooleanConstructor;
|
51692
51632
|
hint: StringConstructor;
|
51693
51633
|
persistentHint: BooleanConstructor;
|
@@ -52023,7 +51963,7 @@ declare const VSelect: {
|
|
52023
51963
|
eager: boolean;
|
52024
51964
|
location: Anchor;
|
52025
51965
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52026
|
-
updateLocation: (e
|
51966
|
+
updateLocation: (e?: Event | undefined) => void;
|
52027
51967
|
} | undefined) | "connected">;
|
52028
51968
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52029
51969
|
closeDelay: NonNullable<string | number>;
|
@@ -52052,7 +51992,7 @@ declare const VSelect: {
|
|
52052
51992
|
eager: boolean;
|
52053
51993
|
location: Anchor;
|
52054
51994
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52055
|
-
updateLocation: (e
|
51995
|
+
updateLocation: (e?: Event | undefined) => void;
|
52056
51996
|
} | undefined) | "connected">;
|
52057
51997
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52058
51998
|
closeDelay: NonNullable<string | number>;
|
@@ -52128,7 +52068,7 @@ declare const VSelect: {
|
|
52128
52068
|
eager: boolean;
|
52129
52069
|
location: Anchor;
|
52130
52070
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52131
|
-
updateLocation: (e
|
52071
|
+
updateLocation: (e?: Event | undefined) => void;
|
52132
52072
|
} | undefined) | "connected">;
|
52133
52073
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52134
52074
|
closeDelay: NonNullable<string | number>;
|
@@ -53721,10 +53661,7 @@ declare const VSlider: {
|
|
53721
53661
|
};
|
53722
53662
|
id: StringConstructor;
|
53723
53663
|
appendIcon: vue.PropType<IconValue>;
|
53724
|
-
centerAffix:
|
53725
|
-
type: BooleanConstructor;
|
53726
|
-
default: boolean;
|
53727
|
-
};
|
53664
|
+
centerAffix: BooleanConstructor;
|
53728
53665
|
prependIcon: vue.PropType<IconValue>;
|
53729
53666
|
hideDetails: vue.PropType<boolean | "auto">;
|
53730
53667
|
hideSpinButtons: BooleanConstructor;
|
@@ -53847,10 +53784,7 @@ declare const VSlider: {
|
|
53847
53784
|
};
|
53848
53785
|
id: StringConstructor;
|
53849
53786
|
appendIcon: vue.PropType<IconValue>;
|
53850
|
-
centerAffix:
|
53851
|
-
type: BooleanConstructor;
|
53852
|
-
default: boolean;
|
53853
|
-
};
|
53787
|
+
centerAffix: BooleanConstructor;
|
53854
53788
|
prependIcon: vue.PropType<IconValue>;
|
53855
53789
|
hideDetails: vue.PropType<boolean | "auto">;
|
53856
53790
|
hideSpinButtons: BooleanConstructor;
|
@@ -53945,7 +53879,7 @@ declare const VSnackbar: {
|
|
53945
53879
|
eager: boolean;
|
53946
53880
|
location: Anchor;
|
53947
53881
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
53948
|
-
updateLocation: (e
|
53882
|
+
updateLocation: (e?: Event | undefined) => void;
|
53949
53883
|
} | undefined) | "connected";
|
53950
53884
|
activatorProps: Record<string, any>;
|
53951
53885
|
openOnHover: boolean;
|
@@ -54030,7 +53964,7 @@ declare const VSnackbar: {
|
|
54030
53964
|
eager: boolean;
|
54031
53965
|
location: Anchor;
|
54032
53966
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54033
|
-
updateLocation: (e
|
53967
|
+
updateLocation: (e?: Event | undefined) => void;
|
54034
53968
|
} | undefined) | "connected";
|
54035
53969
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54036
53970
|
activatorProps: Record<string, any>;
|
@@ -54057,7 +53991,7 @@ declare const VSnackbar: {
|
|
54057
53991
|
eager: boolean;
|
54058
53992
|
location: Anchor;
|
54059
53993
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54060
|
-
updateLocation: (e
|
53994
|
+
updateLocation: (e?: Event | undefined) => void;
|
54061
53995
|
} | undefined) | "connected";
|
54062
53996
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54063
53997
|
activatorProps: Record<string, any>;
|
@@ -54135,7 +54069,7 @@ declare const VSnackbar: {
|
|
54135
54069
|
eager: boolean;
|
54136
54070
|
location: Anchor;
|
54137
54071
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54138
|
-
updateLocation: (e
|
54072
|
+
updateLocation: (e?: Event | undefined) => void;
|
54139
54073
|
} | undefined) | "connected";
|
54140
54074
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54141
54075
|
activatorProps: Record<string, any>;
|
@@ -54242,7 +54176,7 @@ declare const VSnackbar: {
|
|
54242
54176
|
eager: boolean;
|
54243
54177
|
location: Anchor;
|
54244
54178
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54245
|
-
updateLocation: (e
|
54179
|
+
updateLocation: (e?: Event | undefined) => void;
|
54246
54180
|
} | undefined) | "connected";
|
54247
54181
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54248
54182
|
activatorProps: Record<string, any>;
|
@@ -54338,7 +54272,7 @@ declare const VSnackbar: {
|
|
54338
54272
|
eager: boolean;
|
54339
54273
|
location: Anchor;
|
54340
54274
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54341
|
-
updateLocation: (e
|
54275
|
+
updateLocation: (e?: Event | undefined) => void;
|
54342
54276
|
} | undefined) | "connected";
|
54343
54277
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54344
54278
|
activatorProps: Record<string, any>;
|
@@ -54398,7 +54332,7 @@ declare const VSnackbar: {
|
|
54398
54332
|
eager: boolean;
|
54399
54333
|
location: Anchor;
|
54400
54334
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54401
|
-
updateLocation: (e
|
54335
|
+
updateLocation: (e?: Event | undefined) => void;
|
54402
54336
|
} | undefined) | "connected";
|
54403
54337
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54404
54338
|
activatorProps: Record<string, any>;
|
@@ -54494,7 +54428,7 @@ declare const VSnackbar: {
|
|
54494
54428
|
eager: boolean;
|
54495
54429
|
location: Anchor;
|
54496
54430
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54497
|
-
updateLocation: (e
|
54431
|
+
updateLocation: (e?: Event | undefined) => void;
|
54498
54432
|
} | undefined) | "connected";
|
54499
54433
|
activatorProps: Record<string, any>;
|
54500
54434
|
openOnHover: boolean;
|
@@ -54580,7 +54514,7 @@ declare const VSnackbar: {
|
|
54580
54514
|
eager: boolean;
|
54581
54515
|
location: Anchor;
|
54582
54516
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54583
|
-
updateLocation: (e
|
54517
|
+
updateLocation: (e?: Event | undefined) => void;
|
54584
54518
|
} | undefined) | "connected";
|
54585
54519
|
activatorProps: Record<string, any>;
|
54586
54520
|
openOnClick: boolean;
|
@@ -54632,7 +54566,7 @@ declare const VSnackbar: {
|
|
54632
54566
|
eager: boolean;
|
54633
54567
|
location: Anchor;
|
54634
54568
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54635
|
-
updateLocation: (e
|
54569
|
+
updateLocation: (e?: Event | undefined) => void;
|
54636
54570
|
} | undefined) | "connected";
|
54637
54571
|
activatorProps: Record<string, any>;
|
54638
54572
|
openOnHover: boolean;
|
@@ -54717,7 +54651,7 @@ declare const VSnackbar: {
|
|
54717
54651
|
eager: boolean;
|
54718
54652
|
location: Anchor;
|
54719
54653
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54720
|
-
updateLocation: (e
|
54654
|
+
updateLocation: (e?: Event | undefined) => void;
|
54721
54655
|
} | undefined) | "connected";
|
54722
54656
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54723
54657
|
activatorProps: Record<string, any>;
|
@@ -54744,7 +54678,7 @@ declare const VSnackbar: {
|
|
54744
54678
|
eager: boolean;
|
54745
54679
|
location: Anchor;
|
54746
54680
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54747
|
-
updateLocation: (e
|
54681
|
+
updateLocation: (e?: Event | undefined) => void;
|
54748
54682
|
} | undefined) | "connected";
|
54749
54683
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54750
54684
|
activatorProps: Record<string, any>;
|
@@ -54822,7 +54756,7 @@ declare const VSnackbar: {
|
|
54822
54756
|
eager: boolean;
|
54823
54757
|
location: Anchor;
|
54824
54758
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54825
|
-
updateLocation: (e
|
54759
|
+
updateLocation: (e?: Event | undefined) => void;
|
54826
54760
|
} | undefined) | "connected";
|
54827
54761
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54828
54762
|
activatorProps: Record<string, any>;
|
@@ -54929,7 +54863,7 @@ declare const VSnackbar: {
|
|
54929
54863
|
eager: boolean;
|
54930
54864
|
location: Anchor;
|
54931
54865
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54932
|
-
updateLocation: (e
|
54866
|
+
updateLocation: (e?: Event | undefined) => void;
|
54933
54867
|
} | undefined) | "connected";
|
54934
54868
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54935
54869
|
activatorProps: Record<string, any>;
|
@@ -55025,7 +54959,7 @@ declare const VSnackbar: {
|
|
55025
54959
|
eager: boolean;
|
55026
54960
|
location: Anchor;
|
55027
54961
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55028
|
-
updateLocation: (e
|
54962
|
+
updateLocation: (e?: Event | undefined) => void;
|
55029
54963
|
} | undefined) | "connected";
|
55030
54964
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55031
54965
|
activatorProps: Record<string, any>;
|
@@ -55085,7 +55019,7 @@ declare const VSnackbar: {
|
|
55085
55019
|
eager: boolean;
|
55086
55020
|
location: Anchor;
|
55087
55021
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55088
|
-
updateLocation: (e
|
55022
|
+
updateLocation: (e?: Event | undefined) => void;
|
55089
55023
|
} | undefined) | "connected";
|
55090
55024
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55091
55025
|
activatorProps: Record<string, any>;
|
@@ -55180,7 +55114,7 @@ declare const VSnackbar: {
|
|
55180
55114
|
eager: boolean;
|
55181
55115
|
location: Anchor;
|
55182
55116
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55183
|
-
updateLocation: (e
|
55117
|
+
updateLocation: (e?: Event | undefined) => void;
|
55184
55118
|
} | undefined) | "connected";
|
55185
55119
|
activatorProps: Record<string, any>;
|
55186
55120
|
openOnClick: boolean;
|
@@ -55211,7 +55145,7 @@ declare const VSnackbar: {
|
|
55211
55145
|
eager: boolean;
|
55212
55146
|
location: Anchor;
|
55213
55147
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55214
|
-
updateLocation: (e
|
55148
|
+
updateLocation: (e?: Event | undefined) => void;
|
55215
55149
|
} | undefined) | "connected";
|
55216
55150
|
activatorProps: Record<string, any>;
|
55217
55151
|
openOnHover: boolean;
|
@@ -55296,7 +55230,7 @@ declare const VSnackbar: {
|
|
55296
55230
|
eager: boolean;
|
55297
55231
|
location: Anchor;
|
55298
55232
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55299
|
-
updateLocation: (e
|
55233
|
+
updateLocation: (e?: Event | undefined) => void;
|
55300
55234
|
} | undefined) | "connected";
|
55301
55235
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55302
55236
|
activatorProps: Record<string, any>;
|
@@ -55323,7 +55257,7 @@ declare const VSnackbar: {
|
|
55323
55257
|
eager: boolean;
|
55324
55258
|
location: Anchor;
|
55325
55259
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55326
|
-
updateLocation: (e
|
55260
|
+
updateLocation: (e?: Event | undefined) => void;
|
55327
55261
|
} | undefined) | "connected";
|
55328
55262
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55329
55263
|
activatorProps: Record<string, any>;
|
@@ -55401,7 +55335,7 @@ declare const VSnackbar: {
|
|
55401
55335
|
eager: boolean;
|
55402
55336
|
location: Anchor;
|
55403
55337
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55404
|
-
updateLocation: (e
|
55338
|
+
updateLocation: (e?: Event | undefined) => void;
|
55405
55339
|
} | undefined) | "connected";
|
55406
55340
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55407
55341
|
activatorProps: Record<string, any>;
|
@@ -55508,7 +55442,7 @@ declare const VSnackbar: {
|
|
55508
55442
|
eager: boolean;
|
55509
55443
|
location: Anchor;
|
55510
55444
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55511
|
-
updateLocation: (e
|
55445
|
+
updateLocation: (e?: Event | undefined) => void;
|
55512
55446
|
} | undefined) | "connected";
|
55513
55447
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55514
55448
|
activatorProps: Record<string, any>;
|
@@ -55604,7 +55538,7 @@ declare const VSnackbar: {
|
|
55604
55538
|
eager: boolean;
|
55605
55539
|
location: Anchor;
|
55606
55540
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55607
|
-
updateLocation: (e
|
55541
|
+
updateLocation: (e?: Event | undefined) => void;
|
55608
55542
|
} | undefined) | "connected";
|
55609
55543
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55610
55544
|
activatorProps: Record<string, any>;
|
@@ -55664,7 +55598,7 @@ declare const VSnackbar: {
|
|
55664
55598
|
eager: boolean;
|
55665
55599
|
location: Anchor;
|
55666
55600
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55667
|
-
updateLocation: (e
|
55601
|
+
updateLocation: (e?: Event | undefined) => void;
|
55668
55602
|
} | undefined) | "connected";
|
55669
55603
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55670
55604
|
activatorProps: Record<string, any>;
|
@@ -55761,7 +55695,7 @@ declare const VSnackbar: {
|
|
55761
55695
|
eager: boolean;
|
55762
55696
|
location: Anchor;
|
55763
55697
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55764
|
-
updateLocation: (e
|
55698
|
+
updateLocation: (e?: Event | undefined) => void;
|
55765
55699
|
} | undefined) | "connected";
|
55766
55700
|
activatorProps: Record<string, any>;
|
55767
55701
|
openOnClick: boolean;
|
@@ -55840,7 +55774,7 @@ declare const VSnackbar: {
|
|
55840
55774
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
55841
55775
|
locationStrategy: {
|
55842
55776
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55843
|
-
updateLocation: (e
|
55777
|
+
updateLocation: (e?: Event | undefined) => void;
|
55844
55778
|
} | undefined) | "connected">;
|
55845
55779
|
default: string;
|
55846
55780
|
validator: (val: any) => boolean;
|
@@ -55941,7 +55875,7 @@ declare const VSnackbar: {
|
|
55941
55875
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
55942
55876
|
locationStrategy: {
|
55943
55877
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55944
|
-
updateLocation: (e
|
55878
|
+
updateLocation: (e?: Event | undefined) => void;
|
55945
55879
|
} | undefined) | "connected">;
|
55946
55880
|
default: string;
|
55947
55881
|
validator: (val: any) => boolean;
|
@@ -56405,7 +56339,7 @@ declare const VSpeedDial: {
|
|
56405
56339
|
eager: boolean;
|
56406
56340
|
location: NonNullable<Anchor>;
|
56407
56341
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56408
|
-
updateLocation: (e
|
56342
|
+
updateLocation: (e?: Event | undefined) => void;
|
56409
56343
|
} | undefined) | "connected">;
|
56410
56344
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56411
56345
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56487,7 +56421,7 @@ declare const VSpeedDial: {
|
|
56487
56421
|
eager: boolean;
|
56488
56422
|
location: NonNullable<Anchor>;
|
56489
56423
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56490
|
-
updateLocation: (e
|
56424
|
+
updateLocation: (e?: Event | undefined) => void;
|
56491
56425
|
} | undefined) | "connected">;
|
56492
56426
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56493
56427
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56567,7 +56501,7 @@ declare const VSpeedDial: {
|
|
56567
56501
|
eager: boolean;
|
56568
56502
|
location: NonNullable<Anchor>;
|
56569
56503
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56570
|
-
updateLocation: (e
|
56504
|
+
updateLocation: (e?: Event | undefined) => void;
|
56571
56505
|
} | undefined) | "connected">;
|
56572
56506
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56573
56507
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56618,7 +56552,7 @@ declare const VSpeedDial: {
|
|
56618
56552
|
eager: boolean;
|
56619
56553
|
location: NonNullable<Anchor>;
|
56620
56554
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56621
|
-
updateLocation: (e
|
56555
|
+
updateLocation: (e?: Event | undefined) => void;
|
56622
56556
|
} | undefined) | "connected">;
|
56623
56557
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56624
56558
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56698,7 +56632,7 @@ declare const VSpeedDial: {
|
|
56698
56632
|
eager: boolean;
|
56699
56633
|
location: NonNullable<Anchor>;
|
56700
56634
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56701
|
-
updateLocation: (e
|
56635
|
+
updateLocation: (e?: Event | undefined) => void;
|
56702
56636
|
} | undefined) | "connected">;
|
56703
56637
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56704
56638
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56733,7 +56667,7 @@ declare const VSpeedDial: {
|
|
56733
56667
|
eager: boolean;
|
56734
56668
|
location: NonNullable<Anchor>;
|
56735
56669
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56736
|
-
updateLocation: (e
|
56670
|
+
updateLocation: (e?: Event | undefined) => void;
|
56737
56671
|
} | undefined) | "connected">;
|
56738
56672
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56739
56673
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56815,7 +56749,7 @@ declare const VSpeedDial: {
|
|
56815
56749
|
eager: boolean;
|
56816
56750
|
location: NonNullable<Anchor>;
|
56817
56751
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56818
|
-
updateLocation: (e
|
56752
|
+
updateLocation: (e?: Event | undefined) => void;
|
56819
56753
|
} | undefined) | "connected">;
|
56820
56754
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56821
56755
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56916,16 +56850,16 @@ declare const VSpeedDial: {
|
|
56916
56850
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
56917
56851
|
locationStrategy: Omit<{
|
56918
56852
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56919
|
-
updateLocation: (e
|
56853
|
+
updateLocation: (e?: Event | undefined) => void;
|
56920
56854
|
} | undefined) | "connected">;
|
56921
56855
|
default: string;
|
56922
56856
|
validator: (val: any) => boolean;
|
56923
56857
|
}, "default" | "type"> & {
|
56924
56858
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56925
|
-
updateLocation: (e
|
56859
|
+
updateLocation: (e?: Event | undefined) => void;
|
56926
56860
|
} | undefined) | "connected">>;
|
56927
56861
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56928
|
-
updateLocation: (e
|
56862
|
+
updateLocation: (e?: Event | undefined) => void;
|
56929
56863
|
} | undefined) | "connected">;
|
56930
56864
|
};
|
56931
56865
|
scrollStrategy: Omit<{
|
@@ -57057,16 +56991,16 @@ declare const VSpeedDial: {
|
|
57057
56991
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
57058
56992
|
locationStrategy: Omit<{
|
57059
56993
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57060
|
-
updateLocation: (e
|
56994
|
+
updateLocation: (e?: Event | undefined) => void;
|
57061
56995
|
} | undefined) | "connected">;
|
57062
56996
|
default: string;
|
57063
56997
|
validator: (val: any) => boolean;
|
57064
56998
|
}, "default" | "type"> & {
|
57065
56999
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57066
|
-
updateLocation: (e
|
57000
|
+
updateLocation: (e?: Event | undefined) => void;
|
57067
57001
|
} | undefined) | "connected">>;
|
57068
57002
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57069
|
-
updateLocation: (e
|
57003
|
+
updateLocation: (e?: Event | undefined) => void;
|
57070
57004
|
} | undefined) | "connected">;
|
57071
57005
|
};
|
57072
57006
|
scrollStrategy: Omit<{
|
@@ -59330,106 +59264,100 @@ declare const VSwitch: {
|
|
59330
59264
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
59331
59265
|
minWidth: (StringConstructor | NumberConstructor)[];
|
59332
59266
|
appendIcon: vue.PropType<IconValue>;
|
59333
|
-
centerAffix:
|
59334
|
-
|
59335
|
-
|
59336
|
-
|
59337
|
-
|
59338
|
-
|
59339
|
-
|
59340
|
-
|
59341
|
-
|
59342
|
-
|
59343
|
-
|
59344
|
-
|
59345
|
-
|
59346
|
-
|
59347
|
-
|
59348
|
-
|
59349
|
-
|
59350
|
-
|
59351
|
-
|
59352
|
-
|
59353
|
-
|
59354
|
-
|
59355
|
-
flat: BooleanConstructor;
|
59356
|
-
loading: {
|
59357
|
-
type: (StringConstructor | BooleanConstructor)[];
|
59358
|
-
default: boolean;
|
59359
|
-
};
|
59360
|
-
}, vue.ExtractPropTypes<{
|
59361
|
-
theme: StringConstructor;
|
59362
|
-
density: {
|
59363
|
-
type: vue.PropType<Density>;
|
59364
|
-
default: string;
|
59365
|
-
validator: (v: any) => boolean;
|
59366
|
-
};
|
59367
|
-
class: vue.PropType<any>;
|
59368
|
-
style: {
|
59369
|
-
type: vue.PropType<vue.StyleValue>;
|
59370
|
-
default: null;
|
59371
|
-
};
|
59372
|
-
color: StringConstructor;
|
59373
|
-
disabled: {
|
59374
|
-
type: vue.PropType<boolean | null>;
|
59375
|
-
default: null;
|
59376
|
-
};
|
59377
|
-
defaultsTarget: StringConstructor;
|
59378
|
-
error: BooleanConstructor;
|
59379
|
-
id: StringConstructor;
|
59380
|
-
inline: BooleanConstructor;
|
59381
|
-
falseIcon: vue.PropType<IconValue>;
|
59382
|
-
trueIcon: vue.PropType<IconValue>;
|
59383
|
-
ripple: {
|
59384
|
-
type: vue.PropType<boolean | {
|
59385
|
-
class: string;
|
59386
|
-
} | undefined>;
|
59387
|
-
default: boolean;
|
59388
|
-
};
|
59389
|
-
multiple: {
|
59390
|
-
type: vue.PropType<boolean | null>;
|
59391
|
-
default: null;
|
59392
|
-
};
|
59393
|
-
name: StringConstructor;
|
59394
|
-
readonly: {
|
59395
|
-
type: vue.PropType<boolean | null>;
|
59396
|
-
default: null;
|
59397
|
-
};
|
59398
|
-
modelValue: null;
|
59399
|
-
type: StringConstructor;
|
59400
|
-
valueComparator: {
|
59401
|
-
type: vue.PropType<typeof deepEqual>;
|
59402
|
-
default: typeof deepEqual;
|
59403
|
-
};
|
59404
|
-
label: StringConstructor;
|
59405
|
-
baseColor: StringConstructor;
|
59406
|
-
trueValue: null;
|
59407
|
-
falseValue: null;
|
59408
|
-
value: null;
|
59409
|
-
focused: BooleanConstructor;
|
59410
|
-
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
59411
|
-
errorMessages: {
|
59412
|
-
type: vue.PropType<string | readonly string[] | null>;
|
59413
|
-
default: () => never[];
|
59414
|
-
};
|
59415
|
-
maxErrors: {
|
59416
|
-
type: (StringConstructor | NumberConstructor)[];
|
59417
|
-
default: number;
|
59418
|
-
};
|
59419
|
-
rules: {
|
59420
|
-
type: vue.PropType<readonly ValidationRule$1[]>;
|
59421
|
-
default: () => never[];
|
59422
|
-
};
|
59423
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
59424
|
-
validationValue: null;
|
59425
|
-
width: (StringConstructor | NumberConstructor)[];
|
59426
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
59427
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
59428
|
-
appendIcon: vue.PropType<IconValue>;
|
59429
|
-
centerAffix: {
|
59430
|
-
type: BooleanConstructor;
|
59267
|
+
centerAffix: BooleanConstructor;
|
59268
|
+
prependIcon: vue.PropType<IconValue>;
|
59269
|
+
hideDetails: vue.PropType<boolean | "auto">;
|
59270
|
+
hideSpinButtons: BooleanConstructor;
|
59271
|
+
hint: StringConstructor;
|
59272
|
+
persistentHint: BooleanConstructor;
|
59273
|
+
messages: {
|
59274
|
+
type: vue.PropType<string | readonly string[]>;
|
59275
|
+
default: () => never[];
|
59276
|
+
};
|
59277
|
+
direction: {
|
59278
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
59279
|
+
default: string;
|
59280
|
+
validator: (v: any) => boolean;
|
59281
|
+
};
|
59282
|
+
'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
|
59283
|
+
'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
|
59284
|
+
indeterminate: BooleanConstructor;
|
59285
|
+
inset: BooleanConstructor;
|
59286
|
+
flat: BooleanConstructor;
|
59287
|
+
loading: {
|
59288
|
+
type: (StringConstructor | BooleanConstructor)[];
|
59431
59289
|
default: boolean;
|
59432
59290
|
};
|
59291
|
+
}, vue.ExtractPropTypes<{
|
59292
|
+
theme: StringConstructor;
|
59293
|
+
density: {
|
59294
|
+
type: vue.PropType<Density>;
|
59295
|
+
default: string;
|
59296
|
+
validator: (v: any) => boolean;
|
59297
|
+
};
|
59298
|
+
class: vue.PropType<any>;
|
59299
|
+
style: {
|
59300
|
+
type: vue.PropType<vue.StyleValue>;
|
59301
|
+
default: null;
|
59302
|
+
};
|
59303
|
+
color: StringConstructor;
|
59304
|
+
disabled: {
|
59305
|
+
type: vue.PropType<boolean | null>;
|
59306
|
+
default: null;
|
59307
|
+
};
|
59308
|
+
defaultsTarget: StringConstructor;
|
59309
|
+
error: BooleanConstructor;
|
59310
|
+
id: StringConstructor;
|
59311
|
+
inline: BooleanConstructor;
|
59312
|
+
falseIcon: vue.PropType<IconValue>;
|
59313
|
+
trueIcon: vue.PropType<IconValue>;
|
59314
|
+
ripple: {
|
59315
|
+
type: vue.PropType<boolean | {
|
59316
|
+
class: string;
|
59317
|
+
} | undefined>;
|
59318
|
+
default: boolean;
|
59319
|
+
};
|
59320
|
+
multiple: {
|
59321
|
+
type: vue.PropType<boolean | null>;
|
59322
|
+
default: null;
|
59323
|
+
};
|
59324
|
+
name: StringConstructor;
|
59325
|
+
readonly: {
|
59326
|
+
type: vue.PropType<boolean | null>;
|
59327
|
+
default: null;
|
59328
|
+
};
|
59329
|
+
modelValue: null;
|
59330
|
+
type: StringConstructor;
|
59331
|
+
valueComparator: {
|
59332
|
+
type: vue.PropType<typeof deepEqual>;
|
59333
|
+
default: typeof deepEqual;
|
59334
|
+
};
|
59335
|
+
label: StringConstructor;
|
59336
|
+
baseColor: StringConstructor;
|
59337
|
+
trueValue: null;
|
59338
|
+
falseValue: null;
|
59339
|
+
value: null;
|
59340
|
+
focused: BooleanConstructor;
|
59341
|
+
'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
|
59342
|
+
errorMessages: {
|
59343
|
+
type: vue.PropType<string | readonly string[] | null>;
|
59344
|
+
default: () => never[];
|
59345
|
+
};
|
59346
|
+
maxErrors: {
|
59347
|
+
type: (StringConstructor | NumberConstructor)[];
|
59348
|
+
default: number;
|
59349
|
+
};
|
59350
|
+
rules: {
|
59351
|
+
type: vue.PropType<readonly ValidationRule$1[]>;
|
59352
|
+
default: () => never[];
|
59353
|
+
};
|
59354
|
+
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
59355
|
+
validationValue: null;
|
59356
|
+
width: (StringConstructor | NumberConstructor)[];
|
59357
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
59358
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
59359
|
+
appendIcon: vue.PropType<IconValue>;
|
59360
|
+
centerAffix: BooleanConstructor;
|
59433
59361
|
prependIcon: vue.PropType<IconValue>;
|
59434
59362
|
hideDetails: vue.PropType<boolean | "auto">;
|
59435
59363
|
hideSpinButtons: BooleanConstructor;
|
@@ -62431,7 +62359,6 @@ declare const VTextarea: {
|
|
62431
62359
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
62432
62360
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62433
62361
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62434
|
-
centerAffix?: boolean | undefined;
|
62435
62362
|
hint?: string | undefined;
|
62436
62363
|
hideDetails?: boolean | "auto" | undefined;
|
62437
62364
|
suffix?: string | undefined;
|
@@ -62804,7 +62731,6 @@ declare const VTextarea: {
|
|
62804
62731
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
62805
62732
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62806
62733
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62807
|
-
centerAffix?: boolean | undefined;
|
62808
62734
|
hint?: string | undefined;
|
62809
62735
|
hideDetails?: boolean | "auto" | undefined;
|
62810
62736
|
suffix?: string | undefined;
|
@@ -62886,7 +62812,6 @@ declare const VTextarea: {
|
|
62886
62812
|
density: Density;
|
62887
62813
|
direction: "horizontal" | "vertical";
|
62888
62814
|
clearIcon: IconValue;
|
62889
|
-
centerAffix: boolean;
|
62890
62815
|
hideSpinButtons: boolean;
|
62891
62816
|
persistentHint: boolean;
|
62892
62817
|
autofocus: boolean;
|
@@ -63002,7 +62927,6 @@ declare const VTextarea: {
|
|
63002
62927
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63003
62928
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63004
62929
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63005
|
-
centerAffix?: boolean | undefined;
|
63006
62930
|
hint?: string | undefined;
|
63007
62931
|
hideDetails?: boolean | "auto" | undefined;
|
63008
62932
|
suffix?: string | undefined;
|
@@ -63329,7 +63253,6 @@ declare const VTextarea: {
|
|
63329
63253
|
density: Density;
|
63330
63254
|
direction: "horizontal" | "vertical";
|
63331
63255
|
clearIcon: IconValue;
|
63332
|
-
centerAffix: boolean;
|
63333
63256
|
hideSpinButtons: boolean;
|
63334
63257
|
persistentHint: boolean;
|
63335
63258
|
autofocus: boolean;
|
@@ -63406,7 +63329,6 @@ declare const VTextarea: {
|
|
63406
63329
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63407
63330
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63408
63331
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63409
|
-
centerAffix?: boolean | undefined;
|
63410
63332
|
hint?: string | undefined;
|
63411
63333
|
hideDetails?: boolean | "auto" | undefined;
|
63412
63334
|
suffix?: string | undefined;
|
@@ -63738,7 +63660,6 @@ declare const VTextarea: {
|
|
63738
63660
|
density: Density;
|
63739
63661
|
direction: "horizontal" | "vertical";
|
63740
63662
|
clearIcon: IconValue;
|
63741
|
-
centerAffix: boolean;
|
63742
63663
|
hideSpinButtons: boolean;
|
63743
63664
|
persistentHint: boolean;
|
63744
63665
|
autofocus: boolean;
|
@@ -63788,52 +63709,55 @@ declare const VTextarea: {
|
|
63788
63709
|
[key: string]: any;
|
63789
63710
|
}>[];
|
63790
63711
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
63791
|
-
|
63792
|
-
|
63793
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
63794
|
-
default: undefined;
|
63795
|
-
};
|
63796
|
-
tile: BooleanConstructor;
|
63797
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
63712
|
+
reverse: BooleanConstructor;
|
63713
|
+
flat: BooleanConstructor;
|
63798
63714
|
class: PropType<any>;
|
63799
63715
|
style: {
|
63800
63716
|
type: PropType<vue.StyleValue>;
|
63801
63717
|
default: null;
|
63802
63718
|
};
|
63803
|
-
|
63804
|
-
bgColor: StringConstructor;
|
63805
|
-
clearable: BooleanConstructor;
|
63806
|
-
clearIcon: {
|
63807
|
-
type: PropType<IconValue>;
|
63808
|
-
default: string;
|
63809
|
-
};
|
63719
|
+
label: StringConstructor;
|
63810
63720
|
active: BooleanConstructor;
|
63811
|
-
|
63812
|
-
|
63813
|
-
default: undefined;
|
63814
|
-
};
|
63721
|
+
error: BooleanConstructor;
|
63722
|
+
theme: StringConstructor;
|
63815
63723
|
color: StringConstructor;
|
63816
|
-
baseColor: StringConstructor;
|
63817
|
-
dirty: BooleanConstructor;
|
63818
63724
|
disabled: {
|
63819
63725
|
type: BooleanConstructor;
|
63820
63726
|
default: null;
|
63821
63727
|
};
|
63822
|
-
|
63823
|
-
|
63824
|
-
|
63825
|
-
|
63826
|
-
|
63827
|
-
reverse: BooleanConstructor;
|
63828
|
-
singleLine: BooleanConstructor;
|
63728
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
63729
|
+
rounded: {
|
63730
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
63731
|
+
default: undefined;
|
63732
|
+
};
|
63829
63733
|
variant: {
|
63830
63734
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
63831
63735
|
default: string;
|
63832
63736
|
validator: (v: any) => boolean;
|
63833
63737
|
};
|
63738
|
+
tile: BooleanConstructor;
|
63739
|
+
baseColor: StringConstructor;
|
63740
|
+
bgColor: StringConstructor;
|
63741
|
+
clearIcon: {
|
63742
|
+
type: PropType<IconValue>;
|
63743
|
+
default: string;
|
63744
|
+
};
|
63745
|
+
appendInnerIcon: PropType<IconValue>;
|
63746
|
+
prependInnerIcon: PropType<IconValue>;
|
63834
63747
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
63835
63748
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
63836
63749
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
63750
|
+
clearable: BooleanConstructor;
|
63751
|
+
dirty: BooleanConstructor;
|
63752
|
+
persistentClear: BooleanConstructor;
|
63753
|
+
singleLine: BooleanConstructor;
|
63754
|
+
id: StringConstructor;
|
63755
|
+
width: (StringConstructor | NumberConstructor)[];
|
63756
|
+
name: StringConstructor;
|
63757
|
+
messages: {
|
63758
|
+
type: PropType<string | readonly string[]>;
|
63759
|
+
default: () => never[];
|
63760
|
+
};
|
63837
63761
|
focused: BooleanConstructor;
|
63838
63762
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
63839
63763
|
errorMessages: {
|
@@ -63844,7 +63768,6 @@ declare const VTextarea: {
|
|
63844
63768
|
type: (StringConstructor | NumberConstructor)[];
|
63845
63769
|
default: number;
|
63846
63770
|
};
|
63847
|
-
name: StringConstructor;
|
63848
63771
|
readonly: {
|
63849
63772
|
type: PropType<boolean | null>;
|
63850
63773
|
default: null;
|
@@ -63856,7 +63779,6 @@ declare const VTextarea: {
|
|
63856
63779
|
modelValue: null;
|
63857
63780
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
63858
63781
|
validationValue: null;
|
63859
|
-
width: (StringConstructor | NumberConstructor)[];
|
63860
63782
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
63861
63783
|
minWidth: (StringConstructor | NumberConstructor)[];
|
63862
63784
|
density: {
|
@@ -63864,24 +63786,19 @@ declare const VTextarea: {
|
|
63864
63786
|
default: string;
|
63865
63787
|
validator: (v: any) => boolean;
|
63866
63788
|
};
|
63867
|
-
id: StringConstructor;
|
63868
|
-
appendIcon: PropType<IconValue>;
|
63869
|
-
prependIcon: PropType<IconValue>;
|
63870
|
-
hideDetails: PropType<boolean | "auto">;
|
63871
|
-
hideSpinButtons: BooleanConstructor;
|
63872
|
-
hint: StringConstructor;
|
63873
|
-
persistentHint: BooleanConstructor;
|
63874
|
-
messages: {
|
63875
|
-
type: PropType<string | readonly string[]>;
|
63876
|
-
default: () => never[];
|
63877
|
-
};
|
63878
63789
|
direction: {
|
63879
63790
|
type: PropType<"horizontal" | "vertical">;
|
63880
63791
|
default: string;
|
63881
63792
|
validator: (v: any) => boolean;
|
63882
63793
|
};
|
63794
|
+
prependIcon: PropType<IconValue>;
|
63795
|
+
appendIcon: PropType<IconValue>;
|
63883
63796
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
63884
63797
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
63798
|
+
hideSpinButtons: BooleanConstructor;
|
63799
|
+
hint: StringConstructor;
|
63800
|
+
persistentHint: BooleanConstructor;
|
63801
|
+
hideDetails: PropType<boolean | "auto">;
|
63885
63802
|
autoGrow: BooleanConstructor;
|
63886
63803
|
autofocus: BooleanConstructor;
|
63887
63804
|
counter: PropType<string | number | true>;
|
@@ -63903,52 +63820,55 @@ declare const VTextarea: {
|
|
63903
63820
|
suffix: StringConstructor;
|
63904
63821
|
modelModifiers: PropType<Record<string, boolean>>;
|
63905
63822
|
}, vue.ExtractPropTypes<{
|
63906
|
-
|
63907
|
-
|
63908
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
63909
|
-
default: undefined;
|
63910
|
-
};
|
63911
|
-
tile: BooleanConstructor;
|
63912
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
63823
|
+
reverse: BooleanConstructor;
|
63824
|
+
flat: BooleanConstructor;
|
63913
63825
|
class: PropType<any>;
|
63914
63826
|
style: {
|
63915
63827
|
type: PropType<vue.StyleValue>;
|
63916
63828
|
default: null;
|
63917
63829
|
};
|
63918
|
-
|
63919
|
-
bgColor: StringConstructor;
|
63920
|
-
clearable: BooleanConstructor;
|
63921
|
-
clearIcon: {
|
63922
|
-
type: PropType<IconValue>;
|
63923
|
-
default: string;
|
63924
|
-
};
|
63830
|
+
label: StringConstructor;
|
63925
63831
|
active: BooleanConstructor;
|
63926
|
-
|
63927
|
-
|
63928
|
-
default: undefined;
|
63929
|
-
};
|
63832
|
+
error: BooleanConstructor;
|
63833
|
+
theme: StringConstructor;
|
63930
63834
|
color: StringConstructor;
|
63931
|
-
baseColor: StringConstructor;
|
63932
|
-
dirty: BooleanConstructor;
|
63933
63835
|
disabled: {
|
63934
63836
|
type: BooleanConstructor;
|
63935
63837
|
default: null;
|
63936
63838
|
};
|
63937
|
-
|
63938
|
-
|
63939
|
-
|
63940
|
-
|
63941
|
-
|
63942
|
-
reverse: BooleanConstructor;
|
63943
|
-
singleLine: BooleanConstructor;
|
63839
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
63840
|
+
rounded: {
|
63841
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
63842
|
+
default: undefined;
|
63843
|
+
};
|
63944
63844
|
variant: {
|
63945
63845
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
63946
63846
|
default: string;
|
63947
63847
|
validator: (v: any) => boolean;
|
63948
63848
|
};
|
63849
|
+
tile: BooleanConstructor;
|
63850
|
+
baseColor: StringConstructor;
|
63851
|
+
bgColor: StringConstructor;
|
63852
|
+
clearIcon: {
|
63853
|
+
type: PropType<IconValue>;
|
63854
|
+
default: string;
|
63855
|
+
};
|
63856
|
+
appendInnerIcon: PropType<IconValue>;
|
63857
|
+
prependInnerIcon: PropType<IconValue>;
|
63949
63858
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
63950
63859
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
63951
63860
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
63861
|
+
clearable: BooleanConstructor;
|
63862
|
+
dirty: BooleanConstructor;
|
63863
|
+
persistentClear: BooleanConstructor;
|
63864
|
+
singleLine: BooleanConstructor;
|
63865
|
+
id: StringConstructor;
|
63866
|
+
width: (StringConstructor | NumberConstructor)[];
|
63867
|
+
name: StringConstructor;
|
63868
|
+
messages: {
|
63869
|
+
type: PropType<string | readonly string[]>;
|
63870
|
+
default: () => never[];
|
63871
|
+
};
|
63952
63872
|
focused: BooleanConstructor;
|
63953
63873
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
63954
63874
|
errorMessages: {
|
@@ -63959,7 +63879,6 @@ declare const VTextarea: {
|
|
63959
63879
|
type: (StringConstructor | NumberConstructor)[];
|
63960
63880
|
default: number;
|
63961
63881
|
};
|
63962
|
-
name: StringConstructor;
|
63963
63882
|
readonly: {
|
63964
63883
|
type: PropType<boolean | null>;
|
63965
63884
|
default: null;
|
@@ -63971,7 +63890,6 @@ declare const VTextarea: {
|
|
63971
63890
|
modelValue: null;
|
63972
63891
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
63973
63892
|
validationValue: null;
|
63974
|
-
width: (StringConstructor | NumberConstructor)[];
|
63975
63893
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
63976
63894
|
minWidth: (StringConstructor | NumberConstructor)[];
|
63977
63895
|
density: {
|
@@ -63979,24 +63897,19 @@ declare const VTextarea: {
|
|
63979
63897
|
default: string;
|
63980
63898
|
validator: (v: any) => boolean;
|
63981
63899
|
};
|
63982
|
-
id: StringConstructor;
|
63983
|
-
appendIcon: PropType<IconValue>;
|
63984
|
-
prependIcon: PropType<IconValue>;
|
63985
|
-
hideDetails: PropType<boolean | "auto">;
|
63986
|
-
hideSpinButtons: BooleanConstructor;
|
63987
|
-
hint: StringConstructor;
|
63988
|
-
persistentHint: BooleanConstructor;
|
63989
|
-
messages: {
|
63990
|
-
type: PropType<string | readonly string[]>;
|
63991
|
-
default: () => never[];
|
63992
|
-
};
|
63993
63900
|
direction: {
|
63994
63901
|
type: PropType<"horizontal" | "vertical">;
|
63995
63902
|
default: string;
|
63996
63903
|
validator: (v: any) => boolean;
|
63997
63904
|
};
|
63905
|
+
prependIcon: PropType<IconValue>;
|
63906
|
+
appendIcon: PropType<IconValue>;
|
63998
63907
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
63999
63908
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
63909
|
+
hideSpinButtons: BooleanConstructor;
|
63910
|
+
hint: StringConstructor;
|
63911
|
+
persistentHint: BooleanConstructor;
|
63912
|
+
hideDetails: PropType<boolean | "auto">;
|
64000
63913
|
autoGrow: BooleanConstructor;
|
64001
63914
|
autofocus: BooleanConstructor;
|
64002
63915
|
counter: PropType<string | number | true>;
|
@@ -64040,6 +63953,7 @@ declare const VTextField: {
|
|
64040
63953
|
density: Density;
|
64041
63954
|
direction: "horizontal" | "vertical";
|
64042
63955
|
clearIcon: IconValue;
|
63956
|
+
centerAffix: boolean;
|
64043
63957
|
hideSpinButtons: boolean;
|
64044
63958
|
persistentHint: boolean;
|
64045
63959
|
autofocus: boolean;
|
@@ -64080,7 +63994,6 @@ declare const VTextField: {
|
|
64080
63994
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64081
63995
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64082
63996
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64083
|
-
centerAffix?: boolean | undefined;
|
64084
63997
|
hint?: string | undefined;
|
64085
63998
|
hideDetails?: boolean | "auto" | undefined;
|
64086
63999
|
suffix?: string | undefined;
|
@@ -64421,6 +64334,7 @@ declare const VTextField: {
|
|
64421
64334
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64422
64335
|
tile: boolean;
|
64423
64336
|
clearIcon: IconValue;
|
64337
|
+
centerAffix: boolean;
|
64424
64338
|
clearable: boolean;
|
64425
64339
|
dirty: boolean;
|
64426
64340
|
persistentClear: boolean;
|
@@ -64440,7 +64354,6 @@ declare const VTextField: {
|
|
64440
64354
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64441
64355
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64442
64356
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64443
|
-
centerAffix?: boolean | undefined;
|
64444
64357
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
64445
64358
|
reverse: boolean;
|
64446
64359
|
flat: boolean;
|
@@ -64452,6 +64365,7 @@ declare const VTextField: {
|
|
64452
64365
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64453
64366
|
tile: boolean;
|
64454
64367
|
clearIcon: IconValue;
|
64368
|
+
centerAffix: boolean;
|
64455
64369
|
clearable: boolean;
|
64456
64370
|
dirty: boolean;
|
64457
64371
|
persistentClear: boolean;
|
@@ -64472,7 +64386,6 @@ declare const VTextField: {
|
|
64472
64386
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64473
64387
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64474
64388
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64475
|
-
centerAffix?: boolean | undefined;
|
64476
64389
|
} & {
|
64477
64390
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64478
64391
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -64522,6 +64435,7 @@ declare const VTextField: {
|
|
64522
64435
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64523
64436
|
tile: boolean;
|
64524
64437
|
clearIcon: IconValue;
|
64438
|
+
centerAffix: boolean;
|
64525
64439
|
clearable: boolean;
|
64526
64440
|
dirty: boolean;
|
64527
64441
|
persistentClear: boolean;
|
@@ -64542,7 +64456,6 @@ declare const VTextField: {
|
|
64542
64456
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64543
64457
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64544
64458
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64545
|
-
centerAffix?: boolean | undefined;
|
64546
64459
|
} & {
|
64547
64460
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64548
64461
|
}, {
|
@@ -64622,6 +64535,7 @@ declare const VTextField: {
|
|
64622
64535
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64623
64536
|
tile: boolean;
|
64624
64537
|
clearIcon: IconValue;
|
64538
|
+
centerAffix: boolean;
|
64625
64539
|
clearable: boolean;
|
64626
64540
|
dirty: boolean;
|
64627
64541
|
persistentClear: boolean;
|
@@ -64642,7 +64556,6 @@ declare const VTextField: {
|
|
64642
64556
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64643
64557
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64644
64558
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64645
|
-
centerAffix?: boolean | undefined;
|
64646
64559
|
} & {
|
64647
64560
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64648
64561
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -64674,6 +64587,7 @@ declare const VTextField: {
|
|
64674
64587
|
density: Density;
|
64675
64588
|
direction: "horizontal" | "vertical";
|
64676
64589
|
clearIcon: IconValue;
|
64590
|
+
centerAffix: boolean;
|
64677
64591
|
hideSpinButtons: boolean;
|
64678
64592
|
persistentHint: boolean;
|
64679
64593
|
autofocus: boolean;
|
@@ -64714,7 +64628,6 @@ declare const VTextField: {
|
|
64714
64628
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64715
64629
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64716
64630
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64717
|
-
centerAffix?: boolean | undefined;
|
64718
64631
|
hint?: string | undefined;
|
64719
64632
|
hideDetails?: boolean | "auto" | undefined;
|
64720
64633
|
suffix?: string | undefined;
|
@@ -64874,6 +64787,7 @@ declare const VTextField: {
|
|
64874
64787
|
density: Density;
|
64875
64788
|
direction: "horizontal" | "vertical";
|
64876
64789
|
clearIcon: IconValue;
|
64790
|
+
centerAffix: boolean;
|
64877
64791
|
hideSpinButtons: boolean;
|
64878
64792
|
persistentHint: boolean;
|
64879
64793
|
autofocus: boolean;
|
@@ -64914,7 +64828,6 @@ declare const VTextField: {
|
|
64914
64828
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64915
64829
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64916
64830
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64917
|
-
centerAffix?: boolean | undefined;
|
64918
64831
|
hint?: string | undefined;
|
64919
64832
|
hideDetails?: boolean | "auto" | undefined;
|
64920
64833
|
suffix?: string | undefined;
|
@@ -65255,6 +65168,7 @@ declare const VTextField: {
|
|
65255
65168
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65256
65169
|
tile: boolean;
|
65257
65170
|
clearIcon: IconValue;
|
65171
|
+
centerAffix: boolean;
|
65258
65172
|
clearable: boolean;
|
65259
65173
|
dirty: boolean;
|
65260
65174
|
persistentClear: boolean;
|
@@ -65274,7 +65188,6 @@ declare const VTextField: {
|
|
65274
65188
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65275
65189
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65276
65190
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65277
|
-
centerAffix?: boolean | undefined;
|
65278
65191
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
65279
65192
|
reverse: boolean;
|
65280
65193
|
flat: boolean;
|
@@ -65286,6 +65199,7 @@ declare const VTextField: {
|
|
65286
65199
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65287
65200
|
tile: boolean;
|
65288
65201
|
clearIcon: IconValue;
|
65202
|
+
centerAffix: boolean;
|
65289
65203
|
clearable: boolean;
|
65290
65204
|
dirty: boolean;
|
65291
65205
|
persistentClear: boolean;
|
@@ -65306,7 +65220,6 @@ declare const VTextField: {
|
|
65306
65220
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65307
65221
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65308
65222
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65309
|
-
centerAffix?: boolean | undefined;
|
65310
65223
|
} & {
|
65311
65224
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65312
65225
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -65356,6 +65269,7 @@ declare const VTextField: {
|
|
65356
65269
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65357
65270
|
tile: boolean;
|
65358
65271
|
clearIcon: IconValue;
|
65272
|
+
centerAffix: boolean;
|
65359
65273
|
clearable: boolean;
|
65360
65274
|
dirty: boolean;
|
65361
65275
|
persistentClear: boolean;
|
@@ -65376,7 +65290,6 @@ declare const VTextField: {
|
|
65376
65290
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65377
65291
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65378
65292
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65379
|
-
centerAffix?: boolean | undefined;
|
65380
65293
|
} & {
|
65381
65294
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65382
65295
|
}, {
|
@@ -65456,6 +65369,7 @@ declare const VTextField: {
|
|
65456
65369
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65457
65370
|
tile: boolean;
|
65458
65371
|
clearIcon: IconValue;
|
65372
|
+
centerAffix: boolean;
|
65459
65373
|
clearable: boolean;
|
65460
65374
|
dirty: boolean;
|
65461
65375
|
persistentClear: boolean;
|
@@ -65476,7 +65390,6 @@ declare const VTextField: {
|
|
65476
65390
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65477
65391
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65478
65392
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65479
|
-
centerAffix?: boolean | undefined;
|
65480
65393
|
} & {
|
65481
65394
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65482
65395
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -65537,6 +65450,7 @@ declare const VTextField: {
|
|
65537
65450
|
density: Density;
|
65538
65451
|
direction: "horizontal" | "vertical";
|
65539
65452
|
clearIcon: IconValue;
|
65453
|
+
centerAffix: boolean;
|
65540
65454
|
hideSpinButtons: boolean;
|
65541
65455
|
persistentHint: boolean;
|
65542
65456
|
autofocus: boolean;
|
@@ -65577,7 +65491,6 @@ declare const VTextField: {
|
|
65577
65491
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65578
65492
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65579
65493
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65580
|
-
centerAffix?: boolean | undefined;
|
65581
65494
|
hint?: string | undefined;
|
65582
65495
|
hideDetails?: boolean | "auto" | undefined;
|
65583
65496
|
suffix?: string | undefined;
|
@@ -65918,6 +65831,7 @@ declare const VTextField: {
|
|
65918
65831
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65919
65832
|
tile: boolean;
|
65920
65833
|
clearIcon: IconValue;
|
65834
|
+
centerAffix: boolean;
|
65921
65835
|
clearable: boolean;
|
65922
65836
|
dirty: boolean;
|
65923
65837
|
persistentClear: boolean;
|
@@ -65937,7 +65851,6 @@ declare const VTextField: {
|
|
65937
65851
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65938
65852
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65939
65853
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65940
|
-
centerAffix?: boolean | undefined;
|
65941
65854
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
65942
65855
|
reverse: boolean;
|
65943
65856
|
flat: boolean;
|
@@ -65949,6 +65862,7 @@ declare const VTextField: {
|
|
65949
65862
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65950
65863
|
tile: boolean;
|
65951
65864
|
clearIcon: IconValue;
|
65865
|
+
centerAffix: boolean;
|
65952
65866
|
clearable: boolean;
|
65953
65867
|
dirty: boolean;
|
65954
65868
|
persistentClear: boolean;
|
@@ -65969,7 +65883,6 @@ declare const VTextField: {
|
|
65969
65883
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65970
65884
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65971
65885
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65972
|
-
centerAffix?: boolean | undefined;
|
65973
65886
|
} & {
|
65974
65887
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65975
65888
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -66019,6 +65932,7 @@ declare const VTextField: {
|
|
66019
65932
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66020
65933
|
tile: boolean;
|
66021
65934
|
clearIcon: IconValue;
|
65935
|
+
centerAffix: boolean;
|
66022
65936
|
clearable: boolean;
|
66023
65937
|
dirty: boolean;
|
66024
65938
|
persistentClear: boolean;
|
@@ -66039,7 +65953,6 @@ declare const VTextField: {
|
|
66039
65953
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66040
65954
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66041
65955
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66042
|
-
centerAffix?: boolean | undefined;
|
66043
65956
|
} & {
|
66044
65957
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66045
65958
|
}, {
|
@@ -66119,6 +66032,7 @@ declare const VTextField: {
|
|
66119
66032
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66120
66033
|
tile: boolean;
|
66121
66034
|
clearIcon: IconValue;
|
66035
|
+
centerAffix: boolean;
|
66122
66036
|
clearable: boolean;
|
66123
66037
|
dirty: boolean;
|
66124
66038
|
persistentClear: boolean;
|
@@ -66139,7 +66053,6 @@ declare const VTextField: {
|
|
66139
66053
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66140
66054
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66141
66055
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66142
|
-
centerAffix?: boolean | undefined;
|
66143
66056
|
} & {
|
66144
66057
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66145
66058
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -66242,10 +66155,7 @@ declare const VTextField: {
|
|
66242
66155
|
default: string;
|
66243
66156
|
};
|
66244
66157
|
active: BooleanConstructor;
|
66245
|
-
centerAffix:
|
66246
|
-
type: BooleanConstructor;
|
66247
|
-
default: undefined;
|
66248
|
-
};
|
66158
|
+
centerAffix: BooleanConstructor;
|
66249
66159
|
color: StringConstructor;
|
66250
66160
|
baseColor: StringConstructor;
|
66251
66161
|
dirty: BooleanConstructor;
|
@@ -66351,10 +66261,7 @@ declare const VTextField: {
|
|
66351
66261
|
default: string;
|
66352
66262
|
};
|
66353
66263
|
active: BooleanConstructor;
|
66354
|
-
centerAffix:
|
66355
|
-
type: BooleanConstructor;
|
66356
|
-
default: undefined;
|
66357
|
-
};
|
66264
|
+
centerAffix: BooleanConstructor;
|
66358
66265
|
color: StringConstructor;
|
66359
66266
|
baseColor: StringConstructor;
|
66360
66267
|
dirty: BooleanConstructor;
|
@@ -67397,7 +67304,7 @@ declare const VTooltip: {
|
|
67397
67304
|
eager: boolean;
|
67398
67305
|
location: NonNullable<Anchor>;
|
67399
67306
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67400
|
-
updateLocation: (e
|
67307
|
+
updateLocation: (e?: Event | undefined) => void;
|
67401
67308
|
} | undefined) | "connected">;
|
67402
67309
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
67403
67310
|
activatorProps: Record<string, any>;
|
@@ -67477,7 +67384,7 @@ declare const VTooltip: {
|
|
67477
67384
|
eager: boolean;
|
67478
67385
|
location: Anchor;
|
67479
67386
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67480
|
-
updateLocation: (e
|
67387
|
+
updateLocation: (e?: Event | undefined) => void;
|
67481
67388
|
} | undefined) | "connected";
|
67482
67389
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67483
67390
|
activatorProps: Record<string, any>;
|
@@ -67504,7 +67411,7 @@ declare const VTooltip: {
|
|
67504
67411
|
eager: boolean;
|
67505
67412
|
location: Anchor;
|
67506
67413
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67507
|
-
updateLocation: (e
|
67414
|
+
updateLocation: (e?: Event | undefined) => void;
|
67508
67415
|
} | undefined) | "connected";
|
67509
67416
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67510
67417
|
activatorProps: Record<string, any>;
|
@@ -67582,7 +67489,7 @@ declare const VTooltip: {
|
|
67582
67489
|
eager: boolean;
|
67583
67490
|
location: Anchor;
|
67584
67491
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67585
|
-
updateLocation: (e
|
67492
|
+
updateLocation: (e?: Event | undefined) => void;
|
67586
67493
|
} | undefined) | "connected";
|
67587
67494
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67588
67495
|
activatorProps: Record<string, any>;
|
@@ -67689,7 +67596,7 @@ declare const VTooltip: {
|
|
67689
67596
|
eager: boolean;
|
67690
67597
|
location: Anchor;
|
67691
67598
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67692
|
-
updateLocation: (e
|
67599
|
+
updateLocation: (e?: Event | undefined) => void;
|
67693
67600
|
} | undefined) | "connected";
|
67694
67601
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67695
67602
|
activatorProps: Record<string, any>;
|
@@ -67785,7 +67692,7 @@ declare const VTooltip: {
|
|
67785
67692
|
eager: boolean;
|
67786
67693
|
location: Anchor;
|
67787
67694
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67788
|
-
updateLocation: (e
|
67695
|
+
updateLocation: (e?: Event | undefined) => void;
|
67789
67696
|
} | undefined) | "connected";
|
67790
67697
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67791
67698
|
activatorProps: Record<string, any>;
|
@@ -67845,7 +67752,7 @@ declare const VTooltip: {
|
|
67845
67752
|
eager: boolean;
|
67846
67753
|
location: Anchor;
|
67847
67754
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67848
|
-
updateLocation: (e
|
67755
|
+
updateLocation: (e?: Event | undefined) => void;
|
67849
67756
|
} | undefined) | "connected";
|
67850
67757
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67851
67758
|
activatorProps: Record<string, any>;
|
@@ -67939,7 +67846,7 @@ declare const VTooltip: {
|
|
67939
67846
|
eager: boolean;
|
67940
67847
|
location: NonNullable<Anchor>;
|
67941
67848
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67942
|
-
updateLocation: (e
|
67849
|
+
updateLocation: (e?: Event | undefined) => void;
|
67943
67850
|
} | undefined) | "connected">;
|
67944
67851
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
67945
67852
|
activatorProps: Record<string, any>;
|
@@ -68017,7 +67924,7 @@ declare const VTooltip: {
|
|
68017
67924
|
eager: boolean;
|
68018
67925
|
location: NonNullable<Anchor>;
|
68019
67926
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68020
|
-
updateLocation: (e
|
67927
|
+
updateLocation: (e?: Event | undefined) => void;
|
68021
67928
|
} | undefined) | "connected">;
|
68022
67929
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68023
67930
|
activatorProps: Record<string, any>;
|
@@ -68063,7 +67970,7 @@ declare const VTooltip: {
|
|
68063
67970
|
eager: boolean;
|
68064
67971
|
location: NonNullable<Anchor>;
|
68065
67972
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68066
|
-
updateLocation: (e
|
67973
|
+
updateLocation: (e?: Event | undefined) => void;
|
68067
67974
|
} | undefined) | "connected">;
|
68068
67975
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68069
67976
|
activatorProps: Record<string, any>;
|
@@ -68143,7 +68050,7 @@ declare const VTooltip: {
|
|
68143
68050
|
eager: boolean;
|
68144
68051
|
location: Anchor;
|
68145
68052
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68146
|
-
updateLocation: (e
|
68053
|
+
updateLocation: (e?: Event | undefined) => void;
|
68147
68054
|
} | undefined) | "connected";
|
68148
68055
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68149
68056
|
activatorProps: Record<string, any>;
|
@@ -68170,7 +68077,7 @@ declare const VTooltip: {
|
|
68170
68077
|
eager: boolean;
|
68171
68078
|
location: Anchor;
|
68172
68079
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68173
|
-
updateLocation: (e
|
68080
|
+
updateLocation: (e?: Event | undefined) => void;
|
68174
68081
|
} | undefined) | "connected";
|
68175
68082
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68176
68083
|
activatorProps: Record<string, any>;
|
@@ -68248,7 +68155,7 @@ declare const VTooltip: {
|
|
68248
68155
|
eager: boolean;
|
68249
68156
|
location: Anchor;
|
68250
68157
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68251
|
-
updateLocation: (e
|
68158
|
+
updateLocation: (e?: Event | undefined) => void;
|
68252
68159
|
} | undefined) | "connected";
|
68253
68160
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68254
68161
|
activatorProps: Record<string, any>;
|
@@ -68355,7 +68262,7 @@ declare const VTooltip: {
|
|
68355
68262
|
eager: boolean;
|
68356
68263
|
location: Anchor;
|
68357
68264
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68358
|
-
updateLocation: (e
|
68265
|
+
updateLocation: (e?: Event | undefined) => void;
|
68359
68266
|
} | undefined) | "connected";
|
68360
68267
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68361
68268
|
activatorProps: Record<string, any>;
|
@@ -68451,7 +68358,7 @@ declare const VTooltip: {
|
|
68451
68358
|
eager: boolean;
|
68452
68359
|
location: Anchor;
|
68453
68360
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68454
|
-
updateLocation: (e
|
68361
|
+
updateLocation: (e?: Event | undefined) => void;
|
68455
68362
|
} | undefined) | "connected";
|
68456
68363
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68457
68364
|
activatorProps: Record<string, any>;
|
@@ -68511,7 +68418,7 @@ declare const VTooltip: {
|
|
68511
68418
|
eager: boolean;
|
68512
68419
|
location: Anchor;
|
68513
68420
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68514
|
-
updateLocation: (e
|
68421
|
+
updateLocation: (e?: Event | undefined) => void;
|
68515
68422
|
} | undefined) | "connected";
|
68516
68423
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68517
68424
|
activatorProps: Record<string, any>;
|
@@ -68603,7 +68510,7 @@ declare const VTooltip: {
|
|
68603
68510
|
eager: boolean;
|
68604
68511
|
location: NonNullable<Anchor>;
|
68605
68512
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68606
|
-
updateLocation: (e
|
68513
|
+
updateLocation: (e?: Event | undefined) => void;
|
68607
68514
|
} | undefined) | "connected">;
|
68608
68515
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68609
68516
|
activatorProps: Record<string, any>;
|
@@ -68633,7 +68540,7 @@ declare const VTooltip: {
|
|
68633
68540
|
eager: boolean;
|
68634
68541
|
location: NonNullable<Anchor>;
|
68635
68542
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68636
|
-
updateLocation: (e
|
68543
|
+
updateLocation: (e?: Event | undefined) => void;
|
68637
68544
|
} | undefined) | "connected">;
|
68638
68545
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68639
68546
|
activatorProps: Record<string, any>;
|
@@ -68713,7 +68620,7 @@ declare const VTooltip: {
|
|
68713
68620
|
eager: boolean;
|
68714
68621
|
location: Anchor;
|
68715
68622
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68716
|
-
updateLocation: (e
|
68623
|
+
updateLocation: (e?: Event | undefined) => void;
|
68717
68624
|
} | undefined) | "connected";
|
68718
68625
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68719
68626
|
activatorProps: Record<string, any>;
|
@@ -68740,7 +68647,7 @@ declare const VTooltip: {
|
|
68740
68647
|
eager: boolean;
|
68741
68648
|
location: Anchor;
|
68742
68649
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68743
|
-
updateLocation: (e
|
68650
|
+
updateLocation: (e?: Event | undefined) => void;
|
68744
68651
|
} | undefined) | "connected";
|
68745
68652
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68746
68653
|
activatorProps: Record<string, any>;
|
@@ -68818,7 +68725,7 @@ declare const VTooltip: {
|
|
68818
68725
|
eager: boolean;
|
68819
68726
|
location: Anchor;
|
68820
68727
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68821
|
-
updateLocation: (e
|
68728
|
+
updateLocation: (e?: Event | undefined) => void;
|
68822
68729
|
} | undefined) | "connected";
|
68823
68730
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68824
68731
|
activatorProps: Record<string, any>;
|
@@ -68925,7 +68832,7 @@ declare const VTooltip: {
|
|
68925
68832
|
eager: boolean;
|
68926
68833
|
location: Anchor;
|
68927
68834
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68928
|
-
updateLocation: (e
|
68835
|
+
updateLocation: (e?: Event | undefined) => void;
|
68929
68836
|
} | undefined) | "connected";
|
68930
68837
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68931
68838
|
activatorProps: Record<string, any>;
|
@@ -69021,7 +68928,7 @@ declare const VTooltip: {
|
|
69021
68928
|
eager: boolean;
|
69022
68929
|
location: Anchor;
|
69023
68930
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69024
|
-
updateLocation: (e
|
68931
|
+
updateLocation: (e?: Event | undefined) => void;
|
69025
68932
|
} | undefined) | "connected";
|
69026
68933
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69027
68934
|
activatorProps: Record<string, any>;
|
@@ -69081,7 +68988,7 @@ declare const VTooltip: {
|
|
69081
68988
|
eager: boolean;
|
69082
68989
|
location: Anchor;
|
69083
68990
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69084
|
-
updateLocation: (e
|
68991
|
+
updateLocation: (e?: Event | undefined) => void;
|
69085
68992
|
} | undefined) | "connected";
|
69086
68993
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69087
68994
|
activatorProps: Record<string, any>;
|
@@ -69175,7 +69082,7 @@ declare const VTooltip: {
|
|
69175
69082
|
eager: boolean;
|
69176
69083
|
location: NonNullable<Anchor>;
|
69177
69084
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69178
|
-
updateLocation: (e
|
69085
|
+
updateLocation: (e?: Event | undefined) => void;
|
69179
69086
|
} | undefined) | "connected">;
|
69180
69087
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
69181
69088
|
activatorProps: Record<string, any>;
|
@@ -69264,16 +69171,16 @@ declare const VTooltip: {
|
|
69264
69171
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69265
69172
|
locationStrategy: Omit<{
|
69266
69173
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69267
|
-
updateLocation: (e
|
69174
|
+
updateLocation: (e?: Event | undefined) => void;
|
69268
69175
|
} | undefined) | "connected">;
|
69269
69176
|
default: string;
|
69270
69177
|
validator: (val: any) => boolean;
|
69271
69178
|
}, "default" | "type"> & {
|
69272
69179
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69273
|
-
updateLocation: (e
|
69180
|
+
updateLocation: (e?: Event | undefined) => void;
|
69274
69181
|
} | undefined) | "connected">>;
|
69275
69182
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69276
|
-
updateLocation: (e
|
69183
|
+
updateLocation: (e?: Event | undefined) => void;
|
69277
69184
|
} | undefined) | "connected">;
|
69278
69185
|
};
|
69279
69186
|
scrollStrategy: Omit<{
|
@@ -69390,16 +69297,16 @@ declare const VTooltip: {
|
|
69390
69297
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69391
69298
|
locationStrategy: Omit<{
|
69392
69299
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69393
|
-
updateLocation: (e
|
69300
|
+
updateLocation: (e?: Event | undefined) => void;
|
69394
69301
|
} | undefined) | "connected">;
|
69395
69302
|
default: string;
|
69396
69303
|
validator: (val: any) => boolean;
|
69397
69304
|
}, "default" | "type"> & {
|
69398
69305
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69399
|
-
updateLocation: (e
|
69306
|
+
updateLocation: (e?: Event | undefined) => void;
|
69400
69307
|
} | undefined) | "connected">>;
|
69401
69308
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69402
|
-
updateLocation: (e
|
69309
|
+
updateLocation: (e?: Event | undefined) => void;
|
69403
69310
|
} | undefined) | "connected">;
|
69404
69311
|
};
|
69405
69312
|
scrollStrategy: Omit<{
|