vuetify 3.6.13 → 3.7.0-beta.1
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/dist/json/attributes.json +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- 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 +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -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 +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- 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/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- 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 +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- 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/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- 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/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- 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 +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- 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/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- 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 +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- 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 +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -92,24 +92,24 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
92
92
|
|
|
93
93
|
declare const VSpeedDial: {
|
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
95
|
-
style: vue.StyleValue;
|
|
96
|
-
disabled: boolean;
|
|
97
95
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
96
|
+
location: NonNullable<Anchor>;
|
|
97
|
+
origin: "auto" | Anchor | "overlap";
|
|
98
|
+
minWidth: NonNullable<string | number>;
|
|
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: string | number;
|
|
104
|
-
|
|
105
|
-
origin: Anchor | "auto" | "overlap";
|
|
106
|
-
minWidth: NonNullable<string | number>;
|
|
105
|
+
style: vue.StyleValue;
|
|
107
106
|
eager: boolean;
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
disabled: boolean;
|
|
108
|
+
modelValue: boolean;
|
|
109
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, 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$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
113
113
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
114
114
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
115
115
|
activatorProps: Record<string, any>;
|
|
@@ -121,18 +121,18 @@ declare const VSpeedDial: {
|
|
|
121
121
|
persistent: boolean;
|
|
122
122
|
scrim: NonNullable<string | boolean>;
|
|
123
123
|
} & {
|
|
124
|
-
class?: any;
|
|
125
124
|
id?: string | undefined;
|
|
126
|
-
width?: string | number | undefined;
|
|
127
125
|
height?: string | number | undefined;
|
|
128
|
-
|
|
129
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
130
|
-
contentClass?: any;
|
|
131
|
-
opacity?: string | number | undefined;
|
|
126
|
+
width?: string | number | undefined;
|
|
132
127
|
maxHeight?: string | number | undefined;
|
|
133
128
|
maxWidth?: string | number | undefined;
|
|
134
129
|
minHeight?: string | number | undefined;
|
|
135
|
-
|
|
130
|
+
opacity?: string | number | undefined;
|
|
131
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
132
|
+
class?: any;
|
|
133
|
+
theme?: string | undefined;
|
|
134
|
+
contentClass?: any;
|
|
135
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
136
136
|
openOnClick?: boolean | undefined;
|
|
137
137
|
openOnFocus?: boolean | undefined;
|
|
138
138
|
contentProps?: any;
|
|
@@ -174,24 +174,24 @@ declare const VSpeedDial: {
|
|
|
174
174
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
175
175
|
'update:modelValue': (value: boolean) => boolean;
|
|
176
176
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
177
|
-
style: vue.StyleValue;
|
|
178
|
-
disabled: boolean;
|
|
179
177
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
178
|
+
location: NonNullable<Anchor>;
|
|
179
|
+
origin: "auto" | Anchor | "overlap";
|
|
180
|
+
minWidth: NonNullable<string | number>;
|
|
180
181
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
181
182
|
component?: vue.Component | undefined;
|
|
182
183
|
})> | {
|
|
183
184
|
component: vue.Component;
|
|
184
185
|
}>;
|
|
185
186
|
zIndex: string | number;
|
|
186
|
-
|
|
187
|
-
origin: Anchor | "auto" | "overlap";
|
|
188
|
-
minWidth: NonNullable<string | number>;
|
|
187
|
+
style: vue.StyleValue;
|
|
189
188
|
eager: boolean;
|
|
190
|
-
|
|
191
|
-
|
|
189
|
+
disabled: boolean;
|
|
190
|
+
modelValue: boolean;
|
|
191
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
192
192
|
updateLocation: (e?: Event | undefined) => void;
|
|
193
|
-
} | undefined)
|
|
194
|
-
scrollStrategy: NonNullable<"
|
|
193
|
+
} | undefined)>;
|
|
194
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
195
195
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
196
196
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
197
197
|
activatorProps: Record<string, any>;
|
|
@@ -203,18 +203,18 @@ declare const VSpeedDial: {
|
|
|
203
203
|
persistent: boolean;
|
|
204
204
|
scrim: NonNullable<string | boolean>;
|
|
205
205
|
} & {
|
|
206
|
-
class?: any;
|
|
207
206
|
id?: string | undefined;
|
|
208
|
-
width?: string | number | undefined;
|
|
209
207
|
height?: string | number | undefined;
|
|
210
|
-
|
|
211
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
212
|
-
contentClass?: any;
|
|
213
|
-
opacity?: string | number | undefined;
|
|
208
|
+
width?: string | number | undefined;
|
|
214
209
|
maxHeight?: string | number | undefined;
|
|
215
210
|
maxWidth?: string | number | undefined;
|
|
216
211
|
minHeight?: string | number | undefined;
|
|
217
|
-
|
|
212
|
+
opacity?: string | number | undefined;
|
|
213
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
214
|
+
class?: any;
|
|
215
|
+
theme?: string | undefined;
|
|
216
|
+
contentClass?: any;
|
|
217
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
218
218
|
openOnClick?: boolean | undefined;
|
|
219
219
|
openOnFocus?: boolean | undefined;
|
|
220
220
|
contentProps?: any;
|
|
@@ -254,24 +254,24 @@ declare const VSpeedDial: {
|
|
|
254
254
|
} & {
|
|
255
255
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
256
256
|
}, {
|
|
257
|
-
style: vue.StyleValue;
|
|
258
|
-
disabled: boolean;
|
|
259
257
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
258
|
+
location: NonNullable<Anchor>;
|
|
259
|
+
origin: "auto" | Anchor | "overlap";
|
|
260
|
+
minWidth: NonNullable<string | number>;
|
|
260
261
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
261
262
|
component?: vue.Component | undefined;
|
|
262
263
|
})> | {
|
|
263
264
|
component: vue.Component;
|
|
264
265
|
}>;
|
|
265
266
|
zIndex: string | number;
|
|
266
|
-
|
|
267
|
-
origin: Anchor | "auto" | "overlap";
|
|
268
|
-
minWidth: NonNullable<string | number>;
|
|
267
|
+
style: vue.StyleValue;
|
|
269
268
|
eager: boolean;
|
|
270
|
-
|
|
271
|
-
|
|
269
|
+
disabled: boolean;
|
|
270
|
+
modelValue: boolean;
|
|
271
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
272
272
|
updateLocation: (e?: Event | undefined) => void;
|
|
273
|
-
} | undefined)
|
|
274
|
-
scrollStrategy: NonNullable<"
|
|
273
|
+
} | undefined)>;
|
|
274
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
275
275
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
276
276
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
277
277
|
activatorProps: Record<string, any>;
|
|
@@ -305,24 +305,24 @@ declare const VSpeedDial: {
|
|
|
305
305
|
M: {};
|
|
306
306
|
Defaults: {};
|
|
307
307
|
}, {
|
|
308
|
-
style: vue.StyleValue;
|
|
309
|
-
disabled: boolean;
|
|
310
308
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
309
|
+
location: NonNullable<Anchor>;
|
|
310
|
+
origin: "auto" | Anchor | "overlap";
|
|
311
|
+
minWidth: NonNullable<string | number>;
|
|
311
312
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
312
313
|
component?: vue.Component | undefined;
|
|
313
314
|
})> | {
|
|
314
315
|
component: vue.Component;
|
|
315
316
|
}>;
|
|
316
317
|
zIndex: string | number;
|
|
317
|
-
|
|
318
|
-
origin: Anchor | "auto" | "overlap";
|
|
319
|
-
minWidth: NonNullable<string | number>;
|
|
318
|
+
style: vue.StyleValue;
|
|
320
319
|
eager: boolean;
|
|
321
|
-
|
|
322
|
-
|
|
320
|
+
disabled: boolean;
|
|
321
|
+
modelValue: boolean;
|
|
322
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
323
323
|
updateLocation: (e?: Event | undefined) => void;
|
|
324
|
-
} | undefined)
|
|
325
|
-
scrollStrategy: NonNullable<"
|
|
324
|
+
} | undefined)>;
|
|
325
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
326
326
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
327
327
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
328
328
|
activatorProps: Record<string, any>;
|
|
@@ -334,18 +334,18 @@ declare const VSpeedDial: {
|
|
|
334
334
|
persistent: boolean;
|
|
335
335
|
scrim: NonNullable<string | boolean>;
|
|
336
336
|
} & {
|
|
337
|
-
class?: any;
|
|
338
337
|
id?: string | undefined;
|
|
339
|
-
width?: string | number | undefined;
|
|
340
338
|
height?: string | number | undefined;
|
|
341
|
-
|
|
342
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
343
|
-
contentClass?: any;
|
|
344
|
-
opacity?: string | number | undefined;
|
|
339
|
+
width?: string | number | undefined;
|
|
345
340
|
maxHeight?: string | number | undefined;
|
|
346
341
|
maxWidth?: string | number | undefined;
|
|
347
342
|
minHeight?: string | number | undefined;
|
|
348
|
-
|
|
343
|
+
opacity?: string | number | undefined;
|
|
344
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
345
|
+
class?: any;
|
|
346
|
+
theme?: string | undefined;
|
|
347
|
+
contentClass?: any;
|
|
348
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
349
349
|
openOnClick?: boolean | undefined;
|
|
350
350
|
openOnFocus?: boolean | undefined;
|
|
351
351
|
contentProps?: any;
|
|
@@ -385,24 +385,24 @@ declare const VSpeedDial: {
|
|
|
385
385
|
} & {
|
|
386
386
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
387
387
|
}, {}, {}, {}, {}, {
|
|
388
|
-
style: vue.StyleValue;
|
|
389
|
-
disabled: boolean;
|
|
390
388
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
389
|
+
location: NonNullable<Anchor>;
|
|
390
|
+
origin: "auto" | Anchor | "overlap";
|
|
391
|
+
minWidth: NonNullable<string | number>;
|
|
391
392
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
392
393
|
component?: vue.Component | undefined;
|
|
393
394
|
})> | {
|
|
394
395
|
component: vue.Component;
|
|
395
396
|
}>;
|
|
396
397
|
zIndex: string | number;
|
|
397
|
-
|
|
398
|
-
origin: Anchor | "auto" | "overlap";
|
|
399
|
-
minWidth: NonNullable<string | number>;
|
|
398
|
+
style: vue.StyleValue;
|
|
400
399
|
eager: boolean;
|
|
401
|
-
|
|
402
|
-
|
|
400
|
+
disabled: boolean;
|
|
401
|
+
modelValue: boolean;
|
|
402
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
403
403
|
updateLocation: (e?: Event | undefined) => void;
|
|
404
|
-
} | undefined)
|
|
405
|
-
scrollStrategy: NonNullable<"
|
|
404
|
+
} | undefined)>;
|
|
405
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
406
406
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
407
407
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
408
408
|
activatorProps: Record<string, any>;
|
|
@@ -420,24 +420,24 @@ declare const VSpeedDial: {
|
|
|
420
420
|
__isTeleport?: undefined;
|
|
421
421
|
__isSuspense?: undefined;
|
|
422
422
|
} & vue.ComponentOptionsBase<{
|
|
423
|
-
style: vue.StyleValue;
|
|
424
|
-
disabled: boolean;
|
|
425
423
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
424
|
+
location: NonNullable<Anchor>;
|
|
425
|
+
origin: "auto" | Anchor | "overlap";
|
|
426
|
+
minWidth: NonNullable<string | number>;
|
|
426
427
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
427
428
|
component?: vue.Component | undefined;
|
|
428
429
|
})> | {
|
|
429
430
|
component: vue.Component;
|
|
430
431
|
}>;
|
|
431
432
|
zIndex: string | number;
|
|
432
|
-
|
|
433
|
-
origin: Anchor | "auto" | "overlap";
|
|
434
|
-
minWidth: NonNullable<string | number>;
|
|
433
|
+
style: vue.StyleValue;
|
|
435
434
|
eager: boolean;
|
|
436
|
-
|
|
437
|
-
|
|
435
|
+
disabled: boolean;
|
|
436
|
+
modelValue: boolean;
|
|
437
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
438
438
|
updateLocation: (e?: Event | undefined) => void;
|
|
439
|
-
} | undefined)
|
|
440
|
-
scrollStrategy: NonNullable<"
|
|
439
|
+
} | undefined)>;
|
|
440
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
441
441
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
442
442
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
443
443
|
activatorProps: Record<string, any>;
|
|
@@ -449,18 +449,18 @@ declare const VSpeedDial: {
|
|
|
449
449
|
persistent: boolean;
|
|
450
450
|
scrim: NonNullable<string | boolean>;
|
|
451
451
|
} & {
|
|
452
|
-
class?: any;
|
|
453
452
|
id?: string | undefined;
|
|
454
|
-
width?: string | number | undefined;
|
|
455
453
|
height?: string | number | undefined;
|
|
456
|
-
|
|
457
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
|
458
|
-
contentClass?: any;
|
|
459
|
-
opacity?: string | number | undefined;
|
|
454
|
+
width?: string | number | undefined;
|
|
460
455
|
maxHeight?: string | number | undefined;
|
|
461
456
|
maxWidth?: string | number | undefined;
|
|
462
457
|
minHeight?: string | number | undefined;
|
|
463
|
-
|
|
458
|
+
opacity?: string | number | undefined;
|
|
459
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
460
|
+
class?: any;
|
|
461
|
+
theme?: string | undefined;
|
|
462
|
+
contentClass?: any;
|
|
463
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
464
464
|
openOnClick?: boolean | undefined;
|
|
465
465
|
openOnFocus?: boolean | undefined;
|
|
466
466
|
contentProps?: any;
|
|
@@ -502,24 +502,24 @@ declare const VSpeedDial: {
|
|
|
502
502
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
503
503
|
'update:modelValue': (value: boolean) => boolean;
|
|
504
504
|
}, string, {
|
|
505
|
-
style: vue.StyleValue;
|
|
506
|
-
disabled: boolean;
|
|
507
505
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
506
|
+
location: NonNullable<Anchor>;
|
|
507
|
+
origin: "auto" | Anchor | "overlap";
|
|
508
|
+
minWidth: NonNullable<string | number>;
|
|
508
509
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
509
510
|
component?: vue.Component | undefined;
|
|
510
511
|
})> | {
|
|
511
512
|
component: vue.Component;
|
|
512
513
|
}>;
|
|
513
514
|
zIndex: string | number;
|
|
514
|
-
|
|
515
|
-
origin: Anchor | "auto" | "overlap";
|
|
516
|
-
minWidth: NonNullable<string | number>;
|
|
515
|
+
style: vue.StyleValue;
|
|
517
516
|
eager: boolean;
|
|
518
|
-
|
|
519
|
-
|
|
517
|
+
disabled: boolean;
|
|
518
|
+
modelValue: boolean;
|
|
519
|
+
locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
520
520
|
updateLocation: (e?: Event | undefined) => void;
|
|
521
|
-
} | undefined)
|
|
522
|
-
scrollStrategy: NonNullable<"
|
|
521
|
+
} | undefined)>;
|
|
522
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
523
523
|
closeDelay: NonNullable<NonNullable<string | number>>;
|
|
524
524
|
openDelay: NonNullable<NonNullable<string | number>>;
|
|
525
525
|
activatorProps: Record<string, any>;
|
|
@@ -546,27 +546,38 @@ declare const VSpeedDial: {
|
|
|
546
546
|
[key: string]: any;
|
|
547
547
|
}>[];
|
|
548
548
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
549
|
-
class: vue.PropType<any>;
|
|
550
|
-
style: {
|
|
551
|
-
type: vue.PropType<vue.StyleValue>;
|
|
552
|
-
default: null;
|
|
553
|
-
};
|
|
554
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
555
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
556
|
-
theme: StringConstructor;
|
|
557
|
-
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
558
|
-
disabled: BooleanConstructor;
|
|
559
549
|
offset: {
|
|
560
550
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
|
561
551
|
default: NonNullable<string | number | number[] | undefined>;
|
|
562
552
|
};
|
|
553
|
+
location: Omit<{
|
|
554
|
+
type: vue.PropType<Anchor>;
|
|
555
|
+
default: string;
|
|
556
|
+
}, "type" | "default"> & {
|
|
557
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
558
|
+
default: NonNullable<Anchor>;
|
|
559
|
+
};
|
|
560
|
+
origin: {
|
|
561
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
|
562
|
+
default: string;
|
|
563
|
+
};
|
|
564
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
565
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
566
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
567
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
568
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
569
|
+
minWidth: {
|
|
570
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
571
|
+
default: NonNullable<string | number>;
|
|
572
|
+
};
|
|
573
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
563
574
|
transition: Omit<Omit<{
|
|
564
575
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
565
576
|
component?: vue.Component | undefined;
|
|
566
577
|
})>;
|
|
567
578
|
default: string;
|
|
568
579
|
validator: (val: unknown) => boolean;
|
|
569
|
-
}, "
|
|
580
|
+
}, "type" | "default"> & {
|
|
570
581
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
571
582
|
component?: vue.Component | undefined;
|
|
572
583
|
})> | {
|
|
@@ -577,7 +588,7 @@ declare const VSpeedDial: {
|
|
|
577
588
|
})> | {
|
|
578
589
|
component: vue.Component;
|
|
579
590
|
};
|
|
580
|
-
}, "
|
|
591
|
+
}, "type" | "default"> & {
|
|
581
592
|
type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
582
593
|
component?: vue.Component | undefined;
|
|
583
594
|
})> | {
|
|
@@ -593,62 +604,51 @@ declare const VSpeedDial: {
|
|
|
593
604
|
type: (StringConstructor | NumberConstructor)[];
|
|
594
605
|
default: number;
|
|
595
606
|
};
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
|
600
|
-
default: string;
|
|
601
|
-
};
|
|
602
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
|
603
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
604
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
605
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
606
|
-
minWidth: {
|
|
607
|
-
type: vue.PropType<NonNullable<string | number>>;
|
|
608
|
-
default: NonNullable<string | number>;
|
|
607
|
+
style: {
|
|
608
|
+
type: vue.PropType<vue.StyleValue>;
|
|
609
|
+
default: null;
|
|
609
610
|
};
|
|
611
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
610
612
|
eager: BooleanConstructor;
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
};
|
|
618
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
|
613
|
+
disabled: BooleanConstructor;
|
|
614
|
+
class: vue.PropType<any>;
|
|
615
|
+
theme: StringConstructor;
|
|
616
|
+
modelValue: BooleanConstructor;
|
|
617
|
+
contentClass: null;
|
|
618
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
619
619
|
locationStrategy: Omit<{
|
|
620
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
620
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
621
621
|
updateLocation: (e?: Event | undefined) => void;
|
|
622
|
-
} | undefined)
|
|
622
|
+
} | undefined)>;
|
|
623
623
|
default: string;
|
|
624
624
|
validator: (val: any) => boolean;
|
|
625
|
-
}, "
|
|
626
|
-
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
625
|
+
}, "type" | "default"> & {
|
|
626
|
+
type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
627
627
|
updateLocation: (e?: Event | undefined) => void;
|
|
628
|
-
} | undefined)
|
|
629
|
-
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
628
|
+
} | undefined)>>;
|
|
629
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
630
630
|
updateLocation: (e?: Event | undefined) => void;
|
|
631
|
-
} | undefined)
|
|
631
|
+
} | undefined)>;
|
|
632
632
|
};
|
|
633
633
|
scrollStrategy: Omit<{
|
|
634
|
-
type: vue.PropType<"
|
|
634
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
635
635
|
default: string;
|
|
636
636
|
validator: (val: any) => boolean;
|
|
637
|
-
}, "
|
|
638
|
-
type: vue.PropType<NonNullable<"
|
|
639
|
-
default: NonNullable<"
|
|
637
|
+
}, "type" | "default"> & {
|
|
638
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
|
639
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
640
640
|
};
|
|
641
641
|
closeDelay: Omit<{
|
|
642
642
|
type: vue.PropType<NonNullable<string | number>>;
|
|
643
643
|
default: NonNullable<string | number>;
|
|
644
|
-
}, "
|
|
644
|
+
}, "type" | "default"> & {
|
|
645
645
|
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
646
646
|
default: NonNullable<NonNullable<string | number>>;
|
|
647
647
|
};
|
|
648
648
|
openDelay: Omit<{
|
|
649
649
|
type: vue.PropType<NonNullable<string | number>>;
|
|
650
650
|
default: NonNullable<string | number>;
|
|
651
|
-
}, "
|
|
651
|
+
}, "type" | "default"> & {
|
|
652
652
|
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
653
653
|
default: NonNullable<NonNullable<string | number>>;
|
|
654
654
|
};
|
|
@@ -680,34 +680,45 @@ declare const VSpeedDial: {
|
|
|
680
680
|
scrim: Omit<{
|
|
681
681
|
type: (StringConstructor | BooleanConstructor)[];
|
|
682
682
|
default: boolean;
|
|
683
|
-
}, "
|
|
683
|
+
}, "type" | "default"> & {
|
|
684
684
|
type: vue.PropType<NonNullable<string | boolean>>;
|
|
685
685
|
default: NonNullable<string | boolean>;
|
|
686
686
|
};
|
|
687
687
|
attach: vue.PropType<string | boolean | Element>;
|
|
688
688
|
id: StringConstructor;
|
|
689
689
|
}, vue.ExtractPropTypes<{
|
|
690
|
-
class: vue.PropType<any>;
|
|
691
|
-
style: {
|
|
692
|
-
type: vue.PropType<vue.StyleValue>;
|
|
693
|
-
default: null;
|
|
694
|
-
};
|
|
695
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
696
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
697
|
-
theme: StringConstructor;
|
|
698
|
-
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
|
699
|
-
disabled: BooleanConstructor;
|
|
700
690
|
offset: {
|
|
701
691
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
|
702
692
|
default: NonNullable<string | number | number[] | undefined>;
|
|
703
693
|
};
|
|
694
|
+
location: Omit<{
|
|
695
|
+
type: vue.PropType<Anchor>;
|
|
696
|
+
default: string;
|
|
697
|
+
}, "type" | "default"> & {
|
|
698
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
|
699
|
+
default: NonNullable<Anchor>;
|
|
700
|
+
};
|
|
701
|
+
origin: {
|
|
702
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
|
703
|
+
default: string;
|
|
704
|
+
};
|
|
705
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
706
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
707
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
708
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
709
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
710
|
+
minWidth: {
|
|
711
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
712
|
+
default: NonNullable<string | number>;
|
|
713
|
+
};
|
|
714
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
704
715
|
transition: Omit<Omit<{
|
|
705
716
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
|
706
717
|
component?: vue.Component | undefined;
|
|
707
718
|
})>;
|
|
708
719
|
default: string;
|
|
709
720
|
validator: (val: unknown) => boolean;
|
|
710
|
-
}, "
|
|
721
|
+
}, "type" | "default"> & {
|
|
711
722
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
712
723
|
component?: vue.Component | undefined;
|
|
713
724
|
})> | {
|
|
@@ -718,7 +729,7 @@ declare const VSpeedDial: {
|
|
|
718
729
|
})> | {
|
|
719
730
|
component: vue.Component;
|
|
720
731
|
};
|
|
721
|
-
}, "
|
|
732
|
+
}, "type" | "default"> & {
|
|
722
733
|
type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
|
723
734
|
component?: vue.Component | undefined;
|
|
724
735
|
})> | {
|
|
@@ -734,62 +745,51 @@ declare const VSpeedDial: {
|
|
|
734
745
|
type: (StringConstructor | NumberConstructor)[];
|
|
735
746
|
default: number;
|
|
736
747
|
};
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
|
741
|
-
default: string;
|
|
742
|
-
};
|
|
743
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
|
744
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
745
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
746
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
747
|
-
minWidth: {
|
|
748
|
-
type: vue.PropType<NonNullable<string | number>>;
|
|
749
|
-
default: NonNullable<string | number>;
|
|
748
|
+
style: {
|
|
749
|
+
type: vue.PropType<vue.StyleValue>;
|
|
750
|
+
default: null;
|
|
750
751
|
};
|
|
752
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
751
753
|
eager: BooleanConstructor;
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
};
|
|
759
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
|
754
|
+
disabled: BooleanConstructor;
|
|
755
|
+
class: vue.PropType<any>;
|
|
756
|
+
theme: StringConstructor;
|
|
757
|
+
modelValue: BooleanConstructor;
|
|
758
|
+
contentClass: null;
|
|
759
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
760
760
|
locationStrategy: Omit<{
|
|
761
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
761
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
762
762
|
updateLocation: (e?: Event | undefined) => void;
|
|
763
|
-
} | undefined)
|
|
763
|
+
} | undefined)>;
|
|
764
764
|
default: string;
|
|
765
765
|
validator: (val: any) => boolean;
|
|
766
|
-
}, "
|
|
767
|
-
type: vue.PropType<NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
766
|
+
}, "type" | "default"> & {
|
|
767
|
+
type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
768
768
|
updateLocation: (e?: Event | undefined) => void;
|
|
769
|
-
} | undefined)
|
|
770
|
-
default: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
769
|
+
} | undefined)>>;
|
|
770
|
+
default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
771
771
|
updateLocation: (e?: Event | undefined) => void;
|
|
772
|
-
} | undefined)
|
|
772
|
+
} | undefined)>;
|
|
773
773
|
};
|
|
774
774
|
scrollStrategy: Omit<{
|
|
775
|
-
type: vue.PropType<"
|
|
775
|
+
type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
776
776
|
default: string;
|
|
777
777
|
validator: (val: any) => boolean;
|
|
778
|
-
}, "
|
|
779
|
-
type: vue.PropType<NonNullable<"
|
|
780
|
-
default: NonNullable<"
|
|
778
|
+
}, "type" | "default"> & {
|
|
779
|
+
type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
|
|
780
|
+
default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
781
781
|
};
|
|
782
782
|
closeDelay: Omit<{
|
|
783
783
|
type: vue.PropType<NonNullable<string | number>>;
|
|
784
784
|
default: NonNullable<string | number>;
|
|
785
|
-
}, "
|
|
785
|
+
}, "type" | "default"> & {
|
|
786
786
|
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
787
787
|
default: NonNullable<NonNullable<string | number>>;
|
|
788
788
|
};
|
|
789
789
|
openDelay: Omit<{
|
|
790
790
|
type: vue.PropType<NonNullable<string | number>>;
|
|
791
791
|
default: NonNullable<string | number>;
|
|
792
|
-
}, "
|
|
792
|
+
}, "type" | "default"> & {
|
|
793
793
|
type: vue.PropType<NonNullable<NonNullable<string | number>>>;
|
|
794
794
|
default: NonNullable<NonNullable<string | number>>;
|
|
795
795
|
};
|
|
@@ -821,7 +821,7 @@ declare const VSpeedDial: {
|
|
|
821
821
|
scrim: Omit<{
|
|
822
822
|
type: (StringConstructor | BooleanConstructor)[];
|
|
823
823
|
default: boolean;
|
|
824
|
-
}, "
|
|
824
|
+
}, "type" | "default"> & {
|
|
825
825
|
type: vue.PropType<NonNullable<string | boolean>>;
|
|
826
826
|
default: NonNullable<string | boolean>;
|
|
827
827
|
};
|