vuetify 3.5.1 → 3.5.3

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 (87) hide show
  1. package/dist/json/attributes.json +39 -27
  2. package/dist/json/importMap.json +100 -100
  3. package/dist/json/tags.json +6 -3
  4. package/dist/json/web-types.json +101 -65
  5. package/dist/vuetify-labs.css +1717 -1712
  6. package/dist/vuetify-labs.d.ts +191 -92
  7. package/dist/vuetify-labs.esm.js +49 -30
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +49 -30
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1154 -1149
  12. package/dist/vuetify.d.ts +215 -116
  13. package/dist/vuetify.esm.js +49 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +49 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +25 -26
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/index.d.mts +12 -0
  21. package/lib/components/VAvatar/VAvatar.mjs +16 -2
  22. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  23. package/lib/components/VBottomSheet/index.d.mts +6 -0
  24. package/lib/components/VCheckbox/VCheckbox.css +3 -0
  25. package/lib/components/VCheckbox/VCheckbox.sass +3 -0
  26. package/lib/components/VCheckbox/_variables.scss +3 -0
  27. package/lib/components/VChip/VChip.css +0 -1
  28. package/lib/components/VChip/VChip.mjs +2 -1
  29. package/lib/components/VChip/VChip.mjs.map +1 -1
  30. package/lib/components/VChip/VChip.sass +0 -1
  31. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  32. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  33. package/lib/components/VColorPicker/VColorPickerEdit.mjs +1 -1
  34. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  35. package/lib/components/VColorPicker/util/index.mjs +1 -1
  36. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  37. package/lib/components/VCombobox/index.d.mts +12 -0
  38. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  39. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  40. package/lib/components/VDatePicker/VDatePickerMonth.mjs +2 -3
  41. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  42. package/lib/components/VDatePicker/index.d.mts +45 -63
  43. package/lib/components/VDialog/index.d.mts +21 -3
  44. package/lib/components/VLabel/VLabel.mjs +5 -4
  45. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  46. package/lib/components/VLabel/index.d.mts +6 -9
  47. package/lib/components/VList/VListItem.css +19 -6
  48. package/lib/components/VList/VListItem.sass +16 -3
  49. package/lib/components/VList/_variables.scss +6 -4
  50. package/lib/components/VMenu/VMenu.mjs +1 -0
  51. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  52. package/lib/components/VMenu/index.d.mts +21 -3
  53. package/lib/components/VOverlay/VOverlay.css +1 -1
  54. package/lib/components/VOverlay/VOverlay.mjs +4 -2
  55. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  56. package/lib/components/VOverlay/_variables.scss +1 -1
  57. package/lib/components/VOverlay/index.d.mts +6 -0
  58. package/lib/components/VOverlay/scrollStrategies.mjs +3 -0
  59. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  60. package/lib/components/VSelect/index.d.mts +12 -0
  61. package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -2
  62. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  63. package/lib/components/VSnackbar/index.d.mts +21 -3
  64. package/lib/components/VSwitch/VSwitch.css +3 -0
  65. package/lib/components/VSwitch/VSwitch.sass +3 -0
  66. package/lib/components/VSwitch/_variables.scss +1 -0
  67. package/lib/components/VTable/VTable.css +15 -28
  68. package/lib/components/VTable/VTable.sass +6 -13
  69. package/lib/components/VTable/_variables.scss +1 -1
  70. package/lib/components/VTooltip/index.d.mts +21 -3
  71. package/lib/components/VWindow/VWindow.css +1 -1
  72. package/lib/components/VWindow/VWindow.sass +1 -1
  73. package/lib/components/index.d.mts +183 -84
  74. package/lib/composables/calendar.mjs +1 -1
  75. package/lib/composables/calendar.mjs.map +1 -1
  76. package/lib/composables/date/adapters/vuetify.mjs +2 -8
  77. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  78. package/lib/composables/group.mjs +4 -1
  79. package/lib/composables/group.mjs.map +1 -1
  80. package/lib/composables/validation.mjs +1 -1
  81. package/lib/composables/validation.mjs.map +1 -1
  82. package/lib/entry-bundler.mjs +1 -1
  83. package/lib/framework.mjs +1 -1
  84. package/lib/index.d.mts +32 -32
  85. package/lib/labs/VCalendar/index.d.mts +8 -8
  86. package/lib/labs/components.d.mts +8 -8
  87. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.5.1",
5
+ "version": "3.5.3",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3326,6 +3326,15 @@
3326
3326
  "type": "boolean"
3327
3327
  }
3328
3328
  },
3329
+ {
3330
+ "name": "opacity",
3331
+ "description": "Sets the overlay opacity.",
3332
+ "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3333
+ "value": {
3334
+ "kind": "expression",
3335
+ "type": "string | number"
3336
+ }
3337
+ },
3329
3338
  {
3330
3339
  "name": "noClickAnimation",
3331
3340
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop.",
@@ -4703,15 +4712,6 @@
4703
4712
  "type": "boolean"
4704
4713
  }
4705
4714
  },
4706
- {
4707
- "name": "allowedDates",
4708
- "description": "Determines which dates are selectable.",
4709
- "doc-url": "https://vuetifyjs.com/api/v-calendar#props",
4710
- "value": {
4711
- "kind": "expression",
4712
- "type": "Function | unknown[]"
4713
- }
4714
- },
4715
4715
  {
4716
4716
  "name": "disabled",
4717
4717
  "description": "Removes the ability to click or target the component.",
@@ -4760,6 +4760,15 @@
4760
4760
  "type": "number[]"
4761
4761
  }
4762
4762
  },
4763
+ {
4764
+ "name": "allowedDates",
4765
+ "description": "Determines which dates are selectable.",
4766
+ "doc-url": "https://vuetifyjs.com/api/v-calendar#props",
4767
+ "value": {
4768
+ "kind": "expression",
4769
+ "type": "unknown[] | ((date: unknown) => boolean)"
4770
+ }
4771
+ },
4763
4772
  {
4764
4773
  "name": "displayValue",
4765
4774
  "description": "Value to display for the component, possibly a formatted date.",
@@ -16272,16 +16281,6 @@
16272
16281
  "type": "boolean"
16273
16282
  }
16274
16283
  },
16275
- {
16276
- "name": "range",
16277
- "description": "Allow the selection of date range.",
16278
- "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16279
- "default": "false",
16280
- "value": {
16281
- "kind": "expression",
16282
- "type": "boolean"
16283
- }
16284
- },
16285
16284
  {
16286
16285
  "name": "showWeek",
16287
16286
  "description": "Toggles visibility of the week numbers in the body of the calendar.",
@@ -16292,15 +16291,6 @@
16292
16291
  "type": "boolean"
16293
16292
  }
16294
16293
  },
16295
- {
16296
- "name": "allowedDates",
16297
- "description": "Restricts which dates can be selected.",
16298
- "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16299
- "value": {
16300
- "kind": "expression",
16301
- "type": "Function | unknown[]"
16302
- }
16303
- },
16304
16294
  {
16305
16295
  "name": "showAdjacentMonths",
16306
16296
  "description": "Toggles visibility of days from previous and next months.",
@@ -16321,6 +16311,15 @@
16321
16311
  "type": "number[]"
16322
16312
  }
16323
16313
  },
16314
+ {
16315
+ "name": "allowedDates",
16316
+ "description": "Restricts which dates can be selected.",
16317
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16318
+ "value": {
16319
+ "kind": "expression",
16320
+ "type": "unknown[] | ((date: unknown) => boolean)"
16321
+ }
16322
+ },
16324
16323
  {
16325
16324
  "name": "displayValue",
16326
16325
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
@@ -16359,12 +16358,12 @@
16359
16358
  },
16360
16359
  {
16361
16360
  "name": "multiple",
16362
- "description": "Allow the selection of multiple dates.",
16361
+ "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections.",
16363
16362
  "doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
16364
16363
  "default": "false",
16365
16364
  "value": {
16366
16365
  "kind": "expression",
16367
- "type": "boolean"
16366
+ "type": "number | boolean | (string & {}) | 'range'"
16368
16367
  }
16369
16368
  },
16370
16369
  {
@@ -16866,16 +16865,6 @@
16866
16865
  "type": "boolean"
16867
16866
  }
16868
16867
  },
16869
- {
16870
- "name": "range",
16871
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16872
- "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16873
- "default": "false",
16874
- "value": {
16875
- "kind": "expression",
16876
- "type": "boolean"
16877
- }
16878
- },
16879
16868
  {
16880
16869
  "name": "showWeek",
16881
16870
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))",
@@ -16886,15 +16875,6 @@
16886
16875
  "type": "boolean"
16887
16876
  }
16888
16877
  },
16889
- {
16890
- "name": "allowedDates",
16891
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
16892
- "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16893
- "value": {
16894
- "kind": "expression",
16895
- "type": "Function | unknown[]"
16896
- }
16897
- },
16898
16878
  {
16899
16879
  "name": "disabled",
16900
16880
  "description": "Removes the ability to click or target the component.",
@@ -16943,6 +16923,15 @@
16943
16923
  "type": "number[]"
16944
16924
  }
16945
16925
  },
16926
+ {
16927
+ "name": "allowedDates",
16928
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
16929
+ "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
16930
+ "value": {
16931
+ "kind": "expression",
16932
+ "type": "unknown[] | ((date: unknown) => boolean)"
16933
+ }
16934
+ },
16946
16935
  {
16947
16936
  "name": "displayValue",
16948
16937
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))",
@@ -16986,7 +16975,7 @@
16986
16975
  "default": "false",
16987
16976
  "value": {
16988
16977
  "kind": "expression",
16989
- "type": "string | number | boolean"
16978
+ "type": "number | boolean | 'range' | (string & {})"
16990
16979
  }
16991
16980
  }
16992
16981
  ],
@@ -16998,7 +16987,7 @@
16998
16987
  "arguments": [
16999
16988
  {
17000
16989
  "name": "argument",
17001
- "type": "[any]\n"
16990
+ "type": "[unknown]\n"
17002
16991
  }
17003
16992
  ]
17004
16993
  },
@@ -17009,7 +16998,7 @@
17009
16998
  "arguments": [
17010
16999
  {
17011
17000
  "name": "argument",
17012
- "type": "[any]\n"
17001
+ "type": "[number]\n"
17013
17002
  }
17014
17003
  ]
17015
17004
  },
@@ -17020,7 +17009,7 @@
17020
17009
  "arguments": [
17021
17010
  {
17022
17011
  "name": "argument",
17023
- "type": "[any]\n"
17012
+ "type": "[number]\n"
17024
17013
  }
17025
17014
  ]
17026
17015
  }
@@ -17398,6 +17387,15 @@
17398
17387
  "type": "boolean"
17399
17388
  }
17400
17389
  },
17390
+ {
17391
+ "name": "opacity",
17392
+ "description": "Sets the overlay opacity.",
17393
+ "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
17394
+ "value": {
17395
+ "kind": "expression",
17396
+ "type": "string | number"
17397
+ }
17398
+ },
17401
17399
  {
17402
17400
  "name": "noClickAnimation",
17403
17401
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop.",
@@ -21784,16 +21782,6 @@
21784
21782
  "type": "string"
21785
21783
  }
21786
21784
  },
21787
- {
21788
- "name": "clickable",
21789
- "description": "Changes the cursor to a pointer when the mouse is over the element.",
21790
- "doc-url": "https://vuetifyjs.com/api/v-label#props",
21791
- "default": "false",
21792
- "value": {
21793
- "kind": "expression",
21794
- "type": "boolean"
21795
- }
21796
- },
21797
21785
  {
21798
21786
  "name": "theme",
21799
21787
  "description": "Specify a theme for this component and all of its children.",
@@ -21804,7 +21792,19 @@
21804
21792
  }
21805
21793
  }
21806
21794
  ],
21807
- "events": [],
21795
+ "events": [
21796
+ {
21797
+ "name": "click",
21798
+ "description": "Event that is emitted when the component is clicked.",
21799
+ "doc-url": "https://vuetifyjs.com/api/v-label#events",
21800
+ "arguments": [
21801
+ {
21802
+ "name": "argument",
21803
+ "type": "[MouseEvent]\n"
21804
+ }
21805
+ ]
21806
+ }
21807
+ ],
21808
21808
  "slots": [
21809
21809
  {
21810
21810
  "name": "default",
@@ -23649,6 +23649,15 @@
23649
23649
  "type": "boolean"
23650
23650
  }
23651
23651
  },
23652
+ {
23653
+ "name": "opacity",
23654
+ "description": "Sets the overlay opacity.",
23655
+ "doc-url": "https://vuetifyjs.com/api/v-menu#props",
23656
+ "value": {
23657
+ "kind": "expression",
23658
+ "type": "string | number"
23659
+ }
23660
+ },
23652
23661
  {
23653
23662
  "name": "noClickAnimation",
23654
23663
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
@@ -24723,6 +24732,15 @@
24723
24732
  "type": "boolean"
24724
24733
  }
24725
24734
  },
24735
+ {
24736
+ "name": "opacity",
24737
+ "description": "Sets the overlay opacity.",
24738
+ "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
24739
+ "value": {
24740
+ "kind": "expression",
24741
+ "type": "string | number"
24742
+ }
24743
+ },
24726
24744
  {
24727
24745
  "name": "noClickAnimation",
24728
24746
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
@@ -32312,6 +32330,15 @@
32312
32330
  "type": "boolean"
32313
32331
  }
32314
32332
  },
32333
+ {
32334
+ "name": "opacity",
32335
+ "description": "Sets the overlay opacity.",
32336
+ "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
32337
+ "value": {
32338
+ "kind": "expression",
32339
+ "type": "string | number"
32340
+ }
32341
+ },
32315
32342
  {
32316
32343
  "name": "modelValue",
32317
32344
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
@@ -37911,6 +37938,15 @@
37911
37938
  "type": "boolean"
37912
37939
  }
37913
37940
  },
37941
+ {
37942
+ "name": "opacity",
37943
+ "description": "Sets the overlay opacity.",
37944
+ "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
37945
+ "value": {
37946
+ "kind": "expression",
37947
+ "type": "string | number"
37948
+ }
37949
+ },
37914
37950
  {
37915
37951
  "name": "noClickAnimation",
37916
37952
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",