@vuetify/nightly 3.4.7-master.2023-12-13 → 3.4.7-master.2023-12-19
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 +13 -2
- package/dist/json/attributes.json +48 -40
- package/dist/json/importMap.json +122 -122
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +76 -58
- package/dist/vuetify-labs.css +1505 -1502
- package/dist/vuetify-labs.d.ts +42 -30
- package/dist/vuetify-labs.esm.js +121 -96
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +121 -96
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +446 -443
- package/dist/vuetify.d.ts +81 -69
- package/dist/vuetify.esm.js +121 -96
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +121 -96
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +123 -121
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +11 -98
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +42 -30
- package/lib/components/VOtpInput/VOtpInput.css +3 -0
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -0
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +3 -0
- package/lib/components/index.d.mts +42 -30
- package/lib/composables/calendar.mjs +113 -0
- package/lib/composables/calendar.mjs.map +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.7-master.2023-12-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.7-master.2023-12-19...v) (2023-12-19)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.4.7-master.2023-12-
|
|
5
|
+
## [3.4.7-master.2023-12-19](https://github.com/vuetifyjs/vuetify/compare/v3.4.7...v3.4.7-master.2023-12-19) (2023-12-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **VDataTableServer:** attr name for the previous ARIA label ([#18866](https://github.com/vuetifyjs/vuetify/issues/18866)) ([a6e9d16](https://github.com/vuetifyjs/vuetify/commit/a6e9d160c35b972dc320509d0db1f3cc78755c59)), closes [#18864](https://github.com/vuetifyjs/vuetify/issues/18864)
|
|
11
|
+
* **VOtpInput:** exclude loader slot in VField slots ([#18881](https://github.com/vuetifyjs/vuetify/issues/18881)) ([1614bef](https://github.com/vuetifyjs/vuetify/commit/1614bef2670a2b1cb90910685accc7ad278f22a2)), closes [#18809](https://github.com/vuetifyjs/vuetify/issues/18809)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **calendar:** add new composable ([#18799](https://github.com/vuetifyjs/vuetify/issues/18799)) ([bdbbc66](https://github.com/vuetifyjs/vuetify/commit/bdbbc66ab7f4d3975caea14b9ae2887ec2e0be2f))
|
|
6
17
|
|
|
7
18
|
|
|
8
19
|
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
},
|
|
238
238
|
"v-app-bar-nav-icon/slim": {
|
|
239
239
|
"type": "boolean\n",
|
|
240
|
-
"description": "
|
|
240
|
+
"description": "Reduces padding to 0 8px."
|
|
241
241
|
},
|
|
242
242
|
"v-app-bar-nav-icon/stacked": {
|
|
243
243
|
"type": "boolean\n",
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
},
|
|
1254
1254
|
"v-btn/slim": {
|
|
1255
1255
|
"type": "boolean\n",
|
|
1256
|
-
"description": "
|
|
1256
|
+
"description": "Reduces padding to 0 8px."
|
|
1257
1257
|
},
|
|
1258
1258
|
"v-btn/stacked": {
|
|
1259
1259
|
"type": "boolean\n",
|
|
@@ -3573,15 +3573,11 @@
|
|
|
3573
3573
|
},
|
|
3574
3574
|
"v-date-picker/month": {
|
|
3575
3575
|
"type": "string | number\n",
|
|
3576
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/
|
|
3576
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3577
3577
|
},
|
|
3578
3578
|
"v-date-picker/year": {
|
|
3579
3579
|
"type": "string | number\n",
|
|
3580
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/
|
|
3581
|
-
},
|
|
3582
|
-
"v-date-picker/allowed-dates": {
|
|
3583
|
-
"type": "Function | unknown[]\n",
|
|
3584
|
-
"description": "Restricts which dates can be selected."
|
|
3580
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3585
3581
|
},
|
|
3586
3582
|
"v-date-picker/color": {
|
|
3587
3583
|
"type": "string\n",
|
|
@@ -3595,13 +3591,25 @@
|
|
|
3595
3591
|
"type": "boolean\n",
|
|
3596
3592
|
"description": "Allow the selection of multiple dates."
|
|
3597
3593
|
},
|
|
3594
|
+
"v-date-picker/show-week": {
|
|
3595
|
+
"type": "boolean\n",
|
|
3596
|
+
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
3597
|
+
},
|
|
3598
|
+
"v-date-picker/allowed-dates": {
|
|
3599
|
+
"type": "Function | unknown[]\n",
|
|
3600
|
+
"description": "Restricts which dates can be selected."
|
|
3601
|
+
},
|
|
3598
3602
|
"v-date-picker/show-adjacent-months": {
|
|
3599
3603
|
"type": "boolean\n",
|
|
3600
3604
|
"description": "Toggles visibility of days from previous and next months."
|
|
3601
3605
|
},
|
|
3602
|
-
"v-date-picker/
|
|
3603
|
-
"type": "
|
|
3604
|
-
"description": "
|
|
3606
|
+
"v-date-picker/display-value": {
|
|
3607
|
+
"type": "unknown\n",
|
|
3608
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3609
|
+
},
|
|
3610
|
+
"v-date-picker/model-value": {
|
|
3611
|
+
"type": "unknown\n",
|
|
3612
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3605
3613
|
},
|
|
3606
3614
|
"v-date-picker/max": {
|
|
3607
3615
|
"type": "unknown\n",
|
|
@@ -3611,10 +3619,6 @@
|
|
|
3611
3619
|
"type": "unknown\n",
|
|
3612
3620
|
"description": "Minimum allowed date/month (ISO 8601 format)."
|
|
3613
3621
|
},
|
|
3614
|
-
"v-date-picker/model-value": {
|
|
3615
|
-
"type": "unknown\n",
|
|
3616
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3617
|
-
},
|
|
3618
3622
|
"v-date-picker/height": {
|
|
3619
3623
|
"type": "string | number\n",
|
|
3620
3624
|
"description": "Sets the height for the component."
|
|
@@ -3723,22 +3727,10 @@
|
|
|
3723
3727
|
"type": "string\n",
|
|
3724
3728
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
|
3725
3729
|
},
|
|
3726
|
-
"v-date-picker-month/allowed-dates": {
|
|
3727
|
-
"type": "Function | unknown[]\n",
|
|
3728
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3729
|
-
},
|
|
3730
|
-
"v-date-picker-month/disabled": {
|
|
3731
|
-
"type": "boolean\n",
|
|
3732
|
-
"description": "Removes the ability to click or target the component."
|
|
3733
|
-
},
|
|
3734
3730
|
"v-date-picker-month/color": {
|
|
3735
3731
|
"type": "string\n",
|
|
3736
3732
|
"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)."
|
|
3737
3733
|
},
|
|
3738
|
-
"v-date-picker-month/month": {
|
|
3739
|
-
"type": "string | number\n",
|
|
3740
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3741
|
-
},
|
|
3742
3734
|
"v-date-picker-month/hide-weekdays": {
|
|
3743
3735
|
"type": "boolean\n",
|
|
3744
3736
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
@@ -3747,30 +3739,46 @@
|
|
|
3747
3739
|
"type": "boolean\n",
|
|
3748
3740
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3749
3741
|
},
|
|
3750
|
-
"v-date-picker-month/show-
|
|
3742
|
+
"v-date-picker-month/show-week": {
|
|
3751
3743
|
"type": "boolean\n",
|
|
3752
3744
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3753
3745
|
},
|
|
3754
|
-
"v-date-picker-month/
|
|
3746
|
+
"v-date-picker-month/allowed-dates": {
|
|
3747
|
+
"type": "Function | unknown[]\n",
|
|
3748
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3749
|
+
},
|
|
3750
|
+
"v-date-picker-month/disabled": {
|
|
3755
3751
|
"type": "boolean\n",
|
|
3756
|
-
"description": "
|
|
3752
|
+
"description": "Removes the ability to click or target the component."
|
|
3757
3753
|
},
|
|
3758
|
-
"v-date-picker-month/
|
|
3754
|
+
"v-date-picker-month/month": {
|
|
3759
3755
|
"type": "string | number\n",
|
|
3760
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/
|
|
3756
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3761
3757
|
},
|
|
3762
|
-
"v-date-picker-month/
|
|
3763
|
-
"type": "
|
|
3764
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/
|
|
3758
|
+
"v-date-picker-month/show-adjacent-months": {
|
|
3759
|
+
"type": "boolean\n",
|
|
3760
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3765
3761
|
},
|
|
3766
|
-
"v-date-picker-month/
|
|
3762
|
+
"v-date-picker-month/year": {
|
|
3763
|
+
"type": "string | number\n",
|
|
3764
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3765
|
+
},
|
|
3766
|
+
"v-date-picker-month/display-value": {
|
|
3767
3767
|
"type": "unknown\n",
|
|
3768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/
|
|
3768
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3769
3769
|
},
|
|
3770
3770
|
"v-date-picker-month/model-value": {
|
|
3771
3771
|
"type": "unknown[]\n",
|
|
3772
3772
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3773
3773
|
},
|
|
3774
|
+
"v-date-picker-month/max": {
|
|
3775
|
+
"type": "unknown\n",
|
|
3776
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3777
|
+
},
|
|
3778
|
+
"v-date-picker-month/min": {
|
|
3779
|
+
"type": "unknown\n",
|
|
3780
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
|
|
3781
|
+
},
|
|
3774
3782
|
"v-date-picker-months/color": {
|
|
3775
3783
|
"type": "string\n",
|
|
3776
3784
|
"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)."
|
|
@@ -5061,7 +5069,7 @@
|
|
|
5061
5069
|
},
|
|
5062
5070
|
"v-list/slim": {
|
|
5063
5071
|
"type": "boolean\n",
|
|
5064
|
-
"description": "
|
|
5072
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
|
5065
5073
|
},
|
|
5066
5074
|
"v-list/nav": {
|
|
5067
5075
|
"type": "boolean\n",
|
|
@@ -8473,7 +8481,7 @@
|
|
|
8473
8481
|
},
|
|
8474
8482
|
"v-tab/slim": {
|
|
8475
8483
|
"type": "boolean\n",
|
|
8476
|
-
"description": "
|
|
8484
|
+
"description": "Reduces padding to 0 8px."
|
|
8477
8485
|
},
|
|
8478
8486
|
"v-tab/stacked": {
|
|
8479
8487
|
"type": "boolean\n",
|
|
@@ -8961,7 +8969,7 @@
|
|
|
8961
8969
|
},
|
|
8962
8970
|
"v-textarea/max-rows": {
|
|
8963
8971
|
"type": "string | number\n",
|
|
8964
|
-
"description": "
|
|
8972
|
+
"description": "Specifies the maximum number of row count"
|
|
8965
8973
|
},
|
|
8966
8974
|
"v-textarea/suffix": {
|
|
8967
8975
|
"type": "string\n",
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VAutocomplete": {
|
|
8
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
7
11
|
"VAppBar": {
|
|
8
12
|
"from": "components/VAppBar/index.mjs",
|
|
9
13
|
"styles": []
|
|
@@ -24,36 +28,28 @@
|
|
|
24
28
|
"from": "components/VAlert/index.mjs",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge/index.mjs",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
31
35
|
"VAvatar": {
|
|
32
36
|
"from": "components/VAvatar/index.mjs",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
|
-
"VBottomNavigation": {
|
|
36
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VBadge": {
|
|
40
|
-
"from": "components/VBadge/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
39
|
"VBottomSheet": {
|
|
44
40
|
"from": "components/VBottomSheet/index.mjs",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
43
|
+
"VBtn": {
|
|
44
|
+
"from": "components/VBtn/index.mjs",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
47
|
+
"VBtnGroup": {
|
|
48
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
55
|
"VBreadcrumbs": {
|
|
@@ -68,16 +64,16 @@
|
|
|
68
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
67
|
+
"VCarousel": {
|
|
68
|
+
"from": "components/VCarousel/index.mjs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
71
|
+
"VCarouselItem": {
|
|
72
|
+
"from": "components/VCarousel/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
81
77
|
"styles": []
|
|
82
78
|
},
|
|
83
79
|
"VCard": {
|
|
@@ -104,16 +100,8 @@
|
|
|
104
100
|
"from": "components/VCard/index.mjs",
|
|
105
101
|
"styles": []
|
|
106
102
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarousel": {
|
|
112
|
-
"from": "components/VCarousel/index.mjs",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VCarouselItem": {
|
|
116
|
-
"from": "components/VCarousel/index.mjs",
|
|
103
|
+
"VChipGroup": {
|
|
104
|
+
"from": "components/VChipGroup/index.mjs",
|
|
117
105
|
"styles": []
|
|
118
106
|
},
|
|
119
107
|
"VCheckbox": {
|
|
@@ -124,12 +112,12 @@
|
|
|
124
112
|
"from": "components/VCheckbox/index.mjs",
|
|
125
113
|
"styles": []
|
|
126
114
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
115
|
+
"VChip": {
|
|
116
|
+
"from": "components/VChip/index.mjs",
|
|
129
117
|
"styles": []
|
|
130
118
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
119
|
+
"VCode": {
|
|
120
|
+
"from": "components/VCode/index.mjs",
|
|
133
121
|
"styles": []
|
|
134
122
|
},
|
|
135
123
|
"VColorPicker": {
|
|
@@ -140,32 +128,8 @@
|
|
|
140
128
|
"from": "components/VCombobox/index.mjs",
|
|
141
129
|
"styles": []
|
|
142
130
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VDatePickerControls": {
|
|
148
|
-
"from": "components/VDatePicker/index.mjs",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VDatePickerHeader": {
|
|
152
|
-
"from": "components/VDatePicker/index.mjs",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDatePickerMonth": {
|
|
156
|
-
"from": "components/VDatePicker/index.mjs",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDatePickerMonths": {
|
|
160
|
-
"from": "components/VDatePicker/index.mjs",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VDatePickerYears": {
|
|
164
|
-
"from": "components/VDatePicker/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VChipGroup": {
|
|
168
|
-
"from": "components/VChipGroup/index.mjs",
|
|
131
|
+
"VCounter": {
|
|
132
|
+
"from": "components/VCounter/index.mjs",
|
|
169
133
|
"styles": []
|
|
170
134
|
},
|
|
171
135
|
"VDataTable": {
|
|
@@ -196,10 +160,38 @@
|
|
|
196
160
|
"from": "components/VDivider/index.mjs",
|
|
197
161
|
"styles": []
|
|
198
162
|
},
|
|
163
|
+
"VDatePicker": {
|
|
164
|
+
"from": "components/VDatePicker/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VDatePickerControls": {
|
|
168
|
+
"from": "components/VDatePicker/index.mjs",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDatePickerHeader": {
|
|
172
|
+
"from": "components/VDatePicker/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDatePickerMonth": {
|
|
176
|
+
"from": "components/VDatePicker/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDatePickerMonths": {
|
|
180
|
+
"from": "components/VDatePicker/index.mjs",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDatePickerYears": {
|
|
184
|
+
"from": "components/VDatePicker/index.mjs",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
199
187
|
"VDialog": {
|
|
200
188
|
"from": "components/VDialog/index.mjs",
|
|
201
189
|
"styles": []
|
|
202
190
|
},
|
|
191
|
+
"VFileInput": {
|
|
192
|
+
"from": "components/VFileInput/index.mjs",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
203
195
|
"VExpansionPanels": {
|
|
204
196
|
"from": "components/VExpansionPanel/index.mjs",
|
|
205
197
|
"styles": []
|
|
@@ -224,12 +216,8 @@
|
|
|
224
216
|
"from": "components/VField/index.mjs",
|
|
225
217
|
"styles": []
|
|
226
218
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFooter": {
|
|
232
|
-
"from": "components/VFooter/index.mjs",
|
|
219
|
+
"VImg": {
|
|
220
|
+
"from": "components/VImg/index.mjs",
|
|
233
221
|
"styles": []
|
|
234
222
|
},
|
|
235
223
|
"VIcon": {
|
|
@@ -252,8 +240,20 @@
|
|
|
252
240
|
"from": "components/VIcon/index.mjs",
|
|
253
241
|
"styles": []
|
|
254
242
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
243
|
+
"VFooter": {
|
|
244
|
+
"from": "components/VFooter/index.mjs",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
|
+
"VBanner": {
|
|
248
|
+
"from": "components/VBanner/index.mjs",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VBannerActions": {
|
|
252
|
+
"from": "components/VBanner/index.mjs",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
|
+
"VBannerText": {
|
|
256
|
+
"from": "components/VBanner/index.mjs",
|
|
257
257
|
"styles": []
|
|
258
258
|
},
|
|
259
259
|
"VInfiniteScroll": {
|
|
@@ -320,64 +320,76 @@
|
|
|
320
320
|
"from": "components/VMenu/index.mjs",
|
|
321
321
|
"styles": []
|
|
322
322
|
},
|
|
323
|
+
"VOtpInput": {
|
|
324
|
+
"from": "components/VOtpInput/index.mjs",
|
|
325
|
+
"styles": []
|
|
326
|
+
},
|
|
323
327
|
"VMain": {
|
|
324
328
|
"from": "components/VMain/index.mjs",
|
|
325
329
|
"styles": []
|
|
326
330
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
331
|
+
"VOverlay": {
|
|
332
|
+
"from": "components/VOverlay/index.mjs",
|
|
329
333
|
"styles": []
|
|
330
334
|
},
|
|
331
335
|
"VNavigationDrawer": {
|
|
332
336
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
333
337
|
"styles": []
|
|
334
338
|
},
|
|
335
|
-
"VOtpInput": {
|
|
336
|
-
"from": "components/VOtpInput/index.mjs",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
339
|
"VPagination": {
|
|
340
340
|
"from": "components/VPagination/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
|
-
"VProgressLinear": {
|
|
348
|
-
"from": "components/VProgressLinear/index.mjs",
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages/index.mjs",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
347
|
"VProgressCircular": {
|
|
352
348
|
"from": "components/VProgressCircular/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
351
|
+
"VProgressLinear": {
|
|
352
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
355
|
"VRating": {
|
|
360
356
|
"from": "components/VRating/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
359
|
+
"VRadioGroup": {
|
|
360
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
363
|
"VSelectionControl": {
|
|
364
364
|
"from": "components/VSelectionControl/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
+
"VSelect": {
|
|
368
|
+
"from": "components/VSelect/index.mjs",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
367
371
|
"VSelectionControlGroup": {
|
|
368
372
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
369
373
|
"styles": []
|
|
370
374
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
375
|
+
"VSheet": {
|
|
376
|
+
"from": "components/VSheet/index.mjs",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
379
|
+
"VSlideGroup": {
|
|
380
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
381
|
+
"styles": []
|
|
382
|
+
},
|
|
383
|
+
"VSlideGroupItem": {
|
|
384
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
373
385
|
"styles": []
|
|
374
386
|
},
|
|
375
387
|
"VSkeletonLoader": {
|
|
376
388
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
377
389
|
"styles": []
|
|
378
390
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
391
|
+
"VSlider": {
|
|
392
|
+
"from": "components/VSlider/index.mjs",
|
|
381
393
|
"styles": []
|
|
382
394
|
},
|
|
383
395
|
"VSnackbar": {
|
|
@@ -388,10 +400,6 @@
|
|
|
388
400
|
"from": "components/VSwitch/index.mjs",
|
|
389
401
|
"styles": []
|
|
390
402
|
},
|
|
391
|
-
"VSlider": {
|
|
392
|
-
"from": "components/VSlider/index.mjs",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
403
|
"VStepper": {
|
|
396
404
|
"from": "components/VStepper/index.mjs",
|
|
397
405
|
"styles": []
|
|
@@ -416,12 +424,12 @@
|
|
|
416
424
|
"from": "components/VStepper/index.mjs",
|
|
417
425
|
"styles": []
|
|
418
426
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
427
|
+
"VSystemBar": {
|
|
428
|
+
"from": "components/VSystemBar/index.mjs",
|
|
421
429
|
"styles": []
|
|
422
430
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
431
|
+
"VTable": {
|
|
432
|
+
"from": "components/VTable/index.mjs",
|
|
425
433
|
"styles": []
|
|
426
434
|
},
|
|
427
435
|
"VTabs": {
|
|
@@ -432,24 +440,20 @@
|
|
|
432
440
|
"from": "components/VTabs/index.mjs",
|
|
433
441
|
"styles": []
|
|
434
442
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
443
|
+
"VTimeline": {
|
|
444
|
+
"from": "components/VTimeline/index.mjs",
|
|
437
445
|
"styles": []
|
|
438
446
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
447
|
+
"VTimelineItem": {
|
|
448
|
+
"from": "components/VTimeline/index.mjs",
|
|
441
449
|
"styles": []
|
|
442
450
|
},
|
|
443
451
|
"VTextField": {
|
|
444
452
|
"from": "components/VTextField/index.mjs",
|
|
445
453
|
"styles": []
|
|
446
454
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
|
-
"VTimelineItem": {
|
|
452
|
-
"from": "components/VTimeline/index.mjs",
|
|
455
|
+
"VTextarea": {
|
|
456
|
+
"from": "components/VTextarea/index.mjs",
|
|
453
457
|
"styles": []
|
|
454
458
|
},
|
|
455
459
|
"VTooltip": {
|
|
@@ -508,10 +512,6 @@
|
|
|
508
512
|
"from": "components/VHover/index.mjs",
|
|
509
513
|
"styles": []
|
|
510
514
|
},
|
|
511
|
-
"VLazy": {
|
|
512
|
-
"from": "components/VLazy/index.mjs",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
515
|
"VLayout": {
|
|
516
516
|
"from": "components/VLayout/index.mjs",
|
|
517
517
|
"styles": []
|
|
@@ -520,6 +520,10 @@
|
|
|
520
520
|
"from": "components/VLayout/index.mjs",
|
|
521
521
|
"styles": []
|
|
522
522
|
},
|
|
523
|
+
"VLazy": {
|
|
524
|
+
"from": "components/VLazy/index.mjs",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
523
527
|
"VLocaleProvider": {
|
|
524
528
|
"from": "components/VLocaleProvider/index.mjs",
|
|
525
529
|
"styles": []
|
|
@@ -528,18 +532,22 @@
|
|
|
528
532
|
"from": "components/VNoSsr/index.mjs",
|
|
529
533
|
"styles": []
|
|
530
534
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
535
|
+
"VParallax": {
|
|
536
|
+
"from": "components/VParallax/index.mjs",
|
|
533
537
|
"styles": []
|
|
534
538
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
539
|
+
"VRadio": {
|
|
540
|
+
"from": "components/VRadio/index.mjs",
|
|
537
541
|
"styles": []
|
|
538
542
|
},
|
|
539
543
|
"VResponsive": {
|
|
540
544
|
"from": "components/VResponsive/index.mjs",
|
|
541
545
|
"styles": []
|
|
542
546
|
},
|
|
547
|
+
"VRangeSlider": {
|
|
548
|
+
"from": "components/VRangeSlider/index.mjs",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
543
551
|
"VThemeProvider": {
|
|
544
552
|
"from": "components/VThemeProvider/index.mjs",
|
|
545
553
|
"styles": []
|
|
@@ -615,14 +623,6 @@
|
|
|
615
623
|
"VDialogTransition": {
|
|
616
624
|
"from": "components/transitions/index.mjs",
|
|
617
625
|
"styles": []
|
|
618
|
-
},
|
|
619
|
-
"VTable": {
|
|
620
|
-
"from": "components/VTable/index.mjs",
|
|
621
|
-
"styles": []
|
|
622
|
-
},
|
|
623
|
-
"VParallax": {
|
|
624
|
-
"from": "components/VParallax/index.mjs",
|
|
625
|
-
"styles": []
|
|
626
626
|
}
|
|
627
627
|
},
|
|
628
628
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -1129,6 +1129,7 @@
|
|
|
1129
1129
|
"border",
|
|
1130
1130
|
"color",
|
|
1131
1131
|
"disabled",
|
|
1132
|
+
"display-value",
|
|
1132
1133
|
"elevation",
|
|
1133
1134
|
"header",
|
|
1134
1135
|
"height",
|
|
@@ -1188,6 +1189,7 @@
|
|
|
1188
1189
|
"allowed-dates",
|
|
1189
1190
|
"color",
|
|
1190
1191
|
"disabled",
|
|
1192
|
+
"display-value",
|
|
1191
1193
|
"hide-weekdays",
|
|
1192
1194
|
"max",
|
|
1193
1195
|
"min",
|