@vuetify/nightly 3.8.1-master.2025-04-13 → 3.8.1-master.2025-04-14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5851,14 +5851,14 @@
5851
5851
  "type": "boolean\n",
5852
5852
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
5853
5853
  },
5854
- "VFab/appear": {
5855
- "type": "boolean\n",
5856
- "description": "Used to control the animation of the FAB."
5857
- },
5858
5854
  "VFab/app": {
5859
5855
  "type": "boolean\n",
5860
5856
  "description": "If true, attaches to the closest layout and positions according to the value of **location**."
5861
5857
  },
5858
+ "VFab/appear": {
5859
+ "type": "boolean\n",
5860
+ "description": "Used to control the animation of the FAB."
5861
+ },
5862
5862
  "VFab/extended": {
5863
5863
  "type": "boolean\n",
5864
5864
  "description": "An alternate style for the FAB that expects text."
@@ -11459,34 +11459,22 @@
11459
11459
  "type": "string\n",
11460
11460
  "description": "The text used for the Next button."
11461
11461
  },
11462
- "VStepperVerticalItem/tag": {
11463
- "type": "string | (new () => any) | FunctionalComponent\n",
11464
- "description": "Specify a custom tag used on the root element."
11465
- },
11466
- "VStepperVerticalItem/error": {
11467
- "type": "boolean\n",
11468
- "description": "Puts the stepper item in a manual error state."
11469
- },
11470
11462
  "VStepperVerticalItem/title": {
11471
11463
  "type": "string\n",
11472
11464
  "description": "Specify a title text for the component."
11473
11465
  },
11474
- "VStepperVerticalItem/value": {
11475
- "type": "any\n",
11476
- "description": "Controls the opened/closed state of content."
11477
- },
11478
- "VStepperVerticalItem/readonly": {
11479
- "type": "boolean\n",
11480
- "description": "Makes the expansion panel content read only."
11481
- },
11482
- "VStepperVerticalItem/ripple": {
11483
- "type": "boolean | { class: string }\n",
11484
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11485
- },
11486
11466
  "VStepperVerticalItem/text": {
11487
11467
  "type": "string\n",
11488
11468
  "description": "Specify content text for the component."
11489
11469
  },
11470
+ "VStepperVerticalItem/icon": {
11471
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11472
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11473
+ },
11474
+ "VStepperVerticalItem/error": {
11475
+ "type": "boolean\n",
11476
+ "description": "Puts the stepper item in a manual error state."
11477
+ },
11490
11478
  "VStepperVerticalItem/height": {
11491
11479
  "type": "string | number\n",
11492
11480
  "description": "Sets the height for the component."
@@ -11515,14 +11503,6 @@
11515
11503
  "type": "string | number\n",
11516
11504
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11517
11505
  },
11518
- "VStepperVerticalItem/disabled": {
11519
- "type": "boolean\n",
11520
- "description": "Disables the expansion-panel content."
11521
- },
11522
- "VStepperVerticalItem/selected-class": {
11523
- "type": "string\n",
11524
- "description": "Configure the active CSS class applied when an item is selected."
11525
- },
11526
11506
  "VStepperVerticalItem/static": {
11527
11507
  "type": "boolean\n",
11528
11508
  "description": "Remove title size expansion when selected."
@@ -11535,18 +11515,14 @@
11535
11515
  "type": "boolean\n",
11536
11516
  "description": "Removes any applied **border-radius** from the component."
11537
11517
  },
11518
+ "VStepperVerticalItem/tag": {
11519
+ "type": "string | (new () => any) | FunctionalComponent\n",
11520
+ "description": "Specify a custom tag used on the root element."
11521
+ },
11538
11522
  "VStepperVerticalItem/color": {
11539
11523
  "type": "string\n",
11540
11524
  "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)."
11541
11525
  },
11542
- "VStepperVerticalItem/icon": {
11543
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11544
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11545
- },
11546
- "VStepperVerticalItem/bg-color": {
11547
- "type": "string\n",
11548
- "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)."
11549
- },
11550
11526
  "VStepperVerticalItem/eager": {
11551
11527
  "type": "boolean\n",
11552
11528
  "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."
@@ -11555,9 +11531,13 @@
11555
11531
  "type": "string\n",
11556
11532
  "description": "Specify a subtitle text for the component."
11557
11533
  },
11558
- "VStepperVerticalItem/rules": {
11559
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11560
- "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`."
11534
+ "VStepperVerticalItem/bg-color": {
11535
+ "type": "string\n",
11536
+ "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)."
11537
+ },
11538
+ "VStepperVerticalItem/disabled": {
11539
+ "type": "boolean\n",
11540
+ "description": "Disables the expansion-panel content."
11561
11541
  },
11562
11542
  "VStepperVerticalItem/expand-icon": {
11563
11543
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -11567,46 +11547,62 @@
11567
11547
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11568
11548
  "description": "Icon used when the expansion panel is in a collapsable state."
11569
11549
  },
11550
+ "VStepperVerticalItem/value": {
11551
+ "type": "any\n",
11552
+ "description": "Controls the opened/closed state of content."
11553
+ },
11554
+ "VStepperVerticalItem/readonly": {
11555
+ "type": "boolean\n",
11556
+ "description": "Makes the expansion panel content read only."
11557
+ },
11558
+ "VStepperVerticalItem/rules": {
11559
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11560
+ "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`."
11561
+ },
11570
11562
  "VStepperVerticalItem/hide-actions": {
11571
11563
  "type": "boolean\n",
11572
11564
  "description": "Hide the expand icon in the content title."
11573
11565
  },
11574
- "VStepperVerticalItem/focusable": {
11566
+ "VStepperVerticalItem/ripple": {
11567
+ "type": "boolean | { class: string }\n",
11568
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11569
+ },
11570
+ "VStepperVerticalItem/complete": {
11575
11571
  "type": "boolean\n",
11576
- "description": "Makes the expansion panel content focusable."
11572
+ "description": "Marks step as complete."
11577
11573
  },
11578
11574
  "VStepperVerticalItem/complete-icon": {
11579
11575
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11580
11576
  "description": "Icon to display when step is marked as completed."
11581
11577
  },
11582
- "VStepperVerticalItem/edit-icon": {
11583
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11584
- "description": "Icon to display when step is editable."
11585
- },
11586
11578
  "VStepperVerticalItem/editable": {
11587
11579
  "type": "boolean\n",
11588
11580
  "description": "Marks step as editable."
11589
11581
  },
11582
+ "VStepperVerticalItem/edit-icon": {
11583
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11584
+ "description": "Icon to display when step is editable."
11585
+ },
11590
11586
  "VStepperVerticalItem/error-icon": {
11591
11587
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11592
11588
  "description": "Icon to display when step has an error."
11593
11589
  },
11594
- "VStepperVerticalItem/complete": {
11595
- "type": "boolean\n",
11596
- "description": "Marks step as complete."
11597
- },
11598
- "VStepperWindow/model-value": {
11599
- "type": "any\n",
11600
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11590
+ "VStepperVerticalItem/selected-class": {
11591
+ "type": "string\n",
11592
+ "description": "Configure the active CSS class applied when an item is selected."
11601
11593
  },
11602
- "VStepperWindow/reverse": {
11594
+ "VStepperVerticalItem/focusable": {
11603
11595
  "type": "boolean\n",
11604
- "description": "Reverse the normal transition direction."
11596
+ "description": "Makes the expansion panel content focusable."
11605
11597
  },
11606
11598
  "VStepperWindow/tag": {
11607
11599
  "type": "string | (new () => any) | FunctionalComponent\n",
11608
11600
  "description": "Specify a custom tag used on the root element."
11609
11601
  },
11602
+ "VStepperWindow/reverse": {
11603
+ "type": "boolean\n",
11604
+ "description": "Reverse the normal transition direction."
11605
+ },
11610
11606
  "VStepperWindow/theme": {
11611
11607
  "type": "string\n",
11612
11608
  "description": "Specify a theme for this component and all of its children."
@@ -11615,46 +11611,50 @@
11615
11611
  "type": "boolean\n",
11616
11612
  "description": "Removes the ability to click or target the component."
11617
11613
  },
11618
- "VStepperWindow/direction": {
11619
- "type": "'horizontal' | 'vertical'\n",
11620
- "description": "The transition direction when changing windows."
11621
- },
11622
11614
  "VStepperWindow/selected-class": {
11623
11615
  "type": "string\n",
11624
11616
  "description": "Configure the active CSS class applied when an item is selected."
11625
11617
  },
11626
- "VStepperWindowItem/eager": {
11627
- "type": "boolean\n",
11628
- "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."
11618
+ "VStepperWindow/model-value": {
11619
+ "type": "any\n",
11620
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11629
11621
  },
11630
- "VStepperWindowItem/disabled": {
11631
- "type": "boolean\n",
11632
- "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
11622
+ "VStepperWindow/direction": {
11623
+ "type": "'horizontal' | 'vertical'\n",
11624
+ "description": "The transition direction when changing windows."
11633
11625
  },
11634
11626
  "VStepperWindowItem/value": {
11635
11627
  "type": "any\n",
11636
11628
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11637
11629
  },
11630
+ "VStepperWindowItem/disabled": {
11631
+ "type": "boolean\n",
11632
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
11633
+ },
11634
+ "VStepperWindowItem/selected-class": {
11635
+ "type": "string\n",
11636
+ "description": "Configure the active CSS class applied when an item is selected."
11637
+ },
11638
11638
  "VStepperWindowItem/transition": {
11639
11639
  "type": "string | boolean\n",
11640
11640
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
11641
11641
  },
11642
+ "VStepperWindowItem/eager": {
11643
+ "type": "boolean\n",
11644
+ "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."
11645
+ },
11642
11646
  "VStepperWindowItem/reverse-transition": {
11643
11647
  "type": "string | boolean\n",
11644
11648
  "description": "Sets the reverse transition."
11645
11649
  },
11646
- "VStepperWindowItem/selected-class": {
11647
- "type": "string\n",
11648
- "description": "Configure the active CSS class applied when an item is selected."
11650
+ "VSvgIcon/tag": {
11651
+ "type": "string | (new () => any) | FunctionalComponent\n",
11652
+ "description": "Specify a custom tag used on the root element."
11649
11653
  },
11650
11654
  "VSvgIcon/icon": {
11651
11655
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11652
11656
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11653
11657
  },
11654
- "VSvgIcon/tag": {
11655
- "type": "string | (new () => any) | FunctionalComponent\n",
11656
- "description": "Specify a custom tag used on the root element."
11657
- },
11658
11658
  "VSwitch/flat": {
11659
11659
  "type": "boolean\n",
11660
11660
  "description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it."
@@ -11663,50 +11663,14 @@
11663
11663
  "type": "string\n",
11664
11664
  "description": "Provides the default type for children selection controls."
11665
11665
  },
11666
- "VSwitch/name": {
11667
- "type": "string\n",
11668
- "description": "Sets the component's name attribute."
11666
+ "VSwitch/model-value": {
11667
+ "type": "unknown\n",
11668
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11669
11669
  },
11670
11670
  "VSwitch/error": {
11671
11671
  "type": "boolean\n",
11672
11672
  "description": "Puts the input in a manual error state."
11673
11673
  },
11674
- "VSwitch/label": {
11675
- "type": "string\n",
11676
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
11677
- },
11678
- "VSwitch/theme": {
11679
- "type": "string\n",
11680
- "description": "Specify a theme for this component and all of its children."
11681
- },
11682
- "VSwitch/id": {
11683
- "type": "string\n",
11684
- "description": "Sets the DOM id on the component."
11685
- },
11686
- "VSwitch/value": {
11687
- "type": "any\n",
11688
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11689
- },
11690
- "VSwitch/base-color": {
11691
- "type": "string\n",
11692
- "description": "Sets the color of the input when it is not focused."
11693
- },
11694
- "VSwitch/prepend-icon": {
11695
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11696
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
11697
- },
11698
- "VSwitch/append-icon": {
11699
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11700
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
11701
- },
11702
- "VSwitch/readonly": {
11703
- "type": "boolean\n",
11704
- "description": "Puts input in readonly state."
11705
- },
11706
- "VSwitch/ripple": {
11707
- "type": "boolean | { class: string }\n",
11708
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11709
- },
11710
11674
  "VSwitch/density": {
11711
11675
  "type": "'default' | 'comfortable' | 'compact'\n",
11712
11676
  "description": "Adjusts the vertical height used by the component."
@@ -11723,37 +11687,49 @@
11723
11687
  "type": "string | number\n",
11724
11688
  "description": "Sets the width for the component."
11725
11689
  },
11726
- "VSwitch/disabled": {
11727
- "type": "boolean\n",
11728
- "description": "Removes the ability to click or target the component."
11729
- },
11730
- "VSwitch/loading": {
11731
- "type": "string | boolean\n",
11732
- "description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color."
11690
+ "VSwitch/theme": {
11691
+ "type": "string\n",
11692
+ "description": "Specify a theme for this component and all of its children."
11733
11693
  },
11734
11694
  "VSwitch/color": {
11735
11695
  "type": "string\n",
11736
11696
  "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)."
11737
11697
  },
11738
- "VSwitch/inline": {
11739
- "type": "boolean\n",
11740
- "description": "Puts children inputs into a row."
11698
+ "VSwitch/name": {
11699
+ "type": "string\n",
11700
+ "description": "Sets the component's name attribute."
11741
11701
  },
11742
- "VSwitch/model-value": {
11743
- "type": "unknown\n",
11744
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11702
+ "VSwitch/label": {
11703
+ "type": "string\n",
11704
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
11705
+ },
11706
+ "VSwitch/base-color": {
11707
+ "type": "string\n",
11708
+ "description": "Sets the color of the input when it is not focused."
11709
+ },
11710
+ "VSwitch/disabled": {
11711
+ "type": "boolean\n",
11712
+ "description": "Removes the ability to click or target the component."
11745
11713
  },
11746
11714
  "VSwitch/multiple": {
11747
11715
  "type": "boolean\n",
11748
11716
  "description": "Changes expected model to an array."
11749
11717
  },
11750
- "VSwitch/inset": {
11751
- "type": "boolean\n",
11752
- "description": "Enlarge the `v-switch` track to encompass the thumb."
11718
+ "VSwitch/value": {
11719
+ "type": "any\n",
11720
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11753
11721
  },
11754
- "VSwitch/direction": {
11755
- "type": "'horizontal' | 'vertical'\n",
11756
- "description": "Changes the direction of the input."
11722
+ "VSwitch/value-comparator": {
11723
+ "type": "(a: any, b: any) => boolean\n",
11724
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
11725
+ },
11726
+ "VSwitch/id": {
11727
+ "type": "string\n",
11728
+ "description": "Sets the DOM id on the component."
11729
+ },
11730
+ "VSwitch/append-icon": {
11731
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11732
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
11757
11733
  },
11758
11734
  "VSwitch/center-affix": {
11759
11735
  "type": "boolean\n",
@@ -11767,6 +11743,10 @@
11767
11743
  "type": "string | boolean\n",
11768
11744
  "description": "Sets the color of the prepend/append icons."
11769
11745
  },
11746
+ "VSwitch/prepend-icon": {
11747
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11748
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
11749
+ },
11770
11750
  "VSwitch/hide-spin-buttons": {
11771
11751
  "type": "boolean\n",
11772
11752
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -11783,6 +11763,10 @@
11783
11763
  "type": "string | string[]\n",
11784
11764
  "description": "Displays a list of messages or a single message if using a string."
11785
11765
  },
11766
+ "VSwitch/direction": {
11767
+ "type": "'horizontal' | 'vertical'\n",
11768
+ "description": "Changes the direction of the input."
11769
+ },
11786
11770
  "VSwitch/error-messages": {
11787
11771
  "type": "string | string[]\n",
11788
11772
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -11791,6 +11775,10 @@
11791
11775
  "type": "string | number\n",
11792
11776
  "description": "Control the maximum number of shown errors from validation."
11793
11777
  },
11778
+ "VSwitch/readonly": {
11779
+ "type": "boolean\n",
11780
+ "description": "Puts input in readonly state."
11781
+ },
11794
11782
  "VSwitch/rules": {
11795
11783
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L17-L21\" target=\"_blank\">ValidationRule</a>[]\n",
11796
11784
  "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`."
@@ -11811,10 +11799,18 @@
11811
11799
  "type": "boolean | 'auto'\n",
11812
11800
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
11813
11801
  },
11814
- "VSwitch/indeterminate": {
11815
- "type": "boolean\n",
11802
+ "VSwitch/loading": {
11803
+ "type": "string | boolean\n",
11804
+ "description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color."
11805
+ },
11806
+ "VSwitch/indeterminate": {
11807
+ "type": "boolean\n",
11816
11808
  "description": "Sets an indeterminate state for the switch."
11817
11809
  },
11810
+ "VSwitch/inset": {
11811
+ "type": "boolean\n",
11812
+ "description": "Enlarge the `v-switch` track to encompass the thumb."
11813
+ },
11818
11814
  "VSwitch/true-value": {
11819
11815
  "type": "any\n",
11820
11816
  "description": "Sets value for truthy state."
@@ -11827,6 +11823,10 @@
11827
11823
  "type": "string\n",
11828
11824
  "description": "The target component to provide defaults values for."
11829
11825
  },
11826
+ "VSwitch/inline": {
11827
+ "type": "boolean\n",
11828
+ "description": "Puts children inputs into a row."
11829
+ },
11830
11830
  "VSwitch/false-icon": {
11831
11831
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11832
11832
  "description": "The icon used when inactive."
@@ -11835,9 +11835,21 @@
11835
11835
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11836
11836
  "description": "The icon used when active."
11837
11837
  },
11838
- "VSwitch/value-comparator": {
11839
- "type": "(a: any, b: any) => boolean\n",
11840
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
11838
+ "VSwitch/ripple": {
11839
+ "type": "boolean | { class: string }\n",
11840
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11841
+ },
11842
+ "VSystemBar/tag": {
11843
+ "type": "string | (new () => any) | FunctionalComponent\n",
11844
+ "description": "Specify a custom tag used on the root element."
11845
+ },
11846
+ "VSystemBar/name": {
11847
+ "type": "string\n",
11848
+ "description": "Assign a specific name for layout registration."
11849
+ },
11850
+ "VSystemBar/theme": {
11851
+ "type": "string\n",
11852
+ "description": "Specify a theme for this component and all of its children."
11841
11853
  },
11842
11854
  "VSystemBar/height": {
11843
11855
  "type": "string | number\n",
@@ -11859,22 +11871,10 @@
11859
11871
  "type": "boolean\n",
11860
11872
  "description": "Removes any applied **border-radius** from the component."
11861
11873
  },
11862
- "VSystemBar/tag": {
11863
- "type": "string | (new () => any) | FunctionalComponent\n",
11864
- "description": "Specify a custom tag used on the root element."
11865
- },
11866
- "VSystemBar/theme": {
11867
- "type": "string\n",
11868
- "description": "Specify a theme for this component and all of its children."
11869
- },
11870
11874
  "VSystemBar/color": {
11871
11875
  "type": "string\n",
11872
11876
  "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)."
11873
11877
  },
11874
- "VSystemBar/name": {
11875
- "type": "string\n",
11876
- "description": "Assign a specific name for layout registration."
11877
- },
11878
11878
  "VSystemBar/order": {
11879
11879
  "type": "string | number\n",
11880
11880
  "description": "Adjust the order of the component in relation to its registration order."
@@ -11883,10 +11883,6 @@
11883
11883
  "type": "boolean\n",
11884
11884
  "description": "Increases the system bar height to 32px (24px default)."
11885
11885
  },
11886
- "VTab/text": {
11887
- "type": "string | number | boolean\n",
11888
- "description": "Specify content text for the component."
11889
- },
11890
11886
  "VTab/replace": {
11891
11887
  "type": "boolean\n",
11892
11888
  "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."
@@ -11895,14 +11891,62 @@
11895
11891
  "type": "boolean\n",
11896
11892
  "description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
11897
11893
  },
11894
+ "VTab/tag": {
11895
+ "type": "string | (new () => any) | FunctionalComponent\n",
11896
+ "description": "Specify a custom tag used on the root element."
11897
+ },
11898
+ "VTab/theme": {
11899
+ "type": "string\n",
11900
+ "description": "Specify a theme for this component and all of its children."
11901
+ },
11902
+ "VTab/size": {
11903
+ "type": "string | number\n",
11904
+ "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
11905
+ },
11906
+ "VTab/value": {
11907
+ "type": "any\n",
11908
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11909
+ },
11910
+ "VTab/active-color": {
11911
+ "type": "string\n",
11912
+ "description": "The applied color when the component is in an active state."
11913
+ },
11914
+ "VTab/base-color": {
11915
+ "type": "string\n",
11916
+ "description": "Sets the color of component when not focused."
11917
+ },
11918
+ "VTab/prepend-icon": {
11919
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11920
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
11921
+ },
11922
+ "VTab/append-icon": {
11923
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11924
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
11925
+ },
11926
+ "VTab/readonly": {
11927
+ "type": "boolean\n",
11928
+ "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
11929
+ },
11930
+ "VTab/slim": {
11931
+ "type": "boolean\n",
11932
+ "description": "Reduces padding to 0 8px."
11933
+ },
11934
+ "VTab/stacked": {
11935
+ "type": "boolean\n",
11936
+ "description": "Displays the tab as a flex-column."
11937
+ },
11938
+ "VTab/ripple": {
11939
+ "type": "boolean | { class: string }\n",
11940
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11941
+ },
11942
+ "VTab/text": {
11943
+ "type": "string | number | boolean\n",
11944
+ "description": "Specify content text for the component."
11945
+ },
11898
11946
  "VTab/border": {
11899
11947
  "type": "string | number | boolean\n",
11900
11948
  "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)."
11901
11949
  },
11902
- "VTab/icon": {
11903
- "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11904
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
11905
- },
11906
11950
  "VTab/density": {
11907
11951
  "type": "'default' | 'comfortable' | 'compact'\n",
11908
11952
  "description": "Adjusts the vertical height used by the component."
@@ -11935,6 +11979,18 @@
11935
11979
  "type": "string | number\n",
11936
11980
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11937
11981
  },
11982
+ "VTab/disabled": {
11983
+ "type": "boolean\n",
11984
+ "description": "Removes the ability to click or target the component."
11985
+ },
11986
+ "VTab/selected-class": {
11987
+ "type": "string\n",
11988
+ "description": "Configure the active CSS class applied when an item is selected."
11989
+ },
11990
+ "VTab/loading": {
11991
+ "type": "string | boolean\n",
11992
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
11993
+ },
11938
11994
  "VTab/rounded": {
11939
11995
  "type": "string | number | boolean\n",
11940
11996
  "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)."
@@ -11943,82 +11999,34 @@
11943
11999
  "type": "boolean\n",
11944
12000
  "description": "Removes any applied **border-radius** from the component."
11945
12001
  },
11946
- "VTab/tag": {
11947
- "type": "string | (new () => any) | FunctionalComponent\n",
11948
- "description": "Specify a custom tag used on the root element."
11949
- },
11950
- "VTab/theme": {
11951
- "type": "string\n",
11952
- "description": "Specify a theme for this component and all of its children."
11953
- },
11954
- "VTab/color": {
12002
+ "VTab/href": {
11955
12003
  "type": "string\n",
11956
- "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)."
11957
- },
11958
- "VTab/variant": {
11959
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
11960
- "description": "Applies a distinct style to the component."
12004
+ "description": "Designates the component as anchor and applies the **href** attribute."
11961
12005
  },
11962
12006
  "VTab/exact": {
11963
12007
  "type": "boolean\n",
11964
12008
  "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."
11965
12009
  },
11966
- "VTab/base-color": {
11967
- "type": "string\n",
11968
- "description": "Sets the color of component when not focused."
12010
+ "VTab/to": {
12011
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
12012
+ "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."
11969
12013
  },
11970
- "VTab/active-color": {
12014
+ "VTab/color": {
11971
12015
  "type": "string\n",
11972
- "description": "The applied color when the component is in an active state."
11973
- },
11974
- "VTab/disabled": {
11975
- "type": "boolean\n",
11976
- "description": "Removes the ability to click or target the component."
11977
- },
11978
- "VTab/slim": {
11979
- "type": "boolean\n",
11980
- "description": "Reduces padding to 0 8px."
11981
- },
11982
- "VTab/value": {
11983
- "type": "any\n",
11984
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11985
- },
11986
- "VTab/size": {
11987
- "type": "string | number\n",
11988
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
12016
+ "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)."
11989
12017
  },
11990
- "VTab/append-icon": {
11991
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11992
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
12018
+ "VTab/variant": {
12019
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
12020
+ "description": "Applies a distinct style to the component."
11993
12021
  },
11994
- "VTab/prepend-icon": {
11995
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11996
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
12022
+ "VTab/icon": {
12023
+ "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12024
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
11997
12025
  },
11998
12026
  "VTab/direction": {
11999
12027
  "type": "'horizontal' | 'vertical'\n",
12000
12028
  "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12001
12029
  },
12002
- "VTab/readonly": {
12003
- "type": "boolean\n",
12004
- "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
12005
- },
12006
- "VTab/loading": {
12007
- "type": "string | boolean\n",
12008
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
12009
- },
12010
- "VTab/href": {
12011
- "type": "string\n",
12012
- "description": "Designates the component as anchor and applies the **href** attribute."
12013
- },
12014
- "VTab/ripple": {
12015
- "type": "boolean | { class: string }\n",
12016
- "description": "Applies the [v-ripple](/directives/ripple) directive."
12017
- },
12018
- "VTab/selected-class": {
12019
- "type": "string\n",
12020
- "description": "Configure the active CSS class applied when an item is selected."
12021
- },
12022
12030
  "VTab/slider-color": {
12023
12031
  "type": "string\n",
12024
12032
  "description": "Applies specified color to the slider when active on that component - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
@@ -12027,13 +12035,13 @@
12027
12035
  "type": "boolean\n",
12028
12036
  "description": "Hides the active tab slider component (no exit or enter animation)."
12029
12037
  },
12030
- "VTab/stacked": {
12031
- "type": "boolean\n",
12032
- "description": "Displays the tab as a flex-column."
12038
+ "VTable/density": {
12039
+ "type": "'default' | 'comfortable' | 'compact'\n",
12040
+ "description": "Adjusts the vertical height used by the component."
12033
12041
  },
12034
- "VTab/to": {
12035
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
12036
- "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."
12042
+ "VTable/height": {
12043
+ "type": "string | number\n",
12044
+ "description": "Use the height prop to set the height of the table."
12037
12045
  },
12038
12046
  "VTable/tag": {
12039
12047
  "type": "string | (new () => any) | FunctionalComponent\n",
@@ -12043,18 +12051,6 @@
12043
12051
  "type": "string\n",
12044
12052
  "description": "Specify a theme for this component and all of its children."
12045
12053
  },
12046
- "VTable/density": {
12047
- "type": "'default' | 'comfortable' | 'compact'\n",
12048
- "description": "Adjusts the vertical height used by the component."
12049
- },
12050
- "VTable/height": {
12051
- "type": "string | number\n",
12052
- "description": "Use the height prop to set the height of the table."
12053
- },
12054
- "VTable/hover": {
12055
- "type": "boolean\n",
12056
- "description": "Will add a hover effect to a table's row when the mouse is over it."
12057
- },
12058
12054
  "VTable/fixed-header": {
12059
12055
  "type": "boolean\n",
12060
12056
  "description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
@@ -12063,6 +12059,10 @@
12063
12059
  "type": "boolean\n",
12064
12060
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
12065
12061
  },
12062
+ "VTable/hover": {
12063
+ "type": "boolean\n",
12064
+ "description": "Will add a hover effect to a table's row when the mouse is over it."
12065
+ },
12066
12066
  "VTabs/symbol": {
12067
12067
  "type": "any\n",
12068
12068
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
@@ -12151,6 +12151,14 @@
12151
12151
  "type": "boolean\n",
12152
12152
  "description": "Forces the selected tab to be centered."
12153
12153
  },
12154
+ "VTabs/slider-color": {
12155
+ "type": "string\n",
12156
+ "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12157
+ },
12158
+ "VTabs/hide-slider": {
12159
+ "type": "boolean\n",
12160
+ "description": "Hide's the generated `v-tabs-slider`."
12161
+ },
12154
12162
  "VTabs/align-tabs": {
12155
12163
  "type": "'title' | 'start' | 'end' | 'center'\n",
12156
12164
  "description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
@@ -12159,14 +12167,6 @@
12159
12167
  "type": "boolean\n",
12160
12168
  "description": "`v-tabs-item` min-width 160px, max-width 360px."
12161
12169
  },
12162
- "VTabs/hide-slider": {
12163
- "type": "boolean\n",
12164
- "description": "Hide's the generated `v-tabs-slider`."
12165
- },
12166
- "VTabs/slider-color": {
12167
- "type": "string\n",
12168
- "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12169
- },
12170
12170
  "VTabsWindow/model-value": {
12171
12171
  "type": "any\n",
12172
12172
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -12195,30 +12195,30 @@
12195
12195
  "type": "string\n",
12196
12196
  "description": "Configure the active CSS class applied when an item is selected."
12197
12197
  },
12198
- "VTabsWindowItem/value": {
12199
- "type": "any\n",
12200
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
12198
+ "VTabsWindowItem/eager": {
12199
+ "type": "boolean\n",
12200
+ "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."
12201
12201
  },
12202
12202
  "VTabsWindowItem/disabled": {
12203
12203
  "type": "boolean\n",
12204
12204
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
12205
12205
  },
12206
- "VTabsWindowItem/selected-class": {
12207
- "type": "string\n",
12208
- "description": "Configure the active CSS class applied when an item is selected."
12206
+ "VTabsWindowItem/value": {
12207
+ "type": "any\n",
12208
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
12209
12209
  },
12210
12210
  "VTabsWindowItem/transition": {
12211
12211
  "type": "string | boolean\n",
12212
12212
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
12213
12213
  },
12214
- "VTabsWindowItem/eager": {
12215
- "type": "boolean\n",
12216
- "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."
12217
- },
12218
12214
  "VTabsWindowItem/reverse-transition": {
12219
12215
  "type": "string | boolean\n",
12220
12216
  "description": "Sets the reverse transition."
12221
12217
  },
12218
+ "VTabsWindowItem/selected-class": {
12219
+ "type": "string\n",
12220
+ "description": "Configure the active CSS class applied when an item is selected."
12221
+ },
12222
12222
  "VTextField/flat": {
12223
12223
  "type": "boolean\n",
12224
12224
  "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props."
@@ -12691,30 +12691,22 @@
12691
12691
  "type": "string\n",
12692
12692
  "description": "Specify a theme for this component and all of its children."
12693
12693
  },
12694
- "VThemeProvider/with-background": {
12695
- "type": "boolean\n",
12696
- "description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
12697
- },
12698
- "VTimePicker/tag": {
12699
- "type": "string | (new () => any) | FunctionalComponent\n",
12700
- "description": "Specify a custom tag used on the root element."
12701
- },
12702
- "VTimePicker/title": {
12703
- "type": "string\n",
12704
- "description": "Specify a title text for the component."
12705
- },
12706
- "VTimePicker/theme": {
12707
- "type": "string\n",
12708
- "description": "Specify a theme for this component and all of its children."
12709
- },
12710
- "VTimePicker/readonly": {
12694
+ "VThemeProvider/with-background": {
12711
12695
  "type": "boolean\n",
12712
- "description": "Puts picker in readonly state."
12696
+ "description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
12697
+ },
12698
+ "VTimePicker/title": {
12699
+ "type": "string\n",
12700
+ "description": "Specify a title text for the component."
12713
12701
  },
12714
12702
  "VTimePicker/border": {
12715
12703
  "type": "string | number | boolean\n",
12716
12704
  "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)."
12717
12705
  },
12706
+ "VTimePicker/model-value": {
12707
+ "type": "any\n",
12708
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12709
+ },
12718
12710
  "VTimePicker/height": {
12719
12711
  "type": "string | number\n",
12720
12712
  "description": "Sets the height for the component."
@@ -12743,16 +12735,12 @@
12743
12735
  "type": "string | number\n",
12744
12736
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
12745
12737
  },
12746
- "VTimePicker/disabled": {
12747
- "type": "boolean\n",
12748
- "description": "Removes the ability to click or target the component."
12749
- },
12750
12738
  "VTimePicker/location": {
12751
12739
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
12752
12740
  "description": "Specifies the component's location. Can combine by using a space separated string."
12753
12741
  },
12754
12742
  "VTimePicker/position": {
12755
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
12743
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
12756
12744
  "description": "Sets the position for the component."
12757
12745
  },
12758
12746
  "VTimePicker/rounded": {
@@ -12763,33 +12751,33 @@
12763
12751
  "type": "boolean\n",
12764
12752
  "description": "Removes any applied **border-radius** from the component."
12765
12753
  },
12766
- "VTimePicker/color": {
12767
- "type": "string\n",
12768
- "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)."
12754
+ "VTimePicker/tag": {
12755
+ "type": "string | (new () => any) | FunctionalComponent\n",
12756
+ "description": "Specify a custom tag used on the root element."
12769
12757
  },
12770
- "VTimePicker/max": {
12758
+ "VTimePicker/theme": {
12771
12759
  "type": "string\n",
12772
- "description": "Maximum allowed time."
12760
+ "description": "Specify a theme for this component and all of its children."
12773
12761
  },
12774
- "VTimePicker/model-value": {
12775
- "type": "any\n",
12776
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12762
+ "VTimePicker/color": {
12763
+ "type": "string\n",
12764
+ "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)."
12777
12765
  },
12778
12766
  "VTimePicker/bg-color": {
12779
12767
  "type": "string\n",
12780
12768
  "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)."
12781
12769
  },
12782
- "VTimePicker/scrollable": {
12770
+ "VTimePicker/disabled": {
12783
12771
  "type": "boolean\n",
12784
- "description": "Allows changing hour/minute with mouse scroll."
12772
+ "description": "Removes the ability to click or target the component."
12785
12773
  },
12786
- "VTimePicker/divided": {
12774
+ "VTimePicker/readonly": {
12787
12775
  "type": "boolean\n",
12788
- "description": "Adds a divider between the header and controls."
12776
+ "description": "Puts picker in readonly state."
12789
12777
  },
12790
- "VTimePicker/hide-header": {
12791
- "type": "boolean\n",
12792
- "description": "Hide the picker header."
12778
+ "VTimePicker/max": {
12779
+ "type": "string\n",
12780
+ "description": "Maximum allowed time."
12793
12781
  },
12794
12782
  "VTimePicker/min": {
12795
12783
  "type": "string\n",
@@ -12799,6 +12787,14 @@
12799
12787
  "type": "'hour' | 'minute' | 'second'\n",
12800
12788
  "description": "The current view mode of thep picker.`"
12801
12789
  },
12790
+ "VTimePicker/divided": {
12791
+ "type": "boolean\n",
12792
+ "description": "Adds a divider between the header and controls."
12793
+ },
12794
+ "VTimePicker/hide-header": {
12795
+ "type": "boolean\n",
12796
+ "description": "Hide the picker header."
12797
+ },
12802
12798
  "VTimePicker/ampm-in-title": {
12803
12799
  "type": "boolean\n",
12804
12800
  "description": "Place AM/PM switch in title, not near the clock."
@@ -12807,6 +12803,10 @@
12807
12803
  "type": "'ampm' | '24hr'\n",
12808
12804
  "description": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`."
12809
12805
  },
12806
+ "VTimePicker/scrollable": {
12807
+ "type": "boolean\n",
12808
+ "description": "Allows changing hour/minute with mouse scroll."
12809
+ },
12810
12810
  "VTimePicker/use-seconds": {
12811
12811
  "type": "boolean\n",
12812
12812
  "description": "Toggles the use of seconds in picker."
@@ -12823,26 +12823,30 @@
12823
12823
  "type": "number[] | ((val: number) => boolean)\n",
12824
12824
  "description": "Restricts which seconds can be selected."
12825
12825
  },
12826
- "VTimePickerClock/model-value": {
12827
- "type": "number\n",
12828
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12829
- },
12830
- "VTimePickerClock/color": {
12831
- "type": "string\n",
12832
- "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)."
12826
+ "VTimePickerClock/readonly": {
12827
+ "type": "boolean\n",
12828
+ "description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
12833
12829
  },
12834
12830
  "VTimePickerClock/disabled": {
12835
12831
  "type": "boolean\n",
12836
12832
  "description": "Removes the ability to click or target the component."
12837
12833
  },
12838
- "VTimePickerClock/readonly": {
12839
- "type": "boolean\n",
12840
- "description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
12834
+ "VTimePickerClock/color": {
12835
+ "type": "string\n",
12836
+ "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)."
12841
12837
  },
12842
12838
  "VTimePickerClock/max": {
12843
12839
  "type": "number\n",
12844
12840
  "description": "Defines the maximum time value that can be selected."
12845
12841
  },
12842
+ "VTimePickerClock/model-value": {
12843
+ "type": "number\n",
12844
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12845
+ },
12846
+ "VTimePickerClock/scrollable": {
12847
+ "type": "boolean\n",
12848
+ "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
12849
+ },
12846
12850
  "VTimePickerClock/min": {
12847
12851
  "type": "number\n",
12848
12852
  "description": "Defines the minimum time value that can be selected."
@@ -12871,22 +12875,10 @@
12871
12875
  "type": "Function\n",
12872
12876
  "description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
12873
12877
  },
12874
- "VTimePickerClock/scrollable": {
12875
- "type": "boolean\n",
12876
- "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
12877
- },
12878
12878
  "VTimePickerClock/allowed-values": {
12879
12879
  "type": "(value: number) => boolean\n",
12880
12880
  "description": "Restricts which hours can be selected."
12881
12881
  },
12882
- "VTimePickerControls/color": {
12883
- "type": "string\n",
12884
- "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)."
12885
- },
12886
- "VTimePickerControls/disabled": {
12887
- "type": "boolean\n",
12888
- "description": "Removes the ability to click or target the component."
12889
- },
12890
12882
  "VTimePickerControls/value": {
12891
12883
  "type": "number\n",
12892
12884
  "description": "The current value of the timepicker."
@@ -12895,6 +12887,14 @@
12895
12887
  "type": "boolean\n",
12896
12888
  "description": "Makes the timepicker readonly."
12897
12889
  },
12890
+ "VTimePickerControls/disabled": {
12891
+ "type": "boolean\n",
12892
+ "description": "Removes the ability to click or target the component."
12893
+ },
12894
+ "VTimePickerControls/color": {
12895
+ "type": "string\n",
12896
+ "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)."
12897
+ },
12898
12898
  "VTimePickerControls/view-mode": {
12899
12899
  "type": "'hour' | 'minute' | 'second'\n",
12900
12900
  "description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
@@ -12931,6 +12931,10 @@
12931
12931
  "type": "'am' | 'pm'\n",
12932
12932
  "description": "The current period value. either `am` or `pm`."
12933
12933
  },
12934
+ "VTimeline/density": {
12935
+ "type": "'default' | 'comfortable' | 'compact'\n",
12936
+ "description": "Adjusts the vertical height used by the component."
12937
+ },
12934
12938
  "VTimeline/tag": {
12935
12939
  "type": "string | (new () => any) | FunctionalComponent\n",
12936
12940
  "description": "Specify a custom tag used on the root element."
@@ -12943,18 +12947,14 @@
12943
12947
  "type": "string | number\n",
12944
12948
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
12945
12949
  },
12946
- "VTimeline/density": {
12947
- "type": "'default' | 'comfortable' | 'compact'\n",
12948
- "description": "Adjusts the vertical height used by the component."
12950
+ "VTimeline/icon-color": {
12951
+ "type": "string\n",
12952
+ "description": "Color of the icon."
12949
12953
  },
12950
12954
  "VTimeline/direction": {
12951
12955
  "type": "'horizontal' | 'vertical'\n",
12952
12956
  "description": "Display timeline in a **vertical** or **horizontal** direction."
12953
12957
  },
12954
- "VTimeline/icon-color": {
12955
- "type": "string\n",
12956
- "description": "Color of the icon."
12957
- },
12958
12958
  "VTimeline/align": {
12959
12959
  "type": "'start' | 'center'\n",
12960
12960
  "description": "Places the timeline dot at the top or center of the timeline item."
@@ -12963,10 +12963,6 @@
12963
12963
  "type": "string\n",
12964
12964
  "description": "Places timeline line at the center or automatically on the left or right side."
12965
12965
  },
12966
- "VTimeline/side": {
12967
- "type": "'start' | 'end'\n",
12968
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
12969
- },
12970
12966
  "VTimeline/line-thickness": {
12971
12967
  "type": "string | number\n",
12972
12968
  "description": "Thickness of the timeline line."
@@ -12991,13 +12987,21 @@
12991
12987
  "type": "string | number\n",
12992
12988
  "description": "Specifies the distance between the line and the dot of timeline items."
12993
12989
  },
12990
+ "VTimeline/side": {
12991
+ "type": "'end' | 'start'\n",
12992
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
12993
+ },
12994
12994
  "VTimeline/truncate-line": {
12995
- "type": "'start' | 'end' | 'both'\n",
12995
+ "type": "'end' | 'start' | 'both'\n",
12996
12996
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
12997
12997
  },
12998
- "VTimelineItem/icon": {
12999
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13000
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
12998
+ "VTimelineItem/tag": {
12999
+ "type": "string | (new () => any) | FunctionalComponent\n",
13000
+ "description": "Specify a custom tag used on the root element."
13001
+ },
13002
+ "VTimelineItem/size": {
13003
+ "type": "string | number\n",
13004
+ "description": "Size of the item dot"
13001
13005
  },
13002
13006
  "VTimelineItem/density": {
13003
13007
  "type": "'default' | 'compact'\n",
@@ -13039,18 +13043,18 @@
13039
13043
  "type": "boolean\n",
13040
13044
  "description": "Removes any applied **border-radius** from the component."
13041
13045
  },
13042
- "VTimelineItem/tag": {
13043
- "type": "string | (new () => any) | FunctionalComponent\n",
13044
- "description": "Specify a custom tag used on the root element."
13045
- },
13046
- "VTimelineItem/size": {
13047
- "type": "string | number\n",
13048
- "description": "Size of the item dot"
13046
+ "VTimelineItem/icon": {
13047
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13048
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13049
13049
  },
13050
13050
  "VTimelineItem/icon-color": {
13051
13051
  "type": "string\n",
13052
13052
  "description": "Color of the icon."
13053
13053
  },
13054
+ "VTimelineItem/side": {
13055
+ "type": "'start' | 'end'\n",
13056
+ "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."
13057
+ },
13054
13058
  "VTimelineItem/dot-color": {
13055
13059
  "type": "string\n",
13056
13060
  "description": "Color of the item dot."
@@ -13071,32 +13075,20 @@
13071
13075
  "type": "string | number\n",
13072
13076
  "description": "Specifies the distance between the line and the dot of the item."
13073
13077
  },
13074
- "VTimelineItem/side": {
13075
- "type": "'end' | 'start'\n",
13076
- "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."
13077
- },
13078
- "VToolbar/flat": {
13079
- "type": "boolean\n",
13080
- "description": "Removes the toolbar's box-shadow."
13081
- },
13082
- "VToolbar/tag": {
13083
- "type": "string | (new () => any) | FunctionalComponent\n",
13084
- "description": "Specify a custom tag used on the root element."
13085
- },
13086
13078
  "VToolbar/title": {
13087
13079
  "type": "string\n",
13088
13080
  "description": "Specify a title text for the component."
13089
13081
  },
13090
- "VToolbar/theme": {
13091
- "type": "string\n",
13092
- "description": "Specify a theme for this component and all of its children."
13082
+ "VToolbar/flat": {
13083
+ "type": "boolean\n",
13084
+ "description": "Removes the toolbar's box-shadow."
13093
13085
  },
13094
13086
  "VToolbar/border": {
13095
13087
  "type": "string | number | boolean\n",
13096
13088
  "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)."
13097
13089
  },
13098
13090
  "VToolbar/density": {
13099
- "type": "'default' | 'comfortable' | 'compact' | 'prominent'\n",
13091
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13100
13092
  "description": "Adjusts the vertical height used by the component."
13101
13093
  },
13102
13094
  "VToolbar/height": {
@@ -13119,6 +13111,14 @@
13119
13111
  "type": "boolean\n",
13120
13112
  "description": "Removes any applied **border-radius** from the component."
13121
13113
  },
13114
+ "VToolbar/tag": {
13115
+ "type": "string | (new () => any) | FunctionalComponent\n",
13116
+ "description": "Specify a custom tag used on the root element."
13117
+ },
13118
+ "VToolbar/theme": {
13119
+ "type": "string\n",
13120
+ "description": "Specify a theme for this component and all of its children."
13121
+ },
13122
13122
  "VToolbar/color": {
13123
13123
  "type": "string\n",
13124
13124
  "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)."
@@ -13127,38 +13127,38 @@
13127
13127
  "type": "string\n",
13128
13128
  "description": "Specifies a [v-img](/components/images) as the component's background."
13129
13129
  },
13130
- "VToolbar/floating": {
13130
+ "VToolbar/collapse": {
13131
13131
  "type": "boolean\n",
13132
- "description": "Applies **display: inline-flex** to the component."
13132
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13133
13133
  },
13134
13134
  "VToolbar/extended": {
13135
13135
  "type": "boolean\n",
13136
13136
  "description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
13137
13137
  },
13138
- "VToolbar/collapse": {
13139
- "type": "boolean\n",
13140
- "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13141
- },
13142
13138
  "VToolbar/extension-height": {
13143
13139
  "type": "string | number\n",
13144
13140
  "description": "Specify an explicit height for the `extension` slot."
13145
13141
  },
13142
+ "VToolbar/floating": {
13143
+ "type": "boolean\n",
13144
+ "description": "Applies **display: inline-flex** to the component."
13145
+ },
13146
13146
  "VToolbarItems/color": {
13147
13147
  "type": "string\n",
13148
13148
  "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)."
13149
13149
  },
13150
13150
  "VToolbarItems/variant": {
13151
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13151
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13152
13152
  "description": "Applies a distinct style to the component."
13153
13153
  },
13154
- "VToolbarTitle/text": {
13155
- "type": "string\n",
13156
- "description": "Specify content text for the component."
13157
- },
13158
13154
  "VToolbarTitle/tag": {
13159
13155
  "type": "string | (new () => any) | FunctionalComponent\n",
13160
13156
  "description": "Specify a custom tag used on the root element."
13161
13157
  },
13158
+ "VToolbarTitle/text": {
13159
+ "type": "string\n",
13160
+ "description": "Specify content text for the component."
13161
+ },
13162
13162
  "VTooltip/theme": {
13163
13163
  "type": "string\n",
13164
13164
  "description": "Specify a theme for this component and all of its children."
@@ -13811,14 +13811,18 @@
13811
13811
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
13812
13812
  "description": "Should point to a property with a unique value for each item, if not set then item index will be used as a key which may result in unnecessary re-renders."
13813
13813
  },
13814
- "VWindow/tag": {
13815
- "type": "string | (new () => any) | FunctionalComponent\n",
13816
- "description": "Specify a custom tag used on the root element."
13814
+ "VWindow/model-value": {
13815
+ "type": "unknown\n",
13816
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13817
13817
  },
13818
13818
  "VWindow/reverse": {
13819
13819
  "type": "boolean\n",
13820
13820
  "description": "Reverse the normal transition direction."
13821
13821
  },
13822
+ "VWindow/tag": {
13823
+ "type": "string | (new () => any) | FunctionalComponent\n",
13824
+ "description": "Specify a custom tag used on the root element."
13825
+ },
13822
13826
  "VWindow/theme": {
13823
13827
  "type": "string\n",
13824
13828
  "description": "Specify a theme for this component and all of its children."
@@ -13827,26 +13831,26 @@
13827
13831
  "type": "boolean\n",
13828
13832
  "description": "Removes the ability to click or target the component."
13829
13833
  },
13830
- "VWindow/selected-class": {
13831
- "type": "string\n",
13832
- "description": "Configure the active CSS class applied when an item is selected."
13833
- },
13834
- "VWindow/model-value": {
13835
- "type": "unknown\n",
13836
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13837
- },
13838
13834
  "VWindow/mandatory": {
13839
13835
  "type": "boolean | 'force'\n",
13840
13836
  "description": "Forces at least one item to always be selected (if available)."
13841
13837
  },
13842
- "VWindow/next-icon": {
13843
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13844
- "description": "Icon used for the \"next\" button if `show-arrows` is `true`."
13838
+ "VWindow/direction": {
13839
+ "type": "'horizontal' | 'vertical'\n",
13840
+ "description": "The transition direction when changing windows."
13845
13841
  },
13846
13842
  "VWindow/prev-icon": {
13847
13843
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13848
13844
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
13849
13845
  },
13846
+ "VWindow/next-icon": {
13847
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13848
+ "description": "Icon used for the \"next\" button if `show-arrows` is `true`."
13849
+ },
13850
+ "VWindow/selected-class": {
13851
+ "type": "string\n",
13852
+ "description": "Configure the active CSS class applied when an item is selected."
13853
+ },
13850
13854
  "VWindow/continuous": {
13851
13855
  "type": "boolean\n",
13852
13856
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
@@ -13859,32 +13863,28 @@
13859
13863
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
13860
13864
  "description": "Provide a custom **left** and **right** function when swiped left or right."
13861
13865
  },
13862
- "VWindow/direction": {
13863
- "type": "'horizontal' | 'vertical'\n",
13864
- "description": "The transition direction when changing windows."
13865
- },
13866
- "VWindowItem/eager": {
13867
- "type": "boolean\n",
13868
- "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."
13866
+ "VWindowItem/value": {
13867
+ "type": "any\n",
13868
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13869
13869
  },
13870
13870
  "VWindowItem/disabled": {
13871
13871
  "type": "boolean\n",
13872
13872
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
13873
13873
  },
13874
- "VWindowItem/value": {
13875
- "type": "any\n",
13876
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13874
+ "VWindowItem/selected-class": {
13875
+ "type": "string\n",
13876
+ "description": "Configure the active CSS class applied when an item is selected."
13877
13877
  },
13878
13878
  "VWindowItem/transition": {
13879
13879
  "type": "string | boolean\n",
13880
13880
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
13881
13881
  },
13882
+ "VWindowItem/eager": {
13883
+ "type": "boolean\n",
13884
+ "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."
13885
+ },
13882
13886
  "VWindowItem/reverse-transition": {
13883
13887
  "type": "string | boolean\n",
13884
13888
  "description": "Sets the reverse transition."
13885
- },
13886
- "VWindowItem/selected-class": {
13887
- "type": "string\n",
13888
- "description": "Configure the active CSS class applied when an item is selected."
13889
13889
  }
13890
13890
  }