@vuetify/nightly 3.7.10-dev.2025-02-04 → 3.7.10-dev.2025-02-06
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 +4 -3
- package/dist/json/attributes.json +2991 -2991
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +5348 -5348
- package/dist/vuetify-labs.css +4696 -4687
- package/dist/vuetify-labs.d.ts +57 -57
- 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 +3240 -3231
- package/dist/vuetify.d.ts +57 -57
- 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 +57 -57
- package/lib/framework.js +1 -1
- package/package.json +1 -1
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-06
|
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-06"
|
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-06"
|
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-06";
|
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,53 @@ declare module 'vue' {
|
|
490
490
|
$children?: VNodeChild
|
491
491
|
}
|
492
492
|
export interface GlobalComponents {
|
493
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
494
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
495
493
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
496
494
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
497
495
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
496
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
498
497
|
VAlert: typeof import('vuetify/components')['VAlert']
|
499
498
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
500
|
-
VApp: typeof import('vuetify/components')['VApp']
|
501
499
|
VBanner: typeof import('vuetify/components')['VBanner']
|
502
500
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
503
501
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
504
|
-
|
505
|
-
|
506
|
-
|
502
|
+
VApp: typeof import('vuetify/components')['VApp']
|
503
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
507
505
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
508
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
509
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
510
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
511
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
512
506
|
VBtn: typeof import('vuetify/components')['VBtn']
|
507
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
513
508
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
518
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
509
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
510
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
511
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
519
512
|
VCard: typeof import('vuetify/components')['VCard']
|
520
513
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
521
514
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
522
515
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
523
516
|
VCardText: typeof import('vuetify/components')['VCardText']
|
524
517
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
525
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
526
518
|
VCode: typeof import('vuetify/components')['VCode']
|
527
|
-
|
519
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
520
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
522
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
523
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
524
|
+
VChip: typeof import('vuetify/components')['VChip']
|
525
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
528
526
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
529
|
-
|
530
|
-
|
527
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
528
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
531
529
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
532
530
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
533
531
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
534
532
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
535
533
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
536
534
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
535
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
536
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
537
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
538
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
539
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
537
540
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
538
541
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
539
542
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -541,27 +544,25 @@ declare module 'vue' {
|
|
541
544
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
542
545
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
543
546
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
548
|
-
VFab: typeof import('vuetify/components')['VFab']
|
549
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
547
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
548
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
549
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
550
550
|
VField: typeof import('vuetify/components')['VField']
|
551
551
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
552
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
553
|
+
VImg: typeof import('vuetify/components')['VImg']
|
554
|
+
VFab: typeof import('vuetify/components')['VFab']
|
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
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
558
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
559
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
560
|
-
VImg: typeof import('vuetify/components')['VImg']
|
561
560
|
VInput: typeof import('vuetify/components')['VInput']
|
561
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
562
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
563
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
562
564
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
563
565
|
VItem: typeof import('vuetify/components')['VItem']
|
564
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
565
566
|
VList: typeof import('vuetify/components')['VList']
|
566
567
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
567
568
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -572,32 +573,29 @@ declare module 'vue' {
|
|
572
573
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
573
574
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
574
575
|
VMessages: typeof import('vuetify/components')['VMessages']
|
575
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
576
576
|
VMain: typeof import('vuetify/components')['VMain']
|
577
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
578
577
|
VMenu: typeof import('vuetify/components')['VMenu']
|
579
578
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
580
|
-
|
579
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
581
580
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
582
581
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
583
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
584
582
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
585
|
-
|
583
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
586
584
|
VRating: typeof import('vuetify/components')['VRating']
|
587
|
-
|
588
|
-
|
585
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
586
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
589
587
|
VSelect: typeof import('vuetify/components')['VSelect']
|
590
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
591
588
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
592
|
-
|
589
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
590
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
593
591
|
VSlider: typeof import('vuetify/components')['VSlider']
|
592
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
593
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
594
594
|
VTab: typeof import('vuetify/components')['VTab']
|
595
595
|
VTabs: typeof import('vuetify/components')['VTabs']
|
596
596
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
597
597
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
598
|
-
|
599
|
-
VTable: typeof import('vuetify/components')['VTable']
|
600
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
598
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
601
599
|
VStepper: typeof import('vuetify/components')['VStepper']
|
602
600
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
603
601
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -606,17 +604,19 @@ declare module 'vue' {
|
|
606
604
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
607
605
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
608
606
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
607
|
+
VTable: typeof import('vuetify/components')['VTable']
|
609
608
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
609
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
610
610
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
611
611
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
612
612
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
613
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
614
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
613
615
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
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,20 +624,19 @@ 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
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
634
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
635
633
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
634
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
635
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
636
636
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
637
637
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
638
|
-
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
639
638
|
VValidation: typeof import('vuetify/components')['VValidation']
|
640
|
-
|
639
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
641
640
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
642
641
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
643
642
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -654,28 +653,29 @@ declare module 'vue' {
|
|
654
653
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
655
654
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
656
655
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
656
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
657
657
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
658
658
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
659
659
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
660
660
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
661
661
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
662
662
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
663
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
663
664
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
664
665
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
665
|
-
|
666
|
-
|
667
|
-
|
666
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
667
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
668
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
668
669
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
669
670
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
670
671
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
672
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
673
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
671
674
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
672
675
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
673
676
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
674
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
675
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
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