@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-labs.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;
|
@@ -3642,10 +3642,7 @@ declare const VInput: {
|
|
3642
3642
|
};
|
3643
3643
|
id: StringConstructor;
|
3644
3644
|
appendIcon: PropType<IconValue>;
|
3645
|
-
centerAffix:
|
3646
|
-
type: BooleanConstructor;
|
3647
|
-
default: boolean;
|
3648
|
-
};
|
3645
|
+
centerAffix: BooleanConstructor;
|
3649
3646
|
prependIcon: PropType<IconValue>;
|
3650
3647
|
hideDetails: PropType<boolean | "auto">;
|
3651
3648
|
hideSpinButtons: BooleanConstructor;
|
@@ -3707,10 +3704,7 @@ declare const VInput: {
|
|
3707
3704
|
};
|
3708
3705
|
id: StringConstructor;
|
3709
3706
|
appendIcon: PropType<IconValue>;
|
3710
|
-
centerAffix:
|
3711
|
-
type: BooleanConstructor;
|
3712
|
-
default: boolean;
|
3713
|
-
};
|
3707
|
+
centerAffix: BooleanConstructor;
|
3714
3708
|
prependIcon: PropType<IconValue>;
|
3715
3709
|
hideDetails: PropType<boolean | "auto">;
|
3716
3710
|
hideSpinButtons: BooleanConstructor;
|
@@ -3765,6 +3759,7 @@ declare const VField: {
|
|
3765
3759
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3766
3760
|
tile: boolean;
|
3767
3761
|
clearIcon: IconValue;
|
3762
|
+
centerAffix: boolean;
|
3768
3763
|
clearable: boolean;
|
3769
3764
|
dirty: boolean;
|
3770
3765
|
persistentClear: boolean;
|
@@ -3785,7 +3780,6 @@ declare const VField: {
|
|
3785
3780
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3786
3781
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3787
3782
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3788
|
-
centerAffix?: boolean | undefined;
|
3789
3783
|
} & {
|
3790
3784
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3791
3785
|
}, {
|
@@ -3804,6 +3798,7 @@ declare const VField: {
|
|
3804
3798
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3805
3799
|
tile: boolean;
|
3806
3800
|
clearIcon: IconValue;
|
3801
|
+
centerAffix: boolean;
|
3807
3802
|
clearable: boolean;
|
3808
3803
|
dirty: boolean;
|
3809
3804
|
persistentClear: boolean;
|
@@ -3824,7 +3819,6 @@ declare const VField: {
|
|
3824
3819
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3825
3820
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3826
3821
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3827
|
-
centerAffix?: boolean | undefined;
|
3828
3822
|
} & {
|
3829
3823
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3830
3824
|
}, {
|
@@ -3886,6 +3880,7 @@ declare const VField: {
|
|
3886
3880
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3887
3881
|
tile: boolean;
|
3888
3882
|
clearIcon: IconValue;
|
3883
|
+
centerAffix: boolean;
|
3889
3884
|
clearable: boolean;
|
3890
3885
|
dirty: boolean;
|
3891
3886
|
persistentClear: boolean;
|
@@ -3906,7 +3901,6 @@ declare const VField: {
|
|
3906
3901
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3907
3902
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3908
3903
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3909
|
-
centerAffix?: boolean | undefined;
|
3910
3904
|
} & {
|
3911
3905
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3912
3906
|
}, {
|
@@ -3943,6 +3937,7 @@ declare const VField: {
|
|
3943
3937
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3944
3938
|
tile: boolean;
|
3945
3939
|
clearIcon: IconValue;
|
3940
|
+
centerAffix: boolean;
|
3946
3941
|
clearable: boolean;
|
3947
3942
|
dirty: boolean;
|
3948
3943
|
persistentClear: boolean;
|
@@ -3963,7 +3958,6 @@ declare const VField: {
|
|
3963
3958
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3964
3959
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3965
3960
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3966
|
-
centerAffix?: boolean | undefined;
|
3967
3961
|
} & {
|
3968
3962
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
3969
3963
|
}, {
|
@@ -4039,10 +4033,7 @@ declare const VField: {
|
|
4039
4033
|
default: string;
|
4040
4034
|
};
|
4041
4035
|
active: BooleanConstructor;
|
4042
|
-
centerAffix:
|
4043
|
-
type: BooleanConstructor;
|
4044
|
-
default: undefined;
|
4045
|
-
};
|
4036
|
+
centerAffix: BooleanConstructor;
|
4046
4037
|
color: StringConstructor;
|
4047
4038
|
baseColor: StringConstructor;
|
4048
4039
|
dirty: BooleanConstructor;
|
@@ -4089,10 +4080,7 @@ declare const VField: {
|
|
4089
4080
|
default: string;
|
4090
4081
|
};
|
4091
4082
|
active: BooleanConstructor;
|
4092
|
-
centerAffix:
|
4093
|
-
type: BooleanConstructor;
|
4094
|
-
default: undefined;
|
4095
|
-
};
|
4083
|
+
centerAffix: BooleanConstructor;
|
4096
4084
|
color: StringConstructor;
|
4097
4085
|
baseColor: StringConstructor;
|
4098
4086
|
dirty: BooleanConstructor;
|
@@ -4166,7 +4154,7 @@ interface LocationStrategyData {
|
|
4166
4154
|
isRtl: Ref<boolean>;
|
4167
4155
|
}
|
4168
4156
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
4169
|
-
updateLocation: (e
|
4157
|
+
updateLocation: (e?: Event) => void;
|
4170
4158
|
};
|
4171
4159
|
declare const locationStrategies: {
|
4172
4160
|
static: typeof staticLocationStrategy;
|
@@ -4862,6 +4850,7 @@ declare const VAutocomplete: {
|
|
4862
4850
|
direction: "horizontal" | "vertical";
|
4863
4851
|
valueComparator: typeof deepEqual;
|
4864
4852
|
clearIcon: IconValue;
|
4853
|
+
centerAffix: boolean;
|
4865
4854
|
hideSpinButtons: boolean;
|
4866
4855
|
persistentHint: boolean;
|
4867
4856
|
filterMode: FilterMode;
|
@@ -4911,7 +4900,6 @@ declare const VAutocomplete: {
|
|
4911
4900
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
4912
4901
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4913
4902
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
4914
|
-
centerAffix?: boolean | undefined;
|
4915
4903
|
hint?: string | undefined;
|
4916
4904
|
hideDetails?: boolean | "auto" | undefined;
|
4917
4905
|
customFilter?: FilterFunction | undefined;
|
@@ -5192,7 +5180,7 @@ declare const VAutocomplete: {
|
|
5192
5180
|
eager: boolean;
|
5193
5181
|
location: Anchor;
|
5194
5182
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5195
|
-
updateLocation: (e
|
5183
|
+
updateLocation: (e?: Event | undefined) => void;
|
5196
5184
|
} | undefined) | "connected">;
|
5197
5185
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5198
5186
|
closeDelay: NonNullable<string | number>;
|
@@ -5221,7 +5209,7 @@ declare const VAutocomplete: {
|
|
5221
5209
|
eager: boolean;
|
5222
5210
|
location: Anchor;
|
5223
5211
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5224
|
-
updateLocation: (e
|
5212
|
+
updateLocation: (e?: Event | undefined) => void;
|
5225
5213
|
} | undefined) | "connected">;
|
5226
5214
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5227
5215
|
closeDelay: NonNullable<string | number>;
|
@@ -5297,7 +5285,7 @@ declare const VAutocomplete: {
|
|
5297
5285
|
eager: boolean;
|
5298
5286
|
location: Anchor;
|
5299
5287
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5300
|
-
updateLocation: (e
|
5288
|
+
updateLocation: (e?: Event | undefined) => void;
|
5301
5289
|
} | undefined) | "connected">;
|
5302
5290
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5303
5291
|
closeDelay: NonNullable<string | number>;
|
@@ -5402,6 +5390,7 @@ declare const VAutocomplete: {
|
|
5402
5390
|
direction: "horizontal" | "vertical";
|
5403
5391
|
valueComparator: typeof deepEqual;
|
5404
5392
|
clearIcon: IconValue;
|
5393
|
+
centerAffix: boolean;
|
5405
5394
|
hideSpinButtons: boolean;
|
5406
5395
|
persistentHint: boolean;
|
5407
5396
|
filterMode: FilterMode;
|
@@ -5451,7 +5440,6 @@ declare const VAutocomplete: {
|
|
5451
5440
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
5452
5441
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5453
5442
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
5454
|
-
centerAffix?: boolean | undefined;
|
5455
5443
|
hint?: string | undefined;
|
5456
5444
|
hideDetails?: boolean | "auto" | undefined;
|
5457
5445
|
customFilter?: FilterFunction | undefined;
|
@@ -5732,7 +5720,7 @@ declare const VAutocomplete: {
|
|
5732
5720
|
eager: boolean;
|
5733
5721
|
location: Anchor;
|
5734
5722
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5735
|
-
updateLocation: (e
|
5723
|
+
updateLocation: (e?: Event | undefined) => void;
|
5736
5724
|
} | undefined) | "connected">;
|
5737
5725
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5738
5726
|
closeDelay: NonNullable<string | number>;
|
@@ -5761,7 +5749,7 @@ declare const VAutocomplete: {
|
|
5761
5749
|
eager: boolean;
|
5762
5750
|
location: Anchor;
|
5763
5751
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5764
|
-
updateLocation: (e
|
5752
|
+
updateLocation: (e?: Event | undefined) => void;
|
5765
5753
|
} | undefined) | "connected">;
|
5766
5754
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5767
5755
|
closeDelay: NonNullable<string | number>;
|
@@ -5837,7 +5825,7 @@ declare const VAutocomplete: {
|
|
5837
5825
|
eager: boolean;
|
5838
5826
|
location: Anchor;
|
5839
5827
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
5840
|
-
updateLocation: (e
|
5828
|
+
updateLocation: (e?: Event | undefined) => void;
|
5841
5829
|
} | undefined) | "connected">;
|
5842
5830
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
5843
5831
|
closeDelay: NonNullable<string | number>;
|
@@ -6056,6 +6044,7 @@ declare const VAutocomplete: {
|
|
6056
6044
|
direction: "horizontal" | "vertical";
|
6057
6045
|
valueComparator: typeof deepEqual;
|
6058
6046
|
clearIcon: IconValue;
|
6047
|
+
centerAffix: boolean;
|
6059
6048
|
hideSpinButtons: boolean;
|
6060
6049
|
persistentHint: boolean;
|
6061
6050
|
filterMode: FilterMode;
|
@@ -6105,7 +6094,6 @@ declare const VAutocomplete: {
|
|
6105
6094
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6106
6095
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6107
6096
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6108
|
-
centerAffix?: boolean | undefined;
|
6109
6097
|
hint?: string | undefined;
|
6110
6098
|
hideDetails?: boolean | "auto" | undefined;
|
6111
6099
|
customFilter?: FilterFunction | undefined;
|
@@ -6386,7 +6374,7 @@ declare const VAutocomplete: {
|
|
6386
6374
|
eager: boolean;
|
6387
6375
|
location: Anchor;
|
6388
6376
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6389
|
-
updateLocation: (e
|
6377
|
+
updateLocation: (e?: Event | undefined) => void;
|
6390
6378
|
} | undefined) | "connected">;
|
6391
6379
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6392
6380
|
closeDelay: NonNullable<string | number>;
|
@@ -6415,7 +6403,7 @@ declare const VAutocomplete: {
|
|
6415
6403
|
eager: boolean;
|
6416
6404
|
location: Anchor;
|
6417
6405
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6418
|
-
updateLocation: (e
|
6406
|
+
updateLocation: (e?: Event | undefined) => void;
|
6419
6407
|
} | undefined) | "connected">;
|
6420
6408
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6421
6409
|
closeDelay: NonNullable<string | number>;
|
@@ -6491,7 +6479,7 @@ declare const VAutocomplete: {
|
|
6491
6479
|
eager: boolean;
|
6492
6480
|
location: Anchor;
|
6493
6481
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6494
|
-
updateLocation: (e
|
6482
|
+
updateLocation: (e?: Event | undefined) => void;
|
6495
6483
|
} | undefined) | "connected">;
|
6496
6484
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6497
6485
|
closeDelay: NonNullable<string | number>;
|
@@ -6645,6 +6633,7 @@ declare const VAutocomplete: {
|
|
6645
6633
|
direction: "horizontal" | "vertical";
|
6646
6634
|
valueComparator: typeof deepEqual;
|
6647
6635
|
clearIcon: IconValue;
|
6636
|
+
centerAffix: boolean;
|
6648
6637
|
hideSpinButtons: boolean;
|
6649
6638
|
persistentHint: boolean;
|
6650
6639
|
filterMode: FilterMode;
|
@@ -6694,7 +6683,6 @@ declare const VAutocomplete: {
|
|
6694
6683
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
6695
6684
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6696
6685
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
6697
|
-
centerAffix?: boolean | undefined;
|
6698
6686
|
hint?: string | undefined;
|
6699
6687
|
hideDetails?: boolean | "auto" | undefined;
|
6700
6688
|
customFilter?: FilterFunction | undefined;
|
@@ -6975,7 +6963,7 @@ declare const VAutocomplete: {
|
|
6975
6963
|
eager: boolean;
|
6976
6964
|
location: Anchor;
|
6977
6965
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
6978
|
-
updateLocation: (e
|
6966
|
+
updateLocation: (e?: Event | undefined) => void;
|
6979
6967
|
} | undefined) | "connected">;
|
6980
6968
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
6981
6969
|
closeDelay: NonNullable<string | number>;
|
@@ -7004,7 +6992,7 @@ declare const VAutocomplete: {
|
|
7004
6992
|
eager: boolean;
|
7005
6993
|
location: Anchor;
|
7006
6994
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7007
|
-
updateLocation: (e
|
6995
|
+
updateLocation: (e?: Event | undefined) => void;
|
7008
6996
|
} | undefined) | "connected">;
|
7009
6997
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7010
6998
|
closeDelay: NonNullable<string | number>;
|
@@ -7080,7 +7068,7 @@ declare const VAutocomplete: {
|
|
7080
7068
|
eager: boolean;
|
7081
7069
|
location: Anchor;
|
7082
7070
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7083
|
-
updateLocation: (e
|
7071
|
+
updateLocation: (e?: Event | undefined) => void;
|
7084
7072
|
} | undefined) | "connected">;
|
7085
7073
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7086
7074
|
closeDelay: NonNullable<string | number>;
|
@@ -7433,10 +7421,7 @@ declare const VAutocomplete: {
|
|
7433
7421
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
7434
7422
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
7435
7423
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
7436
|
-
centerAffix:
|
7437
|
-
type: BooleanConstructor;
|
7438
|
-
default: undefined;
|
7439
|
-
};
|
7424
|
+
centerAffix: BooleanConstructor;
|
7440
7425
|
hideSpinButtons: BooleanConstructor;
|
7441
7426
|
hint: StringConstructor;
|
7442
7427
|
persistentHint: BooleanConstructor;
|
@@ -7772,7 +7757,7 @@ declare const VAutocomplete: {
|
|
7772
7757
|
eager: boolean;
|
7773
7758
|
location: Anchor;
|
7774
7759
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7775
|
-
updateLocation: (e
|
7760
|
+
updateLocation: (e?: Event | undefined) => void;
|
7776
7761
|
} | undefined) | "connected">;
|
7777
7762
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7778
7763
|
closeDelay: NonNullable<string | number>;
|
@@ -7801,7 +7786,7 @@ declare const VAutocomplete: {
|
|
7801
7786
|
eager: boolean;
|
7802
7787
|
location: Anchor;
|
7803
7788
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7804
|
-
updateLocation: (e
|
7789
|
+
updateLocation: (e?: Event | undefined) => void;
|
7805
7790
|
} | undefined) | "connected">;
|
7806
7791
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7807
7792
|
closeDelay: NonNullable<string | number>;
|
@@ -7877,7 +7862,7 @@ declare const VAutocomplete: {
|
|
7877
7862
|
eager: boolean;
|
7878
7863
|
location: Anchor;
|
7879
7864
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
7880
|
-
updateLocation: (e
|
7865
|
+
updateLocation: (e?: Event | undefined) => void;
|
7881
7866
|
} | undefined) | "connected">;
|
7882
7867
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
7883
7868
|
closeDelay: NonNullable<string | number>;
|
@@ -8077,10 +8062,7 @@ declare const VAutocomplete: {
|
|
8077
8062
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
8078
8063
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
8079
8064
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
8080
|
-
centerAffix:
|
8081
|
-
type: BooleanConstructor;
|
8082
|
-
default: undefined;
|
8083
|
-
};
|
8065
|
+
centerAffix: BooleanConstructor;
|
8084
8066
|
hideSpinButtons: BooleanConstructor;
|
8085
8067
|
hint: StringConstructor;
|
8086
8068
|
persistentHint: BooleanConstructor;
|
@@ -8416,7 +8398,7 @@ declare const VAutocomplete: {
|
|
8416
8398
|
eager: boolean;
|
8417
8399
|
location: Anchor;
|
8418
8400
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8419
|
-
updateLocation: (e
|
8401
|
+
updateLocation: (e?: Event | undefined) => void;
|
8420
8402
|
} | undefined) | "connected">;
|
8421
8403
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8422
8404
|
closeDelay: NonNullable<string | number>;
|
@@ -8445,7 +8427,7 @@ declare const VAutocomplete: {
|
|
8445
8427
|
eager: boolean;
|
8446
8428
|
location: Anchor;
|
8447
8429
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8448
|
-
updateLocation: (e
|
8430
|
+
updateLocation: (e?: Event | undefined) => void;
|
8449
8431
|
} | undefined) | "connected">;
|
8450
8432
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8451
8433
|
closeDelay: NonNullable<string | number>;
|
@@ -8521,7 +8503,7 @@ declare const VAutocomplete: {
|
|
8521
8503
|
eager: boolean;
|
8522
8504
|
location: Anchor;
|
8523
8505
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8524
|
-
updateLocation: (e
|
8506
|
+
updateLocation: (e?: Event | undefined) => void;
|
8525
8507
|
} | undefined) | "connected">;
|
8526
8508
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
8527
8509
|
closeDelay: NonNullable<string | number>;
|
@@ -10108,7 +10090,7 @@ declare const VBottomSheet: {
|
|
10108
10090
|
eager: boolean;
|
10109
10091
|
location: Anchor;
|
10110
10092
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10111
|
-
updateLocation: (e
|
10093
|
+
updateLocation: (e?: Event | undefined) => void;
|
10112
10094
|
} | undefined) | "connected";
|
10113
10095
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10114
10096
|
activatorProps: Record<string, any>;
|
@@ -10194,7 +10176,7 @@ declare const VBottomSheet: {
|
|
10194
10176
|
eager: boolean;
|
10195
10177
|
location: Anchor;
|
10196
10178
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10197
|
-
updateLocation: (e
|
10179
|
+
updateLocation: (e?: Event | undefined) => void;
|
10198
10180
|
} | undefined) | "connected";
|
10199
10181
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10200
10182
|
activatorProps: Record<string, any>;
|
@@ -10278,7 +10260,7 @@ declare const VBottomSheet: {
|
|
10278
10260
|
eager: boolean;
|
10279
10261
|
location: Anchor;
|
10280
10262
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10281
|
-
updateLocation: (e
|
10263
|
+
updateLocation: (e?: Event | undefined) => void;
|
10282
10264
|
} | undefined) | "connected";
|
10283
10265
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10284
10266
|
activatorProps: Record<string, any>;
|
@@ -10330,7 +10312,7 @@ declare const VBottomSheet: {
|
|
10330
10312
|
eager: boolean;
|
10331
10313
|
location: Anchor;
|
10332
10314
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10333
|
-
updateLocation: (e
|
10315
|
+
updateLocation: (e?: Event | undefined) => void;
|
10334
10316
|
} | undefined) | "connected";
|
10335
10317
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10336
10318
|
activatorProps: Record<string, any>;
|
@@ -10414,7 +10396,7 @@ declare const VBottomSheet: {
|
|
10414
10396
|
eager: boolean;
|
10415
10397
|
location: Anchor;
|
10416
10398
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10417
|
-
updateLocation: (e
|
10399
|
+
updateLocation: (e?: Event | undefined) => void;
|
10418
10400
|
} | undefined) | "connected";
|
10419
10401
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10420
10402
|
activatorProps: Record<string, any>;
|
@@ -10450,7 +10432,7 @@ declare const VBottomSheet: {
|
|
10450
10432
|
eager: boolean;
|
10451
10433
|
location: Anchor;
|
10452
10434
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10453
|
-
updateLocation: (e
|
10435
|
+
updateLocation: (e?: Event | undefined) => void;
|
10454
10436
|
} | undefined) | "connected";
|
10455
10437
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10456
10438
|
activatorProps: Record<string, any>;
|
@@ -10536,7 +10518,7 @@ declare const VBottomSheet: {
|
|
10536
10518
|
eager: boolean;
|
10537
10519
|
location: Anchor;
|
10538
10520
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10539
|
-
updateLocation: (e
|
10521
|
+
updateLocation: (e?: Event | undefined) => void;
|
10540
10522
|
} | undefined) | "connected";
|
10541
10523
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
10542
10524
|
activatorProps: Record<string, any>;
|
@@ -10606,7 +10588,7 @@ declare const VBottomSheet: {
|
|
10606
10588
|
};
|
10607
10589
|
locationStrategy: {
|
10608
10590
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10609
|
-
updateLocation: (e
|
10591
|
+
updateLocation: (e?: Event | undefined) => void;
|
10610
10592
|
} | undefined) | "connected">;
|
10611
10593
|
default: string;
|
10612
10594
|
validator: (val: any) => boolean;
|
@@ -10726,7 +10708,7 @@ declare const VBottomSheet: {
|
|
10726
10708
|
};
|
10727
10709
|
locationStrategy: {
|
10728
10710
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
10729
|
-
updateLocation: (e
|
10711
|
+
updateLocation: (e?: Event | undefined) => void;
|
10730
10712
|
} | undefined) | "connected">;
|
10731
10713
|
default: string;
|
10732
10714
|
validator: (val: any) => boolean;
|
@@ -16207,10 +16189,7 @@ declare const VCheckbox: {
|
|
16207
16189
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
16208
16190
|
minWidth: (StringConstructor | NumberConstructor)[];
|
16209
16191
|
appendIcon: vue.PropType<IconValue>;
|
16210
|
-
centerAffix:
|
16211
|
-
type: BooleanConstructor;
|
16212
|
-
default: boolean;
|
16213
|
-
};
|
16192
|
+
centerAffix: BooleanConstructor;
|
16214
16193
|
prependIcon: vue.PropType<IconValue>;
|
16215
16194
|
hideDetails: vue.PropType<boolean | "auto">;
|
16216
16195
|
hideSpinButtons: BooleanConstructor;
|
@@ -16306,10 +16285,7 @@ declare const VCheckbox: {
|
|
16306
16285
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
16307
16286
|
minWidth: (StringConstructor | NumberConstructor)[];
|
16308
16287
|
appendIcon: vue.PropType<IconValue>;
|
16309
|
-
centerAffix:
|
16310
|
-
type: BooleanConstructor;
|
16311
|
-
default: boolean;
|
16312
|
-
};
|
16288
|
+
centerAffix: BooleanConstructor;
|
16313
16289
|
prependIcon: vue.PropType<IconValue>;
|
16314
16290
|
hideDetails: vue.PropType<boolean | "auto">;
|
16315
16291
|
hideSpinButtons: BooleanConstructor;
|
@@ -18474,6 +18450,7 @@ declare const VCombobox: {
|
|
18474
18450
|
direction: "horizontal" | "vertical";
|
18475
18451
|
valueComparator: typeof deepEqual;
|
18476
18452
|
clearIcon: IconValue;
|
18453
|
+
centerAffix: boolean;
|
18477
18454
|
hideSpinButtons: boolean;
|
18478
18455
|
persistentHint: boolean;
|
18479
18456
|
filterMode: FilterMode;
|
@@ -18523,7 +18500,6 @@ declare const VCombobox: {
|
|
18523
18500
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
18524
18501
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
18525
18502
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
18526
|
-
centerAffix?: boolean | undefined;
|
18527
18503
|
hint?: string | undefined;
|
18528
18504
|
hideDetails?: boolean | "auto" | undefined;
|
18529
18505
|
customFilter?: FilterFunction | undefined;
|
@@ -18804,7 +18780,7 @@ declare const VCombobox: {
|
|
18804
18780
|
eager: boolean;
|
18805
18781
|
location: Anchor;
|
18806
18782
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18807
|
-
updateLocation: (e
|
18783
|
+
updateLocation: (e?: Event | undefined) => void;
|
18808
18784
|
} | undefined) | "connected">;
|
18809
18785
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18810
18786
|
closeDelay: NonNullable<string | number>;
|
@@ -18833,7 +18809,7 @@ declare const VCombobox: {
|
|
18833
18809
|
eager: boolean;
|
18834
18810
|
location: Anchor;
|
18835
18811
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18836
|
-
updateLocation: (e
|
18812
|
+
updateLocation: (e?: Event | undefined) => void;
|
18837
18813
|
} | undefined) | "connected">;
|
18838
18814
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18839
18815
|
closeDelay: NonNullable<string | number>;
|
@@ -18909,7 +18885,7 @@ declare const VCombobox: {
|
|
18909
18885
|
eager: boolean;
|
18910
18886
|
location: Anchor;
|
18911
18887
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
18912
|
-
updateLocation: (e
|
18888
|
+
updateLocation: (e?: Event | undefined) => void;
|
18913
18889
|
} | undefined) | "connected">;
|
18914
18890
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
18915
18891
|
closeDelay: NonNullable<string | number>;
|
@@ -19014,6 +18990,7 @@ declare const VCombobox: {
|
|
19014
18990
|
direction: "horizontal" | "vertical";
|
19015
18991
|
valueComparator: typeof deepEqual;
|
19016
18992
|
clearIcon: IconValue;
|
18993
|
+
centerAffix: boolean;
|
19017
18994
|
hideSpinButtons: boolean;
|
19018
18995
|
persistentHint: boolean;
|
19019
18996
|
filterMode: FilterMode;
|
@@ -19063,7 +19040,6 @@ declare const VCombobox: {
|
|
19063
19040
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
19064
19041
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19065
19042
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19066
|
-
centerAffix?: boolean | undefined;
|
19067
19043
|
hint?: string | undefined;
|
19068
19044
|
hideDetails?: boolean | "auto" | undefined;
|
19069
19045
|
customFilter?: FilterFunction | undefined;
|
@@ -19344,7 +19320,7 @@ declare const VCombobox: {
|
|
19344
19320
|
eager: boolean;
|
19345
19321
|
location: Anchor;
|
19346
19322
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19347
|
-
updateLocation: (e
|
19323
|
+
updateLocation: (e?: Event | undefined) => void;
|
19348
19324
|
} | undefined) | "connected">;
|
19349
19325
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19350
19326
|
closeDelay: NonNullable<string | number>;
|
@@ -19373,7 +19349,7 @@ declare const VCombobox: {
|
|
19373
19349
|
eager: boolean;
|
19374
19350
|
location: Anchor;
|
19375
19351
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19376
|
-
updateLocation: (e
|
19352
|
+
updateLocation: (e?: Event | undefined) => void;
|
19377
19353
|
} | undefined) | "connected">;
|
19378
19354
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19379
19355
|
closeDelay: NonNullable<string | number>;
|
@@ -19449,7 +19425,7 @@ declare const VCombobox: {
|
|
19449
19425
|
eager: boolean;
|
19450
19426
|
location: Anchor;
|
19451
19427
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
19452
|
-
updateLocation: (e
|
19428
|
+
updateLocation: (e?: Event | undefined) => void;
|
19453
19429
|
} | undefined) | "connected">;
|
19454
19430
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
19455
19431
|
closeDelay: NonNullable<string | number>;
|
@@ -19668,6 +19644,7 @@ declare const VCombobox: {
|
|
19668
19644
|
direction: "horizontal" | "vertical";
|
19669
19645
|
valueComparator: typeof deepEqual;
|
19670
19646
|
clearIcon: IconValue;
|
19647
|
+
centerAffix: boolean;
|
19671
19648
|
hideSpinButtons: boolean;
|
19672
19649
|
persistentHint: boolean;
|
19673
19650
|
filterMode: FilterMode;
|
@@ -19717,7 +19694,6 @@ declare const VCombobox: {
|
|
19717
19694
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
19718
19695
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19719
19696
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
19720
|
-
centerAffix?: boolean | undefined;
|
19721
19697
|
hint?: string | undefined;
|
19722
19698
|
hideDetails?: boolean | "auto" | undefined;
|
19723
19699
|
customFilter?: FilterFunction | undefined;
|
@@ -19998,7 +19974,7 @@ declare const VCombobox: {
|
|
19998
19974
|
eager: boolean;
|
19999
19975
|
location: Anchor;
|
20000
19976
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20001
|
-
updateLocation: (e
|
19977
|
+
updateLocation: (e?: Event | undefined) => void;
|
20002
19978
|
} | undefined) | "connected">;
|
20003
19979
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20004
19980
|
closeDelay: NonNullable<string | number>;
|
@@ -20027,7 +20003,7 @@ declare const VCombobox: {
|
|
20027
20003
|
eager: boolean;
|
20028
20004
|
location: Anchor;
|
20029
20005
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20030
|
-
updateLocation: (e
|
20006
|
+
updateLocation: (e?: Event | undefined) => void;
|
20031
20007
|
} | undefined) | "connected">;
|
20032
20008
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20033
20009
|
closeDelay: NonNullable<string | number>;
|
@@ -20103,7 +20079,7 @@ declare const VCombobox: {
|
|
20103
20079
|
eager: boolean;
|
20104
20080
|
location: Anchor;
|
20105
20081
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20106
|
-
updateLocation: (e
|
20082
|
+
updateLocation: (e?: Event | undefined) => void;
|
20107
20083
|
} | undefined) | "connected">;
|
20108
20084
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20109
20085
|
closeDelay: NonNullable<string | number>;
|
@@ -20257,6 +20233,7 @@ declare const VCombobox: {
|
|
20257
20233
|
direction: "horizontal" | "vertical";
|
20258
20234
|
valueComparator: typeof deepEqual;
|
20259
20235
|
clearIcon: IconValue;
|
20236
|
+
centerAffix: boolean;
|
20260
20237
|
hideSpinButtons: boolean;
|
20261
20238
|
persistentHint: boolean;
|
20262
20239
|
filterMode: FilterMode;
|
@@ -20306,7 +20283,6 @@ declare const VCombobox: {
|
|
20306
20283
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
20307
20284
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
20308
20285
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
20309
|
-
centerAffix?: boolean | undefined;
|
20310
20286
|
hint?: string | undefined;
|
20311
20287
|
hideDetails?: boolean | "auto" | undefined;
|
20312
20288
|
customFilter?: FilterFunction | undefined;
|
@@ -20587,7 +20563,7 @@ declare const VCombobox: {
|
|
20587
20563
|
eager: boolean;
|
20588
20564
|
location: Anchor;
|
20589
20565
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20590
|
-
updateLocation: (e
|
20566
|
+
updateLocation: (e?: Event | undefined) => void;
|
20591
20567
|
} | undefined) | "connected">;
|
20592
20568
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20593
20569
|
closeDelay: NonNullable<string | number>;
|
@@ -20616,7 +20592,7 @@ declare const VCombobox: {
|
|
20616
20592
|
eager: boolean;
|
20617
20593
|
location: Anchor;
|
20618
20594
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20619
|
-
updateLocation: (e
|
20595
|
+
updateLocation: (e?: Event | undefined) => void;
|
20620
20596
|
} | undefined) | "connected">;
|
20621
20597
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20622
20598
|
closeDelay: NonNullable<string | number>;
|
@@ -20692,7 +20668,7 @@ declare const VCombobox: {
|
|
20692
20668
|
eager: boolean;
|
20693
20669
|
location: Anchor;
|
20694
20670
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
20695
|
-
updateLocation: (e
|
20671
|
+
updateLocation: (e?: Event | undefined) => void;
|
20696
20672
|
} | undefined) | "connected">;
|
20697
20673
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
20698
20674
|
closeDelay: NonNullable<string | number>;
|
@@ -21045,10 +21021,7 @@ declare const VCombobox: {
|
|
21045
21021
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
21046
21022
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
21047
21023
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
21048
|
-
centerAffix:
|
21049
|
-
type: BooleanConstructor;
|
21050
|
-
default: undefined;
|
21051
|
-
};
|
21024
|
+
centerAffix: BooleanConstructor;
|
21052
21025
|
hideSpinButtons: BooleanConstructor;
|
21053
21026
|
hint: StringConstructor;
|
21054
21027
|
persistentHint: BooleanConstructor;
|
@@ -21390,7 +21363,7 @@ declare const VCombobox: {
|
|
21390
21363
|
eager: boolean;
|
21391
21364
|
location: Anchor;
|
21392
21365
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21393
|
-
updateLocation: (e
|
21366
|
+
updateLocation: (e?: Event | undefined) => void;
|
21394
21367
|
} | undefined) | "connected">;
|
21395
21368
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21396
21369
|
closeDelay: NonNullable<string | number>;
|
@@ -21419,7 +21392,7 @@ declare const VCombobox: {
|
|
21419
21392
|
eager: boolean;
|
21420
21393
|
location: Anchor;
|
21421
21394
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21422
|
-
updateLocation: (e
|
21395
|
+
updateLocation: (e?: Event | undefined) => void;
|
21423
21396
|
} | undefined) | "connected">;
|
21424
21397
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21425
21398
|
closeDelay: NonNullable<string | number>;
|
@@ -21495,7 +21468,7 @@ declare const VCombobox: {
|
|
21495
21468
|
eager: boolean;
|
21496
21469
|
location: Anchor;
|
21497
21470
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
21498
|
-
updateLocation: (e
|
21471
|
+
updateLocation: (e?: Event | undefined) => void;
|
21499
21472
|
} | undefined) | "connected">;
|
21500
21473
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
21501
21474
|
closeDelay: NonNullable<string | number>;
|
@@ -21698,10 +21671,7 @@ declare const VCombobox: {
|
|
21698
21671
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
21699
21672
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
21700
21673
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
21701
|
-
centerAffix:
|
21702
|
-
type: BooleanConstructor;
|
21703
|
-
default: undefined;
|
21704
|
-
};
|
21674
|
+
centerAffix: BooleanConstructor;
|
21705
21675
|
hideSpinButtons: BooleanConstructor;
|
21706
21676
|
hint: StringConstructor;
|
21707
21677
|
persistentHint: BooleanConstructor;
|
@@ -22043,7 +22013,7 @@ declare const VCombobox: {
|
|
22043
22013
|
eager: boolean;
|
22044
22014
|
location: Anchor;
|
22045
22015
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
22046
|
-
updateLocation: (e
|
22016
|
+
updateLocation: (e?: Event | undefined) => void;
|
22047
22017
|
} | undefined) | "connected">;
|
22048
22018
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
22049
22019
|
closeDelay: NonNullable<string | number>;
|
@@ -22072,7 +22042,7 @@ declare const VCombobox: {
|
|
22072
22042
|
eager: boolean;
|
22073
22043
|
location: Anchor;
|
22074
22044
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
22075
|
-
updateLocation: (e
|
22045
|
+
updateLocation: (e?: Event | undefined) => void;
|
22076
22046
|
} | undefined) | "connected">;
|
22077
22047
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
22078
22048
|
closeDelay: NonNullable<string | number>;
|
@@ -22148,7 +22118,7 @@ declare const VCombobox: {
|
|
22148
22118
|
eager: boolean;
|
22149
22119
|
location: Anchor;
|
22150
22120
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
22151
|
-
updateLocation: (e
|
22121
|
+
updateLocation: (e?: Event | undefined) => void;
|
22152
22122
|
} | undefined) | "connected">;
|
22153
22123
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
22154
22124
|
closeDelay: NonNullable<string | number>;
|
@@ -22633,6 +22603,7 @@ interface Group<T = any> {
|
|
22633
22603
|
declare function provideGroupBy(options: {
|
22634
22604
|
groupBy: Ref<readonly SortItem[]>;
|
22635
22605
|
sortBy: Ref<readonly SortItem[]>;
|
22606
|
+
disableSort?: Ref<boolean>;
|
22636
22607
|
}): {
|
22637
22608
|
sortByWithGroups: vue.ComputedRef<SortItem[]>;
|
22638
22609
|
toggleGroup: (group: Group) => void;
|
@@ -24017,8 +23988,8 @@ declare const VDataTable: {
|
|
24017
23988
|
expanded: readonly string[];
|
24018
23989
|
density: Density;
|
24019
23990
|
valueComparator: typeof deepEqual;
|
24020
|
-
nextIcon:
|
24021
|
-
prevIcon:
|
23991
|
+
nextIcon: IconValue;
|
23992
|
+
prevIcon: IconValue;
|
24022
23993
|
selectStrategy: "page" | "all" | "single";
|
24023
23994
|
returnObject: boolean;
|
24024
23995
|
filterMode: FilterMode;
|
@@ -24028,12 +23999,13 @@ declare const VDataTable: {
|
|
24028
23999
|
multiSort: boolean;
|
24029
24000
|
mustSort: boolean;
|
24030
24001
|
groupBy: readonly SortItem[];
|
24002
|
+
disableSort: boolean;
|
24031
24003
|
showSelect: boolean;
|
24032
24004
|
expandOnClick: boolean;
|
24033
24005
|
showExpand: boolean;
|
24034
24006
|
itemsPerPage: string | number;
|
24035
|
-
firstIcon:
|
24036
|
-
lastIcon:
|
24007
|
+
firstIcon: IconValue;
|
24008
|
+
lastIcon: IconValue;
|
24037
24009
|
firstPageLabel: string;
|
24038
24010
|
prevPageLabel: string;
|
24039
24011
|
nextPageLabel: string;
|
@@ -24043,7 +24015,6 @@ declare const VDataTable: {
|
|
24043
24015
|
value: number;
|
24044
24016
|
})[];
|
24045
24017
|
showCurrentPage: boolean;
|
24046
|
-
disableSort: boolean;
|
24047
24018
|
sortAscIcon: IconValue;
|
24048
24019
|
sortDescIcon: IconValue;
|
24049
24020
|
fixedHeader: boolean;
|
@@ -24096,8 +24067,8 @@ declare const VDataTable: {
|
|
24096
24067
|
expanded: readonly string[];
|
24097
24068
|
density: Density;
|
24098
24069
|
valueComparator: typeof deepEqual;
|
24099
|
-
nextIcon:
|
24100
|
-
prevIcon:
|
24070
|
+
nextIcon: IconValue;
|
24071
|
+
prevIcon: IconValue;
|
24101
24072
|
selectStrategy: "page" | "all" | "single";
|
24102
24073
|
returnObject: boolean;
|
24103
24074
|
filterMode: FilterMode;
|
@@ -24107,12 +24078,13 @@ declare const VDataTable: {
|
|
24107
24078
|
multiSort: boolean;
|
24108
24079
|
mustSort: boolean;
|
24109
24080
|
groupBy: readonly SortItem[];
|
24081
|
+
disableSort: boolean;
|
24110
24082
|
showSelect: boolean;
|
24111
24083
|
expandOnClick: boolean;
|
24112
24084
|
showExpand: boolean;
|
24113
24085
|
itemsPerPage: string | number;
|
24114
|
-
firstIcon:
|
24115
|
-
lastIcon:
|
24086
|
+
firstIcon: IconValue;
|
24087
|
+
lastIcon: IconValue;
|
24116
24088
|
firstPageLabel: string;
|
24117
24089
|
prevPageLabel: string;
|
24118
24090
|
nextPageLabel: string;
|
@@ -24122,7 +24094,6 @@ declare const VDataTable: {
|
|
24122
24094
|
value: number;
|
24123
24095
|
})[];
|
24124
24096
|
showCurrentPage: boolean;
|
24125
|
-
disableSort: boolean;
|
24126
24097
|
sortAscIcon: IconValue;
|
24127
24098
|
sortDescIcon: IconValue;
|
24128
24099
|
fixedHeader: boolean;
|
@@ -24166,8 +24137,8 @@ declare const VDataTable: {
|
|
24166
24137
|
expanded: readonly string[];
|
24167
24138
|
density: Density;
|
24168
24139
|
valueComparator: typeof deepEqual;
|
24169
|
-
nextIcon:
|
24170
|
-
prevIcon:
|
24140
|
+
nextIcon: IconValue;
|
24141
|
+
prevIcon: IconValue;
|
24171
24142
|
selectStrategy: "page" | "all" | "single";
|
24172
24143
|
returnObject: boolean;
|
24173
24144
|
filterMode: FilterMode;
|
@@ -24177,12 +24148,13 @@ declare const VDataTable: {
|
|
24177
24148
|
multiSort: boolean;
|
24178
24149
|
mustSort: boolean;
|
24179
24150
|
groupBy: readonly SortItem[];
|
24151
|
+
disableSort: boolean;
|
24180
24152
|
showSelect: boolean;
|
24181
24153
|
expandOnClick: boolean;
|
24182
24154
|
showExpand: boolean;
|
24183
24155
|
itemsPerPage: string | number;
|
24184
|
-
firstIcon:
|
24185
|
-
lastIcon:
|
24156
|
+
firstIcon: IconValue;
|
24157
|
+
lastIcon: IconValue;
|
24186
24158
|
firstPageLabel: string;
|
24187
24159
|
prevPageLabel: string;
|
24188
24160
|
nextPageLabel: string;
|
@@ -24192,7 +24164,6 @@ declare const VDataTable: {
|
|
24192
24164
|
value: number;
|
24193
24165
|
})[];
|
24194
24166
|
showCurrentPage: boolean;
|
24195
|
-
disableSort: boolean;
|
24196
24167
|
sortAscIcon: IconValue;
|
24197
24168
|
sortDescIcon: IconValue;
|
24198
24169
|
fixedHeader: boolean;
|
@@ -24318,8 +24289,8 @@ declare const VDataTable: {
|
|
24318
24289
|
expanded: readonly string[];
|
24319
24290
|
density: Density;
|
24320
24291
|
valueComparator: typeof deepEqual;
|
24321
|
-
nextIcon:
|
24322
|
-
prevIcon:
|
24292
|
+
nextIcon: IconValue;
|
24293
|
+
prevIcon: IconValue;
|
24323
24294
|
selectStrategy: "page" | "all" | "single";
|
24324
24295
|
returnObject: boolean;
|
24325
24296
|
filterMode: FilterMode;
|
@@ -24329,12 +24300,13 @@ declare const VDataTable: {
|
|
24329
24300
|
multiSort: boolean;
|
24330
24301
|
mustSort: boolean;
|
24331
24302
|
groupBy: readonly SortItem[];
|
24303
|
+
disableSort: boolean;
|
24332
24304
|
showSelect: boolean;
|
24333
24305
|
expandOnClick: boolean;
|
24334
24306
|
showExpand: boolean;
|
24335
24307
|
itemsPerPage: string | number;
|
24336
|
-
firstIcon:
|
24337
|
-
lastIcon:
|
24308
|
+
firstIcon: IconValue;
|
24309
|
+
lastIcon: IconValue;
|
24338
24310
|
firstPageLabel: string;
|
24339
24311
|
prevPageLabel: string;
|
24340
24312
|
nextPageLabel: string;
|
@@ -24344,7 +24316,6 @@ declare const VDataTable: {
|
|
24344
24316
|
value: number;
|
24345
24317
|
})[];
|
24346
24318
|
showCurrentPage: boolean;
|
24347
|
-
disableSort: boolean;
|
24348
24319
|
sortAscIcon: IconValue;
|
24349
24320
|
sortDescIcon: IconValue;
|
24350
24321
|
fixedHeader: boolean;
|
@@ -24388,8 +24359,8 @@ declare const VDataTable: {
|
|
24388
24359
|
expanded: readonly string[];
|
24389
24360
|
density: Density;
|
24390
24361
|
valueComparator: typeof deepEqual;
|
24391
|
-
nextIcon:
|
24392
|
-
prevIcon:
|
24362
|
+
nextIcon: IconValue;
|
24363
|
+
prevIcon: IconValue;
|
24393
24364
|
selectStrategy: "page" | "all" | "single";
|
24394
24365
|
returnObject: boolean;
|
24395
24366
|
filterMode: FilterMode;
|
@@ -24399,12 +24370,13 @@ declare const VDataTable: {
|
|
24399
24370
|
multiSort: boolean;
|
24400
24371
|
mustSort: boolean;
|
24401
24372
|
groupBy: readonly SortItem[];
|
24373
|
+
disableSort: boolean;
|
24402
24374
|
showSelect: boolean;
|
24403
24375
|
expandOnClick: boolean;
|
24404
24376
|
showExpand: boolean;
|
24405
24377
|
itemsPerPage: string | number;
|
24406
|
-
firstIcon:
|
24407
|
-
lastIcon:
|
24378
|
+
firstIcon: IconValue;
|
24379
|
+
lastIcon: IconValue;
|
24408
24380
|
firstPageLabel: string;
|
24409
24381
|
prevPageLabel: string;
|
24410
24382
|
nextPageLabel: string;
|
@@ -24414,7 +24386,6 @@ declare const VDataTable: {
|
|
24414
24386
|
value: number;
|
24415
24387
|
})[];
|
24416
24388
|
showCurrentPage: boolean;
|
24417
|
-
disableSort: boolean;
|
24418
24389
|
sortAscIcon: IconValue;
|
24419
24390
|
sortDescIcon: IconValue;
|
24420
24391
|
fixedHeader: boolean;
|
@@ -24440,8 +24411,8 @@ declare const VDataTable: {
|
|
24440
24411
|
expanded: readonly string[];
|
24441
24412
|
density: Density;
|
24442
24413
|
valueComparator: typeof deepEqual;
|
24443
|
-
nextIcon:
|
24444
|
-
prevIcon:
|
24414
|
+
nextIcon: IconValue;
|
24415
|
+
prevIcon: IconValue;
|
24445
24416
|
selectStrategy: "page" | "all" | "single";
|
24446
24417
|
returnObject: boolean;
|
24447
24418
|
filterMode: FilterMode;
|
@@ -24451,12 +24422,13 @@ declare const VDataTable: {
|
|
24451
24422
|
multiSort: boolean;
|
24452
24423
|
mustSort: boolean;
|
24453
24424
|
groupBy: readonly SortItem[];
|
24425
|
+
disableSort: boolean;
|
24454
24426
|
showSelect: boolean;
|
24455
24427
|
expandOnClick: boolean;
|
24456
24428
|
showExpand: boolean;
|
24457
24429
|
itemsPerPage: string | number;
|
24458
|
-
firstIcon:
|
24459
|
-
lastIcon:
|
24430
|
+
firstIcon: IconValue;
|
24431
|
+
lastIcon: IconValue;
|
24460
24432
|
firstPageLabel: string;
|
24461
24433
|
prevPageLabel: string;
|
24462
24434
|
nextPageLabel: string;
|
@@ -24466,7 +24438,6 @@ declare const VDataTable: {
|
|
24466
24438
|
value: number;
|
24467
24439
|
})[];
|
24468
24440
|
showCurrentPage: boolean;
|
24469
|
-
disableSort: boolean;
|
24470
24441
|
sortAscIcon: IconValue;
|
24471
24442
|
sortDescIcon: IconValue;
|
24472
24443
|
fixedHeader: boolean;
|
@@ -24519,8 +24490,8 @@ declare const VDataTable: {
|
|
24519
24490
|
expanded: readonly string[];
|
24520
24491
|
density: Density;
|
24521
24492
|
valueComparator: typeof deepEqual;
|
24522
|
-
nextIcon:
|
24523
|
-
prevIcon:
|
24493
|
+
nextIcon: IconValue;
|
24494
|
+
prevIcon: IconValue;
|
24524
24495
|
selectStrategy: "page" | "all" | "single";
|
24525
24496
|
returnObject: boolean;
|
24526
24497
|
filterMode: FilterMode;
|
@@ -24530,12 +24501,13 @@ declare const VDataTable: {
|
|
24530
24501
|
multiSort: boolean;
|
24531
24502
|
mustSort: boolean;
|
24532
24503
|
groupBy: readonly SortItem[];
|
24504
|
+
disableSort: boolean;
|
24533
24505
|
showSelect: boolean;
|
24534
24506
|
expandOnClick: boolean;
|
24535
24507
|
showExpand: boolean;
|
24536
24508
|
itemsPerPage: string | number;
|
24537
|
-
firstIcon:
|
24538
|
-
lastIcon:
|
24509
|
+
firstIcon: IconValue;
|
24510
|
+
lastIcon: IconValue;
|
24539
24511
|
firstPageLabel: string;
|
24540
24512
|
prevPageLabel: string;
|
24541
24513
|
nextPageLabel: string;
|
@@ -24545,7 +24517,6 @@ declare const VDataTable: {
|
|
24545
24517
|
value: number;
|
24546
24518
|
})[];
|
24547
24519
|
showCurrentPage: boolean;
|
24548
|
-
disableSort: boolean;
|
24549
24520
|
sortAscIcon: IconValue;
|
24550
24521
|
sortDescIcon: IconValue;
|
24551
24522
|
fixedHeader: boolean;
|
@@ -24714,19 +24685,19 @@ declare const VDataTable: {
|
|
24714
24685
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
24715
24686
|
}, VDataTableSlots<ItemType$4<T>>>) & FilterPropsOptions<{
|
24716
24687
|
prevIcon: {
|
24717
|
-
type:
|
24688
|
+
type: vue.PropType<IconValue>;
|
24718
24689
|
default: string;
|
24719
24690
|
};
|
24720
24691
|
nextIcon: {
|
24721
|
-
type:
|
24692
|
+
type: vue.PropType<IconValue>;
|
24722
24693
|
default: string;
|
24723
24694
|
};
|
24724
24695
|
firstIcon: {
|
24725
|
-
type:
|
24696
|
+
type: vue.PropType<IconValue>;
|
24726
24697
|
default: string;
|
24727
24698
|
};
|
24728
24699
|
lastIcon: {
|
24729
|
-
type:
|
24700
|
+
type: vue.PropType<IconValue>;
|
24730
24701
|
default: string;
|
24731
24702
|
};
|
24732
24703
|
itemsPerPageText: {
|
@@ -24925,19 +24896,19 @@ declare const VDataTable: {
|
|
24925
24896
|
};
|
24926
24897
|
}, vue.ExtractPropTypes<{
|
24927
24898
|
prevIcon: {
|
24928
|
-
type:
|
24899
|
+
type: vue.PropType<IconValue>;
|
24929
24900
|
default: string;
|
24930
24901
|
};
|
24931
24902
|
nextIcon: {
|
24932
|
-
type:
|
24903
|
+
type: vue.PropType<IconValue>;
|
24933
24904
|
default: string;
|
24934
24905
|
};
|
24935
24906
|
firstIcon: {
|
24936
|
-
type:
|
24907
|
+
type: vue.PropType<IconValue>;
|
24937
24908
|
default: string;
|
24938
24909
|
};
|
24939
24910
|
lastIcon: {
|
24940
|
-
type:
|
24911
|
+
type: vue.PropType<IconValue>;
|
24941
24912
|
default: string;
|
24942
24913
|
};
|
24943
24914
|
itemsPerPageText: {
|
@@ -25141,10 +25112,10 @@ declare const VDataTableFooter: {
|
|
25141
25112
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
25142
25113
|
itemsPerPageText: string;
|
25143
25114
|
pageText: string;
|
25144
|
-
nextIcon:
|
25145
|
-
prevIcon:
|
25146
|
-
firstIcon:
|
25147
|
-
lastIcon:
|
25115
|
+
nextIcon: IconValue;
|
25116
|
+
prevIcon: IconValue;
|
25117
|
+
firstIcon: IconValue;
|
25118
|
+
lastIcon: IconValue;
|
25148
25119
|
firstPageLabel: string;
|
25149
25120
|
prevPageLabel: string;
|
25150
25121
|
nextPageLabel: string;
|
@@ -25166,10 +25137,10 @@ declare const VDataTableFooter: {
|
|
25166
25137
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
25167
25138
|
itemsPerPageText: string;
|
25168
25139
|
pageText: string;
|
25169
|
-
nextIcon:
|
25170
|
-
prevIcon:
|
25171
|
-
firstIcon:
|
25172
|
-
lastIcon:
|
25140
|
+
nextIcon: IconValue;
|
25141
|
+
prevIcon: IconValue;
|
25142
|
+
firstIcon: IconValue;
|
25143
|
+
lastIcon: IconValue;
|
25173
25144
|
firstPageLabel: string;
|
25174
25145
|
prevPageLabel: string;
|
25175
25146
|
nextPageLabel: string;
|
@@ -25191,10 +25162,10 @@ declare const VDataTableFooter: {
|
|
25191
25162
|
}, {
|
25192
25163
|
itemsPerPageText: string;
|
25193
25164
|
pageText: string;
|
25194
|
-
nextIcon:
|
25195
|
-
prevIcon:
|
25196
|
-
firstIcon:
|
25197
|
-
lastIcon:
|
25165
|
+
nextIcon: IconValue;
|
25166
|
+
prevIcon: IconValue;
|
25167
|
+
firstIcon: IconValue;
|
25168
|
+
lastIcon: IconValue;
|
25198
25169
|
firstPageLabel: string;
|
25199
25170
|
prevPageLabel: string;
|
25200
25171
|
nextPageLabel: string;
|
@@ -25218,10 +25189,10 @@ declare const VDataTableFooter: {
|
|
25218
25189
|
}, {
|
25219
25190
|
itemsPerPageText: string;
|
25220
25191
|
pageText: string;
|
25221
|
-
nextIcon:
|
25222
|
-
prevIcon:
|
25223
|
-
firstIcon:
|
25224
|
-
lastIcon:
|
25192
|
+
nextIcon: IconValue;
|
25193
|
+
prevIcon: IconValue;
|
25194
|
+
firstIcon: IconValue;
|
25195
|
+
lastIcon: IconValue;
|
25225
25196
|
firstPageLabel: string;
|
25226
25197
|
prevPageLabel: string;
|
25227
25198
|
nextPageLabel: string;
|
@@ -25243,10 +25214,10 @@ declare const VDataTableFooter: {
|
|
25243
25214
|
}, {}, {}, {}, {}, {
|
25244
25215
|
itemsPerPageText: string;
|
25245
25216
|
pageText: string;
|
25246
|
-
nextIcon:
|
25247
|
-
prevIcon:
|
25248
|
-
firstIcon:
|
25249
|
-
lastIcon:
|
25217
|
+
nextIcon: IconValue;
|
25218
|
+
prevIcon: IconValue;
|
25219
|
+
firstIcon: IconValue;
|
25220
|
+
lastIcon: IconValue;
|
25250
25221
|
firstPageLabel: string;
|
25251
25222
|
prevPageLabel: string;
|
25252
25223
|
nextPageLabel: string;
|
@@ -25263,10 +25234,10 @@ declare const VDataTableFooter: {
|
|
25263
25234
|
} & vue.ComponentOptionsBase<{
|
25264
25235
|
itemsPerPageText: string;
|
25265
25236
|
pageText: string;
|
25266
|
-
nextIcon:
|
25267
|
-
prevIcon:
|
25268
|
-
firstIcon:
|
25269
|
-
lastIcon:
|
25237
|
+
nextIcon: IconValue;
|
25238
|
+
prevIcon: IconValue;
|
25239
|
+
firstIcon: IconValue;
|
25240
|
+
lastIcon: IconValue;
|
25270
25241
|
firstPageLabel: string;
|
25271
25242
|
prevPageLabel: string;
|
25272
25243
|
nextPageLabel: string;
|
@@ -25288,10 +25259,10 @@ declare const VDataTableFooter: {
|
|
25288
25259
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
25289
25260
|
itemsPerPageText: string;
|
25290
25261
|
pageText: string;
|
25291
|
-
nextIcon:
|
25292
|
-
prevIcon:
|
25293
|
-
firstIcon:
|
25294
|
-
lastIcon:
|
25262
|
+
nextIcon: IconValue;
|
25263
|
+
prevIcon: IconValue;
|
25264
|
+
firstIcon: IconValue;
|
25265
|
+
lastIcon: IconValue;
|
25295
25266
|
firstPageLabel: string;
|
25296
25267
|
prevPageLabel: string;
|
25297
25268
|
nextPageLabel: string;
|
@@ -25307,19 +25278,19 @@ declare const VDataTableFooter: {
|
|
25307
25278
|
}>[];
|
25308
25279
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
25309
25280
|
prevIcon: {
|
25310
|
-
type:
|
25281
|
+
type: PropType<IconValue>;
|
25311
25282
|
default: string;
|
25312
25283
|
};
|
25313
25284
|
nextIcon: {
|
25314
|
-
type:
|
25285
|
+
type: PropType<IconValue>;
|
25315
25286
|
default: string;
|
25316
25287
|
};
|
25317
25288
|
firstIcon: {
|
25318
|
-
type:
|
25289
|
+
type: PropType<IconValue>;
|
25319
25290
|
default: string;
|
25320
25291
|
};
|
25321
25292
|
lastIcon: {
|
25322
|
-
type:
|
25293
|
+
type: PropType<IconValue>;
|
25323
25294
|
default: string;
|
25324
25295
|
};
|
25325
25296
|
itemsPerPageText: {
|
@@ -25359,19 +25330,19 @@ declare const VDataTableFooter: {
|
|
25359
25330
|
showCurrentPage: BooleanConstructor;
|
25360
25331
|
}, vue.ExtractPropTypes<{
|
25361
25332
|
prevIcon: {
|
25362
|
-
type:
|
25333
|
+
type: PropType<IconValue>;
|
25363
25334
|
default: string;
|
25364
25335
|
};
|
25365
25336
|
nextIcon: {
|
25366
|
-
type:
|
25337
|
+
type: PropType<IconValue>;
|
25367
25338
|
default: string;
|
25368
25339
|
};
|
25369
25340
|
firstIcon: {
|
25370
|
-
type:
|
25341
|
+
type: PropType<IconValue>;
|
25371
25342
|
default: string;
|
25372
25343
|
};
|
25373
25344
|
lastIcon: {
|
25374
|
-
type:
|
25345
|
+
type: PropType<IconValue>;
|
25375
25346
|
default: string;
|
25376
25347
|
};
|
25377
25348
|
itemsPerPageText: {
|
@@ -25446,10 +25417,10 @@ declare const VDataTableVirtual: {
|
|
25446
25417
|
multiSort: boolean;
|
25447
25418
|
mustSort: boolean;
|
25448
25419
|
groupBy: readonly SortItem[];
|
25420
|
+
disableSort: boolean;
|
25449
25421
|
showSelect: boolean;
|
25450
25422
|
expandOnClick: boolean;
|
25451
25423
|
showExpand: boolean;
|
25452
|
-
disableSort: boolean;
|
25453
25424
|
sortAscIcon: IconValue;
|
25454
25425
|
sortDescIcon: IconValue;
|
25455
25426
|
fixedHeader: boolean;
|
@@ -25548,10 +25519,10 @@ declare const VDataTableVirtual: {
|
|
25548
25519
|
multiSort: boolean;
|
25549
25520
|
mustSort: boolean;
|
25550
25521
|
groupBy: readonly SortItem[];
|
25522
|
+
disableSort: boolean;
|
25551
25523
|
showSelect: boolean;
|
25552
25524
|
expandOnClick: boolean;
|
25553
25525
|
showExpand: boolean;
|
25554
|
-
disableSort: boolean;
|
25555
25526
|
sortAscIcon: IconValue;
|
25556
25527
|
sortDescIcon: IconValue;
|
25557
25528
|
fixedHeader: boolean;
|
@@ -25644,10 +25615,10 @@ declare const VDataTableVirtual: {
|
|
25644
25615
|
multiSort: boolean;
|
25645
25616
|
mustSort: boolean;
|
25646
25617
|
groupBy: readonly SortItem[];
|
25618
|
+
disableSort: boolean;
|
25647
25619
|
showSelect: boolean;
|
25648
25620
|
expandOnClick: boolean;
|
25649
25621
|
showExpand: boolean;
|
25650
|
-
disableSort: boolean;
|
25651
25622
|
sortAscIcon: IconValue;
|
25652
25623
|
sortDescIcon: IconValue;
|
25653
25624
|
fixedHeader: boolean;
|
@@ -25764,10 +25735,10 @@ declare const VDataTableVirtual: {
|
|
25764
25735
|
multiSort: boolean;
|
25765
25736
|
mustSort: boolean;
|
25766
25737
|
groupBy: readonly SortItem[];
|
25738
|
+
disableSort: boolean;
|
25767
25739
|
showSelect: boolean;
|
25768
25740
|
expandOnClick: boolean;
|
25769
25741
|
showExpand: boolean;
|
25770
|
-
disableSort: boolean;
|
25771
25742
|
sortAscIcon: IconValue;
|
25772
25743
|
sortDescIcon: IconValue;
|
25773
25744
|
fixedHeader: boolean;
|
@@ -25860,10 +25831,10 @@ declare const VDataTableVirtual: {
|
|
25860
25831
|
multiSort: boolean;
|
25861
25832
|
mustSort: boolean;
|
25862
25833
|
groupBy: readonly SortItem[];
|
25834
|
+
disableSort: boolean;
|
25863
25835
|
showSelect: boolean;
|
25864
25836
|
expandOnClick: boolean;
|
25865
25837
|
showExpand: boolean;
|
25866
|
-
disableSort: boolean;
|
25867
25838
|
sortAscIcon: IconValue;
|
25868
25839
|
sortDescIcon: IconValue;
|
25869
25840
|
fixedHeader: boolean;
|
@@ -25896,10 +25867,10 @@ declare const VDataTableVirtual: {
|
|
25896
25867
|
multiSort: boolean;
|
25897
25868
|
mustSort: boolean;
|
25898
25869
|
groupBy: readonly SortItem[];
|
25870
|
+
disableSort: boolean;
|
25899
25871
|
showSelect: boolean;
|
25900
25872
|
expandOnClick: boolean;
|
25901
25873
|
showExpand: boolean;
|
25902
|
-
disableSort: boolean;
|
25903
25874
|
sortAscIcon: IconValue;
|
25904
25875
|
sortDescIcon: IconValue;
|
25905
25876
|
fixedHeader: boolean;
|
@@ -25998,10 +25969,10 @@ declare const VDataTableVirtual: {
|
|
25998
25969
|
multiSort: boolean;
|
25999
25970
|
mustSort: boolean;
|
26000
25971
|
groupBy: readonly SortItem[];
|
25972
|
+
disableSort: boolean;
|
26001
25973
|
showSelect: boolean;
|
26002
25974
|
expandOnClick: boolean;
|
26003
25975
|
showExpand: boolean;
|
26004
|
-
disableSort: boolean;
|
26005
25976
|
sortAscIcon: IconValue;
|
26006
25977
|
sortDescIcon: IconValue;
|
26007
25978
|
fixedHeader: boolean;
|
@@ -26437,8 +26408,8 @@ declare const VDataTableServer: {
|
|
26437
26408
|
expanded: readonly string[];
|
26438
26409
|
density: Density;
|
26439
26410
|
valueComparator: typeof deepEqual;
|
26440
|
-
nextIcon:
|
26441
|
-
prevIcon:
|
26411
|
+
nextIcon: IconValue;
|
26412
|
+
prevIcon: IconValue;
|
26442
26413
|
selectStrategy: "page" | "all" | "single";
|
26443
26414
|
returnObject: boolean;
|
26444
26415
|
hideNoData: boolean;
|
@@ -26446,13 +26417,14 @@ declare const VDataTableServer: {
|
|
26446
26417
|
multiSort: boolean;
|
26447
26418
|
mustSort: boolean;
|
26448
26419
|
groupBy: readonly SortItem[];
|
26420
|
+
disableSort: boolean;
|
26449
26421
|
showSelect: boolean;
|
26450
26422
|
expandOnClick: boolean;
|
26451
26423
|
showExpand: boolean;
|
26452
26424
|
itemsPerPage: string | number;
|
26453
26425
|
itemsLength: string | number;
|
26454
|
-
firstIcon:
|
26455
|
-
lastIcon:
|
26426
|
+
firstIcon: IconValue;
|
26427
|
+
lastIcon: IconValue;
|
26456
26428
|
firstPageLabel: string;
|
26457
26429
|
prevPageLabel: string;
|
26458
26430
|
nextPageLabel: string;
|
@@ -26462,7 +26434,6 @@ declare const VDataTableServer: {
|
|
26462
26434
|
value: number;
|
26463
26435
|
})[];
|
26464
26436
|
showCurrentPage: boolean;
|
26465
|
-
disableSort: boolean;
|
26466
26437
|
sortAscIcon: IconValue;
|
26467
26438
|
sortDescIcon: IconValue;
|
26468
26439
|
fixedHeader: boolean;
|
@@ -26555,8 +26526,8 @@ declare const VDataTableServer: {
|
|
26555
26526
|
expanded: readonly string[];
|
26556
26527
|
density: Density;
|
26557
26528
|
valueComparator: typeof deepEqual;
|
26558
|
-
nextIcon:
|
26559
|
-
prevIcon:
|
26529
|
+
nextIcon: IconValue;
|
26530
|
+
prevIcon: IconValue;
|
26560
26531
|
selectStrategy: "page" | "all" | "single";
|
26561
26532
|
returnObject: boolean;
|
26562
26533
|
hideNoData: boolean;
|
@@ -26564,13 +26535,14 @@ declare const VDataTableServer: {
|
|
26564
26535
|
multiSort: boolean;
|
26565
26536
|
mustSort: boolean;
|
26566
26537
|
groupBy: readonly SortItem[];
|
26538
|
+
disableSort: boolean;
|
26567
26539
|
showSelect: boolean;
|
26568
26540
|
expandOnClick: boolean;
|
26569
26541
|
showExpand: boolean;
|
26570
26542
|
itemsPerPage: string | number;
|
26571
26543
|
itemsLength: string | number;
|
26572
|
-
firstIcon:
|
26573
|
-
lastIcon:
|
26544
|
+
firstIcon: IconValue;
|
26545
|
+
lastIcon: IconValue;
|
26574
26546
|
firstPageLabel: string;
|
26575
26547
|
prevPageLabel: string;
|
26576
26548
|
nextPageLabel: string;
|
@@ -26580,7 +26552,6 @@ declare const VDataTableServer: {
|
|
26580
26552
|
value: number;
|
26581
26553
|
})[];
|
26582
26554
|
showCurrentPage: boolean;
|
26583
|
-
disableSort: boolean;
|
26584
26555
|
sortAscIcon: IconValue;
|
26585
26556
|
sortDescIcon: IconValue;
|
26586
26557
|
fixedHeader: boolean;
|
@@ -26665,8 +26636,8 @@ declare const VDataTableServer: {
|
|
26665
26636
|
expanded: readonly string[];
|
26666
26637
|
density: Density;
|
26667
26638
|
valueComparator: typeof deepEqual;
|
26668
|
-
nextIcon:
|
26669
|
-
prevIcon:
|
26639
|
+
nextIcon: IconValue;
|
26640
|
+
prevIcon: IconValue;
|
26670
26641
|
selectStrategy: "page" | "all" | "single";
|
26671
26642
|
returnObject: boolean;
|
26672
26643
|
hideNoData: boolean;
|
@@ -26674,12 +26645,13 @@ declare const VDataTableServer: {
|
|
26674
26645
|
multiSort: boolean;
|
26675
26646
|
mustSort: boolean;
|
26676
26647
|
groupBy: readonly SortItem[];
|
26648
|
+
disableSort: boolean;
|
26677
26649
|
showSelect: boolean;
|
26678
26650
|
expandOnClick: boolean;
|
26679
26651
|
showExpand: boolean;
|
26680
26652
|
itemsPerPage: string | number;
|
26681
|
-
firstIcon:
|
26682
|
-
lastIcon:
|
26653
|
+
firstIcon: IconValue;
|
26654
|
+
lastIcon: IconValue;
|
26683
26655
|
firstPageLabel: string;
|
26684
26656
|
prevPageLabel: string;
|
26685
26657
|
nextPageLabel: string;
|
@@ -26689,7 +26661,6 @@ declare const VDataTableServer: {
|
|
26689
26661
|
value: number;
|
26690
26662
|
})[];
|
26691
26663
|
showCurrentPage: boolean;
|
26692
|
-
disableSort: boolean;
|
26693
26664
|
sortAscIcon: IconValue;
|
26694
26665
|
sortDescIcon: IconValue;
|
26695
26666
|
fixedHeader: boolean;
|
@@ -26815,8 +26786,8 @@ declare const VDataTableServer: {
|
|
26815
26786
|
expanded: readonly string[];
|
26816
26787
|
density: Density;
|
26817
26788
|
valueComparator: typeof deepEqual;
|
26818
|
-
nextIcon:
|
26819
|
-
prevIcon:
|
26789
|
+
nextIcon: IconValue;
|
26790
|
+
prevIcon: IconValue;
|
26820
26791
|
selectStrategy: "page" | "all" | "single";
|
26821
26792
|
returnObject: boolean;
|
26822
26793
|
hideNoData: boolean;
|
@@ -26824,13 +26795,14 @@ declare const VDataTableServer: {
|
|
26824
26795
|
multiSort: boolean;
|
26825
26796
|
mustSort: boolean;
|
26826
26797
|
groupBy: readonly SortItem[];
|
26798
|
+
disableSort: boolean;
|
26827
26799
|
showSelect: boolean;
|
26828
26800
|
expandOnClick: boolean;
|
26829
26801
|
showExpand: boolean;
|
26830
26802
|
itemsPerPage: string | number;
|
26831
26803
|
itemsLength: string | number;
|
26832
|
-
firstIcon:
|
26833
|
-
lastIcon:
|
26804
|
+
firstIcon: IconValue;
|
26805
|
+
lastIcon: IconValue;
|
26834
26806
|
firstPageLabel: string;
|
26835
26807
|
prevPageLabel: string;
|
26836
26808
|
nextPageLabel: string;
|
@@ -26840,7 +26812,6 @@ declare const VDataTableServer: {
|
|
26840
26812
|
value: number;
|
26841
26813
|
})[];
|
26842
26814
|
showCurrentPage: boolean;
|
26843
|
-
disableSort: boolean;
|
26844
26815
|
sortAscIcon: IconValue;
|
26845
26816
|
sortDescIcon: IconValue;
|
26846
26817
|
fixedHeader: boolean;
|
@@ -26925,8 +26896,8 @@ declare const VDataTableServer: {
|
|
26925
26896
|
expanded: readonly string[];
|
26926
26897
|
density: Density;
|
26927
26898
|
valueComparator: typeof deepEqual;
|
26928
|
-
nextIcon:
|
26929
|
-
prevIcon:
|
26899
|
+
nextIcon: IconValue;
|
26900
|
+
prevIcon: IconValue;
|
26930
26901
|
selectStrategy: "page" | "all" | "single";
|
26931
26902
|
returnObject: boolean;
|
26932
26903
|
hideNoData: boolean;
|
@@ -26934,12 +26905,13 @@ declare const VDataTableServer: {
|
|
26934
26905
|
multiSort: boolean;
|
26935
26906
|
mustSort: boolean;
|
26936
26907
|
groupBy: readonly SortItem[];
|
26908
|
+
disableSort: boolean;
|
26937
26909
|
showSelect: boolean;
|
26938
26910
|
expandOnClick: boolean;
|
26939
26911
|
showExpand: boolean;
|
26940
26912
|
itemsPerPage: string | number;
|
26941
|
-
firstIcon:
|
26942
|
-
lastIcon:
|
26913
|
+
firstIcon: IconValue;
|
26914
|
+
lastIcon: IconValue;
|
26943
26915
|
firstPageLabel: string;
|
26944
26916
|
prevPageLabel: string;
|
26945
26917
|
nextPageLabel: string;
|
@@ -26949,7 +26921,6 @@ declare const VDataTableServer: {
|
|
26949
26921
|
value: number;
|
26950
26922
|
})[];
|
26951
26923
|
showCurrentPage: boolean;
|
26952
|
-
disableSort: boolean;
|
26953
26924
|
sortAscIcon: IconValue;
|
26954
26925
|
sortDescIcon: IconValue;
|
26955
26926
|
fixedHeader: boolean;
|
@@ -26975,8 +26946,8 @@ declare const VDataTableServer: {
|
|
26975
26946
|
expanded: readonly string[];
|
26976
26947
|
density: Density;
|
26977
26948
|
valueComparator: typeof deepEqual;
|
26978
|
-
nextIcon:
|
26979
|
-
prevIcon:
|
26949
|
+
nextIcon: IconValue;
|
26950
|
+
prevIcon: IconValue;
|
26980
26951
|
selectStrategy: "page" | "all" | "single";
|
26981
26952
|
returnObject: boolean;
|
26982
26953
|
hideNoData: boolean;
|
@@ -26984,13 +26955,14 @@ declare const VDataTableServer: {
|
|
26984
26955
|
multiSort: boolean;
|
26985
26956
|
mustSort: boolean;
|
26986
26957
|
groupBy: readonly SortItem[];
|
26958
|
+
disableSort: boolean;
|
26987
26959
|
showSelect: boolean;
|
26988
26960
|
expandOnClick: boolean;
|
26989
26961
|
showExpand: boolean;
|
26990
26962
|
itemsPerPage: string | number;
|
26991
26963
|
itemsLength: string | number;
|
26992
|
-
firstIcon:
|
26993
|
-
lastIcon:
|
26964
|
+
firstIcon: IconValue;
|
26965
|
+
lastIcon: IconValue;
|
26994
26966
|
firstPageLabel: string;
|
26995
26967
|
prevPageLabel: string;
|
26996
26968
|
nextPageLabel: string;
|
@@ -27000,7 +26972,6 @@ declare const VDataTableServer: {
|
|
27000
26972
|
value: number;
|
27001
26973
|
})[];
|
27002
26974
|
showCurrentPage: boolean;
|
27003
|
-
disableSort: boolean;
|
27004
26975
|
sortAscIcon: IconValue;
|
27005
26976
|
sortDescIcon: IconValue;
|
27006
26977
|
fixedHeader: boolean;
|
@@ -27093,8 +27064,8 @@ declare const VDataTableServer: {
|
|
27093
27064
|
expanded: readonly string[];
|
27094
27065
|
density: Density;
|
27095
27066
|
valueComparator: typeof deepEqual;
|
27096
|
-
nextIcon:
|
27097
|
-
prevIcon:
|
27067
|
+
nextIcon: IconValue;
|
27068
|
+
prevIcon: IconValue;
|
27098
27069
|
selectStrategy: "page" | "all" | "single";
|
27099
27070
|
returnObject: boolean;
|
27100
27071
|
hideNoData: boolean;
|
@@ -27102,12 +27073,13 @@ declare const VDataTableServer: {
|
|
27102
27073
|
multiSort: boolean;
|
27103
27074
|
mustSort: boolean;
|
27104
27075
|
groupBy: readonly SortItem[];
|
27076
|
+
disableSort: boolean;
|
27105
27077
|
showSelect: boolean;
|
27106
27078
|
expandOnClick: boolean;
|
27107
27079
|
showExpand: boolean;
|
27108
27080
|
itemsPerPage: string | number;
|
27109
|
-
firstIcon:
|
27110
|
-
lastIcon:
|
27081
|
+
firstIcon: IconValue;
|
27082
|
+
lastIcon: IconValue;
|
27111
27083
|
firstPageLabel: string;
|
27112
27084
|
prevPageLabel: string;
|
27113
27085
|
nextPageLabel: string;
|
@@ -27117,7 +27089,6 @@ declare const VDataTableServer: {
|
|
27117
27089
|
value: number;
|
27118
27090
|
})[];
|
27119
27091
|
showCurrentPage: boolean;
|
27120
|
-
disableSort: boolean;
|
27121
27092
|
sortAscIcon: IconValue;
|
27122
27093
|
sortDescIcon: IconValue;
|
27123
27094
|
fixedHeader: boolean;
|
@@ -27240,19 +27211,19 @@ declare const VDataTableServer: {
|
|
27240
27211
|
'onUpdate:modelValue'?: ((value: V) => void) | undefined;
|
27241
27212
|
}, VDataTableSlots<ItemType$2<T>>>) & FilterPropsOptions<{
|
27242
27213
|
prevIcon: {
|
27243
|
-
type:
|
27214
|
+
type: vue.PropType<IconValue>;
|
27244
27215
|
default: string;
|
27245
27216
|
};
|
27246
27217
|
nextIcon: {
|
27247
|
-
type:
|
27218
|
+
type: vue.PropType<IconValue>;
|
27248
27219
|
default: string;
|
27249
27220
|
};
|
27250
27221
|
firstIcon: {
|
27251
|
-
type:
|
27222
|
+
type: vue.PropType<IconValue>;
|
27252
27223
|
default: string;
|
27253
27224
|
};
|
27254
27225
|
lastIcon: {
|
27255
|
-
type:
|
27226
|
+
type: vue.PropType<IconValue>;
|
27256
27227
|
default: string;
|
27257
27228
|
};
|
27258
27229
|
itemsPerPageText: {
|
@@ -27447,19 +27418,19 @@ declare const VDataTableServer: {
|
|
27447
27418
|
};
|
27448
27419
|
}, vue.ExtractPropTypes<{
|
27449
27420
|
prevIcon: {
|
27450
|
-
type:
|
27421
|
+
type: vue.PropType<IconValue>;
|
27451
27422
|
default: string;
|
27452
27423
|
};
|
27453
27424
|
nextIcon: {
|
27454
|
-
type:
|
27425
|
+
type: vue.PropType<IconValue>;
|
27455
27426
|
default: string;
|
27456
27427
|
};
|
27457
27428
|
firstIcon: {
|
27458
|
-
type:
|
27429
|
+
type: vue.PropType<IconValue>;
|
27459
27430
|
default: string;
|
27460
27431
|
};
|
27461
27432
|
lastIcon: {
|
27462
|
-
type:
|
27433
|
+
type: vue.PropType<IconValue>;
|
27463
27434
|
default: string;
|
27464
27435
|
};
|
27465
27436
|
itemsPerPageText: {
|
@@ -27976,10 +27947,10 @@ declare const VDatePicker: {
|
|
27976
27947
|
tag: string;
|
27977
27948
|
transition: string;
|
27978
27949
|
tile: boolean;
|
27979
|
-
nextIcon:
|
27980
|
-
prevIcon:
|
27950
|
+
nextIcon: IconValue;
|
27951
|
+
prevIcon: IconValue;
|
27981
27952
|
reverseTransition: string;
|
27982
|
-
modeIcon:
|
27953
|
+
modeIcon: IconValue;
|
27983
27954
|
viewMode: "month" | "year" | "months";
|
27984
27955
|
showAdjacentMonths: boolean;
|
27985
27956
|
weekdays: number[];
|
@@ -28010,6 +27981,7 @@ declare const VDatePicker: {
|
|
28010
27981
|
max?: unknown;
|
28011
27982
|
bgColor?: string | undefined;
|
28012
27983
|
min?: unknown;
|
27984
|
+
firstDayOfWeek?: string | number | undefined;
|
28013
27985
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28014
27986
|
displayValue?: unknown;
|
28015
27987
|
} & {
|
@@ -28029,10 +28001,10 @@ declare const VDatePicker: {
|
|
28029
28001
|
tag: string;
|
28030
28002
|
transition: string;
|
28031
28003
|
tile: boolean;
|
28032
|
-
nextIcon:
|
28033
|
-
prevIcon:
|
28004
|
+
nextIcon: IconValue;
|
28005
|
+
prevIcon: IconValue;
|
28034
28006
|
reverseTransition: string;
|
28035
|
-
modeIcon:
|
28007
|
+
modeIcon: IconValue;
|
28036
28008
|
viewMode: "month" | "year" | "months";
|
28037
28009
|
showAdjacentMonths: boolean;
|
28038
28010
|
weekdays: number[];
|
@@ -28063,6 +28035,7 @@ declare const VDatePicker: {
|
|
28063
28035
|
max?: unknown;
|
28064
28036
|
bgColor?: string | undefined;
|
28065
28037
|
min?: unknown;
|
28038
|
+
firstDayOfWeek?: string | number | undefined;
|
28066
28039
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28067
28040
|
displayValue?: unknown;
|
28068
28041
|
} & {
|
@@ -28079,10 +28052,10 @@ declare const VDatePicker: {
|
|
28079
28052
|
transition: string;
|
28080
28053
|
rounded: string | number | boolean;
|
28081
28054
|
tile: boolean;
|
28082
|
-
nextIcon:
|
28083
|
-
prevIcon:
|
28055
|
+
nextIcon: IconValue;
|
28056
|
+
prevIcon: IconValue;
|
28084
28057
|
reverseTransition: string;
|
28085
|
-
modeIcon:
|
28058
|
+
modeIcon: IconValue;
|
28086
28059
|
viewMode: "month" | "year" | "months";
|
28087
28060
|
showAdjacentMonths: boolean;
|
28088
28061
|
weekdays: number[];
|
@@ -28122,10 +28095,10 @@ declare const VDatePicker: {
|
|
28122
28095
|
tag: string;
|
28123
28096
|
transition: string;
|
28124
28097
|
tile: boolean;
|
28125
|
-
nextIcon:
|
28126
|
-
prevIcon:
|
28098
|
+
nextIcon: IconValue;
|
28099
|
+
prevIcon: IconValue;
|
28127
28100
|
reverseTransition: string;
|
28128
|
-
modeIcon:
|
28101
|
+
modeIcon: IconValue;
|
28129
28102
|
viewMode: "month" | "year" | "months";
|
28130
28103
|
showAdjacentMonths: boolean;
|
28131
28104
|
weekdays: number[];
|
@@ -28156,6 +28129,7 @@ declare const VDatePicker: {
|
|
28156
28129
|
max?: unknown;
|
28157
28130
|
bgColor?: string | undefined;
|
28158
28131
|
min?: unknown;
|
28132
|
+
firstDayOfWeek?: string | number | undefined;
|
28159
28133
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28160
28134
|
displayValue?: unknown;
|
28161
28135
|
} & {
|
@@ -28172,10 +28146,10 @@ declare const VDatePicker: {
|
|
28172
28146
|
transition: string;
|
28173
28147
|
rounded: string | number | boolean;
|
28174
28148
|
tile: boolean;
|
28175
|
-
nextIcon:
|
28176
|
-
prevIcon:
|
28149
|
+
nextIcon: IconValue;
|
28150
|
+
prevIcon: IconValue;
|
28177
28151
|
reverseTransition: string;
|
28178
|
-
modeIcon:
|
28152
|
+
modeIcon: IconValue;
|
28179
28153
|
viewMode: "month" | "year" | "months";
|
28180
28154
|
showAdjacentMonths: boolean;
|
28181
28155
|
weekdays: number[];
|
@@ -28196,10 +28170,10 @@ declare const VDatePicker: {
|
|
28196
28170
|
tag: string;
|
28197
28171
|
transition: string;
|
28198
28172
|
tile: boolean;
|
28199
|
-
nextIcon:
|
28200
|
-
prevIcon:
|
28173
|
+
nextIcon: IconValue;
|
28174
|
+
prevIcon: IconValue;
|
28201
28175
|
reverseTransition: string;
|
28202
|
-
modeIcon:
|
28176
|
+
modeIcon: IconValue;
|
28203
28177
|
viewMode: "month" | "year" | "months";
|
28204
28178
|
showAdjacentMonths: boolean;
|
28205
28179
|
weekdays: number[];
|
@@ -28230,6 +28204,7 @@ declare const VDatePicker: {
|
|
28230
28204
|
max?: unknown;
|
28231
28205
|
bgColor?: string | undefined;
|
28232
28206
|
min?: unknown;
|
28207
|
+
firstDayOfWeek?: string | number | undefined;
|
28233
28208
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28234
28209
|
displayValue?: unknown;
|
28235
28210
|
} & {
|
@@ -28251,10 +28226,10 @@ declare const VDatePicker: {
|
|
28251
28226
|
transition: string;
|
28252
28227
|
rounded: string | number | boolean;
|
28253
28228
|
tile: boolean;
|
28254
|
-
nextIcon:
|
28255
|
-
prevIcon:
|
28229
|
+
nextIcon: IconValue;
|
28230
|
+
prevIcon: IconValue;
|
28256
28231
|
reverseTransition: string;
|
28257
|
-
modeIcon:
|
28232
|
+
modeIcon: IconValue;
|
28258
28233
|
viewMode: "month" | "year" | "months";
|
28259
28234
|
showAdjacentMonths: boolean;
|
28260
28235
|
weekdays: number[];
|
@@ -28360,6 +28335,7 @@ declare const VDatePicker: {
|
|
28360
28335
|
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
28361
28336
|
default: NonNullable<"static" | "dynamic">;
|
28362
28337
|
};
|
28338
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28363
28339
|
hideWeekdays: BooleanConstructor;
|
28364
28340
|
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
28365
28341
|
showWeek: BooleanConstructor;
|
@@ -28376,15 +28352,15 @@ declare const VDatePicker: {
|
|
28376
28352
|
default: undefined;
|
28377
28353
|
};
|
28378
28354
|
nextIcon: {
|
28379
|
-
type:
|
28355
|
+
type: vue.PropType<IconValue>;
|
28380
28356
|
default: string;
|
28381
28357
|
};
|
28382
28358
|
prevIcon: {
|
28383
|
-
type:
|
28359
|
+
type: vue.PropType<IconValue>;
|
28384
28360
|
default: string;
|
28385
28361
|
};
|
28386
28362
|
modeIcon: {
|
28387
|
-
type:
|
28363
|
+
type: vue.PropType<IconValue>;
|
28388
28364
|
default: string;
|
28389
28365
|
};
|
28390
28366
|
text: StringConstructor;
|
@@ -28469,6 +28445,7 @@ declare const VDatePicker: {
|
|
28469
28445
|
type: vue.PropType<NonNullable<"static" | "dynamic">>;
|
28470
28446
|
default: NonNullable<"static" | "dynamic">;
|
28471
28447
|
};
|
28448
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
28472
28449
|
hideWeekdays: BooleanConstructor;
|
28473
28450
|
multiple: vue.PropType<number | boolean | (string & {}) | "range">;
|
28474
28451
|
showWeek: BooleanConstructor;
|
@@ -28485,15 +28462,15 @@ declare const VDatePicker: {
|
|
28485
28462
|
default: undefined;
|
28486
28463
|
};
|
28487
28464
|
nextIcon: {
|
28488
|
-
type:
|
28465
|
+
type: vue.PropType<IconValue>;
|
28489
28466
|
default: string;
|
28490
28467
|
};
|
28491
28468
|
prevIcon: {
|
28492
|
-
type:
|
28469
|
+
type: vue.PropType<IconValue>;
|
28493
28470
|
default: string;
|
28494
28471
|
};
|
28495
28472
|
modeIcon: {
|
28496
|
-
type:
|
28473
|
+
type: vue.PropType<IconValue>;
|
28497
28474
|
default: string;
|
28498
28475
|
};
|
28499
28476
|
text: StringConstructor;
|
@@ -28511,9 +28488,9 @@ type VDatePicker = InstanceType<typeof VDatePicker>;
|
|
28511
28488
|
declare const VDatePickerControls: {
|
28512
28489
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
28513
28490
|
disabled: string | boolean | string[];
|
28514
|
-
nextIcon:
|
28515
|
-
prevIcon:
|
28516
|
-
modeIcon:
|
28491
|
+
nextIcon: IconValue;
|
28492
|
+
prevIcon: IconValue;
|
28493
|
+
modeIcon: IconValue;
|
28517
28494
|
viewMode: "month" | "year" | "months";
|
28518
28495
|
} & {
|
28519
28496
|
text?: string | undefined;
|
@@ -28541,9 +28518,9 @@ declare const VDatePickerControls: {
|
|
28541
28518
|
'click:text': () => true;
|
28542
28519
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
28543
28520
|
disabled: string | boolean | string[];
|
28544
|
-
nextIcon:
|
28545
|
-
prevIcon:
|
28546
|
-
modeIcon:
|
28521
|
+
nextIcon: IconValue;
|
28522
|
+
prevIcon: IconValue;
|
28523
|
+
modeIcon: IconValue;
|
28547
28524
|
viewMode: "month" | "year" | "months";
|
28548
28525
|
} & {
|
28549
28526
|
text?: string | undefined;
|
@@ -28566,9 +28543,9 @@ declare const VDatePickerControls: {
|
|
28566
28543
|
}, {
|
28567
28544
|
active: string | string[];
|
28568
28545
|
disabled: string | boolean | string[];
|
28569
|
-
nextIcon:
|
28570
|
-
prevIcon:
|
28571
|
-
modeIcon:
|
28546
|
+
nextIcon: IconValue;
|
28547
|
+
prevIcon: IconValue;
|
28548
|
+
modeIcon: IconValue;
|
28572
28549
|
viewMode: "month" | "year" | "months";
|
28573
28550
|
}, true, {}, vue.SlotsType<Partial<{
|
28574
28551
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -28583,9 +28560,9 @@ declare const VDatePickerControls: {
|
|
28583
28560
|
Defaults: {};
|
28584
28561
|
}, {
|
28585
28562
|
disabled: string | boolean | string[];
|
28586
|
-
nextIcon:
|
28587
|
-
prevIcon:
|
28588
|
-
modeIcon:
|
28563
|
+
nextIcon: IconValue;
|
28564
|
+
prevIcon: IconValue;
|
28565
|
+
modeIcon: IconValue;
|
28589
28566
|
viewMode: "month" | "year" | "months";
|
28590
28567
|
} & {
|
28591
28568
|
text?: string | undefined;
|
@@ -28608,9 +28585,9 @@ declare const VDatePickerControls: {
|
|
28608
28585
|
}, {}, {}, {}, {}, {
|
28609
28586
|
active: string | string[];
|
28610
28587
|
disabled: string | boolean | string[];
|
28611
|
-
nextIcon:
|
28612
|
-
prevIcon:
|
28613
|
-
modeIcon:
|
28588
|
+
nextIcon: IconValue;
|
28589
|
+
prevIcon: IconValue;
|
28590
|
+
modeIcon: IconValue;
|
28614
28591
|
viewMode: "month" | "year" | "months";
|
28615
28592
|
}>;
|
28616
28593
|
__isFragment?: undefined;
|
@@ -28618,9 +28595,9 @@ declare const VDatePickerControls: {
|
|
28618
28595
|
__isSuspense?: undefined;
|
28619
28596
|
} & vue.ComponentOptionsBase<{
|
28620
28597
|
disabled: string | boolean | string[];
|
28621
|
-
nextIcon:
|
28622
|
-
prevIcon:
|
28623
|
-
modeIcon:
|
28598
|
+
nextIcon: IconValue;
|
28599
|
+
prevIcon: IconValue;
|
28600
|
+
modeIcon: IconValue;
|
28624
28601
|
viewMode: "month" | "year" | "months";
|
28625
28602
|
} & {
|
28626
28603
|
text?: string | undefined;
|
@@ -28649,9 +28626,9 @@ declare const VDatePickerControls: {
|
|
28649
28626
|
}, string, {
|
28650
28627
|
active: string | string[];
|
28651
28628
|
disabled: string | boolean | string[];
|
28652
|
-
nextIcon:
|
28653
|
-
prevIcon:
|
28654
|
-
modeIcon:
|
28629
|
+
nextIcon: IconValue;
|
28630
|
+
prevIcon: IconValue;
|
28631
|
+
modeIcon: IconValue;
|
28655
28632
|
viewMode: "month" | "year" | "months";
|
28656
28633
|
}, {}, string, vue.SlotsType<Partial<{
|
28657
28634
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -28667,15 +28644,15 @@ declare const VDatePickerControls: {
|
|
28667
28644
|
default: boolean;
|
28668
28645
|
};
|
28669
28646
|
nextIcon: {
|
28670
|
-
type:
|
28647
|
+
type: PropType<IconValue>;
|
28671
28648
|
default: string;
|
28672
28649
|
};
|
28673
28650
|
prevIcon: {
|
28674
|
-
type:
|
28651
|
+
type: PropType<IconValue>;
|
28675
28652
|
default: string;
|
28676
28653
|
};
|
28677
28654
|
modeIcon: {
|
28678
|
-
type:
|
28655
|
+
type: PropType<IconValue>;
|
28679
28656
|
default: string;
|
28680
28657
|
};
|
28681
28658
|
text: StringConstructor;
|
@@ -28693,15 +28670,15 @@ declare const VDatePickerControls: {
|
|
28693
28670
|
default: boolean;
|
28694
28671
|
};
|
28695
28672
|
nextIcon: {
|
28696
|
-
type:
|
28673
|
+
type: PropType<IconValue>;
|
28697
28674
|
default: string;
|
28698
28675
|
};
|
28699
28676
|
prevIcon: {
|
28700
|
-
type:
|
28677
|
+
type: PropType<IconValue>;
|
28701
28678
|
default: string;
|
28702
28679
|
};
|
28703
28680
|
modeIcon: {
|
28704
|
-
type:
|
28681
|
+
type: PropType<IconValue>;
|
28705
28682
|
default: string;
|
28706
28683
|
};
|
28707
28684
|
text: StringConstructor;
|
@@ -28879,6 +28856,7 @@ declare const VDatePickerMonth: {
|
|
28879
28856
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28880
28857
|
max?: unknown;
|
28881
28858
|
min?: unknown;
|
28859
|
+
firstDayOfWeek?: string | number | undefined;
|
28882
28860
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28883
28861
|
displayValue?: unknown;
|
28884
28862
|
} & {
|
@@ -28933,6 +28911,7 @@ declare const VDatePickerMonth: {
|
|
28933
28911
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
28934
28912
|
max?: unknown;
|
28935
28913
|
min?: unknown;
|
28914
|
+
firstDayOfWeek?: string | number | undefined;
|
28936
28915
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
28937
28916
|
displayValue?: unknown;
|
28938
28917
|
} & {
|
@@ -29009,6 +28988,7 @@ declare const VDatePickerMonth: {
|
|
29009
28988
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
29010
28989
|
max?: unknown;
|
29011
28990
|
min?: unknown;
|
28991
|
+
firstDayOfWeek?: string | number | undefined;
|
29012
28992
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
29013
28993
|
displayValue?: unknown;
|
29014
28994
|
} & {
|
@@ -29072,6 +29052,7 @@ declare const VDatePickerMonth: {
|
|
29072
29052
|
multiple?: number | boolean | (string & {}) | "range" | undefined;
|
29073
29053
|
max?: unknown;
|
29074
29054
|
min?: unknown;
|
29055
|
+
firstDayOfWeek?: string | number | undefined;
|
29075
29056
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
29076
29057
|
displayValue?: unknown;
|
29077
29058
|
} & {
|
@@ -29159,6 +29140,7 @@ declare const VDatePickerMonth: {
|
|
29159
29140
|
type: PropType<"static" | "dynamic">;
|
29160
29141
|
default: string;
|
29161
29142
|
};
|
29143
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
29162
29144
|
color: StringConstructor;
|
29163
29145
|
hideWeekdays: BooleanConstructor;
|
29164
29146
|
multiple: PropType<number | boolean | (string & {}) | "range">;
|
@@ -29202,6 +29184,7 @@ declare const VDatePickerMonth: {
|
|
29202
29184
|
type: PropType<"static" | "dynamic">;
|
29203
29185
|
default: string;
|
29204
29186
|
};
|
29187
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
29205
29188
|
color: StringConstructor;
|
29206
29189
|
hideWeekdays: BooleanConstructor;
|
29207
29190
|
multiple: PropType<number | boolean | (string & {}) | "range">;
|
@@ -29889,7 +29872,7 @@ declare const VDialog: {
|
|
29889
29872
|
eager: boolean;
|
29890
29873
|
location: Anchor;
|
29891
29874
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29892
|
-
updateLocation: (e
|
29875
|
+
updateLocation: (e?: Event | undefined) => void;
|
29893
29876
|
} | undefined) | "connected";
|
29894
29877
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
29895
29878
|
activatorProps: Record<string, any>;
|
@@ -29974,7 +29957,7 @@ declare const VDialog: {
|
|
29974
29957
|
eager: boolean;
|
29975
29958
|
location: Anchor;
|
29976
29959
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
29977
|
-
updateLocation: (e
|
29960
|
+
updateLocation: (e?: Event | undefined) => void;
|
29978
29961
|
} | undefined) | "connected";
|
29979
29962
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
29980
29963
|
activatorProps: Record<string, any>;
|
@@ -30001,7 +29984,7 @@ declare const VDialog: {
|
|
30001
29984
|
eager: boolean;
|
30002
29985
|
location: Anchor;
|
30003
29986
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30004
|
-
updateLocation: (e
|
29987
|
+
updateLocation: (e?: Event | undefined) => void;
|
30005
29988
|
} | undefined) | "connected";
|
30006
29989
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30007
29990
|
activatorProps: Record<string, any>;
|
@@ -30079,7 +30062,7 @@ declare const VDialog: {
|
|
30079
30062
|
eager: boolean;
|
30080
30063
|
location: Anchor;
|
30081
30064
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30082
|
-
updateLocation: (e
|
30065
|
+
updateLocation: (e?: Event | undefined) => void;
|
30083
30066
|
} | undefined) | "connected";
|
30084
30067
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30085
30068
|
activatorProps: Record<string, any>;
|
@@ -30186,7 +30169,7 @@ declare const VDialog: {
|
|
30186
30169
|
eager: boolean;
|
30187
30170
|
location: Anchor;
|
30188
30171
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30189
|
-
updateLocation: (e
|
30172
|
+
updateLocation: (e?: Event | undefined) => void;
|
30190
30173
|
} | undefined) | "connected";
|
30191
30174
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30192
30175
|
activatorProps: Record<string, any>;
|
@@ -30282,7 +30265,7 @@ declare const VDialog: {
|
|
30282
30265
|
eager: boolean;
|
30283
30266
|
location: Anchor;
|
30284
30267
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30285
|
-
updateLocation: (e
|
30268
|
+
updateLocation: (e?: Event | undefined) => void;
|
30286
30269
|
} | undefined) | "connected";
|
30287
30270
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30288
30271
|
activatorProps: Record<string, any>;
|
@@ -30342,7 +30325,7 @@ declare const VDialog: {
|
|
30342
30325
|
eager: boolean;
|
30343
30326
|
location: Anchor;
|
30344
30327
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30345
|
-
updateLocation: (e
|
30328
|
+
updateLocation: (e?: Event | undefined) => void;
|
30346
30329
|
} | undefined) | "connected";
|
30347
30330
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30348
30331
|
activatorProps: Record<string, any>;
|
@@ -30438,7 +30421,7 @@ declare const VDialog: {
|
|
30438
30421
|
eager: boolean;
|
30439
30422
|
location: Anchor;
|
30440
30423
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30441
|
-
updateLocation: (e
|
30424
|
+
updateLocation: (e?: Event | undefined) => void;
|
30442
30425
|
} | undefined) | "connected";
|
30443
30426
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30444
30427
|
activatorProps: Record<string, any>;
|
@@ -30522,7 +30505,7 @@ declare const VDialog: {
|
|
30522
30505
|
eager: boolean;
|
30523
30506
|
location: Anchor;
|
30524
30507
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30525
|
-
updateLocation: (e
|
30508
|
+
updateLocation: (e?: Event | undefined) => void;
|
30526
30509
|
} | undefined) | "connected";
|
30527
30510
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30528
30511
|
activatorProps: Record<string, any>;
|
@@ -30573,7 +30556,7 @@ declare const VDialog: {
|
|
30573
30556
|
eager: boolean;
|
30574
30557
|
location: Anchor;
|
30575
30558
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30576
|
-
updateLocation: (e
|
30559
|
+
updateLocation: (e?: Event | undefined) => void;
|
30577
30560
|
} | undefined) | "connected";
|
30578
30561
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
30579
30562
|
activatorProps: Record<string, any>;
|
@@ -30658,7 +30641,7 @@ declare const VDialog: {
|
|
30658
30641
|
eager: boolean;
|
30659
30642
|
location: Anchor;
|
30660
30643
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30661
|
-
updateLocation: (e
|
30644
|
+
updateLocation: (e?: Event | undefined) => void;
|
30662
30645
|
} | undefined) | "connected";
|
30663
30646
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30664
30647
|
activatorProps: Record<string, any>;
|
@@ -30685,7 +30668,7 @@ declare const VDialog: {
|
|
30685
30668
|
eager: boolean;
|
30686
30669
|
location: Anchor;
|
30687
30670
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30688
|
-
updateLocation: (e
|
30671
|
+
updateLocation: (e?: Event | undefined) => void;
|
30689
30672
|
} | undefined) | "connected";
|
30690
30673
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30691
30674
|
activatorProps: Record<string, any>;
|
@@ -30763,7 +30746,7 @@ declare const VDialog: {
|
|
30763
30746
|
eager: boolean;
|
30764
30747
|
location: Anchor;
|
30765
30748
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30766
|
-
updateLocation: (e
|
30749
|
+
updateLocation: (e?: Event | undefined) => void;
|
30767
30750
|
} | undefined) | "connected";
|
30768
30751
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30769
30752
|
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: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30876
30859
|
activatorProps: Record<string, any>;
|
@@ -30966,7 +30949,7 @@ declare const VDialog: {
|
|
30966
30949
|
eager: boolean;
|
30967
30950
|
location: Anchor;
|
30968
30951
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
30969
|
-
updateLocation: (e
|
30952
|
+
updateLocation: (e?: Event | undefined) => void;
|
30970
30953
|
} | undefined) | "connected";
|
30971
30954
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
30972
30955
|
activatorProps: Record<string, any>;
|
@@ -31026,7 +31009,7 @@ declare const VDialog: {
|
|
31026
31009
|
eager: boolean;
|
31027
31010
|
location: Anchor;
|
31028
31011
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31029
|
-
updateLocation: (e
|
31012
|
+
updateLocation: (e?: Event | undefined) => void;
|
31030
31013
|
} | undefined) | "connected";
|
31031
31014
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31032
31015
|
activatorProps: Record<string, any>;
|
@@ -31119,7 +31102,7 @@ declare const VDialog: {
|
|
31119
31102
|
eager: boolean;
|
31120
31103
|
location: Anchor;
|
31121
31104
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31122
|
-
updateLocation: (e
|
31105
|
+
updateLocation: (e?: Event | undefined) => void;
|
31123
31106
|
} | undefined) | "connected";
|
31124
31107
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
31125
31108
|
activatorProps: Record<string, any>;
|
@@ -31154,7 +31137,7 @@ declare const VDialog: {
|
|
31154
31137
|
eager: boolean;
|
31155
31138
|
location: Anchor;
|
31156
31139
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31157
|
-
updateLocation: (e
|
31140
|
+
updateLocation: (e?: Event | undefined) => void;
|
31158
31141
|
} | undefined) | "connected";
|
31159
31142
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
31160
31143
|
activatorProps: Record<string, any>;
|
@@ -31239,7 +31222,7 @@ declare const VDialog: {
|
|
31239
31222
|
eager: boolean;
|
31240
31223
|
location: Anchor;
|
31241
31224
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31242
|
-
updateLocation: (e
|
31225
|
+
updateLocation: (e?: Event | undefined) => void;
|
31243
31226
|
} | undefined) | "connected";
|
31244
31227
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31245
31228
|
activatorProps: Record<string, any>;
|
@@ -31266,7 +31249,7 @@ declare const VDialog: {
|
|
31266
31249
|
eager: boolean;
|
31267
31250
|
location: Anchor;
|
31268
31251
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31269
|
-
updateLocation: (e
|
31252
|
+
updateLocation: (e?: Event | undefined) => void;
|
31270
31253
|
} | undefined) | "connected";
|
31271
31254
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31272
31255
|
activatorProps: Record<string, any>;
|
@@ -31344,7 +31327,7 @@ declare const VDialog: {
|
|
31344
31327
|
eager: boolean;
|
31345
31328
|
location: Anchor;
|
31346
31329
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31347
|
-
updateLocation: (e
|
31330
|
+
updateLocation: (e?: Event | undefined) => void;
|
31348
31331
|
} | undefined) | "connected";
|
31349
31332
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31350
31333
|
activatorProps: Record<string, any>;
|
@@ -31451,7 +31434,7 @@ declare const VDialog: {
|
|
31451
31434
|
eager: boolean;
|
31452
31435
|
location: Anchor;
|
31453
31436
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31454
|
-
updateLocation: (e
|
31437
|
+
updateLocation: (e?: Event | undefined) => void;
|
31455
31438
|
} | undefined) | "connected";
|
31456
31439
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31457
31440
|
activatorProps: Record<string, any>;
|
@@ -31547,7 +31530,7 @@ declare const VDialog: {
|
|
31547
31530
|
eager: boolean;
|
31548
31531
|
location: Anchor;
|
31549
31532
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31550
|
-
updateLocation: (e
|
31533
|
+
updateLocation: (e?: Event | undefined) => void;
|
31551
31534
|
} | undefined) | "connected";
|
31552
31535
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31553
31536
|
activatorProps: Record<string, any>;
|
@@ -31607,7 +31590,7 @@ declare const VDialog: {
|
|
31607
31590
|
eager: boolean;
|
31608
31591
|
location: Anchor;
|
31609
31592
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31610
|
-
updateLocation: (e
|
31593
|
+
updateLocation: (e?: Event | undefined) => void;
|
31611
31594
|
} | undefined) | "connected";
|
31612
31595
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
31613
31596
|
activatorProps: Record<string, any>;
|
@@ -31703,7 +31686,7 @@ declare const VDialog: {
|
|
31703
31686
|
eager: boolean;
|
31704
31687
|
location: Anchor;
|
31705
31688
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31706
|
-
updateLocation: (e
|
31689
|
+
updateLocation: (e?: Event | undefined) => void;
|
31707
31690
|
} | undefined) | "connected";
|
31708
31691
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
31709
31692
|
activatorProps: Record<string, any>;
|
@@ -31762,7 +31745,7 @@ declare const VDialog: {
|
|
31762
31745
|
};
|
31763
31746
|
locationStrategy: {
|
31764
31747
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31765
|
-
updateLocation: (e
|
31748
|
+
updateLocation: (e?: Event | undefined) => void;
|
31766
31749
|
} | undefined) | "connected">;
|
31767
31750
|
default: string;
|
31768
31751
|
validator: (val: any) => boolean;
|
@@ -31870,7 +31853,7 @@ declare const VDialog: {
|
|
31870
31853
|
};
|
31871
31854
|
locationStrategy: {
|
31872
31855
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
31873
|
-
updateLocation: (e
|
31856
|
+
updateLocation: (e?: Event | undefined) => void;
|
31874
31857
|
} | undefined) | "connected">;
|
31875
31858
|
default: string;
|
31876
31859
|
validator: (val: any) => boolean;
|
@@ -34314,6 +34297,7 @@ declare const VFileInput: {
|
|
34314
34297
|
direction: "horizontal" | "vertical";
|
34315
34298
|
prependIcon: NonNullable<IconValue>;
|
34316
34299
|
clearIcon: IconValue;
|
34300
|
+
centerAffix: boolean;
|
34317
34301
|
hideSpinButtons: boolean;
|
34318
34302
|
persistentHint: boolean;
|
34319
34303
|
clearable: boolean;
|
@@ -34350,7 +34334,6 @@ declare const VFileInput: {
|
|
34350
34334
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34351
34335
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34352
34336
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34353
|
-
centerAffix?: boolean | undefined;
|
34354
34337
|
hint?: string | undefined;
|
34355
34338
|
hideDetails?: boolean | "auto" | undefined;
|
34356
34339
|
} & {
|
@@ -34699,6 +34682,7 @@ declare const VFileInput: {
|
|
34699
34682
|
direction: "horizontal" | "vertical";
|
34700
34683
|
prependIcon: NonNullable<IconValue>;
|
34701
34684
|
clearIcon: IconValue;
|
34685
|
+
centerAffix: boolean;
|
34702
34686
|
hideSpinButtons: boolean;
|
34703
34687
|
persistentHint: boolean;
|
34704
34688
|
clearable: boolean;
|
@@ -34735,7 +34719,6 @@ declare const VFileInput: {
|
|
34735
34719
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34736
34720
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34737
34721
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34738
|
-
centerAffix?: boolean | undefined;
|
34739
34722
|
hint?: string | undefined;
|
34740
34723
|
hideDetails?: boolean | "auto" | undefined;
|
34741
34724
|
} & {
|
@@ -34922,6 +34905,7 @@ declare const VFileInput: {
|
|
34922
34905
|
direction: "horizontal" | "vertical";
|
34923
34906
|
prependIcon: NonNullable<IconValue>;
|
34924
34907
|
clearIcon: IconValue;
|
34908
|
+
centerAffix: boolean;
|
34925
34909
|
hideSpinButtons: boolean;
|
34926
34910
|
persistentHint: boolean;
|
34927
34911
|
clearable: boolean;
|
@@ -34958,7 +34942,6 @@ declare const VFileInput: {
|
|
34958
34942
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
34959
34943
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34960
34944
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
34961
|
-
centerAffix?: boolean | undefined;
|
34962
34945
|
hint?: string | undefined;
|
34963
34946
|
hideDetails?: boolean | "auto" | undefined;
|
34964
34947
|
} & {
|
@@ -35341,6 +35324,7 @@ declare const VFileInput: {
|
|
35341
35324
|
direction: "horizontal" | "vertical";
|
35342
35325
|
prependIcon: NonNullable<IconValue>;
|
35343
35326
|
clearIcon: IconValue;
|
35327
|
+
centerAffix: boolean;
|
35344
35328
|
hideSpinButtons: boolean;
|
35345
35329
|
persistentHint: boolean;
|
35346
35330
|
clearable: boolean;
|
@@ -35377,7 +35361,6 @@ declare const VFileInput: {
|
|
35377
35361
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
35378
35362
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
35379
35363
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
35380
|
-
centerAffix?: boolean | undefined;
|
35381
35364
|
hint?: string | undefined;
|
35382
35365
|
hideDetails?: boolean | "auto" | undefined;
|
35383
35366
|
} & {
|
@@ -35809,10 +35792,7 @@ declare const VFileInput: {
|
|
35809
35792
|
default: string;
|
35810
35793
|
};
|
35811
35794
|
active: BooleanConstructor;
|
35812
|
-
centerAffix:
|
35813
|
-
type: BooleanConstructor;
|
35814
|
-
default: undefined;
|
35815
|
-
};
|
35795
|
+
centerAffix: BooleanConstructor;
|
35816
35796
|
color: StringConstructor;
|
35817
35797
|
baseColor: StringConstructor;
|
35818
35798
|
dirty: BooleanConstructor;
|
@@ -35931,10 +35911,7 @@ declare const VFileInput: {
|
|
35931
35911
|
default: string;
|
35932
35912
|
};
|
35933
35913
|
active: BooleanConstructor;
|
35934
|
-
centerAffix:
|
35935
|
-
type: BooleanConstructor;
|
35936
|
-
default: undefined;
|
35937
|
-
};
|
35914
|
+
centerAffix: BooleanConstructor;
|
35938
35915
|
color: StringConstructor;
|
35939
35916
|
baseColor: StringConstructor;
|
35940
35917
|
dirty: BooleanConstructor;
|
@@ -41736,7 +41713,7 @@ declare const VMenu: {
|
|
41736
41713
|
eager: boolean;
|
41737
41714
|
location: Anchor;
|
41738
41715
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41739
|
-
updateLocation: (e
|
41716
|
+
updateLocation: (e?: Event | undefined) => void;
|
41740
41717
|
} | undefined) | "connected">;
|
41741
41718
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
41742
41719
|
closeDelay: NonNullable<string | number>;
|
@@ -41821,7 +41798,7 @@ declare const VMenu: {
|
|
41821
41798
|
eager: boolean;
|
41822
41799
|
location: Anchor;
|
41823
41800
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41824
|
-
updateLocation: (e
|
41801
|
+
updateLocation: (e?: Event | undefined) => void;
|
41825
41802
|
} | undefined) | "connected";
|
41826
41803
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41827
41804
|
activatorProps: Record<string, any>;
|
@@ -41848,7 +41825,7 @@ declare const VMenu: {
|
|
41848
41825
|
eager: boolean;
|
41849
41826
|
location: Anchor;
|
41850
41827
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41851
|
-
updateLocation: (e
|
41828
|
+
updateLocation: (e?: Event | undefined) => void;
|
41852
41829
|
} | undefined) | "connected";
|
41853
41830
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41854
41831
|
activatorProps: Record<string, any>;
|
@@ -41926,7 +41903,7 @@ declare const VMenu: {
|
|
41926
41903
|
eager: boolean;
|
41927
41904
|
location: Anchor;
|
41928
41905
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
41929
|
-
updateLocation: (e
|
41906
|
+
updateLocation: (e?: Event | undefined) => void;
|
41930
41907
|
} | undefined) | "connected";
|
41931
41908
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
41932
41909
|
activatorProps: Record<string, any>;
|
@@ -42033,7 +42010,7 @@ declare const VMenu: {
|
|
42033
42010
|
eager: boolean;
|
42034
42011
|
location: Anchor;
|
42035
42012
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42036
|
-
updateLocation: (e
|
42013
|
+
updateLocation: (e?: Event | undefined) => void;
|
42037
42014
|
} | undefined) | "connected";
|
42038
42015
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42039
42016
|
activatorProps: Record<string, any>;
|
@@ -42129,7 +42106,7 @@ declare const VMenu: {
|
|
42129
42106
|
eager: boolean;
|
42130
42107
|
location: Anchor;
|
42131
42108
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42132
|
-
updateLocation: (e
|
42109
|
+
updateLocation: (e?: Event | undefined) => void;
|
42133
42110
|
} | undefined) | "connected";
|
42134
42111
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42135
42112
|
activatorProps: Record<string, any>;
|
@@ -42189,7 +42166,7 @@ declare const VMenu: {
|
|
42189
42166
|
eager: boolean;
|
42190
42167
|
location: Anchor;
|
42191
42168
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42192
|
-
updateLocation: (e
|
42169
|
+
updateLocation: (e?: Event | undefined) => void;
|
42193
42170
|
} | undefined) | "connected";
|
42194
42171
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42195
42172
|
activatorProps: Record<string, any>;
|
@@ -42283,7 +42260,7 @@ declare const VMenu: {
|
|
42283
42260
|
eager: boolean;
|
42284
42261
|
location: Anchor;
|
42285
42262
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42286
|
-
updateLocation: (e
|
42263
|
+
updateLocation: (e?: Event | undefined) => void;
|
42287
42264
|
} | undefined) | "connected">;
|
42288
42265
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42289
42266
|
closeDelay: NonNullable<string | number>;
|
@@ -42363,7 +42340,7 @@ declare const VMenu: {
|
|
42363
42340
|
eager: boolean;
|
42364
42341
|
location: Anchor;
|
42365
42342
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42366
|
-
updateLocation: (e
|
42343
|
+
updateLocation: (e?: Event | undefined) => void;
|
42367
42344
|
} | undefined) | "connected">;
|
42368
42345
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42369
42346
|
closeDelay: NonNullable<string | number>;
|
@@ -42412,7 +42389,7 @@ declare const VMenu: {
|
|
42412
42389
|
eager: boolean;
|
42413
42390
|
location: Anchor;
|
42414
42391
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42415
|
-
updateLocation: (e
|
42392
|
+
updateLocation: (e?: Event | undefined) => void;
|
42416
42393
|
} | undefined) | "connected">;
|
42417
42394
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42418
42395
|
closeDelay: NonNullable<string | number>;
|
@@ -42497,7 +42474,7 @@ declare const VMenu: {
|
|
42497
42474
|
eager: boolean;
|
42498
42475
|
location: Anchor;
|
42499
42476
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42500
|
-
updateLocation: (e
|
42477
|
+
updateLocation: (e?: Event | undefined) => void;
|
42501
42478
|
} | undefined) | "connected";
|
42502
42479
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42503
42480
|
activatorProps: Record<string, any>;
|
@@ -42524,7 +42501,7 @@ declare const VMenu: {
|
|
42524
42501
|
eager: boolean;
|
42525
42502
|
location: Anchor;
|
42526
42503
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42527
|
-
updateLocation: (e
|
42504
|
+
updateLocation: (e?: Event | undefined) => void;
|
42528
42505
|
} | undefined) | "connected";
|
42529
42506
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42530
42507
|
activatorProps: Record<string, any>;
|
@@ -42602,7 +42579,7 @@ declare const VMenu: {
|
|
42602
42579
|
eager: boolean;
|
42603
42580
|
location: Anchor;
|
42604
42581
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42605
|
-
updateLocation: (e
|
42582
|
+
updateLocation: (e?: Event | undefined) => void;
|
42606
42583
|
} | undefined) | "connected";
|
42607
42584
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42608
42585
|
activatorProps: Record<string, any>;
|
@@ -42709,7 +42686,7 @@ declare const VMenu: {
|
|
42709
42686
|
eager: boolean;
|
42710
42687
|
location: Anchor;
|
42711
42688
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42712
|
-
updateLocation: (e
|
42689
|
+
updateLocation: (e?: Event | undefined) => void;
|
42713
42690
|
} | undefined) | "connected";
|
42714
42691
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42715
42692
|
activatorProps: Record<string, any>;
|
@@ -42805,7 +42782,7 @@ declare const VMenu: {
|
|
42805
42782
|
eager: boolean;
|
42806
42783
|
location: Anchor;
|
42807
42784
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42808
|
-
updateLocation: (e
|
42785
|
+
updateLocation: (e?: Event | undefined) => void;
|
42809
42786
|
} | undefined) | "connected";
|
42810
42787
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42811
42788
|
activatorProps: Record<string, any>;
|
@@ -42865,7 +42842,7 @@ declare const VMenu: {
|
|
42865
42842
|
eager: boolean;
|
42866
42843
|
location: Anchor;
|
42867
42844
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42868
|
-
updateLocation: (e
|
42845
|
+
updateLocation: (e?: Event | undefined) => void;
|
42869
42846
|
} | undefined) | "connected";
|
42870
42847
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
42871
42848
|
activatorProps: Record<string, any>;
|
@@ -42957,7 +42934,7 @@ declare const VMenu: {
|
|
42957
42934
|
eager: boolean;
|
42958
42935
|
location: Anchor;
|
42959
42936
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42960
|
-
updateLocation: (e
|
42937
|
+
updateLocation: (e?: Event | undefined) => void;
|
42961
42938
|
} | undefined) | "connected">;
|
42962
42939
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42963
42940
|
closeDelay: NonNullable<string | number>;
|
@@ -42990,7 +42967,7 @@ declare const VMenu: {
|
|
42990
42967
|
eager: boolean;
|
42991
42968
|
location: Anchor;
|
42992
42969
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
42993
|
-
updateLocation: (e
|
42970
|
+
updateLocation: (e?: Event | undefined) => void;
|
42994
42971
|
} | undefined) | "connected">;
|
42995
42972
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
42996
42973
|
closeDelay: NonNullable<string | number>;
|
@@ -43075,7 +43052,7 @@ declare const VMenu: {
|
|
43075
43052
|
eager: boolean;
|
43076
43053
|
location: Anchor;
|
43077
43054
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43078
|
-
updateLocation: (e
|
43055
|
+
updateLocation: (e?: Event | undefined) => void;
|
43079
43056
|
} | undefined) | "connected";
|
43080
43057
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43081
43058
|
activatorProps: Record<string, any>;
|
@@ -43102,7 +43079,7 @@ declare const VMenu: {
|
|
43102
43079
|
eager: boolean;
|
43103
43080
|
location: Anchor;
|
43104
43081
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43105
|
-
updateLocation: (e
|
43082
|
+
updateLocation: (e?: Event | undefined) => void;
|
43106
43083
|
} | undefined) | "connected";
|
43107
43084
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43108
43085
|
activatorProps: Record<string, any>;
|
@@ -43180,7 +43157,7 @@ declare const VMenu: {
|
|
43180
43157
|
eager: boolean;
|
43181
43158
|
location: Anchor;
|
43182
43159
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43183
|
-
updateLocation: (e
|
43160
|
+
updateLocation: (e?: Event | undefined) => void;
|
43184
43161
|
} | undefined) | "connected";
|
43185
43162
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43186
43163
|
activatorProps: Record<string, any>;
|
@@ -43287,7 +43264,7 @@ declare const VMenu: {
|
|
43287
43264
|
eager: boolean;
|
43288
43265
|
location: Anchor;
|
43289
43266
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43290
|
-
updateLocation: (e
|
43267
|
+
updateLocation: (e?: Event | undefined) => void;
|
43291
43268
|
} | undefined) | "connected";
|
43292
43269
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43293
43270
|
activatorProps: Record<string, any>;
|
@@ -43383,7 +43360,7 @@ declare const VMenu: {
|
|
43383
43360
|
eager: boolean;
|
43384
43361
|
location: Anchor;
|
43385
43362
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43386
|
-
updateLocation: (e
|
43363
|
+
updateLocation: (e?: Event | undefined) => void;
|
43387
43364
|
} | undefined) | "connected";
|
43388
43365
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43389
43366
|
activatorProps: Record<string, any>;
|
@@ -43443,7 +43420,7 @@ declare const VMenu: {
|
|
43443
43420
|
eager: boolean;
|
43444
43421
|
location: Anchor;
|
43445
43422
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43446
|
-
updateLocation: (e
|
43423
|
+
updateLocation: (e?: Event | undefined) => void;
|
43447
43424
|
} | undefined) | "connected";
|
43448
43425
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
43449
43426
|
activatorProps: Record<string, any>;
|
@@ -43537,7 +43514,7 @@ declare const VMenu: {
|
|
43537
43514
|
eager: boolean;
|
43538
43515
|
location: Anchor;
|
43539
43516
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43540
|
-
updateLocation: (e
|
43517
|
+
updateLocation: (e?: Event | undefined) => void;
|
43541
43518
|
} | undefined) | "connected">;
|
43542
43519
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
43543
43520
|
closeDelay: NonNullable<string | number>;
|
@@ -43618,16 +43595,16 @@ declare const VMenu: {
|
|
43618
43595
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43619
43596
|
locationStrategy: Omit<{
|
43620
43597
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43621
|
-
updateLocation: (e
|
43598
|
+
updateLocation: (e?: Event | undefined) => void;
|
43622
43599
|
} | undefined) | "connected">;
|
43623
43600
|
default: string;
|
43624
43601
|
validator: (val: any) => boolean;
|
43625
43602
|
}, "default" | "type"> & {
|
43626
43603
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43627
|
-
updateLocation: (e
|
43604
|
+
updateLocation: (e?: Event | undefined) => void;
|
43628
43605
|
} | undefined) | "connected">>;
|
43629
43606
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43630
|
-
updateLocation: (e
|
43607
|
+
updateLocation: (e?: Event | undefined) => void;
|
43631
43608
|
} | undefined) | "connected">;
|
43632
43609
|
};
|
43633
43610
|
scrollStrategy: Omit<{
|
@@ -43733,16 +43710,16 @@ declare const VMenu: {
|
|
43733
43710
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
43734
43711
|
locationStrategy: Omit<{
|
43735
43712
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43736
|
-
updateLocation: (e
|
43713
|
+
updateLocation: (e?: Event | undefined) => void;
|
43737
43714
|
} | undefined) | "connected">;
|
43738
43715
|
default: string;
|
43739
43716
|
validator: (val: any) => boolean;
|
43740
43717
|
}, "default" | "type"> & {
|
43741
43718
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43742
|
-
updateLocation: (e
|
43719
|
+
updateLocation: (e?: Event | undefined) => void;
|
43743
43720
|
} | undefined) | "connected">>;
|
43744
43721
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
43745
|
-
updateLocation: (e
|
43722
|
+
updateLocation: (e?: Event | undefined) => void;
|
43746
43723
|
} | undefined) | "connected">;
|
43747
43724
|
};
|
43748
43725
|
scrollStrategy: Omit<{
|
@@ -44707,7 +44684,7 @@ declare const VOverlay: {
|
|
44707
44684
|
eager: boolean;
|
44708
44685
|
location: Anchor;
|
44709
44686
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44710
|
-
updateLocation: (e
|
44687
|
+
updateLocation: (e?: Event | undefined) => void;
|
44711
44688
|
} | undefined) | "connected";
|
44712
44689
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44713
44690
|
activatorProps: Record<string, any>;
|
@@ -44803,7 +44780,7 @@ declare const VOverlay: {
|
|
44803
44780
|
eager: boolean;
|
44804
44781
|
location: Anchor;
|
44805
44782
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44806
|
-
updateLocation: (e
|
44783
|
+
updateLocation: (e?: Event | undefined) => void;
|
44807
44784
|
} | undefined) | "connected";
|
44808
44785
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44809
44786
|
activatorProps: Record<string, any>;
|
@@ -44885,7 +44862,7 @@ declare const VOverlay: {
|
|
44885
44862
|
eager: boolean;
|
44886
44863
|
location: Anchor;
|
44887
44864
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44888
|
-
updateLocation: (e
|
44865
|
+
updateLocation: (e?: Event | undefined) => void;
|
44889
44866
|
} | undefined) | "connected";
|
44890
44867
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44891
44868
|
activatorProps: Record<string, any>;
|
@@ -44932,7 +44909,7 @@ declare const VOverlay: {
|
|
44932
44909
|
eager: boolean;
|
44933
44910
|
location: Anchor;
|
44934
44911
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
44935
|
-
updateLocation: (e
|
44912
|
+
updateLocation: (e?: Event | undefined) => void;
|
44936
44913
|
} | undefined) | "connected";
|
44937
44914
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
44938
44915
|
activatorProps: Record<string, any>;
|
@@ -45023,7 +45000,7 @@ declare const VOverlay: {
|
|
45023
45000
|
eager: boolean;
|
45024
45001
|
location: Anchor;
|
45025
45002
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
45026
|
-
updateLocation: (e
|
45003
|
+
updateLocation: (e?: Event | undefined) => void;
|
45027
45004
|
} | undefined) | "connected";
|
45028
45005
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
45029
45006
|
activatorProps: Record<string, any>;
|
@@ -45054,7 +45031,7 @@ declare const VOverlay: {
|
|
45054
45031
|
eager: boolean;
|
45055
45032
|
location: Anchor;
|
45056
45033
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
45057
|
-
updateLocation: (e
|
45034
|
+
updateLocation: (e?: Event | undefined) => void;
|
45058
45035
|
} | undefined) | "connected";
|
45059
45036
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
45060
45037
|
activatorProps: Record<string, any>;
|
@@ -45150,7 +45127,7 @@ declare const VOverlay: {
|
|
45150
45127
|
eager: boolean;
|
45151
45128
|
location: Anchor;
|
45152
45129
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
45153
|
-
updateLocation: (e
|
45130
|
+
updateLocation: (e?: Event | undefined) => void;
|
45154
45131
|
} | undefined) | "connected";
|
45155
45132
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
45156
45133
|
activatorProps: Record<string, any>;
|
@@ -45193,7 +45170,7 @@ declare const VOverlay: {
|
|
45193
45170
|
};
|
45194
45171
|
locationStrategy: {
|
45195
45172
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
45196
|
-
updateLocation: (e
|
45173
|
+
updateLocation: (e?: Event | undefined) => void;
|
45197
45174
|
} | undefined) | "connected">;
|
45198
45175
|
default: string;
|
45199
45176
|
validator: (val: any) => boolean;
|
@@ -45276,7 +45253,7 @@ declare const VOverlay: {
|
|
45276
45253
|
};
|
45277
45254
|
locationStrategy: {
|
45278
45255
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
45279
|
-
updateLocation: (e
|
45256
|
+
updateLocation: (e?: Event | undefined) => void;
|
45280
45257
|
} | undefined) | "connected">;
|
45281
45258
|
default: string;
|
45282
45259
|
validator: (val: any) => boolean;
|
@@ -47582,10 +47559,7 @@ declare const VRadioGroup: {
|
|
47582
47559
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
47583
47560
|
minWidth: (StringConstructor | NumberConstructor)[];
|
47584
47561
|
appendIcon: vue.PropType<IconValue>;
|
47585
|
-
centerAffix:
|
47586
|
-
type: BooleanConstructor;
|
47587
|
-
default: boolean;
|
47588
|
-
};
|
47562
|
+
centerAffix: BooleanConstructor;
|
47589
47563
|
prependIcon: vue.PropType<IconValue>;
|
47590
47564
|
hideDetails: vue.PropType<boolean | "auto">;
|
47591
47565
|
hideSpinButtons: BooleanConstructor;
|
@@ -47676,10 +47650,7 @@ declare const VRadioGroup: {
|
|
47676
47650
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
47677
47651
|
minWidth: (StringConstructor | NumberConstructor)[];
|
47678
47652
|
appendIcon: vue.PropType<IconValue>;
|
47679
|
-
centerAffix:
|
47680
|
-
type: BooleanConstructor;
|
47681
|
-
default: boolean;
|
47682
|
-
};
|
47653
|
+
centerAffix: BooleanConstructor;
|
47683
47654
|
prependIcon: vue.PropType<IconValue>;
|
47684
47655
|
hideDetails: vue.PropType<boolean | "auto">;
|
47685
47656
|
hideSpinButtons: BooleanConstructor;
|
@@ -48405,10 +48376,7 @@ declare const VRangeSlider: {
|
|
48405
48376
|
};
|
48406
48377
|
id: StringConstructor;
|
48407
48378
|
appendIcon: PropType<IconValue>;
|
48408
|
-
centerAffix:
|
48409
|
-
type: BooleanConstructor;
|
48410
|
-
default: boolean;
|
48411
|
-
};
|
48379
|
+
centerAffix: BooleanConstructor;
|
48412
48380
|
prependIcon: PropType<IconValue>;
|
48413
48381
|
hideDetails: PropType<boolean | "auto">;
|
48414
48382
|
hideSpinButtons: BooleanConstructor;
|
@@ -48532,10 +48500,7 @@ declare const VRangeSlider: {
|
|
48532
48500
|
};
|
48533
48501
|
id: StringConstructor;
|
48534
48502
|
appendIcon: PropType<IconValue>;
|
48535
|
-
centerAffix:
|
48536
|
-
type: BooleanConstructor;
|
48537
|
-
default: boolean;
|
48538
|
-
};
|
48503
|
+
centerAffix: BooleanConstructor;
|
48539
48504
|
prependIcon: PropType<IconValue>;
|
48540
48505
|
hideDetails: PropType<boolean | "auto">;
|
48541
48506
|
hideSpinButtons: BooleanConstructor;
|
@@ -49113,6 +49078,7 @@ declare const VSelect: {
|
|
49113
49078
|
direction: "horizontal" | "vertical";
|
49114
49079
|
valueComparator: typeof deepEqual;
|
49115
49080
|
clearIcon: IconValue;
|
49081
|
+
centerAffix: boolean;
|
49116
49082
|
hideSpinButtons: boolean;
|
49117
49083
|
persistentHint: boolean;
|
49118
49084
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -49157,7 +49123,6 @@ declare const VSelect: {
|
|
49157
49123
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
49158
49124
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49159
49125
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49160
|
-
centerAffix?: boolean | undefined;
|
49161
49126
|
hint?: string | undefined;
|
49162
49127
|
hideDetails?: boolean | "auto" | undefined;
|
49163
49128
|
suffix?: string | undefined;
|
@@ -49436,7 +49401,7 @@ declare const VSelect: {
|
|
49436
49401
|
eager: boolean;
|
49437
49402
|
location: Anchor;
|
49438
49403
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49439
|
-
updateLocation: (e
|
49404
|
+
updateLocation: (e?: Event | undefined) => void;
|
49440
49405
|
} | undefined) | "connected">;
|
49441
49406
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49442
49407
|
closeDelay: NonNullable<string | number>;
|
@@ -49465,7 +49430,7 @@ declare const VSelect: {
|
|
49465
49430
|
eager: boolean;
|
49466
49431
|
location: Anchor;
|
49467
49432
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49468
|
-
updateLocation: (e
|
49433
|
+
updateLocation: (e?: Event | undefined) => void;
|
49469
49434
|
} | undefined) | "connected">;
|
49470
49435
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49471
49436
|
closeDelay: NonNullable<string | number>;
|
@@ -49541,7 +49506,7 @@ declare const VSelect: {
|
|
49541
49506
|
eager: boolean;
|
49542
49507
|
location: Anchor;
|
49543
49508
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49544
|
-
updateLocation: (e
|
49509
|
+
updateLocation: (e?: Event | undefined) => void;
|
49545
49510
|
} | undefined) | "connected">;
|
49546
49511
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49547
49512
|
closeDelay: NonNullable<string | number>;
|
@@ -49645,6 +49610,7 @@ declare const VSelect: {
|
|
49645
49610
|
direction: "horizontal" | "vertical";
|
49646
49611
|
valueComparator: typeof deepEqual;
|
49647
49612
|
clearIcon: IconValue;
|
49613
|
+
centerAffix: boolean;
|
49648
49614
|
hideSpinButtons: boolean;
|
49649
49615
|
persistentHint: boolean;
|
49650
49616
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -49689,7 +49655,6 @@ declare const VSelect: {
|
|
49689
49655
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
49690
49656
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49691
49657
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
49692
|
-
centerAffix?: boolean | undefined;
|
49693
49658
|
hint?: string | undefined;
|
49694
49659
|
hideDetails?: boolean | "auto" | undefined;
|
49695
49660
|
suffix?: string | undefined;
|
@@ -49968,7 +49933,7 @@ declare const VSelect: {
|
|
49968
49933
|
eager: boolean;
|
49969
49934
|
location: Anchor;
|
49970
49935
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
49971
|
-
updateLocation: (e
|
49936
|
+
updateLocation: (e?: Event | undefined) => void;
|
49972
49937
|
} | undefined) | "connected">;
|
49973
49938
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
49974
49939
|
closeDelay: NonNullable<string | number>;
|
@@ -49997,7 +49962,7 @@ declare const VSelect: {
|
|
49997
49962
|
eager: boolean;
|
49998
49963
|
location: Anchor;
|
49999
49964
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50000
|
-
updateLocation: (e
|
49965
|
+
updateLocation: (e?: Event | undefined) => void;
|
50001
49966
|
} | undefined) | "connected">;
|
50002
49967
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50003
49968
|
closeDelay: NonNullable<string | number>;
|
@@ -50073,7 +50038,7 @@ declare const VSelect: {
|
|
50073
50038
|
eager: boolean;
|
50074
50039
|
location: Anchor;
|
50075
50040
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50076
|
-
updateLocation: (e
|
50041
|
+
updateLocation: (e?: Event | undefined) => void;
|
50077
50042
|
} | undefined) | "connected">;
|
50078
50043
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50079
50044
|
closeDelay: NonNullable<string | number>;
|
@@ -50290,6 +50255,7 @@ declare const VSelect: {
|
|
50290
50255
|
direction: "horizontal" | "vertical";
|
50291
50256
|
valueComparator: typeof deepEqual;
|
50292
50257
|
clearIcon: IconValue;
|
50258
|
+
centerAffix: boolean;
|
50293
50259
|
hideSpinButtons: boolean;
|
50294
50260
|
persistentHint: boolean;
|
50295
50261
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -50334,7 +50300,6 @@ declare const VSelect: {
|
|
50334
50300
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
50335
50301
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50336
50302
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50337
|
-
centerAffix?: boolean | undefined;
|
50338
50303
|
hint?: string | undefined;
|
50339
50304
|
hideDetails?: boolean | "auto" | undefined;
|
50340
50305
|
suffix?: string | undefined;
|
@@ -50613,7 +50578,7 @@ declare const VSelect: {
|
|
50613
50578
|
eager: boolean;
|
50614
50579
|
location: Anchor;
|
50615
50580
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50616
|
-
updateLocation: (e
|
50581
|
+
updateLocation: (e?: Event | undefined) => void;
|
50617
50582
|
} | undefined) | "connected">;
|
50618
50583
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50619
50584
|
closeDelay: NonNullable<string | number>;
|
@@ -50642,7 +50607,7 @@ declare const VSelect: {
|
|
50642
50607
|
eager: boolean;
|
50643
50608
|
location: Anchor;
|
50644
50609
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50645
|
-
updateLocation: (e
|
50610
|
+
updateLocation: (e?: Event | undefined) => void;
|
50646
50611
|
} | undefined) | "connected">;
|
50647
50612
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50648
50613
|
closeDelay: NonNullable<string | number>;
|
@@ -50718,7 +50683,7 @@ declare const VSelect: {
|
|
50718
50683
|
eager: boolean;
|
50719
50684
|
location: Anchor;
|
50720
50685
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
50721
|
-
updateLocation: (e
|
50686
|
+
updateLocation: (e?: Event | undefined) => void;
|
50722
50687
|
} | undefined) | "connected">;
|
50723
50688
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
50724
50689
|
closeDelay: NonNullable<string | number>;
|
@@ -50870,6 +50835,7 @@ declare const VSelect: {
|
|
50870
50835
|
direction: "horizontal" | "vertical";
|
50871
50836
|
valueComparator: typeof deepEqual;
|
50872
50837
|
clearIcon: IconValue;
|
50838
|
+
centerAffix: boolean;
|
50873
50839
|
hideSpinButtons: boolean;
|
50874
50840
|
persistentHint: boolean;
|
50875
50841
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -50914,7 +50880,6 @@ declare const VSelect: {
|
|
50914
50880
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
50915
50881
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50916
50882
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
50917
|
-
centerAffix?: boolean | undefined;
|
50918
50883
|
hint?: string | undefined;
|
50919
50884
|
hideDetails?: boolean | "auto" | undefined;
|
50920
50885
|
suffix?: string | undefined;
|
@@ -51193,7 +51158,7 @@ declare const VSelect: {
|
|
51193
51158
|
eager: boolean;
|
51194
51159
|
location: Anchor;
|
51195
51160
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51196
|
-
updateLocation: (e
|
51161
|
+
updateLocation: (e?: Event | undefined) => void;
|
51197
51162
|
} | undefined) | "connected">;
|
51198
51163
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51199
51164
|
closeDelay: NonNullable<string | number>;
|
@@ -51222,7 +51187,7 @@ declare const VSelect: {
|
|
51222
51187
|
eager: boolean;
|
51223
51188
|
location: Anchor;
|
51224
51189
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51225
|
-
updateLocation: (e
|
51190
|
+
updateLocation: (e?: Event | undefined) => void;
|
51226
51191
|
} | undefined) | "connected">;
|
51227
51192
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51228
51193
|
closeDelay: NonNullable<string | number>;
|
@@ -51298,7 +51263,7 @@ declare const VSelect: {
|
|
51298
51263
|
eager: boolean;
|
51299
51264
|
location: Anchor;
|
51300
51265
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51301
|
-
updateLocation: (e
|
51266
|
+
updateLocation: (e?: Event | undefined) => void;
|
51302
51267
|
} | undefined) | "connected">;
|
51303
51268
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51304
51269
|
closeDelay: NonNullable<string | number>;
|
@@ -51650,10 +51615,7 @@ declare const VSelect: {
|
|
51650
51615
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
51651
51616
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
51652
51617
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
51653
|
-
centerAffix:
|
51654
|
-
type: BooleanConstructor;
|
51655
|
-
default: undefined;
|
51656
|
-
};
|
51618
|
+
centerAffix: BooleanConstructor;
|
51657
51619
|
hideSpinButtons: BooleanConstructor;
|
51658
51620
|
hint: StringConstructor;
|
51659
51621
|
persistentHint: BooleanConstructor;
|
@@ -51989,7 +51951,7 @@ declare const VSelect: {
|
|
51989
51951
|
eager: boolean;
|
51990
51952
|
location: Anchor;
|
51991
51953
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
51992
|
-
updateLocation: (e
|
51954
|
+
updateLocation: (e?: Event | undefined) => void;
|
51993
51955
|
} | undefined) | "connected">;
|
51994
51956
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
51995
51957
|
closeDelay: NonNullable<string | number>;
|
@@ -52018,7 +51980,7 @@ declare const VSelect: {
|
|
52018
51980
|
eager: boolean;
|
52019
51981
|
location: Anchor;
|
52020
51982
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52021
|
-
updateLocation: (e
|
51983
|
+
updateLocation: (e?: Event | undefined) => void;
|
52022
51984
|
} | undefined) | "connected">;
|
52023
51985
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52024
51986
|
closeDelay: NonNullable<string | number>;
|
@@ -52094,7 +52056,7 @@ declare const VSelect: {
|
|
52094
52056
|
eager: boolean;
|
52095
52057
|
location: Anchor;
|
52096
52058
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52097
|
-
updateLocation: (e
|
52059
|
+
updateLocation: (e?: Event | undefined) => void;
|
52098
52060
|
} | undefined) | "connected">;
|
52099
52061
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52100
52062
|
closeDelay: NonNullable<string | number>;
|
@@ -52282,10 +52244,7 @@ declare const VSelect: {
|
|
52282
52244
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
52283
52245
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
52284
52246
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
52285
|
-
centerAffix:
|
52286
|
-
type: BooleanConstructor;
|
52287
|
-
default: undefined;
|
52288
|
-
};
|
52247
|
+
centerAffix: BooleanConstructor;
|
52289
52248
|
hideSpinButtons: BooleanConstructor;
|
52290
52249
|
hint: StringConstructor;
|
52291
52250
|
persistentHint: BooleanConstructor;
|
@@ -52621,7 +52580,7 @@ declare const VSelect: {
|
|
52621
52580
|
eager: boolean;
|
52622
52581
|
location: Anchor;
|
52623
52582
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52624
|
-
updateLocation: (e
|
52583
|
+
updateLocation: (e?: Event | undefined) => void;
|
52625
52584
|
} | undefined) | "connected">;
|
52626
52585
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52627
52586
|
closeDelay: NonNullable<string | number>;
|
@@ -52650,7 +52609,7 @@ declare const VSelect: {
|
|
52650
52609
|
eager: boolean;
|
52651
52610
|
location: Anchor;
|
52652
52611
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52653
|
-
updateLocation: (e
|
52612
|
+
updateLocation: (e?: Event | undefined) => void;
|
52654
52613
|
} | undefined) | "connected">;
|
52655
52614
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52656
52615
|
closeDelay: NonNullable<string | number>;
|
@@ -52726,7 +52685,7 @@ declare const VSelect: {
|
|
52726
52685
|
eager: boolean;
|
52727
52686
|
location: Anchor;
|
52728
52687
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
52729
|
-
updateLocation: (e
|
52688
|
+
updateLocation: (e?: Event | undefined) => void;
|
52730
52689
|
} | undefined) | "connected">;
|
52731
52690
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
52732
52691
|
closeDelay: NonNullable<string | number>;
|
@@ -54319,10 +54278,7 @@ declare const VSlider: {
|
|
54319
54278
|
};
|
54320
54279
|
id: StringConstructor;
|
54321
54280
|
appendIcon: vue.PropType<IconValue>;
|
54322
|
-
centerAffix:
|
54323
|
-
type: BooleanConstructor;
|
54324
|
-
default: boolean;
|
54325
|
-
};
|
54281
|
+
centerAffix: BooleanConstructor;
|
54326
54282
|
prependIcon: vue.PropType<IconValue>;
|
54327
54283
|
hideDetails: vue.PropType<boolean | "auto">;
|
54328
54284
|
hideSpinButtons: BooleanConstructor;
|
@@ -54445,10 +54401,7 @@ declare const VSlider: {
|
|
54445
54401
|
};
|
54446
54402
|
id: StringConstructor;
|
54447
54403
|
appendIcon: vue.PropType<IconValue>;
|
54448
|
-
centerAffix:
|
54449
|
-
type: BooleanConstructor;
|
54450
|
-
default: boolean;
|
54451
|
-
};
|
54404
|
+
centerAffix: BooleanConstructor;
|
54452
54405
|
prependIcon: vue.PropType<IconValue>;
|
54453
54406
|
hideDetails: vue.PropType<boolean | "auto">;
|
54454
54407
|
hideSpinButtons: BooleanConstructor;
|
@@ -54543,7 +54496,7 @@ declare const VSnackbar: {
|
|
54543
54496
|
eager: boolean;
|
54544
54497
|
location: Anchor;
|
54545
54498
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54546
|
-
updateLocation: (e
|
54499
|
+
updateLocation: (e?: Event | undefined) => void;
|
54547
54500
|
} | undefined) | "connected";
|
54548
54501
|
activatorProps: Record<string, any>;
|
54549
54502
|
openOnHover: boolean;
|
@@ -54628,7 +54581,7 @@ declare const VSnackbar: {
|
|
54628
54581
|
eager: boolean;
|
54629
54582
|
location: Anchor;
|
54630
54583
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54631
|
-
updateLocation: (e
|
54584
|
+
updateLocation: (e?: Event | undefined) => void;
|
54632
54585
|
} | undefined) | "connected";
|
54633
54586
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54634
54587
|
activatorProps: Record<string, any>;
|
@@ -54655,7 +54608,7 @@ declare const VSnackbar: {
|
|
54655
54608
|
eager: boolean;
|
54656
54609
|
location: Anchor;
|
54657
54610
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54658
|
-
updateLocation: (e
|
54611
|
+
updateLocation: (e?: Event | undefined) => void;
|
54659
54612
|
} | undefined) | "connected";
|
54660
54613
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54661
54614
|
activatorProps: Record<string, any>;
|
@@ -54733,7 +54686,7 @@ declare const VSnackbar: {
|
|
54733
54686
|
eager: boolean;
|
54734
54687
|
location: Anchor;
|
54735
54688
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54736
|
-
updateLocation: (e
|
54689
|
+
updateLocation: (e?: Event | undefined) => void;
|
54737
54690
|
} | undefined) | "connected";
|
54738
54691
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54739
54692
|
activatorProps: Record<string, any>;
|
@@ -54840,7 +54793,7 @@ declare const VSnackbar: {
|
|
54840
54793
|
eager: boolean;
|
54841
54794
|
location: Anchor;
|
54842
54795
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54843
|
-
updateLocation: (e
|
54796
|
+
updateLocation: (e?: Event | undefined) => void;
|
54844
54797
|
} | undefined) | "connected";
|
54845
54798
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54846
54799
|
activatorProps: Record<string, any>;
|
@@ -54936,7 +54889,7 @@ declare const VSnackbar: {
|
|
54936
54889
|
eager: boolean;
|
54937
54890
|
location: Anchor;
|
54938
54891
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54939
|
-
updateLocation: (e
|
54892
|
+
updateLocation: (e?: Event | undefined) => void;
|
54940
54893
|
} | undefined) | "connected";
|
54941
54894
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
54942
54895
|
activatorProps: Record<string, any>;
|
@@ -54996,7 +54949,7 @@ declare const VSnackbar: {
|
|
54996
54949
|
eager: boolean;
|
54997
54950
|
location: Anchor;
|
54998
54951
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
54999
|
-
updateLocation: (e
|
54952
|
+
updateLocation: (e?: Event | undefined) => void;
|
55000
54953
|
} | undefined) | "connected";
|
55001
54954
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55002
54955
|
activatorProps: Record<string, any>;
|
@@ -55092,7 +55045,7 @@ declare const VSnackbar: {
|
|
55092
55045
|
eager: boolean;
|
55093
55046
|
location: Anchor;
|
55094
55047
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55095
|
-
updateLocation: (e
|
55048
|
+
updateLocation: (e?: Event | undefined) => void;
|
55096
55049
|
} | undefined) | "connected";
|
55097
55050
|
activatorProps: Record<string, any>;
|
55098
55051
|
openOnHover: boolean;
|
@@ -55178,7 +55131,7 @@ declare const VSnackbar: {
|
|
55178
55131
|
eager: boolean;
|
55179
55132
|
location: Anchor;
|
55180
55133
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55181
|
-
updateLocation: (e
|
55134
|
+
updateLocation: (e?: Event | undefined) => void;
|
55182
55135
|
} | undefined) | "connected";
|
55183
55136
|
activatorProps: Record<string, any>;
|
55184
55137
|
openOnClick: boolean;
|
@@ -55230,7 +55183,7 @@ declare const VSnackbar: {
|
|
55230
55183
|
eager: boolean;
|
55231
55184
|
location: Anchor;
|
55232
55185
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55233
|
-
updateLocation: (e
|
55186
|
+
updateLocation: (e?: Event | undefined) => void;
|
55234
55187
|
} | undefined) | "connected";
|
55235
55188
|
activatorProps: Record<string, any>;
|
55236
55189
|
openOnHover: boolean;
|
@@ -55315,7 +55268,7 @@ declare const VSnackbar: {
|
|
55315
55268
|
eager: boolean;
|
55316
55269
|
location: Anchor;
|
55317
55270
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55318
|
-
updateLocation: (e
|
55271
|
+
updateLocation: (e?: Event | undefined) => void;
|
55319
55272
|
} | undefined) | "connected";
|
55320
55273
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55321
55274
|
activatorProps: Record<string, any>;
|
@@ -55342,7 +55295,7 @@ declare const VSnackbar: {
|
|
55342
55295
|
eager: boolean;
|
55343
55296
|
location: Anchor;
|
55344
55297
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55345
|
-
updateLocation: (e
|
55298
|
+
updateLocation: (e?: Event | undefined) => void;
|
55346
55299
|
} | undefined) | "connected";
|
55347
55300
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55348
55301
|
activatorProps: Record<string, any>;
|
@@ -55420,7 +55373,7 @@ declare const VSnackbar: {
|
|
55420
55373
|
eager: boolean;
|
55421
55374
|
location: Anchor;
|
55422
55375
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55423
|
-
updateLocation: (e
|
55376
|
+
updateLocation: (e?: Event | undefined) => void;
|
55424
55377
|
} | undefined) | "connected";
|
55425
55378
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55426
55379
|
activatorProps: Record<string, any>;
|
@@ -55527,7 +55480,7 @@ declare const VSnackbar: {
|
|
55527
55480
|
eager: boolean;
|
55528
55481
|
location: Anchor;
|
55529
55482
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55530
|
-
updateLocation: (e
|
55483
|
+
updateLocation: (e?: Event | undefined) => void;
|
55531
55484
|
} | undefined) | "connected";
|
55532
55485
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55533
55486
|
activatorProps: Record<string, any>;
|
@@ -55623,7 +55576,7 @@ declare const VSnackbar: {
|
|
55623
55576
|
eager: boolean;
|
55624
55577
|
location: Anchor;
|
55625
55578
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55626
|
-
updateLocation: (e
|
55579
|
+
updateLocation: (e?: Event | undefined) => void;
|
55627
55580
|
} | undefined) | "connected";
|
55628
55581
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55629
55582
|
activatorProps: Record<string, any>;
|
@@ -55683,7 +55636,7 @@ declare const VSnackbar: {
|
|
55683
55636
|
eager: boolean;
|
55684
55637
|
location: Anchor;
|
55685
55638
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55686
|
-
updateLocation: (e
|
55639
|
+
updateLocation: (e?: Event | undefined) => void;
|
55687
55640
|
} | undefined) | "connected";
|
55688
55641
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55689
55642
|
activatorProps: Record<string, any>;
|
@@ -55778,7 +55731,7 @@ declare const VSnackbar: {
|
|
55778
55731
|
eager: boolean;
|
55779
55732
|
location: Anchor;
|
55780
55733
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55781
|
-
updateLocation: (e
|
55734
|
+
updateLocation: (e?: Event | undefined) => void;
|
55782
55735
|
} | undefined) | "connected";
|
55783
55736
|
activatorProps: Record<string, any>;
|
55784
55737
|
openOnClick: boolean;
|
@@ -55809,7 +55762,7 @@ declare const VSnackbar: {
|
|
55809
55762
|
eager: boolean;
|
55810
55763
|
location: Anchor;
|
55811
55764
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55812
|
-
updateLocation: (e
|
55765
|
+
updateLocation: (e?: Event | undefined) => void;
|
55813
55766
|
} | undefined) | "connected";
|
55814
55767
|
activatorProps: Record<string, any>;
|
55815
55768
|
openOnHover: boolean;
|
@@ -55894,7 +55847,7 @@ declare const VSnackbar: {
|
|
55894
55847
|
eager: boolean;
|
55895
55848
|
location: Anchor;
|
55896
55849
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55897
|
-
updateLocation: (e
|
55850
|
+
updateLocation: (e?: Event | undefined) => void;
|
55898
55851
|
} | undefined) | "connected";
|
55899
55852
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55900
55853
|
activatorProps: Record<string, any>;
|
@@ -55921,7 +55874,7 @@ declare const VSnackbar: {
|
|
55921
55874
|
eager: boolean;
|
55922
55875
|
location: Anchor;
|
55923
55876
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
55924
|
-
updateLocation: (e
|
55877
|
+
updateLocation: (e?: Event | undefined) => void;
|
55925
55878
|
} | undefined) | "connected";
|
55926
55879
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
55927
55880
|
activatorProps: Record<string, any>;
|
@@ -55999,7 +55952,7 @@ declare const VSnackbar: {
|
|
55999
55952
|
eager: boolean;
|
56000
55953
|
location: Anchor;
|
56001
55954
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56002
|
-
updateLocation: (e
|
55955
|
+
updateLocation: (e?: Event | undefined) => void;
|
56003
55956
|
} | undefined) | "connected";
|
56004
55957
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
56005
55958
|
activatorProps: Record<string, any>;
|
@@ -56106,7 +56059,7 @@ declare const VSnackbar: {
|
|
56106
56059
|
eager: boolean;
|
56107
56060
|
location: Anchor;
|
56108
56061
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56109
|
-
updateLocation: (e
|
56062
|
+
updateLocation: (e?: Event | undefined) => void;
|
56110
56063
|
} | undefined) | "connected";
|
56111
56064
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
56112
56065
|
activatorProps: Record<string, any>;
|
@@ -56202,7 +56155,7 @@ declare const VSnackbar: {
|
|
56202
56155
|
eager: boolean;
|
56203
56156
|
location: Anchor;
|
56204
56157
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56205
|
-
updateLocation: (e
|
56158
|
+
updateLocation: (e?: Event | undefined) => void;
|
56206
56159
|
} | undefined) | "connected";
|
56207
56160
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
56208
56161
|
activatorProps: Record<string, any>;
|
@@ -56262,7 +56215,7 @@ declare const VSnackbar: {
|
|
56262
56215
|
eager: boolean;
|
56263
56216
|
location: Anchor;
|
56264
56217
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56265
|
-
updateLocation: (e
|
56218
|
+
updateLocation: (e?: Event | undefined) => void;
|
56266
56219
|
} | undefined) | "connected";
|
56267
56220
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
56268
56221
|
activatorProps: Record<string, any>;
|
@@ -56359,7 +56312,7 @@ declare const VSnackbar: {
|
|
56359
56312
|
eager: boolean;
|
56360
56313
|
location: Anchor;
|
56361
56314
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56362
|
-
updateLocation: (e
|
56315
|
+
updateLocation: (e?: Event | undefined) => void;
|
56363
56316
|
} | undefined) | "connected";
|
56364
56317
|
activatorProps: Record<string, any>;
|
56365
56318
|
openOnClick: boolean;
|
@@ -56438,7 +56391,7 @@ declare const VSnackbar: {
|
|
56438
56391
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
56439
56392
|
locationStrategy: {
|
56440
56393
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56441
|
-
updateLocation: (e
|
56394
|
+
updateLocation: (e?: Event | undefined) => void;
|
56442
56395
|
} | undefined) | "connected">;
|
56443
56396
|
default: string;
|
56444
56397
|
validator: (val: any) => boolean;
|
@@ -56539,7 +56492,7 @@ declare const VSnackbar: {
|
|
56539
56492
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
56540
56493
|
locationStrategy: {
|
56541
56494
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
56542
|
-
updateLocation: (e
|
56495
|
+
updateLocation: (e?: Event | undefined) => void;
|
56543
56496
|
} | undefined) | "connected">;
|
56544
56497
|
default: string;
|
56545
56498
|
validator: (val: any) => boolean;
|
@@ -57003,7 +56956,7 @@ declare const VSpeedDial: {
|
|
57003
56956
|
eager: boolean;
|
57004
56957
|
location: NonNullable<Anchor>;
|
57005
56958
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57006
|
-
updateLocation: (e
|
56959
|
+
updateLocation: (e?: Event | undefined) => void;
|
57007
56960
|
} | undefined) | "connected">;
|
57008
56961
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57009
56962
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57085,7 +57038,7 @@ declare const VSpeedDial: {
|
|
57085
57038
|
eager: boolean;
|
57086
57039
|
location: NonNullable<Anchor>;
|
57087
57040
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57088
|
-
updateLocation: (e
|
57041
|
+
updateLocation: (e?: Event | undefined) => void;
|
57089
57042
|
} | undefined) | "connected">;
|
57090
57043
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57091
57044
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57165,7 +57118,7 @@ declare const VSpeedDial: {
|
|
57165
57118
|
eager: boolean;
|
57166
57119
|
location: NonNullable<Anchor>;
|
57167
57120
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57168
|
-
updateLocation: (e
|
57121
|
+
updateLocation: (e?: Event | undefined) => void;
|
57169
57122
|
} | undefined) | "connected">;
|
57170
57123
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57171
57124
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57216,7 +57169,7 @@ declare const VSpeedDial: {
|
|
57216
57169
|
eager: boolean;
|
57217
57170
|
location: NonNullable<Anchor>;
|
57218
57171
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57219
|
-
updateLocation: (e
|
57172
|
+
updateLocation: (e?: Event | undefined) => void;
|
57220
57173
|
} | undefined) | "connected">;
|
57221
57174
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57222
57175
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57296,7 +57249,7 @@ declare const VSpeedDial: {
|
|
57296
57249
|
eager: boolean;
|
57297
57250
|
location: NonNullable<Anchor>;
|
57298
57251
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57299
|
-
updateLocation: (e
|
57252
|
+
updateLocation: (e?: Event | undefined) => void;
|
57300
57253
|
} | undefined) | "connected">;
|
57301
57254
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57302
57255
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57331,7 +57284,7 @@ declare const VSpeedDial: {
|
|
57331
57284
|
eager: boolean;
|
57332
57285
|
location: NonNullable<Anchor>;
|
57333
57286
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57334
|
-
updateLocation: (e
|
57287
|
+
updateLocation: (e?: Event | undefined) => void;
|
57335
57288
|
} | undefined) | "connected">;
|
57336
57289
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57337
57290
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57413,7 +57366,7 @@ declare const VSpeedDial: {
|
|
57413
57366
|
eager: boolean;
|
57414
57367
|
location: NonNullable<Anchor>;
|
57415
57368
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57416
|
-
updateLocation: (e
|
57369
|
+
updateLocation: (e?: Event | undefined) => void;
|
57417
57370
|
} | undefined) | "connected">;
|
57418
57371
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
57419
57372
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -57514,16 +57467,16 @@ declare const VSpeedDial: {
|
|
57514
57467
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
57515
57468
|
locationStrategy: Omit<{
|
57516
57469
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57517
|
-
updateLocation: (e
|
57470
|
+
updateLocation: (e?: Event | undefined) => void;
|
57518
57471
|
} | undefined) | "connected">;
|
57519
57472
|
default: string;
|
57520
57473
|
validator: (val: any) => boolean;
|
57521
57474
|
}, "default" | "type"> & {
|
57522
57475
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57523
|
-
updateLocation: (e
|
57476
|
+
updateLocation: (e?: Event | undefined) => void;
|
57524
57477
|
} | undefined) | "connected">>;
|
57525
57478
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57526
|
-
updateLocation: (e
|
57479
|
+
updateLocation: (e?: Event | undefined) => void;
|
57527
57480
|
} | undefined) | "connected">;
|
57528
57481
|
};
|
57529
57482
|
scrollStrategy: Omit<{
|
@@ -57655,16 +57608,16 @@ declare const VSpeedDial: {
|
|
57655
57608
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
57656
57609
|
locationStrategy: Omit<{
|
57657
57610
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57658
|
-
updateLocation: (e
|
57611
|
+
updateLocation: (e?: Event | undefined) => void;
|
57659
57612
|
} | undefined) | "connected">;
|
57660
57613
|
default: string;
|
57661
57614
|
validator: (val: any) => boolean;
|
57662
57615
|
}, "default" | "type"> & {
|
57663
57616
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57664
|
-
updateLocation: (e
|
57617
|
+
updateLocation: (e?: Event | undefined) => void;
|
57665
57618
|
} | undefined) | "connected">>;
|
57666
57619
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
57667
|
-
updateLocation: (e
|
57620
|
+
updateLocation: (e?: Event | undefined) => void;
|
57668
57621
|
} | undefined) | "connected">;
|
57669
57622
|
};
|
57670
57623
|
scrollStrategy: Omit<{
|
@@ -59928,10 +59881,7 @@ declare const VSwitch: {
|
|
59928
59881
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
59929
59882
|
minWidth: (StringConstructor | NumberConstructor)[];
|
59930
59883
|
appendIcon: vue.PropType<IconValue>;
|
59931
|
-
centerAffix:
|
59932
|
-
type: BooleanConstructor;
|
59933
|
-
default: boolean;
|
59934
|
-
};
|
59884
|
+
centerAffix: BooleanConstructor;
|
59935
59885
|
prependIcon: vue.PropType<IconValue>;
|
59936
59886
|
hideDetails: vue.PropType<boolean | "auto">;
|
59937
59887
|
hideSpinButtons: BooleanConstructor;
|
@@ -60024,10 +59974,7 @@ declare const VSwitch: {
|
|
60024
59974
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
60025
59975
|
minWidth: (StringConstructor | NumberConstructor)[];
|
60026
59976
|
appendIcon: vue.PropType<IconValue>;
|
60027
|
-
centerAffix:
|
60028
|
-
type: BooleanConstructor;
|
60029
|
-
default: boolean;
|
60030
|
-
};
|
59977
|
+
centerAffix: BooleanConstructor;
|
60031
59978
|
prependIcon: vue.PropType<IconValue>;
|
60032
59979
|
hideDetails: vue.PropType<boolean | "auto">;
|
60033
59980
|
hideSpinButtons: BooleanConstructor;
|
@@ -63029,7 +62976,6 @@ declare const VTextarea: {
|
|
63029
62976
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63030
62977
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63031
62978
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63032
|
-
centerAffix?: boolean | undefined;
|
63033
62979
|
hint?: string | undefined;
|
63034
62980
|
hideDetails?: boolean | "auto" | undefined;
|
63035
62981
|
suffix?: string | undefined;
|
@@ -63402,7 +63348,6 @@ declare const VTextarea: {
|
|
63402
63348
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63403
63349
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63404
63350
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63405
|
-
centerAffix?: boolean | undefined;
|
63406
63351
|
hint?: string | undefined;
|
63407
63352
|
hideDetails?: boolean | "auto" | undefined;
|
63408
63353
|
suffix?: string | undefined;
|
@@ -63484,7 +63429,6 @@ declare const VTextarea: {
|
|
63484
63429
|
density: Density;
|
63485
63430
|
direction: "horizontal" | "vertical";
|
63486
63431
|
clearIcon: IconValue;
|
63487
|
-
centerAffix: boolean;
|
63488
63432
|
hideSpinButtons: boolean;
|
63489
63433
|
persistentHint: boolean;
|
63490
63434
|
autofocus: boolean;
|
@@ -63600,7 +63544,6 @@ declare const VTextarea: {
|
|
63600
63544
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
63601
63545
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63602
63546
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
63603
|
-
centerAffix?: boolean | undefined;
|
63604
63547
|
hint?: string | undefined;
|
63605
63548
|
hideDetails?: boolean | "auto" | undefined;
|
63606
63549
|
suffix?: string | undefined;
|
@@ -63927,7 +63870,6 @@ declare const VTextarea: {
|
|
63927
63870
|
density: Density;
|
63928
63871
|
direction: "horizontal" | "vertical";
|
63929
63872
|
clearIcon: IconValue;
|
63930
|
-
centerAffix: boolean;
|
63931
63873
|
hideSpinButtons: boolean;
|
63932
63874
|
persistentHint: boolean;
|
63933
63875
|
autofocus: boolean;
|
@@ -64004,7 +63946,6 @@ declare const VTextarea: {
|
|
64004
63946
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64005
63947
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64006
63948
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64007
|
-
centerAffix?: boolean | undefined;
|
64008
63949
|
hint?: string | undefined;
|
64009
63950
|
hideDetails?: boolean | "auto" | undefined;
|
64010
63951
|
suffix?: string | undefined;
|
@@ -64336,7 +64277,6 @@ declare const VTextarea: {
|
|
64336
64277
|
density: Density;
|
64337
64278
|
direction: "horizontal" | "vertical";
|
64338
64279
|
clearIcon: IconValue;
|
64339
|
-
centerAffix: boolean;
|
64340
64280
|
hideSpinButtons: boolean;
|
64341
64281
|
persistentHint: boolean;
|
64342
64282
|
autofocus: boolean;
|
@@ -64386,52 +64326,55 @@ declare const VTextarea: {
|
|
64386
64326
|
[key: string]: any;
|
64387
64327
|
}>[];
|
64388
64328
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
64389
|
-
|
64390
|
-
|
64391
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64392
|
-
default: undefined;
|
64393
|
-
};
|
64394
|
-
tile: BooleanConstructor;
|
64395
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
64329
|
+
reverse: BooleanConstructor;
|
64330
|
+
flat: BooleanConstructor;
|
64396
64331
|
class: PropType<any>;
|
64397
64332
|
style: {
|
64398
64333
|
type: PropType<vue.StyleValue>;
|
64399
64334
|
default: null;
|
64400
64335
|
};
|
64401
|
-
|
64402
|
-
bgColor: StringConstructor;
|
64403
|
-
clearable: BooleanConstructor;
|
64404
|
-
clearIcon: {
|
64405
|
-
type: PropType<IconValue>;
|
64406
|
-
default: string;
|
64407
|
-
};
|
64336
|
+
label: StringConstructor;
|
64408
64337
|
active: BooleanConstructor;
|
64409
|
-
|
64410
|
-
|
64411
|
-
default: undefined;
|
64412
|
-
};
|
64338
|
+
error: BooleanConstructor;
|
64339
|
+
theme: StringConstructor;
|
64413
64340
|
color: StringConstructor;
|
64414
|
-
baseColor: StringConstructor;
|
64415
|
-
dirty: BooleanConstructor;
|
64416
64341
|
disabled: {
|
64417
64342
|
type: BooleanConstructor;
|
64418
64343
|
default: null;
|
64419
64344
|
};
|
64420
|
-
|
64421
|
-
|
64422
|
-
|
64423
|
-
|
64424
|
-
|
64425
|
-
reverse: BooleanConstructor;
|
64426
|
-
singleLine: BooleanConstructor;
|
64345
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
64346
|
+
rounded: {
|
64347
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64348
|
+
default: undefined;
|
64349
|
+
};
|
64427
64350
|
variant: {
|
64428
64351
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
64429
64352
|
default: string;
|
64430
64353
|
validator: (v: any) => boolean;
|
64431
64354
|
};
|
64355
|
+
tile: BooleanConstructor;
|
64356
|
+
baseColor: StringConstructor;
|
64357
|
+
bgColor: StringConstructor;
|
64358
|
+
clearIcon: {
|
64359
|
+
type: PropType<IconValue>;
|
64360
|
+
default: string;
|
64361
|
+
};
|
64362
|
+
appendInnerIcon: PropType<IconValue>;
|
64363
|
+
prependInnerIcon: PropType<IconValue>;
|
64432
64364
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
64433
64365
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
64434
64366
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
64367
|
+
clearable: BooleanConstructor;
|
64368
|
+
dirty: BooleanConstructor;
|
64369
|
+
persistentClear: BooleanConstructor;
|
64370
|
+
singleLine: BooleanConstructor;
|
64371
|
+
id: StringConstructor;
|
64372
|
+
width: (StringConstructor | NumberConstructor)[];
|
64373
|
+
name: StringConstructor;
|
64374
|
+
messages: {
|
64375
|
+
type: PropType<string | readonly string[]>;
|
64376
|
+
default: () => never[];
|
64377
|
+
};
|
64435
64378
|
focused: BooleanConstructor;
|
64436
64379
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
64437
64380
|
errorMessages: {
|
@@ -64442,7 +64385,6 @@ declare const VTextarea: {
|
|
64442
64385
|
type: (StringConstructor | NumberConstructor)[];
|
64443
64386
|
default: number;
|
64444
64387
|
};
|
64445
|
-
name: StringConstructor;
|
64446
64388
|
readonly: {
|
64447
64389
|
type: PropType<boolean | null>;
|
64448
64390
|
default: null;
|
@@ -64454,7 +64396,6 @@ declare const VTextarea: {
|
|
64454
64396
|
modelValue: null;
|
64455
64397
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
64456
64398
|
validationValue: null;
|
64457
|
-
width: (StringConstructor | NumberConstructor)[];
|
64458
64399
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
64459
64400
|
minWidth: (StringConstructor | NumberConstructor)[];
|
64460
64401
|
density: {
|
@@ -64462,24 +64403,19 @@ declare const VTextarea: {
|
|
64462
64403
|
default: string;
|
64463
64404
|
validator: (v: any) => boolean;
|
64464
64405
|
};
|
64465
|
-
id: StringConstructor;
|
64466
|
-
appendIcon: PropType<IconValue>;
|
64467
|
-
prependIcon: PropType<IconValue>;
|
64468
|
-
hideDetails: PropType<boolean | "auto">;
|
64469
|
-
hideSpinButtons: BooleanConstructor;
|
64470
|
-
hint: StringConstructor;
|
64471
|
-
persistentHint: BooleanConstructor;
|
64472
|
-
messages: {
|
64473
|
-
type: PropType<string | readonly string[]>;
|
64474
|
-
default: () => never[];
|
64475
|
-
};
|
64476
64406
|
direction: {
|
64477
64407
|
type: PropType<"horizontal" | "vertical">;
|
64478
64408
|
default: string;
|
64479
64409
|
validator: (v: any) => boolean;
|
64480
64410
|
};
|
64411
|
+
prependIcon: PropType<IconValue>;
|
64412
|
+
appendIcon: PropType<IconValue>;
|
64481
64413
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
64482
64414
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
64415
|
+
hideSpinButtons: BooleanConstructor;
|
64416
|
+
hint: StringConstructor;
|
64417
|
+
persistentHint: BooleanConstructor;
|
64418
|
+
hideDetails: PropType<boolean | "auto">;
|
64483
64419
|
autoGrow: BooleanConstructor;
|
64484
64420
|
autofocus: BooleanConstructor;
|
64485
64421
|
counter: PropType<string | number | true>;
|
@@ -64501,52 +64437,55 @@ declare const VTextarea: {
|
|
64501
64437
|
suffix: StringConstructor;
|
64502
64438
|
modelModifiers: PropType<Record<string, boolean>>;
|
64503
64439
|
}, vue.ExtractPropTypes<{
|
64504
|
-
|
64505
|
-
|
64506
|
-
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64507
|
-
default: undefined;
|
64508
|
-
};
|
64509
|
-
tile: BooleanConstructor;
|
64510
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
64440
|
+
reverse: BooleanConstructor;
|
64441
|
+
flat: BooleanConstructor;
|
64511
64442
|
class: PropType<any>;
|
64512
64443
|
style: {
|
64513
64444
|
type: PropType<vue.StyleValue>;
|
64514
64445
|
default: null;
|
64515
64446
|
};
|
64516
|
-
|
64517
|
-
bgColor: StringConstructor;
|
64518
|
-
clearable: BooleanConstructor;
|
64519
|
-
clearIcon: {
|
64520
|
-
type: PropType<IconValue>;
|
64521
|
-
default: string;
|
64522
|
-
};
|
64447
|
+
label: StringConstructor;
|
64523
64448
|
active: BooleanConstructor;
|
64524
|
-
|
64525
|
-
|
64526
|
-
default: undefined;
|
64527
|
-
};
|
64449
|
+
error: BooleanConstructor;
|
64450
|
+
theme: StringConstructor;
|
64528
64451
|
color: StringConstructor;
|
64529
|
-
baseColor: StringConstructor;
|
64530
|
-
dirty: BooleanConstructor;
|
64531
64452
|
disabled: {
|
64532
64453
|
type: BooleanConstructor;
|
64533
64454
|
default: null;
|
64534
64455
|
};
|
64535
|
-
|
64536
|
-
|
64537
|
-
|
64538
|
-
|
64539
|
-
|
64540
|
-
reverse: BooleanConstructor;
|
64541
|
-
singleLine: BooleanConstructor;
|
64456
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
64457
|
+
rounded: {
|
64458
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
64459
|
+
default: undefined;
|
64460
|
+
};
|
64542
64461
|
variant: {
|
64543
64462
|
type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
64544
64463
|
default: string;
|
64545
64464
|
validator: (v: any) => boolean;
|
64546
64465
|
};
|
64466
|
+
tile: BooleanConstructor;
|
64467
|
+
baseColor: StringConstructor;
|
64468
|
+
bgColor: StringConstructor;
|
64469
|
+
clearIcon: {
|
64470
|
+
type: PropType<IconValue>;
|
64471
|
+
default: string;
|
64472
|
+
};
|
64473
|
+
appendInnerIcon: PropType<IconValue>;
|
64474
|
+
prependInnerIcon: PropType<IconValue>;
|
64547
64475
|
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
64548
64476
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
64549
64477
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
64478
|
+
clearable: BooleanConstructor;
|
64479
|
+
dirty: BooleanConstructor;
|
64480
|
+
persistentClear: BooleanConstructor;
|
64481
|
+
singleLine: BooleanConstructor;
|
64482
|
+
id: StringConstructor;
|
64483
|
+
width: (StringConstructor | NumberConstructor)[];
|
64484
|
+
name: StringConstructor;
|
64485
|
+
messages: {
|
64486
|
+
type: PropType<string | readonly string[]>;
|
64487
|
+
default: () => never[];
|
64488
|
+
};
|
64550
64489
|
focused: BooleanConstructor;
|
64551
64490
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
64552
64491
|
errorMessages: {
|
@@ -64557,7 +64496,6 @@ declare const VTextarea: {
|
|
64557
64496
|
type: (StringConstructor | NumberConstructor)[];
|
64558
64497
|
default: number;
|
64559
64498
|
};
|
64560
|
-
name: StringConstructor;
|
64561
64499
|
readonly: {
|
64562
64500
|
type: PropType<boolean | null>;
|
64563
64501
|
default: null;
|
@@ -64569,7 +64507,6 @@ declare const VTextarea: {
|
|
64569
64507
|
modelValue: null;
|
64570
64508
|
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
64571
64509
|
validationValue: null;
|
64572
|
-
width: (StringConstructor | NumberConstructor)[];
|
64573
64510
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
64574
64511
|
minWidth: (StringConstructor | NumberConstructor)[];
|
64575
64512
|
density: {
|
@@ -64577,24 +64514,19 @@ declare const VTextarea: {
|
|
64577
64514
|
default: string;
|
64578
64515
|
validator: (v: any) => boolean;
|
64579
64516
|
};
|
64580
|
-
id: StringConstructor;
|
64581
|
-
appendIcon: PropType<IconValue>;
|
64582
|
-
prependIcon: PropType<IconValue>;
|
64583
|
-
hideDetails: PropType<boolean | "auto">;
|
64584
|
-
hideSpinButtons: BooleanConstructor;
|
64585
|
-
hint: StringConstructor;
|
64586
|
-
persistentHint: BooleanConstructor;
|
64587
|
-
messages: {
|
64588
|
-
type: PropType<string | readonly string[]>;
|
64589
|
-
default: () => never[];
|
64590
|
-
};
|
64591
64517
|
direction: {
|
64592
64518
|
type: PropType<"horizontal" | "vertical">;
|
64593
64519
|
default: string;
|
64594
64520
|
validator: (v: any) => boolean;
|
64595
64521
|
};
|
64522
|
+
prependIcon: PropType<IconValue>;
|
64523
|
+
appendIcon: PropType<IconValue>;
|
64596
64524
|
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
64597
64525
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
64526
|
+
hideSpinButtons: BooleanConstructor;
|
64527
|
+
hint: StringConstructor;
|
64528
|
+
persistentHint: BooleanConstructor;
|
64529
|
+
hideDetails: PropType<boolean | "auto">;
|
64598
64530
|
autoGrow: BooleanConstructor;
|
64599
64531
|
autofocus: BooleanConstructor;
|
64600
64532
|
counter: PropType<string | number | true>;
|
@@ -64638,6 +64570,7 @@ declare const VTextField: {
|
|
64638
64570
|
density: Density;
|
64639
64571
|
direction: "horizontal" | "vertical";
|
64640
64572
|
clearIcon: IconValue;
|
64573
|
+
centerAffix: boolean;
|
64641
64574
|
hideSpinButtons: boolean;
|
64642
64575
|
persistentHint: boolean;
|
64643
64576
|
autofocus: boolean;
|
@@ -64678,7 +64611,6 @@ declare const VTextField: {
|
|
64678
64611
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
64679
64612
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64680
64613
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
64681
|
-
centerAffix?: boolean | undefined;
|
64682
64614
|
hint?: string | undefined;
|
64683
64615
|
hideDetails?: boolean | "auto" | undefined;
|
64684
64616
|
suffix?: string | undefined;
|
@@ -65019,6 +64951,7 @@ declare const VTextField: {
|
|
65019
64951
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65020
64952
|
tile: boolean;
|
65021
64953
|
clearIcon: IconValue;
|
64954
|
+
centerAffix: boolean;
|
65022
64955
|
clearable: boolean;
|
65023
64956
|
dirty: boolean;
|
65024
64957
|
persistentClear: boolean;
|
@@ -65038,7 +64971,6 @@ declare const VTextField: {
|
|
65038
64971
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65039
64972
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65040
64973
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65041
|
-
centerAffix?: boolean | undefined;
|
65042
64974
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
65043
64975
|
reverse: boolean;
|
65044
64976
|
flat: boolean;
|
@@ -65050,6 +64982,7 @@ declare const VTextField: {
|
|
65050
64982
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65051
64983
|
tile: boolean;
|
65052
64984
|
clearIcon: IconValue;
|
64985
|
+
centerAffix: boolean;
|
65053
64986
|
clearable: boolean;
|
65054
64987
|
dirty: boolean;
|
65055
64988
|
persistentClear: boolean;
|
@@ -65070,7 +65003,6 @@ declare const VTextField: {
|
|
65070
65003
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65071
65004
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65072
65005
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65073
|
-
centerAffix?: boolean | undefined;
|
65074
65006
|
} & {
|
65075
65007
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65076
65008
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -65120,6 +65052,7 @@ declare const VTextField: {
|
|
65120
65052
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65121
65053
|
tile: boolean;
|
65122
65054
|
clearIcon: IconValue;
|
65055
|
+
centerAffix: boolean;
|
65123
65056
|
clearable: boolean;
|
65124
65057
|
dirty: boolean;
|
65125
65058
|
persistentClear: boolean;
|
@@ -65140,7 +65073,6 @@ declare const VTextField: {
|
|
65140
65073
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65141
65074
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65142
65075
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65143
|
-
centerAffix?: boolean | undefined;
|
65144
65076
|
} & {
|
65145
65077
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65146
65078
|
}, {
|
@@ -65220,6 +65152,7 @@ declare const VTextField: {
|
|
65220
65152
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65221
65153
|
tile: boolean;
|
65222
65154
|
clearIcon: IconValue;
|
65155
|
+
centerAffix: boolean;
|
65223
65156
|
clearable: boolean;
|
65224
65157
|
dirty: boolean;
|
65225
65158
|
persistentClear: boolean;
|
@@ -65240,7 +65173,6 @@ declare const VTextField: {
|
|
65240
65173
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65241
65174
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65242
65175
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65243
|
-
centerAffix?: boolean | undefined;
|
65244
65176
|
} & {
|
65245
65177
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65246
65178
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -65272,6 +65204,7 @@ declare const VTextField: {
|
|
65272
65204
|
density: Density;
|
65273
65205
|
direction: "horizontal" | "vertical";
|
65274
65206
|
clearIcon: IconValue;
|
65207
|
+
centerAffix: boolean;
|
65275
65208
|
hideSpinButtons: boolean;
|
65276
65209
|
persistentHint: boolean;
|
65277
65210
|
autofocus: boolean;
|
@@ -65312,7 +65245,6 @@ declare const VTextField: {
|
|
65312
65245
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65313
65246
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65314
65247
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65315
|
-
centerAffix?: boolean | undefined;
|
65316
65248
|
hint?: string | undefined;
|
65317
65249
|
hideDetails?: boolean | "auto" | undefined;
|
65318
65250
|
suffix?: string | undefined;
|
@@ -65472,6 +65404,7 @@ declare const VTextField: {
|
|
65472
65404
|
density: Density;
|
65473
65405
|
direction: "horizontal" | "vertical";
|
65474
65406
|
clearIcon: IconValue;
|
65407
|
+
centerAffix: boolean;
|
65475
65408
|
hideSpinButtons: boolean;
|
65476
65409
|
persistentHint: boolean;
|
65477
65410
|
autofocus: boolean;
|
@@ -65512,7 +65445,6 @@ declare const VTextField: {
|
|
65512
65445
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
65513
65446
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65514
65447
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65515
|
-
centerAffix?: boolean | undefined;
|
65516
65448
|
hint?: string | undefined;
|
65517
65449
|
hideDetails?: boolean | "auto" | undefined;
|
65518
65450
|
suffix?: string | undefined;
|
@@ -65853,6 +65785,7 @@ declare const VTextField: {
|
|
65853
65785
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65854
65786
|
tile: boolean;
|
65855
65787
|
clearIcon: IconValue;
|
65788
|
+
centerAffix: boolean;
|
65856
65789
|
clearable: boolean;
|
65857
65790
|
dirty: boolean;
|
65858
65791
|
persistentClear: boolean;
|
@@ -65872,7 +65805,6 @@ declare const VTextField: {
|
|
65872
65805
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65873
65806
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65874
65807
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65875
|
-
centerAffix?: boolean | undefined;
|
65876
65808
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
65877
65809
|
reverse: boolean;
|
65878
65810
|
flat: boolean;
|
@@ -65884,6 +65816,7 @@ declare const VTextField: {
|
|
65884
65816
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65885
65817
|
tile: boolean;
|
65886
65818
|
clearIcon: IconValue;
|
65819
|
+
centerAffix: boolean;
|
65887
65820
|
clearable: boolean;
|
65888
65821
|
dirty: boolean;
|
65889
65822
|
persistentClear: boolean;
|
@@ -65904,7 +65837,6 @@ declare const VTextField: {
|
|
65904
65837
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65905
65838
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65906
65839
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65907
|
-
centerAffix?: boolean | undefined;
|
65908
65840
|
} & {
|
65909
65841
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65910
65842
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -65954,6 +65886,7 @@ declare const VTextField: {
|
|
65954
65886
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
65955
65887
|
tile: boolean;
|
65956
65888
|
clearIcon: IconValue;
|
65889
|
+
centerAffix: boolean;
|
65957
65890
|
clearable: boolean;
|
65958
65891
|
dirty: boolean;
|
65959
65892
|
persistentClear: boolean;
|
@@ -65974,7 +65907,6 @@ declare const VTextField: {
|
|
65974
65907
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
65975
65908
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65976
65909
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
65977
|
-
centerAffix?: boolean | undefined;
|
65978
65910
|
} & {
|
65979
65911
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
65980
65912
|
}, {
|
@@ -66054,6 +65986,7 @@ declare const VTextField: {
|
|
66054
65986
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66055
65987
|
tile: boolean;
|
66056
65988
|
clearIcon: IconValue;
|
65989
|
+
centerAffix: boolean;
|
66057
65990
|
clearable: boolean;
|
66058
65991
|
dirty: boolean;
|
66059
65992
|
persistentClear: boolean;
|
@@ -66074,7 +66007,6 @@ declare const VTextField: {
|
|
66074
66007
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66075
66008
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66076
66009
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66077
|
-
centerAffix?: boolean | undefined;
|
66078
66010
|
} & {
|
66079
66011
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66080
66012
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -66135,6 +66067,7 @@ declare const VTextField: {
|
|
66135
66067
|
density: Density;
|
66136
66068
|
direction: "horizontal" | "vertical";
|
66137
66069
|
clearIcon: IconValue;
|
66070
|
+
centerAffix: boolean;
|
66138
66071
|
hideSpinButtons: boolean;
|
66139
66072
|
persistentHint: boolean;
|
66140
66073
|
autofocus: boolean;
|
@@ -66175,7 +66108,6 @@ declare const VTextField: {
|
|
66175
66108
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
66176
66109
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66177
66110
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66178
|
-
centerAffix?: boolean | undefined;
|
66179
66111
|
hint?: string | undefined;
|
66180
66112
|
hideDetails?: boolean | "auto" | undefined;
|
66181
66113
|
suffix?: string | undefined;
|
@@ -66516,6 +66448,7 @@ declare const VTextField: {
|
|
66516
66448
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66517
66449
|
tile: boolean;
|
66518
66450
|
clearIcon: IconValue;
|
66451
|
+
centerAffix: boolean;
|
66519
66452
|
clearable: boolean;
|
66520
66453
|
dirty: boolean;
|
66521
66454
|
persistentClear: boolean;
|
@@ -66535,7 +66468,6 @@ declare const VTextField: {
|
|
66535
66468
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66536
66469
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66537
66470
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66538
|
-
centerAffix?: boolean | undefined;
|
66539
66471
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
66540
66472
|
reverse: boolean;
|
66541
66473
|
flat: boolean;
|
@@ -66547,6 +66479,7 @@ declare const VTextField: {
|
|
66547
66479
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66548
66480
|
tile: boolean;
|
66549
66481
|
clearIcon: IconValue;
|
66482
|
+
centerAffix: boolean;
|
66550
66483
|
clearable: boolean;
|
66551
66484
|
dirty: boolean;
|
66552
66485
|
persistentClear: boolean;
|
@@ -66567,7 +66500,6 @@ declare const VTextField: {
|
|
66567
66500
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66568
66501
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66569
66502
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66570
|
-
centerAffix?: boolean | undefined;
|
66571
66503
|
} & {
|
66572
66504
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66573
66505
|
}, "reverse" | "flat" | "style" | "active" | "error" | "disabled" | "focused" | "rounded" | "variant" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
@@ -66617,6 +66549,7 @@ declare const VTextField: {
|
|
66617
66549
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66618
66550
|
tile: boolean;
|
66619
66551
|
clearIcon: IconValue;
|
66552
|
+
centerAffix: boolean;
|
66620
66553
|
clearable: boolean;
|
66621
66554
|
dirty: boolean;
|
66622
66555
|
persistentClear: boolean;
|
@@ -66637,7 +66570,6 @@ declare const VTextField: {
|
|
66637
66570
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66638
66571
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66639
66572
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66640
|
-
centerAffix?: boolean | undefined;
|
66641
66573
|
} & {
|
66642
66574
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66643
66575
|
}, {
|
@@ -66717,6 +66649,7 @@ declare const VTextField: {
|
|
66717
66649
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
66718
66650
|
tile: boolean;
|
66719
66651
|
clearIcon: IconValue;
|
66652
|
+
centerAffix: boolean;
|
66720
66653
|
clearable: boolean;
|
66721
66654
|
dirty: boolean;
|
66722
66655
|
persistentClear: boolean;
|
@@ -66737,7 +66670,6 @@ declare const VTextField: {
|
|
66737
66670
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
66738
66671
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66739
66672
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
66740
|
-
centerAffix?: boolean | undefined;
|
66741
66673
|
} & {
|
66742
66674
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
66743
66675
|
}, "controlRef"> & vue.ShallowUnwrapRef<{
|
@@ -66840,10 +66772,7 @@ declare const VTextField: {
|
|
66840
66772
|
default: string;
|
66841
66773
|
};
|
66842
66774
|
active: BooleanConstructor;
|
66843
|
-
centerAffix:
|
66844
|
-
type: BooleanConstructor;
|
66845
|
-
default: undefined;
|
66846
|
-
};
|
66775
|
+
centerAffix: BooleanConstructor;
|
66847
66776
|
color: StringConstructor;
|
66848
66777
|
baseColor: StringConstructor;
|
66849
66778
|
dirty: BooleanConstructor;
|
@@ -66949,10 +66878,7 @@ declare const VTextField: {
|
|
66949
66878
|
default: string;
|
66950
66879
|
};
|
66951
66880
|
active: BooleanConstructor;
|
66952
|
-
centerAffix:
|
66953
|
-
type: BooleanConstructor;
|
66954
|
-
default: undefined;
|
66955
|
-
};
|
66881
|
+
centerAffix: BooleanConstructor;
|
66956
66882
|
color: StringConstructor;
|
66957
66883
|
baseColor: StringConstructor;
|
66958
66884
|
dirty: BooleanConstructor;
|
@@ -67995,7 +67921,7 @@ declare const VTooltip: {
|
|
67995
67921
|
eager: boolean;
|
67996
67922
|
location: NonNullable<Anchor>;
|
67997
67923
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
67998
|
-
updateLocation: (e
|
67924
|
+
updateLocation: (e?: Event | undefined) => void;
|
67999
67925
|
} | undefined) | "connected">;
|
68000
67926
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68001
67927
|
activatorProps: Record<string, any>;
|
@@ -68075,7 +68001,7 @@ declare const VTooltip: {
|
|
68075
68001
|
eager: boolean;
|
68076
68002
|
location: Anchor;
|
68077
68003
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68078
|
-
updateLocation: (e
|
68004
|
+
updateLocation: (e?: Event | undefined) => void;
|
68079
68005
|
} | undefined) | "connected";
|
68080
68006
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68081
68007
|
activatorProps: Record<string, any>;
|
@@ -68102,7 +68028,7 @@ declare const VTooltip: {
|
|
68102
68028
|
eager: boolean;
|
68103
68029
|
location: Anchor;
|
68104
68030
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68105
|
-
updateLocation: (e
|
68031
|
+
updateLocation: (e?: Event | undefined) => void;
|
68106
68032
|
} | undefined) | "connected";
|
68107
68033
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68108
68034
|
activatorProps: Record<string, any>;
|
@@ -68180,7 +68106,7 @@ declare const VTooltip: {
|
|
68180
68106
|
eager: boolean;
|
68181
68107
|
location: Anchor;
|
68182
68108
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68183
|
-
updateLocation: (e
|
68109
|
+
updateLocation: (e?: Event | undefined) => void;
|
68184
68110
|
} | undefined) | "connected";
|
68185
68111
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68186
68112
|
activatorProps: Record<string, any>;
|
@@ -68287,7 +68213,7 @@ declare const VTooltip: {
|
|
68287
68213
|
eager: boolean;
|
68288
68214
|
location: Anchor;
|
68289
68215
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68290
|
-
updateLocation: (e
|
68216
|
+
updateLocation: (e?: Event | undefined) => void;
|
68291
68217
|
} | undefined) | "connected";
|
68292
68218
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68293
68219
|
activatorProps: Record<string, any>;
|
@@ -68383,7 +68309,7 @@ declare const VTooltip: {
|
|
68383
68309
|
eager: boolean;
|
68384
68310
|
location: Anchor;
|
68385
68311
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68386
|
-
updateLocation: (e
|
68312
|
+
updateLocation: (e?: Event | undefined) => void;
|
68387
68313
|
} | undefined) | "connected";
|
68388
68314
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68389
68315
|
activatorProps: Record<string, any>;
|
@@ -68443,7 +68369,7 @@ declare const VTooltip: {
|
|
68443
68369
|
eager: boolean;
|
68444
68370
|
location: Anchor;
|
68445
68371
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68446
|
-
updateLocation: (e
|
68372
|
+
updateLocation: (e?: Event | undefined) => void;
|
68447
68373
|
} | undefined) | "connected";
|
68448
68374
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68449
68375
|
activatorProps: Record<string, any>;
|
@@ -68537,7 +68463,7 @@ declare const VTooltip: {
|
|
68537
68463
|
eager: boolean;
|
68538
68464
|
location: NonNullable<Anchor>;
|
68539
68465
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68540
|
-
updateLocation: (e
|
68466
|
+
updateLocation: (e?: Event | undefined) => void;
|
68541
68467
|
} | undefined) | "connected">;
|
68542
68468
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68543
68469
|
activatorProps: Record<string, any>;
|
@@ -68615,7 +68541,7 @@ declare const VTooltip: {
|
|
68615
68541
|
eager: boolean;
|
68616
68542
|
location: NonNullable<Anchor>;
|
68617
68543
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68618
|
-
updateLocation: (e
|
68544
|
+
updateLocation: (e?: Event | undefined) => void;
|
68619
68545
|
} | undefined) | "connected">;
|
68620
68546
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68621
68547
|
activatorProps: Record<string, any>;
|
@@ -68661,7 +68587,7 @@ declare const VTooltip: {
|
|
68661
68587
|
eager: boolean;
|
68662
68588
|
location: NonNullable<Anchor>;
|
68663
68589
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68664
|
-
updateLocation: (e
|
68590
|
+
updateLocation: (e?: Event | undefined) => void;
|
68665
68591
|
} | undefined) | "connected">;
|
68666
68592
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
68667
68593
|
activatorProps: Record<string, any>;
|
@@ -68741,7 +68667,7 @@ declare const VTooltip: {
|
|
68741
68667
|
eager: boolean;
|
68742
68668
|
location: Anchor;
|
68743
68669
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68744
|
-
updateLocation: (e
|
68670
|
+
updateLocation: (e?: Event | undefined) => void;
|
68745
68671
|
} | undefined) | "connected";
|
68746
68672
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68747
68673
|
activatorProps: Record<string, any>;
|
@@ -68768,7 +68694,7 @@ declare const VTooltip: {
|
|
68768
68694
|
eager: boolean;
|
68769
68695
|
location: Anchor;
|
68770
68696
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68771
|
-
updateLocation: (e
|
68697
|
+
updateLocation: (e?: Event | undefined) => void;
|
68772
68698
|
} | undefined) | "connected";
|
68773
68699
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68774
68700
|
activatorProps: Record<string, any>;
|
@@ -68846,7 +68772,7 @@ declare const VTooltip: {
|
|
68846
68772
|
eager: boolean;
|
68847
68773
|
location: Anchor;
|
68848
68774
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68849
|
-
updateLocation: (e
|
68775
|
+
updateLocation: (e?: Event | undefined) => void;
|
68850
68776
|
} | undefined) | "connected";
|
68851
68777
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68852
68778
|
activatorProps: Record<string, any>;
|
@@ -68953,7 +68879,7 @@ declare const VTooltip: {
|
|
68953
68879
|
eager: boolean;
|
68954
68880
|
location: Anchor;
|
68955
68881
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
68956
|
-
updateLocation: (e
|
68882
|
+
updateLocation: (e?: Event | undefined) => void;
|
68957
68883
|
} | undefined) | "connected";
|
68958
68884
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
68959
68885
|
activatorProps: Record<string, any>;
|
@@ -69049,7 +68975,7 @@ declare const VTooltip: {
|
|
69049
68975
|
eager: boolean;
|
69050
68976
|
location: Anchor;
|
69051
68977
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69052
|
-
updateLocation: (e
|
68978
|
+
updateLocation: (e?: Event | undefined) => void;
|
69053
68979
|
} | undefined) | "connected";
|
69054
68980
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69055
68981
|
activatorProps: Record<string, any>;
|
@@ -69109,7 +69035,7 @@ declare const VTooltip: {
|
|
69109
69035
|
eager: boolean;
|
69110
69036
|
location: Anchor;
|
69111
69037
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69112
|
-
updateLocation: (e
|
69038
|
+
updateLocation: (e?: Event | undefined) => void;
|
69113
69039
|
} | undefined) | "connected";
|
69114
69040
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69115
69041
|
activatorProps: Record<string, any>;
|
@@ -69201,7 +69127,7 @@ declare const VTooltip: {
|
|
69201
69127
|
eager: boolean;
|
69202
69128
|
location: NonNullable<Anchor>;
|
69203
69129
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69204
|
-
updateLocation: (e
|
69130
|
+
updateLocation: (e?: Event | undefined) => void;
|
69205
69131
|
} | undefined) | "connected">;
|
69206
69132
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
69207
69133
|
activatorProps: Record<string, any>;
|
@@ -69231,7 +69157,7 @@ declare const VTooltip: {
|
|
69231
69157
|
eager: boolean;
|
69232
69158
|
location: NonNullable<Anchor>;
|
69233
69159
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69234
|
-
updateLocation: (e
|
69160
|
+
updateLocation: (e?: Event | undefined) => void;
|
69235
69161
|
} | undefined) | "connected">;
|
69236
69162
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
69237
69163
|
activatorProps: Record<string, any>;
|
@@ -69311,7 +69237,7 @@ declare const VTooltip: {
|
|
69311
69237
|
eager: boolean;
|
69312
69238
|
location: Anchor;
|
69313
69239
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69314
|
-
updateLocation: (e
|
69240
|
+
updateLocation: (e?: Event | undefined) => void;
|
69315
69241
|
} | undefined) | "connected";
|
69316
69242
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69317
69243
|
activatorProps: Record<string, any>;
|
@@ -69338,7 +69264,7 @@ declare const VTooltip: {
|
|
69338
69264
|
eager: boolean;
|
69339
69265
|
location: Anchor;
|
69340
69266
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69341
|
-
updateLocation: (e
|
69267
|
+
updateLocation: (e?: Event | undefined) => void;
|
69342
69268
|
} | undefined) | "connected";
|
69343
69269
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69344
69270
|
activatorProps: Record<string, any>;
|
@@ -69416,7 +69342,7 @@ declare const VTooltip: {
|
|
69416
69342
|
eager: boolean;
|
69417
69343
|
location: Anchor;
|
69418
69344
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69419
|
-
updateLocation: (e
|
69345
|
+
updateLocation: (e?: Event | undefined) => void;
|
69420
69346
|
} | undefined) | "connected";
|
69421
69347
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69422
69348
|
activatorProps: Record<string, any>;
|
@@ -69523,7 +69449,7 @@ declare const VTooltip: {
|
|
69523
69449
|
eager: boolean;
|
69524
69450
|
location: Anchor;
|
69525
69451
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69526
|
-
updateLocation: (e
|
69452
|
+
updateLocation: (e?: Event | undefined) => void;
|
69527
69453
|
} | undefined) | "connected";
|
69528
69454
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69529
69455
|
activatorProps: Record<string, any>;
|
@@ -69619,7 +69545,7 @@ declare const VTooltip: {
|
|
69619
69545
|
eager: boolean;
|
69620
69546
|
location: Anchor;
|
69621
69547
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69622
|
-
updateLocation: (e
|
69548
|
+
updateLocation: (e?: Event | undefined) => void;
|
69623
69549
|
} | undefined) | "connected";
|
69624
69550
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69625
69551
|
activatorProps: Record<string, any>;
|
@@ -69679,7 +69605,7 @@ declare const VTooltip: {
|
|
69679
69605
|
eager: boolean;
|
69680
69606
|
location: Anchor;
|
69681
69607
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69682
|
-
updateLocation: (e
|
69608
|
+
updateLocation: (e?: Event | undefined) => void;
|
69683
69609
|
} | undefined) | "connected";
|
69684
69610
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
69685
69611
|
activatorProps: Record<string, any>;
|
@@ -69773,7 +69699,7 @@ declare const VTooltip: {
|
|
69773
69699
|
eager: boolean;
|
69774
69700
|
location: NonNullable<Anchor>;
|
69775
69701
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69776
|
-
updateLocation: (e
|
69702
|
+
updateLocation: (e?: Event | undefined) => void;
|
69777
69703
|
} | undefined) | "connected">;
|
69778
69704
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
69779
69705
|
activatorProps: Record<string, any>;
|
@@ -69862,16 +69788,16 @@ declare const VTooltip: {
|
|
69862
69788
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69863
69789
|
locationStrategy: Omit<{
|
69864
69790
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69865
|
-
updateLocation: (e
|
69791
|
+
updateLocation: (e?: Event | undefined) => void;
|
69866
69792
|
} | undefined) | "connected">;
|
69867
69793
|
default: string;
|
69868
69794
|
validator: (val: any) => boolean;
|
69869
69795
|
}, "default" | "type"> & {
|
69870
69796
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69871
|
-
updateLocation: (e
|
69797
|
+
updateLocation: (e?: Event | undefined) => void;
|
69872
69798
|
} | undefined) | "connected">>;
|
69873
69799
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69874
|
-
updateLocation: (e
|
69800
|
+
updateLocation: (e?: Event | undefined) => void;
|
69875
69801
|
} | undefined) | "connected">;
|
69876
69802
|
};
|
69877
69803
|
scrollStrategy: Omit<{
|
@@ -69988,16 +69914,16 @@ declare const VTooltip: {
|
|
69988
69914
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
69989
69915
|
locationStrategy: Omit<{
|
69990
69916
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69991
|
-
updateLocation: (e
|
69917
|
+
updateLocation: (e?: Event | undefined) => void;
|
69992
69918
|
} | undefined) | "connected">;
|
69993
69919
|
default: string;
|
69994
69920
|
validator: (val: any) => boolean;
|
69995
69921
|
}, "default" | "type"> & {
|
69996
69922
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
69997
|
-
updateLocation: (e
|
69923
|
+
updateLocation: (e?: Event | undefined) => void;
|
69998
69924
|
} | undefined) | "connected">>;
|
69999
69925
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
70000
|
-
updateLocation: (e
|
69926
|
+
updateLocation: (e?: Event | undefined) => void;
|
70001
69927
|
} | undefined) | "connected">;
|
70002
69928
|
};
|
70003
69929
|
scrollStrategy: Omit<{
|
@@ -72709,6 +72635,7 @@ declare const VCalendar: {
|
|
72709
72635
|
modelValue?: unknown[] | undefined;
|
72710
72636
|
max?: unknown;
|
72711
72637
|
min?: unknown;
|
72638
|
+
firstDayOfWeek?: string | number | undefined;
|
72712
72639
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
72713
72640
|
displayValue?: unknown;
|
72714
72641
|
dayIndex?: number | undefined;
|
@@ -72832,6 +72759,7 @@ declare const VCalendar: {
|
|
72832
72759
|
modelValue?: unknown[] | undefined;
|
72833
72760
|
max?: unknown;
|
72834
72761
|
min?: unknown;
|
72762
|
+
firstDayOfWeek?: string | number | undefined;
|
72835
72763
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
72836
72764
|
displayValue?: unknown;
|
72837
72765
|
dayIndex?: number | undefined;
|
@@ -72935,6 +72863,7 @@ declare const VCalendar: {
|
|
72935
72863
|
modelValue?: unknown[] | undefined;
|
72936
72864
|
max?: unknown;
|
72937
72865
|
min?: unknown;
|
72866
|
+
firstDayOfWeek?: string | number | undefined;
|
72938
72867
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
72939
72868
|
displayValue?: unknown;
|
72940
72869
|
dayIndex?: number | undefined;
|
@@ -73077,6 +73006,7 @@ declare const VCalendar: {
|
|
73077
73006
|
modelValue?: unknown[] | undefined;
|
73078
73007
|
max?: unknown;
|
73079
73008
|
min?: unknown;
|
73009
|
+
firstDayOfWeek?: string | number | undefined;
|
73080
73010
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
73081
73011
|
displayValue?: unknown;
|
73082
73012
|
dayIndex?: number | undefined;
|
@@ -73297,6 +73227,7 @@ declare const VCalendar: {
|
|
73297
73227
|
type: vue.PropType<"static" | "dynamic">;
|
73298
73228
|
default: string;
|
73299
73229
|
};
|
73230
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
73300
73231
|
hideHeader: BooleanConstructor;
|
73301
73232
|
hideWeekNumber: BooleanConstructor;
|
73302
73233
|
}, vue.ExtractPropTypes<{
|
@@ -73391,6 +73322,7 @@ declare const VCalendar: {
|
|
73391
73322
|
type: vue.PropType<"static" | "dynamic">;
|
73392
73323
|
default: string;
|
73393
73324
|
};
|
73325
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
73394
73326
|
hideHeader: BooleanConstructor;
|
73395
73327
|
hideWeekNumber: BooleanConstructor;
|
73396
73328
|
}>>;
|
@@ -74454,10 +74386,11 @@ declare const VDateInput: {
|
|
74454
74386
|
direction: "horizontal" | "vertical";
|
74455
74387
|
prependIcon: NonNullable<IconValue>;
|
74456
74388
|
clearIcon: IconValue;
|
74389
|
+
centerAffix: boolean;
|
74457
74390
|
hideSpinButtons: boolean;
|
74458
74391
|
persistentHint: boolean;
|
74459
|
-
nextIcon:
|
74460
|
-
prevIcon:
|
74392
|
+
nextIcon: IconValue;
|
74393
|
+
prevIcon: IconValue;
|
74461
74394
|
autofocus: boolean;
|
74462
74395
|
clearable: boolean;
|
74463
74396
|
dirty: boolean;
|
@@ -74468,7 +74401,7 @@ declare const VDateInput: {
|
|
74468
74401
|
reverseTransition: string;
|
74469
74402
|
cancelText: string;
|
74470
74403
|
okText: string;
|
74471
|
-
modeIcon:
|
74404
|
+
modeIcon: IconValue;
|
74472
74405
|
viewMode: "month" | "year" | "months";
|
74473
74406
|
showAdjacentMonths: boolean;
|
74474
74407
|
weekdays: number[];
|
@@ -74519,13 +74452,13 @@ declare const VDateInput: {
|
|
74519
74452
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
74520
74453
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74521
74454
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74522
|
-
centerAffix?: boolean | undefined;
|
74523
74455
|
hint?: string | undefined;
|
74524
74456
|
hideDetails?: boolean | "auto" | undefined;
|
74525
74457
|
suffix?: string | undefined;
|
74526
74458
|
counterValue?: number | ((value: any) => number) | undefined;
|
74527
74459
|
modelModifiers?: Record<string, boolean> | undefined;
|
74528
74460
|
min?: unknown;
|
74461
|
+
firstDayOfWeek?: string | number | undefined;
|
74529
74462
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
74530
74463
|
displayValue?: unknown;
|
74531
74464
|
} & {
|
@@ -74566,10 +74499,11 @@ declare const VDateInput: {
|
|
74566
74499
|
direction: "horizontal" | "vertical";
|
74567
74500
|
prependIcon: NonNullable<IconValue>;
|
74568
74501
|
clearIcon: IconValue;
|
74502
|
+
centerAffix: boolean;
|
74569
74503
|
hideSpinButtons: boolean;
|
74570
74504
|
persistentHint: boolean;
|
74571
|
-
nextIcon:
|
74572
|
-
prevIcon:
|
74505
|
+
nextIcon: IconValue;
|
74506
|
+
prevIcon: IconValue;
|
74573
74507
|
autofocus: boolean;
|
74574
74508
|
clearable: boolean;
|
74575
74509
|
dirty: boolean;
|
@@ -74580,7 +74514,7 @@ declare const VDateInput: {
|
|
74580
74514
|
reverseTransition: string;
|
74581
74515
|
cancelText: string;
|
74582
74516
|
okText: string;
|
74583
|
-
modeIcon:
|
74517
|
+
modeIcon: IconValue;
|
74584
74518
|
viewMode: "month" | "year" | "months";
|
74585
74519
|
showAdjacentMonths: boolean;
|
74586
74520
|
weekdays: number[];
|
@@ -74631,13 +74565,13 @@ declare const VDateInput: {
|
|
74631
74565
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
74632
74566
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74633
74567
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74634
|
-
centerAffix?: boolean | undefined;
|
74635
74568
|
hint?: string | undefined;
|
74636
74569
|
hideDetails?: boolean | "auto" | undefined;
|
74637
74570
|
suffix?: string | undefined;
|
74638
74571
|
counterValue?: number | ((value: any) => number) | undefined;
|
74639
74572
|
modelModifiers?: Record<string, boolean> | undefined;
|
74640
74573
|
min?: unknown;
|
74574
|
+
firstDayOfWeek?: string | number | undefined;
|
74641
74575
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
74642
74576
|
displayValue?: unknown;
|
74643
74577
|
} & {
|
@@ -74680,8 +74614,8 @@ declare const VDateInput: {
|
|
74680
74614
|
centerAffix: boolean;
|
74681
74615
|
hideSpinButtons: boolean;
|
74682
74616
|
persistentHint: boolean;
|
74683
|
-
nextIcon:
|
74684
|
-
prevIcon:
|
74617
|
+
nextIcon: IconValue;
|
74618
|
+
prevIcon: IconValue;
|
74685
74619
|
autofocus: boolean;
|
74686
74620
|
clearable: boolean;
|
74687
74621
|
dirty: boolean;
|
@@ -74692,7 +74626,7 @@ declare const VDateInput: {
|
|
74692
74626
|
reverseTransition: string;
|
74693
74627
|
cancelText: string;
|
74694
74628
|
okText: string;
|
74695
|
-
modeIcon:
|
74629
|
+
modeIcon: IconValue;
|
74696
74630
|
viewMode: "month" | "year" | "months";
|
74697
74631
|
showAdjacentMonths: boolean;
|
74698
74632
|
weekdays: number[];
|
@@ -74738,10 +74672,11 @@ declare const VDateInput: {
|
|
74738
74672
|
direction: "horizontal" | "vertical";
|
74739
74673
|
prependIcon: NonNullable<IconValue>;
|
74740
74674
|
clearIcon: IconValue;
|
74675
|
+
centerAffix: boolean;
|
74741
74676
|
hideSpinButtons: boolean;
|
74742
74677
|
persistentHint: boolean;
|
74743
|
-
nextIcon:
|
74744
|
-
prevIcon:
|
74678
|
+
nextIcon: IconValue;
|
74679
|
+
prevIcon: IconValue;
|
74745
74680
|
autofocus: boolean;
|
74746
74681
|
clearable: boolean;
|
74747
74682
|
dirty: boolean;
|
@@ -74752,7 +74687,7 @@ declare const VDateInput: {
|
|
74752
74687
|
reverseTransition: string;
|
74753
74688
|
cancelText: string;
|
74754
74689
|
okText: string;
|
74755
|
-
modeIcon:
|
74690
|
+
modeIcon: IconValue;
|
74756
74691
|
viewMode: "month" | "year" | "months";
|
74757
74692
|
showAdjacentMonths: boolean;
|
74758
74693
|
weekdays: number[];
|
@@ -74803,13 +74738,13 @@ declare const VDateInput: {
|
|
74803
74738
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
74804
74739
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74805
74740
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74806
|
-
centerAffix?: boolean | undefined;
|
74807
74741
|
hint?: string | undefined;
|
74808
74742
|
hideDetails?: boolean | "auto" | undefined;
|
74809
74743
|
suffix?: string | undefined;
|
74810
74744
|
counterValue?: number | ((value: any) => number) | undefined;
|
74811
74745
|
modelModifiers?: Record<string, boolean> | undefined;
|
74812
74746
|
min?: unknown;
|
74747
|
+
firstDayOfWeek?: string | number | undefined;
|
74813
74748
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
74814
74749
|
displayValue?: unknown;
|
74815
74750
|
} & {
|
@@ -74852,8 +74787,8 @@ declare const VDateInput: {
|
|
74852
74787
|
centerAffix: boolean;
|
74853
74788
|
hideSpinButtons: boolean;
|
74854
74789
|
persistentHint: boolean;
|
74855
|
-
nextIcon:
|
74856
|
-
prevIcon:
|
74790
|
+
nextIcon: IconValue;
|
74791
|
+
prevIcon: IconValue;
|
74857
74792
|
autofocus: boolean;
|
74858
74793
|
clearable: boolean;
|
74859
74794
|
dirty: boolean;
|
@@ -74864,7 +74799,7 @@ declare const VDateInput: {
|
|
74864
74799
|
reverseTransition: string;
|
74865
74800
|
cancelText: string;
|
74866
74801
|
okText: string;
|
74867
|
-
modeIcon:
|
74802
|
+
modeIcon: IconValue;
|
74868
74803
|
viewMode: "month" | "year" | "months";
|
74869
74804
|
showAdjacentMonths: boolean;
|
74870
74805
|
weekdays: number[];
|
@@ -74903,10 +74838,11 @@ declare const VDateInput: {
|
|
74903
74838
|
direction: "horizontal" | "vertical";
|
74904
74839
|
prependIcon: NonNullable<IconValue>;
|
74905
74840
|
clearIcon: IconValue;
|
74841
|
+
centerAffix: boolean;
|
74906
74842
|
hideSpinButtons: boolean;
|
74907
74843
|
persistentHint: boolean;
|
74908
|
-
nextIcon:
|
74909
|
-
prevIcon:
|
74844
|
+
nextIcon: IconValue;
|
74845
|
+
prevIcon: IconValue;
|
74910
74846
|
autofocus: boolean;
|
74911
74847
|
clearable: boolean;
|
74912
74848
|
dirty: boolean;
|
@@ -74917,7 +74853,7 @@ declare const VDateInput: {
|
|
74917
74853
|
reverseTransition: string;
|
74918
74854
|
cancelText: string;
|
74919
74855
|
okText: string;
|
74920
|
-
modeIcon:
|
74856
|
+
modeIcon: IconValue;
|
74921
74857
|
viewMode: "month" | "year" | "months";
|
74922
74858
|
showAdjacentMonths: boolean;
|
74923
74859
|
weekdays: number[];
|
@@ -74968,13 +74904,13 @@ declare const VDateInput: {
|
|
74968
74904
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
74969
74905
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74970
74906
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
74971
|
-
centerAffix?: boolean | undefined;
|
74972
74907
|
hint?: string | undefined;
|
74973
74908
|
hideDetails?: boolean | "auto" | undefined;
|
74974
74909
|
suffix?: string | undefined;
|
74975
74910
|
counterValue?: number | ((value: any) => number) | undefined;
|
74976
74911
|
modelModifiers?: Record<string, boolean> | undefined;
|
74977
74912
|
min?: unknown;
|
74913
|
+
firstDayOfWeek?: string | number | undefined;
|
74978
74914
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
74979
74915
|
displayValue?: unknown;
|
74980
74916
|
} & {
|
@@ -75019,8 +74955,8 @@ declare const VDateInput: {
|
|
75019
74955
|
centerAffix: boolean;
|
75020
74956
|
hideSpinButtons: boolean;
|
75021
74957
|
persistentHint: boolean;
|
75022
|
-
nextIcon:
|
75023
|
-
prevIcon:
|
74958
|
+
nextIcon: IconValue;
|
74959
|
+
prevIcon: IconValue;
|
75024
74960
|
autofocus: boolean;
|
75025
74961
|
clearable: boolean;
|
75026
74962
|
dirty: boolean;
|
@@ -75031,7 +74967,7 @@ declare const VDateInput: {
|
|
75031
74967
|
reverseTransition: string;
|
75032
74968
|
cancelText: string;
|
75033
74969
|
okText: string;
|
75034
|
-
modeIcon:
|
74970
|
+
modeIcon: IconValue;
|
75035
74971
|
viewMode: "month" | "year" | "months";
|
75036
74972
|
showAdjacentMonths: boolean;
|
75037
74973
|
weekdays: number[];
|
@@ -75099,11 +75035,11 @@ declare const VDateInput: {
|
|
75099
75035
|
max: vue.PropType<unknown>;
|
75100
75036
|
bgColor: StringConstructor;
|
75101
75037
|
nextIcon: {
|
75102
|
-
type:
|
75038
|
+
type: vue.PropType<IconValue>;
|
75103
75039
|
default: string;
|
75104
75040
|
};
|
75105
75041
|
prevIcon: {
|
75106
|
-
type:
|
75042
|
+
type: vue.PropType<IconValue>;
|
75107
75043
|
default: string;
|
75108
75044
|
};
|
75109
75045
|
min: vue.PropType<unknown>;
|
@@ -75112,7 +75048,7 @@ declare const VDateInput: {
|
|
75112
75048
|
default: string;
|
75113
75049
|
};
|
75114
75050
|
modeIcon: {
|
75115
|
-
type:
|
75051
|
+
type: vue.PropType<IconValue>;
|
75116
75052
|
default: string;
|
75117
75053
|
};
|
75118
75054
|
viewMode: {
|
@@ -75147,6 +75083,7 @@ declare const VDateInput: {
|
|
75147
75083
|
type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
|
75148
75084
|
default: NonNullable<NonNullable<"static" | "dynamic">>;
|
75149
75085
|
};
|
75086
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
75150
75087
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
75151
75088
|
displayValue: vue.PropType<unknown>;
|
75152
75089
|
hideWeekdays: BooleanConstructor;
|
@@ -75164,10 +75101,7 @@ declare const VDateInput: {
|
|
75164
75101
|
default: string;
|
75165
75102
|
};
|
75166
75103
|
active: BooleanConstructor;
|
75167
|
-
centerAffix:
|
75168
|
-
type: BooleanConstructor;
|
75169
|
-
default: undefined;
|
75170
|
-
};
|
75104
|
+
centerAffix: BooleanConstructor;
|
75171
75105
|
baseColor: StringConstructor;
|
75172
75106
|
dirty: BooleanConstructor;
|
75173
75107
|
error: BooleanConstructor;
|
@@ -75312,11 +75246,11 @@ declare const VDateInput: {
|
|
75312
75246
|
max: vue.PropType<unknown>;
|
75313
75247
|
bgColor: StringConstructor;
|
75314
75248
|
nextIcon: {
|
75315
|
-
type:
|
75249
|
+
type: vue.PropType<IconValue>;
|
75316
75250
|
default: string;
|
75317
75251
|
};
|
75318
75252
|
prevIcon: {
|
75319
|
-
type:
|
75253
|
+
type: vue.PropType<IconValue>;
|
75320
75254
|
default: string;
|
75321
75255
|
};
|
75322
75256
|
min: vue.PropType<unknown>;
|
@@ -75325,7 +75259,7 @@ declare const VDateInput: {
|
|
75325
75259
|
default: string;
|
75326
75260
|
};
|
75327
75261
|
modeIcon: {
|
75328
|
-
type:
|
75262
|
+
type: vue.PropType<IconValue>;
|
75329
75263
|
default: string;
|
75330
75264
|
};
|
75331
75265
|
viewMode: {
|
@@ -75360,6 +75294,7 @@ declare const VDateInput: {
|
|
75360
75294
|
type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
|
75361
75295
|
default: NonNullable<NonNullable<"static" | "dynamic">>;
|
75362
75296
|
};
|
75297
|
+
firstDayOfWeek: (StringConstructor | NumberConstructor)[];
|
75363
75298
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
75364
75299
|
displayValue: vue.PropType<unknown>;
|
75365
75300
|
hideWeekdays: BooleanConstructor;
|
@@ -75377,10 +75312,7 @@ declare const VDateInput: {
|
|
75377
75312
|
default: string;
|
75378
75313
|
};
|
75379
75314
|
active: BooleanConstructor;
|
75380
|
-
centerAffix:
|
75381
|
-
type: BooleanConstructor;
|
75382
|
-
default: undefined;
|
75383
|
-
};
|
75315
|
+
centerAffix: BooleanConstructor;
|
75384
75316
|
baseColor: StringConstructor;
|
75385
75317
|
dirty: BooleanConstructor;
|
75386
75318
|
error: BooleanConstructor;
|
@@ -75500,6 +75432,7 @@ declare const VNumberInput: {
|
|
75500
75432
|
direction: "horizontal" | "vertical";
|
75501
75433
|
max: number;
|
75502
75434
|
clearIcon: IconValue;
|
75435
|
+
centerAffix: boolean;
|
75503
75436
|
hideSpinButtons: boolean;
|
75504
75437
|
persistentHint: boolean;
|
75505
75438
|
autofocus: boolean;
|
@@ -75542,7 +75475,6 @@ declare const VNumberInput: {
|
|
75542
75475
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
75543
75476
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
75544
75477
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
75545
|
-
centerAffix?: boolean | undefined;
|
75546
75478
|
hint?: string | undefined;
|
75547
75479
|
hideDetails?: boolean | "auto" | undefined;
|
75548
75480
|
suffix?: string | undefined;
|
@@ -75630,6 +75562,7 @@ declare const VNumberInput: {
|
|
75630
75562
|
direction: "horizontal" | "vertical";
|
75631
75563
|
max: number;
|
75632
75564
|
clearIcon: IconValue;
|
75565
|
+
centerAffix: boolean;
|
75633
75566
|
hideSpinButtons: boolean;
|
75634
75567
|
persistentHint: boolean;
|
75635
75568
|
autofocus: boolean;
|
@@ -75672,7 +75605,6 @@ declare const VNumberInput: {
|
|
75672
75605
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
75673
75606
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
75674
75607
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
75675
|
-
centerAffix?: boolean | undefined;
|
75676
75608
|
hint?: string | undefined;
|
75677
75609
|
hideDetails?: boolean | "auto" | undefined;
|
75678
75610
|
suffix?: string | undefined;
|
@@ -75843,6 +75775,7 @@ declare const VNumberInput: {
|
|
75843
75775
|
direction: "horizontal" | "vertical";
|
75844
75776
|
max: number;
|
75845
75777
|
clearIcon: IconValue;
|
75778
|
+
centerAffix: boolean;
|
75846
75779
|
hideSpinButtons: boolean;
|
75847
75780
|
persistentHint: boolean;
|
75848
75781
|
autofocus: boolean;
|
@@ -75885,7 +75818,6 @@ declare const VNumberInput: {
|
|
75885
75818
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
75886
75819
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
75887
75820
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
75888
|
-
centerAffix?: boolean | undefined;
|
75889
75821
|
hint?: string | undefined;
|
75890
75822
|
hideDetails?: boolean | "auto" | undefined;
|
75891
75823
|
suffix?: string | undefined;
|
@@ -76011,6 +75943,7 @@ declare const VNumberInput: {
|
|
76011
75943
|
direction: "horizontal" | "vertical";
|
76012
75944
|
max: number;
|
76013
75945
|
clearIcon: IconValue;
|
75946
|
+
centerAffix: boolean;
|
76014
75947
|
hideSpinButtons: boolean;
|
76015
75948
|
persistentHint: boolean;
|
76016
75949
|
autofocus: boolean;
|
@@ -76053,7 +75986,6 @@ declare const VNumberInput: {
|
|
76053
75986
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
76054
75987
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
76055
75988
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
76056
|
-
centerAffix?: boolean | undefined;
|
76057
75989
|
hint?: string | undefined;
|
76058
75990
|
hideDetails?: boolean | "auto" | undefined;
|
76059
75991
|
suffix?: string | undefined;
|
@@ -76287,10 +76219,7 @@ declare const VNumberInput: {
|
|
76287
76219
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
76288
76220
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
76289
76221
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
76290
|
-
centerAffix:
|
76291
|
-
type: BooleanConstructor;
|
76292
|
-
default: undefined;
|
76293
|
-
};
|
76222
|
+
centerAffix: BooleanConstructor;
|
76294
76223
|
hideSpinButtons: BooleanConstructor;
|
76295
76224
|
hint: StringConstructor;
|
76296
76225
|
persistentHint: BooleanConstructor;
|
@@ -76412,10 +76341,7 @@ declare const VNumberInput: {
|
|
76412
76341
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
76413
76342
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
76414
76343
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
76415
|
-
centerAffix:
|
76416
|
-
type: BooleanConstructor;
|
76417
|
-
default: undefined;
|
76418
|
-
};
|
76344
|
+
centerAffix: BooleanConstructor;
|
76419
76345
|
hideSpinButtons: BooleanConstructor;
|
76420
76346
|
hint: StringConstructor;
|
76421
76347
|
persistentHint: BooleanConstructor;
|
@@ -78352,7 +78278,7 @@ declare const VSnackbarQueue: {
|
|
78352
78278
|
eager: boolean;
|
78353
78279
|
location: Anchor;
|
78354
78280
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78355
|
-
updateLocation: (e
|
78281
|
+
updateLocation: (e?: Event | undefined) => void;
|
78356
78282
|
} | undefined) | "connected";
|
78357
78283
|
activatorProps: Record<string, any>;
|
78358
78284
|
openOnHover: boolean;
|
@@ -78405,7 +78331,7 @@ declare const VSnackbarQueue: {
|
|
78405
78331
|
eager: boolean;
|
78406
78332
|
location: Anchor;
|
78407
78333
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78408
|
-
updateLocation: (e
|
78334
|
+
updateLocation: (e?: Event | undefined) => void;
|
78409
78335
|
} | undefined) | "connected";
|
78410
78336
|
activatorProps: Record<string, any>;
|
78411
78337
|
openOnHover: boolean;
|
@@ -78457,7 +78383,7 @@ declare const VSnackbarQueue: {
|
|
78457
78383
|
eager: boolean;
|
78458
78384
|
location: Anchor;
|
78459
78385
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78460
|
-
updateLocation: (e
|
78386
|
+
updateLocation: (e?: Event | undefined) => void;
|
78461
78387
|
} | undefined) | "connected";
|
78462
78388
|
activatorProps: Record<string, any>;
|
78463
78389
|
openOnClick: boolean;
|
@@ -78510,7 +78436,7 @@ declare const VSnackbarQueue: {
|
|
78510
78436
|
eager: boolean;
|
78511
78437
|
location: Anchor;
|
78512
78438
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78513
|
-
updateLocation: (e
|
78439
|
+
updateLocation: (e?: Event | undefined) => void;
|
78514
78440
|
} | undefined) | "connected";
|
78515
78441
|
activatorProps: Record<string, any>;
|
78516
78442
|
openOnHover: boolean;
|
@@ -78562,7 +78488,7 @@ declare const VSnackbarQueue: {
|
|
78562
78488
|
eager: boolean;
|
78563
78489
|
location: Anchor;
|
78564
78490
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78565
|
-
updateLocation: (e
|
78491
|
+
updateLocation: (e?: Event | undefined) => void;
|
78566
78492
|
} | undefined) | "connected";
|
78567
78493
|
activatorProps: Record<string, any>;
|
78568
78494
|
openOnClick: boolean;
|
@@ -78593,7 +78519,7 @@ declare const VSnackbarQueue: {
|
|
78593
78519
|
eager: boolean;
|
78594
78520
|
location: Anchor;
|
78595
78521
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78596
|
-
updateLocation: (e
|
78522
|
+
updateLocation: (e?: Event | undefined) => void;
|
78597
78523
|
} | undefined) | "connected";
|
78598
78524
|
activatorProps: Record<string, any>;
|
78599
78525
|
openOnHover: boolean;
|
@@ -78647,7 +78573,7 @@ declare const VSnackbarQueue: {
|
|
78647
78573
|
eager: boolean;
|
78648
78574
|
location: Anchor;
|
78649
78575
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78650
|
-
updateLocation: (e
|
78576
|
+
updateLocation: (e?: Event | undefined) => void;
|
78651
78577
|
} | undefined) | "connected";
|
78652
78578
|
activatorProps: Record<string, any>;
|
78653
78579
|
openOnClick: boolean;
|
@@ -78750,7 +78676,7 @@ declare const VSnackbarQueue: {
|
|
78750
78676
|
activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
78751
78677
|
locationStrategy: {
|
78752
78678
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78753
|
-
updateLocation: (e
|
78679
|
+
updateLocation: (e?: Event | undefined) => void;
|
78754
78680
|
} | undefined) | "connected">;
|
78755
78681
|
default: string;
|
78756
78682
|
validator: (val: any) => boolean;
|
@@ -78859,7 +78785,7 @@ declare const VSnackbarQueue: {
|
|
78859
78785
|
activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
78860
78786
|
locationStrategy: {
|
78861
78787
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
78862
|
-
updateLocation: (e
|
78788
|
+
updateLocation: (e?: Event | undefined) => void;
|
78863
78789
|
} | undefined) | "connected">;
|
78864
78790
|
default: string;
|
78865
78791
|
validator: (val: any) => boolean;
|
@@ -78965,11 +78891,11 @@ declare const VTimePicker: {
|
|
78965
78891
|
"onUpdate:minute"?: ((val: number) => any) | undefined;
|
78966
78892
|
"onUpdate:second"?: ((val: number) => any) | undefined;
|
78967
78893
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
78968
|
-
'update:hour': (val: number) =>
|
78969
|
-
'update:minute': (val: number) =>
|
78970
|
-
'update:period': (val: Period$1) =>
|
78971
|
-
'update:second': (val: number) =>
|
78972
|
-
'update:modelValue': (val: string) =>
|
78894
|
+
'update:hour': (val: number) => true;
|
78895
|
+
'update:minute': (val: number) => true;
|
78896
|
+
'update:period': (val: Period$1) => true;
|
78897
|
+
'update:second': (val: number) => true;
|
78898
|
+
'update:modelValue': (val: string) => true;
|
78973
78899
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
78974
78900
|
style: vue.StyleValue;
|
78975
78901
|
title: string;
|
@@ -79183,11 +79109,11 @@ declare const VTimePicker: {
|
|
79183
79109
|
"onUpdate:minute"?: ((val: number) => any) | undefined;
|
79184
79110
|
"onUpdate:second"?: ((val: number) => any) | undefined;
|
79185
79111
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
79186
|
-
'update:hour': (val: number) =>
|
79187
|
-
'update:minute': (val: number) =>
|
79188
|
-
'update:period': (val: Period$1) =>
|
79189
|
-
'update:second': (val: number) =>
|
79190
|
-
'update:modelValue': (val: string) =>
|
79112
|
+
'update:hour': (val: number) => true;
|
79113
|
+
'update:minute': (val: number) => true;
|
79114
|
+
'update:period': (val: Period$1) => true;
|
79115
|
+
'update:second': (val: number) => true;
|
79116
|
+
'update:modelValue': (val: string) => true;
|
79191
79117
|
}, string, {
|
79192
79118
|
style: vue.StyleValue;
|
79193
79119
|
title: string;
|
@@ -79352,8 +79278,8 @@ declare const VTimePickerClock: {
|
|
79352
79278
|
onChange?: ((val: number) => any) | undefined;
|
79353
79279
|
onInput?: ((val: number) => any) | undefined;
|
79354
79280
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
79355
|
-
change: (val: number) =>
|
79356
|
-
input: (val: number) =>
|
79281
|
+
change: (val: number) => true;
|
79282
|
+
input: (val: number) => true;
|
79357
79283
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
79358
79284
|
disabled: boolean;
|
79359
79285
|
format: Function;
|
@@ -79472,8 +79398,8 @@ declare const VTimePickerClock: {
|
|
79472
79398
|
onChange?: ((val: number) => any) | undefined;
|
79473
79399
|
onInput?: ((val: number) => any) | undefined;
|
79474
79400
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
79475
|
-
change: (val: number) =>
|
79476
|
-
input: (val: number) =>
|
79401
|
+
change: (val: number) => true;
|
79402
|
+
input: (val: number) => true;
|
79477
79403
|
}, string, {
|
79478
79404
|
disabled: boolean;
|
79479
79405
|
format: Function;
|
@@ -79583,8 +79509,8 @@ declare const VTimePickerControls: {
|
|
79583
79509
|
"onUpdate:period"?: ((data: Period) => any) | undefined;
|
79584
79510
|
"onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
|
79585
79511
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
79586
|
-
'update:period': (data: Period) =>
|
79587
|
-
'update:selecting': (data: 1 | 2 | 3) =>
|
79512
|
+
'update:period': (data: Period) => true;
|
79513
|
+
'update:selecting': (data: 1 | 2 | 3) => true;
|
79588
79514
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
79589
79515
|
disabled: boolean;
|
79590
79516
|
readonly: boolean;
|
@@ -79691,8 +79617,8 @@ declare const VTimePickerControls: {
|
|
79691
79617
|
"onUpdate:period"?: ((data: Period) => any) | undefined;
|
79692
79618
|
"onUpdate:selecting"?: ((data: 1 | 3 | 2) => any) | undefined;
|
79693
79619
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
79694
|
-
'update:period': (data: Period) =>
|
79695
|
-
'update:selecting': (data: 1 | 2 | 3) =>
|
79620
|
+
'update:period': (data: Period) => true;
|
79621
|
+
'update:selecting': (data: 1 | 2 | 3) => true;
|
79696
79622
|
}, string, {
|
79697
79623
|
disabled: boolean;
|
79698
79624
|
readonly: boolean;
|
@@ -81745,7 +81671,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
81745
81671
|
toISO: (date: unknown) => string;
|
81746
81672
|
startOfDay: (date: unknown) => unknown;
|
81747
81673
|
endOfDay: (date: unknown) => unknown;
|
81748
|
-
startOfWeek: (date: unknown) => unknown;
|
81674
|
+
startOfWeek: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown;
|
81749
81675
|
endOfWeek: (date: unknown) => unknown;
|
81750
81676
|
startOfMonth: (date: unknown) => unknown;
|
81751
81677
|
endOfMonth: (date: unknown) => unknown;
|
@@ -81768,8 +81694,8 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
81768
81694
|
getYear: (date: unknown) => number;
|
81769
81695
|
setYear: (date: unknown, year: number) => unknown;
|
81770
81696
|
getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
|
81771
|
-
getWeekArray: (date: unknown) => unknown[][];
|
81772
|
-
getWeekdays: () => string[];
|
81697
|
+
getWeekArray: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown[][];
|
81698
|
+
getWeekdays: (firstDayOfWeek?: string | number | undefined) => string[];
|
81773
81699
|
getMonth: (date: unknown) => number;
|
81774
81700
|
setMonth: (date: unknown, month: number) => unknown;
|
81775
81701
|
getDate: (date: unknown) => number;
|