@vuetify/nightly 3.7.10-dev.2025-02-04 → 3.7.10-dev.2025-02-10
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 +5 -3
- package/dist/json/attributes.json +3006 -3006
- package/dist/json/importMap-labs.json +37 -37
- package/dist/json/importMap.json +265 -265
- package/dist/json/web-types.json +5351 -5351
- package/dist/vuetify-labs.css +4275 -4266
- package/dist/vuetify-labs.d.ts +64 -64
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4920 -4911
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VTimeline/VTimeline.css +13 -4
- package/lib/components/VTimeline/VTimeline.sass +13 -4
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +64 -64
- package/lib/framework.js +1 -1
- package/package.json +3 -3
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.10-dev.2025-02-
|
2
|
+
* Vuetify v3.7.10-dev.2025-02-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2115,8 +2115,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2115
2115
|
else{const{mount:e}=u
|
2116
2116
|
u.mount=function(){const a=e(...arguments)
|
2117
2117
|
return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:nf.call(this,Vt),display:nf.call(this,pn),theme:nf.call(this,ha),icons:nf.call(this,Ft),locale:nf.call(this,va),date:nf.call(this,pu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function nf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2118
|
-
if(a&&e in a)return a[e]}of.version="3.7.10-dev.2025-02-
|
2119
|
-
const rf=function(){return of({components:Kp,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.7.10-dev.2025-02-
|
2118
|
+
if(a&&e in a)return a[e]}of.version="3.7.10-dev.2025-02-10"
|
2119
|
+
const rf=function(){return of({components:Kp,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.7.10-dev.2025-02-10"
|
2120
2120
|
rf.version=sf,e.blueprints=qt,e.components=Kp,e.createVuetify=rf,e.directives=lf,e.useDate=mu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2121
2121
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2122
2122
|
return l(),a},e.useDisplay=Vn,e.useGoTo=Nn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=wa,e.version=sf}))
|
@@ -16,20 +16,22 @@
|
|
16
16
|
}
|
17
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
18
|
grid-row: 3;
|
19
|
+
align-self: flex-start;
|
19
20
|
padding-block-start: 24px;
|
20
21
|
}
|
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 {
|
22
23
|
grid-row: 1;
|
23
|
-
padding-block-end: 24px;
|
24
24
|
align-self: flex-end;
|
25
|
+
padding-block-end: 24px;
|
25
26
|
}
|
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 {
|
27
28
|
grid-row: 1;
|
28
|
-
padding-block-end: 24px;
|
29
29
|
align-self: flex-end;
|
30
|
+
padding-block-end: 24px;
|
30
31
|
}
|
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 {
|
32
33
|
grid-row: 3;
|
34
|
+
align-self: flex-start;
|
33
35
|
padding-block-start: 24px;
|
34
36
|
}
|
35
37
|
|
@@ -45,14 +47,17 @@
|
|
45
47
|
}
|
46
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 {
|
47
49
|
grid-column: 1;
|
50
|
+
justify-self: flex-end;
|
48
51
|
padding-inline-end: 24px;
|
49
52
|
}
|
50
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 {
|
51
54
|
grid-column: 3;
|
55
|
+
justify-self: flex-start;
|
52
56
|
padding-inline-start: 24px;
|
53
57
|
}
|
54
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 {
|
55
59
|
grid-column: 3;
|
60
|
+
justify-self: flex-start;
|
56
61
|
padding-inline-start: 24px;
|
57
62
|
}
|
58
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 {
|
@@ -278,20 +283,22 @@
|
|
278
283
|
|
279
284
|
.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
|
280
285
|
grid-row: 3;
|
286
|
+
align-self: flex-start;
|
281
287
|
padding-block-end: initial;
|
282
288
|
padding-block-start: 24px;
|
283
289
|
}
|
284
290
|
.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
|
285
291
|
grid-row: 1;
|
292
|
+
align-self: flex-end;
|
286
293
|
padding-block-end: 24px;
|
287
294
|
padding-block-start: initial;
|
288
295
|
}
|
289
296
|
|
290
297
|
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
|
291
298
|
grid-column: 3;
|
299
|
+
justify-self: flex-start;
|
292
300
|
padding-inline-start: 24px;
|
293
301
|
padding-inline-end: initial;
|
294
|
-
justify-self: flex-start;
|
295
302
|
}
|
296
303
|
.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
|
297
304
|
grid-column: 1;
|
@@ -302,11 +309,13 @@
|
|
302
309
|
|
303
310
|
.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
|
304
311
|
grid-row: 1;
|
312
|
+
align-self: flex-end;
|
305
313
|
padding-block-end: 24px;
|
306
314
|
padding-block-start: initial;
|
307
315
|
}
|
308
316
|
.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
|
309
317
|
grid-row: 3;
|
318
|
+
align-self: flex-start;
|
310
319
|
padding-block-end: initial;
|
311
320
|
padding-block-start: 24px;
|
312
321
|
}
|
@@ -318,8 +327,8 @@
|
|
318
327
|
}
|
319
328
|
.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
|
320
329
|
grid-column: 3;
|
321
|
-
padding-inline-start: 24px;
|
322
330
|
justify-self: flex-start;
|
331
|
+
padding-inline-start: 24px;
|
323
332
|
}
|
324
333
|
|
325
334
|
.v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
|
@@ -28,23 +28,25 @@
|
|
28
28
|
&:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start)
|
29
29
|
.v-timeline-item__body
|
30
30
|
grid-row: 3
|
31
|
+
align-self: flex-start
|
31
32
|
padding-block-start: $timeline-item-padding
|
32
33
|
|
33
34
|
.v-timeline-item__opposite
|
34
35
|
grid-row: 1
|
35
|
-
padding-block-end: $timeline-item-padding
|
36
36
|
align-self: flex-end
|
37
|
+
padding-block-end: $timeline-item-padding
|
37
38
|
|
38
39
|
.v-timeline--side-start > .v-timeline-item,
|
39
40
|
&:not(.v-timeline--side-end) > .v-timeline-item--side-start,
|
40
41
|
&:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end)
|
41
42
|
.v-timeline-item__body
|
42
43
|
grid-row: 1
|
43
|
-
padding-block-end: $timeline-item-padding
|
44
44
|
align-self: flex-end
|
45
|
+
padding-block-end: $timeline-item-padding
|
45
46
|
|
46
47
|
.v-timeline-item__opposite
|
47
48
|
grid-row: 3
|
49
|
+
align-self: flex-start
|
48
50
|
padding-block-start: $timeline-item-padding
|
49
51
|
|
50
52
|
@include vertical(true)
|
@@ -62,10 +64,12 @@
|
|
62
64
|
&:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end)
|
63
65
|
.v-timeline-item__body
|
64
66
|
grid-column: 1
|
67
|
+
justify-self: flex-end
|
65
68
|
padding-inline-end: $timeline-item-padding
|
66
69
|
|
67
70
|
.v-timeline-item__opposite
|
68
71
|
grid-column: 3
|
72
|
+
justify-self: flex-start
|
69
73
|
padding-inline-start: $timeline-item-padding
|
70
74
|
|
71
75
|
.v-timeline--side-end > .v-timeline-item,
|
@@ -73,6 +77,7 @@
|
|
73
77
|
&:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start)
|
74
78
|
.v-timeline-item__body
|
75
79
|
grid-column: 3
|
80
|
+
justify-self: flex-start
|
76
81
|
padding-inline-start: $timeline-item-padding
|
77
82
|
|
78
83
|
.v-timeline-item__opposite
|
@@ -268,20 +273,22 @@
|
|
268
273
|
@include horizontal(true)
|
269
274
|
.v-timeline-item__body
|
270
275
|
grid-row: 3
|
276
|
+
align-self: flex-start
|
271
277
|
padding-block-end: initial
|
272
278
|
padding-block-start: $timeline-item-padding
|
273
279
|
|
274
280
|
.v-timeline-item__opposite
|
275
281
|
grid-row: 1
|
282
|
+
align-self: flex-end
|
276
283
|
padding-block-end: $timeline-item-padding
|
277
284
|
padding-block-start: initial
|
278
285
|
|
279
286
|
@include vertical(true)
|
280
287
|
.v-timeline-item__body
|
281
288
|
grid-column: 3
|
289
|
+
justify-self: flex-start
|
282
290
|
padding-inline-start: $timeline-item-padding
|
283
291
|
padding-inline-end: initial
|
284
|
-
justify-self: flex-start
|
285
292
|
|
286
293
|
.v-timeline-item__opposite
|
287
294
|
grid-column: 1
|
@@ -294,11 +301,13 @@
|
|
294
301
|
@include horizontal(true)
|
295
302
|
.v-timeline-item__body
|
296
303
|
grid-row: 1
|
304
|
+
align-self: flex-end
|
297
305
|
padding-block-end: $timeline-item-padding
|
298
306
|
padding-block-start: initial
|
299
307
|
|
300
308
|
.v-timeline-item__opposite
|
301
309
|
grid-row: 3
|
310
|
+
align-self: flex-start
|
302
311
|
padding-block-end: initial
|
303
312
|
padding-block-start: $timeline-item-padding
|
304
313
|
|
@@ -310,8 +319,8 @@
|
|
310
319
|
|
311
320
|
.v-timeline-item__opposite
|
312
321
|
grid-column: 3
|
313
|
-
padding-inline-start: $timeline-item-padding
|
314
322
|
justify-self: flex-start
|
323
|
+
padding-inline-start: $timeline-item-padding
|
315
324
|
|
316
325
|
// Fill dot
|
317
326
|
.v-timeline-divider--fill-dot
|
package/lib/entry-bundler.js
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.10-dev.2025-02-
|
19
|
+
export const version = "3.7.10-dev.2025-02-10";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -490,50 +490,40 @@ declare module 'vue' {
|
|
490
490
|
$children?: VNodeChild
|
491
491
|
}
|
492
492
|
export interface GlobalComponents {
|
493
|
+
VApp: typeof import('vuetify/components')['VApp']
|
494
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
495
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
493
496
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
494
|
-
|
497
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
498
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
495
499
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
496
500
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
497
501
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
498
|
-
|
499
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
500
|
-
VApp: typeof import('vuetify/components')['VApp']
|
501
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
502
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
503
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
502
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
504
503
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
505
504
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
506
505
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
506
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
507
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
508
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
511
509
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
512
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
513
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
514
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
515
|
-
VChip: typeof import('vuetify/components')['VChip']
|
516
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
517
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
518
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
519
510
|
VCard: typeof import('vuetify/components')['VCard']
|
520
511
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
521
512
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
522
513
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
523
514
|
VCardText: typeof import('vuetify/components')['VCardText']
|
524
515
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
525
|
-
|
526
|
-
|
527
|
-
|
516
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
517
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
518
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
519
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
520
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
521
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
522
|
+
VChip: typeof import('vuetify/components')['VChip']
|
528
523
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
533
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
534
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
524
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
525
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
526
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
537
527
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
538
528
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
539
529
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -541,27 +531,36 @@ declare module 'vue' {
|
|
541
531
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
542
532
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
543
533
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
534
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
535
|
+
VCode: typeof import('vuetify/components')['VCode']
|
536
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
537
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
538
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
539
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
540
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
541
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
542
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
544
543
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
545
544
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
546
545
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
547
546
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
548
|
-
|
549
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
550
548
|
VField: typeof import('vuetify/components')['VField']
|
551
549
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
550
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
551
|
+
VFab: typeof import('vuetify/components')['VFab']
|
552
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
553
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
554
|
+
VInput: typeof import('vuetify/components')['VInput']
|
552
555
|
VIcon: typeof import('vuetify/components')['VIcon']
|
553
556
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
554
557
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
555
558
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
556
559
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
557
|
-
|
558
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
559
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
560
|
-
VImg: typeof import('vuetify/components')['VImg']
|
561
|
-
VInput: typeof import('vuetify/components')['VInput']
|
560
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
562
561
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
563
562
|
VItem: typeof import('vuetify/components')['VItem']
|
564
|
-
|
563
|
+
VImg: typeof import('vuetify/components')['VImg']
|
565
564
|
VList: typeof import('vuetify/components')['VList']
|
566
565
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
567
566
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -571,52 +570,53 @@ declare module 'vue' {
|
|
571
570
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
572
571
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
573
572
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
574
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
575
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
576
573
|
VMain: typeof import('vuetify/components')['VMain']
|
577
|
-
|
578
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
574
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
579
575
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
577
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
578
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
579
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
580
580
|
VPagination: typeof import('vuetify/components')['VPagination']
|
581
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
581
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
582
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
583
|
+
VRating: typeof import('vuetify/components')['VRating']
|
583
584
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
584
585
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
585
586
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
586
|
-
|
587
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
587
588
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
588
589
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
590
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
591
590
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
592
592
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
593
|
-
|
594
|
-
|
595
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
596
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
597
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
598
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
599
|
-
VTable: typeof import('vuetify/components')['VTable']
|
600
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
593
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
594
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
601
595
|
VStepper: typeof import('vuetify/components')['VStepper']
|
602
596
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
603
597
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
604
598
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
605
599
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
606
600
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
601
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
607
602
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
608
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
609
603
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
604
|
+
VTab: typeof import('vuetify/components')['VTab']
|
605
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
606
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
607
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
608
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
610
609
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
611
610
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
612
611
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
612
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
613
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
613
614
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
615
|
+
VTable: typeof import('vuetify/components')['VTable']
|
614
616
|
VWindow: typeof import('vuetify/components')['VWindow']
|
615
617
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
616
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
617
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
618
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
619
618
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
619
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
620
620
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
621
621
|
VForm: typeof import('vuetify/components')['VForm']
|
622
622
|
VContainer: typeof import('vuetify/components')['VContainer']
|
@@ -624,10 +624,10 @@ declare module 'vue' {
|
|
624
624
|
VRow: typeof import('vuetify/components')['VRow']
|
625
625
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
626
626
|
VHover: typeof import('vuetify/components')['VHover']
|
627
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
628
627
|
VLayout: typeof import('vuetify/components')['VLayout']
|
629
628
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
630
629
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
630
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
631
631
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
632
632
|
VParallax: typeof import('vuetify/components')['VParallax']
|
633
633
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
@@ -654,6 +654,8 @@ declare module 'vue' {
|
|
654
654
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
655
655
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
656
656
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
657
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
658
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
657
659
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
658
660
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
659
661
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -662,20 +664,18 @@ declare module 'vue' {
|
|
662
664
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
663
665
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
664
666
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
665
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
666
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
667
667
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
668
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
669
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
670
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
671
668
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
672
669
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
673
670
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
671
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
672
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
673
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
674
674
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
675
675
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
676
676
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
677
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
678
677
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
678
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
679
679
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
680
680
|
}
|
681
681
|
}
|
package/lib/framework.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vuetify/nightly",
|
3
3
|
"description": "Vue Material Component Framework",
|
4
|
-
"version": "3.7.10-dev.2025-02-
|
4
|
+
"version": "3.7.10-dev.2025-02-10",
|
5
5
|
"author": {
|
6
6
|
"name": "John Leider",
|
7
7
|
"email": "john@vuetifyjs.com"
|
@@ -184,9 +184,9 @@
|
|
184
184
|
},
|
185
185
|
"peerDependencies": {
|
186
186
|
"typescript": ">=4.7",
|
187
|
-
"vite-plugin-vuetify": ">=1.0
|
187
|
+
"vite-plugin-vuetify": ">=2.1.0",
|
188
188
|
"vue": "^3.5.0",
|
189
|
-
"webpack-plugin-vuetify": ">=
|
189
|
+
"webpack-plugin-vuetify": ">=3.1.0"
|
190
190
|
},
|
191
191
|
"peerDependenciesMeta": {
|
192
192
|
"typescript": {
|