@vuetify/nightly 3.8.9-master.2025-06-11 → 3.8.9-master.2025-06-12
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 +13 -3
- package/dist/json/attributes.json +3099 -3099
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +192 -192
- package/dist/json/web-types.json +5263 -5263
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4643 -4641
- package/dist/vuetify-labs.d.ts +66 -66
- 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.cjs +3 -3
- package/dist/vuetify.css +2482 -2480
- package/dist/vuetify.d.ts +66 -66
- 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/VList/VListItem.css +2 -0
- package/lib/components/VList/VListItem.sass +2 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.css +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +3 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- 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.8.9-master.2025-06-
|
2
|
+
* Vuetify v3.8.9-master.2025-06-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2238,8 +2238,8 @@ if(m.run((()=>{o.install(u)})),u.onUnmount((()=>m.stop())),u.provide(wt,e),u.pro
|
|
2238
2238
|
else{const{mount:e}=u
|
2239
2239
|
u.mount=function(){const a=e(...arguments)
|
2240
2240
|
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:Sm.call(this,wt),display:Sm.call(this,Vn),theme:Sm.call(this,ya),icons:Sm.call(this,zt),locale:Sm.call(this,pa),date:Sm.call(this,Cu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function Sm(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2241
|
-
if(a&&e in a)return a[e]}wm.version="3.8.9-master.2025-06-
|
2242
|
-
const km=function(){return wm({components:vm,directives:Vm,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},xm="3.8.9-master.2025-06-
|
2241
|
+
if(a&&e in a)return a[e]}wm.version="3.8.9-master.2025-06-12"
|
2242
|
+
const km=function(){return wm({components:vm,directives:Vm,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},xm="3.8.9-master.2025-06-12"
|
2243
2243
|
km.version=xm,e.blueprints=Kt,e.components=vm,e.createVuetify=km,e.directives=Vm,e.useDate=Eu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2244
2244
|
const{props:a,provideSubDefaults:l}=xt(e,t)
|
2245
2245
|
return l(),a},e.useDisplay=En,e.useGoTo=Rn,e.useLayout=ta,e.useLocale=fa,e.useRtl=ha,e.useTheme=Ea,e.version=xm}))
|
@@ -211,6 +211,7 @@
|
|
211
211
|
align-self: center;
|
212
212
|
grid-area: content;
|
213
213
|
overflow: hidden;
|
214
|
+
min-width: 40px;
|
214
215
|
}
|
215
216
|
|
216
217
|
.v-list-item-action {
|
@@ -452,6 +453,7 @@
|
|
452
453
|
|
453
454
|
.v-list-group__items {
|
454
455
|
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size));
|
456
|
+
min-width: min-content;
|
455
457
|
}
|
456
458
|
|
457
459
|
.v-list-group__items .v-list-item {
|
@@ -150,6 +150,7 @@
|
|
150
150
|
align-self: center
|
151
151
|
grid-area: content
|
152
152
|
overflow: hidden
|
153
|
+
min-width: $list-item-content-min-width
|
153
154
|
|
154
155
|
.v-list-item-action
|
155
156
|
align-self: center
|
@@ -321,6 +322,7 @@
|
|
321
322
|
|
322
323
|
.v-list-group__items
|
323
324
|
--indent-padding: calc(var(--parent-padding) + var(--list-indent-size))
|
325
|
+
min-width: min-content
|
324
326
|
|
325
327
|
.v-list-group__items .v-list-item
|
326
328
|
padding-inline-start: calc(#{$base-padding} + var(--indent-padding)) !important
|
@@ -37,6 +37,7 @@ $list-item-border-radius: 0 !default;
|
|
37
37
|
$list-item-border-style: settings.$border-style-root !default;
|
38
38
|
$list-item-border-width: 0 !default;
|
39
39
|
$list-item-border-thin-width: thin !default;
|
40
|
+
$list-item-content-min-width: 40px !default;
|
40
41
|
$list-item-elevation: 1 !default;
|
41
42
|
$list-item-icon-opacity: var(--v-medium-emphasis-opacity) !default;
|
42
43
|
$list-item-icon-active-opacity: 1 !default;
|
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.8.9-master.2025-06-
|
19
|
+
export const version = "3.8.9-master.2025-06-12";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2545,73 +2545,78 @@ declare module 'vue' {
|
|
2545
2545
|
$children?: VNodeChild
|
2546
2546
|
}
|
2547
2547
|
export interface GlobalComponents {
|
2548
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2548
2549
|
VApp: typeof import('vuetify/components')['VApp']
|
2549
|
-
|
2550
|
-
|
2551
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2552
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2550
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2551
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2553
2552
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2554
|
-
|
2553
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2554
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2555
2555
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2556
2556
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2557
2557
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2558
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2559
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2560
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2561
2558
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2562
|
-
|
2563
|
-
|
2564
|
-
|
2565
|
-
|
2559
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2560
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2561
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2562
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2563
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2566
2564
|
VCard: typeof import('vuetify/components')['VCard']
|
2567
2565
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2568
2566
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2569
2567
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2570
2568
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2571
2569
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2572
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2573
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2574
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2575
2570
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2571
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2572
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2576
2573
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2577
2574
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2578
|
-
|
2579
|
-
|
2575
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2576
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2577
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2580
2578
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2579
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2580
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2581
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2582
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2583
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
2584
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
2585
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2586
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2587
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2581
2588
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2582
2589
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2583
2590
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2584
2591
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2585
2592
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2586
2593
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2587
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2588
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2589
2594
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2590
|
-
|
2595
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2596
|
+
VField: typeof import('vuetify/components')['VField']
|
2597
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2598
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2599
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2591
2600
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2592
2601
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2593
2602
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2594
2603
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2595
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2596
|
-
VField: typeof import('vuetify/components')['VField']
|
2597
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2598
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2599
2604
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2600
|
-
|
2605
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2606
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2601
2607
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2602
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2603
2608
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2604
2609
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2605
2610
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2606
2611
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2607
2612
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2608
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2609
2613
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2610
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2611
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2612
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2613
2614
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2614
2615
|
VItem: typeof import('vuetify/components')['VItem']
|
2616
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2617
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2618
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2619
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2615
2620
|
VList: typeof import('vuetify/components')['VList']
|
2616
2621
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2617
2622
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2621,25 +2626,23 @@ declare module 'vue' {
|
|
2621
2626
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2622
2627
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2623
2628
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2629
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2624
2630
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2625
|
-
|
2626
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2631
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2627
2632
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2628
2633
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2629
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2630
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2631
2634
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2635
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2632
2636
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2637
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2633
2638
|
VRating: typeof import('vuetify/components')['VRating']
|
2634
2639
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2635
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2636
2640
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2637
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2638
2641
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2639
2642
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2640
2643
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2641
2644
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2642
|
-
|
2645
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2643
2646
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2644
2647
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2645
2648
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
@@ -2647,41 +2650,49 @@ declare module 'vue' {
|
|
2647
2650
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2648
2651
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2649
2652
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2653
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2650
2654
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2655
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2656
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2657
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2658
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2651
2659
|
VTab: typeof import('vuetify/components')['VTab']
|
2652
2660
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2653
2661
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2654
2662
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2655
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2656
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2657
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2658
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2659
2663
|
VTable: typeof import('vuetify/components')['VTable']
|
2660
|
-
|
2661
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2664
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2662
2665
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2663
2666
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2664
2667
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2668
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2665
2669
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2666
2670
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2671
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2672
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2673
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2667
2674
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2668
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2669
2675
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2676
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2677
|
+
VContainer: typeof import('vuetify/components')['VContainer']
|
2678
|
+
VCol: typeof import('vuetify/components')['VCol']
|
2679
|
+
VRow: typeof import('vuetify/components')['VRow']
|
2680
|
+
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2670
2681
|
VForm: typeof import('vuetify/components')['VForm']
|
2671
2682
|
VHover: typeof import('vuetify/components')['VHover']
|
2672
|
-
|
2683
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2673
2684
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2674
2685
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2675
|
-
|
2686
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2687
|
+
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2676
2688
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2689
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
2677
2690
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2678
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2679
2691
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2680
2692
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2681
2693
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2682
2694
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2683
2695
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2684
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
2685
2696
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2686
2697
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2687
2698
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -2699,39 +2710,28 @@ declare module 'vue' {
|
|
2699
2710
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2700
2711
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2701
2712
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2702
|
-
|
2703
|
-
VCol: typeof import('vuetify/components')['VCol']
|
2704
|
-
VRow: typeof import('vuetify/components')['VRow']
|
2705
|
-
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2706
|
-
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2707
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2708
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2709
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
2710
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
2711
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2712
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2713
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2713
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2714
2714
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2715
2715
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2716
2716
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2717
2717
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2718
2718
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2719
2719
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2720
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2720
2721
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2721
2722
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2722
2723
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2723
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2724
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2725
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2726
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2727
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2728
2724
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2729
2725
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2730
2726
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2731
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2732
2727
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2733
2728
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2734
2729
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2730
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2731
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2732
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2733
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2734
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2735
2735
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2736
2736
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2737
2737
|
}
|
package/lib/framework.js
CHANGED