@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
@@ -152,7 +152,7 @@ interface LocationStrategyData {
|
|
152
152
|
isRtl: Ref<boolean>;
|
153
153
|
}
|
154
154
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
155
|
-
updateLocation: (e
|
155
|
+
updateLocation: (e?: Event) => void;
|
156
156
|
};
|
157
157
|
declare const locationStrategies: {
|
158
158
|
static: typeof staticLocationStrategy;
|
@@ -299,6 +299,7 @@ declare const VSelect: {
|
|
299
299
|
direction: "horizontal" | "vertical";
|
300
300
|
valueComparator: typeof deepEqual;
|
301
301
|
clearIcon: IconValue;
|
302
|
+
centerAffix: boolean;
|
302
303
|
hideSpinButtons: boolean;
|
303
304
|
persistentHint: boolean;
|
304
305
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -343,7 +344,6 @@ declare const VSelect: {
|
|
343
344
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
344
345
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
345
346
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
346
|
-
centerAffix?: boolean | undefined;
|
347
347
|
hint?: string | undefined;
|
348
348
|
hideDetails?: boolean | "auto" | undefined;
|
349
349
|
suffix?: string | undefined;
|
@@ -622,7 +622,7 @@ declare const VSelect: {
|
|
622
622
|
eager: boolean;
|
623
623
|
location: Anchor;
|
624
624
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
625
|
-
updateLocation: (e
|
625
|
+
updateLocation: (e?: Event | undefined) => void;
|
626
626
|
} | undefined) | "connected">;
|
627
627
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
628
628
|
closeDelay: NonNullable<string | number>;
|
@@ -651,7 +651,7 @@ declare const VSelect: {
|
|
651
651
|
eager: boolean;
|
652
652
|
location: Anchor;
|
653
653
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
654
|
-
updateLocation: (e
|
654
|
+
updateLocation: (e?: Event | undefined) => void;
|
655
655
|
} | undefined) | "connected">;
|
656
656
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
657
657
|
closeDelay: NonNullable<string | number>;
|
@@ -727,7 +727,7 @@ declare const VSelect: {
|
|
727
727
|
eager: boolean;
|
728
728
|
location: Anchor;
|
729
729
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
730
|
-
updateLocation: (e
|
730
|
+
updateLocation: (e?: Event | undefined) => void;
|
731
731
|
} | undefined) | "connected">;
|
732
732
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
733
733
|
closeDelay: NonNullable<string | number>;
|
@@ -831,6 +831,7 @@ declare const VSelect: {
|
|
831
831
|
direction: "horizontal" | "vertical";
|
832
832
|
valueComparator: typeof deepEqual;
|
833
833
|
clearIcon: IconValue;
|
834
|
+
centerAffix: boolean;
|
834
835
|
hideSpinButtons: boolean;
|
835
836
|
persistentHint: boolean;
|
836
837
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -875,7 +876,6 @@ declare const VSelect: {
|
|
875
876
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
876
877
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
877
878
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
878
|
-
centerAffix?: boolean | undefined;
|
879
879
|
hint?: string | undefined;
|
880
880
|
hideDetails?: boolean | "auto" | undefined;
|
881
881
|
suffix?: string | undefined;
|
@@ -1154,7 +1154,7 @@ declare const VSelect: {
|
|
1154
1154
|
eager: boolean;
|
1155
1155
|
location: Anchor;
|
1156
1156
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1157
|
-
updateLocation: (e
|
1157
|
+
updateLocation: (e?: Event | undefined) => void;
|
1158
1158
|
} | undefined) | "connected">;
|
1159
1159
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1160
1160
|
closeDelay: NonNullable<string | number>;
|
@@ -1183,7 +1183,7 @@ declare const VSelect: {
|
|
1183
1183
|
eager: boolean;
|
1184
1184
|
location: Anchor;
|
1185
1185
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1186
|
-
updateLocation: (e
|
1186
|
+
updateLocation: (e?: Event | undefined) => void;
|
1187
1187
|
} | undefined) | "connected">;
|
1188
1188
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1189
1189
|
closeDelay: NonNullable<string | number>;
|
@@ -1259,7 +1259,7 @@ declare const VSelect: {
|
|
1259
1259
|
eager: boolean;
|
1260
1260
|
location: Anchor;
|
1261
1261
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1262
|
-
updateLocation: (e
|
1262
|
+
updateLocation: (e?: Event | undefined) => void;
|
1263
1263
|
} | undefined) | "connected">;
|
1264
1264
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1265
1265
|
closeDelay: NonNullable<string | number>;
|
@@ -1476,6 +1476,7 @@ declare const VSelect: {
|
|
1476
1476
|
direction: "horizontal" | "vertical";
|
1477
1477
|
valueComparator: typeof deepEqual;
|
1478
1478
|
clearIcon: IconValue;
|
1479
|
+
centerAffix: boolean;
|
1479
1480
|
hideSpinButtons: boolean;
|
1480
1481
|
persistentHint: boolean;
|
1481
1482
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -1520,7 +1521,6 @@ declare const VSelect: {
|
|
1520
1521
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1521
1522
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1522
1523
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1523
|
-
centerAffix?: boolean | undefined;
|
1524
1524
|
hint?: string | undefined;
|
1525
1525
|
hideDetails?: boolean | "auto" | undefined;
|
1526
1526
|
suffix?: string | undefined;
|
@@ -1799,7 +1799,7 @@ declare const VSelect: {
|
|
1799
1799
|
eager: boolean;
|
1800
1800
|
location: Anchor;
|
1801
1801
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1802
|
-
updateLocation: (e
|
1802
|
+
updateLocation: (e?: Event | undefined) => void;
|
1803
1803
|
} | undefined) | "connected">;
|
1804
1804
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1805
1805
|
closeDelay: NonNullable<string | number>;
|
@@ -1828,7 +1828,7 @@ declare const VSelect: {
|
|
1828
1828
|
eager: boolean;
|
1829
1829
|
location: Anchor;
|
1830
1830
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1831
|
-
updateLocation: (e
|
1831
|
+
updateLocation: (e?: Event | undefined) => void;
|
1832
1832
|
} | undefined) | "connected">;
|
1833
1833
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1834
1834
|
closeDelay: NonNullable<string | number>;
|
@@ -1904,7 +1904,7 @@ declare const VSelect: {
|
|
1904
1904
|
eager: boolean;
|
1905
1905
|
location: Anchor;
|
1906
1906
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
1907
|
-
updateLocation: (e
|
1907
|
+
updateLocation: (e?: Event | undefined) => void;
|
1908
1908
|
} | undefined) | "connected">;
|
1909
1909
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
1910
1910
|
closeDelay: NonNullable<string | number>;
|
@@ -2056,6 +2056,7 @@ declare const VSelect: {
|
|
2056
2056
|
direction: "horizontal" | "vertical";
|
2057
2057
|
valueComparator: typeof deepEqual;
|
2058
2058
|
clearIcon: IconValue;
|
2059
|
+
centerAffix: boolean;
|
2059
2060
|
hideSpinButtons: boolean;
|
2060
2061
|
persistentHint: boolean;
|
2061
2062
|
itemChildren: NonNullable<SelectItemKey>;
|
@@ -2100,7 +2101,6 @@ declare const VSelect: {
|
|
2100
2101
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2101
2102
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2102
2103
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2103
|
-
centerAffix?: boolean | undefined;
|
2104
2104
|
hint?: string | undefined;
|
2105
2105
|
hideDetails?: boolean | "auto" | undefined;
|
2106
2106
|
suffix?: string | undefined;
|
@@ -2379,7 +2379,7 @@ declare const VSelect: {
|
|
2379
2379
|
eager: boolean;
|
2380
2380
|
location: Anchor;
|
2381
2381
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2382
|
-
updateLocation: (e
|
2382
|
+
updateLocation: (e?: Event | undefined) => void;
|
2383
2383
|
} | undefined) | "connected">;
|
2384
2384
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2385
2385
|
closeDelay: NonNullable<string | number>;
|
@@ -2408,7 +2408,7 @@ declare const VSelect: {
|
|
2408
2408
|
eager: boolean;
|
2409
2409
|
location: Anchor;
|
2410
2410
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2411
|
-
updateLocation: (e
|
2411
|
+
updateLocation: (e?: Event | undefined) => void;
|
2412
2412
|
} | undefined) | "connected">;
|
2413
2413
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2414
2414
|
closeDelay: NonNullable<string | number>;
|
@@ -2484,7 +2484,7 @@ declare const VSelect: {
|
|
2484
2484
|
eager: boolean;
|
2485
2485
|
location: Anchor;
|
2486
2486
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
2487
|
-
updateLocation: (e
|
2487
|
+
updateLocation: (e?: Event | undefined) => void;
|
2488
2488
|
} | undefined) | "connected">;
|
2489
2489
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
2490
2490
|
closeDelay: NonNullable<string | number>;
|
@@ -2836,10 +2836,7 @@ declare const VSelect: {
|
|
2836
2836
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
2837
2837
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
2838
2838
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
2839
|
-
centerAffix:
|
2840
|
-
type: BooleanConstructor;
|
2841
|
-
default: undefined;
|
2842
|
-
};
|
2839
|
+
centerAffix: BooleanConstructor;
|
2843
2840
|
hideSpinButtons: BooleanConstructor;
|
2844
2841
|
hint: StringConstructor;
|
2845
2842
|
persistentHint: BooleanConstructor;
|
@@ -3175,7 +3172,7 @@ declare const VSelect: {
|
|
3175
3172
|
eager: boolean;
|
3176
3173
|
location: Anchor;
|
3177
3174
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3178
|
-
updateLocation: (e
|
3175
|
+
updateLocation: (e?: Event | undefined) => void;
|
3179
3176
|
} | undefined) | "connected">;
|
3180
3177
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3181
3178
|
closeDelay: NonNullable<string | number>;
|
@@ -3204,7 +3201,7 @@ declare const VSelect: {
|
|
3204
3201
|
eager: boolean;
|
3205
3202
|
location: Anchor;
|
3206
3203
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3207
|
-
updateLocation: (e
|
3204
|
+
updateLocation: (e?: Event | undefined) => void;
|
3208
3205
|
} | undefined) | "connected">;
|
3209
3206
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3210
3207
|
closeDelay: NonNullable<string | number>;
|
@@ -3280,7 +3277,7 @@ declare const VSelect: {
|
|
3280
3277
|
eager: boolean;
|
3281
3278
|
location: Anchor;
|
3282
3279
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3283
|
-
updateLocation: (e
|
3280
|
+
updateLocation: (e?: Event | undefined) => void;
|
3284
3281
|
} | undefined) | "connected">;
|
3285
3282
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3286
3283
|
closeDelay: NonNullable<string | number>;
|
@@ -3468,10 +3465,7 @@ declare const VSelect: {
|
|
3468
3465
|
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3469
3466
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
3470
3467
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
3471
|
-
centerAffix:
|
3472
|
-
type: BooleanConstructor;
|
3473
|
-
default: undefined;
|
3474
|
-
};
|
3468
|
+
centerAffix: BooleanConstructor;
|
3475
3469
|
hideSpinButtons: BooleanConstructor;
|
3476
3470
|
hint: StringConstructor;
|
3477
3471
|
persistentHint: BooleanConstructor;
|
@@ -3807,7 +3801,7 @@ declare const VSelect: {
|
|
3807
3801
|
eager: boolean;
|
3808
3802
|
location: Anchor;
|
3809
3803
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3810
|
-
updateLocation: (e
|
3804
|
+
updateLocation: (e?: Event | undefined) => void;
|
3811
3805
|
} | undefined) | "connected">;
|
3812
3806
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3813
3807
|
closeDelay: NonNullable<string | number>;
|
@@ -3836,7 +3830,7 @@ declare const VSelect: {
|
|
3836
3830
|
eager: boolean;
|
3837
3831
|
location: Anchor;
|
3838
3832
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3839
|
-
updateLocation: (e
|
3833
|
+
updateLocation: (e?: Event | undefined) => void;
|
3840
3834
|
} | undefined) | "connected">;
|
3841
3835
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3842
3836
|
closeDelay: NonNullable<string | number>;
|
@@ -3912,7 +3906,7 @@ declare const VSelect: {
|
|
3912
3906
|
eager: boolean;
|
3913
3907
|
location: Anchor;
|
3914
3908
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
3915
|
-
updateLocation: (e
|
3909
|
+
updateLocation: (e?: Event | undefined) => void;
|
3916
3910
|
} | undefined) | "connected">;
|
3917
3911
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
3918
3912
|
closeDelay: NonNullable<string | number>;
|
@@ -662,10 +662,7 @@ declare const VSlider: {
|
|
662
662
|
};
|
663
663
|
id: StringConstructor;
|
664
664
|
appendIcon: vue.PropType<IconValue>;
|
665
|
-
centerAffix:
|
666
|
-
type: BooleanConstructor;
|
667
|
-
default: boolean;
|
668
|
-
};
|
665
|
+
centerAffix: BooleanConstructor;
|
669
666
|
prependIcon: vue.PropType<IconValue>;
|
670
667
|
hideDetails: vue.PropType<boolean | "auto">;
|
671
668
|
hideSpinButtons: BooleanConstructor;
|
@@ -788,10 +785,7 @@ declare const VSlider: {
|
|
788
785
|
};
|
789
786
|
id: StringConstructor;
|
790
787
|
appendIcon: vue.PropType<IconValue>;
|
791
|
-
centerAffix:
|
792
|
-
type: BooleanConstructor;
|
793
|
-
default: boolean;
|
794
|
-
};
|
788
|
+
centerAffix: BooleanConstructor;
|
795
789
|
prependIcon: vue.PropType<IconValue>;
|
796
790
|
hideDetails: vue.PropType<boolean | "auto">;
|
797
791
|
hideSpinButtons: BooleanConstructor;
|
@@ -63,7 +63,7 @@ interface LocationStrategyData {
|
|
63
63
|
isRtl: Ref<boolean>;
|
64
64
|
}
|
65
65
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
66
|
-
updateLocation: (e
|
66
|
+
updateLocation: (e?: Event) => void;
|
67
67
|
};
|
68
68
|
declare const locationStrategies: {
|
69
69
|
static: typeof staticLocationStrategy;
|
@@ -107,7 +107,7 @@ declare const VSnackbar: {
|
|
107
107
|
eager: boolean;
|
108
108
|
location: Anchor;
|
109
109
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
110
|
-
updateLocation: (e
|
110
|
+
updateLocation: (e?: Event | undefined) => void;
|
111
111
|
} | undefined) | "connected";
|
112
112
|
activatorProps: Record<string, any>;
|
113
113
|
openOnHover: boolean;
|
@@ -192,7 +192,7 @@ declare const VSnackbar: {
|
|
192
192
|
eager: boolean;
|
193
193
|
location: Anchor;
|
194
194
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
195
|
-
updateLocation: (e
|
195
|
+
updateLocation: (e?: Event | undefined) => void;
|
196
196
|
} | undefined) | "connected";
|
197
197
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
198
198
|
activatorProps: Record<string, any>;
|
@@ -219,7 +219,7 @@ declare const VSnackbar: {
|
|
219
219
|
eager: boolean;
|
220
220
|
location: Anchor;
|
221
221
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
222
|
-
updateLocation: (e
|
222
|
+
updateLocation: (e?: Event | undefined) => void;
|
223
223
|
} | undefined) | "connected";
|
224
224
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
225
225
|
activatorProps: Record<string, any>;
|
@@ -297,7 +297,7 @@ declare const VSnackbar: {
|
|
297
297
|
eager: boolean;
|
298
298
|
location: Anchor;
|
299
299
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
300
|
-
updateLocation: (e
|
300
|
+
updateLocation: (e?: Event | undefined) => void;
|
301
301
|
} | undefined) | "connected";
|
302
302
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
303
303
|
activatorProps: Record<string, any>;
|
@@ -404,7 +404,7 @@ declare const VSnackbar: {
|
|
404
404
|
eager: boolean;
|
405
405
|
location: Anchor;
|
406
406
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
407
|
-
updateLocation: (e
|
407
|
+
updateLocation: (e?: Event | undefined) => void;
|
408
408
|
} | undefined) | "connected";
|
409
409
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
410
410
|
activatorProps: Record<string, any>;
|
@@ -500,7 +500,7 @@ declare const VSnackbar: {
|
|
500
500
|
eager: boolean;
|
501
501
|
location: Anchor;
|
502
502
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
503
|
-
updateLocation: (e
|
503
|
+
updateLocation: (e?: Event | undefined) => void;
|
504
504
|
} | undefined) | "connected";
|
505
505
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
506
506
|
activatorProps: Record<string, any>;
|
@@ -560,7 +560,7 @@ declare const VSnackbar: {
|
|
560
560
|
eager: boolean;
|
561
561
|
location: Anchor;
|
562
562
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
563
|
-
updateLocation: (e
|
563
|
+
updateLocation: (e?: Event | undefined) => void;
|
564
564
|
} | undefined) | "connected";
|
565
565
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
566
566
|
activatorProps: Record<string, any>;
|
@@ -656,7 +656,7 @@ declare const VSnackbar: {
|
|
656
656
|
eager: boolean;
|
657
657
|
location: Anchor;
|
658
658
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
659
|
-
updateLocation: (e
|
659
|
+
updateLocation: (e?: Event | undefined) => void;
|
660
660
|
} | undefined) | "connected";
|
661
661
|
activatorProps: Record<string, any>;
|
662
662
|
openOnHover: boolean;
|
@@ -742,7 +742,7 @@ declare const VSnackbar: {
|
|
742
742
|
eager: boolean;
|
743
743
|
location: Anchor;
|
744
744
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
745
|
-
updateLocation: (e
|
745
|
+
updateLocation: (e?: Event | undefined) => void;
|
746
746
|
} | undefined) | "connected";
|
747
747
|
activatorProps: Record<string, any>;
|
748
748
|
openOnClick: boolean;
|
@@ -794,7 +794,7 @@ declare const VSnackbar: {
|
|
794
794
|
eager: boolean;
|
795
795
|
location: Anchor;
|
796
796
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
797
|
-
updateLocation: (e
|
797
|
+
updateLocation: (e?: Event | undefined) => void;
|
798
798
|
} | undefined) | "connected";
|
799
799
|
activatorProps: Record<string, any>;
|
800
800
|
openOnHover: boolean;
|
@@ -879,7 +879,7 @@ declare const VSnackbar: {
|
|
879
879
|
eager: boolean;
|
880
880
|
location: Anchor;
|
881
881
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
882
|
-
updateLocation: (e
|
882
|
+
updateLocation: (e?: Event | undefined) => void;
|
883
883
|
} | undefined) | "connected";
|
884
884
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
885
885
|
activatorProps: Record<string, any>;
|
@@ -906,7 +906,7 @@ declare const VSnackbar: {
|
|
906
906
|
eager: boolean;
|
907
907
|
location: Anchor;
|
908
908
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
909
|
-
updateLocation: (e
|
909
|
+
updateLocation: (e?: Event | undefined) => void;
|
910
910
|
} | undefined) | "connected";
|
911
911
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
912
912
|
activatorProps: Record<string, any>;
|
@@ -984,7 +984,7 @@ declare const VSnackbar: {
|
|
984
984
|
eager: boolean;
|
985
985
|
location: Anchor;
|
986
986
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
987
|
-
updateLocation: (e
|
987
|
+
updateLocation: (e?: Event | undefined) => void;
|
988
988
|
} | undefined) | "connected";
|
989
989
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
990
990
|
activatorProps: Record<string, any>;
|
@@ -1091,7 +1091,7 @@ declare const VSnackbar: {
|
|
1091
1091
|
eager: boolean;
|
1092
1092
|
location: Anchor;
|
1093
1093
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1094
|
-
updateLocation: (e
|
1094
|
+
updateLocation: (e?: Event | undefined) => void;
|
1095
1095
|
} | undefined) | "connected";
|
1096
1096
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1097
1097
|
activatorProps: Record<string, any>;
|
@@ -1187,7 +1187,7 @@ declare const VSnackbar: {
|
|
1187
1187
|
eager: boolean;
|
1188
1188
|
location: Anchor;
|
1189
1189
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1190
|
-
updateLocation: (e
|
1190
|
+
updateLocation: (e?: Event | undefined) => void;
|
1191
1191
|
} | undefined) | "connected";
|
1192
1192
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1193
1193
|
activatorProps: Record<string, any>;
|
@@ -1247,7 +1247,7 @@ declare const VSnackbar: {
|
|
1247
1247
|
eager: boolean;
|
1248
1248
|
location: Anchor;
|
1249
1249
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1250
|
-
updateLocation: (e
|
1250
|
+
updateLocation: (e?: Event | undefined) => void;
|
1251
1251
|
} | undefined) | "connected";
|
1252
1252
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1253
1253
|
activatorProps: Record<string, any>;
|
@@ -1342,7 +1342,7 @@ declare const VSnackbar: {
|
|
1342
1342
|
eager: boolean;
|
1343
1343
|
location: Anchor;
|
1344
1344
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1345
|
-
updateLocation: (e
|
1345
|
+
updateLocation: (e?: Event | undefined) => void;
|
1346
1346
|
} | undefined) | "connected";
|
1347
1347
|
activatorProps: Record<string, any>;
|
1348
1348
|
openOnClick: boolean;
|
@@ -1373,7 +1373,7 @@ declare const VSnackbar: {
|
|
1373
1373
|
eager: boolean;
|
1374
1374
|
location: Anchor;
|
1375
1375
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1376
|
-
updateLocation: (e
|
1376
|
+
updateLocation: (e?: Event | undefined) => void;
|
1377
1377
|
} | undefined) | "connected";
|
1378
1378
|
activatorProps: Record<string, any>;
|
1379
1379
|
openOnHover: boolean;
|
@@ -1458,7 +1458,7 @@ declare const VSnackbar: {
|
|
1458
1458
|
eager: boolean;
|
1459
1459
|
location: Anchor;
|
1460
1460
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1461
|
-
updateLocation: (e
|
1461
|
+
updateLocation: (e?: Event | undefined) => void;
|
1462
1462
|
} | undefined) | "connected";
|
1463
1463
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1464
1464
|
activatorProps: Record<string, any>;
|
@@ -1485,7 +1485,7 @@ declare const VSnackbar: {
|
|
1485
1485
|
eager: boolean;
|
1486
1486
|
location: Anchor;
|
1487
1487
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1488
|
-
updateLocation: (e
|
1488
|
+
updateLocation: (e?: Event | undefined) => void;
|
1489
1489
|
} | undefined) | "connected";
|
1490
1490
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1491
1491
|
activatorProps: Record<string, any>;
|
@@ -1563,7 +1563,7 @@ declare const VSnackbar: {
|
|
1563
1563
|
eager: boolean;
|
1564
1564
|
location: Anchor;
|
1565
1565
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1566
|
-
updateLocation: (e
|
1566
|
+
updateLocation: (e?: Event | undefined) => void;
|
1567
1567
|
} | undefined) | "connected";
|
1568
1568
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1569
1569
|
activatorProps: Record<string, any>;
|
@@ -1670,7 +1670,7 @@ declare const VSnackbar: {
|
|
1670
1670
|
eager: boolean;
|
1671
1671
|
location: Anchor;
|
1672
1672
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1673
|
-
updateLocation: (e
|
1673
|
+
updateLocation: (e?: Event | undefined) => void;
|
1674
1674
|
} | undefined) | "connected";
|
1675
1675
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1676
1676
|
activatorProps: Record<string, any>;
|
@@ -1766,7 +1766,7 @@ declare const VSnackbar: {
|
|
1766
1766
|
eager: boolean;
|
1767
1767
|
location: Anchor;
|
1768
1768
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1769
|
-
updateLocation: (e
|
1769
|
+
updateLocation: (e?: Event | undefined) => void;
|
1770
1770
|
} | undefined) | "connected";
|
1771
1771
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1772
1772
|
activatorProps: Record<string, any>;
|
@@ -1826,7 +1826,7 @@ declare const VSnackbar: {
|
|
1826
1826
|
eager: boolean;
|
1827
1827
|
location: Anchor;
|
1828
1828
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1829
|
-
updateLocation: (e
|
1829
|
+
updateLocation: (e?: Event | undefined) => void;
|
1830
1830
|
} | undefined) | "connected";
|
1831
1831
|
scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1832
1832
|
activatorProps: Record<string, any>;
|
@@ -1923,7 +1923,7 @@ declare const VSnackbar: {
|
|
1923
1923
|
eager: boolean;
|
1924
1924
|
location: Anchor;
|
1925
1925
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1926
|
-
updateLocation: (e
|
1926
|
+
updateLocation: (e?: Event | undefined) => void;
|
1927
1927
|
} | undefined) | "connected";
|
1928
1928
|
activatorProps: Record<string, any>;
|
1929
1929
|
openOnClick: boolean;
|
@@ -2002,7 +2002,7 @@ declare const VSnackbar: {
|
|
2002
2002
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2003
2003
|
locationStrategy: {
|
2004
2004
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
2005
|
-
updateLocation: (e
|
2005
|
+
updateLocation: (e?: Event | undefined) => void;
|
2006
2006
|
} | undefined) | "connected">;
|
2007
2007
|
default: string;
|
2008
2008
|
validator: (val: any) => boolean;
|
@@ -2103,7 +2103,7 @@ declare const VSnackbar: {
|
|
2103
2103
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2104
2104
|
locationStrategy: {
|
2105
2105
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
2106
|
-
updateLocation: (e
|
2106
|
+
updateLocation: (e?: Event | undefined) => void;
|
2107
2107
|
} | undefined) | "connected">;
|
2108
2108
|
default: string;
|
2109
2109
|
validator: (val: any) => boolean;
|
@@ -63,7 +63,7 @@ interface LocationStrategyData {
|
|
63
63
|
isRtl: Ref<boolean>;
|
64
64
|
}
|
65
65
|
type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
66
|
-
updateLocation: (e
|
66
|
+
updateLocation: (e?: Event) => void;
|
67
67
|
};
|
68
68
|
declare const locationStrategies: {
|
69
69
|
static: typeof staticLocationStrategy;
|
@@ -107,7 +107,7 @@ declare const VSpeedDial: {
|
|
107
107
|
eager: boolean;
|
108
108
|
location: NonNullable<Anchor>;
|
109
109
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
110
|
-
updateLocation: (e
|
110
|
+
updateLocation: (e?: Event | undefined) => void;
|
111
111
|
} | undefined) | "connected">;
|
112
112
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
113
113
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -189,7 +189,7 @@ declare const VSpeedDial: {
|
|
189
189
|
eager: boolean;
|
190
190
|
location: NonNullable<Anchor>;
|
191
191
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
192
|
-
updateLocation: (e
|
192
|
+
updateLocation: (e?: Event | undefined) => void;
|
193
193
|
} | undefined) | "connected">;
|
194
194
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
195
195
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -269,7 +269,7 @@ declare const VSpeedDial: {
|
|
269
269
|
eager: boolean;
|
270
270
|
location: NonNullable<Anchor>;
|
271
271
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
272
|
-
updateLocation: (e
|
272
|
+
updateLocation: (e?: Event | undefined) => void;
|
273
273
|
} | undefined) | "connected">;
|
274
274
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
275
275
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -320,7 +320,7 @@ declare const VSpeedDial: {
|
|
320
320
|
eager: boolean;
|
321
321
|
location: NonNullable<Anchor>;
|
322
322
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
323
|
-
updateLocation: (e
|
323
|
+
updateLocation: (e?: Event | undefined) => void;
|
324
324
|
} | undefined) | "connected">;
|
325
325
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
326
326
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -400,7 +400,7 @@ declare const VSpeedDial: {
|
|
400
400
|
eager: boolean;
|
401
401
|
location: NonNullable<Anchor>;
|
402
402
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
403
|
-
updateLocation: (e
|
403
|
+
updateLocation: (e?: Event | undefined) => void;
|
404
404
|
} | undefined) | "connected">;
|
405
405
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
406
406
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -435,7 +435,7 @@ declare const VSpeedDial: {
|
|
435
435
|
eager: boolean;
|
436
436
|
location: NonNullable<Anchor>;
|
437
437
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
438
|
-
updateLocation: (e
|
438
|
+
updateLocation: (e?: Event | undefined) => void;
|
439
439
|
} | undefined) | "connected">;
|
440
440
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
441
441
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -517,7 +517,7 @@ declare const VSpeedDial: {
|
|
517
517
|
eager: boolean;
|
518
518
|
location: NonNullable<Anchor>;
|
519
519
|
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
520
|
-
updateLocation: (e
|
520
|
+
updateLocation: (e?: Event | undefined) => void;
|
521
521
|
} | undefined) | "connected">;
|
522
522
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
523
523
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
@@ -618,16 +618,16 @@ declare const VSpeedDial: {
|
|
618
618
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
619
619
|
locationStrategy: Omit<{
|
620
620
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
621
|
-
updateLocation: (e
|
621
|
+
updateLocation: (e?: Event | undefined) => void;
|
622
622
|
} | undefined) | "connected">;
|
623
623
|
default: string;
|
624
624
|
validator: (val: any) => boolean;
|
625
625
|
}, "default" | "type"> & {
|
626
626
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
627
|
-
updateLocation: (e
|
627
|
+
updateLocation: (e?: Event | undefined) => void;
|
628
628
|
} | undefined) | "connected">>;
|
629
629
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
630
|
-
updateLocation: (e
|
630
|
+
updateLocation: (e?: Event | undefined) => void;
|
631
631
|
} | undefined) | "connected">;
|
632
632
|
};
|
633
633
|
scrollStrategy: Omit<{
|
@@ -759,16 +759,16 @@ declare const VSpeedDial: {
|
|
759
759
|
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
760
760
|
locationStrategy: Omit<{
|
761
761
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
762
|
-
updateLocation: (e
|
762
|
+
updateLocation: (e?: Event | undefined) => void;
|
763
763
|
} | undefined) | "connected">;
|
764
764
|
default: string;
|
765
765
|
validator: (val: any) => boolean;
|
766
766
|
}, "default" | "type"> & {
|
767
767
|
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
768
|
-
updateLocation: (e
|
768
|
+
updateLocation: (e?: Event | undefined) => void;
|
769
769
|
} | undefined) | "connected">>;
|
770
770
|
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
771
|
-
updateLocation: (e
|
771
|
+
updateLocation: (e?: Event | undefined) => void;
|
772
772
|
} | undefined) | "connected">;
|
773
773
|
};
|
774
774
|
scrollStrategy: Omit<{
|