@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
package/dist/vuetify.d.ts
CHANGED
@@ -13,7 +13,7 @@ interface DateAdapter<T = unknown> {
|
|
13
13
|
toISO(date: T): string;
|
14
14
|
startOfDay(date: T): T;
|
15
15
|
endOfDay(date: T): T;
|
16
|
-
startOfWeek(date: T): T;
|
16
|
+
startOfWeek(date: T, firstDayOfWeek?: number | string): T;
|
17
17
|
endOfWeek(date: T): T;
|
18
18
|
startOfMonth(date: T): T;
|
19
19
|
endOfMonth(date: T): T;
|
@@ -36,8 +36,8 @@ interface DateAdapter<T = unknown> {
|
|
36
36
|
getYear(date: T): number;
|
37
37
|
setYear(date: T, year: number): T;
|
38
38
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
39
|
-
getWeekArray(date: T): T[][];
|
40
|
-
getWeekdays(): string[];
|
39
|
+
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
40
|
+
getWeekdays(firstDayOfWeek?: number | string): string[];
|
41
41
|
getMonth(date: T): number;
|
42
42
|
setMonth(date: T, month: number): T;
|
43
43
|
getDate(date: T): number;
|
@@ -3657,10 +3657,7 @@ declare const VInput: {
|
|
3657
3657
|
};
|
3658
3658
|
id: StringConstructor;
|
3659
3659
|
appendIcon: PropType<IconValue>;
|
3660
|
-
centerAffix:
|
3661
|
-
type: BooleanConstructor;
|
3662
|
-
default: boolean;
|
3663
|
-
};
|
3660
|
+
centerAffix: BooleanConstructor;
|
3664
3661
|
prependIcon: PropType<IconValue>;
|
3665
3662
|
hideDetails: PropType<boolean | "auto">;
|
3666
3663
|
hideSpinButtons: BooleanConstructor;
|
@@ -3722,10 +3719,7 @@ declare const VInput: {
|
|
3722
3719
|
};
|
3723
3720
|
id: StringConstructor;
|
3724
3721
|
appendIcon: PropType<IconValue>;
|
3725
|
-
centerAffix:
|
3726
|
-
type: BooleanConstructor;
|
3727
|
-
default: boolean;
|
3728
|
-
};
|
3722
|
+
centerAffix: BooleanConstructor;
|
3729
3723
|
prependIcon: PropType<IconValue>;
|
3730
3724
|
hideDetails: PropType<boolean | "auto">;
|
3731
3725
|
hideSpinButtons: BooleanConstructor;
|
@@ -3780,6 +3774,7 @@ declare const VField: {
|
|
3780
3774
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3781
3775
|
tile: boolean;
|
3782
3776
|
clearIcon: IconValue;
|
3777
|
+
centerAffix: boolean;
|
3783
3778
|
clearable: boolean;
|
3784
3779
|
dirty: boolean;
|
3785
3780
|
persistentClear: boolean;
|
@@ -3800,7 +3795,6 @@ declare const VField: {
|
|
3800
3795
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3801
3796
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3802
3797
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3803
|
-
centerAffix?: boolean | undefined;
|
3804
3798
|
} & {
|
3805
3799
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3806
3800
|
}, {
|
@@ -3819,6 +3813,7 @@ declare const VField: {
|
|
3819
3813
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3820
3814
|
tile: boolean;
|
3821
3815
|
clearIcon: IconValue;
|
3816
|
+
centerAffix: boolean;
|
3822
3817
|
clearable: boolean;
|
3823
3818
|
dirty: boolean;
|
3824
3819
|
persistentClear: boolean;
|
@@ -3839,7 +3834,6 @@ declare const VField: {
|
|
3839
3834
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3840
3835
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3841
3836
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3842
|
-
centerAffix?: boolean | undefined;
|
3843
3837
|
} & {
|
3844
3838
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3845
3839
|
}, {
|
@@ -3901,6 +3895,7 @@ declare const VField: {
|
|
3901
3895
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3902
3896
|
tile: boolean;
|
3903
3897
|
clearIcon: IconValue;
|
3898
|
+
centerAffix: boolean;
|
3904
3899
|
clearable: boolean;
|
3905
3900
|
dirty: boolean;
|
3906
3901
|
persistentClear: boolean;
|
@@ -3921,7 +3916,6 @@ declare const VField: {
|
|
3921
3916
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3922
3917
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3923
3918
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3924
|
-
centerAffix?: boolean | undefined;
|
3925
3919
|
} & {
|
3926
3920
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3927
3921
|
}, {
|
@@ -3958,6 +3952,7 @@ declare const VField: {
|
|
3958
3952
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3959
3953
|
tile: boolean;
|
3960
3954
|
clearIcon: IconValue;
|
3955
|
+
centerAffix: boolean;
|
3961
3956
|
clearable: boolean;
|
3962
3957
|
dirty: boolean;
|
3963
3958
|
persistentClear: boolean;
|
@@ -3978,7 +3973,6 @@ declare const VField: {
|
|
3978
3973
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3979
3974
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3980
3975
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3981
|
-
centerAffix?: boolean | undefined;
|
3982
3976
|
} & {
|
3983
3977
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3984
3978
|
}, {
|
@@ -4054,10 +4048,7 @@ declare const VField: {
|
|
4054
4048
|
default: string;
|
4055
4049
|
};
|
4056
4050
|
active: BooleanConstructor;
|
4057
|
-
centerAffix:
|
4058
|
-
type: BooleanConstructor;
|
4059
|
-
default: undefined;
|
4060
|
-
};
|
4051
|
+
centerAffix: BooleanConstructor;
|
4061
4052
|
color: StringConstructor;
|
4062
4053
|
baseColor: StringConstructor;
|
4063
4054
|
dirty: BooleanConstructor;
|
@@ -4104,10 +4095,7 @@ declare const VField: {
|
|
4104
4095
|
default: string;
|
4105
4096
|
};
|
4106
4097
|
active: BooleanConstructor;
|
4107
|
-
centerAffix:
|
4108
|
-
type: BooleanConstructor;
|
4109
|
-
default: undefined;
|
4110
|
-
};
|
4098
|
+
centerAffix: BooleanConstructor;
|
4111
4099
|
color: StringConstructor;
|
4112
4100
|
baseColor: StringConstructor;
|
4113
4101
|
dirty: BooleanConstructor;
|
@@ -4181,7 +4169,7 @@ interface LocationStrategyData {
|
|
4181
4169
|
isRtl: Ref<boolean>;
|
4182
4170
|
}
|
4183
4171
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4184
|
-
updateLocation: (e
|
4172
|
+
updateLocation: (e?: Event) => void;
|
4185
4173
|
};
|
4186
4174
|
declare const locationStrategies: {
|
4187
4175
|
static: typeof staticLocationStrategy;
|
@@ -4877,6 +4865,7 @@ declare const VAutocomplete: {
|
|
4877
4865
|
direction: "horizontal" | "vertical";
|
4878
4866
|
valueComparator: typeof deepEqual;
|
4879
4867
|
clearIcon: IconValue;
|
4868
|
+
centerAffix: boolean;
|
4880
4869
|
hideSpinButtons: boolean;
|
4881
4870
|
persistentHint: boolean;
|
4882
4871
|
filterMode: FilterMode;
|
@@ -4926,7 +4915,6 @@ declare const VAutocomplete: {
|
|
4926
4915
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4927
4916
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4928
4917
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4929
|
-
centerAffix?: boolean | undefined;
|
4930
4918
|
hint?: string | undefined;
|
4931
4919
|
hideDetails?: boolean | "auto" | undefined;
|
4932
4920
|
customFilter?: FilterFunction | undefined;
|
@@ -5207,7 +5195,7 @@ declare const VAutocomplete: {
|
|
5207
5195
|
eager: boolean;
|
5208
5196
|
location: Anchor;
|
5209
5197
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5210
|
-
updateLocation: (e
|
5198
|
+
updateLocation: (e?: Event | undefined) => void;
|
5211
5199
|
} | undefined) | "connected">;
|
5212
5200
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5213
5201
|
closeDelay: NonNullable<string | number>;
|
@@ -5236,7 +5224,7 @@ declare const VAutocomplete: {
|
|
5236
5224
|
eager: boolean;
|
5237
5225
|
location: Anchor;
|
5238
5226
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5239
|
-
updateLocation: (e
|
5227
|
+
updateLocation: (e?: Event | undefined) => void;
|
5240
5228
|
} | undefined) | "connected">;
|
5241
5229
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5242
5230
|
closeDelay: NonNullable<string | number>;
|
@@ -5312,7 +5300,7 @@ declare const VAutocomplete: {
|
|
5312
5300
|
eager: boolean;
|
5313
5301
|
location: Anchor;
|
5314
5302
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5315
|
-
updateLocation: (e
|
5303
|
+
updateLocation: (e?: Event | undefined) => void;
|
5316
5304
|
} | undefined) | "connected">;
|
5317
5305
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5318
5306
|
closeDelay: NonNullable<string | number>;
|
@@ -5417,6 +5405,7 @@ declare const VAutocomplete: {
|
|
5417
5405
|
direction: "horizontal" | "vertical";
|
5418
5406
|
valueComparator: typeof deepEqual;
|
5419
5407
|
clearIcon: IconValue;
|
5408
|
+
centerAffix: boolean;
|
5420
5409
|
hideSpinButtons: boolean;
|
5421
5410
|
persistentHint: boolean;
|
5422
5411
|
filterMode: FilterMode;
|
@@ -5466,7 +5455,6 @@ declare const VAutocomplete: {
|
|
5466
5455
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5467
5456
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5468
5457
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5469
|
-
centerAffix?: boolean | undefined;
|
5470
5458
|
hint?: string | undefined;
|
5471
5459
|
hideDetails?: boolean | "auto" | undefined;
|
5472
5460
|
customFilter?: FilterFunction | undefined;
|
@@ -5747,7 +5735,7 @@ declare const VAutocomplete: {
|
|
5747
5735
|
eager: boolean;
|
5748
5736
|
location: Anchor;
|
5749
5737
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5750
|
-
updateLocation: (e
|
5738
|
+
updateLocation: (e?: Event | undefined) => void;
|
5751
5739
|
} | undefined) | "connected">;
|
5752
5740
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5753
5741
|
closeDelay: NonNullable<string | number>;
|
@@ -5776,7 +5764,7 @@ declare const VAutocomplete: {
|
|
5776
5764
|
eager: boolean;
|
5777
5765
|
location: Anchor;
|
5778
5766
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5779
|
-
updateLocation: (e
|
5767
|
+
updateLocation: (e?: Event | undefined) => void;
|
5780
5768
|
} | undefined) | "connected">;
|
5781
5769
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5782
5770
|
closeDelay: NonNullable<string | number>;
|
@@ -5852,7 +5840,7 @@ declare const VAutocomplete: {
|
|
5852
5840
|
eager: boolean;
|
5853
5841
|
location: Anchor;
|
5854
5842
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5855
|
-
updateLocation: (e
|
5843
|
+
updateLocation: (e?: Event | undefined) => void;
|
5856
5844
|
} | undefined) | "connected">;
|
5857
5845
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5858
5846
|
closeDelay: NonNullable<string | number>;
|
@@ -6071,6 +6059,7 @@ declare const VAutocomplete: {
|
|
6071
6059
|
direction: "horizontal" | "vertical";
|
6072
6060
|
valueComparator: typeof deepEqual;
|
6073
6061
|
clearIcon: IconValue;
|
6062
|
+
centerAffix: boolean;
|
6074
6063
|
hideSpinButtons: boolean;
|
6075
6064
|
persistentHint: boolean;
|
6076
6065
|
filterMode: FilterMode;
|
@@ -6120,7 +6109,6 @@ declare const VAutocomplete: {
|
|
6120
6109
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6121
6110
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6122
6111
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6123
|
-
centerAffix?: boolean | undefined;
|
6124
6112
|
hint?: string | undefined;
|
6125
6113
|
hideDetails?: boolean | "auto" | undefined;
|
6126
6114
|
customFilter?: FilterFunction | undefined;
|
@@ -6401,7 +6389,7 @@ declare const VAutocomplete: {
|
|
6401
6389
|
eager: boolean;
|
6402
6390
|
location: Anchor;
|
6403
6391
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6404
|
-
updateLocation: (e
|
6392
|
+
updateLocation: (e?: Event | undefined) => void;
|
6405
6393
|
} | undefined) | "connected">;
|
6406
6394
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6407
6395
|
closeDelay: NonNullable<string | number>;
|
@@ -6430,7 +6418,7 @@ declare const VAutocomplete: {
|
|
6430
6418
|
eager: boolean;
|
6431
6419
|
location: Anchor;
|
6432
6420
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6433
|
-
updateLocation: (e
|
6421
|
+
updateLocation: (e?: Event | undefined) => void;
|
6434
6422
|
} | undefined) | "connected">;
|
6435
6423
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6436
6424
|
closeDelay: NonNullable<string | number>;
|
@@ -6506,7 +6494,7 @@ declare const VAutocomplete: {
|
|
6506
6494
|
eager: boolean;
|
6507
6495
|
location: Anchor;
|
6508
6496
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6509
|
-
updateLocation: (e
|
6497
|
+
updateLocation: (e?: Event | undefined) => void;
|
6510
6498
|
} | undefined) | "connected">;
|
6511
6499
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6512
6500
|
closeDelay: NonNullable<string | number>;
|
@@ -6660,6 +6648,7 @@ declare const VAutocomplete: {
|
|
6660
6648
|
direction: "horizontal" | "vertical";
|
6661
6649
|
valueComparator: typeof deepEqual;
|
6662
6650
|
clearIcon: IconValue;
|
6651
|
+
centerAffix: boolean;
|
6663
6652
|
hideSpinButtons: boolean;
|
6664
6653
|
persistentHint: boolean;
|
6665
6654
|
filterMode: FilterMode;
|
@@ -6709,7 +6698,6 @@ declare const VAutocomplete: {
|
|
6709
6698
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6710
6699
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6711
6700
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6712
|
-
centerAffix?: boolean | undefined;
|
6713
6701
|
hint?: string | undefined;
|
6714
6702
|
hideDetails?: boolean | "auto" | undefined;
|
6715
6703
|
customFilter?: FilterFunction | undefined;
|
@@ -6990,7 +6978,7 @@ declare const VAutocomplete: {
|
|
6990
6978
|
eager: boolean;
|
6991
6979
|
location: Anchor;
|
6992
6980
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6993
|
-
updateLocation: (e
|
6981
|
+
updateLocation: (e?: Event | undefined) => void;
|
6994
6982
|
} | undefined) | "connected">;
|
6995
6983
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6996
6984
|
closeDelay: NonNullable<string | number>;
|
@@ -7019,7 +7007,7 @@ declare const VAutocomplete: {
|
|
7019
7007
|
eager: boolean;
|
7020
7008
|
location: Anchor;
|
7021
7009
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7022
|
-
updateLocation: (e
|
7010
|
+
updateLocation: (e?: Event | undefined) => void;
|
7023
7011
|
} | undefined) | "connected">;
|
7024
7012
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7025
7013
|
closeDelay: NonNullable<string | number>;
|
@@ -7095,7 +7083,7 @@ declare const VAutocomplete: {
|
|
7095
7083
|
eager: boolean;
|
7096
7084
|
location: Anchor;
|
7097
7085
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7098
|
-
updateLocation: (e
|
7086
|
+
updateLocation: (e?: Event | undefined) => void;
|
7099
7087
|
} | undefined) | "connected">;
|
7100
7088
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7101
7089
|
closeDelay: NonNullable<string | number>;
|
@@ -7448,10 +7436,7 @@ declare const VAutocomplete: {
|
|
7448
7436
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
7449
7437
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
7450
7438
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
7451
|
-
centerAffix:
|
7452
|
-
type: BooleanConstructor;
|
7453
|
-
default: undefined;
|
7454
|
-
};
|
7439
|
+
centerAffix: BooleanConstructor;
|
7455
7440
|
hideSpinButtons: BooleanConstructor;
|
7456
7441
|
hint: StringConstructor;
|
7457
7442
|
persistentHint: BooleanConstructor;
|
@@ -7787,7 +7772,7 @@ declare const VAutocomplete: {
|
|
7787
7772
|
eager: boolean;
|
7788
7773
|
location: Anchor;
|
7789
7774
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7790
|
-
updateLocation: (e
|
7775
|
+
updateLocation: (e?: Event | undefined) => void;
|
7791
7776
|
} | undefined) | "connected">;
|
7792
7777
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7793
7778
|
closeDelay: NonNullable<string | number>;
|
@@ -7816,7 +7801,7 @@ declare const VAutocomplete: {
|
|
7816
7801
|
eager: boolean;
|
7817
7802
|
location: Anchor;
|
7818
7803
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7819
|
-
updateLocation: (e
|
7804
|
+
updateLocation: (e?: Event | undefined) => void;
|
7820
7805
|
} | undefined) | "connected">;
|
7821
7806
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7822
7807
|
closeDelay: NonNullable<string | number>;
|
@@ -7892,7 +7877,7 @@ declare const VAutocomplete: {
|
|
7892
7877
|
eager: boolean;
|
7893
7878
|
location: Anchor;
|
7894
7879
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7895
|
-
updateLocation: (e
|
7880
|
+
updateLocation: (e?: Event | undefined) => void;
|
7896
7881
|
} | undefined) | "connected">;
|
7897
7882
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7898
7883
|
closeDelay: NonNullable<string | number>;
|
@@ -8092,10 +8077,7 @@ declare const VAutocomplete: {
|
|
8092
8077
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
8093
8078
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
8094
8079
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
8095
|
-
centerAffix:
|
8096
|
-
type: BooleanConstructor;
|
8097
|
-
default: undefined;
|
8098
|
-
};
|
8080
|
+
centerAffix: BooleanConstructor;
|
8099
8081
|
hideSpinButtons: BooleanConstructor;
|
8100
8082
|
hint: StringConstructor;
|
8101
8083
|
persistentHint: BooleanConstructor;
|
@@ -8431,7 +8413,7 @@ declare const VAutocomplete: {
|
|
8431
8413
|
eager: boolean;
|
8432
8414
|
location: Anchor;
|
8433
8415
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8434
|
-
updateLocation: (e
|
8416
|
+
updateLocation: (e?: Event | undefined) => void;
|
8435
8417
|
} | undefined) | "connected">;
|
8436
8418
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8437
8419
|
closeDelay: NonNullable<string | number>;
|
@@ -8460,7 +8442,7 @@ declare const VAutocomplete: {
|
|
8460
8442
|
eager: boolean;
|
8461
8443
|
location: Anchor;
|
8462
8444
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8463
|
-
updateLocation: (e
|
8445
|
+
updateLocation: (e?: Event | undefined) => void;
|
8464
8446
|
} | undefined) | "connected">;
|
8465
8447
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8466
8448
|
closeDelay: NonNullable<string | number>;
|
@@ -8536,7 +8518,7 @@ declare const VAutocomplete: {
|
|
8536
8518
|
eager: boolean;
|
8537
8519
|
location: Anchor;
|
8538
8520
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8539
|
-
updateLocation: (e
|
8521
|
+
updateLocation: (e?: Event | undefined) => void;
|
8540
8522
|
} | undefined) | "connected">;
|
8541
8523
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8542
8524
|
closeDelay: NonNullable<string | number>;
|
@@ -10123,7 +10105,7 @@ declare const VBottomSheet: {
|
|
10123
10105
|
eager: boolean;
|
10124
10106
|
location: Anchor;
|
10125
10107
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10126
|
-
updateLocation: (e
|
10108
|
+
updateLocation: (e?: Event | undefined) => void;
|
10127
10109
|
} | undefined) | "connected";
|
10128
10110
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10129
10111
|
activatorProps: Record<string, any>;
|
@@ -10209,7 +10191,7 @@ declare const VBottomSheet: {
|
|
10209
10191
|
eager: boolean;
|
10210
10192
|
location: Anchor;
|
10211
10193
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10212
|
-
updateLocation: (e
|
10194
|
+
updateLocation: (e?: Event | undefined) => void;
|
10213
10195
|
} | undefined) | "connected";
|
10214
10196
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10215
10197
|
activatorProps: Record<string, any>;
|
@@ -10293,7 +10275,7 @@ declare const VBottomSheet: {
|
|
10293
10275
|
eager: boolean;
|
10294
10276
|
location: Anchor;
|
10295
10277
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10296
|
-
updateLocation: (e
|
10278
|
+
updateLocation: (e?: Event | undefined) => void;
|
10297
10279
|
} | undefined) | "connected";
|
10298
10280
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10299
10281
|
activatorProps: Record<string, any>;
|
@@ -10345,7 +10327,7 @@ declare const VBottomSheet: {
|
|
10345
10327
|
eager: boolean;
|
10346
10328
|
location: Anchor;
|
10347
10329
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10348
|
-
updateLocation: (e
|
10330
|
+
updateLocation: (e?: Event | undefined) => void;
|
10349
10331
|
} | undefined) | "connected";
|
10350
10332
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10351
10333
|
activatorProps: Record<string, any>;
|
@@ -10429,7 +10411,7 @@ declare const VBottomSheet: {
|
|
10429
10411
|
eager: boolean;
|
10430
10412
|
location: Anchor;
|
10431
10413
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10432
|
-
updateLocation: (e
|
10414
|
+
updateLocation: (e?: Event | undefined) => void;
|
10433
10415
|
} | undefined) | "connected";
|
10434
10416
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10435
10417
|
activatorProps: Record<string, any>;
|
@@ -10465,7 +10447,7 @@ declare const VBottomSheet: {
|
|
10465
10447
|
eager: boolean;
|
10466
10448
|
location: Anchor;
|
10467
10449
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10468
|
-
updateLocation: (e
|
10450
|
+
updateLocation: (e?: Event | undefined) => void;
|
10469
10451
|
} | undefined) | "connected";
|
10470
10452
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10471
10453
|
activatorProps: Record<string, any>;
|
@@ -10551,7 +10533,7 @@ declare const VBottomSheet: {
|
|
10551
10533
|
eager: boolean;
|
10552
10534
|
location: Anchor;
|
10553
10535
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10554
|
-
updateLocation: (e
|
10536
|
+
updateLocation: (e?: Event | undefined) => void;
|
10555
10537
|
} | undefined) | "connected";
|
10556
10538
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10557
10539
|
activatorProps: Record<string, any>;
|
@@ -10621,7 +10603,7 @@ declare const VBottomSheet: {
|
|
10621
10603
|
};
|
10622
10604
|
locationStrategy: {
|
10623
10605
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10624
|
-
updateLocation: (e
|
10606
|
+
updateLocation: (e?: Event | undefined) => void;
|
10625
10607
|
} | undefined) | "connected">;
|
10626
10608
|
default: string;
|
10627
10609
|
validator: (val: any) => boolean;
|
@@ -10741,7 +10723,7 @@ declare const VBottomSheet: {
|
|
10741
10723
|
};
|
10742
10724
|
locationStrategy: {
|
10743
10725
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10744
|
-
updateLocation: (e
|
10726
|
+
updateLocation: (e?: Event | undefined) => void;
|
10745
10727
|
} | undefined) | "connected">;
|
10746
10728
|
default: string;
|
10747
10729
|
validator: (val: any) => boolean;
|
@@ -16222,10 +16204,7 @@ declare const VCheckbox: {
|
|
16222
16204
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
16223
16205
|
minWidth: (StringConstructor | NumberConstructor)[];
|
16224
16206
|
appendIcon: vue.PropType<IconValue>;
|
16225
|
-
centerAffix:
|
16226
|
-
type: BooleanConstructor;
|
16227
|
-
default: boolean;
|
16228
|
-
};
|
16207
|
+
centerAffix: BooleanConstructor;
|
16229
16208
|
prependIcon: vue.PropType<IconValue>;
|
16230
16209
|
hideDetails: vue.PropType<boolean | "auto">;
|
16231
16210
|
hideSpinButtons: BooleanConstructor;
|
@@ -16321,10 +16300,7 @@ declare const VCheckbox: {
|
|
16321
16300
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
16322
16301
|
minWidth: (StringConstructor | NumberConstructor)[];
|
16323
16302
|
appendIcon: vue.PropType<IconValue>;
|
16324
|
-
centerAffix:
|
16325
|
-
type: BooleanConstructor;
|
16326
|
-
default: boolean;
|
16327
|
-
};
|
16303
|
+
centerAffix: BooleanConstructor;
|
16328
16304
|
prependIcon: vue.PropType<IconValue>;
|
16329
16305
|
hideDetails: vue.PropType<boolean | "auto">;
|
16330
16306
|
hideSpinButtons: BooleanConstructor;
|
@@ -18489,6 +18465,7 @@ declare const VCombobox: {
|
|
18489
18465
|
direction: "horizontal" | "vertical";
|
18490
18466
|
valueComparator: typeof deepEqual;
|
18491
18467
|
clearIcon: IconValue;
|
18468
|
+
centerAffix: boolean;
|
18492
18469
|
hideSpinButtons: boolean;
|
18493
18470
|
persistentHint: boolean;
|
18494
18471
|
filterMode: FilterMode;
|
@@ -18538,7 +18515,6 @@ declare const VCombobox: {
|
|
18538
18515
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
18539
18516
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
18540
18517
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
18541
|
-
centerAffix?: boolean | undefined;
|
18542
18518
|
hint?: string | undefined;
|
18543
18519
|
hideDetails?: boolean | "auto" | undefined;
|
18544
18520
|
customFilter?: FilterFunction | undefined;
|
@@ -18819,7 +18795,7 @@ declare const VCombobox: {
|
|
18819
18795
|
eager: boolean;
|
18820
18796
|
location: Anchor;
|
18821
18797
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18822
|
-
updateLocation: (e
|
18798
|
+
updateLocation: (e?: Event | undefined) => void;
|
18823
18799
|
} | undefined) | "connected">;
|
18824
18800
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18825
18801
|
closeDelay: NonNullable<string | number>;
|
@@ -18848,7 +18824,7 @@ declare const VCombobox: {
|
|
18848
18824
|
eager: boolean;
|
18849
18825
|
location: Anchor;
|
18850
18826
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18851
|
-
updateLocation: (e
|
18827
|
+
updateLocation: (e?: Event | undefined) => void;
|
18852
18828
|
} | undefined) | "connected">;
|
18853
18829
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18854
18830
|
closeDelay: NonNullable<string | number>;
|
@@ -18924,7 +18900,7 @@ declare const VCombobox: {
|
|
18924
18900
|
eager: boolean;
|
18925
18901
|
location: Anchor;
|
18926
18902
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18927
|
-
updateLocation: (e
|
18903
|
+
updateLocation: (e?: Event | undefined) => void;
|
18928
18904
|
} | undefined) | "connected">;
|
18929
18905
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18930
18906
|
closeDelay: NonNullable<string | number>;
|
@@ -19029,6 +19005,7 @@ declare const VCombobox: {
|
|
19029
19005
|
direction: "horizontal" | "vertical";
|
19030
19006
|
valueComparator: typeof deepEqual;
|
19031
19007
|
clearIcon: IconValue;
|
19008
|
+
centerAffix: boolean;
|
19032
19009
|
hideSpinButtons: boolean;
|
19033
19010
|
persistentHint: boolean;
|
19034
19011
|
filterMode: FilterMode;
|
@@ -19078,7 +19055,6 @@ declare const VCombobox: {
|
|
19078
19055
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
19079
19056
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19080
19057
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19081
|
-
centerAffix?: boolean | undefined;
|
19082
19058
|
hint?: string | undefined;
|
19083
19059
|
hideDetails?: boolean | "auto" | undefined;
|
19084
19060
|
customFilter?: FilterFunction | undefined;
|
@@ -19359,7 +19335,7 @@ declare const VCombobox: {
|
|
19359
19335
|
eager: boolean;
|
19360
19336
|
location: Anchor;
|
19361
19337
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19362
|
-
updateLocation: (e
|
19338
|
+
updateLocation: (e?: Event | undefined) => void;
|
19363
19339
|
} | undefined) | "connected">;
|
19364
19340
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19365
19341
|
closeDelay: NonNullable<string | number>;
|
@@ -19388,7 +19364,7 @@ declare const VCombobox: {
|
|
19388
19364
|
eager: boolean;
|
19389
19365
|
location: Anchor;
|
19390
19366
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19391
|
-
updateLocation: (e
|
19367
|
+
updateLocation: (e?: Event | undefined) => void;
|
19392
19368
|
} | undefined) | "connected">;
|
19393
19369
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19394
19370
|
closeDelay: NonNullable<string | number>;
|
@@ -19464,7 +19440,7 @@ declare const VCombobox: {
|
|
19464
19440
|
eager: boolean;
|
19465
19441
|
location: Anchor;
|
19466
19442
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19467
|
-
updateLocation: (e
|
19443
|
+
updateLocation: (e?: Event | undefined) => void;
|
19468
19444
|
} | undefined) | "connected">;
|
19469
19445
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19470
19446
|
closeDelay: NonNullable<string | number>;
|
@@ -19683,6 +19659,7 @@ declare const VCombobox: {
|
|
19683
19659
|
direction: "horizontal" | "vertical";
|
19684
19660
|
valueComparator: typeof deepEqual;
|
19685
19661
|
clearIcon: IconValue;
|
19662
|
+
centerAffix: boolean;
|
19686
19663
|
hideSpinButtons: boolean;
|
19687
19664
|
persistentHint: boolean;
|
19688
19665
|
filterMode: FilterMode;
|
@@ -19732,7 +19709,6 @@ declare const VCombobox: {
|
|
19732
19709
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
19733
19710
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19734
19711
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19735
|
-
centerAffix?: boolean | undefined;
|
19736
19712
|
hint?: string | undefined;
|
19737
19713
|
hideDetails?: boolean | "auto" | undefined;
|
19738
19714
|
customFilter?: FilterFunction | undefined;
|
@@ -20013,7 +19989,7 @@ declare const VCombobox: {
|
|
20013
19989
|
eager: boolean;
|
20014
19990
|
location: Anchor;
|
20015
19991
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20016
|
-
updateLocation: (e
|
19992
|
+
updateLocation: (e?: Event | undefined) => void;
|
20017
19993
|
} | undefined) | "connected">;
|
20018
19994
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20019
19995
|
closeDelay: NonNullable<string | number>;
|
@@ -20042,7 +20018,7 @@ declare const VCombobox: {
|
|
20042
20018
|
eager: boolean;
|
20043
20019
|
location: Anchor;
|
20044
20020
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20045
|
-
updateLocation: (e
|
20021
|
+
updateLocation: (e?: Event | undefined) => void;
|
20046
20022
|
} | undefined) | "connected">;
|
20047
20023
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20048
20024
|
closeDelay: NonNullable<string | number>;
|
@@ -20118,7 +20094,7 @@ declare const VCombobox: {
|
|
20118
20094
|
eager: boolean;
|
20119
20095
|
location: Anchor;
|
20120
20096
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20121
|
-
updateLocation: (e
|
20097
|
+
updateLocation: (e?: Event | undefined) => void;
|
20122
20098
|
} | undefined) | "connected">;
|
20123
20099
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20124
20100
|
closeDelay: NonNullable<string | number>;
|
@@ -20272,6 +20248,7 @@ declare const VCombobox: {
|
|
20272
20248
|
direction: "horizontal" | "vertical";
|
20273
20249
|
valueComparator: typeof deepEqual;
|
20274
20250
|
clearIcon: IconValue;
|
20251
|
+
centerAffix: boolean;
|
20275
20252
|
hideSpinButtons: boolean;
|
20276
20253
|
persistentHint: boolean;
|
20277
20254
|
filterMode: FilterMode;
|
@@ -20321,7 +20298,6 @@ declare const VCombobox: {
|
|
20321
20298
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
20322
20299
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
20323
20300
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
20324
|
-
centerAffix?: boolean | undefined;
|
20325
20301
|
hint?: string | undefined;
|
20326
20302
|
hideDetails?: boolean | "auto" | undefined;
|
20327
20303
|
customFilter?: FilterFunction | undefined;
|
@@ -20602,7 +20578,7 @@ declare const VCombobox: {
|
|
20602
20578
|
eager: boolean;
|
20603
20579
|
location: Anchor;
|
20604
20580
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20605
|
-
updateLocation: (e
|
20581
|
+
updateLocation: (e?: Event | undefined) => void;
|
20606
20582
|
} | undefined) | "connected">;
|
20607
20583
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20608
20584
|
closeDelay: NonNullable<string | number>;
|
@@ -20631,7 +20607,7 @@ declare const VCombobox: {
|
|
20631
20607
|
eager: boolean;
|
20632
20608
|
location: Anchor;
|
20633
20609
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20634
|
-
updateLocation: (e
|
20610
|
+
updateLocation: (e?: Event | undefined) => void;
|
20635
20611
|
} | undefined) | "connected">;
|
20636
20612
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20637
20613
|
closeDelay: NonNullable<string | number>;
|
@@ -20707,7 +20683,7 @@ declare const VCombobox: {
|
|
20707
20683
|
eager: boolean;
|
20708
20684
|
location: Anchor;
|
20709
20685
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20710
|
-
updateLocation: (e
|
20686
|
+
updateLocation: (e?: Event | undefined) => void;
|
20711
20687
|
} | undefined) | "connected">;
|
20712
20688
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20713
20689
|
closeDelay: NonNullable<string | number>;
|
@@ -21060,10 +21036,7 @@ declare const VCombobox: {
|
|
21060
21036
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
21061
21037
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
21062
21038
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
21063
|
-
centerAffix:
|
21064
|
-
type: BooleanConstructor;
|
21065
|
-
default: undefined;
|
21066
|
-
};
|
21039
|
+
centerAffix: BooleanConstructor;
|
21067
21040
|
hideSpinButtons: BooleanConstructor;
|
21068
21041
|
hint: StringConstructor;
|
21069
21042
|
persistentHint: BooleanConstructor;
|
@@ -21405,7 +21378,7 @@ declare const VCombobox: {
|
|
21405
21378
|
eager: boolean;
|
21406
21379
|
location: Anchor;
|
21407
21380
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21408
|
-
updateLocation: (e
|
21381
|
+
updateLocation: (e?: Event | undefined) => void;
|
21409
21382
|
} | undefined) | "connected">;
|
21410
21383
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21411
21384
|
closeDelay: NonNullable<string | number>;
|
@@ -21434,7 +21407,7 @@ declare const VCombobox: {
|
|
21434
21407
|
eager: boolean;
|
21435
21408
|
location: Anchor;
|
21436
21409
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21437
|
-
updateLocation: (e
|
21410
|
+
updateLocation: (e?: Event | undefined) => void;
|
21438
21411
|
} | undefined) | "connected">;
|
21439
21412
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21440
21413
|
closeDelay: NonNullable<string | number>;
|
@@ -21510,7 +21483,7 @@ declare const VCombobox: {
|
|
21510
21483
|
eager: boolean;
|
21511
21484
|
location: Anchor;
|
21512
21485
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21513
|
-
updateLocation: (e
|
21486
|
+
updateLocation: (e?: Event | undefined) => void;
|
21514
21487
|
} | undefined) | "connected">;
|
21515
21488
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21516
21489
|
closeDelay: NonNullable<string | number>;
|
@@ -21713,10 +21686,7 @@ declare const VCombobox: {
|
|
21713
21686
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
21714
21687
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
21715
21688
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
21716
|
-
centerAffix:
|
21717
|
-
type: BooleanConstructor;
|
21718
|
-
default: undefined;
|
21719
|
-
};
|
21689
|
+
centerAffix: BooleanConstructor;
|
21720
21690
|
hideSpinButtons: BooleanConstructor;
|
21721
21691
|
hint: StringConstructor;
|
21722
21692
|
persistentHint: BooleanConstructor;
|
@@ -22058,7 +22028,7 @@ declare const VCombobox: {
|
|
22058
22028
|
eager: boolean;
|
22059
22029
|
location: Anchor;
|
22060
22030
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
22061
|
-
updateLocation: (e
|
22031
|
+
updateLocation: (e?: Event | undefined) => void;
|
22062
22032
|
} | undefined) | "connected">;
|
22063
22033
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
22064
22034
|
closeDelay: NonNullable<string | number>;
|
@@ -22087,7 +22057,7 @@ declare const VCombobox: {
|
|
22087
22057
|
eager: boolean;
|
22088
22058
|
location: Anchor;
|
22089
22059
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
22090
|
-
updateLocation: (e
|
22060
|
+
updateLocation: (e?: Event | undefined) => void;
|
22091
22061
|
} | undefined) | "connected">;
|
22092
22062
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
22093
22063
|
closeDelay: NonNullable<string | number>;
|
@@ -22163,7 +22133,7 @@ declare const VCombobox: {
|
|
22163
22133
|
eager: boolean;
|
22164
22134
|
location: Anchor;
|
22165
22135
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
22166
|
-
updateLocation: (e
|
22136
|
+
updateLocation: (e?: Event | undefined) => void;
|
22167
22137
|
} | undefined) | "connected">;
|
22168
22138
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
22169
22139
|
closeDelay: NonNullable<string | number>;
|
@@ -24032,8 +24002,8 @@ declare const VDataTable: {
|
|
24032
24002
|
expanded: readonly string[];
|
24033
24003
|
density: Density;
|
24034
24004
|
valueComparator: typeof deepEqual;
|
24035
|
-
nextIcon:
|
24036
|
-
prevIcon:
|
24005
|
+
nextIcon: IconValue;
|
24006
|
+
prevIcon: IconValue;
|
24037
24007
|
selectStrategy: "page" | "all" | "single";
|
24038
24008
|
returnObject: boolean;
|
24039
24009
|
filterMode: FilterMode;
|
@@ -24047,8 +24017,8 @@ declare const VDataTable: {
|
|
24047
24017
|
expandOnClick: boolean;
|
24048
24018
|
showExpand: boolean;
|
24049
24019
|
itemsPerPage: string | number;
|
24050
|
-
firstIcon:
|
24051
|
-
lastIcon:
|
24020
|
+
firstIcon: IconValue;
|
24021
|
+
lastIcon: IconValue;
|
24052
24022
|
firstPageLabel: string;
|
24053
24023
|
prevPageLabel: string;
|
24054
24024
|
nextPageLabel: string;
|
@@ -24111,8 +24081,8 @@ declare const VDataTable: {
|
|
24111
24081
|
expanded: readonly string[];
|
24112
24082
|
density: Density;
|
24113
24083
|
valueComparator: typeof deepEqual;
|
24114
|
-
nextIcon:
|
24115
|
-
prevIcon:
|
24084
|
+
nextIcon: IconValue;
|
24085
|
+
prevIcon: IconValue;
|
24116
24086
|
selectStrategy: "page" | "all" | "single";
|
24117
24087
|
returnObject: boolean;
|
24118
24088
|
filterMode: FilterMode;
|
@@ -24126,8 +24096,8 @@ declare const VDataTable: {
|
|
24126
24096
|
expandOnClick: boolean;
|
24127
24097
|
showExpand: boolean;
|
24128
24098
|
itemsPerPage: string | number;
|
24129
|
-
firstIcon:
|
24130
|
-
lastIcon:
|
24099
|
+
firstIcon: IconValue;
|
24100
|
+
lastIcon: IconValue;
|
24131
24101
|
firstPageLabel: string;
|
24132
24102
|
prevPageLabel: string;
|
24133
24103
|
nextPageLabel: string;
|
@@ -24181,8 +24151,8 @@ declare const VDataTable: {
|
|
24181
24151
|
expanded: readonly string[];
|
24182
24152
|
density: Density;
|
24183
24153
|
valueComparator: typeof deepEqual;
|
24184
|
-
nextIcon:
|
24185
|
-
prevIcon:
|
24154
|
+
nextIcon: IconValue;
|
24155
|
+
prevIcon: IconValue;
|
24186
24156
|
selectStrategy: "page" | "all" | "single";
|
24187
24157
|
returnObject: boolean;
|
24188
24158
|
filterMode: FilterMode;
|
@@ -24196,8 +24166,8 @@ declare const VDataTable: {
|
|
24196
24166
|
expandOnClick: boolean;
|
24197
24167
|
showExpand: boolean;
|
24198
24168
|
itemsPerPage: string | number;
|
24199
|
-
firstIcon:
|
24200
|
-
lastIcon:
|
24169
|
+
firstIcon: IconValue;
|
24170
|
+
lastIcon: IconValue;
|
24201
24171
|
firstPageLabel: string;
|
24202
24172
|
prevPageLabel: string;
|
24203
24173
|
nextPageLabel: string;
|
@@ -24333,8 +24303,8 @@ declare const VDataTable: {
|
|
24333
24303
|
expanded: readonly string[];
|
24334
24304
|
density: Density;
|
24335
24305
|
valueComparator: typeof deepEqual;
|
24336
|
-
nextIcon:
|
24337
|
-
prevIcon:
|
24306
|
+
nextIcon: IconValue;
|
24307
|
+
prevIcon: IconValue;
|
24338
24308
|
selectStrategy: "page" | "all" | "single";
|
24339
24309
|
returnObject: boolean;
|
24340
24310
|
filterMode: FilterMode;
|
@@ -24348,8 +24318,8 @@ declare const VDataTable: {
|
|
24348
24318
|
expandOnClick: boolean;
|
24349
24319
|
showExpand: boolean;
|
24350
24320
|
itemsPerPage: string | number;
|
24351
|
-
firstIcon:
|
24352
|
-
lastIcon:
|
24321
|
+
firstIcon: IconValue;
|
24322
|
+
lastIcon: IconValue;
|
24353
24323
|
firstPageLabel: string;
|
24354
24324
|
prevPageLabel: string;
|
24355
24325
|
nextPageLabel: string;
|
@@ -24403,8 +24373,8 @@ declare const VDataTable: {
|
|
24403
24373
|
expanded: readonly string[];
|
24404
24374
|
density: Density;
|
24405
24375
|
valueComparator: typeof deepEqual;
|
24406
|
-
nextIcon:
|
24407
|
-
prevIcon:
|
24376
|
+
nextIcon: IconValue;
|
24377
|
+
prevIcon: IconValue;
|
24408
24378
|
selectStrategy: "page" | "all" | "single";
|
24409
24379
|
returnObject: boolean;
|
24410
24380
|
filterMode: FilterMode;
|
@@ -24418,8 +24388,8 @@ declare const VDataTable: {
|
|
24418
24388
|
expandOnClick: boolean;
|
24419
24389
|
showExpand: boolean;
|
24420
24390
|
itemsPerPage: string | number;
|
24421
|
-
firstIcon:
|
24422
|
-
lastIcon:
|
24391
|
+
firstIcon: IconValue;
|
24392
|
+
lastIcon: IconValue;
|
24423
24393
|
firstPageLabel: string;
|
24424
24394
|
prevPageLabel: string;
|
24425
24395
|
nextPageLabel: string;
|
@@ -24455,8 +24425,8 @@ declare const VDataTable: {
|
|
24455
24425
|
expanded: readonly string[];
|
24456
24426
|
density: Density;
|
24457
24427
|
valueComparator: typeof deepEqual;
|
24458
|
-
nextIcon:
|
24459
|
-
prevIcon:
|
24428
|
+
nextIcon: IconValue;
|
24429
|
+
prevIcon: IconValue;
|
24460
24430
|
selectStrategy: "page" | "all" | "single";
|
24461
24431
|
returnObject: boolean;
|
24462
24432
|
filterMode: FilterMode;
|
@@ -24470,8 +24440,8 @@ declare const VDataTable: {
|
|
24470
24440
|
expandOnClick: boolean;
|
24471
24441
|
showExpand: boolean;
|
24472
24442
|
itemsPerPage: string | number;
|
24473
|
-
firstIcon:
|
24474
|
-
lastIcon:
|
24443
|
+
firstIcon: IconValue;
|
24444
|
+
lastIcon: IconValue;
|
24475
24445
|
firstPageLabel: string;
|
24476
24446
|
prevPageLabel: string;
|
24477
24447
|
nextPageLabel: string;
|
@@ -24534,8 +24504,8 @@ declare const VDataTable: {
|
|
24534
24504
|
expanded: readonly string[];
|
24535
24505
|
density: Density;
|
24536
24506
|
valueComparator: typeof deepEqual;
|
24537
|
-
nextIcon:
|
24538
|
-
prevIcon:
|
24507
|
+
nextIcon: IconValue;
|
24508
|
+
prevIcon: IconValue;
|
24539
24509
|
selectStrategy: "page" | "all" | "single";
|
24540
24510
|
returnObject: boolean;
|
24541
24511
|
filterMode: FilterMode;
|
@@ -24549,8 +24519,8 @@ declare const VDataTable: {
|
|
24549
24519
|
expandOnClick: boolean;
|
24550
24520
|
showExpand: boolean;
|
24551
24521
|
itemsPerPage: string | number;
|
24552
|
-
firstIcon:
|
24553
|
-
lastIcon:
|
24522
|
+
firstIcon: IconValue;
|
24523
|
+
lastIcon: IconValue;
|
24554
24524
|
firstPageLabel: string;
|
24555
24525
|
prevPageLabel: string;
|
24556
24526
|
nextPageLabel: string;
|
@@ -24729,19 +24699,19 @@ declare const VDataTable: {
|
|
24729
24699
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
24730
24700
|
}, VDataTableSlots<ItemType$4<T>>>) & FilterPropsOptions<{
|
24731
24701
|
prevIcon: {
|
24732
|
-
type:
|
24702
|
+
type: vue.PropType<IconValue>;
|
24733
24703
|
default: string;
|
24734
24704
|
};
|
24735
24705
|
nextIcon: {
|
24736
|
-
type:
|
24706
|
+
type: vue.PropType<IconValue>;
|
24737
24707
|
default: string;
|
24738
24708
|
};
|
24739
24709
|
firstIcon: {
|
24740
|
-
type:
|
24710
|
+
type: vue.PropType<IconValue>;
|
24741
24711
|
default: string;
|
24742
24712
|
};
|
24743
24713
|
lastIcon: {
|
24744
|
-
type:
|
24714
|
+
type: vue.PropType<IconValue>;
|
24745
24715
|
default: string;
|
24746
24716
|
};
|
24747
24717
|
itemsPerPageText: {
|
@@ -24940,19 +24910,19 @@ declare const VDataTable: {
|
|
24940
24910
|
};
|
24941
24911
|
}, vue.ExtractPropTypes<{
|
24942
24912
|
prevIcon: {
|
24943
|
-
type:
|
24913
|
+
type: vue.PropType<IconValue>;
|
24944
24914
|
default: string;
|
24945
24915
|
};
|
24946
24916
|
nextIcon: {
|
24947
|
-
type:
|
24917
|
+
type: vue.PropType<IconValue>;
|
24948
24918
|
default: string;
|
24949
24919
|
};
|
24950
24920
|
firstIcon: {
|
24951
|
-
type:
|
24921
|
+
type: vue.PropType<IconValue>;
|
24952
24922
|
default: string;
|
24953
24923
|
};
|
24954
24924
|
lastIcon: {
|
24955
|
-
type:
|
24925
|
+
type: vue.PropType<IconValue>;
|
24956
24926
|
default: string;
|
24957
24927
|
};
|
24958
24928
|
itemsPerPageText: {
|
@@ -25156,10 +25126,10 @@ declare const VDataTableFooter: {
|
|
25156
25126
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
25157
25127
|
itemsPerPageText: string;
|
25158
25128
|
pageText: string;
|
25159
|
-
nextIcon:
|
25160
|
-
prevIcon:
|
25161
|
-
firstIcon:
|
25162
|
-
lastIcon:
|
25129
|
+
nextIcon: IconValue;
|
25130
|
+
prevIcon: IconValue;
|
25131
|
+
firstIcon: IconValue;
|
25132
|
+
lastIcon: IconValue;
|
25163
25133
|
firstPageLabel: string;
|
25164
25134
|
prevPageLabel: string;
|
25165
25135
|
nextPageLabel: string;
|
@@ -25181,10 +25151,10 @@ declare const VDataTableFooter: {
|
|
25181
25151
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
25182
25152
|
itemsPerPageText: string;
|
25183
25153
|
pageText: string;
|
25184
|
-
nextIcon:
|
25185
|
-
prevIcon:
|
25186
|
-
firstIcon:
|
25187
|
-
lastIcon:
|
25154
|
+
nextIcon: IconValue;
|
25155
|
+
prevIcon: IconValue;
|
25156
|
+
firstIcon: IconValue;
|
25157
|
+
lastIcon: IconValue;
|
25188
25158
|
firstPageLabel: string;
|
25189
25159
|
prevPageLabel: string;
|
25190
25160
|
nextPageLabel: string;
|
@@ -25206,10 +25176,10 @@ declare const VDataTableFooter: {
|
|
25206
25176
|
}, {
|
25207
25177
|
itemsPerPageText: string;
|
25208
25178
|
pageText: string;
|
25209
|
-
nextIcon:
|
25210
|
-
prevIcon:
|
25211
|
-
firstIcon:
|
25212
|
-
lastIcon:
|
25179
|
+
nextIcon: IconValue;
|
25180
|
+
prevIcon: IconValue;
|
25181
|
+
firstIcon: IconValue;
|
25182
|
+
lastIcon: IconValue;
|
25213
25183
|
firstPageLabel: string;
|
25214
25184
|
prevPageLabel: string;
|
25215
25185
|
nextPageLabel: string;
|
@@ -25233,10 +25203,10 @@ declare const VDataTableFooter: {
|
|
25233
25203
|
}, {
|
25234
25204
|
itemsPerPageText: string;
|
25235
25205
|
pageText: string;
|
25236
|
-
nextIcon:
|
25237
|
-
prevIcon:
|
25238
|
-
firstIcon:
|
25239
|
-
lastIcon:
|
25206
|
+
nextIcon: IconValue;
|
25207
|
+
prevIcon: IconValue;
|
25208
|
+
firstIcon: IconValue;
|
25209
|
+
lastIcon: IconValue;
|
25240
25210
|
firstPageLabel: string;
|
25241
25211
|
prevPageLabel: string;
|
25242
25212
|
nextPageLabel: string;
|
@@ -25258,10 +25228,10 @@ declare const VDataTableFooter: {
|
|
25258
25228
|
}, {}, {}, {}, {}, {
|
25259
25229
|
itemsPerPageText: string;
|
25260
25230
|
pageText: string;
|
25261
|
-
nextIcon:
|
25262
|
-
prevIcon:
|
25263
|
-
firstIcon:
|
25264
|
-
lastIcon:
|
25231
|
+
nextIcon: IconValue;
|
25232
|
+
prevIcon: IconValue;
|
25233
|
+
firstIcon: IconValue;
|
25234
|
+
lastIcon: IconValue;
|
25265
25235
|
firstPageLabel: string;
|
25266
25236
|
prevPageLabel: string;
|
25267
25237
|
nextPageLabel: string;
|
@@ -25278,10 +25248,10 @@ declare const VDataTableFooter: {
|
|
25278
25248
|
} & vue.ComponentOptionsBase<{
|
25279
25249
|
itemsPerPageText: string;
|
25280
25250
|
pageText: string;
|
25281
|
-
nextIcon:
|
25282
|
-
prevIcon:
|
25283
|
-
firstIcon:
|
25284
|
-
lastIcon:
|
25251
|
+
nextIcon: IconValue;
|
25252
|
+
prevIcon: IconValue;
|
25253
|
+
firstIcon: IconValue;
|
25254
|
+
lastIcon: IconValue;
|
25285
25255
|
firstPageLabel: string;
|
25286
25256
|
prevPageLabel: string;
|
25287
25257
|
nextPageLabel: string;
|
@@ -25303,10 +25273,10 @@ declare const VDataTableFooter: {
|
|
25303
25273
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
25304
25274
|
itemsPerPageText: string;
|
25305
25275
|
pageText: string;
|
25306
|
-
nextIcon:
|
25307
|
-
prevIcon:
|
25308
|
-
firstIcon:
|
25309
|
-
lastIcon:
|
25276
|
+
nextIcon: IconValue;
|
25277
|
+
prevIcon: IconValue;
|
25278
|
+
firstIcon: IconValue;
|
25279
|
+
lastIcon: IconValue;
|
25310
25280
|
firstPageLabel: string;
|
25311
25281
|
prevPageLabel: string;
|
25312
25282
|
nextPageLabel: string;
|
@@ -25322,19 +25292,19 @@ declare const VDataTableFooter: {
|
|
25322
25292
|
}>[];
|
25323
25293
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
25324
25294
|
prevIcon: {
|
25325
|
-
type:
|
25295
|
+
type: PropType<IconValue>;
|
25326
25296
|
default: string;
|
25327
25297
|
};
|
25328
25298
|
nextIcon: {
|
25329
|
-
type:
|
25299
|
+
type: PropType<IconValue>;
|
25330
25300
|
default: string;
|
25331
25301
|
};
|
25332
25302
|
firstIcon: {
|
25333
|
-
type:
|
25303
|
+
type: PropType<IconValue>;
|
25334
25304
|
default: string;
|
25335
25305
|
};
|
25336
25306
|
lastIcon: {
|
25337
|
-
type:
|
25307
|
+
type: PropType<IconValue>;
|
25338
25308
|
default: string;
|
25339
25309
|
};
|
25340
25310
|
itemsPerPageText: {
|
@@ -25374,19 +25344,19 @@ declare const VDataTableFooter: {
|
|
25374
25344
|
showCurrentPage: BooleanConstructor;
|
25375
25345
|
}, vue.ExtractPropTypes<{
|
25376
25346
|
prevIcon: {
|
25377
|
-
type:
|
25347
|
+
type: PropType<IconValue>;
|
25378
25348
|
default: string;
|
25379
25349
|
};
|
25380
25350
|
nextIcon: {
|
25381
|
-
type:
|
25351
|
+
type: PropType<IconValue>;
|
25382
25352
|
default: string;
|
25383
25353
|
};
|
25384
25354
|
firstIcon: {
|
25385
|
-
type:
|
25355
|
+
type: PropType<IconValue>;
|
25386
25356
|
default: string;
|
25387
25357
|
};
|
25388
25358
|
lastIcon: {
|
25389
|
-
type:
|
25359
|
+
type: PropType<IconValue>;
|
25390
25360
|
default: string;
|
25391
25361
|
};
|
25392
25362
|
itemsPerPageText: {
|
@@ -26452,8 +26422,8 @@ declare const VDataTableServer: {
|
|
26452
26422
|
expanded: readonly string[];
|
26453
26423
|
density: Density;
|
26454
26424
|
valueComparator: typeof deepEqual;
|
26455
|
-
nextIcon:
|
26456
|
-
prevIcon:
|
26425
|
+
nextIcon: IconValue;
|
26426
|
+
prevIcon: IconValue;
|
26457
26427
|
selectStrategy: "page" | "all" | "single";
|
26458
26428
|
returnObject: boolean;
|
26459
26429
|
hideNoData: boolean;
|
@@ -26466,8 +26436,8 @@ declare const VDataTableServer: {
|
|
26466
26436
|
showExpand: boolean;
|
26467
26437
|
itemsPerPage: string | number;
|
26468
26438
|
itemsLength: string | number;
|
26469
|
-
firstIcon:
|
26470
|
-
lastIcon:
|
26439
|
+
firstIcon: IconValue;
|
26440
|
+
lastIcon: IconValue;
|
26471
26441
|
firstPageLabel: string;
|
26472
26442
|
prevPageLabel: string;
|
26473
26443
|
nextPageLabel: string;
|
@@ -26570,8 +26540,8 @@ declare const VDataTableServer: {
|
|
26570
26540
|
expanded: readonly string[];
|
26571
26541
|
density: Density;
|
26572
26542
|
valueComparator: typeof deepEqual;
|
26573
|
-
nextIcon:
|
26574
|
-
prevIcon:
|
26543
|
+
nextIcon: IconValue;
|
26544
|
+
prevIcon: IconValue;
|
26575
26545
|
selectStrategy: "page" | "all" | "single";
|
26576
26546
|
returnObject: boolean;
|
26577
26547
|
hideNoData: boolean;
|
@@ -26584,8 +26554,8 @@ declare const VDataTableServer: {
|
|
26584
26554
|
showExpand: boolean;
|
26585
26555
|
itemsPerPage: string | number;
|
26586
26556
|
itemsLength: string | number;
|
26587
|
-
firstIcon:
|
26588
|
-
lastIcon:
|
26557
|
+
firstIcon: IconValue;
|
26558
|
+
lastIcon: IconValue;
|
26589
26559
|
firstPageLabel: string;
|
26590
26560
|
prevPageLabel: string;
|
26591
26561
|
nextPageLabel: string;
|
@@ -26680,8 +26650,8 @@ declare const VDataTableServer: {
|
|
26680
26650
|
expanded: readonly string[];
|
26681
26651
|
density: Density;
|
26682
26652
|
valueComparator: typeof deepEqual;
|
26683
|
-
nextIcon:
|
26684
|
-
prevIcon:
|
26653
|
+
nextIcon: IconValue;
|
26654
|
+
prevIcon: IconValue;
|
26685
26655
|
selectStrategy: "page" | "all" | "single";
|
26686
26656
|
returnObject: boolean;
|
26687
26657
|
hideNoData: boolean;
|
@@ -26693,8 +26663,8 @@ declare const VDataTableServer: {
|
|
26693
26663
|
expandOnClick: boolean;
|
26694
26664
|
showExpand: boolean;
|
26695
26665
|
itemsPerPage: string | number;
|
26696
|
-
firstIcon:
|
26697
|
-
lastIcon:
|
26666
|
+
firstIcon: IconValue;
|
26667
|
+
lastIcon: IconValue;
|
26698
26668
|
firstPageLabel: string;
|
26699
26669
|
prevPageLabel: string;
|
26700
26670
|
nextPageLabel: string;
|
@@ -26830,8 +26800,8 @@ declare const VDataTableServer: {
|
|
26830
26800
|
expanded: readonly string[];
|
26831
26801
|
density: Density;
|
26832
26802
|
valueComparator: typeof deepEqual;
|
26833
|
-
nextIcon:
|
26834
|
-
prevIcon:
|
26803
|
+
nextIcon: IconValue;
|
26804
|
+
prevIcon: IconValue;
|
26835
26805
|
selectStrategy: "page" | "all" | "single";
|
26836
26806
|
returnObject: boolean;
|
26837
26807
|
hideNoData: boolean;
|
@@ -26844,8 +26814,8 @@ declare const VDataTableServer: {
|
|
26844
26814
|
showExpand: boolean;
|
26845
26815
|
itemsPerPage: string | number;
|
26846
26816
|
itemsLength: string | number;
|
26847
|
-
firstIcon:
|
26848
|
-
lastIcon:
|
26817
|
+
firstIcon: IconValue;
|
26818
|
+
lastIcon: IconValue;
|
26849
26819
|
firstPageLabel: string;
|
26850
26820
|
prevPageLabel: string;
|
26851
26821
|
nextPageLabel: string;
|
@@ -26940,8 +26910,8 @@ declare const VDataTableServer: {
|
|
26940
26910
|
expanded: readonly string[];
|
26941
26911
|
density: Density;
|
26942
26912
|
valueComparator: typeof deepEqual;
|
26943
|
-
nextIcon:
|
26944
|
-
prevIcon:
|
26913
|
+
nextIcon: IconValue;
|
26914
|
+
prevIcon: IconValue;
|
26945
26915
|
selectStrategy: "page" | "all" | "single";
|
26946
26916
|
returnObject: boolean;
|
26947
26917
|
hideNoData: boolean;
|
@@ -26953,8 +26923,8 @@ declare const VDataTableServer: {
|
|
26953
26923
|
expandOnClick: boolean;
|
26954
26924
|
showExpand: boolean;
|
26955
26925
|
itemsPerPage: string | number;
|
26956
|
-
firstIcon:
|
26957
|
-
lastIcon:
|
26926
|
+
firstIcon: IconValue;
|
26927
|
+
lastIcon: IconValue;
|
26958
26928
|
firstPageLabel: string;
|
26959
26929
|
prevPageLabel: string;
|
26960
26930
|
nextPageLabel: string;
|
@@ -26990,8 +26960,8 @@ declare const VDataTableServer: {
|
|
26990
26960
|
expanded: readonly string[];
|
26991
26961
|
density: Density;
|
26992
26962
|
valueComparator: typeof deepEqual;
|
26993
|
-
nextIcon:
|
26994
|
-
prevIcon:
|
26963
|
+
nextIcon: IconValue;
|
26964
|
+
prevIcon: IconValue;
|
26995
26965
|
selectStrategy: "page" | "all" | "single";
|
26996
26966
|
returnObject: boolean;
|
26997
26967
|
hideNoData: boolean;
|
@@ -27004,8 +26974,8 @@ declare const VDataTableServer: {
|
|
27004
26974
|
showExpand: boolean;
|
27005
26975
|
itemsPerPage: string | number;
|
27006
26976
|
itemsLength: string | number;
|
27007
|
-
firstIcon:
|
27008
|
-
lastIcon:
|
26977
|
+
firstIcon: IconValue;
|
26978
|
+
lastIcon: IconValue;
|
27009
26979
|
firstPageLabel: string;
|
27010
26980
|
prevPageLabel: string;
|
27011
26981
|
nextPageLabel: string;
|
@@ -27108,8 +27078,8 @@ declare const VDataTableServer: {
|
|
27108
27078
|
expanded: readonly string[];
|
27109
27079
|
density: Density;
|
27110
27080
|
valueComparator: typeof deepEqual;
|
27111
|
-
nextIcon:
|
27112
|
-
prevIcon:
|
27081
|
+
nextIcon: IconValue;
|
27082
|
+
prevIcon: IconValue;
|
27113
27083
|
selectStrategy: "page" | "all" | "single";
|
27114
27084
|
returnObject: boolean;
|
27115
27085
|
hideNoData: boolean;
|
@@ -27121,8 +27091,8 @@ declare const VDataTableServer: {
|
|
27121
27091
|
expandOnClick: boolean;
|
27122
27092
|
showExpand: boolean;
|
27123
27093
|
itemsPerPage: string | number;
|
27124
|
-
firstIcon:
|
27125
|
-
lastIcon:
|
27094
|
+
firstIcon: IconValue;
|
27095
|
+
lastIcon: IconValue;
|
27126
27096
|
firstPageLabel: string;
|
27127
27097
|
prevPageLabel: string;
|
27128
27098
|
nextPageLabel: string;
|
@@ -27255,19 +27225,19 @@ declare const VDataTableServer: {
|
|
27255
27225
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
27256
27226
|
}, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
|
27257
27227
|
prevIcon: {
|
27258
|
-
type:
|
27228
|
+
type: vue.PropType<IconValue>;
|
27259
27229
|
default: string;
|
27260
27230
|
};
|
27261
27231
|
nextIcon: {
|
27262
|
-
type:
|
27232
|
+
type: vue.PropType<IconValue>;
|
27263
27233
|
default: string;
|
27264
27234
|
};
|
27265
27235
|
firstIcon: {
|
27266
|
-
type:
|
27236
|
+
type: vue.PropType<IconValue>;
|
27267
27237
|
default: string;
|
27268
27238
|
};
|
27269
27239
|
lastIcon: {
|
27270
|
-
type:
|
27240
|
+
type: vue.PropType<IconValue>;
|
27271
27241
|
default: string;
|
27272
27242
|
};
|
27273
27243
|
itemsPerPageText: {
|
@@ -27462,19 +27432,19 @@ declare const VDataTableServer: {
|
|
27462
27432
|
};
|
27463
27433
|
}, vue.ExtractPropTypes<{
|
27464
27434
|
prevIcon: {
|
27465
|
-
type:
|
27435
|
+
type: vue.PropType<IconValue>;
|
27466
27436
|
default: string;
|
27467
27437
|
};
|
27468
27438
|
nextIcon: {
|
27469
|
-
type:
|
27439
|
+
type: vue.PropType<IconValue>;
|
27470
27440
|
default: string;
|
27471
27441
|
};
|
27472
27442
|
firstIcon: {
|
27473
|
-
type:
|
27443
|
+
type: vue.PropType<IconValue>;
|
27474
27444
|
default: string;
|
27475
27445
|
};
|
27476
27446
|
lastIcon: {
|
27477
|
-
type:
|
27447
|
+
type: vue.PropType<IconValue>;
|
27478
27448
|
default: string;
|
27479
27449
|
};
|
27480
27450
|
itemsPerPageText: {
|
@@ -27692,10 +27662,10 @@ declare const VDatePicker: {
|
|
27692
27662
|
tag: string;
|
27693
27663
|
transition: string;
|
27694
27664
|
tile: boolean;
|
27695
|
-
nextIcon:
|
27696
|
-
prevIcon:
|
27665
|
+
nextIcon: IconValue;
|
27666
|
+
prevIcon: IconValue;
|
27697
27667
|
reverseTransition: string;
|
27698
|
-
modeIcon:
|
27668
|
+
modeIcon: IconValue;
|
27699
27669
|
viewMode: "month" | "year" | "months";
|
27700
27670
|
showAdjacentMonths: boolean;
|
27701
27671
|
weekdays: number[];
|
@@ -27726,6 +27696,7 @@ declare const VDatePicker: {
|
|
27726
27696
|
max?: unknown;
|
27727
27697
|
bgColor?: string | undefined;
|
27728
27698
|
min?: unknown;
|
27699
|
+
firstDayOfWeek?: string | number | undefined;
|
27729
27700
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27730
27701
|
displayValue?: unknown;
|
27731
27702
|
} & {
|
@@ -27745,10 +27716,10 @@ declare const VDatePicker: {
|
|
27745
27716
|
tag: string;
|
27746
27717
|
transition: string;
|
27747
27718
|
tile: boolean;
|
27748
|
-
nextIcon:
|
27749
|
-
prevIcon:
|
27719
|
+
nextIcon: IconValue;
|
27720
|
+
prevIcon: IconValue;
|
27750
27721
|
reverseTransition: string;
|
27751
|
-
modeIcon:
|
27722
|
+
modeIcon: IconValue;
|
27752
27723
|
viewMode: "month" | "year" | "months";
|
27753
27724
|
showAdjacentMonths: boolean;
|
27754
27725
|
weekdays: number[];
|
@@ -27779,6 +27750,7 @@ declare const VDatePicker: {
|
|
27779
27750
|
max?: unknown;
|
27780
27751
|
bgColor?: string | undefined;
|
27781
27752
|
min?: unknown;
|
27753
|
+
firstDayOfWeek?: string | number | undefined;
|
27782
27754
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27783
27755
|
displayValue?: unknown;
|
27784
27756
|
} & {
|
@@ -27795,10 +27767,10 @@ declare const VDatePicker: {
|
|
27795
27767
|
transition: string;
|
27796
27768
|
rounded: string | number | boolean;
|
27797
27769
|
tile: boolean;
|
27798
|
-
nextIcon:
|
27799
|
-
prevIcon:
|
27770
|
+
nextIcon: IconValue;
|
27771
|
+
prevIcon: IconValue;
|
27800
27772
|
reverseTransition: string;
|
27801
|
-
modeIcon:
|
27773
|
+
modeIcon: IconValue;
|
27802
27774
|
viewMode: "month" | "year" | "months";
|
27803
27775
|
showAdjacentMonths: boolean;
|
27804
27776
|
weekdays: number[];
|
@@ -27838,10 +27810,10 @@ declare const VDatePicker: {
|
|
27838
27810
|
tag: string;
|
27839
27811
|
transition: string;
|
27840
27812
|
tile: boolean;
|
27841
|
-
nextIcon:
|
27842
|
-
prevIcon:
|
27813
|
+
nextIcon: IconValue;
|
27814
|
+
prevIcon: IconValue;
|
27843
27815
|
reverseTransition: string;
|
27844
|
-
modeIcon:
|
27816
|
+
modeIcon: IconValue;
|
27845
27817
|
viewMode: "month" | "year" | "months";
|
27846
27818
|
showAdjacentMonths: boolean;
|
27847
27819
|
weekdays: number[];
|
@@ -27872,6 +27844,7 @@ declare const VDatePicker: {
|
|
27872
27844
|
max?: unknown;
|
27873
27845
|
bgColor?: string | undefined;
|
27874
27846
|
min?: unknown;
|
27847
|
+
firstDayOfWeek?: string | number | undefined;
|
27875
27848
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27876
27849
|
displayValue?: unknown;
|
27877
27850
|
} & {
|
@@ -27888,10 +27861,10 @@ declare const VDatePicker: {
|
|
27888
27861
|
transition: string;
|
27889
27862
|
rounded: string | number | boolean;
|
27890
27863
|
tile: boolean;
|
27891
|
-
nextIcon:
|
27892
|
-
prevIcon:
|
27864
|
+
nextIcon: IconValue;
|
27865
|
+
prevIcon: IconValue;
|
27893
27866
|
reverseTransition: string;
|
27894
|
-
modeIcon:
|
27867
|
+
modeIcon: IconValue;
|
27895
27868
|
viewMode: "month" | "year" | "months";
|
27896
27869
|
showAdjacentMonths: boolean;
|
27897
27870
|
weekdays: number[];
|
@@ -27912,10 +27885,10 @@ declare const VDatePicker: {
|
|
27912
27885
|
tag: string;
|
27913
27886
|
transition: string;
|
27914
27887
|
tile: boolean;
|
27915
|
-
nextIcon:
|
27916
|
-
prevIcon:
|
27888
|
+
nextIcon: IconValue;
|
27889
|
+
prevIcon: IconValue;
|
27917
27890
|
reverseTransition: string;
|
27918
|
-
modeIcon:
|
27891
|
+
modeIcon: IconValue;
|
27919
27892
|
viewMode: "month" | "year" | "months";
|
27920
27893
|
showAdjacentMonths: boolean;
|
27921
27894
|
weekdays: number[];
|
@@ -27946,6 +27919,7 @@ declare const VDatePicker: {
|
|
27946
27919
|
max?: unknown;
|
27947
27920
|
bgColor?: string | undefined;
|
27948
27921
|
min?: unknown;
|
27922
|
+
firstDayOfWeek?: string | number | undefined;
|
27949
27923
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27950
27924
|
displayValue?: unknown;
|
27951
27925
|
} & {
|
@@ -27967,10 +27941,10 @@ declare const VDatePicker: {
|
|
27967
27941
|
transition: string;
|
27968
27942
|
rounded: string | number | boolean;
|
27969
27943
|
tile: boolean;
|
27970
|
-
nextIcon:
|
27971
|
-
prevIcon:
|
27944
|
+
nextIcon: IconValue;
|
27945
|
+
prevIcon: IconValue;
|
27972
27946
|
reverseTransition: string;
|
27973
|
-
modeIcon:
|
27947
|
+
modeIcon: IconValue;
|
27974
27948
|
viewMode: "month" | "year" | "months";
|
27975
27949
|
showAdjacentMonths: boolean;
|
27976
27950
|
weekdays: number[];
|
@@ -28076,6 +28050,7 @@ declare const VDatePicker: {
|
|
28076
28050
|
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
28077
28051
|
default: NonNullable<"static" | "dynamic">;
|
28078
28052
|
};
|
28053
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28079
28054
|
hideWeekdays: BooleanConstructor;
|
28080
28055
|
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
28081
28056
|
showWeek: BooleanConstructor;
|
@@ -28092,15 +28067,15 @@ declare const VDatePicker: {
|
|
28092
28067
|
default: undefined;
|
28093
28068
|
};
|
28094
28069
|
nextIcon: {
|
28095
|
-
type:
|
28070
|
+
type: vue.PropType<IconValue>;
|
28096
28071
|
default: string;
|
28097
28072
|
};
|
28098
28073
|
prevIcon: {
|
28099
|
-
type:
|
28074
|
+
type: vue.PropType<IconValue>;
|
28100
28075
|
default: string;
|
28101
28076
|
};
|
28102
28077
|
modeIcon: {
|
28103
|
-
type:
|
28078
|
+
type: vue.PropType<IconValue>;
|
28104
28079
|
default: string;
|
28105
28080
|
};
|
28106
28081
|
text: StringConstructor;
|
@@ -28185,6 +28160,7 @@ declare const VDatePicker: {
|
|
28185
28160
|
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
28186
28161
|
default: NonNullable<"static" | "dynamic">;
|
28187
28162
|
};
|
28163
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28188
28164
|
hideWeekdays: BooleanConstructor;
|
28189
28165
|
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
28190
28166
|
showWeek: BooleanConstructor;
|
@@ -28201,15 +28177,15 @@ declare const VDatePicker: {
|
|
28201
28177
|
default: undefined;
|
28202
28178
|
};
|
28203
28179
|
nextIcon: {
|
28204
|
-
type:
|
28180
|
+
type: vue.PropType<IconValue>;
|
28205
28181
|
default: string;
|
28206
28182
|
};
|
28207
28183
|
prevIcon: {
|
28208
|
-
type:
|
28184
|
+
type: vue.PropType<IconValue>;
|
28209
28185
|
default: string;
|
28210
28186
|
};
|
28211
28187
|
modeIcon: {
|
28212
|
-
type:
|
28188
|
+
type: vue.PropType<IconValue>;
|
28213
28189
|
default: string;
|
28214
28190
|
};
|
28215
28191
|
text: StringConstructor;
|
@@ -28227,9 +28203,9 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
28227
28203
|
declare const VDatePickerControls: {
|
28228
28204
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
28229
28205
|
disabled: string | boolean | string[];
|
28230
|
-
nextIcon:
|
28231
|
-
prevIcon:
|
28232
|
-
modeIcon:
|
28206
|
+
nextIcon: IconValue;
|
28207
|
+
prevIcon: IconValue;
|
28208
|
+
modeIcon: IconValue;
|
28233
28209
|
viewMode: "month" | "year" | "months";
|
28234
28210
|
} & {
|
28235
28211
|
text?: string | undefined;
|
@@ -28257,9 +28233,9 @@ declare const VDatePickerControls: {
|
|
28257
28233
|
'click:text': () => true;
|
28258
28234
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
28259
28235
|
disabled: string | boolean | string[];
|
28260
|
-
nextIcon:
|
28261
|
-
prevIcon:
|
28262
|
-
modeIcon:
|
28236
|
+
nextIcon: IconValue;
|
28237
|
+
prevIcon: IconValue;
|
28238
|
+
modeIcon: IconValue;
|
28263
28239
|
viewMode: "month" | "year" | "months";
|
28264
28240
|
} & {
|
28265
28241
|
text?: string | undefined;
|
@@ -28282,9 +28258,9 @@ declare const VDatePickerControls: {
|
|
28282
28258
|
}, {
|
28283
28259
|
active: string | string[];
|
28284
28260
|
disabled: string | boolean | string[];
|
28285
|
-
nextIcon:
|
28286
|
-
prevIcon:
|
28287
|
-
modeIcon:
|
28261
|
+
nextIcon: IconValue;
|
28262
|
+
prevIcon: IconValue;
|
28263
|
+
modeIcon: IconValue;
|
28288
28264
|
viewMode: "month" | "year" | "months";
|
28289
28265
|
}, true, {}, vue.SlotsType<Partial<{
|
28290
28266
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -28299,9 +28275,9 @@ declare const VDatePickerControls: {
|
|
28299
28275
|
Defaults: {};
|
28300
28276
|
}, {
|
28301
28277
|
disabled: string | boolean | string[];
|
28302
|
-
nextIcon:
|
28303
|
-
prevIcon:
|
28304
|
-
modeIcon:
|
28278
|
+
nextIcon: IconValue;
|
28279
|
+
prevIcon: IconValue;
|
28280
|
+
modeIcon: IconValue;
|
28305
28281
|
viewMode: "month" | "year" | "months";
|
28306
28282
|
} & {
|
28307
28283
|
text?: string | undefined;
|
@@ -28324,9 +28300,9 @@ declare const VDatePickerControls: {
|
|
28324
28300
|
}, {}, {}, {}, {}, {
|
28325
28301
|
active: string | string[];
|
28326
28302
|
disabled: string | boolean | string[];
|
28327
|
-
nextIcon:
|
28328
|
-
prevIcon:
|
28329
|
-
modeIcon:
|
28303
|
+
nextIcon: IconValue;
|
28304
|
+
prevIcon: IconValue;
|
28305
|
+
modeIcon: IconValue;
|
28330
28306
|
viewMode: "month" | "year" | "months";
|
28331
28307
|
}>;
|
28332
28308
|
__isFragment?: undefined;
|
@@ -28334,9 +28310,9 @@ declare const VDatePickerControls: {
|
|
28334
28310
|
__isSuspense?: undefined;
|
28335
28311
|
} & vue.ComponentOptionsBase<{
|
28336
28312
|
disabled: string | boolean | string[];
|
28337
|
-
nextIcon:
|
28338
|
-
prevIcon:
|
28339
|
-
modeIcon:
|
28313
|
+
nextIcon: IconValue;
|
28314
|
+
prevIcon: IconValue;
|
28315
|
+
modeIcon: IconValue;
|
28340
28316
|
viewMode: "month" | "year" | "months";
|
28341
28317
|
} & {
|
28342
28318
|
text?: string | undefined;
|
@@ -28365,9 +28341,9 @@ declare const VDatePickerControls: {
|
|
28365
28341
|
}, string, {
|
28366
28342
|
active: string | string[];
|
28367
28343
|
disabled: string | boolean | string[];
|
28368
|
-
nextIcon:
|
28369
|
-
prevIcon:
|
28370
|
-
modeIcon:
|
28344
|
+
nextIcon: IconValue;
|
28345
|
+
prevIcon: IconValue;
|
28346
|
+
modeIcon: IconValue;
|
28371
28347
|
viewMode: "month" | "year" | "months";
|
28372
28348
|
}, {}, string, vue.SlotsType<Partial<{
|
28373
28349
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -28383,15 +28359,15 @@ declare const VDatePickerControls: {
|
|
28383
28359
|
default: boolean;
|
28384
28360
|
};
|
28385
28361
|
nextIcon: {
|
28386
|
-
type:
|
28362
|
+
type: PropType<IconValue>;
|
28387
28363
|
default: string;
|
28388
28364
|
};
|
28389
28365
|
prevIcon: {
|
28390
|
-
type:
|
28366
|
+
type: PropType<IconValue>;
|
28391
28367
|
default: string;
|
28392
28368
|
};
|
28393
28369
|
modeIcon: {
|
28394
|
-
type:
|
28370
|
+
type: PropType<IconValue>;
|
28395
28371
|
default: string;
|
28396
28372
|
};
|
28397
28373
|
text: StringConstructor;
|
@@ -28409,15 +28385,15 @@ declare const VDatePickerControls: {
|
|
28409
28385
|
default: boolean;
|
28410
28386
|
};
|
28411
28387
|
nextIcon: {
|
28412
|
-
type:
|
28388
|
+
type: PropType<IconValue>;
|
28413
28389
|
default: string;
|
28414
28390
|
};
|
28415
28391
|
prevIcon: {
|
28416
|
-
type:
|
28392
|
+
type: PropType<IconValue>;
|
28417
28393
|
default: string;
|
28418
28394
|
};
|
28419
28395
|
modeIcon: {
|
28420
|
-
type:
|
28396
|
+
type: PropType<IconValue>;
|
28421
28397
|
default: string;
|
28422
28398
|
};
|
28423
28399
|
text: StringConstructor;
|
@@ -28595,6 +28571,7 @@ declare const VDatePickerMonth: {
|
|
28595
28571
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28596
28572
|
max?: unknown;
|
28597
28573
|
min?: unknown;
|
28574
|
+
firstDayOfWeek?: string | number | undefined;
|
28598
28575
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28599
28576
|
displayValue?: unknown;
|
28600
28577
|
} & {
|
@@ -28649,6 +28626,7 @@ declare const VDatePickerMonth: {
|
|
28649
28626
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28650
28627
|
max?: unknown;
|
28651
28628
|
min?: unknown;
|
28629
|
+
firstDayOfWeek?: string | number | undefined;
|
28652
28630
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28653
28631
|
displayValue?: unknown;
|
28654
28632
|
} & {
|
@@ -28725,6 +28703,7 @@ declare const VDatePickerMonth: {
|
|
28725
28703
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28726
28704
|
max?: unknown;
|
28727
28705
|
min?: unknown;
|
28706
|
+
firstDayOfWeek?: string | number | undefined;
|
28728
28707
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28729
28708
|
displayValue?: unknown;
|
28730
28709
|
} & {
|
@@ -28788,6 +28767,7 @@ declare const VDatePickerMonth: {
|
|
28788
28767
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28789
28768
|
max?: unknown;
|
28790
28769
|
min?: unknown;
|
28770
|
+
firstDayOfWeek?: string | number | undefined;
|
28791
28771
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28792
28772
|
displayValue?: unknown;
|
28793
28773
|
} & {
|
@@ -28875,6 +28855,7 @@ declare const VDatePickerMonth: {
|
|
28875
28855
|
type: PropType<"static" | "dynamic">;
|
28876
28856
|
default: string;
|
28877
28857
|
};
|
28858
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28878
28859
|
color: StringConstructor;
|
28879
28860
|
hideWeekdays: BooleanConstructor;
|
28880
28861
|
multiple: PropType<number | boolean | (string & {}) | "range">;
|
@@ -28918,6 +28899,7 @@ declare const VDatePickerMonth: {
|
|
28918
28899
|
type: PropType<"static" | "dynamic">;
|
28919
28900
|
default: string;
|
28920
28901
|
};
|
28902
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28921
28903
|
color: StringConstructor;
|
28922
28904
|
hideWeekdays: BooleanConstructor;
|
28923
28905
|
multiple: PropType<number | boolean | (string & {}) | "range">;
|
@@ -29605,7 +29587,7 @@ declare const VDialog: {
|
|
29605
29587
|
eager: boolean;
|
29606
29588
|
location: Anchor;
|
29607
29589
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29608
|
-
updateLocation: (e
|
29590
|
+
updateLocation: (e?: Event | undefined) => void;
|
29609
29591
|
} | undefined) | "connected";
|
29610
29592
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
29611
29593
|
activatorProps: Record<string, any>;
|
@@ -29690,7 +29672,7 @@ declare const VDialog: {
|
|
29690
29672
|
eager: boolean;
|
29691
29673
|
location: Anchor;
|
29692
29674
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29693
|
-
updateLocation: (e
|
29675
|
+
updateLocation: (e?: Event | undefined) => void;
|
29694
29676
|
} | undefined) | "connected";
|
29695
29677
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29696
29678
|
activatorProps: Record<string, any>;
|
@@ -29717,7 +29699,7 @@ declare const VDialog: {
|
|
29717
29699
|
eager: boolean;
|
29718
29700
|
location: Anchor;
|
29719
29701
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29720
|
-
updateLocation: (e
|
29702
|
+
updateLocation: (e?: Event | undefined) => void;
|
29721
29703
|
} | undefined) | "connected";
|
29722
29704
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29723
29705
|
activatorProps: Record<string, any>;
|
@@ -29795,7 +29777,7 @@ declare const VDialog: {
|
|
29795
29777
|
eager: boolean;
|
29796
29778
|
location: Anchor;
|
29797
29779
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29798
|
-
updateLocation: (e
|
29780
|
+
updateLocation: (e?: Event | undefined) => void;
|
29799
29781
|
} | undefined) | "connected";
|
29800
29782
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29801
29783
|
activatorProps: Record<string, any>;
|
@@ -29902,7 +29884,7 @@ declare const VDialog: {
|
|
29902
29884
|
eager: boolean;
|
29903
29885
|
location: Anchor;
|
29904
29886
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29905
|
-
updateLocation: (e
|
29887
|
+
updateLocation: (e?: Event | undefined) => void;
|
29906
29888
|
} | undefined) | "connected";
|
29907
29889
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29908
29890
|
activatorProps: Record<string, any>;
|
@@ -29998,7 +29980,7 @@ declare const VDialog: {
|
|
29998
29980
|
eager: boolean;
|
29999
29981
|
location: Anchor;
|
30000
29982
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30001
|
-
updateLocation: (e
|
29983
|
+
updateLocation: (e?: Event | undefined) => void;
|
30002
29984
|
} | undefined) | "connected";
|
30003
29985
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30004
29986
|
activatorProps: Record<string, any>;
|
@@ -30058,7 +30040,7 @@ declare const VDialog: {
|
|
30058
30040
|
eager: boolean;
|
30059
30041
|
location: Anchor;
|
30060
30042
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30061
|
-
updateLocation: (e
|
30043
|
+
updateLocation: (e?: Event | undefined) => void;
|
30062
30044
|
} | undefined) | "connected";
|
30063
30045
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30064
30046
|
activatorProps: Record<string, any>;
|
@@ -30154,7 +30136,7 @@ declare const VDialog: {
|
|
30154
30136
|
eager: boolean;
|
30155
30137
|
location: Anchor;
|
30156
30138
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30157
|
-
updateLocation: (e
|
30139
|
+
updateLocation: (e?: Event | undefined) => void;
|
30158
30140
|
} | undefined) | "connected";
|
30159
30141
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30160
30142
|
activatorProps: Record<string, any>;
|
@@ -30238,7 +30220,7 @@ declare const VDialog: {
|
|
30238
30220
|
eager: boolean;
|
30239
30221
|
location: Anchor;
|
30240
30222
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30241
|
-
updateLocation: (e
|
30223
|
+
updateLocation: (e?: Event | undefined) => void;
|
30242
30224
|
} | undefined) | "connected";
|
30243
30225
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30244
30226
|
activatorProps: Record<string, any>;
|
@@ -30289,7 +30271,7 @@ declare const VDialog: {
|
|
30289
30271
|
eager: boolean;
|
30290
30272
|
location: Anchor;
|
30291
30273
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30292
|
-
updateLocation: (e
|
30274
|
+
updateLocation: (e?: Event | undefined) => void;
|
30293
30275
|
} | undefined) | "connected";
|
30294
30276
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30295
30277
|
activatorProps: Record<string, any>;
|
@@ -30374,7 +30356,7 @@ declare const VDialog: {
|
|
30374
30356
|
eager: boolean;
|
30375
30357
|
location: Anchor;
|
30376
30358
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30377
|
-
updateLocation: (e
|
30359
|
+
updateLocation: (e?: Event | undefined) => void;
|
30378
30360
|
} | undefined) | "connected";
|
30379
30361
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30380
30362
|
activatorProps: Record<string, any>;
|
@@ -30401,7 +30383,7 @@ declare const VDialog: {
|
|
30401
30383
|
eager: boolean;
|
30402
30384
|
location: Anchor;
|
30403
30385
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30404
|
-
updateLocation: (e
|
30386
|
+
updateLocation: (e?: Event | undefined) => void;
|
30405
30387
|
} | undefined) | "connected";
|
30406
30388
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30407
30389
|
activatorProps: Record<string, any>;
|
@@ -30479,7 +30461,7 @@ declare const VDialog: {
|
|
30479
30461
|
eager: boolean;
|
30480
30462
|
location: Anchor;
|
30481
30463
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30482
|
-
updateLocation: (e
|
30464
|
+
updateLocation: (e?: Event | undefined) => void;
|
30483
30465
|
} | undefined) | "connected";
|
30484
30466
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30485
30467
|
activatorProps: Record<string, any>;
|
@@ -30586,7 +30568,7 @@ declare const VDialog: {
|
|
30586
30568
|
eager: boolean;
|
30587
30569
|
location: Anchor;
|
30588
30570
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30589
|
-
updateLocation: (e
|
30571
|
+
updateLocation: (e?: Event | undefined) => void;
|
30590
30572
|
} | undefined) | "connected";
|
30591
30573
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30592
30574
|
activatorProps: Record<string, any>;
|
@@ -30682,7 +30664,7 @@ declare const VDialog: {
|
|
30682
30664
|
eager: boolean;
|
30683
30665
|
location: Anchor;
|
30684
30666
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30685
|
-
updateLocation: (e
|
30667
|
+
updateLocation: (e?: Event | undefined) => void;
|
30686
30668
|
} | undefined) | "connected";
|
30687
30669
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30688
30670
|
activatorProps: Record<string, any>;
|
@@ -30742,7 +30724,7 @@ declare const VDialog: {
|
|
30742
30724
|
eager: boolean;
|
30743
30725
|
location: Anchor;
|
30744
30726
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30745
|
-
updateLocation: (e
|
30727
|
+
updateLocation: (e?: Event | undefined) => void;
|
30746
30728
|
} | undefined) | "connected";
|
30747
30729
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30748
30730
|
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: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30841
30823
|
activatorProps: Record<string, any>;
|
@@ -30870,7 +30852,7 @@ declare const VDialog: {
|
|
30870
30852
|
eager: boolean;
|
30871
30853
|
location: Anchor;
|
30872
30854
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30873
|
-
updateLocation: (e
|
30855
|
+
updateLocation: (e?: Event | undefined) => void;
|
30874
30856
|
} | undefined) | "connected";
|
30875
30857
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30876
30858
|
activatorProps: Record<string, any>;
|
@@ -30955,7 +30937,7 @@ declare const VDialog: {
|
|
30955
30937
|
eager: boolean;
|
30956
30938
|
location: Anchor;
|
30957
30939
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30958
|
-
updateLocation: (e
|
30940
|
+
updateLocation: (e?: Event | undefined) => void;
|
30959
30941
|
} | undefined) | "connected";
|
30960
30942
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30961
30943
|
activatorProps: Record<string, any>;
|
@@ -30982,7 +30964,7 @@ declare const VDialog: {
|
|
30982
30964
|
eager: boolean;
|
30983
30965
|
location: Anchor;
|
30984
30966
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30985
|
-
updateLocation: (e
|
30967
|
+
updateLocation: (e?: Event | undefined) => void;
|
30986
30968
|
} | undefined) | "connected";
|
30987
30969
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30988
30970
|
activatorProps: Record<string, any>;
|
@@ -31060,7 +31042,7 @@ declare const VDialog: {
|
|
31060
31042
|
eager: boolean;
|
31061
31043
|
location: Anchor;
|
31062
31044
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31063
|
-
updateLocation: (e
|
31045
|
+
updateLocation: (e?: Event | undefined) => void;
|
31064
31046
|
} | undefined) | "connected";
|
31065
31047
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31066
31048
|
activatorProps: Record<string, any>;
|
@@ -31167,7 +31149,7 @@ declare const VDialog: {
|
|
31167
31149
|
eager: boolean;
|
31168
31150
|
location: Anchor;
|
31169
31151
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31170
|
-
updateLocation: (e
|
31152
|
+
updateLocation: (e?: Event | undefined) => void;
|
31171
31153
|
} | undefined) | "connected";
|
31172
31154
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31173
31155
|
activatorProps: Record<string, any>;
|
@@ -31263,7 +31245,7 @@ declare const VDialog: {
|
|
31263
31245
|
eager: boolean;
|
31264
31246
|
location: Anchor;
|
31265
31247
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31266
|
-
updateLocation: (e
|
31248
|
+
updateLocation: (e?: Event | undefined) => void;
|
31267
31249
|
} | undefined) | "connected";
|
31268
31250
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31269
31251
|
activatorProps: Record<string, any>;
|
@@ -31323,7 +31305,7 @@ declare const VDialog: {
|
|
31323
31305
|
eager: boolean;
|
31324
31306
|
location: Anchor;
|
31325
31307
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31326
|
-
updateLocation: (e
|
31308
|
+
updateLocation: (e?: Event | undefined) => void;
|
31327
31309
|
} | undefined) | "connected";
|
31328
31310
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31329
31311
|
activatorProps: Record<string, any>;
|
@@ -31419,7 +31401,7 @@ declare const VDialog: {
|
|
31419
31401
|
eager: boolean;
|
31420
31402
|
location: Anchor;
|
31421
31403
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31422
|
-
updateLocation: (e
|
31404
|
+
updateLocation: (e?: Event | undefined) => void;
|
31423
31405
|
} | undefined) | "connected";
|
31424
31406
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
31425
31407
|
activatorProps: Record<string, any>;
|
@@ -31478,7 +31460,7 @@ declare const VDialog: {
|
|
31478
31460
|
};
|
31479
31461
|
locationStrategy: {
|
31480
31462
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31481
|
-
updateLocation: (e
|
31463
|
+
updateLocation: (e?: Event | undefined) => void;
|
31482
31464
|
} | undefined) | "connected">;
|
31483
31465
|
default: string;
|
31484
31466
|
validator: (val: any) => boolean;
|
@@ -31586,7 +31568,7 @@ declare const VDialog: {
|
|
31586
31568
|
};
|
31587
31569
|
locationStrategy: {
|
31588
31570
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31589
|
-
updateLocation: (e
|
31571
|
+
updateLocation: (e?: Event | undefined) => void;
|
31590
31572
|
} | undefined) | "connected">;
|
31591
31573
|
default: string;
|
31592
31574
|
validator: (val: any) => boolean;
|
@@ -34030,6 +34012,7 @@ declare const VFileInput: {
|
|
34030
34012
|
direction: "horizontal" | "vertical";
|
34031
34013
|
prependIcon: NonNullable<IconValue>;
|
34032
34014
|
clearIcon: IconValue;
|
34015
|
+
centerAffix: boolean;
|
34033
34016
|
hideSpinButtons: boolean;
|
34034
34017
|
persistentHint: boolean;
|
34035
34018
|
clearable: boolean;
|
@@ -34066,7 +34049,6 @@ declare const VFileInput: {
|
|
34066
34049
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34067
34050
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34068
34051
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34069
|
-
centerAffix?: boolean | undefined;
|
34070
34052
|
hint?: string | undefined;
|
34071
34053
|
hideDetails?: boolean | "auto" | undefined;
|
34072
34054
|
} & {
|
@@ -34415,6 +34397,7 @@ declare const VFileInput: {
|
|
34415
34397
|
direction: "horizontal" | "vertical";
|
34416
34398
|
prependIcon: NonNullable<IconValue>;
|
34417
34399
|
clearIcon: IconValue;
|
34400
|
+
centerAffix: boolean;
|
34418
34401
|
hideSpinButtons: boolean;
|
34419
34402
|
persistentHint: boolean;
|
34420
34403
|
clearable: boolean;
|
@@ -34451,7 +34434,6 @@ declare const VFileInput: {
|
|
34451
34434
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34452
34435
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34453
34436
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34454
|
-
centerAffix?: boolean | undefined;
|
34455
34437
|
hint?: string | undefined;
|
34456
34438
|
hideDetails?: boolean | "auto" | undefined;
|
34457
34439
|
} & {
|
@@ -34638,6 +34620,7 @@ declare const VFileInput: {
|
|
34638
34620
|
direction: "horizontal" | "vertical";
|
34639
34621
|
prependIcon: NonNullable<IconValue>;
|
34640
34622
|
clearIcon: IconValue;
|
34623
|
+
centerAffix: boolean;
|
34641
34624
|
hideSpinButtons: boolean;
|
34642
34625
|
persistentHint: boolean;
|
34643
34626
|
clearable: boolean;
|
@@ -34674,7 +34657,6 @@ declare const VFileInput: {
|
|
34674
34657
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34675
34658
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34676
34659
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34677
|
-
centerAffix?: boolean | undefined;
|
34678
34660
|
hint?: string | undefined;
|
34679
34661
|
hideDetails?: boolean | "auto" | undefined;
|
34680
34662
|
} & {
|
@@ -35057,6 +35039,7 @@ declare const VFileInput: {
|
|
35057
35039
|
direction: "horizontal" | "vertical";
|
35058
35040
|
prependIcon: NonNullable<IconValue>;
|
35059
35041
|
clearIcon: IconValue;
|
35042
|
+
centerAffix: boolean;
|
35060
35043
|
hideSpinButtons: boolean;
|
35061
35044
|
persistentHint: boolean;
|
35062
35045
|
clearable: boolean;
|
@@ -35093,7 +35076,6 @@ declare const VFileInput: {
|
|
35093
35076
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
35094
35077
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
35095
35078
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
35096
|
-
centerAffix?: boolean | undefined;
|
35097
35079
|
hint?: string | undefined;
|
35098
35080
|
hideDetails?: boolean | "auto" | undefined;
|
35099
35081
|
} & {
|
@@ -35525,10 +35507,7 @@ declare const VFileInput: {
|
|
35525
35507
|
default: string;
|
35526
35508
|
};
|
35527
35509
|
active: BooleanConstructor;
|
35528
|
-
centerAffix:
|
35529
|
-
type: BooleanConstructor;
|
35530
|
-
default: undefined;
|
35531
|
-
};
|
35510
|
+
centerAffix: BooleanConstructor;
|
35532
35511
|
color: StringConstructor;
|
35533
35512
|
baseColor: StringConstructor;
|
35534
35513
|
dirty: BooleanConstructor;
|
@@ -35647,10 +35626,7 @@ declare const VFileInput: {
|
|
35647
35626
|
default: string;
|
35648
35627
|
};
|
35649
35628
|
active: BooleanConstructor;
|
35650
|
-
centerAffix:
|
35651
|
-
type: BooleanConstructor;
|
35652
|
-
default: undefined;
|
35653
|
-
};
|
35629
|
+
centerAffix: BooleanConstructor;
|
35654
35630
|
color: StringConstructor;
|
35655
35631
|
baseColor: StringConstructor;
|
35656
35632
|
dirty: BooleanConstructor;
|
@@ -41452,7 +41428,7 @@ declare const VMenu: {
|
|
41452
41428
|
eager: boolean;
|
41453
41429
|
location: Anchor;
|
41454
41430
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41455
|
-
updateLocation: (e
|
41431
|
+
updateLocation: (e?: Event | undefined) => void;
|
41456
41432
|
} | undefined) | "connected">;
|
41457
41433
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41458
41434
|
closeDelay: NonNullable<string | number>;
|
@@ -41537,7 +41513,7 @@ declare const VMenu: {
|
|
41537
41513
|
eager: boolean;
|
41538
41514
|
location: Anchor;
|
41539
41515
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41540
|
-
updateLocation: (e
|
41516
|
+
updateLocation: (e?: Event | undefined) => void;
|
41541
41517
|
} | undefined) | "connected";
|
41542
41518
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41543
41519
|
activatorProps: Record<string, any>;
|
@@ -41564,7 +41540,7 @@ declare const VMenu: {
|
|
41564
41540
|
eager: boolean;
|
41565
41541
|
location: Anchor;
|
41566
41542
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41567
|
-
updateLocation: (e
|
41543
|
+
updateLocation: (e?: Event | undefined) => void;
|
41568
41544
|
} | undefined) | "connected";
|
41569
41545
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41570
41546
|
activatorProps: Record<string, any>;
|
@@ -41642,7 +41618,7 @@ declare const VMenu: {
|
|
41642
41618
|
eager: boolean;
|
41643
41619
|
location: Anchor;
|
41644
41620
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41645
|
-
updateLocation: (e
|
41621
|
+
updateLocation: (e?: Event | undefined) => void;
|
41646
41622
|
} | undefined) | "connected";
|
41647
41623
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41648
41624
|
activatorProps: Record<string, any>;
|
@@ -41749,7 +41725,7 @@ declare const VMenu: {
|
|
41749
41725
|
eager: boolean;
|
41750
41726
|
location: Anchor;
|
41751
41727
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41752
|
-
updateLocation: (e
|
41728
|
+
updateLocation: (e?: Event | undefined) => void;
|
41753
41729
|
} | undefined) | "connected";
|
41754
41730
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41755
41731
|
activatorProps: Record<string, any>;
|
@@ -41845,7 +41821,7 @@ declare const VMenu: {
|
|
41845
41821
|
eager: boolean;
|
41846
41822
|
location: Anchor;
|
41847
41823
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41848
|
-
updateLocation: (e
|
41824
|
+
updateLocation: (e?: Event | undefined) => void;
|
41849
41825
|
} | undefined) | "connected";
|
41850
41826
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41851
41827
|
activatorProps: Record<string, any>;
|
@@ -41905,7 +41881,7 @@ declare const VMenu: {
|
|
41905
41881
|
eager: boolean;
|
41906
41882
|
location: Anchor;
|
41907
41883
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41908
|
-
updateLocation: (e
|
41884
|
+
updateLocation: (e?: Event | undefined) => void;
|
41909
41885
|
} | undefined) | "connected";
|
41910
41886
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41911
41887
|
activatorProps: Record<string, any>;
|
@@ -41999,7 +41975,7 @@ declare const VMenu: {
|
|
41999
41975
|
eager: boolean;
|
42000
41976
|
location: Anchor;
|
42001
41977
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42002
|
-
updateLocation: (e
|
41978
|
+
updateLocation: (e?: Event | undefined) => void;
|
42003
41979
|
} | undefined) | "connected">;
|
42004
41980
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42005
41981
|
closeDelay: NonNullable<string | number>;
|
@@ -42079,7 +42055,7 @@ declare const VMenu: {
|
|
42079
42055
|
eager: boolean;
|
42080
42056
|
location: Anchor;
|
42081
42057
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42082
|
-
updateLocation: (e
|
42058
|
+
updateLocation: (e?: Event | undefined) => void;
|
42083
42059
|
} | undefined) | "connected">;
|
42084
42060
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42085
42061
|
closeDelay: NonNullable<string | number>;
|
@@ -42128,7 +42104,7 @@ declare const VMenu: {
|
|
42128
42104
|
eager: boolean;
|
42129
42105
|
location: Anchor;
|
42130
42106
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42131
|
-
updateLocation: (e
|
42107
|
+
updateLocation: (e?: Event | undefined) => void;
|
42132
42108
|
} | undefined) | "connected">;
|
42133
42109
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42134
42110
|
closeDelay: NonNullable<string | number>;
|
@@ -42213,7 +42189,7 @@ declare const VMenu: {
|
|
42213
42189
|
eager: boolean;
|
42214
42190
|
location: Anchor;
|
42215
42191
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42216
|
-
updateLocation: (e
|
42192
|
+
updateLocation: (e?: Event | undefined) => void;
|
42217
42193
|
} | undefined) | "connected";
|
42218
42194
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42219
42195
|
activatorProps: Record<string, any>;
|
@@ -42240,7 +42216,7 @@ declare const VMenu: {
|
|
42240
42216
|
eager: boolean;
|
42241
42217
|
location: Anchor;
|
42242
42218
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42243
|
-
updateLocation: (e
|
42219
|
+
updateLocation: (e?: Event | undefined) => void;
|
42244
42220
|
} | undefined) | "connected";
|
42245
42221
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42246
42222
|
activatorProps: Record<string, any>;
|
@@ -42318,7 +42294,7 @@ declare const VMenu: {
|
|
42318
42294
|
eager: boolean;
|
42319
42295
|
location: Anchor;
|
42320
42296
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42321
|
-
updateLocation: (e
|
42297
|
+
updateLocation: (e?: Event | undefined) => void;
|
42322
42298
|
} | undefined) | "connected";
|
42323
42299
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42324
42300
|
activatorProps: Record<string, any>;
|
@@ -42425,7 +42401,7 @@ declare const VMenu: {
|
|
42425
42401
|
eager: boolean;
|
42426
42402
|
location: Anchor;
|
42427
42403
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42428
|
-
updateLocation: (e
|
42404
|
+
updateLocation: (e?: Event | undefined) => void;
|
42429
42405
|
} | undefined) | "connected";
|
42430
42406
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42431
42407
|
activatorProps: Record<string, any>;
|
@@ -42521,7 +42497,7 @@ declare const VMenu: {
|
|
42521
42497
|
eager: boolean;
|
42522
42498
|
location: Anchor;
|
42523
42499
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42524
|
-
updateLocation: (e
|
42500
|
+
updateLocation: (e?: Event | undefined) => void;
|
42525
42501
|
} | undefined) | "connected";
|
42526
42502
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42527
42503
|
activatorProps: Record<string, any>;
|
@@ -42581,7 +42557,7 @@ declare const VMenu: {
|
|
42581
42557
|
eager: boolean;
|
42582
42558
|
location: Anchor;
|
42583
42559
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42584
|
-
updateLocation: (e
|
42560
|
+
updateLocation: (e?: Event | undefined) => void;
|
42585
42561
|
} | undefined) | "connected";
|
42586
42562
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42587
42563
|
activatorProps: Record<string, any>;
|
@@ -42673,7 +42649,7 @@ declare const VMenu: {
|
|
42673
42649
|
eager: boolean;
|
42674
42650
|
location: Anchor;
|
42675
42651
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42676
|
-
updateLocation: (e
|
42652
|
+
updateLocation: (e?: Event | undefined) => void;
|
42677
42653
|
} | undefined) | "connected">;
|
42678
42654
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42679
42655
|
closeDelay: NonNullable<string | number>;
|
@@ -42706,7 +42682,7 @@ declare const VMenu: {
|
|
42706
42682
|
eager: boolean;
|
42707
42683
|
location: Anchor;
|
42708
42684
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42709
|
-
updateLocation: (e
|
42685
|
+
updateLocation: (e?: Event | undefined) => void;
|
42710
42686
|
} | undefined) | "connected">;
|
42711
42687
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42712
42688
|
closeDelay: NonNullable<string | number>;
|
@@ -42791,7 +42767,7 @@ declare const VMenu: {
|
|
42791
42767
|
eager: boolean;
|
42792
42768
|
location: Anchor;
|
42793
42769
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42794
|
-
updateLocation: (e
|
42770
|
+
updateLocation: (e?: Event | undefined) => void;
|
42795
42771
|
} | undefined) | "connected";
|
42796
42772
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42797
42773
|
activatorProps: Record<string, any>;
|
@@ -42818,7 +42794,7 @@ declare const VMenu: {
|
|
42818
42794
|
eager: boolean;
|
42819
42795
|
location: Anchor;
|
42820
42796
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42821
|
-
updateLocation: (e
|
42797
|
+
updateLocation: (e?: Event | undefined) => void;
|
42822
42798
|
} | undefined) | "connected";
|
42823
42799
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42824
42800
|
activatorProps: Record<string, any>;
|
@@ -42896,7 +42872,7 @@ declare const VMenu: {
|
|
42896
42872
|
eager: boolean;
|
42897
42873
|
location: Anchor;
|
42898
42874
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42899
|
-
updateLocation: (e
|
42875
|
+
updateLocation: (e?: Event | undefined) => void;
|
42900
42876
|
} | undefined) | "connected";
|
42901
42877
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42902
42878
|
activatorProps: Record<string, any>;
|
@@ -43003,7 +42979,7 @@ declare const VMenu: {
|
|
43003
42979
|
eager: boolean;
|
43004
42980
|
location: Anchor;
|
43005
42981
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43006
|
-
updateLocation: (e
|
42982
|
+
updateLocation: (e?: Event | undefined) => void;
|
43007
42983
|
} | undefined) | "connected";
|
43008
42984
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43009
42985
|
activatorProps: Record<string, any>;
|
@@ -43099,7 +43075,7 @@ declare const VMenu: {
|
|
43099
43075
|
eager: boolean;
|
43100
43076
|
location: Anchor;
|
43101
43077
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43102
|
-
updateLocation: (e
|
43078
|
+
updateLocation: (e?: Event | undefined) => void;
|
43103
43079
|
} | undefined) | "connected";
|
43104
43080
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43105
43081
|
activatorProps: Record<string, any>;
|
@@ -43159,7 +43135,7 @@ declare const VMenu: {
|
|
43159
43135
|
eager: boolean;
|
43160
43136
|
location: Anchor;
|
43161
43137
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43162
|
-
updateLocation: (e
|
43138
|
+
updateLocation: (e?: Event | undefined) => void;
|
43163
43139
|
} | undefined) | "connected";
|
43164
43140
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43165
43141
|
activatorProps: Record<string, any>;
|
@@ -43253,7 +43229,7 @@ declare const VMenu: {
|
|
43253
43229
|
eager: boolean;
|
43254
43230
|
location: Anchor;
|
43255
43231
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43256
|
-
updateLocation: (e
|
43232
|
+
updateLocation: (e?: Event | undefined) => void;
|
43257
43233
|
} | undefined) | "connected">;
|
43258
43234
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
43259
43235
|
closeDelay: NonNullable<string | number>;
|
@@ -43334,16 +43310,16 @@ declare const VMenu: {
|
|
43334
43310
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43335
43311
|
locationStrategy: Omit<{
|
43336
43312
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43337
|
-
updateLocation: (e
|
43313
|
+
updateLocation: (e?: Event | undefined) => void;
|
43338
43314
|
} | undefined) | "connected">;
|
43339
43315
|
default: string;
|
43340
43316
|
validator: (val: any) => boolean;
|
43341
43317
|
}, "default" | "type"> & {
|
43342
43318
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43343
|
-
updateLocation: (e
|
43319
|
+
updateLocation: (e?: Event | undefined) => void;
|
43344
43320
|
} | undefined) | "connected">>;
|
43345
43321
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43346
|
-
updateLocation: (e
|
43322
|
+
updateLocation: (e?: Event | undefined) => void;
|
43347
43323
|
} | undefined) | "connected">;
|
43348
43324
|
};
|
43349
43325
|
scrollStrategy: Omit<{
|
@@ -43449,16 +43425,16 @@ declare const VMenu: {
|
|
43449
43425
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43450
43426
|
locationStrategy: Omit<{
|
43451
43427
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43452
|
-
updateLocation: (e
|
43428
|
+
updateLocation: (e?: Event | undefined) => void;
|
43453
43429
|
} | undefined) | "connected">;
|
43454
43430
|
default: string;
|
43455
43431
|
validator: (val: any) => boolean;
|
43456
43432
|
}, "default" | "type"> & {
|
43457
43433
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43458
|
-
updateLocation: (e
|
43434
|
+
updateLocation: (e?: Event | undefined) => void;
|
43459
43435
|
} | undefined) | "connected">>;
|
43460
43436
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43461
|
-
updateLocation: (e
|
43437
|
+
updateLocation: (e?: Event | undefined) => void;
|
43462
43438
|
} | undefined) | "connected">;
|
43463
43439
|
};
|
43464
43440
|
scrollStrategy: Omit<{
|
@@ -44423,7 +44399,7 @@ declare const VOverlay: {
|
|
44423
44399
|
eager: boolean;
|
44424
44400
|
location: Anchor;
|
44425
44401
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44426
|
-
updateLocation: (e
|
44402
|
+
updateLocation: (e?: Event | undefined) => void;
|
44427
44403
|
} | undefined) | "connected";
|
44428
44404
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44429
44405
|
activatorProps: Record<string, any>;
|
@@ -44519,7 +44495,7 @@ declare const VOverlay: {
|
|
44519
44495
|
eager: boolean;
|
44520
44496
|
location: Anchor;
|
44521
44497
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44522
|
-
updateLocation: (e
|
44498
|
+
updateLocation: (e?: Event | undefined) => void;
|
44523
44499
|
} | undefined) | "connected";
|
44524
44500
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44525
44501
|
activatorProps: Record<string, any>;
|
@@ -44601,7 +44577,7 @@ declare const VOverlay: {
|
|
44601
44577
|
eager: boolean;
|
44602
44578
|
location: Anchor;
|
44603
44579
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44604
|
-
updateLocation: (e
|
44580
|
+
updateLocation: (e?: Event | undefined) => void;
|
44605
44581
|
} | undefined) | "connected";
|
44606
44582
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44607
44583
|
activatorProps: Record<string, any>;
|
@@ -44648,7 +44624,7 @@ declare const VOverlay: {
|
|
44648
44624
|
eager: boolean;
|
44649
44625
|
location: Anchor;
|
44650
44626
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44651
|
-
updateLocation: (e
|
44627
|
+
updateLocation: (e?: Event | undefined) => void;
|
44652
44628
|
} | undefined) | "connected";
|
44653
44629
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44654
44630
|
activatorProps: Record<string, any>;
|
@@ -44739,7 +44715,7 @@ declare const VOverlay: {
|
|
44739
44715
|
eager: boolean;
|
44740
44716
|
location: Anchor;
|
44741
44717
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44742
|
-
updateLocation: (e
|
44718
|
+
updateLocation: (e?: Event | undefined) => void;
|
44743
44719
|
} | undefined) | "connected";
|
44744
44720
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44745
44721
|
activatorProps: Record<string, any>;
|
@@ -44770,7 +44746,7 @@ declare const VOverlay: {
|
|
44770
44746
|
eager: boolean;
|
44771
44747
|
location: Anchor;
|
44772
44748
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44773
|
-
updateLocation: (e
|
44749
|
+
updateLocation: (e?: Event | undefined) => void;
|
44774
44750
|
} | undefined) | "connected";
|
44775
44751
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44776
44752
|
activatorProps: Record<string, any>;
|
@@ -44866,7 +44842,7 @@ declare const VOverlay: {
|
|
44866
44842
|
eager: boolean;
|
44867
44843
|
location: Anchor;
|
44868
44844
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44869
|
-
updateLocation: (e
|
44845
|
+
updateLocation: (e?: Event | undefined) => void;
|
44870
44846
|
} | undefined) | "connected";
|
44871
44847
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44872
44848
|
activatorProps: Record<string, any>;
|
@@ -44909,7 +44885,7 @@ declare const VOverlay: {
|
|
44909
44885
|
};
|
44910
44886
|
locationStrategy: {
|
44911
44887
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44912
|
-
updateLocation: (e
|
44888
|
+
updateLocation: (e?: Event | undefined) => void;
|
44913
44889
|
} | undefined) | "connected">;
|
44914
44890
|
default: string;
|
44915
44891
|
validator: (val: any) => boolean;
|
@@ -44992,7 +44968,7 @@ declare const VOverlay: {
|
|
44992
44968
|
};
|
44993
44969
|
locationStrategy: {
|
44994
44970
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44995
|
-
updateLocation: (e
|
44971
|
+
updateLocation: (e?: Event | undefined) => void;
|
44996
44972
|
} | undefined) | "connected">;
|
44997
44973
|
default: string;
|
44998
44974
|
validator: (val: any) => boolean;
|
@@ -47298,10 +47274,7 @@ declare const VRadioGroup: {
|
|
47298
47274
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
47299
47275
|
minWidth: (StringConstructor | NumberConstructor)[];
|
47300
47276
|
appendIcon: vue.PropType<IconValue>;
|
47301
|
-
centerAffix:
|
47302
|
-
type: BooleanConstructor;
|
47303
|
-
default: boolean;
|
47304
|
-
};
|
47277
|
+
centerAffix: BooleanConstructor;
|
47305
47278
|
prependIcon: vue.PropType<IconValue>;
|
47306
47279
|
hideDetails: vue.PropType<boolean | "auto">;
|
47307
47280
|
hideSpinButtons: BooleanConstructor;
|
@@ -47392,10 +47365,7 @@ declare const VRadioGroup: {
|
|
47392
47365
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
47393
47366
|
minWidth: (StringConstructor | NumberConstructor)[];
|
47394
47367
|
appendIcon: vue.PropType<IconValue>;
|
47395
|
-
centerAffix:
|
47396
|
-
type: BooleanConstructor;
|
47397
|
-
default: boolean;
|
47398
|
-
};
|
47368
|
+
centerAffix: BooleanConstructor;
|
47399
47369
|
prependIcon: vue.PropType<IconValue>;
|
47400
47370
|
hideDetails: vue.PropType<boolean | "auto">;
|
47401
47371
|
hideSpinButtons: BooleanConstructor;
|
@@ -48121,10 +48091,7 @@ declare const VRangeSlider: {
|
|
48121
48091
|
};
|
48122
48092
|
id: StringConstructor;
|
48123
48093
|
appendIcon: PropType<IconValue>;
|
48124
|
-
centerAffix:
|
48125
|
-
type: BooleanConstructor;
|
48126
|
-
default: boolean;
|
48127
|
-
};
|
48094
|
+
centerAffix: BooleanConstructor;
|
48128
48095
|
prependIcon: PropType<IconValue>;
|
48129
48096
|
hideDetails: PropType<boolean | "auto">;
|
48130
48097
|
hideSpinButtons: BooleanConstructor;
|
@@ -48248,10 +48215,7 @@ declare const VRangeSlider: {
|
|
48248
48215
|
};
|
48249
48216
|
id: StringConstructor;
|
48250
48217
|
appendIcon: PropType<IconValue>;
|
48251
|
-
centerAffix:
|
48252
|
-
type: BooleanConstructor;
|
48253
|
-
default: boolean;
|
48254
|
-
};
|
48218
|
+
centerAffix: BooleanConstructor;
|
48255
48219
|
prependIcon: PropType<IconValue>;
|
48256
48220
|
hideDetails: PropType<boolean | "auto">;
|
48257
48221
|
hideSpinButtons: BooleanConstructor;
|
@@ -48829,6 +48793,7 @@ declare const VSelect: {
|
|
48829
48793
|
direction: "horizontal" | "vertical";
|
48830
48794
|
valueComparator: typeof deepEqual;
|
48831
48795
|
clearIcon: IconValue;
|
48796
|
+
centerAffix: boolean;
|
48832
48797
|
hideSpinButtons: boolean;
|
48833
48798
|
persistentHint: boolean;
|
48834
48799
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -48873,7 +48838,6 @@ declare const VSelect: {
|
|
48873
48838
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
48874
48839
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
48875
48840
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
48876
|
-
centerAffix?: boolean | undefined;
|
48877
48841
|
hint?: string | undefined;
|
48878
48842
|
hideDetails?: boolean | "auto" | undefined;
|
48879
48843
|
suffix?: string | undefined;
|
@@ -49152,7 +49116,7 @@ declare const VSelect: {
|
|
49152
49116
|
eager: boolean;
|
49153
49117
|
location: Anchor;
|
49154
49118
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49155
|
-
updateLocation: (e
|
49119
|
+
updateLocation: (e?: Event | undefined) => void;
|
49156
49120
|
} | undefined) | "connected">;
|
49157
49121
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49158
49122
|
closeDelay: NonNullable<string | number>;
|
@@ -49181,7 +49145,7 @@ declare const VSelect: {
|
|
49181
49145
|
eager: boolean;
|
49182
49146
|
location: Anchor;
|
49183
49147
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49184
|
-
updateLocation: (e
|
49148
|
+
updateLocation: (e?: Event | undefined) => void;
|
49185
49149
|
} | undefined) | "connected">;
|
49186
49150
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49187
49151
|
closeDelay: NonNullable<string | number>;
|
@@ -49257,7 +49221,7 @@ declare const VSelect: {
|
|
49257
49221
|
eager: boolean;
|
49258
49222
|
location: Anchor;
|
49259
49223
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49260
|
-
updateLocation: (e
|
49224
|
+
updateLocation: (e?: Event | undefined) => void;
|
49261
49225
|
} | undefined) | "connected">;
|
49262
49226
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49263
49227
|
closeDelay: NonNullable<string | number>;
|
@@ -49361,6 +49325,7 @@ declare const VSelect: {
|
|
49361
49325
|
direction: "horizontal" | "vertical";
|
49362
49326
|
valueComparator: typeof deepEqual;
|
49363
49327
|
clearIcon: IconValue;
|
49328
|
+
centerAffix: boolean;
|
49364
49329
|
hideSpinButtons: boolean;
|
49365
49330
|
persistentHint: boolean;
|
49366
49331
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -49405,7 +49370,6 @@ declare const VSelect: {
|
|
49405
49370
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
49406
49371
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49407
49372
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49408
|
-
centerAffix?: boolean | undefined;
|
49409
49373
|
hint?: string | undefined;
|
49410
49374
|
hideDetails?: boolean | "auto" | undefined;
|
49411
49375
|
suffix?: string | undefined;
|
@@ -49684,7 +49648,7 @@ declare const VSelect: {
|
|
49684
49648
|
eager: boolean;
|
49685
49649
|
location: Anchor;
|
49686
49650
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49687
|
-
updateLocation: (e
|
49651
|
+
updateLocation: (e?: Event | undefined) => void;
|
49688
49652
|
} | undefined) | "connected">;
|
49689
49653
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49690
49654
|
closeDelay: NonNullable<string | number>;
|
@@ -49713,7 +49677,7 @@ declare const VSelect: {
|
|
49713
49677
|
eager: boolean;
|
49714
49678
|
location: Anchor;
|
49715
49679
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49716
|
-
updateLocation: (e
|
49680
|
+
updateLocation: (e?: Event | undefined) => void;
|
49717
49681
|
} | undefined) | "connected">;
|
49718
49682
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49719
49683
|
closeDelay: NonNullable<string | number>;
|
@@ -49789,7 +49753,7 @@ declare const VSelect: {
|
|
49789
49753
|
eager: boolean;
|
49790
49754
|
location: Anchor;
|
49791
49755
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49792
|
-
updateLocation: (e
|
49756
|
+
updateLocation: (e?: Event | undefined) => void;
|
49793
49757
|
} | undefined) | "connected">;
|
49794
49758
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49795
49759
|
closeDelay: NonNullable<string | number>;
|
@@ -50006,6 +49970,7 @@ declare const VSelect: {
|
|
50006
49970
|
direction: "horizontal" | "vertical";
|
50007
49971
|
valueComparator: typeof deepEqual;
|
50008
49972
|
clearIcon: IconValue;
|
49973
|
+
centerAffix: boolean;
|
50009
49974
|
hideSpinButtons: boolean;
|
50010
49975
|
persistentHint: boolean;
|
50011
49976
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -50050,7 +50015,6 @@ declare const VSelect: {
|
|
50050
50015
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
50051
50016
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50052
50017
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50053
|
-
centerAffix?: boolean | undefined;
|
50054
50018
|
hint?: string | undefined;
|
50055
50019
|
hideDetails?: boolean | "auto" | undefined;
|
50056
50020
|
suffix?: string | undefined;
|
@@ -50329,7 +50293,7 @@ declare const VSelect: {
|
|
50329
50293
|
eager: boolean;
|
50330
50294
|
location: Anchor;
|
50331
50295
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50332
|
-
updateLocation: (e
|
50296
|
+
updateLocation: (e?: Event | undefined) => void;
|
50333
50297
|
} | undefined) | "connected">;
|
50334
50298
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50335
50299
|
closeDelay: NonNullable<string | number>;
|
@@ -50358,7 +50322,7 @@ declare const VSelect: {
|
|
50358
50322
|
eager: boolean;
|
50359
50323
|
location: Anchor;
|
50360
50324
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50361
|
-
updateLocation: (e
|
50325
|
+
updateLocation: (e?: Event | undefined) => void;
|
50362
50326
|
} | undefined) | "connected">;
|
50363
50327
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50364
50328
|
closeDelay: NonNullable<string | number>;
|
@@ -50434,7 +50398,7 @@ declare const VSelect: {
|
|
50434
50398
|
eager: boolean;
|
50435
50399
|
location: Anchor;
|
50436
50400
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50437
|
-
updateLocation: (e
|
50401
|
+
updateLocation: (e?: Event | undefined) => void;
|
50438
50402
|
} | undefined) | "connected">;
|
50439
50403
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50440
50404
|
closeDelay: NonNullable<string | number>;
|
@@ -50586,6 +50550,7 @@ declare const VSelect: {
|
|
50586
50550
|
direction: "horizontal" | "vertical";
|
50587
50551
|
valueComparator: typeof deepEqual;
|
50588
50552
|
clearIcon: IconValue;
|
50553
|
+
centerAffix: boolean;
|
50589
50554
|
hideSpinButtons: boolean;
|
50590
50555
|
persistentHint: boolean;
|
50591
50556
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -50630,7 +50595,6 @@ declare const VSelect: {
|
|
50630
50595
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
50631
50596
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50632
50597
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50633
|
-
centerAffix?: boolean | undefined;
|
50634
50598
|
hint?: string | undefined;
|
50635
50599
|
hideDetails?: boolean | "auto" | undefined;
|
50636
50600
|
suffix?: string | undefined;
|
@@ -50909,7 +50873,7 @@ declare const VSelect: {
|
|
50909
50873
|
eager: boolean;
|
50910
50874
|
location: Anchor;
|
50911
50875
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50912
|
-
updateLocation: (e
|
50876
|
+
updateLocation: (e?: Event | undefined) => void;
|
50913
50877
|
} | undefined) | "connected">;
|
50914
50878
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50915
50879
|
closeDelay: NonNullable<string | number>;
|
@@ -50938,7 +50902,7 @@ declare const VSelect: {
|
|
50938
50902
|
eager: boolean;
|
50939
50903
|
location: Anchor;
|
50940
50904
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50941
|
-
updateLocation: (e
|
50905
|
+
updateLocation: (e?: Event | undefined) => void;
|
50942
50906
|
} | undefined) | "connected">;
|
50943
50907
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50944
50908
|
closeDelay: NonNullable<string | number>;
|
@@ -51014,7 +50978,7 @@ declare const VSelect: {
|
|
51014
50978
|
eager: boolean;
|
51015
50979
|
location: Anchor;
|
51016
50980
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51017
|
-
updateLocation: (e
|
50981
|
+
updateLocation: (e?: Event | undefined) => void;
|
51018
50982
|
} | undefined) | "connected">;
|
51019
50983
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51020
50984
|
closeDelay: NonNullable<string | number>;
|
@@ -51366,10 +51330,7 @@ declare const VSelect: {
|
|
51366
51330
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51367
51331
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
51368
51332
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
51369
|
-
centerAffix:
|
51370
|
-
type: BooleanConstructor;
|
51371
|
-
default: undefined;
|
51372
|
-
};
|
51333
|
+
centerAffix: BooleanConstructor;
|
51373
51334
|
hideSpinButtons: BooleanConstructor;
|
51374
51335
|
hint: StringConstructor;
|
51375
51336
|
persistentHint: BooleanConstructor;
|
@@ -51705,7 +51666,7 @@ declare const VSelect: {
|
|
51705
51666
|
eager: boolean;
|
51706
51667
|
location: Anchor;
|
51707
51668
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51708
|
-
updateLocation: (e
|
51669
|
+
updateLocation: (e?: Event | undefined) => void;
|
51709
51670
|
} | undefined) | "connected">;
|
51710
51671
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51711
51672
|
closeDelay: NonNullable<string | number>;
|
@@ -51734,7 +51695,7 @@ declare const VSelect: {
|
|
51734
51695
|
eager: boolean;
|
51735
51696
|
location: Anchor;
|
51736
51697
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51737
|
-
updateLocation: (e
|
51698
|
+
updateLocation: (e?: Event | undefined) => void;
|
51738
51699
|
} | undefined) | "connected">;
|
51739
51700
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51740
51701
|
closeDelay: NonNullable<string | number>;
|
@@ -51810,7 +51771,7 @@ declare const VSelect: {
|
|
51810
51771
|
eager: boolean;
|
51811
51772
|
location: Anchor;
|
51812
51773
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51813
|
-
updateLocation: (e
|
51774
|
+
updateLocation: (e?: Event | undefined) => void;
|
51814
51775
|
} | undefined) | "connected">;
|
51815
51776
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51816
51777
|
closeDelay: NonNullable<string | number>;
|
@@ -51998,10 +51959,7 @@ declare const VSelect: {
|
|
51998
51959
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51999
51960
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
52000
51961
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
52001
|
-
centerAffix:
|
52002
|
-
type: BooleanConstructor;
|
52003
|
-
default: undefined;
|
52004
|
-
};
|
51962
|
+
centerAffix: BooleanConstructor;
|
52005
51963
|
hideSpinButtons: BooleanConstructor;
|
52006
51964
|
hint: StringConstructor;
|
52007
51965
|
persistentHint: BooleanConstructor;
|
@@ -52337,7 +52295,7 @@ declare const VSelect: {
|
|
52337
52295
|
eager: boolean;
|
52338
52296
|
location: Anchor;
|
52339
52297
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52340
|
-
updateLocation: (e
|
52298
|
+
updateLocation: (e?: Event | undefined) => void;
|
52341
52299
|
} | undefined) | "connected">;
|
52342
52300
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52343
52301
|
closeDelay: NonNullable<string | number>;
|
@@ -52366,7 +52324,7 @@ declare const VSelect: {
|
|
52366
52324
|
eager: boolean;
|
52367
52325
|
location: Anchor;
|
52368
52326
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52369
|
-
updateLocation: (e
|
52327
|
+
updateLocation: (e?: Event | undefined) => void;
|
52370
52328
|
} | undefined) | "connected">;
|
52371
52329
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52372
52330
|
closeDelay: NonNullable<string | number>;
|
@@ -52442,7 +52400,7 @@ declare const VSelect: {
|
|
52442
52400
|
eager: boolean;
|
52443
52401
|
location: Anchor;
|
52444
52402
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52445
|
-
updateLocation: (e
|
52403
|
+
updateLocation: (e?: Event | undefined) => void;
|
52446
52404
|
} | undefined) | "connected">;
|
52447
52405
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52448
52406
|
closeDelay: NonNullable<string | number>;
|
@@ -54035,10 +53993,7 @@ declare const VSlider: {
|
|
54035
53993
|
};
|
54036
53994
|
id: StringConstructor;
|
54037
53995
|
appendIcon: vue.PropType<IconValue>;
|
54038
|
-
centerAffix:
|
54039
|
-
type: BooleanConstructor;
|
54040
|
-
default: boolean;
|
54041
|
-
};
|
53996
|
+
centerAffix: BooleanConstructor;
|
54042
53997
|
prependIcon: vue.PropType<IconValue>;
|
54043
53998
|
hideDetails: vue.PropType<boolean | "auto">;
|
54044
53999
|
hideSpinButtons: BooleanConstructor;
|
@@ -54161,10 +54116,7 @@ declare const VSlider: {
|
|
54161
54116
|
};
|
54162
54117
|
id: StringConstructor;
|
54163
54118
|
appendIcon: vue.PropType<IconValue>;
|
54164
|
-
centerAffix:
|
54165
|
-
type: BooleanConstructor;
|
54166
|
-
default: boolean;
|
54167
|
-
};
|
54119
|
+
centerAffix: BooleanConstructor;
|
54168
54120
|
prependIcon: vue.PropType<IconValue>;
|
54169
54121
|
hideDetails: vue.PropType<boolean | "auto">;
|
54170
54122
|
hideSpinButtons: BooleanConstructor;
|
@@ -54259,7 +54211,7 @@ declare const VSnackbar: {
|
|
54259
54211
|
eager: boolean;
|
54260
54212
|
location: Anchor;
|
54261
54213
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54262
|
-
updateLocation: (e
|
54214
|
+
updateLocation: (e?: Event | undefined) => void;
|
54263
54215
|
} | undefined) | "connected";
|
54264
54216
|
activatorProps: Record<string, any>;
|
54265
54217
|
openOnHover: boolean;
|
@@ -54344,7 +54296,7 @@ declare const VSnackbar: {
|
|
54344
54296
|
eager: boolean;
|
54345
54297
|
location: Anchor;
|
54346
54298
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54347
|
-
updateLocation: (e
|
54299
|
+
updateLocation: (e?: Event | undefined) => void;
|
54348
54300
|
} | undefined) | "connected";
|
54349
54301
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54350
54302
|
activatorProps: Record<string, any>;
|
@@ -54371,7 +54323,7 @@ declare const VSnackbar: {
|
|
54371
54323
|
eager: boolean;
|
54372
54324
|
location: Anchor;
|
54373
54325
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54374
|
-
updateLocation: (e
|
54326
|
+
updateLocation: (e?: Event | undefined) => void;
|
54375
54327
|
} | undefined) | "connected";
|
54376
54328
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54377
54329
|
activatorProps: Record<string, any>;
|
@@ -54449,7 +54401,7 @@ declare const VSnackbar: {
|
|
54449
54401
|
eager: boolean;
|
54450
54402
|
location: Anchor;
|
54451
54403
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54452
|
-
updateLocation: (e
|
54404
|
+
updateLocation: (e?: Event | undefined) => void;
|
54453
54405
|
} | undefined) | "connected";
|
54454
54406
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54455
54407
|
activatorProps: Record<string, any>;
|
@@ -54556,7 +54508,7 @@ declare const VSnackbar: {
|
|
54556
54508
|
eager: boolean;
|
54557
54509
|
location: Anchor;
|
54558
54510
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54559
|
-
updateLocation: (e
|
54511
|
+
updateLocation: (e?: Event | undefined) => void;
|
54560
54512
|
} | undefined) | "connected";
|
54561
54513
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54562
54514
|
activatorProps: Record<string, any>;
|
@@ -54652,7 +54604,7 @@ declare const VSnackbar: {
|
|
54652
54604
|
eager: boolean;
|
54653
54605
|
location: Anchor;
|
54654
54606
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54655
|
-
updateLocation: (e
|
54607
|
+
updateLocation: (e?: Event | undefined) => void;
|
54656
54608
|
} | undefined) | "connected";
|
54657
54609
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54658
54610
|
activatorProps: Record<string, any>;
|
@@ -54712,7 +54664,7 @@ declare const VSnackbar: {
|
|
54712
54664
|
eager: boolean;
|
54713
54665
|
location: Anchor;
|
54714
54666
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54715
|
-
updateLocation: (e
|
54667
|
+
updateLocation: (e?: Event | undefined) => void;
|
54716
54668
|
} | undefined) | "connected";
|
54717
54669
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54718
54670
|
activatorProps: Record<string, any>;
|
@@ -54808,7 +54760,7 @@ declare const VSnackbar: {
|
|
54808
54760
|
eager: boolean;
|
54809
54761
|
location: Anchor;
|
54810
54762
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54811
|
-
updateLocation: (e
|
54763
|
+
updateLocation: (e?: Event | undefined) => void;
|
54812
54764
|
} | undefined) | "connected";
|
54813
54765
|
activatorProps: Record<string, any>;
|
54814
54766
|
openOnHover: boolean;
|
@@ -54894,7 +54846,7 @@ declare const VSnackbar: {
|
|
54894
54846
|
eager: boolean;
|
54895
54847
|
location: Anchor;
|
54896
54848
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54897
|
-
updateLocation: (e
|
54849
|
+
updateLocation: (e?: Event | undefined) => void;
|
54898
54850
|
} | undefined) | "connected";
|
54899
54851
|
activatorProps: Record<string, any>;
|
54900
54852
|
openOnClick: boolean;
|
@@ -54946,7 +54898,7 @@ declare const VSnackbar: {
|
|
54946
54898
|
eager: boolean;
|
54947
54899
|
location: Anchor;
|
54948
54900
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54949
|
-
updateLocation: (e
|
54901
|
+
updateLocation: (e?: Event | undefined) => void;
|
54950
54902
|
} | undefined) | "connected";
|
54951
54903
|
activatorProps: Record<string, any>;
|
54952
54904
|
openOnHover: boolean;
|
@@ -55031,7 +54983,7 @@ declare const VSnackbar: {
|
|
55031
54983
|
eager: boolean;
|
55032
54984
|
location: Anchor;
|
55033
54985
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55034
|
-
updateLocation: (e
|
54986
|
+
updateLocation: (e?: Event | undefined) => void;
|
55035
54987
|
} | undefined) | "connected";
|
55036
54988
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55037
54989
|
activatorProps: Record<string, any>;
|
@@ -55058,7 +55010,7 @@ declare const VSnackbar: {
|
|
55058
55010
|
eager: boolean;
|
55059
55011
|
location: Anchor;
|
55060
55012
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55061
|
-
updateLocation: (e
|
55013
|
+
updateLocation: (e?: Event | undefined) => void;
|
55062
55014
|
} | undefined) | "connected";
|
55063
55015
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55064
55016
|
activatorProps: Record<string, any>;
|
@@ -55136,7 +55088,7 @@ declare const VSnackbar: {
|
|
55136
55088
|
eager: boolean;
|
55137
55089
|
location: Anchor;
|
55138
55090
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55139
|
-
updateLocation: (e
|
55091
|
+
updateLocation: (e?: Event | undefined) => void;
|
55140
55092
|
} | undefined) | "connected";
|
55141
55093
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55142
55094
|
activatorProps: Record<string, any>;
|
@@ -55243,7 +55195,7 @@ declare const VSnackbar: {
|
|
55243
55195
|
eager: boolean;
|
55244
55196
|
location: Anchor;
|
55245
55197
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55246
|
-
updateLocation: (e
|
55198
|
+
updateLocation: (e?: Event | undefined) => void;
|
55247
55199
|
} | undefined) | "connected";
|
55248
55200
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55249
55201
|
activatorProps: Record<string, any>;
|
@@ -55339,7 +55291,7 @@ declare const VSnackbar: {
|
|
55339
55291
|
eager: boolean;
|
55340
55292
|
location: Anchor;
|
55341
55293
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55342
|
-
updateLocation: (e
|
55294
|
+
updateLocation: (e?: Event | undefined) => void;
|
55343
55295
|
} | undefined) | "connected";
|
55344
55296
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55345
55297
|
activatorProps: Record<string, any>;
|
@@ -55399,7 +55351,7 @@ declare const VSnackbar: {
|
|
55399
55351
|
eager: boolean;
|
55400
55352
|
location: Anchor;
|
55401
55353
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55402
|
-
updateLocation: (e
|
55354
|
+
updateLocation: (e?: Event | undefined) => void;
|
55403
55355
|
} | undefined) | "connected";
|
55404
55356
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55405
55357
|
activatorProps: Record<string, any>;
|
@@ -55494,7 +55446,7 @@ declare const VSnackbar: {
|
|
55494
55446
|
eager: boolean;
|
55495
55447
|
location: Anchor;
|
55496
55448
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55497
|
-
updateLocation: (e
|
55449
|
+
updateLocation: (e?: Event | undefined) => void;
|
55498
55450
|
} | undefined) | "connected";
|
55499
55451
|
activatorProps: Record<string, any>;
|
55500
55452
|
openOnClick: boolean;
|
@@ -55525,7 +55477,7 @@ declare const VSnackbar: {
|
|
55525
55477
|
eager: boolean;
|
55526
55478
|
location: Anchor;
|
55527
55479
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55528
|
-
updateLocation: (e
|
55480
|
+
updateLocation: (e?: Event | undefined) => void;
|
55529
55481
|
} | undefined) | "connected";
|
55530
55482
|
activatorProps: Record<string, any>;
|
55531
55483
|
openOnHover: boolean;
|
@@ -55610,7 +55562,7 @@ declare const VSnackbar: {
|
|
55610
55562
|
eager: boolean;
|
55611
55563
|
location: Anchor;
|
55612
55564
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55613
|
-
updateLocation: (e
|
55565
|
+
updateLocation: (e?: Event | undefined) => void;
|
55614
55566
|
} | undefined) | "connected";
|
55615
55567
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55616
55568
|
activatorProps: Record<string, any>;
|
@@ -55637,7 +55589,7 @@ declare const VSnackbar: {
|
|
55637
55589
|
eager: boolean;
|
55638
55590
|
location: Anchor;
|
55639
55591
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55640
|
-
updateLocation: (e
|
55592
|
+
updateLocation: (e?: Event | undefined) => void;
|
55641
55593
|
} | undefined) | "connected";
|
55642
55594
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55643
55595
|
activatorProps: Record<string, any>;
|
@@ -55715,7 +55667,7 @@ declare const VSnackbar: {
|
|
55715
55667
|
eager: boolean;
|
55716
55668
|
location: Anchor;
|
55717
55669
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55718
|
-
updateLocation: (e
|
55670
|
+
updateLocation: (e?: Event | undefined) => void;
|
55719
55671
|
} | undefined) | "connected";
|
55720
55672
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55721
55673
|
activatorProps: Record<string, any>;
|
@@ -55822,7 +55774,7 @@ declare const VSnackbar: {
|
|
55822
55774
|
eager: boolean;
|
55823
55775
|
location: Anchor;
|
55824
55776
|
locationStrategy: "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
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55828
55780
|
activatorProps: Record<string, any>;
|
@@ -55918,7 +55870,7 @@ declare const VSnackbar: {
|
|
55918
55870
|
eager: boolean;
|
55919
55871
|
location: Anchor;
|
55920
55872
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55921
|
-
updateLocation: (e
|
55873
|
+
updateLocation: (e?: Event | undefined) => void;
|
55922
55874
|
} | undefined) | "connected";
|
55923
55875
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55924
55876
|
activatorProps: Record<string, any>;
|
@@ -55978,7 +55930,7 @@ declare const VSnackbar: {
|
|
55978
55930
|
eager: boolean;
|
55979
55931
|
location: Anchor;
|
55980
55932
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55981
|
-
updateLocation: (e
|
55933
|
+
updateLocation: (e?: Event | undefined) => void;
|
55982
55934
|
} | undefined) | "connected";
|
55983
55935
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55984
55936
|
activatorProps: Record<string, any>;
|
@@ -56075,7 +56027,7 @@ declare const VSnackbar: {
|
|
56075
56027
|
eager: boolean;
|
56076
56028
|
location: Anchor;
|
56077
56029
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56078
|
-
updateLocation: (e
|
56030
|
+
updateLocation: (e?: Event | undefined) => void;
|
56079
56031
|
} | undefined) | "connected";
|
56080
56032
|
activatorProps: Record<string, any>;
|
56081
56033
|
openOnClick: boolean;
|
@@ -56154,7 +56106,7 @@ declare const VSnackbar: {
|
|
56154
56106
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
56155
56107
|
locationStrategy: {
|
56156
56108
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56157
|
-
updateLocation: (e
|
56109
|
+
updateLocation: (e?: Event | undefined) => void;
|
56158
56110
|
} | undefined) | "connected">;
|
56159
56111
|
default: string;
|
56160
56112
|
validator: (val: any) => boolean;
|
@@ -56255,7 +56207,7 @@ declare const VSnackbar: {
|
|
56255
56207
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
56256
56208
|
locationStrategy: {
|
56257
56209
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56258
|
-
updateLocation: (e
|
56210
|
+
updateLocation: (e?: Event | undefined) => void;
|
56259
56211
|
} | undefined) | "connected">;
|
56260
56212
|
default: string;
|
56261
56213
|
validator: (val: any) => boolean;
|
@@ -56719,7 +56671,7 @@ declare const VSpeedDial: {
|
|
56719
56671
|
eager: boolean;
|
56720
56672
|
location: NonNullable<Anchor>;
|
56721
56673
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56722
|
-
updateLocation: (e
|
56674
|
+
updateLocation: (e?: Event | undefined) => void;
|
56723
56675
|
} | undefined) | "connected">;
|
56724
56676
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56725
56677
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56801,7 +56753,7 @@ declare const VSpeedDial: {
|
|
56801
56753
|
eager: boolean;
|
56802
56754
|
location: NonNullable<Anchor>;
|
56803
56755
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56804
|
-
updateLocation: (e
|
56756
|
+
updateLocation: (e?: Event | undefined) => void;
|
56805
56757
|
} | undefined) | "connected">;
|
56806
56758
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56807
56759
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56881,7 +56833,7 @@ declare const VSpeedDial: {
|
|
56881
56833
|
eager: boolean;
|
56882
56834
|
location: NonNullable<Anchor>;
|
56883
56835
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56884
|
-
updateLocation: (e
|
56836
|
+
updateLocation: (e?: Event | undefined) => void;
|
56885
56837
|
} | undefined) | "connected">;
|
56886
56838
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56887
56839
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56932,7 +56884,7 @@ declare const VSpeedDial: {
|
|
56932
56884
|
eager: boolean;
|
56933
56885
|
location: NonNullable<Anchor>;
|
56934
56886
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56935
|
-
updateLocation: (e
|
56887
|
+
updateLocation: (e?: Event | undefined) => void;
|
56936
56888
|
} | undefined) | "connected">;
|
56937
56889
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56938
56890
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57012,7 +56964,7 @@ declare const VSpeedDial: {
|
|
57012
56964
|
eager: boolean;
|
57013
56965
|
location: NonNullable<Anchor>;
|
57014
56966
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57015
|
-
updateLocation: (e
|
56967
|
+
updateLocation: (e?: Event | undefined) => void;
|
57016
56968
|
} | undefined) | "connected">;
|
57017
56969
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57018
56970
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57047,7 +56999,7 @@ declare const VSpeedDial: {
|
|
57047
56999
|
eager: boolean;
|
57048
57000
|
location: NonNullable<Anchor>;
|
57049
57001
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57050
|
-
updateLocation: (e
|
57002
|
+
updateLocation: (e?: Event | undefined) => void;
|
57051
57003
|
} | undefined) | "connected">;
|
57052
57004
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57053
57005
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57129,7 +57081,7 @@ declare const VSpeedDial: {
|
|
57129
57081
|
eager: boolean;
|
57130
57082
|
location: NonNullable<Anchor>;
|
57131
57083
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57132
|
-
updateLocation: (e
|
57084
|
+
updateLocation: (e?: Event | undefined) => void;
|
57133
57085
|
} | undefined) | "connected">;
|
57134
57086
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57135
57087
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57230,16 +57182,16 @@ declare const VSpeedDial: {
|
|
57230
57182
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
57231
57183
|
locationStrategy: Omit<{
|
57232
57184
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57233
|
-
updateLocation: (e
|
57185
|
+
updateLocation: (e?: Event | undefined) => void;
|
57234
57186
|
} | undefined) | "connected">;
|
57235
57187
|
default: string;
|
57236
57188
|
validator: (val: any) => boolean;
|
57237
57189
|
}, "default" | "type"> & {
|
57238
57190
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57239
|
-
updateLocation: (e
|
57191
|
+
updateLocation: (e?: Event | undefined) => void;
|
57240
57192
|
} | undefined) | "connected">>;
|
57241
57193
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57242
|
-
updateLocation: (e
|
57194
|
+
updateLocation: (e?: Event | undefined) => void;
|
57243
57195
|
} | undefined) | "connected">;
|
57244
57196
|
};
|
57245
57197
|
scrollStrategy: Omit<{
|
@@ -57371,16 +57323,16 @@ declare const VSpeedDial: {
|
|
57371
57323
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
57372
57324
|
locationStrategy: Omit<{
|
57373
57325
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57374
|
-
updateLocation: (e
|
57326
|
+
updateLocation: (e?: Event | undefined) => void;
|
57375
57327
|
} | undefined) | "connected">;
|
57376
57328
|
default: string;
|
57377
57329
|
validator: (val: any) => boolean;
|
57378
57330
|
}, "default" | "type"> & {
|
57379
57331
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57380
|
-
updateLocation: (e
|
57332
|
+
updateLocation: (e?: Event | undefined) => void;
|
57381
57333
|
} | undefined) | "connected">>;
|
57382
57334
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57383
|
-
updateLocation: (e
|
57335
|
+
updateLocation: (e?: Event | undefined) => void;
|
57384
57336
|
} | undefined) | "connected">;
|
57385
57337
|
};
|
57386
57338
|
scrollStrategy: Omit<{
|
@@ -59644,10 +59596,7 @@ declare const VSwitch: {
|
|
59644
59596
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
59645
59597
|
minWidth: (StringConstructor | NumberConstructor)[];
|
59646
59598
|
appendIcon: vue.PropType<IconValue>;
|
59647
|
-
centerAffix:
|
59648
|
-
type: BooleanConstructor;
|
59649
|
-
default: boolean;
|
59650
|
-
};
|
59599
|
+
centerAffix: BooleanConstructor;
|
59651
59600
|
prependIcon: vue.PropType<IconValue>;
|
59652
59601
|
hideDetails: vue.PropType<boolean | "auto">;
|
59653
59602
|
hideSpinButtons: BooleanConstructor;
|
@@ -59740,10 +59689,7 @@ declare const VSwitch: {
|
|
59740
59689
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
59741
59690
|
minWidth: (StringConstructor | NumberConstructor)[];
|
59742
59691
|
appendIcon: vue.PropType<IconValue>;
|
59743
|
-
centerAffix:
|
59744
|
-
type: BooleanConstructor;
|
59745
|
-
default: boolean;
|
59746
|
-
};
|
59692
|
+
centerAffix: BooleanConstructor;
|
59747
59693
|
prependIcon: vue.PropType<IconValue>;
|
59748
59694
|
hideDetails: vue.PropType<boolean | "auto">;
|
59749
59695
|
hideSpinButtons: BooleanConstructor;
|
@@ -62745,7 +62691,6 @@ declare const VTextarea: {
|
|
62745
62691
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
62746
62692
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62747
62693
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62748
|
-
centerAffix?: boolean | undefined;
|
62749
62694
|
hint?: string | undefined;
|
62750
62695
|
hideDetails?: boolean | "auto" | undefined;
|
62751
62696
|
suffix?: string | undefined;
|
@@ -63118,7 +63063,6 @@ declare const VTextarea: {
|
|
63118
63063
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63119
63064
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63120
63065
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63121
|
-
centerAffix?: boolean | undefined;
|
63122
63066
|
hint?: string | undefined;
|
63123
63067
|
hideDetails?: boolean | "auto" | undefined;
|
63124
63068
|
suffix?: string | undefined;
|
@@ -63200,7 +63144,6 @@ declare const VTextarea: {
|
|
63200
63144
|
density: Density;
|
63201
63145
|
direction: "horizontal" | "vertical";
|
63202
63146
|
clearIcon: IconValue;
|
63203
|
-
centerAffix: boolean;
|
63204
63147
|
hideSpinButtons: boolean;
|
63205
63148
|
persistentHint: boolean;
|
63206
63149
|
autofocus: boolean;
|
@@ -63316,7 +63259,6 @@ declare const VTextarea: {
|
|
63316
63259
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63317
63260
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63318
63261
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63319
|
-
centerAffix?: boolean | undefined;
|
63320
63262
|
hint?: string | undefined;
|
63321
63263
|
hideDetails?: boolean | "auto" | undefined;
|
63322
63264
|
suffix?: string | undefined;
|
@@ -63643,7 +63585,6 @@ declare const VTextarea: {
|
|
63643
63585
|
density: Density;
|
63644
63586
|
direction: "horizontal" | "vertical";
|
63645
63587
|
clearIcon: IconValue;
|
63646
|
-
centerAffix: boolean;
|
63647
63588
|
hideSpinButtons: boolean;
|
63648
63589
|
persistentHint: boolean;
|
63649
63590
|
autofocus: boolean;
|
@@ -63720,7 +63661,6 @@ declare const VTextarea: {
|
|
63720
63661
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63721
63662
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63722
63663
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63723
|
-
centerAffix?: boolean | undefined;
|
63724
63664
|
hint?: string | undefined;
|
63725
63665
|
hideDetails?: boolean | "auto" | undefined;
|
63726
63666
|
suffix?: string | undefined;
|
@@ -64052,7 +63992,6 @@ declare const VTextarea: {
|
|
64052
63992
|
density: Density;
|
64053
63993
|
direction: "horizontal" | "vertical";
|
64054
63994
|
clearIcon: IconValue;
|
64055
|
-
centerAffix: boolean;
|
64056
63995
|
hideSpinButtons: boolean;
|
64057
63996
|
persistentHint: boolean;
|
64058
63997
|
autofocus: boolean;
|
@@ -64102,52 +64041,55 @@ declare const VTextarea: {
|
|
64102
64041
|
[key: string]: any;
|
64103
64042
|
}>[];
|
64104
64043
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
64105
|
-
|
64106
|
-
|
64107
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64108
|
-
default: undefined;
|
64109
|
-
};
|
64110
|
-
tile: BooleanConstructor;
|
64111
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
64044
|
+
reverse: BooleanConstructor;
|
64045
|
+
flat: BooleanConstructor;
|
64112
64046
|
class: PropType<any>;
|
64113
64047
|
style: {
|
64114
64048
|
type: PropType<vue.StyleValue>;
|
64115
64049
|
default: null;
|
64116
64050
|
};
|
64117
|
-
|
64118
|
-
bgColor: StringConstructor;
|
64119
|
-
clearable: BooleanConstructor;
|
64120
|
-
clearIcon: {
|
64121
|
-
type: PropType<IconValue>;
|
64122
|
-
default: string;
|
64123
|
-
};
|
64051
|
+
label: StringConstructor;
|
64124
64052
|
active: BooleanConstructor;
|
64125
|
-
|
64126
|
-
|
64127
|
-
default: undefined;
|
64128
|
-
};
|
64053
|
+
error: BooleanConstructor;
|
64054
|
+
theme: StringConstructor;
|
64129
64055
|
color: StringConstructor;
|
64130
|
-
baseColor: StringConstructor;
|
64131
|
-
dirty: BooleanConstructor;
|
64132
64056
|
disabled: {
|
64133
64057
|
type: BooleanConstructor;
|
64134
64058
|
default: null;
|
64135
64059
|
};
|
64136
|
-
|
64137
|
-
|
64138
|
-
|
64139
|
-
|
64140
|
-
|
64141
|
-
reverse: BooleanConstructor;
|
64142
|
-
singleLine: BooleanConstructor;
|
64060
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
64061
|
+
rounded: {
|
64062
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64063
|
+
default: undefined;
|
64064
|
+
};
|
64143
64065
|
variant: {
|
64144
64066
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
64145
64067
|
default: string;
|
64146
64068
|
validator: (v: any) => boolean;
|
64147
64069
|
};
|
64070
|
+
tile: BooleanConstructor;
|
64071
|
+
baseColor: StringConstructor;
|
64072
|
+
bgColor: StringConstructor;
|
64073
|
+
clearIcon: {
|
64074
|
+
type: PropType<IconValue>;
|
64075
|
+
default: string;
|
64076
|
+
};
|
64077
|
+
appendInnerIcon: PropType<IconValue>;
|
64078
|
+
prependInnerIcon: PropType<IconValue>;
|
64148
64079
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
64149
64080
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
64150
64081
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
64082
|
+
clearable: BooleanConstructor;
|
64083
|
+
dirty: BooleanConstructor;
|
64084
|
+
persistentClear: BooleanConstructor;
|
64085
|
+
singleLine: BooleanConstructor;
|
64086
|
+
id: StringConstructor;
|
64087
|
+
width: (StringConstructor | NumberConstructor)[];
|
64088
|
+
name: StringConstructor;
|
64089
|
+
messages: {
|
64090
|
+
type: PropType<string | readonly string[]>;
|
64091
|
+
default: () => never[];
|
64092
|
+
};
|
64151
64093
|
focused: BooleanConstructor;
|
64152
64094
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
64153
64095
|
errorMessages: {
|
@@ -64158,7 +64100,6 @@ declare const VTextarea: {
|
|
64158
64100
|
type: (StringConstructor | NumberConstructor)[];
|
64159
64101
|
default: number;
|
64160
64102
|
};
|
64161
|
-
name: StringConstructor;
|
64162
64103
|
readonly: {
|
64163
64104
|
type: PropType<boolean | null>;
|
64164
64105
|
default: null;
|
@@ -64170,7 +64111,6 @@ declare const VTextarea: {
|
|
64170
64111
|
modelValue: null;
|
64171
64112
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
64172
64113
|
validationValue: null;
|
64173
|
-
width: (StringConstructor | NumberConstructor)[];
|
64174
64114
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
64175
64115
|
minWidth: (StringConstructor | NumberConstructor)[];
|
64176
64116
|
density: {
|
@@ -64178,24 +64118,19 @@ declare const VTextarea: {
|
|
64178
64118
|
default: string;
|
64179
64119
|
validator: (v: any) => boolean;
|
64180
64120
|
};
|
64181
|
-
id: StringConstructor;
|
64182
|
-
appendIcon: PropType<IconValue>;
|
64183
|
-
prependIcon: PropType<IconValue>;
|
64184
|
-
hideDetails: PropType<boolean | "auto">;
|
64185
|
-
hideSpinButtons: BooleanConstructor;
|
64186
|
-
hint: StringConstructor;
|
64187
|
-
persistentHint: BooleanConstructor;
|
64188
|
-
messages: {
|
64189
|
-
type: PropType<string | readonly string[]>;
|
64190
|
-
default: () => never[];
|
64191
|
-
};
|
64192
64121
|
direction: {
|
64193
64122
|
type: PropType<"horizontal" | "vertical">;
|
64194
64123
|
default: string;
|
64195
64124
|
validator: (v: any) => boolean;
|
64196
64125
|
};
|
64126
|
+
prependIcon: PropType<IconValue>;
|
64127
|
+
appendIcon: PropType<IconValue>;
|
64197
64128
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
64198
64129
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
64130
|
+
hideSpinButtons: BooleanConstructor;
|
64131
|
+
hint: StringConstructor;
|
64132
|
+
persistentHint: BooleanConstructor;
|
64133
|
+
hideDetails: PropType<boolean | "auto">;
|
64199
64134
|
autoGrow: BooleanConstructor;
|
64200
64135
|
autofocus: BooleanConstructor;
|
64201
64136
|
counter: PropType<string | number | true>;
|
@@ -64217,52 +64152,55 @@ declare const VTextarea: {
|
|
64217
64152
|
suffix: StringConstructor;
|
64218
64153
|
modelModifiers: PropType<Record<string, boolean>>;
|
64219
64154
|
}, vue.ExtractPropTypes<{
|
64220
|
-
|
64221
|
-
|
64222
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64223
|
-
default: undefined;
|
64224
|
-
};
|
64225
|
-
tile: BooleanConstructor;
|
64226
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
64155
|
+
reverse: BooleanConstructor;
|
64156
|
+
flat: BooleanConstructor;
|
64227
64157
|
class: PropType<any>;
|
64228
64158
|
style: {
|
64229
64159
|
type: PropType<vue.StyleValue>;
|
64230
64160
|
default: null;
|
64231
64161
|
};
|
64232
|
-
|
64233
|
-
bgColor: StringConstructor;
|
64234
|
-
clearable: BooleanConstructor;
|
64235
|
-
clearIcon: {
|
64236
|
-
type: PropType<IconValue>;
|
64237
|
-
default: string;
|
64238
|
-
};
|
64162
|
+
label: StringConstructor;
|
64239
64163
|
active: BooleanConstructor;
|
64240
|
-
|
64241
|
-
|
64242
|
-
default: undefined;
|
64243
|
-
};
|
64164
|
+
error: BooleanConstructor;
|
64165
|
+
theme: StringConstructor;
|
64244
64166
|
color: StringConstructor;
|
64245
|
-
baseColor: StringConstructor;
|
64246
|
-
dirty: BooleanConstructor;
|
64247
64167
|
disabled: {
|
64248
64168
|
type: BooleanConstructor;
|
64249
64169
|
default: null;
|
64250
64170
|
};
|
64251
|
-
|
64252
|
-
|
64253
|
-
|
64254
|
-
|
64255
|
-
|
64256
|
-
reverse: BooleanConstructor;
|
64257
|
-
singleLine: BooleanConstructor;
|
64171
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
64172
|
+
rounded: {
|
64173
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64174
|
+
default: undefined;
|
64175
|
+
};
|
64258
64176
|
variant: {
|
64259
64177
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
64260
64178
|
default: string;
|
64261
64179
|
validator: (v: any) => boolean;
|
64262
64180
|
};
|
64181
|
+
tile: BooleanConstructor;
|
64182
|
+
baseColor: StringConstructor;
|
64183
|
+
bgColor: StringConstructor;
|
64184
|
+
clearIcon: {
|
64185
|
+
type: PropType<IconValue>;
|
64186
|
+
default: string;
|
64187
|
+
};
|
64188
|
+
appendInnerIcon: PropType<IconValue>;
|
64189
|
+
prependInnerIcon: PropType<IconValue>;
|
64263
64190
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
64264
64191
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
64265
64192
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
64193
|
+
clearable: BooleanConstructor;
|
64194
|
+
dirty: BooleanConstructor;
|
64195
|
+
persistentClear: BooleanConstructor;
|
64196
|
+
singleLine: BooleanConstructor;
|
64197
|
+
id: StringConstructor;
|
64198
|
+
width: (StringConstructor | NumberConstructor)[];
|
64199
|
+
name: StringConstructor;
|
64200
|
+
messages: {
|
64201
|
+
type: PropType<string | readonly string[]>;
|
64202
|
+
default: () => never[];
|
64203
|
+
};
|
64266
64204
|
focused: BooleanConstructor;
|
64267
64205
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
64268
64206
|
errorMessages: {
|
@@ -64273,7 +64211,6 @@ declare const VTextarea: {
|
|
64273
64211
|
type: (StringConstructor | NumberConstructor)[];
|
64274
64212
|
default: number;
|
64275
64213
|
};
|
64276
|
-
name: StringConstructor;
|
64277
64214
|
readonly: {
|
64278
64215
|
type: PropType<boolean | null>;
|
64279
64216
|
default: null;
|
@@ -64285,7 +64222,6 @@ declare const VTextarea: {
|
|
64285
64222
|
modelValue: null;
|
64286
64223
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
64287
64224
|
validationValue: null;
|
64288
|
-
width: (StringConstructor | NumberConstructor)[];
|
64289
64225
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
64290
64226
|
minWidth: (StringConstructor | NumberConstructor)[];
|
64291
64227
|
density: {
|
@@ -64293,24 +64229,19 @@ declare const VTextarea: {
|
|
64293
64229
|
default: string;
|
64294
64230
|
validator: (v: any) => boolean;
|
64295
64231
|
};
|
64296
|
-
id: StringConstructor;
|
64297
|
-
appendIcon: PropType<IconValue>;
|
64298
|
-
prependIcon: PropType<IconValue>;
|
64299
|
-
hideDetails: PropType<boolean | "auto">;
|
64300
|
-
hideSpinButtons: BooleanConstructor;
|
64301
|
-
hint: StringConstructor;
|
64302
|
-
persistentHint: BooleanConstructor;
|
64303
|
-
messages: {
|
64304
|
-
type: PropType<string | readonly string[]>;
|
64305
|
-
default: () => never[];
|
64306
|
-
};
|
64307
64232
|
direction: {
|
64308
64233
|
type: PropType<"horizontal" | "vertical">;
|
64309
64234
|
default: string;
|
64310
64235
|
validator: (v: any) => boolean;
|
64311
64236
|
};
|
64237
|
+
prependIcon: PropType<IconValue>;
|
64238
|
+
appendIcon: PropType<IconValue>;
|
64312
64239
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
64313
64240
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
64241
|
+
hideSpinButtons: BooleanConstructor;
|
64242
|
+
hint: StringConstructor;
|
64243
|
+
persistentHint: BooleanConstructor;
|
64244
|
+
hideDetails: PropType<boolean | "auto">;
|
64314
64245
|
autoGrow: BooleanConstructor;
|
64315
64246
|
autofocus: BooleanConstructor;
|
64316
64247
|
counter: PropType<string | number | true>;
|
@@ -64354,6 +64285,7 @@ declare const VTextField: {
|
|
64354
64285
|
density: Density;
|
64355
64286
|
direction: "horizontal" | "vertical";
|
64356
64287
|
clearIcon: IconValue;
|
64288
|
+
centerAffix: boolean;
|
64357
64289
|
hideSpinButtons: boolean;
|
64358
64290
|
persistentHint: boolean;
|
64359
64291
|
autofocus: boolean;
|
@@ -64394,7 +64326,6 @@ declare const VTextField: {
|
|
64394
64326
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64395
64327
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64396
64328
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64397
|
-
centerAffix?: boolean | undefined;
|
64398
64329
|
hint?: string | undefined;
|
64399
64330
|
hideDetails?: boolean | "auto" | undefined;
|
64400
64331
|
suffix?: string | undefined;
|
@@ -64735,6 +64666,7 @@ declare const VTextField: {
|
|
64735
64666
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64736
64667
|
tile: boolean;
|
64737
64668
|
clearIcon: IconValue;
|
64669
|
+
centerAffix: boolean;
|
64738
64670
|
clearable: boolean;
|
64739
64671
|
dirty: boolean;
|
64740
64672
|
persistentClear: boolean;
|
@@ -64754,7 +64686,6 @@ declare const VTextField: {
|
|
64754
64686
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64755
64687
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64756
64688
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64757
|
-
centerAffix?: boolean | undefined;
|
64758
64689
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
64759
64690
|
reverse: boolean;
|
64760
64691
|
flat: boolean;
|
@@ -64766,6 +64697,7 @@ declare const VTextField: {
|
|
64766
64697
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64767
64698
|
tile: boolean;
|
64768
64699
|
clearIcon: IconValue;
|
64700
|
+
centerAffix: boolean;
|
64769
64701
|
clearable: boolean;
|
64770
64702
|
dirty: boolean;
|
64771
64703
|
persistentClear: boolean;
|
@@ -64786,7 +64718,6 @@ declare const VTextField: {
|
|
64786
64718
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64787
64719
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64788
64720
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64789
|
-
centerAffix?: boolean | undefined;
|
64790
64721
|
} & {
|
64791
64722
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64792
64723
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -64836,6 +64767,7 @@ declare const VTextField: {
|
|
64836
64767
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64837
64768
|
tile: boolean;
|
64838
64769
|
clearIcon: IconValue;
|
64770
|
+
centerAffix: boolean;
|
64839
64771
|
clearable: boolean;
|
64840
64772
|
dirty: boolean;
|
64841
64773
|
persistentClear: boolean;
|
@@ -64856,7 +64788,6 @@ declare const VTextField: {
|
|
64856
64788
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64857
64789
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64858
64790
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64859
|
-
centerAffix?: boolean | undefined;
|
64860
64791
|
} & {
|
64861
64792
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64862
64793
|
}, {
|
@@ -64936,6 +64867,7 @@ declare const VTextField: {
|
|
64936
64867
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64937
64868
|
tile: boolean;
|
64938
64869
|
clearIcon: IconValue;
|
64870
|
+
centerAffix: boolean;
|
64939
64871
|
clearable: boolean;
|
64940
64872
|
dirty: boolean;
|
64941
64873
|
persistentClear: boolean;
|
@@ -64956,7 +64888,6 @@ declare const VTextField: {
|
|
64956
64888
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64957
64889
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64958
64890
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64959
|
-
centerAffix?: boolean | undefined;
|
64960
64891
|
} & {
|
64961
64892
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64962
64893
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -64988,6 +64919,7 @@ declare const VTextField: {
|
|
64988
64919
|
density: Density;
|
64989
64920
|
direction: "horizontal" | "vertical";
|
64990
64921
|
clearIcon: IconValue;
|
64922
|
+
centerAffix: boolean;
|
64991
64923
|
hideSpinButtons: boolean;
|
64992
64924
|
persistentHint: boolean;
|
64993
64925
|
autofocus: boolean;
|
@@ -65028,7 +64960,6 @@ declare const VTextField: {
|
|
65028
64960
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65029
64961
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65030
64962
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65031
|
-
centerAffix?: boolean | undefined;
|
65032
64963
|
hint?: string | undefined;
|
65033
64964
|
hideDetails?: boolean | "auto" | undefined;
|
65034
64965
|
suffix?: string | undefined;
|
@@ -65188,6 +65119,7 @@ declare const VTextField: {
|
|
65188
65119
|
density: Density;
|
65189
65120
|
direction: "horizontal" | "vertical";
|
65190
65121
|
clearIcon: IconValue;
|
65122
|
+
centerAffix: boolean;
|
65191
65123
|
hideSpinButtons: boolean;
|
65192
65124
|
persistentHint: boolean;
|
65193
65125
|
autofocus: boolean;
|
@@ -65228,7 +65160,6 @@ declare const VTextField: {
|
|
65228
65160
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65229
65161
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65230
65162
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65231
|
-
centerAffix?: boolean | undefined;
|
65232
65163
|
hint?: string | undefined;
|
65233
65164
|
hideDetails?: boolean | "auto" | undefined;
|
65234
65165
|
suffix?: string | undefined;
|
@@ -65569,6 +65500,7 @@ declare const VTextField: {
|
|
65569
65500
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65570
65501
|
tile: boolean;
|
65571
65502
|
clearIcon: IconValue;
|
65503
|
+
centerAffix: boolean;
|
65572
65504
|
clearable: boolean;
|
65573
65505
|
dirty: boolean;
|
65574
65506
|
persistentClear: boolean;
|
@@ -65588,7 +65520,6 @@ declare const VTextField: {
|
|
65588
65520
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65589
65521
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65590
65522
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65591
|
-
centerAffix?: boolean | undefined;
|
65592
65523
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
65593
65524
|
reverse: boolean;
|
65594
65525
|
flat: boolean;
|
@@ -65600,6 +65531,7 @@ declare const VTextField: {
|
|
65600
65531
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65601
65532
|
tile: boolean;
|
65602
65533
|
clearIcon: IconValue;
|
65534
|
+
centerAffix: boolean;
|
65603
65535
|
clearable: boolean;
|
65604
65536
|
dirty: boolean;
|
65605
65537
|
persistentClear: boolean;
|
@@ -65620,7 +65552,6 @@ declare const VTextField: {
|
|
65620
65552
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65621
65553
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65622
65554
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65623
|
-
centerAffix?: boolean | undefined;
|
65624
65555
|
} & {
|
65625
65556
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65626
65557
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -65670,6 +65601,7 @@ declare const VTextField: {
|
|
65670
65601
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65671
65602
|
tile: boolean;
|
65672
65603
|
clearIcon: IconValue;
|
65604
|
+
centerAffix: boolean;
|
65673
65605
|
clearable: boolean;
|
65674
65606
|
dirty: boolean;
|
65675
65607
|
persistentClear: boolean;
|
@@ -65690,7 +65622,6 @@ declare const VTextField: {
|
|
65690
65622
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65691
65623
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65692
65624
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65693
|
-
centerAffix?: boolean | undefined;
|
65694
65625
|
} & {
|
65695
65626
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65696
65627
|
}, {
|
@@ -65770,6 +65701,7 @@ declare const VTextField: {
|
|
65770
65701
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65771
65702
|
tile: boolean;
|
65772
65703
|
clearIcon: IconValue;
|
65704
|
+
centerAffix: boolean;
|
65773
65705
|
clearable: boolean;
|
65774
65706
|
dirty: boolean;
|
65775
65707
|
persistentClear: boolean;
|
@@ -65790,7 +65722,6 @@ declare const VTextField: {
|
|
65790
65722
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65791
65723
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65792
65724
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65793
|
-
centerAffix?: boolean | undefined;
|
65794
65725
|
} & {
|
65795
65726
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65796
65727
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -65851,6 +65782,7 @@ declare const VTextField: {
|
|
65851
65782
|
density: Density;
|
65852
65783
|
direction: "horizontal" | "vertical";
|
65853
65784
|
clearIcon: IconValue;
|
65785
|
+
centerAffix: boolean;
|
65854
65786
|
hideSpinButtons: boolean;
|
65855
65787
|
persistentHint: boolean;
|
65856
65788
|
autofocus: boolean;
|
@@ -65891,7 +65823,6 @@ declare const VTextField: {
|
|
65891
65823
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65892
65824
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65893
65825
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65894
|
-
centerAffix?: boolean | undefined;
|
65895
65826
|
hint?: string | undefined;
|
65896
65827
|
hideDetails?: boolean | "auto" | undefined;
|
65897
65828
|
suffix?: string | undefined;
|
@@ -66232,6 +66163,7 @@ declare const VTextField: {
|
|
66232
66163
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66233
66164
|
tile: boolean;
|
66234
66165
|
clearIcon: IconValue;
|
66166
|
+
centerAffix: boolean;
|
66235
66167
|
clearable: boolean;
|
66236
66168
|
dirty: boolean;
|
66237
66169
|
persistentClear: boolean;
|
@@ -66251,7 +66183,6 @@ declare const VTextField: {
|
|
66251
66183
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66252
66184
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66253
66185
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66254
|
-
centerAffix?: boolean | undefined;
|
66255
66186
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
66256
66187
|
reverse: boolean;
|
66257
66188
|
flat: boolean;
|
@@ -66263,6 +66194,7 @@ declare const VTextField: {
|
|
66263
66194
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66264
66195
|
tile: boolean;
|
66265
66196
|
clearIcon: IconValue;
|
66197
|
+
centerAffix: boolean;
|
66266
66198
|
clearable: boolean;
|
66267
66199
|
dirty: boolean;
|
66268
66200
|
persistentClear: boolean;
|
@@ -66283,7 +66215,6 @@ declare const VTextField: {
|
|
66283
66215
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66284
66216
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66285
66217
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66286
|
-
centerAffix?: boolean | undefined;
|
66287
66218
|
} & {
|
66288
66219
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66289
66220
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -66333,6 +66264,7 @@ declare const VTextField: {
|
|
66333
66264
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66334
66265
|
tile: boolean;
|
66335
66266
|
clearIcon: IconValue;
|
66267
|
+
centerAffix: boolean;
|
66336
66268
|
clearable: boolean;
|
66337
66269
|
dirty: boolean;
|
66338
66270
|
persistentClear: boolean;
|
@@ -66353,7 +66285,6 @@ declare const VTextField: {
|
|
66353
66285
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66354
66286
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66355
66287
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66356
|
-
centerAffix?: boolean | undefined;
|
66357
66288
|
} & {
|
66358
66289
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66359
66290
|
}, {
|
@@ -66433,6 +66364,7 @@ declare const VTextField: {
|
|
66433
66364
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66434
66365
|
tile: boolean;
|
66435
66366
|
clearIcon: IconValue;
|
66367
|
+
centerAffix: boolean;
|
66436
66368
|
clearable: boolean;
|
66437
66369
|
dirty: boolean;
|
66438
66370
|
persistentClear: boolean;
|
@@ -66453,7 +66385,6 @@ declare const VTextField: {
|
|
66453
66385
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66454
66386
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66455
66387
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66456
|
-
centerAffix?: boolean | undefined;
|
66457
66388
|
} & {
|
66458
66389
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66459
66390
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -66556,10 +66487,7 @@ declare const VTextField: {
|
|
66556
66487
|
default: string;
|
66557
66488
|
};
|
66558
66489
|
active: BooleanConstructor;
|
66559
|
-
centerAffix:
|
66560
|
-
type: BooleanConstructor;
|
66561
|
-
default: undefined;
|
66562
|
-
};
|
66490
|
+
centerAffix: BooleanConstructor;
|
66563
66491
|
color: StringConstructor;
|
66564
66492
|
baseColor: StringConstructor;
|
66565
66493
|
dirty: BooleanConstructor;
|
@@ -66665,10 +66593,7 @@ declare const VTextField: {
|
|
66665
66593
|
default: string;
|
66666
66594
|
};
|
66667
66595
|
active: BooleanConstructor;
|
66668
|
-
centerAffix:
|
66669
|
-
type: BooleanConstructor;
|
66670
|
-
default: undefined;
|
66671
|
-
};
|
66596
|
+
centerAffix: BooleanConstructor;
|
66672
66597
|
color: StringConstructor;
|
66673
66598
|
baseColor: StringConstructor;
|
66674
66599
|
dirty: BooleanConstructor;
|
@@ -67711,7 +67636,7 @@ declare const VTooltip: {
|
|
67711
67636
|
eager: boolean;
|
67712
67637
|
location: NonNullable<Anchor>;
|
67713
67638
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67714
|
-
updateLocation: (e
|
67639
|
+
updateLocation: (e?: Event | undefined) => void;
|
67715
67640
|
} | undefined) | "connected">;
|
67716
67641
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
67717
67642
|
activatorProps: Record<string, any>;
|
@@ -67791,7 +67716,7 @@ declare const VTooltip: {
|
|
67791
67716
|
eager: boolean;
|
67792
67717
|
location: Anchor;
|
67793
67718
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67794
|
-
updateLocation: (e
|
67719
|
+
updateLocation: (e?: Event | undefined) => void;
|
67795
67720
|
} | undefined) | "connected";
|
67796
67721
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67797
67722
|
activatorProps: Record<string, any>;
|
@@ -67818,7 +67743,7 @@ declare const VTooltip: {
|
|
67818
67743
|
eager: boolean;
|
67819
67744
|
location: Anchor;
|
67820
67745
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67821
|
-
updateLocation: (e
|
67746
|
+
updateLocation: (e?: Event | undefined) => void;
|
67822
67747
|
} | undefined) | "connected";
|
67823
67748
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67824
67749
|
activatorProps: Record<string, any>;
|
@@ -67896,7 +67821,7 @@ declare const VTooltip: {
|
|
67896
67821
|
eager: boolean;
|
67897
67822
|
location: Anchor;
|
67898
67823
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67899
|
-
updateLocation: (e
|
67824
|
+
updateLocation: (e?: Event | undefined) => void;
|
67900
67825
|
} | undefined) | "connected";
|
67901
67826
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67902
67827
|
activatorProps: Record<string, any>;
|
@@ -68003,7 +67928,7 @@ declare const VTooltip: {
|
|
68003
67928
|
eager: boolean;
|
68004
67929
|
location: Anchor;
|
68005
67930
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68006
|
-
updateLocation: (e
|
67931
|
+
updateLocation: (e?: Event | undefined) => void;
|
68007
67932
|
} | undefined) | "connected";
|
68008
67933
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68009
67934
|
activatorProps: Record<string, any>;
|
@@ -68099,7 +68024,7 @@ declare const VTooltip: {
|
|
68099
68024
|
eager: boolean;
|
68100
68025
|
location: Anchor;
|
68101
68026
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68102
|
-
updateLocation: (e
|
68027
|
+
updateLocation: (e?: Event | undefined) => void;
|
68103
68028
|
} | undefined) | "connected";
|
68104
68029
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68105
68030
|
activatorProps: Record<string, any>;
|
@@ -68159,7 +68084,7 @@ declare const VTooltip: {
|
|
68159
68084
|
eager: boolean;
|
68160
68085
|
location: Anchor;
|
68161
68086
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68162
|
-
updateLocation: (e
|
68087
|
+
updateLocation: (e?: Event | undefined) => void;
|
68163
68088
|
} | undefined) | "connected";
|
68164
68089
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68165
68090
|
activatorProps: Record<string, any>;
|
@@ -68253,7 +68178,7 @@ declare const VTooltip: {
|
|
68253
68178
|
eager: boolean;
|
68254
68179
|
location: NonNullable<Anchor>;
|
68255
68180
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68256
|
-
updateLocation: (e
|
68181
|
+
updateLocation: (e?: Event | undefined) => void;
|
68257
68182
|
} | undefined) | "connected">;
|
68258
68183
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68259
68184
|
activatorProps: Record<string, any>;
|
@@ -68331,7 +68256,7 @@ declare const VTooltip: {
|
|
68331
68256
|
eager: boolean;
|
68332
68257
|
location: NonNullable<Anchor>;
|
68333
68258
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68334
|
-
updateLocation: (e
|
68259
|
+
updateLocation: (e?: Event | undefined) => void;
|
68335
68260
|
} | undefined) | "connected">;
|
68336
68261
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68337
68262
|
activatorProps: Record<string, any>;
|
@@ -68377,7 +68302,7 @@ declare const VTooltip: {
|
|
68377
68302
|
eager: boolean;
|
68378
68303
|
location: NonNullable<Anchor>;
|
68379
68304
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68380
|
-
updateLocation: (e
|
68305
|
+
updateLocation: (e?: Event | undefined) => void;
|
68381
68306
|
} | undefined) | "connected">;
|
68382
68307
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68383
68308
|
activatorProps: Record<string, any>;
|
@@ -68457,7 +68382,7 @@ declare const VTooltip: {
|
|
68457
68382
|
eager: boolean;
|
68458
68383
|
location: Anchor;
|
68459
68384
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68460
|
-
updateLocation: (e
|
68385
|
+
updateLocation: (e?: Event | undefined) => void;
|
68461
68386
|
} | undefined) | "connected";
|
68462
68387
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68463
68388
|
activatorProps: Record<string, any>;
|
@@ -68484,7 +68409,7 @@ declare const VTooltip: {
|
|
68484
68409
|
eager: boolean;
|
68485
68410
|
location: Anchor;
|
68486
68411
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68487
|
-
updateLocation: (e
|
68412
|
+
updateLocation: (e?: Event | undefined) => void;
|
68488
68413
|
} | undefined) | "connected";
|
68489
68414
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68490
68415
|
activatorProps: Record<string, any>;
|
@@ -68562,7 +68487,7 @@ declare const VTooltip: {
|
|
68562
68487
|
eager: boolean;
|
68563
68488
|
location: Anchor;
|
68564
68489
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68565
|
-
updateLocation: (e
|
68490
|
+
updateLocation: (e?: Event | undefined) => void;
|
68566
68491
|
} | undefined) | "connected";
|
68567
68492
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68568
68493
|
activatorProps: Record<string, any>;
|
@@ -68669,7 +68594,7 @@ declare const VTooltip: {
|
|
68669
68594
|
eager: boolean;
|
68670
68595
|
location: Anchor;
|
68671
68596
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68672
|
-
updateLocation: (e
|
68597
|
+
updateLocation: (e?: Event | undefined) => void;
|
68673
68598
|
} | undefined) | "connected";
|
68674
68599
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68675
68600
|
activatorProps: Record<string, any>;
|
@@ -68765,7 +68690,7 @@ declare const VTooltip: {
|
|
68765
68690
|
eager: boolean;
|
68766
68691
|
location: Anchor;
|
68767
68692
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68768
|
-
updateLocation: (e
|
68693
|
+
updateLocation: (e?: Event | undefined) => void;
|
68769
68694
|
} | undefined) | "connected";
|
68770
68695
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68771
68696
|
activatorProps: Record<string, any>;
|
@@ -68825,7 +68750,7 @@ declare const VTooltip: {
|
|
68825
68750
|
eager: boolean;
|
68826
68751
|
location: Anchor;
|
68827
68752
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68828
|
-
updateLocation: (e
|
68753
|
+
updateLocation: (e?: Event | undefined) => void;
|
68829
68754
|
} | undefined) | "connected";
|
68830
68755
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68831
68756
|
activatorProps: Record<string, any>;
|
@@ -68917,7 +68842,7 @@ declare const VTooltip: {
|
|
68917
68842
|
eager: boolean;
|
68918
68843
|
location: NonNullable<Anchor>;
|
68919
68844
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68920
|
-
updateLocation: (e
|
68845
|
+
updateLocation: (e?: Event | undefined) => void;
|
68921
68846
|
} | undefined) | "connected">;
|
68922
68847
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68923
68848
|
activatorProps: Record<string, any>;
|
@@ -68947,7 +68872,7 @@ declare const VTooltip: {
|
|
68947
68872
|
eager: boolean;
|
68948
68873
|
location: NonNullable<Anchor>;
|
68949
68874
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68950
|
-
updateLocation: (e
|
68875
|
+
updateLocation: (e?: Event | undefined) => void;
|
68951
68876
|
} | undefined) | "connected">;
|
68952
68877
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68953
68878
|
activatorProps: Record<string, any>;
|
@@ -69027,7 +68952,7 @@ declare const VTooltip: {
|
|
69027
68952
|
eager: boolean;
|
69028
68953
|
location: Anchor;
|
69029
68954
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69030
|
-
updateLocation: (e
|
68955
|
+
updateLocation: (e?: Event | undefined) => void;
|
69031
68956
|
} | undefined) | "connected";
|
69032
68957
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69033
68958
|
activatorProps: Record<string, any>;
|
@@ -69054,7 +68979,7 @@ declare const VTooltip: {
|
|
69054
68979
|
eager: boolean;
|
69055
68980
|
location: Anchor;
|
69056
68981
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69057
|
-
updateLocation: (e
|
68982
|
+
updateLocation: (e?: Event | undefined) => void;
|
69058
68983
|
} | undefined) | "connected";
|
69059
68984
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69060
68985
|
activatorProps: Record<string, any>;
|
@@ -69132,7 +69057,7 @@ declare const VTooltip: {
|
|
69132
69057
|
eager: boolean;
|
69133
69058
|
location: Anchor;
|
69134
69059
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69135
|
-
updateLocation: (e
|
69060
|
+
updateLocation: (e?: Event | undefined) => void;
|
69136
69061
|
} | undefined) | "connected";
|
69137
69062
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69138
69063
|
activatorProps: Record<string, any>;
|
@@ -69239,7 +69164,7 @@ declare const VTooltip: {
|
|
69239
69164
|
eager: boolean;
|
69240
69165
|
location: Anchor;
|
69241
69166
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69242
|
-
updateLocation: (e
|
69167
|
+
updateLocation: (e?: Event | undefined) => void;
|
69243
69168
|
} | undefined) | "connected";
|
69244
69169
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69245
69170
|
activatorProps: Record<string, any>;
|
@@ -69335,7 +69260,7 @@ declare const VTooltip: {
|
|
69335
69260
|
eager: boolean;
|
69336
69261
|
location: Anchor;
|
69337
69262
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69338
|
-
updateLocation: (e
|
69263
|
+
updateLocation: (e?: Event | undefined) => void;
|
69339
69264
|
} | undefined) | "connected";
|
69340
69265
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69341
69266
|
activatorProps: Record<string, any>;
|
@@ -69395,7 +69320,7 @@ declare const VTooltip: {
|
|
69395
69320
|
eager: boolean;
|
69396
69321
|
location: Anchor;
|
69397
69322
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69398
|
-
updateLocation: (e
|
69323
|
+
updateLocation: (e?: Event | undefined) => void;
|
69399
69324
|
} | undefined) | "connected";
|
69400
69325
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69401
69326
|
activatorProps: Record<string, any>;
|
@@ -69489,7 +69414,7 @@ declare const VTooltip: {
|
|
69489
69414
|
eager: boolean;
|
69490
69415
|
location: NonNullable<Anchor>;
|
69491
69416
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69492
|
-
updateLocation: (e
|
69417
|
+
updateLocation: (e?: Event | undefined) => void;
|
69493
69418
|
} | undefined) | "connected">;
|
69494
69419
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
69495
69420
|
activatorProps: Record<string, any>;
|
@@ -69578,16 +69503,16 @@ declare const VTooltip: {
|
|
69578
69503
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69579
69504
|
locationStrategy: Omit<{
|
69580
69505
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69581
|
-
updateLocation: (e
|
69506
|
+
updateLocation: (e?: Event | undefined) => void;
|
69582
69507
|
} | undefined) | "connected">;
|
69583
69508
|
default: string;
|
69584
69509
|
validator: (val: any) => boolean;
|
69585
69510
|
}, "default" | "type"> & {
|
69586
69511
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69587
|
-
updateLocation: (e
|
69512
|
+
updateLocation: (e?: Event | undefined) => void;
|
69588
69513
|
} | undefined) | "connected">>;
|
69589
69514
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69590
|
-
updateLocation: (e
|
69515
|
+
updateLocation: (e?: Event | undefined) => void;
|
69591
69516
|
} | undefined) | "connected">;
|
69592
69517
|
};
|
69593
69518
|
scrollStrategy: Omit<{
|
@@ -69704,16 +69629,16 @@ declare const VTooltip: {
|
|
69704
69629
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69705
69630
|
locationStrategy: Omit<{
|
69706
69631
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69707
|
-
updateLocation: (e
|
69632
|
+
updateLocation: (e?: Event | undefined) => void;
|
69708
69633
|
} | undefined) | "connected">;
|
69709
69634
|
default: string;
|
69710
69635
|
validator: (val: any) => boolean;
|
69711
69636
|
}, "default" | "type"> & {
|
69712
69637
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69713
|
-
updateLocation: (e
|
69638
|
+
updateLocation: (e?: Event | undefined) => void;
|
69714
69639
|
} | undefined) | "connected">>;
|
69715
69640
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69716
|
-
updateLocation: (e
|
69641
|
+
updateLocation: (e?: Event | undefined) => void;
|
69717
69642
|
} | undefined) | "connected">;
|
69718
69643
|
};
|
69719
69644
|
scrollStrategy: Omit<{
|
@@ -72741,7 +72666,7 @@ declare const createVuetify: {
|
|
72741
72666
|
toISO: (date: unknown) => string;
|
72742
72667
|
startOfDay: (date: unknown) => unknown;
|
72743
72668
|
endOfDay: (date: unknown) => unknown;
|
72744
|
-
startOfWeek: (date: unknown) => unknown;
|
72669
|
+
startOfWeek: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown;
|
72745
72670
|
endOfWeek: (date: unknown) => unknown;
|
72746
72671
|
startOfMonth: (date: unknown) => unknown;
|
72747
72672
|
endOfMonth: (date: unknown) => unknown;
|
@@ -72764,8 +72689,8 @@ declare const createVuetify: {
|
|
72764
72689
|
getYear: (date: unknown) => number;
|
72765
72690
|
setYear: (date: unknown, year: number) => unknown;
|
72766
72691
|
getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
|
72767
|
-
getWeekArray: (date: unknown) => unknown[][];
|
72768
|
-
getWeekdays: () => string[];
|
72692
|
+
getWeekArray: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown[][];
|
72693
|
+
getWeekdays: (firstDayOfWeek?: string | number | undefined) => string[];
|
72769
72694
|
getMonth: (date: unknown) => number;
|
72770
72695
|
setMonth: (date: unknown, month: number) => unknown;
|
72771
72696
|
getDate: (date: unknown) => number;
|
@@ -72829,42 +72754,41 @@ declare module '@vue/runtime-core' {
|
|
72829
72754
|
}
|
72830
72755
|
|
72831
72756
|
export interface GlobalComponents {
|
72832
|
-
VApp: typeof import('vuetify/components')['VApp']
|
72833
72757
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72834
72758
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72835
72759
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72760
|
+
VApp: typeof import('vuetify/components')['VApp']
|
72761
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72762
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72836
72763
|
VAlert: typeof import('vuetify/components')['VAlert']
|
72837
72764
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72838
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72839
72765
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72840
72766
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72841
72767
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72842
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72843
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
72844
72768
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72769
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72770
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72771
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72845
72772
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72846
72773
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72847
72774
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72848
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72849
72775
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72776
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72850
72777
|
VCard: typeof import('vuetify/components')['VCard']
|
72851
72778
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72852
72779
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72853
72780
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72854
72781
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72855
72782
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72856
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72857
72783
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72858
72784
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72859
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72860
72785
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72861
72786
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72862
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72863
72787
|
VChip: typeof import('vuetify/components')['VChip']
|
72788
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72864
72789
|
VCode: typeof import('vuetify/components')['VCode']
|
72865
72790
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72866
72791
|
VCounter: typeof import('vuetify/components')['VCounter']
|
72867
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72868
72792
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72869
72793
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72870
72794
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72872,37 +72796,38 @@ declare module '@vue/runtime-core' {
|
|
72872
72796
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72873
72797
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72874
72798
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72875
|
-
|
72799
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72876
72800
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72877
72801
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72878
72802
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72879
72803
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72880
72804
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72881
72805
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72882
|
-
|
72883
|
-
|
72806
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72807
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72808
|
+
VField: typeof import('vuetify/components')['VField']
|
72809
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72884
72810
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72885
72811
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72886
72812
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72887
72813
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72888
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72889
|
-
VField: typeof import('vuetify/components')['VField']
|
72890
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72891
72814
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72815
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
72816
|
+
VFab: typeof import('vuetify/components')['VFab']
|
72892
72817
|
VFooter: typeof import('vuetify/components')['VFooter']
|
72893
72818
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72894
72819
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72895
72820
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72896
72821
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72897
72822
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72898
|
-
VInput: typeof import('vuetify/components')['VInput']
|
72899
72823
|
VImg: typeof import('vuetify/components')['VImg']
|
72900
72824
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72901
|
-
|
72902
|
-
VItem: typeof import('vuetify/components')['VItem']
|
72825
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72903
72826
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72904
72827
|
VLabel: typeof import('vuetify/components')['VLabel']
|
72905
72828
|
VMain: typeof import('vuetify/components')['VMain']
|
72829
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72830
|
+
VItem: typeof import('vuetify/components')['VItem']
|
72906
72831
|
VList: typeof import('vuetify/components')['VList']
|
72907
72832
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72908
72833
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72912,71 +72837,71 @@ declare module '@vue/runtime-core' {
|
|
72912
72837
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72913
72838
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72914
72839
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72915
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
72916
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72917
72840
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72918
72841
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72842
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
72919
72843
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72920
|
-
|
72844
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72921
72845
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72922
72846
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72847
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72923
72848
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72924
72849
|
VRating: typeof import('vuetify/components')['VRating']
|
72925
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72926
72850
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72927
|
-
|
72851
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72928
72852
|
VSheet: typeof import('vuetify/components')['VSheet']
|
72929
72853
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72854
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72930
72855
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72931
72856
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72932
72857
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72933
72858
|
VSlider: typeof import('vuetify/components')['VSlider']
|
72859
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72934
72860
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72935
72861
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72936
72862
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72937
72863
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72938
72864
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72939
72865
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72940
|
-
|
72866
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72941
72867
|
VTab: typeof import('vuetify/components')['VTab']
|
72942
72868
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72943
72869
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72944
72870
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72945
72871
|
VTable: typeof import('vuetify/components')['VTable']
|
72946
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72947
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72948
72872
|
VTextField: typeof import('vuetify/components')['VTextField']
|
72949
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72950
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72951
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72952
72873
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72953
72874
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72954
72875
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72876
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72877
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72878
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72879
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72955
72880
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72956
72881
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72957
72882
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
72958
72883
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
72959
72884
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
72960
|
-
VForm: typeof import('vuetify/components')['VForm']
|
72961
72885
|
VContainer: typeof import('vuetify/components')['VContainer']
|
72962
72886
|
VCol: typeof import('vuetify/components')['VCol']
|
72963
72887
|
VRow: typeof import('vuetify/components')['VRow']
|
72964
72888
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72889
|
+
VForm: typeof import('vuetify/components')['VForm']
|
72965
72890
|
VHover: typeof import('vuetify/components')['VHover']
|
72891
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
72966
72892
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72967
72893
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72968
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
72969
72894
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72970
72895
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72971
72896
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72972
72897
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72973
72898
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72974
72899
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72975
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72976
72900
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72901
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72977
72902
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72978
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72979
72903
|
VValidation: typeof import('vuetify/components')['VValidation']
|
72904
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72980
72905
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72981
72906
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
72982
72907
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73005,14 +72930,14 @@ declare module '@vue/runtime-core' {
|
|
73005
72930
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73006
72931
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73007
72932
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73008
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73009
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73010
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73011
72933
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73012
72934
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73013
72935
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
72936
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
72937
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
72938
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73014
72939
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73015
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73016
72940
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
72941
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73017
72942
|
}
|
73018
72943
|
}
|