@vuetify/nightly 3.8.10-master.2025-06-18 → 3.8.10-master.2025-06-19

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.
@@ -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.10-master.2025-06-18",
5
+ "version": "3.8.10-master.2025-06-19",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -29164,8 +29164,8 @@
29164
29164
  "doc-url": "https://vuetifyjs.com/api/v-label",
29165
29165
  "attributes": [
29166
29166
  {
29167
- "name": "text",
29168
- "description": "Specify content text for the component.",
29167
+ "name": "theme",
29168
+ "description": "Specify a theme for this component and all of its children.",
29169
29169
  "doc-url": "https://vuetifyjs.com/api/VLabel#props",
29170
29170
  "value": {
29171
29171
  "kind": "expression",
@@ -29173,8 +29173,8 @@
29173
29173
  }
29174
29174
  },
29175
29175
  {
29176
- "name": "theme",
29177
- "description": "Specify a theme for this component and all of its children.",
29176
+ "name": "text",
29177
+ "description": "Specify content text for the component.",
29178
29178
  "doc-url": "https://vuetifyjs.com/api/VLabel#props",
29179
29179
  "value": {
29180
29180
  "kind": "expression",
@@ -29226,8 +29226,8 @@
29226
29226
  }
29227
29227
  },
29228
29228
  {
29229
- "name": "width",
29230
- "description": "Sets the width for the component.",
29229
+ "name": "maxHeight",
29230
+ "description": "Sets the maximum height for the component.",
29231
29231
  "doc-url": "https://vuetifyjs.com/api/VLayout#props",
29232
29232
  "value": {
29233
29233
  "kind": "expression",
@@ -29235,28 +29235,26 @@
29235
29235
  }
29236
29236
  },
29237
29237
  {
29238
- "name": "fullHeight",
29239
- "description": "Sets the component height to 100%.",
29238
+ "name": "maxWidth",
29239
+ "description": "Sets the maximum width for the component.",
29240
29240
  "doc-url": "https://vuetifyjs.com/api/VLayout#props",
29241
- "default": "false",
29242
29241
  "value": {
29243
29242
  "kind": "expression",
29244
- "type": "boolean"
29243
+ "type": "string | number"
29245
29244
  }
29246
29245
  },
29247
29246
  {
29248
- "name": "overlaps",
29249
- "description": "**FOR INTERNAL USE ONLY**",
29247
+ "name": "minHeight",
29248
+ "description": "Sets the minimum height for the component.",
29250
29249
  "doc-url": "https://vuetifyjs.com/api/VLayout#props",
29251
- "default": "[]",
29252
29250
  "value": {
29253
29251
  "kind": "expression",
29254
- "type": "string[]"
29252
+ "type": "string | number"
29255
29253
  }
29256
29254
  },
29257
29255
  {
29258
- "name": "maxHeight",
29259
- "description": "Sets the maximum height for the component.",
29256
+ "name": "minWidth",
29257
+ "description": "Sets the minimum width for the component.",
29260
29258
  "doc-url": "https://vuetifyjs.com/api/VLayout#props",
29261
29259
  "value": {
29262
29260
  "kind": "expression",
@@ -29264,8 +29262,8 @@
29264
29262
  }
29265
29263
  },
29266
29264
  {
29267
- "name": "maxWidth",
29268
- "description": "Sets the maximum width for the component.",
29265
+ "name": "width",
29266
+ "description": "Sets the width for the component.",
29269
29267
  "doc-url": "https://vuetifyjs.com/api/VLayout#props",
29270
29268
  "value": {
29271
29269
  "kind": "expression",
@@ -29273,21 +29271,23 @@
29273
29271
  }
29274
29272
  },
29275
29273
  {
29276
- "name": "minHeight",
29277
- "description": "Sets the minimum height for the component.",
29274
+ "name": "fullHeight",
29275
+ "description": "Sets the component height to 100%.",
29278
29276
  "doc-url": "https://vuetifyjs.com/api/VLayout#props",
29277
+ "default": "false",
29279
29278
  "value": {
29280
29279
  "kind": "expression",
29281
- "type": "string | number"
29280
+ "type": "boolean"
29282
29281
  }
29283
29282
  },
29284
29283
  {
29285
- "name": "minWidth",
29286
- "description": "Sets the minimum width for the component.",
29284
+ "name": "overlaps",
29285
+ "description": "**FOR INTERNAL USE ONLY**",
29287
29286
  "doc-url": "https://vuetifyjs.com/api/VLayout#props",
29287
+ "default": "[]",
29288
29288
  "value": {
29289
29289
  "kind": "expression",
29290
- "type": "string | number"
29290
+ "type": "string[]"
29291
29291
  }
29292
29292
  }
29293
29293
  ],
@@ -29314,51 +29314,51 @@
29314
29314
  "doc-url": "https://vuetifyjs.com/api/v-layout-item",
29315
29315
  "attributes": [
29316
29316
  {
29317
- "name": "modelValue",
29318
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
29317
+ "name": "name",
29318
+ "description": "Assign a specific name for layout registration.",
29319
29319
  "doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
29320
- "default": "false",
29321
29320
  "value": {
29322
29321
  "kind": "expression",
29323
- "type": "boolean"
29322
+ "type": "string"
29324
29323
  }
29325
29324
  },
29326
29325
  {
29327
- "name": "position",
29328
- "description": "The position of the item.",
29326
+ "name": "size",
29327
+ "description": "Sets the height and width of the component.",
29329
29328
  "doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
29329
+ "default": "300",
29330
29330
  "value": {
29331
29331
  "kind": "expression",
29332
- "type": "'top' | 'bottom' | 'left' | 'right'"
29332
+ "type": "string | number"
29333
29333
  }
29334
29334
  },
29335
29335
  {
29336
- "name": "absolute",
29337
- "description": "Applies **position: absolute** to the component.",
29336
+ "name": "position",
29337
+ "description": "The position of the item.",
29338
29338
  "doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
29339
- "default": "false",
29340
29339
  "value": {
29341
29340
  "kind": "expression",
29342
- "type": "boolean"
29341
+ "type": "'top' | 'left' | 'right' | 'bottom'"
29343
29342
  }
29344
29343
  },
29345
29344
  {
29346
- "name": "name",
29347
- "description": "Assign a specific name for layout registration.",
29345
+ "name": "absolute",
29346
+ "description": "Applies **position: absolute** to the component.",
29348
29347
  "doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
29348
+ "default": "false",
29349
29349
  "value": {
29350
29350
  "kind": "expression",
29351
- "type": "string"
29351
+ "type": "boolean"
29352
29352
  }
29353
29353
  },
29354
29354
  {
29355
- "name": "size",
29356
- "description": "Sets the height and width of the component.",
29355
+ "name": "modelValue",
29356
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
29357
29357
  "doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
29358
- "default": "300",
29358
+ "default": "false",
29359
29359
  "value": {
29360
29360
  "kind": "expression",
29361
- "type": "string | number"
29361
+ "type": "boolean"
29362
29362
  }
29363
29363
  },
29364
29364
  {
@@ -29559,42 +29559,23 @@
29559
29559
  "doc-url": "https://vuetifyjs.com/api/v-list",
29560
29560
  "attributes": [
29561
29561
  {
29562
- "name": "tag",
29563
- "description": "Specify a custom tag used on the root element.",
29564
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29565
- "default": "'div'",
29566
- "value": {
29567
- "kind": "expression",
29568
- "type": "string | (new () => any) | FunctionalComponent"
29569
- }
29570
- },
29571
- {
29572
- "name": "nav",
29573
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**.",
29562
+ "name": "border",
29563
+ "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).",
29574
29564
  "doc-url": "https://vuetifyjs.com/api/VList#props",
29575
29565
  "default": "false",
29576
29566
  "value": {
29577
29567
  "kind": "expression",
29578
- "type": "boolean"
29579
- }
29580
- },
29581
- {
29582
- "name": "activated",
29583
- "description": "Array of ids of activated nodes.",
29584
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29585
- "value": {
29586
- "kind": "expression",
29587
- "type": "any"
29568
+ "type": "string | number | boolean"
29588
29569
  }
29589
29570
  },
29590
29571
  {
29591
- "name": "disabled",
29592
- "description": "Puts all children inputs into a disabled state.",
29572
+ "name": "density",
29573
+ "description": "Adjusts the vertical height used by the component.",
29593
29574
  "doc-url": "https://vuetifyjs.com/api/VList#props",
29594
- "default": "false",
29575
+ "default": "'default'",
29595
29576
  "value": {
29596
29577
  "kind": "expression",
29597
- "type": "boolean"
29578
+ "type": "'default' | 'comfortable' | 'compact'"
29598
29579
  }
29599
29580
  },
29600
29581
  {
@@ -29606,82 +29587,6 @@
29606
29587
  "type": "string | number"
29607
29588
  }
29608
29589
  },
29609
- {
29610
- "name": "width",
29611
- "description": "Sets the width for the component.",
29612
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29613
- "value": {
29614
- "kind": "expression",
29615
- "type": "string | number"
29616
- }
29617
- },
29618
- {
29619
- "name": "theme",
29620
- "description": "Specify a theme for this component and all of its children.",
29621
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29622
- "value": {
29623
- "kind": "expression",
29624
- "type": "string"
29625
- }
29626
- },
29627
- {
29628
- "name": "items",
29629
- "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props.",
29630
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29631
- "default": "[]",
29632
- "value": {
29633
- "kind": "expression",
29634
- "type": "any[]"
29635
- }
29636
- },
29637
- {
29638
- "name": "activeColor",
29639
- "description": "Deprecated, use `color` instead.",
29640
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29641
- "value": {
29642
- "kind": "expression",
29643
- "type": "string"
29644
- }
29645
- },
29646
- {
29647
- "name": "baseColor",
29648
- "description": "Sets the color of component when not focused.",
29649
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29650
- "value": {
29651
- "kind": "expression",
29652
- "type": "string"
29653
- }
29654
- },
29655
- {
29656
- "name": "slim",
29657
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
29658
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29659
- "default": "false",
29660
- "value": {
29661
- "kind": "expression",
29662
- "type": "boolean"
29663
- }
29664
- },
29665
- {
29666
- "name": "border",
29667
- "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).",
29668
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29669
- "default": "false",
29670
- "value": {
29671
- "kind": "expression",
29672
- "type": "string | number | boolean"
29673
- }
29674
- },
29675
- {
29676
- "name": "density",
29677
- "description": "Adjusts the vertical height used by the component.",
29678
- "doc-url": "https://vuetifyjs.com/api/VList#props",
29679
- "default": "'default'",
29680
- "value": {
29681
- "kind": "expression",
29682
- "type": "'default' | 'comfortable' | 'compact'"
29683
- }
29684
- },
29685
29590
  {
29686
29591
  "name": "maxHeight",
29687
29592
  "description": "Sets the maximum height for the component.",
@@ -29718,6 +29623,15 @@
29718
29623
  "type": "string | number"
29719
29624
  }
29720
29625
  },
29626
+ {
29627
+ "name": "width",
29628
+ "description": "Sets the width for the component.",
29629
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29630
+ "value": {
29631
+ "kind": "expression",
29632
+ "type": "string | number"
29633
+ }
29634
+ },
29721
29635
  {
29722
29636
  "name": "elevation",
29723
29637
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
@@ -29746,6 +29660,25 @@
29746
29660
  "type": "boolean"
29747
29661
  }
29748
29662
  },
29663
+ {
29664
+ "name": "tag",
29665
+ "description": "Specify a custom tag used on the root element.",
29666
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29667
+ "default": "'div'",
29668
+ "value": {
29669
+ "kind": "expression",
29670
+ "type": "string | (new () => any) | FunctionalComponent"
29671
+ }
29672
+ },
29673
+ {
29674
+ "name": "theme",
29675
+ "description": "Specify a theme for this component and all of its children.",
29676
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29677
+ "value": {
29678
+ "kind": "expression",
29679
+ "type": "string"
29680
+ }
29681
+ },
29749
29682
  {
29750
29683
  "name": "color",
29751
29684
  "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).",
@@ -29762,41 +29695,40 @@
29762
29695
  "default": "'text'",
29763
29696
  "value": {
29764
29697
  "kind": "expression",
29765
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
29698
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
29766
29699
  }
29767
29700
  },
29768
29701
  {
29769
- "name": "bgColor",
29770
- "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).",
29702
+ "name": "activated",
29703
+ "description": "Array of ids of activated nodes.",
29771
29704
  "doc-url": "https://vuetifyjs.com/api/VList#props",
29772
29705
  "value": {
29773
29706
  "kind": "expression",
29774
- "type": "string"
29707
+ "type": "any"
29775
29708
  }
29776
29709
  },
29777
29710
  {
29778
- "name": "lines",
29779
- "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers.",
29711
+ "name": "disabled",
29712
+ "description": "Puts all children inputs into a disabled state.",
29780
29713
  "doc-url": "https://vuetifyjs.com/api/VList#props",
29781
- "default": "'one'",
29714
+ "default": "false",
29782
29715
  "value": {
29783
29716
  "kind": "expression",
29784
- "type": "false | 'one' | 'two' | 'three'"
29717
+ "type": "boolean"
29785
29718
  }
29786
29719
  },
29787
29720
  {
29788
- "name": "mandatory",
29789
- "description": "Forces at least one item to always be selected (if available).",
29721
+ "name": "baseColor",
29722
+ "description": "Sets the color of component when not focused.",
29790
29723
  "doc-url": "https://vuetifyjs.com/api/VList#props",
29791
- "default": "false",
29792
29724
  "value": {
29793
29725
  "kind": "expression",
29794
- "type": "boolean"
29726
+ "type": "string"
29795
29727
  }
29796
29728
  },
29797
29729
  {
29798
- "name": "activeClass",
29799
- "description": "The class applied to the component when it is in an active state.",
29730
+ "name": "activeColor",
29731
+ "description": "Deprecated, use `color` instead.",
29800
29732
  "doc-url": "https://vuetifyjs.com/api/VList#props",
29801
29733
  "value": {
29802
29734
  "kind": "expression",
@@ -29804,21 +29736,21 @@
29804
29736
  }
29805
29737
  },
29806
29738
  {
29807
- "name": "selected",
29808
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
29739
+ "name": "activeClass",
29740
+ "description": "The class applied to the component when it is in an active state.",
29809
29741
  "doc-url": "https://vuetifyjs.com/api/VList#props",
29810
29742
  "value": {
29811
29743
  "kind": "expression",
29812
- "type": "unknown"
29744
+ "type": "string"
29813
29745
  }
29814
29746
  },
29815
29747
  {
29816
- "name": "valueComparator",
29817
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
29748
+ "name": "bgColor",
29749
+ "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).",
29818
29750
  "doc-url": "https://vuetifyjs.com/api/VList#props",
29819
29751
  "value": {
29820
29752
  "kind": "expression",
29821
- "type": "(a: any, b: any) => boolean"
29753
+ "type": "string"
29822
29754
  }
29823
29755
  },
29824
29756
  {
@@ -29839,6 +29771,36 @@
29839
29771
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
29840
29772
  }
29841
29773
  },
29774
+ {
29775
+ "name": "lines",
29776
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers.",
29777
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29778
+ "default": "'one'",
29779
+ "value": {
29780
+ "kind": "expression",
29781
+ "type": "false | 'one' | 'two' | 'three'"
29782
+ }
29783
+ },
29784
+ {
29785
+ "name": "slim",
29786
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
29787
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29788
+ "default": "false",
29789
+ "value": {
29790
+ "kind": "expression",
29791
+ "type": "boolean"
29792
+ }
29793
+ },
29794
+ {
29795
+ "name": "nav",
29796
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**.",
29797
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29798
+ "default": "false",
29799
+ "value": {
29800
+ "kind": "expression",
29801
+ "type": "boolean"
29802
+ }
29803
+ },
29842
29804
  {
29843
29805
  "name": "activatable",
29844
29806
  "description": "Designates whether the list items are activatable.",
@@ -29868,6 +29830,25 @@
29868
29830
  "type": "unknown"
29869
29831
  }
29870
29832
  },
29833
+ {
29834
+ "name": "selected",
29835
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
29836
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29837
+ "value": {
29838
+ "kind": "expression",
29839
+ "type": "unknown"
29840
+ }
29841
+ },
29842
+ {
29843
+ "name": "mandatory",
29844
+ "description": "Forces at least one item to always be selected (if available).",
29845
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29846
+ "default": "false",
29847
+ "value": {
29848
+ "kind": "expression",
29849
+ "type": "boolean"
29850
+ }
29851
+ },
29871
29852
  {
29872
29853
  "name": "activeStrategy",
29873
29854
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
@@ -29907,6 +29888,16 @@
29907
29888
  "type": "string"
29908
29889
  }
29909
29890
  },
29891
+ {
29892
+ "name": "items",
29893
+ "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props.",
29894
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29895
+ "default": "[]",
29896
+ "value": {
29897
+ "kind": "expression",
29898
+ "type": "any[]"
29899
+ }
29900
+ },
29910
29901
  {
29911
29902
  "name": "itemTitle",
29912
29903
  "description": "Property on supplied `items` that contains its title.",
@@ -29956,6 +29947,15 @@
29956
29947
  "kind": "expression",
29957
29948
  "type": "boolean"
29958
29949
  }
29950
+ },
29951
+ {
29952
+ "name": "valueComparator",
29953
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
29954
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
29955
+ "value": {
29956
+ "kind": "expression",
29957
+ "type": "(a: any, b: any) => boolean"
29958
+ }
29959
29959
  }
29960
29960
  ],
29961
29961
  "events": [
@@ -30027,6 +30027,11 @@
30027
30027
  }
30028
30028
  ],
30029
30029
  "slots": [
30030
+ {
30031
+ "name": "prepend",
30032
+ "description": "Adds an item outside the input and before input content.",
30033
+ "doc-url": "https://vuetifyjs.com/api/v-list#slots"
30034
+ },
30030
30035
  {
30031
30036
  "name": "title",
30032
30037
  "description": "Slot for the component's title content.",
@@ -30037,11 +30042,6 @@
30037
30042
  "description": "Adds an item inside the input and after input content.",
30038
30043
  "doc-url": "https://vuetifyjs.com/api/v-list#slots"
30039
30044
  },
30040
- {
30041
- "name": "prepend",
30042
- "description": "Adds an item outside the input and before input content.",
30043
- "doc-url": "https://vuetifyjs.com/api/v-list#slots"
30044
- },
30045
30045
  {
30046
30046
  "name": "subtitle",
30047
30047
  "description": "Slot for the component's subtitle content.",
@@ -30111,15 +30111,6 @@
30111
30111
  "description": "",
30112
30112
  "doc-url": "https://vuetifyjs.com/api/v-list-group",
30113
30113
  "attributes": [
30114
- {
30115
- "name": "title",
30116
- "description": "Specify a title text for the component.",
30117
- "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30118
- "value": {
30119
- "kind": "expression",
30120
- "type": "string"
30121
- }
30122
- },
30123
30114
  {
30124
30115
  "name": "tag",
30125
30116
  "description": "Specify a custom tag used on the root element.",
@@ -30131,8 +30122,8 @@
30131
30122
  }
30132
30123
  },
30133
30124
  {
30134
- "name": "color",
30135
- "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).",
30125
+ "name": "title",
30126
+ "description": "Specify a title text for the component.",
30136
30127
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30137
30128
  "value": {
30138
30129
  "kind": "expression",
@@ -30149,8 +30140,8 @@
30149
30140
  }
30150
30141
  },
30151
30142
  {
30152
- "name": "baseColor",
30153
- "description": "Sets the color of component when not focused.",
30143
+ "name": "activeColor",
30144
+ "description": "Deprecated, use `color` instead.",
30154
30145
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30155
30146
  "value": {
30156
30147
  "kind": "expression",
@@ -30158,8 +30149,8 @@
30158
30149
  }
30159
30150
  },
30160
30151
  {
30161
- "name": "activeColor",
30162
- "description": "Deprecated, use `color` instead.",
30152
+ "name": "baseColor",
30153
+ "description": "Sets the color of component when not focused.",
30163
30154
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30164
30155
  "value": {
30165
30156
  "kind": "expression",
@@ -30167,51 +30158,50 @@
30167
30158
  }
30168
30159
  },
30169
30160
  {
30170
- "name": "expandIcon",
30171
- "description": "Icon to display when the list item is collapsed.",
30161
+ "name": "prependIcon",
30162
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
30172
30163
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30173
- "default": "'$expand'",
30174
30164
  "value": {
30175
30165
  "kind": "expression",
30176
30166
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30177
30167
  }
30178
30168
  },
30179
30169
  {
30180
- "name": "collapseIcon",
30181
- "description": "Icon to display when the list item is expanded.",
30170
+ "name": "appendIcon",
30171
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
30182
30172
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30183
- "default": "'$collapse'",
30184
30173
  "value": {
30185
30174
  "kind": "expression",
30186
30175
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30187
30176
  }
30188
30177
  },
30189
30178
  {
30190
- "name": "appendIcon",
30191
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
30179
+ "name": "color",
30180
+ "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).",
30192
30181
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30193
30182
  "value": {
30194
30183
  "kind": "expression",
30195
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30184
+ "type": "string"
30196
30185
  }
30197
30186
  },
30198
30187
  {
30199
- "name": "prependIcon",
30200
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
30188
+ "name": "expandIcon",
30189
+ "description": "Icon to display when the list item is collapsed.",
30201
30190
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30191
+ "default": "'$expand'",
30202
30192
  "value": {
30203
30193
  "kind": "expression",
30204
30194
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30205
30195
  }
30206
30196
  },
30207
30197
  {
30208
- "name": "fluid",
30209
- "description": "Removes the left padding assigned for action icons from group items.",
30198
+ "name": "collapseIcon",
30199
+ "description": "Icon to display when the list item is expanded.",
30210
30200
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30211
- "default": "false",
30201
+ "default": "'$collapse'",
30212
30202
  "value": {
30213
30203
  "kind": "expression",
30214
- "type": "boolean"
30204
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30215
30205
  }
30216
30206
  },
30217
30207
  {
@@ -30223,6 +30213,16 @@
30223
30213
  "type": "string | number"
30224
30214
  }
30225
30215
  },
30216
+ {
30217
+ "name": "fluid",
30218
+ "description": "Removes the left padding assigned for action icons from group items.",
30219
+ "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
30220
+ "default": "false",
30221
+ "value": {
30222
+ "kind": "expression",
30223
+ "type": "boolean"
30224
+ }
30225
+ },
30226
30226
  {
30227
30227
  "name": "subgroup",
30228
30228
  "description": "Designate the component as nested list group.",
@@ -30304,45 +30304,6 @@
30304
30304
  "description": "",
30305
30305
  "doc-url": "https://vuetifyjs.com/api/v-list-item",
30306
30306
  "attributes": [
30307
- {
30308
- "name": "replace",
30309
- "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.",
30310
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30311
- "default": "false",
30312
- "value": {
30313
- "kind": "expression",
30314
- "type": "boolean"
30315
- }
30316
- },
30317
- {
30318
- "name": "link",
30319
- "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
30320
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30321
- "value": {
30322
- "kind": "expression",
30323
- "type": "boolean"
30324
- }
30325
- },
30326
- {
30327
- "name": "tag",
30328
- "description": "Specify a custom tag used on the root element.",
30329
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30330
- "default": "'div'",
30331
- "value": {
30332
- "kind": "expression",
30333
- "type": "string | (new () => any) | FunctionalComponent"
30334
- }
30335
- },
30336
- {
30337
- "name": "nav",
30338
- "description": "Reduces the width v-list-item takes up as well as adding a border radius.",
30339
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30340
- "default": "false",
30341
- "value": {
30342
- "kind": "expression",
30343
- "type": "boolean"
30344
- }
30345
- },
30346
30307
  {
30347
30308
  "name": "title",
30348
30309
  "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead.",
@@ -30353,8 +30314,8 @@
30353
30314
  }
30354
30315
  },
30355
30316
  {
30356
- "name": "disabled",
30357
- "description": "Removes the ability to click or target the component.",
30317
+ "name": "replace",
30318
+ "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.",
30358
30319
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30359
30320
  "default": "false",
30360
30321
  "value": {
@@ -30363,106 +30324,14 @@
30363
30324
  }
30364
30325
  },
30365
30326
  {
30366
- "name": "height",
30367
- "description": "Sets the height for the component.",
30368
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30369
- "value": {
30370
- "kind": "expression",
30371
- "type": "string | number"
30372
- }
30373
- },
30374
- {
30375
- "name": "value",
30376
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected.",
30377
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30378
- "value": {
30379
- "kind": "expression",
30380
- "type": "any"
30381
- }
30382
- },
30383
- {
30384
- "name": "width",
30385
- "description": "Sets the width for the component.",
30386
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30387
- "value": {
30388
- "kind": "expression",
30389
- "type": "string | number"
30390
- }
30391
- },
30392
- {
30393
- "name": "theme",
30394
- "description": "Specify a theme for this component and all of its children.",
30395
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30396
- "value": {
30397
- "kind": "expression",
30398
- "type": "string"
30399
- }
30400
- },
30401
- {
30402
- "name": "active",
30403
- "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
30404
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30405
- "value": {
30406
- "kind": "expression",
30407
- "type": "boolean"
30408
- }
30409
- },
30410
- {
30411
- "name": "activeColor",
30412
- "description": "Deprecated, use `color` instead.",
30413
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30414
- "value": {
30415
- "kind": "expression",
30416
- "type": "string"
30417
- }
30418
- },
30419
- {
30420
- "name": "baseColor",
30421
- "description": "Sets the color of component when not focused.",
30422
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30423
- "value": {
30424
- "kind": "expression",
30425
- "type": "string"
30426
- }
30427
- },
30428
- {
30429
- "name": "prependIcon",
30430
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content.",
30431
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30432
- "value": {
30433
- "kind": "expression",
30434
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30435
- }
30436
- },
30437
- {
30438
- "name": "appendIcon",
30439
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
30440
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30441
- "value": {
30442
- "kind": "expression",
30443
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30444
- }
30445
- },
30446
- {
30447
- "name": "slim",
30448
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation.",
30327
+ "name": "link",
30328
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
30449
30329
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30450
- "default": "false",
30451
30330
  "value": {
30452
30331
  "kind": "expression",
30453
30332
  "type": "boolean"
30454
30333
  }
30455
30334
  },
30456
- {
30457
- "name": "ripple",
30458
- "description": "Applies the [v-ripple](/directives/ripple) directive.",
30459
- "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30460
- "default": "true",
30461
- "value": {
30462
- "kind": "expression",
30463
- "type": "boolean | { class: string }"
30464
- }
30465
- },
30466
30335
  {
30467
30336
  "name": "border",
30468
30337
  "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).",
@@ -30483,6 +30352,15 @@
30483
30352
  "type": "'default' | 'comfortable' | 'compact'"
30484
30353
  }
30485
30354
  },
30355
+ {
30356
+ "name": "height",
30357
+ "description": "Sets the height for the component.",
30358
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30359
+ "value": {
30360
+ "kind": "expression",
30361
+ "type": "string | number"
30362
+ }
30363
+ },
30486
30364
  {
30487
30365
  "name": "maxHeight",
30488
30366
  "description": "Sets the maximum height for the component.",
@@ -30519,6 +30397,15 @@
30519
30397
  "type": "string | number"
30520
30398
  }
30521
30399
  },
30400
+ {
30401
+ "name": "width",
30402
+ "description": "Sets the width for the component.",
30403
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30404
+ "value": {
30405
+ "kind": "expression",
30406
+ "type": "string | number"
30407
+ }
30408
+ },
30522
30409
  {
30523
30410
  "name": "elevation",
30524
30411
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
@@ -30548,14 +30435,62 @@
30548
30435
  }
30549
30436
  },
30550
30437
  {
30551
- "name": "href",
30552
- "description": "Designates the component as anchor and applies the **href** attribute.",
30438
+ "name": "tag",
30439
+ "description": "Specify a custom tag used on the root element.",
30440
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30441
+ "default": "'div'",
30442
+ "value": {
30443
+ "kind": "expression",
30444
+ "type": "string | (new () => any) | FunctionalComponent"
30445
+ }
30446
+ },
30447
+ {
30448
+ "name": "theme",
30449
+ "description": "Specify a theme for this component and all of its children.",
30553
30450
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30554
30451
  "value": {
30555
30452
  "kind": "expression",
30556
30453
  "type": "string"
30557
30454
  }
30558
30455
  },
30456
+ {
30457
+ "name": "color",
30458
+ "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),",
30459
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30460
+ "value": {
30461
+ "kind": "expression",
30462
+ "type": "string"
30463
+ }
30464
+ },
30465
+ {
30466
+ "name": "variant",
30467
+ "description": "Applies a distinct style to the component.",
30468
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30469
+ "default": "'text'",
30470
+ "value": {
30471
+ "kind": "expression",
30472
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
30473
+ }
30474
+ },
30475
+ {
30476
+ "name": "disabled",
30477
+ "description": "Removes the ability to click or target the component.",
30478
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30479
+ "default": "false",
30480
+ "value": {
30481
+ "kind": "expression",
30482
+ "type": "boolean"
30483
+ }
30484
+ },
30485
+ {
30486
+ "name": "value",
30487
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected.",
30488
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30489
+ "value": {
30490
+ "kind": "expression",
30491
+ "type": "any"
30492
+ }
30493
+ },
30559
30494
  {
30560
30495
  "name": "exact",
30561
30496
  "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.",
@@ -30567,17 +30502,17 @@
30567
30502
  }
30568
30503
  },
30569
30504
  {
30570
- "name": "to",
30571
- "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.",
30505
+ "name": "subtitle",
30506
+ "description": "Specify a subtitle text for the component.",
30572
30507
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30573
30508
  "value": {
30574
30509
  "kind": "expression",
30575
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric"
30510
+ "type": "string | number | boolean"
30576
30511
  }
30577
30512
  },
30578
30513
  {
30579
- "name": "color",
30580
- "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),",
30514
+ "name": "baseColor",
30515
+ "description": "Sets the color of component when not focused.",
30581
30516
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30582
30517
  "value": {
30583
30518
  "kind": "expression",
@@ -30585,13 +30520,21 @@
30585
30520
  }
30586
30521
  },
30587
30522
  {
30588
- "name": "variant",
30589
- "description": "Applies a distinct style to the component.",
30523
+ "name": "activeColor",
30524
+ "description": "Deprecated, use `color` instead.",
30590
30525
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30591
- "default": "'text'",
30592
30526
  "value": {
30593
30527
  "kind": "expression",
30594
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
30528
+ "type": "string"
30529
+ }
30530
+ },
30531
+ {
30532
+ "name": "activeClass",
30533
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation.",
30534
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30535
+ "value": {
30536
+ "kind": "expression",
30537
+ "type": "string"
30595
30538
  }
30596
30539
  },
30597
30540
  {
@@ -30605,21 +30548,50 @@
30605
30548
  }
30606
30549
  },
30607
30550
  {
30608
- "name": "activeClass",
30609
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation.",
30551
+ "name": "slim",
30552
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation.",
30610
30553
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30554
+ "default": "false",
30611
30555
  "value": {
30612
30556
  "kind": "expression",
30613
- "type": "string"
30557
+ "type": "boolean"
30614
30558
  }
30615
30559
  },
30616
30560
  {
30617
- "name": "subtitle",
30618
- "description": "Specify a subtitle text for the component.",
30561
+ "name": "nav",
30562
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius.",
30619
30563
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30564
+ "default": "false",
30620
30565
  "value": {
30621
30566
  "kind": "expression",
30622
- "type": "string | number | boolean"
30567
+ "type": "boolean"
30568
+ }
30569
+ },
30570
+ {
30571
+ "name": "appendIcon",
30572
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
30573
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30574
+ "value": {
30575
+ "kind": "expression",
30576
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30577
+ }
30578
+ },
30579
+ {
30580
+ "name": "prependIcon",
30581
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content.",
30582
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30583
+ "value": {
30584
+ "kind": "expression",
30585
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
30586
+ }
30587
+ },
30588
+ {
30589
+ "name": "active",
30590
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
30591
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30592
+ "value": {
30593
+ "kind": "expression",
30594
+ "type": "boolean"
30623
30595
  }
30624
30596
  },
30625
30597
  {
@@ -30639,6 +30611,34 @@
30639
30611
  "kind": "expression",
30640
30612
  "type": "string"
30641
30613
  }
30614
+ },
30615
+ {
30616
+ "name": "ripple",
30617
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
30618
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30619
+ "default": "true",
30620
+ "value": {
30621
+ "kind": "expression",
30622
+ "type": "boolean | { class: string }"
30623
+ }
30624
+ },
30625
+ {
30626
+ "name": "href",
30627
+ "description": "Designates the component as anchor and applies the **href** attribute.",
30628
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30629
+ "value": {
30630
+ "kind": "expression",
30631
+ "type": "string"
30632
+ }
30633
+ },
30634
+ {
30635
+ "name": "to",
30636
+ "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.",
30637
+ "doc-url": "https://vuetifyjs.com/api/VListItem#props",
30638
+ "value": {
30639
+ "kind": "expression",
30640
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric"
30641
+ }
30642
30642
  }
30643
30643
  ],
30644
30644
  "events": [
@@ -30774,13 +30774,13 @@
30774
30774
  "doc-url": "https://vuetifyjs.com/api/v-list-item-action",
30775
30775
  "attributes": [
30776
30776
  {
30777
- "name": "end",
30778
- "description": "Applies margin at the start of the component.",
30777
+ "name": "tag",
30778
+ "description": "Specify a custom tag used on the root element.",
30779
30779
  "doc-url": "https://vuetifyjs.com/api/VListItemAction#props",
30780
- "default": "false",
30780
+ "default": "'div'",
30781
30781
  "value": {
30782
30782
  "kind": "expression",
30783
- "type": "boolean"
30783
+ "type": "string | (new () => any) | FunctionalComponent"
30784
30784
  }
30785
30785
  },
30786
30786
  {
@@ -30794,13 +30794,13 @@
30794
30794
  }
30795
30795
  },
30796
30796
  {
30797
- "name": "tag",
30798
- "description": "Specify a custom tag used on the root element.",
30797
+ "name": "end",
30798
+ "description": "Applies margin at the start of the component.",
30799
30799
  "doc-url": "https://vuetifyjs.com/api/VListItemAction#props",
30800
- "default": "'div'",
30800
+ "default": "false",
30801
30801
  "value": {
30802
30802
  "kind": "expression",
30803
- "type": "string | (new () => any) | FunctionalComponent"
30803
+ "type": "boolean"
30804
30804
  }
30805
30805
  }
30806
30806
  ],
@@ -30827,13 +30827,13 @@
30827
30827
  "doc-url": "https://vuetifyjs.com/api/v-list-item-media",
30828
30828
  "attributes": [
30829
30829
  {
30830
- "name": "end",
30831
- "description": "Applies margin at the start of the component.",
30830
+ "name": "tag",
30831
+ "description": "Specify a custom tag used on the root element.",
30832
30832
  "doc-url": "https://vuetifyjs.com/api/VListItemMedia#props",
30833
- "default": "false",
30833
+ "default": "'div'",
30834
30834
  "value": {
30835
30835
  "kind": "expression",
30836
- "type": "boolean"
30836
+ "type": "string | (new () => any) | FunctionalComponent"
30837
30837
  }
30838
30838
  },
30839
30839
  {
@@ -30847,13 +30847,13 @@
30847
30847
  }
30848
30848
  },
30849
30849
  {
30850
- "name": "tag",
30851
- "description": "Specify a custom tag used on the root element.",
30850
+ "name": "end",
30851
+ "description": "Applies margin at the start of the component.",
30852
30852
  "doc-url": "https://vuetifyjs.com/api/VListItemMedia#props",
30853
- "default": "'div'",
30853
+ "default": "false",
30854
30854
  "value": {
30855
30855
  "kind": "expression",
30856
- "type": "string | (new () => any) | FunctionalComponent"
30856
+ "type": "boolean"
30857
30857
  }
30858
30858
  }
30859
30859
  ],
@@ -30954,6 +30954,16 @@
30954
30954
  "description": "",
30955
30955
  "doc-url": "https://vuetifyjs.com/api/v-list-subheader",
30956
30956
  "attributes": [
30957
+ {
30958
+ "name": "tag",
30959
+ "description": "Specify a custom tag used on the root element.",
30960
+ "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
30961
+ "default": "'div'",
30962
+ "value": {
30963
+ "kind": "expression",
30964
+ "type": "string | (new () => any) | FunctionalComponent"
30965
+ }
30966
+ },
30957
30967
  {
30958
30968
  "name": "title",
30959
30969
  "description": "Specify a title text for the component.",
@@ -30973,16 +30983,6 @@
30973
30983
  "type": "boolean"
30974
30984
  }
30975
30985
  },
30976
- {
30977
- "name": "tag",
30978
- "description": "Specify a custom tag used on the root element.",
30979
- "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
30980
- "default": "'div'",
30981
- "value": {
30982
- "kind": "expression",
30983
- "type": "string | (new () => any) | FunctionalComponent"
30984
- }
30985
- },
30986
30986
  {
30987
30987
  "name": "color",
30988
30988
  "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).",
@@ -31085,17 +31085,18 @@
31085
31085
  "doc-url": "https://vuetifyjs.com/api/v-main",
31086
31086
  "attributes": [
31087
31087
  {
31088
- "name": "height",
31089
- "description": "Sets the height for the component.",
31088
+ "name": "tag",
31089
+ "description": "Specify a custom tag used on the root element.",
31090
31090
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
31091
+ "default": "'main'",
31091
31092
  "value": {
31092
31093
  "kind": "expression",
31093
- "type": "string | number"
31094
+ "type": "string | (new () => any) | FunctionalComponent"
31094
31095
  }
31095
31096
  },
31096
31097
  {
31097
- "name": "maxHeight",
31098
- "description": "Sets the maximum height for the component.",
31098
+ "name": "height",
31099
+ "description": "Sets the height for the component.",
31099
31100
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
31100
31101
  "value": {
31101
31102
  "kind": "expression",
@@ -31103,8 +31104,8 @@
31103
31104
  }
31104
31105
  },
31105
31106
  {
31106
- "name": "maxWidth",
31107
- "description": "Sets the maximum width for the component.",
31107
+ "name": "width",
31108
+ "description": "Sets the width for the component.",
31108
31109
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
31109
31110
  "value": {
31110
31111
  "kind": "expression",
@@ -31112,8 +31113,8 @@
31112
31113
  }
31113
31114
  },
31114
31115
  {
31115
- "name": "minHeight",
31116
- "description": "Sets the minimum height for the component.",
31116
+ "name": "maxHeight",
31117
+ "description": "Sets the maximum height for the component.",
31117
31118
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
31118
31119
  "value": {
31119
31120
  "kind": "expression",
@@ -31121,8 +31122,8 @@
31121
31122
  }
31122
31123
  },
31123
31124
  {
31124
- "name": "minWidth",
31125
- "description": "Sets the minimum width for the component.",
31125
+ "name": "maxWidth",
31126
+ "description": "Sets the maximum width for the component.",
31126
31127
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
31127
31128
  "value": {
31128
31129
  "kind": "expression",
@@ -31130,8 +31131,8 @@
31130
31131
  }
31131
31132
  },
31132
31133
  {
31133
- "name": "width",
31134
- "description": "Sets the width for the component.",
31134
+ "name": "minHeight",
31135
+ "description": "Sets the minimum height for the component.",
31135
31136
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
31136
31137
  "value": {
31137
31138
  "kind": "expression",
@@ -31139,13 +31140,12 @@
31139
31140
  }
31140
31141
  },
31141
31142
  {
31142
- "name": "tag",
31143
- "description": "Specify a custom tag used on the root element.",
31143
+ "name": "minWidth",
31144
+ "description": "Sets the minimum width for the component.",
31144
31145
  "doc-url": "https://vuetifyjs.com/api/VMain#props",
31145
- "default": "'main'",
31146
31146
  "value": {
31147
31147
  "kind": "expression",
31148
- "type": "string | (new () => any) | FunctionalComponent"
31148
+ "type": "string | number"
31149
31149
  }
31150
31150
  },
31151
31151
  {
@@ -31182,8 +31182,8 @@
31182
31182
  "doc-url": "https://vuetifyjs.com/api/v-menu",
31183
31183
  "attributes": [
31184
31184
  {
31185
- "name": "disabled",
31186
- "description": "Removes the ability to click or target the component.",
31185
+ "name": "modelValue",
31186
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
31187
31187
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31188
31188
  "default": "false",
31189
31189
  "value": {
@@ -31200,33 +31200,6 @@
31200
31200
  "type": "string | number"
31201
31201
  }
31202
31202
  },
31203
- {
31204
- "name": "width",
31205
- "description": "Sets the width for the component.",
31206
- "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31207
- "value": {
31208
- "kind": "expression",
31209
- "type": "string | number"
31210
- }
31211
- },
31212
- {
31213
- "name": "id",
31214
- "description": "The unique identifier of the component.",
31215
- "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31216
- "value": {
31217
- "kind": "expression",
31218
- "type": "string"
31219
- }
31220
- },
31221
- {
31222
- "name": "theme",
31223
- "description": "Specify a theme for this component and all of its children.",
31224
- "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31225
- "value": {
31226
- "kind": "expression",
31227
- "type": "string"
31228
- }
31229
- },
31230
31203
  {
31231
31204
  "name": "maxHeight",
31232
31205
  "description": "Sets the maximum height for the component.",
@@ -31263,6 +31236,15 @@
31263
31236
  "type": "string | number"
31264
31237
  }
31265
31238
  },
31239
+ {
31240
+ "name": "width",
31241
+ "description": "Sets the width for the component.",
31242
+ "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31243
+ "value": {
31244
+ "kind": "expression",
31245
+ "type": "string | number"
31246
+ }
31247
+ },
31266
31248
  {
31267
31249
  "name": "location",
31268
31250
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both..",
@@ -31273,8 +31255,17 @@
31273
31255
  }
31274
31256
  },
31275
31257
  {
31276
- "name": "modelValue",
31277
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
31258
+ "name": "theme",
31259
+ "description": "Specify a theme for this component and all of its children.",
31260
+ "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31261
+ "value": {
31262
+ "kind": "expression",
31263
+ "type": "string"
31264
+ }
31265
+ },
31266
+ {
31267
+ "name": "disabled",
31268
+ "description": "Removes the ability to click or target the component.",
31278
31269
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31279
31270
  "default": "false",
31280
31271
  "value": {
@@ -31283,13 +31274,22 @@
31283
31274
  }
31284
31275
  },
31285
31276
  {
31286
- "name": "transition",
31287
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
31277
+ "name": "id",
31278
+ "description": "The unique identifier of the component.",
31288
31279
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31289
- "default": "{component: {name: 'VDialogTransition'}}",
31290
31280
  "value": {
31291
31281
  "kind": "expression",
31292
- "type": "| string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }"
31282
+ "type": "string"
31283
+ }
31284
+ },
31285
+ {
31286
+ "name": "eager",
31287
+ "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.",
31288
+ "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31289
+ "default": "false",
31290
+ "value": {
31291
+ "kind": "expression",
31292
+ "type": "boolean"
31293
31293
  }
31294
31294
  },
31295
31295
  {
@@ -31301,6 +31301,16 @@
31301
31301
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance"
31302
31302
  }
31303
31303
  },
31304
+ {
31305
+ "name": "submenu",
31306
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL.",
31307
+ "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31308
+ "default": "false",
31309
+ "value": {
31310
+ "kind": "expression",
31311
+ "type": "boolean"
31312
+ }
31313
+ },
31304
31314
  {
31305
31315
  "name": "closeOnBack",
31306
31316
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
@@ -31465,16 +31475,6 @@
31465
31475
  "type": "string | number"
31466
31476
  }
31467
31477
  },
31468
- {
31469
- "name": "eager",
31470
- "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.",
31471
- "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31472
- "default": "false",
31473
- "value": {
31474
- "kind": "expression",
31475
- "type": "boolean"
31476
- }
31477
- },
31478
31478
  {
31479
31479
  "name": "locationStrategy",
31480
31480
  "description": "A function used to specifies how the component should position relative to its activator.",
@@ -31511,27 +31511,27 @@
31511
31511
  "default": "'reposition'",
31512
31512
  "value": {
31513
31513
  "kind": "expression",
31514
- "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>"
31514
+ "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>"
31515
31515
  }
31516
31516
  },
31517
31517
  {
31518
- "name": "attach",
31519
- "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator.",
31518
+ "name": "transition",
31519
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
31520
31520
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31521
- "default": "false",
31521
+ "default": "{component: {name: 'VDialogTransition'}}",
31522
31522
  "value": {
31523
31523
  "kind": "expression",
31524
- "type": "string | boolean | Element"
31524
+ "type": "| string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }"
31525
31525
  }
31526
31526
  },
31527
31527
  {
31528
- "name": "submenu",
31529
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL.",
31528
+ "name": "attach",
31529
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator.",
31530
31530
  "doc-url": "https://vuetifyjs.com/api/VMenu#props",
31531
31531
  "default": "false",
31532
31532
  "value": {
31533
31533
  "kind": "expression",
31534
- "type": "boolean"
31534
+ "type": "string | boolean | Element"
31535
31535
  }
31536
31536
  }
31537
31537
  ],
@@ -31594,6 +31594,16 @@
31594
31594
  "description": "",
31595
31595
  "doc-url": "https://vuetifyjs.com/api/v-messages",
31596
31596
  "attributes": [
31597
+ {
31598
+ "name": "active",
31599
+ "description": "Determines whether the messages are visible or not.",
31600
+ "doc-url": "https://vuetifyjs.com/api/VMessages#props",
31601
+ "default": "false",
31602
+ "value": {
31603
+ "kind": "expression",
31604
+ "type": "boolean"
31605
+ }
31606
+ },
31597
31607
  {
31598
31608
  "name": "color",
31599
31609
  "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).",
@@ -31622,16 +31632,6 @@
31622
31632
  "kind": "expression",
31623
31633
  "type": "string | string[]"
31624
31634
  }
31625
- },
31626
- {
31627
- "name": "active",
31628
- "description": "Determines whether the messages are visible or not.",
31629
- "doc-url": "https://vuetifyjs.com/api/VMessages#props",
31630
- "default": "false",
31631
- "value": {
31632
- "kind": "expression",
31633
- "type": "boolean"
31634
- }
31635
31635
  }
31636
31636
  ],
31637
31637
  "events": [],
@@ -31663,23 +31663,22 @@
31663
31663
  "doc-url": "https://vuetifyjs.com/api/v-navigation-drawer",
31664
31664
  "attributes": [
31665
31665
  {
31666
- "name": "border",
31667
- "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).",
31666
+ "name": "tag",
31667
+ "description": "Specify a custom tag used on the root element.",
31668
31668
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31669
- "default": "false",
31669
+ "default": "'nav'",
31670
31670
  "value": {
31671
31671
  "kind": "expression",
31672
- "type": "string | number | boolean"
31672
+ "type": "string | (new () => any) | FunctionalComponent"
31673
31673
  }
31674
31674
  },
31675
31675
  {
31676
- "name": "modelValue",
31677
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
31676
+ "name": "name",
31677
+ "description": "Assign a specific name for layout registration.",
31678
31678
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31679
- "default": "null",
31680
31679
  "value": {
31681
31680
  "kind": "expression",
31682
- "type": "boolean"
31681
+ "type": "string"
31683
31682
  }
31684
31683
  },
31685
31684
  {
@@ -31692,6 +31691,25 @@
31692
31691
  "type": "string | number"
31693
31692
  }
31694
31693
  },
31694
+ {
31695
+ "name": "theme",
31696
+ "description": "Specify a theme for this component and all of its children.",
31697
+ "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31698
+ "value": {
31699
+ "kind": "expression",
31700
+ "type": "string"
31701
+ }
31702
+ },
31703
+ {
31704
+ "name": "border",
31705
+ "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).",
31706
+ "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31707
+ "default": "false",
31708
+ "value": {
31709
+ "kind": "expression",
31710
+ "type": "string | number | boolean"
31711
+ }
31712
+ },
31695
31713
  {
31696
31714
  "name": "elevation",
31697
31715
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
@@ -31708,7 +31726,7 @@
31708
31726
  "default": "'start'",
31709
31727
  "value": {
31710
31728
  "kind": "expression",
31711
- "type": "'top' | 'end' | 'bottom' | 'start' | 'left' | 'right'"
31729
+ "type": "'top' | 'left' | 'right' | 'bottom' | 'start' | 'end'"
31712
31730
  }
31713
31731
  },
31714
31732
  {
@@ -31751,18 +31769,17 @@
31751
31769
  }
31752
31770
  },
31753
31771
  {
31754
- "name": "tag",
31755
- "description": "Specify a custom tag used on the root element.",
31772
+ "name": "color",
31773
+ "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).",
31756
31774
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31757
- "default": "'nav'",
31758
31775
  "value": {
31759
31776
  "kind": "expression",
31760
- "type": "string | (new () => any) | FunctionalComponent"
31777
+ "type": "string"
31761
31778
  }
31762
31779
  },
31763
31780
  {
31764
- "name": "theme",
31765
- "description": "Specify a theme for this component and all of its children.",
31781
+ "name": "image",
31782
+ "description": "Apply a specific background image to the component.",
31766
31783
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31767
31784
  "value": {
31768
31785
  "kind": "expression",
@@ -31770,40 +31787,42 @@
31770
31787
  }
31771
31788
  },
31772
31789
  {
31773
- "name": "color",
31774
- "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).",
31790
+ "name": "floating",
31791
+ "description": "A floating drawer has no visible container (no border-right).",
31775
31792
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31793
+ "default": "false",
31776
31794
  "value": {
31777
31795
  "kind": "expression",
31778
- "type": "string"
31796
+ "type": "boolean"
31779
31797
  }
31780
31798
  },
31781
31799
  {
31782
- "name": "name",
31783
- "description": "Assign a specific name for layout registration.",
31800
+ "name": "modelValue",
31801
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
31784
31802
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31803
+ "default": "null",
31785
31804
  "value": {
31786
31805
  "kind": "expression",
31787
- "type": "string"
31806
+ "type": "boolean"
31788
31807
  }
31789
31808
  },
31790
31809
  {
31791
- "name": "image",
31792
- "description": "Apply a specific background image to the component.",
31810
+ "name": "mobile",
31811
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
31793
31812
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31813
+ "default": "null",
31794
31814
  "value": {
31795
31815
  "kind": "expression",
31796
- "type": "string"
31816
+ "type": "boolean"
31797
31817
  }
31798
31818
  },
31799
31819
  {
31800
- "name": "floating",
31801
- "description": "A floating drawer has no visible container (no border-right).",
31820
+ "name": "mobileBreakpoint",
31821
+ "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality.",
31802
31822
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31803
- "default": "false",
31804
31823
  "value": {
31805
31824
  "kind": "expression",
31806
- "type": "boolean"
31825
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
31807
31826
  }
31808
31827
  },
31809
31828
  {
@@ -31854,25 +31873,6 @@
31854
31873
  "type": "string | number"
31855
31874
  }
31856
31875
  },
31857
- {
31858
- "name": "mobile",
31859
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
31860
- "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31861
- "default": "null",
31862
- "value": {
31863
- "kind": "expression",
31864
- "type": "boolean"
31865
- }
31866
- },
31867
- {
31868
- "name": "mobileBreakpoint",
31869
- "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality.",
31870
- "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
31871
- "value": {
31872
- "kind": "expression",
31873
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
31874
- }
31875
- },
31876
31876
  {
31877
31877
  "name": "disableResizeWatcher",
31878
31878
  "description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop.",
@@ -35157,6 +35157,16 @@
35157
35157
  "type": "boolean"
35158
35158
  }
35159
35159
  },
35160
+ {
35161
+ "name": "ripple",
35162
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
35163
+ "doc-url": "https://vuetifyjs.com/api/VRadio#props",
35164
+ "default": "true",
35165
+ "value": {
35166
+ "kind": "expression",
35167
+ "type": "boolean | { class: string }"
35168
+ }
35169
+ },
35160
35170
  {
35161
35171
  "name": "trueValue",
35162
35172
  "description": "Sets value for truthy state.",
@@ -35203,16 +35213,6 @@
35203
35213
  "kind": "expression",
35204
35214
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
35205
35215
  }
35206
- },
35207
- {
35208
- "name": "ripple",
35209
- "description": "Applies the [v-ripple](/directives/ripple) directive.",
35210
- "doc-url": "https://vuetifyjs.com/api/VRadio#props",
35211
- "default": "true",
35212
- "value": {
35213
- "kind": "expression",
35214
- "type": "boolean | { class: string }"
35215
- }
35216
35216
  }
35217
35217
  ],
35218
35218
  "events": [],
@@ -35635,6 +35635,16 @@
35635
35635
  "type": "boolean"
35636
35636
  }
35637
35637
  },
35638
+ {
35639
+ "name": "ripple",
35640
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
35641
+ "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
35642
+ "default": "true",
35643
+ "value": {
35644
+ "kind": "expression",
35645
+ "type": "boolean | { class: string }"
35646
+ }
35647
+ },
35638
35648
  {
35639
35649
  "name": "defaultsTarget",
35640
35650
  "description": "The target component to provide defaults values for.",
@@ -35663,16 +35673,6 @@
35663
35673
  "kind": "expression",
35664
35674
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
35665
35675
  }
35666
- },
35667
- {
35668
- "name": "ripple",
35669
- "description": "Applies the [v-ripple](/directives/ripple) directive.",
35670
- "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
35671
- "default": "true",
35672
- "value": {
35673
- "kind": "expression",
35674
- "type": "boolean | { class: string }"
35675
- }
35676
35676
  }
35677
35677
  ],
35678
35678
  "events": [
@@ -42491,8 +42491,8 @@
42491
42491
  "doc-url": "https://vuetifyjs.com/api/v-speed-dial",
42492
42492
  "attributes": [
42493
42493
  {
42494
- "name": "disabled",
42495
- "description": "Removes the ability to click or target the component.",
42494
+ "name": "modelValue",
42495
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
42496
42496
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42497
42497
  "default": "false",
42498
42498
  "value": {
@@ -42509,33 +42509,6 @@
42509
42509
  "type": "string | number"
42510
42510
  }
42511
42511
  },
42512
- {
42513
- "name": "width",
42514
- "description": "Sets the width for the component.",
42515
- "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42516
- "value": {
42517
- "kind": "expression",
42518
- "type": "string | number"
42519
- }
42520
- },
42521
- {
42522
- "name": "id",
42523
- "description": "The unique identifier of the component.",
42524
- "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42525
- "value": {
42526
- "kind": "expression",
42527
- "type": "string"
42528
- }
42529
- },
42530
- {
42531
- "name": "theme",
42532
- "description": "Specify a theme for this component and all of its children.",
42533
- "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42534
- "value": {
42535
- "kind": "expression",
42536
- "type": "string"
42537
- }
42538
- },
42539
42512
  {
42540
42513
  "name": "maxHeight",
42541
42514
  "description": "Sets the maximum height for the component.",
@@ -42573,6 +42546,15 @@
42573
42546
  "type": "string | number"
42574
42547
  }
42575
42548
  },
42549
+ {
42550
+ "name": "width",
42551
+ "description": "Sets the width for the component.",
42552
+ "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42553
+ "value": {
42554
+ "kind": "expression",
42555
+ "type": "string | number"
42556
+ }
42557
+ },
42576
42558
  {
42577
42559
  "name": "location",
42578
42560
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both..",
@@ -42584,8 +42566,17 @@
42584
42566
  }
42585
42567
  },
42586
42568
  {
42587
- "name": "modelValue",
42588
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
42569
+ "name": "theme",
42570
+ "description": "Specify a theme for this component and all of its children.",
42571
+ "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42572
+ "value": {
42573
+ "kind": "expression",
42574
+ "type": "string"
42575
+ }
42576
+ },
42577
+ {
42578
+ "name": "disabled",
42579
+ "description": "Removes the ability to click or target the component.",
42589
42580
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42590
42581
  "default": "false",
42591
42582
  "value": {
@@ -42594,13 +42585,22 @@
42594
42585
  }
42595
42586
  },
42596
42587
  {
42597
- "name": "transition",
42598
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
42588
+ "name": "id",
42589
+ "description": "The unique identifier of the component.",
42599
42590
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42600
- "default": "'scale-transition'",
42601
42591
  "value": {
42602
42592
  "kind": "expression",
42603
- "type": "| string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }"
42593
+ "type": "string"
42594
+ }
42595
+ },
42596
+ {
42597
+ "name": "eager",
42598
+ "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.",
42599
+ "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42600
+ "default": "false",
42601
+ "value": {
42602
+ "kind": "expression",
42603
+ "type": "boolean"
42604
42604
  }
42605
42605
  },
42606
42606
  {
@@ -42612,6 +42612,16 @@
42612
42612
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance"
42613
42613
  }
42614
42614
  },
42615
+ {
42616
+ "name": "submenu",
42617
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL.",
42618
+ "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42619
+ "default": "false",
42620
+ "value": {
42621
+ "kind": "expression",
42622
+ "type": "boolean"
42623
+ }
42624
+ },
42615
42625
  {
42616
42626
  "name": "closeOnBack",
42617
42627
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
@@ -42776,16 +42786,6 @@
42776
42786
  "type": "string | number"
42777
42787
  }
42778
42788
  },
42779
- {
42780
- "name": "eager",
42781
- "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.",
42782
- "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42783
- "default": "false",
42784
- "value": {
42785
- "kind": "expression",
42786
- "type": "boolean"
42787
- }
42788
- },
42789
42789
  {
42790
42790
  "name": "locationStrategy",
42791
42791
  "description": "A function used to specifies how the component should position relative to its activator.",
@@ -42823,27 +42823,27 @@
42823
42823
  "default": "'reposition'",
42824
42824
  "value": {
42825
42825
  "kind": "expression",
42826
- "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>"
42826
+ "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>"
42827
42827
  }
42828
42828
  },
42829
42829
  {
42830
- "name": "attach",
42831
- "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default.",
42830
+ "name": "transition",
42831
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
42832
42832
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42833
- "default": "false",
42833
+ "default": "'scale-transition'",
42834
42834
  "value": {
42835
42835
  "kind": "expression",
42836
- "type": "string | boolean | Element"
42836
+ "type": "| string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }"
42837
42837
  }
42838
42838
  },
42839
42839
  {
42840
- "name": "submenu",
42841
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL.",
42840
+ "name": "attach",
42841
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default.",
42842
42842
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
42843
42843
  "default": "false",
42844
42844
  "value": {
42845
42845
  "kind": "expression",
42846
- "type": "boolean"
42846
+ "type": "string | boolean | Element"
42847
42847
  }
42848
42848
  }
42849
42849
  ],
@@ -42917,22 +42917,23 @@
42917
42917
  }
42918
42918
  },
42919
42919
  {
42920
- "name": "border",
42921
- "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).",
42920
+ "name": "tag",
42921
+ "description": "Specify a custom tag used on the root element.",
42922
42922
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42923
- "default": "false",
42923
+ "default": "'div'",
42924
42924
  "value": {
42925
42925
  "kind": "expression",
42926
- "type": "string | number | boolean"
42926
+ "type": "string | (new () => any) | FunctionalComponent"
42927
42927
  }
42928
42928
  },
42929
42929
  {
42930
- "name": "modelValue",
42931
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
42930
+ "name": "disabled",
42931
+ "description": "Puts all children components into a disabled state.",
42932
42932
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42933
+ "default": "false",
42933
42934
  "value": {
42934
42935
  "kind": "expression",
42935
- "type": "any"
42936
+ "type": "boolean"
42936
42937
  }
42937
42938
  },
42938
42939
  {
@@ -42944,6 +42945,63 @@
42944
42945
  "type": "string | number"
42945
42946
  }
42946
42947
  },
42948
+ {
42949
+ "name": "max",
42950
+ "description": "Sets a maximum number of selections that can be made.",
42951
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42952
+ "value": {
42953
+ "kind": "expression",
42954
+ "type": "number"
42955
+ }
42956
+ },
42957
+ {
42958
+ "name": "multiple",
42959
+ "description": "Allows one to select multiple items.",
42960
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42961
+ "default": "false",
42962
+ "value": {
42963
+ "kind": "expression",
42964
+ "type": "boolean"
42965
+ }
42966
+ },
42967
+ {
42968
+ "name": "width",
42969
+ "description": "Sets the width for the component.",
42970
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42971
+ "value": {
42972
+ "kind": "expression",
42973
+ "type": "string | number"
42974
+ }
42975
+ },
42976
+ {
42977
+ "name": "theme",
42978
+ "description": "Specify a theme for this component and all of its children.",
42979
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42980
+ "value": {
42981
+ "kind": "expression",
42982
+ "type": "string"
42983
+ }
42984
+ },
42985
+ {
42986
+ "name": "items",
42987
+ "description": "An array of strings or objects used for automatically generating children components.",
42988
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42989
+ "default": "[]",
42990
+ "value": {
42991
+ "kind": "expression",
42992
+ "type": "(string | Record<string, any>)[]"
42993
+ }
42994
+ },
42995
+ {
42996
+ "name": "border",
42997
+ "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).",
42998
+ "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42999
+ "default": "false",
43000
+ "value": {
43001
+ "kind": "expression",
43002
+ "type": "string | number | boolean"
43003
+ }
43004
+ },
42947
43005
  {
42948
43006
  "name": "maxHeight",
42949
43007
  "description": "Sets the maximum height for the component.",
@@ -42981,8 +43039,8 @@
42981
43039
  }
42982
43040
  },
42983
43041
  {
42984
- "name": "width",
42985
- "description": "Sets the width for the component.",
43042
+ "name": "elevation",
43043
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
42986
43044
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
42987
43045
  "value": {
42988
43046
  "kind": "expression",
@@ -42990,12 +43048,13 @@
42990
43048
  }
42991
43049
  },
42992
43050
  {
42993
- "name": "elevation",
42994
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
43051
+ "name": "selectedClass",
43052
+ "description": "Configure the active CSS class applied when an item is selected.",
42995
43053
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43054
+ "default": "'v-stepper-item--selected'",
42996
43055
  "value": {
42997
43056
  "kind": "expression",
42998
- "type": "string | number"
43057
+ "type": "string"
42999
43058
  }
43000
43059
  },
43001
43060
  {
@@ -43013,7 +43072,7 @@
43013
43072
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43014
43073
  "value": {
43015
43074
  "kind": "expression",
43016
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'"
43075
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'"
43017
43076
  }
43018
43077
  },
43019
43078
  {
@@ -43035,25 +43094,6 @@
43035
43094
  "type": "boolean"
43036
43095
  }
43037
43096
  },
43038
- {
43039
- "name": "tag",
43040
- "description": "Specify a custom tag used on the root element.",
43041
- "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43042
- "default": "'div'",
43043
- "value": {
43044
- "kind": "expression",
43045
- "type": "string | (new () => any) | FunctionalComponent"
43046
- }
43047
- },
43048
- {
43049
- "name": "theme",
43050
- "description": "Specify a theme for this component and all of its children.",
43051
- "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43052
- "value": {
43053
- "kind": "expression",
43054
- "type": "string"
43055
- }
43056
- },
43057
43097
  {
43058
43098
  "name": "color",
43059
43099
  "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).",
@@ -43064,27 +43104,26 @@
43064
43104
  }
43065
43105
  },
43066
43106
  {
43067
- "name": "disabled",
43068
- "description": "Puts all children components into a disabled state.",
43107
+ "name": "modelValue",
43108
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
43069
43109
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43070
- "default": "false",
43071
43110
  "value": {
43072
43111
  "kind": "expression",
43073
- "type": "boolean"
43112
+ "type": "any"
43074
43113
  }
43075
43114
  },
43076
43115
  {
43077
- "name": "max",
43078
- "description": "Sets a maximum number of selections that can be made.",
43116
+ "name": "bgColor",
43117
+ "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).",
43079
43118
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43080
43119
  "value": {
43081
43120
  "kind": "expression",
43082
- "type": "number"
43121
+ "type": "string"
43083
43122
  }
43084
43123
  },
43085
43124
  {
43086
- "name": "multiple",
43087
- "description": "Allows one to select multiple items.",
43125
+ "name": "mobile",
43126
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items.",
43088
43127
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43089
43128
  "default": "false",
43090
43129
  "value": {
@@ -43093,12 +43132,12 @@
43093
43132
  }
43094
43133
  },
43095
43134
  {
43096
- "name": "bgColor",
43097
- "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).",
43135
+ "name": "mobileBreakpoint",
43136
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
43098
43137
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43099
43138
  "value": {
43100
43139
  "kind": "expression",
43101
- "type": "string"
43140
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
43102
43141
  }
43103
43142
  },
43104
43143
  {
@@ -43112,13 +43151,13 @@
43112
43151
  }
43113
43152
  },
43114
43153
  {
43115
- "name": "items",
43116
- "description": "An array of strings or objects used for automatically generating children components.",
43154
+ "name": "hideActions",
43155
+ "description": "Hide actions bar (prev and next buttons).",
43117
43156
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43118
- "default": "[]",
43157
+ "default": "false",
43119
43158
  "value": {
43120
43159
  "kind": "expression",
43121
- "type": "(string | Record<string, any>)[]"
43160
+ "type": "boolean"
43122
43161
  }
43123
43162
  },
43124
43163
  {
@@ -43141,35 +43180,6 @@
43141
43180
  "type": "string"
43142
43181
  }
43143
43182
  },
43144
- {
43145
- "name": "mobile",
43146
- "description": "Forces the stepper into a mobile state, removing labels from stepper items.",
43147
- "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43148
- "default": "false",
43149
- "value": {
43150
- "kind": "expression",
43151
- "type": "boolean"
43152
- }
43153
- },
43154
- {
43155
- "name": "hideActions",
43156
- "description": "Hide actions bar (prev and next buttons).",
43157
- "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43158
- "default": "false",
43159
- "value": {
43160
- "kind": "expression",
43161
- "type": "boolean"
43162
- }
43163
- },
43164
- {
43165
- "name": "mobileBreakpoint",
43166
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile.",
43167
- "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43168
- "value": {
43169
- "kind": "expression",
43170
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'"
43171
- }
43172
- },
43173
43183
  {
43174
43184
  "name": "altLabels",
43175
43185
  "description": "Places the labels beneath the step.",
@@ -43227,16 +43237,6 @@
43227
43237
  "type": "boolean"
43228
43238
  }
43229
43239
  },
43230
- {
43231
- "name": "selectedClass",
43232
- "description": "Configure the active CSS class applied when an item is selected.",
43233
- "doc-url": "https://vuetifyjs.com/api/VStepper#props",
43234
- "default": "'v-stepper-item--selected'",
43235
- "value": {
43236
- "kind": "expression",
43237
- "type": "string"
43238
- }
43239
- },
43240
43240
  {
43241
43241
  "name": "prevText",
43242
43242
  "description": "The text used for the Prev button.",
@@ -43498,22 +43498,22 @@
43498
43498
  "doc-url": "https://vuetifyjs.com/api/v-stepper-actions",
43499
43499
  "attributes": [
43500
43500
  {
43501
- "name": "disabled",
43502
- "description": "Removes the ability to click or target the component.",
43501
+ "name": "color",
43502
+ "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).",
43503
43503
  "doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
43504
- "default": "false",
43505
43504
  "value": {
43506
43505
  "kind": "expression",
43507
- "type": "boolean | 'prev' | 'next'"
43506
+ "type": "string"
43508
43507
  }
43509
43508
  },
43510
43509
  {
43511
- "name": "color",
43512
- "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).",
43510
+ "name": "disabled",
43511
+ "description": "Removes the ability to click or target the component.",
43513
43512
  "doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
43513
+ "default": "false",
43514
43514
  "value": {
43515
43515
  "kind": "expression",
43516
- "type": "string"
43516
+ "type": "boolean | 'next' | 'prev'"
43517
43517
  }
43518
43518
  },
43519
43519
  {
@@ -43539,8 +43539,8 @@
43539
43539
  ],
43540
43540
  "events": [
43541
43541
  {
43542
- "name": "click:next",
43543
- "description": "Event emitted when clicking the next button.",
43542
+ "name": "click:prev",
43543
+ "description": "Event emitted when clicking the prev button.",
43544
43544
  "doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
43545
43545
  "arguments": [
43546
43546
  {
@@ -43550,8 +43550,8 @@
43550
43550
  ]
43551
43551
  },
43552
43552
  {
43553
- "name": "click:prev",
43554
- "description": "Event emitted when clicking the prev button.",
43553
+ "name": "click:next",
43554
+ "description": "Event emitted when clicking the next button.",
43555
43555
  "doc-url": "https://vuetifyjs.com/api/v-stepper-actions#events",
43556
43556
  "arguments": [
43557
43557
  {
@@ -43718,20 +43718,20 @@
43718
43718
  }
43719
43719
  },
43720
43720
  {
43721
- "name": "completeIcon",
43722
- "description": "Icon to display when step is marked as completed.",
43721
+ "name": "complete",
43722
+ "description": "Marks step as complete.",
43723
43723
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
43724
- "default": "'$complete'",
43724
+ "default": "false",
43725
43725
  "value": {
43726
43726
  "kind": "expression",
43727
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43727
+ "type": "boolean"
43728
43728
  }
43729
43729
  },
43730
43730
  {
43731
- "name": "editIcon",
43732
- "description": "Icon to display when step is editable.",
43731
+ "name": "completeIcon",
43732
+ "description": "Icon to display when step is marked as completed.",
43733
43733
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
43734
- "default": "'$edit'",
43734
+ "default": "'$complete'",
43735
43735
  "value": {
43736
43736
  "kind": "expression",
43737
43737
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
@@ -43748,32 +43748,32 @@
43748
43748
  }
43749
43749
  },
43750
43750
  {
43751
- "name": "errorIcon",
43752
- "description": "Icon to display when step has an error.",
43751
+ "name": "editIcon",
43752
+ "description": "Icon to display when step is editable.",
43753
43753
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
43754
- "default": "'$error'",
43754
+ "default": "'$edit'",
43755
43755
  "value": {
43756
43756
  "kind": "expression",
43757
43757
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43758
43758
  }
43759
43759
  },
43760
43760
  {
43761
- "name": "selectedClass",
43762
- "description": "Configure the active CSS class applied when an item is selected.",
43761
+ "name": "errorIcon",
43762
+ "description": "Icon to display when step has an error.",
43763
43763
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
43764
+ "default": "'$error'",
43764
43765
  "value": {
43765
43766
  "kind": "expression",
43766
- "type": "string"
43767
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
43767
43768
  }
43768
43769
  },
43769
43770
  {
43770
- "name": "complete",
43771
- "description": "Marks step as complete.",
43771
+ "name": "selectedClass",
43772
+ "description": "Configure the active CSS class applied when an item is selected.",
43772
43773
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
43773
- "default": "false",
43774
43774
  "value": {
43775
43775
  "kind": "expression",
43776
- "type": "boolean"
43776
+ "type": "string"
43777
43777
  }
43778
43778
  }
43779
43779
  ],
@@ -44191,26 +44191,6 @@
44191
44191
  "type": "boolean"
44192
44192
  }
44193
44193
  },
44194
- {
44195
- "name": "prevText",
44196
- "description": "The text used for the Prev button.",
44197
- "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
44198
- "default": "'$vuetify.stepper.prev'",
44199
- "value": {
44200
- "kind": "expression",
44201
- "type": "string"
44202
- }
44203
- },
44204
- {
44205
- "name": "nextText",
44206
- "description": "The text used for the Next button.",
44207
- "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
44208
- "default": "'$vuetify.stepper.next'",
44209
- "value": {
44210
- "kind": "expression",
44211
- "type": "string"
44212
- }
44213
- },
44214
44194
  {
44215
44195
  "name": "altLabels",
44216
44196
  "description": "Places the labels beneath the step.",
@@ -44267,6 +44247,26 @@
44267
44247
  "kind": "expression",
44268
44248
  "type": "boolean"
44269
44249
  }
44250
+ },
44251
+ {
44252
+ "name": "prevText",
44253
+ "description": "The text used for the Prev button.",
44254
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
44255
+ "default": "'$vuetify.stepper.prev'",
44256
+ "value": {
44257
+ "kind": "expression",
44258
+ "type": "string"
44259
+ }
44260
+ },
44261
+ {
44262
+ "name": "nextText",
44263
+ "description": "The text used for the Next button.",
44264
+ "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
44265
+ "default": "'$vuetify.stepper.next'",
44266
+ "value": {
44267
+ "kind": "expression",
44268
+ "type": "string"
44269
+ }
44270
44270
  }
44271
44271
  ],
44272
44272
  "events": [
@@ -44831,20 +44831,20 @@
44831
44831
  }
44832
44832
  },
44833
44833
  {
44834
- "name": "completeIcon",
44835
- "description": "Icon to display when step is marked as completed.",
44834
+ "name": "complete",
44835
+ "description": "Marks step as complete.",
44836
44836
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
44837
- "default": "'$complete'",
44837
+ "default": "false",
44838
44838
  "value": {
44839
44839
  "kind": "expression",
44840
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
44840
+ "type": "boolean"
44841
44841
  }
44842
44842
  },
44843
44843
  {
44844
- "name": "editIcon",
44845
- "description": "Icon to display when step is editable.",
44844
+ "name": "completeIcon",
44845
+ "description": "Icon to display when step is marked as completed.",
44846
44846
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
44847
- "default": "'$edit'",
44847
+ "default": "'$complete'",
44848
44848
  "value": {
44849
44849
  "kind": "expression",
44850
44850
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
@@ -44861,32 +44861,32 @@
44861
44861
  }
44862
44862
  },
44863
44863
  {
44864
- "name": "errorIcon",
44865
- "description": "Icon to display when step has an error.",
44864
+ "name": "editIcon",
44865
+ "description": "Icon to display when step is editable.",
44866
44866
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
44867
- "default": "'$error'",
44867
+ "default": "'$edit'",
44868
44868
  "value": {
44869
44869
  "kind": "expression",
44870
44870
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
44871
44871
  }
44872
44872
  },
44873
44873
  {
44874
- "name": "selectedClass",
44875
- "description": "Configure the active CSS class applied when an item is selected.",
44874
+ "name": "errorIcon",
44875
+ "description": "Icon to display when step has an error.",
44876
44876
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
44877
+ "default": "'$error'",
44877
44878
  "value": {
44878
44879
  "kind": "expression",
44879
- "type": "string"
44880
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
44880
44881
  }
44881
44882
  },
44882
44883
  {
44883
- "name": "complete",
44884
- "description": "Marks step as complete.",
44884
+ "name": "selectedClass",
44885
+ "description": "Configure the active CSS class applied when an item is selected.",
44885
44886
  "doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
44886
- "default": "false",
44887
44887
  "value": {
44888
44888
  "kind": "expression",
44889
- "type": "boolean"
44889
+ "type": "string"
44890
44890
  }
44891
44891
  },
44892
44892
  {
@@ -46553,6 +46553,24 @@
46553
46553
  "type": "boolean | { class: string }"
46554
46554
  }
46555
46555
  },
46556
+ {
46557
+ "name": "href",
46558
+ "description": "Designates the component as anchor and applies the **href** attribute.",
46559
+ "doc-url": "https://vuetifyjs.com/api/VTab#props",
46560
+ "value": {
46561
+ "kind": "expression",
46562
+ "type": "string"
46563
+ }
46564
+ },
46565
+ {
46566
+ "name": "to",
46567
+ "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.",
46568
+ "doc-url": "https://vuetifyjs.com/api/VTab#props",
46569
+ "value": {
46570
+ "kind": "expression",
46571
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric"
46572
+ }
46573
+ },
46556
46574
  {
46557
46575
  "name": "selectedClass",
46558
46576
  "description": "Configure the active CSS class applied when an item is selected.",
@@ -46591,24 +46609,6 @@
46591
46609
  "kind": "expression",
46592
46610
  "type": "boolean"
46593
46611
  }
46594
- },
46595
- {
46596
- "name": "href",
46597
- "description": "Designates the component as anchor and applies the **href** attribute.",
46598
- "doc-url": "https://vuetifyjs.com/api/VTab#props",
46599
- "value": {
46600
- "kind": "expression",
46601
- "type": "string"
46602
- }
46603
- },
46604
- {
46605
- "name": "to",
46606
- "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.",
46607
- "doc-url": "https://vuetifyjs.com/api/VTab#props",
46608
- "value": {
46609
- "kind": "expression",
46610
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric"
46611
- }
46612
46612
  }
46613
46613
  ],
46614
46614
  "events": [],
@@ -47213,13 +47213,12 @@
47213
47213
  }
47214
47214
  },
47215
47215
  {
47216
- "name": "eager",
47217
- "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.",
47216
+ "name": "selectedClass",
47217
+ "description": "Configure the active CSS class applied when an item is selected.",
47218
47218
  "doc-url": "https://vuetifyjs.com/api/VTabsWindowItem#props",
47219
- "default": "false",
47220
47219
  "value": {
47221
47220
  "kind": "expression",
47222
- "type": "boolean"
47221
+ "type": "string"
47223
47222
  }
47224
47223
  },
47225
47224
  {
@@ -47232,21 +47231,22 @@
47232
47231
  }
47233
47232
  },
47234
47233
  {
47235
- "name": "reverseTransition",
47236
- "description": "Sets the reverse transition.",
47234
+ "name": "eager",
47235
+ "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.",
47237
47236
  "doc-url": "https://vuetifyjs.com/api/VTabsWindowItem#props",
47237
+ "default": "false",
47238
47238
  "value": {
47239
47239
  "kind": "expression",
47240
- "type": "string | boolean"
47240
+ "type": "boolean"
47241
47241
  }
47242
47242
  },
47243
47243
  {
47244
- "name": "selectedClass",
47245
- "description": "Configure the active CSS class applied when an item is selected.",
47244
+ "name": "reverseTransition",
47245
+ "description": "Sets the reverse transition.",
47246
47246
  "doc-url": "https://vuetifyjs.com/api/VTabsWindowItem#props",
47247
47247
  "value": {
47248
47248
  "kind": "expression",
47249
- "type": "string"
47249
+ "type": "string | boolean"
47250
47250
  }
47251
47251
  }
47252
47252
  ],
@@ -49431,16 +49431,6 @@
49431
49431
  "type": "'hour' | 'minute' | 'second'"
49432
49432
  }
49433
49433
  },
49434
- {
49435
- "name": "scrollable",
49436
- "description": "Allows changing hour/minute with mouse scroll.",
49437
- "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
49438
- "default": "false",
49439
- "value": {
49440
- "kind": "expression",
49441
- "type": "boolean"
49442
- }
49443
- },
49444
49434
  {
49445
49435
  "name": "ampmInTitle",
49446
49436
  "description": "Place AM/PM switch in title, not near the clock.",
@@ -49461,6 +49451,16 @@
49461
49451
  "type": "'ampm' | '24hr'"
49462
49452
  }
49463
49453
  },
49454
+ {
49455
+ "name": "scrollable",
49456
+ "description": "Allows changing hour/minute with mouse scroll.",
49457
+ "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
49458
+ "default": "false",
49459
+ "value": {
49460
+ "kind": "expression",
49461
+ "type": "boolean"
49462
+ }
49463
+ },
49464
49464
  {
49465
49465
  "name": "useSeconds",
49466
49466
  "description": "Toggles the use of seconds in picker.",
@@ -49777,15 +49777,6 @@
49777
49777
  "description": "",
49778
49778
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls",
49779
49779
  "attributes": [
49780
- {
49781
- "name": "color",
49782
- "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).",
49783
- "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
49784
- "value": {
49785
- "kind": "expression",
49786
- "type": "string"
49787
- }
49788
- },
49789
49780
  {
49790
49781
  "name": "disabled",
49791
49782
  "description": "Removes the ability to click or target the component.",
@@ -49815,6 +49806,15 @@
49815
49806
  "type": "boolean"
49816
49807
  }
49817
49808
  },
49809
+ {
49810
+ "name": "color",
49811
+ "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).",
49812
+ "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
49813
+ "value": {
49814
+ "kind": "expression",
49815
+ "type": "string"
49816
+ }
49817
+ },
49818
49818
  {
49819
49819
  "name": "viewMode",
49820
49820
  "description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`.",
@@ -49824,6 +49824,16 @@
49824
49824
  "type": "'hour' | 'minute' | 'second'"
49825
49825
  }
49826
49826
  },
49827
+ {
49828
+ "name": "ampm",
49829
+ "description": "Enables AM/PM mode.",
49830
+ "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
49831
+ "default": "false",
49832
+ "value": {
49833
+ "kind": "expression",
49834
+ "type": "boolean"
49835
+ }
49836
+ },
49827
49837
  {
49828
49838
  "name": "ampmInTitle",
49829
49839
  "description": "Displays AM/PM in the title.",
@@ -49835,8 +49845,8 @@
49835
49845
  }
49836
49846
  },
49837
49847
  {
49838
- "name": "ampm",
49839
- "description": "Enables AM/PM mode.",
49848
+ "name": "ampmReadonly",
49849
+ "description": "Makes AM/PM controls readonly.",
49840
49850
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
49841
49851
  "default": "false",
49842
49852
  "value": {
@@ -49881,16 +49891,6 @@
49881
49891
  "type": "boolean"
49882
49892
  }
49883
49893
  },
49884
- {
49885
- "name": "ampmReadonly",
49886
- "description": "Makes AM/PM controls readonly.",
49887
- "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
49888
- "default": "false",
49889
- "value": {
49890
- "kind": "expression",
49891
- "type": "boolean"
49892
- }
49893
- },
49894
49894
  {
49895
49895
  "name": "period",
49896
49896
  "description": "The current period value. either `am` or `pm`.",
@@ -49903,24 +49903,24 @@
49903
49903
  ],
49904
49904
  "events": [
49905
49905
  {
49906
- "name": "update:period",
49907
- "description": "Emitted when the period is changed. The event payload is either `am` or `pm`.",
49906
+ "name": "update:viewMode",
49907
+ "description": "Emitted when the view mode is changed. The event payload is either `hour`, `minute`, or `second`.",
49908
49908
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
49909
49909
  "arguments": [
49910
49910
  {
49911
49911
  "name": "argument",
49912
- "type": "['am' | 'pm']\n"
49912
+ "type": "['hour' | 'minute' | 'second']\n"
49913
49913
  }
49914
49914
  ]
49915
49915
  },
49916
49916
  {
49917
- "name": "update:viewMode",
49918
- "description": "Emitted when the view mode is changed. The event payload is either `hour`, `minute`, or `second`.",
49917
+ "name": "update:period",
49918
+ "description": "Emitted when the period is changed. The event payload is either `am` or `pm`.",
49919
49919
  "doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
49920
49920
  "arguments": [
49921
49921
  {
49922
49922
  "name": "argument",
49923
- "type": "['hour' | 'minute' | 'second']\n"
49923
+ "type": "['am' | 'pm']\n"
49924
49924
  }
49925
49925
  ]
49926
49926
  }
@@ -49946,6 +49946,16 @@
49946
49946
  "description": "",
49947
49947
  "doc-url": "https://vuetifyjs.com/api/v-timeline",
49948
49948
  "attributes": [
49949
+ {
49950
+ "name": "density",
49951
+ "description": "Adjusts the vertical height used by the component.",
49952
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
49953
+ "default": "'default'",
49954
+ "value": {
49955
+ "kind": "expression",
49956
+ "type": "'default' | 'comfortable' | 'compact'"
49957
+ }
49958
+ },
49949
49959
  {
49950
49960
  "name": "tag",
49951
49961
  "description": "Specify a custom tag used on the root element.",
@@ -49956,6 +49966,15 @@
49956
49966
  "type": "string | (new () => any) | FunctionalComponent"
49957
49967
  }
49958
49968
  },
49969
+ {
49970
+ "name": "theme",
49971
+ "description": "Specify a theme for this component and all of its children.",
49972
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
49973
+ "value": {
49974
+ "kind": "expression",
49975
+ "type": "string"
49976
+ }
49977
+ },
49959
49978
  {
49960
49979
  "name": "align",
49961
49980
  "description": "Places the timeline dot at the top or center of the timeline item.",
@@ -49977,24 +49996,14 @@
49977
49996
  }
49978
49997
  },
49979
49998
  {
49980
- "name": "theme",
49981
- "description": "Specify a theme for this component and all of its children.",
49999
+ "name": "iconColor",
50000
+ "description": "Color of the icon.",
49982
50001
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
49983
50002
  "value": {
49984
50003
  "kind": "expression",
49985
50004
  "type": "string"
49986
50005
  }
49987
50006
  },
49988
- {
49989
- "name": "density",
49990
- "description": "Adjusts the vertical height used by the component.",
49991
- "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
49992
- "default": "'default'",
49993
- "value": {
49994
- "kind": "expression",
49995
- "type": "'default' | 'comfortable' | 'compact'"
49996
- }
49997
- },
49998
50007
  {
49999
50008
  "name": "direction",
50000
50009
  "description": "Display timeline in a **vertical** or **horizontal** direction.",
@@ -50005,15 +50014,6 @@
50005
50014
  "type": "'horizontal' | 'vertical'"
50006
50015
  }
50007
50016
  },
50008
- {
50009
- "name": "iconColor",
50010
- "description": "Color of the icon.",
50011
- "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
50012
- "value": {
50013
- "kind": "expression",
50014
- "type": "string"
50015
- }
50016
- },
50017
50017
  {
50018
50018
  "name": "justify",
50019
50019
  "description": "Places timeline line at the center or automatically on the left or right side.",
@@ -50024,15 +50024,6 @@
50024
50024
  "type": "string"
50025
50025
  }
50026
50026
  },
50027
- {
50028
- "name": "side",
50029
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**.",
50030
- "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
50031
- "value": {
50032
- "kind": "expression",
50033
- "type": "'start' | 'end'"
50034
- }
50035
- },
50036
50027
  {
50037
50028
  "name": "lineThickness",
50038
50029
  "description": "Thickness of the timeline line.",
@@ -50090,13 +50081,22 @@
50090
50081
  "type": "string | number"
50091
50082
  }
50092
50083
  },
50084
+ {
50085
+ "name": "side",
50086
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**.",
50087
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
50088
+ "value": {
50089
+ "kind": "expression",
50090
+ "type": "'end' | 'start'"
50091
+ }
50092
+ },
50093
50093
  {
50094
50094
  "name": "truncateLine",
50095
50095
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends.",
50096
50096
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
50097
50097
  "value": {
50098
50098
  "kind": "expression",
50099
- "type": "'start' | 'end' | 'both'"
50099
+ "type": "'end' | 'start' | 'both'"
50100
50100
  }
50101
50101
  }
50102
50102
  ],
@@ -50123,32 +50123,52 @@
50123
50123
  "doc-url": "https://vuetifyjs.com/api/v-timeline-item",
50124
50124
  "attributes": [
50125
50125
  {
50126
- "name": "icon",
50127
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component.",
50126
+ "name": "tag",
50127
+ "description": "Specify a custom tag used on the root element.",
50128
50128
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50129
+ "default": "'div'",
50129
50130
  "value": {
50130
50131
  "kind": "expression",
50131
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
50132
+ "type": "string | (new () => any) | FunctionalComponent"
50132
50133
  }
50133
50134
  },
50134
50135
  {
50135
- "name": "density",
50136
- "description": "Adjusts the vertical height used by the component.",
50136
+ "name": "height",
50137
+ "description": "Sets the height for the component.",
50137
50138
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50138
50139
  "value": {
50139
50140
  "kind": "expression",
50140
- "type": "'default' | 'compact'"
50141
+ "type": "string | number"
50141
50142
  }
50142
50143
  },
50143
50144
  {
50144
- "name": "height",
50145
- "description": "Sets the height for the component.",
50145
+ "name": "size",
50146
+ "description": "Size of the item dot",
50147
+ "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50148
+ "default": "'default'",
50149
+ "value": {
50150
+ "kind": "expression",
50151
+ "type": "string | number"
50152
+ }
50153
+ },
50154
+ {
50155
+ "name": "width",
50156
+ "description": "Sets the width for the component.",
50146
50157
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50147
50158
  "value": {
50148
50159
  "kind": "expression",
50149
50160
  "type": "string | number"
50150
50161
  }
50151
50162
  },
50163
+ {
50164
+ "name": "density",
50165
+ "description": "Adjusts the vertical height used by the component.",
50166
+ "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50167
+ "value": {
50168
+ "kind": "expression",
50169
+ "type": "'default' | 'compact'"
50170
+ }
50171
+ },
50152
50172
  {
50153
50173
  "name": "maxHeight",
50154
50174
  "description": "Sets the maximum height for the component.",
@@ -50185,15 +50205,6 @@
50185
50205
  "type": "string | number"
50186
50206
  }
50187
50207
  },
50188
- {
50189
- "name": "width",
50190
- "description": "Sets the width for the component.",
50191
- "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50192
- "value": {
50193
- "kind": "expression",
50194
- "type": "string | number"
50195
- }
50196
- },
50197
50208
  {
50198
50209
  "name": "elevation",
50199
50210
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
@@ -50223,32 +50234,30 @@
50223
50234
  }
50224
50235
  },
50225
50236
  {
50226
- "name": "tag",
50227
- "description": "Specify a custom tag used on the root element.",
50237
+ "name": "icon",
50238
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component.",
50228
50239
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50229
- "default": "'div'",
50230
50240
  "value": {
50231
50241
  "kind": "expression",
50232
- "type": "string | (new () => any) | FunctionalComponent"
50242
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
50233
50243
  }
50234
50244
  },
50235
50245
  {
50236
- "name": "size",
50237
- "description": "Size of the item dot",
50246
+ "name": "iconColor",
50247
+ "description": "Color of the icon.",
50238
50248
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50239
- "default": "'default'",
50240
50249
  "value": {
50241
50250
  "kind": "expression",
50242
- "type": "string | number"
50251
+ "type": "string"
50243
50252
  }
50244
50253
  },
50245
50254
  {
50246
- "name": "iconColor",
50247
- "description": "Color of the icon.",
50255
+ "name": "side",
50256
+ "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.",
50248
50257
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50249
50258
  "value": {
50250
50259
  "kind": "expression",
50251
- "type": "string"
50260
+ "type": "'start' | 'end'"
50252
50261
  }
50253
50262
  },
50254
50263
  {
@@ -50297,15 +50306,6 @@
50297
50306
  "kind": "expression",
50298
50307
  "type": "string | number"
50299
50308
  }
50300
- },
50301
- {
50302
- "name": "side",
50303
- "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.",
50304
- "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
50305
- "value": {
50306
- "kind": "expression",
50307
- "type": "'end' | 'start'"
50308
- }
50309
50309
  }
50310
50310
  ],
50311
50311
  "events": [],
@@ -50340,26 +50340,6 @@
50340
50340
  "description": "",
50341
50341
  "doc-url": "https://vuetifyjs.com/api/v-toolbar",
50342
50342
  "attributes": [
50343
- {
50344
- "name": "flat",
50345
- "description": "Removes the toolbar's box-shadow.",
50346
- "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50347
- "default": "false",
50348
- "value": {
50349
- "kind": "expression",
50350
- "type": "boolean"
50351
- }
50352
- },
50353
- {
50354
- "name": "tag",
50355
- "description": "Specify a custom tag used on the root element.",
50356
- "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50357
- "default": "'header'",
50358
- "value": {
50359
- "kind": "expression",
50360
- "type": "string | (new () => any) | FunctionalComponent"
50361
- }
50362
- },
50363
50343
  {
50364
50344
  "name": "title",
50365
50345
  "description": "Specify a title text for the component.",
@@ -50370,22 +50350,13 @@
50370
50350
  }
50371
50351
  },
50372
50352
  {
50373
- "name": "height",
50374
- "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc.",
50375
- "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50376
- "default": "64",
50377
- "value": {
50378
- "kind": "expression",
50379
- "type": "string | number"
50380
- }
50381
- },
50382
- {
50383
- "name": "theme",
50384
- "description": "Specify a theme for this component and all of its children.",
50353
+ "name": "flat",
50354
+ "description": "Removes the toolbar's box-shadow.",
50385
50355
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50356
+ "default": "false",
50386
50357
  "value": {
50387
50358
  "kind": "expression",
50388
- "type": "string"
50359
+ "type": "boolean"
50389
50360
  }
50390
50361
  },
50391
50362
  {
@@ -50405,7 +50376,17 @@
50405
50376
  "default": "'default'",
50406
50377
  "value": {
50407
50378
  "kind": "expression",
50408
- "type": "'default' | 'comfortable' | 'compact' | 'prominent'"
50379
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'"
50380
+ }
50381
+ },
50382
+ {
50383
+ "name": "height",
50384
+ "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc.",
50385
+ "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50386
+ "default": "64",
50387
+ "value": {
50388
+ "kind": "expression",
50389
+ "type": "string | number"
50409
50390
  }
50410
50391
  },
50411
50392
  {
@@ -50446,6 +50427,25 @@
50446
50427
  "type": "boolean"
50447
50428
  }
50448
50429
  },
50430
+ {
50431
+ "name": "tag",
50432
+ "description": "Specify a custom tag used on the root element.",
50433
+ "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50434
+ "default": "'header'",
50435
+ "value": {
50436
+ "kind": "expression",
50437
+ "type": "string | (new () => any) | FunctionalComponent"
50438
+ }
50439
+ },
50440
+ {
50441
+ "name": "theme",
50442
+ "description": "Specify a theme for this component and all of its children.",
50443
+ "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50444
+ "value": {
50445
+ "kind": "expression",
50446
+ "type": "string"
50447
+ }
50448
+ },
50449
50449
  {
50450
50450
  "name": "color",
50451
50451
  "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).",
@@ -50465,8 +50465,8 @@
50465
50465
  }
50466
50466
  },
50467
50467
  {
50468
- "name": "floating",
50469
- "description": "Applies **display: inline-flex** to the component.",
50468
+ "name": "collapse",
50469
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width.",
50470
50470
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50471
50471
  "default": "false",
50472
50472
  "value": {
@@ -50485,23 +50485,23 @@
50485
50485
  }
50486
50486
  },
50487
50487
  {
50488
- "name": "collapse",
50489
- "description": "Puts the toolbar into a collapsed state reducing its maximum width.",
50488
+ "name": "extensionHeight",
50489
+ "description": "Specify an explicit height for the `extension` slot.",
50490
50490
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50491
- "default": "false",
50491
+ "default": "48",
50492
50492
  "value": {
50493
50493
  "kind": "expression",
50494
- "type": "boolean"
50494
+ "type": "string | number"
50495
50495
  }
50496
50496
  },
50497
50497
  {
50498
- "name": "extensionHeight",
50499
- "description": "Specify an explicit height for the `extension` slot.",
50498
+ "name": "floating",
50499
+ "description": "Applies **display: inline-flex** to the component.",
50500
50500
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
50501
- "default": "48",
50501
+ "default": "false",
50502
50502
  "value": {
50503
50503
  "kind": "expression",
50504
- "type": "string | number"
50504
+ "type": "boolean"
50505
50505
  }
50506
50506
  }
50507
50507
  ],
@@ -50568,7 +50568,7 @@
50568
50568
  "default": "'text'",
50569
50569
  "value": {
50570
50570
  "kind": "expression",
50571
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
50571
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
50572
50572
  }
50573
50573
  }
50574
50574
  ],
@@ -50595,22 +50595,22 @@
50595
50595
  "doc-url": "https://vuetifyjs.com/api/v-toolbar-title",
50596
50596
  "attributes": [
50597
50597
  {
50598
- "name": "tag",
50599
- "description": "Specify a custom tag used on the root element.",
50598
+ "name": "text",
50599
+ "description": "Specify content text for the component.",
50600
50600
  "doc-url": "https://vuetifyjs.com/api/VToolbarTitle#props",
50601
- "default": "'div'",
50602
50601
  "value": {
50603
50602
  "kind": "expression",
50604
- "type": "string | (new () => any) | FunctionalComponent"
50603
+ "type": "string"
50605
50604
  }
50606
50605
  },
50607
50606
  {
50608
- "name": "text",
50609
- "description": "Specify content text for the component.",
50607
+ "name": "tag",
50608
+ "description": "Specify a custom tag used on the root element.",
50610
50609
  "doc-url": "https://vuetifyjs.com/api/VToolbarTitle#props",
50610
+ "default": "'div'",
50611
50611
  "value": {
50612
50612
  "kind": "expression",
50613
- "type": "string"
50613
+ "type": "string | (new () => any) | FunctionalComponent"
50614
50614
  }
50615
50615
  }
50616
50616
  ],
@@ -50642,27 +50642,27 @@
50642
50642
  "doc-url": "https://vuetifyjs.com/api/v-tooltip",
50643
50643
  "attributes": [
50644
50644
  {
50645
- "name": "text",
50646
- "description": "Specify content text for the component.",
50645
+ "name": "disabled",
50646
+ "description": "Removes the ability to click or target the component.",
50647
50647
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50648
+ "default": "false",
50648
50649
  "value": {
50649
50650
  "kind": "expression",
50650
- "type": "string"
50651
+ "type": "boolean"
50651
50652
  }
50652
50653
  },
50653
50654
  {
50654
- "name": "modelValue",
50655
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
50655
+ "name": "height",
50656
+ "description": "Sets the height for the component.",
50656
50657
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50657
- "default": "false",
50658
50658
  "value": {
50659
50659
  "kind": "expression",
50660
- "type": "boolean"
50660
+ "type": "string | number"
50661
50661
  }
50662
50662
  },
50663
50663
  {
50664
- "name": "height",
50665
- "description": "Sets the height for the component.",
50664
+ "name": "width",
50665
+ "description": "Sets the width for the component.",
50666
50666
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50667
50667
  "value": {
50668
50668
  "kind": "expression",
@@ -50670,45 +50670,44 @@
50670
50670
  }
50671
50671
  },
50672
50672
  {
50673
- "name": "maxHeight",
50674
- "description": "Sets the maximum height for the component.",
50673
+ "name": "id",
50674
+ "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used.",
50675
50675
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50676
50676
  "value": {
50677
50677
  "kind": "expression",
50678
- "type": "string | number"
50678
+ "type": "string"
50679
50679
  }
50680
50680
  },
50681
50681
  {
50682
- "name": "maxWidth",
50683
- "description": "Sets the maximum width for the component.",
50682
+ "name": "theme",
50683
+ "description": "Specify a theme for this component and all of its children.",
50684
50684
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50685
50685
  "value": {
50686
50686
  "kind": "expression",
50687
- "type": "string | number"
50687
+ "type": "string"
50688
50688
  }
50689
50689
  },
50690
50690
  {
50691
- "name": "minHeight",
50692
- "description": "Sets the minimum height for the component.",
50691
+ "name": "text",
50692
+ "description": "Specify content text for the component.",
50693
50693
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50694
50694
  "value": {
50695
50695
  "kind": "expression",
50696
- "type": "string | number"
50696
+ "type": "string"
50697
50697
  }
50698
50698
  },
50699
50699
  {
50700
- "name": "minWidth",
50701
- "description": "Sets the minimum width for the component.",
50700
+ "name": "maxHeight",
50701
+ "description": "Sets the maximum height for the component.",
50702
50702
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50703
- "default": "0",
50704
50703
  "value": {
50705
50704
  "kind": "expression",
50706
50705
  "type": "string | number"
50707
50706
  }
50708
50707
  },
50709
50708
  {
50710
- "name": "width",
50711
- "description": "Sets the width for the component.",
50709
+ "name": "maxWidth",
50710
+ "description": "Sets the maximum width for the component.",
50712
50711
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50713
50712
  "value": {
50714
50713
  "kind": "expression",
@@ -50716,51 +50715,52 @@
50716
50715
  }
50717
50716
  },
50718
50717
  {
50719
- "name": "location",
50720
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both..",
50718
+ "name": "minHeight",
50719
+ "description": "Sets the minimum height for the component.",
50721
50720
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50722
- "default": "'end'",
50723
50721
  "value": {
50724
50722
  "kind": "expression",
50725
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>"
50723
+ "type": "string | number"
50726
50724
  }
50727
50725
  },
50728
50726
  {
50729
- "name": "theme",
50730
- "description": "Specify a theme for this component and all of its children.",
50727
+ "name": "minWidth",
50728
+ "description": "Sets the minimum width for the component.",
50731
50729
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50730
+ "default": "0",
50732
50731
  "value": {
50733
50732
  "kind": "expression",
50734
- "type": "string"
50733
+ "type": "string | number"
50735
50734
  }
50736
50735
  },
50737
50736
  {
50738
- "name": "disabled",
50739
- "description": "Removes the ability to click or target the component.",
50737
+ "name": "location",
50738
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both..",
50740
50739
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50741
- "default": "false",
50740
+ "default": "'end'",
50742
50741
  "value": {
50743
50742
  "kind": "expression",
50744
- "type": "boolean"
50743
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>"
50745
50744
  }
50746
50745
  },
50747
50746
  {
50748
- "name": "id",
50749
- "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used.",
50747
+ "name": "modelValue",
50748
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
50750
50749
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50750
+ "default": "false",
50751
50751
  "value": {
50752
50752
  "kind": "expression",
50753
- "type": "string"
50753
+ "type": "boolean"
50754
50754
  }
50755
50755
  },
50756
50756
  {
50757
- "name": "eager",
50758
- "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.",
50757
+ "name": "transition",
50758
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
50759
50759
  "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50760
- "default": "true",
50760
+ "default": "null",
50761
50761
  "value": {
50762
50762
  "kind": "expression",
50763
- "type": "boolean"
50763
+ "type": "string | boolean | (TransitionProps & { component: Component })"
50764
50764
  }
50765
50765
  },
50766
50766
  {
@@ -50925,6 +50925,16 @@
50925
50925
  "type": "string | number"
50926
50926
  }
50927
50927
  },
50928
+ {
50929
+ "name": "eager",
50930
+ "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.",
50931
+ "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50932
+ "default": "true",
50933
+ "value": {
50934
+ "kind": "expression",
50935
+ "type": "boolean"
50936
+ }
50937
+ },
50928
50938
  {
50929
50939
  "name": "locationStrategy",
50930
50940
  "description": "A function used to specifies how the component should position relative to its activator.",
@@ -50962,17 +50972,7 @@
50962
50972
  "default": "'reposition'",
50963
50973
  "value": {
50964
50974
  "kind": "expression",
50965
- "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>"
50966
- }
50967
- },
50968
- {
50969
- "name": "transition",
50970
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
50971
- "doc-url": "https://vuetifyjs.com/api/VTooltip#props",
50972
- "default": "null",
50973
- "value": {
50974
- "kind": "expression",
50975
- "type": "string | boolean | (TransitionProps & { component: Component })"
50975
+ "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>"
50976
50976
  }
50977
50977
  },
50978
50978
  {
@@ -51065,64 +51065,18 @@
51065
51065
  }
51066
51066
  },
51067
51067
  {
51068
- "name": "tag",
51069
- "description": "Specify a custom tag used on the root element.",
51070
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51071
- "default": "'div'",
51072
- "value": {
51073
- "kind": "expression",
51074
- "type": "string | (new () => any) | FunctionalComponent"
51075
- }
51076
- },
51077
- {
51078
- "name": "activated",
51079
- "description": "Array of ids of activated nodes.",
51080
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51081
- "value": {
51082
- "kind": "expression",
51083
- "type": "any"
51084
- }
51085
- },
51086
- {
51087
- "name": "disabled",
51088
- "description": "Disables selection for all nodes.",
51068
+ "name": "border",
51069
+ "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).",
51089
51070
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51090
51071
  "default": "false",
51091
51072
  "value": {
51092
51073
  "kind": "expression",
51093
- "type": "boolean"
51094
- }
51095
- },
51096
- {
51097
- "name": "height",
51098
- "description": "Sets the height for the component.",
51099
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51100
- "value": {
51101
- "kind": "expression",
51102
- "type": "string | number"
51103
- }
51104
- },
51105
- {
51106
- "name": "width",
51107
- "description": "Sets the width for the component.",
51108
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51109
- "value": {
51110
- "kind": "expression",
51111
- "type": "string | number"
51112
- }
51113
- },
51114
- {
51115
- "name": "theme",
51116
- "description": "Specify a theme for this component and all of its children.",
51117
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51118
- "value": {
51119
- "kind": "expression",
51120
- "type": "string"
51074
+ "type": "string | number | boolean"
51121
51075
  }
51122
51076
  },
51123
51077
  {
51124
- "name": "items",
51125
- "description": "An array of items used to build the treeview.",
51078
+ "name": "modelValue",
51079
+ "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`",
51126
51080
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51127
51081
  "default": "[]",
51128
51082
  "value": {
@@ -51131,51 +51085,22 @@
51131
51085
  }
51132
51086
  },
51133
51087
  {
51134
- "name": "activeColor",
51135
- "description": "Deprecated, use `color` instead.",
51136
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51137
- "value": {
51138
- "kind": "expression",
51139
- "type": "string"
51140
- }
51141
- },
51142
- {
51143
- "name": "baseColor",
51144
- "description": "Sets the color of component when not focused.",
51145
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51146
- "value": {
51147
- "kind": "expression",
51148
- "type": "string"
51149
- }
51150
- },
51151
- {
51152
- "name": "slim",
51153
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
51154
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51155
- "default": "true",
51156
- "value": {
51157
- "kind": "expression",
51158
- "type": "boolean"
51159
- }
51160
- },
51161
- {
51162
- "name": "border",
51163
- "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).",
51088
+ "name": "density",
51089
+ "description": "Adjusts the vertical height used by the component.",
51164
51090
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51165
- "default": "false",
51091
+ "default": "'default'",
51166
51092
  "value": {
51167
51093
  "kind": "expression",
51168
- "type": "string | number | boolean"
51094
+ "type": "'default' | 'comfortable' | 'compact'"
51169
51095
  }
51170
51096
  },
51171
51097
  {
51172
- "name": "density",
51173
- "description": "Adjusts the vertical height used by the component.",
51098
+ "name": "height",
51099
+ "description": "Sets the height for the component.",
51174
51100
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51175
- "default": "'default'",
51176
51101
  "value": {
51177
51102
  "kind": "expression",
51178
- "type": "'default' | 'comfortable' | 'compact'"
51103
+ "type": "string | number"
51179
51104
  }
51180
51105
  },
51181
51106
  {
@@ -51214,6 +51139,15 @@
51214
51139
  "type": "string | number"
51215
51140
  }
51216
51141
  },
51142
+ {
51143
+ "name": "width",
51144
+ "description": "Sets the width for the component.",
51145
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51146
+ "value": {
51147
+ "kind": "expression",
51148
+ "type": "string | number"
51149
+ }
51150
+ },
51217
51151
  {
51218
51152
  "name": "elevation",
51219
51153
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
@@ -51243,37 +51177,27 @@
51243
51177
  }
51244
51178
  },
51245
51179
  {
51246
- "name": "color",
51247
- "description": "Applies specified color to the active node - 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).",
51248
- "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51249
- "value": {
51250
- "kind": "expression",
51251
- "type": "string"
51252
- }
51253
- },
51254
- {
51255
- "name": "variant",
51256
- "description": "Applies a distinct style to the component.",
51180
+ "name": "tag",
51181
+ "description": "Specify a custom tag used on the root element.",
51257
51182
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51258
- "default": "'text'",
51183
+ "default": "'div'",
51259
51184
  "value": {
51260
51185
  "kind": "expression",
51261
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
51186
+ "type": "string | (new () => any) | FunctionalComponent"
51262
51187
  }
51263
51188
  },
51264
51189
  {
51265
- "name": "modelValue",
51266
- "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`",
51190
+ "name": "theme",
51191
+ "description": "Specify a theme for this component and all of its children.",
51267
51192
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51268
- "default": "[]",
51269
51193
  "value": {
51270
51194
  "kind": "expression",
51271
- "type": "unknown[]"
51195
+ "type": "string"
51272
51196
  }
51273
51197
  },
51274
51198
  {
51275
- "name": "bgColor",
51276
- "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).",
51199
+ "name": "color",
51200
+ "description": "Applies specified color to the active node - 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).",
51277
51201
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51278
51202
  "value": {
51279
51203
  "kind": "expression",
@@ -51281,155 +51205,156 @@
51281
51205
  }
51282
51206
  },
51283
51207
  {
51284
- "name": "lines",
51285
- "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers.",
51208
+ "name": "variant",
51209
+ "description": "Applies a distinct style to the component.",
51286
51210
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51287
- "default": "'one'",
51211
+ "default": "'text'",
51288
51212
  "value": {
51289
51213
  "kind": "expression",
51290
- "type": "false | 'one' | 'two' | 'three'"
51214
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
51291
51215
  }
51292
51216
  },
51293
51217
  {
51294
- "name": "mandatory",
51295
- "description": "Forces at least one item to always be selected (if available).",
51218
+ "name": "activated",
51219
+ "description": "Array of ids of activated nodes.",
51296
51220
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51297
- "default": "false",
51298
51221
  "value": {
51299
51222
  "kind": "expression",
51300
- "type": "boolean"
51223
+ "type": "any"
51301
51224
  }
51302
51225
  },
51303
51226
  {
51304
- "name": "openOnClick",
51305
- "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active.",
51227
+ "name": "disabled",
51228
+ "description": "Disables selection for all nodes.",
51306
51229
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51230
+ "default": "false",
51307
51231
  "value": {
51308
51232
  "kind": "expression",
51309
51233
  "type": "boolean"
51310
51234
  }
51311
51235
  },
51312
51236
  {
51313
- "name": "activeClass",
51314
- "description": "The class applied to the component when it is in an active state.",
51237
+ "name": "filterMode",
51238
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
51315
51239
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51240
+ "default": "'intersection'",
51316
51241
  "value": {
51317
51242
  "kind": "expression",
51318
- "type": "string"
51243
+ "type": "'every' | 'some' | 'union' | 'intersection'"
51319
51244
  }
51320
51245
  },
51321
51246
  {
51322
- "name": "selected",
51323
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
51247
+ "name": "noFilter",
51248
+ "description": "Disables all item filtering.",
51324
51249
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51250
+ "default": "false",
51325
51251
  "value": {
51326
51252
  "kind": "expression",
51327
- "type": "any"
51253
+ "type": "boolean"
51328
51254
  }
51329
51255
  },
51330
51256
  {
51331
- "name": "indeterminateIcon",
51332
- "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`.",
51257
+ "name": "customFilter",
51258
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
51333
51259
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51334
- "default": "'$checkboxIndeterminate'",
51335
51260
  "value": {
51336
51261
  "kind": "expression",
51337
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51262
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.tsx#L22-L22\" target=\"_blank\">FilterFunction</a>"
51338
51263
  }
51339
51264
  },
51340
51265
  {
51341
- "name": "falseIcon",
51342
- "description": "The icon used when inactive.",
51266
+ "name": "customKeyFilter",
51267
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified.",
51343
51268
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51344
51269
  "value": {
51345
51270
  "kind": "expression",
51346
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51271
+ "type": "unknown"
51347
51272
  }
51348
51273
  },
51349
51274
  {
51350
- "name": "trueIcon",
51351
- "description": "The icon used when active.",
51275
+ "name": "filterKeys",
51276
+ "description": "Array of specific keys to filter on the item.",
51352
51277
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51278
+ "default": "['title']",
51353
51279
  "value": {
51354
51280
  "kind": "expression",
51355
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51281
+ "type": "string | string[]"
51356
51282
  }
51357
51283
  },
51358
51284
  {
51359
- "name": "valueComparator",
51360
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
51285
+ "name": "baseColor",
51286
+ "description": "Sets the color of component when not focused.",
51361
51287
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51362
51288
  "value": {
51363
51289
  "kind": "expression",
51364
- "type": "(a: any, b: any) => boolean"
51290
+ "type": "string"
51365
51291
  }
51366
51292
  },
51367
51293
  {
51368
- "name": "filterMode",
51369
- "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
51294
+ "name": "activeColor",
51295
+ "description": "Deprecated, use `color` instead.",
51370
51296
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51371
- "default": "'intersection'",
51372
51297
  "value": {
51373
51298
  "kind": "expression",
51374
- "type": "'every' | 'some' | 'union' | 'intersection'"
51299
+ "type": "string"
51375
51300
  }
51376
51301
  },
51377
51302
  {
51378
- "name": "noFilter",
51379
- "description": "Disables all item filtering.",
51303
+ "name": "activeClass",
51304
+ "description": "The class applied to the component when it is in an active state.",
51380
51305
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51381
- "default": "false",
51382
51306
  "value": {
51383
51307
  "kind": "expression",
51384
- "type": "boolean"
51308
+ "type": "string"
51385
51309
  }
51386
51310
  },
51387
51311
  {
51388
- "name": "customFilter",
51389
- "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
51312
+ "name": "bgColor",
51313
+ "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).",
51390
51314
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51391
51315
  "value": {
51392
51316
  "kind": "expression",
51393
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.tsx#L22-L22\" target=\"_blank\">FilterFunction</a>"
51317
+ "type": "string"
51394
51318
  }
51395
51319
  },
51396
51320
  {
51397
- "name": "customKeyFilter",
51398
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified.",
51321
+ "name": "expandIcon",
51322
+ "description": "Icon used to indicate that a node can be expanded.",
51399
51323
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51324
+ "default": "'$treeviewExpand'",
51400
51325
  "value": {
51401
51326
  "kind": "expression",
51402
- "type": "unknown"
51327
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51403
51328
  }
51404
51329
  },
51405
51330
  {
51406
- "name": "filterKeys",
51407
- "description": "Array of specific keys to filter on the item.",
51331
+ "name": "collapseIcon",
51332
+ "description": "Icon to display when the list item is expanded.",
51408
51333
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51409
- "default": "['title']",
51334
+ "default": "'$treeviewCollapse'",
51410
51335
  "value": {
51411
51336
  "kind": "expression",
51412
- "type": "string | string[]"
51337
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51413
51338
  }
51414
51339
  },
51415
51340
  {
51416
- "name": "expandIcon",
51417
- "description": "Icon used to indicate that a node can be expanded.",
51341
+ "name": "lines",
51342
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers.",
51418
51343
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51419
- "default": "'$treeviewExpand'",
51344
+ "default": "'one'",
51420
51345
  "value": {
51421
51346
  "kind": "expression",
51422
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51347
+ "type": "false | 'one' | 'two' | 'three'"
51423
51348
  }
51424
51349
  },
51425
51350
  {
51426
- "name": "collapseIcon",
51427
- "description": "Icon to display when the list item is expanded.",
51351
+ "name": "slim",
51352
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
51428
51353
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51429
- "default": "'$treeviewCollapse'",
51354
+ "default": "true",
51430
51355
  "value": {
51431
51356
  "kind": "expression",
51432
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51357
+ "type": "boolean"
51433
51358
  }
51434
51359
  },
51435
51360
  {
@@ -51461,6 +51386,25 @@
51461
51386
  "type": "any"
51462
51387
  }
51463
51388
  },
51389
+ {
51390
+ "name": "selected",
51391
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
51392
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51393
+ "value": {
51394
+ "kind": "expression",
51395
+ "type": "any"
51396
+ }
51397
+ },
51398
+ {
51399
+ "name": "mandatory",
51400
+ "description": "Forces at least one item to always be selected (if available).",
51401
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51402
+ "default": "false",
51403
+ "value": {
51404
+ "kind": "expression",
51405
+ "type": "boolean"
51406
+ }
51407
+ },
51464
51408
  {
51465
51409
  "name": "activeStrategy",
51466
51410
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
@@ -51480,6 +51424,16 @@
51480
51424
  "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
51481
51425
  }
51482
51426
  },
51427
+ {
51428
+ "name": "items",
51429
+ "description": "An array of items used to build the treeview.",
51430
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51431
+ "default": "[]",
51432
+ "value": {
51433
+ "kind": "expression",
51434
+ "type": "unknown[]"
51435
+ }
51436
+ },
51483
51437
  {
51484
51438
  "name": "itemTitle",
51485
51439
  "description": "Property on supplied `items` that contains its title.",
@@ -51530,6 +51484,24 @@
51530
51484
  "type": "boolean"
51531
51485
  }
51532
51486
  },
51487
+ {
51488
+ "name": "valueComparator",
51489
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
51490
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51491
+ "value": {
51492
+ "kind": "expression",
51493
+ "type": "(a: any, b: any) => boolean"
51494
+ }
51495
+ },
51496
+ {
51497
+ "name": "openOnClick",
51498
+ "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active.",
51499
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51500
+ "value": {
51501
+ "kind": "expression",
51502
+ "type": "boolean"
51503
+ }
51504
+ },
51533
51505
  {
51534
51506
  "name": "fluid",
51535
51507
  "description": "Removes indentation from nested items.",
@@ -51540,6 +51512,24 @@
51540
51512
  "type": "boolean"
51541
51513
  }
51542
51514
  },
51515
+ {
51516
+ "name": "falseIcon",
51517
+ "description": "The icon used when inactive.",
51518
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51519
+ "value": {
51520
+ "kind": "expression",
51521
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51522
+ }
51523
+ },
51524
+ {
51525
+ "name": "trueIcon",
51526
+ "description": "The icon used when active.",
51527
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51528
+ "value": {
51529
+ "kind": "expression",
51530
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51531
+ }
51532
+ },
51543
51533
  {
51544
51534
  "name": "openAll",
51545
51535
  "description": "When `true` will cause all branch nodes to be opened when component is mounted.",
@@ -51560,6 +51550,16 @@
51560
51550
  "type": "string"
51561
51551
  }
51562
51552
  },
51553
+ {
51554
+ "name": "indeterminateIcon",
51555
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`.",
51556
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
51557
+ "default": "'$checkboxIndeterminate'",
51558
+ "value": {
51559
+ "kind": "expression",
51560
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51561
+ }
51562
+ },
51563
51563
  {
51564
51564
  "name": "selectedColor",
51565
51565
  "description": "The color of the selection checkbox.",
@@ -51648,6 +51648,11 @@
51648
51648
  }
51649
51649
  ],
51650
51650
  "slots": [
51651
+ {
51652
+ "name": "prepend",
51653
+ "description": "Prepends content before label.",
51654
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots"
51655
+ },
51651
51656
  {
51652
51657
  "name": "title",
51653
51658
  "description": "Slot for the component's title content.",
@@ -51658,11 +51663,6 @@
51658
51663
  "description": "Appends content after label.",
51659
51664
  "doc-url": "https://vuetifyjs.com/api/v-treeview#slots"
51660
51665
  },
51661
- {
51662
- "name": "prepend",
51663
- "description": "Prepends content before label.",
51664
- "doc-url": "https://vuetifyjs.com/api/v-treeview#slots"
51665
- },
51666
51666
  {
51667
51667
  "name": "subtitle",
51668
51668
  "description": "Slot for the component's subtitle content.",
@@ -51732,15 +51732,6 @@
51732
51732
  "description": "",
51733
51733
  "doc-url": "https://vuetifyjs.com/api/v-treeview-group",
51734
51734
  "attributes": [
51735
- {
51736
- "name": "title",
51737
- "description": "Specify a title text for the component.",
51738
- "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51739
- "value": {
51740
- "kind": "expression",
51741
- "type": "string"
51742
- }
51743
- },
51744
51735
  {
51745
51736
  "name": "tag",
51746
51737
  "description": "Specify a custom tag used on the root element.",
@@ -51752,8 +51743,8 @@
51752
51743
  }
51753
51744
  },
51754
51745
  {
51755
- "name": "color",
51756
- "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).",
51746
+ "name": "title",
51747
+ "description": "Specify a title text for the component.",
51757
51748
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51758
51749
  "value": {
51759
51750
  "kind": "expression",
@@ -51770,8 +51761,8 @@
51770
51761
  }
51771
51762
  },
51772
51763
  {
51773
- "name": "baseColor",
51774
- "description": "Sets the color of component when not focused.",
51764
+ "name": "activeColor",
51765
+ "description": "Deprecated, use `color` instead.",
51775
51766
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51776
51767
  "value": {
51777
51768
  "kind": "expression",
@@ -51779,8 +51770,8 @@
51779
51770
  }
51780
51771
  },
51781
51772
  {
51782
- "name": "activeColor",
51783
- "description": "Deprecated, use `color` instead.",
51773
+ "name": "baseColor",
51774
+ "description": "Sets the color of component when not focused.",
51784
51775
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51785
51776
  "value": {
51786
51777
  "kind": "expression",
@@ -51788,51 +51779,50 @@
51788
51779
  }
51789
51780
  },
51790
51781
  {
51791
- "name": "expandIcon",
51792
- "description": "Icon to display when the list item is collapsed.",
51782
+ "name": "prependIcon",
51783
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
51793
51784
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51794
- "default": "'$treeviewExpand'",
51795
51785
  "value": {
51796
51786
  "kind": "expression",
51797
51787
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51798
51788
  }
51799
51789
  },
51800
51790
  {
51801
- "name": "collapseIcon",
51802
- "description": "Icon to display when the list item is expanded.",
51791
+ "name": "appendIcon",
51792
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
51803
51793
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51804
- "default": "'$treeviewCollapse'",
51805
51794
  "value": {
51806
51795
  "kind": "expression",
51807
51796
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51808
51797
  }
51809
51798
  },
51810
51799
  {
51811
- "name": "appendIcon",
51812
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
51800
+ "name": "color",
51801
+ "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).",
51813
51802
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51814
51803
  "value": {
51815
51804
  "kind": "expression",
51816
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51805
+ "type": "string"
51817
51806
  }
51818
51807
  },
51819
51808
  {
51820
- "name": "prependIcon",
51821
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
51809
+ "name": "expandIcon",
51810
+ "description": "Icon to display when the list item is collapsed.",
51822
51811
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51812
+ "default": "'$treeviewExpand'",
51823
51813
  "value": {
51824
51814
  "kind": "expression",
51825
51815
  "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51826
51816
  }
51827
51817
  },
51828
51818
  {
51829
- "name": "fluid",
51830
- "description": "Removes indentation from nested items.",
51819
+ "name": "collapseIcon",
51820
+ "description": "Icon to display when the list item is expanded.",
51831
51821
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51832
- "default": "false",
51822
+ "default": "'$treeviewCollapse'",
51833
51823
  "value": {
51834
51824
  "kind": "expression",
51835
- "type": "boolean"
51825
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
51836
51826
  }
51837
51827
  },
51838
51828
  {
@@ -51843,6 +51833,16 @@
51843
51833
  "kind": "expression",
51844
51834
  "type": "string | number"
51845
51835
  }
51836
+ },
51837
+ {
51838
+ "name": "fluid",
51839
+ "description": "Removes indentation from nested items.",
51840
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
51841
+ "default": "false",
51842
+ "value": {
51843
+ "kind": "expression",
51844
+ "type": "boolean"
51845
+ }
51846
51846
  }
51847
51847
  ],
51848
51848
  "events": [],
@@ -51882,6 +51882,15 @@
51882
51882
  "description": "",
51883
51883
  "doc-url": "https://vuetifyjs.com/api/v-treeview-item",
51884
51884
  "attributes": [
51885
+ {
51886
+ "name": "title",
51887
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead.",
51888
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51889
+ "value": {
51890
+ "kind": "expression",
51891
+ "type": "string | number | boolean"
51892
+ }
51893
+ },
51885
51894
  {
51886
51895
  "name": "replace",
51887
51896
  "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.",
@@ -51902,47 +51911,46 @@
51902
51911
  }
51903
51912
  },
51904
51913
  {
51905
- "name": "tag",
51906
- "description": "Specify a custom tag used on the root element.",
51914
+ "name": "border",
51915
+ "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).",
51907
51916
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51908
- "default": "'div'",
51917
+ "default": "false",
51909
51918
  "value": {
51910
51919
  "kind": "expression",
51911
- "type": "string | (new () => any) | FunctionalComponent"
51920
+ "type": "string | number | boolean"
51912
51921
  }
51913
51922
  },
51914
51923
  {
51915
- "name": "nav",
51916
- "description": "Reduces the width of v-list-item takes and adds a border radius.",
51924
+ "name": "density",
51925
+ "description": "Adjusts the vertical height used by the component.",
51917
51926
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51918
- "default": "false",
51927
+ "default": "'default'",
51919
51928
  "value": {
51920
51929
  "kind": "expression",
51921
- "type": "boolean"
51930
+ "type": "'default' | 'comfortable' | 'compact'"
51922
51931
  }
51923
51932
  },
51924
51933
  {
51925
- "name": "title",
51926
- "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead.",
51934
+ "name": "height",
51935
+ "description": "Sets the height for the component.",
51927
51936
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51928
51937
  "value": {
51929
51938
  "kind": "expression",
51930
- "type": "string | number | boolean"
51939
+ "type": "string | number"
51931
51940
  }
51932
51941
  },
51933
51942
  {
51934
- "name": "disabled",
51935
- "description": "Removes the ability to click or target the component.",
51943
+ "name": "maxHeight",
51944
+ "description": "Sets the maximum height for the component.",
51936
51945
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51937
- "default": "false",
51938
51946
  "value": {
51939
51947
  "kind": "expression",
51940
- "type": "boolean"
51948
+ "type": "string | number"
51941
51949
  }
51942
51950
  },
51943
51951
  {
51944
- "name": "height",
51945
- "description": "Sets the height for the component.",
51952
+ "name": "maxWidth",
51953
+ "description": "Sets the maximum width for the component.",
51946
51954
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51947
51955
  "value": {
51948
51956
  "kind": "expression",
@@ -51950,17 +51958,17 @@
51950
51958
  }
51951
51959
  },
51952
51960
  {
51953
- "name": "value",
51954
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected.",
51961
+ "name": "minHeight",
51962
+ "description": "Sets the minimum height for the component.",
51955
51963
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51956
51964
  "value": {
51957
51965
  "kind": "expression",
51958
- "type": "any"
51966
+ "type": "string | number"
51959
51967
  }
51960
51968
  },
51961
51969
  {
51962
- "name": "width",
51963
- "description": "Sets the width for the component.",
51970
+ "name": "minWidth",
51971
+ "description": "Sets the minimum width for the component.",
51964
51972
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51965
51973
  "value": {
51966
51974
  "kind": "expression",
@@ -51968,166 +51976,168 @@
51968
51976
  }
51969
51977
  },
51970
51978
  {
51971
- "name": "theme",
51972
- "description": "Specify a theme for this component and all of its children.",
51979
+ "name": "width",
51980
+ "description": "Sets the width for the component.",
51973
51981
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51974
51982
  "value": {
51975
51983
  "kind": "expression",
51976
- "type": "string"
51984
+ "type": "string | number"
51977
51985
  }
51978
51986
  },
51979
51987
  {
51980
- "name": "active",
51981
- "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
51988
+ "name": "elevation",
51989
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
51982
51990
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51983
51991
  "value": {
51984
51992
  "kind": "expression",
51985
- "type": "boolean"
51993
+ "type": "string | number"
51986
51994
  }
51987
51995
  },
51988
51996
  {
51989
- "name": "activeColor",
51990
- "description": "Deprecated, use `color` instead.",
51997
+ "name": "rounded",
51998
+ "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).",
51991
51999
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
51992
52000
  "value": {
51993
52001
  "kind": "expression",
51994
- "type": "string"
52002
+ "type": "string | number | boolean"
51995
52003
  }
51996
52004
  },
51997
52005
  {
51998
- "name": "baseColor",
51999
- "description": "Sets the color of component when not focused.",
52006
+ "name": "tile",
52007
+ "description": "Removes any applied **border-radius** from the component.",
52000
52008
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52009
+ "default": "false",
52001
52010
  "value": {
52002
52011
  "kind": "expression",
52003
- "type": "string"
52012
+ "type": "boolean"
52004
52013
  }
52005
52014
  },
52006
52015
  {
52007
- "name": "prependIcon",
52008
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content.",
52016
+ "name": "tag",
52017
+ "description": "Specify a custom tag used on the root element.",
52009
52018
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52019
+ "default": "'div'",
52010
52020
  "value": {
52011
52021
  "kind": "expression",
52012
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
52022
+ "type": "string | (new () => any) | FunctionalComponent"
52013
52023
  }
52014
52024
  },
52015
52025
  {
52016
- "name": "appendIcon",
52017
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
52026
+ "name": "theme",
52027
+ "description": "Specify a theme for this component and all of its children.",
52018
52028
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52019
52029
  "value": {
52020
52030
  "kind": "expression",
52021
- "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
52031
+ "type": "string"
52022
52032
  }
52023
52033
  },
52024
52034
  {
52025
- "name": "slim",
52026
- "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact.",
52035
+ "name": "color",
52036
+ "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),",
52027
52037
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52028
- "default": "true",
52029
52038
  "value": {
52030
52039
  "kind": "expression",
52031
- "type": "boolean"
52040
+ "type": "string"
52032
52041
  }
52033
52042
  },
52034
52043
  {
52035
- "name": "ripple",
52036
- "description": "Applies the [v-ripple](/directives/ripple) directive.",
52044
+ "name": "variant",
52045
+ "description": "Applies a distinct style to the component.",
52037
52046
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52038
- "default": "true",
52047
+ "default": "'text'",
52039
52048
  "value": {
52040
52049
  "kind": "expression",
52041
- "type": "boolean | { class: string }"
52050
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
52042
52051
  }
52043
52052
  },
52044
52053
  {
52045
- "name": "border",
52046
- "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).",
52054
+ "name": "disabled",
52055
+ "description": "Removes the ability to click or target the component.",
52047
52056
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52048
52057
  "default": "false",
52049
52058
  "value": {
52050
52059
  "kind": "expression",
52051
- "type": "string | number | boolean"
52060
+ "type": "boolean"
52052
52061
  }
52053
52062
  },
52054
52063
  {
52055
- "name": "density",
52056
- "description": "Adjusts the vertical height used by the component.",
52064
+ "name": "value",
52065
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected.",
52057
52066
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52058
- "default": "'default'",
52059
52067
  "value": {
52060
52068
  "kind": "expression",
52061
- "type": "'default' | 'comfortable' | 'compact'"
52069
+ "type": "any"
52062
52070
  }
52063
52071
  },
52064
52072
  {
52065
- "name": "maxHeight",
52066
- "description": "Sets the maximum height for the component.",
52073
+ "name": "exact",
52074
+ "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.",
52067
52075
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52076
+ "default": "false",
52068
52077
  "value": {
52069
52078
  "kind": "expression",
52070
- "type": "string | number"
52079
+ "type": "boolean"
52071
52080
  }
52072
52081
  },
52073
52082
  {
52074
- "name": "maxWidth",
52075
- "description": "Sets the maximum width for the component.",
52083
+ "name": "subtitle",
52084
+ "description": "Specify a subtitle text for the component.",
52076
52085
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52077
52086
  "value": {
52078
52087
  "kind": "expression",
52079
- "type": "string | number"
52088
+ "type": "string | number | boolean"
52080
52089
  }
52081
52090
  },
52082
52091
  {
52083
- "name": "minHeight",
52084
- "description": "Sets the minimum height for the component.",
52092
+ "name": "baseColor",
52093
+ "description": "Sets the color of component when not focused.",
52085
52094
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52086
52095
  "value": {
52087
52096
  "kind": "expression",
52088
- "type": "string | number"
52097
+ "type": "string"
52089
52098
  }
52090
52099
  },
52091
52100
  {
52092
- "name": "minWidth",
52093
- "description": "Sets the minimum width for the component.",
52101
+ "name": "activeColor",
52102
+ "description": "Deprecated, use `color` instead.",
52094
52103
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52095
52104
  "value": {
52096
52105
  "kind": "expression",
52097
- "type": "string | number"
52106
+ "type": "string"
52098
52107
  }
52099
52108
  },
52100
52109
  {
52101
- "name": "elevation",
52102
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
52110
+ "name": "activeClass",
52111
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation.",
52103
52112
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52104
52113
  "value": {
52105
52114
  "kind": "expression",
52106
- "type": "string | number"
52115
+ "type": "string"
52107
52116
  }
52108
52117
  },
52109
52118
  {
52110
- "name": "loading",
52111
- "description": "Places the v-treeview-item into a loading state.",
52119
+ "name": "lines",
52120
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop.",
52112
52121
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52113
52122
  "default": "false",
52114
52123
  "value": {
52115
52124
  "kind": "expression",
52116
- "type": "boolean"
52125
+ "type": "false | 'one' | 'two' | 'three'"
52117
52126
  }
52118
52127
  },
52119
52128
  {
52120
- "name": "rounded",
52121
- "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).",
52129
+ "name": "slim",
52130
+ "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact.",
52122
52131
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52132
+ "default": "true",
52123
52133
  "value": {
52124
52134
  "kind": "expression",
52125
- "type": "string | number | boolean"
52135
+ "type": "boolean"
52126
52136
  }
52127
52137
  },
52128
52138
  {
52129
- "name": "tile",
52130
- "description": "Removes any applied **border-radius** from the component.",
52139
+ "name": "nav",
52140
+ "description": "Reduces the width of v-list-item takes and adds a border radius.",
52131
52141
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52132
52142
  "default": "false",
52133
52143
  "value": {
@@ -52136,65 +52146,54 @@
52136
52146
  }
52137
52147
  },
52138
52148
  {
52139
- "name": "href",
52140
- "description": "Designates the component as anchor and applies the **href** attribute.",
52141
- "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52142
- "value": {
52143
- "kind": "expression",
52144
- "type": "string"
52145
- }
52146
- },
52147
- {
52148
- "name": "exact",
52149
- "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.",
52149
+ "name": "appendIcon",
52150
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
52150
52151
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52151
- "default": "false",
52152
52152
  "value": {
52153
52153
  "kind": "expression",
52154
- "type": "boolean"
52154
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
52155
52155
  }
52156
52156
  },
52157
52157
  {
52158
- "name": "to",
52159
- "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.",
52158
+ "name": "prependIcon",
52159
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content.",
52160
52160
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52161
52161
  "value": {
52162
52162
  "kind": "expression",
52163
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric"
52163
+ "type": "| string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent"
52164
52164
  }
52165
52165
  },
52166
52166
  {
52167
- "name": "color",
52168
- "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),",
52167
+ "name": "active",
52168
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
52169
52169
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52170
52170
  "value": {
52171
52171
  "kind": "expression",
52172
- "type": "string"
52172
+ "type": "boolean"
52173
52173
  }
52174
52174
  },
52175
52175
  {
52176
- "name": "variant",
52177
- "description": "Applies a distinct style to the component.",
52176
+ "name": "loading",
52177
+ "description": "Places the v-treeview-item into a loading state.",
52178
52178
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52179
- "default": "'text'",
52179
+ "default": "false",
52180
52180
  "value": {
52181
52181
  "kind": "expression",
52182
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'"
52182
+ "type": "boolean"
52183
52183
  }
52184
52184
  },
52185
52185
  {
52186
- "name": "lines",
52187
- "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop.",
52186
+ "name": "appendAvatar",
52187
+ "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot.",
52188
52188
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52189
- "default": "false",
52190
52189
  "value": {
52191
52190
  "kind": "expression",
52192
- "type": "false | 'one' | 'two' | 'three'"
52191
+ "type": "string"
52193
52192
  }
52194
52193
  },
52195
52194
  {
52196
- "name": "activeClass",
52197
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation.",
52195
+ "name": "prependAvatar",
52196
+ "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content.",
52198
52197
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52199
52198
  "value": {
52200
52199
  "kind": "expression",
@@ -52202,17 +52201,18 @@
52202
52201
  }
52203
52202
  },
52204
52203
  {
52205
- "name": "subtitle",
52206
- "description": "Specify a subtitle text for the component.",
52204
+ "name": "ripple",
52205
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
52207
52206
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52207
+ "default": "true",
52208
52208
  "value": {
52209
52209
  "kind": "expression",
52210
- "type": "string | number | boolean"
52210
+ "type": "boolean | { class: string }"
52211
52211
  }
52212
52212
  },
52213
52213
  {
52214
- "name": "appendAvatar",
52215
- "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot.",
52214
+ "name": "href",
52215
+ "description": "Designates the component as anchor and applies the **href** attribute.",
52216
52216
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52217
52217
  "value": {
52218
52218
  "kind": "expression",
@@ -52220,12 +52220,12 @@
52220
52220
  }
52221
52221
  },
52222
52222
  {
52223
- "name": "prependAvatar",
52224
- "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content.",
52223
+ "name": "to",
52224
+ "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.",
52225
52225
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
52226
52226
  "value": {
52227
52227
  "kind": "expression",
52228
- "type": "string"
52228
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric"
52229
52229
  }
52230
52230
  },
52231
52231
  {
@@ -52382,12 +52382,12 @@
52382
52382
  "doc-url": "https://vuetifyjs.com/api/v-validation",
52383
52383
  "attributes": [
52384
52384
  {
52385
- "name": "modelValue",
52386
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
52385
+ "name": "name",
52386
+ "description": "Sets the component's name attribute.",
52387
52387
  "doc-url": "https://vuetifyjs.com/api/VValidation#props",
52388
52388
  "value": {
52389
52389
  "kind": "expression",
52390
- "type": "unknown"
52390
+ "type": "string"
52391
52391
  }
52392
52392
  },
52393
52393
  {
@@ -52401,8 +52401,8 @@
52401
52401
  }
52402
52402
  },
52403
52403
  {
52404
- "name": "name",
52405
- "description": "Sets the component's name attribute.",
52404
+ "name": "label",
52405
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
52406
52406
  "doc-url": "https://vuetifyjs.com/api/VValidation#props",
52407
52407
  "value": {
52408
52408
  "kind": "expression",
@@ -52420,12 +52420,22 @@
52420
52420
  }
52421
52421
  },
52422
52422
  {
52423
- "name": "label",
52424
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
52423
+ "name": "readonly",
52424
+ "description": "Puts input in readonly state.",
52425
52425
  "doc-url": "https://vuetifyjs.com/api/VValidation#props",
52426
+ "default": "null",
52426
52427
  "value": {
52427
52428
  "kind": "expression",
52428
- "type": "string"
52429
+ "type": "boolean"
52430
+ }
52431
+ },
52432
+ {
52433
+ "name": "modelValue",
52434
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
52435
+ "doc-url": "https://vuetifyjs.com/api/VValidation#props",
52436
+ "value": {
52437
+ "kind": "expression",
52438
+ "type": "unknown"
52429
52439
  }
52430
52440
  },
52431
52441
  {
@@ -52448,16 +52458,6 @@
52448
52458
  "type": "string | number"
52449
52459
  }
52450
52460
  },
52451
- {
52452
- "name": "readonly",
52453
- "description": "Puts input in readonly state.",
52454
- "doc-url": "https://vuetifyjs.com/api/VValidation#props",
52455
- "default": "null",
52456
- "value": {
52457
- "kind": "expression",
52458
- "type": "boolean"
52459
- }
52460
- },
52461
52461
  {
52462
52462
  "name": "rules",
52463
52463
  "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`.",