@vuetify/nightly 3.8.1-next.2025-04-18 → 3.8.2-dev.2025-04-17
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 +6 -16
- package/dist/json/attributes.json +2619 -2619
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +5094 -5134
- package/dist/vuetify-labs.cjs +172 -247
- package/dist/vuetify-labs.css +25227 -23477
- package/dist/vuetify-labs.d.ts +635 -227
- package/dist/vuetify-labs.esm.js +172 -247
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +172 -247
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.cjs +148 -229
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +24037 -22291
- package/dist/vuetify.d.ts +762 -354
- package/dist/vuetify.esm.js +148 -229
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +148 -229
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +293 -278
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +18 -5
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
- package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VBadge/VBadge.css +77 -77
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBtn/VBtn.css +408 -372
- package/lib/components/VBtn/VBtn.sass +23 -10
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VCode/VCode.css +11 -10
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/components/VColorPicker/VColorPicker.css +23 -23
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +84 -85
- package/lib/components/VCombobox/VCombobox.d.ts +9 -18
- package/lib/components/VCombobox/VCombobox.js +3 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.sass +11 -21
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDialog/VDialog.css +98 -98
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VFab/VFab.css +73 -78
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VField/VField.css +589 -541
- package/lib/components/VField/VField.sass +11 -4
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VFileInput/VFileInput.css +28 -30
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VForm/VForm.d.ts +531 -111
- package/lib/components/VForm/VForm.js +1 -11
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VIcon/VIcon.css +53 -52
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInput/VInput.css +147 -136
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +452 -440
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
- package/lib/components/VNumberInput/VNumberInput.css +46 -48
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOverlay/VOverlay.css +64 -61
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VSelect/VSelect.css +51 -53
- package/lib/components/VSelect/VSelect.d.ts +9 -18
- package/lib/components/VSelect/VSelect.js +3 -6
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTextField/VTextField.css +85 -77
- package/lib/components/VTextarea/VTextarea.css +40 -48
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VTimeline/VTimeline.css +427 -388
- package/lib/components/VToolbar/VToolbar.css +144 -137
- package/lib/components/VTooltip/VTooltip.css +23 -27
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/composables/calendar.d.ts +3 -2
- package/lib/composables/calendar.js +5 -7
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -0
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -0
- package/lib/composables/date/adapters/vuetify.js +101 -160
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/date.js +0 -20
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/filter.js +2 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/theme.js +5 -5
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +5 -0
- package/lib/composables/validation.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- package/lib/entry-bundler.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +57 -54
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/lib/labs/VFileUpload/VFileUpload.css +77 -74
- package/lib/labs/VIconBtn/VIconBtn.css +164 -162
- package/lib/labs/VPicker/VPicker.css +63 -58
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
- package/lib/labs/entry-bundler.d.ts +1 -0
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_reset.scss +1 -0
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16142 -14667
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +3 -2
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +46 -45
@@ -1,389 +1,428 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
.v-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
1
|
+
.v-timeline .v-timeline-divider__dot {
|
2
|
+
background: rgb(var(--v-theme-surface-light));
|
3
|
+
}
|
4
|
+
.v-timeline .v-timeline-divider__inner-dot {
|
5
|
+
background: rgb(var(--v-theme-on-surface));
|
6
|
+
}
|
7
|
+
|
8
|
+
.v-timeline {
|
9
|
+
display: grid;
|
10
|
+
grid-auto-flow: dense;
|
11
|
+
position: relative;
|
12
|
+
}
|
13
|
+
.v-timeline--horizontal.v-timeline {
|
14
|
+
grid-column-gap: 24px;
|
15
|
+
width: 100%;
|
16
|
+
}
|
17
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__body {
|
18
|
+
grid-row: 3;
|
19
|
+
align-self: flex-start;
|
20
|
+
padding-block-start: 24px;
|
21
|
+
}
|
22
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__opposite {
|
23
|
+
grid-row: 1;
|
24
|
+
align-self: flex-end;
|
25
|
+
padding-block-end: 24px;
|
26
|
+
}
|
27
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body {
|
28
|
+
grid-row: 1;
|
29
|
+
align-self: flex-end;
|
30
|
+
padding-block-end: 24px;
|
31
|
+
}
|
32
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite {
|
33
|
+
grid-row: 3;
|
34
|
+
align-self: flex-start;
|
35
|
+
padding-block-start: 24px;
|
36
|
+
}
|
37
|
+
|
38
|
+
.v-timeline--vertical.v-timeline {
|
39
|
+
row-gap: 24px;
|
40
|
+
height: 100%;
|
41
|
+
}
|
42
|
+
.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
|
43
|
+
padding-block-start: 24px;
|
44
|
+
}
|
45
|
+
.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
46
|
+
padding-block-end: 24px;
|
47
|
+
}
|
48
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body {
|
49
|
+
grid-column: 1;
|
50
|
+
justify-self: flex-end;
|
51
|
+
padding-inline-end: 24px;
|
52
|
+
}
|
53
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite {
|
54
|
+
grid-column: 3;
|
55
|
+
justify-self: flex-start;
|
56
|
+
padding-inline-start: 24px;
|
57
|
+
}
|
58
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__body {
|
59
|
+
grid-column: 3;
|
60
|
+
justify-self: flex-start;
|
61
|
+
padding-inline-start: 24px;
|
62
|
+
}
|
63
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__opposite {
|
64
|
+
grid-column: 1;
|
65
|
+
justify-self: flex-end;
|
66
|
+
padding-inline-end: 24px;
|
67
|
+
}
|
68
|
+
|
69
|
+
.v-timeline-item {
|
70
|
+
display: contents;
|
71
|
+
}
|
72
|
+
|
73
|
+
.v-timeline-divider {
|
74
|
+
position: relative;
|
75
|
+
display: flex;
|
76
|
+
align-items: center;
|
77
|
+
}
|
78
|
+
.v-timeline--horizontal .v-timeline-divider {
|
79
|
+
flex-direction: row;
|
80
|
+
grid-row: 2;
|
81
|
+
width: 100%;
|
82
|
+
}
|
83
|
+
|
84
|
+
.v-timeline--vertical .v-timeline-divider {
|
85
|
+
height: 100%;
|
86
|
+
flex-direction: column;
|
87
|
+
grid-column: 2;
|
88
|
+
}
|
89
|
+
|
90
|
+
.v-timeline-divider__before {
|
91
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
92
|
+
position: absolute;
|
93
|
+
}
|
94
|
+
.v-timeline--horizontal .v-timeline-divider__before {
|
95
|
+
height: var(--v-timeline-line-thickness);
|
96
|
+
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
97
|
+
inset-inline-start: -12px;
|
98
|
+
inset-inline-end: initial;
|
99
|
+
}
|
100
|
+
|
101
|
+
.v-timeline--vertical .v-timeline-divider__before {
|
102
|
+
height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
103
|
+
width: var(--v-timeline-line-thickness);
|
104
|
+
top: -12px;
|
105
|
+
}
|
106
|
+
|
107
|
+
.v-timeline-divider__after {
|
108
|
+
background: rgba(var(--v-border-color), var(--v-border-opacity));
|
109
|
+
position: absolute;
|
110
|
+
}
|
111
|
+
.v-timeline--horizontal .v-timeline-divider__after {
|
112
|
+
height: var(--v-timeline-line-thickness);
|
113
|
+
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
114
|
+
inset-inline-end: -12px;
|
115
|
+
inset-inline-start: initial;
|
116
|
+
}
|
117
|
+
|
118
|
+
.v-timeline--vertical .v-timeline-divider__after {
|
119
|
+
height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
120
|
+
width: var(--v-timeline-line-thickness);
|
121
|
+
bottom: -12px;
|
122
|
+
}
|
123
|
+
|
124
|
+
.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before {
|
125
|
+
height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
126
|
+
top: 0;
|
127
|
+
}
|
128
|
+
|
129
|
+
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
130
|
+
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
131
|
+
inset-inline-start: 0;
|
132
|
+
inset-inline-end: initial;
|
133
|
+
}
|
134
|
+
|
135
|
+
.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__after {
|
136
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
137
|
+
}
|
138
|
+
|
139
|
+
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
140
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
141
|
+
inset-inline-end: -12px;
|
142
|
+
inset-inline-start: initial;
|
143
|
+
}
|
144
|
+
|
145
|
+
.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__before {
|
146
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
147
|
+
}
|
148
|
+
|
149
|
+
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__before {
|
150
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
151
|
+
}
|
152
|
+
|
153
|
+
.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__after {
|
154
|
+
height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
155
|
+
bottom: 0;
|
156
|
+
}
|
157
|
+
|
158
|
+
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
159
|
+
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
160
|
+
inset-inline-end: 0;
|
161
|
+
inset-inline-start: initial;
|
162
|
+
}
|
163
|
+
|
164
|
+
.v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after {
|
165
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset));
|
166
|
+
}
|
167
|
+
|
168
|
+
.v-timeline-divider__dot {
|
169
|
+
z-index: 1;
|
170
|
+
flex-shrink: 0;
|
171
|
+
border-radius: 50%;
|
172
|
+
display: flex;
|
173
|
+
justify-content: center;
|
174
|
+
align-items: center;
|
175
|
+
}
|
176
|
+
.v-timeline-divider__dot {
|
177
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
178
|
+
}
|
179
|
+
.v-timeline-divider__dot--size-x-small {
|
180
|
+
height: 22px;
|
181
|
+
width: 22px;
|
182
|
+
}
|
183
|
+
.v-timeline-divider__dot--size-x-small .v-timeline-divider__inner-dot {
|
184
|
+
height: calc(100% - 6px);
|
185
|
+
width: calc(100% - 6px);
|
186
|
+
}
|
187
|
+
.v-timeline-divider__dot--size-small {
|
188
|
+
height: 30px;
|
189
|
+
width: 30px;
|
190
|
+
}
|
191
|
+
.v-timeline-divider__dot--size-small .v-timeline-divider__inner-dot {
|
192
|
+
height: calc(100% - 8px);
|
193
|
+
width: calc(100% - 8px);
|
194
|
+
}
|
195
|
+
.v-timeline-divider__dot--size-default {
|
196
|
+
height: 38px;
|
197
|
+
width: 38px;
|
198
|
+
}
|
199
|
+
.v-timeline-divider__dot--size-default .v-timeline-divider__inner-dot {
|
200
|
+
height: calc(100% - 8px);
|
201
|
+
width: calc(100% - 8px);
|
202
|
+
}
|
203
|
+
.v-timeline-divider__dot--size-large {
|
204
|
+
height: 46px;
|
205
|
+
width: 46px;
|
206
|
+
}
|
207
|
+
.v-timeline-divider__dot--size-large .v-timeline-divider__inner-dot {
|
208
|
+
height: calc(100% - 8px);
|
209
|
+
width: calc(100% - 8px);
|
210
|
+
}
|
211
|
+
.v-timeline-divider__dot--size-x-large {
|
212
|
+
height: 54px;
|
213
|
+
width: 54px;
|
214
|
+
}
|
215
|
+
.v-timeline-divider__dot--size-x-large .v-timeline-divider__inner-dot {
|
216
|
+
height: calc(100% - 10px);
|
217
|
+
width: calc(100% - 10px);
|
218
|
+
}
|
219
|
+
|
220
|
+
.v-timeline-divider__inner-dot {
|
221
|
+
align-items: center;
|
222
|
+
border-radius: 50%;
|
223
|
+
display: flex;
|
224
|
+
justify-content: center;
|
225
|
+
}
|
226
|
+
|
227
|
+
/** Modifiers **/
|
228
|
+
.v-timeline--horizontal.v-timeline--justify-center {
|
229
|
+
grid-template-rows: minmax(auto, 50%) min-content minmax(auto, 50%);
|
230
|
+
}
|
231
|
+
|
232
|
+
.v-timeline--vertical.v-timeline--justify-center {
|
233
|
+
grid-template-columns: minmax(auto, 50%) min-content minmax(auto, 50%);
|
234
|
+
}
|
235
|
+
|
236
|
+
.v-timeline--horizontal.v-timeline--justify-auto {
|
237
|
+
grid-template-rows: auto min-content auto;
|
238
|
+
}
|
239
|
+
|
240
|
+
.v-timeline--vertical.v-timeline--justify-auto {
|
241
|
+
grid-template-columns: auto min-content auto;
|
242
|
+
}
|
243
|
+
|
244
|
+
.v-timeline--horizontal.v-timeline--density-comfortable {
|
245
|
+
height: 100%;
|
246
|
+
}
|
247
|
+
.v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-end {
|
248
|
+
grid-template-rows: min-content min-content auto;
|
249
|
+
}
|
250
|
+
.v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-start {
|
251
|
+
grid-template-rows: auto min-content min-content;
|
252
|
+
}
|
253
|
+
|
254
|
+
.v-timeline--vertical.v-timeline--density-comfortable {
|
255
|
+
width: 100%;
|
256
|
+
}
|
257
|
+
.v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-end {
|
258
|
+
grid-template-columns: min-content min-content auto;
|
259
|
+
}
|
260
|
+
.v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-start {
|
261
|
+
grid-template-columns: auto min-content min-content;
|
262
|
+
}
|
263
|
+
|
264
|
+
.v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-end {
|
265
|
+
grid-template-rows: 0 min-content auto;
|
266
|
+
}
|
267
|
+
.v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-start {
|
268
|
+
grid-template-rows: auto min-content 0;
|
269
|
+
}
|
270
|
+
.v-timeline--horizontal.v-timeline--density-compact .v-timeline-item__body {
|
271
|
+
grid-row: 1;
|
272
|
+
}
|
273
|
+
|
274
|
+
.v-timeline--vertical.v-timeline--density-compact.v-timeline--side-end {
|
275
|
+
grid-template-columns: 0 min-content auto;
|
276
|
+
}
|
277
|
+
.v-timeline--vertical.v-timeline--density-compact.v-timeline--side-start {
|
278
|
+
grid-template-columns: auto min-content 0;
|
279
|
+
}
|
280
|
+
.v-timeline--vertical.v-timeline--density-compact .v-timeline-item__body {
|
281
|
+
grid-column: 3;
|
282
|
+
}
|
283
|
+
|
284
|
+
.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
|
285
|
+
grid-row: 3;
|
286
|
+
align-self: flex-start;
|
287
|
+
padding-block-end: initial;
|
288
|
+
padding-block-start: 24px;
|
289
|
+
}
|
290
|
+
.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
|
291
|
+
grid-row: 1;
|
292
|
+
align-self: flex-end;
|
293
|
+
padding-block-end: 24px;
|
294
|
+
padding-block-start: initial;
|
295
|
+
}
|
296
|
+
|
297
|
+
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
|
298
|
+
grid-column: 3;
|
299
|
+
justify-self: flex-start;
|
300
|
+
padding-inline-start: 24px;
|
301
|
+
padding-inline-end: initial;
|
302
|
+
}
|
303
|
+
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
|
304
|
+
grid-column: 1;
|
305
|
+
justify-self: flex-end;
|
306
|
+
padding-inline-end: 24px;
|
307
|
+
padding-inline-start: initial;
|
308
|
+
}
|
309
|
+
|
310
|
+
.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
|
311
|
+
grid-row: 1;
|
312
|
+
align-self: flex-end;
|
313
|
+
padding-block-end: 24px;
|
314
|
+
padding-block-start: initial;
|
315
|
+
}
|
316
|
+
.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
|
317
|
+
grid-row: 3;
|
318
|
+
align-self: flex-start;
|
319
|
+
padding-block-end: initial;
|
320
|
+
padding-block-start: 24px;
|
321
|
+
}
|
322
|
+
|
323
|
+
.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
|
324
|
+
grid-column: 1;
|
325
|
+
justify-self: flex-end;
|
326
|
+
padding-inline-end: 24px;
|
327
|
+
}
|
328
|
+
.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
|
329
|
+
grid-column: 3;
|
330
|
+
justify-self: flex-start;
|
331
|
+
padding-inline-start: 24px;
|
332
|
+
}
|
333
|
+
|
334
|
+
.v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
|
335
|
+
height: inherit;
|
336
|
+
width: inherit;
|
337
|
+
}
|
338
|
+
|
339
|
+
.v-timeline--align-center {
|
340
|
+
--v-timeline-line-size-base: 50%;
|
341
|
+
--v-timeline-line-size-offset: 0px;
|
342
|
+
}
|
343
|
+
.v-timeline--horizontal.v-timeline--align-center {
|
344
|
+
justify-items: center;
|
345
|
+
}
|
346
|
+
.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body {
|
347
|
+
padding-inline: 12px;
|
348
|
+
}
|
349
|
+
.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
|
350
|
+
padding-inline: 12px;
|
351
|
+
}
|
352
|
+
.v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
|
353
|
+
justify-content: center;
|
354
|
+
}
|
355
|
+
|
356
|
+
.v-timeline--vertical.v-timeline--align-center {
|
357
|
+
align-items: center;
|
358
|
+
}
|
359
|
+
.v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
|
360
|
+
justify-content: center;
|
361
|
+
}
|
362
|
+
|
363
|
+
.v-timeline--align-start {
|
364
|
+
--v-timeline-line-size-base: 100%;
|
365
|
+
--v-timeline-line-size-offset: 12px;
|
366
|
+
}
|
367
|
+
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
|
368
|
+
--v-timeline-line-size-offset: 24px;
|
369
|
+
}
|
370
|
+
.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
|
371
|
+
--v-timeline-line-size-offset: -12px;
|
372
|
+
}
|
373
|
+
.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
|
374
|
+
--v-timeline-line-size-offset: 0px;
|
375
|
+
}
|
376
|
+
.v-timeline--horizontal.v-timeline--align-start {
|
377
|
+
justify-items: flex-start;
|
378
|
+
}
|
379
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
|
380
|
+
justify-content: flex-start;
|
381
|
+
}
|
382
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
383
|
+
width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
384
|
+
}
|
385
|
+
.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
386
|
+
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
387
|
+
}
|
388
|
+
|
389
|
+
.v-timeline--vertical.v-timeline--align-start {
|
390
|
+
align-items: flex-start;
|
391
|
+
}
|
392
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
|
393
|
+
justify-content: flex-start;
|
394
|
+
}
|
395
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
|
396
|
+
height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
|
397
|
+
}
|
398
|
+
.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
|
399
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
|
400
|
+
}
|
401
|
+
|
402
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
|
403
|
+
display: none;
|
404
|
+
}
|
405
|
+
.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
|
406
|
+
--v-timeline-line-size-offset: 12px;
|
407
|
+
}
|
408
|
+
.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
409
|
+
padding-block-start: 0;
|
410
|
+
}
|
411
|
+
|
412
|
+
.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
|
413
|
+
padding-inline-start: 0;
|
414
|
+
}
|
415
|
+
|
416
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
|
417
|
+
display: none;
|
418
|
+
}
|
419
|
+
.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
|
420
|
+
--v-timeline-line-size-offset: 12px;
|
421
|
+
}
|
422
|
+
.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
423
|
+
padding-block-end: 0;
|
424
|
+
}
|
425
|
+
|
426
|
+
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
427
|
+
padding-inline-end: 0;
|
389
428
|
}
|