vuetify 3.5.7 → 3.5.8
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 +149 -1
- package/dist/json/importMap-labs.json +14 -10
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +42 -0
- package/dist/json/web-types.json +381 -2
- package/dist/vuetify-labs.css +1790 -1778
- package/dist/vuetify-labs.d.ts +579 -1
- package/dist/vuetify-labs.esm.js +119 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +119 -25
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +938 -934
- package/dist/vuetify.d.ts +41 -38
- package/dist/vuetify.esm.js +56 -18
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +56 -18
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +115 -104
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +23 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +9 -5
- package/lib/components/VSwitch/VSwitch.mjs +2 -0
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +10 -7
- package/lib/components/VSwitch/_variables.scss +2 -0
- package/lib/composables/date/adapters/vuetify.mjs +21 -3
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/transition.mjs +7 -5
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +41 -38
- package/lib/labs/VCalendar/VCalendarInterval.css +1 -0
- package/lib/labs/VCalendar/VCalendarInterval.sass +1 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +6 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +5 -2
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +6 -0
- package/lib/labs/VFab/VFab.css +1 -1
- package/lib/labs/VFab/VFab.sass +1 -1
- package/lib/labs/VSparkline/VBarline.mjs +4 -3
- package/lib/labs/VSparkline/VBarline.mjs.map +1 -1
- package/lib/labs/VSparkline/VTrendline.mjs +9 -5
- package/lib/labs/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/labs/VSparkline/index.d.mts +15 -0
- package/lib/labs/VSparkline/util/line.mjs +4 -0
- package/lib/labs/VSparkline/util/line.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +3 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +56 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.sass +2 -0
- package/lib/labs/VSpeedDial/index.d.mts +649 -0
- package/lib/labs/VSpeedDial/index.mjs +2 -0
- package/lib/labs/VSpeedDial/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +652 -2
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +2 -2
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.5.
|
|
5
|
+
"version": "3.5.8",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -24878,7 +24878,7 @@
|
|
|
24878
24878
|
},
|
|
24879
24879
|
{
|
|
24880
24880
|
"name": "id",
|
|
24881
|
-
"description": "
|
|
24881
|
+
"description": "The unique identifier of the component.",
|
|
24882
24882
|
"doc-url": "https://vuetifyjs.com/api/VMenu#props",
|
|
24883
24883
|
"value": {
|
|
24884
24884
|
"kind": "expression",
|
|
@@ -34141,6 +34141,16 @@
|
|
|
34141
34141
|
"type": "string"
|
|
34142
34142
|
}
|
|
34143
34143
|
},
|
|
34144
|
+
{
|
|
34145
|
+
"name": "itemValue",
|
|
34146
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Line.json))",
|
|
34147
|
+
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
|
34148
|
+
"default": "'value'",
|
|
34149
|
+
"value": {
|
|
34150
|
+
"kind": "expression",
|
|
34151
|
+
"type": "string"
|
|
34152
|
+
}
|
|
34153
|
+
},
|
|
34144
34154
|
{
|
|
34145
34155
|
"name": "modelValue",
|
|
34146
34156
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
@@ -34248,6 +34258,375 @@
|
|
|
34248
34258
|
"event": "update:modelValue"
|
|
34249
34259
|
}
|
|
34250
34260
|
},
|
|
34261
|
+
{
|
|
34262
|
+
"name": "VSpeedDial",
|
|
34263
|
+
"source": {
|
|
34264
|
+
"module": "./src/components/index.ts",
|
|
34265
|
+
"symbol": "VSpeedDial"
|
|
34266
|
+
},
|
|
34267
|
+
"description": "",
|
|
34268
|
+
"doc-url": "https://vuetifyjs.com/api/v-speed-dial",
|
|
34269
|
+
"attributes": [
|
|
34270
|
+
{
|
|
34271
|
+
"name": "id",
|
|
34272
|
+
"description": "The unique identifier of the component.",
|
|
34273
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34274
|
+
"value": {
|
|
34275
|
+
"kind": "expression",
|
|
34276
|
+
"type": "string"
|
|
34277
|
+
}
|
|
34278
|
+
},
|
|
34279
|
+
{
|
|
34280
|
+
"name": "closeOnBack",
|
|
34281
|
+
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
|
|
34282
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34283
|
+
"default": "true",
|
|
34284
|
+
"value": {
|
|
34285
|
+
"kind": "expression",
|
|
34286
|
+
"type": "boolean"
|
|
34287
|
+
}
|
|
34288
|
+
},
|
|
34289
|
+
{
|
|
34290
|
+
"name": "contained",
|
|
34291
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.).",
|
|
34292
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34293
|
+
"default": "false",
|
|
34294
|
+
"value": {
|
|
34295
|
+
"kind": "expression",
|
|
34296
|
+
"type": "boolean"
|
|
34297
|
+
}
|
|
34298
|
+
},
|
|
34299
|
+
{
|
|
34300
|
+
"name": "contentClass",
|
|
34301
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component.",
|
|
34302
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34303
|
+
"value": {
|
|
34304
|
+
"kind": "expression",
|
|
34305
|
+
"type": "any"
|
|
34306
|
+
}
|
|
34307
|
+
},
|
|
34308
|
+
{
|
|
34309
|
+
"name": "contentProps",
|
|
34310
|
+
"description": "Apply custom properties to the content.",
|
|
34311
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34312
|
+
"value": {
|
|
34313
|
+
"kind": "expression",
|
|
34314
|
+
"type": "any"
|
|
34315
|
+
}
|
|
34316
|
+
},
|
|
34317
|
+
{
|
|
34318
|
+
"name": "disabled",
|
|
34319
|
+
"description": "Removes the ability to click or target the component.",
|
|
34320
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34321
|
+
"default": "false",
|
|
34322
|
+
"value": {
|
|
34323
|
+
"kind": "expression",
|
|
34324
|
+
"type": "boolean"
|
|
34325
|
+
}
|
|
34326
|
+
},
|
|
34327
|
+
{
|
|
34328
|
+
"name": "opacity",
|
|
34329
|
+
"description": "Sets the overlay opacity.",
|
|
34330
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34331
|
+
"value": {
|
|
34332
|
+
"kind": "expression",
|
|
34333
|
+
"type": "string | number"
|
|
34334
|
+
}
|
|
34335
|
+
},
|
|
34336
|
+
{
|
|
34337
|
+
"name": "noClickAnimation",
|
|
34338
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
34339
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34340
|
+
"default": "false",
|
|
34341
|
+
"value": {
|
|
34342
|
+
"kind": "expression",
|
|
34343
|
+
"type": "boolean"
|
|
34344
|
+
}
|
|
34345
|
+
},
|
|
34346
|
+
{
|
|
34347
|
+
"name": "modelValue",
|
|
34348
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
34349
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34350
|
+
"default": "false",
|
|
34351
|
+
"value": {
|
|
34352
|
+
"kind": "expression",
|
|
34353
|
+
"type": "boolean"
|
|
34354
|
+
}
|
|
34355
|
+
},
|
|
34356
|
+
{
|
|
34357
|
+
"name": "persistent",
|
|
34358
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it.",
|
|
34359
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34360
|
+
"default": "false",
|
|
34361
|
+
"value": {
|
|
34362
|
+
"kind": "expression",
|
|
34363
|
+
"type": "boolean"
|
|
34364
|
+
}
|
|
34365
|
+
},
|
|
34366
|
+
{
|
|
34367
|
+
"name": "scrim",
|
|
34368
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
34369
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34370
|
+
"default": "false",
|
|
34371
|
+
"value": {
|
|
34372
|
+
"kind": "expression",
|
|
34373
|
+
"type": "string | boolean"
|
|
34374
|
+
}
|
|
34375
|
+
},
|
|
34376
|
+
{
|
|
34377
|
+
"name": "zIndex",
|
|
34378
|
+
"description": "The z-index used for the component.",
|
|
34379
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34380
|
+
"default": "2000",
|
|
34381
|
+
"value": {
|
|
34382
|
+
"kind": "expression",
|
|
34383
|
+
"type": "string | number"
|
|
34384
|
+
}
|
|
34385
|
+
},
|
|
34386
|
+
{
|
|
34387
|
+
"name": "target",
|
|
34388
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
|
|
34389
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34390
|
+
"value": {
|
|
34391
|
+
"kind": "expression",
|
|
34392
|
+
"type": "| (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]"
|
|
34393
|
+
}
|
|
34394
|
+
},
|
|
34395
|
+
{
|
|
34396
|
+
"name": "activator",
|
|
34397
|
+
"description": "Explicitly sets the overlay's activator.",
|
|
34398
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34399
|
+
"value": {
|
|
34400
|
+
"kind": "expression",
|
|
34401
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance"
|
|
34402
|
+
}
|
|
34403
|
+
},
|
|
34404
|
+
{
|
|
34405
|
+
"name": "activatorProps",
|
|
34406
|
+
"description": "Apply custom properties to the activator.",
|
|
34407
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34408
|
+
"default": "{}",
|
|
34409
|
+
"value": {
|
|
34410
|
+
"kind": "expression",
|
|
34411
|
+
"type": "unknown"
|
|
34412
|
+
}
|
|
34413
|
+
},
|
|
34414
|
+
{
|
|
34415
|
+
"name": "openOnClick",
|
|
34416
|
+
"description": "Designates whether menu should open on activator click.",
|
|
34417
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34418
|
+
"value": {
|
|
34419
|
+
"kind": "expression",
|
|
34420
|
+
"type": "boolean"
|
|
34421
|
+
}
|
|
34422
|
+
},
|
|
34423
|
+
{
|
|
34424
|
+
"name": "openOnHover",
|
|
34425
|
+
"description": "Opens speed-dial on hover.",
|
|
34426
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34427
|
+
"default": "false",
|
|
34428
|
+
"value": {
|
|
34429
|
+
"kind": "expression",
|
|
34430
|
+
"type": "boolean"
|
|
34431
|
+
}
|
|
34432
|
+
},
|
|
34433
|
+
{
|
|
34434
|
+
"name": "openOnFocus",
|
|
34435
|
+
"description": "Activate the component when the activator is focused.",
|
|
34436
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34437
|
+
"value": {
|
|
34438
|
+
"kind": "expression",
|
|
34439
|
+
"type": "boolean"
|
|
34440
|
+
}
|
|
34441
|
+
},
|
|
34442
|
+
{
|
|
34443
|
+
"name": "closeOnContentClick",
|
|
34444
|
+
"description": "Designates if menu should close when its content is clicked.",
|
|
34445
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34446
|
+
"default": "true",
|
|
34447
|
+
"value": {
|
|
34448
|
+
"kind": "expression",
|
|
34449
|
+
"type": "boolean"
|
|
34450
|
+
}
|
|
34451
|
+
},
|
|
34452
|
+
{
|
|
34453
|
+
"name": "closeDelay",
|
|
34454
|
+
"description": "Milliseconds to wait before closing component. Only works with the **open-on-hover** prop.",
|
|
34455
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34456
|
+
"default": "250",
|
|
34457
|
+
"value": {
|
|
34458
|
+
"kind": "expression",
|
|
34459
|
+
"type": "string | number"
|
|
34460
|
+
}
|
|
34461
|
+
},
|
|
34462
|
+
{
|
|
34463
|
+
"name": "openDelay",
|
|
34464
|
+
"description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop.",
|
|
34465
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34466
|
+
"default": "300",
|
|
34467
|
+
"value": {
|
|
34468
|
+
"kind": "expression",
|
|
34469
|
+
"type": "string | number"
|
|
34470
|
+
}
|
|
34471
|
+
},
|
|
34472
|
+
{
|
|
34473
|
+
"name": "height",
|
|
34474
|
+
"description": "Sets the height for the component.",
|
|
34475
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34476
|
+
"value": {
|
|
34477
|
+
"kind": "expression",
|
|
34478
|
+
"type": "string | number"
|
|
34479
|
+
}
|
|
34480
|
+
},
|
|
34481
|
+
{
|
|
34482
|
+
"name": "maxHeight",
|
|
34483
|
+
"description": "Sets the maximum height for the component.",
|
|
34484
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34485
|
+
"value": {
|
|
34486
|
+
"kind": "expression",
|
|
34487
|
+
"type": "string | number"
|
|
34488
|
+
}
|
|
34489
|
+
},
|
|
34490
|
+
{
|
|
34491
|
+
"name": "maxWidth",
|
|
34492
|
+
"description": "Sets the maximum width for the component.",
|
|
34493
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34494
|
+
"value": {
|
|
34495
|
+
"kind": "expression",
|
|
34496
|
+
"type": "string | number"
|
|
34497
|
+
}
|
|
34498
|
+
},
|
|
34499
|
+
{
|
|
34500
|
+
"name": "minHeight",
|
|
34501
|
+
"description": "Sets the minimum height for the component.",
|
|
34502
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34503
|
+
"value": {
|
|
34504
|
+
"kind": "expression",
|
|
34505
|
+
"type": "string | number"
|
|
34506
|
+
}
|
|
34507
|
+
},
|
|
34508
|
+
{
|
|
34509
|
+
"name": "minWidth",
|
|
34510
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width.",
|
|
34511
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34512
|
+
"default": "0",
|
|
34513
|
+
"value": {
|
|
34514
|
+
"kind": "expression",
|
|
34515
|
+
"type": "string | number"
|
|
34516
|
+
}
|
|
34517
|
+
},
|
|
34518
|
+
{
|
|
34519
|
+
"name": "width",
|
|
34520
|
+
"description": "Sets the width for the component.",
|
|
34521
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34522
|
+
"value": {
|
|
34523
|
+
"kind": "expression",
|
|
34524
|
+
"type": "string | number"
|
|
34525
|
+
}
|
|
34526
|
+
},
|
|
34527
|
+
{
|
|
34528
|
+
"name": "eager",
|
|
34529
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
|
34530
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34531
|
+
"default": "false",
|
|
34532
|
+
"value": {
|
|
34533
|
+
"kind": "expression",
|
|
34534
|
+
"type": "boolean"
|
|
34535
|
+
}
|
|
34536
|
+
},
|
|
34537
|
+
{
|
|
34538
|
+
"name": "locationStrategy",
|
|
34539
|
+
"description": "A function used to specifies how the component should position relative to its activator.",
|
|
34540
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34541
|
+
"default": "'connected'",
|
|
34542
|
+
"value": {
|
|
34543
|
+
"kind": "expression",
|
|
34544
|
+
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>"
|
|
34545
|
+
}
|
|
34546
|
+
},
|
|
34547
|
+
{
|
|
34548
|
+
"name": "location",
|
|
34549
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both..",
|
|
34550
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34551
|
+
"default": "'top center'",
|
|
34552
|
+
"value": {
|
|
34553
|
+
"kind": "expression",
|
|
34554
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>"
|
|
34555
|
+
}
|
|
34556
|
+
},
|
|
34557
|
+
{
|
|
34558
|
+
"name": "origin",
|
|
34559
|
+
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
34560
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34561
|
+
"default": "'auto'",
|
|
34562
|
+
"value": {
|
|
34563
|
+
"kind": "expression",
|
|
34564
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'"
|
|
34565
|
+
}
|
|
34566
|
+
},
|
|
34567
|
+
{
|
|
34568
|
+
"name": "offset",
|
|
34569
|
+
"description": "A single value that offsets content away from the target based upon what side it is on.",
|
|
34570
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34571
|
+
"default": "8",
|
|
34572
|
+
"value": {
|
|
34573
|
+
"kind": "expression",
|
|
34574
|
+
"type": "string | number | number[]"
|
|
34575
|
+
}
|
|
34576
|
+
},
|
|
34577
|
+
{
|
|
34578
|
+
"name": "scrollStrategy",
|
|
34579
|
+
"description": "Strategy used when the component is activate and user scrolls.",
|
|
34580
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34581
|
+
"default": "'reposition'",
|
|
34582
|
+
"value": {
|
|
34583
|
+
"kind": "expression",
|
|
34584
|
+
"type": "'none' | 'close' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>"
|
|
34585
|
+
}
|
|
34586
|
+
},
|
|
34587
|
+
{
|
|
34588
|
+
"name": "theme",
|
|
34589
|
+
"description": "Specify a theme for this component and all of its children.",
|
|
34590
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34591
|
+
"value": {
|
|
34592
|
+
"kind": "expression",
|
|
34593
|
+
"type": "string"
|
|
34594
|
+
}
|
|
34595
|
+
},
|
|
34596
|
+
{
|
|
34597
|
+
"name": "transition",
|
|
34598
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
|
|
34599
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34600
|
+
"default": "'fade-transition'",
|
|
34601
|
+
"value": {
|
|
34602
|
+
"kind": "expression",
|
|
34603
|
+
"type": "string | boolean | (TransitionProps & { component: Component })"
|
|
34604
|
+
}
|
|
34605
|
+
},
|
|
34606
|
+
{
|
|
34607
|
+
"name": "attach",
|
|
34608
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator.",
|
|
34609
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34610
|
+
"default": "false",
|
|
34611
|
+
"value": {
|
|
34612
|
+
"kind": "expression",
|
|
34613
|
+
"type": "string | boolean | Element"
|
|
34614
|
+
}
|
|
34615
|
+
}
|
|
34616
|
+
],
|
|
34617
|
+
"events": [],
|
|
34618
|
+
"slots": [
|
|
34619
|
+
{
|
|
34620
|
+
"name": "default",
|
|
34621
|
+
"description": "The default Vue slot.",
|
|
34622
|
+
"doc-url": "https://vuetifyjs.com/api/v-speed-dial#slots"
|
|
34623
|
+
}
|
|
34624
|
+
],
|
|
34625
|
+
"vue-model": {
|
|
34626
|
+
"prop": "modelValue",
|
|
34627
|
+
"event": "update:modelValue"
|
|
34628
|
+
}
|
|
34629
|
+
},
|
|
34251
34630
|
{
|
|
34252
34631
|
"name": "VStepper",
|
|
34253
34632
|
"source": {
|