@vuetify/nightly 3.2.0-dev-20230405.0 → 3.2.0-dev-20230415.0

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 (110) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/dist/json/attributes.json +24 -8
  3. package/dist/json/importMap-labs.json +0 -4
  4. package/dist/json/importMap.json +56 -52
  5. package/dist/json/tags.json +5 -1
  6. package/dist/json/web-types.json +83 -47
  7. package/dist/vuetify-labs.css +2296 -2277
  8. package/dist/vuetify-labs.d.ts +712 -662
  9. package/dist/vuetify-labs.esm.js +269 -227
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +268 -226
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +32 -4
  14. package/dist/vuetify.d.ts +593 -417
  15. package/dist/vuetify.esm.js +247 -34
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +246 -33
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +319 -293
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -2
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VAutocomplete/index.d.ts +38 -32
  25. package/lib/components/VCheckbox/index.d.ts +14 -14
  26. package/lib/components/VChip/VChip.mjs +2 -2
  27. package/lib/components/VChip/VChip.mjs.map +1 -1
  28. package/lib/components/VChip/index.d.ts +14 -14
  29. package/lib/components/VCombobox/VCombobox.mjs +6 -3
  30. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  31. package/lib/components/VCombobox/index.d.ts +38 -32
  32. package/lib/components/VField/VField.mjs +3 -3
  33. package/lib/components/VField/VField.mjs.map +1 -1
  34. package/lib/components/VField/index.d.ts +20 -20
  35. package/lib/components/VFileInput/VFileInput.mjs +0 -1
  36. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  37. package/lib/components/VFileInput/index.d.ts +50 -56
  38. package/lib/components/VImg/VImg.mjs +3 -3
  39. package/lib/components/VImg/VImg.mjs.map +1 -1
  40. package/lib/components/VImg/index.d.ts +19 -19
  41. package/lib/components/VInput/VInput.mjs +2 -2
  42. package/lib/components/VInput/VInput.mjs.map +1 -1
  43. package/lib/components/VInput/index.d.ts +14 -14
  44. package/lib/components/VList/VList.mjs +2 -1
  45. package/lib/components/VList/VList.mjs.map +1 -1
  46. package/lib/components/VList/VListItem.css +12 -0
  47. package/lib/components/VList/VListItem.mjs +2 -2
  48. package/lib/components/VList/VListItem.mjs.map +1 -1
  49. package/lib/components/VList/VListItem.sass +5 -0
  50. package/lib/components/VList/index.d.ts +14 -14
  51. package/lib/components/VOverlay/useActivator.mjs +1 -0
  52. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  53. package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
  54. package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
  55. package/lib/components/VProgressCircular/_variables.scss +1 -0
  56. package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
  57. package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
  58. package/lib/components/VProgressLinear/_variables.scss +1 -1
  59. package/lib/components/VRadioGroup/index.d.ts +14 -14
  60. package/lib/components/VRangeSlider/index.d.ts +14 -14
  61. package/lib/components/VSelect/VSelect.mjs +31 -2
  62. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  63. package/lib/components/VSelect/index.d.ts +38 -32
  64. package/lib/components/VSlider/index.d.ts +14 -14
  65. package/lib/components/VSwitch/index.d.ts +14 -14
  66. package/lib/components/VTextField/VTextField.mjs +2 -2
  67. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  68. package/lib/components/VTextField/index.d.ts +83 -77
  69. package/lib/components/VTextarea/VTextarea.mjs +8 -5
  70. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  71. package/lib/components/VTextarea/index.d.ts +56 -50
  72. package/lib/components/VToolbar/VToolbar.css +2 -0
  73. package/lib/components/VToolbar/VToolbar.sass +2 -0
  74. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -0
  75. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -0
  76. package/lib/components/VVirtualScroll/index.mjs.map +1 -0
  77. package/lib/components/index.d.ts +576 -403
  78. package/lib/components/index.mjs +2 -1
  79. package/lib/components/index.mjs.map +1 -1
  80. package/lib/composables/proxiedModel.mjs +2 -1
  81. package/lib/composables/proxiedModel.mjs.map +1 -1
  82. package/lib/composables/theme.mjs +1 -1
  83. package/lib/composables/theme.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/framework.mjs +1 -1
  86. package/lib/index.d.ts +16 -15
  87. package/lib/labs/VDataTable/VDataTable.mjs +4 -4
  88. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  89. package/lib/labs/VDataTable/VDataTableRows.mjs +5 -7
  90. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  91. package/lib/labs/VDataTable/VDataTableServer.mjs +4 -3
  92. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  93. package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -3
  94. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  95. package/lib/labs/VDataTable/index.d.ts +137 -111
  96. package/lib/labs/components.d.ts +138 -261
  97. package/lib/labs/components.mjs +0 -1
  98. package/lib/labs/components.mjs.map +1 -1
  99. package/lib/util/helpers.mjs +1 -1
  100. package/lib/util/helpers.mjs.map +1 -1
  101. package/package.json +2 -2
  102. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +0 -1
  103. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +0 -1
  104. package/lib/labs/VVirtualScroll/index.mjs.map +0 -1
  105. /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.css +0 -0
  106. /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.mjs +0 -0
  107. /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.sass +0 -0
  108. /package/lib/{labs → components}/VVirtualScroll/VVirtualScrollItem.mjs +0 -0
  109. /package/lib/{labs → components}/VVirtualScroll/index.d.ts +0 -0
  110. /package/lib/{labs → components}/VVirtualScroll/index.mjs +0 -0
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.2.0-dev-20230405.0",
5
+ "version": "3.2.0-dev-20230415.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1439,6 +1439,15 @@
1439
1439
  "kind": "expression",
1440
1440
  "type": "(value: any) => number"
1441
1441
  }
1442
+ },
1443
+ {
1444
+ "name": "modelModifiers",
1445
+ "description": "MISSING DESCRIPTION",
1446
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1447
+ "value": {
1448
+ "kind": "expression",
1449
+ "type": "Record<string, boolean>"
1450
+ }
1442
1451
  }
1443
1452
  ],
1444
1453
  "events": [
@@ -7295,6 +7304,15 @@
7295
7304
  "type": "(value: any) => number"
7296
7305
  }
7297
7306
  },
7307
+ {
7308
+ "name": "modelModifiers",
7309
+ "description": "MISSING DESCRIPTION",
7310
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
7311
+ "value": {
7312
+ "kind": "expression",
7313
+ "type": "Record<string, boolean>"
7314
+ }
7315
+ },
7298
7316
  {
7299
7317
  "name": "delimiters",
7300
7318
  "description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys.",
@@ -8143,6 +8161,17 @@
8143
8161
  }
8144
8162
  ]
8145
8163
  },
8164
+ {
8165
+ "name": "click:row",
8166
+ "description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
8167
+ "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
8168
+ "arguments": [
8169
+ {
8170
+ "name": "argument",
8171
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
8172
+ }
8173
+ ]
8174
+ },
8146
8175
  {
8147
8176
  "name": "update:page",
8148
8177
  "description": "Emits when the **page** property of the **options** prop is updated",
@@ -8208,17 +8237,6 @@
8208
8237
  "type": "[any]"
8209
8238
  }
8210
8239
  ]
8211
- },
8212
- {
8213
- "name": "click:row",
8214
- "description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
8215
- "doc-url": "https://vuetifyjs.com/api/v-data-table#events",
8216
- "arguments": [
8217
- {
8218
- "name": "argument",
8219
- "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
8220
- }
8221
- ]
8222
8240
  }
8223
8241
  ],
8224
8242
  "slots": [
@@ -9216,6 +9234,17 @@
9216
9234
  }
9217
9235
  ]
9218
9236
  },
9237
+ {
9238
+ "name": "click:row",
9239
+ "description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
9240
+ "doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
9241
+ "arguments": [
9242
+ {
9243
+ "name": "argument",
9244
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
9245
+ }
9246
+ ]
9247
+ },
9219
9248
  {
9220
9249
  "name": "update:page",
9221
9250
  "description": "Emits when the **page** property of the **options** prop is updated",
@@ -9281,17 +9310,6 @@
9281
9310
  "type": "[any]"
9282
9311
  }
9283
9312
  ]
9284
- },
9285
- {
9286
- "name": "click:row",
9287
- "description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
9288
- "doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
9289
- "arguments": [
9290
- {
9291
- "name": "argument",
9292
- "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
9293
- }
9294
- ]
9295
9313
  }
9296
9314
  ],
9297
9315
  "slots": [
@@ -9917,19 +9935,19 @@
9917
9935
  ]
9918
9936
  },
9919
9937
  {
9920
- "name": "update:sortBy",
9921
- "description": "MISSING DESCRIPTION",
9938
+ "name": "click:row",
9939
+ "description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
9922
9940
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
9923
9941
  "arguments": [
9924
9942
  {
9925
9943
  "name": "argument",
9926
- "type": "[any]"
9944
+ "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
9927
9945
  }
9928
9946
  ]
9929
9947
  },
9930
9948
  {
9931
- "name": "update:options",
9932
- "description": "Emits when one of the **options** properties is updated",
9949
+ "name": "update:sortBy",
9950
+ "description": "MISSING DESCRIPTION",
9933
9951
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
9934
9952
  "arguments": [
9935
9953
  {
@@ -9939,8 +9957,8 @@
9939
9957
  ]
9940
9958
  },
9941
9959
  {
9942
- "name": "update:groupBy",
9943
- "description": "MISSING DESCRIPTION",
9960
+ "name": "update:options",
9961
+ "description": "Emits when one of the **options** properties is updated",
9944
9962
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
9945
9963
  "arguments": [
9946
9964
  {
@@ -9950,7 +9968,7 @@
9950
9968
  ]
9951
9969
  },
9952
9970
  {
9953
- "name": "update:expanded",
9971
+ "name": "update:groupBy",
9954
9972
  "description": "MISSING DESCRIPTION",
9955
9973
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
9956
9974
  "arguments": [
@@ -9961,13 +9979,13 @@
9961
9979
  ]
9962
9980
  },
9963
9981
  {
9964
- "name": "click:row",
9965
- "description": "Emits when a table row is clicked. This event provides 3 arguments: the first is the item data that was clicked, the second is the other related data provided by the `item` slot, and the third is the native click event. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
9982
+ "name": "update:expanded",
9983
+ "description": "MISSING DESCRIPTION",
9966
9984
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
9967
9985
  "arguments": [
9968
9986
  {
9969
9987
  "name": "argument",
9970
- "type": "[Event, { item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L32-L32\" target=\"_blank\">DataTableItem</a> }]"
9988
+ "type": "[any]"
9971
9989
  }
9972
9990
  ]
9973
9991
  }
@@ -12321,15 +12339,6 @@
12321
12339
  },
12322
12340
  "type": "boolean"
12323
12341
  },
12324
- {
12325
- "name": "placeholder",
12326
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-file-input.json))",
12327
- "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
12328
- "value": {
12329
- "kind": "expression",
12330
- "type": "string"
12331
- }
12332
- },
12333
12342
  {
12334
12343
  "name": "appendIcon",
12335
12344
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot",
@@ -17685,7 +17694,7 @@
17685
17694
  },
17686
17695
  {
17687
17696
  "name": "height",
17688
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))",
17697
+ "description": "Sets the height for the component",
17689
17698
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
17690
17699
  "default": "4",
17691
17700
  "value": {
@@ -17785,7 +17794,7 @@
17785
17794
  },
17786
17795
  {
17787
17796
  "name": "max",
17788
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))",
17797
+ "description": "Sets the maximum value the progress can reach",
17789
17798
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
17790
17799
  "default": "100",
17791
17800
  "value": {
@@ -17806,7 +17815,7 @@
17806
17815
  },
17807
17816
  {
17808
17817
  "name": "clickable",
17809
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))",
17818
+ "description": "Clicking on the progress track will automatically set the value",
17810
17819
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
17811
17820
  "default": "false",
17812
17821
  "value": {
@@ -17839,7 +17848,7 @@
17839
17848
  },
17840
17849
  {
17841
17850
  "name": "roundedBar",
17842
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))",
17851
+ "description": "Applies a border radius to the progress bar",
17843
17852
  "doc-url": "https://vuetifyjs.com/api/v-progress-linear#props",
17844
17853
  "default": "false",
17845
17854
  "value": {
@@ -20980,6 +20989,15 @@
20980
20989
  "kind": "expression",
20981
20990
  "type": "(value: any) => number"
20982
20991
  }
20992
+ },
20993
+ {
20994
+ "name": "modelModifiers",
20995
+ "description": "MISSING DESCRIPTION",
20996
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
20997
+ "value": {
20998
+ "kind": "expression",
20999
+ "type": "Record<string, boolean>"
21000
+ }
20983
21001
  }
20984
21002
  ],
20985
21003
  "events": [
@@ -25760,6 +25778,15 @@
25760
25778
  "kind": "expression",
25761
25779
  "type": "(value: any) => number"
25762
25780
  }
25781
+ },
25782
+ {
25783
+ "name": "modelModifiers",
25784
+ "description": "MISSING DESCRIPTION",
25785
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
25786
+ "value": {
25787
+ "kind": "expression",
25788
+ "type": "Record<string, boolean>"
25789
+ }
25763
25790
  }
25764
25791
  ],
25765
25792
  "events": [
@@ -26498,6 +26525,15 @@
26498
26525
  "type": "(value: any) => number"
26499
26526
  }
26500
26527
  },
26528
+ {
26529
+ "name": "modelModifiers",
26530
+ "description": "MISSING DESCRIPTION",
26531
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
26532
+ "value": {
26533
+ "kind": "expression",
26534
+ "type": "Record<string, boolean>"
26535
+ }
26536
+ },
26501
26537
  {
26502
26538
  "name": "autoGrow",
26503
26539
  "description": "Automatically grow the textarea depending on amount of text",