@vuetify/nightly 3.6.11-master.2024-07-08 → 3.6.12-master.2024-07-11
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 +3 -4
- package/dist/json/attributes.json +57 -45
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +97 -62
- package/dist/vuetify-labs.css +2977 -2955
- package/dist/vuetify-labs.d.ts +614 -688
- package/dist/vuetify-labs.esm.js +95 -74
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +95 -74
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4804 -4782
- package/dist/vuetify.d.ts +579 -653
- package/dist/vuetify.esm.js +78 -58
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +78 -58
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -65
- 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/VDataIterator/index.d.mts +1 -0
- package/lib/components/VDataTable/VDataTable.mjs +6 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +5 -4
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +6 -2
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +130 -129
- 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 +530 -604
- 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 +49 -49
- 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>;
|
@@ -22648,6 +22618,7 @@ interface Group<T = any> {
|
|
22648
22618
|
declare function provideGroupBy(options: {
|
22649
22619
|
groupBy: Ref<readonly SortItem[]>;
|
22650
22620
|
sortBy: Ref<readonly SortItem[]>;
|
22621
|
+
disableSort?: Ref<boolean>;
|
22651
22622
|
}): {
|
22652
22623
|
sortByWithGroups: vue.ComputedRef<SortItem[]>;
|
22653
22624
|
toggleGroup: (group: Group) => void;
|
@@ -24032,8 +24003,8 @@ declare const VDataTable: {
|
|
24032
24003
|
expanded: readonly string[];
|
24033
24004
|
density: Density;
|
24034
24005
|
valueComparator: typeof deepEqual;
|
24035
|
-
nextIcon:
|
24036
|
-
prevIcon:
|
24006
|
+
nextIcon: IconValue;
|
24007
|
+
prevIcon: IconValue;
|
24037
24008
|
selectStrategy: "page" | "all" | "single";
|
24038
24009
|
returnObject: boolean;
|
24039
24010
|
filterMode: FilterMode;
|
@@ -24043,12 +24014,13 @@ declare const VDataTable: {
|
|
24043
24014
|
multiSort: boolean;
|
24044
24015
|
mustSort: boolean;
|
24045
24016
|
groupBy: readonly SortItem[];
|
24017
|
+
disableSort: boolean;
|
24046
24018
|
showSelect: boolean;
|
24047
24019
|
expandOnClick: boolean;
|
24048
24020
|
showExpand: boolean;
|
24049
24021
|
itemsPerPage: string | number;
|
24050
|
-
firstIcon:
|
24051
|
-
lastIcon:
|
24022
|
+
firstIcon: IconValue;
|
24023
|
+
lastIcon: IconValue;
|
24052
24024
|
firstPageLabel: string;
|
24053
24025
|
prevPageLabel: string;
|
24054
24026
|
nextPageLabel: string;
|
@@ -24058,7 +24030,6 @@ declare const VDataTable: {
|
|
24058
24030
|
value: number;
|
24059
24031
|
})[];
|
24060
24032
|
showCurrentPage: boolean;
|
24061
|
-
disableSort: boolean;
|
24062
24033
|
sortAscIcon: IconValue;
|
24063
24034
|
sortDescIcon: IconValue;
|
24064
24035
|
fixedHeader: boolean;
|
@@ -24111,8 +24082,8 @@ declare const VDataTable: {
|
|
24111
24082
|
expanded: readonly string[];
|
24112
24083
|
density: Density;
|
24113
24084
|
valueComparator: typeof deepEqual;
|
24114
|
-
nextIcon:
|
24115
|
-
prevIcon:
|
24085
|
+
nextIcon: IconValue;
|
24086
|
+
prevIcon: IconValue;
|
24116
24087
|
selectStrategy: "page" | "all" | "single";
|
24117
24088
|
returnObject: boolean;
|
24118
24089
|
filterMode: FilterMode;
|
@@ -24122,12 +24093,13 @@ declare const VDataTable: {
|
|
24122
24093
|
multiSort: boolean;
|
24123
24094
|
mustSort: boolean;
|
24124
24095
|
groupBy: readonly SortItem[];
|
24096
|
+
disableSort: boolean;
|
24125
24097
|
showSelect: boolean;
|
24126
24098
|
expandOnClick: boolean;
|
24127
24099
|
showExpand: boolean;
|
24128
24100
|
itemsPerPage: string | number;
|
24129
|
-
firstIcon:
|
24130
|
-
lastIcon:
|
24101
|
+
firstIcon: IconValue;
|
24102
|
+
lastIcon: IconValue;
|
24131
24103
|
firstPageLabel: string;
|
24132
24104
|
prevPageLabel: string;
|
24133
24105
|
nextPageLabel: string;
|
@@ -24137,7 +24109,6 @@ declare const VDataTable: {
|
|
24137
24109
|
value: number;
|
24138
24110
|
})[];
|
24139
24111
|
showCurrentPage: boolean;
|
24140
|
-
disableSort: boolean;
|
24141
24112
|
sortAscIcon: IconValue;
|
24142
24113
|
sortDescIcon: IconValue;
|
24143
24114
|
fixedHeader: boolean;
|
@@ -24181,8 +24152,8 @@ declare const VDataTable: {
|
|
24181
24152
|
expanded: readonly string[];
|
24182
24153
|
density: Density;
|
24183
24154
|
valueComparator: typeof deepEqual;
|
24184
|
-
nextIcon:
|
24185
|
-
prevIcon:
|
24155
|
+
nextIcon: IconValue;
|
24156
|
+
prevIcon: IconValue;
|
24186
24157
|
selectStrategy: "page" | "all" | "single";
|
24187
24158
|
returnObject: boolean;
|
24188
24159
|
filterMode: FilterMode;
|
@@ -24192,12 +24163,13 @@ declare const VDataTable: {
|
|
24192
24163
|
multiSort: boolean;
|
24193
24164
|
mustSort: boolean;
|
24194
24165
|
groupBy: readonly SortItem[];
|
24166
|
+
disableSort: boolean;
|
24195
24167
|
showSelect: boolean;
|
24196
24168
|
expandOnClick: boolean;
|
24197
24169
|
showExpand: boolean;
|
24198
24170
|
itemsPerPage: string | number;
|
24199
|
-
firstIcon:
|
24200
|
-
lastIcon:
|
24171
|
+
firstIcon: IconValue;
|
24172
|
+
lastIcon: IconValue;
|
24201
24173
|
firstPageLabel: string;
|
24202
24174
|
prevPageLabel: string;
|
24203
24175
|
nextPageLabel: string;
|
@@ -24207,7 +24179,6 @@ declare const VDataTable: {
|
|
24207
24179
|
value: number;
|
24208
24180
|
})[];
|
24209
24181
|
showCurrentPage: boolean;
|
24210
|
-
disableSort: boolean;
|
24211
24182
|
sortAscIcon: IconValue;
|
24212
24183
|
sortDescIcon: IconValue;
|
24213
24184
|
fixedHeader: boolean;
|
@@ -24333,8 +24304,8 @@ declare const VDataTable: {
|
|
24333
24304
|
expanded: readonly string[];
|
24334
24305
|
density: Density;
|
24335
24306
|
valueComparator: typeof deepEqual;
|
24336
|
-
nextIcon:
|
24337
|
-
prevIcon:
|
24307
|
+
nextIcon: IconValue;
|
24308
|
+
prevIcon: IconValue;
|
24338
24309
|
selectStrategy: "page" | "all" | "single";
|
24339
24310
|
returnObject: boolean;
|
24340
24311
|
filterMode: FilterMode;
|
@@ -24344,12 +24315,13 @@ declare const VDataTable: {
|
|
24344
24315
|
multiSort: boolean;
|
24345
24316
|
mustSort: boolean;
|
24346
24317
|
groupBy: readonly SortItem[];
|
24318
|
+
disableSort: boolean;
|
24347
24319
|
showSelect: boolean;
|
24348
24320
|
expandOnClick: boolean;
|
24349
24321
|
showExpand: boolean;
|
24350
24322
|
itemsPerPage: string | number;
|
24351
|
-
firstIcon:
|
24352
|
-
lastIcon:
|
24323
|
+
firstIcon: IconValue;
|
24324
|
+
lastIcon: IconValue;
|
24353
24325
|
firstPageLabel: string;
|
24354
24326
|
prevPageLabel: string;
|
24355
24327
|
nextPageLabel: string;
|
@@ -24359,7 +24331,6 @@ declare const VDataTable: {
|
|
24359
24331
|
value: number;
|
24360
24332
|
})[];
|
24361
24333
|
showCurrentPage: boolean;
|
24362
|
-
disableSort: boolean;
|
24363
24334
|
sortAscIcon: IconValue;
|
24364
24335
|
sortDescIcon: IconValue;
|
24365
24336
|
fixedHeader: boolean;
|
@@ -24403,8 +24374,8 @@ declare const VDataTable: {
|
|
24403
24374
|
expanded: readonly string[];
|
24404
24375
|
density: Density;
|
24405
24376
|
valueComparator: typeof deepEqual;
|
24406
|
-
nextIcon:
|
24407
|
-
prevIcon:
|
24377
|
+
nextIcon: IconValue;
|
24378
|
+
prevIcon: IconValue;
|
24408
24379
|
selectStrategy: "page" | "all" | "single";
|
24409
24380
|
returnObject: boolean;
|
24410
24381
|
filterMode: FilterMode;
|
@@ -24414,12 +24385,13 @@ declare const VDataTable: {
|
|
24414
24385
|
multiSort: boolean;
|
24415
24386
|
mustSort: boolean;
|
24416
24387
|
groupBy: readonly SortItem[];
|
24388
|
+
disableSort: boolean;
|
24417
24389
|
showSelect: boolean;
|
24418
24390
|
expandOnClick: boolean;
|
24419
24391
|
showExpand: boolean;
|
24420
24392
|
itemsPerPage: string | number;
|
24421
|
-
firstIcon:
|
24422
|
-
lastIcon:
|
24393
|
+
firstIcon: IconValue;
|
24394
|
+
lastIcon: IconValue;
|
24423
24395
|
firstPageLabel: string;
|
24424
24396
|
prevPageLabel: string;
|
24425
24397
|
nextPageLabel: string;
|
@@ -24429,7 +24401,6 @@ declare const VDataTable: {
|
|
24429
24401
|
value: number;
|
24430
24402
|
})[];
|
24431
24403
|
showCurrentPage: boolean;
|
24432
|
-
disableSort: boolean;
|
24433
24404
|
sortAscIcon: IconValue;
|
24434
24405
|
sortDescIcon: IconValue;
|
24435
24406
|
fixedHeader: boolean;
|
@@ -24455,8 +24426,8 @@ declare const VDataTable: {
|
|
24455
24426
|
expanded: readonly string[];
|
24456
24427
|
density: Density;
|
24457
24428
|
valueComparator: typeof deepEqual;
|
24458
|
-
nextIcon:
|
24459
|
-
prevIcon:
|
24429
|
+
nextIcon: IconValue;
|
24430
|
+
prevIcon: IconValue;
|
24460
24431
|
selectStrategy: "page" | "all" | "single";
|
24461
24432
|
returnObject: boolean;
|
24462
24433
|
filterMode: FilterMode;
|
@@ -24466,12 +24437,13 @@ declare const VDataTable: {
|
|
24466
24437
|
multiSort: boolean;
|
24467
24438
|
mustSort: boolean;
|
24468
24439
|
groupBy: readonly SortItem[];
|
24440
|
+
disableSort: boolean;
|
24469
24441
|
showSelect: boolean;
|
24470
24442
|
expandOnClick: boolean;
|
24471
24443
|
showExpand: boolean;
|
24472
24444
|
itemsPerPage: string | number;
|
24473
|
-
firstIcon:
|
24474
|
-
lastIcon:
|
24445
|
+
firstIcon: IconValue;
|
24446
|
+
lastIcon: IconValue;
|
24475
24447
|
firstPageLabel: string;
|
24476
24448
|
prevPageLabel: string;
|
24477
24449
|
nextPageLabel: string;
|
@@ -24481,7 +24453,6 @@ declare const VDataTable: {
|
|
24481
24453
|
value: number;
|
24482
24454
|
})[];
|
24483
24455
|
showCurrentPage: boolean;
|
24484
|
-
disableSort: boolean;
|
24485
24456
|
sortAscIcon: IconValue;
|
24486
24457
|
sortDescIcon: IconValue;
|
24487
24458
|
fixedHeader: boolean;
|
@@ -24534,8 +24505,8 @@ declare const VDataTable: {
|
|
24534
24505
|
expanded: readonly string[];
|
24535
24506
|
density: Density;
|
24536
24507
|
valueComparator: typeof deepEqual;
|
24537
|
-
nextIcon:
|
24538
|
-
prevIcon:
|
24508
|
+
nextIcon: IconValue;
|
24509
|
+
prevIcon: IconValue;
|
24539
24510
|
selectStrategy: "page" | "all" | "single";
|
24540
24511
|
returnObject: boolean;
|
24541
24512
|
filterMode: FilterMode;
|
@@ -24545,12 +24516,13 @@ declare const VDataTable: {
|
|
24545
24516
|
multiSort: boolean;
|
24546
24517
|
mustSort: boolean;
|
24547
24518
|
groupBy: readonly SortItem[];
|
24519
|
+
disableSort: boolean;
|
24548
24520
|
showSelect: boolean;
|
24549
24521
|
expandOnClick: boolean;
|
24550
24522
|
showExpand: boolean;
|
24551
24523
|
itemsPerPage: string | number;
|
24552
|
-
firstIcon:
|
24553
|
-
lastIcon:
|
24524
|
+
firstIcon: IconValue;
|
24525
|
+
lastIcon: IconValue;
|
24554
24526
|
firstPageLabel: string;
|
24555
24527
|
prevPageLabel: string;
|
24556
24528
|
nextPageLabel: string;
|
@@ -24560,7 +24532,6 @@ declare const VDataTable: {
|
|
24560
24532
|
value: number;
|
24561
24533
|
})[];
|
24562
24534
|
showCurrentPage: boolean;
|
24563
|
-
disableSort: boolean;
|
24564
24535
|
sortAscIcon: IconValue;
|
24565
24536
|
sortDescIcon: IconValue;
|
24566
24537
|
fixedHeader: boolean;
|
@@ -24729,19 +24700,19 @@ declare const VDataTable: {
|
|
24729
24700
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
24730
24701
|
}, VDataTableSlots<ItemType$4<T>>>) & FilterPropsOptions<{
|
24731
24702
|
prevIcon: {
|
24732
|
-
type:
|
24703
|
+
type: vue.PropType<IconValue>;
|
24733
24704
|
default: string;
|
24734
24705
|
};
|
24735
24706
|
nextIcon: {
|
24736
|
-
type:
|
24707
|
+
type: vue.PropType<IconValue>;
|
24737
24708
|
default: string;
|
24738
24709
|
};
|
24739
24710
|
firstIcon: {
|
24740
|
-
type:
|
24711
|
+
type: vue.PropType<IconValue>;
|
24741
24712
|
default: string;
|
24742
24713
|
};
|
24743
24714
|
lastIcon: {
|
24744
|
-
type:
|
24715
|
+
type: vue.PropType<IconValue>;
|
24745
24716
|
default: string;
|
24746
24717
|
};
|
24747
24718
|
itemsPerPageText: {
|
@@ -24940,19 +24911,19 @@ declare const VDataTable: {
|
|
24940
24911
|
};
|
24941
24912
|
}, vue.ExtractPropTypes<{
|
24942
24913
|
prevIcon: {
|
24943
|
-
type:
|
24914
|
+
type: vue.PropType<IconValue>;
|
24944
24915
|
default: string;
|
24945
24916
|
};
|
24946
24917
|
nextIcon: {
|
24947
|
-
type:
|
24918
|
+
type: vue.PropType<IconValue>;
|
24948
24919
|
default: string;
|
24949
24920
|
};
|
24950
24921
|
firstIcon: {
|
24951
|
-
type:
|
24922
|
+
type: vue.PropType<IconValue>;
|
24952
24923
|
default: string;
|
24953
24924
|
};
|
24954
24925
|
lastIcon: {
|
24955
|
-
type:
|
24926
|
+
type: vue.PropType<IconValue>;
|
24956
24927
|
default: string;
|
24957
24928
|
};
|
24958
24929
|
itemsPerPageText: {
|
@@ -25156,10 +25127,10 @@ declare const VDataTableFooter: {
|
|
25156
25127
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
25157
25128
|
itemsPerPageText: string;
|
25158
25129
|
pageText: string;
|
25159
|
-
nextIcon:
|
25160
|
-
prevIcon:
|
25161
|
-
firstIcon:
|
25162
|
-
lastIcon:
|
25130
|
+
nextIcon: IconValue;
|
25131
|
+
prevIcon: IconValue;
|
25132
|
+
firstIcon: IconValue;
|
25133
|
+
lastIcon: IconValue;
|
25163
25134
|
firstPageLabel: string;
|
25164
25135
|
prevPageLabel: string;
|
25165
25136
|
nextPageLabel: string;
|
@@ -25181,10 +25152,10 @@ declare const VDataTableFooter: {
|
|
25181
25152
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
25182
25153
|
itemsPerPageText: string;
|
25183
25154
|
pageText: string;
|
25184
|
-
nextIcon:
|
25185
|
-
prevIcon:
|
25186
|
-
firstIcon:
|
25187
|
-
lastIcon:
|
25155
|
+
nextIcon: IconValue;
|
25156
|
+
prevIcon: IconValue;
|
25157
|
+
firstIcon: IconValue;
|
25158
|
+
lastIcon: IconValue;
|
25188
25159
|
firstPageLabel: string;
|
25189
25160
|
prevPageLabel: string;
|
25190
25161
|
nextPageLabel: string;
|
@@ -25206,10 +25177,10 @@ declare const VDataTableFooter: {
|
|
25206
25177
|
}, {
|
25207
25178
|
itemsPerPageText: string;
|
25208
25179
|
pageText: string;
|
25209
|
-
nextIcon:
|
25210
|
-
prevIcon:
|
25211
|
-
firstIcon:
|
25212
|
-
lastIcon:
|
25180
|
+
nextIcon: IconValue;
|
25181
|
+
prevIcon: IconValue;
|
25182
|
+
firstIcon: IconValue;
|
25183
|
+
lastIcon: IconValue;
|
25213
25184
|
firstPageLabel: string;
|
25214
25185
|
prevPageLabel: string;
|
25215
25186
|
nextPageLabel: string;
|
@@ -25233,10 +25204,10 @@ declare const VDataTableFooter: {
|
|
25233
25204
|
}, {
|
25234
25205
|
itemsPerPageText: string;
|
25235
25206
|
pageText: string;
|
25236
|
-
nextIcon:
|
25237
|
-
prevIcon:
|
25238
|
-
firstIcon:
|
25239
|
-
lastIcon:
|
25207
|
+
nextIcon: IconValue;
|
25208
|
+
prevIcon: IconValue;
|
25209
|
+
firstIcon: IconValue;
|
25210
|
+
lastIcon: IconValue;
|
25240
25211
|
firstPageLabel: string;
|
25241
25212
|
prevPageLabel: string;
|
25242
25213
|
nextPageLabel: string;
|
@@ -25258,10 +25229,10 @@ declare const VDataTableFooter: {
|
|
25258
25229
|
}, {}, {}, {}, {}, {
|
25259
25230
|
itemsPerPageText: string;
|
25260
25231
|
pageText: string;
|
25261
|
-
nextIcon:
|
25262
|
-
prevIcon:
|
25263
|
-
firstIcon:
|
25264
|
-
lastIcon:
|
25232
|
+
nextIcon: IconValue;
|
25233
|
+
prevIcon: IconValue;
|
25234
|
+
firstIcon: IconValue;
|
25235
|
+
lastIcon: IconValue;
|
25265
25236
|
firstPageLabel: string;
|
25266
25237
|
prevPageLabel: string;
|
25267
25238
|
nextPageLabel: string;
|
@@ -25278,10 +25249,10 @@ declare const VDataTableFooter: {
|
|
25278
25249
|
} & vue.ComponentOptionsBase<{
|
25279
25250
|
itemsPerPageText: string;
|
25280
25251
|
pageText: string;
|
25281
|
-
nextIcon:
|
25282
|
-
prevIcon:
|
25283
|
-
firstIcon:
|
25284
|
-
lastIcon:
|
25252
|
+
nextIcon: IconValue;
|
25253
|
+
prevIcon: IconValue;
|
25254
|
+
firstIcon: IconValue;
|
25255
|
+
lastIcon: IconValue;
|
25285
25256
|
firstPageLabel: string;
|
25286
25257
|
prevPageLabel: string;
|
25287
25258
|
nextPageLabel: string;
|
@@ -25303,10 +25274,10 @@ declare const VDataTableFooter: {
|
|
25303
25274
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
25304
25275
|
itemsPerPageText: string;
|
25305
25276
|
pageText: string;
|
25306
|
-
nextIcon:
|
25307
|
-
prevIcon:
|
25308
|
-
firstIcon:
|
25309
|
-
lastIcon:
|
25277
|
+
nextIcon: IconValue;
|
25278
|
+
prevIcon: IconValue;
|
25279
|
+
firstIcon: IconValue;
|
25280
|
+
lastIcon: IconValue;
|
25310
25281
|
firstPageLabel: string;
|
25311
25282
|
prevPageLabel: string;
|
25312
25283
|
nextPageLabel: string;
|
@@ -25322,19 +25293,19 @@ declare const VDataTableFooter: {
|
|
25322
25293
|
}>[];
|
25323
25294
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
25324
25295
|
prevIcon: {
|
25325
|
-
type:
|
25296
|
+
type: PropType<IconValue>;
|
25326
25297
|
default: string;
|
25327
25298
|
};
|
25328
25299
|
nextIcon: {
|
25329
|
-
type:
|
25300
|
+
type: PropType<IconValue>;
|
25330
25301
|
default: string;
|
25331
25302
|
};
|
25332
25303
|
firstIcon: {
|
25333
|
-
type:
|
25304
|
+
type: PropType<IconValue>;
|
25334
25305
|
default: string;
|
25335
25306
|
};
|
25336
25307
|
lastIcon: {
|
25337
|
-
type:
|
25308
|
+
type: PropType<IconValue>;
|
25338
25309
|
default: string;
|
25339
25310
|
};
|
25340
25311
|
itemsPerPageText: {
|
@@ -25374,19 +25345,19 @@ declare const VDataTableFooter: {
|
|
25374
25345
|
showCurrentPage: BooleanConstructor;
|
25375
25346
|
}, vue.ExtractPropTypes<{
|
25376
25347
|
prevIcon: {
|
25377
|
-
type:
|
25348
|
+
type: PropType<IconValue>;
|
25378
25349
|
default: string;
|
25379
25350
|
};
|
25380
25351
|
nextIcon: {
|
25381
|
-
type:
|
25352
|
+
type: PropType<IconValue>;
|
25382
25353
|
default: string;
|
25383
25354
|
};
|
25384
25355
|
firstIcon: {
|
25385
|
-
type:
|
25356
|
+
type: PropType<IconValue>;
|
25386
25357
|
default: string;
|
25387
25358
|
};
|
25388
25359
|
lastIcon: {
|
25389
|
-
type:
|
25360
|
+
type: PropType<IconValue>;
|
25390
25361
|
default: string;
|
25391
25362
|
};
|
25392
25363
|
itemsPerPageText: {
|
@@ -25461,10 +25432,10 @@ declare const VDataTableVirtual: {
|
|
25461
25432
|
multiSort: boolean;
|
25462
25433
|
mustSort: boolean;
|
25463
25434
|
groupBy: readonly SortItem[];
|
25435
|
+
disableSort: boolean;
|
25464
25436
|
showSelect: boolean;
|
25465
25437
|
expandOnClick: boolean;
|
25466
25438
|
showExpand: boolean;
|
25467
|
-
disableSort: boolean;
|
25468
25439
|
sortAscIcon: IconValue;
|
25469
25440
|
sortDescIcon: IconValue;
|
25470
25441
|
fixedHeader: boolean;
|
@@ -25563,10 +25534,10 @@ declare const VDataTableVirtual: {
|
|
25563
25534
|
multiSort: boolean;
|
25564
25535
|
mustSort: boolean;
|
25565
25536
|
groupBy: readonly SortItem[];
|
25537
|
+
disableSort: boolean;
|
25566
25538
|
showSelect: boolean;
|
25567
25539
|
expandOnClick: boolean;
|
25568
25540
|
showExpand: boolean;
|
25569
|
-
disableSort: boolean;
|
25570
25541
|
sortAscIcon: IconValue;
|
25571
25542
|
sortDescIcon: IconValue;
|
25572
25543
|
fixedHeader: boolean;
|
@@ -25659,10 +25630,10 @@ declare const VDataTableVirtual: {
|
|
25659
25630
|
multiSort: boolean;
|
25660
25631
|
mustSort: boolean;
|
25661
25632
|
groupBy: readonly SortItem[];
|
25633
|
+
disableSort: boolean;
|
25662
25634
|
showSelect: boolean;
|
25663
25635
|
expandOnClick: boolean;
|
25664
25636
|
showExpand: boolean;
|
25665
|
-
disableSort: boolean;
|
25666
25637
|
sortAscIcon: IconValue;
|
25667
25638
|
sortDescIcon: IconValue;
|
25668
25639
|
fixedHeader: boolean;
|
@@ -25779,10 +25750,10 @@ declare const VDataTableVirtual: {
|
|
25779
25750
|
multiSort: boolean;
|
25780
25751
|
mustSort: boolean;
|
25781
25752
|
groupBy: readonly SortItem[];
|
25753
|
+
disableSort: boolean;
|
25782
25754
|
showSelect: boolean;
|
25783
25755
|
expandOnClick: boolean;
|
25784
25756
|
showExpand: boolean;
|
25785
|
-
disableSort: boolean;
|
25786
25757
|
sortAscIcon: IconValue;
|
25787
25758
|
sortDescIcon: IconValue;
|
25788
25759
|
fixedHeader: boolean;
|
@@ -25875,10 +25846,10 @@ declare const VDataTableVirtual: {
|
|
25875
25846
|
multiSort: boolean;
|
25876
25847
|
mustSort: boolean;
|
25877
25848
|
groupBy: readonly SortItem[];
|
25849
|
+
disableSort: boolean;
|
25878
25850
|
showSelect: boolean;
|
25879
25851
|
expandOnClick: boolean;
|
25880
25852
|
showExpand: boolean;
|
25881
|
-
disableSort: boolean;
|
25882
25853
|
sortAscIcon: IconValue;
|
25883
25854
|
sortDescIcon: IconValue;
|
25884
25855
|
fixedHeader: boolean;
|
@@ -25911,10 +25882,10 @@ declare const VDataTableVirtual: {
|
|
25911
25882
|
multiSort: boolean;
|
25912
25883
|
mustSort: boolean;
|
25913
25884
|
groupBy: readonly SortItem[];
|
25885
|
+
disableSort: boolean;
|
25914
25886
|
showSelect: boolean;
|
25915
25887
|
expandOnClick: boolean;
|
25916
25888
|
showExpand: boolean;
|
25917
|
-
disableSort: boolean;
|
25918
25889
|
sortAscIcon: IconValue;
|
25919
25890
|
sortDescIcon: IconValue;
|
25920
25891
|
fixedHeader: boolean;
|
@@ -26013,10 +25984,10 @@ declare const VDataTableVirtual: {
|
|
26013
25984
|
multiSort: boolean;
|
26014
25985
|
mustSort: boolean;
|
26015
25986
|
groupBy: readonly SortItem[];
|
25987
|
+
disableSort: boolean;
|
26016
25988
|
showSelect: boolean;
|
26017
25989
|
expandOnClick: boolean;
|
26018
25990
|
showExpand: boolean;
|
26019
|
-
disableSort: boolean;
|
26020
25991
|
sortAscIcon: IconValue;
|
26021
25992
|
sortDescIcon: IconValue;
|
26022
25993
|
fixedHeader: boolean;
|
@@ -26452,8 +26423,8 @@ declare const VDataTableServer: {
|
|
26452
26423
|
expanded: readonly string[];
|
26453
26424
|
density: Density;
|
26454
26425
|
valueComparator: typeof deepEqual;
|
26455
|
-
nextIcon:
|
26456
|
-
prevIcon:
|
26426
|
+
nextIcon: IconValue;
|
26427
|
+
prevIcon: IconValue;
|
26457
26428
|
selectStrategy: "page" | "all" | "single";
|
26458
26429
|
returnObject: boolean;
|
26459
26430
|
hideNoData: boolean;
|
@@ -26461,13 +26432,14 @@ declare const VDataTableServer: {
|
|
26461
26432
|
multiSort: boolean;
|
26462
26433
|
mustSort: boolean;
|
26463
26434
|
groupBy: readonly SortItem[];
|
26435
|
+
disableSort: boolean;
|
26464
26436
|
showSelect: boolean;
|
26465
26437
|
expandOnClick: boolean;
|
26466
26438
|
showExpand: boolean;
|
26467
26439
|
itemsPerPage: string | number;
|
26468
26440
|
itemsLength: string | number;
|
26469
|
-
firstIcon:
|
26470
|
-
lastIcon:
|
26441
|
+
firstIcon: IconValue;
|
26442
|
+
lastIcon: IconValue;
|
26471
26443
|
firstPageLabel: string;
|
26472
26444
|
prevPageLabel: string;
|
26473
26445
|
nextPageLabel: string;
|
@@ -26477,7 +26449,6 @@ declare const VDataTableServer: {
|
|
26477
26449
|
value: number;
|
26478
26450
|
})[];
|
26479
26451
|
showCurrentPage: boolean;
|
26480
|
-
disableSort: boolean;
|
26481
26452
|
sortAscIcon: IconValue;
|
26482
26453
|
sortDescIcon: IconValue;
|
26483
26454
|
fixedHeader: boolean;
|
@@ -26570,8 +26541,8 @@ declare const VDataTableServer: {
|
|
26570
26541
|
expanded: readonly string[];
|
26571
26542
|
density: Density;
|
26572
26543
|
valueComparator: typeof deepEqual;
|
26573
|
-
nextIcon:
|
26574
|
-
prevIcon:
|
26544
|
+
nextIcon: IconValue;
|
26545
|
+
prevIcon: IconValue;
|
26575
26546
|
selectStrategy: "page" | "all" | "single";
|
26576
26547
|
returnObject: boolean;
|
26577
26548
|
hideNoData: boolean;
|
@@ -26579,13 +26550,14 @@ declare const VDataTableServer: {
|
|
26579
26550
|
multiSort: boolean;
|
26580
26551
|
mustSort: boolean;
|
26581
26552
|
groupBy: readonly SortItem[];
|
26553
|
+
disableSort: boolean;
|
26582
26554
|
showSelect: boolean;
|
26583
26555
|
expandOnClick: boolean;
|
26584
26556
|
showExpand: boolean;
|
26585
26557
|
itemsPerPage: string | number;
|
26586
26558
|
itemsLength: string | number;
|
26587
|
-
firstIcon:
|
26588
|
-
lastIcon:
|
26559
|
+
firstIcon: IconValue;
|
26560
|
+
lastIcon: IconValue;
|
26589
26561
|
firstPageLabel: string;
|
26590
26562
|
prevPageLabel: string;
|
26591
26563
|
nextPageLabel: string;
|
@@ -26595,7 +26567,6 @@ declare const VDataTableServer: {
|
|
26595
26567
|
value: number;
|
26596
26568
|
})[];
|
26597
26569
|
showCurrentPage: boolean;
|
26598
|
-
disableSort: boolean;
|
26599
26570
|
sortAscIcon: IconValue;
|
26600
26571
|
sortDescIcon: IconValue;
|
26601
26572
|
fixedHeader: boolean;
|
@@ -26680,8 +26651,8 @@ declare const VDataTableServer: {
|
|
26680
26651
|
expanded: readonly string[];
|
26681
26652
|
density: Density;
|
26682
26653
|
valueComparator: typeof deepEqual;
|
26683
|
-
nextIcon:
|
26684
|
-
prevIcon:
|
26654
|
+
nextIcon: IconValue;
|
26655
|
+
prevIcon: IconValue;
|
26685
26656
|
selectStrategy: "page" | "all" | "single";
|
26686
26657
|
returnObject: boolean;
|
26687
26658
|
hideNoData: boolean;
|
@@ -26689,12 +26660,13 @@ declare const VDataTableServer: {
|
|
26689
26660
|
multiSort: boolean;
|
26690
26661
|
mustSort: boolean;
|
26691
26662
|
groupBy: readonly SortItem[];
|
26663
|
+
disableSort: boolean;
|
26692
26664
|
showSelect: boolean;
|
26693
26665
|
expandOnClick: boolean;
|
26694
26666
|
showExpand: boolean;
|
26695
26667
|
itemsPerPage: string | number;
|
26696
|
-
firstIcon:
|
26697
|
-
lastIcon:
|
26668
|
+
firstIcon: IconValue;
|
26669
|
+
lastIcon: IconValue;
|
26698
26670
|
firstPageLabel: string;
|
26699
26671
|
prevPageLabel: string;
|
26700
26672
|
nextPageLabel: string;
|
@@ -26704,7 +26676,6 @@ declare const VDataTableServer: {
|
|
26704
26676
|
value: number;
|
26705
26677
|
})[];
|
26706
26678
|
showCurrentPage: boolean;
|
26707
|
-
disableSort: boolean;
|
26708
26679
|
sortAscIcon: IconValue;
|
26709
26680
|
sortDescIcon: IconValue;
|
26710
26681
|
fixedHeader: boolean;
|
@@ -26830,8 +26801,8 @@ declare const VDataTableServer: {
|
|
26830
26801
|
expanded: readonly string[];
|
26831
26802
|
density: Density;
|
26832
26803
|
valueComparator: typeof deepEqual;
|
26833
|
-
nextIcon:
|
26834
|
-
prevIcon:
|
26804
|
+
nextIcon: IconValue;
|
26805
|
+
prevIcon: IconValue;
|
26835
26806
|
selectStrategy: "page" | "all" | "single";
|
26836
26807
|
returnObject: boolean;
|
26837
26808
|
hideNoData: boolean;
|
@@ -26839,13 +26810,14 @@ declare const VDataTableServer: {
|
|
26839
26810
|
multiSort: boolean;
|
26840
26811
|
mustSort: boolean;
|
26841
26812
|
groupBy: readonly SortItem[];
|
26813
|
+
disableSort: boolean;
|
26842
26814
|
showSelect: boolean;
|
26843
26815
|
expandOnClick: boolean;
|
26844
26816
|
showExpand: boolean;
|
26845
26817
|
itemsPerPage: string | number;
|
26846
26818
|
itemsLength: string | number;
|
26847
|
-
firstIcon:
|
26848
|
-
lastIcon:
|
26819
|
+
firstIcon: IconValue;
|
26820
|
+
lastIcon: IconValue;
|
26849
26821
|
firstPageLabel: string;
|
26850
26822
|
prevPageLabel: string;
|
26851
26823
|
nextPageLabel: string;
|
@@ -26855,7 +26827,6 @@ declare const VDataTableServer: {
|
|
26855
26827
|
value: number;
|
26856
26828
|
})[];
|
26857
26829
|
showCurrentPage: boolean;
|
26858
|
-
disableSort: boolean;
|
26859
26830
|
sortAscIcon: IconValue;
|
26860
26831
|
sortDescIcon: IconValue;
|
26861
26832
|
fixedHeader: boolean;
|
@@ -26940,8 +26911,8 @@ declare const VDataTableServer: {
|
|
26940
26911
|
expanded: readonly string[];
|
26941
26912
|
density: Density;
|
26942
26913
|
valueComparator: typeof deepEqual;
|
26943
|
-
nextIcon:
|
26944
|
-
prevIcon:
|
26914
|
+
nextIcon: IconValue;
|
26915
|
+
prevIcon: IconValue;
|
26945
26916
|
selectStrategy: "page" | "all" | "single";
|
26946
26917
|
returnObject: boolean;
|
26947
26918
|
hideNoData: boolean;
|
@@ -26949,12 +26920,13 @@ declare const VDataTableServer: {
|
|
26949
26920
|
multiSort: boolean;
|
26950
26921
|
mustSort: boolean;
|
26951
26922
|
groupBy: readonly SortItem[];
|
26923
|
+
disableSort: boolean;
|
26952
26924
|
showSelect: boolean;
|
26953
26925
|
expandOnClick: boolean;
|
26954
26926
|
showExpand: boolean;
|
26955
26927
|
itemsPerPage: string | number;
|
26956
|
-
firstIcon:
|
26957
|
-
lastIcon:
|
26928
|
+
firstIcon: IconValue;
|
26929
|
+
lastIcon: IconValue;
|
26958
26930
|
firstPageLabel: string;
|
26959
26931
|
prevPageLabel: string;
|
26960
26932
|
nextPageLabel: string;
|
@@ -26964,7 +26936,6 @@ declare const VDataTableServer: {
|
|
26964
26936
|
value: number;
|
26965
26937
|
})[];
|
26966
26938
|
showCurrentPage: boolean;
|
26967
|
-
disableSort: boolean;
|
26968
26939
|
sortAscIcon: IconValue;
|
26969
26940
|
sortDescIcon: IconValue;
|
26970
26941
|
fixedHeader: boolean;
|
@@ -26990,8 +26961,8 @@ declare const VDataTableServer: {
|
|
26990
26961
|
expanded: readonly string[];
|
26991
26962
|
density: Density;
|
26992
26963
|
valueComparator: typeof deepEqual;
|
26993
|
-
nextIcon:
|
26994
|
-
prevIcon:
|
26964
|
+
nextIcon: IconValue;
|
26965
|
+
prevIcon: IconValue;
|
26995
26966
|
selectStrategy: "page" | "all" | "single";
|
26996
26967
|
returnObject: boolean;
|
26997
26968
|
hideNoData: boolean;
|
@@ -26999,13 +26970,14 @@ declare const VDataTableServer: {
|
|
26999
26970
|
multiSort: boolean;
|
27000
26971
|
mustSort: boolean;
|
27001
26972
|
groupBy: readonly SortItem[];
|
26973
|
+
disableSort: boolean;
|
27002
26974
|
showSelect: boolean;
|
27003
26975
|
expandOnClick: boolean;
|
27004
26976
|
showExpand: boolean;
|
27005
26977
|
itemsPerPage: string | number;
|
27006
26978
|
itemsLength: string | number;
|
27007
|
-
firstIcon:
|
27008
|
-
lastIcon:
|
26979
|
+
firstIcon: IconValue;
|
26980
|
+
lastIcon: IconValue;
|
27009
26981
|
firstPageLabel: string;
|
27010
26982
|
prevPageLabel: string;
|
27011
26983
|
nextPageLabel: string;
|
@@ -27015,7 +26987,6 @@ declare const VDataTableServer: {
|
|
27015
26987
|
value: number;
|
27016
26988
|
})[];
|
27017
26989
|
showCurrentPage: boolean;
|
27018
|
-
disableSort: boolean;
|
27019
26990
|
sortAscIcon: IconValue;
|
27020
26991
|
sortDescIcon: IconValue;
|
27021
26992
|
fixedHeader: boolean;
|
@@ -27108,8 +27079,8 @@ declare const VDataTableServer: {
|
|
27108
27079
|
expanded: readonly string[];
|
27109
27080
|
density: Density;
|
27110
27081
|
valueComparator: typeof deepEqual;
|
27111
|
-
nextIcon:
|
27112
|
-
prevIcon:
|
27082
|
+
nextIcon: IconValue;
|
27083
|
+
prevIcon: IconValue;
|
27113
27084
|
selectStrategy: "page" | "all" | "single";
|
27114
27085
|
returnObject: boolean;
|
27115
27086
|
hideNoData: boolean;
|
@@ -27117,12 +27088,13 @@ declare const VDataTableServer: {
|
|
27117
27088
|
multiSort: boolean;
|
27118
27089
|
mustSort: boolean;
|
27119
27090
|
groupBy: readonly SortItem[];
|
27091
|
+
disableSort: boolean;
|
27120
27092
|
showSelect: boolean;
|
27121
27093
|
expandOnClick: boolean;
|
27122
27094
|
showExpand: boolean;
|
27123
27095
|
itemsPerPage: string | number;
|
27124
|
-
firstIcon:
|
27125
|
-
lastIcon:
|
27096
|
+
firstIcon: IconValue;
|
27097
|
+
lastIcon: IconValue;
|
27126
27098
|
firstPageLabel: string;
|
27127
27099
|
prevPageLabel: string;
|
27128
27100
|
nextPageLabel: string;
|
@@ -27132,7 +27104,6 @@ declare const VDataTableServer: {
|
|
27132
27104
|
value: number;
|
27133
27105
|
})[];
|
27134
27106
|
showCurrentPage: boolean;
|
27135
|
-
disableSort: boolean;
|
27136
27107
|
sortAscIcon: IconValue;
|
27137
27108
|
sortDescIcon: IconValue;
|
27138
27109
|
fixedHeader: boolean;
|
@@ -27255,19 +27226,19 @@ declare const VDataTableServer: {
|
|
27255
27226
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
27256
27227
|
}, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
|
27257
27228
|
prevIcon: {
|
27258
|
-
type:
|
27229
|
+
type: vue.PropType<IconValue>;
|
27259
27230
|
default: string;
|
27260
27231
|
};
|
27261
27232
|
nextIcon: {
|
27262
|
-
type:
|
27233
|
+
type: vue.PropType<IconValue>;
|
27263
27234
|
default: string;
|
27264
27235
|
};
|
27265
27236
|
firstIcon: {
|
27266
|
-
type:
|
27237
|
+
type: vue.PropType<IconValue>;
|
27267
27238
|
default: string;
|
27268
27239
|
};
|
27269
27240
|
lastIcon: {
|
27270
|
-
type:
|
27241
|
+
type: vue.PropType<IconValue>;
|
27271
27242
|
default: string;
|
27272
27243
|
};
|
27273
27244
|
itemsPerPageText: {
|
@@ -27462,19 +27433,19 @@ declare const VDataTableServer: {
|
|
27462
27433
|
};
|
27463
27434
|
}, vue.ExtractPropTypes<{
|
27464
27435
|
prevIcon: {
|
27465
|
-
type:
|
27436
|
+
type: vue.PropType<IconValue>;
|
27466
27437
|
default: string;
|
27467
27438
|
};
|
27468
27439
|
nextIcon: {
|
27469
|
-
type:
|
27440
|
+
type: vue.PropType<IconValue>;
|
27470
27441
|
default: string;
|
27471
27442
|
};
|
27472
27443
|
firstIcon: {
|
27473
|
-
type:
|
27444
|
+
type: vue.PropType<IconValue>;
|
27474
27445
|
default: string;
|
27475
27446
|
};
|
27476
27447
|
lastIcon: {
|
27477
|
-
type:
|
27448
|
+
type: vue.PropType<IconValue>;
|
27478
27449
|
default: string;
|
27479
27450
|
};
|
27480
27451
|
itemsPerPageText: {
|
@@ -27692,10 +27663,10 @@ declare const VDatePicker: {
|
|
27692
27663
|
tag: string;
|
27693
27664
|
transition: string;
|
27694
27665
|
tile: boolean;
|
27695
|
-
nextIcon:
|
27696
|
-
prevIcon:
|
27666
|
+
nextIcon: IconValue;
|
27667
|
+
prevIcon: IconValue;
|
27697
27668
|
reverseTransition: string;
|
27698
|
-
modeIcon:
|
27669
|
+
modeIcon: IconValue;
|
27699
27670
|
viewMode: "month" | "year" | "months";
|
27700
27671
|
showAdjacentMonths: boolean;
|
27701
27672
|
weekdays: number[];
|
@@ -27726,6 +27697,7 @@ declare const VDatePicker: {
|
|
27726
27697
|
max?: unknown;
|
27727
27698
|
bgColor?: string | undefined;
|
27728
27699
|
min?: unknown;
|
27700
|
+
firstDayOfWeek?: string | number | undefined;
|
27729
27701
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27730
27702
|
displayValue?: unknown;
|
27731
27703
|
} & {
|
@@ -27745,10 +27717,10 @@ declare const VDatePicker: {
|
|
27745
27717
|
tag: string;
|
27746
27718
|
transition: string;
|
27747
27719
|
tile: boolean;
|
27748
|
-
nextIcon:
|
27749
|
-
prevIcon:
|
27720
|
+
nextIcon: IconValue;
|
27721
|
+
prevIcon: IconValue;
|
27750
27722
|
reverseTransition: string;
|
27751
|
-
modeIcon:
|
27723
|
+
modeIcon: IconValue;
|
27752
27724
|
viewMode: "month" | "year" | "months";
|
27753
27725
|
showAdjacentMonths: boolean;
|
27754
27726
|
weekdays: number[];
|
@@ -27779,6 +27751,7 @@ declare const VDatePicker: {
|
|
27779
27751
|
max?: unknown;
|
27780
27752
|
bgColor?: string | undefined;
|
27781
27753
|
min?: unknown;
|
27754
|
+
firstDayOfWeek?: string | number | undefined;
|
27782
27755
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27783
27756
|
displayValue?: unknown;
|
27784
27757
|
} & {
|
@@ -27795,10 +27768,10 @@ declare const VDatePicker: {
|
|
27795
27768
|
transition: string;
|
27796
27769
|
rounded: string | number | boolean;
|
27797
27770
|
tile: boolean;
|
27798
|
-
nextIcon:
|
27799
|
-
prevIcon:
|
27771
|
+
nextIcon: IconValue;
|
27772
|
+
prevIcon: IconValue;
|
27800
27773
|
reverseTransition: string;
|
27801
|
-
modeIcon:
|
27774
|
+
modeIcon: IconValue;
|
27802
27775
|
viewMode: "month" | "year" | "months";
|
27803
27776
|
showAdjacentMonths: boolean;
|
27804
27777
|
weekdays: number[];
|
@@ -27838,10 +27811,10 @@ declare const VDatePicker: {
|
|
27838
27811
|
tag: string;
|
27839
27812
|
transition: string;
|
27840
27813
|
tile: boolean;
|
27841
|
-
nextIcon:
|
27842
|
-
prevIcon:
|
27814
|
+
nextIcon: IconValue;
|
27815
|
+
prevIcon: IconValue;
|
27843
27816
|
reverseTransition: string;
|
27844
|
-
modeIcon:
|
27817
|
+
modeIcon: IconValue;
|
27845
27818
|
viewMode: "month" | "year" | "months";
|
27846
27819
|
showAdjacentMonths: boolean;
|
27847
27820
|
weekdays: number[];
|
@@ -27872,6 +27845,7 @@ declare const VDatePicker: {
|
|
27872
27845
|
max?: unknown;
|
27873
27846
|
bgColor?: string | undefined;
|
27874
27847
|
min?: unknown;
|
27848
|
+
firstDayOfWeek?: string | number | undefined;
|
27875
27849
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27876
27850
|
displayValue?: unknown;
|
27877
27851
|
} & {
|
@@ -27888,10 +27862,10 @@ declare const VDatePicker: {
|
|
27888
27862
|
transition: string;
|
27889
27863
|
rounded: string | number | boolean;
|
27890
27864
|
tile: boolean;
|
27891
|
-
nextIcon:
|
27892
|
-
prevIcon:
|
27865
|
+
nextIcon: IconValue;
|
27866
|
+
prevIcon: IconValue;
|
27893
27867
|
reverseTransition: string;
|
27894
|
-
modeIcon:
|
27868
|
+
modeIcon: IconValue;
|
27895
27869
|
viewMode: "month" | "year" | "months";
|
27896
27870
|
showAdjacentMonths: boolean;
|
27897
27871
|
weekdays: number[];
|
@@ -27912,10 +27886,10 @@ declare const VDatePicker: {
|
|
27912
27886
|
tag: string;
|
27913
27887
|
transition: string;
|
27914
27888
|
tile: boolean;
|
27915
|
-
nextIcon:
|
27916
|
-
prevIcon:
|
27889
|
+
nextIcon: IconValue;
|
27890
|
+
prevIcon: IconValue;
|
27917
27891
|
reverseTransition: string;
|
27918
|
-
modeIcon:
|
27892
|
+
modeIcon: IconValue;
|
27919
27893
|
viewMode: "month" | "year" | "months";
|
27920
27894
|
showAdjacentMonths: boolean;
|
27921
27895
|
weekdays: number[];
|
@@ -27946,6 +27920,7 @@ declare const VDatePicker: {
|
|
27946
27920
|
max?: unknown;
|
27947
27921
|
bgColor?: string | undefined;
|
27948
27922
|
min?: unknown;
|
27923
|
+
firstDayOfWeek?: string | number | undefined;
|
27949
27924
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
27950
27925
|
displayValue?: unknown;
|
27951
27926
|
} & {
|
@@ -27967,10 +27942,10 @@ declare const VDatePicker: {
|
|
27967
27942
|
transition: string;
|
27968
27943
|
rounded: string | number | boolean;
|
27969
27944
|
tile: boolean;
|
27970
|
-
nextIcon:
|
27971
|
-
prevIcon:
|
27945
|
+
nextIcon: IconValue;
|
27946
|
+
prevIcon: IconValue;
|
27972
27947
|
reverseTransition: string;
|
27973
|
-
modeIcon:
|
27948
|
+
modeIcon: IconValue;
|
27974
27949
|
viewMode: "month" | "year" | "months";
|
27975
27950
|
showAdjacentMonths: boolean;
|
27976
27951
|
weekdays: number[];
|
@@ -28076,6 +28051,7 @@ declare const VDatePicker: {
|
|
28076
28051
|
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
28077
28052
|
default: NonNullable<"static" | "dynamic">;
|
28078
28053
|
};
|
28054
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28079
28055
|
hideWeekdays: BooleanConstructor;
|
28080
28056
|
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
28081
28057
|
showWeek: BooleanConstructor;
|
@@ -28092,15 +28068,15 @@ declare const VDatePicker: {
|
|
28092
28068
|
default: undefined;
|
28093
28069
|
};
|
28094
28070
|
nextIcon: {
|
28095
|
-
type:
|
28071
|
+
type: vue.PropType<IconValue>;
|
28096
28072
|
default: string;
|
28097
28073
|
};
|
28098
28074
|
prevIcon: {
|
28099
|
-
type:
|
28075
|
+
type: vue.PropType<IconValue>;
|
28100
28076
|
default: string;
|
28101
28077
|
};
|
28102
28078
|
modeIcon: {
|
28103
|
-
type:
|
28079
|
+
type: vue.PropType<IconValue>;
|
28104
28080
|
default: string;
|
28105
28081
|
};
|
28106
28082
|
text: StringConstructor;
|
@@ -28185,6 +28161,7 @@ declare const VDatePicker: {
|
|
28185
28161
|
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
28186
28162
|
default: NonNullable<"static" | "dynamic">;
|
28187
28163
|
};
|
28164
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28188
28165
|
hideWeekdays: BooleanConstructor;
|
28189
28166
|
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
28190
28167
|
showWeek: BooleanConstructor;
|
@@ -28201,15 +28178,15 @@ declare const VDatePicker: {
|
|
28201
28178
|
default: undefined;
|
28202
28179
|
};
|
28203
28180
|
nextIcon: {
|
28204
|
-
type:
|
28181
|
+
type: vue.PropType<IconValue>;
|
28205
28182
|
default: string;
|
28206
28183
|
};
|
28207
28184
|
prevIcon: {
|
28208
|
-
type:
|
28185
|
+
type: vue.PropType<IconValue>;
|
28209
28186
|
default: string;
|
28210
28187
|
};
|
28211
28188
|
modeIcon: {
|
28212
|
-
type:
|
28189
|
+
type: vue.PropType<IconValue>;
|
28213
28190
|
default: string;
|
28214
28191
|
};
|
28215
28192
|
text: StringConstructor;
|
@@ -28227,9 +28204,9 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
28227
28204
|
declare const VDatePickerControls: {
|
28228
28205
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
28229
28206
|
disabled: string | boolean | string[];
|
28230
|
-
nextIcon:
|
28231
|
-
prevIcon:
|
28232
|
-
modeIcon:
|
28207
|
+
nextIcon: IconValue;
|
28208
|
+
prevIcon: IconValue;
|
28209
|
+
modeIcon: IconValue;
|
28233
28210
|
viewMode: "month" | "year" | "months";
|
28234
28211
|
} & {
|
28235
28212
|
text?: string | undefined;
|
@@ -28257,9 +28234,9 @@ declare const VDatePickerControls: {
|
|
28257
28234
|
'click:text': () => true;
|
28258
28235
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
28259
28236
|
disabled: string | boolean | string[];
|
28260
|
-
nextIcon:
|
28261
|
-
prevIcon:
|
28262
|
-
modeIcon:
|
28237
|
+
nextIcon: IconValue;
|
28238
|
+
prevIcon: IconValue;
|
28239
|
+
modeIcon: IconValue;
|
28263
28240
|
viewMode: "month" | "year" | "months";
|
28264
28241
|
} & {
|
28265
28242
|
text?: string | undefined;
|
@@ -28282,9 +28259,9 @@ declare const VDatePickerControls: {
|
|
28282
28259
|
}, {
|
28283
28260
|
active: string | string[];
|
28284
28261
|
disabled: string | boolean | string[];
|
28285
|
-
nextIcon:
|
28286
|
-
prevIcon:
|
28287
|
-
modeIcon:
|
28262
|
+
nextIcon: IconValue;
|
28263
|
+
prevIcon: IconValue;
|
28264
|
+
modeIcon: IconValue;
|
28288
28265
|
viewMode: "month" | "year" | "months";
|
28289
28266
|
}, true, {}, vue.SlotsType<Partial<{
|
28290
28267
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -28299,9 +28276,9 @@ declare const VDatePickerControls: {
|
|
28299
28276
|
Defaults: {};
|
28300
28277
|
}, {
|
28301
28278
|
disabled: string | boolean | string[];
|
28302
|
-
nextIcon:
|
28303
|
-
prevIcon:
|
28304
|
-
modeIcon:
|
28279
|
+
nextIcon: IconValue;
|
28280
|
+
prevIcon: IconValue;
|
28281
|
+
modeIcon: IconValue;
|
28305
28282
|
viewMode: "month" | "year" | "months";
|
28306
28283
|
} & {
|
28307
28284
|
text?: string | undefined;
|
@@ -28324,9 +28301,9 @@ declare const VDatePickerControls: {
|
|
28324
28301
|
}, {}, {}, {}, {}, {
|
28325
28302
|
active: string | string[];
|
28326
28303
|
disabled: string | boolean | string[];
|
28327
|
-
nextIcon:
|
28328
|
-
prevIcon:
|
28329
|
-
modeIcon:
|
28304
|
+
nextIcon: IconValue;
|
28305
|
+
prevIcon: IconValue;
|
28306
|
+
modeIcon: IconValue;
|
28330
28307
|
viewMode: "month" | "year" | "months";
|
28331
28308
|
}>;
|
28332
28309
|
__isFragment?: undefined;
|
@@ -28334,9 +28311,9 @@ declare const VDatePickerControls: {
|
|
28334
28311
|
__isSuspense?: undefined;
|
28335
28312
|
} & vue.ComponentOptionsBase<{
|
28336
28313
|
disabled: string | boolean | string[];
|
28337
|
-
nextIcon:
|
28338
|
-
prevIcon:
|
28339
|
-
modeIcon:
|
28314
|
+
nextIcon: IconValue;
|
28315
|
+
prevIcon: IconValue;
|
28316
|
+
modeIcon: IconValue;
|
28340
28317
|
viewMode: "month" | "year" | "months";
|
28341
28318
|
} & {
|
28342
28319
|
text?: string | undefined;
|
@@ -28365,9 +28342,9 @@ declare const VDatePickerControls: {
|
|
28365
28342
|
}, string, {
|
28366
28343
|
active: string | string[];
|
28367
28344
|
disabled: string | boolean | string[];
|
28368
|
-
nextIcon:
|
28369
|
-
prevIcon:
|
28370
|
-
modeIcon:
|
28345
|
+
nextIcon: IconValue;
|
28346
|
+
prevIcon: IconValue;
|
28347
|
+
modeIcon: IconValue;
|
28371
28348
|
viewMode: "month" | "year" | "months";
|
28372
28349
|
}, {}, string, vue.SlotsType<Partial<{
|
28373
28350
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -28383,15 +28360,15 @@ declare const VDatePickerControls: {
|
|
28383
28360
|
default: boolean;
|
28384
28361
|
};
|
28385
28362
|
nextIcon: {
|
28386
|
-
type:
|
28363
|
+
type: PropType<IconValue>;
|
28387
28364
|
default: string;
|
28388
28365
|
};
|
28389
28366
|
prevIcon: {
|
28390
|
-
type:
|
28367
|
+
type: PropType<IconValue>;
|
28391
28368
|
default: string;
|
28392
28369
|
};
|
28393
28370
|
modeIcon: {
|
28394
|
-
type:
|
28371
|
+
type: PropType<IconValue>;
|
28395
28372
|
default: string;
|
28396
28373
|
};
|
28397
28374
|
text: StringConstructor;
|
@@ -28409,15 +28386,15 @@ declare const VDatePickerControls: {
|
|
28409
28386
|
default: boolean;
|
28410
28387
|
};
|
28411
28388
|
nextIcon: {
|
28412
|
-
type:
|
28389
|
+
type: PropType<IconValue>;
|
28413
28390
|
default: string;
|
28414
28391
|
};
|
28415
28392
|
prevIcon: {
|
28416
|
-
type:
|
28393
|
+
type: PropType<IconValue>;
|
28417
28394
|
default: string;
|
28418
28395
|
};
|
28419
28396
|
modeIcon: {
|
28420
|
-
type:
|
28397
|
+
type: PropType<IconValue>;
|
28421
28398
|
default: string;
|
28422
28399
|
};
|
28423
28400
|
text: StringConstructor;
|
@@ -28595,6 +28572,7 @@ declare const VDatePickerMonth: {
|
|
28595
28572
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28596
28573
|
max?: unknown;
|
28597
28574
|
min?: unknown;
|
28575
|
+
firstDayOfWeek?: string | number | undefined;
|
28598
28576
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28599
28577
|
displayValue?: unknown;
|
28600
28578
|
} & {
|
@@ -28649,6 +28627,7 @@ declare const VDatePickerMonth: {
|
|
28649
28627
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28650
28628
|
max?: unknown;
|
28651
28629
|
min?: unknown;
|
28630
|
+
firstDayOfWeek?: string | number | undefined;
|
28652
28631
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28653
28632
|
displayValue?: unknown;
|
28654
28633
|
} & {
|
@@ -28725,6 +28704,7 @@ declare const VDatePickerMonth: {
|
|
28725
28704
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28726
28705
|
max?: unknown;
|
28727
28706
|
min?: unknown;
|
28707
|
+
firstDayOfWeek?: string | number | undefined;
|
28728
28708
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28729
28709
|
displayValue?: unknown;
|
28730
28710
|
} & {
|
@@ -28788,6 +28768,7 @@ declare const VDatePickerMonth: {
|
|
28788
28768
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28789
28769
|
max?: unknown;
|
28790
28770
|
min?: unknown;
|
28771
|
+
firstDayOfWeek?: string | number | undefined;
|
28791
28772
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28792
28773
|
displayValue?: unknown;
|
28793
28774
|
} & {
|
@@ -28875,6 +28856,7 @@ declare const VDatePickerMonth: {
|
|
28875
28856
|
type: PropType<"static" | "dynamic">;
|
28876
28857
|
default: string;
|
28877
28858
|
};
|
28859
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28878
28860
|
color: StringConstructor;
|
28879
28861
|
hideWeekdays: BooleanConstructor;
|
28880
28862
|
multiple: PropType<number | boolean | (string & {}) | "range">;
|
@@ -28918,6 +28900,7 @@ declare const VDatePickerMonth: {
|
|
28918
28900
|
type: PropType<"static" | "dynamic">;
|
28919
28901
|
default: string;
|
28920
28902
|
};
|
28903
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28921
28904
|
color: StringConstructor;
|
28922
28905
|
hideWeekdays: BooleanConstructor;
|
28923
28906
|
multiple: PropType<number | boolean | (string & {}) | "range">;
|
@@ -29605,7 +29588,7 @@ declare const VDialog: {
|
|
29605
29588
|
eager: boolean;
|
29606
29589
|
location: Anchor;
|
29607
29590
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29608
|
-
updateLocation: (e
|
29591
|
+
updateLocation: (e?: Event | undefined) => void;
|
29609
29592
|
} | undefined) | "connected";
|
29610
29593
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
29611
29594
|
activatorProps: Record<string, any>;
|
@@ -29690,7 +29673,7 @@ declare const VDialog: {
|
|
29690
29673
|
eager: boolean;
|
29691
29674
|
location: Anchor;
|
29692
29675
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29693
|
-
updateLocation: (e
|
29676
|
+
updateLocation: (e?: Event | undefined) => void;
|
29694
29677
|
} | undefined) | "connected";
|
29695
29678
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29696
29679
|
activatorProps: Record<string, any>;
|
@@ -29717,7 +29700,7 @@ declare const VDialog: {
|
|
29717
29700
|
eager: boolean;
|
29718
29701
|
location: Anchor;
|
29719
29702
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29720
|
-
updateLocation: (e
|
29703
|
+
updateLocation: (e?: Event | undefined) => void;
|
29721
29704
|
} | undefined) | "connected";
|
29722
29705
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29723
29706
|
activatorProps: Record<string, any>;
|
@@ -29795,7 +29778,7 @@ declare const VDialog: {
|
|
29795
29778
|
eager: boolean;
|
29796
29779
|
location: Anchor;
|
29797
29780
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29798
|
-
updateLocation: (e
|
29781
|
+
updateLocation: (e?: Event | undefined) => void;
|
29799
29782
|
} | undefined) | "connected";
|
29800
29783
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29801
29784
|
activatorProps: Record<string, any>;
|
@@ -29902,7 +29885,7 @@ declare const VDialog: {
|
|
29902
29885
|
eager: boolean;
|
29903
29886
|
location: Anchor;
|
29904
29887
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29905
|
-
updateLocation: (e
|
29888
|
+
updateLocation: (e?: Event | undefined) => void;
|
29906
29889
|
} | undefined) | "connected";
|
29907
29890
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29908
29891
|
activatorProps: Record<string, any>;
|
@@ -29998,7 +29981,7 @@ declare const VDialog: {
|
|
29998
29981
|
eager: boolean;
|
29999
29982
|
location: Anchor;
|
30000
29983
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30001
|
-
updateLocation: (e
|
29984
|
+
updateLocation: (e?: Event | undefined) => void;
|
30002
29985
|
} | undefined) | "connected";
|
30003
29986
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30004
29987
|
activatorProps: Record<string, any>;
|
@@ -30058,7 +30041,7 @@ declare const VDialog: {
|
|
30058
30041
|
eager: boolean;
|
30059
30042
|
location: Anchor;
|
30060
30043
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30061
|
-
updateLocation: (e
|
30044
|
+
updateLocation: (e?: Event | undefined) => void;
|
30062
30045
|
} | undefined) | "connected";
|
30063
30046
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30064
30047
|
activatorProps: Record<string, any>;
|
@@ -30154,7 +30137,7 @@ declare const VDialog: {
|
|
30154
30137
|
eager: boolean;
|
30155
30138
|
location: Anchor;
|
30156
30139
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30157
|
-
updateLocation: (e
|
30140
|
+
updateLocation: (e?: Event | undefined) => void;
|
30158
30141
|
} | undefined) | "connected";
|
30159
30142
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30160
30143
|
activatorProps: Record<string, any>;
|
@@ -30238,7 +30221,7 @@ declare const VDialog: {
|
|
30238
30221
|
eager: boolean;
|
30239
30222
|
location: Anchor;
|
30240
30223
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30241
|
-
updateLocation: (e
|
30224
|
+
updateLocation: (e?: Event | undefined) => void;
|
30242
30225
|
} | undefined) | "connected";
|
30243
30226
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30244
30227
|
activatorProps: Record<string, any>;
|
@@ -30289,7 +30272,7 @@ declare const VDialog: {
|
|
30289
30272
|
eager: boolean;
|
30290
30273
|
location: Anchor;
|
30291
30274
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30292
|
-
updateLocation: (e
|
30275
|
+
updateLocation: (e?: Event | undefined) => void;
|
30293
30276
|
} | undefined) | "connected";
|
30294
30277
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30295
30278
|
activatorProps: Record<string, any>;
|
@@ -30374,7 +30357,7 @@ declare const VDialog: {
|
|
30374
30357
|
eager: boolean;
|
30375
30358
|
location: Anchor;
|
30376
30359
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30377
|
-
updateLocation: (e
|
30360
|
+
updateLocation: (e?: Event | undefined) => void;
|
30378
30361
|
} | undefined) | "connected";
|
30379
30362
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30380
30363
|
activatorProps: Record<string, any>;
|
@@ -30401,7 +30384,7 @@ declare const VDialog: {
|
|
30401
30384
|
eager: boolean;
|
30402
30385
|
location: Anchor;
|
30403
30386
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30404
|
-
updateLocation: (e
|
30387
|
+
updateLocation: (e?: Event | undefined) => void;
|
30405
30388
|
} | undefined) | "connected";
|
30406
30389
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30407
30390
|
activatorProps: Record<string, any>;
|
@@ -30479,7 +30462,7 @@ declare const VDialog: {
|
|
30479
30462
|
eager: boolean;
|
30480
30463
|
location: Anchor;
|
30481
30464
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30482
|
-
updateLocation: (e
|
30465
|
+
updateLocation: (e?: Event | undefined) => void;
|
30483
30466
|
} | undefined) | "connected";
|
30484
30467
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30485
30468
|
activatorProps: Record<string, any>;
|
@@ -30586,7 +30569,7 @@ declare const VDialog: {
|
|
30586
30569
|
eager: boolean;
|
30587
30570
|
location: Anchor;
|
30588
30571
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30589
|
-
updateLocation: (e
|
30572
|
+
updateLocation: (e?: Event | undefined) => void;
|
30590
30573
|
} | undefined) | "connected";
|
30591
30574
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30592
30575
|
activatorProps: Record<string, any>;
|
@@ -30682,7 +30665,7 @@ declare const VDialog: {
|
|
30682
30665
|
eager: boolean;
|
30683
30666
|
location: Anchor;
|
30684
30667
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30685
|
-
updateLocation: (e
|
30668
|
+
updateLocation: (e?: Event | undefined) => void;
|
30686
30669
|
} | undefined) | "connected";
|
30687
30670
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30688
30671
|
activatorProps: Record<string, any>;
|
@@ -30742,7 +30725,7 @@ declare const VDialog: {
|
|
30742
30725
|
eager: boolean;
|
30743
30726
|
location: Anchor;
|
30744
30727
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30745
|
-
updateLocation: (e
|
30728
|
+
updateLocation: (e?: Event | undefined) => void;
|
30746
30729
|
} | undefined) | "connected";
|
30747
30730
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30748
30731
|
activatorProps: Record<string, any>;
|
@@ -30835,7 +30818,7 @@ declare const VDialog: {
|
|
30835
30818
|
eager: boolean;
|
30836
30819
|
location: Anchor;
|
30837
30820
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30838
|
-
updateLocation: (e
|
30821
|
+
updateLocation: (e?: Event | undefined) => void;
|
30839
30822
|
} | undefined) | "connected";
|
30840
30823
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30841
30824
|
activatorProps: Record<string, any>;
|
@@ -30870,7 +30853,7 @@ declare const VDialog: {
|
|
30870
30853
|
eager: boolean;
|
30871
30854
|
location: Anchor;
|
30872
30855
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30873
|
-
updateLocation: (e
|
30856
|
+
updateLocation: (e?: Event | undefined) => void;
|
30874
30857
|
} | undefined) | "connected";
|
30875
30858
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30876
30859
|
activatorProps: Record<string, any>;
|
@@ -30955,7 +30938,7 @@ declare const VDialog: {
|
|
30955
30938
|
eager: boolean;
|
30956
30939
|
location: Anchor;
|
30957
30940
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30958
|
-
updateLocation: (e
|
30941
|
+
updateLocation: (e?: Event | undefined) => void;
|
30959
30942
|
} | undefined) | "connected";
|
30960
30943
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30961
30944
|
activatorProps: Record<string, any>;
|
@@ -30982,7 +30965,7 @@ declare const VDialog: {
|
|
30982
30965
|
eager: boolean;
|
30983
30966
|
location: Anchor;
|
30984
30967
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30985
|
-
updateLocation: (e
|
30968
|
+
updateLocation: (e?: Event | undefined) => void;
|
30986
30969
|
} | undefined) | "connected";
|
30987
30970
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30988
30971
|
activatorProps: Record<string, any>;
|
@@ -31060,7 +31043,7 @@ declare const VDialog: {
|
|
31060
31043
|
eager: boolean;
|
31061
31044
|
location: Anchor;
|
31062
31045
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31063
|
-
updateLocation: (e
|
31046
|
+
updateLocation: (e?: Event | undefined) => void;
|
31064
31047
|
} | undefined) | "connected";
|
31065
31048
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31066
31049
|
activatorProps: Record<string, any>;
|
@@ -31167,7 +31150,7 @@ declare const VDialog: {
|
|
31167
31150
|
eager: boolean;
|
31168
31151
|
location: Anchor;
|
31169
31152
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31170
|
-
updateLocation: (e
|
31153
|
+
updateLocation: (e?: Event | undefined) => void;
|
31171
31154
|
} | undefined) | "connected";
|
31172
31155
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31173
31156
|
activatorProps: Record<string, any>;
|
@@ -31263,7 +31246,7 @@ declare const VDialog: {
|
|
31263
31246
|
eager: boolean;
|
31264
31247
|
location: Anchor;
|
31265
31248
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31266
|
-
updateLocation: (e
|
31249
|
+
updateLocation: (e?: Event | undefined) => void;
|
31267
31250
|
} | undefined) | "connected";
|
31268
31251
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31269
31252
|
activatorProps: Record<string, any>;
|
@@ -31323,7 +31306,7 @@ declare const VDialog: {
|
|
31323
31306
|
eager: boolean;
|
31324
31307
|
location: Anchor;
|
31325
31308
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31326
|
-
updateLocation: (e
|
31309
|
+
updateLocation: (e?: Event | undefined) => void;
|
31327
31310
|
} | undefined) | "connected";
|
31328
31311
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31329
31312
|
activatorProps: Record<string, any>;
|
@@ -31419,7 +31402,7 @@ declare const VDialog: {
|
|
31419
31402
|
eager: boolean;
|
31420
31403
|
location: Anchor;
|
31421
31404
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31422
|
-
updateLocation: (e
|
31405
|
+
updateLocation: (e?: Event | undefined) => void;
|
31423
31406
|
} | undefined) | "connected";
|
31424
31407
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
31425
31408
|
activatorProps: Record<string, any>;
|
@@ -31478,7 +31461,7 @@ declare const VDialog: {
|
|
31478
31461
|
};
|
31479
31462
|
locationStrategy: {
|
31480
31463
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31481
|
-
updateLocation: (e
|
31464
|
+
updateLocation: (e?: Event | undefined) => void;
|
31482
31465
|
} | undefined) | "connected">;
|
31483
31466
|
default: string;
|
31484
31467
|
validator: (val: any) => boolean;
|
@@ -31586,7 +31569,7 @@ declare const VDialog: {
|
|
31586
31569
|
};
|
31587
31570
|
locationStrategy: {
|
31588
31571
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31589
|
-
updateLocation: (e
|
31572
|
+
updateLocation: (e?: Event | undefined) => void;
|
31590
31573
|
} | undefined) | "connected">;
|
31591
31574
|
default: string;
|
31592
31575
|
validator: (val: any) => boolean;
|
@@ -34030,6 +34013,7 @@ declare const VFileInput: {
|
|
34030
34013
|
direction: "horizontal" | "vertical";
|
34031
34014
|
prependIcon: NonNullable<IconValue>;
|
34032
34015
|
clearIcon: IconValue;
|
34016
|
+
centerAffix: boolean;
|
34033
34017
|
hideSpinButtons: boolean;
|
34034
34018
|
persistentHint: boolean;
|
34035
34019
|
clearable: boolean;
|
@@ -34066,7 +34050,6 @@ declare const VFileInput: {
|
|
34066
34050
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34067
34051
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34068
34052
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34069
|
-
centerAffix?: boolean | undefined;
|
34070
34053
|
hint?: string | undefined;
|
34071
34054
|
hideDetails?: boolean | "auto" | undefined;
|
34072
34055
|
} & {
|
@@ -34415,6 +34398,7 @@ declare const VFileInput: {
|
|
34415
34398
|
direction: "horizontal" | "vertical";
|
34416
34399
|
prependIcon: NonNullable<IconValue>;
|
34417
34400
|
clearIcon: IconValue;
|
34401
|
+
centerAffix: boolean;
|
34418
34402
|
hideSpinButtons: boolean;
|
34419
34403
|
persistentHint: boolean;
|
34420
34404
|
clearable: boolean;
|
@@ -34451,7 +34435,6 @@ declare const VFileInput: {
|
|
34451
34435
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34452
34436
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34453
34437
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34454
|
-
centerAffix?: boolean | undefined;
|
34455
34438
|
hint?: string | undefined;
|
34456
34439
|
hideDetails?: boolean | "auto" | undefined;
|
34457
34440
|
} & {
|
@@ -34638,6 +34621,7 @@ declare const VFileInput: {
|
|
34638
34621
|
direction: "horizontal" | "vertical";
|
34639
34622
|
prependIcon: NonNullable<IconValue>;
|
34640
34623
|
clearIcon: IconValue;
|
34624
|
+
centerAffix: boolean;
|
34641
34625
|
hideSpinButtons: boolean;
|
34642
34626
|
persistentHint: boolean;
|
34643
34627
|
clearable: boolean;
|
@@ -34674,7 +34658,6 @@ declare const VFileInput: {
|
|
34674
34658
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34675
34659
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34676
34660
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34677
|
-
centerAffix?: boolean | undefined;
|
34678
34661
|
hint?: string | undefined;
|
34679
34662
|
hideDetails?: boolean | "auto" | undefined;
|
34680
34663
|
} & {
|
@@ -35057,6 +35040,7 @@ declare const VFileInput: {
|
|
35057
35040
|
direction: "horizontal" | "vertical";
|
35058
35041
|
prependIcon: NonNullable<IconValue>;
|
35059
35042
|
clearIcon: IconValue;
|
35043
|
+
centerAffix: boolean;
|
35060
35044
|
hideSpinButtons: boolean;
|
35061
35045
|
persistentHint: boolean;
|
35062
35046
|
clearable: boolean;
|
@@ -35093,7 +35077,6 @@ declare const VFileInput: {
|
|
35093
35077
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
35094
35078
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
35095
35079
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
35096
|
-
centerAffix?: boolean | undefined;
|
35097
35080
|
hint?: string | undefined;
|
35098
35081
|
hideDetails?: boolean | "auto" | undefined;
|
35099
35082
|
} & {
|
@@ -35525,10 +35508,7 @@ declare const VFileInput: {
|
|
35525
35508
|
default: string;
|
35526
35509
|
};
|
35527
35510
|
active: BooleanConstructor;
|
35528
|
-
centerAffix:
|
35529
|
-
type: BooleanConstructor;
|
35530
|
-
default: undefined;
|
35531
|
-
};
|
35511
|
+
centerAffix: BooleanConstructor;
|
35532
35512
|
color: StringConstructor;
|
35533
35513
|
baseColor: StringConstructor;
|
35534
35514
|
dirty: BooleanConstructor;
|
@@ -35647,10 +35627,7 @@ declare const VFileInput: {
|
|
35647
35627
|
default: string;
|
35648
35628
|
};
|
35649
35629
|
active: BooleanConstructor;
|
35650
|
-
centerAffix:
|
35651
|
-
type: BooleanConstructor;
|
35652
|
-
default: undefined;
|
35653
|
-
};
|
35630
|
+
centerAffix: BooleanConstructor;
|
35654
35631
|
color: StringConstructor;
|
35655
35632
|
baseColor: StringConstructor;
|
35656
35633
|
dirty: BooleanConstructor;
|
@@ -41452,7 +41429,7 @@ declare const VMenu: {
|
|
41452
41429
|
eager: boolean;
|
41453
41430
|
location: Anchor;
|
41454
41431
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41455
|
-
updateLocation: (e
|
41432
|
+
updateLocation: (e?: Event | undefined) => void;
|
41456
41433
|
} | undefined) | "connected">;
|
41457
41434
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41458
41435
|
closeDelay: NonNullable<string | number>;
|
@@ -41537,7 +41514,7 @@ declare const VMenu: {
|
|
41537
41514
|
eager: boolean;
|
41538
41515
|
location: Anchor;
|
41539
41516
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41540
|
-
updateLocation: (e
|
41517
|
+
updateLocation: (e?: Event | undefined) => void;
|
41541
41518
|
} | undefined) | "connected";
|
41542
41519
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41543
41520
|
activatorProps: Record<string, any>;
|
@@ -41564,7 +41541,7 @@ declare const VMenu: {
|
|
41564
41541
|
eager: boolean;
|
41565
41542
|
location: Anchor;
|
41566
41543
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41567
|
-
updateLocation: (e
|
41544
|
+
updateLocation: (e?: Event | undefined) => void;
|
41568
41545
|
} | undefined) | "connected";
|
41569
41546
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41570
41547
|
activatorProps: Record<string, any>;
|
@@ -41642,7 +41619,7 @@ declare const VMenu: {
|
|
41642
41619
|
eager: boolean;
|
41643
41620
|
location: Anchor;
|
41644
41621
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41645
|
-
updateLocation: (e
|
41622
|
+
updateLocation: (e?: Event | undefined) => void;
|
41646
41623
|
} | undefined) | "connected";
|
41647
41624
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41648
41625
|
activatorProps: Record<string, any>;
|
@@ -41749,7 +41726,7 @@ declare const VMenu: {
|
|
41749
41726
|
eager: boolean;
|
41750
41727
|
location: Anchor;
|
41751
41728
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41752
|
-
updateLocation: (e
|
41729
|
+
updateLocation: (e?: Event | undefined) => void;
|
41753
41730
|
} | undefined) | "connected";
|
41754
41731
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41755
41732
|
activatorProps: Record<string, any>;
|
@@ -41845,7 +41822,7 @@ declare const VMenu: {
|
|
41845
41822
|
eager: boolean;
|
41846
41823
|
location: Anchor;
|
41847
41824
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41848
|
-
updateLocation: (e
|
41825
|
+
updateLocation: (e?: Event | undefined) => void;
|
41849
41826
|
} | undefined) | "connected";
|
41850
41827
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41851
41828
|
activatorProps: Record<string, any>;
|
@@ -41905,7 +41882,7 @@ declare const VMenu: {
|
|
41905
41882
|
eager: boolean;
|
41906
41883
|
location: Anchor;
|
41907
41884
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41908
|
-
updateLocation: (e
|
41885
|
+
updateLocation: (e?: Event | undefined) => void;
|
41909
41886
|
} | undefined) | "connected";
|
41910
41887
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41911
41888
|
activatorProps: Record<string, any>;
|
@@ -41999,7 +41976,7 @@ declare const VMenu: {
|
|
41999
41976
|
eager: boolean;
|
42000
41977
|
location: Anchor;
|
42001
41978
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42002
|
-
updateLocation: (e
|
41979
|
+
updateLocation: (e?: Event | undefined) => void;
|
42003
41980
|
} | undefined) | "connected">;
|
42004
41981
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42005
41982
|
closeDelay: NonNullable<string | number>;
|
@@ -42079,7 +42056,7 @@ declare const VMenu: {
|
|
42079
42056
|
eager: boolean;
|
42080
42057
|
location: Anchor;
|
42081
42058
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42082
|
-
updateLocation: (e
|
42059
|
+
updateLocation: (e?: Event | undefined) => void;
|
42083
42060
|
} | undefined) | "connected">;
|
42084
42061
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42085
42062
|
closeDelay: NonNullable<string | number>;
|
@@ -42128,7 +42105,7 @@ declare const VMenu: {
|
|
42128
42105
|
eager: boolean;
|
42129
42106
|
location: Anchor;
|
42130
42107
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42131
|
-
updateLocation: (e
|
42108
|
+
updateLocation: (e?: Event | undefined) => void;
|
42132
42109
|
} | undefined) | "connected">;
|
42133
42110
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42134
42111
|
closeDelay: NonNullable<string | number>;
|
@@ -42213,7 +42190,7 @@ declare const VMenu: {
|
|
42213
42190
|
eager: boolean;
|
42214
42191
|
location: Anchor;
|
42215
42192
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42216
|
-
updateLocation: (e
|
42193
|
+
updateLocation: (e?: Event | undefined) => void;
|
42217
42194
|
} | undefined) | "connected";
|
42218
42195
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42219
42196
|
activatorProps: Record<string, any>;
|
@@ -42240,7 +42217,7 @@ declare const VMenu: {
|
|
42240
42217
|
eager: boolean;
|
42241
42218
|
location: Anchor;
|
42242
42219
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42243
|
-
updateLocation: (e
|
42220
|
+
updateLocation: (e?: Event | undefined) => void;
|
42244
42221
|
} | undefined) | "connected";
|
42245
42222
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42246
42223
|
activatorProps: Record<string, any>;
|
@@ -42318,7 +42295,7 @@ declare const VMenu: {
|
|
42318
42295
|
eager: boolean;
|
42319
42296
|
location: Anchor;
|
42320
42297
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42321
|
-
updateLocation: (e
|
42298
|
+
updateLocation: (e?: Event | undefined) => void;
|
42322
42299
|
} | undefined) | "connected";
|
42323
42300
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42324
42301
|
activatorProps: Record<string, any>;
|
@@ -42425,7 +42402,7 @@ declare const VMenu: {
|
|
42425
42402
|
eager: boolean;
|
42426
42403
|
location: Anchor;
|
42427
42404
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42428
|
-
updateLocation: (e
|
42405
|
+
updateLocation: (e?: Event | undefined) => void;
|
42429
42406
|
} | undefined) | "connected";
|
42430
42407
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42431
42408
|
activatorProps: Record<string, any>;
|
@@ -42521,7 +42498,7 @@ declare const VMenu: {
|
|
42521
42498
|
eager: boolean;
|
42522
42499
|
location: Anchor;
|
42523
42500
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42524
|
-
updateLocation: (e
|
42501
|
+
updateLocation: (e?: Event | undefined) => void;
|
42525
42502
|
} | undefined) | "connected";
|
42526
42503
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42527
42504
|
activatorProps: Record<string, any>;
|
@@ -42581,7 +42558,7 @@ declare const VMenu: {
|
|
42581
42558
|
eager: boolean;
|
42582
42559
|
location: Anchor;
|
42583
42560
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42584
|
-
updateLocation: (e
|
42561
|
+
updateLocation: (e?: Event | undefined) => void;
|
42585
42562
|
} | undefined) | "connected";
|
42586
42563
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42587
42564
|
activatorProps: Record<string, any>;
|
@@ -42673,7 +42650,7 @@ declare const VMenu: {
|
|
42673
42650
|
eager: boolean;
|
42674
42651
|
location: Anchor;
|
42675
42652
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42676
|
-
updateLocation: (e
|
42653
|
+
updateLocation: (e?: Event | undefined) => void;
|
42677
42654
|
} | undefined) | "connected">;
|
42678
42655
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42679
42656
|
closeDelay: NonNullable<string | number>;
|
@@ -42706,7 +42683,7 @@ declare const VMenu: {
|
|
42706
42683
|
eager: boolean;
|
42707
42684
|
location: Anchor;
|
42708
42685
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42709
|
-
updateLocation: (e
|
42686
|
+
updateLocation: (e?: Event | undefined) => void;
|
42710
42687
|
} | undefined) | "connected">;
|
42711
42688
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42712
42689
|
closeDelay: NonNullable<string | number>;
|
@@ -42791,7 +42768,7 @@ declare const VMenu: {
|
|
42791
42768
|
eager: boolean;
|
42792
42769
|
location: Anchor;
|
42793
42770
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42794
|
-
updateLocation: (e
|
42771
|
+
updateLocation: (e?: Event | undefined) => void;
|
42795
42772
|
} | undefined) | "connected";
|
42796
42773
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42797
42774
|
activatorProps: Record<string, any>;
|
@@ -42818,7 +42795,7 @@ declare const VMenu: {
|
|
42818
42795
|
eager: boolean;
|
42819
42796
|
location: Anchor;
|
42820
42797
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42821
|
-
updateLocation: (e
|
42798
|
+
updateLocation: (e?: Event | undefined) => void;
|
42822
42799
|
} | undefined) | "connected";
|
42823
42800
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42824
42801
|
activatorProps: Record<string, any>;
|
@@ -42896,7 +42873,7 @@ declare const VMenu: {
|
|
42896
42873
|
eager: boolean;
|
42897
42874
|
location: Anchor;
|
42898
42875
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42899
|
-
updateLocation: (e
|
42876
|
+
updateLocation: (e?: Event | undefined) => void;
|
42900
42877
|
} | undefined) | "connected";
|
42901
42878
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42902
42879
|
activatorProps: Record<string, any>;
|
@@ -43003,7 +42980,7 @@ declare const VMenu: {
|
|
43003
42980
|
eager: boolean;
|
43004
42981
|
location: Anchor;
|
43005
42982
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43006
|
-
updateLocation: (e
|
42983
|
+
updateLocation: (e?: Event | undefined) => void;
|
43007
42984
|
} | undefined) | "connected";
|
43008
42985
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43009
42986
|
activatorProps: Record<string, any>;
|
@@ -43099,7 +43076,7 @@ declare const VMenu: {
|
|
43099
43076
|
eager: boolean;
|
43100
43077
|
location: Anchor;
|
43101
43078
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43102
|
-
updateLocation: (e
|
43079
|
+
updateLocation: (e?: Event | undefined) => void;
|
43103
43080
|
} | undefined) | "connected";
|
43104
43081
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43105
43082
|
activatorProps: Record<string, any>;
|
@@ -43159,7 +43136,7 @@ declare const VMenu: {
|
|
43159
43136
|
eager: boolean;
|
43160
43137
|
location: Anchor;
|
43161
43138
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43162
|
-
updateLocation: (e
|
43139
|
+
updateLocation: (e?: Event | undefined) => void;
|
43163
43140
|
} | undefined) | "connected";
|
43164
43141
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43165
43142
|
activatorProps: Record<string, any>;
|
@@ -43253,7 +43230,7 @@ declare const VMenu: {
|
|
43253
43230
|
eager: boolean;
|
43254
43231
|
location: Anchor;
|
43255
43232
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43256
|
-
updateLocation: (e
|
43233
|
+
updateLocation: (e?: Event | undefined) => void;
|
43257
43234
|
} | undefined) | "connected">;
|
43258
43235
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
43259
43236
|
closeDelay: NonNullable<string | number>;
|
@@ -43334,16 +43311,16 @@ declare const VMenu: {
|
|
43334
43311
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43335
43312
|
locationStrategy: Omit<{
|
43336
43313
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43337
|
-
updateLocation: (e
|
43314
|
+
updateLocation: (e?: Event | undefined) => void;
|
43338
43315
|
} | undefined) | "connected">;
|
43339
43316
|
default: string;
|
43340
43317
|
validator: (val: any) => boolean;
|
43341
43318
|
}, "default" | "type"> & {
|
43342
43319
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43343
|
-
updateLocation: (e
|
43320
|
+
updateLocation: (e?: Event | undefined) => void;
|
43344
43321
|
} | undefined) | "connected">>;
|
43345
43322
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43346
|
-
updateLocation: (e
|
43323
|
+
updateLocation: (e?: Event | undefined) => void;
|
43347
43324
|
} | undefined) | "connected">;
|
43348
43325
|
};
|
43349
43326
|
scrollStrategy: Omit<{
|
@@ -43449,16 +43426,16 @@ declare const VMenu: {
|
|
43449
43426
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43450
43427
|
locationStrategy: Omit<{
|
43451
43428
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43452
|
-
updateLocation: (e
|
43429
|
+
updateLocation: (e?: Event | undefined) => void;
|
43453
43430
|
} | undefined) | "connected">;
|
43454
43431
|
default: string;
|
43455
43432
|
validator: (val: any) => boolean;
|
43456
43433
|
}, "default" | "type"> & {
|
43457
43434
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43458
|
-
updateLocation: (e
|
43435
|
+
updateLocation: (e?: Event | undefined) => void;
|
43459
43436
|
} | undefined) | "connected">>;
|
43460
43437
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43461
|
-
updateLocation: (e
|
43438
|
+
updateLocation: (e?: Event | undefined) => void;
|
43462
43439
|
} | undefined) | "connected">;
|
43463
43440
|
};
|
43464
43441
|
scrollStrategy: Omit<{
|
@@ -44423,7 +44400,7 @@ declare const VOverlay: {
|
|
44423
44400
|
eager: boolean;
|
44424
44401
|
location: Anchor;
|
44425
44402
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44426
|
-
updateLocation: (e
|
44403
|
+
updateLocation: (e?: Event | undefined) => void;
|
44427
44404
|
} | undefined) | "connected";
|
44428
44405
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44429
44406
|
activatorProps: Record<string, any>;
|
@@ -44519,7 +44496,7 @@ declare const VOverlay: {
|
|
44519
44496
|
eager: boolean;
|
44520
44497
|
location: Anchor;
|
44521
44498
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44522
|
-
updateLocation: (e
|
44499
|
+
updateLocation: (e?: Event | undefined) => void;
|
44523
44500
|
} | undefined) | "connected";
|
44524
44501
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44525
44502
|
activatorProps: Record<string, any>;
|
@@ -44601,7 +44578,7 @@ declare const VOverlay: {
|
|
44601
44578
|
eager: boolean;
|
44602
44579
|
location: Anchor;
|
44603
44580
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44604
|
-
updateLocation: (e
|
44581
|
+
updateLocation: (e?: Event | undefined) => void;
|
44605
44582
|
} | undefined) | "connected";
|
44606
44583
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44607
44584
|
activatorProps: Record<string, any>;
|
@@ -44648,7 +44625,7 @@ declare const VOverlay: {
|
|
44648
44625
|
eager: boolean;
|
44649
44626
|
location: Anchor;
|
44650
44627
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44651
|
-
updateLocation: (e
|
44628
|
+
updateLocation: (e?: Event | undefined) => void;
|
44652
44629
|
} | undefined) | "connected";
|
44653
44630
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44654
44631
|
activatorProps: Record<string, any>;
|
@@ -44739,7 +44716,7 @@ declare const VOverlay: {
|
|
44739
44716
|
eager: boolean;
|
44740
44717
|
location: Anchor;
|
44741
44718
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44742
|
-
updateLocation: (e
|
44719
|
+
updateLocation: (e?: Event | undefined) => void;
|
44743
44720
|
} | undefined) | "connected";
|
44744
44721
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44745
44722
|
activatorProps: Record<string, any>;
|
@@ -44770,7 +44747,7 @@ declare const VOverlay: {
|
|
44770
44747
|
eager: boolean;
|
44771
44748
|
location: Anchor;
|
44772
44749
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44773
|
-
updateLocation: (e
|
44750
|
+
updateLocation: (e?: Event | undefined) => void;
|
44774
44751
|
} | undefined) | "connected";
|
44775
44752
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44776
44753
|
activatorProps: Record<string, any>;
|
@@ -44866,7 +44843,7 @@ declare const VOverlay: {
|
|
44866
44843
|
eager: boolean;
|
44867
44844
|
location: Anchor;
|
44868
44845
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44869
|
-
updateLocation: (e
|
44846
|
+
updateLocation: (e?: Event | undefined) => void;
|
44870
44847
|
} | undefined) | "connected";
|
44871
44848
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44872
44849
|
activatorProps: Record<string, any>;
|
@@ -44909,7 +44886,7 @@ declare const VOverlay: {
|
|
44909
44886
|
};
|
44910
44887
|
locationStrategy: {
|
44911
44888
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44912
|
-
updateLocation: (e
|
44889
|
+
updateLocation: (e?: Event | undefined) => void;
|
44913
44890
|
} | undefined) | "connected">;
|
44914
44891
|
default: string;
|
44915
44892
|
validator: (val: any) => boolean;
|
@@ -44992,7 +44969,7 @@ declare const VOverlay: {
|
|
44992
44969
|
};
|
44993
44970
|
locationStrategy: {
|
44994
44971
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44995
|
-
updateLocation: (e
|
44972
|
+
updateLocation: (e?: Event | undefined) => void;
|
44996
44973
|
} | undefined) | "connected">;
|
44997
44974
|
default: string;
|
44998
44975
|
validator: (val: any) => boolean;
|
@@ -47298,10 +47275,7 @@ declare const VRadioGroup: {
|
|
47298
47275
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
47299
47276
|
minWidth: (StringConstructor | NumberConstructor)[];
|
47300
47277
|
appendIcon: vue.PropType<IconValue>;
|
47301
|
-
centerAffix:
|
47302
|
-
type: BooleanConstructor;
|
47303
|
-
default: boolean;
|
47304
|
-
};
|
47278
|
+
centerAffix: BooleanConstructor;
|
47305
47279
|
prependIcon: vue.PropType<IconValue>;
|
47306
47280
|
hideDetails: vue.PropType<boolean | "auto">;
|
47307
47281
|
hideSpinButtons: BooleanConstructor;
|
@@ -47392,10 +47366,7 @@ declare const VRadioGroup: {
|
|
47392
47366
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
47393
47367
|
minWidth: (StringConstructor | NumberConstructor)[];
|
47394
47368
|
appendIcon: vue.PropType<IconValue>;
|
47395
|
-
centerAffix:
|
47396
|
-
type: BooleanConstructor;
|
47397
|
-
default: boolean;
|
47398
|
-
};
|
47369
|
+
centerAffix: BooleanConstructor;
|
47399
47370
|
prependIcon: vue.PropType<IconValue>;
|
47400
47371
|
hideDetails: vue.PropType<boolean | "auto">;
|
47401
47372
|
hideSpinButtons: BooleanConstructor;
|
@@ -48121,10 +48092,7 @@ declare const VRangeSlider: {
|
|
48121
48092
|
};
|
48122
48093
|
id: StringConstructor;
|
48123
48094
|
appendIcon: PropType<IconValue>;
|
48124
|
-
centerAffix:
|
48125
|
-
type: BooleanConstructor;
|
48126
|
-
default: boolean;
|
48127
|
-
};
|
48095
|
+
centerAffix: BooleanConstructor;
|
48128
48096
|
prependIcon: PropType<IconValue>;
|
48129
48097
|
hideDetails: PropType<boolean | "auto">;
|
48130
48098
|
hideSpinButtons: BooleanConstructor;
|
@@ -48248,10 +48216,7 @@ declare const VRangeSlider: {
|
|
48248
48216
|
};
|
48249
48217
|
id: StringConstructor;
|
48250
48218
|
appendIcon: PropType<IconValue>;
|
48251
|
-
centerAffix:
|
48252
|
-
type: BooleanConstructor;
|
48253
|
-
default: boolean;
|
48254
|
-
};
|
48219
|
+
centerAffix: BooleanConstructor;
|
48255
48220
|
prependIcon: PropType<IconValue>;
|
48256
48221
|
hideDetails: PropType<boolean | "auto">;
|
48257
48222
|
hideSpinButtons: BooleanConstructor;
|
@@ -48829,6 +48794,7 @@ declare const VSelect: {
|
|
48829
48794
|
direction: "horizontal" | "vertical";
|
48830
48795
|
valueComparator: typeof deepEqual;
|
48831
48796
|
clearIcon: IconValue;
|
48797
|
+
centerAffix: boolean;
|
48832
48798
|
hideSpinButtons: boolean;
|
48833
48799
|
persistentHint: boolean;
|
48834
48800
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -48873,7 +48839,6 @@ declare const VSelect: {
|
|
48873
48839
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
48874
48840
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
48875
48841
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
48876
|
-
centerAffix?: boolean | undefined;
|
48877
48842
|
hint?: string | undefined;
|
48878
48843
|
hideDetails?: boolean | "auto" | undefined;
|
48879
48844
|
suffix?: string | undefined;
|
@@ -49152,7 +49117,7 @@ declare const VSelect: {
|
|
49152
49117
|
eager: boolean;
|
49153
49118
|
location: Anchor;
|
49154
49119
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49155
|
-
updateLocation: (e
|
49120
|
+
updateLocation: (e?: Event | undefined) => void;
|
49156
49121
|
} | undefined) | "connected">;
|
49157
49122
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49158
49123
|
closeDelay: NonNullable<string | number>;
|
@@ -49181,7 +49146,7 @@ declare const VSelect: {
|
|
49181
49146
|
eager: boolean;
|
49182
49147
|
location: Anchor;
|
49183
49148
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49184
|
-
updateLocation: (e
|
49149
|
+
updateLocation: (e?: Event | undefined) => void;
|
49185
49150
|
} | undefined) | "connected">;
|
49186
49151
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49187
49152
|
closeDelay: NonNullable<string | number>;
|
@@ -49257,7 +49222,7 @@ declare const VSelect: {
|
|
49257
49222
|
eager: boolean;
|
49258
49223
|
location: Anchor;
|
49259
49224
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49260
|
-
updateLocation: (e
|
49225
|
+
updateLocation: (e?: Event | undefined) => void;
|
49261
49226
|
} | undefined) | "connected">;
|
49262
49227
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49263
49228
|
closeDelay: NonNullable<string | number>;
|
@@ -49361,6 +49326,7 @@ declare const VSelect: {
|
|
49361
49326
|
direction: "horizontal" | "vertical";
|
49362
49327
|
valueComparator: typeof deepEqual;
|
49363
49328
|
clearIcon: IconValue;
|
49329
|
+
centerAffix: boolean;
|
49364
49330
|
hideSpinButtons: boolean;
|
49365
49331
|
persistentHint: boolean;
|
49366
49332
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -49405,7 +49371,6 @@ declare const VSelect: {
|
|
49405
49371
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
49406
49372
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49407
49373
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49408
|
-
centerAffix?: boolean | undefined;
|
49409
49374
|
hint?: string | undefined;
|
49410
49375
|
hideDetails?: boolean | "auto" | undefined;
|
49411
49376
|
suffix?: string | undefined;
|
@@ -49684,7 +49649,7 @@ declare const VSelect: {
|
|
49684
49649
|
eager: boolean;
|
49685
49650
|
location: Anchor;
|
49686
49651
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49687
|
-
updateLocation: (e
|
49652
|
+
updateLocation: (e?: Event | undefined) => void;
|
49688
49653
|
} | undefined) | "connected">;
|
49689
49654
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49690
49655
|
closeDelay: NonNullable<string | number>;
|
@@ -49713,7 +49678,7 @@ declare const VSelect: {
|
|
49713
49678
|
eager: boolean;
|
49714
49679
|
location: Anchor;
|
49715
49680
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49716
|
-
updateLocation: (e
|
49681
|
+
updateLocation: (e?: Event | undefined) => void;
|
49717
49682
|
} | undefined) | "connected">;
|
49718
49683
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49719
49684
|
closeDelay: NonNullable<string | number>;
|
@@ -49789,7 +49754,7 @@ declare const VSelect: {
|
|
49789
49754
|
eager: boolean;
|
49790
49755
|
location: Anchor;
|
49791
49756
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49792
|
-
updateLocation: (e
|
49757
|
+
updateLocation: (e?: Event | undefined) => void;
|
49793
49758
|
} | undefined) | "connected">;
|
49794
49759
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49795
49760
|
closeDelay: NonNullable<string | number>;
|
@@ -50006,6 +49971,7 @@ declare const VSelect: {
|
|
50006
49971
|
direction: "horizontal" | "vertical";
|
50007
49972
|
valueComparator: typeof deepEqual;
|
50008
49973
|
clearIcon: IconValue;
|
49974
|
+
centerAffix: boolean;
|
50009
49975
|
hideSpinButtons: boolean;
|
50010
49976
|
persistentHint: boolean;
|
50011
49977
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -50050,7 +50016,6 @@ declare const VSelect: {
|
|
50050
50016
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
50051
50017
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50052
50018
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50053
|
-
centerAffix?: boolean | undefined;
|
50054
50019
|
hint?: string | undefined;
|
50055
50020
|
hideDetails?: boolean | "auto" | undefined;
|
50056
50021
|
suffix?: string | undefined;
|
@@ -50329,7 +50294,7 @@ declare const VSelect: {
|
|
50329
50294
|
eager: boolean;
|
50330
50295
|
location: Anchor;
|
50331
50296
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50332
|
-
updateLocation: (e
|
50297
|
+
updateLocation: (e?: Event | undefined) => void;
|
50333
50298
|
} | undefined) | "connected">;
|
50334
50299
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50335
50300
|
closeDelay: NonNullable<string | number>;
|
@@ -50358,7 +50323,7 @@ declare const VSelect: {
|
|
50358
50323
|
eager: boolean;
|
50359
50324
|
location: Anchor;
|
50360
50325
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50361
|
-
updateLocation: (e
|
50326
|
+
updateLocation: (e?: Event | undefined) => void;
|
50362
50327
|
} | undefined) | "connected">;
|
50363
50328
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50364
50329
|
closeDelay: NonNullable<string | number>;
|
@@ -50434,7 +50399,7 @@ declare const VSelect: {
|
|
50434
50399
|
eager: boolean;
|
50435
50400
|
location: Anchor;
|
50436
50401
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50437
|
-
updateLocation: (e
|
50402
|
+
updateLocation: (e?: Event | undefined) => void;
|
50438
50403
|
} | undefined) | "connected">;
|
50439
50404
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50440
50405
|
closeDelay: NonNullable<string | number>;
|
@@ -50586,6 +50551,7 @@ declare const VSelect: {
|
|
50586
50551
|
direction: "horizontal" | "vertical";
|
50587
50552
|
valueComparator: typeof deepEqual;
|
50588
50553
|
clearIcon: IconValue;
|
50554
|
+
centerAffix: boolean;
|
50589
50555
|
hideSpinButtons: boolean;
|
50590
50556
|
persistentHint: boolean;
|
50591
50557
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -50630,7 +50596,6 @@ declare const VSelect: {
|
|
50630
50596
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
50631
50597
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50632
50598
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50633
|
-
centerAffix?: boolean | undefined;
|
50634
50599
|
hint?: string | undefined;
|
50635
50600
|
hideDetails?: boolean | "auto" | undefined;
|
50636
50601
|
suffix?: string | undefined;
|
@@ -50909,7 +50874,7 @@ declare const VSelect: {
|
|
50909
50874
|
eager: boolean;
|
50910
50875
|
location: Anchor;
|
50911
50876
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50912
|
-
updateLocation: (e
|
50877
|
+
updateLocation: (e?: Event | undefined) => void;
|
50913
50878
|
} | undefined) | "connected">;
|
50914
50879
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50915
50880
|
closeDelay: NonNullable<string | number>;
|
@@ -50938,7 +50903,7 @@ declare const VSelect: {
|
|
50938
50903
|
eager: boolean;
|
50939
50904
|
location: Anchor;
|
50940
50905
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50941
|
-
updateLocation: (e
|
50906
|
+
updateLocation: (e?: Event | undefined) => void;
|
50942
50907
|
} | undefined) | "connected">;
|
50943
50908
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50944
50909
|
closeDelay: NonNullable<string | number>;
|
@@ -51014,7 +50979,7 @@ declare const VSelect: {
|
|
51014
50979
|
eager: boolean;
|
51015
50980
|
location: Anchor;
|
51016
50981
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51017
|
-
updateLocation: (e
|
50982
|
+
updateLocation: (e?: Event | undefined) => void;
|
51018
50983
|
} | undefined) | "connected">;
|
51019
50984
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51020
50985
|
closeDelay: NonNullable<string | number>;
|
@@ -51366,10 +51331,7 @@ declare const VSelect: {
|
|
51366
51331
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51367
51332
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
51368
51333
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
51369
|
-
centerAffix:
|
51370
|
-
type: BooleanConstructor;
|
51371
|
-
default: undefined;
|
51372
|
-
};
|
51334
|
+
centerAffix: BooleanConstructor;
|
51373
51335
|
hideSpinButtons: BooleanConstructor;
|
51374
51336
|
hint: StringConstructor;
|
51375
51337
|
persistentHint: BooleanConstructor;
|
@@ -51705,7 +51667,7 @@ declare const VSelect: {
|
|
51705
51667
|
eager: boolean;
|
51706
51668
|
location: Anchor;
|
51707
51669
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51708
|
-
updateLocation: (e
|
51670
|
+
updateLocation: (e?: Event | undefined) => void;
|
51709
51671
|
} | undefined) | "connected">;
|
51710
51672
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51711
51673
|
closeDelay: NonNullable<string | number>;
|
@@ -51734,7 +51696,7 @@ declare const VSelect: {
|
|
51734
51696
|
eager: boolean;
|
51735
51697
|
location: Anchor;
|
51736
51698
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51737
|
-
updateLocation: (e
|
51699
|
+
updateLocation: (e?: Event | undefined) => void;
|
51738
51700
|
} | undefined) | "connected">;
|
51739
51701
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51740
51702
|
closeDelay: NonNullable<string | number>;
|
@@ -51810,7 +51772,7 @@ declare const VSelect: {
|
|
51810
51772
|
eager: boolean;
|
51811
51773
|
location: Anchor;
|
51812
51774
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51813
|
-
updateLocation: (e
|
51775
|
+
updateLocation: (e?: Event | undefined) => void;
|
51814
51776
|
} | undefined) | "connected">;
|
51815
51777
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51816
51778
|
closeDelay: NonNullable<string | number>;
|
@@ -51998,10 +51960,7 @@ declare const VSelect: {
|
|
51998
51960
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51999
51961
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
52000
51962
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
52001
|
-
centerAffix:
|
52002
|
-
type: BooleanConstructor;
|
52003
|
-
default: undefined;
|
52004
|
-
};
|
51963
|
+
centerAffix: BooleanConstructor;
|
52005
51964
|
hideSpinButtons: BooleanConstructor;
|
52006
51965
|
hint: StringConstructor;
|
52007
51966
|
persistentHint: BooleanConstructor;
|
@@ -52337,7 +52296,7 @@ declare const VSelect: {
|
|
52337
52296
|
eager: boolean;
|
52338
52297
|
location: Anchor;
|
52339
52298
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52340
|
-
updateLocation: (e
|
52299
|
+
updateLocation: (e?: Event | undefined) => void;
|
52341
52300
|
} | undefined) | "connected">;
|
52342
52301
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52343
52302
|
closeDelay: NonNullable<string | number>;
|
@@ -52366,7 +52325,7 @@ declare const VSelect: {
|
|
52366
52325
|
eager: boolean;
|
52367
52326
|
location: Anchor;
|
52368
52327
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52369
|
-
updateLocation: (e
|
52328
|
+
updateLocation: (e?: Event | undefined) => void;
|
52370
52329
|
} | undefined) | "connected">;
|
52371
52330
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52372
52331
|
closeDelay: NonNullable<string | number>;
|
@@ -52442,7 +52401,7 @@ declare const VSelect: {
|
|
52442
52401
|
eager: boolean;
|
52443
52402
|
location: Anchor;
|
52444
52403
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52445
|
-
updateLocation: (e
|
52404
|
+
updateLocation: (e?: Event | undefined) => void;
|
52446
52405
|
} | undefined) | "connected">;
|
52447
52406
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52448
52407
|
closeDelay: NonNullable<string | number>;
|
@@ -54035,10 +53994,7 @@ declare const VSlider: {
|
|
54035
53994
|
};
|
54036
53995
|
id: StringConstructor;
|
54037
53996
|
appendIcon: vue.PropType<IconValue>;
|
54038
|
-
centerAffix:
|
54039
|
-
type: BooleanConstructor;
|
54040
|
-
default: boolean;
|
54041
|
-
};
|
53997
|
+
centerAffix: BooleanConstructor;
|
54042
53998
|
prependIcon: vue.PropType<IconValue>;
|
54043
53999
|
hideDetails: vue.PropType<boolean | "auto">;
|
54044
54000
|
hideSpinButtons: BooleanConstructor;
|
@@ -54161,10 +54117,7 @@ declare const VSlider: {
|
|
54161
54117
|
};
|
54162
54118
|
id: StringConstructor;
|
54163
54119
|
appendIcon: vue.PropType<IconValue>;
|
54164
|
-
centerAffix:
|
54165
|
-
type: BooleanConstructor;
|
54166
|
-
default: boolean;
|
54167
|
-
};
|
54120
|
+
centerAffix: BooleanConstructor;
|
54168
54121
|
prependIcon: vue.PropType<IconValue>;
|
54169
54122
|
hideDetails: vue.PropType<boolean | "auto">;
|
54170
54123
|
hideSpinButtons: BooleanConstructor;
|
@@ -54259,7 +54212,7 @@ declare const VSnackbar: {
|
|
54259
54212
|
eager: boolean;
|
54260
54213
|
location: Anchor;
|
54261
54214
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54262
|
-
updateLocation: (e
|
54215
|
+
updateLocation: (e?: Event | undefined) => void;
|
54263
54216
|
} | undefined) | "connected";
|
54264
54217
|
activatorProps: Record<string, any>;
|
54265
54218
|
openOnHover: boolean;
|
@@ -54344,7 +54297,7 @@ declare const VSnackbar: {
|
|
54344
54297
|
eager: boolean;
|
54345
54298
|
location: Anchor;
|
54346
54299
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54347
|
-
updateLocation: (e
|
54300
|
+
updateLocation: (e?: Event | undefined) => void;
|
54348
54301
|
} | undefined) | "connected";
|
54349
54302
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54350
54303
|
activatorProps: Record<string, any>;
|
@@ -54371,7 +54324,7 @@ declare const VSnackbar: {
|
|
54371
54324
|
eager: boolean;
|
54372
54325
|
location: Anchor;
|
54373
54326
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54374
|
-
updateLocation: (e
|
54327
|
+
updateLocation: (e?: Event | undefined) => void;
|
54375
54328
|
} | undefined) | "connected";
|
54376
54329
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54377
54330
|
activatorProps: Record<string, any>;
|
@@ -54449,7 +54402,7 @@ declare const VSnackbar: {
|
|
54449
54402
|
eager: boolean;
|
54450
54403
|
location: Anchor;
|
54451
54404
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54452
|
-
updateLocation: (e
|
54405
|
+
updateLocation: (e?: Event | undefined) => void;
|
54453
54406
|
} | undefined) | "connected";
|
54454
54407
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54455
54408
|
activatorProps: Record<string, any>;
|
@@ -54556,7 +54509,7 @@ declare const VSnackbar: {
|
|
54556
54509
|
eager: boolean;
|
54557
54510
|
location: Anchor;
|
54558
54511
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54559
|
-
updateLocation: (e
|
54512
|
+
updateLocation: (e?: Event | undefined) => void;
|
54560
54513
|
} | undefined) | "connected";
|
54561
54514
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54562
54515
|
activatorProps: Record<string, any>;
|
@@ -54652,7 +54605,7 @@ declare const VSnackbar: {
|
|
54652
54605
|
eager: boolean;
|
54653
54606
|
location: Anchor;
|
54654
54607
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54655
|
-
updateLocation: (e
|
54608
|
+
updateLocation: (e?: Event | undefined) => void;
|
54656
54609
|
} | undefined) | "connected";
|
54657
54610
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54658
54611
|
activatorProps: Record<string, any>;
|
@@ -54712,7 +54665,7 @@ declare const VSnackbar: {
|
|
54712
54665
|
eager: boolean;
|
54713
54666
|
location: Anchor;
|
54714
54667
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54715
|
-
updateLocation: (e
|
54668
|
+
updateLocation: (e?: Event | undefined) => void;
|
54716
54669
|
} | undefined) | "connected";
|
54717
54670
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54718
54671
|
activatorProps: Record<string, any>;
|
@@ -54808,7 +54761,7 @@ declare const VSnackbar: {
|
|
54808
54761
|
eager: boolean;
|
54809
54762
|
location: Anchor;
|
54810
54763
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54811
|
-
updateLocation: (e
|
54764
|
+
updateLocation: (e?: Event | undefined) => void;
|
54812
54765
|
} | undefined) | "connected";
|
54813
54766
|
activatorProps: Record<string, any>;
|
54814
54767
|
openOnHover: boolean;
|
@@ -54894,7 +54847,7 @@ declare const VSnackbar: {
|
|
54894
54847
|
eager: boolean;
|
54895
54848
|
location: Anchor;
|
54896
54849
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54897
|
-
updateLocation: (e
|
54850
|
+
updateLocation: (e?: Event | undefined) => void;
|
54898
54851
|
} | undefined) | "connected";
|
54899
54852
|
activatorProps: Record<string, any>;
|
54900
54853
|
openOnClick: boolean;
|
@@ -54946,7 +54899,7 @@ declare const VSnackbar: {
|
|
54946
54899
|
eager: boolean;
|
54947
54900
|
location: Anchor;
|
54948
54901
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54949
|
-
updateLocation: (e
|
54902
|
+
updateLocation: (e?: Event | undefined) => void;
|
54950
54903
|
} | undefined) | "connected";
|
54951
54904
|
activatorProps: Record<string, any>;
|
54952
54905
|
openOnHover: boolean;
|
@@ -55031,7 +54984,7 @@ declare const VSnackbar: {
|
|
55031
54984
|
eager: boolean;
|
55032
54985
|
location: Anchor;
|
55033
54986
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55034
|
-
updateLocation: (e
|
54987
|
+
updateLocation: (e?: Event | undefined) => void;
|
55035
54988
|
} | undefined) | "connected";
|
55036
54989
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55037
54990
|
activatorProps: Record<string, any>;
|
@@ -55058,7 +55011,7 @@ declare const VSnackbar: {
|
|
55058
55011
|
eager: boolean;
|
55059
55012
|
location: Anchor;
|
55060
55013
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55061
|
-
updateLocation: (e
|
55014
|
+
updateLocation: (e?: Event | undefined) => void;
|
55062
55015
|
} | undefined) | "connected";
|
55063
55016
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55064
55017
|
activatorProps: Record<string, any>;
|
@@ -55136,7 +55089,7 @@ declare const VSnackbar: {
|
|
55136
55089
|
eager: boolean;
|
55137
55090
|
location: Anchor;
|
55138
55091
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55139
|
-
updateLocation: (e
|
55092
|
+
updateLocation: (e?: Event | undefined) => void;
|
55140
55093
|
} | undefined) | "connected";
|
55141
55094
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55142
55095
|
activatorProps: Record<string, any>;
|
@@ -55243,7 +55196,7 @@ declare const VSnackbar: {
|
|
55243
55196
|
eager: boolean;
|
55244
55197
|
location: Anchor;
|
55245
55198
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55246
|
-
updateLocation: (e
|
55199
|
+
updateLocation: (e?: Event | undefined) => void;
|
55247
55200
|
} | undefined) | "connected";
|
55248
55201
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55249
55202
|
activatorProps: Record<string, any>;
|
@@ -55339,7 +55292,7 @@ declare const VSnackbar: {
|
|
55339
55292
|
eager: boolean;
|
55340
55293
|
location: Anchor;
|
55341
55294
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55342
|
-
updateLocation: (e
|
55295
|
+
updateLocation: (e?: Event | undefined) => void;
|
55343
55296
|
} | undefined) | "connected";
|
55344
55297
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55345
55298
|
activatorProps: Record<string, any>;
|
@@ -55399,7 +55352,7 @@ declare const VSnackbar: {
|
|
55399
55352
|
eager: boolean;
|
55400
55353
|
location: Anchor;
|
55401
55354
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55402
|
-
updateLocation: (e
|
55355
|
+
updateLocation: (e?: Event | undefined) => void;
|
55403
55356
|
} | undefined) | "connected";
|
55404
55357
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55405
55358
|
activatorProps: Record<string, any>;
|
@@ -55494,7 +55447,7 @@ declare const VSnackbar: {
|
|
55494
55447
|
eager: boolean;
|
55495
55448
|
location: Anchor;
|
55496
55449
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55497
|
-
updateLocation: (e
|
55450
|
+
updateLocation: (e?: Event | undefined) => void;
|
55498
55451
|
} | undefined) | "connected";
|
55499
55452
|
activatorProps: Record<string, any>;
|
55500
55453
|
openOnClick: boolean;
|
@@ -55525,7 +55478,7 @@ declare const VSnackbar: {
|
|
55525
55478
|
eager: boolean;
|
55526
55479
|
location: Anchor;
|
55527
55480
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55528
|
-
updateLocation: (e
|
55481
|
+
updateLocation: (e?: Event | undefined) => void;
|
55529
55482
|
} | undefined) | "connected";
|
55530
55483
|
activatorProps: Record<string, any>;
|
55531
55484
|
openOnHover: boolean;
|
@@ -55610,7 +55563,7 @@ declare const VSnackbar: {
|
|
55610
55563
|
eager: boolean;
|
55611
55564
|
location: Anchor;
|
55612
55565
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55613
|
-
updateLocation: (e
|
55566
|
+
updateLocation: (e?: Event | undefined) => void;
|
55614
55567
|
} | undefined) | "connected";
|
55615
55568
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55616
55569
|
activatorProps: Record<string, any>;
|
@@ -55637,7 +55590,7 @@ declare const VSnackbar: {
|
|
55637
55590
|
eager: boolean;
|
55638
55591
|
location: Anchor;
|
55639
55592
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55640
|
-
updateLocation: (e
|
55593
|
+
updateLocation: (e?: Event | undefined) => void;
|
55641
55594
|
} | undefined) | "connected";
|
55642
55595
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55643
55596
|
activatorProps: Record<string, any>;
|
@@ -55715,7 +55668,7 @@ declare const VSnackbar: {
|
|
55715
55668
|
eager: boolean;
|
55716
55669
|
location: Anchor;
|
55717
55670
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55718
|
-
updateLocation: (e
|
55671
|
+
updateLocation: (e?: Event | undefined) => void;
|
55719
55672
|
} | undefined) | "connected";
|
55720
55673
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55721
55674
|
activatorProps: Record<string, any>;
|
@@ -55822,7 +55775,7 @@ declare const VSnackbar: {
|
|
55822
55775
|
eager: boolean;
|
55823
55776
|
location: Anchor;
|
55824
55777
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55825
|
-
updateLocation: (e
|
55778
|
+
updateLocation: (e?: Event | undefined) => void;
|
55826
55779
|
} | undefined) | "connected";
|
55827
55780
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55828
55781
|
activatorProps: Record<string, any>;
|
@@ -55918,7 +55871,7 @@ declare const VSnackbar: {
|
|
55918
55871
|
eager: boolean;
|
55919
55872
|
location: Anchor;
|
55920
55873
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55921
|
-
updateLocation: (e
|
55874
|
+
updateLocation: (e?: Event | undefined) => void;
|
55922
55875
|
} | undefined) | "connected";
|
55923
55876
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55924
55877
|
activatorProps: Record<string, any>;
|
@@ -55978,7 +55931,7 @@ declare const VSnackbar: {
|
|
55978
55931
|
eager: boolean;
|
55979
55932
|
location: Anchor;
|
55980
55933
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55981
|
-
updateLocation: (e
|
55934
|
+
updateLocation: (e?: Event | undefined) => void;
|
55982
55935
|
} | undefined) | "connected";
|
55983
55936
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55984
55937
|
activatorProps: Record<string, any>;
|
@@ -56075,7 +56028,7 @@ declare const VSnackbar: {
|
|
56075
56028
|
eager: boolean;
|
56076
56029
|
location: Anchor;
|
56077
56030
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56078
|
-
updateLocation: (e
|
56031
|
+
updateLocation: (e?: Event | undefined) => void;
|
56079
56032
|
} | undefined) | "connected";
|
56080
56033
|
activatorProps: Record<string, any>;
|
56081
56034
|
openOnClick: boolean;
|
@@ -56154,7 +56107,7 @@ declare const VSnackbar: {
|
|
56154
56107
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
56155
56108
|
locationStrategy: {
|
56156
56109
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56157
|
-
updateLocation: (e
|
56110
|
+
updateLocation: (e?: Event | undefined) => void;
|
56158
56111
|
} | undefined) | "connected">;
|
56159
56112
|
default: string;
|
56160
56113
|
validator: (val: any) => boolean;
|
@@ -56255,7 +56208,7 @@ declare const VSnackbar: {
|
|
56255
56208
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
56256
56209
|
locationStrategy: {
|
56257
56210
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56258
|
-
updateLocation: (e
|
56211
|
+
updateLocation: (e?: Event | undefined) => void;
|
56259
56212
|
} | undefined) | "connected">;
|
56260
56213
|
default: string;
|
56261
56214
|
validator: (val: any) => boolean;
|
@@ -56719,7 +56672,7 @@ declare const VSpeedDial: {
|
|
56719
56672
|
eager: boolean;
|
56720
56673
|
location: NonNullable<Anchor>;
|
56721
56674
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56722
|
-
updateLocation: (e
|
56675
|
+
updateLocation: (e?: Event | undefined) => void;
|
56723
56676
|
} | undefined) | "connected">;
|
56724
56677
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56725
56678
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56801,7 +56754,7 @@ declare const VSpeedDial: {
|
|
56801
56754
|
eager: boolean;
|
56802
56755
|
location: NonNullable<Anchor>;
|
56803
56756
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56804
|
-
updateLocation: (e
|
56757
|
+
updateLocation: (e?: Event | undefined) => void;
|
56805
56758
|
} | undefined) | "connected">;
|
56806
56759
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56807
56760
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56881,7 +56834,7 @@ declare const VSpeedDial: {
|
|
56881
56834
|
eager: boolean;
|
56882
56835
|
location: NonNullable<Anchor>;
|
56883
56836
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56884
|
-
updateLocation: (e
|
56837
|
+
updateLocation: (e?: Event | undefined) => void;
|
56885
56838
|
} | undefined) | "connected">;
|
56886
56839
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56887
56840
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -56932,7 +56885,7 @@ declare const VSpeedDial: {
|
|
56932
56885
|
eager: boolean;
|
56933
56886
|
location: NonNullable<Anchor>;
|
56934
56887
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
56935
|
-
updateLocation: (e
|
56888
|
+
updateLocation: (e?: Event | undefined) => void;
|
56936
56889
|
} | undefined) | "connected">;
|
56937
56890
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
56938
56891
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57012,7 +56965,7 @@ declare const VSpeedDial: {
|
|
57012
56965
|
eager: boolean;
|
57013
56966
|
location: NonNullable<Anchor>;
|
57014
56967
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57015
|
-
updateLocation: (e
|
56968
|
+
updateLocation: (e?: Event | undefined) => void;
|
57016
56969
|
} | undefined) | "connected">;
|
57017
56970
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57018
56971
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57047,7 +57000,7 @@ declare const VSpeedDial: {
|
|
57047
57000
|
eager: boolean;
|
57048
57001
|
location: NonNullable<Anchor>;
|
57049
57002
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57050
|
-
updateLocation: (e
|
57003
|
+
updateLocation: (e?: Event | undefined) => void;
|
57051
57004
|
} | undefined) | "connected">;
|
57052
57005
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57053
57006
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57129,7 +57082,7 @@ declare const VSpeedDial: {
|
|
57129
57082
|
eager: boolean;
|
57130
57083
|
location: NonNullable<Anchor>;
|
57131
57084
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57132
|
-
updateLocation: (e
|
57085
|
+
updateLocation: (e?: Event | undefined) => void;
|
57133
57086
|
} | undefined) | "connected">;
|
57134
57087
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57135
57088
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57230,16 +57183,16 @@ declare const VSpeedDial: {
|
|
57230
57183
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
57231
57184
|
locationStrategy: Omit<{
|
57232
57185
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57233
|
-
updateLocation: (e
|
57186
|
+
updateLocation: (e?: Event | undefined) => void;
|
57234
57187
|
} | undefined) | "connected">;
|
57235
57188
|
default: string;
|
57236
57189
|
validator: (val: any) => boolean;
|
57237
57190
|
}, "default" | "type"> & {
|
57238
57191
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57239
|
-
updateLocation: (e
|
57192
|
+
updateLocation: (e?: Event | undefined) => void;
|
57240
57193
|
} | undefined) | "connected">>;
|
57241
57194
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57242
|
-
updateLocation: (e
|
57195
|
+
updateLocation: (e?: Event | undefined) => void;
|
57243
57196
|
} | undefined) | "connected">;
|
57244
57197
|
};
|
57245
57198
|
scrollStrategy: Omit<{
|
@@ -57371,16 +57324,16 @@ declare const VSpeedDial: {
|
|
57371
57324
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
57372
57325
|
locationStrategy: Omit<{
|
57373
57326
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57374
|
-
updateLocation: (e
|
57327
|
+
updateLocation: (e?: Event | undefined) => void;
|
57375
57328
|
} | undefined) | "connected">;
|
57376
57329
|
default: string;
|
57377
57330
|
validator: (val: any) => boolean;
|
57378
57331
|
}, "default" | "type"> & {
|
57379
57332
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57380
|
-
updateLocation: (e
|
57333
|
+
updateLocation: (e?: Event | undefined) => void;
|
57381
57334
|
} | undefined) | "connected">>;
|
57382
57335
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57383
|
-
updateLocation: (e
|
57336
|
+
updateLocation: (e?: Event | undefined) => void;
|
57384
57337
|
} | undefined) | "connected">;
|
57385
57338
|
};
|
57386
57339
|
scrollStrategy: Omit<{
|
@@ -59644,10 +59597,7 @@ declare const VSwitch: {
|
|
59644
59597
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
59645
59598
|
minWidth: (StringConstructor | NumberConstructor)[];
|
59646
59599
|
appendIcon: vue.PropType<IconValue>;
|
59647
|
-
centerAffix:
|
59648
|
-
type: BooleanConstructor;
|
59649
|
-
default: boolean;
|
59650
|
-
};
|
59600
|
+
centerAffix: BooleanConstructor;
|
59651
59601
|
prependIcon: vue.PropType<IconValue>;
|
59652
59602
|
hideDetails: vue.PropType<boolean | "auto">;
|
59653
59603
|
hideSpinButtons: BooleanConstructor;
|
@@ -59740,10 +59690,7 @@ declare const VSwitch: {
|
|
59740
59690
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
59741
59691
|
minWidth: (StringConstructor | NumberConstructor)[];
|
59742
59692
|
appendIcon: vue.PropType<IconValue>;
|
59743
|
-
centerAffix:
|
59744
|
-
type: BooleanConstructor;
|
59745
|
-
default: boolean;
|
59746
|
-
};
|
59693
|
+
centerAffix: BooleanConstructor;
|
59747
59694
|
prependIcon: vue.PropType<IconValue>;
|
59748
59695
|
hideDetails: vue.PropType<boolean | "auto">;
|
59749
59696
|
hideSpinButtons: BooleanConstructor;
|
@@ -62745,7 +62692,6 @@ declare const VTextarea: {
|
|
62745
62692
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
62746
62693
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62747
62694
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
62748
|
-
centerAffix?: boolean | undefined;
|
62749
62695
|
hint?: string | undefined;
|
62750
62696
|
hideDetails?: boolean | "auto" | undefined;
|
62751
62697
|
suffix?: string | undefined;
|
@@ -63118,7 +63064,6 @@ declare const VTextarea: {
|
|
63118
63064
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63119
63065
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63120
63066
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63121
|
-
centerAffix?: boolean | undefined;
|
63122
63067
|
hint?: string | undefined;
|
63123
63068
|
hideDetails?: boolean | "auto" | undefined;
|
63124
63069
|
suffix?: string | undefined;
|
@@ -63200,7 +63145,6 @@ declare const VTextarea: {
|
|
63200
63145
|
density: Density;
|
63201
63146
|
direction: "horizontal" | "vertical";
|
63202
63147
|
clearIcon: IconValue;
|
63203
|
-
centerAffix: boolean;
|
63204
63148
|
hideSpinButtons: boolean;
|
63205
63149
|
persistentHint: boolean;
|
63206
63150
|
autofocus: boolean;
|
@@ -63316,7 +63260,6 @@ declare const VTextarea: {
|
|
63316
63260
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63317
63261
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63318
63262
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63319
|
-
centerAffix?: boolean | undefined;
|
63320
63263
|
hint?: string | undefined;
|
63321
63264
|
hideDetails?: boolean | "auto" | undefined;
|
63322
63265
|
suffix?: string | undefined;
|
@@ -63643,7 +63586,6 @@ declare const VTextarea: {
|
|
63643
63586
|
density: Density;
|
63644
63587
|
direction: "horizontal" | "vertical";
|
63645
63588
|
clearIcon: IconValue;
|
63646
|
-
centerAffix: boolean;
|
63647
63589
|
hideSpinButtons: boolean;
|
63648
63590
|
persistentHint: boolean;
|
63649
63591
|
autofocus: boolean;
|
@@ -63720,7 +63662,6 @@ declare const VTextarea: {
|
|
63720
63662
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63721
63663
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63722
63664
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63723
|
-
centerAffix?: boolean | undefined;
|
63724
63665
|
hint?: string | undefined;
|
63725
63666
|
hideDetails?: boolean | "auto" | undefined;
|
63726
63667
|
suffix?: string | undefined;
|
@@ -64052,7 +63993,6 @@ declare const VTextarea: {
|
|
64052
63993
|
density: Density;
|
64053
63994
|
direction: "horizontal" | "vertical";
|
64054
63995
|
clearIcon: IconValue;
|
64055
|
-
centerAffix: boolean;
|
64056
63996
|
hideSpinButtons: boolean;
|
64057
63997
|
persistentHint: boolean;
|
64058
63998
|
autofocus: boolean;
|
@@ -64102,52 +64042,55 @@ declare const VTextarea: {
|
|
64102
64042
|
[key: string]: any;
|
64103
64043
|
}>[];
|
64104
64044
|
}>>> & 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)[];
|
64045
|
+
reverse: BooleanConstructor;
|
64046
|
+
flat: BooleanConstructor;
|
64112
64047
|
class: PropType<any>;
|
64113
64048
|
style: {
|
64114
64049
|
type: PropType<vue.StyleValue>;
|
64115
64050
|
default: null;
|
64116
64051
|
};
|
64117
|
-
|
64118
|
-
bgColor: StringConstructor;
|
64119
|
-
clearable: BooleanConstructor;
|
64120
|
-
clearIcon: {
|
64121
|
-
type: PropType<IconValue>;
|
64122
|
-
default: string;
|
64123
|
-
};
|
64052
|
+
label: StringConstructor;
|
64124
64053
|
active: BooleanConstructor;
|
64125
|
-
|
64126
|
-
|
64127
|
-
default: undefined;
|
64128
|
-
};
|
64054
|
+
error: BooleanConstructor;
|
64055
|
+
theme: StringConstructor;
|
64129
64056
|
color: StringConstructor;
|
64130
|
-
baseColor: StringConstructor;
|
64131
|
-
dirty: BooleanConstructor;
|
64132
64057
|
disabled: {
|
64133
64058
|
type: BooleanConstructor;
|
64134
64059
|
default: null;
|
64135
64060
|
};
|
64136
|
-
|
64137
|
-
|
64138
|
-
|
64139
|
-
|
64140
|
-
|
64141
|
-
reverse: BooleanConstructor;
|
64142
|
-
singleLine: BooleanConstructor;
|
64061
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
64062
|
+
rounded: {
|
64063
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64064
|
+
default: undefined;
|
64065
|
+
};
|
64143
64066
|
variant: {
|
64144
64067
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
64145
64068
|
default: string;
|
64146
64069
|
validator: (v: any) => boolean;
|
64147
64070
|
};
|
64071
|
+
tile: BooleanConstructor;
|
64072
|
+
baseColor: StringConstructor;
|
64073
|
+
bgColor: StringConstructor;
|
64074
|
+
clearIcon: {
|
64075
|
+
type: PropType<IconValue>;
|
64076
|
+
default: string;
|
64077
|
+
};
|
64078
|
+
appendInnerIcon: PropType<IconValue>;
|
64079
|
+
prependInnerIcon: PropType<IconValue>;
|
64148
64080
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
64149
64081
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
64150
64082
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
64083
|
+
clearable: BooleanConstructor;
|
64084
|
+
dirty: BooleanConstructor;
|
64085
|
+
persistentClear: BooleanConstructor;
|
64086
|
+
singleLine: BooleanConstructor;
|
64087
|
+
id: StringConstructor;
|
64088
|
+
width: (StringConstructor | NumberConstructor)[];
|
64089
|
+
name: StringConstructor;
|
64090
|
+
messages: {
|
64091
|
+
type: PropType<string | readonly string[]>;
|
64092
|
+
default: () => never[];
|
64093
|
+
};
|
64151
64094
|
focused: BooleanConstructor;
|
64152
64095
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
64153
64096
|
errorMessages: {
|
@@ -64158,7 +64101,6 @@ declare const VTextarea: {
|
|
64158
64101
|
type: (StringConstructor | NumberConstructor)[];
|
64159
64102
|
default: number;
|
64160
64103
|
};
|
64161
|
-
name: StringConstructor;
|
64162
64104
|
readonly: {
|
64163
64105
|
type: PropType<boolean | null>;
|
64164
64106
|
default: null;
|
@@ -64170,7 +64112,6 @@ declare const VTextarea: {
|
|
64170
64112
|
modelValue: null;
|
64171
64113
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
64172
64114
|
validationValue: null;
|
64173
|
-
width: (StringConstructor | NumberConstructor)[];
|
64174
64115
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
64175
64116
|
minWidth: (StringConstructor | NumberConstructor)[];
|
64176
64117
|
density: {
|
@@ -64178,24 +64119,19 @@ declare const VTextarea: {
|
|
64178
64119
|
default: string;
|
64179
64120
|
validator: (v: any) => boolean;
|
64180
64121
|
};
|
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
64122
|
direction: {
|
64193
64123
|
type: PropType<"horizontal" | "vertical">;
|
64194
64124
|
default: string;
|
64195
64125
|
validator: (v: any) => boolean;
|
64196
64126
|
};
|
64127
|
+
prependIcon: PropType<IconValue>;
|
64128
|
+
appendIcon: PropType<IconValue>;
|
64197
64129
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
64198
64130
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
64131
|
+
hideSpinButtons: BooleanConstructor;
|
64132
|
+
hint: StringConstructor;
|
64133
|
+
persistentHint: BooleanConstructor;
|
64134
|
+
hideDetails: PropType<boolean | "auto">;
|
64199
64135
|
autoGrow: BooleanConstructor;
|
64200
64136
|
autofocus: BooleanConstructor;
|
64201
64137
|
counter: PropType<string | number | true>;
|
@@ -64217,52 +64153,55 @@ declare const VTextarea: {
|
|
64217
64153
|
suffix: StringConstructor;
|
64218
64154
|
modelModifiers: PropType<Record<string, boolean>>;
|
64219
64155
|
}, vue.ExtractPropTypes<{
|
64220
|
-
|
64221
|
-
|
64222
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64223
|
-
default: undefined;
|
64224
|
-
};
|
64225
|
-
tile: BooleanConstructor;
|
64226
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
64156
|
+
reverse: BooleanConstructor;
|
64157
|
+
flat: BooleanConstructor;
|
64227
64158
|
class: PropType<any>;
|
64228
64159
|
style: {
|
64229
64160
|
type: PropType<vue.StyleValue>;
|
64230
64161
|
default: null;
|
64231
64162
|
};
|
64232
|
-
|
64233
|
-
bgColor: StringConstructor;
|
64234
|
-
clearable: BooleanConstructor;
|
64235
|
-
clearIcon: {
|
64236
|
-
type: PropType<IconValue>;
|
64237
|
-
default: string;
|
64238
|
-
};
|
64163
|
+
label: StringConstructor;
|
64239
64164
|
active: BooleanConstructor;
|
64240
|
-
|
64241
|
-
|
64242
|
-
default: undefined;
|
64243
|
-
};
|
64165
|
+
error: BooleanConstructor;
|
64166
|
+
theme: StringConstructor;
|
64244
64167
|
color: StringConstructor;
|
64245
|
-
baseColor: StringConstructor;
|
64246
|
-
dirty: BooleanConstructor;
|
64247
64168
|
disabled: {
|
64248
64169
|
type: BooleanConstructor;
|
64249
64170
|
default: null;
|
64250
64171
|
};
|
64251
|
-
|
64252
|
-
|
64253
|
-
|
64254
|
-
|
64255
|
-
|
64256
|
-
reverse: BooleanConstructor;
|
64257
|
-
singleLine: BooleanConstructor;
|
64172
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
64173
|
+
rounded: {
|
64174
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64175
|
+
default: undefined;
|
64176
|
+
};
|
64258
64177
|
variant: {
|
64259
64178
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
64260
64179
|
default: string;
|
64261
64180
|
validator: (v: any) => boolean;
|
64262
64181
|
};
|
64182
|
+
tile: BooleanConstructor;
|
64183
|
+
baseColor: StringConstructor;
|
64184
|
+
bgColor: StringConstructor;
|
64185
|
+
clearIcon: {
|
64186
|
+
type: PropType<IconValue>;
|
64187
|
+
default: string;
|
64188
|
+
};
|
64189
|
+
appendInnerIcon: PropType<IconValue>;
|
64190
|
+
prependInnerIcon: PropType<IconValue>;
|
64263
64191
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
64264
64192
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
64265
64193
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
64194
|
+
clearable: BooleanConstructor;
|
64195
|
+
dirty: BooleanConstructor;
|
64196
|
+
persistentClear: BooleanConstructor;
|
64197
|
+
singleLine: BooleanConstructor;
|
64198
|
+
id: StringConstructor;
|
64199
|
+
width: (StringConstructor | NumberConstructor)[];
|
64200
|
+
name: StringConstructor;
|
64201
|
+
messages: {
|
64202
|
+
type: PropType<string | readonly string[]>;
|
64203
|
+
default: () => never[];
|
64204
|
+
};
|
64266
64205
|
focused: BooleanConstructor;
|
64267
64206
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
64268
64207
|
errorMessages: {
|
@@ -64273,7 +64212,6 @@ declare const VTextarea: {
|
|
64273
64212
|
type: (StringConstructor | NumberConstructor)[];
|
64274
64213
|
default: number;
|
64275
64214
|
};
|
64276
|
-
name: StringConstructor;
|
64277
64215
|
readonly: {
|
64278
64216
|
type: PropType<boolean | null>;
|
64279
64217
|
default: null;
|
@@ -64285,7 +64223,6 @@ declare const VTextarea: {
|
|
64285
64223
|
modelValue: null;
|
64286
64224
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
64287
64225
|
validationValue: null;
|
64288
|
-
width: (StringConstructor | NumberConstructor)[];
|
64289
64226
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
64290
64227
|
minWidth: (StringConstructor | NumberConstructor)[];
|
64291
64228
|
density: {
|
@@ -64293,24 +64230,19 @@ declare const VTextarea: {
|
|
64293
64230
|
default: string;
|
64294
64231
|
validator: (v: any) => boolean;
|
64295
64232
|
};
|
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
64233
|
direction: {
|
64308
64234
|
type: PropType<"horizontal" | "vertical">;
|
64309
64235
|
default: string;
|
64310
64236
|
validator: (v: any) => boolean;
|
64311
64237
|
};
|
64238
|
+
prependIcon: PropType<IconValue>;
|
64239
|
+
appendIcon: PropType<IconValue>;
|
64312
64240
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
64313
64241
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
64242
|
+
hideSpinButtons: BooleanConstructor;
|
64243
|
+
hint: StringConstructor;
|
64244
|
+
persistentHint: BooleanConstructor;
|
64245
|
+
hideDetails: PropType<boolean | "auto">;
|
64314
64246
|
autoGrow: BooleanConstructor;
|
64315
64247
|
autofocus: BooleanConstructor;
|
64316
64248
|
counter: PropType<string | number | true>;
|
@@ -64354,6 +64286,7 @@ declare const VTextField: {
|
|
64354
64286
|
density: Density;
|
64355
64287
|
direction: "horizontal" | "vertical";
|
64356
64288
|
clearIcon: IconValue;
|
64289
|
+
centerAffix: boolean;
|
64357
64290
|
hideSpinButtons: boolean;
|
64358
64291
|
persistentHint: boolean;
|
64359
64292
|
autofocus: boolean;
|
@@ -64394,7 +64327,6 @@ declare const VTextField: {
|
|
64394
64327
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64395
64328
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64396
64329
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64397
|
-
centerAffix?: boolean | undefined;
|
64398
64330
|
hint?: string | undefined;
|
64399
64331
|
hideDetails?: boolean | "auto" | undefined;
|
64400
64332
|
suffix?: string | undefined;
|
@@ -64735,6 +64667,7 @@ declare const VTextField: {
|
|
64735
64667
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64736
64668
|
tile: boolean;
|
64737
64669
|
clearIcon: IconValue;
|
64670
|
+
centerAffix: boolean;
|
64738
64671
|
clearable: boolean;
|
64739
64672
|
dirty: boolean;
|
64740
64673
|
persistentClear: boolean;
|
@@ -64754,7 +64687,6 @@ declare const VTextField: {
|
|
64754
64687
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64755
64688
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64756
64689
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64757
|
-
centerAffix?: boolean | undefined;
|
64758
64690
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
64759
64691
|
reverse: boolean;
|
64760
64692
|
flat: boolean;
|
@@ -64766,6 +64698,7 @@ declare const VTextField: {
|
|
64766
64698
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64767
64699
|
tile: boolean;
|
64768
64700
|
clearIcon: IconValue;
|
64701
|
+
centerAffix: boolean;
|
64769
64702
|
clearable: boolean;
|
64770
64703
|
dirty: boolean;
|
64771
64704
|
persistentClear: boolean;
|
@@ -64786,7 +64719,6 @@ declare const VTextField: {
|
|
64786
64719
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64787
64720
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64788
64721
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64789
|
-
centerAffix?: boolean | undefined;
|
64790
64722
|
} & {
|
64791
64723
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64792
64724
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -64836,6 +64768,7 @@ declare const VTextField: {
|
|
64836
64768
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64837
64769
|
tile: boolean;
|
64838
64770
|
clearIcon: IconValue;
|
64771
|
+
centerAffix: boolean;
|
64839
64772
|
clearable: boolean;
|
64840
64773
|
dirty: boolean;
|
64841
64774
|
persistentClear: boolean;
|
@@ -64856,7 +64789,6 @@ declare const VTextField: {
|
|
64856
64789
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64857
64790
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64858
64791
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64859
|
-
centerAffix?: boolean | undefined;
|
64860
64792
|
} & {
|
64861
64793
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64862
64794
|
}, {
|
@@ -64936,6 +64868,7 @@ declare const VTextField: {
|
|
64936
64868
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
64937
64869
|
tile: boolean;
|
64938
64870
|
clearIcon: IconValue;
|
64871
|
+
centerAffix: boolean;
|
64939
64872
|
clearable: boolean;
|
64940
64873
|
dirty: boolean;
|
64941
64874
|
persistentClear: boolean;
|
@@ -64956,7 +64889,6 @@ declare const VTextField: {
|
|
64956
64889
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
64957
64890
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64958
64891
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64959
|
-
centerAffix?: boolean | undefined;
|
64960
64892
|
} & {
|
64961
64893
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
64962
64894
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -64988,6 +64920,7 @@ declare const VTextField: {
|
|
64988
64920
|
density: Density;
|
64989
64921
|
direction: "horizontal" | "vertical";
|
64990
64922
|
clearIcon: IconValue;
|
64923
|
+
centerAffix: boolean;
|
64991
64924
|
hideSpinButtons: boolean;
|
64992
64925
|
persistentHint: boolean;
|
64993
64926
|
autofocus: boolean;
|
@@ -65028,7 +64961,6 @@ declare const VTextField: {
|
|
65028
64961
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65029
64962
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65030
64963
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65031
|
-
centerAffix?: boolean | undefined;
|
65032
64964
|
hint?: string | undefined;
|
65033
64965
|
hideDetails?: boolean | "auto" | undefined;
|
65034
64966
|
suffix?: string | undefined;
|
@@ -65188,6 +65120,7 @@ declare const VTextField: {
|
|
65188
65120
|
density: Density;
|
65189
65121
|
direction: "horizontal" | "vertical";
|
65190
65122
|
clearIcon: IconValue;
|
65123
|
+
centerAffix: boolean;
|
65191
65124
|
hideSpinButtons: boolean;
|
65192
65125
|
persistentHint: boolean;
|
65193
65126
|
autofocus: boolean;
|
@@ -65228,7 +65161,6 @@ declare const VTextField: {
|
|
65228
65161
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65229
65162
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65230
65163
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65231
|
-
centerAffix?: boolean | undefined;
|
65232
65164
|
hint?: string | undefined;
|
65233
65165
|
hideDetails?: boolean | "auto" | undefined;
|
65234
65166
|
suffix?: string | undefined;
|
@@ -65569,6 +65501,7 @@ declare const VTextField: {
|
|
65569
65501
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65570
65502
|
tile: boolean;
|
65571
65503
|
clearIcon: IconValue;
|
65504
|
+
centerAffix: boolean;
|
65572
65505
|
clearable: boolean;
|
65573
65506
|
dirty: boolean;
|
65574
65507
|
persistentClear: boolean;
|
@@ -65588,7 +65521,6 @@ declare const VTextField: {
|
|
65588
65521
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65589
65522
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65590
65523
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65591
|
-
centerAffix?: boolean | undefined;
|
65592
65524
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
65593
65525
|
reverse: boolean;
|
65594
65526
|
flat: boolean;
|
@@ -65600,6 +65532,7 @@ declare const VTextField: {
|
|
65600
65532
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65601
65533
|
tile: boolean;
|
65602
65534
|
clearIcon: IconValue;
|
65535
|
+
centerAffix: boolean;
|
65603
65536
|
clearable: boolean;
|
65604
65537
|
dirty: boolean;
|
65605
65538
|
persistentClear: boolean;
|
@@ -65620,7 +65553,6 @@ declare const VTextField: {
|
|
65620
65553
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65621
65554
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65622
65555
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65623
|
-
centerAffix?: boolean | undefined;
|
65624
65556
|
} & {
|
65625
65557
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65626
65558
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -65670,6 +65602,7 @@ declare const VTextField: {
|
|
65670
65602
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65671
65603
|
tile: boolean;
|
65672
65604
|
clearIcon: IconValue;
|
65605
|
+
centerAffix: boolean;
|
65673
65606
|
clearable: boolean;
|
65674
65607
|
dirty: boolean;
|
65675
65608
|
persistentClear: boolean;
|
@@ -65690,7 +65623,6 @@ declare const VTextField: {
|
|
65690
65623
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65691
65624
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65692
65625
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65693
|
-
centerAffix?: boolean | undefined;
|
65694
65626
|
} & {
|
65695
65627
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65696
65628
|
}, {
|
@@ -65770,6 +65702,7 @@ declare const VTextField: {
|
|
65770
65702
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65771
65703
|
tile: boolean;
|
65772
65704
|
clearIcon: IconValue;
|
65705
|
+
centerAffix: boolean;
|
65773
65706
|
clearable: boolean;
|
65774
65707
|
dirty: boolean;
|
65775
65708
|
persistentClear: boolean;
|
@@ -65790,7 +65723,6 @@ declare const VTextField: {
|
|
65790
65723
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65791
65724
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65792
65725
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65793
|
-
centerAffix?: boolean | undefined;
|
65794
65726
|
} & {
|
65795
65727
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65796
65728
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -65851,6 +65783,7 @@ declare const VTextField: {
|
|
65851
65783
|
density: Density;
|
65852
65784
|
direction: "horizontal" | "vertical";
|
65853
65785
|
clearIcon: IconValue;
|
65786
|
+
centerAffix: boolean;
|
65854
65787
|
hideSpinButtons: boolean;
|
65855
65788
|
persistentHint: boolean;
|
65856
65789
|
autofocus: boolean;
|
@@ -65891,7 +65824,6 @@ declare const VTextField: {
|
|
65891
65824
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65892
65825
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65893
65826
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65894
|
-
centerAffix?: boolean | undefined;
|
65895
65827
|
hint?: string | undefined;
|
65896
65828
|
hideDetails?: boolean | "auto" | undefined;
|
65897
65829
|
suffix?: string | undefined;
|
@@ -66232,6 +66164,7 @@ declare const VTextField: {
|
|
66232
66164
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66233
66165
|
tile: boolean;
|
66234
66166
|
clearIcon: IconValue;
|
66167
|
+
centerAffix: boolean;
|
66235
66168
|
clearable: boolean;
|
66236
66169
|
dirty: boolean;
|
66237
66170
|
persistentClear: boolean;
|
@@ -66251,7 +66184,6 @@ declare const VTextField: {
|
|
66251
66184
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66252
66185
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66253
66186
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66254
|
-
centerAffix?: boolean | undefined;
|
66255
66187
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
66256
66188
|
reverse: boolean;
|
66257
66189
|
flat: boolean;
|
@@ -66263,6 +66195,7 @@ declare const VTextField: {
|
|
66263
66195
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66264
66196
|
tile: boolean;
|
66265
66197
|
clearIcon: IconValue;
|
66198
|
+
centerAffix: boolean;
|
66266
66199
|
clearable: boolean;
|
66267
66200
|
dirty: boolean;
|
66268
66201
|
persistentClear: boolean;
|
@@ -66283,7 +66216,6 @@ declare const VTextField: {
|
|
66283
66216
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66284
66217
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66285
66218
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66286
|
-
centerAffix?: boolean | undefined;
|
66287
66219
|
} & {
|
66288
66220
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66289
66221
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -66333,6 +66265,7 @@ declare const VTextField: {
|
|
66333
66265
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66334
66266
|
tile: boolean;
|
66335
66267
|
clearIcon: IconValue;
|
66268
|
+
centerAffix: boolean;
|
66336
66269
|
clearable: boolean;
|
66337
66270
|
dirty: boolean;
|
66338
66271
|
persistentClear: boolean;
|
@@ -66353,7 +66286,6 @@ declare const VTextField: {
|
|
66353
66286
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66354
66287
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66355
66288
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66356
|
-
centerAffix?: boolean | undefined;
|
66357
66289
|
} & {
|
66358
66290
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66359
66291
|
}, {
|
@@ -66433,6 +66365,7 @@ declare const VTextField: {
|
|
66433
66365
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66434
66366
|
tile: boolean;
|
66435
66367
|
clearIcon: IconValue;
|
66368
|
+
centerAffix: boolean;
|
66436
66369
|
clearable: boolean;
|
66437
66370
|
dirty: boolean;
|
66438
66371
|
persistentClear: boolean;
|
@@ -66453,7 +66386,6 @@ declare const VTextField: {
|
|
66453
66386
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66454
66387
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66455
66388
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66456
|
-
centerAffix?: boolean | undefined;
|
66457
66389
|
} & {
|
66458
66390
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66459
66391
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -66556,10 +66488,7 @@ declare const VTextField: {
|
|
66556
66488
|
default: string;
|
66557
66489
|
};
|
66558
66490
|
active: BooleanConstructor;
|
66559
|
-
centerAffix:
|
66560
|
-
type: BooleanConstructor;
|
66561
|
-
default: undefined;
|
66562
|
-
};
|
66491
|
+
centerAffix: BooleanConstructor;
|
66563
66492
|
color: StringConstructor;
|
66564
66493
|
baseColor: StringConstructor;
|
66565
66494
|
dirty: BooleanConstructor;
|
@@ -66665,10 +66594,7 @@ declare const VTextField: {
|
|
66665
66594
|
default: string;
|
66666
66595
|
};
|
66667
66596
|
active: BooleanConstructor;
|
66668
|
-
centerAffix:
|
66669
|
-
type: BooleanConstructor;
|
66670
|
-
default: undefined;
|
66671
|
-
};
|
66597
|
+
centerAffix: BooleanConstructor;
|
66672
66598
|
color: StringConstructor;
|
66673
66599
|
baseColor: StringConstructor;
|
66674
66600
|
dirty: BooleanConstructor;
|
@@ -67711,7 +67637,7 @@ declare const VTooltip: {
|
|
67711
67637
|
eager: boolean;
|
67712
67638
|
location: NonNullable<Anchor>;
|
67713
67639
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67714
|
-
updateLocation: (e
|
67640
|
+
updateLocation: (e?: Event | undefined) => void;
|
67715
67641
|
} | undefined) | "connected">;
|
67716
67642
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
67717
67643
|
activatorProps: Record<string, any>;
|
@@ -67791,7 +67717,7 @@ declare const VTooltip: {
|
|
67791
67717
|
eager: boolean;
|
67792
67718
|
location: Anchor;
|
67793
67719
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67794
|
-
updateLocation: (e
|
67720
|
+
updateLocation: (e?: Event | undefined) => void;
|
67795
67721
|
} | undefined) | "connected";
|
67796
67722
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67797
67723
|
activatorProps: Record<string, any>;
|
@@ -67818,7 +67744,7 @@ declare const VTooltip: {
|
|
67818
67744
|
eager: boolean;
|
67819
67745
|
location: Anchor;
|
67820
67746
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67821
|
-
updateLocation: (e
|
67747
|
+
updateLocation: (e?: Event | undefined) => void;
|
67822
67748
|
} | undefined) | "connected";
|
67823
67749
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67824
67750
|
activatorProps: Record<string, any>;
|
@@ -67896,7 +67822,7 @@ declare const VTooltip: {
|
|
67896
67822
|
eager: boolean;
|
67897
67823
|
location: Anchor;
|
67898
67824
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67899
|
-
updateLocation: (e
|
67825
|
+
updateLocation: (e?: Event | undefined) => void;
|
67900
67826
|
} | undefined) | "connected";
|
67901
67827
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
67902
67828
|
activatorProps: Record<string, any>;
|
@@ -68003,7 +67929,7 @@ declare const VTooltip: {
|
|
68003
67929
|
eager: boolean;
|
68004
67930
|
location: Anchor;
|
68005
67931
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68006
|
-
updateLocation: (e
|
67932
|
+
updateLocation: (e?: Event | undefined) => void;
|
68007
67933
|
} | undefined) | "connected";
|
68008
67934
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68009
67935
|
activatorProps: Record<string, any>;
|
@@ -68099,7 +68025,7 @@ declare const VTooltip: {
|
|
68099
68025
|
eager: boolean;
|
68100
68026
|
location: Anchor;
|
68101
68027
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68102
|
-
updateLocation: (e
|
68028
|
+
updateLocation: (e?: Event | undefined) => void;
|
68103
68029
|
} | undefined) | "connected";
|
68104
68030
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68105
68031
|
activatorProps: Record<string, any>;
|
@@ -68159,7 +68085,7 @@ declare const VTooltip: {
|
|
68159
68085
|
eager: boolean;
|
68160
68086
|
location: Anchor;
|
68161
68087
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68162
|
-
updateLocation: (e
|
68088
|
+
updateLocation: (e?: Event | undefined) => void;
|
68163
68089
|
} | undefined) | "connected";
|
68164
68090
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68165
68091
|
activatorProps: Record<string, any>;
|
@@ -68253,7 +68179,7 @@ declare const VTooltip: {
|
|
68253
68179
|
eager: boolean;
|
68254
68180
|
location: NonNullable<Anchor>;
|
68255
68181
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68256
|
-
updateLocation: (e
|
68182
|
+
updateLocation: (e?: Event | undefined) => void;
|
68257
68183
|
} | undefined) | "connected">;
|
68258
68184
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68259
68185
|
activatorProps: Record<string, any>;
|
@@ -68331,7 +68257,7 @@ declare const VTooltip: {
|
|
68331
68257
|
eager: boolean;
|
68332
68258
|
location: NonNullable<Anchor>;
|
68333
68259
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68334
|
-
updateLocation: (e
|
68260
|
+
updateLocation: (e?: Event | undefined) => void;
|
68335
68261
|
} | undefined) | "connected">;
|
68336
68262
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68337
68263
|
activatorProps: Record<string, any>;
|
@@ -68377,7 +68303,7 @@ declare const VTooltip: {
|
|
68377
68303
|
eager: boolean;
|
68378
68304
|
location: NonNullable<Anchor>;
|
68379
68305
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68380
|
-
updateLocation: (e
|
68306
|
+
updateLocation: (e?: Event | undefined) => void;
|
68381
68307
|
} | undefined) | "connected">;
|
68382
68308
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68383
68309
|
activatorProps: Record<string, any>;
|
@@ -68457,7 +68383,7 @@ declare const VTooltip: {
|
|
68457
68383
|
eager: boolean;
|
68458
68384
|
location: Anchor;
|
68459
68385
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68460
|
-
updateLocation: (e
|
68386
|
+
updateLocation: (e?: Event | undefined) => void;
|
68461
68387
|
} | undefined) | "connected";
|
68462
68388
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68463
68389
|
activatorProps: Record<string, any>;
|
@@ -68484,7 +68410,7 @@ declare const VTooltip: {
|
|
68484
68410
|
eager: boolean;
|
68485
68411
|
location: Anchor;
|
68486
68412
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68487
|
-
updateLocation: (e
|
68413
|
+
updateLocation: (e?: Event | undefined) => void;
|
68488
68414
|
} | undefined) | "connected";
|
68489
68415
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68490
68416
|
activatorProps: Record<string, any>;
|
@@ -68562,7 +68488,7 @@ declare const VTooltip: {
|
|
68562
68488
|
eager: boolean;
|
68563
68489
|
location: Anchor;
|
68564
68490
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68565
|
-
updateLocation: (e
|
68491
|
+
updateLocation: (e?: Event | undefined) => void;
|
68566
68492
|
} | undefined) | "connected";
|
68567
68493
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68568
68494
|
activatorProps: Record<string, any>;
|
@@ -68669,7 +68595,7 @@ declare const VTooltip: {
|
|
68669
68595
|
eager: boolean;
|
68670
68596
|
location: Anchor;
|
68671
68597
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68672
|
-
updateLocation: (e
|
68598
|
+
updateLocation: (e?: Event | undefined) => void;
|
68673
68599
|
} | undefined) | "connected";
|
68674
68600
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68675
68601
|
activatorProps: Record<string, any>;
|
@@ -68765,7 +68691,7 @@ declare const VTooltip: {
|
|
68765
68691
|
eager: boolean;
|
68766
68692
|
location: Anchor;
|
68767
68693
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68768
|
-
updateLocation: (e
|
68694
|
+
updateLocation: (e?: Event | undefined) => void;
|
68769
68695
|
} | undefined) | "connected";
|
68770
68696
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68771
68697
|
activatorProps: Record<string, any>;
|
@@ -68825,7 +68751,7 @@ declare const VTooltip: {
|
|
68825
68751
|
eager: boolean;
|
68826
68752
|
location: Anchor;
|
68827
68753
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68828
|
-
updateLocation: (e
|
68754
|
+
updateLocation: (e?: Event | undefined) => void;
|
68829
68755
|
} | undefined) | "connected";
|
68830
68756
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68831
68757
|
activatorProps: Record<string, any>;
|
@@ -68917,7 +68843,7 @@ declare const VTooltip: {
|
|
68917
68843
|
eager: boolean;
|
68918
68844
|
location: NonNullable<Anchor>;
|
68919
68845
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68920
|
-
updateLocation: (e
|
68846
|
+
updateLocation: (e?: Event | undefined) => void;
|
68921
68847
|
} | undefined) | "connected">;
|
68922
68848
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68923
68849
|
activatorProps: Record<string, any>;
|
@@ -68947,7 +68873,7 @@ declare const VTooltip: {
|
|
68947
68873
|
eager: boolean;
|
68948
68874
|
location: NonNullable<Anchor>;
|
68949
68875
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68950
|
-
updateLocation: (e
|
68876
|
+
updateLocation: (e?: Event | undefined) => void;
|
68951
68877
|
} | undefined) | "connected">;
|
68952
68878
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68953
68879
|
activatorProps: Record<string, any>;
|
@@ -69027,7 +68953,7 @@ declare const VTooltip: {
|
|
69027
68953
|
eager: boolean;
|
69028
68954
|
location: Anchor;
|
69029
68955
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69030
|
-
updateLocation: (e
|
68956
|
+
updateLocation: (e?: Event | undefined) => void;
|
69031
68957
|
} | undefined) | "connected";
|
69032
68958
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69033
68959
|
activatorProps: Record<string, any>;
|
@@ -69054,7 +68980,7 @@ declare const VTooltip: {
|
|
69054
68980
|
eager: boolean;
|
69055
68981
|
location: Anchor;
|
69056
68982
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69057
|
-
updateLocation: (e
|
68983
|
+
updateLocation: (e?: Event | undefined) => void;
|
69058
68984
|
} | undefined) | "connected";
|
69059
68985
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69060
68986
|
activatorProps: Record<string, any>;
|
@@ -69132,7 +69058,7 @@ declare const VTooltip: {
|
|
69132
69058
|
eager: boolean;
|
69133
69059
|
location: Anchor;
|
69134
69060
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69135
|
-
updateLocation: (e
|
69061
|
+
updateLocation: (e?: Event | undefined) => void;
|
69136
69062
|
} | undefined) | "connected";
|
69137
69063
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69138
69064
|
activatorProps: Record<string, any>;
|
@@ -69239,7 +69165,7 @@ declare const VTooltip: {
|
|
69239
69165
|
eager: boolean;
|
69240
69166
|
location: Anchor;
|
69241
69167
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69242
|
-
updateLocation: (e
|
69168
|
+
updateLocation: (e?: Event | undefined) => void;
|
69243
69169
|
} | undefined) | "connected";
|
69244
69170
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69245
69171
|
activatorProps: Record<string, any>;
|
@@ -69335,7 +69261,7 @@ declare const VTooltip: {
|
|
69335
69261
|
eager: boolean;
|
69336
69262
|
location: Anchor;
|
69337
69263
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69338
|
-
updateLocation: (e
|
69264
|
+
updateLocation: (e?: Event | undefined) => void;
|
69339
69265
|
} | undefined) | "connected";
|
69340
69266
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69341
69267
|
activatorProps: Record<string, any>;
|
@@ -69395,7 +69321,7 @@ declare const VTooltip: {
|
|
69395
69321
|
eager: boolean;
|
69396
69322
|
location: Anchor;
|
69397
69323
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69398
|
-
updateLocation: (e
|
69324
|
+
updateLocation: (e?: Event | undefined) => void;
|
69399
69325
|
} | undefined) | "connected";
|
69400
69326
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69401
69327
|
activatorProps: Record<string, any>;
|
@@ -69489,7 +69415,7 @@ declare const VTooltip: {
|
|
69489
69415
|
eager: boolean;
|
69490
69416
|
location: NonNullable<Anchor>;
|
69491
69417
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69492
|
-
updateLocation: (e
|
69418
|
+
updateLocation: (e?: Event | undefined) => void;
|
69493
69419
|
} | undefined) | "connected">;
|
69494
69420
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
69495
69421
|
activatorProps: Record<string, any>;
|
@@ -69578,16 +69504,16 @@ declare const VTooltip: {
|
|
69578
69504
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69579
69505
|
locationStrategy: Omit<{
|
69580
69506
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69581
|
-
updateLocation: (e
|
69507
|
+
updateLocation: (e?: Event | undefined) => void;
|
69582
69508
|
} | undefined) | "connected">;
|
69583
69509
|
default: string;
|
69584
69510
|
validator: (val: any) => boolean;
|
69585
69511
|
}, "default" | "type"> & {
|
69586
69512
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69587
|
-
updateLocation: (e
|
69513
|
+
updateLocation: (e?: Event | undefined) => void;
|
69588
69514
|
} | undefined) | "connected">>;
|
69589
69515
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69590
|
-
updateLocation: (e
|
69516
|
+
updateLocation: (e?: Event | undefined) => void;
|
69591
69517
|
} | undefined) | "connected">;
|
69592
69518
|
};
|
69593
69519
|
scrollStrategy: Omit<{
|
@@ -69704,16 +69630,16 @@ declare const VTooltip: {
|
|
69704
69630
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69705
69631
|
locationStrategy: Omit<{
|
69706
69632
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69707
|
-
updateLocation: (e
|
69633
|
+
updateLocation: (e?: Event | undefined) => void;
|
69708
69634
|
} | undefined) | "connected">;
|
69709
69635
|
default: string;
|
69710
69636
|
validator: (val: any) => boolean;
|
69711
69637
|
}, "default" | "type"> & {
|
69712
69638
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69713
|
-
updateLocation: (e
|
69639
|
+
updateLocation: (e?: Event | undefined) => void;
|
69714
69640
|
} | undefined) | "connected">>;
|
69715
69641
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69716
|
-
updateLocation: (e
|
69642
|
+
updateLocation: (e?: Event | undefined) => void;
|
69717
69643
|
} | undefined) | "connected">;
|
69718
69644
|
};
|
69719
69645
|
scrollStrategy: Omit<{
|
@@ -72741,7 +72667,7 @@ declare const createVuetify: {
|
|
72741
72667
|
toISO: (date: unknown) => string;
|
72742
72668
|
startOfDay: (date: unknown) => unknown;
|
72743
72669
|
endOfDay: (date: unknown) => unknown;
|
72744
|
-
startOfWeek: (date: unknown) => unknown;
|
72670
|
+
startOfWeek: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown;
|
72745
72671
|
endOfWeek: (date: unknown) => unknown;
|
72746
72672
|
startOfMonth: (date: unknown) => unknown;
|
72747
72673
|
endOfMonth: (date: unknown) => unknown;
|
@@ -72764,8 +72690,8 @@ declare const createVuetify: {
|
|
72764
72690
|
getYear: (date: unknown) => number;
|
72765
72691
|
setYear: (date: unknown, year: number) => unknown;
|
72766
72692
|
getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
|
72767
|
-
getWeekArray: (date: unknown) => unknown[][];
|
72768
|
-
getWeekdays: () => string[];
|
72693
|
+
getWeekArray: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown[][];
|
72694
|
+
getWeekdays: (firstDayOfWeek?: string | number | undefined) => string[];
|
72769
72695
|
getMonth: (date: unknown) => number;
|
72770
72696
|
setMonth: (date: unknown, month: number) => unknown;
|
72771
72697
|
getDate: (date: unknown) => number;
|
@@ -72830,48 +72756,39 @@ declare module '@vue/runtime-core' {
|
|
72830
72756
|
|
72831
72757
|
export interface GlobalComponents {
|
72832
72758
|
VApp: typeof import('vuetify/components')['VApp']
|
72759
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72833
72760
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72834
72761
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72835
72762
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72836
|
-
|
72837
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72763
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72838
72764
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72765
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72766
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72767
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72839
72768
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72840
72769
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72841
72770
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72842
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72843
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
72844
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72845
72771
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72846
72772
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72847
72773
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72848
|
-
|
72849
|
-
|
72774
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72775
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72776
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72777
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72850
72778
|
VCard: typeof import('vuetify/components')['VCard']
|
72851
72779
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72852
72780
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72853
72781
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72854
72782
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72855
72783
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72856
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72857
72784
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72858
72785
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72859
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72860
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72861
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72862
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72863
72786
|
VChip: typeof import('vuetify/components')['VChip']
|
72864
72787
|
VCode: typeof import('vuetify/components')['VCode']
|
72788
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72865
72789
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72866
72790
|
VCounter: typeof import('vuetify/components')['VCounter']
|
72867
72791
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72868
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72869
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72870
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
72871
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
72872
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72873
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72874
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72875
72792
|
VDialog: typeof import('vuetify/components')['VDialog']
|
72876
72793
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72877
72794
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -72879,15 +72796,20 @@ declare module '@vue/runtime-core' {
|
|
72879
72796
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72880
72797
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72881
72798
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72882
|
-
|
72799
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72800
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72801
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
72802
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
72803
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72804
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72805
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72883
72806
|
VDivider: typeof import('vuetify/components')['VDivider']
|
72807
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72808
|
+
VFab: typeof import('vuetify/components')['VFab']
|
72884
72809
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72885
72810
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72886
72811
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72887
72812
|
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
72813
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72892
72814
|
VFooter: typeof import('vuetify/components')['VFooter']
|
72893
72815
|
VIcon: typeof import('vuetify/components')['VIcon']
|
@@ -72895,14 +72817,15 @@ declare module '@vue/runtime-core' {
|
|
72895
72817
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72896
72818
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72897
72819
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72898
|
-
|
72899
|
-
|
72820
|
+
VField: typeof import('vuetify/components')['VField']
|
72821
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72900
72822
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72823
|
+
VImg: typeof import('vuetify/components')['VImg']
|
72901
72824
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72902
72825
|
VItem: typeof import('vuetify/components')['VItem']
|
72903
72826
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72827
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72904
72828
|
VLabel: typeof import('vuetify/components')['VLabel']
|
72905
|
-
VMain: typeof import('vuetify/components')['VMain']
|
72906
72829
|
VList: typeof import('vuetify/components')['VList']
|
72907
72830
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72908
72831
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72912,71 +72835,74 @@ declare module '@vue/runtime-core' {
|
|
72912
72835
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72913
72836
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72914
72837
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72838
|
+
VMain: typeof import('vuetify/components')['VMain']
|
72915
72839
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72916
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72917
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
72918
72840
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72841
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
72842
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72919
72843
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72920
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72921
72844
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72845
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72922
72846
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72923
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72924
72847
|
VRating: typeof import('vuetify/components')['VRating']
|
72925
|
-
|
72848
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72926
72849
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72927
|
-
|
72928
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
72929
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72850
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72930
72851
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72931
72852
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72853
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72854
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72932
72855
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72933
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
72934
72856
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72935
72857
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72936
72858
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72937
72859
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72938
72860
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72939
72861
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72940
|
-
|
72862
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72863
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
72941
72864
|
VTab: typeof import('vuetify/components')['VTab']
|
72942
72865
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72943
72866
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72944
72867
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72945
|
-
|
72868
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72946
72869
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72870
|
+
VTable: typeof import('vuetify/components')['VTable']
|
72947
72871
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72948
72872
|
VTextField: typeof import('vuetify/components')['VTextField']
|
72949
72873
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72950
72874
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72875
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
72876
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72951
72877
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72878
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
72879
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72952
72880
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72953
72881
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72954
72882
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72955
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
72956
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72957
72883
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
72958
72884
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
72959
72885
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
72960
|
-
VForm: typeof import('vuetify/components')['VForm']
|
72961
72886
|
VContainer: typeof import('vuetify/components')['VContainer']
|
72962
72887
|
VCol: typeof import('vuetify/components')['VCol']
|
72963
72888
|
VRow: typeof import('vuetify/components')['VRow']
|
72964
72889
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72890
|
+
VForm: typeof import('vuetify/components')['VForm']
|
72965
72891
|
VHover: typeof import('vuetify/components')['VHover']
|
72892
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
72966
72893
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72967
72894
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72968
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
72969
72895
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72970
72896
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72971
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
72972
72897
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72898
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
72973
72899
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72974
72900
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72975
72901
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72976
72902
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72977
72903
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72978
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72979
72904
|
VValidation: typeof import('vuetify/components')['VValidation']
|
72905
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72980
72906
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72981
72907
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
72982
72908
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|