@vuetify/nightly 3.8.1-master.2025-04-13 → 3.8.1-master.2025-04-14
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 +29 -27
- package/dist/json/attributes.json +392 -392
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +194 -194
- package/dist/json/web-types.json +681 -681
- package/dist/vuetify-labs.cjs +27 -21
- package/dist/vuetify-labs.css +3267 -3267
- package/dist/vuetify-labs.d.ts +80 -67
- package/dist/vuetify-labs.esm.js +27 -21
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -21
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3269 -3269
- package/dist/vuetify.d.ts +80 -67
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +67 -66
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/package.json +56 -51
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.8.1-master.2025-04-
|
5
|
+
"version": "3.8.1-master.2025-04-14",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -22933,8 +22933,8 @@
|
|
22933
22933
|
}
|
22934
22934
|
},
|
22935
22935
|
{
|
22936
|
-
"name": "
|
22937
|
-
"description": "
|
22936
|
+
"name": "app",
|
22937
|
+
"description": "If true, attaches to the closest layout and positions according to the value of **location**.",
|
22938
22938
|
"doc-url": "https://vuetifyjs.com/api/VFab#props",
|
22939
22939
|
"default": "false",
|
22940
22940
|
"value": {
|
@@ -22943,8 +22943,8 @@
|
|
22943
22943
|
}
|
22944
22944
|
},
|
22945
22945
|
{
|
22946
|
-
"name": "
|
22947
|
-
"description": "
|
22946
|
+
"name": "appear",
|
22947
|
+
"description": "Used to control the animation of the FAB.",
|
22948
22948
|
"doc-url": "https://vuetifyjs.com/api/VFab#props",
|
22949
22949
|
"default": "false",
|
22950
22950
|
"value": {
|
@@ -43031,26 +43031,6 @@
|
|
43031
43031
|
"description": "",
|
43032
43032
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item",
|
43033
43033
|
"attributes": [
|
43034
|
-
{
|
43035
|
-
"name": "tag",
|
43036
|
-
"description": "Specify a custom tag used on the root element.",
|
43037
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43038
|
-
"default": "'div'",
|
43039
|
-
"value": {
|
43040
|
-
"kind": "expression",
|
43041
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
43042
|
-
}
|
43043
|
-
},
|
43044
|
-
{
|
43045
|
-
"name": "error",
|
43046
|
-
"description": "Puts the stepper item in a manual error state.",
|
43047
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43048
|
-
"default": "false",
|
43049
|
-
"value": {
|
43050
|
-
"kind": "expression",
|
43051
|
-
"type": "boolean"
|
43052
|
-
}
|
43053
|
-
},
|
43054
43034
|
{
|
43055
43035
|
"name": "title",
|
43056
43036
|
"description": "Specify a title text for the component.",
|
@@ -43061,41 +43041,31 @@
|
|
43061
43041
|
}
|
43062
43042
|
},
|
43063
43043
|
{
|
43064
|
-
"name": "
|
43065
|
-
"description": "
|
43044
|
+
"name": "text",
|
43045
|
+
"description": "Specify content text for the component.",
|
43066
43046
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43067
43047
|
"value": {
|
43068
43048
|
"kind": "expression",
|
43069
|
-
"type": "
|
43049
|
+
"type": "string"
|
43070
43050
|
}
|
43071
43051
|
},
|
43072
43052
|
{
|
43073
|
-
"name": "
|
43074
|
-
"description": "
|
43053
|
+
"name": "icon",
|
43054
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
|
43075
43055
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43076
|
-
"default": "false",
|
43077
43056
|
"value": {
|
43078
43057
|
"kind": "expression",
|
43079
|
-
"type": "
|
43058
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
43080
43059
|
}
|
43081
43060
|
},
|
43082
43061
|
{
|
43083
|
-
"name": "
|
43084
|
-
"description": "
|
43062
|
+
"name": "error",
|
43063
|
+
"description": "Puts the stepper item in a manual error state.",
|
43085
43064
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43086
43065
|
"default": "false",
|
43087
43066
|
"value": {
|
43088
43067
|
"kind": "expression",
|
43089
|
-
"type": "boolean
|
43090
|
-
}
|
43091
|
-
},
|
43092
|
-
{
|
43093
|
-
"name": "text",
|
43094
|
-
"description": "Specify content text for the component.",
|
43095
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43096
|
-
"value": {
|
43097
|
-
"kind": "expression",
|
43098
|
-
"type": "string"
|
43068
|
+
"type": "boolean"
|
43099
43069
|
}
|
43100
43070
|
},
|
43101
43071
|
{
|
@@ -43161,25 +43131,6 @@
|
|
43161
43131
|
"type": "string | number"
|
43162
43132
|
}
|
43163
43133
|
},
|
43164
|
-
{
|
43165
|
-
"name": "disabled",
|
43166
|
-
"description": "Disables the expansion-panel content.",
|
43167
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43168
|
-
"default": "false",
|
43169
|
-
"value": {
|
43170
|
-
"kind": "expression",
|
43171
|
-
"type": "boolean"
|
43172
|
-
}
|
43173
|
-
},
|
43174
|
-
{
|
43175
|
-
"name": "selectedClass",
|
43176
|
-
"description": "Configure the active CSS class applied when an item is selected.",
|
43177
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43178
|
-
"value": {
|
43179
|
-
"kind": "expression",
|
43180
|
-
"type": "string"
|
43181
|
-
}
|
43182
|
-
},
|
43183
43134
|
{
|
43184
43135
|
"name": "static",
|
43185
43136
|
"description": "Remove title size expansion when selected.",
|
@@ -43210,26 +43161,18 @@
|
|
43210
43161
|
}
|
43211
43162
|
},
|
43212
43163
|
{
|
43213
|
-
"name": "
|
43214
|
-
"description": "
|
43215
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43216
|
-
"value": {
|
43217
|
-
"kind": "expression",
|
43218
|
-
"type": "string"
|
43219
|
-
}
|
43220
|
-
},
|
43221
|
-
{
|
43222
|
-
"name": "icon",
|
43223
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
|
43164
|
+
"name": "tag",
|
43165
|
+
"description": "Specify a custom tag used on the root element.",
|
43224
43166
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43167
|
+
"default": "'div'",
|
43225
43168
|
"value": {
|
43226
43169
|
"kind": "expression",
|
43227
|
-
"type": "
|
43170
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
43228
43171
|
}
|
43229
43172
|
},
|
43230
43173
|
{
|
43231
|
-
"name": "
|
43232
|
-
"description": "Applies specified color to the control
|
43174
|
+
"name": "color",
|
43175
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
43233
43176
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43234
43177
|
"value": {
|
43235
43178
|
"kind": "expression",
|
@@ -43256,13 +43199,22 @@
|
|
43256
43199
|
}
|
43257
43200
|
},
|
43258
43201
|
{
|
43259
|
-
"name": "
|
43260
|
-
"description": "
|
43202
|
+
"name": "bgColor",
|
43203
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
43261
43204
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43262
|
-
"default": "[]",
|
43263
43205
|
"value": {
|
43264
43206
|
"kind": "expression",
|
43265
|
-
"type": "
|
43207
|
+
"type": "string"
|
43208
|
+
}
|
43209
|
+
},
|
43210
|
+
{
|
43211
|
+
"name": "disabled",
|
43212
|
+
"description": "Disables the expansion-panel content.",
|
43213
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43214
|
+
"default": "false",
|
43215
|
+
"value": {
|
43216
|
+
"kind": "expression",
|
43217
|
+
"type": "boolean"
|
43266
43218
|
}
|
43267
43219
|
},
|
43268
43220
|
{
|
@@ -43285,6 +43237,35 @@
|
|
43285
43237
|
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
43286
43238
|
}
|
43287
43239
|
},
|
43240
|
+
{
|
43241
|
+
"name": "value",
|
43242
|
+
"description": "Controls the opened/closed state of content.",
|
43243
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43244
|
+
"value": {
|
43245
|
+
"kind": "expression",
|
43246
|
+
"type": "any"
|
43247
|
+
}
|
43248
|
+
},
|
43249
|
+
{
|
43250
|
+
"name": "readonly",
|
43251
|
+
"description": "Makes the expansion panel content read only.",
|
43252
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43253
|
+
"default": "false",
|
43254
|
+
"value": {
|
43255
|
+
"kind": "expression",
|
43256
|
+
"type": "boolean"
|
43257
|
+
}
|
43258
|
+
},
|
43259
|
+
{
|
43260
|
+
"name": "rules",
|
43261
|
+
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`.",
|
43262
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43263
|
+
"default": "[]",
|
43264
|
+
"value": {
|
43265
|
+
"kind": "expression",
|
43266
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]"
|
43267
|
+
}
|
43268
|
+
},
|
43288
43269
|
{
|
43289
43270
|
"name": "hideActions",
|
43290
43271
|
"description": "Hide the expand icon in the content title.",
|
@@ -43296,30 +43277,30 @@
|
|
43296
43277
|
}
|
43297
43278
|
},
|
43298
43279
|
{
|
43299
|
-
"name": "
|
43300
|
-
"description": "
|
43280
|
+
"name": "ripple",
|
43281
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
43301
43282
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43302
43283
|
"default": "false",
|
43303
43284
|
"value": {
|
43304
43285
|
"kind": "expression",
|
43305
|
-
"type": "boolean"
|
43286
|
+
"type": "boolean | { class: string }"
|
43306
43287
|
}
|
43307
43288
|
},
|
43308
43289
|
{
|
43309
|
-
"name": "
|
43310
|
-
"description": "
|
43290
|
+
"name": "complete",
|
43291
|
+
"description": "Marks step as complete.",
|
43311
43292
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43312
|
-
"default": "
|
43293
|
+
"default": "false",
|
43313
43294
|
"value": {
|
43314
43295
|
"kind": "expression",
|
43315
|
-
"type": "
|
43296
|
+
"type": "boolean"
|
43316
43297
|
}
|
43317
43298
|
},
|
43318
43299
|
{
|
43319
|
-
"name": "
|
43320
|
-
"description": "Icon to display when step is
|
43300
|
+
"name": "completeIcon",
|
43301
|
+
"description": "Icon to display when step is marked as completed.",
|
43321
43302
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43322
|
-
"default": "'$
|
43303
|
+
"default": "'$complete'",
|
43323
43304
|
"value": {
|
43324
43305
|
"kind": "expression",
|
43325
43306
|
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
@@ -43335,6 +43316,16 @@
|
|
43335
43316
|
"type": "boolean"
|
43336
43317
|
}
|
43337
43318
|
},
|
43319
|
+
{
|
43320
|
+
"name": "editIcon",
|
43321
|
+
"description": "Icon to display when step is editable.",
|
43322
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43323
|
+
"default": "'$edit'",
|
43324
|
+
"value": {
|
43325
|
+
"kind": "expression",
|
43326
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
43327
|
+
}
|
43328
|
+
},
|
43338
43329
|
{
|
43339
43330
|
"name": "errorIcon",
|
43340
43331
|
"description": "Icon to display when step has an error.",
|
@@ -43346,8 +43337,17 @@
|
|
43346
43337
|
}
|
43347
43338
|
},
|
43348
43339
|
{
|
43349
|
-
"name": "
|
43350
|
-
"description": "
|
43340
|
+
"name": "selectedClass",
|
43341
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
43342
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43343
|
+
"value": {
|
43344
|
+
"kind": "expression",
|
43345
|
+
"type": "string"
|
43346
|
+
}
|
43347
|
+
},
|
43348
|
+
{
|
43349
|
+
"name": "focusable",
|
43350
|
+
"description": "Makes the expansion panel content focusable.",
|
43351
43351
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
43352
43352
|
"default": "false",
|
43353
43353
|
"value": {
|
@@ -43578,12 +43578,13 @@
|
|
43578
43578
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-window",
|
43579
43579
|
"attributes": [
|
43580
43580
|
{
|
43581
|
-
"name": "
|
43582
|
-
"description": "
|
43581
|
+
"name": "tag",
|
43582
|
+
"description": "Specify a custom tag used on the root element.",
|
43583
43583
|
"doc-url": "https://vuetifyjs.com/api/VStepperWindow#props",
|
43584
|
+
"default": "'div'",
|
43584
43585
|
"value": {
|
43585
43586
|
"kind": "expression",
|
43586
|
-
"type": "any"
|
43587
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
43587
43588
|
}
|
43588
43589
|
},
|
43589
43590
|
{
|
@@ -43596,16 +43597,6 @@
|
|
43596
43597
|
"type": "boolean"
|
43597
43598
|
}
|
43598
43599
|
},
|
43599
|
-
{
|
43600
|
-
"name": "tag",
|
43601
|
-
"description": "Specify a custom tag used on the root element.",
|
43602
|
-
"doc-url": "https://vuetifyjs.com/api/VStepperWindow#props",
|
43603
|
-
"default": "'div'",
|
43604
|
-
"value": {
|
43605
|
-
"kind": "expression",
|
43606
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
43607
|
-
}
|
43608
|
-
},
|
43609
43600
|
{
|
43610
43601
|
"name": "theme",
|
43611
43602
|
"description": "Specify a theme for this component and all of its children.",
|
@@ -43626,23 +43617,32 @@
|
|
43626
43617
|
}
|
43627
43618
|
},
|
43628
43619
|
{
|
43629
|
-
"name": "
|
43630
|
-
"description": "
|
43620
|
+
"name": "selectedClass",
|
43621
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
43631
43622
|
"doc-url": "https://vuetifyjs.com/api/VStepperWindow#props",
|
43632
|
-
"default": "'
|
43623
|
+
"default": "'v-window-item--active'",
|
43633
43624
|
"value": {
|
43634
43625
|
"kind": "expression",
|
43635
|
-
"type": "
|
43626
|
+
"type": "string"
|
43636
43627
|
}
|
43637
43628
|
},
|
43638
43629
|
{
|
43639
|
-
"name": "
|
43640
|
-
"description": "
|
43630
|
+
"name": "modelValue",
|
43631
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
43641
43632
|
"doc-url": "https://vuetifyjs.com/api/VStepperWindow#props",
|
43642
|
-
"default": "'v-window-item--active'",
|
43643
43633
|
"value": {
|
43644
43634
|
"kind": "expression",
|
43645
|
-
"type": "
|
43635
|
+
"type": "any"
|
43636
|
+
}
|
43637
|
+
},
|
43638
|
+
{
|
43639
|
+
"name": "direction",
|
43640
|
+
"description": "The transition direction when changing windows.",
|
43641
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperWindow#props",
|
43642
|
+
"default": "'horizontal'",
|
43643
|
+
"value": {
|
43644
|
+
"kind": "expression",
|
43645
|
+
"type": "'horizontal' | 'vertical'"
|
43646
43646
|
}
|
43647
43647
|
}
|
43648
43648
|
],
|
@@ -43681,13 +43681,12 @@
|
|
43681
43681
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-window-item",
|
43682
43682
|
"attributes": [
|
43683
43683
|
{
|
43684
|
-
"name": "
|
43685
|
-
"description": "
|
43684
|
+
"name": "value",
|
43685
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
43686
43686
|
"doc-url": "https://vuetifyjs.com/api/VStepperWindowItem#props",
|
43687
|
-
"default": "false",
|
43688
43687
|
"value": {
|
43689
43688
|
"kind": "expression",
|
43690
|
-
"type": "
|
43689
|
+
"type": "any"
|
43691
43690
|
}
|
43692
43691
|
},
|
43693
43692
|
{
|
@@ -43701,12 +43700,12 @@
|
|
43701
43700
|
}
|
43702
43701
|
},
|
43703
43702
|
{
|
43704
|
-
"name": "
|
43705
|
-
"description": "
|
43703
|
+
"name": "selectedClass",
|
43704
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
43706
43705
|
"doc-url": "https://vuetifyjs.com/api/VStepperWindowItem#props",
|
43707
43706
|
"value": {
|
43708
43707
|
"kind": "expression",
|
43709
|
-
"type": "
|
43708
|
+
"type": "string"
|
43710
43709
|
}
|
43711
43710
|
},
|
43712
43711
|
{
|
@@ -43719,21 +43718,22 @@
|
|
43719
43718
|
}
|
43720
43719
|
},
|
43721
43720
|
{
|
43722
|
-
"name": "
|
43723
|
-
"description": "
|
43721
|
+
"name": "eager",
|
43722
|
+
"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.",
|
43724
43723
|
"doc-url": "https://vuetifyjs.com/api/VStepperWindowItem#props",
|
43724
|
+
"default": "false",
|
43725
43725
|
"value": {
|
43726
43726
|
"kind": "expression",
|
43727
|
-
"type": "
|
43727
|
+
"type": "boolean"
|
43728
43728
|
}
|
43729
43729
|
},
|
43730
43730
|
{
|
43731
|
-
"name": "
|
43732
|
-
"description": "
|
43731
|
+
"name": "reverseTransition",
|
43732
|
+
"description": "Sets the reverse transition.",
|
43733
43733
|
"doc-url": "https://vuetifyjs.com/api/VStepperWindowItem#props",
|
43734
43734
|
"value": {
|
43735
43735
|
"kind": "expression",
|
43736
|
-
"type": "string"
|
43736
|
+
"type": "string | boolean"
|
43737
43737
|
}
|
43738
43738
|
}
|
43739
43739
|
],
|
@@ -43760,21 +43760,21 @@
|
|
43760
43760
|
"doc-url": "https://vuetifyjs.com/api/v-svg-icon",
|
43761
43761
|
"attributes": [
|
43762
43762
|
{
|
43763
|
-
"name": "
|
43764
|
-
"description": "
|
43763
|
+
"name": "tag",
|
43764
|
+
"description": "Specify a custom tag used on the root element.",
|
43765
43765
|
"doc-url": "https://vuetifyjs.com/api/VSvgIcon#props",
|
43766
43766
|
"value": {
|
43767
43767
|
"kind": "expression",
|
43768
|
-
"type": "
|
43768
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
43769
43769
|
}
|
43770
43770
|
},
|
43771
43771
|
{
|
43772
|
-
"name": "
|
43773
|
-
"description": "
|
43772
|
+
"name": "icon",
|
43773
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component.",
|
43774
43774
|
"doc-url": "https://vuetifyjs.com/api/VSvgIcon#props",
|
43775
43775
|
"value": {
|
43776
43776
|
"kind": "expression",
|
43777
|
-
"type": "string | (new () => any)
|
43777
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
43778
43778
|
}
|
43779
43779
|
}
|
43780
43780
|
],
|
@@ -43814,12 +43814,12 @@
|
|
43814
43814
|
}
|
43815
43815
|
},
|
43816
43816
|
{
|
43817
|
-
"name": "
|
43818
|
-
"description": "
|
43817
|
+
"name": "modelValue",
|
43818
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
43819
43819
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43820
43820
|
"value": {
|
43821
43821
|
"kind": "expression",
|
43822
|
-
"type": "
|
43822
|
+
"type": "unknown"
|
43823
43823
|
}
|
43824
43824
|
},
|
43825
43825
|
{
|
@@ -43833,44 +43833,45 @@
|
|
43833
43833
|
}
|
43834
43834
|
},
|
43835
43835
|
{
|
43836
|
-
"name": "
|
43837
|
-
"description": "
|
43836
|
+
"name": "density",
|
43837
|
+
"description": "Adjusts the vertical height used by the component.",
|
43838
43838
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43839
|
+
"default": "'default'",
|
43839
43840
|
"value": {
|
43840
43841
|
"kind": "expression",
|
43841
|
-
"type": "
|
43842
|
+
"type": "'default' | 'comfortable' | 'compact'"
|
43842
43843
|
}
|
43843
43844
|
},
|
43844
43845
|
{
|
43845
|
-
"name": "
|
43846
|
-
"description": "
|
43846
|
+
"name": "maxWidth",
|
43847
|
+
"description": "Sets the maximum width for the component.",
|
43847
43848
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43848
43849
|
"value": {
|
43849
43850
|
"kind": "expression",
|
43850
|
-
"type": "string"
|
43851
|
+
"type": "string | number"
|
43851
43852
|
}
|
43852
43853
|
},
|
43853
43854
|
{
|
43854
|
-
"name": "
|
43855
|
-
"description": "Sets the
|
43855
|
+
"name": "minWidth",
|
43856
|
+
"description": "Sets the minimum width for the component.",
|
43856
43857
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43857
43858
|
"value": {
|
43858
43859
|
"kind": "expression",
|
43859
|
-
"type": "string"
|
43860
|
+
"type": "string | number"
|
43860
43861
|
}
|
43861
43862
|
},
|
43862
43863
|
{
|
43863
|
-
"name": "
|
43864
|
-
"description": "
|
43864
|
+
"name": "width",
|
43865
|
+
"description": "Sets the width for the component.",
|
43865
43866
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43866
43867
|
"value": {
|
43867
43868
|
"kind": "expression",
|
43868
|
-
"type": "
|
43869
|
+
"type": "string | number"
|
43869
43870
|
}
|
43870
43871
|
},
|
43871
43872
|
{
|
43872
|
-
"name": "
|
43873
|
-
"description": "
|
43873
|
+
"name": "theme",
|
43874
|
+
"description": "Specify a theme for this component and all of its children.",
|
43874
43875
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43875
43876
|
"value": {
|
43876
43877
|
"kind": "expression",
|
@@ -43878,78 +43879,39 @@
|
|
43878
43879
|
}
|
43879
43880
|
},
|
43880
43881
|
{
|
43881
|
-
"name": "
|
43882
|
-
"description": "
|
43883
|
-
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43884
|
-
"value": {
|
43885
|
-
"kind": "expression",
|
43886
|
-
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
43887
|
-
}
|
43888
|
-
},
|
43889
|
-
{
|
43890
|
-
"name": "appendIcon",
|
43891
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
|
43892
|
-
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43893
|
-
"value": {
|
43894
|
-
"kind": "expression",
|
43895
|
-
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
43896
|
-
}
|
43897
|
-
},
|
43898
|
-
{
|
43899
|
-
"name": "readonly",
|
43900
|
-
"description": "Puts input in readonly state.",
|
43901
|
-
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43902
|
-
"default": "null",
|
43903
|
-
"value": {
|
43904
|
-
"kind": "expression",
|
43905
|
-
"type": "boolean"
|
43906
|
-
}
|
43907
|
-
},
|
43908
|
-
{
|
43909
|
-
"name": "ripple",
|
43910
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
43911
|
-
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43912
|
-
"default": "true",
|
43913
|
-
"value": {
|
43914
|
-
"kind": "expression",
|
43915
|
-
"type": "boolean | { class: string }"
|
43916
|
-
}
|
43917
|
-
},
|
43918
|
-
{
|
43919
|
-
"name": "density",
|
43920
|
-
"description": "Adjusts the vertical height used by the component.",
|
43882
|
+
"name": "color",
|
43883
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
43921
43884
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43922
|
-
"default": "'default'",
|
43923
43885
|
"value": {
|
43924
43886
|
"kind": "expression",
|
43925
|
-
"type": "
|
43887
|
+
"type": "string"
|
43926
43888
|
}
|
43927
43889
|
},
|
43928
43890
|
{
|
43929
|
-
"name": "
|
43930
|
-
"description": "Sets the
|
43891
|
+
"name": "name",
|
43892
|
+
"description": "Sets the component's name attribute.",
|
43931
43893
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43932
43894
|
"value": {
|
43933
43895
|
"kind": "expression",
|
43934
|
-
"type": "string
|
43896
|
+
"type": "string"
|
43935
43897
|
}
|
43936
43898
|
},
|
43937
43899
|
{
|
43938
|
-
"name": "
|
43939
|
-
"description": "Sets the
|
43900
|
+
"name": "label",
|
43901
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
|
43940
43902
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43941
43903
|
"value": {
|
43942
43904
|
"kind": "expression",
|
43943
|
-
"type": "string
|
43905
|
+
"type": "string"
|
43944
43906
|
}
|
43945
43907
|
},
|
43946
43908
|
{
|
43947
|
-
"name": "
|
43948
|
-
"description": "Sets the
|
43909
|
+
"name": "baseColor",
|
43910
|
+
"description": "Sets the color of the input when it is not focused.",
|
43949
43911
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43950
43912
|
"value": {
|
43951
43913
|
"kind": "expression",
|
43952
|
-
"type": "string
|
43914
|
+
"type": "string"
|
43953
43915
|
}
|
43954
43916
|
},
|
43955
43917
|
{
|
@@ -43963,71 +43925,49 @@
|
|
43963
43925
|
}
|
43964
43926
|
},
|
43965
43927
|
{
|
43966
|
-
"name": "
|
43967
|
-
"description": "
|
43968
|
-
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43969
|
-
"default": "false",
|
43970
|
-
"value": {
|
43971
|
-
"kind": "expression",
|
43972
|
-
"type": "string | boolean"
|
43973
|
-
}
|
43974
|
-
},
|
43975
|
-
{
|
43976
|
-
"name": "color",
|
43977
|
-
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
43978
|
-
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43979
|
-
"value": {
|
43980
|
-
"kind": "expression",
|
43981
|
-
"type": "string"
|
43982
|
-
}
|
43983
|
-
},
|
43984
|
-
{
|
43985
|
-
"name": "inline",
|
43986
|
-
"description": "Puts children inputs into a row.",
|
43928
|
+
"name": "multiple",
|
43929
|
+
"description": "Changes expected model to an array.",
|
43987
43930
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43988
|
-
"default": "
|
43931
|
+
"default": "null",
|
43989
43932
|
"value": {
|
43990
43933
|
"kind": "expression",
|
43991
43934
|
"type": "boolean"
|
43992
43935
|
}
|
43993
43936
|
},
|
43994
43937
|
{
|
43995
|
-
"name": "
|
43996
|
-
"description": "The
|
43938
|
+
"name": "value",
|
43939
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
43997
43940
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
43998
43941
|
"value": {
|
43999
43942
|
"kind": "expression",
|
44000
|
-
"type": "
|
43943
|
+
"type": "any"
|
44001
43944
|
}
|
44002
43945
|
},
|
44003
43946
|
{
|
44004
|
-
"name": "
|
44005
|
-
"description": "
|
43947
|
+
"name": "valueComparator",
|
43948
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
|
44006
43949
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44007
|
-
"default": "null",
|
44008
43950
|
"value": {
|
44009
43951
|
"kind": "expression",
|
44010
|
-
"type": "boolean"
|
43952
|
+
"type": "(a: any, b: any) => boolean"
|
44011
43953
|
}
|
44012
43954
|
},
|
44013
43955
|
{
|
44014
|
-
"name": "
|
44015
|
-
"description": "
|
43956
|
+
"name": "id",
|
43957
|
+
"description": "Sets the DOM id on the component.",
|
44016
43958
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44017
|
-
"default": "false",
|
44018
43959
|
"value": {
|
44019
43960
|
"kind": "expression",
|
44020
|
-
"type": "
|
43961
|
+
"type": "string"
|
44021
43962
|
}
|
44022
43963
|
},
|
44023
43964
|
{
|
44024
|
-
"name": "
|
44025
|
-
"description": "
|
43965
|
+
"name": "appendIcon",
|
43966
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
|
44026
43967
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44027
|
-
"default": "'horizontal'",
|
44028
43968
|
"value": {
|
44029
43969
|
"kind": "expression",
|
44030
|
-
"type": "
|
43970
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
44031
43971
|
}
|
44032
43972
|
},
|
44033
43973
|
{
|
@@ -44060,6 +44000,15 @@
|
|
44060
44000
|
"type": "string | boolean"
|
44061
44001
|
}
|
44062
44002
|
},
|
44003
|
+
{
|
44004
|
+
"name": "prependIcon",
|
44005
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
|
44006
|
+
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44007
|
+
"value": {
|
44008
|
+
"kind": "expression",
|
44009
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
44010
|
+
}
|
44011
|
+
},
|
44063
44012
|
{
|
44064
44013
|
"name": "hideSpinButtons",
|
44065
44014
|
"description": "Hides spin buttons on the input when type is set to `number`.",
|
@@ -44099,6 +44048,16 @@
|
|
44099
44048
|
"type": "string | string[]"
|
44100
44049
|
}
|
44101
44050
|
},
|
44051
|
+
{
|
44052
|
+
"name": "direction",
|
44053
|
+
"description": "Changes the direction of the input.",
|
44054
|
+
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44055
|
+
"default": "'horizontal'",
|
44056
|
+
"value": {
|
44057
|
+
"kind": "expression",
|
44058
|
+
"type": "'horizontal' | 'vertical'"
|
44059
|
+
}
|
44060
|
+
},
|
44102
44061
|
{
|
44103
44062
|
"name": "errorMessages",
|
44104
44063
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation.",
|
@@ -44119,6 +44078,16 @@
|
|
44119
44078
|
"type": "string | number"
|
44120
44079
|
}
|
44121
44080
|
},
|
44081
|
+
{
|
44082
|
+
"name": "readonly",
|
44083
|
+
"description": "Puts input in readonly state.",
|
44084
|
+
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44085
|
+
"default": "null",
|
44086
|
+
"value": {
|
44087
|
+
"kind": "expression",
|
44088
|
+
"type": "boolean"
|
44089
|
+
}
|
44090
|
+
},
|
44122
44091
|
{
|
44123
44092
|
"name": "rules",
|
44124
44093
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`.",
|
@@ -44167,6 +44136,16 @@
|
|
44167
44136
|
"type": "boolean | 'auto'"
|
44168
44137
|
}
|
44169
44138
|
},
|
44139
|
+
{
|
44140
|
+
"name": "loading",
|
44141
|
+
"description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color.",
|
44142
|
+
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44143
|
+
"default": "false",
|
44144
|
+
"value": {
|
44145
|
+
"kind": "expression",
|
44146
|
+
"type": "string | boolean"
|
44147
|
+
}
|
44148
|
+
},
|
44170
44149
|
{
|
44171
44150
|
"name": "indeterminate",
|
44172
44151
|
"description": "Sets an indeterminate state for the switch.",
|
@@ -44177,6 +44156,16 @@
|
|
44177
44156
|
"type": "boolean"
|
44178
44157
|
}
|
44179
44158
|
},
|
44159
|
+
{
|
44160
|
+
"name": "inset",
|
44161
|
+
"description": "Enlarge the `v-switch` track to encompass the thumb.",
|
44162
|
+
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44163
|
+
"default": "false",
|
44164
|
+
"value": {
|
44165
|
+
"kind": "expression",
|
44166
|
+
"type": "boolean"
|
44167
|
+
}
|
44168
|
+
},
|
44180
44169
|
{
|
44181
44170
|
"name": "trueValue",
|
44182
44171
|
"description": "Sets value for truthy state.",
|
@@ -44204,6 +44193,16 @@
|
|
44204
44193
|
"type": "string"
|
44205
44194
|
}
|
44206
44195
|
},
|
44196
|
+
{
|
44197
|
+
"name": "inline",
|
44198
|
+
"description": "Puts children inputs into a row.",
|
44199
|
+
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44200
|
+
"default": "false",
|
44201
|
+
"value": {
|
44202
|
+
"kind": "expression",
|
44203
|
+
"type": "boolean"
|
44204
|
+
}
|
44205
|
+
},
|
44207
44206
|
{
|
44208
44207
|
"name": "falseIcon",
|
44209
44208
|
"description": "The icon used when inactive.",
|
@@ -44223,12 +44222,13 @@
|
|
44223
44222
|
}
|
44224
44223
|
},
|
44225
44224
|
{
|
44226
|
-
"name": "
|
44227
|
-
"description": "
|
44225
|
+
"name": "ripple",
|
44226
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
44228
44227
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
44228
|
+
"default": "true",
|
44229
44229
|
"value": {
|
44230
44230
|
"kind": "expression",
|
44231
|
-
"type": "
|
44231
|
+
"type": "boolean | { class: string }"
|
44232
44232
|
}
|
44233
44233
|
}
|
44234
44234
|
],
|
@@ -44578,6 +44578,34 @@
|
|
44578
44578
|
"description": "",
|
44579
44579
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar",
|
44580
44580
|
"attributes": [
|
44581
|
+
{
|
44582
|
+
"name": "tag",
|
44583
|
+
"description": "Specify a custom tag used on the root element.",
|
44584
|
+
"doc-url": "https://vuetifyjs.com/api/VSystemBar#props",
|
44585
|
+
"default": "'div'",
|
44586
|
+
"value": {
|
44587
|
+
"kind": "expression",
|
44588
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
44589
|
+
}
|
44590
|
+
},
|
44591
|
+
{
|
44592
|
+
"name": "name",
|
44593
|
+
"description": "Assign a specific name for layout registration.",
|
44594
|
+
"doc-url": "https://vuetifyjs.com/api/VSystemBar#props",
|
44595
|
+
"value": {
|
44596
|
+
"kind": "expression",
|
44597
|
+
"type": "string"
|
44598
|
+
}
|
44599
|
+
},
|
44600
|
+
{
|
44601
|
+
"name": "theme",
|
44602
|
+
"description": "Specify a theme for this component and all of its children.",
|
44603
|
+
"doc-url": "https://vuetifyjs.com/api/VSystemBar#props",
|
44604
|
+
"value": {
|
44605
|
+
"kind": "expression",
|
44606
|
+
"type": "string"
|
44607
|
+
}
|
44608
|
+
},
|
44581
44609
|
{
|
44582
44610
|
"name": "height",
|
44583
44611
|
"description": "Sets the height for the component.",
|
@@ -44625,25 +44653,6 @@
|
|
44625
44653
|
"type": "boolean"
|
44626
44654
|
}
|
44627
44655
|
},
|
44628
|
-
{
|
44629
|
-
"name": "tag",
|
44630
|
-
"description": "Specify a custom tag used on the root element.",
|
44631
|
-
"doc-url": "https://vuetifyjs.com/api/VSystemBar#props",
|
44632
|
-
"default": "'div'",
|
44633
|
-
"value": {
|
44634
|
-
"kind": "expression",
|
44635
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
44636
|
-
}
|
44637
|
-
},
|
44638
|
-
{
|
44639
|
-
"name": "theme",
|
44640
|
-
"description": "Specify a theme for this component and all of its children.",
|
44641
|
-
"doc-url": "https://vuetifyjs.com/api/VSystemBar#props",
|
44642
|
-
"value": {
|
44643
|
-
"kind": "expression",
|
44644
|
-
"type": "string"
|
44645
|
-
}
|
44646
|
-
},
|
44647
44656
|
{
|
44648
44657
|
"name": "color",
|
44649
44658
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
@@ -44653,15 +44662,6 @@
|
|
44653
44662
|
"type": "string"
|
44654
44663
|
}
|
44655
44664
|
},
|
44656
|
-
{
|
44657
|
-
"name": "name",
|
44658
|
-
"description": "Assign a specific name for layout registration.",
|
44659
|
-
"doc-url": "https://vuetifyjs.com/api/VSystemBar#props",
|
44660
|
-
"value": {
|
44661
|
-
"kind": "expression",
|
44662
|
-
"type": "string"
|
44663
|
-
}
|
44664
|
-
},
|
44665
44665
|
{
|
44666
44666
|
"name": "order",
|
44667
44667
|
"description": "Adjust the order of the component in relation to its registration order.",
|
@@ -44705,15 +44705,6 @@
|
|
44705
44705
|
"description": "",
|
44706
44706
|
"doc-url": "https://vuetifyjs.com/api/v-tab",
|
44707
44707
|
"attributes": [
|
44708
|
-
{
|
44709
|
-
"name": "text",
|
44710
|
-
"description": "Specify content text for the component.",
|
44711
|
-
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44712
|
-
"value": {
|
44713
|
-
"kind": "expression",
|
44714
|
-
"type": "string | number | boolean"
|
44715
|
-
}
|
44716
|
-
},
|
44717
44708
|
{
|
44718
44709
|
"name": "replace",
|
44719
44710
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
|
@@ -44735,110 +44726,102 @@
|
|
44735
44726
|
}
|
44736
44727
|
},
|
44737
44728
|
{
|
44738
|
-
"name": "
|
44739
|
-
"description": "
|
44729
|
+
"name": "tag",
|
44730
|
+
"description": "Specify a custom tag used on the root element.",
|
44740
44731
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44741
|
-
"default": "
|
44732
|
+
"default": "'button'",
|
44742
44733
|
"value": {
|
44743
44734
|
"kind": "expression",
|
44744
|
-
"type": "string |
|
44735
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
44745
44736
|
}
|
44746
44737
|
},
|
44747
44738
|
{
|
44748
|
-
"name": "
|
44749
|
-
"description": "
|
44739
|
+
"name": "theme",
|
44740
|
+
"description": "Specify a theme for this component and all of its children.",
|
44750
44741
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44751
|
-
"default": "false",
|
44752
44742
|
"value": {
|
44753
44743
|
"kind": "expression",
|
44754
|
-
"type": "
|
44744
|
+
"type": "string"
|
44755
44745
|
}
|
44756
44746
|
},
|
44757
44747
|
{
|
44758
|
-
"name": "
|
44759
|
-
"description": "
|
44748
|
+
"name": "size",
|
44749
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**.",
|
44760
44750
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44761
44751
|
"default": "'default'",
|
44762
|
-
"value": {
|
44763
|
-
"kind": "expression",
|
44764
|
-
"type": "'default' | 'comfortable' | 'compact'"
|
44765
|
-
}
|
44766
|
-
},
|
44767
|
-
{
|
44768
|
-
"name": "height",
|
44769
|
-
"description": "Sets the height for the component.",
|
44770
|
-
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44771
44752
|
"value": {
|
44772
44753
|
"kind": "expression",
|
44773
44754
|
"type": "string | number"
|
44774
44755
|
}
|
44775
44756
|
},
|
44776
44757
|
{
|
44777
|
-
"name": "
|
44778
|
-
"description": "
|
44758
|
+
"name": "value",
|
44759
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
44779
44760
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44780
44761
|
"value": {
|
44781
44762
|
"kind": "expression",
|
44782
|
-
"type": "
|
44763
|
+
"type": "any"
|
44783
44764
|
}
|
44784
44765
|
},
|
44785
44766
|
{
|
44786
|
-
"name": "
|
44787
|
-
"description": "
|
44767
|
+
"name": "activeColor",
|
44768
|
+
"description": "The applied color when the component is in an active state.",
|
44788
44769
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44789
44770
|
"value": {
|
44790
44771
|
"kind": "expression",
|
44791
|
-
"type": "string
|
44772
|
+
"type": "string"
|
44792
44773
|
}
|
44793
44774
|
},
|
44794
44775
|
{
|
44795
|
-
"name": "
|
44796
|
-
"description": "Sets the
|
44776
|
+
"name": "baseColor",
|
44777
|
+
"description": "Sets the color of component when not focused.",
|
44797
44778
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44798
44779
|
"value": {
|
44799
44780
|
"kind": "expression",
|
44800
|
-
"type": "string
|
44781
|
+
"type": "string"
|
44801
44782
|
}
|
44802
44783
|
},
|
44803
44784
|
{
|
44804
|
-
"name": "
|
44805
|
-
"description": "
|
44785
|
+
"name": "prependIcon",
|
44786
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content.",
|
44806
44787
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44807
44788
|
"value": {
|
44808
44789
|
"kind": "expression",
|
44809
|
-
"type": "string | number"
|
44790
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
44810
44791
|
}
|
44811
44792
|
},
|
44812
44793
|
{
|
44813
|
-
"name": "
|
44814
|
-
"description": "
|
44794
|
+
"name": "appendIcon",
|
44795
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
|
44815
44796
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44816
44797
|
"value": {
|
44817
44798
|
"kind": "expression",
|
44818
|
-
"type": "string | number"
|
44799
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
44819
44800
|
}
|
44820
44801
|
},
|
44821
44802
|
{
|
44822
|
-
"name": "
|
44823
|
-
"description": "
|
44803
|
+
"name": "readonly",
|
44804
|
+
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard.",
|
44824
44805
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44806
|
+
"default": "false",
|
44825
44807
|
"value": {
|
44826
44808
|
"kind": "expression",
|
44827
|
-
"type": "
|
44809
|
+
"type": "boolean"
|
44828
44810
|
}
|
44829
44811
|
},
|
44830
44812
|
{
|
44831
|
-
"name": "
|
44832
|
-
"description": "
|
44813
|
+
"name": "slim",
|
44814
|
+
"description": "Reduces padding to 0 8px.",
|
44833
44815
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44816
|
+
"default": "false",
|
44834
44817
|
"value": {
|
44835
44818
|
"kind": "expression",
|
44836
|
-
"type": "
|
44819
|
+
"type": "boolean"
|
44837
44820
|
}
|
44838
44821
|
},
|
44839
44822
|
{
|
44840
|
-
"name": "
|
44841
|
-
"description": "
|
44823
|
+
"name": "stacked",
|
44824
|
+
"description": "Displays the tab as a flex-column.",
|
44842
44825
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44843
44826
|
"default": "false",
|
44844
44827
|
"value": {
|
@@ -44847,156 +44830,154 @@
|
|
44847
44830
|
}
|
44848
44831
|
},
|
44849
44832
|
{
|
44850
|
-
"name": "
|
44851
|
-
"description": "
|
44833
|
+
"name": "ripple",
|
44834
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
44852
44835
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44853
|
-
"default": "
|
44836
|
+
"default": "true",
|
44854
44837
|
"value": {
|
44855
44838
|
"kind": "expression",
|
44856
|
-
"type": "
|
44839
|
+
"type": "boolean | { class: string }"
|
44857
44840
|
}
|
44858
44841
|
},
|
44859
44842
|
{
|
44860
|
-
"name": "
|
44861
|
-
"description": "Specify
|
44843
|
+
"name": "text",
|
44844
|
+
"description": "Specify content text for the component.",
|
44862
44845
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44863
44846
|
"value": {
|
44864
44847
|
"kind": "expression",
|
44865
|
-
"type": "string"
|
44848
|
+
"type": "string | number | boolean"
|
44866
44849
|
}
|
44867
44850
|
},
|
44868
44851
|
{
|
44869
|
-
"name": "
|
44870
|
-
"description": "Applies
|
44852
|
+
"name": "border",
|
44853
|
+
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders).",
|
44871
44854
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44855
|
+
"default": "false",
|
44872
44856
|
"value": {
|
44873
44857
|
"kind": "expression",
|
44874
|
-
"type": "string"
|
44858
|
+
"type": "string | number | boolean"
|
44875
44859
|
}
|
44876
44860
|
},
|
44877
44861
|
{
|
44878
|
-
"name": "
|
44879
|
-
"description": "
|
44862
|
+
"name": "density",
|
44863
|
+
"description": "Adjusts the vertical height used by the component.",
|
44880
44864
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44881
|
-
"default": "'
|
44865
|
+
"default": "'default'",
|
44882
44866
|
"value": {
|
44883
44867
|
"kind": "expression",
|
44884
|
-
"type": "'
|
44868
|
+
"type": "'default' | 'comfortable' | 'compact'"
|
44885
44869
|
}
|
44886
44870
|
},
|
44887
44871
|
{
|
44888
|
-
"name": "
|
44889
|
-
"description": "
|
44872
|
+
"name": "height",
|
44873
|
+
"description": "Sets the height for the component.",
|
44890
44874
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44891
|
-
"default": "false",
|
44892
44875
|
"value": {
|
44893
44876
|
"kind": "expression",
|
44894
|
-
"type": "
|
44877
|
+
"type": "string | number"
|
44895
44878
|
}
|
44896
44879
|
},
|
44897
44880
|
{
|
44898
|
-
"name": "
|
44899
|
-
"description": "Sets the
|
44881
|
+
"name": "maxHeight",
|
44882
|
+
"description": "Sets the maximum height for the component.",
|
44900
44883
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44901
44884
|
"value": {
|
44902
44885
|
"kind": "expression",
|
44903
|
-
"type": "string"
|
44886
|
+
"type": "string | number"
|
44904
44887
|
}
|
44905
44888
|
},
|
44906
44889
|
{
|
44907
|
-
"name": "
|
44908
|
-
"description": "
|
44890
|
+
"name": "maxWidth",
|
44891
|
+
"description": "Sets the maximum width for the component.",
|
44909
44892
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44910
44893
|
"value": {
|
44911
44894
|
"kind": "expression",
|
44912
|
-
"type": "string"
|
44895
|
+
"type": "string | number"
|
44913
44896
|
}
|
44914
44897
|
},
|
44915
44898
|
{
|
44916
|
-
"name": "
|
44917
|
-
"description": "
|
44899
|
+
"name": "minHeight",
|
44900
|
+
"description": "Sets the minimum height for the component.",
|
44918
44901
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44919
|
-
"default": "false",
|
44920
44902
|
"value": {
|
44921
44903
|
"kind": "expression",
|
44922
|
-
"type": "
|
44904
|
+
"type": "string | number"
|
44923
44905
|
}
|
44924
44906
|
},
|
44925
44907
|
{
|
44926
|
-
"name": "
|
44927
|
-
"description": "
|
44908
|
+
"name": "minWidth",
|
44909
|
+
"description": "Sets the minimum width for the component.",
|
44928
44910
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44929
|
-
"default": "false",
|
44930
44911
|
"value": {
|
44931
44912
|
"kind": "expression",
|
44932
|
-
"type": "
|
44913
|
+
"type": "string | number"
|
44933
44914
|
}
|
44934
44915
|
},
|
44935
44916
|
{
|
44936
|
-
"name": "
|
44937
|
-
"description": "
|
44917
|
+
"name": "width",
|
44918
|
+
"description": "Sets the width for the component.",
|
44938
44919
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44939
44920
|
"value": {
|
44940
44921
|
"kind": "expression",
|
44941
|
-
"type": "
|
44922
|
+
"type": "string | number"
|
44942
44923
|
}
|
44943
44924
|
},
|
44944
44925
|
{
|
44945
|
-
"name": "
|
44946
|
-
"description": "
|
44926
|
+
"name": "elevation",
|
44927
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
44947
44928
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44948
|
-
"default": "'default'",
|
44949
44929
|
"value": {
|
44950
44930
|
"kind": "expression",
|
44951
44931
|
"type": "string | number"
|
44952
44932
|
}
|
44953
44933
|
},
|
44954
44934
|
{
|
44955
|
-
"name": "
|
44956
|
-
"description": "
|
44935
|
+
"name": "disabled",
|
44936
|
+
"description": "Removes the ability to click or target the component.",
|
44957
44937
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44938
|
+
"default": "false",
|
44958
44939
|
"value": {
|
44959
44940
|
"kind": "expression",
|
44960
|
-
"type": "
|
44941
|
+
"type": "boolean"
|
44961
44942
|
}
|
44962
44943
|
},
|
44963
44944
|
{
|
44964
|
-
"name": "
|
44965
|
-
"description": "
|
44945
|
+
"name": "selectedClass",
|
44946
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
44966
44947
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44948
|
+
"default": "'v-tab--selected'",
|
44967
44949
|
"value": {
|
44968
44950
|
"kind": "expression",
|
44969
|
-
"type": "
|
44951
|
+
"type": "string"
|
44970
44952
|
}
|
44971
44953
|
},
|
44972
44954
|
{
|
44973
|
-
"name": "
|
44974
|
-
"description": "
|
44955
|
+
"name": "loading",
|
44956
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color.",
|
44975
44957
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44976
|
-
"default": "
|
44958
|
+
"default": "false",
|
44977
44959
|
"value": {
|
44978
44960
|
"kind": "expression",
|
44979
|
-
"type": "
|
44961
|
+
"type": "string | boolean"
|
44980
44962
|
}
|
44981
44963
|
},
|
44982
44964
|
{
|
44983
|
-
"name": "
|
44984
|
-
"description": "
|
44965
|
+
"name": "rounded",
|
44966
|
+
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
|
44985
44967
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44986
|
-
"default": "false",
|
44987
44968
|
"value": {
|
44988
44969
|
"kind": "expression",
|
44989
|
-
"type": "boolean"
|
44970
|
+
"type": "string | number | boolean"
|
44990
44971
|
}
|
44991
44972
|
},
|
44992
44973
|
{
|
44993
|
-
"name": "
|
44994
|
-
"description": "
|
44974
|
+
"name": "tile",
|
44975
|
+
"description": "Removes any applied **border-radius** from the component.",
|
44995
44976
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
44996
44977
|
"default": "false",
|
44997
44978
|
"value": {
|
44998
44979
|
"kind": "expression",
|
44999
|
-
"type": "
|
44980
|
+
"type": "boolean"
|
45000
44981
|
}
|
45001
44982
|
},
|
45002
44983
|
{
|
@@ -45009,28 +44990,27 @@
|
|
45009
44990
|
}
|
45010
44991
|
},
|
45011
44992
|
{
|
45012
|
-
"name": "
|
45013
|
-
"description": "
|
44993
|
+
"name": "exact",
|
44994
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
|
45014
44995
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
45015
|
-
"default": "
|
44996
|
+
"default": "false",
|
45016
44997
|
"value": {
|
45017
44998
|
"kind": "expression",
|
45018
|
-
"type": "boolean
|
44999
|
+
"type": "boolean"
|
45019
45000
|
}
|
45020
45001
|
},
|
45021
45002
|
{
|
45022
|
-
"name": "
|
45023
|
-
"description": "
|
45003
|
+
"name": "to",
|
45004
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
|
45024
45005
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
45025
|
-
"default": "'v-tab--selected'",
|
45026
45006
|
"value": {
|
45027
45007
|
"kind": "expression",
|
45028
|
-
"type": "string"
|
45008
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric"
|
45029
45009
|
}
|
45030
45010
|
},
|
45031
45011
|
{
|
45032
|
-
"name": "
|
45033
|
-
"description": "Applies specified color to the
|
45012
|
+
"name": "color",
|
45013
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
45034
45014
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
45035
45015
|
"value": {
|
45036
45016
|
"kind": "expression",
|
@@ -45038,32 +45018,52 @@
|
|
45038
45018
|
}
|
45039
45019
|
},
|
45040
45020
|
{
|
45041
|
-
"name": "
|
45042
|
-
"description": "
|
45021
|
+
"name": "variant",
|
45022
|
+
"description": "Applies a distinct style to the component.",
|
45043
45023
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
45044
|
-
"default": "
|
45024
|
+
"default": "'text'",
|
45045
45025
|
"value": {
|
45046
45026
|
"kind": "expression",
|
45047
|
-
"type": "
|
45027
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
|
45048
45028
|
}
|
45049
45029
|
},
|
45050
45030
|
{
|
45051
|
-
"name": "
|
45052
|
-
"description": "
|
45031
|
+
"name": "icon",
|
45032
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_.",
|
45053
45033
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
45054
45034
|
"default": "false",
|
45055
45035
|
"value": {
|
45056
45036
|
"kind": "expression",
|
45057
|
-
"type": "boolean"
|
45037
|
+
"type": "| boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
45058
45038
|
}
|
45059
45039
|
},
|
45060
45040
|
{
|
45061
|
-
"name": "
|
45062
|
-
"description": "
|
45041
|
+
"name": "direction",
|
45042
|
+
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`.",
|
45063
45043
|
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
45044
|
+
"default": "'horizontal'",
|
45064
45045
|
"value": {
|
45065
45046
|
"kind": "expression",
|
45066
|
-
"type": "
|
45047
|
+
"type": "'horizontal' | 'vertical'"
|
45048
|
+
}
|
45049
|
+
},
|
45050
|
+
{
|
45051
|
+
"name": "sliderColor",
|
45052
|
+
"description": "Applies specified color to the slider when active on that component - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
45053
|
+
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
45054
|
+
"value": {
|
45055
|
+
"kind": "expression",
|
45056
|
+
"type": "string"
|
45057
|
+
}
|
45058
|
+
},
|
45059
|
+
{
|
45060
|
+
"name": "hideSlider",
|
45061
|
+
"description": "Hides the active tab slider component (no exit or enter animation).",
|
45062
|
+
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
45063
|
+
"default": "false",
|
45064
|
+
"value": {
|
45065
|
+
"kind": "expression",
|
45066
|
+
"type": "boolean"
|
45067
45067
|
}
|
45068
45068
|
}
|
45069
45069
|
],
|
@@ -45105,46 +45105,46 @@
|
|
45105
45105
|
"doc-url": "https://vuetifyjs.com/api/v-table",
|
45106
45106
|
"attributes": [
|
45107
45107
|
{
|
45108
|
-
"name": "
|
45109
|
-
"description": "
|
45108
|
+
"name": "density",
|
45109
|
+
"description": "Adjusts the vertical height used by the component.",
|
45110
45110
|
"doc-url": "https://vuetifyjs.com/api/VTable#props",
|
45111
|
-
"default": "'
|
45111
|
+
"default": "'default'",
|
45112
45112
|
"value": {
|
45113
45113
|
"kind": "expression",
|
45114
|
-
"type": "
|
45114
|
+
"type": "'default' | 'comfortable' | 'compact'"
|
45115
45115
|
}
|
45116
45116
|
},
|
45117
45117
|
{
|
45118
|
-
"name": "
|
45119
|
-
"description": "
|
45118
|
+
"name": "height",
|
45119
|
+
"description": "Use the height prop to set the height of the table.",
|
45120
45120
|
"doc-url": "https://vuetifyjs.com/api/VTable#props",
|
45121
45121
|
"value": {
|
45122
45122
|
"kind": "expression",
|
45123
|
-
"type": "string"
|
45123
|
+
"type": "string | number"
|
45124
45124
|
}
|
45125
45125
|
},
|
45126
45126
|
{
|
45127
|
-
"name": "
|
45128
|
-
"description": "
|
45127
|
+
"name": "tag",
|
45128
|
+
"description": "Specify a custom tag used on the root element.",
|
45129
45129
|
"doc-url": "https://vuetifyjs.com/api/VTable#props",
|
45130
|
-
"default": "'
|
45130
|
+
"default": "'div'",
|
45131
45131
|
"value": {
|
45132
45132
|
"kind": "expression",
|
45133
|
-
"type": "
|
45133
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
45134
45134
|
}
|
45135
45135
|
},
|
45136
45136
|
{
|
45137
|
-
"name": "
|
45138
|
-
"description": "
|
45137
|
+
"name": "theme",
|
45138
|
+
"description": "Specify a theme for this component and all of its children.",
|
45139
45139
|
"doc-url": "https://vuetifyjs.com/api/VTable#props",
|
45140
45140
|
"value": {
|
45141
45141
|
"kind": "expression",
|
45142
|
-
"type": "string
|
45142
|
+
"type": "string"
|
45143
45143
|
}
|
45144
45144
|
},
|
45145
45145
|
{
|
45146
|
-
"name": "
|
45147
|
-
"description": "
|
45146
|
+
"name": "fixedHeader",
|
45147
|
+
"description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table.",
|
45148
45148
|
"doc-url": "https://vuetifyjs.com/api/VTable#props",
|
45149
45149
|
"default": "false",
|
45150
45150
|
"value": {
|
@@ -45153,8 +45153,8 @@
|
|
45153
45153
|
}
|
45154
45154
|
},
|
45155
45155
|
{
|
45156
|
-
"name": "
|
45157
|
-
"description": "Use the fixed-
|
45156
|
+
"name": "fixedFooter",
|
45157
|
+
"description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table.",
|
45158
45158
|
"doc-url": "https://vuetifyjs.com/api/VTable#props",
|
45159
45159
|
"default": "false",
|
45160
45160
|
"value": {
|
@@ -45163,8 +45163,8 @@
|
|
45163
45163
|
}
|
45164
45164
|
},
|
45165
45165
|
{
|
45166
|
-
"name": "
|
45167
|
-
"description": "
|
45166
|
+
"name": "hover",
|
45167
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it.",
|
45168
45168
|
"doc-url": "https://vuetifyjs.com/api/VTable#props",
|
45169
45169
|
"default": "false",
|
45170
45170
|
"value": {
|
@@ -45424,18 +45424,17 @@
|
|
45424
45424
|
}
|
45425
45425
|
},
|
45426
45426
|
{
|
45427
|
-
"name": "
|
45428
|
-
"description": "
|
45427
|
+
"name": "sliderColor",
|
45428
|
+
"description": "Changes the background color of an auto-generated `v-tabs-slider`.",
|
45429
45429
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
45430
|
-
"default": "'start'",
|
45431
45430
|
"value": {
|
45432
45431
|
"kind": "expression",
|
45433
|
-
"type": "
|
45432
|
+
"type": "string"
|
45434
45433
|
}
|
45435
45434
|
},
|
45436
45435
|
{
|
45437
|
-
"name": "
|
45438
|
-
"description": "`v-tabs-
|
45436
|
+
"name": "hideSlider",
|
45437
|
+
"description": "Hide's the generated `v-tabs-slider`.",
|
45439
45438
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
45440
45439
|
"default": "false",
|
45441
45440
|
"value": {
|
@@ -45444,22 +45443,23 @@
|
|
45444
45443
|
}
|
45445
45444
|
},
|
45446
45445
|
{
|
45447
|
-
"name": "
|
45448
|
-
"description": "
|
45446
|
+
"name": "alignTabs",
|
45447
|
+
"description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component.",
|
45449
45448
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
45450
|
-
"default": "
|
45449
|
+
"default": "'start'",
|
45451
45450
|
"value": {
|
45452
45451
|
"kind": "expression",
|
45453
|
-
"type": "
|
45452
|
+
"type": "'title' | 'start' | 'end' | 'center'"
|
45454
45453
|
}
|
45455
45454
|
},
|
45456
45455
|
{
|
45457
|
-
"name": "
|
45458
|
-
"description": "
|
45456
|
+
"name": "fixedTabs",
|
45457
|
+
"description": "`v-tabs-item` min-width 160px, max-width 360px.",
|
45459
45458
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
45459
|
+
"default": "false",
|
45460
45460
|
"value": {
|
45461
45461
|
"kind": "expression",
|
45462
|
-
"type": "
|
45462
|
+
"type": "boolean"
|
45463
45463
|
}
|
45464
45464
|
}
|
45465
45465
|
],
|
@@ -45650,12 +45650,13 @@
|
|
45650
45650
|
"doc-url": "https://vuetifyjs.com/api/v-tabs-window-item",
|
45651
45651
|
"attributes": [
|
45652
45652
|
{
|
45653
|
-
"name": "
|
45654
|
-
"description": "
|
45653
|
+
"name": "eager",
|
45654
|
+
"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.",
|
45655
45655
|
"doc-url": "https://vuetifyjs.com/api/VTabsWindowItem#props",
|
45656
|
+
"default": "false",
|
45656
45657
|
"value": {
|
45657
45658
|
"kind": "expression",
|
45658
|
-
"type": "
|
45659
|
+
"type": "boolean"
|
45659
45660
|
}
|
45660
45661
|
},
|
45661
45662
|
{
|
@@ -45669,12 +45670,12 @@
|
|
45669
45670
|
}
|
45670
45671
|
},
|
45671
45672
|
{
|
45672
|
-
"name": "
|
45673
|
-
"description": "
|
45673
|
+
"name": "value",
|
45674
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
45674
45675
|
"doc-url": "https://vuetifyjs.com/api/VTabsWindowItem#props",
|
45675
45676
|
"value": {
|
45676
45677
|
"kind": "expression",
|
45677
|
-
"type": "
|
45678
|
+
"type": "any"
|
45678
45679
|
}
|
45679
45680
|
},
|
45680
45681
|
{
|
@@ -45687,22 +45688,21 @@
|
|
45687
45688
|
}
|
45688
45689
|
},
|
45689
45690
|
{
|
45690
|
-
"name": "
|
45691
|
-
"description": "
|
45691
|
+
"name": "reverseTransition",
|
45692
|
+
"description": "Sets the reverse transition.",
|
45692
45693
|
"doc-url": "https://vuetifyjs.com/api/VTabsWindowItem#props",
|
45693
|
-
"default": "false",
|
45694
45694
|
"value": {
|
45695
45695
|
"kind": "expression",
|
45696
|
-
"type": "boolean"
|
45696
|
+
"type": "string | boolean"
|
45697
45697
|
}
|
45698
45698
|
},
|
45699
45699
|
{
|
45700
|
-
"name": "
|
45701
|
-
"description": "
|
45700
|
+
"name": "selectedClass",
|
45701
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
45702
45702
|
"doc-url": "https://vuetifyjs.com/api/VTabsWindowItem#props",
|
45703
45703
|
"value": {
|
45704
45704
|
"kind": "expression",
|
45705
|
-
"type": "string
|
45705
|
+
"type": "string"
|
45706
45706
|
}
|
45707
45707
|
}
|
45708
45708
|
],
|
@@ -47653,16 +47653,6 @@
|
|
47653
47653
|
"description": "",
|
47654
47654
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker",
|
47655
47655
|
"attributes": [
|
47656
|
-
{
|
47657
|
-
"name": "tag",
|
47658
|
-
"description": "Specify a custom tag used on the root element.",
|
47659
|
-
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47660
|
-
"default": "'div'",
|
47661
|
-
"value": {
|
47662
|
-
"kind": "expression",
|
47663
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
47664
|
-
}
|
47665
|
-
},
|
47666
47656
|
{
|
47667
47657
|
"name": "title",
|
47668
47658
|
"description": "Specify a title text for the component.",
|
@@ -47674,32 +47664,22 @@
|
|
47674
47664
|
}
|
47675
47665
|
},
|
47676
47666
|
{
|
47677
|
-
"name": "
|
47678
|
-
"description": "
|
47679
|
-
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47680
|
-
"value": {
|
47681
|
-
"kind": "expression",
|
47682
|
-
"type": "string"
|
47683
|
-
}
|
47684
|
-
},
|
47685
|
-
{
|
47686
|
-
"name": "readonly",
|
47687
|
-
"description": "Puts picker in readonly state.",
|
47667
|
+
"name": "border",
|
47668
|
+
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders).",
|
47688
47669
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47689
47670
|
"default": "false",
|
47690
47671
|
"value": {
|
47691
47672
|
"kind": "expression",
|
47692
|
-
"type": "boolean"
|
47673
|
+
"type": "string | number | boolean"
|
47693
47674
|
}
|
47694
47675
|
},
|
47695
47676
|
{
|
47696
|
-
"name": "
|
47697
|
-
"description": "
|
47677
|
+
"name": "modelValue",
|
47678
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
47698
47679
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47699
|
-
"default": "false",
|
47700
47680
|
"value": {
|
47701
47681
|
"kind": "expression",
|
47702
|
-
"type": "
|
47682
|
+
"type": "any"
|
47703
47683
|
}
|
47704
47684
|
},
|
47705
47685
|
{
|
@@ -47765,16 +47745,6 @@
|
|
47765
47745
|
"type": "string | number"
|
47766
47746
|
}
|
47767
47747
|
},
|
47768
|
-
{
|
47769
|
-
"name": "disabled",
|
47770
|
-
"description": "Removes the ability to click or target the component.",
|
47771
|
-
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47772
|
-
"default": "false",
|
47773
|
-
"value": {
|
47774
|
-
"kind": "expression",
|
47775
|
-
"type": "boolean"
|
47776
|
-
}
|
47777
|
-
},
|
47778
47748
|
{
|
47779
47749
|
"name": "location",
|
47780
47750
|
"description": "Specifies the component's location. Can combine by using a space separated string.",
|
@@ -47790,7 +47760,7 @@
|
|
47790
47760
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47791
47761
|
"value": {
|
47792
47762
|
"kind": "expression",
|
47793
|
-
"type": "'fixed' | '
|
47763
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
|
47794
47764
|
}
|
47795
47765
|
},
|
47796
47766
|
{
|
@@ -47813,17 +47783,18 @@
|
|
47813
47783
|
}
|
47814
47784
|
},
|
47815
47785
|
{
|
47816
|
-
"name": "
|
47817
|
-
"description": "
|
47786
|
+
"name": "tag",
|
47787
|
+
"description": "Specify a custom tag used on the root element.",
|
47818
47788
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47789
|
+
"default": "'div'",
|
47819
47790
|
"value": {
|
47820
47791
|
"kind": "expression",
|
47821
|
-
"type": "string"
|
47792
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
47822
47793
|
}
|
47823
47794
|
},
|
47824
47795
|
{
|
47825
|
-
"name": "
|
47826
|
-
"description": "
|
47796
|
+
"name": "theme",
|
47797
|
+
"description": "Specify a theme for this component and all of its children.",
|
47827
47798
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47828
47799
|
"value": {
|
47829
47800
|
"kind": "expression",
|
@@ -47831,12 +47802,12 @@
|
|
47831
47802
|
}
|
47832
47803
|
},
|
47833
47804
|
{
|
47834
|
-
"name": "
|
47835
|
-
"description": "
|
47805
|
+
"name": "color",
|
47806
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
47836
47807
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47837
47808
|
"value": {
|
47838
47809
|
"kind": "expression",
|
47839
|
-
"type": "
|
47810
|
+
"type": "string"
|
47840
47811
|
}
|
47841
47812
|
},
|
47842
47813
|
{
|
@@ -47849,8 +47820,8 @@
|
|
47849
47820
|
}
|
47850
47821
|
},
|
47851
47822
|
{
|
47852
|
-
"name": "
|
47853
|
-
"description": "
|
47823
|
+
"name": "disabled",
|
47824
|
+
"description": "Removes the ability to click or target the component.",
|
47854
47825
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47855
47826
|
"default": "false",
|
47856
47827
|
"value": {
|
@@ -47859,8 +47830,8 @@
|
|
47859
47830
|
}
|
47860
47831
|
},
|
47861
47832
|
{
|
47862
|
-
"name": "
|
47863
|
-
"description": "
|
47833
|
+
"name": "readonly",
|
47834
|
+
"description": "Puts picker in readonly state.",
|
47864
47835
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47865
47836
|
"default": "false",
|
47866
47837
|
"value": {
|
@@ -47869,13 +47840,12 @@
|
|
47869
47840
|
}
|
47870
47841
|
},
|
47871
47842
|
{
|
47872
|
-
"name": "
|
47873
|
-
"description": "
|
47843
|
+
"name": "max",
|
47844
|
+
"description": "Maximum allowed time.",
|
47874
47845
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47875
|
-
"default": "false",
|
47876
47846
|
"value": {
|
47877
47847
|
"kind": "expression",
|
47878
|
-
"type": "
|
47848
|
+
"type": "string"
|
47879
47849
|
}
|
47880
47850
|
},
|
47881
47851
|
{
|
@@ -47897,6 +47867,26 @@
|
|
47897
47867
|
"type": "'hour' | 'minute' | 'second'"
|
47898
47868
|
}
|
47899
47869
|
},
|
47870
|
+
{
|
47871
|
+
"name": "divided",
|
47872
|
+
"description": "Adds a divider between the header and controls.",
|
47873
|
+
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47874
|
+
"default": "false",
|
47875
|
+
"value": {
|
47876
|
+
"kind": "expression",
|
47877
|
+
"type": "boolean"
|
47878
|
+
}
|
47879
|
+
},
|
47880
|
+
{
|
47881
|
+
"name": "hideHeader",
|
47882
|
+
"description": "Hide the picker header.",
|
47883
|
+
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47884
|
+
"default": "false",
|
47885
|
+
"value": {
|
47886
|
+
"kind": "expression",
|
47887
|
+
"type": "boolean"
|
47888
|
+
}
|
47889
|
+
},
|
47900
47890
|
{
|
47901
47891
|
"name": "ampmInTitle",
|
47902
47892
|
"description": "Place AM/PM switch in title, not near the clock.",
|
@@ -47917,6 +47907,16 @@
|
|
47917
47907
|
"type": "'ampm' | '24hr'"
|
47918
47908
|
}
|
47919
47909
|
},
|
47910
|
+
{
|
47911
|
+
"name": "scrollable",
|
47912
|
+
"description": "Allows changing hour/minute with mouse scroll.",
|
47913
|
+
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
47914
|
+
"default": "false",
|
47915
|
+
"value": {
|
47916
|
+
"kind": "expression",
|
47917
|
+
"type": "boolean"
|
47918
|
+
}
|
47919
|
+
},
|
47920
47920
|
{
|
47921
47921
|
"name": "useSeconds",
|
47922
47922
|
"description": "Toggles the use of seconds in picker.",
|
@@ -47967,17 +47967,6 @@
|
|
47967
47967
|
}
|
47968
47968
|
]
|
47969
47969
|
},
|
47970
|
-
{
|
47971
|
-
"name": "update:viewMode",
|
47972
|
-
"description": "Emitted when the view mode changes.",
|
47973
|
-
"doc-url": "https://vuetifyjs.com/api/v-time-picker#events",
|
47974
|
-
"arguments": [
|
47975
|
-
{
|
47976
|
-
"name": "argument",
|
47977
|
-
"type": "['hour' | 'minute' | 'second']\n"
|
47978
|
-
}
|
47979
|
-
]
|
47980
|
-
},
|
47981
47970
|
{
|
47982
47971
|
"name": "update:hour",
|
47983
47972
|
"description": "Emitted when user selects the hour.",
|
@@ -48021,6 +48010,17 @@
|
|
48021
48010
|
"type": "[number]\n"
|
48022
48011
|
}
|
48023
48012
|
]
|
48013
|
+
},
|
48014
|
+
{
|
48015
|
+
"name": "update:viewMode",
|
48016
|
+
"description": "Emitted when the view mode changes.",
|
48017
|
+
"doc-url": "https://vuetifyjs.com/api/v-time-picker#events",
|
48018
|
+
"arguments": [
|
48019
|
+
{
|
48020
|
+
"name": "argument",
|
48021
|
+
"type": "['hour' | 'minute' | 'second']\n"
|
48022
|
+
}
|
48023
|
+
]
|
48024
48024
|
}
|
48025
48025
|
],
|
48026
48026
|
"slots": [
|
@@ -48055,12 +48055,23 @@
|
|
48055
48055
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-clock",
|
48056
48056
|
"attributes": [
|
48057
48057
|
{
|
48058
|
-
"name": "
|
48059
|
-
"description": "
|
48058
|
+
"name": "readonly",
|
48059
|
+
"description": "When true, the picker is in a read-only state, and users cannot modify the selected time.",
|
48060
48060
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
48061
|
+
"default": "false",
|
48061
48062
|
"value": {
|
48062
48063
|
"kind": "expression",
|
48063
|
-
"type": "
|
48064
|
+
"type": "boolean"
|
48065
|
+
}
|
48066
|
+
},
|
48067
|
+
{
|
48068
|
+
"name": "disabled",
|
48069
|
+
"description": "Removes the ability to click or target the component.",
|
48070
|
+
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
48071
|
+
"default": "false",
|
48072
|
+
"value": {
|
48073
|
+
"kind": "expression",
|
48074
|
+
"type": "boolean"
|
48064
48075
|
}
|
48065
48076
|
},
|
48066
48077
|
{
|
@@ -48073,32 +48084,31 @@
|
|
48073
48084
|
}
|
48074
48085
|
},
|
48075
48086
|
{
|
48076
|
-
"name": "
|
48077
|
-
"description": "
|
48087
|
+
"name": "max",
|
48088
|
+
"description": "Defines the maximum time value that can be selected.",
|
48078
48089
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
48079
|
-
"default": "false",
|
48080
48090
|
"value": {
|
48081
48091
|
"kind": "expression",
|
48082
|
-
"type": "
|
48092
|
+
"type": "number"
|
48083
48093
|
}
|
48084
48094
|
},
|
48085
48095
|
{
|
48086
|
-
"name": "
|
48087
|
-
"description": "
|
48096
|
+
"name": "modelValue",
|
48097
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
48088
48098
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
48089
|
-
"default": "false",
|
48090
48099
|
"value": {
|
48091
48100
|
"kind": "expression",
|
48092
|
-
"type": "
|
48101
|
+
"type": "number"
|
48093
48102
|
}
|
48094
48103
|
},
|
48095
48104
|
{
|
48096
|
-
"name": "
|
48097
|
-
"description": "
|
48105
|
+
"name": "scrollable",
|
48106
|
+
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs.",
|
48098
48107
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
48108
|
+
"default": "false",
|
48099
48109
|
"value": {
|
48100
48110
|
"kind": "expression",
|
48101
|
-
"type": "
|
48111
|
+
"type": "boolean"
|
48102
48112
|
}
|
48103
48113
|
},
|
48104
48114
|
{
|
@@ -48168,16 +48178,6 @@
|
|
48168
48178
|
"type": "Function"
|
48169
48179
|
}
|
48170
48180
|
},
|
48171
|
-
{
|
48172
|
-
"name": "scrollable",
|
48173
|
-
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs.",
|
48174
|
-
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
48175
|
-
"default": "false",
|
48176
|
-
"value": {
|
48177
|
-
"kind": "expression",
|
48178
|
-
"type": "boolean"
|
48179
|
-
}
|
48180
|
-
},
|
48181
48181
|
{
|
48182
48182
|
"name": "allowedValues",
|
48183
48183
|
"description": "Restricts which hours can be selected.",
|
@@ -48190,8 +48190,8 @@
|
|
48190
48190
|
],
|
48191
48191
|
"events": [
|
48192
48192
|
{
|
48193
|
-
"name": "
|
48194
|
-
"description": "The
|
48193
|
+
"name": "change",
|
48194
|
+
"description": "The event that is triggered when the selected time is changed.",
|
48195
48195
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-clock#events",
|
48196
48196
|
"arguments": [
|
48197
48197
|
{
|
@@ -48201,8 +48201,8 @@
|
|
48201
48201
|
]
|
48202
48202
|
},
|
48203
48203
|
{
|
48204
|
-
"name": "
|
48205
|
-
"description": "The
|
48204
|
+
"name": "input",
|
48205
|
+
"description": "The updated bound model.",
|
48206
48206
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-clock#events",
|
48207
48207
|
"arguments": [
|
48208
48208
|
{
|
@@ -48234,17 +48234,17 @@
|
|
48234
48234
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls",
|
48235
48235
|
"attributes": [
|
48236
48236
|
{
|
48237
|
-
"name": "
|
48238
|
-
"description": "
|
48237
|
+
"name": "value",
|
48238
|
+
"description": "The current value of the timepicker.",
|
48239
48239
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
48240
48240
|
"value": {
|
48241
48241
|
"kind": "expression",
|
48242
|
-
"type": "
|
48242
|
+
"type": "number"
|
48243
48243
|
}
|
48244
48244
|
},
|
48245
48245
|
{
|
48246
|
-
"name": "
|
48247
|
-
"description": "
|
48246
|
+
"name": "readonly",
|
48247
|
+
"description": "Makes the timepicker readonly.",
|
48248
48248
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
48249
48249
|
"default": "false",
|
48250
48250
|
"value": {
|
@@ -48253,22 +48253,22 @@
|
|
48253
48253
|
}
|
48254
48254
|
},
|
48255
48255
|
{
|
48256
|
-
"name": "
|
48257
|
-
"description": "
|
48256
|
+
"name": "disabled",
|
48257
|
+
"description": "Removes the ability to click or target the component.",
|
48258
48258
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
48259
|
+
"default": "false",
|
48259
48260
|
"value": {
|
48260
48261
|
"kind": "expression",
|
48261
|
-
"type": "
|
48262
|
+
"type": "boolean"
|
48262
48263
|
}
|
48263
48264
|
},
|
48264
48265
|
{
|
48265
|
-
"name": "
|
48266
|
-
"description": "
|
48266
|
+
"name": "color",
|
48267
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
48267
48268
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
48268
|
-
"default": "false",
|
48269
48269
|
"value": {
|
48270
48270
|
"kind": "expression",
|
48271
|
-
"type": "
|
48271
|
+
"type": "string"
|
48272
48272
|
}
|
48273
48273
|
},
|
48274
48274
|
{
|
@@ -48359,24 +48359,24 @@
|
|
48359
48359
|
],
|
48360
48360
|
"events": [
|
48361
48361
|
{
|
48362
|
-
"name": "update:
|
48363
|
-
"description": "Emitted when the
|
48362
|
+
"name": "update:viewMode",
|
48363
|
+
"description": "Emitted when the view mode is changed. The event payload is either `hour`, `minute`, or `second`.",
|
48364
48364
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
|
48365
48365
|
"arguments": [
|
48366
48366
|
{
|
48367
48367
|
"name": "argument",
|
48368
|
-
"type": "['
|
48368
|
+
"type": "['hour' | 'minute' | 'second']\n"
|
48369
48369
|
}
|
48370
48370
|
]
|
48371
48371
|
},
|
48372
48372
|
{
|
48373
|
-
"name": "update:
|
48374
|
-
"description": "Emitted when the
|
48373
|
+
"name": "update:period",
|
48374
|
+
"description": "Emitted when the period is changed. The event payload is either `am` or `pm`.",
|
48375
48375
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
|
48376
48376
|
"arguments": [
|
48377
48377
|
{
|
48378
48378
|
"name": "argument",
|
48379
|
-
"type": "['
|
48379
|
+
"type": "['am' | 'pm']\n"
|
48380
48380
|
}
|
48381
48381
|
]
|
48382
48382
|
}
|
@@ -48402,6 +48402,16 @@
|
|
48402
48402
|
"description": "",
|
48403
48403
|
"doc-url": "https://vuetifyjs.com/api/v-timeline",
|
48404
48404
|
"attributes": [
|
48405
|
+
{
|
48406
|
+
"name": "density",
|
48407
|
+
"description": "Adjusts the vertical height used by the component.",
|
48408
|
+
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
48409
|
+
"default": "'default'",
|
48410
|
+
"value": {
|
48411
|
+
"kind": "expression",
|
48412
|
+
"type": "'default' | 'comfortable' | 'compact'"
|
48413
|
+
}
|
48414
|
+
},
|
48405
48415
|
{
|
48406
48416
|
"name": "tag",
|
48407
48417
|
"description": "Specify a custom tag used on the root element.",
|
@@ -48432,13 +48442,12 @@
|
|
48432
48442
|
}
|
48433
48443
|
},
|
48434
48444
|
{
|
48435
|
-
"name": "
|
48436
|
-
"description": "
|
48445
|
+
"name": "iconColor",
|
48446
|
+
"description": "Color of the icon.",
|
48437
48447
|
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
48438
|
-
"default": "'default'",
|
48439
48448
|
"value": {
|
48440
48449
|
"kind": "expression",
|
48441
|
-
"type": "
|
48450
|
+
"type": "string"
|
48442
48451
|
}
|
48443
48452
|
},
|
48444
48453
|
{
|
@@ -48451,15 +48460,6 @@
|
|
48451
48460
|
"type": "'horizontal' | 'vertical'"
|
48452
48461
|
}
|
48453
48462
|
},
|
48454
|
-
{
|
48455
|
-
"name": "iconColor",
|
48456
|
-
"description": "Color of the icon.",
|
48457
|
-
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
48458
|
-
"value": {
|
48459
|
-
"kind": "expression",
|
48460
|
-
"type": "string"
|
48461
|
-
}
|
48462
|
-
},
|
48463
48463
|
{
|
48464
48464
|
"name": "align",
|
48465
48465
|
"description": "Places the timeline dot at the top or center of the timeline item.",
|
@@ -48480,15 +48480,6 @@
|
|
48480
48480
|
"type": "string"
|
48481
48481
|
}
|
48482
48482
|
},
|
48483
|
-
{
|
48484
|
-
"name": "side",
|
48485
|
-
"description": "Display all timeline items on one side of the timeline, either **start** or **end**.",
|
48486
|
-
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
48487
|
-
"value": {
|
48488
|
-
"kind": "expression",
|
48489
|
-
"type": "'start' | 'end'"
|
48490
|
-
}
|
48491
|
-
},
|
48492
48483
|
{
|
48493
48484
|
"name": "lineThickness",
|
48494
48485
|
"description": "Thickness of the timeline line.",
|
@@ -48546,13 +48537,22 @@
|
|
48546
48537
|
"type": "string | number"
|
48547
48538
|
}
|
48548
48539
|
},
|
48540
|
+
{
|
48541
|
+
"name": "side",
|
48542
|
+
"description": "Display all timeline items on one side of the timeline, either **start** or **end**.",
|
48543
|
+
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
48544
|
+
"value": {
|
48545
|
+
"kind": "expression",
|
48546
|
+
"type": "'end' | 'start'"
|
48547
|
+
}
|
48548
|
+
},
|
48549
48549
|
{
|
48550
48550
|
"name": "truncateLine",
|
48551
48551
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends.",
|
48552
48552
|
"doc-url": "https://vuetifyjs.com/api/VTimeline#props",
|
48553
48553
|
"value": {
|
48554
48554
|
"kind": "expression",
|
48555
|
-
"type": "'
|
48555
|
+
"type": "'end' | 'start' | 'both'"
|
48556
48556
|
}
|
48557
48557
|
}
|
48558
48558
|
],
|
@@ -48579,12 +48579,23 @@
|
|
48579
48579
|
"doc-url": "https://vuetifyjs.com/api/v-timeline-item",
|
48580
48580
|
"attributes": [
|
48581
48581
|
{
|
48582
|
-
"name": "
|
48583
|
-
"description": "
|
48582
|
+
"name": "tag",
|
48583
|
+
"description": "Specify a custom tag used on the root element.",
|
48584
48584
|
"doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
|
48585
|
+
"default": "'div'",
|
48585
48586
|
"value": {
|
48586
48587
|
"kind": "expression",
|
48587
|
-
"type": "
|
48588
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
48589
|
+
}
|
48590
|
+
},
|
48591
|
+
{
|
48592
|
+
"name": "size",
|
48593
|
+
"description": "Size of the item dot",
|
48594
|
+
"doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
|
48595
|
+
"default": "'default'",
|
48596
|
+
"value": {
|
48597
|
+
"kind": "expression",
|
48598
|
+
"type": "string | number"
|
48588
48599
|
}
|
48589
48600
|
},
|
48590
48601
|
{
|
@@ -48679,32 +48690,30 @@
|
|
48679
48690
|
}
|
48680
48691
|
},
|
48681
48692
|
{
|
48682
|
-
"name": "
|
48683
|
-
"description": "
|
48693
|
+
"name": "icon",
|
48694
|
+
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component.",
|
48684
48695
|
"doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
|
48685
|
-
"default": "'div'",
|
48686
48696
|
"value": {
|
48687
48697
|
"kind": "expression",
|
48688
|
-
"type": "string | (new () => any)
|
48698
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
48689
48699
|
}
|
48690
48700
|
},
|
48691
48701
|
{
|
48692
|
-
"name": "
|
48693
|
-
"description": "
|
48702
|
+
"name": "iconColor",
|
48703
|
+
"description": "Color of the icon.",
|
48694
48704
|
"doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
|
48695
|
-
"default": "'default'",
|
48696
48705
|
"value": {
|
48697
48706
|
"kind": "expression",
|
48698
|
-
"type": "string
|
48707
|
+
"type": "string"
|
48699
48708
|
}
|
48700
48709
|
},
|
48701
48710
|
{
|
48702
|
-
"name": "
|
48703
|
-
"description": "
|
48711
|
+
"name": "side",
|
48712
|
+
"description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop.",
|
48704
48713
|
"doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
|
48705
48714
|
"value": {
|
48706
48715
|
"kind": "expression",
|
48707
|
-
"type": "
|
48716
|
+
"type": "'start' | 'end'"
|
48708
48717
|
}
|
48709
48718
|
},
|
48710
48719
|
{
|
@@ -48753,15 +48762,6 @@
|
|
48753
48762
|
"kind": "expression",
|
48754
48763
|
"type": "string | number"
|
48755
48764
|
}
|
48756
|
-
},
|
48757
|
-
{
|
48758
|
-
"name": "side",
|
48759
|
-
"description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop.",
|
48760
|
-
"doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
|
48761
|
-
"value": {
|
48762
|
-
"kind": "expression",
|
48763
|
-
"type": "'end' | 'start'"
|
48764
|
-
}
|
48765
48765
|
}
|
48766
48766
|
],
|
48767
48767
|
"events": [],
|
@@ -48796,26 +48796,6 @@
|
|
48796
48796
|
"description": "",
|
48797
48797
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar",
|
48798
48798
|
"attributes": [
|
48799
|
-
{
|
48800
|
-
"name": "flat",
|
48801
|
-
"description": "Removes the toolbar's box-shadow.",
|
48802
|
-
"doc-url": "https://vuetifyjs.com/api/VToolbar#props",
|
48803
|
-
"default": "false",
|
48804
|
-
"value": {
|
48805
|
-
"kind": "expression",
|
48806
|
-
"type": "boolean"
|
48807
|
-
}
|
48808
|
-
},
|
48809
|
-
{
|
48810
|
-
"name": "tag",
|
48811
|
-
"description": "Specify a custom tag used on the root element.",
|
48812
|
-
"doc-url": "https://vuetifyjs.com/api/VToolbar#props",
|
48813
|
-
"default": "'header'",
|
48814
|
-
"value": {
|
48815
|
-
"kind": "expression",
|
48816
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
48817
|
-
}
|
48818
|
-
},
|
48819
48799
|
{
|
48820
48800
|
"name": "title",
|
48821
48801
|
"description": "Specify a title text for the component.",
|
@@ -48826,12 +48806,13 @@
|
|
48826
48806
|
}
|
48827
48807
|
},
|
48828
48808
|
{
|
48829
|
-
"name": "
|
48830
|
-
"description": "
|
48809
|
+
"name": "flat",
|
48810
|
+
"description": "Removes the toolbar's box-shadow.",
|
48831
48811
|
"doc-url": "https://vuetifyjs.com/api/VToolbar#props",
|
48812
|
+
"default": "false",
|
48832
48813
|
"value": {
|
48833
48814
|
"kind": "expression",
|
48834
|
-
"type": "
|
48815
|
+
"type": "boolean"
|
48835
48816
|
}
|
48836
48817
|
},
|
48837
48818
|
{
|
@@ -48851,7 +48832,7 @@
|
|
48851
48832
|
"default": "'default'",
|
48852
48833
|
"value": {
|
48853
48834
|
"kind": "expression",
|
48854
|
-
"type": "'default' | '
|
48835
|
+
"type": "'default' | 'prominent' | 'comfortable' | 'compact'"
|
48855
48836
|
}
|
48856
48837
|
},
|
48857
48838
|
{
|
@@ -48902,6 +48883,25 @@
|
|
48902
48883
|
"type": "boolean"
|
48903
48884
|
}
|
48904
48885
|
},
|
48886
|
+
{
|
48887
|
+
"name": "tag",
|
48888
|
+
"description": "Specify a custom tag used on the root element.",
|
48889
|
+
"doc-url": "https://vuetifyjs.com/api/VToolbar#props",
|
48890
|
+
"default": "'header'",
|
48891
|
+
"value": {
|
48892
|
+
"kind": "expression",
|
48893
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
48894
|
+
}
|
48895
|
+
},
|
48896
|
+
{
|
48897
|
+
"name": "theme",
|
48898
|
+
"description": "Specify a theme for this component and all of its children.",
|
48899
|
+
"doc-url": "https://vuetifyjs.com/api/VToolbar#props",
|
48900
|
+
"value": {
|
48901
|
+
"kind": "expression",
|
48902
|
+
"type": "string"
|
48903
|
+
}
|
48904
|
+
},
|
48905
48905
|
{
|
48906
48906
|
"name": "color",
|
48907
48907
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
@@ -48921,8 +48921,8 @@
|
|
48921
48921
|
}
|
48922
48922
|
},
|
48923
48923
|
{
|
48924
|
-
"name": "
|
48925
|
-
"description": "
|
48924
|
+
"name": "collapse",
|
48925
|
+
"description": "Puts the toolbar into a collapsed state reducing its maximum width.",
|
48926
48926
|
"doc-url": "https://vuetifyjs.com/api/VToolbar#props",
|
48927
48927
|
"default": "false",
|
48928
48928
|
"value": {
|
@@ -48941,23 +48941,23 @@
|
|
48941
48941
|
}
|
48942
48942
|
},
|
48943
48943
|
{
|
48944
|
-
"name": "
|
48945
|
-
"description": "
|
48944
|
+
"name": "extensionHeight",
|
48945
|
+
"description": "Specify an explicit height for the `extension` slot.",
|
48946
48946
|
"doc-url": "https://vuetifyjs.com/api/VToolbar#props",
|
48947
|
-
"default": "
|
48947
|
+
"default": "48",
|
48948
48948
|
"value": {
|
48949
48949
|
"kind": "expression",
|
48950
|
-
"type": "
|
48950
|
+
"type": "string | number"
|
48951
48951
|
}
|
48952
48952
|
},
|
48953
48953
|
{
|
48954
|
-
"name": "
|
48955
|
-
"description": "
|
48954
|
+
"name": "floating",
|
48955
|
+
"description": "Applies **display: inline-flex** to the component.",
|
48956
48956
|
"doc-url": "https://vuetifyjs.com/api/VToolbar#props",
|
48957
|
-
"default": "
|
48957
|
+
"default": "false",
|
48958
48958
|
"value": {
|
48959
48959
|
"kind": "expression",
|
48960
|
-
"type": "
|
48960
|
+
"type": "boolean"
|
48961
48961
|
}
|
48962
48962
|
}
|
48963
48963
|
],
|
@@ -49024,7 +49024,7 @@
|
|
49024
49024
|
"default": "'text'",
|
49025
49025
|
"value": {
|
49026
49026
|
"kind": "expression",
|
49027
|
-
"type": "'
|
49027
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
|
49028
49028
|
}
|
49029
49029
|
}
|
49030
49030
|
],
|
@@ -49051,22 +49051,22 @@
|
|
49051
49051
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-title",
|
49052
49052
|
"attributes": [
|
49053
49053
|
{
|
49054
|
-
"name": "
|
49055
|
-
"description": "Specify
|
49054
|
+
"name": "tag",
|
49055
|
+
"description": "Specify a custom tag used on the root element.",
|
49056
49056
|
"doc-url": "https://vuetifyjs.com/api/VToolbarTitle#props",
|
49057
|
+
"default": "'div'",
|
49057
49058
|
"value": {
|
49058
49059
|
"kind": "expression",
|
49059
|
-
"type": "string"
|
49060
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
49060
49061
|
}
|
49061
49062
|
},
|
49062
49063
|
{
|
49063
|
-
"name": "
|
49064
|
-
"description": "Specify
|
49064
|
+
"name": "text",
|
49065
|
+
"description": "Specify content text for the component.",
|
49065
49066
|
"doc-url": "https://vuetifyjs.com/api/VToolbarTitle#props",
|
49066
|
-
"default": "'div'",
|
49067
49067
|
"value": {
|
49068
49068
|
"kind": "expression",
|
49069
|
-
"type": "string
|
49069
|
+
"type": "string"
|
49070
49070
|
}
|
49071
49071
|
}
|
49072
49072
|
],
|
@@ -51153,13 +51153,12 @@
|
|
51153
51153
|
"doc-url": "https://vuetifyjs.com/api/v-window",
|
51154
51154
|
"attributes": [
|
51155
51155
|
{
|
51156
|
-
"name": "
|
51157
|
-
"description": "
|
51156
|
+
"name": "modelValue",
|
51157
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
51158
51158
|
"doc-url": "https://vuetifyjs.com/api/VWindow#props",
|
51159
|
-
"default": "'div'",
|
51160
51159
|
"value": {
|
51161
51160
|
"kind": "expression",
|
51162
|
-
"type": "
|
51161
|
+
"type": "unknown"
|
51163
51162
|
}
|
51164
51163
|
},
|
51165
51164
|
{
|
@@ -51172,6 +51171,16 @@
|
|
51172
51171
|
"type": "boolean"
|
51173
51172
|
}
|
51174
51173
|
},
|
51174
|
+
{
|
51175
|
+
"name": "tag",
|
51176
|
+
"description": "Specify a custom tag used on the root element.",
|
51177
|
+
"doc-url": "https://vuetifyjs.com/api/VWindow#props",
|
51178
|
+
"default": "'div'",
|
51179
|
+
"value": {
|
51180
|
+
"kind": "expression",
|
51181
|
+
"type": "string | (new () => any) | FunctionalComponent"
|
51182
|
+
}
|
51183
|
+
},
|
51175
51184
|
{
|
51176
51185
|
"name": "theme",
|
51177
51186
|
"description": "Specify a theme for this component and all of its children.",
|
@@ -51192,32 +51201,33 @@
|
|
51192
51201
|
}
|
51193
51202
|
},
|
51194
51203
|
{
|
51195
|
-
"name": "
|
51196
|
-
"description": "
|
51204
|
+
"name": "mandatory",
|
51205
|
+
"description": "Forces at least one item to always be selected (if available).",
|
51197
51206
|
"doc-url": "https://vuetifyjs.com/api/VWindow#props",
|
51198
|
-
"default": "'
|
51207
|
+
"default": "'force'",
|
51199
51208
|
"value": {
|
51200
51209
|
"kind": "expression",
|
51201
|
-
"type": "
|
51210
|
+
"type": "boolean | 'force'"
|
51202
51211
|
}
|
51203
51212
|
},
|
51204
51213
|
{
|
51205
|
-
"name": "
|
51206
|
-
"description": "The
|
51214
|
+
"name": "direction",
|
51215
|
+
"description": "The transition direction when changing windows.",
|
51207
51216
|
"doc-url": "https://vuetifyjs.com/api/VWindow#props",
|
51217
|
+
"default": "'horizontal'",
|
51208
51218
|
"value": {
|
51209
51219
|
"kind": "expression",
|
51210
|
-
"type": "
|
51220
|
+
"type": "'horizontal' | 'vertical'"
|
51211
51221
|
}
|
51212
51222
|
},
|
51213
51223
|
{
|
51214
|
-
"name": "
|
51215
|
-
"description": "
|
51224
|
+
"name": "prevIcon",
|
51225
|
+
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`.",
|
51216
51226
|
"doc-url": "https://vuetifyjs.com/api/VWindow#props",
|
51217
|
-
"default": "'
|
51227
|
+
"default": "'$prev'",
|
51218
51228
|
"value": {
|
51219
51229
|
"kind": "expression",
|
51220
|
-
"type": "
|
51230
|
+
"type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
|
51221
51231
|
}
|
51222
51232
|
},
|
51223
51233
|
{
|
@@ -51231,13 +51241,13 @@
|
|
51231
51241
|
}
|
51232
51242
|
},
|
51233
51243
|
{
|
51234
|
-
"name": "
|
51235
|
-
"description": "
|
51244
|
+
"name": "selectedClass",
|
51245
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
51236
51246
|
"doc-url": "https://vuetifyjs.com/api/VWindow#props",
|
51237
|
-
"default": "'
|
51247
|
+
"default": "'v-window-item--active'",
|
51238
51248
|
"value": {
|
51239
51249
|
"kind": "expression",
|
51240
|
-
"type": "
|
51250
|
+
"type": "string"
|
51241
51251
|
}
|
51242
51252
|
},
|
51243
51253
|
{
|
@@ -51268,16 +51278,6 @@
|
|
51268
51278
|
"kind": "expression",
|
51269
51279
|
"type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>"
|
51270
51280
|
}
|
51271
|
-
},
|
51272
|
-
{
|
51273
|
-
"name": "direction",
|
51274
|
-
"description": "The transition direction when changing windows.",
|
51275
|
-
"doc-url": "https://vuetifyjs.com/api/VWindow#props",
|
51276
|
-
"default": "'horizontal'",
|
51277
|
-
"value": {
|
51278
|
-
"kind": "expression",
|
51279
|
-
"type": "'horizontal' | 'vertical'"
|
51280
|
-
}
|
51281
51281
|
}
|
51282
51282
|
],
|
51283
51283
|
"events": [
|
@@ -51354,13 +51354,12 @@
|
|
51354
51354
|
"doc-url": "https://vuetifyjs.com/api/v-window-item",
|
51355
51355
|
"attributes": [
|
51356
51356
|
{
|
51357
|
-
"name": "
|
51358
|
-
"description": "
|
51357
|
+
"name": "value",
|
51358
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
|
51359
51359
|
"doc-url": "https://vuetifyjs.com/api/VWindowItem#props",
|
51360
|
-
"default": "false",
|
51361
51360
|
"value": {
|
51362
51361
|
"kind": "expression",
|
51363
|
-
"type": "
|
51362
|
+
"type": "any"
|
51364
51363
|
}
|
51365
51364
|
},
|
51366
51365
|
{
|
@@ -51374,12 +51373,12 @@
|
|
51374
51373
|
}
|
51375
51374
|
},
|
51376
51375
|
{
|
51377
|
-
"name": "
|
51378
|
-
"description": "
|
51376
|
+
"name": "selectedClass",
|
51377
|
+
"description": "Configure the active CSS class applied when an item is selected.",
|
51379
51378
|
"doc-url": "https://vuetifyjs.com/api/VWindowItem#props",
|
51380
51379
|
"value": {
|
51381
51380
|
"kind": "expression",
|
51382
|
-
"type": "
|
51381
|
+
"type": "string"
|
51383
51382
|
}
|
51384
51383
|
},
|
51385
51384
|
{
|
@@ -51392,21 +51391,22 @@
|
|
51392
51391
|
}
|
51393
51392
|
},
|
51394
51393
|
{
|
51395
|
-
"name": "
|
51396
|
-
"description": "
|
51394
|
+
"name": "eager",
|
51395
|
+
"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.",
|
51397
51396
|
"doc-url": "https://vuetifyjs.com/api/VWindowItem#props",
|
51397
|
+
"default": "false",
|
51398
51398
|
"value": {
|
51399
51399
|
"kind": "expression",
|
51400
|
-
"type": "
|
51400
|
+
"type": "boolean"
|
51401
51401
|
}
|
51402
51402
|
},
|
51403
51403
|
{
|
51404
|
-
"name": "
|
51405
|
-
"description": "
|
51404
|
+
"name": "reverseTransition",
|
51405
|
+
"description": "Sets the reverse transition.",
|
51406
51406
|
"doc-url": "https://vuetifyjs.com/api/VWindowItem#props",
|
51407
51407
|
"value": {
|
51408
51408
|
"kind": "expression",
|
51409
|
-
"type": "string"
|
51409
|
+
"type": "string | boolean"
|
51410
51410
|
}
|
51411
51411
|
}
|
51412
51412
|
],
|