@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 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;
|
105
|
+
style: vue.StyleValue;
|
104
106
|
eager: boolean;
|
107
|
+
disabled: boolean;
|
105
108
|
modelValue: boolean;
|
106
|
-
|
107
|
-
minWidth: NonNullable<string | number>;
|
108
|
-
location: NonNullable<Anchor>;
|
109
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
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;
|
187
|
+
style: vue.StyleValue;
|
186
188
|
eager: boolean;
|
189
|
+
disabled: boolean;
|
187
190
|
modelValue: boolean;
|
188
|
-
|
189
|
-
minWidth: NonNullable<string | number>;
|
190
|
-
location: NonNullable<Anchor>;
|
191
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
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;
|
267
|
+
style: vue.StyleValue;
|
266
268
|
eager: boolean;
|
269
|
+
disabled: boolean;
|
267
270
|
modelValue: boolean;
|
268
|
-
|
269
|
-
minWidth: NonNullable<string | number>;
|
270
|
-
location: NonNullable<Anchor>;
|
271
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
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;
|
318
|
+
style: vue.StyleValue;
|
317
319
|
eager: boolean;
|
320
|
+
disabled: boolean;
|
318
321
|
modelValue: boolean;
|
319
|
-
|
320
|
-
minWidth: NonNullable<string | number>;
|
321
|
-
location: NonNullable<Anchor>;
|
322
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
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;
|
398
|
+
style: vue.StyleValue;
|
397
399
|
eager: boolean;
|
400
|
+
disabled: boolean;
|
398
401
|
modelValue: boolean;
|
399
|
-
|
400
|
-
minWidth: NonNullable<string | number>;
|
401
|
-
location: NonNullable<Anchor>;
|
402
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
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;
|
433
|
+
style: vue.StyleValue;
|
432
434
|
eager: boolean;
|
435
|
+
disabled: boolean;
|
433
436
|
modelValue: boolean;
|
434
|
-
|
435
|
-
minWidth: NonNullable<string | number>;
|
436
|
-
location: NonNullable<Anchor>;
|
437
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
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;
|
515
|
+
style: vue.StyleValue;
|
514
516
|
eager: boolean;
|
517
|
+
disabled: boolean;
|
515
518
|
modelValue: boolean;
|
516
|
-
|
517
|
-
minWidth: NonNullable<string | number>;
|
518
|
-
location: NonNullable<Anchor>;
|
519
|
-
locationStrategy: NonNullable<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
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
|
};
|
607
|
+
style: {
|
608
|
+
type: vue.PropType<vue.StyleValue>;
|
609
|
+
default: null;
|
610
|
+
};
|
611
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
596
612
|
eager: BooleanConstructor;
|
613
|
+
disabled: BooleanConstructor;
|
614
|
+
class: vue.PropType<any>;
|
615
|
+
theme: StringConstructor;
|
597
616
|
modelValue: BooleanConstructor;
|
598
617
|
contentClass: null;
|
599
|
-
|
600
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
601
|
-
default: string;
|
602
|
-
};
|
603
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
604
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
605
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
606
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
607
|
-
minWidth: {
|
608
|
-
type: vue.PropType<NonNullable<string | number>>;
|
609
|
-
default: NonNullable<string | number>;
|
610
|
-
};
|
611
|
-
location: Omit<{
|
612
|
-
type: vue.PropType<Anchor>;
|
613
|
-
default: string;
|
614
|
-
}, "default" | "type"> & {
|
615
|
-
type: vue.PropType<NonNullable<Anchor>>;
|
616
|
-
default: NonNullable<Anchor>;
|
617
|
-
};
|
618
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
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
|
};
|
748
|
+
style: {
|
749
|
+
type: vue.PropType<vue.StyleValue>;
|
750
|
+
default: null;
|
751
|
+
};
|
752
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
737
753
|
eager: BooleanConstructor;
|
754
|
+
disabled: BooleanConstructor;
|
755
|
+
class: vue.PropType<any>;
|
756
|
+
theme: StringConstructor;
|
738
757
|
modelValue: BooleanConstructor;
|
739
758
|
contentClass: null;
|
740
|
-
|
741
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
742
|
-
default: string;
|
743
|
-
};
|
744
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
745
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
746
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
747
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
748
|
-
minWidth: {
|
749
|
-
type: vue.PropType<NonNullable<string | number>>;
|
750
|
-
default: NonNullable<string | number>;
|
751
|
-
};
|
752
|
-
location: Omit<{
|
753
|
-
type: vue.PropType<Anchor>;
|
754
|
-
default: string;
|
755
|
-
}, "default" | "type"> & {
|
756
|
-
type: vue.PropType<NonNullable<Anchor>>;
|
757
|
-
default: NonNullable<Anchor>;
|
758
|
-
};
|
759
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
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
|
};
|