vuetify 3.4.5 → 3.4.6

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.
@@ -2287,6 +2287,18 @@
2287
2287
  "type": "string\n",
2288
2288
  "description": "Specify a custom tag used on the root element."
2289
2289
  },
2290
+ "v-col/order": {
2291
+ "type": "string | number\n",
2292
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2293
+ },
2294
+ "v-col/offset": {
2295
+ "type": "string | number\n",
2296
+ "description": "Sets the default offset for the column."
2297
+ },
2298
+ "v-col/cols": {
2299
+ "type": "string | number | boolean\n",
2300
+ "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2301
+ },
2290
2302
  "v-col/sm": {
2291
2303
  "type": "string | number | boolean\n",
2292
2304
  "description": "Changes the number of columns on small and greater breakpoints."
@@ -2307,18 +2319,6 @@
2307
2319
  "type": "string | number | boolean\n",
2308
2320
  "description": "Changes the number of columns on extra extra large and greater breakpoints."
2309
2321
  },
2310
- "v-col/order": {
2311
- "type": "string | number\n",
2312
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2313
- },
2314
- "v-col/offset": {
2315
- "type": "string | number\n",
2316
- "description": "Sets the default offset for the column."
2317
- },
2318
- "v-col/cols": {
2319
- "type": "string | number | boolean\n",
2320
- "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
2321
- },
2322
2322
  "v-col/offset-sm": {
2323
2323
  "type": "string | number\n",
2324
2324
  "description": "Changes the offset of the component on small and greater breakpoints."
@@ -2360,17 +2360,21 @@
2360
2360
  "description": "Changes the order of the component on extra extra large and greater breakpoints."
2361
2361
  },
2362
2362
  "v-col/align-self": {
2363
- "type": "'start' | 'end' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2363
+ "type": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2364
2364
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
2365
2365
  },
2366
+ "v-color-picker/tag": {
2367
+ "type": "string\n",
2368
+ "description": "Specify a custom tag used on the root element."
2369
+ },
2370
+ "v-color-picker/theme": {
2371
+ "type": "string\n",
2372
+ "description": "Specify a theme for this component and all of its children."
2373
+ },
2366
2374
  "v-color-picker/border": {
2367
2375
  "type": "string | number | boolean\n",
2368
2376
  "description": "Applies border styles to component."
2369
2377
  },
2370
- "v-color-picker/model-value": {
2371
- "type": "string | Record<string, unknown>\n",
2372
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2373
- },
2374
2378
  "v-color-picker/width": {
2375
2379
  "type": "string | number\n",
2376
2380
  "description": "Sets the width of the color picker."
@@ -2379,29 +2383,25 @@
2379
2383
  "type": "string | number\n",
2380
2384
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2381
2385
  },
2386
+ "v-color-picker/disabled": {
2387
+ "type": "boolean\n",
2388
+ "description": "Removes the ability to click or target the component."
2389
+ },
2382
2390
  "v-color-picker/position": {
2383
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
2391
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
2384
2392
  "description": "Sets the position for the component."
2385
2393
  },
2386
2394
  "v-color-picker/rounded": {
2387
2395
  "type": "string | number | boolean\n",
2388
2396
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
2389
2397
  },
2390
- "v-color-picker/tag": {
2391
- "type": "string\n",
2392
- "description": "Specify a custom tag used on the root element."
2393
- },
2394
- "v-color-picker/theme": {
2395
- "type": "string\n",
2396
- "description": "Specify a theme for this component and all of its children."
2397
- },
2398
2398
  "v-color-picker/color": {
2399
2399
  "type": "string\n",
2400
2400
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
2401
2401
  },
2402
- "v-color-picker/disabled": {
2403
- "type": "boolean\n",
2404
- "description": "Removes the ability to click or target the component."
2402
+ "v-color-picker/model-value": {
2403
+ "type": "string | Record<string, unknown>\n",
2404
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2405
2405
  },
2406
2406
  "v-color-picker/mode": {
2407
2407
  "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
@@ -2451,58 +2451,30 @@
2451
2451
  "type": "string\n",
2452
2452
  "description": "Sets input type."
2453
2453
  },
2454
- "v-combobox/reverse": {
2455
- "type": "boolean\n",
2456
- "description": "Reverses the orientation."
2457
- },
2458
- "v-combobox/name": {
2459
- "type": "string\n",
2460
- "description": "Sets the component's name attribute."
2461
- },
2462
- "v-combobox/theme": {
2463
- "type": "string\n",
2464
- "description": "Specify a theme for this component and all of its children."
2465
- },
2466
- "v-combobox/id": {
2467
- "type": "string\n",
2468
- "description": "Sets the DOM id on the component."
2469
- },
2470
- "v-combobox/items": {
2471
- "type": "any[]\n",
2472
- "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
2454
+ "v-combobox/model-value": {
2455
+ "type": "any\n",
2456
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2473
2457
  },
2474
2458
  "v-combobox/error": {
2475
2459
  "type": "boolean\n",
2476
2460
  "description": "Puts the input in a manual error state."
2477
2461
  },
2478
- "v-combobox/active": {
2462
+ "v-combobox/reverse": {
2479
2463
  "type": "boolean\n",
2480
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2481
- },
2482
- "v-combobox/prepend-icon": {
2483
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2484
- "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
2485
- },
2486
- "v-combobox/append-icon": {
2487
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2488
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2464
+ "description": "Reverses the orientation."
2489
2465
  },
2490
2466
  "v-combobox/density": {
2491
2467
  "type": "'default' | 'comfortable' | 'compact'\n",
2492
2468
  "description": "Adjusts the vertical height used by the component."
2493
2469
  },
2494
- "v-combobox/disabled": {
2495
- "type": "boolean\n",
2496
- "description": "Removes the ability to click or target the input."
2497
- },
2498
- "v-combobox/loading": {
2499
- "type": "string | boolean\n",
2500
- "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."
2501
- },
2502
2470
  "v-combobox/rounded": {
2503
2471
  "type": "string | number | boolean\n",
2504
2472
  "description": "Adds a border radius to the input."
2505
2473
  },
2474
+ "v-combobox/theme": {
2475
+ "type": "string\n",
2476
+ "description": "Specify a theme for this component and all of its children."
2477
+ },
2506
2478
  "v-combobox/color": {
2507
2479
  "type": "string\n",
2508
2480
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
@@ -2511,45 +2483,13 @@
2511
2483
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
2512
2484
  "description": "Applies a distinct style to the component."
2513
2485
  },
2514
- "v-combobox/label": {
2515
- "type": "string\n",
2516
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2517
- },
2518
- "v-combobox/model-value": {
2519
- "type": "any\n",
2520
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2521
- },
2522
- "v-combobox/transition": {
2523
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
2524
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2525
- },
2526
- "v-combobox/bg-color": {
2486
+ "v-combobox/name": {
2527
2487
  "type": "string\n",
2528
- "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)."
2529
- },
2530
- "v-combobox/multiple": {
2531
- "type": "boolean\n",
2532
- "description": "Changes select to multiple. Accepts array for value."
2533
- },
2534
- "v-combobox/eager": {
2535
- "type": "boolean\n",
2536
- "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."
2537
- },
2538
- "v-combobox/direction": {
2539
- "type": "'horizontal' | 'vertical'\n",
2540
- "description": "Changes the direction of the input."
2488
+ "description": "Sets the component's name attribute."
2541
2489
  },
2542
- "v-combobox/base-color": {
2490
+ "v-combobox/label": {
2543
2491
  "type": "string\n",
2544
- "description": "Sets the color of the input when it is not focused."
2545
- },
2546
- "v-combobox/readonly": {
2547
- "type": "boolean\n",
2548
- "description": "Puts input in readonly state."
2549
- },
2550
- "v-combobox/value-comparator": {
2551
- "type": "(a: any, b: any) => boolean\n",
2552
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2492
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2553
2493
  },
2554
2494
  "v-combobox/auto-select-first": {
2555
2495
  "type": "boolean | 'exact'\n",
@@ -2591,6 +2531,10 @@
2591
2531
  "type": "string\n",
2592
2532
  "description": "Text set to to the inputs **aria-label** and **title** when input menu is open."
2593
2533
  },
2534
+ "v-combobox/eager": {
2535
+ "type": "boolean\n",
2536
+ "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."
2537
+ },
2594
2538
  "v-combobox/hide-no-data": {
2595
2539
  "type": "boolean\n",
2596
2540
  "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
@@ -2611,6 +2555,22 @@
2611
2555
  "type": "unknown\n",
2612
2556
  "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
2613
2557
  },
2558
+ "v-combobox/id": {
2559
+ "type": "string\n",
2560
+ "description": "Sets the DOM id on the component."
2561
+ },
2562
+ "v-combobox/disabled": {
2563
+ "type": "boolean\n",
2564
+ "description": "Removes the ability to click or target the input."
2565
+ },
2566
+ "v-combobox/transition": {
2567
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
2568
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2569
+ },
2570
+ "v-combobox/multiple": {
2571
+ "type": "boolean\n",
2572
+ "description": "Changes select to multiple. Accepts array for value."
2573
+ },
2614
2574
  "v-combobox/no-data-text": {
2615
2575
  "type": "string\n",
2616
2576
  "description": "Text shown when no items are provided to the component."
@@ -2623,6 +2583,10 @@
2623
2583
  "type": "string\n",
2624
2584
  "description": "Sets color of selected items."
2625
2585
  },
2586
+ "v-combobox/items": {
2587
+ "type": "any[]\n",
2588
+ "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
2589
+ },
2626
2590
  "v-combobox/item-title": {
2627
2591
  "type": "SelectItemKey<any>\n",
2628
2592
  "description": "Property on supplied `items` that contains its title."
@@ -2643,6 +2607,10 @@
2643
2607
  "type": "boolean\n",
2644
2608
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
2645
2609
  },
2610
+ "v-combobox/value-comparator": {
2611
+ "type": "(a: any, b: any) => boolean\n",
2612
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2613
+ },
2646
2614
  "v-combobox/autofocus": {
2647
2615
  "type": "boolean\n",
2648
2616
  "description": "Enables autofocus."
@@ -2675,10 +2643,18 @@
2675
2643
  "type": "string\n",
2676
2644
  "description": "The role attribute applied to the input."
2677
2645
  },
2646
+ "v-combobox/append-icon": {
2647
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2648
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
2649
+ },
2678
2650
  "v-combobox/center-affix": {
2679
2651
  "type": "boolean\n",
2680
2652
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
2681
2653
  },
2654
+ "v-combobox/prepend-icon": {
2655
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2656
+ "description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
2657
+ },
2682
2658
  "v-combobox/hide-spin-buttons": {
2683
2659
  "type": "boolean\n",
2684
2660
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -2695,6 +2671,10 @@
2695
2671
  "type": "string | string[]\n",
2696
2672
  "description": "Displays a list of messages or a single message if using a string."
2697
2673
  },
2674
+ "v-combobox/direction": {
2675
+ "type": "'horizontal' | 'vertical'\n",
2676
+ "description": "Changes the direction of the input."
2677
+ },
2698
2678
  "v-combobox/error-messages": {
2699
2679
  "type": "string | string[]\n",
2700
2680
  "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."
@@ -2703,12 +2683,16 @@
2703
2683
  "type": "string | number\n",
2704
2684
  "description": "Control the maximum number of shown errors from validation."
2705
2685
  },
2686
+ "v-combobox/readonly": {
2687
+ "type": "boolean\n",
2688
+ "description": "Puts input in readonly state."
2689
+ },
2706
2690
  "v-combobox/rules": {
2707
2691
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
2708
2692
  "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`."
2709
2693
  },
2710
2694
  "v-combobox/validate-on": {
2711
- "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
2695
+ "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
2712
2696
  "description": "Change what type of event triggers validation to run."
2713
2697
  },
2714
2698
  "v-combobox/focused": {
@@ -2719,6 +2703,10 @@
2719
2703
  "type": "boolean | 'auto'\n",
2720
2704
  "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."
2721
2705
  },
2706
+ "v-combobox/bg-color": {
2707
+ "type": "string\n",
2708
+ "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)."
2709
+ },
2722
2710
  "v-combobox/clearable": {
2723
2711
  "type": "boolean\n",
2724
2712
  "description": "Allows for the component to be cleared."
@@ -2727,6 +2715,14 @@
2727
2715
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2728
2716
  "description": "The icon used when the **clearable** prop is set to true."
2729
2717
  },
2718
+ "v-combobox/active": {
2719
+ "type": "boolean\n",
2720
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2721
+ },
2722
+ "v-combobox/base-color": {
2723
+ "type": "string\n",
2724
+ "description": "Sets the color of the input when it is not focused."
2725
+ },
2730
2726
  "v-combobox/persistent-clear": {
2731
2727
  "type": "boolean\n",
2732
2728
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -2739,6 +2735,10 @@
2739
2735
  "type": "boolean\n",
2740
2736
  "description": "Label does not move on focus/dirty."
2741
2737
  },
2738
+ "v-combobox/loading": {
2739
+ "type": "string | boolean\n",
2740
+ "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."
2741
+ },
2742
2742
  "v-combobox/counter-value": {
2743
2743
  "type": "number | ((value: any) => number)\n",
2744
2744
  "description": "Function returns the counter display text."
@@ -2751,22 +2751,22 @@
2751
2751
  "type": "string[]\n",
2752
2752
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
2753
2753
  },
2754
+ "v-component-icon/tag": {
2755
+ "type": "string\n",
2756
+ "description": "Specify a custom tag used on the root element."
2757
+ },
2754
2758
  "v-component-icon/icon": {
2755
2759
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
2756
2760
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
2757
2761
  },
2758
- "v-component-icon/tag": {
2762
+ "v-confirm-edit/color": {
2759
2763
  "type": "string\n",
2760
- "description": "Specify a custom tag used on the root element."
2764
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
2761
2765
  },
2762
2766
  "v-confirm-edit/model-value": {
2763
2767
  "type": "unknown\n",
2764
2768
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2765
2769
  },
2766
- "v-confirm-edit/color": {
2767
- "type": "string\n",
2768
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
2769
- },
2770
2770
  "v-confirm-edit/cancel-text": {
2771
2771
  "type": "string\n",
2772
2772
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VConfirmEdit.json))"
@@ -2783,10 +2783,6 @@
2783
2783
  "type": "boolean\n",
2784
2784
  "description": "Removes viewport maximum-width size breakpoints."
2785
2785
  },
2786
- "v-counter/transition": {
2787
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
2788
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2789
- },
2790
2786
  "v-counter/value": {
2791
2787
  "type": "string | number\n",
2792
2788
  "description": "Sets the current counter value."
@@ -2799,6 +2795,10 @@
2799
2795
  "type": "string | number\n",
2800
2796
  "description": "Sets the maximum allowed value."
2801
2797
  },
2798
+ "v-counter/transition": {
2799
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
2800
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2801
+ },
2802
2802
  "v-data-iterator/model-value": {
2803
2803
  "type": "any[]\n",
2804
2804
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -2963,25 +2963,25 @@
2963
2963
  "type": "(a: any, b: any) => boolean\n",
2964
2964
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2965
2965
  },
2966
- "v-data-table/filter-mode": {
2967
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
2968
- "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."
2966
+ "v-data-table/cell-props": {
2967
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
2968
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
2969
2969
  },
2970
- "v-data-table/no-filter": {
2971
- "type": "boolean\n",
2972
- "description": "Disables all item filtering."
2970
+ "v-data-table/headers": {
2971
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
2972
+ "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
2973
2973
  },
2974
- "v-data-table/custom-filter": {
2975
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
2976
- "description": "Function to filter items."
2974
+ "v-data-table/page": {
2975
+ "type": "string | number\n",
2976
+ "description": "The current displayed page number (1-indexed)."
2977
2977
  },
2978
- "v-data-table/custom-key-filter": {
2979
- "type": "unknown\n",
2980
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
2978
+ "v-data-table/items-per-page": {
2979
+ "type": "string | number\n",
2980
+ "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page."
2981
2981
  },
2982
- "v-data-table/filter-keys": {
2983
- "type": "string | string[]\n",
2984
- "description": "Array of specific keys to filter on the item."
2982
+ "v-data-table/loading-text": {
2983
+ "type": "string\n",
2984
+ "description": "Text shown when the data is loading."
2985
2985
  },
2986
2986
  "v-data-table/hide-no-data": {
2987
2987
  "type": "boolean\n",
@@ -2991,34 +2991,6 @@
2991
2991
  "type": "string\n",
2992
2992
  "description": "Text shown when no items are provided to the component."
2993
2993
  },
2994
- "v-data-table/item-value": {
2995
- "type": "SelectItemKey<any>\n",
2996
- "description": "Property on supplied `items` that contains its value."
2997
- },
2998
- "v-data-table/return-object": {
2999
- "type": "boolean\n",
3000
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3001
- },
3002
- "v-data-table/cell-props": {
3003
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3004
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
3005
- },
3006
- "v-data-table/headers": {
3007
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3008
- "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3009
- },
3010
- "v-data-table/page": {
3011
- "type": "string | number\n",
3012
- "description": "The current displayed page number (1-indexed)."
3013
- },
3014
- "v-data-table/items-per-page": {
3015
- "type": "string | number\n",
3016
- "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page."
3017
- },
3018
- "v-data-table/loading-text": {
3019
- "type": "string\n",
3020
- "description": "Text shown when the data is loading."
3021
- },
3022
2994
  "v-data-table/row-props": {
3023
2995
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3024
2996
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
@@ -3039,10 +3011,18 @@
3039
3011
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
3040
3012
  "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
3041
3013
  },
3014
+ "v-data-table/item-value": {
3015
+ "type": "SelectItemKey<any>\n",
3016
+ "description": "Property on supplied `items` that contains its value."
3017
+ },
3042
3018
  "v-data-table/item-selectable": {
3043
3019
  "type": "SelectItemKey<any>\n",
3044
3020
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3045
3021
  },
3022
+ "v-data-table/return-object": {
3023
+ "type": "boolean\n",
3024
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3025
+ },
3046
3026
  "v-data-table/show-select": {
3047
3027
  "type": "boolean\n",
3048
3028
  "description": "Shows the select checkboxes in both the header and rows (if using default rows)."
@@ -3083,6 +3063,26 @@
3083
3063
  "type": "boolean\n",
3084
3064
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3085
3065
  },
3066
+ "v-data-table/filter-mode": {
3067
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3068
+ "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."
3069
+ },
3070
+ "v-data-table/no-filter": {
3071
+ "type": "boolean\n",
3072
+ "description": "Disables all item filtering."
3073
+ },
3074
+ "v-data-table/custom-filter": {
3075
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3076
+ "description": "Function to filter items."
3077
+ },
3078
+ "v-data-table/custom-key-filter": {
3079
+ "type": "unknown\n",
3080
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3081
+ },
3082
+ "v-data-table/filter-keys": {
3083
+ "type": "string | string[]\n",
3084
+ "description": "Array of specific keys to filter on the item."
3085
+ },
3086
3086
  "v-data-table/first-icon": {
3087
3087
  "type": "string\n",
3088
3088
  "description": "First icon."
@@ -3419,42 +3419,6 @@
3419
3419
  "type": "(a: any, b: any) => boolean\n",
3420
3420
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3421
3421
  },
3422
- "v-data-table-virtual/filter-mode": {
3423
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
3424
- "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."
3425
- },
3426
- "v-data-table-virtual/no-filter": {
3427
- "type": "boolean\n",
3428
- "description": "Disables all item filtering."
3429
- },
3430
- "v-data-table-virtual/custom-filter": {
3431
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3432
- "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."
3433
- },
3434
- "v-data-table-virtual/custom-key-filter": {
3435
- "type": "unknown\n",
3436
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3437
- },
3438
- "v-data-table-virtual/filter-keys": {
3439
- "type": "string | string[]\n",
3440
- "description": "Array of specific keys to filter on the item."
3441
- },
3442
- "v-data-table-virtual/hide-no-data": {
3443
- "type": "boolean\n",
3444
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3445
- },
3446
- "v-data-table-virtual/no-data-text": {
3447
- "type": "string\n",
3448
- "description": "Text shown when no items are provided to the component."
3449
- },
3450
- "v-data-table-virtual/item-value": {
3451
- "type": "SelectItemKey<any>\n",
3452
- "description": "Property on supplied `items` that contains its value."
3453
- },
3454
- "v-data-table-virtual/return-object": {
3455
- "type": "boolean\n",
3456
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3457
- },
3458
3422
  "v-data-table-virtual/cell-props": {
3459
3423
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3460
3424
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
@@ -3467,6 +3431,14 @@
3467
3431
  "type": "string\n",
3468
3432
  "description": "Text shown when the data is loading."
3469
3433
  },
3434
+ "v-data-table-virtual/hide-no-data": {
3435
+ "type": "boolean\n",
3436
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
3437
+ },
3438
+ "v-data-table-virtual/no-data-text": {
3439
+ "type": "string\n",
3440
+ "description": "Text shown when no items are provided to the component."
3441
+ },
3470
3442
  "v-data-table-virtual/row-props": {
3471
3443
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3472
3444
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable-items.json))"
@@ -3487,10 +3459,18 @@
3487
3459
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
3488
3460
  "description": "Defines the grouping of the table items."
3489
3461
  },
3462
+ "v-data-table-virtual/item-value": {
3463
+ "type": "SelectItemKey<any>\n",
3464
+ "description": "Property on supplied `items` that contains its value."
3465
+ },
3490
3466
  "v-data-table-virtual/item-selectable": {
3491
3467
  "type": "SelectItemKey<any>\n",
3492
3468
  "description": "Property on supplied `items` that indicates whether the item is selectable."
3493
3469
  },
3470
+ "v-data-table-virtual/return-object": {
3471
+ "type": "boolean\n",
3472
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
3473
+ },
3494
3474
  "v-data-table-virtual/show-select": {
3495
3475
  "type": "boolean\n",
3496
3476
  "description": "Shows the column with checkboxes for selecting items in the list."
@@ -3531,13 +3511,41 @@
3531
3511
  "type": "boolean\n",
3532
3512
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
3533
3513
  },
3514
+ "v-data-table-virtual/filter-mode": {
3515
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
3516
+ "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."
3517
+ },
3518
+ "v-data-table-virtual/no-filter": {
3519
+ "type": "boolean\n",
3520
+ "description": "Disables all item filtering."
3521
+ },
3522
+ "v-data-table-virtual/custom-filter": {
3523
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
3524
+ "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."
3525
+ },
3526
+ "v-data-table-virtual/custom-key-filter": {
3527
+ "type": "unknown\n",
3528
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3529
+ },
3530
+ "v-data-table-virtual/filter-keys": {
3531
+ "type": "string | string[]\n",
3532
+ "description": "Array of specific keys to filter on the item."
3533
+ },
3534
3534
  "v-data-table-virtual/item-height": {
3535
3535
  "type": "string | number\n",
3536
3536
  "description": "Height in pixels of each item to display."
3537
3537
  },
3538
- "v-date-picker/title": {
3538
+ "v-date-picker/tag": {
3539
3539
  "type": "string\n",
3540
- "description": "Specify a title text for the component."
3540
+ "description": "Specify a custom tag used on the root element."
3541
+ },
3542
+ "v-date-picker/theme": {
3543
+ "type": "string\n",
3544
+ "description": "Specify a theme for this component and all of its children."
3545
+ },
3546
+ "v-date-picker/active": {
3547
+ "type": "string | string[]\n",
3548
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
3541
3549
  },
3542
3550
  "v-date-picker/text": {
3543
3551
  "type": "string\n",
@@ -3547,10 +3555,6 @@
3547
3555
  "type": "string | number | boolean\n",
3548
3556
  "description": "Applies border styles to component."
3549
3557
  },
3550
- "v-date-picker/model-value": {
3551
- "type": "unknown\n",
3552
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3553
- },
3554
3558
  "v-date-picker/height": {
3555
3559
  "type": "string | number\n",
3556
3560
  "description": "Sets the height for the component."
@@ -3579,62 +3583,58 @@
3579
3583
  "type": "string | number\n",
3580
3584
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3581
3585
  },
3586
+ "v-date-picker/disabled": {
3587
+ "type": "boolean\n",
3588
+ "description": "Removes the ability to click or target the component."
3589
+ },
3582
3590
  "v-date-picker/location": {
3583
3591
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
3584
3592
  "description": "Specifies the component's location. Can combine by using a space separated string."
3585
3593
  },
3586
3594
  "v-date-picker/position": {
3587
- "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
3595
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
3588
3596
  "description": "Sets the position for the component."
3589
3597
  },
3590
3598
  "v-date-picker/rounded": {
3591
3599
  "type": "string | number | boolean\n",
3592
3600
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
3593
3601
  },
3594
- "v-date-picker/tag": {
3602
+ "v-date-picker/color": {
3595
3603
  "type": "string\n",
3596
- "description": "Specify a custom tag used on the root element."
3604
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
3597
3605
  },
3598
- "v-date-picker/theme": {
3599
- "type": "string\n",
3600
- "description": "Specify a theme for this component and all of its children."
3606
+ "v-date-picker/max": {
3607
+ "type": "unknown\n",
3608
+ "description": "Maximum allowed date/month (ISO 8601 format)."
3601
3609
  },
3602
- "v-date-picker/color": {
3610
+ "v-date-picker/model-value": {
3611
+ "type": "unknown\n",
3612
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3613
+ },
3614
+ "v-date-picker/bg-color": {
3603
3615
  "type": "string\n",
3604
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
3616
+ "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)."
3605
3617
  },
3606
3618
  "v-date-picker/header": {
3607
3619
  "type": "string\n",
3608
3620
  "description": "Text shown when no **display-date** is set."
3609
3621
  },
3610
- "v-date-picker/disabled": {
3611
- "type": "boolean\n",
3612
- "description": "Removes the ability to click or target the component."
3613
- },
3614
3622
  "v-date-picker/multiple": {
3615
3623
  "type": "boolean\n",
3616
3624
  "description": "Allow the selection of multiple dates."
3617
3625
  },
3618
- "v-date-picker/bg-color": {
3626
+ "v-date-picker/title": {
3619
3627
  "type": "string\n",
3620
- "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)."
3621
- },
3622
- "v-date-picker/active": {
3623
- "type": "string | string[]\n",
3624
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
3628
+ "description": "Specify a title text for the component."
3625
3629
  },
3626
- "v-date-picker/max": {
3627
- "type": "unknown\n",
3628
- "description": "Maximum allowed date/month (ISO 8601 format)."
3630
+ "v-date-picker/next-icon": {
3631
+ "type": "string\n",
3632
+ "description": "Sets the icon for next month/year button."
3629
3633
  },
3630
3634
  "v-date-picker/prev-icon": {
3631
3635
  "type": "string\n",
3632
3636
  "description": "Sets the icon for previous month/year button."
3633
3637
  },
3634
- "v-date-picker/next-icon": {
3635
- "type": "string\n",
3636
- "description": "Sets the icon for next month/year button."
3637
- },
3638
3638
  "v-date-picker/mode-icon": {
3639
3639
  "type": "string\n",
3640
3640
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
@@ -3707,42 +3707,42 @@
3707
3707
  "type": "'month' | 'months' | 'year'\n",
3708
3708
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
3709
3709
  },
3710
- "v-date-picker-header/append-icon": {
3711
- "type": "string\n",
3712
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3713
- },
3714
3710
  "v-date-picker-header/color": {
3715
3711
  "type": "string\n",
3716
3712
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
3717
3713
  },
3718
- "v-date-picker-header/transition": {
3714
+ "v-date-picker-header/header": {
3719
3715
  "type": "string\n",
3720
3716
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerHeader.json))"
3721
3717
  },
3722
- "v-date-picker-header/header": {
3718
+ "v-date-picker-header/transition": {
3723
3719
  "type": "string\n",
3724
3720
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerHeader.json))"
3725
3721
  },
3726
- "v-date-picker-month/model-value": {
3727
- "type": "unknown[]\n",
3728
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3729
- },
3730
- "v-date-picker-month/color": {
3722
+ "v-date-picker-header/append-icon": {
3731
3723
  "type": "string\n",
3732
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
3724
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
3733
3725
  },
3734
3726
  "v-date-picker-month/disabled": {
3735
3727
  "type": "boolean\n",
3736
3728
  "description": "Removes the ability to click or target the component."
3737
3729
  },
3738
- "v-date-picker-month/multiple": {
3739
- "type": "boolean\n",
3740
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3730
+ "v-date-picker-month/color": {
3731
+ "type": "string\n",
3732
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
3741
3733
  },
3742
3734
  "v-date-picker-month/max": {
3743
3735
  "type": "unknown\n",
3744
3736
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3745
3737
  },
3738
+ "v-date-picker-month/model-value": {
3739
+ "type": "unknown[]\n",
3740
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3741
+ },
3742
+ "v-date-picker-month/multiple": {
3743
+ "type": "boolean\n",
3744
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3745
+ },
3746
3746
  "v-date-picker-month/month": {
3747
3747
  "type": "string | number\n",
3748
3748
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
@@ -3771,6 +3771,10 @@
3771
3771
  "type": "unknown\n",
3772
3772
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3773
3773
  },
3774
+ "v-date-picker-months/model-value": {
3775
+ "type": "number\n",
3776
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3777
+ },
3774
3778
  "v-date-picker-months/height": {
3775
3779
  "type": "string | number\n",
3776
3780
  "description": "Sets the height for the component."
@@ -3779,14 +3783,6 @@
3779
3783
  "type": "string\n",
3780
3784
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
3781
3785
  },
3782
- "v-date-picker-months/model-value": {
3783
- "type": "number\n",
3784
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3785
- },
3786
- "v-date-picker-years/model-value": {
3787
- "type": "number\n",
3788
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3789
- },
3790
3786
  "v-date-picker-years/height": {
3791
3787
  "type": "string | number\n",
3792
3788
  "description": "Sets the height for the component."
@@ -3799,6 +3795,10 @@
3799
3795
  "type": "unknown\n",
3800
3796
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerYears.json))"
3801
3797
  },
3798
+ "v-date-picker-years/model-value": {
3799
+ "type": "number\n",
3800
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3801
+ },
3802
3802
  "v-date-picker-years/min": {
3803
3803
  "type": "unknown\n",
3804
3804
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerYears.json))"
@@ -3823,9 +3823,9 @@
3823
3823
  "type": "{\n global: Record<string, unknown>\n [string]: Record<string, unknown>\n}\n",
3824
3824
  "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values."
3825
3825
  },
3826
- "v-dialog/model-value": {
3827
- "type": "boolean\n",
3828
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3826
+ "v-dialog/theme": {
3827
+ "type": "string\n",
3828
+ "description": "Specify a theme for this component and all of its children."
3829
3829
  },
3830
3830
  "v-dialog/height": {
3831
3831
  "type": "string | number\n",
@@ -3851,6 +3851,10 @@
3851
3851
  "type": "string | number\n",
3852
3852
  "description": "Sets the width for the component."
3853
3853
  },
3854
+ "v-dialog/disabled": {
3855
+ "type": "boolean\n",
3856
+ "description": "Removes the ability to click or target the component."
3857
+ },
3854
3858
  "v-dialog/location": {
3855
3859
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
3856
3860
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
@@ -3859,18 +3863,30 @@
3859
3863
  "type": "boolean\n",
3860
3864
  "description": "Applies **position: absolute** to the content element."
3861
3865
  },
3862
- "v-dialog/theme": {
3863
- "type": "string\n",
3864
- "description": "Specify a theme for this component and all of its children."
3865
- },
3866
- "v-dialog/eager": {
3866
+ "v-dialog/model-value": {
3867
3867
  "type": "boolean\n",
3868
- "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."
3868
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3869
+ },
3870
+ "v-dialog/transition": {
3871
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3872
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3869
3873
  },
3870
3874
  "v-dialog/activator": {
3871
3875
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
3872
3876
  "description": "Explicitly sets the overlay's activator."
3873
3877
  },
3878
+ "v-dialog/fullscreen": {
3879
+ "type": "boolean\n",
3880
+ "description": "Changes layout for fullscreen display."
3881
+ },
3882
+ "v-dialog/retain-focus": {
3883
+ "type": "boolean\n",
3884
+ "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
3885
+ },
3886
+ "v-dialog/scrollable": {
3887
+ "type": "boolean\n",
3888
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
3889
+ },
3874
3890
  "v-dialog/close-on-back": {
3875
3891
  "type": "boolean\n",
3876
3892
  "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."
@@ -3887,10 +3903,6 @@
3887
3903
  "type": "any\n",
3888
3904
  "description": "Apply custom properties to the content."
3889
3905
  },
3890
- "v-dialog/disabled": {
3891
- "type": "boolean\n",
3892
- "description": "Removes the ability to click or target the component."
3893
- },
3894
3906
  "v-dialog/no-click-animation": {
3895
3907
  "type": "boolean\n",
3896
3908
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
@@ -3939,6 +3951,10 @@
3939
3951
  "type": "string | number\n",
3940
3952
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
3941
3953
  },
3954
+ "v-dialog/eager": {
3955
+ "type": "boolean\n",
3956
+ "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."
3957
+ },
3942
3958
  "v-dialog/location-strategy": {
3943
3959
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
3944
3960
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -3952,33 +3968,21 @@
3952
3968
  "description": "A single value that offsets content away from the target based upon what side it is on."
3953
3969
  },
3954
3970
  "v-dialog/scroll-strategy": {
3955
- "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\">ScrollStrategyFn</a>\n",
3971
+ "type": "'block' | 'none' | 'close' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
3956
3972
  "description": "Strategy used when the component is activate and user scrolls."
3957
3973
  },
3958
- "v-dialog/transition": {
3959
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
3960
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3961
- },
3962
3974
  "v-dialog/attach": {
3963
3975
  "type": "string | boolean | Element\n",
3964
3976
  "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."
3965
3977
  },
3966
- "v-dialog/fullscreen": {
3967
- "type": "boolean\n",
3968
- "description": "Changes layout for fullscreen display."
3969
- },
3970
- "v-dialog/retain-focus": {
3971
- "type": "boolean\n",
3972
- "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
3973
- },
3974
- "v-dialog/scrollable": {
3975
- "type": "boolean\n",
3976
- "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
3977
- },
3978
3978
  "v-dialog-bottom-transition/disabled": {
3979
3979
  "type": "boolean\n",
3980
3980
  "description": "Removes the ability to click or target the component."
3981
3981
  },
3982
+ "v-dialog-bottom-transition/origin": {
3983
+ "type": "string\n",
3984
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3985
+ },
3982
3986
  "v-dialog-bottom-transition/mode": {
3983
3987
  "type": "string\n",
3984
3988
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -3987,10 +3991,6 @@
3987
3991
  "type": "boolean\n",
3988
3992
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
3989
3993
  },
3990
- "v-dialog-bottom-transition/origin": {
3991
- "type": "string\n",
3992
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
3993
- },
3994
3994
  "v-dialog-bottom-transition/hide-on-leave": {
3995
3995
  "type": "boolean\n",
3996
3996
  "description": "Hides the leaving element (no exit animation)."
@@ -4003,6 +4003,10 @@
4003
4003
  "type": "boolean\n",
4004
4004
  "description": "Removes the ability to click or target the component."
4005
4005
  },
4006
+ "v-dialog-top-transition/origin": {
4007
+ "type": "string\n",
4008
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4009
+ },
4006
4010
  "v-dialog-top-transition/mode": {
4007
4011
  "type": "string\n",
4008
4012
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -4011,10 +4015,6 @@
4011
4015
  "type": "boolean\n",
4012
4016
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4013
4017
  },
4014
- "v-dialog-top-transition/origin": {
4015
- "type": "string\n",
4016
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4017
- },
4018
4018
  "v-dialog-top-transition/hide-on-leave": {
4019
4019
  "type": "boolean\n",
4020
4020
  "description": "Hides the leaving element (no exit animation)."
@@ -4039,14 +4039,14 @@
4039
4039
  "type": "string\n",
4040
4040
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
4041
4041
  },
4042
- "v-divider/inset": {
4043
- "type": "boolean\n",
4044
- "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
4045
- },
4046
4042
  "v-divider/vertical": {
4047
4043
  "type": "boolean\n",
4048
4044
  "description": "Displays dividers vertically."
4049
4045
  },
4046
+ "v-divider/inset": {
4047
+ "type": "boolean\n",
4048
+ "description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
4049
+ },
4050
4050
  "v-divider/thickness": {
4051
4051
  "type": "string | number\n",
4052
4052
  "description": "Sets the dividers thickness. Default unit is px."
@@ -4067,17 +4067,9 @@
4067
4067
  "type": "'default' | 'in-out' | 'out-in'\n",
4068
4068
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
4069
4069
  },
4070
- "v-expansion-panel/tag": {
4070
+ "v-expansion-panel/title": {
4071
4071
  "type": "string\n",
4072
- "description": "Specify a custom tag used on the root element."
4073
- },
4074
- "v-expansion-panel/value": {
4075
- "type": "any\n",
4076
- "description": "Controls the opened/closed state of content."
4077
- },
4078
- "v-expansion-panel/ripple": {
4079
- "type": "boolean | { class: string }\n",
4080
- "description": "Applies the [v-ripple](/directives/ripple) directive."
4072
+ "description": "Specify a title text for the component."
4081
4073
  },
4082
4074
  "v-expansion-panel/text": {
4083
4075
  "type": "string\n",
@@ -4087,14 +4079,6 @@
4087
4079
  "type": "string | number\n",
4088
4080
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4089
4081
  },
4090
- "v-expansion-panel/disabled": {
4091
- "type": "boolean\n",
4092
- "description": "Disables the expansion-panel content."
4093
- },
4094
- "v-expansion-panel/selected-class": {
4095
- "type": "string\n",
4096
- "description": "Configure the active CSS class applied when an item is selected."
4097
- },
4098
4082
  "v-expansion-panel/static": {
4099
4083
  "type": "boolean\n",
4100
4084
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
@@ -4103,26 +4087,42 @@
4103
4087
  "type": "string | number | boolean\n",
4104
4088
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
4105
4089
  },
4106
- "v-expansion-panel/color": {
4090
+ "v-expansion-panel/tag": {
4107
4091
  "type": "string\n",
4108
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
4092
+ "description": "Specify a custom tag used on the root element."
4109
4093
  },
4110
- "v-expansion-panel/bg-color": {
4094
+ "v-expansion-panel/color": {
4111
4095
  "type": "string\n",
4112
- "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)."
4096
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
4113
4097
  },
4114
4098
  "v-expansion-panel/eager": {
4115
4099
  "type": "boolean\n",
4116
4100
  "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."
4117
4101
  },
4118
- "v-expansion-panel/title": {
4119
- "type": "string\n",
4120
- "description": "Specify a title text for the component."
4102
+ "v-expansion-panel/disabled": {
4103
+ "type": "boolean\n",
4104
+ "description": "Disables the expansion-panel content."
4105
+ },
4106
+ "v-expansion-panel/value": {
4107
+ "type": "any\n",
4108
+ "description": "Controls the opened/closed state of content."
4121
4109
  },
4122
4110
  "v-expansion-panel/readonly": {
4123
4111
  "type": "boolean\n",
4124
4112
  "description": "Makes the expansion-panel content read only."
4125
4113
  },
4114
+ "v-expansion-panel/bg-color": {
4115
+ "type": "string\n",
4116
+ "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)."
4117
+ },
4118
+ "v-expansion-panel/ripple": {
4119
+ "type": "boolean | { class: string }\n",
4120
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4121
+ },
4122
+ "v-expansion-panel/selected-class": {
4123
+ "type": "string\n",
4124
+ "description": "Configure the active CSS class applied when an item is selected."
4125
+ },
4126
4126
  "v-expansion-panel/expand-icon": {
4127
4127
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4128
4128
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -4139,10 +4139,6 @@
4139
4139
  "type": "boolean\n",
4140
4140
  "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."
4141
4141
  },
4142
- "v-expansion-panel-title/ripple": {
4143
- "type": "boolean | { class: string }\n",
4144
- "description": "Applies the [v-ripple](/directives/ripple) directive."
4145
- },
4146
4142
  "v-expansion-panel-title/static": {
4147
4143
  "type": "boolean\n",
4148
4144
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
@@ -4155,6 +4151,10 @@
4155
4151
  "type": "boolean\n",
4156
4152
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4157
4153
  },
4154
+ "v-expansion-panel-title/ripple": {
4155
+ "type": "boolean | { class: string }\n",
4156
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
4157
+ },
4158
4158
  "v-expansion-panel-title/expand-icon": {
4159
4159
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4160
4160
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -4167,14 +4167,6 @@
4167
4167
  "type": "boolean\n",
4168
4168
  "description": "Hide the expand icon in the content title."
4169
4169
  },
4170
- "v-expansion-panels/model-value": {
4171
- "type": "any\n",
4172
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4173
- },
4174
- "v-expansion-panels/static": {
4175
- "type": "boolean\n",
4176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanels.json))"
4177
- },
4178
4170
  "v-expansion-panels/tag": {
4179
4171
  "type": "string\n",
4180
4172
  "description": "Specify a custom tag used on the root element."
@@ -4183,42 +4175,54 @@
4183
4175
  "type": "string\n",
4184
4176
  "description": "Specify a theme for this component and all of its children."
4185
4177
  },
4186
- "v-expansion-panels/color": {
4187
- "type": "string\n",
4188
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
4189
- },
4190
- "v-expansion-panels/variant": {
4191
- "type": "'default' | 'accordion' | 'inset' | 'popout'\n",
4192
- "description": "Applies a distinct style to the component."
4193
- },
4194
4178
  "v-expansion-panels/disabled": {
4195
4179
  "type": "boolean\n",
4196
4180
  "description": "Puts all children components into a disabled state."
4197
4181
  },
4198
- "v-expansion-panels/multiple": {
4199
- "type": "boolean\n",
4200
- "description": "Allows one to select multiple items."
4182
+ "v-expansion-panels/selected-class": {
4183
+ "type": "string\n",
4184
+ "description": "Configure the active CSS class applied when an item is selected."
4201
4185
  },
4202
- "v-expansion-panels/readonly": {
4186
+ "v-expansion-panels/static": {
4203
4187
  "type": "boolean\n",
4204
- "description": "Makes the entire expansion-panel read only."
4188
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanels.json))"
4205
4189
  },
4206
- "v-expansion-panels/selected-class": {
4190
+ "v-expansion-panels/color": {
4207
4191
  "type": "string\n",
4208
- "description": "Configure the active CSS class applied when an item is selected."
4192
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
4193
+ },
4194
+ "v-expansion-panels/variant": {
4195
+ "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
4196
+ "description": "Applies a distinct style to the component."
4209
4197
  },
4210
4198
  "v-expansion-panels/max": {
4211
4199
  "type": "number\n",
4212
4200
  "description": "Sets a maximum number of selections that can be made."
4213
4201
  },
4202
+ "v-expansion-panels/model-value": {
4203
+ "type": "any\n",
4204
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4205
+ },
4206
+ "v-expansion-panels/multiple": {
4207
+ "type": "boolean\n",
4208
+ "description": "Allows one to select multiple items."
4209
+ },
4214
4210
  "v-expansion-panels/mandatory": {
4215
4211
  "type": "boolean | 'force'\n",
4216
4212
  "description": "Forces at least one item to always be selected (if available)."
4217
4213
  },
4214
+ "v-expansion-panels/readonly": {
4215
+ "type": "boolean\n",
4216
+ "description": "Makes the entire expansion-panel read only."
4217
+ },
4218
4218
  "v-fab-transition/disabled": {
4219
4219
  "type": "boolean\n",
4220
4220
  "description": "Removes the ability to click or target the component."
4221
4221
  },
4222
+ "v-fab-transition/origin": {
4223
+ "type": "string\n",
4224
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4225
+ },
4222
4226
  "v-fab-transition/mode": {
4223
4227
  "type": "string\n",
4224
4228
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -4227,10 +4231,6 @@
4227
4231
  "type": "boolean\n",
4228
4232
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4229
4233
  },
4230
- "v-fab-transition/origin": {
4231
- "type": "string\n",
4232
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
4233
- },
4234
4234
  "v-fab-transition/hide-on-leave": {
4235
4235
  "type": "boolean\n",
4236
4236
  "description": "Hides the leaving element (no exit animation)."
@@ -4323,10 +4323,6 @@
4323
4323
  "type": "string\n",
4324
4324
  "description": "Sets the color of the input when it is not focused."
4325
4325
  },
4326
- "v-field/center-affix": {
4327
- "type": "boolean\n",
4328
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
4329
- },
4330
4326
  "v-field/focused": {
4331
4327
  "type": "boolean\n",
4332
4328
  "description": "Forces a focused state styling on the component."
@@ -4343,6 +4339,10 @@
4343
4339
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4344
4340
  "description": "The icon used when the **clearable** prop is set to true."
4345
4341
  },
4342
+ "v-field/center-affix": {
4343
+ "type": "boolean\n",
4344
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
4345
+ },
4346
4346
  "v-field/dirty": {
4347
4347
  "type": "boolean\n",
4348
4348
  "description": "Manually apply the dirty state styling."
@@ -4603,14 +4603,14 @@
4603
4603
  "type": "boolean\n",
4604
4604
  "description": "Puts all children inputs into a readonly state."
4605
4605
  },
4606
- "v-form/validate-on": {
4607
- "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
4608
- "description": "Changes the events in which validation occurs."
4609
- },
4610
4606
  "v-form/fast-fail": {
4611
4607
  "type": "boolean\n",
4612
4608
  "description": "Stop validation as soon as any rules fail."
4613
4609
  },
4610
+ "v-form/validate-on": {
4611
+ "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
4612
+ "description": "Changes the events in which validation occurs."
4613
+ },
4614
4614
  "v-hover/disabled": {
4615
4615
  "type": "boolean\n",
4616
4616
  "description": "Removes hover functionality."
@@ -4847,10 +4847,22 @@
4847
4847
  "type": "boolean\n",
4848
4848
  "description": "Puts input in readonly state."
4849
4849
  },
4850
+ "v-input/focused": {
4851
+ "type": "boolean\n",
4852
+ "description": "Forces a focused state styling on the component."
4853
+ },
4850
4854
  "v-input/center-affix": {
4851
4855
  "type": "boolean\n",
4852
4856
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
4853
4857
  },
4858
+ "v-input/error-messages": {
4859
+ "type": "string | string[]\n",
4860
+ "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."
4861
+ },
4862
+ "v-input/validate-on": {
4863
+ "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
4864
+ "description": "Change what type of event triggers validation to run."
4865
+ },
4854
4866
  "v-input/hide-spin-buttons": {
4855
4867
  "type": "boolean\n",
4856
4868
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -4867,10 +4879,6 @@
4867
4879
  "type": "string | string[]\n",
4868
4880
  "description": "Displays a list of messages or a single message if using a string."
4869
4881
  },
4870
- "v-input/error-messages": {
4871
- "type": "string | string[]\n",
4872
- "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."
4873
- },
4874
4882
  "v-input/max-errors": {
4875
4883
  "type": "string | number\n",
4876
4884
  "description": "Control the maximum number of shown errors from validation."
@@ -4879,18 +4887,10 @@
4879
4887
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
4880
4888
  "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`."
4881
4889
  },
4882
- "v-input/validate-on": {
4883
- "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
4884
- "description": "Change what type of event triggers validation to run."
4885
- },
4886
4890
  "v-input/validation-value": {
4887
4891
  "type": "any\n",
4888
4892
  "description": "The value used when applying validation rules."
4889
4893
  },
4890
- "v-input/focused": {
4891
- "type": "boolean\n",
4892
- "description": "Forces a focused state styling on the component."
4893
- },
4894
4894
  "v-input/hide-details": {
4895
4895
  "type": "boolean | 'auto'\n",
4896
4896
  "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."
@@ -4943,14 +4943,14 @@
4943
4943
  "type": "string\n",
4944
4944
  "description": "Specify a custom tag used on the root element."
4945
4945
  },
4946
- "v-label/theme": {
4947
- "type": "string\n",
4948
- "description": "Specify a theme for this component and all of its children."
4949
- },
4950
4946
  "v-label/text": {
4951
4947
  "type": "string\n",
4952
4948
  "description": "Specify content text for the component."
4953
4949
  },
4950
+ "v-label/theme": {
4951
+ "type": "string\n",
4952
+ "description": "Specify a theme for this component and all of its children."
4953
+ },
4954
4954
  "v-label/clickable": {
4955
4955
  "type": "boolean\n",
4956
4956
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VLabel.json))"
@@ -5207,16 +5207,16 @@
5207
5207
  "type": "string\n",
5208
5208
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
5209
5209
  },
5210
- "v-list-group/expand-icon": {
5211
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5210
+ "v-list-group/fluid": {
5211
+ "type": "boolean\n",
5212
5212
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
5213
5213
  },
5214
5214
  "v-list-group/collapse-icon": {
5215
5215
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5216
5216
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
5217
5217
  },
5218
- "v-list-group/fluid": {
5219
- "type": "boolean\n",
5218
+ "v-list-group/expand-icon": {
5219
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5220
5220
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
5221
5221
  },
5222
5222
  "v-list-group/subgroup": {
@@ -5379,17 +5379,17 @@
5379
5379
  "type": "string\n",
5380
5380
  "description": "Specify a custom tag used on the root element."
5381
5381
  },
5382
- "v-list-item-media/end": {
5383
- "type": "boolean\n",
5384
- "description": "Applies margin at the start of the component."
5382
+ "v-list-item-media/tag": {
5383
+ "type": "string\n",
5384
+ "description": "Specify a custom tag used on the root element."
5385
5385
  },
5386
5386
  "v-list-item-media/start": {
5387
5387
  "type": "boolean\n",
5388
5388
  "description": "Applies margin at the end of the component."
5389
5389
  },
5390
- "v-list-item-media/tag": {
5391
- "type": "string\n",
5392
- "description": "Specify a custom tag used on the root element."
5390
+ "v-list-item-media/end": {
5391
+ "type": "boolean\n",
5392
+ "description": "Applies margin at the start of the component."
5393
5393
  },
5394
5394
  "v-list-item-subtitle/tag": {
5395
5395
  "type": "string\n",
@@ -5696,7 +5696,7 @@
5696
5696
  "description": "Disable mobile touch functionality."
5697
5697
  },
5698
5698
  "v-navigation-drawer/mobile-breakpoint": {
5699
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
5699
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
5700
5700
  "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."
5701
5701
  },
5702
5702
  "v-otp-input/length": {
@@ -5779,6 +5779,10 @@
5779
5779
  "type": "string\n",
5780
5780
  "description": "Sets the color of the input when it is not focused."
5781
5781
  },
5782
+ "v-otp-input/focused": {
5783
+ "type": "boolean\n",
5784
+ "description": "Forces a focused state styling on the component."
5785
+ },
5782
5786
  "v-otp-input/autofocus": {
5783
5787
  "type": "boolean\n",
5784
5788
  "description": "Automatically focuses the first input on page load"
@@ -5787,10 +5791,6 @@
5787
5791
  "type": "string\n",
5788
5792
  "description": "Sets the input’s placeholder text."
5789
5793
  },
5790
- "v-otp-input/focused": {
5791
- "type": "boolean\n",
5792
- "description": "Forces a focused state styling on the component."
5793
- },
5794
5794
  "v-otp-input/focus-all": {
5795
5795
  "type": "boolean\n",
5796
5796
  "description": "Puts all inputs into a focus state when any are focused"
@@ -5939,17 +5939,17 @@
5939
5939
  "type": "string | number\n",
5940
5940
  "description": "The number of pages."
5941
5941
  },
5942
- "v-pagination/border": {
5943
- "type": "string | number | boolean\n",
5944
- "description": "Applies border styles to component."
5942
+ "v-pagination/tag": {
5943
+ "type": "string\n",
5944
+ "description": "Specify a custom tag used on the root element."
5945
5945
  },
5946
- "v-pagination/start": {
5947
- "type": "string | number\n",
5948
- "description": "Specify the starting page."
5946
+ "v-pagination/theme": {
5947
+ "type": "string\n",
5948
+ "description": "Specify a theme for this component and all of its children."
5949
5949
  },
5950
- "v-pagination/model-value": {
5951
- "type": "number\n",
5952
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5950
+ "v-pagination/border": {
5951
+ "type": "string | number | boolean\n",
5952
+ "description": "Applies border styles to component."
5953
5953
  },
5954
5954
  "v-pagination/density": {
5955
5955
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -5959,42 +5959,46 @@
5959
5959
  "type": "string | number\n",
5960
5960
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5961
5961
  },
5962
+ "v-pagination/disabled": {
5963
+ "type": "boolean\n",
5964
+ "description": "Removes the ability to click or target the component."
5965
+ },
5966
+ "v-pagination/start": {
5967
+ "type": "string | number\n",
5968
+ "description": "Specify the starting page."
5969
+ },
5962
5970
  "v-pagination/rounded": {
5963
5971
  "type": "string | number | boolean\n",
5964
5972
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5965
5973
  },
5966
- "v-pagination/tag": {
5967
- "type": "string\n",
5968
- "description": "Specify a custom tag used on the root element."
5969
- },
5970
- "v-pagination/theme": {
5971
- "type": "string\n",
5972
- "description": "Specify a theme for this component and all of its children."
5974
+ "v-pagination/size": {
5975
+ "type": "string | number\n",
5976
+ "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**."
5973
5977
  },
5974
5978
  "v-pagination/color": {
5975
5979
  "type": "string\n",
5976
5980
  "description": "Applies specified color to the selected page button - supports utility colors (for example `success` or `purple`) or css color (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)."
5977
5981
  },
5978
5982
  "v-pagination/variant": {
5979
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5983
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5980
5984
  "description": "Applies a distinct style to the component."
5981
5985
  },
5982
- "v-pagination/disabled": {
5983
- "type": "boolean\n",
5984
- "description": "Removes the ability to click or target the component."
5985
- },
5986
- "v-pagination/size": {
5987
- "type": "string | number\n",
5988
- "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**."
5986
+ "v-pagination/model-value": {
5987
+ "type": "number\n",
5988
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5989
5989
  },
5990
- "v-pagination/prev-icon": {
5991
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5992
- "description": "The icon to use for the prev button."
5990
+ "v-pagination/active-color": {
5991
+ "type": "string\n",
5992
+ "description": "The applied color when the component is in an active state."
5993
5993
  },
5994
5994
  "v-pagination/next-icon": {
5995
5995
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5996
5996
  "description": "The icon to use for the next button."
5997
5997
  },
5998
+ "v-pagination/prev-icon": {
5999
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6000
+ "description": "The icon to use for the prev button."
6001
+ },
5998
6002
  "v-pagination/first-icon": {
5999
6003
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6000
6004
  "description": "The icon to use for the first button."
@@ -6007,10 +6011,6 @@
6007
6011
  "type": "string\n",
6008
6012
  "description": "Label for the root element."
6009
6013
  },
6010
- "v-pagination/active-color": {
6011
- "type": "string\n",
6012
- "description": "The applied color when the component is in an active state."
6013
- },
6014
6014
  "v-pagination/total-visible": {
6015
6015
  "type": "string | number\n",
6016
6016
  "description": "Specify the total visible pagination numbers."
@@ -6051,13 +6051,9 @@
6051
6051
  "type": "string | number\n",
6052
6052
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VParallax.json))"
6053
6053
  },
6054
- "v-picker/tag": {
6055
- "type": "string\n",
6056
- "description": "Specify a custom tag used on the root element."
6057
- },
6058
- "v-picker/theme": {
6054
+ "v-picker/title": {
6059
6055
  "type": "string\n",
6060
- "description": "Specify a theme for this component and all of its children."
6056
+ "description": "Specify a title text for the component."
6061
6057
  },
6062
6058
  "v-picker/border": {
6063
6059
  "type": "string | number | boolean\n",
@@ -6096,13 +6092,21 @@
6096
6092
  "description": "Specifies the component's location. Can combine by using a space separated string."
6097
6093
  },
6098
6094
  "v-picker/position": {
6099
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
6095
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
6100
6096
  "description": "Sets the position for the component."
6101
6097
  },
6102
6098
  "v-picker/rounded": {
6103
6099
  "type": "string | number | boolean\n",
6104
6100
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6105
6101
  },
6102
+ "v-picker/tag": {
6103
+ "type": "string\n",
6104
+ "description": "Specify a custom tag used on the root element."
6105
+ },
6106
+ "v-picker/theme": {
6107
+ "type": "string\n",
6108
+ "description": "Specify a theme for this component and all of its children."
6109
+ },
6106
6110
  "v-picker/color": {
6107
6111
  "type": "string\n",
6108
6112
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
@@ -6111,10 +6115,6 @@
6111
6115
  "type": "string\n",
6112
6116
  "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)."
6113
6117
  },
6114
- "v-picker/title": {
6115
- "type": "string\n",
6116
- "description": "Specify a title text for the component."
6117
- },
6118
6118
  "v-picker/landscape": {
6119
6119
  "type": "boolean\n",
6120
6120
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPicker.json))"
@@ -6127,6 +6127,14 @@
6127
6127
  "type": "string\n",
6128
6128
  "description": "Specify a custom tag used on the root element."
6129
6129
  },
6130
+ "v-progress-circular/model-value": {
6131
+ "type": "string | number\n",
6132
+ "description": "The percentage value for current progress."
6133
+ },
6134
+ "v-progress-circular/width": {
6135
+ "type": "string | number\n",
6136
+ "description": "Sets the stroke of the circle in pixels."
6137
+ },
6130
6138
  "v-progress-circular/tag": {
6131
6139
  "type": "string\n",
6132
6140
  "description": "Specify a custom tag used on the root element."
@@ -6135,26 +6143,18 @@
6135
6143
  "type": "string\n",
6136
6144
  "description": "Specify a theme for this component and all of its children."
6137
6145
  },
6138
- "v-progress-circular/width": {
6139
- "type": "string | number\n",
6140
- "description": "Sets the stroke of the circle in pixels."
6141
- },
6142
- "v-progress-circular/size": {
6143
- "type": "string | number\n",
6144
- "description": "Sets the diameter of the circle in pixels."
6145
- },
6146
6146
  "v-progress-circular/color": {
6147
6147
  "type": "string\n",
6148
6148
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
6149
6149
  },
6150
- "v-progress-circular/model-value": {
6151
- "type": "string | number\n",
6152
- "description": "The percentage value for current progress."
6153
- },
6154
6150
  "v-progress-circular/bg-color": {
6155
6151
  "type": "string\n",
6156
6152
  "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)."
6157
6153
  },
6154
+ "v-progress-circular/size": {
6155
+ "type": "string | number\n",
6156
+ "description": "Sets the diameter of the circle in pixels."
6157
+ },
6158
6158
  "v-progress-circular/indeterminate": {
6159
6159
  "type": "boolean | 'disable-shrink'\n",
6160
6160
  "description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
@@ -6163,14 +6163,22 @@
6163
6163
  "type": "string | number\n",
6164
6164
  "description": "Rotates the circle start point in degrees."
6165
6165
  },
6166
- "v-progress-linear/model-value": {
6167
- "type": "string | number\n",
6168
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6166
+ "v-progress-linear/tag": {
6167
+ "type": "string\n",
6168
+ "description": "Specify a custom tag used on the root element."
6169
6169
  },
6170
6170
  "v-progress-linear/reverse": {
6171
6171
  "type": "boolean\n",
6172
6172
  "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)."
6173
6173
  },
6174
+ "v-progress-linear/theme": {
6175
+ "type": "string\n",
6176
+ "description": "Specify a theme for this component and all of its children."
6177
+ },
6178
+ "v-progress-linear/active": {
6179
+ "type": "boolean\n",
6180
+ "description": "Reduce the height to 0, hiding component."
6181
+ },
6174
6182
  "v-progress-linear/height": {
6175
6183
  "type": "string | number\n",
6176
6184
  "description": "Sets the height for the component."
@@ -6187,34 +6195,26 @@
6187
6195
  "type": "string | number | boolean\n",
6188
6196
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6189
6197
  },
6190
- "v-progress-linear/tag": {
6191
- "type": "string\n",
6192
- "description": "Specify a custom tag used on the root element."
6193
- },
6194
- "v-progress-linear/theme": {
6195
- "type": "string\n",
6196
- "description": "Specify a theme for this component and all of its children."
6197
- },
6198
6198
  "v-progress-linear/color": {
6199
6199
  "type": "string\n",
6200
6200
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
6201
6201
  },
6202
+ "v-progress-linear/max": {
6203
+ "type": "string | number\n",
6204
+ "description": "Sets the maximum value the progress can reach."
6205
+ },
6206
+ "v-progress-linear/model-value": {
6207
+ "type": "string | number\n",
6208
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6209
+ },
6202
6210
  "v-progress-linear/bg-color": {
6203
6211
  "type": "string\n",
6204
6212
  "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)."
6205
6213
  },
6206
- "v-progress-linear/active": {
6207
- "type": "boolean\n",
6208
- "description": "Reduce the height to 0, hiding component."
6209
- },
6210
6214
  "v-progress-linear/indeterminate": {
6211
6215
  "type": "boolean\n",
6212
6216
  "description": "Constantly animates, use when loading progress is unknown."
6213
6217
  },
6214
- "v-progress-linear/max": {
6215
- "type": "string | number\n",
6216
- "description": "Sets the maximum value the progress can reach."
6217
- },
6218
6218
  "v-progress-linear/bg-opacity": {
6219
6219
  "type": "string | number\n",
6220
6220
  "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise."
@@ -6243,62 +6243,70 @@
6243
6243
  "type": "string\n",
6244
6244
  "description": "Provides the default type for children selection controls."
6245
6245
  },
6246
- "v-radio/name": {
6247
- "type": "string\n",
6248
- "description": "Sets the component's name attribute."
6249
- },
6250
- "v-radio/theme": {
6251
- "type": "string\n",
6252
- "description": "Specify a theme for this component and all of its children."
6253
- },
6254
- "v-radio/id": {
6255
- "type": "string\n",
6256
- "description": "Sets the DOM id on the component."
6257
- },
6258
- "v-radio/value": {
6246
+ "v-radio/model-value": {
6259
6247
  "type": "any\n",
6260
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6248
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6261
6249
  },
6262
6250
  "v-radio/error": {
6263
6251
  "type": "boolean\n",
6264
6252
  "description": "Puts the input in a manual error state."
6265
6253
  },
6266
- "v-radio/ripple": {
6267
- "type": "boolean\n",
6268
- "description": "Applies the [v-ripple](/directives/ripple) directive."
6269
- },
6270
6254
  "v-radio/density": {
6271
6255
  "type": "'default' | 'comfortable' | 'compact'\n",
6272
6256
  "description": "Adjusts the vertical height used by the component."
6273
6257
  },
6274
- "v-radio/disabled": {
6275
- "type": "boolean\n",
6276
- "description": "Removes the ability to click or target the component."
6258
+ "v-radio/theme": {
6259
+ "type": "string\n",
6260
+ "description": "Specify a theme for this component and all of its children."
6277
6261
  },
6278
6262
  "v-radio/color": {
6279
6263
  "type": "string\n",
6280
6264
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
6281
6265
  },
6282
- "v-radio/inline": {
6283
- "type": "boolean\n",
6284
- "description": "Puts children inputs into a row."
6266
+ "v-radio/name": {
6267
+ "type": "string\n",
6268
+ "description": "Sets the component's name attribute."
6285
6269
  },
6286
6270
  "v-radio/label": {
6287
6271
  "type": "string\n",
6288
6272
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6289
6273
  },
6290
- "v-radio/model-value": {
6274
+ "v-radio/id": {
6275
+ "type": "string\n",
6276
+ "description": "Sets the DOM id on the component."
6277
+ },
6278
+ "v-radio/disabled": {
6279
+ "type": "boolean\n",
6280
+ "description": "Removes the ability to click or target the component."
6281
+ },
6282
+ "v-radio/value": {
6291
6283
  "type": "any\n",
6292
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6284
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6293
6285
  },
6294
6286
  "v-radio/multiple": {
6295
6287
  "type": "boolean\n",
6296
6288
  "description": "Changes select to multiple. Accepts array for value."
6297
6289
  },
6290
+ "v-radio/value-comparator": {
6291
+ "type": "(a: any, b: any) => boolean\n",
6292
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
6293
+ },
6294
+ "v-radio/readonly": {
6295
+ "type": "boolean\n",
6296
+ "description": "Puts input in readonly state."
6297
+ },
6298
6298
  "v-radio/base-color": {
6299
6299
  "type": "string\n",
6300
6300
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))"
6301
6301
  },
6302
+ "v-radio/ripple": {
6303
+ "type": "boolean\n",
6304
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6305
+ },
6306
+ "v-radio/inline": {
6307
+ "type": "boolean\n",
6308
+ "description": "Puts children inputs into a row."
6309
+ },
6302
6310
  "v-radio/true-value": {
6303
6311
  "type": "any\n",
6304
6312
  "description": "Sets value for truthy state."
@@ -6319,26 +6327,38 @@
6319
6327
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6320
6328
  "description": "The icon used when active."
6321
6329
  },
6322
- "v-radio/readonly": {
6323
- "type": "boolean\n",
6324
- "description": "Puts input in readonly state."
6325
- },
6326
- "v-radio/value-comparator": {
6327
- "type": "(a: any, b: any) => boolean\n",
6328
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
6329
- },
6330
6330
  "v-radio-group/type": {
6331
6331
  "type": "string\n",
6332
6332
  "description": "Provides the default type for children selection controls."
6333
6333
  },
6334
- "v-radio-group/model-value": {
6335
- "type": "unknown\n",
6336
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6334
+ "v-radio-group/name": {
6335
+ "type": "string\n",
6336
+ "description": "Sets the component's name attribute."
6337
+ },
6338
+ "v-radio-group/theme": {
6339
+ "type": "string\n",
6340
+ "description": "Specify a theme for this component and all of its children."
6341
+ },
6342
+ "v-radio-group/id": {
6343
+ "type": "string\n",
6344
+ "description": "Sets the DOM id on the component."
6337
6345
  },
6338
6346
  "v-radio-group/error": {
6339
6347
  "type": "boolean\n",
6340
6348
  "description": "Puts the input in a manual error state."
6341
6349
  },
6350
+ "v-radio-group/prepend-icon": {
6351
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6352
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6353
+ },
6354
+ "v-radio-group/append-icon": {
6355
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6356
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6357
+ },
6358
+ "v-radio-group/ripple": {
6359
+ "type": "boolean\n",
6360
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6361
+ },
6342
6362
  "v-radio-group/density": {
6343
6363
  "type": "'default' | 'comfortable' | 'compact'\n",
6344
6364
  "description": "Adjusts the vertical height used by the component."
@@ -6347,45 +6367,65 @@
6347
6367
  "type": "string | number\n",
6348
6368
  "description": "Sets the height of the input."
6349
6369
  },
6350
- "v-radio-group/theme": {
6351
- "type": "string\n",
6352
- "description": "Specify a theme for this component and all of its children."
6370
+ "v-radio-group/disabled": {
6371
+ "type": "boolean\n",
6372
+ "description": "Removes the ability to click or target the component."
6353
6373
  },
6354
6374
  "v-radio-group/color": {
6355
6375
  "type": "string\n",
6356
6376
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
6357
6377
  },
6358
- "v-radio-group/name": {
6359
- "type": "string\n",
6360
- "description": "Sets the component's name attribute."
6378
+ "v-radio-group/inline": {
6379
+ "type": "boolean\n",
6380
+ "description": "Displays radio buttons in row."
6361
6381
  },
6362
6382
  "v-radio-group/label": {
6363
6383
  "type": "string\n",
6364
6384
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6365
6385
  },
6366
- "v-radio-group/id": {
6367
- "type": "string\n",
6368
- "description": "Sets the DOM id on the component."
6369
- },
6370
- "v-radio-group/disabled": {
6371
- "type": "boolean\n",
6372
- "description": "Removes the ability to click or target the component."
6386
+ "v-radio-group/model-value": {
6387
+ "type": "unknown\n",
6388
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6373
6389
  },
6374
- "v-radio-group/value-comparator": {
6390
+ "v-radio-group/direction": {
6391
+ "type": "'horizontal' | 'vertical'\n",
6392
+ "description": "Changes the direction of the input."
6393
+ },
6394
+ "v-radio-group/defaults-target": {
6395
+ "type": "string\n",
6396
+ "description": "The target component to provide defaults values for."
6397
+ },
6398
+ "v-radio-group/false-icon": {
6399
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6400
+ "description": "The icon used when inactive."
6401
+ },
6402
+ "v-radio-group/true-icon": {
6403
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6404
+ "description": "The icon used when active."
6405
+ },
6406
+ "v-radio-group/readonly": {
6407
+ "type": "boolean\n",
6408
+ "description": "Puts input in readonly state."
6409
+ },
6410
+ "v-radio-group/value-comparator": {
6375
6411
  "type": "(a: any, b: any) => boolean\n",
6376
6412
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
6377
6413
  },
6378
- "v-radio-group/append-icon": {
6379
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6380
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6414
+ "v-radio-group/focused": {
6415
+ "type": "boolean\n",
6416
+ "description": "Forces a focused state styling on the component."
6381
6417
  },
6382
6418
  "v-radio-group/center-affix": {
6383
6419
  "type": "boolean\n",
6384
6420
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6385
6421
  },
6386
- "v-radio-group/prepend-icon": {
6387
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6388
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6422
+ "v-radio-group/error-messages": {
6423
+ "type": "string | string[]\n",
6424
+ "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."
6425
+ },
6426
+ "v-radio-group/validate-on": {
6427
+ "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
6428
+ "description": "Change what type of event triggers validation to run."
6389
6429
  },
6390
6430
  "v-radio-group/hide-spin-buttons": {
6391
6431
  "type": "boolean\n",
@@ -6403,89 +6443,33 @@
6403
6443
  "type": "string | string[]\n",
6404
6444
  "description": "Displays a list of messages or a single message if using a string."
6405
6445
  },
6406
- "v-radio-group/direction": {
6407
- "type": "'horizontal' | 'vertical'\n",
6408
- "description": "Changes the direction of the input."
6409
- },
6410
- "v-radio-group/error-messages": {
6411
- "type": "string | string[]\n",
6412
- "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."
6413
- },
6414
6446
  "v-radio-group/max-errors": {
6415
6447
  "type": "string | number\n",
6416
6448
  "description": "Control the maximum number of shown errors from validation."
6417
6449
  },
6418
- "v-radio-group/readonly": {
6419
- "type": "boolean\n",
6420
- "description": "Puts input in readonly state."
6421
- },
6422
6450
  "v-radio-group/rules": {
6423
6451
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
6424
6452
  "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`."
6425
6453
  },
6426
- "v-radio-group/validate-on": {
6427
- "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
6428
- "description": "Change what type of event triggers validation to run."
6429
- },
6430
6454
  "v-radio-group/validation-value": {
6431
6455
  "type": "any\n",
6432
6456
  "description": "The value used when applying validation rules."
6433
6457
  },
6434
- "v-radio-group/focused": {
6435
- "type": "boolean\n",
6436
- "description": "Forces a focused state styling on the component."
6437
- },
6438
6458
  "v-radio-group/hide-details": {
6439
6459
  "type": "boolean | 'auto'\n",
6440
6460
  "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."
6441
6461
  },
6442
- "v-radio-group/ripple": {
6443
- "type": "boolean\n",
6444
- "description": "Applies the [v-ripple](/directives/ripple) directive."
6445
- },
6446
- "v-radio-group/inline": {
6447
- "type": "boolean\n",
6448
- "description": "Displays radio buttons in row."
6449
- },
6450
- "v-radio-group/defaults-target": {
6451
- "type": "string\n",
6452
- "description": "The target component to provide defaults values for."
6453
- },
6454
- "v-radio-group/false-icon": {
6455
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6456
- "description": "The icon used when inactive."
6457
- },
6458
- "v-radio-group/true-icon": {
6459
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6460
- "description": "The icon used when active."
6461
- },
6462
- "v-range-slider/reverse": {
6463
- "type": "boolean\n",
6464
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
6465
- },
6466
- "v-range-slider/name": {
6467
- "type": "string\n",
6468
- "description": "Sets the component's name attribute."
6469
- },
6470
- "v-range-slider/id": {
6471
- "type": "string\n",
6472
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
6462
+ "v-range-slider/model-value": {
6463
+ "type": "(string | number)[]\n",
6464
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6473
6465
  },
6474
6466
  "v-range-slider/error": {
6475
6467
  "type": "boolean\n",
6476
6468
  "description": "Puts the input in a manual error state."
6477
6469
  },
6478
- "v-range-slider/prepend-icon": {
6479
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6480
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6481
- },
6482
- "v-range-slider/append-icon": {
6483
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6484
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6485
- },
6486
- "v-range-slider/ripple": {
6470
+ "v-range-slider/reverse": {
6487
6471
  "type": "boolean\n",
6488
- "description": "Applies the [v-ripple](/directives/ripple) directive."
6472
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
6489
6473
  },
6490
6474
  "v-range-slider/density": {
6491
6475
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -6495,10 +6479,6 @@
6495
6479
  "type": "string | number\n",
6496
6480
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6497
6481
  },
6498
- "v-range-slider/disabled": {
6499
- "type": "boolean\n",
6500
- "description": "Removes the ability to click or target the component."
6501
- },
6502
6482
  "v-range-slider/rounded": {
6503
6483
  "type": "string | number | boolean\n",
6504
6484
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
@@ -6507,30 +6487,34 @@
6507
6487
  "type": "string\n",
6508
6488
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
6509
6489
  },
6490
+ "v-range-slider/name": {
6491
+ "type": "string\n",
6492
+ "description": "Sets the component's name attribute."
6493
+ },
6510
6494
  "v-range-slider/label": {
6511
6495
  "type": "string\n",
6512
6496
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6513
6497
  },
6514
- "v-range-slider/max": {
6515
- "type": "string | number\n",
6516
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
6517
- },
6518
- "v-range-slider/model-value": {
6519
- "type": "(string | number)[]\n",
6520
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6521
- },
6522
- "v-range-slider/direction": {
6523
- "type": "'horizontal' | 'vertical'\n",
6524
- "description": "Changes the direction of the input."
6498
+ "v-range-slider/id": {
6499
+ "type": "string\n",
6500
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VInput.json))"
6525
6501
  },
6526
- "v-range-slider/readonly": {
6502
+ "v-range-slider/disabled": {
6527
6503
  "type": "boolean\n",
6528
- "description": "Puts input in readonly state."
6504
+ "description": "Removes the ability to click or target the component."
6505
+ },
6506
+ "v-range-slider/append-icon": {
6507
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6508
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
6529
6509
  },
6530
6510
  "v-range-slider/center-affix": {
6531
6511
  "type": "boolean\n",
6532
6512
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6533
6513
  },
6514
+ "v-range-slider/prepend-icon": {
6515
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6516
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
6517
+ },
6534
6518
  "v-range-slider/hide-spin-buttons": {
6535
6519
  "type": "boolean\n",
6536
6520
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -6547,6 +6531,10 @@
6547
6531
  "type": "string | string[]\n",
6548
6532
  "description": "Displays a list of messages or a single message if using a string."
6549
6533
  },
6534
+ "v-range-slider/direction": {
6535
+ "type": "'horizontal' | 'vertical'\n",
6536
+ "description": "Changes the direction of the input."
6537
+ },
6550
6538
  "v-range-slider/error-messages": {
6551
6539
  "type": "string | string[]\n",
6552
6540
  "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."
@@ -6555,12 +6543,16 @@
6555
6543
  "type": "string | number\n",
6556
6544
  "description": "Control the maximum number of shown errors from validation."
6557
6545
  },
6546
+ "v-range-slider/readonly": {
6547
+ "type": "boolean\n",
6548
+ "description": "Puts input in readonly state."
6549
+ },
6558
6550
  "v-range-slider/rules": {
6559
6551
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
6560
6552
  "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`."
6561
6553
  },
6562
6554
  "v-range-slider/validate-on": {
6563
- "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
6555
+ "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
6564
6556
  "description": "Change what type of event triggers validation to run."
6565
6557
  },
6566
6558
  "v-range-slider/validation-value": {
@@ -6575,6 +6567,14 @@
6575
6567
  "type": "boolean | 'auto'\n",
6576
6568
  "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."
6577
6569
  },
6570
+ "v-range-slider/ripple": {
6571
+ "type": "boolean\n",
6572
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6573
+ },
6574
+ "v-range-slider/max": {
6575
+ "type": "string | number\n",
6576
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
6577
+ },
6578
6578
  "v-range-slider/min": {
6579
6579
  "type": "string | number\n",
6580
6580
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/Slider.json))"
@@ -6627,33 +6627,49 @@
6627
6627
  "type": "string | number\n",
6628
6628
  "description": "The amount of items to show."
6629
6629
  },
6630
- "v-rating/model-value": {
6631
- "type": "string | number\n",
6632
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6633
- },
6634
- "v-rating/density": {
6635
- "type": "'default' | 'comfortable' | 'compact'\n",
6636
- "description": "Adjusts the vertical height used by the component."
6637
- },
6638
6630
  "v-rating/tag": {
6639
6631
  "type": "string\n",
6640
6632
  "description": "Specify a custom tag used on the root element."
6641
6633
  },
6634
+ "v-rating/name": {
6635
+ "type": "string\n",
6636
+ "description": "Sets the component's name attribute."
6637
+ },
6642
6638
  "v-rating/theme": {
6643
6639
  "type": "string\n",
6644
6640
  "description": "Specify a theme for this component and all of its children."
6645
6641
  },
6642
+ "v-rating/ripple": {
6643
+ "type": "boolean\n",
6644
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
6645
+ },
6646
+ "v-rating/density": {
6647
+ "type": "'default' | 'comfortable' | 'compact'\n",
6648
+ "description": "Adjusts the vertical height used by the component."
6649
+ },
6650
+ "v-rating/disabled": {
6651
+ "type": "boolean\n",
6652
+ "description": "Removes the ability to click or target the component."
6653
+ },
6654
+ "v-rating/size": {
6655
+ "type": "string | number\n",
6656
+ "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**."
6657
+ },
6646
6658
  "v-rating/color": {
6647
6659
  "type": "string\n",
6648
6660
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
6649
6661
  },
6650
- "v-rating/name": {
6662
+ "v-rating/model-value": {
6663
+ "type": "string | number\n",
6664
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6665
+ },
6666
+ "v-rating/active-color": {
6651
6667
  "type": "string\n",
6652
- "description": "Sets the component's name attribute."
6668
+ "description": "The applied color when the component is in an active state."
6653
6669
  },
6654
- "v-rating/disabled": {
6670
+ "v-rating/hover": {
6655
6671
  "type": "boolean\n",
6656
- "description": "Removes the ability to click or target the component."
6672
+ "description": "Provides visual feedback when hovering over icons."
6657
6673
  },
6658
6674
  "v-rating/readonly": {
6659
6675
  "type": "boolean\n",
@@ -6663,22 +6679,6 @@
6663
6679
  "type": "boolean\n",
6664
6680
  "description": "Allows for the component to be cleared by clicking on the current value."
6665
6681
  },
6666
- "v-rating/ripple": {
6667
- "type": "boolean\n",
6668
- "description": "Applies the [v-ripple](/directives/ripple) directive."
6669
- },
6670
- "v-rating/size": {
6671
- "type": "string | number\n",
6672
- "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**."
6673
- },
6674
- "v-rating/hover": {
6675
- "type": "boolean\n",
6676
- "description": "Provides visual feedback when hovering over icons."
6677
- },
6678
- "v-rating/active-color": {
6679
- "type": "string\n",
6680
- "description": "The applied color when the component is in an active state."
6681
- },
6682
6682
  "v-rating/item-aria-label": {
6683
6683
  "type": "string\n",
6684
6684
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRating.json))"
@@ -6727,10 +6727,6 @@
6727
6727
  "type": "string | number\n",
6728
6728
  "description": "Sets the width for the component."
6729
6729
  },
6730
- "v-responsive/inline": {
6731
- "type": "boolean\n",
6732
- "description": "Display as an inline element instead of a block, also disables flex-grow."
6733
- },
6734
6730
  "v-responsive/content-class": {
6735
6731
  "type": "string\n",
6736
6732
  "description": "Apply a custom class to the internal content element."
@@ -6739,12 +6735,16 @@
6739
6735
  "type": "string | number\n",
6740
6736
  "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
6741
6737
  },
6738
+ "v-responsive/inline": {
6739
+ "type": "boolean\n",
6740
+ "description": "Display as an inline element instead of a block, also disables flex-grow."
6741
+ },
6742
6742
  "v-row/tag": {
6743
6743
  "type": "string\n",
6744
6744
  "description": "Specify a custom tag used on the root element."
6745
6745
  },
6746
6746
  "v-row/align": {
6747
- "type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
6747
+ "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
6748
6748
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
6749
6749
  },
6750
6750
  "v-row/dense": {
@@ -6756,77 +6756,81 @@
6756
6756
  "description": "Removes the gutter between `v-col`s."
6757
6757
  },
6758
6758
  "v-row/align-sm": {
6759
- "type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
6759
+ "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
6760
6760
  "description": "Changes the **align-items** property on small and greater breakpoints."
6761
6761
  },
6762
6762
  "v-row/align-md": {
6763
- "type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
6763
+ "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
6764
6764
  "description": "Changes the **align-items** property on medium and greater breakpoints."
6765
6765
  },
6766
6766
  "v-row/align-lg": {
6767
- "type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
6767
+ "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
6768
6768
  "description": "Changes the **align-items** property on large and greater breakpoints."
6769
6769
  },
6770
6770
  "v-row/align-xl": {
6771
- "type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
6771
+ "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
6772
6772
  "description": "Changes the **align-items** property on extra large and greater breakpoints."
6773
6773
  },
6774
6774
  "v-row/align-xxl": {
6775
- "type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
6775
+ "type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
6776
6776
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRow.json))"
6777
6777
  },
6778
6778
  "v-row/justify-sm": {
6779
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6779
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6780
6780
  "description": "Changes the **justify-content** property on small and greater breakpoints."
6781
6781
  },
6782
6782
  "v-row/justify-md": {
6783
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6783
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6784
6784
  "description": "Changes the **justify-content** property on medium and greater breakpoints."
6785
6785
  },
6786
6786
  "v-row/justify-lg": {
6787
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6787
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6788
6788
  "description": "Changes the **justify-content** property on large and greater breakpoints."
6789
6789
  },
6790
6790
  "v-row/justify-xl": {
6791
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6791
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6792
6792
  "description": "Changes the **justify-content** property on extra large and greater breakpoints."
6793
6793
  },
6794
6794
  "v-row/justify-xxl": {
6795
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6795
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6796
6796
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRow.json))"
6797
6797
  },
6798
6798
  "v-row/align-content-sm": {
6799
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6799
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6800
6800
  "description": "Changes the **align-content** property on small and greater breakpoints."
6801
6801
  },
6802
6802
  "v-row/align-content-md": {
6803
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6803
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6804
6804
  "description": "Changes the **align-content** property on medium and greater breakpoints."
6805
6805
  },
6806
6806
  "v-row/align-content-lg": {
6807
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6807
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6808
6808
  "description": "Changes the **align-content** property on large and greater breakpoints."
6809
6809
  },
6810
6810
  "v-row/align-content-xl": {
6811
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6811
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6812
6812
  "description": "Changes the **align-content** property on extra large and greater breakpoints."
6813
6813
  },
6814
6814
  "v-row/align-content-xxl": {
6815
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6815
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6816
6816
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VRow.json))"
6817
6817
  },
6818
6818
  "v-row/justify": {
6819
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6819
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6820
6820
  "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
6821
6821
  },
6822
6822
  "v-row/align-content": {
6823
- "type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6823
+ "type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
6824
6824
  "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
6825
6825
  },
6826
6826
  "v-scale-transition/disabled": {
6827
6827
  "type": "boolean\n",
6828
6828
  "description": "Removes the ability to click or target the component."
6829
6829
  },
6830
+ "v-scale-transition/origin": {
6831
+ "type": "string\n",
6832
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6833
+ },
6830
6834
  "v-scale-transition/mode": {
6831
6835
  "type": "string\n",
6832
6836
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -6835,10 +6839,6 @@
6835
6839
  "type": "boolean\n",
6836
6840
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6837
6841
  },
6838
- "v-scale-transition/origin": {
6839
- "type": "string\n",
6840
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6841
- },
6842
6842
  "v-scale-transition/hide-on-leave": {
6843
6843
  "type": "boolean\n",
6844
6844
  "description": "Hides the leaving element (no exit animation)."
@@ -6851,6 +6851,10 @@
6851
6851
  "type": "boolean\n",
6852
6852
  "description": "Removes the ability to click or target the component."
6853
6853
  },
6854
+ "v-scroll-x-reverse-transition/origin": {
6855
+ "type": "string\n",
6856
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6857
+ },
6854
6858
  "v-scroll-x-reverse-transition/mode": {
6855
6859
  "type": "string\n",
6856
6860
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -6859,10 +6863,6 @@
6859
6863
  "type": "boolean\n",
6860
6864
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6861
6865
  },
6862
- "v-scroll-x-reverse-transition/origin": {
6863
- "type": "string\n",
6864
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6865
- },
6866
6866
  "v-scroll-x-reverse-transition/hide-on-leave": {
6867
6867
  "type": "boolean\n",
6868
6868
  "description": "Hides the leaving element (no exit animation)."
@@ -6875,6 +6875,10 @@
6875
6875
  "type": "boolean\n",
6876
6876
  "description": "Removes the ability to click or target the component."
6877
6877
  },
6878
+ "v-scroll-x-transition/origin": {
6879
+ "type": "string\n",
6880
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6881
+ },
6878
6882
  "v-scroll-x-transition/mode": {
6879
6883
  "type": "string\n",
6880
6884
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -6883,10 +6887,6 @@
6883
6887
  "type": "boolean\n",
6884
6888
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6885
6889
  },
6886
- "v-scroll-x-transition/origin": {
6887
- "type": "string\n",
6888
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6889
- },
6890
6890
  "v-scroll-x-transition/hide-on-leave": {
6891
6891
  "type": "boolean\n",
6892
6892
  "description": "Hides the leaving element (no exit animation)."
@@ -6899,6 +6899,10 @@
6899
6899
  "type": "boolean\n",
6900
6900
  "description": "Removes the ability to click or target the component."
6901
6901
  },
6902
+ "v-scroll-y-reverse-transition/origin": {
6903
+ "type": "string\n",
6904
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6905
+ },
6902
6906
  "v-scroll-y-reverse-transition/mode": {
6903
6907
  "type": "string\n",
6904
6908
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -6907,10 +6911,6 @@
6907
6911
  "type": "boolean\n",
6908
6912
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
6909
6913
  },
6910
- "v-scroll-y-reverse-transition/origin": {
6911
- "type": "string\n",
6912
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
6913
- },
6914
6914
  "v-scroll-y-reverse-transition/hide-on-leave": {
6915
6915
  "type": "boolean\n",
6916
6916
  "description": "Hides the leaving element (no exit animation)."
@@ -7051,109 +7051,73 @@
7051
7051
  "type": "(a: any, b: any) => boolean\n",
7052
7052
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7053
7053
  },
7054
- "v-select/chips": {
7054
+ "v-select/hide-no-data": {
7055
7055
  "type": "boolean\n",
7056
- "description": "Changes display of selections to chips."
7057
- },
7058
- "v-select/closable-chips": {
7059
- "type": "boolean\n",
7060
- "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components."
7061
- },
7062
- "v-select/close-text": {
7063
- "type": "string\n",
7064
- "description": "Text set to to the inputs `aria-label` and `title` when input menu is closed."
7065
- },
7066
- "v-select/open-text": {
7067
- "type": "string\n",
7068
- "description": "Text set to to the inputs **aria-label** and **title** when input menu is open."
7069
- },
7070
- "v-select/hide-no-data": {
7071
- "type": "boolean\n",
7072
- "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
7073
- },
7074
- "v-select/hide-selected": {
7075
- "type": "boolean\n",
7076
- "description": "Do not display in the select menu items that are already selected."
7077
- },
7078
- "v-select/menu": {
7079
- "type": "boolean\n",
7080
- "description": "Renders with the menu open by default."
7081
- },
7082
- "v-select/menu-icon": {
7083
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7084
- "description": "Sets the the spin icon."
7085
- },
7086
- "v-select/menu-props": {
7087
- "type": "unknown\n",
7088
- "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
7056
+ "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
7089
7057
  },
7090
7058
  "v-select/no-data-text": {
7091
7059
  "type": "string\n",
7092
7060
  "description": "Text shown when no items are provided to the component."
7093
7061
  },
7094
- "v-select/open-on-clear": {
7095
- "type": "boolean\n",
7096
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
7097
- },
7098
- "v-select/item-color": {
7099
- "type": "string\n",
7100
- "description": "Sets color of selected items."
7101
- },
7102
- "v-select/item-title": {
7103
- "type": "SelectItemKey<any>\n",
7104
- "description": "Property on supplied `items` that contains its title."
7105
- },
7106
7062
  "v-select/item-value": {
7107
7063
  "type": "SelectItemKey<any>\n",
7108
7064
  "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
7109
7065
  },
7110
- "v-select/item-children": {
7111
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7112
- "description": "Property on supplied `items` that contains its children."
7113
- },
7114
- "v-select/item-props": {
7115
- "type": "SelectItemKey<any>\n",
7116
- "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
7117
- },
7118
7066
  "v-select/return-object": {
7119
7067
  "type": "boolean\n",
7120
7068
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7121
7069
  },
7122
- "v-select/autofocus": {
7070
+ "v-select/focused": {
7123
7071
  "type": "boolean\n",
7124
- "description": "Enables autofocus."
7072
+ "description": "Forces a focused state styling on the component."
7125
7073
  },
7126
- "v-select/counter": {
7127
- "type": "string | number | boolean\n",
7128
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7074
+ "v-select/clearable": {
7075
+ "type": "boolean\n",
7076
+ "description": "Allows for the component to be cleared."
7129
7077
  },
7130
- "v-select/prefix": {
7131
- "type": "string\n",
7132
- "description": "Displays prefix text."
7078
+ "v-select/clear-icon": {
7079
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7080
+ "description": "The icon used when the **clearable** prop is set to true."
7133
7081
  },
7134
- "v-select/placeholder": {
7135
- "type": "string\n",
7136
- "description": "Sets the input’s placeholder text."
7082
+ "v-select/center-affix": {
7083
+ "type": "boolean\n",
7084
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7137
7085
  },
7138
- "v-select/persistent-placeholder": {
7086
+ "v-select/persistent-clear": {
7139
7087
  "type": "boolean\n",
7140
- "description": "Forces placeholder to always be visible."
7088
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
7141
7089
  },
7142
- "v-select/persistent-counter": {
7090
+ "v-select/prepend-inner-icon": {
7091
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7092
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
7093
+ },
7094
+ "v-select/single-line": {
7143
7095
  "type": "boolean\n",
7144
- "description": "Forces counter to always be visible."
7096
+ "description": "Label does not move on focus/dirty."
7145
7097
  },
7146
- "v-select/suffix": {
7098
+ "v-select/error-messages": {
7099
+ "type": "string | string[]\n",
7100
+ "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."
7101
+ },
7102
+ "v-select/validate-on": {
7103
+ "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
7104
+ "description": "Change what type of event triggers validation to run."
7105
+ },
7106
+ "v-select/prefix": {
7147
7107
  "type": "string\n",
7148
- "description": "Displays suffix text."
7108
+ "description": "Displays prefix text."
7149
7109
  },
7150
7110
  "v-select/role": {
7151
7111
  "type": "string\n",
7152
7112
  "description": "The role attribute applied to the input."
7153
7113
  },
7154
- "v-select/center-affix": {
7114
+ "v-select/autofocus": {
7155
7115
  "type": "boolean\n",
7156
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7116
+ "description": "Enables autofocus."
7117
+ },
7118
+ "v-select/placeholder": {
7119
+ "type": "string\n",
7120
+ "description": "Sets the input’s placeholder text."
7157
7121
  },
7158
7122
  "v-select/hide-spin-buttons": {
7159
7123
  "type": "boolean\n",
@@ -7171,10 +7135,6 @@
7171
7135
  "type": "string | string[]\n",
7172
7136
  "description": "Displays a list of messages or a single message if using a string."
7173
7137
  },
7174
- "v-select/error-messages": {
7175
- "type": "string | string[]\n",
7176
- "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."
7177
- },
7178
7138
  "v-select/max-errors": {
7179
7139
  "type": "string | number\n",
7180
7140
  "description": "Control the maximum number of shown errors from validation."
@@ -7183,37 +7143,77 @@
7183
7143
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
7184
7144
  "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`."
7185
7145
  },
7186
- "v-select/validate-on": {
7187
- "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
7188
- "description": "Change what type of event triggers validation to run."
7189
- },
7190
- "v-select/focused": {
7191
- "type": "boolean\n",
7192
- "description": "Forces a focused state styling on the component."
7193
- },
7194
7146
  "v-select/hide-details": {
7195
7147
  "type": "boolean | 'auto'\n",
7196
7148
  "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."
7197
7149
  },
7198
- "v-select/clearable": {
7150
+ "v-select/chips": {
7199
7151
  "type": "boolean\n",
7200
- "description": "Allows for the component to be cleared."
7152
+ "description": "Changes display of selections to chips."
7201
7153
  },
7202
- "v-select/clear-icon": {
7203
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7204
- "description": "The icon used when the **clearable** prop is set to true."
7154
+ "v-select/closable-chips": {
7155
+ "type": "boolean\n",
7156
+ "description": "Enables the [closable](/api/v-chip/#props-closable) prop on all [v-chip](/components/chips/) components."
7205
7157
  },
7206
- "v-select/persistent-clear": {
7158
+ "v-select/close-text": {
7159
+ "type": "string\n",
7160
+ "description": "Text set to to the inputs `aria-label` and `title` when input menu is closed."
7161
+ },
7162
+ "v-select/open-text": {
7163
+ "type": "string\n",
7164
+ "description": "Text set to to the inputs **aria-label** and **title** when input menu is open."
7165
+ },
7166
+ "v-select/hide-selected": {
7207
7167
  "type": "boolean\n",
7208
- "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
7168
+ "description": "Do not display in the select menu items that are already selected."
7209
7169
  },
7210
- "v-select/prepend-inner-icon": {
7170
+ "v-select/menu": {
7171
+ "type": "boolean\n",
7172
+ "description": "Renders with the menu open by default."
7173
+ },
7174
+ "v-select/menu-icon": {
7211
7175
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7212
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
7176
+ "description": "Sets the the spin icon."
7213
7177
  },
7214
- "v-select/single-line": {
7178
+ "v-select/menu-props": {
7179
+ "type": "unknown\n",
7180
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
7181
+ },
7182
+ "v-select/open-on-clear": {
7215
7183
  "type": "boolean\n",
7216
- "description": "Label does not move on focus/dirty."
7184
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
7185
+ },
7186
+ "v-select/item-color": {
7187
+ "type": "string\n",
7188
+ "description": "Sets color of selected items."
7189
+ },
7190
+ "v-select/item-title": {
7191
+ "type": "SelectItemKey<any>\n",
7192
+ "description": "Property on supplied `items` that contains its title."
7193
+ },
7194
+ "v-select/item-children": {
7195
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7196
+ "description": "Property on supplied `items` that contains its children."
7197
+ },
7198
+ "v-select/item-props": {
7199
+ "type": "SelectItemKey<any>\n",
7200
+ "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
7201
+ },
7202
+ "v-select/counter": {
7203
+ "type": "string | number | boolean\n",
7204
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7205
+ },
7206
+ "v-select/persistent-placeholder": {
7207
+ "type": "boolean\n",
7208
+ "description": "Forces placeholder to always be visible."
7209
+ },
7210
+ "v-select/persistent-counter": {
7211
+ "type": "boolean\n",
7212
+ "description": "Forces counter to always be visible."
7213
+ },
7214
+ "v-select/suffix": {
7215
+ "type": "string\n",
7216
+ "description": "Displays suffix text."
7217
7217
  },
7218
7218
  "v-select/counter-value": {
7219
7219
  "type": "number | ((value: any) => number)\n",
@@ -7436,13 +7436,9 @@
7436
7436
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
7437
7437
  },
7438
7438
  "v-skeleton-loader/type": {
7439
- "type": " | (string & {})\n | 'text'\n | 'button'\n | 'image'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'chip'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | (string & {})\n | 'text'\n | 'button'\n | 'image'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'chip'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
7439
+ "type": " | 'text'\n | (string & {})\n | 'image'\n | 'chip'\n | 'button'\n | 'subtitle'\n | 'actions'\n | 'divider'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | 'text'\n | (string & {})\n | 'image'\n | 'chip'\n | 'button'\n | 'subtitle'\n | 'actions'\n | 'divider'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
7440
7440
  "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
7441
7441
  },
7442
- "v-skeleton-loader/theme": {
7443
- "type": "string\n",
7444
- "description": "Specify a theme for this component and all of its children."
7445
- },
7446
7442
  "v-skeleton-loader/height": {
7447
7443
  "type": "string | number\n",
7448
7444
  "description": "Sets the height for the component."
@@ -7471,14 +7467,18 @@
7471
7467
  "type": "string | number\n",
7472
7468
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7473
7469
  },
7474
- "v-skeleton-loader/loading": {
7475
- "type": "boolean\n",
7476
- "description": "Applies a loading animation with a on-hover loading cursor. A value of **false** will only work when there is content in the `default` slot."
7470
+ "v-skeleton-loader/theme": {
7471
+ "type": "string\n",
7472
+ "description": "Specify a theme for this component and all of its children."
7477
7473
  },
7478
7474
  "v-skeleton-loader/color": {
7479
7475
  "type": "string\n",
7480
7476
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
7481
7477
  },
7478
+ "v-skeleton-loader/loading": {
7479
+ "type": "boolean\n",
7480
+ "description": "Applies a loading animation with a on-hover loading cursor. A value of **false** will only work when there is content in the `default` slot."
7481
+ },
7482
7482
  "v-skeleton-loader/loading-text": {
7483
7483
  "type": "string\n",
7484
7484
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSkeletonLoader.json))"
@@ -7532,7 +7532,7 @@
7532
7532
  "description": "The appended slot when arrows are shown."
7533
7533
  },
7534
7534
  "v-slide-group/mobile-breakpoint": {
7535
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7535
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
7536
7536
  "description": "Sets the designated mobile breakpoint for the component."
7537
7537
  },
7538
7538
  "v-slide-group/center-active": {
@@ -7979,22 +7979,14 @@
7979
7979
  "type": "boolean\n",
7980
7980
  "description": "Removes the stepper's elevation."
7981
7981
  },
7982
- "v-stepper/tag": {
7983
- "type": "string\n",
7984
- "description": "Specify a custom tag used on the root element."
7985
- },
7986
- "v-stepper/theme": {
7987
- "type": "string\n",
7988
- "description": "Specify a theme for this component and all of its children."
7989
- },
7990
- "v-stepper/items": {
7991
- "type": "(string | Record<string, any>)[]\n",
7992
- "description": "An array of strings or objects used for automatically generating children components."
7993
- },
7994
7982
  "v-stepper/border": {
7995
7983
  "type": "string | number | boolean\n",
7996
7984
  "description": "Applies border styles to component."
7997
7985
  },
7986
+ "v-stepper/model-value": {
7987
+ "type": "any\n",
7988
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7989
+ },
7998
7990
  "v-stepper/height": {
7999
7991
  "type": "string | number\n",
8000
7992
  "description": "Sets the height for the component."
@@ -8023,49 +8015,41 @@
8023
8015
  "type": "string | number\n",
8024
8016
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
8025
8017
  },
8026
- "v-stepper/disabled": {
8027
- "type": "boolean\n",
8028
- "description": "Puts all children components into a disabled state."
8029
- },
8030
- "v-stepper/selected-class": {
8031
- "type": "string\n",
8032
- "description": "Configure the active CSS class applied when an item is selected."
8033
- },
8034
8018
  "v-stepper/location": {
8035
8019
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
8036
8020
  "description": "Specifies the component's location. Can combine by using a space separated string."
8037
8021
  },
8038
8022
  "v-stepper/position": {
8039
- "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
8023
+ "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
8040
8024
  "description": "Sets the position for the component."
8041
8025
  },
8042
8026
  "v-stepper/rounded": {
8043
8027
  "type": "string | number | boolean\n",
8044
8028
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
8045
8029
  },
8046
- "v-stepper/color": {
8030
+ "v-stepper/tag": {
8047
8031
  "type": "string\n",
8048
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8049
- },
8050
- "v-stepper/max": {
8051
- "type": "number\n",
8052
- "description": "Sets a maximum number of selections that can be made."
8032
+ "description": "Specify a custom tag used on the root element."
8053
8033
  },
8054
- "v-stepper/model-value": {
8055
- "type": "any\n",
8056
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8034
+ "v-stepper/theme": {
8035
+ "type": "string\n",
8036
+ "description": "Specify a theme for this component and all of its children."
8057
8037
  },
8058
- "v-stepper/bg-color": {
8038
+ "v-stepper/color": {
8059
8039
  "type": "string\n",
8060
- "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)."
8040
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8041
+ },
8042
+ "v-stepper/disabled": {
8043
+ "type": "boolean\n",
8044
+ "description": "Puts all children components into a disabled state."
8061
8045
  },
8062
8046
  "v-stepper/multiple": {
8063
8047
  "type": "boolean\n",
8064
8048
  "description": "Allows one to select multiple items."
8065
8049
  },
8066
- "v-stepper/mandatory": {
8067
- "type": "boolean | 'force'\n",
8068
- "description": "Forces at least one item to always be selected (if available)."
8050
+ "v-stepper/items": {
8051
+ "type": "(string | Record<string, any>)[]\n",
8052
+ "description": "An array of strings or objects used for automatically generating children components."
8069
8053
  },
8070
8054
  "v-stepper/item-title": {
8071
8055
  "type": "string\n",
@@ -8075,10 +8059,30 @@
8075
8059
  "type": "string\n",
8076
8060
  "description": "Property on supplied `items` that contains its value."
8077
8061
  },
8062
+ "v-stepper/bg-color": {
8063
+ "type": "string\n",
8064
+ "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)."
8065
+ },
8066
+ "v-stepper/selected-class": {
8067
+ "type": "string\n",
8068
+ "description": "Configure the active CSS class applied when an item is selected."
8069
+ },
8070
+ "v-stepper/max": {
8071
+ "type": "number\n",
8072
+ "description": "Sets a maximum number of selections that can be made."
8073
+ },
8074
+ "v-stepper/mandatory": {
8075
+ "type": "boolean | 'force'\n",
8076
+ "description": "Forces at least one item to always be selected (if available)."
8077
+ },
8078
8078
  "v-stepper/hide-actions": {
8079
8079
  "type": "boolean\n",
8080
8080
  "description": "Hide actions bar (prev and next buttons)."
8081
8081
  },
8082
+ "v-stepper/mobile": {
8083
+ "type": "boolean\n",
8084
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
8085
+ },
8082
8086
  "v-stepper/alt-labels": {
8083
8087
  "type": "boolean\n",
8084
8088
  "description": "Places the labels beneath the step."
@@ -8087,10 +8091,6 @@
8087
8091
  "type": "boolean\n",
8088
8092
  "description": "Marks step as editable."
8089
8093
  },
8090
- "v-stepper/mobile": {
8091
- "type": "boolean\n",
8092
- "description": "Forces the stepper into a mobile state, removing labels from stepper items."
8093
- },
8094
8094
  "v-stepper/non-linear": {
8095
8095
  "type": "boolean\n",
8096
8096
  "description": "Allow user to jump to any step."
@@ -8103,14 +8103,14 @@
8103
8103
  "type": "string\n",
8104
8104
  "description": "The text used for the Next button."
8105
8105
  },
8106
- "v-stepper-actions/color": {
8107
- "type": "string\n",
8108
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8109
- },
8110
8106
  "v-stepper-actions/disabled": {
8111
8107
  "type": "boolean | 'next' | 'prev'\n",
8112
8108
  "description": "Removes the ability to click or target the component."
8113
8109
  },
8110
+ "v-stepper-actions/color": {
8111
+ "type": "string\n",
8112
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8113
+ },
8114
8114
  "v-stepper-actions/prev-text": {
8115
8115
  "type": "string\n",
8116
8116
  "description": "The text used for the Prev button."
@@ -8123,46 +8123,46 @@
8123
8123
  "type": "string\n",
8124
8124
  "description": "Specify a custom tag used on the root element."
8125
8125
  },
8126
- "v-stepper-item/title": {
8127
- "type": "string\n",
8128
- "description": "Specify a title text for the component."
8129
- },
8130
- "v-stepper-item/icon": {
8131
- "type": "string\n",
8132
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
8126
+ "v-stepper-item/value": {
8127
+ "type": "any\n",
8128
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8133
8129
  },
8134
8130
  "v-stepper-item/error": {
8135
8131
  "type": "boolean\n",
8136
8132
  "description": "Puts the stepper item in a manual error state."
8137
8133
  },
8138
- "v-stepper-item/color": {
8139
- "type": "string\n",
8140
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8134
+ "v-stepper-item/ripple": {
8135
+ "type": "boolean | { class: string }\n",
8136
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
8141
8137
  },
8142
8138
  "v-stepper-item/disabled": {
8143
8139
  "type": "boolean\n",
8144
8140
  "description": "Removes the ability to click or target the component."
8145
8141
  },
8146
- "v-stepper-item/value": {
8147
- "type": "any\n",
8148
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8142
+ "v-stepper-item/selected-class": {
8143
+ "type": "string\n",
8144
+ "description": "Configure the active CSS class applied when an item is selected."
8149
8145
  },
8150
- "v-stepper-item/rules": {
8151
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L39-L39\" target=\"_blank\">ValidationRule</a>[]\n",
8152
- "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`."
8146
+ "v-stepper-item/color": {
8147
+ "type": "string\n",
8148
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8153
8149
  },
8154
- "v-stepper-item/ripple": {
8155
- "type": "boolean | { class: string }\n",
8156
- "description": "Applies the [v-ripple](/directives/ripple) directive."
8150
+ "v-stepper-item/icon": {
8151
+ "type": "string\n",
8152
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
8157
8153
  },
8158
- "v-stepper-item/selected-class": {
8154
+ "v-stepper-item/title": {
8159
8155
  "type": "string\n",
8160
- "description": "Configure the active CSS class applied when an item is selected."
8156
+ "description": "Specify a title text for the component."
8161
8157
  },
8162
8158
  "v-stepper-item/subtitle": {
8163
8159
  "type": "string\n",
8164
8160
  "description": "Specify a subtitle text for the component."
8165
8161
  },
8162
+ "v-stepper-item/rules": {
8163
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L39-L39\" target=\"_blank\">ValidationRule</a>[]\n",
8164
+ "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`."
8165
+ },
8166
8166
  "v-stepper-item/complete": {
8167
8167
  "type": "boolean\n",
8168
8168
  "description": "Marks step as complete."
@@ -8183,14 +8183,18 @@
8183
8183
  "type": "string\n",
8184
8184
  "description": "Icon to display when step has an error."
8185
8185
  },
8186
- "v-stepper-window/tag": {
8187
- "type": "string\n",
8188
- "description": "Specify a custom tag used on the root element."
8186
+ "v-stepper-window/model-value": {
8187
+ "type": "any\n",
8188
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8189
8189
  },
8190
8190
  "v-stepper-window/reverse": {
8191
8191
  "type": "boolean\n",
8192
8192
  "description": "Reverse the normal transition direction."
8193
8193
  },
8194
+ "v-stepper-window/tag": {
8195
+ "type": "string\n",
8196
+ "description": "Specify a custom tag used on the root element."
8197
+ },
8194
8198
  "v-stepper-window/theme": {
8195
8199
  "type": "string\n",
8196
8200
  "description": "Specify a theme for this component and all of its children."
@@ -8199,18 +8203,14 @@
8199
8203
  "type": "boolean\n",
8200
8204
  "description": "Removes the ability to click or target the component."
8201
8205
  },
8202
- "v-stepper-window/selected-class": {
8203
- "type": "string\n",
8204
- "description": "Configure the active CSS class applied when an item is selected."
8205
- },
8206
- "v-stepper-window/model-value": {
8207
- "type": "any\n",
8208
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8209
- },
8210
8206
  "v-stepper-window/direction": {
8211
8207
  "type": "'horizontal' | 'vertical'\n",
8212
8208
  "description": "The transition direction when changing windows."
8213
8209
  },
8210
+ "v-stepper-window/selected-class": {
8211
+ "type": "string\n",
8212
+ "description": "Configure the active CSS class applied when an item is selected."
8213
+ },
8214
8214
  "v-stepper-window-item/eager": {
8215
8215
  "type": "boolean\n",
8216
8216
  "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."
@@ -8251,138 +8251,86 @@
8251
8251
  "type": "string\n",
8252
8252
  "description": "Provides the default type for children selection controls."
8253
8253
  },
8254
- "v-switch/model-value": {
8255
- "type": "unknown\n",
8256
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8257
- },
8258
- "v-switch/error": {
8259
- "type": "boolean\n",
8260
- "description": "Puts the input in a manual error state."
8261
- },
8262
- "v-switch/density": {
8263
- "type": "'default' | 'comfortable' | 'compact'\n",
8264
- "description": "Adjusts the vertical height used by the component."
8265
- },
8266
- "v-switch/theme": {
8267
- "type": "string\n",
8268
- "description": "Specify a theme for this component and all of its children."
8269
- },
8270
- "v-switch/color": {
8271
- "type": "string\n",
8272
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8273
- },
8274
8254
  "v-switch/name": {
8275
8255
  "type": "string\n",
8276
8256
  "description": "Sets the component's name attribute."
8277
8257
  },
8278
- "v-switch/label": {
8258
+ "v-switch/theme": {
8279
8259
  "type": "string\n",
8280
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
8260
+ "description": "Specify a theme for this component and all of its children."
8281
8261
  },
8282
8262
  "v-switch/id": {
8283
8263
  "type": "string\n",
8284
8264
  "description": "Sets the DOM id on the component."
8285
8265
  },
8286
- "v-switch/disabled": {
8287
- "type": "boolean\n",
8288
- "description": "Removes the ability to click or target the component."
8289
- },
8290
8266
  "v-switch/value": {
8291
8267
  "type": "any\n",
8292
8268
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8293
8269
  },
8294
- "v-switch/multiple": {
8270
+ "v-switch/error": {
8295
8271
  "type": "boolean\n",
8296
- "description": "Changes expected model to an array."
8272
+ "description": "Puts the input in a manual error state."
8297
8273
  },
8298
- "v-switch/value-comparator": {
8299
- "type": "(a: any, b: any) => boolean\n",
8300
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
8274
+ "v-switch/prepend-icon": {
8275
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8276
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
8301
8277
  },
8302
8278
  "v-switch/append-icon": {
8303
8279
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8304
8280
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
8305
8281
  },
8306
- "v-switch/center-affix": {
8282
+ "v-switch/ripple": {
8307
8283
  "type": "boolean\n",
8308
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8284
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
8309
8285
  },
8310
- "v-switch/prepend-icon": {
8311
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8312
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
8286
+ "v-switch/density": {
8287
+ "type": "'default' | 'comfortable' | 'compact'\n",
8288
+ "description": "Adjusts the vertical height used by the component."
8313
8289
  },
8314
- "v-switch/hide-spin-buttons": {
8290
+ "v-switch/disabled": {
8315
8291
  "type": "boolean\n",
8316
- "description": "Hides spin buttons on the input when type is set to `number`."
8292
+ "description": "Removes the ability to click or target the component."
8317
8293
  },
8318
- "v-switch/hint": {
8294
+ "v-switch/loading": {
8295
+ "type": "string | boolean\n",
8296
+ "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."
8297
+ },
8298
+ "v-switch/color": {
8319
8299
  "type": "string\n",
8320
- "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
8300
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8321
8301
  },
8322
- "v-switch/persistent-hint": {
8302
+ "v-switch/inline": {
8323
8303
  "type": "boolean\n",
8324
- "description": "Forces [hint](#props-hint) to always be visible."
8325
- },
8326
- "v-switch/messages": {
8327
- "type": "string | string[]\n",
8328
- "description": "Displays a list of messages or a single message if using a string."
8329
- },
8330
- "v-switch/direction": {
8331
- "type": "'horizontal' | 'vertical'\n",
8332
- "description": "Changes the direction of the input."
8304
+ "description": "Puts children inputs into a row."
8333
8305
  },
8334
- "v-switch/error-messages": {
8335
- "type": "string | string[]\n",
8336
- "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."
8306
+ "v-switch/label": {
8307
+ "type": "string\n",
8308
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
8337
8309
  },
8338
- "v-switch/max-errors": {
8339
- "type": "string | number\n",
8340
- "description": "Control the maximum number of shown errors from validation."
8310
+ "v-switch/model-value": {
8311
+ "type": "unknown\n",
8312
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8341
8313
  },
8342
- "v-switch/readonly": {
8314
+ "v-switch/multiple": {
8343
8315
  "type": "boolean\n",
8344
- "description": "Puts input in readonly state."
8345
- },
8346
- "v-switch/rules": {
8347
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
8348
- "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`."
8316
+ "description": "Changes expected model to an array."
8349
8317
  },
8350
- "v-switch/validate-on": {
8351
- "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
8352
- "description": "Change what type of event triggers validation to run."
8318
+ "v-switch/inset": {
8319
+ "type": "boolean\n",
8320
+ "description": "Enlarge the `v-switch` track to encompass the thumb."
8353
8321
  },
8354
- "v-switch/validation-value": {
8355
- "type": "any\n",
8356
- "description": "The value used when applying validation rules."
8322
+ "v-switch/direction": {
8323
+ "type": "'horizontal' | 'vertical'\n",
8324
+ "description": "Changes the direction of the input."
8357
8325
  },
8358
- "v-switch/focused": {
8326
+ "v-switch/indeterminate": {
8359
8327
  "type": "boolean\n",
8360
- "description": "Forces a focused state styling on the component."
8361
- },
8362
- "v-switch/hide-details": {
8363
- "type": "boolean | 'auto'\n",
8364
- "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."
8328
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSwitch.json))"
8365
8329
  },
8366
8330
  "v-switch/base-color": {
8367
8331
  "type": "string\n",
8368
8332
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSelectionControl.json))"
8369
8333
  },
8370
- "v-switch/loading": {
8371
- "type": "string | boolean\n",
8372
- "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."
8373
- },
8374
- "v-switch/ripple": {
8375
- "type": "boolean\n",
8376
- "description": "Applies the [v-ripple](/directives/ripple) directive."
8377
- },
8378
- "v-switch/inline": {
8379
- "type": "boolean\n",
8380
- "description": "Puts children inputs into a row."
8381
- },
8382
- "v-switch/indeterminate": {
8383
- "type": "boolean\n",
8384
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VSwitch.json))"
8385
- },
8386
8334
  "v-switch/true-value": {
8387
8335
  "type": "any\n",
8388
8336
  "description": "Sets value for truthy state."
@@ -8403,21 +8351,61 @@
8403
8351
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8404
8352
  "description": "The icon used when active."
8405
8353
  },
8406
- "v-switch/inset": {
8354
+ "v-switch/readonly": {
8407
8355
  "type": "boolean\n",
8408
- "description": "Enlarge the `v-switch` track to encompass the thumb."
8356
+ "description": "Puts input in readonly state."
8409
8357
  },
8410
- "v-system-bar/tag": {
8411
- "type": "string\n",
8412
- "description": "Specify a custom tag used on the root element."
8358
+ "v-switch/value-comparator": {
8359
+ "type": "(a: any, b: any) => boolean\n",
8360
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
8413
8361
  },
8414
- "v-system-bar/name": {
8415
- "type": "string\n",
8416
- "description": "Assign a specific name for layout registration."
8362
+ "v-switch/focused": {
8363
+ "type": "boolean\n",
8364
+ "description": "Forces a focused state styling on the component."
8417
8365
  },
8418
- "v-system-bar/theme": {
8366
+ "v-switch/center-affix": {
8367
+ "type": "boolean\n",
8368
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8369
+ },
8370
+ "v-switch/error-messages": {
8371
+ "type": "string | string[]\n",
8372
+ "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."
8373
+ },
8374
+ "v-switch/validate-on": {
8375
+ "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
8376
+ "description": "Change what type of event triggers validation to run."
8377
+ },
8378
+ "v-switch/hide-spin-buttons": {
8379
+ "type": "boolean\n",
8380
+ "description": "Hides spin buttons on the input when type is set to `number`."
8381
+ },
8382
+ "v-switch/hint": {
8419
8383
  "type": "string\n",
8420
- "description": "Specify a theme for this component and all of its children."
8384
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
8385
+ },
8386
+ "v-switch/persistent-hint": {
8387
+ "type": "boolean\n",
8388
+ "description": "Forces [hint](#props-hint) to always be visible."
8389
+ },
8390
+ "v-switch/messages": {
8391
+ "type": "string | string[]\n",
8392
+ "description": "Displays a list of messages or a single message if using a string."
8393
+ },
8394
+ "v-switch/max-errors": {
8395
+ "type": "string | number\n",
8396
+ "description": "Control the maximum number of shown errors from validation."
8397
+ },
8398
+ "v-switch/rules": {
8399
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
8400
+ "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`."
8401
+ },
8402
+ "v-switch/validation-value": {
8403
+ "type": "any\n",
8404
+ "description": "The value used when applying validation rules."
8405
+ },
8406
+ "v-switch/hide-details": {
8407
+ "type": "boolean | 'auto'\n",
8408
+ "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."
8421
8409
  },
8422
8410
  "v-system-bar/height": {
8423
8411
  "type": "string | number\n",
@@ -8435,10 +8423,22 @@
8435
8423
  "type": "string | number | boolean\n",
8436
8424
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
8437
8425
  },
8426
+ "v-system-bar/tag": {
8427
+ "type": "string\n",
8428
+ "description": "Specify a custom tag used on the root element."
8429
+ },
8430
+ "v-system-bar/theme": {
8431
+ "type": "string\n",
8432
+ "description": "Specify a theme for this component and all of its children."
8433
+ },
8438
8434
  "v-system-bar/color": {
8439
8435
  "type": "string\n",
8440
8436
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8441
8437
  },
8438
+ "v-system-bar/name": {
8439
+ "type": "string\n",
8440
+ "description": "Assign a specific name for layout registration."
8441
+ },
8442
8442
  "v-system-bar/order": {
8443
8443
  "type": "string | number\n",
8444
8444
  "description": "Adjust the order of the component in relation to its registration order."
@@ -8447,46 +8447,6 @@
8447
8447
  "type": "boolean\n",
8448
8448
  "description": "Increases the system bar height to 32px (24px default)."
8449
8449
  },
8450
- "v-tab/tag": {
8451
- "type": "string\n",
8452
- "description": "Specify a custom tag used on the root element."
8453
- },
8454
- "v-tab/replace": {
8455
- "type": "boolean\n",
8456
- "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."
8457
- },
8458
- "v-tab/fixed": {
8459
- "type": "boolean\n",
8460
- "description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
8461
- },
8462
- "v-tab/theme": {
8463
- "type": "string\n",
8464
- "description": "Specify a theme for this component and all of its children."
8465
- },
8466
- "v-tab/value": {
8467
- "type": "any\n",
8468
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8469
- },
8470
- "v-tab/prepend-icon": {
8471
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8472
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
8473
- },
8474
- "v-tab/append-icon": {
8475
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8476
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
8477
- },
8478
- "v-tab/slim": {
8479
- "type": "boolean\n",
8480
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBtn.json))"
8481
- },
8482
- "v-tab/stacked": {
8483
- "type": "boolean\n",
8484
- "description": "Displays the tab as a flex-column."
8485
- },
8486
- "v-tab/ripple": {
8487
- "type": "boolean | { class: string }\n",
8488
- "description": "Applies the [v-ripple](/directives/ripple) directive."
8489
- },
8490
8450
  "v-tab/text": {
8491
8451
  "type": "string\n",
8492
8452
  "description": "Specify content text for the component."
@@ -8495,6 +8455,10 @@
8495
8455
  "type": "string | number | boolean\n",
8496
8456
  "description": "Applies border styles to component."
8497
8457
  },
8458
+ "v-tab/icon": {
8459
+ "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8460
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
8461
+ },
8498
8462
  "v-tab/density": {
8499
8463
  "type": "'default' | 'comfortable' | 'compact'\n",
8500
8464
  "description": "Adjusts the vertical height used by the component."
@@ -8527,30 +8491,82 @@
8527
8491
  "type": "string | number\n",
8528
8492
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
8529
8493
  },
8494
+ "v-tab/fixed": {
8495
+ "type": "boolean\n",
8496
+ "description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
8497
+ },
8498
+ "v-tab/rounded": {
8499
+ "type": "string | number | boolean\n",
8500
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
8501
+ },
8502
+ "v-tab/tag": {
8503
+ "type": "string\n",
8504
+ "description": "Specify a custom tag used on the root element."
8505
+ },
8506
+ "v-tab/theme": {
8507
+ "type": "string\n",
8508
+ "description": "Specify a theme for this component and all of its children."
8509
+ },
8510
+ "v-tab/color": {
8511
+ "type": "string\n",
8512
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8513
+ },
8514
+ "v-tab/variant": {
8515
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
8516
+ "description": "Applies a distinct style to the component."
8517
+ },
8518
+ "v-tab/replace": {
8519
+ "type": "boolean\n",
8520
+ "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."
8521
+ },
8522
+ "v-tab/exact": {
8523
+ "type": "boolean\n",
8524
+ "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."
8525
+ },
8530
8526
  "v-tab/disabled": {
8531
8527
  "type": "boolean\n",
8532
8528
  "description": "Removes the ability to click or target the component."
8533
8529
  },
8534
- "v-tab/selected-class": {
8535
- "type": "string\n",
8536
- "description": "Configure the active CSS class applied when an item is selected."
8530
+ "v-tab/value": {
8531
+ "type": "any\n",
8532
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8533
+ },
8534
+ "v-tab/append-icon": {
8535
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8536
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
8537
+ },
8538
+ "v-tab/prepend-icon": {
8539
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8540
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
8541
+ },
8542
+ "v-tab/direction": {
8543
+ "type": "'horizontal' | 'vertical'\n",
8544
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
8537
8545
  },
8538
8546
  "v-tab/loading": {
8539
8547
  "type": "string | boolean\n",
8540
8548
  "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."
8541
8549
  },
8542
- "v-tab/rounded": {
8543
- "type": "string | number | boolean\n",
8544
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
8550
+ "v-tab/slim": {
8551
+ "type": "boolean\n",
8552
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBtn.json))"
8553
+ },
8554
+ "v-tab/stacked": {
8555
+ "type": "boolean\n",
8556
+ "description": "Displays the tab as a flex-column."
8557
+ },
8558
+ "v-tab/ripple": {
8559
+ "type": "boolean | { class: string }\n",
8560
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
8561
+ },
8562
+ "v-tab/selected-class": {
8563
+ "type": "string\n",
8564
+ "description": "Configure the active CSS class applied when an item is selected."
8545
8565
  },
8546
8566
  "v-tab/href": {
8547
8567
  "type": "string\n",
8548
8568
  "description": "Designates the component as anchor and applies the **href** attribute."
8549
8569
  },
8550
- "v-tab/exact": {
8551
- "type": "boolean\n",
8552
- "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."
8553
- },
8554
8570
  "v-tab/to": {
8555
8571
  "type": "RouteLocationRaw\n",
8556
8572
  "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."
@@ -8559,22 +8575,6 @@
8559
8575
  "type": "string | number\n",
8560
8576
  "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**."
8561
8577
  },
8562
- "v-tab/color": {
8563
- "type": "string\n",
8564
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
8565
- },
8566
- "v-tab/variant": {
8567
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
8568
- "description": "Applies a distinct style to the component."
8569
- },
8570
- "v-tab/icon": {
8571
- "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8572
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
8573
- },
8574
- "v-tab/direction": {
8575
- "type": "'horizontal' | 'vertical'\n",
8576
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
8577
- },
8578
8578
  "v-tab/slider-color": {
8579
8579
  "type": "string\n",
8580
8580
  "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)."
@@ -8583,14 +8583,6 @@
8583
8583
  "type": "boolean\n",
8584
8584
  "description": "Hides the active tab slider component (no exit or enter animation)."
8585
8585
  },
8586
- "v-table/tag": {
8587
- "type": "string\n",
8588
- "description": "Specify a custom tag used on the root element."
8589
- },
8590
- "v-table/theme": {
8591
- "type": "string\n",
8592
- "description": "Specify a theme for this component and all of its children."
8593
- },
8594
8586
  "v-table/density": {
8595
8587
  "type": "'default' | 'comfortable' | 'compact'\n",
8596
8588
  "description": "Adjusts the vertical height used by the component."
@@ -8599,6 +8591,14 @@
8599
8591
  "type": "string | number\n",
8600
8592
  "description": "Use the height prop to set the height of the table."
8601
8593
  },
8594
+ "v-table/tag": {
8595
+ "type": "string\n",
8596
+ "description": "Specify a custom tag used on the root element."
8597
+ },
8598
+ "v-table/theme": {
8599
+ "type": "string\n",
8600
+ "description": "Specify a theme for this component and all of its children."
8601
+ },
8602
8602
  "v-table/hover": {
8603
8603
  "type": "boolean\n",
8604
8604
  "description": "Will add a hover effect to a table's row when the mouse is over it."
@@ -8680,7 +8680,7 @@
8680
8680
  "description": "Right pagination icon."
8681
8681
  },
8682
8682
  "v-tabs/mobile-breakpoint": {
8683
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
8683
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
8684
8684
  "description": "Sets the designated mobile breakpoint for the component."
8685
8685
  },
8686
8686
  "v-tabs/center-active": {
@@ -8691,6 +8691,14 @@
8691
8691
  "type": "string | boolean\n",
8692
8692
  "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
8693
8693
  },
8694
+ "v-tabs/slider-color": {
8695
+ "type": "string\n",
8696
+ "description": "Changes the background color of an auto-generated `v-tabs-slider`."
8697
+ },
8698
+ "v-tabs/hide-slider": {
8699
+ "type": "boolean\n",
8700
+ "description": "Hide's the generated `v-tabs-slider`."
8701
+ },
8694
8702
  "v-tabs/align-tabs": {
8695
8703
  "type": "'title' | 'end' | 'start' | 'center'\n",
8696
8704
  "description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
@@ -8703,14 +8711,6 @@
8703
8711
  "type": "boolean\n",
8704
8712
  "description": "Force `v-tab`'s to take up all available space."
8705
8713
  },
8706
- "v-tabs/hide-slider": {
8707
- "type": "boolean\n",
8708
- "description": "Hide's the generated `v-tabs-slider`."
8709
- },
8710
- "v-tabs/slider-color": {
8711
- "type": "string\n",
8712
- "description": "Changes the background color of an auto-generated `v-tabs-slider`."
8713
- },
8714
8714
  "v-text-field/flat": {
8715
8715
  "type": "boolean\n",
8716
8716
  "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props."
@@ -8799,41 +8799,65 @@
8799
8799
  "type": "boolean\n",
8800
8800
  "description": "Puts input in readonly state."
8801
8801
  },
8802
- "v-text-field/autofocus": {
8802
+ "v-text-field/focused": {
8803
8803
  "type": "boolean\n",
8804
- "description": "Enables autofocus."
8804
+ "description": "Forces a focused state styling on the component."
8805
8805
  },
8806
- "v-text-field/counter": {
8807
- "type": "string | number | boolean\n",
8808
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
8806
+ "v-text-field/append-inner-icon": {
8807
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8808
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
8809
8809
  },
8810
- "v-text-field/prefix": {
8811
- "type": "string\n",
8812
- "description": "Displays prefix text."
8810
+ "v-text-field/clearable": {
8811
+ "type": "boolean\n",
8812
+ "description": "Allows for the component to be cleared."
8813
8813
  },
8814
- "v-text-field/placeholder": {
8815
- "type": "string\n",
8816
- "description": "Sets the input’s placeholder text."
8814
+ "v-text-field/clear-icon": {
8815
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8816
+ "description": "Applied when using **clearable** and the input is dirty."
8817
8817
  },
8818
- "v-text-field/persistent-placeholder": {
8818
+ "v-text-field/center-affix": {
8819
8819
  "type": "boolean\n",
8820
- "description": "Forces placeholder to always be visible."
8820
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8821
8821
  },
8822
- "v-text-field/persistent-counter": {
8822
+ "v-text-field/dirty": {
8823
8823
  "type": "boolean\n",
8824
- "description": "Forces counter to always be visible."
8824
+ "description": "Manually apply the dirty state styling."
8825
8825
  },
8826
- "v-text-field/suffix": {
8826
+ "v-text-field/persistent-clear": {
8827
+ "type": "boolean\n",
8828
+ "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
8829
+ },
8830
+ "v-text-field/prepend-inner-icon": {
8831
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8832
+ "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`."
8833
+ },
8834
+ "v-text-field/single-line": {
8835
+ "type": "boolean\n",
8836
+ "description": "Label does not move on focus/dirty."
8837
+ },
8838
+ "v-text-field/error-messages": {
8839
+ "type": "string | string[]\n",
8840
+ "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."
8841
+ },
8842
+ "v-text-field/validate-on": {
8843
+ "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
8844
+ "description": "Change what type of event triggers validation to run."
8845
+ },
8846
+ "v-text-field/prefix": {
8827
8847
  "type": "string\n",
8828
- "description": "Displays suffix text."
8848
+ "description": "Displays prefix text."
8829
8849
  },
8830
8850
  "v-text-field/role": {
8831
8851
  "type": "string\n",
8832
8852
  "description": "The role attribute applied to the input."
8833
8853
  },
8834
- "v-text-field/center-affix": {
8854
+ "v-text-field/autofocus": {
8835
8855
  "type": "boolean\n",
8836
- "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8856
+ "description": "Enables autofocus."
8857
+ },
8858
+ "v-text-field/placeholder": {
8859
+ "type": "string\n",
8860
+ "description": "Sets the input’s placeholder text."
8837
8861
  },
8838
8862
  "v-text-field/hide-spin-buttons": {
8839
8863
  "type": "boolean\n",
@@ -8851,10 +8875,6 @@
8851
8875
  "type": "string | string[]\n",
8852
8876
  "description": "Displays a list of messages or a single message if using a string."
8853
8877
  },
8854
- "v-text-field/error-messages": {
8855
- "type": "string | string[]\n",
8856
- "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."
8857
- },
8858
8878
  "v-text-field/max-errors": {
8859
8879
  "type": "string | number\n",
8860
8880
  "description": "Control the maximum number of shown errors from validation."
@@ -8863,49 +8883,29 @@
8863
8883
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
8864
8884
  "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`."
8865
8885
  },
8866
- "v-text-field/validate-on": {
8867
- "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
8868
- "description": "Change what type of event triggers validation to run."
8869
- },
8870
8886
  "v-text-field/validation-value": {
8871
8887
  "type": "any\n",
8872
8888
  "description": "The value used when applying validation rules."
8873
8889
  },
8874
- "v-text-field/focused": {
8875
- "type": "boolean\n",
8876
- "description": "Forces a focused state styling on the component."
8877
- },
8878
8890
  "v-text-field/hide-details": {
8879
8891
  "type": "boolean | 'auto'\n",
8880
8892
  "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."
8881
8893
  },
8882
- "v-text-field/append-inner-icon": {
8883
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8884
- "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
8885
- },
8886
- "v-text-field/clearable": {
8887
- "type": "boolean\n",
8888
- "description": "Allows for the component to be cleared."
8889
- },
8890
- "v-text-field/clear-icon": {
8891
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8892
- "description": "Applied when using **clearable** and the input is dirty."
8894
+ "v-text-field/counter": {
8895
+ "type": "string | number | boolean\n",
8896
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
8893
8897
  },
8894
- "v-text-field/dirty": {
8898
+ "v-text-field/persistent-placeholder": {
8895
8899
  "type": "boolean\n",
8896
- "description": "Manually apply the dirty state styling."
8900
+ "description": "Forces placeholder to always be visible."
8897
8901
  },
8898
- "v-text-field/persistent-clear": {
8902
+ "v-text-field/persistent-counter": {
8899
8903
  "type": "boolean\n",
8900
- "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
8901
- },
8902
- "v-text-field/prepend-inner-icon": {
8903
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8904
- "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`."
8904
+ "description": "Forces counter to always be visible."
8905
8905
  },
8906
- "v-text-field/single-line": {
8907
- "type": "boolean\n",
8908
- "description": "Label does not move on focus/dirty."
8906
+ "v-text-field/suffix": {
8907
+ "type": "string\n",
8908
+ "description": "Displays suffix text."
8909
8909
  },
8910
8910
  "v-text-field/counter-value": {
8911
8911
  "type": "number | ((value: any) => number)\n",
@@ -9327,22 +9327,26 @@
9327
9327
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
9328
9328
  "description": "Applies a distinct style to the component."
9329
9329
  },
9330
+ "v-toolbar-title/text": {
9331
+ "type": "string\n",
9332
+ "description": "Specify content text for the component."
9333
+ },
9330
9334
  "v-toolbar-title/tag": {
9331
9335
  "type": "string\n",
9332
9336
  "description": "Specify a custom tag used on the root element."
9333
9337
  },
9334
- "v-toolbar-title/text": {
9338
+ "v-tooltip/theme": {
9335
9339
  "type": "string\n",
9336
- "description": "Specify content text for the component."
9340
+ "description": "Specify a theme for this component and all of its children."
9341
+ },
9342
+ "v-tooltip/id": {
9343
+ "type": "string\n",
9344
+ "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
9337
9345
  },
9338
9346
  "v-tooltip/text": {
9339
9347
  "type": "string\n",
9340
9348
  "description": "Specify content text for the component."
9341
9349
  },
9342
- "v-tooltip/model-value": {
9343
- "type": "boolean\n",
9344
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9345
- },
9346
9350
  "v-tooltip/height": {
9347
9351
  "type": "string | number\n",
9348
9352
  "description": "Sets the height for the component."
@@ -9367,26 +9371,26 @@
9367
9371
  "type": "string | number\n",
9368
9372
  "description": "Sets the width for the component."
9369
9373
  },
9374
+ "v-tooltip/disabled": {
9375
+ "type": "boolean\n",
9376
+ "description": "Removes the ability to click or target the component."
9377
+ },
9370
9378
  "v-tooltip/location": {
9371
9379
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
9372
9380
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
9373
9381
  },
9374
- "v-tooltip/theme": {
9375
- "type": "string\n",
9376
- "description": "Specify a theme for this component and all of its children."
9377
- },
9378
- "v-tooltip/eager": {
9382
+ "v-tooltip/model-value": {
9379
9383
  "type": "boolean\n",
9380
- "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."
9384
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9385
+ },
9386
+ "v-tooltip/transition": {
9387
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
9388
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
9381
9389
  },
9382
9390
  "v-tooltip/activator": {
9383
9391
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
9384
9392
  "description": "Explicitly sets the overlay's activator."
9385
9393
  },
9386
- "v-tooltip/id": {
9387
- "type": "string\n",
9388
- "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
9389
- },
9390
9394
  "v-tooltip/close-on-back": {
9391
9395
  "type": "boolean\n",
9392
9396
  "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."
@@ -9403,10 +9407,6 @@
9403
9407
  "type": "any\n",
9404
9408
  "description": "Apply custom properties to the content."
9405
9409
  },
9406
- "v-tooltip/disabled": {
9407
- "type": "boolean\n",
9408
- "description": "Removes the ability to click or target the component."
9409
- },
9410
9410
  "v-tooltip/no-click-animation": {
9411
9411
  "type": "boolean\n",
9412
9412
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
@@ -9451,6 +9451,10 @@
9451
9451
  "type": "string | number\n",
9452
9452
  "description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)."
9453
9453
  },
9454
+ "v-tooltip/eager": {
9455
+ "type": "boolean\n",
9456
+ "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."
9457
+ },
9454
9458
  "v-tooltip/location-strategy": {
9455
9459
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
9456
9460
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -9464,40 +9468,32 @@
9464
9468
  "description": "A single value that offsets content away from the target based upon what side it is on."
9465
9469
  },
9466
9470
  "v-tooltip/scroll-strategy": {
9467
- "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\">ScrollStrategyFn</a>\n",
9471
+ "type": "'block' | 'none' | 'close' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
9468
9472
  "description": "Strategy used when the component is activate and user scrolls."
9469
9473
  },
9470
- "v-tooltip/transition": {
9471
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
9472
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
9473
- },
9474
9474
  "v-tooltip/attach": {
9475
9475
  "type": "string | boolean | Element\n",
9476
9476
  "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."
9477
9477
  },
9478
- "v-validation/name": {
9479
- "type": "string\n",
9480
- "description": "Sets the component's name attribute."
9478
+ "v-validation/model-value": {
9479
+ "type": "unknown\n",
9480
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9481
9481
  },
9482
9482
  "v-validation/error": {
9483
9483
  "type": "boolean\n",
9484
9484
  "description": "Puts the input in a manual error state."
9485
9485
  },
9486
- "v-validation/disabled": {
9487
- "type": "boolean\n",
9488
- "description": "Removes the ability to click or target the component."
9486
+ "v-validation/name": {
9487
+ "type": "string\n",
9488
+ "description": "Sets the component's name attribute."
9489
9489
  },
9490
9490
  "v-validation/label": {
9491
9491
  "type": "string\n",
9492
9492
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9493
9493
  },
9494
- "v-validation/model-value": {
9495
- "type": "unknown\n",
9496
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9497
- },
9498
- "v-validation/readonly": {
9494
+ "v-validation/disabled": {
9499
9495
  "type": "boolean\n",
9500
- "description": "Puts input in readonly state."
9496
+ "description": "Removes the ability to click or target the component."
9501
9497
  },
9502
9498
  "v-validation/error-messages": {
9503
9499
  "type": "string | string[]\n",
@@ -9507,12 +9503,16 @@
9507
9503
  "type": "string | number\n",
9508
9504
  "description": "Control the maximum number of shown errors from validation."
9509
9505
  },
9506
+ "v-validation/readonly": {
9507
+ "type": "boolean\n",
9508
+ "description": "Puts input in readonly state."
9509
+ },
9510
9510
  "v-validation/rules": {
9511
9511
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
9512
9512
  "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`."
9513
9513
  },
9514
9514
  "v-validation/validate-on": {
9515
- "type": " | 'lazy'\n | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n",
9515
+ "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
9516
9516
  "description": "Change what type of event triggers validation to run."
9517
9517
  },
9518
9518
  "v-validation/validation-value": {
@@ -9523,10 +9523,6 @@
9523
9523
  "type": "boolean\n",
9524
9524
  "description": "Forces a focused state styling on the component."
9525
9525
  },
9526
- "v-virtual-scroll/items": {
9527
- "type": "unknown[]\n",
9528
- "description": "The array of items to display."
9529
- },
9530
9526
  "v-virtual-scroll/height": {
9531
9527
  "type": "string | number\n",
9532
9528
  "description": "Height of the component as a css value/"
@@ -9551,14 +9547,18 @@
9551
9547
  "type": "string | number\n",
9552
9548
  "description": "Sets the width for the component."
9553
9549
  },
9554
- "v-virtual-scroll/item-height": {
9555
- "type": "string | number\n",
9556
- "description": "Height in pixels of each item to display."
9550
+ "v-virtual-scroll/items": {
9551
+ "type": "unknown[]\n",
9552
+ "description": "The array of items to display."
9557
9553
  },
9558
9554
  "v-virtual-scroll/renderless": {
9559
9555
  "type": "boolean\n",
9560
9556
  "description": "Disables default component rendering functionality."
9561
9557
  },
9558
+ "v-virtual-scroll/item-height": {
9559
+ "type": "string | number\n",
9560
+ "description": "Height in pixels of each item to display."
9561
+ },
9562
9562
  "v-window/model-value": {
9563
9563
  "type": "unknown\n",
9564
9564
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."