vuetify 3.3.2 → 3.3.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 (86) hide show
  1. package/dist/json/attributes.json +8 -8
  2. package/dist/json/importMap.json +4 -4
  3. package/dist/json/web-types.json +26 -15
  4. package/dist/vuetify-labs.css +53 -61
  5. package/dist/vuetify-labs.d.ts +253 -119
  6. package/dist/vuetify-labs.esm.js +196 -82
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +195 -81
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +10 -8
  11. package/dist/vuetify.d.ts +254 -120
  12. package/dist/vuetify.esm.js +191 -78
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +190 -77
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +780 -771
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.mts +2 -2
  20. package/lib/blueprints/md1.d.mts +2 -2
  21. package/lib/blueprints/md2.d.mts +2 -2
  22. package/lib/blueprints/md3.d.mts +2 -2
  23. package/lib/components/VAppBar/index.d.mts +24 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +16 -11
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VBtn/VBtn.mjs +1 -1
  27. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  28. package/lib/components/VBtn/index.d.mts +24 -8
  29. package/lib/components/VCard/VCard.mjs +1 -1
  30. package/lib/components/VCard/VCard.mjs.map +1 -1
  31. package/lib/components/VCard/index.d.mts +44 -28
  32. package/lib/components/VCheckbox/VCheckbox.mjs +8 -1
  33. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  34. package/lib/components/VCheckbox/index.d.mts +7 -1
  35. package/lib/components/VChip/VChip.mjs +2 -2
  36. package/lib/components/VChip/VChip.mjs.map +1 -1
  37. package/lib/components/VChip/index.d.mts +48 -32
  38. package/lib/components/VCombobox/VCombobox.mjs +16 -8
  39. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  40. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  41. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  42. package/lib/components/VExpansionPanel/index.d.mts +56 -24
  43. package/lib/components/VField/VField.css +1 -0
  44. package/lib/components/VField/VField.sass +1 -0
  45. package/lib/components/VIcon/VIcon.mjs +2 -2
  46. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  47. package/lib/components/VList/VListItem.mjs +1 -1
  48. package/lib/components/VList/VListItem.mjs.map +1 -1
  49. package/lib/components/VList/index.d.mts +24 -8
  50. package/lib/components/VMenu/VMenu.mjs +29 -3
  51. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  52. package/lib/components/VOverlay/VOverlay.mjs +7 -4
  53. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  54. package/lib/components/VOverlay/useActivator.mjs +29 -35
  55. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  56. package/lib/components/VSelect/VSelect.mjs +15 -10
  57. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  58. package/lib/components/VSlider/VSliderThumb.mjs +2 -2
  59. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  60. package/lib/components/VTabs/VTabs.css +1 -0
  61. package/lib/components/VTabs/VTabs.sass +1 -0
  62. package/lib/components/VTabs/index.d.mts +24 -8
  63. package/lib/components/VTextarea/VTextarea.css +7 -7
  64. package/lib/components/VTextarea/VTextarea.sass +9 -9
  65. package/lib/components/index.d.mts +251 -117
  66. package/lib/composables/icons.mjs.map +1 -1
  67. package/lib/composables/theme.mjs +1 -1
  68. package/lib/composables/theme.mjs.map +1 -1
  69. package/lib/entry-bundler.mjs +1 -1
  70. package/lib/framework.mjs +1 -1
  71. package/lib/iconsets/mdi-svg.mjs +35 -35
  72. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  73. package/lib/index.d.mts +3 -3
  74. package/lib/labs/VDataTable/VDataTable.css +4 -14
  75. package/lib/labs/VDataTable/VDataTable.sass +6 -15
  76. package/lib/labs/VDataTable/VDataTableHeaders.mjs +2 -2
  77. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  78. package/lib/labs/VDataTable/composables/select.mjs +3 -2
  79. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  80. package/lib/util/bindProps.mjs +49 -0
  81. package/lib/util/bindProps.mjs.map +1 -0
  82. package/lib/util/helpers.mjs +3 -0
  83. package/lib/util/helpers.mjs.map +1 -1
  84. package/lib/util/index.mjs +1 -0
  85. package/lib/util/index.mjs.map +1 -1
  86. package/package.json +2 -2
@@ -320,7 +320,7 @@
320
320
  "description": "Displays the button as a flex-column."
321
321
  },
322
322
  "v-app-bar-nav-icon/ripple": {
323
- "type": "boolean\n",
323
+ "type": "boolean | { class: string }\n",
324
324
  "description": "Applies the [v-ripple](/directives/ripple) directive."
325
325
  },
326
326
  "v-app-bar-nav-icon/disabled": {
@@ -1296,7 +1296,7 @@
1296
1296
  "description": "Displays the button as a flex-column."
1297
1297
  },
1298
1298
  "v-btn/ripple": {
1299
- "type": "boolean\n",
1299
+ "type": "boolean | { class: string }\n",
1300
1300
  "description": "Applies the [v-ripple](/directives/ripple) directive."
1301
1301
  },
1302
1302
  "v-btn/disabled": {
@@ -1512,7 +1512,7 @@
1512
1512
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
1513
1513
  },
1514
1514
  "v-card/ripple": {
1515
- "type": "boolean\n",
1515
+ "type": "boolean | { class: string }\n",
1516
1516
  "description": "Applies the [v-ripple](/directives/ripple) directive."
1517
1517
  },
1518
1518
  "v-card/disabled": {
@@ -2088,7 +2088,7 @@
2088
2088
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
2089
2089
  },
2090
2090
  "v-chip/ripple": {
2091
- "type": "boolean\n",
2091
+ "type": "boolean | { class: string }\n",
2092
2092
  "description": "Applies the [v-ripple](/directives/ripple) directive."
2093
2093
  },
2094
2094
  "v-chip/disabled": {
@@ -3680,7 +3680,7 @@
3680
3680
  "description": "Controls the opened/closed state of content"
3681
3681
  },
3682
3682
  "v-expansion-panel/ripple": {
3683
- "type": "boolean | Record<string, any>\n",
3683
+ "type": "boolean | { class: string }\n",
3684
3684
  "description": "Applies the [v-ripple](/directives/ripple) directive."
3685
3685
  },
3686
3686
  "v-expansion-panel/disabled": {
@@ -3724,7 +3724,7 @@
3724
3724
  "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)"
3725
3725
  },
3726
3726
  "v-expansion-panel-title/ripple": {
3727
- "type": "boolean | Record<string, any>\n",
3727
+ "type": "boolean | { class: string }\n",
3728
3728
  "description": "Applies the [v-ripple](/directives/ripple) directive."
3729
3729
  },
3730
3730
  "v-expansion-panel-title/readonly": {
@@ -4844,7 +4844,7 @@
4844
4844
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
4845
4845
  },
4846
4846
  "v-list-item/ripple": {
4847
- "type": "boolean\n",
4847
+ "type": "boolean | { class: string }\n",
4848
4848
  "description": "Applies the [v-ripple](/directives/ripple) directive."
4849
4849
  },
4850
4850
  "v-list-item/disabled": {
@@ -7556,7 +7556,7 @@
7556
7556
  "description": "Displays the tab as a flex-column."
7557
7557
  },
7558
7558
  "v-tab/ripple": {
7559
- "type": "boolean\n",
7559
+ "type": "boolean | { class: string }\n",
7560
7560
  "description": "Applies the [v-ripple](/directives/ripple) directive."
7561
7561
  },
7562
7562
  "v-tab/disabled": {
@@ -264,6 +264,10 @@
264
264
  "from": "components/VMain/index.mjs",
265
265
  "styles": []
266
266
  },
267
+ "VMenu": {
268
+ "from": "components/VMenu/index.mjs",
269
+ "styles": []
270
+ },
267
271
  "VMessages": {
268
272
  "from": "components/VMessages/index.mjs",
269
273
  "styles": []
@@ -452,10 +456,6 @@
452
456
  "from": "components/VResponsive/index.mjs",
453
457
  "styles": []
454
458
  },
455
- "VMenu": {
456
- "from": "components/VMenu/index.mjs",
457
- "styles": []
458
- },
459
459
  "VThemeProvider": {
460
460
  "from": "components/VThemeProvider/index.mjs",
461
461
  "styles": []
@@ -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.2",
5
+ "version": "3.3.3",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -967,7 +967,7 @@
967
967
  "default": "true",
968
968
  "value": {
969
969
  "kind": "expression",
970
- "type": "boolean\n"
970
+ "type": "boolean | { class: string }\n"
971
971
  }
972
972
  },
973
973
  {
@@ -4131,7 +4131,7 @@
4131
4131
  "default": "true",
4132
4132
  "value": {
4133
4133
  "kind": "expression",
4134
- "type": "boolean\n"
4134
+ "type": "boolean | { class: string }\n"
4135
4135
  }
4136
4136
  },
4137
4137
  {
@@ -4773,7 +4773,7 @@
4773
4773
  "default": "true",
4774
4774
  "value": {
4775
4775
  "kind": "expression",
4776
- "type": "boolean\n"
4776
+ "type": "boolean | { class: string }\n"
4777
4777
  }
4778
4778
  },
4779
4779
  {
@@ -6091,6 +6091,17 @@
6091
6091
  }
6092
6092
  ],
6093
6093
  "events": [
6094
+ {
6095
+ "name": "update:modelValue",
6096
+ "description": "Event that is emitted when the component's model changes",
6097
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
6098
+ "arguments": [
6099
+ {
6100
+ "name": "argument",
6101
+ "type": "[boolean]\n"
6102
+ }
6103
+ ]
6104
+ },
6094
6105
  {
6095
6106
  "name": "click:prepend",
6096
6107
  "description": "Emitted when prepended icon is clicked",
@@ -6830,7 +6841,7 @@
6830
6841
  "default": "true",
6831
6842
  "value": {
6832
6843
  "kind": "expression",
6833
- "type": "boolean\n"
6844
+ "type": "boolean | { class: string }\n"
6834
6845
  }
6835
6846
  },
6836
6847
  {
@@ -6992,24 +7003,24 @@
6992
7003
  ]
6993
7004
  },
6994
7005
  {
6995
- "name": "group:selected",
6996
- "description": "Event that is emitted when an item is selected within a group.",
7006
+ "name": "click",
7007
+ "description": "Emitted when component is clicked, toggles chip if contained in a chip group - Will trigger component to ripple when clicked unless the `.native` modifier is used",
6997
7008
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
6998
7009
  "arguments": [
6999
7010
  {
7000
7011
  "name": "argument",
7001
- "type": "[{ value: boolean }]\n"
7012
+ "type": "[MouseEvent | KeyboardEvent]\n"
7002
7013
  }
7003
7014
  ]
7004
7015
  },
7005
7016
  {
7006
- "name": "click",
7007
- "description": "Emitted when component is clicked, toggles chip if contained in a chip group - Will trigger component to ripple when clicked unless the `.native` modifier is used",
7017
+ "name": "group:selected",
7018
+ "description": "Event that is emitted when an item is selected within a group.",
7008
7019
  "doc-url": "https://vuetifyjs.com/api/v-chip#events",
7009
7020
  "arguments": [
7010
7021
  {
7011
7022
  "name": "argument",
7012
- "type": "[MouseEvent | KeyboardEvent]\n"
7023
+ "type": "[{ value: boolean }]\n"
7013
7024
  }
7014
7025
  ]
7015
7026
  },
@@ -15442,7 +15453,7 @@
15442
15453
  "default": "false",
15443
15454
  "value": {
15444
15455
  "kind": "expression",
15445
- "type": "boolean | Record<string, any>\n"
15456
+ "type": "boolean | { class: string }\n"
15446
15457
  }
15447
15458
  },
15448
15459
  {
@@ -15617,7 +15628,7 @@
15617
15628
  "default": "false",
15618
15629
  "value": {
15619
15630
  "kind": "expression",
15620
- "type": "boolean | Record<string, any>\n"
15631
+ "type": "boolean | { class: string }\n"
15621
15632
  }
15622
15633
  },
15623
15634
  {
@@ -20123,7 +20134,7 @@
20123
20134
  "default": "true",
20124
20135
  "value": {
20125
20136
  "kind": "expression",
20126
- "type": "boolean\n"
20137
+ "type": "boolean | { class: string }\n"
20127
20138
  }
20128
20139
  },
20129
20140
  {
@@ -30036,7 +30047,7 @@
30036
30047
  "default": "true",
30037
30048
  "value": {
30038
30049
  "kind": "expression",
30039
- "type": "boolean\n"
30050
+ "type": "boolean | { class: string }\n"
30040
30051
  }
30041
30052
  },
30042
30053
  {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.3.2
2
+ * Vuetify v3.3.3
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16078,12 +16078,6 @@ html.overflow-y-hidden {
16078
16078
  opacity: 0.3;
16079
16079
  }
16080
16080
 
16081
- .v-data-table__progress th {
16082
- position: relative;
16083
- border: none !important;
16084
- height: auto !important;
16085
- }
16086
-
16087
16081
  .v-data-table-group-header-row__column {
16088
16082
  padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
16089
16083
  }
@@ -16107,14 +16101,10 @@ html.overflow-y-hidden {
16107
16101
  height: 20px;
16108
16102
  }
16109
16103
 
16110
- .v-data-table-headers__loader {
16111
- bottom: auto;
16112
- top: 0;
16113
- left: 0;
16114
- position: absolute;
16115
- right: 0;
16116
- width: 100%;
16117
- z-index: 1;
16104
+ .v-data-table-progress > th {
16105
+ border: none !important;
16106
+ height: auto !important;
16107
+ padding: 0 !important;
16118
16108
  }
16119
16109
 
16120
16110
  .v-data-table-rows-loading,
@@ -16150,6 +16140,31 @@ html.overflow-y-hidden {
16150
16140
 
16151
16141
  .v-data-table-footer__page {
16152
16142
  padding: 0 8px;
16143
+ }.v-infinite-scroll--horizontal {
16144
+ display: flex;
16145
+ flex-direction: row;
16146
+ overflow-x: auto;
16147
+ }
16148
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
16149
+ height: 100%;
16150
+ width: 1px;
16151
+ }
16152
+
16153
+ .v-infinite-scroll--vertical {
16154
+ display: flex;
16155
+ flex-direction: column;
16156
+ overflow-y: auto;
16157
+ }
16158
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
16159
+ height: 1px;
16160
+ width: 100%;
16161
+ }
16162
+
16163
+ .v-infinite-scroll__side {
16164
+ align-items: center;
16165
+ display: flex;
16166
+ justify-content: center;
16167
+ padding: 8px;
16153
16168
  }.v-skeleton-loader {
16154
16169
  align-items: center;
16155
16170
  background: rgb(var(--v-theme-surface));
@@ -16370,31 +16385,6 @@ html.overflow-y-hidden {
16370
16385
  100% {
16371
16386
  transform: translateX(100%);
16372
16387
  }
16373
- }.v-infinite-scroll--horizontal {
16374
- display: flex;
16375
- flex-direction: row;
16376
- overflow-x: auto;
16377
- }
16378
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
16379
- height: 100%;
16380
- width: 1px;
16381
- }
16382
-
16383
- .v-infinite-scroll--vertical {
16384
- display: flex;
16385
- flex-direction: column;
16386
- overflow-y: auto;
16387
- }
16388
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
16389
- height: 1px;
16390
- width: 100%;
16391
- }
16392
-
16393
- .v-infinite-scroll__side {
16394
- align-items: center;
16395
- display: flex;
16396
- justify-content: center;
16397
- padding: 8px;
16398
16388
  }.v-application {
16399
16389
  display: flex;
16400
16390
  background: rgb(var(--v-theme-background));
@@ -19830,6 +19820,7 @@ html.overflow-y-hidden {
19830
19820
  padding-inline-end: var(--v-field-padding-end);
19831
19821
  padding-top: var(--v-field-input-padding-top);
19832
19822
  padding-bottom: var(--v-field-input-padding-bottom);
19823
+ position: relative;
19833
19824
  width: 100%;
19834
19825
  --v-field-input-min-height: max(var(--v-input-control-height, 56px), 1.625rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
19835
19826
  }
@@ -21160,6 +21151,20 @@ textarea.v-field__input::placeholder {
21160
21151
  opacity: 0.2;
21161
21152
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21162
21153
  z-index: 1;
21154
+ }.v-pagination__list {
21155
+ display: inline-flex;
21156
+ list-style-type: none;
21157
+ justify-content: center;
21158
+ width: 100%;
21159
+ }
21160
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
21161
+ margin: 0.3rem;
21162
+ }.v-parallax {
21163
+ position: relative;
21164
+ overflow: hidden;
21165
+ }
21166
+ .v-parallax--active > .v-img__img {
21167
+ will-change: transform;
21163
21168
  }.v-overlay-container {
21164
21169
  contain: layout;
21165
21170
  left: 0;
@@ -21221,14 +21226,6 @@ html.v-overlay-scroll-blocked {
21221
21226
 
21222
21227
  .v-overlay--scroll-blocked {
21223
21228
  padding-inline-end: var(--v-scrollbar-offset);
21224
- }.v-pagination__list {
21225
- display: inline-flex;
21226
- list-style-type: none;
21227
- justify-content: center;
21228
- width: 100%;
21229
- }
21230
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
21231
- margin: 0.3rem;
21232
21229
  }.v-progress-circular {
21233
21230
  align-items: center;
21234
21231
  display: inline-flex;
@@ -21331,12 +21328,6 @@ html.v-overlay-scroll-blocked {
21331
21328
  100% {
21332
21329
  transform: rotate(270deg);
21333
21330
  }
21334
- }.v-parallax {
21335
- position: relative;
21336
- overflow: hidden;
21337
- }
21338
- .v-parallax--active > .v-img__img {
21339
- will-change: transform;
21340
21331
  }.v-progress-linear {
21341
21332
  background: transparent;
21342
21333
  overflow: hidden;
@@ -22204,6 +22195,7 @@ html.v-overlay-scroll-blocked {
22204
22195
 
22205
22196
  .v-tabs.v-slide-group--vertical {
22206
22197
  height: auto;
22198
+ flex: none;
22207
22199
  --v-tabs-height: 48px;
22208
22200
  }
22209
22201
 
@@ -22409,13 +22401,7 @@ html.v-overlay-scroll-blocked {
22409
22401
  -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22410
22402
  mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
22411
22403
  }
22412
- .v-textarea--auto-grow .v-field__input {
22413
- overflow: hidden;
22414
- }
22415
- .v-textarea--no-resize .v-field__input {
22416
- resize: none;
22417
- }
22418
- .v-textarea__sizer {
22404
+ .v-textarea .v-field__input.v-textarea__sizer {
22419
22405
  visibility: hidden;
22420
22406
  position: absolute;
22421
22407
  top: 0;
@@ -22424,6 +22410,12 @@ html.v-overlay-scroll-blocked {
22424
22410
  min-height: 0 !important;
22425
22411
  pointer-events: none;
22426
22412
  }
22413
+ .v-textarea--auto-grow .v-field__input {
22414
+ overflow: hidden;
22415
+ }
22416
+ .v-textarea--no-resize .v-field__input {
22417
+ resize: none;
22418
+ }
22427
22419
  .v-textarea .v-field--no-label textarea,
22428
22420
  .v-textarea .v-field--active textarea {
22429
22421
  opacity: 1;