@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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 +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2433 -2435
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +738 -740
- package/dist/vuetify.d.ts +10490 -10401
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.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 +10 -3
- 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 +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -92,21 +92,21 @@ declare function repositionScrollStrategy(data: ScrollStrategyData, props: Strat
|
|
92
92
|
|
93
93
|
declare const VOverlay: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
|
-
style: vue.StyleValue;
|
96
|
-
disabled: boolean;
|
97
95
|
absolute: boolean;
|
96
|
+
location: Anchor;
|
97
|
+
origin: "auto" | Anchor | "overlap";
|
98
98
|
transition: string | boolean | (vue.TransitionProps & {
|
99
99
|
component?: vue.Component | undefined;
|
100
100
|
});
|
101
101
|
zIndex: string | number;
|
102
|
+
style: vue.StyleValue;
|
102
103
|
eager: boolean;
|
104
|
+
disabled: boolean;
|
103
105
|
modelValue: boolean;
|
104
|
-
|
105
|
-
location: Anchor;
|
106
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
106
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
107
107
|
updateLocation: (e?: Event | undefined) => void;
|
108
|
-
} | undefined)
|
109
|
-
scrollStrategy: "
|
108
|
+
} | undefined);
|
109
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
110
110
|
activatorProps: Record<string, any>;
|
111
111
|
openOnHover: boolean;
|
112
112
|
closeOnContentClick: boolean;
|
@@ -117,19 +117,19 @@ declare const VOverlay: {
|
|
117
117
|
scrim: string | boolean;
|
118
118
|
_disableGlobalStack: boolean;
|
119
119
|
} & {
|
120
|
-
class?: any;
|
121
|
-
width?: string | number | undefined;
|
122
|
-
height?: string | number | undefined;
|
123
|
-
theme?: string | undefined;
|
124
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
125
120
|
offset?: string | number | number[] | undefined;
|
126
|
-
|
127
|
-
|
121
|
+
height?: string | number | undefined;
|
122
|
+
width?: string | number | undefined;
|
128
123
|
maxHeight?: string | number | undefined;
|
129
124
|
maxWidth?: string | number | undefined;
|
130
125
|
minHeight?: string | number | undefined;
|
131
126
|
minWidth?: string | number | undefined;
|
132
|
-
|
127
|
+
opacity?: string | number | undefined;
|
128
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
129
|
+
class?: any;
|
130
|
+
theme?: string | undefined;
|
131
|
+
contentClass?: any;
|
132
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
133
133
|
closeDelay?: string | number | undefined;
|
134
134
|
openDelay?: string | number | undefined;
|
135
135
|
openOnClick?: boolean | undefined;
|
@@ -169,9 +169,9 @@ declare const VOverlay: {
|
|
169
169
|
targetRef: TemplateRef;
|
170
170
|
}) => vue.VNodeChild) | undefined;
|
171
171
|
} & {
|
172
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
173
172
|
onAfterEnter?: (() => any) | undefined;
|
174
173
|
onAfterLeave?: (() => any) | undefined;
|
174
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
175
175
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
176
176
|
}, {
|
177
177
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -188,21 +188,21 @@ declare const VOverlay: {
|
|
188
188
|
afterEnter: () => true;
|
189
189
|
afterLeave: () => true;
|
190
190
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
191
|
-
style: vue.StyleValue;
|
192
|
-
disabled: boolean;
|
193
191
|
absolute: boolean;
|
192
|
+
location: Anchor;
|
193
|
+
origin: "auto" | Anchor | "overlap";
|
194
194
|
transition: string | boolean | (vue.TransitionProps & {
|
195
195
|
component?: vue.Component | undefined;
|
196
196
|
});
|
197
197
|
zIndex: string | number;
|
198
|
+
style: vue.StyleValue;
|
198
199
|
eager: boolean;
|
200
|
+
disabled: boolean;
|
199
201
|
modelValue: boolean;
|
200
|
-
|
201
|
-
location: Anchor;
|
202
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
202
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
203
203
|
updateLocation: (e?: Event | undefined) => void;
|
204
|
-
} | undefined)
|
205
|
-
scrollStrategy: "
|
204
|
+
} | undefined);
|
205
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
206
206
|
activatorProps: Record<string, any>;
|
207
207
|
openOnHover: boolean;
|
208
208
|
closeOnContentClick: boolean;
|
@@ -213,19 +213,19 @@ declare const VOverlay: {
|
|
213
213
|
scrim: string | boolean;
|
214
214
|
_disableGlobalStack: boolean;
|
215
215
|
} & {
|
216
|
-
class?: any;
|
217
|
-
width?: string | number | undefined;
|
218
|
-
height?: string | number | undefined;
|
219
|
-
theme?: string | undefined;
|
220
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
221
216
|
offset?: string | number | number[] | undefined;
|
222
|
-
|
223
|
-
|
217
|
+
height?: string | number | undefined;
|
218
|
+
width?: string | number | undefined;
|
224
219
|
maxHeight?: string | number | undefined;
|
225
220
|
maxWidth?: string | number | undefined;
|
226
221
|
minHeight?: string | number | undefined;
|
227
222
|
minWidth?: string | number | undefined;
|
228
|
-
|
223
|
+
opacity?: string | number | undefined;
|
224
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
225
|
+
class?: any;
|
226
|
+
theme?: string | undefined;
|
227
|
+
contentClass?: any;
|
228
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
229
229
|
closeDelay?: string | number | undefined;
|
230
230
|
openDelay?: string | number | undefined;
|
231
231
|
openOnClick?: boolean | undefined;
|
@@ -265,26 +265,26 @@ declare const VOverlay: {
|
|
265
265
|
targetRef: TemplateRef;
|
266
266
|
}) => vue.VNodeChild) | undefined;
|
267
267
|
} & {
|
268
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
269
268
|
onAfterEnter?: (() => any) | undefined;
|
270
269
|
onAfterLeave?: (() => any) | undefined;
|
270
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
271
271
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
272
272
|
}, {
|
273
|
-
style: vue.StyleValue;
|
274
|
-
disabled: boolean;
|
275
273
|
absolute: boolean;
|
274
|
+
location: Anchor;
|
275
|
+
origin: "auto" | Anchor | "overlap";
|
276
276
|
transition: string | boolean | (vue.TransitionProps & {
|
277
277
|
component?: vue.Component | undefined;
|
278
278
|
});
|
279
279
|
zIndex: string | number;
|
280
|
+
style: vue.StyleValue;
|
280
281
|
eager: boolean;
|
282
|
+
disabled: boolean;
|
281
283
|
modelValue: boolean;
|
282
|
-
|
283
|
-
location: Anchor;
|
284
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
284
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
285
285
|
updateLocation: (e?: Event | undefined) => void;
|
286
|
-
} | undefined)
|
287
|
-
scrollStrategy: "
|
286
|
+
} | undefined);
|
287
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
288
288
|
activatorProps: Record<string, any>;
|
289
289
|
openOnClick: boolean;
|
290
290
|
openOnHover: boolean;
|
@@ -317,21 +317,21 @@ declare const VOverlay: {
|
|
317
317
|
M: {};
|
318
318
|
Defaults: {};
|
319
319
|
}, {
|
320
|
-
style: vue.StyleValue;
|
321
|
-
disabled: boolean;
|
322
320
|
absolute: boolean;
|
321
|
+
location: Anchor;
|
322
|
+
origin: "auto" | Anchor | "overlap";
|
323
323
|
transition: string | boolean | (vue.TransitionProps & {
|
324
324
|
component?: vue.Component | undefined;
|
325
325
|
});
|
326
326
|
zIndex: string | number;
|
327
|
+
style: vue.StyleValue;
|
327
328
|
eager: boolean;
|
329
|
+
disabled: boolean;
|
328
330
|
modelValue: boolean;
|
329
|
-
|
330
|
-
location: Anchor;
|
331
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
331
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
332
332
|
updateLocation: (e?: Event | undefined) => void;
|
333
|
-
} | undefined)
|
334
|
-
scrollStrategy: "
|
333
|
+
} | undefined);
|
334
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
335
335
|
activatorProps: Record<string, any>;
|
336
336
|
openOnHover: boolean;
|
337
337
|
closeOnContentClick: boolean;
|
@@ -342,19 +342,19 @@ declare const VOverlay: {
|
|
342
342
|
scrim: string | boolean;
|
343
343
|
_disableGlobalStack: boolean;
|
344
344
|
} & {
|
345
|
-
class?: any;
|
346
|
-
width?: string | number | undefined;
|
347
|
-
height?: string | number | undefined;
|
348
|
-
theme?: string | undefined;
|
349
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
350
345
|
offset?: string | number | number[] | undefined;
|
351
|
-
|
352
|
-
|
346
|
+
height?: string | number | undefined;
|
347
|
+
width?: string | number | undefined;
|
353
348
|
maxHeight?: string | number | undefined;
|
354
349
|
maxWidth?: string | number | undefined;
|
355
350
|
minHeight?: string | number | undefined;
|
356
351
|
minWidth?: string | number | undefined;
|
357
|
-
|
352
|
+
opacity?: string | number | undefined;
|
353
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
354
|
+
class?: any;
|
355
|
+
theme?: string | undefined;
|
356
|
+
contentClass?: any;
|
357
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
358
358
|
closeDelay?: string | number | undefined;
|
359
359
|
openDelay?: string | number | undefined;
|
360
360
|
openOnClick?: boolean | undefined;
|
@@ -394,9 +394,9 @@ declare const VOverlay: {
|
|
394
394
|
targetRef: TemplateRef;
|
395
395
|
}) => vue.VNodeChild) | undefined;
|
396
396
|
} & {
|
397
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
398
397
|
onAfterEnter?: (() => any) | undefined;
|
399
398
|
onAfterLeave?: (() => any) | undefined;
|
399
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
400
400
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
401
401
|
}, {
|
402
402
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -408,21 +408,21 @@ declare const VOverlay: {
|
|
408
408
|
localTop: vue.ComputedRef<boolean>;
|
409
409
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
410
410
|
}, {}, {}, {}, {
|
411
|
-
style: vue.StyleValue;
|
412
|
-
disabled: boolean;
|
413
411
|
absolute: boolean;
|
412
|
+
location: Anchor;
|
413
|
+
origin: "auto" | Anchor | "overlap";
|
414
414
|
transition: string | boolean | (vue.TransitionProps & {
|
415
415
|
component?: vue.Component | undefined;
|
416
416
|
});
|
417
417
|
zIndex: string | number;
|
418
|
+
style: vue.StyleValue;
|
418
419
|
eager: boolean;
|
420
|
+
disabled: boolean;
|
419
421
|
modelValue: boolean;
|
420
|
-
|
421
|
-
location: Anchor;
|
422
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
422
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
423
423
|
updateLocation: (e?: Event | undefined) => void;
|
424
|
-
} | undefined)
|
425
|
-
scrollStrategy: "
|
424
|
+
} | undefined);
|
425
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
426
426
|
activatorProps: Record<string, any>;
|
427
427
|
openOnClick: boolean;
|
428
428
|
openOnHover: boolean;
|
@@ -439,21 +439,21 @@ declare const VOverlay: {
|
|
439
439
|
__isTeleport?: undefined;
|
440
440
|
__isSuspense?: undefined;
|
441
441
|
} & vue.ComponentOptionsBase<{
|
442
|
-
style: vue.StyleValue;
|
443
|
-
disabled: boolean;
|
444
442
|
absolute: boolean;
|
443
|
+
location: Anchor;
|
444
|
+
origin: "auto" | Anchor | "overlap";
|
445
445
|
transition: string | boolean | (vue.TransitionProps & {
|
446
446
|
component?: vue.Component | undefined;
|
447
447
|
});
|
448
448
|
zIndex: string | number;
|
449
|
+
style: vue.StyleValue;
|
449
450
|
eager: boolean;
|
451
|
+
disabled: boolean;
|
450
452
|
modelValue: boolean;
|
451
|
-
|
452
|
-
location: Anchor;
|
453
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
453
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
454
454
|
updateLocation: (e?: Event | undefined) => void;
|
455
|
-
} | undefined)
|
456
|
-
scrollStrategy: "
|
455
|
+
} | undefined);
|
456
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
457
457
|
activatorProps: Record<string, any>;
|
458
458
|
openOnHover: boolean;
|
459
459
|
closeOnContentClick: boolean;
|
@@ -464,19 +464,19 @@ declare const VOverlay: {
|
|
464
464
|
scrim: string | boolean;
|
465
465
|
_disableGlobalStack: boolean;
|
466
466
|
} & {
|
467
|
-
class?: any;
|
468
|
-
width?: string | number | undefined;
|
469
|
-
height?: string | number | undefined;
|
470
|
-
theme?: string | undefined;
|
471
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
472
467
|
offset?: string | number | number[] | undefined;
|
473
|
-
|
474
|
-
|
468
|
+
height?: string | number | undefined;
|
469
|
+
width?: string | number | undefined;
|
475
470
|
maxHeight?: string | number | undefined;
|
476
471
|
maxWidth?: string | number | undefined;
|
477
472
|
minHeight?: string | number | undefined;
|
478
473
|
minWidth?: string | number | undefined;
|
479
|
-
|
474
|
+
opacity?: string | number | undefined;
|
475
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
476
|
+
class?: any;
|
477
|
+
theme?: string | undefined;
|
478
|
+
contentClass?: any;
|
479
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
480
480
|
closeDelay?: string | number | undefined;
|
481
481
|
openDelay?: string | number | undefined;
|
482
482
|
openOnClick?: boolean | undefined;
|
@@ -516,9 +516,9 @@ declare const VOverlay: {
|
|
516
516
|
targetRef: TemplateRef;
|
517
517
|
}) => vue.VNodeChild) | undefined;
|
518
518
|
} & {
|
519
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
520
519
|
onAfterEnter?: (() => any) | undefined;
|
521
520
|
onAfterLeave?: (() => any) | undefined;
|
521
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
522
522
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
523
523
|
}, {
|
524
524
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -535,21 +535,21 @@ declare const VOverlay: {
|
|
535
535
|
afterEnter: () => true;
|
536
536
|
afterLeave: () => true;
|
537
537
|
}, string, {
|
538
|
-
style: vue.StyleValue;
|
539
|
-
disabled: boolean;
|
540
538
|
absolute: boolean;
|
539
|
+
location: Anchor;
|
540
|
+
origin: "auto" | Anchor | "overlap";
|
541
541
|
transition: string | boolean | (vue.TransitionProps & {
|
542
542
|
component?: vue.Component | undefined;
|
543
543
|
});
|
544
544
|
zIndex: string | number;
|
545
|
+
style: vue.StyleValue;
|
545
546
|
eager: boolean;
|
547
|
+
disabled: boolean;
|
546
548
|
modelValue: boolean;
|
547
|
-
|
548
|
-
location: Anchor;
|
549
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
549
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
550
550
|
updateLocation: (e?: Event | undefined) => void;
|
551
|
-
} | undefined)
|
552
|
-
scrollStrategy: "
|
551
|
+
} | undefined);
|
552
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
553
553
|
activatorProps: Record<string, any>;
|
554
554
|
openOnClick: boolean;
|
555
555
|
openOnHover: boolean;
|
@@ -584,14 +584,14 @@ declare const VOverlay: {
|
|
584
584
|
};
|
585
585
|
theme: StringConstructor;
|
586
586
|
scrollStrategy: {
|
587
|
-
type: PropType<"
|
587
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
588
588
|
default: string;
|
589
589
|
validator: (val: any) => boolean;
|
590
590
|
};
|
591
591
|
locationStrategy: {
|
592
|
-
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
592
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
593
593
|
updateLocation: (e?: Event | undefined) => void;
|
594
|
-
} | undefined)
|
594
|
+
} | undefined)>;
|
595
595
|
default: string;
|
596
596
|
validator: (val: any) => boolean;
|
597
597
|
};
|
@@ -600,7 +600,7 @@ declare const VOverlay: {
|
|
600
600
|
default: string;
|
601
601
|
};
|
602
602
|
origin: {
|
603
|
-
type: PropType<
|
603
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
604
604
|
default: string;
|
605
605
|
};
|
606
606
|
offset: PropType<string | number | number[] | undefined>;
|
@@ -618,8 +618,8 @@ declare const VOverlay: {
|
|
618
618
|
};
|
619
619
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
620
620
|
openDelay: (StringConstructor | NumberConstructor)[];
|
621
|
-
target: PropType<Element |
|
622
|
-
activator: PropType<Element |
|
621
|
+
target: PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
622
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
623
623
|
activatorProps: {
|
624
624
|
type: PropType<Record<string, any>>;
|
625
625
|
default: () => {};
|
@@ -667,14 +667,14 @@ declare const VOverlay: {
|
|
667
667
|
};
|
668
668
|
theme: StringConstructor;
|
669
669
|
scrollStrategy: {
|
670
|
-
type: PropType<"
|
670
|
+
type: PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
671
671
|
default: string;
|
672
672
|
validator: (val: any) => boolean;
|
673
673
|
};
|
674
674
|
locationStrategy: {
|
675
|
-
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
675
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
676
676
|
updateLocation: (e?: Event | undefined) => void;
|
677
|
-
} | undefined)
|
677
|
+
} | undefined)>;
|
678
678
|
default: string;
|
679
679
|
validator: (val: any) => boolean;
|
680
680
|
};
|
@@ -683,7 +683,7 @@ declare const VOverlay: {
|
|
683
683
|
default: string;
|
684
684
|
};
|
685
685
|
origin: {
|
686
|
-
type: PropType<
|
686
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
687
687
|
default: string;
|
688
688
|
};
|
689
689
|
offset: PropType<string | number | number[] | undefined>;
|
@@ -701,8 +701,8 @@ declare const VOverlay: {
|
|
701
701
|
};
|
702
702
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
703
703
|
openDelay: (StringConstructor | NumberConstructor)[];
|
704
|
-
target: PropType<Element |
|
705
|
-
activator: PropType<Element |
|
704
|
+
target: PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
705
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
706
706
|
activatorProps: {
|
707
707
|
type: PropType<Record<string, any>>;
|
708
708
|
default: () => {};
|