vuetify 3.9.5 → 3.9.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.
- package/dist/json/attributes.json +3244 -3236
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6419 -6311
- package/dist/vuetify-labs.cjs +183 -127
- package/dist/vuetify-labs.css +3841 -3706
- package/dist/vuetify-labs.d.ts +173 -75
- package/dist/vuetify-labs.esm.js +183 -127
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +183 -127
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +78 -44
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2171 -2039
- package/dist/vuetify.d.ts +70 -70
- package/dist/vuetify.esm.js +78 -44
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +78 -44
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -60
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +12 -0
- package/lib/components/VAlert/VAlert.sass +13 -0
- package/lib/components/VAutocomplete/VAutocomplete.css +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -2
- package/lib/components/VBtn/VBtn.css +10 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VCard/VCard.css +11 -0
- package/lib/components/VCard/VCard.sass +9 -0
- package/lib/components/VChip/VChip.css +6 -0
- package/lib/components/VChip/VChip.sass +5 -0
- package/lib/components/VChipGroup/VChipGroup.css +25 -0
- package/lib/components/VChipGroup/VChipGroup.sass +23 -0
- package/lib/components/VCombobox/VCombobox.css +2 -1
- package/lib/components/VCombobox/VCombobox.sass +3 -2
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +18 -8
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +4 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VListItem.css +30 -0
- package/lib/components/VList/VListItem.d.ts +3 -3
- package/lib/components/VList/VListItem.sass +29 -0
- package/lib/components/VNumberInput/VNumberInput.js +6 -6
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +9 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js +5 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -3
- package/lib/components/VSelect/VSelect.css +5 -1
- package/lib/components/VSelect/VSelect.sass +6 -2
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +5 -0
- package/lib/components/VSnackbar/VSnackbar.sass +3 -0
- package/lib/components/VSparkline/VBarline.js +2 -2
- package/lib/components/VSparkline/VBarline.js.map +1 -1
- package/lib/components/VSparkline/VTrendline.js +3 -0
- package/lib/components/VSparkline/VTrendline.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +4 -2
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +22 -0
- package/lib/components/VTimeline/VTimeline.sass +12 -0
- package/lib/components/VTreeview/VTreeviewItem.css +13 -8
- package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -9
- package/lib/components/VTreeview/VTreeviewItem.sass +12 -8
- package/lib/composables/filter.js +3 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +1 -1
- package/lib/composables/nested/nested.js +5 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/rounded.js +3 -3
- package/lib/composables/rounded.js.map +1 -1
- package/lib/directives/touch/index.js +2 -2
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +78 -3
- package/lib/labs/VDateInput/VDateInput.js +3 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VPie/VPie.css +3 -0
- package/lib/labs/VPie/VPie.js +71 -29
- package/lib/labs/VPie/VPie.js.map +1 -1
- package/lib/labs/VPie/VPie.sass +3 -0
- package/lib/labs/VPie/VPieSegment.d.ts +25 -2
- package/lib/labs/VPie/VPieSegment.js +11 -6
- package/lib/labs/VPie/VPieSegment.js.map +1 -1
- package/lib/labs/VPie/VPieTooltip.d.ts +10 -0
- package/lib/labs/VPie/VPieTooltip.js +4 -22
- package/lib/labs/VPie/VPieTooltip.js.map +1 -1
- package/lib/labs/VPie/types.d.ts +1 -0
- package/lib/labs/VPie/types.js.map +1 -1
- package/lib/labs/VVideo/VVideo.css +4 -4
- package/lib/labs/VVideo/VVideo.js +24 -33
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +4 -4
- package/package.json +2 -2
|
@@ -28,18 +28,6 @@
|
|
|
28
28
|
"from": "labs/VColorInput",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"VIconBtn": {
|
|
32
|
-
"from": "labs/VIconBtn",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VFileUpload": {
|
|
36
|
-
"from": "labs/VFileUpload",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VFileUploadItem": {
|
|
40
|
-
"from": "labs/VFileUpload",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
31
|
"VPicker": {
|
|
44
32
|
"from": "labs/VPicker",
|
|
45
33
|
"styles": []
|
|
@@ -48,6 +36,14 @@
|
|
|
48
36
|
"from": "labs/VPicker",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
39
|
+
"VIconBtn": {
|
|
40
|
+
"from": "labs/VIconBtn",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VHotkey": {
|
|
44
|
+
"from": "labs/VHotkey",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
51
47
|
"VPie": {
|
|
52
48
|
"from": "labs/VPie",
|
|
53
49
|
"styles": []
|
|
@@ -60,6 +56,26 @@
|
|
|
60
56
|
"from": "labs/VPie",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
59
|
+
"VDateInput": {
|
|
60
|
+
"from": "labs/VDateInput",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VMaskInput": {
|
|
64
|
+
"from": "labs/VMaskInput",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VFileUpload": {
|
|
68
|
+
"from": "labs/VFileUpload",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VFileUploadItem": {
|
|
72
|
+
"from": "labs/VFileUpload",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
|
+
"VPullToRefresh": {
|
|
76
|
+
"from": "labs/VPullToRefresh",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
63
79
|
"VVideo": {
|
|
64
80
|
"from": "labs/VVideo",
|
|
65
81
|
"styles": []
|
|
@@ -72,10 +88,6 @@
|
|
|
72
88
|
"from": "labs/VVideo",
|
|
73
89
|
"styles": []
|
|
74
90
|
},
|
|
75
|
-
"VHotkey": {
|
|
76
|
-
"from": "labs/VHotkey",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
91
|
"VStepperVertical": {
|
|
80
92
|
"from": "labs/VStepperVertical",
|
|
81
93
|
"styles": []
|
|
@@ -87,18 +99,6 @@
|
|
|
87
99
|
"VStepperVerticalActions": {
|
|
88
100
|
"from": "labs/VStepperVertical",
|
|
89
101
|
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VMaskInput": {
|
|
92
|
-
"from": "labs/VMaskInput",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
|
-
"VDateInput": {
|
|
96
|
-
"from": "labs/VDateInput",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
|
-
"VPullToRefresh": {
|
|
100
|
-
"from": "labs/VPullToRefresh",
|
|
101
|
-
"styles": []
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAppBar": {
|
|
8
|
-
"from": "components/VAppBar",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAppBarNavIcon": {
|
|
12
|
-
"from": "components/VAppBar",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VAppBarTitle": {
|
|
16
|
-
"from": "components/VAppBar",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
3
|
"VAlert": {
|
|
20
4
|
"from": "components/VAlert",
|
|
21
5
|
"styles": []
|
|
@@ -24,36 +8,44 @@
|
|
|
24
8
|
"from": "components/VAlert",
|
|
25
9
|
"styles": []
|
|
26
10
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
11
|
+
"VApp": {
|
|
12
|
+
"from": "components/VApp",
|
|
29
13
|
"styles": []
|
|
30
14
|
},
|
|
31
15
|
"VAvatar": {
|
|
32
16
|
"from": "components/VAvatar",
|
|
33
17
|
"styles": []
|
|
34
18
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
19
|
+
"VAppBar": {
|
|
20
|
+
"from": "components/VAppBar",
|
|
37
21
|
"styles": []
|
|
38
22
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
23
|
+
"VAppBarNavIcon": {
|
|
24
|
+
"from": "components/VAppBar",
|
|
41
25
|
"styles": []
|
|
42
26
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
27
|
+
"VAppBarTitle": {
|
|
28
|
+
"from": "components/VAppBar",
|
|
45
29
|
"styles": []
|
|
46
30
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VBtn": {
|
|
36
|
+
"from": "components/VBtn",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
51
39
|
"VBottomNavigation": {
|
|
52
40
|
"from": "components/VBottomNavigation",
|
|
53
41
|
"styles": []
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
43
|
+
"VAutocomplete": {
|
|
44
|
+
"from": "components/VAutocomplete",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBtnGroup": {
|
|
48
|
+
"from": "components/VBtnGroup",
|
|
57
49
|
"styles": []
|
|
58
50
|
},
|
|
59
51
|
"VBreadcrumbs": {
|
|
@@ -68,18 +60,30 @@
|
|
|
68
60
|
"from": "components/VBreadcrumbs",
|
|
69
61
|
"styles": []
|
|
70
62
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
63
|
+
"VBanner": {
|
|
64
|
+
"from": "components/VBanner",
|
|
73
65
|
"styles": []
|
|
74
66
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
67
|
+
"VBannerActions": {
|
|
68
|
+
"from": "components/VBanner",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VBannerText": {
|
|
72
|
+
"from": "components/VBanner",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
75
|
"VBtnToggle": {
|
|
80
76
|
"from": "components/VBtnToggle",
|
|
81
77
|
"styles": []
|
|
82
78
|
},
|
|
79
|
+
"VCheckbox": {
|
|
80
|
+
"from": "components/VCheckbox",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCheckboxBtn": {
|
|
84
|
+
"from": "components/VCheckbox",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
83
87
|
"VCard": {
|
|
84
88
|
"from": "components/VCard",
|
|
85
89
|
"styles": []
|
|
@@ -104,44 +108,32 @@
|
|
|
104
108
|
"from": "components/VCard",
|
|
105
109
|
"styles": []
|
|
106
110
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarouselItem": {
|
|
112
|
-
"from": "components/VCarousel",
|
|
111
|
+
"VChip": {
|
|
112
|
+
"from": "components/VChip",
|
|
113
113
|
"styles": []
|
|
114
114
|
},
|
|
115
115
|
"VChipGroup": {
|
|
116
116
|
"from": "components/VChipGroup",
|
|
117
117
|
"styles": []
|
|
118
118
|
},
|
|
119
|
-
"VCheckbox": {
|
|
120
|
-
"from": "components/VCheckbox",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VCheckboxBtn": {
|
|
124
|
-
"from": "components/VCheckbox",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VChip": {
|
|
128
|
-
"from": "components/VChip",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
119
|
"VColorPicker": {
|
|
132
120
|
"from": "components/VColorPicker",
|
|
133
121
|
"styles": []
|
|
134
122
|
},
|
|
135
|
-
"VCounter": {
|
|
136
|
-
"from": "components/VCounter",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
123
|
"VCode": {
|
|
140
124
|
"from": "components/VCode",
|
|
141
125
|
"styles": []
|
|
142
126
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
127
|
+
"VCarousel": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VCarouselItem": {
|
|
132
|
+
"from": "components/VCarousel",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VBottomSheet": {
|
|
136
|
+
"from": "components/VBottomSheet",
|
|
145
137
|
"styles": []
|
|
146
138
|
},
|
|
147
139
|
"VDatePicker": {
|
|
@@ -168,46 +160,30 @@
|
|
|
168
160
|
"from": "components/VDatePicker",
|
|
169
161
|
"styles": []
|
|
170
162
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDataTableHeaders": {
|
|
176
|
-
"from": "components/VDataTable",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDataTableFooter": {
|
|
180
|
-
"from": "components/VDataTable",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDataTableRows": {
|
|
184
|
-
"from": "components/VDataTable",
|
|
163
|
+
"VDivider": {
|
|
164
|
+
"from": "components/VDivider",
|
|
185
165
|
"styles": []
|
|
186
166
|
},
|
|
187
|
-
"
|
|
188
|
-
"from": "components/
|
|
167
|
+
"VDialog": {
|
|
168
|
+
"from": "components/VDialog",
|
|
189
169
|
"styles": []
|
|
190
170
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
171
|
+
"VCounter": {
|
|
172
|
+
"from": "components/VCounter",
|
|
193
173
|
"styles": []
|
|
194
174
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
175
|
+
"VFab": {
|
|
176
|
+
"from": "components/VFab",
|
|
197
177
|
"styles": []
|
|
198
178
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
179
|
+
"VFileInput": {
|
|
180
|
+
"from": "components/VFileInput",
|
|
201
181
|
"styles": []
|
|
202
182
|
},
|
|
203
183
|
"VEmptyState": {
|
|
204
184
|
"from": "components/VEmptyState",
|
|
205
185
|
"styles": []
|
|
206
186
|
},
|
|
207
|
-
"VDialog": {
|
|
208
|
-
"from": "components/VDialog",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
187
|
"VExpansionPanels": {
|
|
212
188
|
"from": "components/VExpansionPanel",
|
|
213
189
|
"styles": []
|
|
@@ -224,28 +200,32 @@
|
|
|
224
200
|
"from": "components/VExpansionPanel",
|
|
225
201
|
"styles": []
|
|
226
202
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
203
|
+
"VField": {
|
|
204
|
+
"from": "components/VField",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VFieldLabel": {
|
|
208
|
+
"from": "components/VField",
|
|
229
209
|
"styles": []
|
|
230
210
|
},
|
|
231
211
|
"VFooter": {
|
|
232
212
|
"from": "components/VFooter",
|
|
233
213
|
"styles": []
|
|
234
214
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
215
|
+
"VImg": {
|
|
216
|
+
"from": "components/VImg",
|
|
237
217
|
"styles": []
|
|
238
218
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
219
|
+
"VInput": {
|
|
220
|
+
"from": "components/VInput",
|
|
241
221
|
"styles": []
|
|
242
222
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
223
|
+
"VInfiniteScroll": {
|
|
224
|
+
"from": "components/VInfiniteScroll",
|
|
245
225
|
"styles": []
|
|
246
226
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
227
|
+
"VKbd": {
|
|
228
|
+
"from": "components/VKbd",
|
|
249
229
|
"styles": []
|
|
250
230
|
},
|
|
251
231
|
"VIcon": {
|
|
@@ -268,8 +248,8 @@
|
|
|
268
248
|
"from": "components/VIcon",
|
|
269
249
|
"styles": []
|
|
270
250
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
251
|
+
"VLabel": {
|
|
252
|
+
"from": "components/VLabel",
|
|
273
253
|
"styles": []
|
|
274
254
|
},
|
|
275
255
|
"VItemGroup": {
|
|
@@ -280,12 +260,12 @@
|
|
|
280
260
|
"from": "components/VItemGroup",
|
|
281
261
|
"styles": []
|
|
282
262
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
263
|
+
"VMain": {
|
|
264
|
+
"from": "components/VMain",
|
|
285
265
|
"styles": []
|
|
286
266
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
267
|
+
"VMessages": {
|
|
268
|
+
"from": "components/VMessages",
|
|
289
269
|
"styles": []
|
|
290
270
|
},
|
|
291
271
|
"VList": {
|
|
@@ -324,34 +304,18 @@
|
|
|
324
304
|
"from": "components/VList",
|
|
325
305
|
"styles": []
|
|
326
306
|
},
|
|
327
|
-
"VLabel": {
|
|
328
|
-
"from": "components/VLabel",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMessages": {
|
|
332
|
-
"from": "components/VMessages",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VMenu": {
|
|
336
|
-
"from": "components/VMenu",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
307
|
"VNavigationDrawer": {
|
|
340
308
|
"from": "components/VNavigationDrawer",
|
|
341
309
|
"styles": []
|
|
342
310
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
311
|
+
"VMenu": {
|
|
312
|
+
"from": "components/VMenu",
|
|
345
313
|
"styles": []
|
|
346
314
|
},
|
|
347
315
|
"VNumberInput": {
|
|
348
316
|
"from": "components/VNumberInput",
|
|
349
317
|
"styles": []
|
|
350
318
|
},
|
|
351
|
-
"VPagination": {
|
|
352
|
-
"from": "components/VPagination",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
319
|
"VOtpInput": {
|
|
356
320
|
"from": "components/VOtpInput",
|
|
357
321
|
"styles": []
|
|
@@ -360,16 +324,16 @@
|
|
|
360
324
|
"from": "components/VOverlay",
|
|
361
325
|
"styles": []
|
|
362
326
|
},
|
|
363
|
-
"VRadioGroup": {
|
|
364
|
-
"from": "components/VRadioGroup",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
327
|
"VProgressLinear": {
|
|
368
328
|
"from": "components/VProgressLinear",
|
|
369
329
|
"styles": []
|
|
370
330
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
331
|
+
"VPagination": {
|
|
332
|
+
"from": "components/VPagination",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
335
|
+
"VRadioGroup": {
|
|
336
|
+
"from": "components/VRadioGroup",
|
|
373
337
|
"styles": []
|
|
374
338
|
},
|
|
375
339
|
"VRating": {
|
|
@@ -380,10 +344,6 @@
|
|
|
380
344
|
"from": "components/VSelectionControlGroup",
|
|
381
345
|
"styles": []
|
|
382
346
|
},
|
|
383
|
-
"VSelectionControl": {
|
|
384
|
-
"from": "components/VSelectionControl",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
347
|
"VSelect": {
|
|
388
348
|
"from": "components/VSelect",
|
|
389
349
|
"styles": []
|
|
@@ -396,20 +356,28 @@
|
|
|
396
356
|
"from": "components/VSlideGroup",
|
|
397
357
|
"styles": []
|
|
398
358
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
|
-
"VSnackbar": {
|
|
404
|
-
"from": "components/VSnackbar",
|
|
359
|
+
"VSlider": {
|
|
360
|
+
"from": "components/VSlider",
|
|
405
361
|
"styles": []
|
|
406
362
|
},
|
|
407
363
|
"VSkeletonLoader": {
|
|
408
364
|
"from": "components/VSkeletonLoader",
|
|
409
365
|
"styles": []
|
|
410
366
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
367
|
+
"VProgressCircular": {
|
|
368
|
+
"from": "components/VProgressCircular",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
|
+
"VSelectionControl": {
|
|
372
|
+
"from": "components/VSelectionControl",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
|
+
"VSheet": {
|
|
376
|
+
"from": "components/VSheet",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
379
|
+
"VSnackbar": {
|
|
380
|
+
"from": "components/VSnackbar",
|
|
413
381
|
"styles": []
|
|
414
382
|
},
|
|
415
383
|
"VSwitch": {
|
|
@@ -440,16 +408,8 @@
|
|
|
440
408
|
"from": "components/VStepper",
|
|
441
409
|
"styles": []
|
|
442
410
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
|
-
"VTextField": {
|
|
448
|
-
"from": "components/VTextField",
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
|
-
"VTextarea": {
|
|
452
|
-
"from": "components/VTextarea",
|
|
411
|
+
"VTable": {
|
|
412
|
+
"from": "components/VTable",
|
|
453
413
|
"styles": []
|
|
454
414
|
},
|
|
455
415
|
"VTab": {
|
|
@@ -468,8 +428,20 @@
|
|
|
468
428
|
"from": "components/VTabs",
|
|
469
429
|
"styles": []
|
|
470
430
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
431
|
+
"VSystemBar": {
|
|
432
|
+
"from": "components/VSystemBar",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VTimeline": {
|
|
436
|
+
"from": "components/VTimeline",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VTimelineItem": {
|
|
440
|
+
"from": "components/VTimeline",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
443
|
+
"VTextField": {
|
|
444
|
+
"from": "components/VTextField",
|
|
473
445
|
"styles": []
|
|
474
446
|
},
|
|
475
447
|
"VTimePicker": {
|
|
@@ -496,8 +468,8 @@
|
|
|
496
468
|
"from": "components/VToolbar",
|
|
497
469
|
"styles": []
|
|
498
470
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
471
|
+
"VTextarea": {
|
|
472
|
+
"from": "components/VTextarea",
|
|
501
473
|
"styles": []
|
|
502
474
|
},
|
|
503
475
|
"VTreeview": {
|
|
@@ -512,6 +484,10 @@
|
|
|
512
484
|
"from": "components/VTreeview",
|
|
513
485
|
"styles": []
|
|
514
486
|
},
|
|
487
|
+
"VTooltip": {
|
|
488
|
+
"from": "components/VTooltip",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
515
491
|
"VWindow": {
|
|
516
492
|
"from": "components/VWindow",
|
|
517
493
|
"styles": []
|
|
@@ -520,14 +496,18 @@
|
|
|
520
496
|
"from": "components/VWindow",
|
|
521
497
|
"styles": []
|
|
522
498
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
499
|
+
"VCombobox": {
|
|
500
|
+
"from": "components/VCombobox",
|
|
525
501
|
"styles": []
|
|
526
502
|
},
|
|
527
503
|
"VConfirmEdit": {
|
|
528
504
|
"from": "components/VConfirmEdit",
|
|
529
505
|
"styles": []
|
|
530
506
|
},
|
|
507
|
+
"VDataIterator": {
|
|
508
|
+
"from": "components/VDataIterator",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
531
511
|
"VDefaultsProvider": {
|
|
532
512
|
"from": "components/VDefaultsProvider",
|
|
533
513
|
"styles": []
|
|
@@ -576,14 +556,6 @@
|
|
|
576
556
|
"from": "components/VNoSsr",
|
|
577
557
|
"styles": []
|
|
578
558
|
},
|
|
579
|
-
"VParallax": {
|
|
580
|
-
"from": "components/VParallax",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
|
-
"VRadio": {
|
|
584
|
-
"from": "components/VRadio",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
559
|
"VRangeSlider": {
|
|
588
560
|
"from": "components/VRangeSlider",
|
|
589
561
|
"styles": []
|
|
@@ -592,6 +564,10 @@
|
|
|
592
564
|
"from": "components/VResponsive",
|
|
593
565
|
"styles": []
|
|
594
566
|
},
|
|
567
|
+
"VRadio": {
|
|
568
|
+
"from": "components/VRadio",
|
|
569
|
+
"styles": []
|
|
570
|
+
},
|
|
595
571
|
"VSnackbarQueue": {
|
|
596
572
|
"from": "components/VSnackbarQueue",
|
|
597
573
|
"styles": []
|
|
@@ -680,12 +656,36 @@
|
|
|
680
656
|
"from": "components/transitions",
|
|
681
657
|
"styles": []
|
|
682
658
|
},
|
|
683
|
-
"
|
|
684
|
-
"from": "components/
|
|
659
|
+
"VDataTable": {
|
|
660
|
+
"from": "components/VDataTable",
|
|
685
661
|
"styles": []
|
|
686
662
|
},
|
|
687
|
-
"
|
|
688
|
-
"from": "components/
|
|
663
|
+
"VDataTableHeaders": {
|
|
664
|
+
"from": "components/VDataTable",
|
|
665
|
+
"styles": []
|
|
666
|
+
},
|
|
667
|
+
"VDataTableFooter": {
|
|
668
|
+
"from": "components/VDataTable",
|
|
669
|
+
"styles": []
|
|
670
|
+
},
|
|
671
|
+
"VDataTableRows": {
|
|
672
|
+
"from": "components/VDataTable",
|
|
673
|
+
"styles": []
|
|
674
|
+
},
|
|
675
|
+
"VDataTableRow": {
|
|
676
|
+
"from": "components/VDataTable",
|
|
677
|
+
"styles": []
|
|
678
|
+
},
|
|
679
|
+
"VDataTableVirtual": {
|
|
680
|
+
"from": "components/VDataTable",
|
|
681
|
+
"styles": []
|
|
682
|
+
},
|
|
683
|
+
"VDataTableServer": {
|
|
684
|
+
"from": "components/VDataTable",
|
|
685
|
+
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VParallax": {
|
|
688
|
+
"from": "components/VParallax",
|
|
689
689
|
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
package/dist/json/tags.json
CHANGED
|
@@ -3021,6 +3021,7 @@
|
|
|
3021
3021
|
},
|
|
3022
3022
|
"VPieSegment": {
|
|
3023
3023
|
"attributes": [
|
|
3024
|
+
"active",
|
|
3024
3025
|
"animation",
|
|
3025
3026
|
"color",
|
|
3026
3027
|
"gap",
|
|
@@ -3041,6 +3042,7 @@
|
|
|
3041
3042
|
"model-value",
|
|
3042
3043
|
"offset",
|
|
3043
3044
|
"subtitle-format",
|
|
3045
|
+
"target",
|
|
3044
3046
|
"title-format",
|
|
3045
3047
|
"transition"
|
|
3046
3048
|
],
|