vuetify 3.6.6 → 3.6.7

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 (70) hide show
  1. package/dist/json/attributes.json +42 -2
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +118 -118
  4. package/dist/json/tags.json +11 -1
  5. package/dist/json/web-types.json +119 -10
  6. package/dist/vuetify-labs.css +2529 -2516
  7. package/dist/vuetify-labs.d.ts +117 -15
  8. package/dist/vuetify-labs.esm.js +62 -29
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +62 -29
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +561 -548
  13. package/dist/vuetify.d.ts +149 -47
  14. package/dist/vuetify.esm.js +60 -27
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +60 -27
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +105 -103
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VBtn/VBtn.css +6 -0
  24. package/lib/components/VBtn/VBtn.sass +6 -0
  25. package/lib/components/VCombobox/VCombobox.mjs +4 -3
  26. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  27. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +8 -0
  28. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  29. package/lib/components/VConfirmEdit/index.d.mts +24 -3
  30. package/lib/components/VDataTable/VDataTable.css +4 -0
  31. package/lib/components/VDataTable/VDataTable.mjs +2 -1
  32. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  33. package/lib/components/VDataTable/VDataTable.sass +4 -0
  34. package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
  35. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  36. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  37. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  38. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  39. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  40. package/lib/components/VDataTable/composables/sort.mjs +1 -1
  41. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  42. package/lib/components/VDataTable/index.d.mts +63 -0
  43. package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
  44. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  45. package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
  46. package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
  47. package/lib/components/VDatePicker/index.d.mts +24 -6
  48. package/lib/components/VDivider/VDivider.css +2 -1
  49. package/lib/components/VDivider/VDivider.sass +2 -1
  50. package/lib/components/VField/VField.css +1 -0
  51. package/lib/components/VField/VField.sass +2 -0
  52. package/lib/components/VList/VListChildren.mjs +2 -1
  53. package/lib/components/VList/VListChildren.mjs.map +1 -1
  54. package/lib/components/index.d.mts +111 -9
  55. package/lib/composables/defaults.mjs +1 -1
  56. package/lib/composables/defaults.mjs.map +1 -1
  57. package/lib/composables/dimensions.mjs +16 -8
  58. package/lib/composables/dimensions.mjs.map +1 -1
  59. package/lib/entry-bundler.mjs +1 -1
  60. package/lib/framework.mjs +1 -1
  61. package/lib/index.d.mts +38 -38
  62. package/lib/labs/VCalendar/VCalendar.mjs +2 -2
  63. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  64. package/lib/labs/VDateInput/index.d.mts +6 -6
  65. package/lib/labs/components.d.mts +6 -6
  66. package/lib/locale/fa.mjs +10 -10
  67. package/lib/locale/fa.mjs.map +1 -1
  68. package/lib/util/helpers.mjs +2 -0
  69. package/lib/util/helpers.mjs.map +1 -1
  70. package/package.json +2 -2
@@ -3427,6 +3427,10 @@
3427
3427
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3428
3428
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3429
3429
  },
3430
+ "VDataTable/hide-default-body": {
3431
+ "type": "boolean\n",
3432
+ "description": "Hides the default body."
3433
+ },
3430
3434
  "VDataTable/hide-default-footer": {
3431
3435
  "type": "boolean\n",
3432
3436
  "description": "Hides the default footer. This has no effect on `v-data-table-virtual`."
@@ -3507,6 +3511,10 @@
3507
3511
  "type": "boolean\n",
3508
3512
  "description": "Sticks the header to the top of the table."
3509
3513
  },
3514
+ "VDataTable/disable-sort": {
3515
+ "type": "boolean\n",
3516
+ "description": "Disables sorting completely."
3517
+ },
3510
3518
  "VDataTable/sort-asc-icon": {
3511
3519
  "type": "any\n",
3512
3520
  "description": "Icon used for ascending sort button."
@@ -3619,6 +3627,10 @@
3619
3627
  "type": "boolean\n",
3620
3628
  "description": "Sticks the header to the top of the table."
3621
3629
  },
3630
+ "VDataTableHeaders/disable-sort": {
3631
+ "type": "boolean\n",
3632
+ "description": "Toggles rendering of sort button."
3633
+ },
3622
3634
  "VDataTableHeaders/multi-sort": {
3623
3635
  "type": "boolean\n",
3624
3636
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
@@ -3763,6 +3775,10 @@
3763
3775
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3764
3776
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3765
3777
  },
3778
+ "VDataTableServer/hide-default-body": {
3779
+ "type": "boolean\n",
3780
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
3781
+ },
3766
3782
  "VDataTableServer/hide-default-footer": {
3767
3783
  "type": "boolean\n",
3768
3784
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
@@ -3843,6 +3859,10 @@
3843
3859
  "type": "boolean\n",
3844
3860
  "description": "Sticks the header to the top of the table."
3845
3861
  },
3862
+ "VDataTableServer/disable-sort": {
3863
+ "type": "boolean\n",
3864
+ "description": "Toggles rendering of sort button."
3865
+ },
3846
3866
  "VDataTableServer/sort-asc-icon": {
3847
3867
  "type": "any\n",
3848
3868
  "description": "Icon used for ascending sort button."
@@ -3975,6 +3995,10 @@
3975
3995
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3976
3996
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3977
3997
  },
3998
+ "VDataTableVirtual/hide-default-body": {
3999
+ "type": "boolean\n",
4000
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
4001
+ },
3978
4002
  "VDataTableVirtual/hide-default-footer": {
3979
4003
  "type": "boolean\n",
3980
4004
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))"
@@ -4055,6 +4079,10 @@
4055
4079
  "type": "boolean\n",
4056
4080
  "description": "Sticks the header to the top of the table."
4057
4081
  },
4082
+ "VDataTableVirtual/disable-sort": {
4083
+ "type": "boolean\n",
4084
+ "description": "Toggles rendering of sort button."
4085
+ },
4058
4086
  "VDataTableVirtual/sort-asc-icon": {
4059
4087
  "type": "any\n",
4060
4088
  "description": "Icon used for ascending sort button."
@@ -4388,7 +4416,7 @@
4388
4416
  "description": "The current month number to show"
4389
4417
  },
4390
4418
  "VDateInput/year": {
4391
- "type": "string | number\n",
4419
+ "type": "number\n",
4392
4420
  "description": "The current year number to show"
4393
4421
  },
4394
4422
  "VDateInput/hide-weekdays": {
@@ -4512,7 +4540,7 @@
4512
4540
  "description": "The current month number to show"
4513
4541
  },
4514
4542
  "VDatePicker/year": {
4515
- "type": "string | number\n",
4543
+ "type": "number\n",
4516
4544
  "description": "The current year number to show"
4517
4545
  },
4518
4546
  "VDatePicker/color": {
@@ -4763,6 +4791,18 @@
4763
4791
  "type": "number\n",
4764
4792
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4765
4793
  },
4794
+ "VDatePickerMonths/year": {
4795
+ "type": "number\n",
4796
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4797
+ },
4798
+ "VDatePickerMonths/min": {
4799
+ "type": "unknown\n",
4800
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4801
+ },
4802
+ "VDatePickerMonths/max": {
4803
+ "type": "unknown\n",
4804
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4805
+ },
4766
4806
  "VDatePickerYears/color": {
4767
4807
  "type": "string\n",
4768
4808
  "description": "Applies specified color to the control - supports utility colors (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)."
@@ -24,16 +24,16 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
- "VTimePicker": {
28
- "from": "labs/VTimePicker/index.mjs",
27
+ "VNumberInput": {
28
+ "from": "labs/VNumberInput/index.mjs",
29
29
  "styles": []
30
30
  },
31
- "VTimePickerClock": {
32
- "from": "labs/VTimePicker/index.mjs",
31
+ "VPicker": {
32
+ "from": "labs/VPicker/index.mjs",
33
33
  "styles": []
34
34
  },
35
- "VTimePickerControls": {
36
- "from": "labs/VTimePicker/index.mjs",
35
+ "VPickerTitle": {
36
+ "from": "labs/VPicker/index.mjs",
37
37
  "styles": []
38
38
  },
39
39
  "VStepperVertical": {
@@ -48,16 +48,16 @@
48
48
  "from": "labs/VStepperVertical/index.mjs",
49
49
  "styles": []
50
50
  },
51
- "VPicker": {
52
- "from": "labs/VPicker/index.mjs",
51
+ "VTimePicker": {
52
+ "from": "labs/VTimePicker/index.mjs",
53
53
  "styles": []
54
54
  },
55
- "VPickerTitle": {
56
- "from": "labs/VPicker/index.mjs",
55
+ "VTimePickerClock": {
56
+ "from": "labs/VTimePicker/index.mjs",
57
57
  "styles": []
58
58
  },
59
- "VNumberInput": {
60
- "from": "labs/VNumberInput/index.mjs",
59
+ "VTimePickerControls": {
60
+ "from": "labs/VTimePicker/index.mjs",
61
61
  "styles": []
62
62
  },
63
63
  "VTreeview": {
@@ -16,6 +16,10 @@
16
16
  "from": "components/VAppBar/index.mjs",
17
17
  "styles": []
18
18
  },
19
+ "VAutocomplete": {
20
+ "from": "components/VAutocomplete/index.mjs",
21
+ "styles": []
22
+ },
19
23
  "VAlert": {
20
24
  "from": "components/VAlert/index.mjs",
21
25
  "styles": []
@@ -24,10 +28,6 @@
24
28
  "from": "components/VAlert/index.mjs",
25
29
  "styles": []
26
30
  },
27
- "VAutocomplete": {
28
- "from": "components/VAutocomplete/index.mjs",
29
- "styles": []
30
- },
31
31
  "VAvatar": {
32
32
  "from": "components/VAvatar/index.mjs",
33
33
  "styles": []
@@ -36,10 +36,6 @@
36
36
  "from": "components/VBadge/index.mjs",
37
37
  "styles": []
38
38
  },
39
- "VBottomNavigation": {
40
- "from": "components/VBottomNavigation/index.mjs",
41
- "styles": []
42
- },
43
39
  "VBanner": {
44
40
  "from": "components/VBanner/index.mjs",
45
41
  "styles": []
@@ -52,6 +48,14 @@
52
48
  "from": "components/VBanner/index.mjs",
53
49
  "styles": []
54
50
  },
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation/index.mjs",
53
+ "styles": []
54
+ },
55
+ "VBtn": {
56
+ "from": "components/VBtn/index.mjs",
57
+ "styles": []
58
+ },
55
59
  "VBreadcrumbs": {
56
60
  "from": "components/VBreadcrumbs/index.mjs",
57
61
  "styles": []
@@ -64,28 +68,16 @@
64
68
  "from": "components/VBreadcrumbs/index.mjs",
65
69
  "styles": []
66
70
  },
67
- "VBottomSheet": {
68
- "from": "components/VBottomSheet/index.mjs",
69
- "styles": []
70
- },
71
- "VBtn": {
72
- "from": "components/VBtn/index.mjs",
73
- "styles": []
74
- },
75
71
  "VBtnGroup": {
76
72
  "from": "components/VBtnGroup/index.mjs",
77
73
  "styles": []
78
74
  },
79
- "VBtnToggle": {
80
- "from": "components/VBtnToggle/index.mjs",
81
- "styles": []
82
- },
83
- "VCarousel": {
84
- "from": "components/VCarousel/index.mjs",
75
+ "VBottomSheet": {
76
+ "from": "components/VBottomSheet/index.mjs",
85
77
  "styles": []
86
78
  },
87
- "VCarouselItem": {
88
- "from": "components/VCarousel/index.mjs",
79
+ "VBtnToggle": {
80
+ "from": "components/VBtnToggle/index.mjs",
89
81
  "styles": []
90
82
  },
91
83
  "VCard": {
@@ -112,6 +104,14 @@
112
104
  "from": "components/VCard/index.mjs",
113
105
  "styles": []
114
106
  },
107
+ "VCarousel": {
108
+ "from": "components/VCarousel/index.mjs",
109
+ "styles": []
110
+ },
111
+ "VCarouselItem": {
112
+ "from": "components/VCarousel/index.mjs",
113
+ "styles": []
114
+ },
115
115
  "VCheckbox": {
116
116
  "from": "components/VCheckbox/index.mjs",
117
117
  "styles": []
@@ -124,6 +124,10 @@
124
124
  "from": "components/VChip/index.mjs",
125
125
  "styles": []
126
126
  },
127
+ "VColorPicker": {
128
+ "from": "components/VColorPicker/index.mjs",
129
+ "styles": []
130
+ },
127
131
  "VCode": {
128
132
  "from": "components/VCode/index.mjs",
129
133
  "styles": []
@@ -132,14 +136,6 @@
132
136
  "from": "components/VChipGroup/index.mjs",
133
137
  "styles": []
134
138
  },
135
- "VColorPicker": {
136
- "from": "components/VColorPicker/index.mjs",
137
- "styles": []
138
- },
139
- "VCounter": {
140
- "from": "components/VCounter/index.mjs",
141
- "styles": []
142
- },
143
139
  "VCombobox": {
144
140
  "from": "components/VCombobox/index.mjs",
145
141
  "styles": []
@@ -168,6 +164,14 @@
168
164
  "from": "components/VDatePicker/index.mjs",
169
165
  "styles": []
170
166
  },
167
+ "VCounter": {
168
+ "from": "components/VCounter/index.mjs",
169
+ "styles": []
170
+ },
171
+ "VDivider": {
172
+ "from": "components/VDivider/index.mjs",
173
+ "styles": []
174
+ },
171
175
  "VDialog": {
172
176
  "from": "components/VDialog/index.mjs",
173
177
  "styles": []
@@ -200,8 +204,8 @@
200
204
  "from": "components/VDataTable/index.mjs",
201
205
  "styles": []
202
206
  },
203
- "VDivider": {
204
- "from": "components/VDivider/index.mjs",
207
+ "VEmptyState": {
208
+ "from": "components/VEmptyState/index.mjs",
205
209
  "styles": []
206
210
  },
207
211
  "VExpansionPanels": {
@@ -220,8 +224,12 @@
220
224
  "from": "components/VExpansionPanel/index.mjs",
221
225
  "styles": []
222
226
  },
223
- "VEmptyState": {
224
- "from": "components/VEmptyState/index.mjs",
227
+ "VFab": {
228
+ "from": "components/VFab/index.mjs",
229
+ "styles": []
230
+ },
231
+ "VFileInput": {
232
+ "from": "components/VFileInput/index.mjs",
225
233
  "styles": []
226
234
  },
227
235
  "VField": {
@@ -232,18 +240,10 @@
232
240
  "from": "components/VField/index.mjs",
233
241
  "styles": []
234
242
  },
235
- "VFileInput": {
236
- "from": "components/VFileInput/index.mjs",
237
- "styles": []
238
- },
239
243
  "VFooter": {
240
244
  "from": "components/VFooter/index.mjs",
241
245
  "styles": []
242
246
  },
243
- "VInfiniteScroll": {
244
- "from": "components/VInfiniteScroll/index.mjs",
245
- "styles": []
246
- },
247
247
  "VIcon": {
248
248
  "from": "components/VIcon/index.mjs",
249
249
  "styles": []
@@ -264,10 +264,6 @@
264
264
  "from": "components/VIcon/index.mjs",
265
265
  "styles": []
266
266
  },
267
- "VFab": {
268
- "from": "components/VFab/index.mjs",
269
- "styles": []
270
- },
271
267
  "VInput": {
272
268
  "from": "components/VInput/index.mjs",
273
269
  "styles": []
@@ -276,6 +272,10 @@
276
272
  "from": "components/VImg/index.mjs",
277
273
  "styles": []
278
274
  },
275
+ "VInfiniteScroll": {
276
+ "from": "components/VInfiniteScroll/index.mjs",
277
+ "styles": []
278
+ },
279
279
  "VItemGroup": {
280
280
  "from": "components/VItemGroup/index.mjs",
281
281
  "styles": []
@@ -284,14 +284,6 @@
284
284
  "from": "components/VItemGroup/index.mjs",
285
285
  "styles": []
286
286
  },
287
- "VLabel": {
288
- "from": "components/VLabel/index.mjs",
289
- "styles": []
290
- },
291
- "VKbd": {
292
- "from": "components/VKbd/index.mjs",
293
- "styles": []
294
- },
295
287
  "VList": {
296
288
  "from": "components/VList/index.mjs",
297
289
  "styles": []
@@ -328,6 +320,14 @@
328
320
  "from": "components/VList/index.mjs",
329
321
  "styles": []
330
322
  },
323
+ "VKbd": {
324
+ "from": "components/VKbd/index.mjs",
325
+ "styles": []
326
+ },
327
+ "VLabel": {
328
+ "from": "components/VLabel/index.mjs",
329
+ "styles": []
330
+ },
331
331
  "VMenu": {
332
332
  "from": "components/VMenu/index.mjs",
333
333
  "styles": []
@@ -340,10 +340,18 @@
340
340
  "from": "components/VNavigationDrawer/index.mjs",
341
341
  "styles": []
342
342
  },
343
+ "VOtpInput": {
344
+ "from": "components/VOtpInput/index.mjs",
345
+ "styles": []
346
+ },
343
347
  "VMessages": {
344
348
  "from": "components/VMessages/index.mjs",
345
349
  "styles": []
346
350
  },
351
+ "VOverlay": {
352
+ "from": "components/VOverlay/index.mjs",
353
+ "styles": []
354
+ },
347
355
  "VPagination": {
348
356
  "from": "components/VPagination/index.mjs",
349
357
  "styles": []
@@ -352,14 +360,6 @@
352
360
  "from": "components/VProgressLinear/index.mjs",
353
361
  "styles": []
354
362
  },
355
- "VOtpInput": {
356
- "from": "components/VOtpInput/index.mjs",
357
- "styles": []
358
- },
359
- "VOverlay": {
360
- "from": "components/VOverlay/index.mjs",
361
- "styles": []
362
- },
363
363
  "VProgressCircular": {
364
364
  "from": "components/VProgressCircular/index.mjs",
365
365
  "styles": []
@@ -376,22 +376,34 @@
376
376
  "from": "components/VSelect/index.mjs",
377
377
  "styles": []
378
378
  },
379
- "VSelectionControlGroup": {
380
- "from": "components/VSelectionControlGroup/index.mjs",
381
- "styles": []
382
- },
383
379
  "VSelectionControl": {
384
380
  "from": "components/VSelectionControl/index.mjs",
385
381
  "styles": []
386
382
  },
383
+ "VSelectionControlGroup": {
384
+ "from": "components/VSelectionControlGroup/index.mjs",
385
+ "styles": []
386
+ },
387
387
  "VSheet": {
388
388
  "from": "components/VSheet/index.mjs",
389
389
  "styles": []
390
390
  },
391
+ "VSkeletonLoader": {
392
+ "from": "components/VSkeletonLoader/index.mjs",
393
+ "styles": []
394
+ },
391
395
  "VSlider": {
392
396
  "from": "components/VSlider/index.mjs",
393
397
  "styles": []
394
398
  },
399
+ "VSnackbar": {
400
+ "from": "components/VSnackbar/index.mjs",
401
+ "styles": []
402
+ },
403
+ "VSwitch": {
404
+ "from": "components/VSwitch/index.mjs",
405
+ "styles": []
406
+ },
395
407
  "VSlideGroup": {
396
408
  "from": "components/VSlideGroup/index.mjs",
397
409
  "styles": []
@@ -400,12 +412,8 @@
400
412
  "from": "components/VSlideGroup/index.mjs",
401
413
  "styles": []
402
414
  },
403
- "VSnackbar": {
404
- "from": "components/VSnackbar/index.mjs",
405
- "styles": []
406
- },
407
- "VSkeletonLoader": {
408
- "from": "components/VSkeletonLoader/index.mjs",
415
+ "VSystemBar": {
416
+ "from": "components/VSystemBar/index.mjs",
409
417
  "styles": []
410
418
  },
411
419
  "VStepper": {
@@ -432,22 +440,6 @@
432
440
  "from": "components/VStepper/index.mjs",
433
441
  "styles": []
434
442
  },
435
- "VSwitch": {
436
- "from": "components/VSwitch/index.mjs",
437
- "styles": []
438
- },
439
- "VTextField": {
440
- "from": "components/VTextField/index.mjs",
441
- "styles": []
442
- },
443
- "VSystemBar": {
444
- "from": "components/VSystemBar/index.mjs",
445
- "styles": []
446
- },
447
- "VTextarea": {
448
- "from": "components/VTextarea/index.mjs",
449
- "styles": []
450
- },
451
443
  "VTab": {
452
444
  "from": "components/VTabs/index.mjs",
453
445
  "styles": []
@@ -468,6 +460,18 @@
468
460
  "from": "components/VTable/index.mjs",
469
461
  "styles": []
470
462
  },
463
+ "VTextField": {
464
+ "from": "components/VTextField/index.mjs",
465
+ "styles": []
466
+ },
467
+ "VTimeline": {
468
+ "from": "components/VTimeline/index.mjs",
469
+ "styles": []
470
+ },
471
+ "VTimelineItem": {
472
+ "from": "components/VTimeline/index.mjs",
473
+ "styles": []
474
+ },
471
475
  "VToolbar": {
472
476
  "from": "components/VToolbar/index.mjs",
473
477
  "styles": []
@@ -480,12 +484,12 @@
480
484
  "from": "components/VToolbar/index.mjs",
481
485
  "styles": []
482
486
  },
483
- "VTimeline": {
484
- "from": "components/VTimeline/index.mjs",
487
+ "VTextarea": {
488
+ "from": "components/VTextarea/index.mjs",
485
489
  "styles": []
486
490
  },
487
- "VTimelineItem": {
488
- "from": "components/VTimeline/index.mjs",
491
+ "VTooltip": {
492
+ "from": "components/VTooltip/index.mjs",
489
493
  "styles": []
490
494
  },
491
495
  "VWindow": {
@@ -496,10 +500,6 @@
496
500
  "from": "components/VWindow/index.mjs",
497
501
  "styles": []
498
502
  },
499
- "VTooltip": {
500
- "from": "components/VTooltip/index.mjs",
501
- "styles": []
502
- },
503
503
  "VConfirmEdit": {
504
504
  "from": "components/VConfirmEdit/index.mjs",
505
505
  "styles": []
@@ -512,14 +512,6 @@
512
512
  "from": "components/VDefaultsProvider/index.mjs",
513
513
  "styles": []
514
514
  },
515
- "VHover": {
516
- "from": "components/VHover/index.mjs",
517
- "styles": []
518
- },
519
- "VForm": {
520
- "from": "components/VForm/index.mjs",
521
- "styles": []
522
- },
523
515
  "VContainer": {
524
516
  "from": "components/VGrid/index.mjs",
525
517
  "styles": []
@@ -536,6 +528,14 @@
536
528
  "from": "components/VGrid/index.mjs",
537
529
  "styles": []
538
530
  },
531
+ "VForm": {
532
+ "from": "components/VForm/index.mjs",
533
+ "styles": []
534
+ },
535
+ "VHover": {
536
+ "from": "components/VHover/index.mjs",
537
+ "styles": []
538
+ },
539
539
  "VLayout": {
540
540
  "from": "components/VLayout/index.mjs",
541
541
  "styles": []
@@ -560,30 +560,34 @@
560
560
  "from": "components/VParallax/index.mjs",
561
561
  "styles": []
562
562
  },
563
- "VRangeSlider": {
564
- "from": "components/VRangeSlider/index.mjs",
565
- "styles": []
566
- },
567
563
  "VRadio": {
568
564
  "from": "components/VRadio/index.mjs",
569
565
  "styles": []
570
566
  },
571
- "VResponsive": {
572
- "from": "components/VResponsive/index.mjs",
567
+ "VRangeSlider": {
568
+ "from": "components/VRangeSlider/index.mjs",
573
569
  "styles": []
574
570
  },
575
- "VSparkline": {
576
- "from": "components/VSparkline/index.mjs",
571
+ "VResponsive": {
572
+ "from": "components/VResponsive/index.mjs",
577
573
  "styles": []
578
574
  },
579
575
  "VSpeedDial": {
580
576
  "from": "components/VSpeedDial/index.mjs",
581
577
  "styles": []
582
578
  },
579
+ "VSparkline": {
580
+ "from": "components/VSparkline/index.mjs",
581
+ "styles": []
582
+ },
583
583
  "VThemeProvider": {
584
584
  "from": "components/VThemeProvider/index.mjs",
585
585
  "styles": []
586
586
  },
587
+ "VValidation": {
588
+ "from": "components/VValidation/index.mjs",
589
+ "styles": []
590
+ },
587
591
  "VVirtualScroll": {
588
592
  "from": "components/VVirtualScroll/index.mjs",
589
593
  "styles": []
@@ -651,10 +655,6 @@
651
655
  "VDialogTransition": {
652
656
  "from": "components/transitions/index.mjs",
653
657
  "styles": []
654
- },
655
- "VValidation": {
656
- "from": "components/VValidation/index.mjs",
657
- "styles": []
658
658
  }
659
659
  },
660
660
  "directives": [
@@ -1089,6 +1089,7 @@
1089
1089
  "custom-key-filter",
1090
1090
  "custom-key-sort",
1091
1091
  "density",
1092
+ "disable-sort",
1092
1093
  "expand-on-click",
1093
1094
  "expanded",
1094
1095
  "filter-keys",
@@ -1101,6 +1102,7 @@
1101
1102
  "header-props",
1102
1103
  "headers",
1103
1104
  "height",
1105
+ "hide-default-body",
1104
1106
  "hide-default-footer",
1105
1107
  "hide-default-header",
1106
1108
  "hide-no-data",
@@ -1153,6 +1155,7 @@
1153
1155
  "VDataTableHeaders": {
1154
1156
  "attributes": [
1155
1157
  "color",
1158
+ "disable-sort",
1156
1159
  "header-props",
1157
1160
  "loading",
1158
1161
  "mobile",
@@ -1194,6 +1197,7 @@
1194
1197
  "color",
1195
1198
  "custom-key-sort",
1196
1199
  "density",
1200
+ "disable-sort",
1197
1201
  "expand-on-click",
1198
1202
  "expanded",
1199
1203
  "first-icon",
@@ -1204,6 +1208,7 @@
1204
1208
  "header-props",
1205
1209
  "headers",
1206
1210
  "height",
1211
+ "hide-default-body",
1207
1212
  "hide-default-footer",
1208
1213
  "hide-default-header",
1209
1214
  "hide-no-data",
@@ -1257,6 +1262,7 @@
1257
1262
  "custom-key-filter",
1258
1263
  "custom-key-sort",
1259
1264
  "density",
1265
+ "disable-sort",
1260
1266
  "expand-on-click",
1261
1267
  "expanded",
1262
1268
  "filter-keys",
@@ -1267,6 +1273,7 @@
1267
1273
  "header-props",
1268
1274
  "headers",
1269
1275
  "height",
1276
+ "hide-default-body",
1270
1277
  "hide-default-footer",
1271
1278
  "hide-default-header",
1272
1279
  "hide-no-data",
@@ -1489,7 +1496,10 @@
1489
1496
  "attributes": [
1490
1497
  "color",
1491
1498
  "height",
1492
- "model-value"
1499
+ "max",
1500
+ "min",
1501
+ "model-value",
1502
+ "year"
1493
1503
  ],
1494
1504
  "description": ""
1495
1505
  },