@vuetify/nightly 3.4.7-master.2023-12-13 → 3.4.7-master.2023-12-15
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 +7 -2
- package/dist/json/attributes.json +43 -35
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +71 -53
- package/dist/vuetify-labs.css +1991 -1991
- package/dist/vuetify-labs.d.ts +42 -30
- package/dist/vuetify-labs.esm.js +119 -95
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +119 -95
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +372 -372
- package/dist/vuetify.d.ts +74 -62
- package/dist/vuetify.esm.js +119 -95
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +119 -95
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +121 -119
- package/dist/vuetify.min.js.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/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 +32 -32
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
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-15...v) (2023-12-15)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.4.7-master.2023-12-
|
|
5
|
+
## [3.4.7-master.2023-12-15](https://github.com/vuetifyjs/vuetify/compare/v3.4.7...v3.4.7-master.2023-12-15) (2023-12-15)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **calendar:** add new composable ([#18799](https://github.com/vuetifyjs/vuetify/issues/18799)) ([bdbbc66](https://github.com/vuetifyjs/vuetify/commit/bdbbc66ab7f4d3975caea14b9ae2887ec2e0be2f))
|
|
6
11
|
|
|
7
12
|
|
|
8
13
|
|
|
@@ -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)."
|
package/dist/json/importMap.json
CHANGED
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"from": "components/VAvatar/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"VBottomNavigation": {
|
|
36
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
35
|
"VBadge": {
|
|
40
36
|
"from": "components/VBadge/index.mjs",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
39
|
+
"VBottomNavigation": {
|
|
40
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
43
|
"VBottomSheet": {
|
|
44
44
|
"from": "components/VBottomSheet/index.mjs",
|
|
45
45
|
"styles": []
|
|
@@ -76,10 +76,6 @@
|
|
|
76
76
|
"from": "components/VBtnToggle/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"VBtnGroup": {
|
|
80
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
79
|
"VCard": {
|
|
84
80
|
"from": "components/VCard/index.mjs",
|
|
85
81
|
"styles": []
|
|
@@ -104,8 +100,8 @@
|
|
|
104
100
|
"from": "components/VCard/index.mjs",
|
|
105
101
|
"styles": []
|
|
106
102
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
103
|
+
"VBtnGroup": {
|
|
104
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
109
105
|
"styles": []
|
|
110
106
|
},
|
|
111
107
|
"VCarousel": {
|
|
@@ -124,48 +120,28 @@
|
|
|
124
120
|
"from": "components/VCheckbox/index.mjs",
|
|
125
121
|
"styles": []
|
|
126
122
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
|
129
125
|
"styles": []
|
|
130
126
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip/index.mjs",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
135
131
|
"VColorPicker": {
|
|
136
132
|
"from": "components/VColorPicker/index.mjs",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VDatePicker": {
|
|
144
|
-
"from": "components/VDatePicker/index.mjs",
|
|
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",
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode/index.mjs",
|
|
161
137
|
"styles": []
|
|
162
138
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
139
|
+
"VCombobox": {
|
|
140
|
+
"from": "components/VCombobox/index.mjs",
|
|
165
141
|
"styles": []
|
|
166
142
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
143
|
+
"VCounter": {
|
|
144
|
+
"from": "components/VCounter/index.mjs",
|
|
169
145
|
"styles": []
|
|
170
146
|
},
|
|
171
147
|
"VDataTable": {
|
|
@@ -192,28 +168,36 @@
|
|
|
192
168
|
"from": "components/VDataTable/index.mjs",
|
|
193
169
|
"styles": []
|
|
194
170
|
},
|
|
171
|
+
"VDialog": {
|
|
172
|
+
"from": "components/VDialog/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
195
175
|
"VDivider": {
|
|
196
176
|
"from": "components/VDivider/index.mjs",
|
|
197
177
|
"styles": []
|
|
198
178
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
179
|
+
"VDatePicker": {
|
|
180
|
+
"from": "components/VDatePicker/index.mjs",
|
|
201
181
|
"styles": []
|
|
202
182
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
183
|
+
"VDatePickerControls": {
|
|
184
|
+
"from": "components/VDatePicker/index.mjs",
|
|
205
185
|
"styles": []
|
|
206
186
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
187
|
+
"VDatePickerHeader": {
|
|
188
|
+
"from": "components/VDatePicker/index.mjs",
|
|
209
189
|
"styles": []
|
|
210
190
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
191
|
+
"VDatePickerMonth": {
|
|
192
|
+
"from": "components/VDatePicker/index.mjs",
|
|
213
193
|
"styles": []
|
|
214
194
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
195
|
+
"VDatePickerMonths": {
|
|
196
|
+
"from": "components/VDatePicker/index.mjs",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDatePickerYears": {
|
|
200
|
+
"from": "components/VDatePicker/index.mjs",
|
|
217
201
|
"styles": []
|
|
218
202
|
},
|
|
219
203
|
"VField": {
|
|
@@ -224,6 +208,22 @@
|
|
|
224
208
|
"from": "components/VField/index.mjs",
|
|
225
209
|
"styles": []
|
|
226
210
|
},
|
|
211
|
+
"VExpansionPanels": {
|
|
212
|
+
"from": "components/VExpansionPanel/index.mjs",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VExpansionPanel": {
|
|
216
|
+
"from": "components/VExpansionPanel/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VExpansionPanelText": {
|
|
220
|
+
"from": "components/VExpansionPanel/index.mjs",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VExpansionPanelTitle": {
|
|
224
|
+
"from": "components/VExpansionPanel/index.mjs",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
227
|
"VFileInput": {
|
|
228
228
|
"from": "components/VFileInput/index.mjs",
|
|
229
229
|
"styles": []
|
|
@@ -232,6 +232,10 @@
|
|
|
232
232
|
"from": "components/VFooter/index.mjs",
|
|
233
233
|
"styles": []
|
|
234
234
|
},
|
|
235
|
+
"VImg": {
|
|
236
|
+
"from": "components/VImg/index.mjs",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
235
239
|
"VIcon": {
|
|
236
240
|
"from": "components/VIcon/index.mjs",
|
|
237
241
|
"styles": []
|
|
@@ -252,18 +256,10 @@
|
|
|
252
256
|
"from": "components/VIcon/index.mjs",
|
|
253
257
|
"styles": []
|
|
254
258
|
},
|
|
255
|
-
"VImg": {
|
|
256
|
-
"from": "components/VImg/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
259
|
"VInfiniteScroll": {
|
|
260
260
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
261
261
|
"styles": []
|
|
262
262
|
},
|
|
263
|
-
"VInput": {
|
|
264
|
-
"from": "components/VInput/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
263
|
"VItemGroup": {
|
|
268
264
|
"from": "components/VItemGroup/index.mjs",
|
|
269
265
|
"styles": []
|
|
@@ -276,6 +272,14 @@
|
|
|
276
272
|
"from": "components/VKbd/index.mjs",
|
|
277
273
|
"styles": []
|
|
278
274
|
},
|
|
275
|
+
"VInput": {
|
|
276
|
+
"from": "components/VInput/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VMain": {
|
|
280
|
+
"from": "components/VMain/index.mjs",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
279
283
|
"VLabel": {
|
|
280
284
|
"from": "components/VLabel/index.mjs",
|
|
281
285
|
"styles": []
|
|
@@ -316,18 +320,14 @@
|
|
|
316
320
|
"from": "components/VList/index.mjs",
|
|
317
321
|
"styles": []
|
|
318
322
|
},
|
|
319
|
-
"VMenu": {
|
|
320
|
-
"from": "components/VMenu/index.mjs",
|
|
321
|
-
"styles": []
|
|
322
|
-
},
|
|
323
|
-
"VMain": {
|
|
324
|
-
"from": "components/VMain/index.mjs",
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
323
|
"VMessages": {
|
|
328
324
|
"from": "components/VMessages/index.mjs",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
327
|
+
"VMenu": {
|
|
328
|
+
"from": "components/VMenu/index.mjs",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
331
|
"VNavigationDrawer": {
|
|
332
332
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
333
333
|
"styles": []
|
|
@@ -344,10 +344,6 @@
|
|
|
344
344
|
"from": "components/VOverlay/index.mjs",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
-
"VProgressLinear": {
|
|
348
|
-
"from": "components/VProgressLinear/index.mjs",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
347
|
"VProgressCircular": {
|
|
352
348
|
"from": "components/VProgressCircular/index.mjs",
|
|
353
349
|
"styles": []
|
|
@@ -356,6 +352,10 @@
|
|
|
356
352
|
"from": "components/VRadioGroup/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
355
|
+
"VSelect": {
|
|
356
|
+
"from": "components/VSelect/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
359
|
"VRating": {
|
|
360
360
|
"from": "components/VRating/index.mjs",
|
|
361
361
|
"styles": []
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VSlider": {
|
|
372
|
+
"from": "components/VSlider/index.mjs",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
375
|
"VSkeletonLoader": {
|
|
@@ -384,12 +384,12 @@
|
|
|
384
384
|
"from": "components/VSnackbar/index.mjs",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
387
|
+
"VSlideGroup": {
|
|
388
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
389
389
|
"styles": []
|
|
390
390
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
391
|
+
"VSlideGroupItem": {
|
|
392
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
393
393
|
"styles": []
|
|
394
394
|
},
|
|
395
395
|
"VStepper": {
|
|
@@ -416,34 +416,38 @@
|
|
|
416
416
|
"from": "components/VStepper/index.mjs",
|
|
417
417
|
"styles": []
|
|
418
418
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
419
|
+
"VSwitch": {
|
|
420
|
+
"from": "components/VSwitch/index.mjs",
|
|
421
421
|
"styles": []
|
|
422
422
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
423
|
+
"VSystemBar": {
|
|
424
|
+
"from": "components/VSystemBar/index.mjs",
|
|
425
425
|
"styles": []
|
|
426
426
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
427
|
+
"VTable": {
|
|
428
|
+
"from": "components/VTable/index.mjs",
|
|
429
429
|
"styles": []
|
|
430
430
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
431
|
+
"VTextarea": {
|
|
432
|
+
"from": "components/VTextarea/index.mjs",
|
|
433
433
|
"styles": []
|
|
434
434
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
435
|
+
"VTabs": {
|
|
436
|
+
"from": "components/VTabs/index.mjs",
|
|
437
437
|
"styles": []
|
|
438
438
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
439
|
+
"VTab": {
|
|
440
|
+
"from": "components/VTabs/index.mjs",
|
|
441
441
|
"styles": []
|
|
442
442
|
},
|
|
443
443
|
"VTextField": {
|
|
444
444
|
"from": "components/VTextField/index.mjs",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
|
+
"VTooltip": {
|
|
448
|
+
"from": "components/VTooltip/index.mjs",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
447
451
|
"VTimeline": {
|
|
448
452
|
"from": "components/VTimeline/index.mjs",
|
|
449
453
|
"styles": []
|
|
@@ -452,10 +456,6 @@
|
|
|
452
456
|
"from": "components/VTimeline/index.mjs",
|
|
453
457
|
"styles": []
|
|
454
458
|
},
|
|
455
|
-
"VTooltip": {
|
|
456
|
-
"from": "components/VTooltip/index.mjs",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
459
|
"VToolbar": {
|
|
460
460
|
"from": "components/VToolbar/index.mjs",
|
|
461
461
|
"styles": []
|
|
@@ -480,14 +480,14 @@
|
|
|
480
480
|
"from": "components/VDataIterator/index.mjs",
|
|
481
481
|
"styles": []
|
|
482
482
|
},
|
|
483
|
-
"VDefaultsProvider": {
|
|
484
|
-
"from": "components/VDefaultsProvider/index.mjs",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
483
|
"VForm": {
|
|
488
484
|
"from": "components/VForm/index.mjs",
|
|
489
485
|
"styles": []
|
|
490
486
|
},
|
|
487
|
+
"VDefaultsProvider": {
|
|
488
|
+
"from": "components/VDefaultsProvider/index.mjs",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
491
491
|
"VContainer": {
|
|
492
492
|
"from": "components/VGrid/index.mjs",
|
|
493
493
|
"styles": []
|
|
@@ -508,10 +508,6 @@
|
|
|
508
508
|
"from": "components/VHover/index.mjs",
|
|
509
509
|
"styles": []
|
|
510
510
|
},
|
|
511
|
-
"VLazy": {
|
|
512
|
-
"from": "components/VLazy/index.mjs",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
511
|
"VLayout": {
|
|
516
512
|
"from": "components/VLayout/index.mjs",
|
|
517
513
|
"styles": []
|
|
@@ -520,6 +516,10 @@
|
|
|
520
516
|
"from": "components/VLayout/index.mjs",
|
|
521
517
|
"styles": []
|
|
522
518
|
},
|
|
519
|
+
"VLazy": {
|
|
520
|
+
"from": "components/VLazy/index.mjs",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
523
|
"VLocaleProvider": {
|
|
524
524
|
"from": "components/VLocaleProvider/index.mjs",
|
|
525
525
|
"styles": []
|
|
@@ -528,6 +528,10 @@
|
|
|
528
528
|
"from": "components/VNoSsr/index.mjs",
|
|
529
529
|
"styles": []
|
|
530
530
|
},
|
|
531
|
+
"VParallax": {
|
|
532
|
+
"from": "components/VParallax/index.mjs",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
531
535
|
"VRadio": {
|
|
532
536
|
"from": "components/VRadio/index.mjs",
|
|
533
537
|
"styles": []
|
|
@@ -616,12 +620,8 @@
|
|
|
616
620
|
"from": "components/transitions/index.mjs",
|
|
617
621
|
"styles": []
|
|
618
622
|
},
|
|
619
|
-
"
|
|
620
|
-
"from": "components/
|
|
621
|
-
"styles": []
|
|
622
|
-
},
|
|
623
|
-
"VParallax": {
|
|
624
|
-
"from": "components/VParallax/index.mjs",
|
|
623
|
+
"VProgressLinear": {
|
|
624
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
625
625
|
"styles": []
|
|
626
626
|
}
|
|
627
627
|
},
|
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",
|