@vuetify/nightly 3.6.6-master.2024-05-21 → 3.6.7-master.2024-05-22
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.
- package/CHANGELOG.md +2 -15
- package/dist/json/attributes.json +42 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +11 -1
- package/dist/json/web-types.json +101 -4
- package/dist/vuetify-labs.css +2143 -2138
- package/dist/vuetify-labs.d.ts +93 -12
- package/dist/vuetify-labs.esm.js +52 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +52 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +873 -868
- package/dist/vuetify.d.ts +132 -51
- package/dist/vuetify.esm.js +50 -27
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +50 -27
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +103 -102
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +4 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +4 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +4 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +63 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -6
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -1
- package/lib/components/VList/VListChildren.mjs +2 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/index.d.mts +87 -6
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/dimensions.mjs +16 -8
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +45 -45
- package/lib/labs/VCalendar/VCalendar.mjs +2 -2
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/components.d.mts +6 -6
- package/lib/locale/fa.mjs +10 -10
- package/lib/locale/fa.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.7-master.2024-05-22...v) (2024-05-22)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.
|
6
|
-
|
7
|
-
|
8
|
-
### Bug Fixes
|
9
|
-
|
10
|
-
* **layout:** find children inside suspense boundary ([c209d09](https://github.com/vuetifyjs/vuetify/commit/c209d0952862540c5c503e46c5114c6cefb2e243)), closes [#19830](https://github.com/vuetifyjs/vuetify/issues/19830)
|
11
|
-
* **VBtn:** remove negative prepend/append margin with slim prop ([665c616](https://github.com/vuetifyjs/vuetify/commit/665c616254e5a5727482c4f5d894d1e958675edb))
|
12
|
-
* **VDivider:** don't wrap content ([d6b292f](https://github.com/vuetifyjs/vuetify/commit/d6b292f9b2df6d0a5eda76583176d51d835323f8))
|
13
|
-
* **VField:** avoid cascaded overlay multiplier from parent components ([88badc6](https://github.com/vuetifyjs/vuetify/commit/88badc63f228dfe22bda14f57e0a94180dd20655))
|
14
|
-
|
15
|
-
|
16
|
-
### Features
|
17
|
-
|
18
|
-
* **VConfirmEdit:** expose save, cancel, isPristine ([8ed8731](https://github.com/vuetifyjs/vuetify/commit/8ed87310890e2b6c8ad2a626a02c17f9467cbb60)), closes [#19747](https://github.com/vuetifyjs/vuetify/issues/19747)
|
5
|
+
## [3.6.7-master.2024-05-22](https://github.com/vuetifyjs/vuetify/compare/v3.6.7...v3.6.7-master.2024-05-22) (2024-05-22)
|
19
6
|
|
20
7
|
|
21
8
|
|
@@ -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/master/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/master/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/master/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/master/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/master/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": "
|
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": "
|
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/master/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/master/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/master/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)."
|
@@ -36,22 +36,6 @@
|
|
36
36
|
"from": "labs/VStepperVertical/index.mjs",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
-
"VNumberInput": {
|
40
|
-
"from": "labs/VNumberInput/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VTreeview": {
|
44
|
-
"from": "labs/VTreeview/index.mjs",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VTreeviewItem": {
|
48
|
-
"from": "labs/VTreeview/index.mjs",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VTreeviewGroup": {
|
52
|
-
"from": "labs/VTreeview/index.mjs",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
39
|
"VPicker": {
|
56
40
|
"from": "labs/VPicker/index.mjs",
|
57
41
|
"styles": []
|
@@ -72,6 +56,22 @@
|
|
72
56
|
"from": "labs/VTimePicker/index.mjs",
|
73
57
|
"styles": []
|
74
58
|
},
|
59
|
+
"VNumberInput": {
|
60
|
+
"from": "labs/VNumberInput/index.mjs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VTreeview": {
|
64
|
+
"from": "labs/VTreeview/index.mjs",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VTreeviewItem": {
|
68
|
+
"from": "labs/VTreeview/index.mjs",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VTreeviewGroup": {
|
72
|
+
"from": "labs/VTreeview/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
75
|
"VDateInput": {
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|