@vuetify/nightly 3.6.11-master.2024-07-08 → 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 -8
- package/dist/json/attributes.json +57 -45
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +110 -110
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +97 -62
- package/dist/vuetify-labs.css +2451 -2429
- package/dist/vuetify-labs.d.ts +592 -667
- package/dist/vuetify-labs.esm.js +77 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +77 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4229 -4207
- package/dist/vuetify.d.ts +551 -626
- package/dist/vuetify.esm.js +60 -53
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +60 -53
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +47 -45
- 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/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 +508 -583
- 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 +43 -43
- 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/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 -106
- 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;
|
@@ -33698,6 +33680,7 @@ declare const VFileInput: {
|
|
33698
33680
|
direction: "horizontal" | "vertical";
|
33699
33681
|
prependIcon: NonNullable<IconValue>;
|
33700
33682
|
clearIcon: IconValue;
|
33683
|
+
centerAffix: boolean;
|
33701
33684
|
hideSpinButtons: boolean;
|
33702
33685
|
persistentHint: boolean;
|
33703
33686
|
clearable: boolean;
|
@@ -33734,7 +33717,6 @@ declare const VFileInput: {
|
|
33734
33717
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
33735
33718
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
33736
33719
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
33737
|
-
centerAffix?: boolean | undefined;
|
33738
33720
|
hint?: string | undefined;
|
33739
33721
|
hideDetails?: boolean | "auto" | undefined;
|
33740
33722
|
} & {
|
@@ -34083,6 +34065,7 @@ declare const VFileInput: {
|
|
34083
34065
|
direction: "horizontal" | "vertical";
|
34084
34066
|
prependIcon: NonNullable<IconValue>;
|
34085
34067
|
clearIcon: IconValue;
|
34068
|
+
centerAffix: boolean;
|
34086
34069
|
hideSpinButtons: boolean;
|
34087
34070
|
persistentHint: boolean;
|
34088
34071
|
clearable: boolean;
|
@@ -34119,7 +34102,6 @@ declare const VFileInput: {
|
|
34119
34102
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34120
34103
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34121
34104
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34122
|
-
centerAffix?: boolean | undefined;
|
34123
34105
|
hint?: string | undefined;
|
34124
34106
|
hideDetails?: boolean | "auto" | undefined;
|
34125
34107
|
} & {
|
@@ -34306,6 +34288,7 @@ declare const VFileInput: {
|
|
34306
34288
|
direction: "horizontal" | "vertical";
|
34307
34289
|
prependIcon: NonNullable<IconValue>;
|
34308
34290
|
clearIcon: IconValue;
|
34291
|
+
centerAffix: boolean;
|
34309
34292
|
hideSpinButtons: boolean;
|
34310
34293
|
persistentHint: boolean;
|
34311
34294
|
clearable: boolean;
|
@@ -34342,7 +34325,6 @@ declare const VFileInput: {
|
|
34342
34325
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34343
34326
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34344
34327
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34345
|
-
centerAffix?: boolean | undefined;
|
34346
34328
|
hint?: string | undefined;
|
34347
34329
|
hideDetails?: boolean | "auto" | undefined;
|
34348
34330
|
} & {
|
@@ -34725,6 +34707,7 @@ declare const VFileInput: {
|
|
34725
34707
|
direction: "horizontal" | "vertical";
|
34726
34708
|
prependIcon: NonNullable<IconValue>;
|
34727
34709
|
clearIcon: IconValue;
|
34710
|
+
centerAffix: boolean;
|
34728
34711
|
hideSpinButtons: boolean;
|
34729
34712
|
persistentHint: boolean;
|
34730
34713
|
clearable: boolean;
|
@@ -34761,7 +34744,6 @@ declare const VFileInput: {
|
|
34761
34744
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34762
34745
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34763
34746
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34764
|
-
centerAffix?: boolean | undefined;
|
34765
34747
|
hint?: string | undefined;
|
34766
34748
|
hideDetails?: boolean | "auto" | undefined;
|
34767
34749
|
} & {
|
@@ -35193,10 +35175,7 @@ declare const VFileInput: {
|
|
35193
35175
|
default: string;
|
35194
35176
|
};
|
35195
35177
|
active: BooleanConstructor;
|
35196
|
-
centerAffix:
|
35197
|
-
type: BooleanConstructor;
|
35198
|
-
default: undefined;
|
35199
|
-
};
|
35178
|
+
centerAffix: BooleanConstructor;
|
35200
35179
|
color: StringConstructor;
|
35201
35180
|
baseColor: StringConstructor;
|
35202
35181
|
dirty: BooleanConstructor;
|
@@ -35315,10 +35294,7 @@ declare const VFileInput: {
|
|
35315
35294
|
default: string;
|
35316
35295
|
};
|
35317
35296
|
active: BooleanConstructor;
|
35318
|
-
centerAffix:
|
35319
|
-
type: BooleanConstructor;
|
35320
|
-
default: undefined;
|
35321
|
-
};
|
35297
|
+
centerAffix: BooleanConstructor;
|
35322
35298
|
color: StringConstructor;
|
35323
35299
|
baseColor: StringConstructor;
|
35324
35300
|
dirty: BooleanConstructor;
|
@@ -41120,7 +41096,7 @@ declare const VMenu: {
|
|
41120
41096
|
eager: boolean;
|
41121
41097
|
location: Anchor;
|
41122
41098
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41123
|
-
updateLocation: (e
|
41099
|
+
updateLocation: (e?: Event | undefined) => void;
|
41124
41100
|
} | undefined) | "connected">;
|
41125
41101
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41126
41102
|
closeDelay: NonNullable<string | number>;
|
@@ -41205,7 +41181,7 @@ declare const VMenu: {
|
|
41205
41181
|
eager: boolean;
|
41206
41182
|
location: Anchor;
|
41207
41183
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41208
|
-
updateLocation: (e
|
41184
|
+
updateLocation: (e?: Event | undefined) => void;
|
41209
41185
|
} | undefined) | "connected";
|
41210
41186
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41211
41187
|
activatorProps: Record<string, any>;
|
@@ -41232,7 +41208,7 @@ declare const VMenu: {
|
|
41232
41208
|
eager: boolean;
|
41233
41209
|
location: Anchor;
|
41234
41210
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41235
|
-
updateLocation: (e
|
41211
|
+
updateLocation: (e?: Event | undefined) => void;
|
41236
41212
|
} | undefined) | "connected";
|
41237
41213
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41238
41214
|
activatorProps: Record<string, any>;
|
@@ -41310,7 +41286,7 @@ declare const VMenu: {
|
|
41310
41286
|
eager: boolean;
|
41311
41287
|
location: Anchor;
|
41312
41288
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41313
|
-
updateLocation: (e
|
41289
|
+
updateLocation: (e?: Event | undefined) => void;
|
41314
41290
|
} | undefined) | "connected";
|
41315
41291
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41316
41292
|
activatorProps: Record<string, any>;
|
@@ -41417,7 +41393,7 @@ declare const VMenu: {
|
|
41417
41393
|
eager: boolean;
|
41418
41394
|
location: Anchor;
|
41419
41395
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41420
|
-
updateLocation: (e
|
41396
|
+
updateLocation: (e?: Event | undefined) => void;
|
41421
41397
|
} | undefined) | "connected";
|
41422
41398
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41423
41399
|
activatorProps: Record<string, any>;
|
@@ -41513,7 +41489,7 @@ declare const VMenu: {
|
|
41513
41489
|
eager: boolean;
|
41514
41490
|
location: Anchor;
|
41515
41491
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41516
|
-
updateLocation: (e
|
41492
|
+
updateLocation: (e?: Event | undefined) => void;
|
41517
41493
|
} | undefined) | "connected";
|
41518
41494
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41519
41495
|
activatorProps: Record<string, any>;
|
@@ -41573,7 +41549,7 @@ declare const VMenu: {
|
|
41573
41549
|
eager: boolean;
|
41574
41550
|
location: Anchor;
|
41575
41551
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41576
|
-
updateLocation: (e
|
41552
|
+
updateLocation: (e?: Event | undefined) => void;
|
41577
41553
|
} | undefined) | "connected";
|
41578
41554
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41579
41555
|
activatorProps: Record<string, any>;
|
@@ -41667,7 +41643,7 @@ declare const VMenu: {
|
|
41667
41643
|
eager: boolean;
|
41668
41644
|
location: Anchor;
|
41669
41645
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41670
|
-
updateLocation: (e
|
41646
|
+
updateLocation: (e?: Event | undefined) => void;
|
41671
41647
|
} | undefined) | "connected">;
|
41672
41648
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41673
41649
|
closeDelay: NonNullable<string | number>;
|
@@ -41747,7 +41723,7 @@ declare const VMenu: {
|
|
41747
41723
|
eager: boolean;
|
41748
41724
|
location: Anchor;
|
41749
41725
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41750
|
-
updateLocation: (e
|
41726
|
+
updateLocation: (e?: Event | undefined) => void;
|
41751
41727
|
} | undefined) | "connected">;
|
41752
41728
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41753
41729
|
closeDelay: NonNullable<string | number>;
|
@@ -41796,7 +41772,7 @@ declare const VMenu: {
|
|
41796
41772
|
eager: boolean;
|
41797
41773
|
location: Anchor;
|
41798
41774
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41799
|
-
updateLocation: (e
|
41775
|
+
updateLocation: (e?: Event | undefined) => void;
|
41800
41776
|
} | undefined) | "connected">;
|
41801
41777
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41802
41778
|
closeDelay: NonNullable<string | number>;
|
@@ -41881,7 +41857,7 @@ declare const VMenu: {
|
|
41881
41857
|
eager: boolean;
|
41882
41858
|
location: Anchor;
|
41883
41859
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41884
|
-
updateLocation: (e
|
41860
|
+
updateLocation: (e?: Event | undefined) => void;
|
41885
41861
|
} | undefined) | "connected";
|
41886
41862
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41887
41863
|
activatorProps: Record<string, any>;
|
@@ -41908,7 +41884,7 @@ declare const VMenu: {
|
|
41908
41884
|
eager: boolean;
|
41909
41885
|
location: Anchor;
|
41910
41886
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41911
|
-
updateLocation: (e
|
41887
|
+
updateLocation: (e?: Event | undefined) => void;
|
41912
41888
|
} | undefined) | "connected";
|
41913
41889
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41914
41890
|
activatorProps: Record<string, any>;
|
@@ -41986,7 +41962,7 @@ declare const VMenu: {
|
|
41986
41962
|
eager: boolean;
|
41987
41963
|
location: Anchor;
|
41988
41964
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41989
|
-
updateLocation: (e
|
41965
|
+
updateLocation: (e?: Event | undefined) => void;
|
41990
41966
|
} | undefined) | "connected";
|
41991
41967
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41992
41968
|
activatorProps: Record<string, any>;
|
@@ -42093,7 +42069,7 @@ declare const VMenu: {
|
|
42093
42069
|
eager: boolean;
|
42094
42070
|
location: Anchor;
|
42095
42071
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42096
|
-
updateLocation: (e
|
42072
|
+
updateLocation: (e?: Event | undefined) => void;
|
42097
42073
|
} | undefined) | "connected";
|
42098
42074
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42099
42075
|
activatorProps: Record<string, any>;
|
@@ -42189,7 +42165,7 @@ declare const VMenu: {
|
|
42189
42165
|
eager: boolean;
|
42190
42166
|
location: Anchor;
|
42191
42167
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42192
|
-
updateLocation: (e
|
42168
|
+
updateLocation: (e?: Event | undefined) => void;
|
42193
42169
|
} | undefined) | "connected";
|
42194
42170
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42195
42171
|
activatorProps: Record<string, any>;
|
@@ -42249,7 +42225,7 @@ declare const VMenu: {
|
|
42249
42225
|
eager: boolean;
|
42250
42226
|
location: Anchor;
|
42251
42227
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42252
|
-
updateLocation: (e
|
42228
|
+
updateLocation: (e?: Event | undefined) => void;
|
42253
42229
|
} | undefined) | "connected";
|
42254
42230
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42255
42231
|
activatorProps: Record<string, any>;
|
@@ -42341,7 +42317,7 @@ declare const VMenu: {
|
|
42341
42317
|
eager: boolean;
|
42342
42318
|
location: Anchor;
|
42343
42319
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42344
|
-
updateLocation: (e
|
42320
|
+
updateLocation: (e?: Event | undefined) => void;
|
42345
42321
|
} | undefined) | "connected">;
|
42346
42322
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42347
42323
|
closeDelay: NonNullable<string | number>;
|
@@ -42374,7 +42350,7 @@ declare const VMenu: {
|
|
42374
42350
|
eager: boolean;
|
42375
42351
|
location: Anchor;
|
42376
42352
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42377
|
-
updateLocation: (e
|
42353
|
+
updateLocation: (e?: Event | undefined) => void;
|
42378
42354
|
} | undefined) | "connected">;
|
42379
42355
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42380
42356
|
closeDelay: NonNullable<string | number>;
|
@@ -42459,7 +42435,7 @@ declare const VMenu: {
|
|
42459
42435
|
eager: boolean;
|
42460
42436
|
location: Anchor;
|
42461
42437
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42462
|
-
updateLocation: (e
|
42438
|
+
updateLocation: (e?: Event | undefined) => void;
|
42463
42439
|
} | undefined) | "connected";
|
42464
42440
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42465
42441
|
activatorProps: Record<string, any>;
|
@@ -42486,7 +42462,7 @@ declare const VMenu: {
|
|
42486
42462
|
eager: boolean;
|
42487
42463
|
location: Anchor;
|
42488
42464
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42489
|
-
updateLocation: (e
|
42465
|
+
updateLocation: (e?: Event | undefined) => void;
|
42490
42466
|
} | undefined) | "connected";
|
42491
42467
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42492
42468
|
activatorProps: Record<string, any>;
|
@@ -42564,7 +42540,7 @@ declare const VMenu: {
|
|
42564
42540
|
eager: boolean;
|
42565
42541
|
location: Anchor;
|
42566
42542
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42567
|
-
updateLocation: (e
|
42543
|
+
updateLocation: (e?: Event | undefined) => void;
|
42568
42544
|
} | undefined) | "connected";
|
42569
42545
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42570
42546
|
activatorProps: Record<string, any>;
|
@@ -42671,7 +42647,7 @@ declare const VMenu: {
|
|
42671
42647
|
eager: boolean;
|
42672
42648
|
location: Anchor;
|
42673
42649
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42674
|
-
updateLocation: (e
|
42650
|
+
updateLocation: (e?: Event | undefined) => void;
|
42675
42651
|
} | undefined) | "connected";
|
42676
42652
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42677
42653
|
activatorProps: Record<string, any>;
|
@@ -42767,7 +42743,7 @@ declare const VMenu: {
|
|
42767
42743
|
eager: boolean;
|
42768
42744
|
location: Anchor;
|
42769
42745
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42770
|
-
updateLocation: (e
|
42746
|
+
updateLocation: (e?: Event | undefined) => void;
|
42771
42747
|
} | undefined) | "connected";
|
42772
42748
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42773
42749
|
activatorProps: Record<string, any>;
|
@@ -42827,7 +42803,7 @@ declare const VMenu: {
|
|
42827
42803
|
eager: boolean;
|
42828
42804
|
location: Anchor;
|
42829
42805
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42830
|
-
updateLocation: (e
|
42806
|
+
updateLocation: (e?: Event | undefined) => void;
|
42831
42807
|
} | undefined) | "connected";
|
42832
42808
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42833
42809
|
activatorProps: Record<string, any>;
|
@@ -42921,7 +42897,7 @@ declare const VMenu: {
|
|
42921
42897
|
eager: boolean;
|
42922
42898
|
location: Anchor;
|
42923
42899
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42924
|
-
updateLocation: (e
|
42900
|
+
updateLocation: (e?: Event | undefined) => void;
|
42925
42901
|
} | undefined) | "connected">;
|
42926
42902
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42927
42903
|
closeDelay: NonNullable<string | number>;
|
@@ -43002,16 +42978,16 @@ declare const VMenu: {
|
|
43002
42978
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43003
42979
|
locationStrategy: Omit<{
|
43004
42980
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43005
|
-
updateLocation: (e
|
42981
|
+
updateLocation: (e?: Event | undefined) => void;
|
43006
42982
|
} | undefined) | "connected">;
|
43007
42983
|
default: string;
|
43008
42984
|
validator: (val: any) => boolean;
|
43009
42985
|
}, "default" | "type"> & {
|
43010
42986
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43011
|
-
updateLocation: (e
|
42987
|
+
updateLocation: (e?: Event | undefined) => void;
|
43012
42988
|
} | undefined) | "connected">>;
|
43013
42989
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43014
|
-
updateLocation: (e
|
42990
|
+
updateLocation: (e?: Event | undefined) => void;
|
43015
42991
|
} | undefined) | "connected">;
|
43016
42992
|
};
|
43017
42993
|
scrollStrategy: Omit<{
|
@@ -43117,16 +43093,16 @@ declare const VMenu: {
|
|
43117
43093
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43118
43094
|
locationStrategy: Omit<{
|
43119
43095
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43120
|
-
updateLocation: (e
|
43096
|
+
updateLocation: (e?: Event | undefined) => void;
|
43121
43097
|
} | undefined) | "connected">;
|
43122
43098
|
default: string;
|
43123
43099
|
validator: (val: any) => boolean;
|
43124
43100
|
}, "default" | "type"> & {
|
43125
43101
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43126
|
-
updateLocation: (e
|
43102
|
+
updateLocation: (e?: Event | undefined) => void;
|
43127
43103
|
} | undefined) | "connected">>;
|
43128
43104
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43129
|
-
updateLocation: (e
|
43105
|
+
updateLocation: (e?: Event | undefined) => void;
|
43130
43106
|
} | undefined) | "connected">;
|
43131
43107
|
};
|
43132
43108
|
scrollStrategy: Omit<{
|
@@ -44091,7 +44067,7 @@ declare const VOverlay: {
|
|
44091
44067
|
eager: boolean;
|
44092
44068
|
location: Anchor;
|
44093
44069
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44094
|
-
updateLocation: (e
|
44070
|
+
updateLocation: (e?: Event | undefined) => void;
|
44095
44071
|
} | undefined) | "connected";
|
44096
44072
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44097
44073
|
activatorProps: Record<string, any>;
|
@@ -44187,7 +44163,7 @@ declare const VOverlay: {
|
|
44187
44163
|
eager: boolean;
|
44188
44164
|
location: Anchor;
|
44189
44165
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44190
|
-
updateLocation: (e
|
44166
|
+
updateLocation: (e?: Event | undefined) => void;
|
44191
44167
|
} | undefined) | "connected";
|
44192
44168
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44193
44169
|
activatorProps: Record<string, any>;
|
@@ -44269,7 +44245,7 @@ declare const VOverlay: {
|
|
44269
44245
|
eager: boolean;
|
44270
44246
|
location: Anchor;
|
44271
44247
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44272
|
-
updateLocation: (e
|
44248
|
+
updateLocation: (e?: Event | undefined) => void;
|
44273
44249
|
} | undefined) | "connected";
|
44274
44250
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44275
44251
|
activatorProps: Record<string, any>;
|
@@ -44316,7 +44292,7 @@ declare const VOverlay: {
|
|
44316
44292
|
eager: boolean;
|
44317
44293
|
location: Anchor;
|
44318
44294
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44319
|
-
updateLocation: (e
|
44295
|
+
updateLocation: (e?: Event | undefined) => void;
|
44320
44296
|
} | undefined) | "connected";
|
44321
44297
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44322
44298
|
activatorProps: Record<string, any>;
|
@@ -44407,7 +44383,7 @@ declare const VOverlay: {
|
|
44407
44383
|
eager: boolean;
|
44408
44384
|
location: Anchor;
|
44409
44385
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44410
|
-
updateLocation: (e
|
44386
|
+
updateLocation: (e?: Event | undefined) => void;
|
44411
44387
|
} | undefined) | "connected";
|
44412
44388
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44413
44389
|
activatorProps: Record<string, any>;
|
@@ -44438,7 +44414,7 @@ declare const VOverlay: {
|
|
44438
44414
|
eager: boolean;
|
44439
44415
|
location: Anchor;
|
44440
44416
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44441
|
-
updateLocation: (e
|
44417
|
+
updateLocation: (e?: Event | undefined) => void;
|
44442
44418
|
} | undefined) | "connected";
|
44443
44419
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44444
44420
|
activatorProps: Record<string, any>;
|
@@ -44534,7 +44510,7 @@ declare const VOverlay: {
|
|
44534
44510
|
eager: boolean;
|
44535
44511
|
location: Anchor;
|
44536
44512
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44537
|
-
updateLocation: (e
|
44513
|
+
updateLocation: (e?: Event | undefined) => void;
|
44538
44514
|
} | undefined) | "connected";
|
44539
44515
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44540
44516
|
activatorProps: Record<string, any>;
|
@@ -44577,7 +44553,7 @@ declare const VOverlay: {
|
|
44577
44553
|
};
|
44578
44554
|
locationStrategy: {
|
44579
44555
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44580
|
-
updateLocation: (e
|
44556
|
+
updateLocation: (e?: Event | undefined) => void;
|
44581
44557
|
} | undefined) | "connected">;
|
44582
44558
|
default: string;
|
44583
44559
|
validator: (val: any) => boolean;
|
@@ -44660,7 +44636,7 @@ declare const VOverlay: {
|
|
44660
44636
|
};
|
44661
44637
|
locationStrategy: {
|
44662
44638
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44663
|
-
updateLocation: (e
|
44639
|
+
updateLocation: (e?: Event | undefined) => void;
|
44664
44640
|
} | undefined) | "connected">;
|
44665
44641
|
default: string;
|
44666
44642
|
validator: (val: any) => boolean;
|
@@ -46966,10 +46942,7 @@ declare const VRadioGroup: {
|
|
46966
46942
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
46967
46943
|
minWidth: (StringConstructor | NumberConstructor)[];
|
46968
46944
|
appendIcon: vue.PropType<IconValue>;
|
46969
|
-
centerAffix:
|
46970
|
-
type: BooleanConstructor;
|
46971
|
-
default: boolean;
|
46972
|
-
};
|
46945
|
+
centerAffix: BooleanConstructor;
|
46973
46946
|
prependIcon: vue.PropType<IconValue>;
|
46974
46947
|
hideDetails: vue.PropType<boolean | "auto">;
|
46975
46948
|
hideSpinButtons: BooleanConstructor;
|
@@ -47060,10 +47033,7 @@ declare const VRadioGroup: {
|
|
47060
47033
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
47061
47034
|
minWidth: (StringConstructor | NumberConstructor)[];
|
47062
47035
|
appendIcon: vue.PropType<IconValue>;
|
47063
|
-
centerAffix:
|
47064
|
-
type: BooleanConstructor;
|
47065
|
-
default: boolean;
|
47066
|
-
};
|
47036
|
+
centerAffix: BooleanConstructor;
|
47067
47037
|
prependIcon: vue.PropType<IconValue>;
|
47068
47038
|
hideDetails: vue.PropType<boolean | "auto">;
|
47069
47039
|
hideSpinButtons: BooleanConstructor;
|
@@ -47789,10 +47759,7 @@ declare const VRangeSlider: {
|
|
47789
47759
|
};
|
47790
47760
|
id: StringConstructor;
|
47791
47761
|
appendIcon: PropType<IconValue>;
|
47792
|
-
centerAffix:
|
47793
|
-
type: BooleanConstructor;
|
47794
|
-
default: boolean;
|
47795
|
-
};
|
47762
|
+
centerAffix: BooleanConstructor;
|
47796
47763
|
prependIcon: PropType<IconValue>;
|
47797
47764
|
hideDetails: PropType<boolean | "auto">;
|
47798
47765
|
hideSpinButtons: BooleanConstructor;
|
@@ -47916,10 +47883,7 @@ declare const VRangeSlider: {
|
|
47916
47883
|
};
|
47917
47884
|
id: StringConstructor;
|
47918
47885
|
appendIcon: PropType<IconValue>;
|
47919
|
-
centerAffix:
|
47920
|
-
type: BooleanConstructor;
|
47921
|
-
default: boolean;
|
47922
|
-
};
|
47886
|
+
centerAffix: BooleanConstructor;
|
47923
47887
|
prependIcon: PropType<IconValue>;
|
47924
47888
|
hideDetails: PropType<boolean | "auto">;
|
47925
47889
|
hideSpinButtons: BooleanConstructor;
|
@@ -48497,6 +48461,7 @@ declare const VSelect: {
|
|
48497
48461
|
direction: "horizontal" | "vertical";
|
48498
48462
|
valueComparator: typeof deepEqual;
|
48499
48463
|
clearIcon: IconValue;
|
48464
|
+
centerAffix: boolean;
|
48500
48465
|
hideSpinButtons: boolean;
|
48501
48466
|
persistentHint: boolean;
|
48502
48467
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -48541,7 +48506,6 @@ declare const VSelect: {
|
|
48541
48506
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
48542
48507
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
48543
48508
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
48544
|
-
centerAffix?: boolean | undefined;
|
48545
48509
|
hint?: string | undefined;
|
48546
48510
|
hideDetails?: boolean | "auto" | undefined;
|
48547
48511
|
suffix?: string | undefined;
|
@@ -48820,7 +48784,7 @@ declare const VSelect: {
|
|
48820
48784
|
eager: boolean;
|
48821
48785
|
location: Anchor;
|
48822
48786
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
48823
|
-
updateLocation: (e
|
48787
|
+
updateLocation: (e?: Event | undefined) => void;
|
48824
48788
|
} | undefined) | "connected">;
|
48825
48789
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
48826
48790
|
closeDelay: NonNullable<string | number>;
|
@@ -48849,7 +48813,7 @@ declare const VSelect: {
|
|
48849
48813
|
eager: boolean;
|
48850
48814
|
location: Anchor;
|
48851
48815
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
48852
|
-
updateLocation: (e
|
48816
|
+
updateLocation: (e?: Event | undefined) => void;
|
48853
48817
|
} | undefined) | "connected">;
|
48854
48818
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
48855
48819
|
closeDelay: NonNullable<string | number>;
|
@@ -48925,7 +48889,7 @@ declare const VSelect: {
|
|
48925
48889
|
eager: boolean;
|
48926
48890
|
location: Anchor;
|
48927
48891
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
48928
|
-
updateLocation: (e
|
48892
|
+
updateLocation: (e?: Event | undefined) => void;
|
48929
48893
|
} | undefined) | "connected">;
|
48930
48894
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
48931
48895
|
closeDelay: NonNullable<string | number>;
|
@@ -49029,6 +48993,7 @@ declare const VSelect: {
|
|
49029
48993
|
direction: "horizontal" | "vertical";
|
49030
48994
|
valueComparator: typeof deepEqual;
|
49031
48995
|
clearIcon: IconValue;
|
48996
|
+
centerAffix: boolean;
|
49032
48997
|
hideSpinButtons: boolean;
|
49033
48998
|
persistentHint: boolean;
|
49034
48999
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -49073,7 +49038,6 @@ declare const VSelect: {
|
|
49073
49038
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
49074
49039
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49075
49040
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49076
|
-
centerAffix?: boolean | undefined;
|
49077
49041
|
hint?: string | undefined;
|
49078
49042
|
hideDetails?: boolean | "auto" | undefined;
|
49079
49043
|
suffix?: string | undefined;
|
@@ -49352,7 +49316,7 @@ declare const VSelect: {
|
|
49352
49316
|
eager: boolean;
|
49353
49317
|
location: Anchor;
|
49354
49318
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49355
|
-
updateLocation: (e
|
49319
|
+
updateLocation: (e?: Event | undefined) => void;
|
49356
49320
|
} | undefined) | "connected">;
|
49357
49321
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49358
49322
|
closeDelay: NonNullable<string | number>;
|
@@ -49381,7 +49345,7 @@ declare const VSelect: {
|
|
49381
49345
|
eager: boolean;
|
49382
49346
|
location: Anchor;
|
49383
49347
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49384
|
-
updateLocation: (e
|
49348
|
+
updateLocation: (e?: Event | undefined) => void;
|
49385
49349
|
} | undefined) | "connected">;
|
49386
49350
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49387
49351
|
closeDelay: NonNullable<string | number>;
|
@@ -49457,7 +49421,7 @@ declare const VSelect: {
|
|
49457
49421
|
eager: boolean;
|
49458
49422
|
location: Anchor;
|
49459
49423
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49460
|
-
updateLocation: (e
|
49424
|
+
updateLocation: (e?: Event | undefined) => void;
|
49461
49425
|
} | undefined) | "connected">;
|
49462
49426
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49463
49427
|
closeDelay: NonNullable<string | number>;
|
@@ -49674,6 +49638,7 @@ declare const VSelect: {
|
|
49674
49638
|
direction: "horizontal" | "vertical";
|
49675
49639
|
valueComparator: typeof deepEqual;
|
49676
49640
|
clearIcon: IconValue;
|
49641
|
+
centerAffix: boolean;
|
49677
49642
|
hideSpinButtons: boolean;
|
49678
49643
|
persistentHint: boolean;
|
49679
49644
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -49718,7 +49683,6 @@ declare const VSelect: {
|
|
49718
49683
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
49719
49684
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49720
49685
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49721
|
-
centerAffix?: boolean | undefined;
|
49722
49686
|
hint?: string | undefined;
|
49723
49687
|
hideDetails?: boolean | "auto" | undefined;
|
49724
49688
|
suffix?: string | undefined;
|
@@ -49997,7 +49961,7 @@ declare const VSelect: {
|
|
49997
49961
|
eager: boolean;
|
49998
49962
|
location: Anchor;
|
49999
49963
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50000
|
-
updateLocation: (e
|
49964
|
+
updateLocation: (e?: Event | undefined) => void;
|
50001
49965
|
} | undefined) | "connected">;
|
50002
49966
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50003
49967
|
closeDelay: NonNullable<string | number>;
|
@@ -50026,7 +49990,7 @@ declare const VSelect: {
|
|
50026
49990
|
eager: boolean;
|
50027
49991
|
location: Anchor;
|
50028
49992
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50029
|
-
updateLocation: (e
|
49993
|
+
updateLocation: (e?: Event | undefined) => void;
|
50030
49994
|
} | undefined) | "connected">;
|
50031
49995
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50032
49996
|
closeDelay: NonNullable<string | number>;
|
@@ -50102,7 +50066,7 @@ declare const VSelect: {
|
|
50102
50066
|
eager: boolean;
|
50103
50067
|
location: Anchor;
|
50104
50068
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50105
|
-
updateLocation: (e
|
50069
|
+
updateLocation: (e?: Event | undefined) => void;
|
50106
50070
|
} | undefined) | "connected">;
|
50107
50071
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50108
50072
|
closeDelay: NonNullable<string | number>;
|
@@ -50254,6 +50218,7 @@ declare const VSelect: {
|
|
50254
50218
|
direction: "horizontal" | "vertical";
|
50255
50219
|
valueComparator: typeof deepEqual;
|
50256
50220
|
clearIcon: IconValue;
|
50221
|
+
centerAffix: boolean;
|
50257
50222
|
hideSpinButtons: boolean;
|
50258
50223
|
persistentHint: boolean;
|
50259
50224
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -50298,7 +50263,6 @@ declare const VSelect: {
|
|
50298
50263
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
50299
50264
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50300
50265
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50301
|
-
centerAffix?: boolean | undefined;
|
50302
50266
|
hint?: string | undefined;
|
50303
50267
|
hideDetails?: boolean | "auto" | undefined;
|
50304
50268
|
suffix?: string | undefined;
|
@@ -50577,7 +50541,7 @@ declare const VSelect: {
|
|
50577
50541
|
eager: boolean;
|
50578
50542
|
location: Anchor;
|
50579
50543
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50580
|
-
updateLocation: (e
|
50544
|
+
updateLocation: (e?: Event | undefined) => void;
|
50581
50545
|
} | undefined) | "connected">;
|
50582
50546
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50583
50547
|
closeDelay: NonNullable<string | number>;
|
@@ -50606,7 +50570,7 @@ declare const VSelect: {
|
|
50606
50570
|
eager: boolean;
|
50607
50571
|
location: Anchor;
|
50608
50572
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50609
|
-
updateLocation: (e
|
50573
|
+
updateLocation: (e?: Event | undefined) => void;
|
50610
50574
|
} | undefined) | "connected">;
|
50611
50575
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50612
50576
|
closeDelay: NonNullable<string | number>;
|
@@ -50682,7 +50646,7 @@ declare const VSelect: {
|
|
50682
50646
|
eager: boolean;
|
50683
50647
|
location: Anchor;
|
50684
50648
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50685
|
-
updateLocation: (e
|
50649
|
+
updateLocation: (e?: Event | undefined) => void;
|
50686
50650
|
} | undefined) | "connected">;
|
50687
50651
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50688
50652
|
closeDelay: NonNullable<string | number>;
|
@@ -51034,10 +50998,7 @@ declare const VSelect: {
|
|
51034
50998
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51035
50999
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
51036
51000
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
51037
|
-
centerAffix:
|
51038
|
-
type: BooleanConstructor;
|
51039
|
-
default: undefined;
|
51040
|
-
};
|
51001
|
+
centerAffix: BooleanConstructor;
|
51041
51002
|
hideSpinButtons: BooleanConstructor;
|
51042
51003
|
hint: StringConstructor;
|
51043
51004
|
persistentHint: BooleanConstructor;
|
@@ -51373,7 +51334,7 @@ declare const VSelect: {
|
|
51373
51334
|
eager: boolean;
|
51374
51335
|
location: Anchor;
|
51375
51336
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51376
|
-
updateLocation: (e
|
51337
|
+
updateLocation: (e?: Event | undefined) => void;
|
51377
51338
|
} | undefined) | "connected">;
|
51378
51339
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51379
51340
|
closeDelay: NonNullable<string | number>;
|
@@ -51402,7 +51363,7 @@ declare const VSelect: {
|
|
51402
51363
|
eager: boolean;
|
51403
51364
|
location: Anchor;
|
51404
51365
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51405
|
-
updateLocation: (e
|
51366
|
+
updateLocation: (e?: Event | undefined) => void;
|
51406
51367
|
} | undefined) | "connected">;
|
51407
51368
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51408
51369
|
closeDelay: NonNullable<string | number>;
|
@@ -51478,7 +51439,7 @@ declare const VSelect: {
|
|
51478
51439
|
eager: boolean;
|
51479
51440
|
location: Anchor;
|
51480
51441
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51481
|
-
updateLocation: (e
|
51442
|
+
updateLocation: (e?: Event | undefined) => void;
|
51482
51443
|
} | undefined) | "connected">;
|
51483
51444
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51484
51445
|
closeDelay: NonNullable<string | number>;
|
@@ -51666,10 +51627,7 @@ declare const VSelect: {
|
|
51666
51627
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51667
51628
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
51668
51629
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
51669
|
-
centerAffix:
|
51670
|
-
type: BooleanConstructor;
|
51671
|
-
default: undefined;
|
51672
|
-
};
|
51630
|
+
centerAffix: BooleanConstructor;
|
51673
51631
|
hideSpinButtons: BooleanConstructor;
|
51674
51632
|
hint: StringConstructor;
|
51675
51633
|
persistentHint: BooleanConstructor;
|
@@ -52005,7 +51963,7 @@ declare const VSelect: {
|
|
52005
51963
|
eager: boolean;
|
52006
51964
|
location: Anchor;
|
52007
51965
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52008
|
-
updateLocation: (e
|
51966
|
+
updateLocation: (e?: Event | undefined) => void;
|
52009
51967
|
} | undefined) | "connected">;
|
52010
51968
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52011
51969
|
closeDelay: NonNullable<string | number>;
|
@@ -52034,7 +51992,7 @@ declare const VSelect: {
|
|
52034
51992
|
eager: boolean;
|
52035
51993
|
location: Anchor;
|
52036
51994
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52037
|
-
updateLocation: (e
|
51995
|
+
updateLocation: (e?: Event | undefined) => void;
|
52038
51996
|
} | undefined) | "connected">;
|
52039
51997
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52040
51998
|
closeDelay: NonNullable<string | number>;
|
@@ -52110,7 +52068,7 @@ declare const VSelect: {
|
|
52110
52068
|
eager: boolean;
|
52111
52069
|
location: Anchor;
|
52112
52070
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52113
|
-
updateLocation: (e
|
52071
|
+
updateLocation: (e?: Event | undefined) => void;
|
52114
52072
|
} | undefined) | "connected">;
|
52115
52073
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52116
52074
|
closeDelay: NonNullable<string | number>;
|
@@ -53703,10 +53661,7 @@ declare const VSlider: {
|
|
53703
53661
|
};
|
53704
53662
|
id: StringConstructor;
|
53705
53663
|
appendIcon: vue.PropType<IconValue>;
|
53706
|
-
centerAffix:
|
53707
|
-
type: BooleanConstructor;
|
53708
|
-
default: boolean;
|
53709
|
-
};
|
53664
|
+
centerAffix: BooleanConstructor;
|
53710
53665
|
prependIcon: vue.PropType<IconValue>;
|
53711
53666
|
hideDetails: vue.PropType<boolean | "auto">;
|
53712
53667
|
hideSpinButtons: BooleanConstructor;
|
@@ -53829,10 +53784,7 @@ declare const VSlider: {
|
|
53829
53784
|
};
|
53830
53785
|
id: StringConstructor;
|
53831
53786
|
appendIcon: vue.PropType<IconValue>;
|
53832
|
-
centerAffix:
|
53833
|
-
type: BooleanConstructor;
|
53834
|
-
default: boolean;
|
53835
|
-
};
|
53787
|
+
centerAffix: BooleanConstructor;
|
53836
53788
|
prependIcon: vue.PropType<IconValue>;
|
53837
53789
|
hideDetails: vue.PropType<boolean | "auto">;
|
53838
53790
|
hideSpinButtons: BooleanConstructor;
|
@@ -53927,7 +53879,7 @@ declare const VSnackbar: {
|
|
53927
53879
|
eager: boolean;
|
53928
53880
|
location: Anchor;
|
53929
53881
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
53930
|
-
updateLocation: (e
|
53882
|
+
updateLocation: (e?: Event | undefined) => void;
|
53931
53883
|
} | undefined) | "connected";
|
53932
53884
|
activatorProps: Record<string, any>;
|
53933
53885
|
openOnHover: boolean;
|
@@ -54012,7 +53964,7 @@ declare const VSnackbar: {
|
|
54012
53964
|
eager: boolean;
|
54013
53965
|
location: Anchor;
|
54014
53966
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54015
|
-
updateLocation: (e
|
53967
|
+
updateLocation: (e?: Event | undefined) => void;
|
54016
53968
|
} | undefined) | "connected";
|
54017
53969
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54018
53970
|
activatorProps: Record<string, any>;
|
@@ -54039,7 +53991,7 @@ declare const VSnackbar: {
|
|
54039
53991
|
eager: boolean;
|
54040
53992
|
location: Anchor;
|
54041
53993
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54042
|
-
updateLocation: (e
|
53994
|
+
updateLocation: (e?: Event | undefined) => void;
|
54043
53995
|
} | undefined) | "connected";
|
54044
53996
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54045
53997
|
activatorProps: Record<string, any>;
|
@@ -54117,7 +54069,7 @@ declare const VSnackbar: {
|
|
54117
54069
|
eager: boolean;
|
54118
54070
|
location: Anchor;
|
54119
54071
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54120
|
-
updateLocation: (e
|
54072
|
+
updateLocation: (e?: Event | undefined) => void;
|
54121
54073
|
} | undefined) | "connected";
|
54122
54074
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54123
54075
|
activatorProps: Record<string, any>;
|
@@ -54224,7 +54176,7 @@ declare const VSnackbar: {
|
|
54224
54176
|
eager: boolean;
|
54225
54177
|
location: Anchor;
|
54226
54178
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54227
|
-
updateLocation: (e
|
54179
|
+
updateLocation: (e?: Event | undefined) => void;
|
54228
54180
|
} | undefined) | "connected";
|
54229
54181
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54230
54182
|
activatorProps: Record<string, any>;
|
@@ -54320,7 +54272,7 @@ declare const VSnackbar: {
|
|
54320
54272
|
eager: boolean;
|
54321
54273
|
location: Anchor;
|
54322
54274
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54323
|
-
updateLocation: (e
|
54275
|
+
updateLocation: (e?: Event | undefined) => void;
|
54324
54276
|
} | undefined) | "connected";
|
54325
54277
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54326
54278
|
activatorProps: Record<string, any>;
|
@@ -54380,7 +54332,7 @@ declare const VSnackbar: {
|
|
54380
54332
|
eager: boolean;
|
54381
54333
|
location: Anchor;
|
54382
54334
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54383
|
-
updateLocation: (e
|
54335
|
+
updateLocation: (e?: Event | undefined) => void;
|
54384
54336
|
} | undefined) | "connected";
|
54385
54337
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54386
54338
|
activatorProps: Record<string, any>;
|
@@ -54476,7 +54428,7 @@ declare const VSnackbar: {
|
|
54476
54428
|
eager: boolean;
|
54477
54429
|
location: Anchor;
|
54478
54430
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54479
|
-
updateLocation: (e
|
54431
|
+
updateLocation: (e?: Event | undefined) => void;
|
54480
54432
|
} | undefined) | "connected";
|
54481
54433
|
activatorProps: Record<string, any>;
|
54482
54434
|
openOnHover: boolean;
|
@@ -54562,7 +54514,7 @@ declare const VSnackbar: {
|
|
54562
54514
|
eager: boolean;
|
54563
54515
|
location: Anchor;
|
54564
54516
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54565
|
-
updateLocation: (e
|
54517
|
+
updateLocation: (e?: Event | undefined) => void;
|
54566
54518
|
} | undefined) | "connected";
|
54567
54519
|
activatorProps: Record<string, any>;
|
54568
54520
|
openOnClick: boolean;
|
@@ -54614,7 +54566,7 @@ declare const VSnackbar: {
|
|
54614
54566
|
eager: boolean;
|
54615
54567
|
location: Anchor;
|
54616
54568
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54617
|
-
updateLocation: (e
|
54569
|
+
updateLocation: (e?: Event | undefined) => void;
|
54618
54570
|
} | undefined) | "connected";
|
54619
54571
|
activatorProps: Record<string, any>;
|
54620
54572
|
openOnHover: boolean;
|
@@ -54699,7 +54651,7 @@ declare const VSnackbar: {
|
|
54699
54651
|
eager: boolean;
|
54700
54652
|
location: Anchor;
|
54701
54653
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54702
|
-
updateLocation: (e
|
54654
|
+
updateLocation: (e?: Event | undefined) => void;
|
54703
54655
|
} | undefined) | "connected";
|
54704
54656
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54705
54657
|
activatorProps: Record<string, any>;
|
@@ -54726,7 +54678,7 @@ declare const VSnackbar: {
|
|
54726
54678
|
eager: boolean;
|
54727
54679
|
location: Anchor;
|
54728
54680
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54729
|
-
updateLocation: (e
|
54681
|
+
updateLocation: (e?: Event | undefined) => void;
|
54730
54682
|
} | undefined) | "connected";
|
54731
54683
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54732
54684
|
activatorProps: Record<string, any>;
|
@@ -54804,7 +54756,7 @@ declare const VSnackbar: {
|
|
54804
54756
|
eager: boolean;
|
54805
54757
|
location: Anchor;
|
54806
54758
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54807
|
-
updateLocation: (e
|
54759
|
+
updateLocation: (e?: Event | undefined) => void;
|
54808
54760
|
} | undefined) | "connected";
|
54809
54761
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54810
54762
|
activatorProps: Record<string, any>;
|
@@ -54911,7 +54863,7 @@ declare const VSnackbar: {
|
|
54911
54863
|
eager: boolean;
|
54912
54864
|
location: Anchor;
|
54913
54865
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54914
|
-
updateLocation: (e
|
54866
|
+
updateLocation: (e?: Event | undefined) => void;
|
54915
54867
|
} | undefined) | "connected";
|
54916
54868
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54917
54869
|
activatorProps: Record<string, any>;
|
@@ -55007,7 +54959,7 @@ declare const VSnackbar: {
|
|
55007
54959
|
eager: boolean;
|
55008
54960
|
location: Anchor;
|
55009
54961
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55010
|
-
updateLocation: (e
|
54962
|
+
updateLocation: (e?: Event | undefined) => void;
|
55011
54963
|
} | undefined) | "connected";
|
55012
54964
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55013
54965
|
activatorProps: Record<string, any>;
|
@@ -55067,7 +55019,7 @@ declare const VSnackbar: {
|
|
55067
55019
|
eager: boolean;
|
55068
55020
|
location: Anchor;
|
55069
55021
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55070
|
-
updateLocation: (e
|
55022
|
+
updateLocation: (e?: Event | undefined) => void;
|
55071
55023
|
} | undefined) | "connected";
|
55072
55024
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55073
55025
|
activatorProps: Record<string, any>;
|
@@ -55162,7 +55114,7 @@ declare const VSnackbar: {
|
|
55162
55114
|
eager: boolean;
|
55163
55115
|
location: Anchor;
|
55164
55116
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55165
|
-
updateLocation: (e
|
55117
|
+
updateLocation: (e?: Event | undefined) => void;
|
55166
55118
|
} | undefined) | "connected";
|
55167
55119
|
activatorProps: Record<string, any>;
|
55168
55120
|
openOnClick: boolean;
|
@@ -55193,7 +55145,7 @@ declare const VSnackbar: {
|
|
55193
55145
|
eager: boolean;
|
55194
55146
|
location: Anchor;
|
55195
55147
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55196
|
-
updateLocation: (e
|
55148
|
+
updateLocation: (e?: Event | undefined) => void;
|
55197
55149
|
} | undefined) | "connected";
|
55198
55150
|
activatorProps: Record<string, any>;
|
55199
55151
|
openOnHover: boolean;
|
@@ -55278,7 +55230,7 @@ declare const VSnackbar: {
|
|
55278
55230
|
eager: boolean;
|
55279
55231
|
location: Anchor;
|
55280
55232
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55281
|
-
updateLocation: (e
|
55233
|
+
updateLocation: (e?: Event | undefined) => void;
|
55282
55234
|
} | undefined) | "connected";
|
55283
55235
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55284
55236
|
activatorProps: Record<string, any>;
|
@@ -55305,7 +55257,7 @@ declare const VSnackbar: {
|
|
55305
55257
|
eager: boolean;
|
55306
55258
|
location: Anchor;
|
55307
55259
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55308
|
-
updateLocation: (e
|
55260
|
+
updateLocation: (e?: Event | undefined) => void;
|
55309
55261
|
} | undefined) | "connected";
|
55310
55262
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55311
55263
|
activatorProps: Record<string, any>;
|
@@ -55383,7 +55335,7 @@ declare const VSnackbar: {
|
|
55383
55335
|
eager: boolean;
|
55384
55336
|
location: Anchor;
|
55385
55337
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55386
|
-
updateLocation: (e
|
55338
|
+
updateLocation: (e?: Event | undefined) => void;
|
55387
55339
|
} | undefined) | "connected";
|
55388
55340
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55389
55341
|
activatorProps: Record<string, any>;
|
@@ -55490,7 +55442,7 @@ declare const VSnackbar: {
|
|
55490
55442
|
eager: boolean;
|
55491
55443
|
location: Anchor;
|
55492
55444
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55493
|
-
updateLocation: (e
|
55445
|
+
updateLocation: (e?: Event | undefined) => void;
|
55494
55446
|
} | undefined) | "connected";
|
55495
55447
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55496
55448
|
activatorProps: Record<string, any>;
|
@@ -55586,7 +55538,7 @@ declare const VSnackbar: {
|
|
55586
55538
|
eager: boolean;
|
55587
55539
|
location: Anchor;
|
55588
55540
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55589
|
-
updateLocation: (e
|
55541
|
+
updateLocation: (e?: Event | undefined) => void;
|
55590
55542
|
} | undefined) | "connected";
|
55591
55543
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55592
55544
|
activatorProps: Record<string, any>;
|
@@ -55646,7 +55598,7 @@ declare const VSnackbar: {
|
|
55646
55598
|
eager: boolean;
|
55647
55599
|
location: Anchor;
|
55648
55600
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55649
|
-
updateLocation: (e
|
55601
|
+
updateLocation: (e?: Event | undefined) => void;
|
55650
55602
|
} | undefined) | "connected";
|
55651
55603
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55652
55604
|
activatorProps: Record<string, any>;
|
@@ -55743,7 +55695,7 @@ declare const VSnackbar: {
|
|
55743
55695
|
eager: boolean;
|
55744
55696
|
location: Anchor;
|
55745
55697
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55746
|
-
updateLocation: (e
|
55698
|
+
updateLocation: (e?: Event | undefined) => void;
|
55747
55699
|
} | undefined) | "connected";
|
55748
55700
|
activatorProps: Record<string, any>;
|
55749
55701
|
openOnClick: boolean;
|
@@ -55822,7 +55774,7 @@ declare const VSnackbar: {
|
|
55822
55774
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
55823
55775
|
locationStrategy: {
|
55824
55776
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55825
|
-
updateLocation: (e
|
55777
|
+
updateLocation: (e?: Event | undefined) => void;
|
55826
55778
|
} | undefined) | "connected">;
|
55827
55779
|
default: string;
|
55828
55780
|
validator: (val: any) => boolean;
|
@@ -55923,7 +55875,7 @@ declare const VSnackbar: {
|
|
55923
55875
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
55924
55876
|
locationStrategy: {
|
55925
55877
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55926
|
-
updateLocation: (e
|
55878
|
+
updateLocation: (e?: Event | undefined) => void;
|
55927
55879
|
} | undefined) | "connected">;
|
55928
55880
|
default: string;
|
55929
55881
|
validator: (val: any) => boolean;
|
@@ -56387,7 +56339,7 @@ declare const VSpeedDial: {
|
|
56387
56339
|
eager: boolean;
|
56388
56340
|
location: NonNullable<Anchor>;
|
56389
56341
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56390
|
-
updateLocation: (e
|
56342
|
+
updateLocation: (e?: Event | undefined) => void;
|
56391
56343
|
} | undefined) | "connected">;
|
56392
56344
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56393
56345
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56469,7 +56421,7 @@ declare const VSpeedDial: {
|
|
56469
56421
|
eager: boolean;
|
56470
56422
|
location: NonNullable<Anchor>;
|
56471
56423
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56472
|
-
updateLocation: (e
|
56424
|
+
updateLocation: (e?: Event | undefined) => void;
|
56473
56425
|
} | undefined) | "connected">;
|
56474
56426
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56475
56427
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56549,7 +56501,7 @@ declare const VSpeedDial: {
|
|
56549
56501
|
eager: boolean;
|
56550
56502
|
location: NonNullable<Anchor>;
|
56551
56503
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56552
|
-
updateLocation: (e
|
56504
|
+
updateLocation: (e?: Event | undefined) => void;
|
56553
56505
|
} | undefined) | "connected">;
|
56554
56506
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56555
56507
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56600,7 +56552,7 @@ declare const VSpeedDial: {
|
|
56600
56552
|
eager: boolean;
|
56601
56553
|
location: NonNullable<Anchor>;
|
56602
56554
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56603
|
-
updateLocation: (e
|
56555
|
+
updateLocation: (e?: Event | undefined) => void;
|
56604
56556
|
} | undefined) | "connected">;
|
56605
56557
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56606
56558
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56680,7 +56632,7 @@ declare const VSpeedDial: {
|
|
56680
56632
|
eager: boolean;
|
56681
56633
|
location: NonNullable<Anchor>;
|
56682
56634
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56683
|
-
updateLocation: (e
|
56635
|
+
updateLocation: (e?: Event | undefined) => void;
|
56684
56636
|
} | undefined) | "connected">;
|
56685
56637
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56686
56638
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56715,7 +56667,7 @@ declare const VSpeedDial: {
|
|
56715
56667
|
eager: boolean;
|
56716
56668
|
location: NonNullable<Anchor>;
|
56717
56669
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56718
|
-
updateLocation: (e
|
56670
|
+
updateLocation: (e?: Event | undefined) => void;
|
56719
56671
|
} | undefined) | "connected">;
|
56720
56672
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56721
56673
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56797,7 +56749,7 @@ declare const VSpeedDial: {
|
|
56797
56749
|
eager: boolean;
|
56798
56750
|
location: NonNullable<Anchor>;
|
56799
56751
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56800
|
-
updateLocation: (e
|
56752
|
+
updateLocation: (e?: Event | undefined) => void;
|
56801
56753
|
} | undefined) | "connected">;
|
56802
56754
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56803
56755
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56898,16 +56850,16 @@ declare const VSpeedDial: {
|
|
56898
56850
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
56899
56851
|
locationStrategy: Omit<{
|
56900
56852
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56901
|
-
updateLocation: (e
|
56853
|
+
updateLocation: (e?: Event | undefined) => void;
|
56902
56854
|
} | undefined) | "connected">;
|
56903
56855
|
default: string;
|
56904
56856
|
validator: (val: any) => boolean;
|
56905
56857
|
}, "default" | "type"> & {
|
56906
56858
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56907
|
-
updateLocation: (e
|
56859
|
+
updateLocation: (e?: Event | undefined) => void;
|
56908
56860
|
} | undefined) | "connected">>;
|
56909
56861
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56910
|
-
updateLocation: (e
|
56862
|
+
updateLocation: (e?: Event | undefined) => void;
|
56911
56863
|
} | undefined) | "connected">;
|
56912
56864
|
};
|
56913
56865
|
scrollStrategy: Omit<{
|
@@ -57039,16 +56991,16 @@ declare const VSpeedDial: {
|
|
57039
56991
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
57040
56992
|
locationStrategy: Omit<{
|
57041
56993
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57042
|
-
updateLocation: (e
|
56994
|
+
updateLocation: (e?: Event | undefined) => void;
|
57043
56995
|
} | undefined) | "connected">;
|
57044
56996
|
default: string;
|
57045
56997
|
validator: (val: any) => boolean;
|
57046
56998
|
}, "default" | "type"> & {
|
57047
56999
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57048
|
-
updateLocation: (e
|
57000
|
+
updateLocation: (e?: Event | undefined) => void;
|
57049
57001
|
} | undefined) | "connected">>;
|
57050
57002
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57051
|
-
updateLocation: (e
|
57003
|
+
updateLocation: (e?: Event | undefined) => void;
|
57052
57004
|
} | undefined) | "connected">;
|
57053
57005
|
};
|
57054
57006
|
scrollStrategy: Omit<{
|
@@ -59312,10 +59264,7 @@ declare const VSwitch: {
|
|
59312
59264
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
59313
59265
|
minWidth: (StringConstructor | NumberConstructor)[];
|
59314
59266
|
appendIcon: vue.PropType<IconValue>;
|
59315
|
-
centerAffix:
|
59316
|
-
type: BooleanConstructor;
|
59317
|
-
default: boolean;
|
59318
|
-
};
|
59267
|
+
centerAffix: BooleanConstructor;
|
59319
59268
|
prependIcon: vue.PropType<IconValue>;
|
59320
59269
|
hideDetails: vue.PropType<boolean | "auto">;
|
59321
59270
|
hideSpinButtons: BooleanConstructor;
|
@@ -59408,10 +59357,7 @@ declare const VSwitch: {
|
|
59408
59357
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
59409
59358
|
minWidth: (StringConstructor | NumberConstructor)[];
|
59410
59359
|
appendIcon: vue.PropType<IconValue>;
|
59411
|
-
centerAffix:
|
59412
|
-
type: BooleanConstructor;
|
59413
|
-
default: boolean;
|
59414
|
-
};
|
59360
|
+
centerAffix: BooleanConstructor;
|
59415
59361
|
prependIcon: vue.PropType<IconValue>;
|
59416
59362
|
hideDetails: vue.PropType<boolean | "auto">;
|
59417
59363
|
hideSpinButtons: BooleanConstructor;
|
@@ -62413,7 +62359,6 @@ declare const VTextarea: {
|
|
62413
62359
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
62414
62360
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62415
62361
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62416
|
-
centerAffix?: boolean | undefined;
|
62417
62362
|
hint?: string | undefined;
|
62418
62363
|
hideDetails?: boolean | "auto" | undefined;
|
62419
62364
|
suffix?: string | undefined;
|
@@ -62786,7 +62731,6 @@ declare const VTextarea: {
|
|
62786
62731
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
62787
62732
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62788
62733
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62789
|
-
centerAffix?: boolean | undefined;
|
62790
62734
|
hint?: string | undefined;
|
62791
62735
|
hideDetails?: boolean | "auto" | undefined;
|
62792
62736
|
suffix?: string | undefined;
|
@@ -62868,7 +62812,6 @@ declare const VTextarea: {
|
|
62868
62812
|
density: Density;
|
62869
62813
|
direction: "horizontal" | "vertical";
|
62870
62814
|
clearIcon: IconValue;
|
62871
|
-
centerAffix: boolean;
|
62872
62815
|
hideSpinButtons: boolean;
|
62873
62816
|
persistentHint: boolean;
|
62874
62817
|
autofocus: boolean;
|
@@ -62984,7 +62927,6 @@ declare const VTextarea: {
|
|
62984
62927
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
62985
62928
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62986
62929
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62987
|
-
centerAffix?: boolean | undefined;
|
62988
62930
|
hint?: string | undefined;
|
62989
62931
|
hideDetails?: boolean | "auto" | undefined;
|
62990
62932
|
suffix?: string | undefined;
|
@@ -63311,7 +63253,6 @@ declare const VTextarea: {
|
|
63311
63253
|
density: Density;
|
63312
63254
|
direction: "horizontal" | "vertical";
|
63313
63255
|
clearIcon: IconValue;
|
63314
|
-
centerAffix: boolean;
|
63315
63256
|
hideSpinButtons: boolean;
|
63316
63257
|
persistentHint: boolean;
|
63317
63258
|
autofocus: boolean;
|
@@ -63388,7 +63329,6 @@ declare const VTextarea: {
|
|
63388
63329
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63389
63330
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63390
63331
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63391
|
-
centerAffix?: boolean | undefined;
|
63392
63332
|
hint?: string | undefined;
|
63393
63333
|
hideDetails?: boolean | "auto" | undefined;
|
63394
63334
|
suffix?: string | undefined;
|
@@ -63720,7 +63660,6 @@ declare const VTextarea: {
|
|
63720
63660
|
density: Density;
|
63721
63661
|
direction: "horizontal" | "vertical";
|
63722
63662
|
clearIcon: IconValue;
|
63723
|
-
centerAffix: boolean;
|
63724
63663
|
hideSpinButtons: boolean;
|
63725
63664
|
persistentHint: boolean;
|
63726
63665
|
autofocus: boolean;
|
@@ -63770,52 +63709,55 @@ declare const VTextarea: {
|
|
63770
63709
|
[key: string]: any;
|
63771
63710
|
}>[];
|
63772
63711
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
63773
|
-
|
63774
|
-
|
63775
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
63776
|
-
default: undefined;
|
63777
|
-
};
|
63778
|
-
tile: BooleanConstructor;
|
63779
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
63712
|
+
reverse: BooleanConstructor;
|
63713
|
+
flat: BooleanConstructor;
|
63780
63714
|
class: PropType<any>;
|
63781
63715
|
style: {
|
63782
63716
|
type: PropType<vue.StyleValue>;
|
63783
63717
|
default: null;
|
63784
63718
|
};
|
63785
|
-
|
63786
|
-
bgColor: StringConstructor;
|
63787
|
-
clearable: BooleanConstructor;
|
63788
|
-
clearIcon: {
|
63789
|
-
type: PropType<IconValue>;
|
63790
|
-
default: string;
|
63791
|
-
};
|
63719
|
+
label: StringConstructor;
|
63792
63720
|
active: BooleanConstructor;
|
63793
|
-
|
63794
|
-
|
63795
|
-
default: undefined;
|
63796
|
-
};
|
63721
|
+
error: BooleanConstructor;
|
63722
|
+
theme: StringConstructor;
|
63797
63723
|
color: StringConstructor;
|
63798
|
-
baseColor: StringConstructor;
|
63799
|
-
dirty: BooleanConstructor;
|
63800
63724
|
disabled: {
|
63801
63725
|
type: BooleanConstructor;
|
63802
63726
|
default: null;
|
63803
63727
|
};
|
63804
|
-
|
63805
|
-
|
63806
|
-
|
63807
|
-
|
63808
|
-
|
63809
|
-
reverse: BooleanConstructor;
|
63810
|
-
singleLine: BooleanConstructor;
|
63728
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
63729
|
+
rounded: {
|
63730
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
63731
|
+
default: undefined;
|
63732
|
+
};
|
63811
63733
|
variant: {
|
63812
63734
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
63813
63735
|
default: string;
|
63814
63736
|
validator: (v: any) => boolean;
|
63815
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>;
|
63816
63747
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
63817
63748
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
63818
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
|
+
};
|
63819
63761
|
focused: BooleanConstructor;
|
63820
63762
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
63821
63763
|
errorMessages: {
|
@@ -63826,7 +63768,6 @@ declare const VTextarea: {
|
|
63826
63768
|
type: (StringConstructor | NumberConstructor)[];
|
63827
63769
|
default: number;
|
63828
63770
|
};
|
63829
|
-
name: StringConstructor;
|
63830
63771
|
readonly: {
|
63831
63772
|
type: PropType<boolean | null>;
|
63832
63773
|
default: null;
|
@@ -63838,7 +63779,6 @@ declare const VTextarea: {
|
|
63838
63779
|
modelValue: null;
|
63839
63780
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
63840
63781
|
validationValue: null;
|
63841
|
-
width: (StringConstructor | NumberConstructor)[];
|
63842
63782
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
63843
63783
|
minWidth: (StringConstructor | NumberConstructor)[];
|
63844
63784
|
density: {
|
@@ -63846,24 +63786,19 @@ declare const VTextarea: {
|
|
63846
63786
|
default: string;
|
63847
63787
|
validator: (v: any) => boolean;
|
63848
63788
|
};
|
63849
|
-
id: StringConstructor;
|
63850
|
-
appendIcon: PropType<IconValue>;
|
63851
|
-
prependIcon: PropType<IconValue>;
|
63852
|
-
hideDetails: PropType<boolean | "auto">;
|
63853
|
-
hideSpinButtons: BooleanConstructor;
|
63854
|
-
hint: StringConstructor;
|
63855
|
-
persistentHint: BooleanConstructor;
|
63856
|
-
messages: {
|
63857
|
-
type: PropType<string | readonly string[]>;
|
63858
|
-
default: () => never[];
|
63859
|
-
};
|
63860
63789
|
direction: {
|
63861
63790
|
type: PropType<"horizontal" | "vertical">;
|
63862
63791
|
default: string;
|
63863
63792
|
validator: (v: any) => boolean;
|
63864
63793
|
};
|
63794
|
+
prependIcon: PropType<IconValue>;
|
63795
|
+
appendIcon: PropType<IconValue>;
|
63865
63796
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
63866
63797
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
63798
|
+
hideSpinButtons: BooleanConstructor;
|
63799
|
+
hint: StringConstructor;
|
63800
|
+
persistentHint: BooleanConstructor;
|
63801
|
+
hideDetails: PropType<boolean | "auto">;
|
63867
63802
|
autoGrow: BooleanConstructor;
|
63868
63803
|
autofocus: BooleanConstructor;
|
63869
63804
|
counter: PropType<string | number | true>;
|
@@ -63885,52 +63820,55 @@ declare const VTextarea: {
|
|
63885
63820
|
suffix: StringConstructor;
|
63886
63821
|
modelModifiers: PropType<Record<string, boolean>>;
|
63887
63822
|
}, vue.ExtractPropTypes<{
|
63888
|
-
|
63889
|
-
|
63890
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
63891
|
-
default: undefined;
|
63892
|
-
};
|
63893
|
-
tile: BooleanConstructor;
|
63894
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
63823
|
+
reverse: BooleanConstructor;
|
63824
|
+
flat: BooleanConstructor;
|
63895
63825
|
class: PropType<any>;
|
63896
63826
|
style: {
|
63897
63827
|
type: PropType<vue.StyleValue>;
|
63898
63828
|
default: null;
|
63899
63829
|
};
|
63900
|
-
|
63901
|
-
bgColor: StringConstructor;
|
63902
|
-
clearable: BooleanConstructor;
|
63903
|
-
clearIcon: {
|
63904
|
-
type: PropType<IconValue>;
|
63905
|
-
default: string;
|
63906
|
-
};
|
63830
|
+
label: StringConstructor;
|
63907
63831
|
active: BooleanConstructor;
|
63908
|
-
|
63909
|
-
|
63910
|
-
default: undefined;
|
63911
|
-
};
|
63832
|
+
error: BooleanConstructor;
|
63833
|
+
theme: StringConstructor;
|
63912
63834
|
color: StringConstructor;
|
63913
|
-
baseColor: StringConstructor;
|
63914
|
-
dirty: BooleanConstructor;
|
63915
63835
|
disabled: {
|
63916
63836
|
type: BooleanConstructor;
|
63917
63837
|
default: null;
|
63918
63838
|
};
|
63919
|
-
|
63920
|
-
|
63921
|
-
|
63922
|
-
|
63923
|
-
|
63924
|
-
reverse: BooleanConstructor;
|
63925
|
-
singleLine: BooleanConstructor;
|
63839
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
63840
|
+
rounded: {
|
63841
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
63842
|
+
default: undefined;
|
63843
|
+
};
|
63926
63844
|
variant: {
|
63927
63845
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
63928
63846
|
default: string;
|
63929
63847
|
validator: (v: any) => boolean;
|
63930
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>;
|
63931
63858
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
63932
63859
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
63933
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
|
+
};
|
63934
63872
|
focused: BooleanConstructor;
|
63935
63873
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
63936
63874
|
errorMessages: {
|
@@ -63941,7 +63879,6 @@ declare const VTextarea: {
|
|
63941
63879
|
type: (StringConstructor | NumberConstructor)[];
|
63942
63880
|
default: number;
|
63943
63881
|
};
|
63944
|
-
name: StringConstructor;
|
63945
63882
|
readonly: {
|
63946
63883
|
type: PropType<boolean | null>;
|
63947
63884
|
default: null;
|
@@ -63953,7 +63890,6 @@ declare const VTextarea: {
|
|
63953
63890
|
modelValue: null;
|
63954
63891
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
63955
63892
|
validationValue: null;
|
63956
|
-
width: (StringConstructor | NumberConstructor)[];
|
63957
63893
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
63958
63894
|
minWidth: (StringConstructor | NumberConstructor)[];
|
63959
63895
|
density: {
|
@@ -63961,24 +63897,19 @@ declare const VTextarea: {
|
|
63961
63897
|
default: string;
|
63962
63898
|
validator: (v: any) => boolean;
|
63963
63899
|
};
|
63964
|
-
id: StringConstructor;
|
63965
|
-
appendIcon: PropType<IconValue>;
|
63966
|
-
prependIcon: PropType<IconValue>;
|
63967
|
-
hideDetails: PropType<boolean | "auto">;
|
63968
|
-
hideSpinButtons: BooleanConstructor;
|
63969
|
-
hint: StringConstructor;
|
63970
|
-
persistentHint: BooleanConstructor;
|
63971
|
-
messages: {
|
63972
|
-
type: PropType<string | readonly string[]>;
|
63973
|
-
default: () => never[];
|
63974
|
-
};
|
63975
63900
|
direction: {
|
63976
63901
|
type: PropType<"horizontal" | "vertical">;
|
63977
63902
|
default: string;
|
63978
63903
|
validator: (v: any) => boolean;
|
63979
63904
|
};
|
63905
|
+
prependIcon: PropType<IconValue>;
|
63906
|
+
appendIcon: PropType<IconValue>;
|
63980
63907
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
63981
63908
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
63909
|
+
hideSpinButtons: BooleanConstructor;
|
63910
|
+
hint: StringConstructor;
|
63911
|
+
persistentHint: BooleanConstructor;
|
63912
|
+
hideDetails: PropType<boolean | "auto">;
|
63982
63913
|
autoGrow: BooleanConstructor;
|
63983
63914
|
autofocus: BooleanConstructor;
|
63984
63915
|
counter: PropType<string | number | true>;
|
@@ -64022,6 +63953,7 @@ declare const VTextField: {
|
|
64022
63953
|
density: Density;
|
64023
63954
|
direction: "horizontal" | "vertical";
|
64024
63955
|
clearIcon: IconValue;
|
63956
|
+
centerAffix: boolean;
|
64025
63957
|
hideSpinButtons: boolean;
|
64026
63958
|
persistentHint: boolean;
|
64027
63959
|
autofocus: boolean;
|
@@ -64062,7 +63994,6 @@ declare const VTextField: {
|
|
64062
63994
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64063
63995
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64064
63996
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64065
|
-
centerAffix?: boolean | undefined;
|
64066
63997
|
hint?: string | undefined;
|
64067
63998
|
hideDetails?: boolean | "auto" | undefined;
|
64068
63999
|
suffix?: string | undefined;
|
@@ -64403,6 +64334,7 @@ declare const VTextField: {
|
|
64403
64334
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64404
64335
|
tile: boolean;
|
64405
64336
|
clearIcon: IconValue;
|
64337
|
+
centerAffix: boolean;
|
64406
64338
|
clearable: boolean;
|
64407
64339
|
dirty: boolean;
|
64408
64340
|
persistentClear: boolean;
|
@@ -64422,7 +64354,6 @@ declare const VTextField: {
|
|
64422
64354
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64423
64355
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64424
64356
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64425
|
-
centerAffix?: boolean | undefined;
|
64426
64357
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
64427
64358
|
reverse: boolean;
|
64428
64359
|
flat: boolean;
|
@@ -64434,6 +64365,7 @@ declare const VTextField: {
|
|
64434
64365
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64435
64366
|
tile: boolean;
|
64436
64367
|
clearIcon: IconValue;
|
64368
|
+
centerAffix: boolean;
|
64437
64369
|
clearable: boolean;
|
64438
64370
|
dirty: boolean;
|
64439
64371
|
persistentClear: boolean;
|
@@ -64454,7 +64386,6 @@ declare const VTextField: {
|
|
64454
64386
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64455
64387
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64456
64388
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64457
|
-
centerAffix?: boolean | undefined;
|
64458
64389
|
} & {
|
64459
64390
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64460
64391
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -64504,6 +64435,7 @@ declare const VTextField: {
|
|
64504
64435
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64505
64436
|
tile: boolean;
|
64506
64437
|
clearIcon: IconValue;
|
64438
|
+
centerAffix: boolean;
|
64507
64439
|
clearable: boolean;
|
64508
64440
|
dirty: boolean;
|
64509
64441
|
persistentClear: boolean;
|
@@ -64524,7 +64456,6 @@ declare const VTextField: {
|
|
64524
64456
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64525
64457
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64526
64458
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64527
|
-
centerAffix?: boolean | undefined;
|
64528
64459
|
} & {
|
64529
64460
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64530
64461
|
}, {
|
@@ -64604,6 +64535,7 @@ declare const VTextField: {
|
|
64604
64535
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64605
64536
|
tile: boolean;
|
64606
64537
|
clearIcon: IconValue;
|
64538
|
+
centerAffix: boolean;
|
64607
64539
|
clearable: boolean;
|
64608
64540
|
dirty: boolean;
|
64609
64541
|
persistentClear: boolean;
|
@@ -64624,7 +64556,6 @@ declare const VTextField: {
|
|
64624
64556
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64625
64557
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64626
64558
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64627
|
-
centerAffix?: boolean | undefined;
|
64628
64559
|
} & {
|
64629
64560
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64630
64561
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -64656,6 +64587,7 @@ declare const VTextField: {
|
|
64656
64587
|
density: Density;
|
64657
64588
|
direction: "horizontal" | "vertical";
|
64658
64589
|
clearIcon: IconValue;
|
64590
|
+
centerAffix: boolean;
|
64659
64591
|
hideSpinButtons: boolean;
|
64660
64592
|
persistentHint: boolean;
|
64661
64593
|
autofocus: boolean;
|
@@ -64696,7 +64628,6 @@ declare const VTextField: {
|
|
64696
64628
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64697
64629
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64698
64630
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64699
|
-
centerAffix?: boolean | undefined;
|
64700
64631
|
hint?: string | undefined;
|
64701
64632
|
hideDetails?: boolean | "auto" | undefined;
|
64702
64633
|
suffix?: string | undefined;
|
@@ -64856,6 +64787,7 @@ declare const VTextField: {
|
|
64856
64787
|
density: Density;
|
64857
64788
|
direction: "horizontal" | "vertical";
|
64858
64789
|
clearIcon: IconValue;
|
64790
|
+
centerAffix: boolean;
|
64859
64791
|
hideSpinButtons: boolean;
|
64860
64792
|
persistentHint: boolean;
|
64861
64793
|
autofocus: boolean;
|
@@ -64896,7 +64828,6 @@ declare const VTextField: {
|
|
64896
64828
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64897
64829
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64898
64830
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64899
|
-
centerAffix?: boolean | undefined;
|
64900
64831
|
hint?: string | undefined;
|
64901
64832
|
hideDetails?: boolean | "auto" | undefined;
|
64902
64833
|
suffix?: string | undefined;
|
@@ -65237,6 +65168,7 @@ declare const VTextField: {
|
|
65237
65168
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65238
65169
|
tile: boolean;
|
65239
65170
|
clearIcon: IconValue;
|
65171
|
+
centerAffix: boolean;
|
65240
65172
|
clearable: boolean;
|
65241
65173
|
dirty: boolean;
|
65242
65174
|
persistentClear: boolean;
|
@@ -65256,7 +65188,6 @@ declare const VTextField: {
|
|
65256
65188
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65257
65189
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65258
65190
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65259
|
-
centerAffix?: boolean | undefined;
|
65260
65191
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
65261
65192
|
reverse: boolean;
|
65262
65193
|
flat: boolean;
|
@@ -65268,6 +65199,7 @@ declare const VTextField: {
|
|
65268
65199
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65269
65200
|
tile: boolean;
|
65270
65201
|
clearIcon: IconValue;
|
65202
|
+
centerAffix: boolean;
|
65271
65203
|
clearable: boolean;
|
65272
65204
|
dirty: boolean;
|
65273
65205
|
persistentClear: boolean;
|
@@ -65288,7 +65220,6 @@ declare const VTextField: {
|
|
65288
65220
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65289
65221
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65290
65222
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65291
|
-
centerAffix?: boolean | undefined;
|
65292
65223
|
} & {
|
65293
65224
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65294
65225
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -65338,6 +65269,7 @@ declare const VTextField: {
|
|
65338
65269
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65339
65270
|
tile: boolean;
|
65340
65271
|
clearIcon: IconValue;
|
65272
|
+
centerAffix: boolean;
|
65341
65273
|
clearable: boolean;
|
65342
65274
|
dirty: boolean;
|
65343
65275
|
persistentClear: boolean;
|
@@ -65358,7 +65290,6 @@ declare const VTextField: {
|
|
65358
65290
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65359
65291
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65360
65292
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65361
|
-
centerAffix?: boolean | undefined;
|
65362
65293
|
} & {
|
65363
65294
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65364
65295
|
}, {
|
@@ -65438,6 +65369,7 @@ declare const VTextField: {
|
|
65438
65369
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65439
65370
|
tile: boolean;
|
65440
65371
|
clearIcon: IconValue;
|
65372
|
+
centerAffix: boolean;
|
65441
65373
|
clearable: boolean;
|
65442
65374
|
dirty: boolean;
|
65443
65375
|
persistentClear: boolean;
|
@@ -65458,7 +65390,6 @@ declare const VTextField: {
|
|
65458
65390
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65459
65391
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65460
65392
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65461
|
-
centerAffix?: boolean | undefined;
|
65462
65393
|
} & {
|
65463
65394
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65464
65395
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -65519,6 +65450,7 @@ declare const VTextField: {
|
|
65519
65450
|
density: Density;
|
65520
65451
|
direction: "horizontal" | "vertical";
|
65521
65452
|
clearIcon: IconValue;
|
65453
|
+
centerAffix: boolean;
|
65522
65454
|
hideSpinButtons: boolean;
|
65523
65455
|
persistentHint: boolean;
|
65524
65456
|
autofocus: boolean;
|
@@ -65559,7 +65491,6 @@ declare const VTextField: {
|
|
65559
65491
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65560
65492
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65561
65493
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65562
|
-
centerAffix?: boolean | undefined;
|
65563
65494
|
hint?: string | undefined;
|
65564
65495
|
hideDetails?: boolean | "auto" | undefined;
|
65565
65496
|
suffix?: string | undefined;
|
@@ -65900,6 +65831,7 @@ declare const VTextField: {
|
|
65900
65831
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65901
65832
|
tile: boolean;
|
65902
65833
|
clearIcon: IconValue;
|
65834
|
+
centerAffix: boolean;
|
65903
65835
|
clearable: boolean;
|
65904
65836
|
dirty: boolean;
|
65905
65837
|
persistentClear: boolean;
|
@@ -65919,7 +65851,6 @@ declare const VTextField: {
|
|
65919
65851
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65920
65852
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65921
65853
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65922
|
-
centerAffix?: boolean | undefined;
|
65923
65854
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
65924
65855
|
reverse: boolean;
|
65925
65856
|
flat: boolean;
|
@@ -65931,6 +65862,7 @@ declare const VTextField: {
|
|
65931
65862
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65932
65863
|
tile: boolean;
|
65933
65864
|
clearIcon: IconValue;
|
65865
|
+
centerAffix: boolean;
|
65934
65866
|
clearable: boolean;
|
65935
65867
|
dirty: boolean;
|
65936
65868
|
persistentClear: boolean;
|
@@ -65951,7 +65883,6 @@ declare const VTextField: {
|
|
65951
65883
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65952
65884
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65953
65885
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65954
|
-
centerAffix?: boolean | undefined;
|
65955
65886
|
} & {
|
65956
65887
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65957
65888
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -66001,6 +65932,7 @@ declare const VTextField: {
|
|
66001
65932
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66002
65933
|
tile: boolean;
|
66003
65934
|
clearIcon: IconValue;
|
65935
|
+
centerAffix: boolean;
|
66004
65936
|
clearable: boolean;
|
66005
65937
|
dirty: boolean;
|
66006
65938
|
persistentClear: boolean;
|
@@ -66021,7 +65953,6 @@ declare const VTextField: {
|
|
66021
65953
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66022
65954
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66023
65955
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66024
|
-
centerAffix?: boolean | undefined;
|
66025
65956
|
} & {
|
66026
65957
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66027
65958
|
}, {
|
@@ -66101,6 +66032,7 @@ declare const VTextField: {
|
|
66101
66032
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66102
66033
|
tile: boolean;
|
66103
66034
|
clearIcon: IconValue;
|
66035
|
+
centerAffix: boolean;
|
66104
66036
|
clearable: boolean;
|
66105
66037
|
dirty: boolean;
|
66106
66038
|
persistentClear: boolean;
|
@@ -66121,7 +66053,6 @@ declare const VTextField: {
|
|
66121
66053
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66122
66054
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66123
66055
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66124
|
-
centerAffix?: boolean | undefined;
|
66125
66056
|
} & {
|
66126
66057
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66127
66058
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -66224,10 +66155,7 @@ declare const VTextField: {
|
|
66224
66155
|
default: string;
|
66225
66156
|
};
|
66226
66157
|
active: BooleanConstructor;
|
66227
|
-
centerAffix:
|
66228
|
-
type: BooleanConstructor;
|
66229
|
-
default: undefined;
|
66230
|
-
};
|
66158
|
+
centerAffix: BooleanConstructor;
|
66231
66159
|
color: StringConstructor;
|
66232
66160
|
baseColor: StringConstructor;
|
66233
66161
|
dirty: BooleanConstructor;
|
@@ -66333,10 +66261,7 @@ declare const VTextField: {
|
|
66333
66261
|
default: string;
|
66334
66262
|
};
|
66335
66263
|
active: BooleanConstructor;
|
66336
|
-
centerAffix:
|
66337
|
-
type: BooleanConstructor;
|
66338
|
-
default: undefined;
|
66339
|
-
};
|
66264
|
+
centerAffix: BooleanConstructor;
|
66340
66265
|
color: StringConstructor;
|
66341
66266
|
baseColor: StringConstructor;
|
66342
66267
|
dirty: BooleanConstructor;
|
@@ -67379,7 +67304,7 @@ declare const VTooltip: {
|
|
67379
67304
|
eager: boolean;
|
67380
67305
|
location: NonNullable<Anchor>;
|
67381
67306
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67382
|
-
updateLocation: (e
|
67307
|
+
updateLocation: (e?: Event | undefined) => void;
|
67383
67308
|
} | undefined) | "connected">;
|
67384
67309
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
67385
67310
|
activatorProps: Record<string, any>;
|
@@ -67459,7 +67384,7 @@ declare const VTooltip: {
|
|
67459
67384
|
eager: boolean;
|
67460
67385
|
location: Anchor;
|
67461
67386
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67462
|
-
updateLocation: (e
|
67387
|
+
updateLocation: (e?: Event | undefined) => void;
|
67463
67388
|
} | undefined) | "connected";
|
67464
67389
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67465
67390
|
activatorProps: Record<string, any>;
|
@@ -67486,7 +67411,7 @@ declare const VTooltip: {
|
|
67486
67411
|
eager: boolean;
|
67487
67412
|
location: Anchor;
|
67488
67413
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67489
|
-
updateLocation: (e
|
67414
|
+
updateLocation: (e?: Event | undefined) => void;
|
67490
67415
|
} | undefined) | "connected";
|
67491
67416
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67492
67417
|
activatorProps: Record<string, any>;
|
@@ -67564,7 +67489,7 @@ declare const VTooltip: {
|
|
67564
67489
|
eager: boolean;
|
67565
67490
|
location: Anchor;
|
67566
67491
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67567
|
-
updateLocation: (e
|
67492
|
+
updateLocation: (e?: Event | undefined) => void;
|
67568
67493
|
} | undefined) | "connected";
|
67569
67494
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67570
67495
|
activatorProps: Record<string, any>;
|
@@ -67671,7 +67596,7 @@ declare const VTooltip: {
|
|
67671
67596
|
eager: boolean;
|
67672
67597
|
location: Anchor;
|
67673
67598
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67674
|
-
updateLocation: (e
|
67599
|
+
updateLocation: (e?: Event | undefined) => void;
|
67675
67600
|
} | undefined) | "connected";
|
67676
67601
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67677
67602
|
activatorProps: Record<string, any>;
|
@@ -67767,7 +67692,7 @@ declare const VTooltip: {
|
|
67767
67692
|
eager: boolean;
|
67768
67693
|
location: Anchor;
|
67769
67694
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67770
|
-
updateLocation: (e
|
67695
|
+
updateLocation: (e?: Event | undefined) => void;
|
67771
67696
|
} | undefined) | "connected";
|
67772
67697
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67773
67698
|
activatorProps: Record<string, any>;
|
@@ -67827,7 +67752,7 @@ declare const VTooltip: {
|
|
67827
67752
|
eager: boolean;
|
67828
67753
|
location: Anchor;
|
67829
67754
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67830
|
-
updateLocation: (e
|
67755
|
+
updateLocation: (e?: Event | undefined) => void;
|
67831
67756
|
} | undefined) | "connected";
|
67832
67757
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67833
67758
|
activatorProps: Record<string, any>;
|
@@ -67921,7 +67846,7 @@ declare const VTooltip: {
|
|
67921
67846
|
eager: boolean;
|
67922
67847
|
location: NonNullable<Anchor>;
|
67923
67848
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67924
|
-
updateLocation: (e
|
67849
|
+
updateLocation: (e?: Event | undefined) => void;
|
67925
67850
|
} | undefined) | "connected">;
|
67926
67851
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
67927
67852
|
activatorProps: Record<string, any>;
|
@@ -67999,7 +67924,7 @@ declare const VTooltip: {
|
|
67999
67924
|
eager: boolean;
|
68000
67925
|
location: NonNullable<Anchor>;
|
68001
67926
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68002
|
-
updateLocation: (e
|
67927
|
+
updateLocation: (e?: Event | undefined) => void;
|
68003
67928
|
} | undefined) | "connected">;
|
68004
67929
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68005
67930
|
activatorProps: Record<string, any>;
|
@@ -68045,7 +67970,7 @@ declare const VTooltip: {
|
|
68045
67970
|
eager: boolean;
|
68046
67971
|
location: NonNullable<Anchor>;
|
68047
67972
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68048
|
-
updateLocation: (e
|
67973
|
+
updateLocation: (e?: Event | undefined) => void;
|
68049
67974
|
} | undefined) | "connected">;
|
68050
67975
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68051
67976
|
activatorProps: Record<string, any>;
|
@@ -68125,7 +68050,7 @@ declare const VTooltip: {
|
|
68125
68050
|
eager: boolean;
|
68126
68051
|
location: Anchor;
|
68127
68052
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68128
|
-
updateLocation: (e
|
68053
|
+
updateLocation: (e?: Event | undefined) => void;
|
68129
68054
|
} | undefined) | "connected";
|
68130
68055
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68131
68056
|
activatorProps: Record<string, any>;
|
@@ -68152,7 +68077,7 @@ declare const VTooltip: {
|
|
68152
68077
|
eager: boolean;
|
68153
68078
|
location: Anchor;
|
68154
68079
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68155
|
-
updateLocation: (e
|
68080
|
+
updateLocation: (e?: Event | undefined) => void;
|
68156
68081
|
} | undefined) | "connected";
|
68157
68082
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68158
68083
|
activatorProps: Record<string, any>;
|
@@ -68230,7 +68155,7 @@ declare const VTooltip: {
|
|
68230
68155
|
eager: boolean;
|
68231
68156
|
location: Anchor;
|
68232
68157
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68233
|
-
updateLocation: (e
|
68158
|
+
updateLocation: (e?: Event | undefined) => void;
|
68234
68159
|
} | undefined) | "connected";
|
68235
68160
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68236
68161
|
activatorProps: Record<string, any>;
|
@@ -68337,7 +68262,7 @@ declare const VTooltip: {
|
|
68337
68262
|
eager: boolean;
|
68338
68263
|
location: Anchor;
|
68339
68264
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68340
|
-
updateLocation: (e
|
68265
|
+
updateLocation: (e?: Event | undefined) => void;
|
68341
68266
|
} | undefined) | "connected";
|
68342
68267
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68343
68268
|
activatorProps: Record<string, any>;
|
@@ -68433,7 +68358,7 @@ declare const VTooltip: {
|
|
68433
68358
|
eager: boolean;
|
68434
68359
|
location: Anchor;
|
68435
68360
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68436
|
-
updateLocation: (e
|
68361
|
+
updateLocation: (e?: Event | undefined) => void;
|
68437
68362
|
} | undefined) | "connected";
|
68438
68363
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68439
68364
|
activatorProps: Record<string, any>;
|
@@ -68493,7 +68418,7 @@ declare const VTooltip: {
|
|
68493
68418
|
eager: boolean;
|
68494
68419
|
location: Anchor;
|
68495
68420
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68496
|
-
updateLocation: (e
|
68421
|
+
updateLocation: (e?: Event | undefined) => void;
|
68497
68422
|
} | undefined) | "connected";
|
68498
68423
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68499
68424
|
activatorProps: Record<string, any>;
|
@@ -68585,7 +68510,7 @@ declare const VTooltip: {
|
|
68585
68510
|
eager: boolean;
|
68586
68511
|
location: NonNullable<Anchor>;
|
68587
68512
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68588
|
-
updateLocation: (e
|
68513
|
+
updateLocation: (e?: Event | undefined) => void;
|
68589
68514
|
} | undefined) | "connected">;
|
68590
68515
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68591
68516
|
activatorProps: Record<string, any>;
|
@@ -68615,7 +68540,7 @@ declare const VTooltip: {
|
|
68615
68540
|
eager: boolean;
|
68616
68541
|
location: NonNullable<Anchor>;
|
68617
68542
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68618
|
-
updateLocation: (e
|
68543
|
+
updateLocation: (e?: Event | undefined) => void;
|
68619
68544
|
} | undefined) | "connected">;
|
68620
68545
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68621
68546
|
activatorProps: Record<string, any>;
|
@@ -68695,7 +68620,7 @@ declare const VTooltip: {
|
|
68695
68620
|
eager: boolean;
|
68696
68621
|
location: Anchor;
|
68697
68622
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68698
|
-
updateLocation: (e
|
68623
|
+
updateLocation: (e?: Event | undefined) => void;
|
68699
68624
|
} | undefined) | "connected";
|
68700
68625
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68701
68626
|
activatorProps: Record<string, any>;
|
@@ -68722,7 +68647,7 @@ declare const VTooltip: {
|
|
68722
68647
|
eager: boolean;
|
68723
68648
|
location: Anchor;
|
68724
68649
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68725
|
-
updateLocation: (e
|
68650
|
+
updateLocation: (e?: Event | undefined) => void;
|
68726
68651
|
} | undefined) | "connected";
|
68727
68652
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68728
68653
|
activatorProps: Record<string, any>;
|
@@ -68800,7 +68725,7 @@ declare const VTooltip: {
|
|
68800
68725
|
eager: boolean;
|
68801
68726
|
location: Anchor;
|
68802
68727
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68803
|
-
updateLocation: (e
|
68728
|
+
updateLocation: (e?: Event | undefined) => void;
|
68804
68729
|
} | undefined) | "connected";
|
68805
68730
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68806
68731
|
activatorProps: Record<string, any>;
|
@@ -68907,7 +68832,7 @@ declare const VTooltip: {
|
|
68907
68832
|
eager: boolean;
|
68908
68833
|
location: Anchor;
|
68909
68834
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68910
|
-
updateLocation: (e
|
68835
|
+
updateLocation: (e?: Event | undefined) => void;
|
68911
68836
|
} | undefined) | "connected";
|
68912
68837
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68913
68838
|
activatorProps: Record<string, any>;
|
@@ -69003,7 +68928,7 @@ declare const VTooltip: {
|
|
69003
68928
|
eager: boolean;
|
69004
68929
|
location: Anchor;
|
69005
68930
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69006
|
-
updateLocation: (e
|
68931
|
+
updateLocation: (e?: Event | undefined) => void;
|
69007
68932
|
} | undefined) | "connected";
|
69008
68933
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69009
68934
|
activatorProps: Record<string, any>;
|
@@ -69063,7 +68988,7 @@ declare const VTooltip: {
|
|
69063
68988
|
eager: boolean;
|
69064
68989
|
location: Anchor;
|
69065
68990
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69066
|
-
updateLocation: (e
|
68991
|
+
updateLocation: (e?: Event | undefined) => void;
|
69067
68992
|
} | undefined) | "connected";
|
69068
68993
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69069
68994
|
activatorProps: Record<string, any>;
|
@@ -69157,7 +69082,7 @@ declare const VTooltip: {
|
|
69157
69082
|
eager: boolean;
|
69158
69083
|
location: NonNullable<Anchor>;
|
69159
69084
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69160
|
-
updateLocation: (e
|
69085
|
+
updateLocation: (e?: Event | undefined) => void;
|
69161
69086
|
} | undefined) | "connected">;
|
69162
69087
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
69163
69088
|
activatorProps: Record<string, any>;
|
@@ -69246,16 +69171,16 @@ declare const VTooltip: {
|
|
69246
69171
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69247
69172
|
locationStrategy: Omit<{
|
69248
69173
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69249
|
-
updateLocation: (e
|
69174
|
+
updateLocation: (e?: Event | undefined) => void;
|
69250
69175
|
} | undefined) | "connected">;
|
69251
69176
|
default: string;
|
69252
69177
|
validator: (val: any) => boolean;
|
69253
69178
|
}, "default" | "type"> & {
|
69254
69179
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69255
|
-
updateLocation: (e
|
69180
|
+
updateLocation: (e?: Event | undefined) => void;
|
69256
69181
|
} | undefined) | "connected">>;
|
69257
69182
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69258
|
-
updateLocation: (e
|
69183
|
+
updateLocation: (e?: Event | undefined) => void;
|
69259
69184
|
} | undefined) | "connected">;
|
69260
69185
|
};
|
69261
69186
|
scrollStrategy: Omit<{
|
@@ -69372,16 +69297,16 @@ declare const VTooltip: {
|
|
69372
69297
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69373
69298
|
locationStrategy: Omit<{
|
69374
69299
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69375
|
-
updateLocation: (e
|
69300
|
+
updateLocation: (e?: Event | undefined) => void;
|
69376
69301
|
} | undefined) | "connected">;
|
69377
69302
|
default: string;
|
69378
69303
|
validator: (val: any) => boolean;
|
69379
69304
|
}, "default" | "type"> & {
|
69380
69305
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69381
|
-
updateLocation: (e
|
69306
|
+
updateLocation: (e?: Event | undefined) => void;
|
69382
69307
|
} | undefined) | "connected">>;
|
69383
69308
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69384
|
-
updateLocation: (e
|
69309
|
+
updateLocation: (e?: Event | undefined) => void;
|
69385
69310
|
} | undefined) | "connected">;
|
69386
69311
|
};
|
69387
69312
|
scrollStrategy: Omit<{
|