@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 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 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- 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 +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- 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 +69 -68
- 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/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -92,24 +92,24 @@ declare function repositionScrollStrategy(data: ScrollStrategyData, props: Strat
|
|
92
92
|
|
93
93
|
declare const VBottomSheet: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
|
-
style: vue.StyleValue;
|
96
|
-
disabled: boolean;
|
97
95
|
absolute: boolean;
|
96
|
+
location: Anchor;
|
97
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
98
|
+
inset: boolean;
|
98
99
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
99
100
|
component?: vue.Component | undefined;
|
100
101
|
})> | {
|
101
102
|
component: vue.Component;
|
102
103
|
}>;
|
103
104
|
zIndex: NonNullable<string | number>;
|
105
|
+
style: vue.StyleValue;
|
104
106
|
eager: boolean;
|
107
|
+
disabled: boolean;
|
105
108
|
modelValue: boolean;
|
106
|
-
|
107
|
-
origin: NonNullable<Anchor | "auto" | "overlap">;
|
108
|
-
location: Anchor;
|
109
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
109
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
110
110
|
updateLocation: (e?: Event | undefined) => void;
|
111
|
-
} | undefined)
|
112
|
-
scrollStrategy: NonNullable<"
|
111
|
+
} | undefined);
|
112
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
113
113
|
activatorProps: Record<string, any>;
|
114
114
|
openOnHover: boolean;
|
115
115
|
closeOnContentClick: boolean;
|
@@ -122,19 +122,19 @@ declare const VBottomSheet: {
|
|
122
122
|
retainFocus: boolean;
|
123
123
|
scrollable: boolean;
|
124
124
|
} & {
|
125
|
-
class?: any;
|
126
|
-
width?: string | number | undefined;
|
127
|
-
height?: string | number | undefined;
|
128
|
-
theme?: string | undefined;
|
129
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
130
125
|
offset?: string | number | number[] | undefined;
|
131
|
-
|
132
|
-
|
126
|
+
height?: string | number | undefined;
|
127
|
+
width?: string | number | undefined;
|
133
128
|
maxHeight?: string | number | undefined;
|
134
129
|
maxWidth?: string | number | undefined;
|
135
130
|
minHeight?: string | number | undefined;
|
136
131
|
minWidth?: string | number | undefined;
|
137
|
-
|
132
|
+
opacity?: string | number | undefined;
|
133
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
134
|
+
class?: any;
|
135
|
+
theme?: string | undefined;
|
136
|
+
contentClass?: any;
|
137
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
138
138
|
closeDelay?: string | number | undefined;
|
139
139
|
openDelay?: string | number | undefined;
|
140
140
|
openOnClick?: boolean | undefined;
|
@@ -178,24 +178,24 @@ declare const VBottomSheet: {
|
|
178
178
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
179
179
|
'update:modelValue': (value: boolean) => boolean;
|
180
180
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
181
|
-
style: vue.StyleValue;
|
182
|
-
disabled: boolean;
|
183
181
|
absolute: boolean;
|
182
|
+
location: Anchor;
|
183
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
184
|
+
inset: boolean;
|
184
185
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
185
186
|
component?: vue.Component | undefined;
|
186
187
|
})> | {
|
187
188
|
component: vue.Component;
|
188
189
|
}>;
|
189
190
|
zIndex: NonNullable<string | number>;
|
191
|
+
style: vue.StyleValue;
|
190
192
|
eager: boolean;
|
193
|
+
disabled: boolean;
|
191
194
|
modelValue: boolean;
|
192
|
-
|
193
|
-
origin: NonNullable<Anchor | "auto" | "overlap">;
|
194
|
-
location: Anchor;
|
195
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
195
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
196
196
|
updateLocation: (e?: Event | undefined) => void;
|
197
|
-
} | undefined)
|
198
|
-
scrollStrategy: NonNullable<"
|
197
|
+
} | undefined);
|
198
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
199
199
|
activatorProps: Record<string, any>;
|
200
200
|
openOnHover: boolean;
|
201
201
|
closeOnContentClick: boolean;
|
@@ -208,19 +208,19 @@ declare const VBottomSheet: {
|
|
208
208
|
retainFocus: boolean;
|
209
209
|
scrollable: boolean;
|
210
210
|
} & {
|
211
|
-
class?: any;
|
212
|
-
width?: string | number | undefined;
|
213
|
-
height?: string | number | undefined;
|
214
|
-
theme?: string | undefined;
|
215
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
216
211
|
offset?: string | number | number[] | undefined;
|
217
|
-
|
218
|
-
|
212
|
+
height?: string | number | undefined;
|
213
|
+
width?: string | number | undefined;
|
219
214
|
maxHeight?: string | number | undefined;
|
220
215
|
maxWidth?: string | number | undefined;
|
221
216
|
minHeight?: string | number | undefined;
|
222
217
|
minWidth?: string | number | undefined;
|
223
|
-
|
218
|
+
opacity?: string | number | undefined;
|
219
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
220
|
+
class?: any;
|
221
|
+
theme?: string | undefined;
|
222
|
+
contentClass?: any;
|
223
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
224
224
|
closeDelay?: string | number | undefined;
|
225
225
|
openDelay?: string | number | undefined;
|
226
226
|
openOnClick?: boolean | undefined;
|
@@ -262,24 +262,24 @@ declare const VBottomSheet: {
|
|
262
262
|
} & {
|
263
263
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
264
264
|
}, {
|
265
|
-
style: vue.StyleValue;
|
266
|
-
disabled: boolean;
|
267
265
|
absolute: boolean;
|
266
|
+
location: Anchor;
|
267
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
268
|
+
inset: boolean;
|
268
269
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
269
270
|
component?: vue.Component | undefined;
|
270
271
|
})> | {
|
271
272
|
component: vue.Component;
|
272
273
|
}>;
|
273
274
|
zIndex: NonNullable<string | number>;
|
275
|
+
style: vue.StyleValue;
|
274
276
|
eager: boolean;
|
277
|
+
disabled: boolean;
|
275
278
|
modelValue: boolean;
|
276
|
-
|
277
|
-
origin: NonNullable<Anchor | "auto" | "overlap">;
|
278
|
-
location: Anchor;
|
279
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
279
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
280
280
|
updateLocation: (e?: Event | undefined) => void;
|
281
|
-
} | undefined)
|
282
|
-
scrollStrategy: NonNullable<"
|
281
|
+
} | undefined);
|
282
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
283
283
|
activatorProps: Record<string, any>;
|
284
284
|
openOnClick: boolean;
|
285
285
|
openOnHover: boolean;
|
@@ -314,24 +314,24 @@ declare const VBottomSheet: {
|
|
314
314
|
M: {};
|
315
315
|
Defaults: {};
|
316
316
|
}, {
|
317
|
-
style: vue.StyleValue;
|
318
|
-
disabled: boolean;
|
319
317
|
absolute: boolean;
|
318
|
+
location: Anchor;
|
319
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
320
|
+
inset: boolean;
|
320
321
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
321
322
|
component?: vue.Component | undefined;
|
322
323
|
})> | {
|
323
324
|
component: vue.Component;
|
324
325
|
}>;
|
325
326
|
zIndex: NonNullable<string | number>;
|
327
|
+
style: vue.StyleValue;
|
326
328
|
eager: boolean;
|
329
|
+
disabled: boolean;
|
327
330
|
modelValue: boolean;
|
328
|
-
|
329
|
-
origin: NonNullable<Anchor | "auto" | "overlap">;
|
330
|
-
location: Anchor;
|
331
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
331
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
332
332
|
updateLocation: (e?: Event | undefined) => void;
|
333
|
-
} | undefined)
|
334
|
-
scrollStrategy: NonNullable<"
|
333
|
+
} | undefined);
|
334
|
+
scrollStrategy: NonNullable<"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;
|
@@ -344,19 +344,19 @@ declare const VBottomSheet: {
|
|
344
344
|
retainFocus: boolean;
|
345
345
|
scrollable: boolean;
|
346
346
|
} & {
|
347
|
-
class?: any;
|
348
|
-
width?: string | number | undefined;
|
349
|
-
height?: string | number | undefined;
|
350
|
-
theme?: string | undefined;
|
351
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
352
347
|
offset?: string | number | number[] | undefined;
|
353
|
-
|
354
|
-
|
348
|
+
height?: string | number | undefined;
|
349
|
+
width?: string | number | undefined;
|
355
350
|
maxHeight?: string | number | undefined;
|
356
351
|
maxWidth?: string | number | undefined;
|
357
352
|
minHeight?: string | number | undefined;
|
358
353
|
minWidth?: string | number | undefined;
|
359
|
-
|
354
|
+
opacity?: string | number | undefined;
|
355
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
356
|
+
class?: any;
|
357
|
+
theme?: string | undefined;
|
358
|
+
contentClass?: any;
|
359
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
360
360
|
closeDelay?: string | number | undefined;
|
361
361
|
openDelay?: string | number | undefined;
|
362
362
|
openOnClick?: boolean | undefined;
|
@@ -398,24 +398,24 @@ declare const VBottomSheet: {
|
|
398
398
|
} & {
|
399
399
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
400
400
|
}, {}, {}, {}, {}, {
|
401
|
-
style: vue.StyleValue;
|
402
|
-
disabled: boolean;
|
403
401
|
absolute: boolean;
|
402
|
+
location: Anchor;
|
403
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
404
|
+
inset: boolean;
|
404
405
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
405
406
|
component?: vue.Component | undefined;
|
406
407
|
})> | {
|
407
408
|
component: vue.Component;
|
408
409
|
}>;
|
409
410
|
zIndex: NonNullable<string | number>;
|
411
|
+
style: vue.StyleValue;
|
410
412
|
eager: boolean;
|
413
|
+
disabled: boolean;
|
411
414
|
modelValue: boolean;
|
412
|
-
|
413
|
-
origin: NonNullable<Anchor | "auto" | "overlap">;
|
414
|
-
location: Anchor;
|
415
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
415
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
416
416
|
updateLocation: (e?: Event | undefined) => void;
|
417
|
-
} | undefined)
|
418
|
-
scrollStrategy: NonNullable<"
|
417
|
+
} | undefined);
|
418
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
419
419
|
activatorProps: Record<string, any>;
|
420
420
|
openOnClick: boolean;
|
421
421
|
openOnHover: boolean;
|
@@ -434,24 +434,24 @@ declare const VBottomSheet: {
|
|
434
434
|
__isTeleport?: undefined;
|
435
435
|
__isSuspense?: undefined;
|
436
436
|
} & vue.ComponentOptionsBase<{
|
437
|
-
style: vue.StyleValue;
|
438
|
-
disabled: boolean;
|
439
437
|
absolute: boolean;
|
438
|
+
location: Anchor;
|
439
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
440
|
+
inset: boolean;
|
440
441
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
441
442
|
component?: vue.Component | undefined;
|
442
443
|
})> | {
|
443
444
|
component: vue.Component;
|
444
445
|
}>;
|
445
446
|
zIndex: NonNullable<string | number>;
|
447
|
+
style: vue.StyleValue;
|
446
448
|
eager: boolean;
|
449
|
+
disabled: boolean;
|
447
450
|
modelValue: boolean;
|
448
|
-
|
449
|
-
origin: NonNullable<Anchor | "auto" | "overlap">;
|
450
|
-
location: Anchor;
|
451
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
451
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
452
452
|
updateLocation: (e?: Event | undefined) => void;
|
453
|
-
} | undefined)
|
454
|
-
scrollStrategy: NonNullable<"
|
453
|
+
} | undefined);
|
454
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
455
455
|
activatorProps: Record<string, any>;
|
456
456
|
openOnHover: boolean;
|
457
457
|
closeOnContentClick: boolean;
|
@@ -464,19 +464,19 @@ declare const VBottomSheet: {
|
|
464
464
|
retainFocus: boolean;
|
465
465
|
scrollable: 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;
|
@@ -520,24 +520,24 @@ declare const VBottomSheet: {
|
|
520
520
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
521
521
|
'update:modelValue': (value: boolean) => boolean;
|
522
522
|
}, string, {
|
523
|
-
style: vue.StyleValue;
|
524
|
-
disabled: boolean;
|
525
523
|
absolute: boolean;
|
524
|
+
location: Anchor;
|
525
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
526
|
+
inset: boolean;
|
526
527
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
527
528
|
component?: vue.Component | undefined;
|
528
529
|
})> | {
|
529
530
|
component: vue.Component;
|
530
531
|
}>;
|
531
532
|
zIndex: NonNullable<string | number>;
|
533
|
+
style: vue.StyleValue;
|
532
534
|
eager: boolean;
|
535
|
+
disabled: boolean;
|
533
536
|
modelValue: boolean;
|
534
|
-
|
535
|
-
origin: NonNullable<Anchor | "auto" | "overlap">;
|
536
|
-
location: Anchor;
|
537
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
537
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
538
538
|
updateLocation: (e?: Event | undefined) => void;
|
539
|
-
} | undefined)
|
540
|
-
scrollStrategy: NonNullable<"
|
539
|
+
} | undefined);
|
540
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
541
541
|
activatorProps: Record<string, any>;
|
542
542
|
openOnClick: boolean;
|
543
543
|
openOnHover: boolean;
|
@@ -571,7 +571,7 @@ declare const VBottomSheet: {
|
|
571
571
|
})>;
|
572
572
|
default: string;
|
573
573
|
validator: (val: unknown) => boolean;
|
574
|
-
}, "
|
574
|
+
}, "type" | "default"> & {
|
575
575
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
576
576
|
component?: vue.Component | undefined;
|
577
577
|
})> | {
|
@@ -582,7 +582,7 @@ declare const VBottomSheet: {
|
|
582
582
|
})> | {
|
583
583
|
component: vue.Component;
|
584
584
|
};
|
585
|
-
}, "
|
585
|
+
}, "type" | "default"> & {
|
586
586
|
type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
587
587
|
component?: vue.Component | undefined;
|
588
588
|
})> | {
|
@@ -596,17 +596,17 @@ declare const VBottomSheet: {
|
|
596
596
|
};
|
597
597
|
theme: StringConstructor;
|
598
598
|
scrollStrategy: Omit<{
|
599
|
-
type: vue.PropType<"
|
599
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
600
600
|
default: string;
|
601
601
|
validator: (val: any) => boolean;
|
602
|
-
}, "
|
603
|
-
type: vue.PropType<NonNullable<"
|
604
|
-
default: NonNullable<"
|
602
|
+
}, "type" | "default"> & {
|
603
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
|
604
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
605
605
|
};
|
606
606
|
locationStrategy: {
|
607
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
607
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
608
608
|
updateLocation: (e?: Event | undefined) => void;
|
609
|
-
} | undefined)
|
609
|
+
} | undefined)>;
|
610
610
|
default: string;
|
611
611
|
validator: (val: any) => boolean;
|
612
612
|
};
|
@@ -615,11 +615,11 @@ declare const VBottomSheet: {
|
|
615
615
|
default: string;
|
616
616
|
};
|
617
617
|
origin: Omit<{
|
618
|
-
type: vue.PropType<
|
618
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
619
619
|
default: string;
|
620
|
-
}, "
|
621
|
-
type: vue.PropType<NonNullable<
|
622
|
-
default: NonNullable<
|
620
|
+
}, "type" | "default"> & {
|
621
|
+
type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
|
622
|
+
default: NonNullable<"auto" | Anchor | "overlap">;
|
623
623
|
};
|
624
624
|
offset: vue.PropType<string | number | number[] | undefined>;
|
625
625
|
eager: BooleanConstructor;
|
@@ -636,8 +636,8 @@ declare const VBottomSheet: {
|
|
636
636
|
};
|
637
637
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
638
638
|
openDelay: (StringConstructor | NumberConstructor)[];
|
639
|
-
target: vue.PropType<Element |
|
640
|
-
activator: vue.PropType<Element |
|
639
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
640
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
641
641
|
activatorProps: {
|
642
642
|
type: vue.PropType<Record<string, any>>;
|
643
643
|
default: () => {};
|
@@ -673,7 +673,7 @@ declare const VBottomSheet: {
|
|
673
673
|
zIndex: Omit<{
|
674
674
|
type: (StringConstructor | NumberConstructor)[];
|
675
675
|
default: number;
|
676
|
-
}, "
|
676
|
+
}, "type" | "default"> & {
|
677
677
|
type: vue.PropType<NonNullable<string | number>>;
|
678
678
|
default: NonNullable<string | number>;
|
679
679
|
};
|
@@ -691,7 +691,7 @@ declare const VBottomSheet: {
|
|
691
691
|
})>;
|
692
692
|
default: string;
|
693
693
|
validator: (val: unknown) => boolean;
|
694
|
-
}, "
|
694
|
+
}, "type" | "default"> & {
|
695
695
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
696
696
|
component?: vue.Component | undefined;
|
697
697
|
})> | {
|
@@ -702,7 +702,7 @@ declare const VBottomSheet: {
|
|
702
702
|
})> | {
|
703
703
|
component: vue.Component;
|
704
704
|
};
|
705
|
-
}, "
|
705
|
+
}, "type" | "default"> & {
|
706
706
|
type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
707
707
|
component?: vue.Component | undefined;
|
708
708
|
})> | {
|
@@ -716,17 +716,17 @@ declare const VBottomSheet: {
|
|
716
716
|
};
|
717
717
|
theme: StringConstructor;
|
718
718
|
scrollStrategy: Omit<{
|
719
|
-
type: vue.PropType<"
|
719
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
720
720
|
default: string;
|
721
721
|
validator: (val: any) => boolean;
|
722
|
-
}, "
|
723
|
-
type: vue.PropType<NonNullable<"
|
724
|
-
default: NonNullable<"
|
722
|
+
}, "type" | "default"> & {
|
723
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
|
724
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
|
725
725
|
};
|
726
726
|
locationStrategy: {
|
727
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
727
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
728
728
|
updateLocation: (e?: Event | undefined) => void;
|
729
|
-
} | undefined)
|
729
|
+
} | undefined)>;
|
730
730
|
default: string;
|
731
731
|
validator: (val: any) => boolean;
|
732
732
|
};
|
@@ -735,11 +735,11 @@ declare const VBottomSheet: {
|
|
735
735
|
default: string;
|
736
736
|
};
|
737
737
|
origin: Omit<{
|
738
|
-
type: vue.PropType<
|
738
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
739
739
|
default: string;
|
740
|
-
}, "
|
741
|
-
type: vue.PropType<NonNullable<
|
742
|
-
default: NonNullable<
|
740
|
+
}, "type" | "default"> & {
|
741
|
+
type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
|
742
|
+
default: NonNullable<"auto" | Anchor | "overlap">;
|
743
743
|
};
|
744
744
|
offset: vue.PropType<string | number | number[] | undefined>;
|
745
745
|
eager: BooleanConstructor;
|
@@ -756,8 +756,8 @@ declare const VBottomSheet: {
|
|
756
756
|
};
|
757
757
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
758
758
|
openDelay: (StringConstructor | NumberConstructor)[];
|
759
|
-
target: vue.PropType<Element |
|
760
|
-
activator: vue.PropType<Element |
|
759
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
760
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
761
761
|
activatorProps: {
|
762
762
|
type: vue.PropType<Record<string, any>>;
|
763
763
|
default: () => {};
|
@@ -793,7 +793,7 @@ declare const VBottomSheet: {
|
|
793
793
|
zIndex: Omit<{
|
794
794
|
type: (StringConstructor | NumberConstructor)[];
|
795
795
|
default: number;
|
796
|
-
}, "
|
796
|
+
}, "type" | "default"> & {
|
797
797
|
type: vue.PropType<NonNullable<string | number>>;
|
798
798
|
default: NonNullable<string | number>;
|
799
799
|
};
|