@vuetify/nightly 3.4.10-dev.2024-01-10 → 3.4.10-dev.2024-01-17

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.
Files changed (117) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/dist/json/attributes.json +265 -209
  3. package/dist/json/importMap.json +98 -98
  4. package/dist/json/tags.json +14 -0
  5. package/dist/json/web-types.json +626 -394
  6. package/dist/vuetify-labs.css +1350 -1342
  7. package/dist/vuetify-labs.d.ts +8353 -2175
  8. package/dist/vuetify-labs.esm.js +15378 -15300
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +15378 -15300
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2341 -2335
  13. package/dist/vuetify.d.ts +7289 -1111
  14. package/dist/vuetify.esm.js +15378 -15300
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +15378 -15300
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +792 -788
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +2 -2
  22. package/lib/components/VAlert/_variables.scss +2 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +1698 -0
  28. package/lib/components/VBanner/index.d.mts +4 -4
  29. package/lib/components/VBtn/VBtn.mjs +3 -1
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VBtn/index.d.mts +21 -5
  32. package/lib/components/VCarousel/index.d.mts +9 -9
  33. package/lib/components/VChipGroup/VChipGroup.css +3 -3
  34. package/lib/components/VChipGroup/VChipGroup.mjs +22 -16
  35. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  36. package/lib/components/VChipGroup/VChipGroup.sass +4 -3
  37. package/lib/components/VChipGroup/index.d.mts +118 -1
  38. package/lib/components/VCombobox/VCombobox.css +1 -1
  39. package/lib/components/VCombobox/VCombobox.mjs +9 -3
  40. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  41. package/lib/components/VCombobox/VCombobox.sass +1 -1
  42. package/lib/components/VCombobox/index.d.mts +1704 -0
  43. package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
  44. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  45. package/lib/components/VDataIterator/index.d.mts +6 -0
  46. package/lib/components/VDataTable/VDataTable.mjs +2 -1
  47. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  48. package/lib/components/VDataTable/VDataTableFooter.css +9 -4
  49. package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
  50. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  52. package/lib/components/VDataTable/_variables.scss +5 -0
  53. package/lib/components/VDataTable/composables/paginate.mjs +6 -2
  54. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  55. package/lib/components/VDataTable/index.d.mts +43 -30
  56. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  57. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +56 -11
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +34 -19
  61. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  62. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  63. package/lib/components/VList/VListItem.css +1 -0
  64. package/lib/components/VList/VListItem.sass +1 -0
  65. package/lib/components/VList/_variables.scss +1 -0
  66. package/lib/components/VSelect/VSelect.mjs +5 -2
  67. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  68. package/lib/components/VSelect/index.d.mts +1689 -0
  69. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
  70. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  71. package/lib/components/VSlideGroup/index.d.mts +7 -7
  72. package/lib/components/VSlider/VSliderThumb.mjs +4 -3
  73. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  74. package/lib/components/VSlider/VSliderTrack.css +1 -1
  75. package/lib/components/VSlider/VSliderTrack.sass +1 -1
  76. package/lib/components/VSlider/_variables.scss +1 -0
  77. package/lib/components/VSystemBar/VSystemBar.css +2 -2
  78. package/lib/components/VSystemBar/_variables.scss +2 -2
  79. package/lib/components/VTabs/VTab.mjs +6 -6
  80. package/lib/components/VTabs/VTab.mjs.map +1 -1
  81. package/lib/components/VTabs/index.d.mts +1116 -17
  82. package/lib/components/VTimeline/VTimeline.css +1 -1
  83. package/lib/components/VTimeline/_variables.scss +1 -1
  84. package/lib/components/VToolbar/VToolbar.css +2 -2
  85. package/lib/components/VToolbar/_variables.scss +2 -2
  86. package/lib/components/VWindow/index.d.mts +7 -7
  87. package/lib/components/index.d.mts +8370 -2192
  88. package/lib/composables/calendar.mjs +1 -1
  89. package/lib/composables/calendar.mjs.map +1 -1
  90. package/lib/composables/date/adapters/vuetify.mjs +1 -2
  91. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  92. package/lib/composables/date/date.mjs +4 -4
  93. package/lib/composables/date/date.mjs.map +1 -1
  94. package/lib/composables/locale.mjs +47 -2
  95. package/lib/composables/locale.mjs.map +1 -1
  96. package/lib/composables/theme.mjs +2 -0
  97. package/lib/composables/theme.mjs.map +1 -1
  98. package/lib/entry-bundler.mjs +1 -1
  99. package/lib/framework.mjs +1 -1
  100. package/lib/index.d.mts +31 -31
  101. package/lib/labs/VCalendar/VCalendar.css +4 -2
  102. package/lib/labs/VCalendar/VCalendar.sass +4 -2
  103. package/lib/labs/VCalendar/_variables.scss +5 -0
  104. package/lib/locale/index.d.mts +2 -46
  105. package/lib/locale/index.mjs +0 -44
  106. package/lib/locale/index.mjs.map +1 -1
  107. package/lib/locale/km.mjs +2 -1
  108. package/lib/locale/km.mjs.map +1 -1
  109. package/lib/styles/main.css +78 -78
  110. package/lib/styles/settings/_utilities.scss +1 -0
  111. package/lib/util/helpers.mjs +1 -43
  112. package/lib/util/helpers.mjs.map +1 -1
  113. package/package.json +2 -1
  114. package/lib/components/VDatePicker/utils.mjs +0 -69
  115. package/lib/components/VDatePicker/utils.mjs.map +0 -1
  116. package/lib/util/dateTimeUtils.mjs +0 -115
  117. package/lib/util/dateTimeUtils.mjs.map +0 -1
@@ -371,6 +371,10 @@
371
371
  "type": "boolean | 'exact'\n",
372
372
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
373
373
  },
374
+ "v-autocomplete/clear-on-select": {
375
+ "type": "boolean\n",
376
+ "description": "Reset the search text when a selection is made while using the **multiple** prop."
377
+ },
374
378
  "v-autocomplete/search": {
375
379
  "type": "string\n",
376
380
  "description": "Text input used to filter items."
@@ -435,57 +439,29 @@
435
439
  "type": "boolean\n",
436
440
  "description": "Do not display in the select menu items that are already selected."
437
441
  },
438
- "v-autocomplete/menu": {
439
- "type": "boolean\n",
440
- "description": "Renders with the menu open by default."
441
- },
442
- "v-autocomplete/menu-icon": {
443
- "type": "any\n",
444
- "description": "Sets the the spin icon."
445
- },
446
- "v-autocomplete/menu-props": {
442
+ "v-autocomplete/list-props": {
447
443
  "type": "unknown\n",
448
- "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."
444
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Select.json))"
449
445
  },
450
- "v-autocomplete/id": {
446
+ "v-autocomplete/base-color": {
451
447
  "type": "string\n",
452
- "description": "Sets the DOM id on the component."
448
+ "description": "Sets the color of the input when it is not focused."
449
+ },
450
+ "v-autocomplete/bg-color": {
451
+ "type": "string\n",
452
+ "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)."
453
453
  },
454
454
  "v-autocomplete/disabled": {
455
455
  "type": "boolean\n",
456
456
  "description": "Removes the ability to click or target the input."
457
457
  },
458
- "v-autocomplete/model-value": {
459
- "type": "any\n",
460
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
461
- },
462
- "v-autocomplete/theme": {
463
- "type": "string\n",
464
- "description": "Specify a theme for this component and all of its children."
465
- },
466
- "v-autocomplete/transition": {
467
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
468
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
469
- },
470
- "v-autocomplete/name": {
471
- "type": "string\n",
472
- "description": "Sets the component's name attribute."
473
- },
474
458
  "v-autocomplete/multiple": {
475
459
  "type": "boolean\n",
476
460
  "description": "Changes select to multiple. Accepts array for value."
477
461
  },
478
- "v-autocomplete/no-data-text": {
479
- "type": "string\n",
480
- "description": "Text shown when no items are provided to the component."
481
- },
482
- "v-autocomplete/open-on-clear": {
483
- "type": "boolean\n",
484
- "description": "Open's the menu whenever the clear icon is clicked."
485
- },
486
- "v-autocomplete/item-color": {
487
- "type": "string\n",
488
- "description": "Sets color of selected items."
462
+ "v-autocomplete/density": {
463
+ "type": "'default' | 'comfortable' | 'compact'\n",
464
+ "description": "Adjusts the vertical height used by the component."
489
465
  },
490
466
  "v-autocomplete/items": {
491
467
  "type": "any[]\n",
@@ -500,7 +476,7 @@
500
476
  "description": "Property on supplied `items` that contains its value."
501
477
  },
502
478
  "v-autocomplete/item-children": {
503
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
479
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
504
480
  "description": "Property on supplied `items` that contains its children."
505
481
  },
506
482
  "v-autocomplete/item-props": {
@@ -515,6 +491,62 @@
515
491
  "type": "(a: any, b: any) => boolean\n",
516
492
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
517
493
  },
494
+ "v-autocomplete/rounded": {
495
+ "type": "string | number | boolean\n",
496
+ "description": "Adds a border radius to the input."
497
+ },
498
+ "v-autocomplete/theme": {
499
+ "type": "string\n",
500
+ "description": "Specify a theme for this component and all of its children."
501
+ },
502
+ "v-autocomplete/color": {
503
+ "type": "string\n",
504
+ "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)."
505
+ },
506
+ "v-autocomplete/variant": {
507
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
508
+ "description": "Applies a distinct style to the component."
509
+ },
510
+ "v-autocomplete/name": {
511
+ "type": "string\n",
512
+ "description": "Sets the component's name attribute."
513
+ },
514
+ "v-autocomplete/menu": {
515
+ "type": "boolean\n",
516
+ "description": "Renders with the menu open by default."
517
+ },
518
+ "v-autocomplete/menu-icon": {
519
+ "type": "any\n",
520
+ "description": "Sets the the spin icon."
521
+ },
522
+ "v-autocomplete/menu-props": {
523
+ "type": "unknown\n",
524
+ "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."
525
+ },
526
+ "v-autocomplete/id": {
527
+ "type": "string\n",
528
+ "description": "Sets the DOM id on the component."
529
+ },
530
+ "v-autocomplete/model-value": {
531
+ "type": "any\n",
532
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
533
+ },
534
+ "v-autocomplete/transition": {
535
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
536
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
537
+ },
538
+ "v-autocomplete/no-data-text": {
539
+ "type": "string\n",
540
+ "description": "Text shown when no items are provided to the component."
541
+ },
542
+ "v-autocomplete/open-on-clear": {
543
+ "type": "boolean\n",
544
+ "description": "Open's the menu whenever the clear icon is clicked."
545
+ },
546
+ "v-autocomplete/item-color": {
547
+ "type": "string\n",
548
+ "description": "Sets color of selected items."
549
+ },
518
550
  "v-autocomplete/autofocus": {
519
551
  "type": "boolean\n",
520
552
  "description": "Enables autofocus."
@@ -579,10 +611,6 @@
579
611
  "type": "'horizontal' | 'vertical'\n",
580
612
  "description": "Changes the direction of the input."
581
613
  },
582
- "v-autocomplete/density": {
583
- "type": "'default' | 'comfortable' | 'compact'\n",
584
- "description": "Adjusts the vertical height used by the component."
585
- },
586
614
  "v-autocomplete/error": {
587
615
  "type": "boolean\n",
588
616
  "description": "Puts the input in a manual error state."
@@ -615,10 +643,6 @@
615
643
  "type": "boolean | 'auto'\n",
616
644
  "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."
617
645
  },
618
- "v-autocomplete/bg-color": {
619
- "type": "string\n",
620
- "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)."
621
- },
622
646
  "v-autocomplete/clearable": {
623
647
  "type": "boolean\n",
624
648
  "description": "Allows for the component to be cleared."
@@ -631,14 +655,6 @@
631
655
  "type": "boolean\n",
632
656
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
633
657
  },
634
- "v-autocomplete/color": {
635
- "type": "string\n",
636
- "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)."
637
- },
638
- "v-autocomplete/base-color": {
639
- "type": "string\n",
640
- "description": "Sets the color of the input when it is not focused."
641
- },
642
658
  "v-autocomplete/persistent-clear": {
643
659
  "type": "boolean\n",
644
660
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -651,18 +667,10 @@
651
667
  "type": "boolean\n",
652
668
  "description": "Label does not move on focus/dirty."
653
669
  },
654
- "v-autocomplete/variant": {
655
- "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
656
- "description": "Applies a distinct style to the component."
657
- },
658
670
  "v-autocomplete/loading": {
659
671
  "type": "string | boolean\n",
660
672
  "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."
661
673
  },
662
- "v-autocomplete/rounded": {
663
- "type": "string | number | boolean\n",
664
- "description": "Adds a border radius to the input."
665
- },
666
674
  "v-autocomplete/counter-value": {
667
675
  "type": "number | ((value: any) => number)\n",
668
676
  "description": "Function returns the counter display text."
@@ -2479,6 +2487,10 @@
2479
2487
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2480
2488
  "description": "Applies a distinct style to the component."
2481
2489
  },
2490
+ "v-chip-group/symbol": {
2491
+ "type": "any\n",
2492
+ "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
2493
+ },
2482
2494
  "v-chip-group/column": {
2483
2495
  "type": "boolean\n",
2484
2496
  "description": "Remove horizontal pagination and wrap items as needed."
@@ -2491,6 +2503,34 @@
2491
2503
  "type": "(a: any, b: any) => boolean\n",
2492
2504
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2493
2505
  },
2506
+ "v-chip-group/center-active": {
2507
+ "type": "boolean\n",
2508
+ "description": "Forces the selected chip to be centered."
2509
+ },
2510
+ "v-chip-group/direction": {
2511
+ "type": "'horizontal' | 'vertical'\n",
2512
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSlideGroup.json))"
2513
+ },
2514
+ "v-chip-group/next-icon": {
2515
+ "type": "any\n",
2516
+ "description": "Specify the icon to use for the next icon."
2517
+ },
2518
+ "v-chip-group/prev-icon": {
2519
+ "type": "any\n",
2520
+ "description": "Specify the icon to use for the prev icon."
2521
+ },
2522
+ "v-chip-group/show-arrows": {
2523
+ "type": "string | boolean\n",
2524
+ "description": "Force the display of the pagination arrows."
2525
+ },
2526
+ "v-chip-group/mobile-breakpoint": {
2527
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
2528
+ "description": "Sets the designated mobile breakpoint for the component."
2529
+ },
2530
+ "v-chip-group/tag": {
2531
+ "type": "string\n",
2532
+ "description": "Specify a custom tag used on the root element."
2533
+ },
2494
2534
  "v-chip-group/model-value": {
2495
2535
  "type": "unknown\n",
2496
2536
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -2515,10 +2555,6 @@
2515
2555
  "type": "boolean | 'force'\n",
2516
2556
  "description": "Forces at least one item to always be selected (if available)."
2517
2557
  },
2518
- "v-chip-group/tag": {
2519
- "type": "string\n",
2520
- "description": "Specify a custom tag used on the root element."
2521
- },
2522
2558
  "v-chip-group/theme": {
2523
2559
  "type": "string\n",
2524
2560
  "description": "Specify a theme for this component and all of its children."
@@ -2711,6 +2747,14 @@
2711
2747
  "type": "boolean | 'exact'\n",
2712
2748
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
2713
2749
  },
2750
+ "v-combobox/clear-on-select": {
2751
+ "type": "boolean\n",
2752
+ "description": "Reset the search text when a selection is made while using the **multiple** prop."
2753
+ },
2754
+ "v-combobox/type": {
2755
+ "type": "string\n",
2756
+ "description": "Sets input type."
2757
+ },
2714
2758
  "v-combobox/filter-mode": {
2715
2759
  "type": "'some' | 'every' | 'union' | 'intersection'\n",
2716
2760
  "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."
@@ -2751,10 +2795,6 @@
2751
2795
  "type": "string\n",
2752
2796
  "description": "Text set to to the inputs `aria-label` and `title` when input menu is closed."
2753
2797
  },
2754
- "v-combobox/type": {
2755
- "type": "string\n",
2756
- "description": "Sets input type."
2757
- },
2758
2798
  "v-combobox/open-text": {
2759
2799
  "type": "string\n",
2760
2800
  "description": "Text set to to the inputs **aria-label** and **title** when input menu is open."
@@ -2771,57 +2811,29 @@
2771
2811
  "type": "boolean\n",
2772
2812
  "description": "Do not display in the select menu items that are already selected."
2773
2813
  },
2774
- "v-combobox/menu": {
2775
- "type": "boolean\n",
2776
- "description": "Renders with the menu open by default."
2777
- },
2778
- "v-combobox/menu-icon": {
2779
- "type": "any\n",
2780
- "description": "Sets the the spin icon."
2781
- },
2782
- "v-combobox/menu-props": {
2814
+ "v-combobox/list-props": {
2783
2815
  "type": "unknown\n",
2784
- "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."
2816
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Select.json))"
2785
2817
  },
2786
- "v-combobox/id": {
2818
+ "v-combobox/base-color": {
2787
2819
  "type": "string\n",
2788
- "description": "Sets the DOM id on the component."
2820
+ "description": "Sets the color of the input when it is not focused."
2821
+ },
2822
+ "v-combobox/bg-color": {
2823
+ "type": "string\n",
2824
+ "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)."
2789
2825
  },
2790
2826
  "v-combobox/disabled": {
2791
2827
  "type": "boolean\n",
2792
2828
  "description": "Removes the ability to click or target the input."
2793
2829
  },
2794
- "v-combobox/model-value": {
2795
- "type": "any\n",
2796
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2797
- },
2798
- "v-combobox/theme": {
2799
- "type": "string\n",
2800
- "description": "Specify a theme for this component and all of its children."
2801
- },
2802
- "v-combobox/transition": {
2803
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
2804
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2805
- },
2806
- "v-combobox/name": {
2807
- "type": "string\n",
2808
- "description": "Sets the component's name attribute."
2809
- },
2810
2830
  "v-combobox/multiple": {
2811
2831
  "type": "boolean\n",
2812
2832
  "description": "Changes select to multiple. Accepts array for value."
2813
2833
  },
2814
- "v-combobox/no-data-text": {
2815
- "type": "string\n",
2816
- "description": "Text shown when no items are provided to the component."
2817
- },
2818
- "v-combobox/open-on-clear": {
2819
- "type": "boolean\n",
2820
- "description": "Open's the menu whenever the clear icon is clicked."
2821
- },
2822
- "v-combobox/item-color": {
2823
- "type": "string\n",
2824
- "description": "Sets color of selected items."
2834
+ "v-combobox/density": {
2835
+ "type": "'default' | 'comfortable' | 'compact'\n",
2836
+ "description": "Adjusts the vertical height used by the component."
2825
2837
  },
2826
2838
  "v-combobox/items": {
2827
2839
  "type": "any[]\n",
@@ -2836,7 +2848,7 @@
2836
2848
  "description": "Property on supplied `items` that contains its value."
2837
2849
  },
2838
2850
  "v-combobox/item-children": {
2839
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2851
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2840
2852
  "description": "Property on supplied `items` that contains its children."
2841
2853
  },
2842
2854
  "v-combobox/item-props": {
@@ -2851,6 +2863,62 @@
2851
2863
  "type": "(a: any, b: any) => boolean\n",
2852
2864
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2853
2865
  },
2866
+ "v-combobox/rounded": {
2867
+ "type": "string | number | boolean\n",
2868
+ "description": "Adds a border radius to the input."
2869
+ },
2870
+ "v-combobox/theme": {
2871
+ "type": "string\n",
2872
+ "description": "Specify a theme for this component and all of its children."
2873
+ },
2874
+ "v-combobox/color": {
2875
+ "type": "string\n",
2876
+ "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)."
2877
+ },
2878
+ "v-combobox/variant": {
2879
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
2880
+ "description": "Applies a distinct style to the component."
2881
+ },
2882
+ "v-combobox/name": {
2883
+ "type": "string\n",
2884
+ "description": "Sets the component's name attribute."
2885
+ },
2886
+ "v-combobox/menu": {
2887
+ "type": "boolean\n",
2888
+ "description": "Renders with the menu open by default."
2889
+ },
2890
+ "v-combobox/menu-icon": {
2891
+ "type": "any\n",
2892
+ "description": "Sets the the spin icon."
2893
+ },
2894
+ "v-combobox/menu-props": {
2895
+ "type": "unknown\n",
2896
+ "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."
2897
+ },
2898
+ "v-combobox/id": {
2899
+ "type": "string\n",
2900
+ "description": "Sets the DOM id on the component."
2901
+ },
2902
+ "v-combobox/model-value": {
2903
+ "type": "any\n",
2904
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2905
+ },
2906
+ "v-combobox/transition": {
2907
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
2908
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
2909
+ },
2910
+ "v-combobox/no-data-text": {
2911
+ "type": "string\n",
2912
+ "description": "Text shown when no items are provided to the component."
2913
+ },
2914
+ "v-combobox/open-on-clear": {
2915
+ "type": "boolean\n",
2916
+ "description": "Open's the menu whenever the clear icon is clicked."
2917
+ },
2918
+ "v-combobox/item-color": {
2919
+ "type": "string\n",
2920
+ "description": "Sets color of selected items."
2921
+ },
2854
2922
  "v-combobox/autofocus": {
2855
2923
  "type": "boolean\n",
2856
2924
  "description": "Enables autofocus."
@@ -2915,10 +2983,6 @@
2915
2983
  "type": "'horizontal' | 'vertical'\n",
2916
2984
  "description": "Changes the direction of the input."
2917
2985
  },
2918
- "v-combobox/density": {
2919
- "type": "'default' | 'comfortable' | 'compact'\n",
2920
- "description": "Adjusts the vertical height used by the component."
2921
- },
2922
2986
  "v-combobox/error": {
2923
2987
  "type": "boolean\n",
2924
2988
  "description": "Puts the input in a manual error state."
@@ -2951,10 +3015,6 @@
2951
3015
  "type": "boolean | 'auto'\n",
2952
3016
  "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."
2953
3017
  },
2954
- "v-combobox/bg-color": {
2955
- "type": "string\n",
2956
- "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)."
2957
- },
2958
3018
  "v-combobox/clearable": {
2959
3019
  "type": "boolean\n",
2960
3020
  "description": "Allows for the component to be cleared."
@@ -2967,14 +3027,6 @@
2967
3027
  "type": "boolean\n",
2968
3028
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
2969
3029
  },
2970
- "v-combobox/color": {
2971
- "type": "string\n",
2972
- "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)."
2973
- },
2974
- "v-combobox/base-color": {
2975
- "type": "string\n",
2976
- "description": "Sets the color of the input when it is not focused."
2977
- },
2978
3030
  "v-combobox/persistent-clear": {
2979
3031
  "type": "boolean\n",
2980
3032
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -2987,18 +3039,10 @@
2987
3039
  "type": "boolean\n",
2988
3040
  "description": "Label does not move on focus/dirty."
2989
3041
  },
2990
- "v-combobox/variant": {
2991
- "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
2992
- "description": "Applies a distinct style to the component."
2993
- },
2994
3042
  "v-combobox/loading": {
2995
3043
  "type": "string | boolean\n",
2996
3044
  "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."
2997
3045
  },
2998
- "v-combobox/rounded": {
2999
- "type": "string | number | boolean\n",
3000
- "description": "Adds a border radius to the input."
3001
- },
3002
3046
  "v-combobox/counter-value": {
3003
3047
  "type": "number | ((value: any) => number)\n",
3004
3048
  "description": "Function returns the counter display text."
@@ -3072,11 +3116,11 @@
3072
3116
  "description": "An array of strings or objects used for automatically generating children components."
3073
3117
  },
3074
3118
  "v-data-iterator/item-value": {
3075
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3119
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3076
3120
  "description": "Property on supplied `items` that contains its value."
3077
3121
  },
3078
3122
  "v-data-iterator/item-selectable": {
3079
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3123
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3080
3124
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
3081
3125
  },
3082
3126
  "v-data-iterator/return-object": {
@@ -3847,9 +3891,9 @@
3847
3891
  "type": "boolean\n",
3848
3892
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3849
3893
  },
3850
- "v-date-picker/multiple": {
3894
+ "v-date-picker/range": {
3851
3895
  "type": "boolean\n",
3852
- "description": "Allow the selection of multiple dates."
3896
+ "description": "Allow the selection of date range."
3853
3897
  },
3854
3898
  "v-date-picker/show-week": {
3855
3899
  "type": "boolean\n",
@@ -3883,6 +3927,10 @@
3883
3927
  "type": "unknown\n",
3884
3928
  "description": "Minimum allowed date/month (ISO 8601 format)."
3885
3929
  },
3930
+ "v-date-picker/multiple": {
3931
+ "type": "boolean\n",
3932
+ "description": "Allow the selection of multiple dates."
3933
+ },
3886
3934
  "v-date-picker/height": {
3887
3935
  "type": "string | number\n",
3888
3936
  "description": "Sets the height for the component."
@@ -3999,7 +4047,7 @@
3999
4047
  "type": "boolean\n",
4000
4048
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4001
4049
  },
4002
- "v-date-picker-month/multiple": {
4050
+ "v-date-picker-month/range": {
4003
4051
  "type": "boolean\n",
4004
4052
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4005
4053
  },
@@ -4047,6 +4095,10 @@
4047
4095
  "type": "unknown\n",
4048
4096
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4049
4097
  },
4098
+ "v-date-picker-month/multiple": {
4099
+ "type": "string | number | boolean\n",
4100
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4101
+ },
4050
4102
  "v-date-picker-months/color": {
4051
4103
  "type": "string\n",
4052
4104
  "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)."
@@ -7271,65 +7323,37 @@
7271
7323
  "type": "boolean\n",
7272
7324
  "description": "Do not display in the select menu items that are already selected."
7273
7325
  },
7274
- "v-select/menu": {
7275
- "type": "boolean\n",
7276
- "description": "Renders with the menu open by default."
7277
- },
7278
- "v-select/menu-icon": {
7279
- "type": "any\n",
7280
- "description": "Sets the the spin icon."
7281
- },
7282
- "v-select/menu-props": {
7326
+ "v-select/list-props": {
7283
7327
  "type": "unknown\n",
7284
- "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."
7328
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Select.json))"
7285
7329
  },
7286
- "v-select/flat": {
7287
- "type": "boolean\n",
7288
- "description": "Removes box shadow when using a variant with elevation."
7330
+ "v-select/base-color": {
7331
+ "type": "string\n",
7332
+ "description": "Sets the color of the input when it is not focused."
7289
7333
  },
7290
- "v-select/id": {
7334
+ "v-select/bg-color": {
7291
7335
  "type": "string\n",
7292
- "description": "Sets the DOM id on the component."
7336
+ "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)."
7293
7337
  },
7294
7338
  "v-select/disabled": {
7295
7339
  "type": "boolean\n",
7296
7340
  "description": "Removes the ability to click or target the input."
7297
7341
  },
7298
- "v-select/model-value": {
7299
- "type": "any\n",
7300
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7301
- },
7302
- "v-select/reverse": {
7303
- "type": "boolean\n",
7304
- "description": "Reverses the orientation."
7305
- },
7306
- "v-select/theme": {
7307
- "type": "string\n",
7308
- "description": "Specify a theme for this component and all of its children."
7309
- },
7310
- "v-select/transition": {
7311
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7312
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7313
- },
7314
- "v-select/name": {
7315
- "type": "string\n",
7316
- "description": "Sets the component's name attribute."
7317
- },
7318
7342
  "v-select/multiple": {
7319
7343
  "type": "boolean\n",
7320
7344
  "description": "Changes select to multiple. Accepts array for value."
7321
7345
  },
7322
- "v-select/no-data-text": {
7323
- "type": "string\n",
7324
- "description": "Text shown when no items are provided to the component."
7346
+ "v-select/reverse": {
7347
+ "type": "boolean\n",
7348
+ "description": "Reverses the orientation."
7325
7349
  },
7326
- "v-select/open-on-clear": {
7350
+ "v-select/flat": {
7327
7351
  "type": "boolean\n",
7328
- "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
7352
+ "description": "Removes box shadow when using a variant with elevation."
7329
7353
  },
7330
- "v-select/item-color": {
7331
- "type": "string\n",
7332
- "description": "Sets color of selected items."
7354
+ "v-select/density": {
7355
+ "type": "'default' | 'comfortable' | 'compact'\n",
7356
+ "description": "Adjusts the vertical height used by the component."
7333
7357
  },
7334
7358
  "v-select/items": {
7335
7359
  "type": "any[]\n",
@@ -7344,7 +7368,7 @@
7344
7368
  "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)."
7345
7369
  },
7346
7370
  "v-select/item-children": {
7347
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7371
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7348
7372
  "description": "Property on supplied `items` that contains its children."
7349
7373
  },
7350
7374
  "v-select/item-props": {
@@ -7359,6 +7383,62 @@
7359
7383
  "type": "(a: any, b: any) => boolean\n",
7360
7384
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7361
7385
  },
7386
+ "v-select/rounded": {
7387
+ "type": "string | number | boolean\n",
7388
+ "description": "Adds a border radius to the input."
7389
+ },
7390
+ "v-select/theme": {
7391
+ "type": "string\n",
7392
+ "description": "Specify a theme for this component and all of its children."
7393
+ },
7394
+ "v-select/color": {
7395
+ "type": "string\n",
7396
+ "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)."
7397
+ },
7398
+ "v-select/variant": {
7399
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
7400
+ "description": "Applies a distinct style to the component."
7401
+ },
7402
+ "v-select/name": {
7403
+ "type": "string\n",
7404
+ "description": "Sets the component's name attribute."
7405
+ },
7406
+ "v-select/menu": {
7407
+ "type": "boolean\n",
7408
+ "description": "Renders with the menu open by default."
7409
+ },
7410
+ "v-select/menu-icon": {
7411
+ "type": "any\n",
7412
+ "description": "Sets the the spin icon."
7413
+ },
7414
+ "v-select/menu-props": {
7415
+ "type": "unknown\n",
7416
+ "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."
7417
+ },
7418
+ "v-select/id": {
7419
+ "type": "string\n",
7420
+ "description": "Sets the DOM id on the component."
7421
+ },
7422
+ "v-select/model-value": {
7423
+ "type": "any\n",
7424
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7425
+ },
7426
+ "v-select/transition": {
7427
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7428
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7429
+ },
7430
+ "v-select/no-data-text": {
7431
+ "type": "string\n",
7432
+ "description": "Text shown when no items are provided to the component."
7433
+ },
7434
+ "v-select/open-on-clear": {
7435
+ "type": "boolean\n",
7436
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state."
7437
+ },
7438
+ "v-select/item-color": {
7439
+ "type": "string\n",
7440
+ "description": "Sets color of selected items."
7441
+ },
7362
7442
  "v-select/autofocus": {
7363
7443
  "type": "boolean\n",
7364
7444
  "description": "Enables autofocus."
@@ -7423,10 +7503,6 @@
7423
7503
  "type": "'horizontal' | 'vertical'\n",
7424
7504
  "description": "Changes the direction of the input."
7425
7505
  },
7426
- "v-select/density": {
7427
- "type": "'default' | 'comfortable' | 'compact'\n",
7428
- "description": "Adjusts the vertical height used by the component."
7429
- },
7430
7506
  "v-select/error": {
7431
7507
  "type": "boolean\n",
7432
7508
  "description": "Puts the input in a manual error state."
@@ -7459,10 +7535,6 @@
7459
7535
  "type": "boolean | 'auto'\n",
7460
7536
  "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."
7461
7537
  },
7462
- "v-select/bg-color": {
7463
- "type": "string\n",
7464
- "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)."
7465
- },
7466
7538
  "v-select/clearable": {
7467
7539
  "type": "boolean\n",
7468
7540
  "description": "Allows for the component to be cleared."
@@ -7475,14 +7547,6 @@
7475
7547
  "type": "boolean\n",
7476
7548
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7477
7549
  },
7478
- "v-select/color": {
7479
- "type": "string\n",
7480
- "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
- },
7482
- "v-select/base-color": {
7483
- "type": "string\n",
7484
- "description": "Sets the color of the input when it is not focused."
7485
- },
7486
7550
  "v-select/persistent-clear": {
7487
7551
  "type": "boolean\n",
7488
7552
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
@@ -7495,18 +7559,10 @@
7495
7559
  "type": "boolean\n",
7496
7560
  "description": "Label does not move on focus/dirty."
7497
7561
  },
7498
- "v-select/variant": {
7499
- "type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
7500
- "description": "Applies a distinct style to the component."
7501
- },
7502
7562
  "v-select/loading": {
7503
7563
  "type": "string | boolean\n",
7504
7564
  "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."
7505
7565
  },
7506
- "v-select/rounded": {
7507
- "type": "string | number | boolean\n",
7508
- "description": "Adds a border radius to the input."
7509
- },
7510
7566
  "v-select/counter-value": {
7511
7567
  "type": "number | ((value: any) => number)\n",
7512
7568
  "description": "Function returns the counter display text."