vuetify 3.3.20 → 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 (57) hide show
  1. package/dist/json/attributes.json +18 -6
  2. package/dist/json/importMap-labs.json +4 -4
  3. package/dist/json/importMap.json +16 -16
  4. package/dist/json/tags.json +3 -0
  5. package/dist/json/web-types.json +35 -8
  6. package/dist/vuetify-labs.css +4950 -4943
  7. package/dist/vuetify-labs.d.ts +68 -48
  8. package/dist/vuetify-labs.esm.js +59 -14
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +59 -14
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +5468 -5462
  13. package/dist/vuetify.d.ts +7 -5
  14. package/dist/vuetify.esm.js +26 -4
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +26 -4
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +768 -765
  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/VChip/VChip.css +67 -67
  26. package/lib/components/VChip/_variables.scss +1 -1
  27. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -0
  28. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  29. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  30. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  31. package/lib/components/VField/VField.css +3 -0
  32. package/lib/components/VField/VField.sass +3 -0
  33. package/lib/components/VField/_variables.scss +1 -0
  34. package/lib/components/VTable/VTable.css +3 -0
  35. package/lib/components/VTable/VTable.sass +3 -0
  36. package/lib/entry-bundler.mjs +1 -1
  37. package/lib/framework.mjs +1 -1
  38. package/lib/index.d.mts +7 -5
  39. package/lib/labs/VDataTable/VDataTableFooter.mjs +12 -4
  40. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  41. package/lib/labs/VDataTable/index.d.mts +48 -48
  42. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +14 -2
  43. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  44. package/lib/labs/VDatePicker/index.d.mts +18 -0
  45. package/lib/labs/VDateRangePicker/index.d.mts +12 -0
  46. package/lib/labs/VOtpInput/VOtpInput.css +3 -2
  47. package/lib/labs/VOtpInput/VOtpInput.mjs +7 -4
  48. package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -1
  49. package/lib/labs/VOtpInput/VOtpInput.sass +9 -8
  50. package/lib/labs/VOtpInput/_variables.scss +9 -0
  51. package/lib/labs/components.d.mts +66 -48
  52. package/lib/labs/date/DateAdapter.mjs.map +1 -1
  53. package/lib/labs/date/adapters/vuetify.d.mts +4 -0
  54. package/lib/labs/date/adapters/vuetify.mjs +18 -1
  55. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  56. package/lib/labs/date/index.d.mts +4 -0
  57. package/package.json +2 -2
@@ -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))"
@@ -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",
@@ -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
  }
@@ -1,21 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VSwitch": {
4
- "from": "components/VSwitch/index.mjs",
5
- "styles": []
6
- },
7
- "VSystemBar": {
8
- "from": "components/VSystemBar/index.mjs",
9
- "styles": []
10
- },
11
- "VTabs": {
12
- "from": "components/VTabs/index.mjs",
13
- "styles": []
14
- },
15
- "VTab": {
16
- "from": "components/VTabs/index.mjs",
17
- "styles": []
18
- },
19
3
  "VApp": {
20
4
  "from": "components/VApp/index.mjs",
21
5
  "styles": []
@@ -348,6 +332,22 @@
348
332
  "from": "components/VSnackbar/index.mjs",
349
333
  "styles": []
350
334
  },
335
+ "VSwitch": {
336
+ "from": "components/VSwitch/index.mjs",
337
+ "styles": []
338
+ },
339
+ "VSystemBar": {
340
+ "from": "components/VSystemBar/index.mjs",
341
+ "styles": []
342
+ },
343
+ "VTabs": {
344
+ "from": "components/VTabs/index.mjs",
345
+ "styles": []
346
+ },
347
+ "VTab": {
348
+ "from": "components/VTabs/index.mjs",
349
+ "styles": []
350
+ },
351
351
  "VTable": {
352
352
  "from": "components/VTable/index.mjs",
353
353
  "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.20",
5
+ "version": "3.3.21",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -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))",
@@ -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": {