vuetify 3.3.19 → 3.3.21

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 (105) hide show
  1. package/dist/json/attributes.json +43 -31
  2. package/dist/json/importMap-labs.json +4 -4
  3. package/dist/json/importMap.json +4 -4
  4. package/dist/json/tags.json +3 -0
  5. package/dist/json/web-types.json +97 -70
  6. package/dist/vuetify-labs.css +5073 -5056
  7. package/dist/vuetify-labs.d.ts +240 -220
  8. package/dist/vuetify-labs.esm.js +101 -62
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +101 -62
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +5452 -5440
  13. package/dist/vuetify.d.ts +168 -166
  14. package/dist/vuetify.esm.js +56 -41
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +56 -41
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +775 -773
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +2 -0
  22. package/lib/blueprints/md1.d.mts +2 -0
  23. package/lib/blueprints/md2.d.mts +2 -0
  24. package/lib/blueprints/md3.d.mts +2 -0
  25. package/lib/components/VAutocomplete/index.d.mts +14 -14
  26. package/lib/components/VCheckbox/index.d.mts +8 -8
  27. package/lib/components/VChip/VChip.css +67 -67
  28. package/lib/components/VChip/_variables.scss +1 -1
  29. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -0
  30. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  32. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  33. package/lib/components/VCombobox/index.d.mts +14 -14
  34. package/lib/components/VField/VField.css +3 -0
  35. package/lib/components/VField/VField.sass +3 -0
  36. package/lib/components/VField/_variables.scss +1 -0
  37. package/lib/components/VFileInput/index.d.mts +20 -20
  38. package/lib/components/VInput/index.d.mts +8 -8
  39. package/lib/components/VList/VList.css +0 -3
  40. package/lib/components/VList/VList.sass +0 -4
  41. package/lib/components/VList/VListItem.css +9 -1
  42. package/lib/components/VList/VListItem.sass +12 -1
  43. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -7
  44. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  45. package/lib/components/VRadioGroup/index.d.mts +8 -8
  46. package/lib/components/VRangeSlider/index.d.mts +8 -8
  47. package/lib/components/VSelect/index.d.mts +14 -14
  48. package/lib/components/VSlider/VSliderThumb.css +2 -0
  49. package/lib/components/VSlider/VSliderThumb.mjs +7 -6
  50. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  51. package/lib/components/VSlider/VSliderThumb.sass +2 -0
  52. package/lib/components/VSlider/VSliderTrack.mjs +5 -7
  53. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  54. package/lib/components/VSlider/index.d.mts +8 -8
  55. package/lib/components/VSlider/slider.mjs +4 -10
  56. package/lib/components/VSlider/slider.mjs.map +1 -1
  57. package/lib/components/VSwitch/index.d.mts +8 -8
  58. package/lib/components/VTable/VTable.css +3 -0
  59. package/lib/components/VTable/VTable.sass +3 -0
  60. package/lib/components/VTextField/VTextField.mjs +1 -1
  61. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  62. package/lib/components/VTextField/index.d.mts +26 -26
  63. package/lib/components/VTextarea/index.d.mts +20 -20
  64. package/lib/components/VTimeline/VTimeline.css +0 -1
  65. package/lib/components/VTimeline/VTimeline.sass +0 -1
  66. package/lib/components/VValidation/index.d.mts +8 -8
  67. package/lib/components/index.d.mts +164 -164
  68. package/lib/composables/forwardRefs.mjs +4 -4
  69. package/lib/composables/forwardRefs.mjs.map +1 -1
  70. package/lib/composables/validation.mjs +2 -2
  71. package/lib/composables/validation.mjs.map +1 -1
  72. package/lib/entry-bundler.mjs +1 -1
  73. package/lib/framework.mjs +1 -1
  74. package/lib/index.d.mts +4 -2
  75. package/lib/labs/VDataTable/VDataTableFooter.mjs +12 -4
  76. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  77. package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -5
  78. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  79. package/lib/labs/VDataTable/composables/select.mjs +6 -6
  80. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  81. package/lib/labs/VDataTable/index.d.mts +48 -48
  82. package/lib/labs/VDateInput/index.d.mts +14 -14
  83. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +14 -2
  84. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  85. package/lib/labs/VDatePicker/index.d.mts +18 -0
  86. package/lib/labs/VDateRangePicker/index.d.mts +12 -0
  87. package/lib/labs/VOtpInput/VOtpInput.css +3 -2
  88. package/lib/labs/VOtpInput/VOtpInput.mjs +7 -4
  89. package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
  90. package/lib/labs/VOtpInput/VOtpInput.sass +9 -8
  91. package/lib/labs/VOtpInput/_variables.scss +9 -0
  92. package/lib/labs/VSkeletonLoader/VSkeletonLoader.css +4 -0
  93. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +2 -1
  94. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  95. package/lib/labs/VSkeletonLoader/VSkeletonLoader.sass +4 -0
  96. package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
  97. package/lib/labs/components.d.mts +74 -56
  98. package/lib/labs/date/DateAdapter.mjs.map +1 -1
  99. package/lib/labs/date/adapters/vuetify.d.mts +4 -0
  100. package/lib/labs/date/adapters/vuetify.mjs +18 -1
  101. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  102. package/lib/labs/date/date.mjs +1 -1
  103. package/lib/labs/date/date.mjs.map +1 -1
  104. package/lib/labs/date/index.d.mts +4 -0
  105. package/package.json +2 -2
@@ -551,6 +551,10 @@
551
551
  "type": "boolean\n",
552
552
  "description": "Enables autofocus."
553
553
  },
554
+ "v-autocomplete/counter": {
555
+ "type": "string | number | boolean\n",
556
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
557
+ },
554
558
  "v-autocomplete/prefix": {
555
559
  "type": "string\n",
556
560
  "description": "Displays prefix text."
@@ -651,10 +655,6 @@
651
655
  "type": "boolean\n",
652
656
  "description": "Label does not move on focus/dirty."
653
657
  },
654
- "v-autocomplete/counter": {
655
- "type": "string | number | true\n",
656
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
657
- },
658
658
  "v-autocomplete/counter-value": {
659
659
  "type": "number | ((value: any) => number)\n",
660
660
  "description": "Function returns the counter display text."
@@ -2575,6 +2575,10 @@
2575
2575
  "type": "boolean\n",
2576
2576
  "description": "Enables autofocus."
2577
2577
  },
2578
+ "v-combobox/counter": {
2579
+ "type": "string | number | boolean\n",
2580
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
2581
+ },
2578
2582
  "v-combobox/prefix": {
2579
2583
  "type": "string\n",
2580
2584
  "description": "Displays prefix text."
@@ -2675,10 +2679,6 @@
2675
2679
  "type": "boolean\n",
2676
2680
  "description": "Label does not move on focus/dirty."
2677
2681
  },
2678
- "v-combobox/counter": {
2679
- "type": "string | number | true\n",
2680
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
2681
- },
2682
2682
  "v-combobox/counter-value": {
2683
2683
  "type": "number | ((value: any) => number)\n",
2684
2684
  "description": "Function returns the counter display text."
@@ -3036,7 +3036,7 @@
3036
3036
  "description": "Label for last page."
3037
3037
  },
3038
3038
  "v-data-table/items-per-page-options": {
3039
- "type": "{ title: string; value: number }[]\n",
3039
+ "type": "(number | { title: string; value: number })[]\n",
3040
3040
  "description": "Array of options to show in the items-per-page dropdown."
3041
3041
  },
3042
3042
  "v-data-table/show-current-page": {
@@ -3268,7 +3268,7 @@
3268
3268
  "description": "Label for last page."
3269
3269
  },
3270
3270
  "v-data-table-server/items-per-page-options": {
3271
- "type": "{ title: string; value: number }[]\n",
3271
+ "type": "(number | { title: string; value: number })[]\n",
3272
3272
  "description": "Array of options to show in the items-per-page dropdown."
3273
3273
  },
3274
3274
  "v-data-table-server/show-current-page": {
@@ -3507,6 +3507,10 @@
3507
3507
  "type": "'month' | 'year'\n",
3508
3508
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
3509
3509
  },
3510
+ "v-date-card/allowed-dates": {
3511
+ "type": "Function | unknown[]\n",
3512
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3513
+ },
3510
3514
  "v-date-card/show-adjacent-months": {
3511
3515
  "type": "boolean\n",
3512
3516
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
@@ -3659,6 +3663,10 @@
3659
3663
  "type": "'month' | 'year'\n",
3660
3664
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerControls.json))"
3661
3665
  },
3666
+ "v-date-picker/allowed-dates": {
3667
+ "type": "Function | unknown[]\n",
3668
+ "description": "Restricts which dates can be selected."
3669
+ },
3662
3670
  "v-date-picker/show-adjacent-months": {
3663
3671
  "type": "boolean\n",
3664
3672
  "description": "Toggles visibility of days from previous and next months."
@@ -3771,6 +3779,10 @@
3771
3779
  "type": "any\n",
3772
3780
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/date.json))"
3773
3781
  },
3782
+ "v-date-picker-month/allowed-dates": {
3783
+ "type": "Function | unknown[]\n",
3784
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3785
+ },
3774
3786
  "v-date-picker-month/show-adjacent-months": {
3775
3787
  "type": "boolean\n",
3776
3788
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
@@ -4439,6 +4451,10 @@
4439
4451
  "type": "boolean\n",
4440
4452
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
4441
4453
  },
4454
+ "v-file-input/counter": {
4455
+ "type": "boolean\n",
4456
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
4457
+ },
4442
4458
  "v-file-input/center-affix": {
4443
4459
  "type": "boolean\n",
4444
4460
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -4527,10 +4543,6 @@
4527
4543
  "type": "boolean\n",
4528
4544
  "description": "Label does not move on focus/dirty."
4529
4545
  },
4530
- "v-file-input/counter": {
4531
- "type": "boolean\n",
4532
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
4533
- },
4534
4546
  "v-file-input/counter-size-string": {
4535
4547
  "type": "string\n",
4536
4548
  "description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
@@ -5729,11 +5741,11 @@
5729
5741
  },
5730
5742
  "v-otp-input/autofocus": {
5731
5743
  "type": "boolean\n",
5732
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))"
5744
+ "description": "Automatically focuses the first input on page load"
5733
5745
  },
5734
5746
  "v-otp-input/placeholder": {
5735
5747
  "type": "string\n",
5736
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))"
5748
+ "description": "Sets the input’s placeholder text."
5737
5749
  },
5738
5750
  "v-otp-input/focused": {
5739
5751
  "type": "boolean\n",
@@ -5749,11 +5761,11 @@
5749
5761
  },
5750
5762
  "v-otp-input/divider": {
5751
5763
  "type": "string\n",
5752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))"
5764
+ "description": "Specifies the dividing character between items."
5753
5765
  },
5754
5766
  "v-otp-input/focus-all": {
5755
5767
  "type": "boolean\n",
5756
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))"
5768
+ "description": "Puts all inputs into a focus state when any are focused"
5757
5769
  },
5758
5770
  "v-overlay/model-value": {
5759
5771
  "type": "boolean\n",
@@ -7043,6 +7055,10 @@
7043
7055
  "type": "boolean\n",
7044
7056
  "description": "Enables autofocus."
7045
7057
  },
7058
+ "v-select/counter": {
7059
+ "type": "string | number | boolean\n",
7060
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7061
+ },
7046
7062
  "v-select/prefix": {
7047
7063
  "type": "string\n",
7048
7064
  "description": "Displays prefix text."
@@ -7143,10 +7159,6 @@
7143
7159
  "type": "boolean\n",
7144
7160
  "description": "Label does not move on focus/dirty."
7145
7161
  },
7146
- "v-select/counter": {
7147
- "type": "string | number | true\n",
7148
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
7149
- },
7150
7162
  "v-select/counter-value": {
7151
7163
  "type": "number | ((value: any) => number)\n",
7152
7164
  "description": "Function returns the counter display text."
@@ -7364,7 +7376,7 @@
7364
7376
  "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)."
7365
7377
  },
7366
7378
  "v-skeleton-loader/type": {
7367
- "type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\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 | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\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",
7379
+ "type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\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 | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\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",
7368
7380
  "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."
7369
7381
  },
7370
7382
  "v-skeleton-loader/height": {
@@ -8495,6 +8507,10 @@
8495
8507
  "type": "boolean\n",
8496
8508
  "description": "Enables autofocus."
8497
8509
  },
8510
+ "v-text-field/counter": {
8511
+ "type": "string | number | boolean\n",
8512
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
8513
+ },
8498
8514
  "v-text-field/prefix": {
8499
8515
  "type": "string\n",
8500
8516
  "description": "Displays prefix text."
@@ -8607,10 +8623,6 @@
8607
8623
  "type": "boolean\n",
8608
8624
  "description": "Label does not move on focus/dirty."
8609
8625
  },
8610
- "v-text-field/counter": {
8611
- "type": "string | number | true\n",
8612
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
8613
- },
8614
8626
  "v-text-field/counter-value": {
8615
8627
  "type": "number | ((value: any) => number)\n",
8616
8628
  "description": "Function returns the counter display text."
@@ -8691,6 +8703,10 @@
8691
8703
  "type": "boolean\n",
8692
8704
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
8693
8705
  },
8706
+ "v-textarea/counter": {
8707
+ "type": "string | number | true\n",
8708
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
8709
+ },
8694
8710
  "v-textarea/prefix": {
8695
8711
  "type": "string\n",
8696
8712
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
@@ -8799,10 +8815,6 @@
8799
8815
  "type": "boolean\n",
8800
8816
  "description": "Label does not move on focus/dirty."
8801
8817
  },
8802
- "v-textarea/counter": {
8803
- "type": "string | number | true\n",
8804
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
8805
- },
8806
8818
  "v-textarea/counter-value": {
8807
8819
  "type": "(value: any) => number\n",
8808
8820
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
@@ -4,6 +4,10 @@
4
4
  "from": "labs/VBottomSheet/index.mjs",
5
5
  "styles": []
6
6
  },
7
+ "VDataIterator": {
8
+ "from": "labs/VDataIterator/index.mjs",
9
+ "styles": []
10
+ },
7
11
  "VDataTable": {
8
12
  "from": "labs/VDataTable/index.mjs",
9
13
  "styles": []
@@ -95,10 +99,6 @@
95
99
  "VStepperWindowItem": {
96
100
  "from": "labs/VStepper/index.mjs",
97
101
  "styles": []
98
- },
99
- "VDataIterator": {
100
- "from": "labs/VDataIterator/index.mjs",
101
- "styles": []
102
102
  }
103
103
  }
104
104
  }
@@ -276,14 +276,14 @@
276
276
  "from": "components/VNavigationDrawer/index.mjs",
277
277
  "styles": []
278
278
  },
279
- "VPagination": {
280
- "from": "components/VPagination/index.mjs",
281
- "styles": []
282
- },
283
279
  "VOverlay": {
284
280
  "from": "components/VOverlay/index.mjs",
285
281
  "styles": []
286
282
  },
283
+ "VPagination": {
284
+ "from": "components/VPagination/index.mjs",
285
+ "styles": []
286
+ },
287
287
  "VProgressCircular": {
288
288
  "from": "components/VProgressCircular/index.mjs",
289
289
  "styles": []
@@ -1094,6 +1094,7 @@
1094
1094
  },
1095
1095
  "v-date-card": {
1096
1096
  "attributes": [
1097
+ "allowed-dates",
1097
1098
  "cancel-text",
1098
1099
  "color",
1099
1100
  "disabled",
@@ -1123,6 +1124,7 @@
1123
1124
  },
1124
1125
  "v-date-picker": {
1125
1126
  "attributes": [
1127
+ "allowed-dates",
1126
1128
  "bg-color",
1127
1129
  "border",
1128
1130
  "calendar-icon",
@@ -1192,6 +1194,7 @@
1192
1194
  },
1193
1195
  "v-date-picker-month": {
1194
1196
  "attributes": [
1197
+ "allowed-dates",
1195
1198
  "color",
1196
1199
  "display-date",
1197
1200
  "format",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.3.19",
5
+ "version": "3.3.21",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1589,6 +1589,16 @@
1589
1589
  "type": "boolean\n"
1590
1590
  }
1591
1591
  },
1592
+ {
1593
+ "name": "counter",
1594
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
1595
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1596
+ "default": "false",
1597
+ "value": {
1598
+ "kind": "expression",
1599
+ "type": "string | number | boolean\n"
1600
+ }
1601
+ },
1592
1602
  {
1593
1603
  "name": "prefix",
1594
1604
  "description": "Displays prefix text.",
@@ -1831,16 +1841,6 @@
1831
1841
  "type": "boolean\n"
1832
1842
  }
1833
1843
  },
1834
- {
1835
- "name": "counter",
1836
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
1837
- "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1838
- "default": "false",
1839
- "value": {
1840
- "kind": "expression",
1841
- "type": "string | number | true\n"
1842
- }
1843
- },
1844
1844
  {
1845
1845
  "name": "counterValue",
1846
1846
  "description": "Function returns the counter display text.",
@@ -8363,6 +8363,16 @@
8363
8363
  "type": "boolean\n"
8364
8364
  }
8365
8365
  },
8366
+ {
8367
+ "name": "counter",
8368
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
8369
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8370
+ "default": "false",
8371
+ "value": {
8372
+ "kind": "expression",
8373
+ "type": "string | number | boolean\n"
8374
+ }
8375
+ },
8366
8376
  {
8367
8377
  "name": "prefix",
8368
8378
  "description": "Displays prefix text.",
@@ -8605,16 +8615,6 @@
8605
8615
  "type": "boolean\n"
8606
8616
  }
8607
8617
  },
8608
- {
8609
- "name": "counter",
8610
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
8611
- "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8612
- "default": "false",
8613
- "value": {
8614
- "kind": "expression",
8615
- "type": "string | number | true\n"
8616
- }
8617
- },
8618
8618
  {
8619
8619
  "name": "counterValue",
8620
8620
  "description": "Function returns the counter display text.",
@@ -10351,7 +10351,7 @@
10351
10351
  "default": "[\n {value: 10, title: '10'},\n {value: 25, title: '25'},\n {value: 50, title: '50'},\n {value: 100, title: '100'},\n {value: -1, title: '$vuetify.dataFooter.itemsPerPageAll'}\n]",
10352
10352
  "value": {
10353
10353
  "kind": "expression",
10354
- "type": "{ title: string; value: number }[]\n"
10354
+ "type": "(number | { title: string; value: number })[]\n"
10355
10355
  }
10356
10356
  },
10357
10357
  {
@@ -12219,7 +12219,7 @@
12219
12219
  "default": "[\n {value: 10, title: '10'},\n {value: 25, title: '25'},\n {value: 50, title: '50'},\n {value: 100, title: '100'},\n {value: -1, title: '$vuetify.dataFooter.itemsPerPageAll'}\n]",
12220
12220
  "value": {
12221
12221
  "kind": "expression",
12222
- "type": "{ title: string; value: number }[]\n"
12222
+ "type": "(number | { title: string; value: number })[]\n"
12223
12223
  }
12224
12224
  },
12225
12225
  {
@@ -14406,6 +14406,15 @@
14406
14406
  "type": "'month' | 'year'\n"
14407
14407
  }
14408
14408
  },
14409
+ {
14410
+ "name": "allowedDates",
14411
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
14412
+ "doc-url": "https://vuetifyjs.com/api/v-date-card#props",
14413
+ "value": {
14414
+ "kind": "expression",
14415
+ "type": "Function | unknown[]\n"
14416
+ }
14417
+ },
14409
14418
  {
14410
14419
  "name": "showAdjacentMonths",
14411
14420
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
@@ -14913,6 +14922,15 @@
14913
14922
  "type": "'month' | 'year'\n"
14914
14923
  }
14915
14924
  },
14925
+ {
14926
+ "name": "allowedDates",
14927
+ "description": "Restricts which dates can be selected.",
14928
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
14929
+ "value": {
14930
+ "kind": "expression",
14931
+ "type": "Function | unknown[]\n"
14932
+ }
14933
+ },
14916
14934
  {
14917
14935
  "name": "showAdjacentMonths",
14918
14936
  "description": "Toggles visibility of days from previous and next months.",
@@ -15426,6 +15444,15 @@
15426
15444
  "type": "any\n"
15427
15445
  }
15428
15446
  },
15447
+ {
15448
+ "name": "allowedDates",
15449
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
15450
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15451
+ "value": {
15452
+ "kind": "expression",
15453
+ "type": "Function | unknown[]\n"
15454
+ }
15455
+ },
15429
15456
  {
15430
15457
  "name": "showAdjacentMonths",
15431
15458
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
@@ -17792,6 +17819,16 @@
17792
17819
  "type": "boolean\n"
17793
17820
  }
17794
17821
  },
17822
+ {
17823
+ "name": "counter",
17824
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
17825
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
17826
+ "default": "false",
17827
+ "value": {
17828
+ "kind": "expression",
17829
+ "type": "boolean\n"
17830
+ }
17831
+ },
17795
17832
  {
17796
17833
  "name": "centerAffix",
17797
17834
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center.",
@@ -18005,16 +18042,6 @@
18005
18042
  "type": "boolean\n"
18006
18043
  }
18007
18044
  },
18008
- {
18009
- "name": "counter",
18010
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
18011
- "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
18012
- "default": "false",
18013
- "value": {
18014
- "kind": "expression",
18015
- "type": "boolean\n"
18016
- }
18017
- },
18018
18045
  {
18019
18046
  "name": "counterSizeString",
18020
18047
  "description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization).",
@@ -22653,7 +22680,7 @@
22653
22680
  "name": "type",
22654
22681
  "description": "Supported types: `text`, `password`, `number`.",
22655
22682
  "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22656
- "default": "'text'",
22683
+ "default": "'number'",
22657
22684
  "value": {
22658
22685
  "kind": "expression",
22659
22686
  "type": "'number' | 'text' | 'password'\n"
@@ -22802,7 +22829,7 @@
22802
22829
  },
22803
22830
  {
22804
22831
  "name": "autofocus",
22805
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))",
22832
+ "description": "Automatically focuses the first input on page load",
22806
22833
  "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22807
22834
  "default": "false",
22808
22835
  "value": {
@@ -22812,7 +22839,7 @@
22812
22839
  },
22813
22840
  {
22814
22841
  "name": "placeholder",
22815
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))",
22842
+ "description": "Sets the input’s placeholder text.",
22816
22843
  "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22817
22844
  "value": {
22818
22845
  "kind": "expression",
@@ -22849,7 +22876,7 @@
22849
22876
  },
22850
22877
  {
22851
22878
  "name": "divider",
22852
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))",
22879
+ "description": "Specifies the dividing character between items.",
22853
22880
  "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22854
22881
  "value": {
22855
22882
  "kind": "expression",
@@ -22858,7 +22885,7 @@
22858
22885
  },
22859
22886
  {
22860
22887
  "name": "focusAll",
22861
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VOtpInput.json))",
22888
+ "description": "Puts all inputs into a focus state when any are focused",
22862
22889
  "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22863
22890
  "default": "false",
22864
22891
  "value": {
@@ -27459,6 +27486,16 @@
27459
27486
  "type": "boolean\n"
27460
27487
  }
27461
27488
  },
27489
+ {
27490
+ "name": "counter",
27491
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
27492
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
27493
+ "default": "false",
27494
+ "value": {
27495
+ "kind": "expression",
27496
+ "type": "string | number | boolean\n"
27497
+ }
27498
+ },
27462
27499
  {
27463
27500
  "name": "prefix",
27464
27501
  "description": "Displays prefix text.",
@@ -27701,16 +27738,6 @@
27701
27738
  "type": "boolean\n"
27702
27739
  }
27703
27740
  },
27704
- {
27705
- "name": "counter",
27706
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
27707
- "doc-url": "https://vuetifyjs.com/api/v-select#props",
27708
- "default": "false",
27709
- "value": {
27710
- "kind": "expression",
27711
- "type": "string | number | true\n"
27712
- }
27713
- },
27714
27741
  {
27715
27742
  "name": "counterValue",
27716
27743
  "description": "Function returns the counter display text.",
@@ -28794,10 +28821,10 @@
28794
28821
  "name": "type",
28795
28822
  "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.",
28796
28823
  "doc-url": "https://vuetifyjs.com/api/v-skeleton-loader#props",
28797
- "default": "'image'",
28824
+ "default": "'ossein'",
28798
28825
  "value": {
28799
28826
  "kind": "expression",
28800
- "type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\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 | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\n | 'heading'\n | 'sentences'\n | 'paragraph'\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"
28827
+ "type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\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 | 'button'\n | 'chip'\n | 'actions'\n | 'avatar'\n | 'divider'\n | 'subtitle'\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"
28801
28828
  }
28802
28829
  },
28803
28830
  {
@@ -32824,6 +32851,16 @@
32824
32851
  "type": "boolean\n"
32825
32852
  }
32826
32853
  },
32854
+ {
32855
+ "name": "counter",
32856
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
32857
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
32858
+ "default": "false",
32859
+ "value": {
32860
+ "kind": "expression",
32861
+ "type": "string | number | boolean\n"
32862
+ }
32863
+ },
32827
32864
  {
32828
32865
  "name": "prefix",
32829
32866
  "description": "Displays prefix text.",
@@ -33093,16 +33130,6 @@
33093
33130
  "type": "boolean\n"
33094
33131
  }
33095
33132
  },
33096
- {
33097
- "name": "counter",
33098
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
33099
- "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
33100
- "default": "false",
33101
- "value": {
33102
- "kind": "expression",
33103
- "type": "string | number | true\n"
33104
- }
33105
- },
33106
33133
  {
33107
33134
  "name": "counterValue",
33108
33135
  "description": "Function returns the counter display text.",
@@ -33678,6 +33705,16 @@
33678
33705
  "type": "boolean\n"
33679
33706
  }
33680
33707
  },
33708
+ {
33709
+ "name": "counter",
33710
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
33711
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
33712
+ "default": "false",
33713
+ "value": {
33714
+ "kind": "expression",
33715
+ "type": "string | number | true\n"
33716
+ }
33717
+ },
33681
33718
  {
33682
33719
  "name": "prefix",
33683
33720
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))",
@@ -33938,16 +33975,6 @@
33938
33975
  "type": "boolean\n"
33939
33976
  }
33940
33977
  },
33941
- {
33942
- "name": "counter",
33943
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
33944
- "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
33945
- "default": "false",
33946
- "value": {
33947
- "kind": "expression",
33948
- "type": "string | number | true\n"
33949
- }
33950
- },
33951
33978
  {
33952
33979
  "name": "counterValue",
33953
33980
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))",