@vuetify/nightly 3.9.3-master.2025-07-30 → 3.9.3-master.2025-07-31
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 +22 -3
- package/dist/json/attributes.json +3339 -3327
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +6197 -6075
- package/dist/vuetify-labs.cjs +161 -73
- package/dist/vuetify-labs.css +5656 -5635
- package/dist/vuetify-labs.d.ts +207 -143
- package/dist/vuetify-labs.esm.js +161 -73
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +161 -73
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +139 -66
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4033 -4027
- package/dist/vuetify.d.ts +95 -71
- package/dist/vuetify.esm.js +139 -66
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +139 -66
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +226 -226
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +5 -0
- package/lib/components/VColorPicker/VColorPickerEdit.js +8 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -0
- package/lib/components/VColorPicker/VColorPickerPreview.js +8 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/util/index.d.ts +1 -0
- package/lib/components/VColorPicker/util/index.js +20 -10
- package/lib/components/VColorPicker/util/index.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.js +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +2 -2
- package/lib/components/VDataIterator/VDataIterator.js +1 -1
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +2 -1
- package/lib/components/VDataTable/VDataTable.d.ts +6 -4
- package/lib/components/VDataTable/VDataTable.js +1 -1
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +14 -11
- package/lib/components/VDataTable/VDataTableRows.js +9 -0
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +4 -2
- package/lib/components/VDataTable/VDataTableServer.js +1 -1
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -2
- package/lib/components/VDataTable/VDataTableVirtual.js +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/group.d.ts +13 -5
- package/lib/components/VDataTable/composables/group.js +11 -5
- package/lib/components/VDataTable/composables/group.js.map +1 -1
- package/lib/components/VDataTable/composables/headers.js +53 -42
- package/lib/components/VDataTable/composables/headers.js.map +1 -1
- package/lib/components/VDataTable/composables/paginate.d.ts +3 -3
- package/lib/components/VDataTable/composables/paginate.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.js +1 -1
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +7 -1
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +1 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +2 -2
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VTable/VTable.css +2 -2
- package/lib/components/VTable/VTable.sass +4 -4
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +20 -2
- package/lib/components/VTreeview/VTreeviewChildren.js +7 -2
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.css +15 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +287 -215
- package/lib/labs/VColorInput/VColorInput.js +23 -8
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.sass +8 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VVideo/VVideoControls.js +1 -1
- package/lib/labs/VVideo/VVideoControls.js.map +1 -1
- package/lib/labs/VVideo/VVideoVolume.js +1 -1
- package/lib/labs/VVideo/VVideoVolume.js.map +1 -1
- package/lib/locale/af.d.ts +17 -0
- package/lib/locale/af.js +17 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +17 -0
- package/lib/locale/ar.js +17 -0
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +17 -0
- package/lib/locale/az.js +17 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +17 -0
- package/lib/locale/bg.js +17 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +17 -0
- package/lib/locale/ca.js +17 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +17 -0
- package/lib/locale/ckb.js +17 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +17 -0
- package/lib/locale/cs.js +17 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +17 -0
- package/lib/locale/da.js +17 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +17 -0
- package/lib/locale/de.js +17 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +17 -0
- package/lib/locale/el.js +17 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +17 -0
- package/lib/locale/en.js +17 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +17 -0
- package/lib/locale/es.js +17 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +17 -0
- package/lib/locale/et.js +17 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +17 -0
- package/lib/locale/fa.js +17 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +17 -0
- package/lib/locale/fi.js +17 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +17 -0
- package/lib/locale/fr.js +17 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +17 -0
- package/lib/locale/he.js +17 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +17 -0
- package/lib/locale/hr.js +17 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +17 -0
- package/lib/locale/hu.js +17 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +17 -0
- package/lib/locale/id.js +17 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +17 -0
- package/lib/locale/it.js +17 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +17 -0
- package/lib/locale/ja.js +17 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +17 -0
- package/lib/locale/km.js +17 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +17 -0
- package/lib/locale/ko.js +17 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +17 -0
- package/lib/locale/lt.js +17 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +17 -0
- package/lib/locale/lv.js +17 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +17 -0
- package/lib/locale/nl.js +17 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +17 -0
- package/lib/locale/no.js +17 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +17 -0
- package/lib/locale/pl.js +17 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +17 -0
- package/lib/locale/pt.js +17 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +17 -0
- package/lib/locale/ro.js +17 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +17 -0
- package/lib/locale/ru.js +17 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +17 -0
- package/lib/locale/sk.js +17 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +17 -0
- package/lib/locale/sl.js +17 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +17 -0
- package/lib/locale/sr-Cyrl.js +17 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +17 -0
- package/lib/locale/sr-Latn.js +17 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +17 -0
- package/lib/locale/sv.js +17 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +17 -0
- package/lib/locale/th.js +17 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +17 -0
- package/lib/locale/tr.js +17 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +17 -0
- package/lib/locale/uk.js +17 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +17 -0
- package/lib/locale/vi.js +17 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +17 -0
- package/lib/locale/zh-Hans.js +17 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +17 -0
- package/lib/locale/zh-Hant.js +17 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/util/getScrollParent.js +3 -1
- package/lib/util/getScrollParent.js.map +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2608,76 +2608,76 @@ declare module 'vue' {
|
|
2608
2608
|
VApp: typeof import('vuetify/components')['VApp']
|
2609
2609
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2610
2610
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2611
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2611
2612
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2612
2613
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2613
2614
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2614
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2615
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2616
2615
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2617
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2618
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2619
2616
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2620
2617
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2621
2618
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2619
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2622
2620
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2623
2621
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2624
2622
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2625
2623
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2626
2624
|
VBtn: typeof import('vuetify/components')['VBtn']
|
2627
2625
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2628
|
-
|
2629
|
-
|
2630
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2631
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2632
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2626
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2627
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2633
2628
|
VCard: typeof import('vuetify/components')['VCard']
|
2634
2629
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2635
2630
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2636
2631
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2637
2632
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2638
2633
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2634
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2635
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2636
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2637
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2638
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2639
2639
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2640
2640
|
VCode: typeof import('vuetify/components')['VCode']
|
2641
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2642
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2643
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2644
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2645
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2646
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
2647
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
2648
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2649
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2650
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2651
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2652
2641
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2653
2642
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2654
2643
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2655
2644
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2656
2645
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2657
2646
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2647
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2648
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2649
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2658
2650
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2659
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2660
2651
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2661
2652
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2662
2653
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2663
2654
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2664
|
-
|
2655
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2656
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2657
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2658
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
2659
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
2660
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2661
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2662
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2665
2663
|
VFab: typeof import('vuetify/components')['VFab']
|
2666
|
-
|
2664
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2667
2665
|
VField: typeof import('vuetify/components')['VField']
|
2668
2666
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2667
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2668
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2669
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2669
2670
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2670
2671
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2671
2672
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2672
2673
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2673
2674
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2674
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2675
|
-
VItem: typeof import('vuetify/components')['VItem']
|
2676
2675
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2677
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2678
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2679
2676
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2680
2677
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2678
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2679
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2680
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2681
2681
|
VList: typeof import('vuetify/components')['VList']
|
2682
2682
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2683
2683
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2689,72 +2689,73 @@ declare module 'vue' {
|
|
2689
2689
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2690
2690
|
VMain: typeof import('vuetify/components')['VMain']
|
2691
2691
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2692
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2693
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2694
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2695
2692
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2696
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2697
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2698
2693
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2694
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2695
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2696
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2697
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2699
2698
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2700
|
-
|
2699
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2701
2700
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2701
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2702
2702
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2703
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2704
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2703
2705
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2704
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
2705
2706
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2706
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2707
2707
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2708
2708
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2709
|
-
|
2709
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2710
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2710
2711
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2711
2712
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2712
2713
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2713
2714
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2714
2715
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2715
2716
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2716
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2717
2717
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2718
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2719
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2720
2718
|
VTab: typeof import('vuetify/components')['VTab']
|
2721
2719
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2722
2720
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2723
2721
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2724
|
-
|
2722
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2725
2723
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2726
|
-
|
2727
|
-
|
2724
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2725
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2728
2726
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2729
2727
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2730
2728
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2731
2729
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2732
2730
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2733
2731
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2732
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2733
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2734
2734
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2735
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
2736
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2737
2735
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2738
2736
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2739
2737
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2738
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
2739
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2740
2740
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2741
2741
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2742
2742
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2743
2743
|
VForm: typeof import('vuetify/components')['VForm']
|
2744
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2745
2744
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2746
2745
|
VCol: typeof import('vuetify/components')['VCol']
|
2747
2746
|
VRow: typeof import('vuetify/components')['VRow']
|
2748
2747
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2748
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2749
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2749
2750
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2750
2751
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2751
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2752
2752
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2753
2753
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2754
2754
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2755
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2756
2755
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2756
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2757
2757
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2758
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2758
2759
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2759
2760
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2760
2761
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -2776,10 +2777,7 @@ declare module 'vue' {
|
|
2776
2777
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2777
2778
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2778
2779
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2779
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2780
2780
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2781
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2782
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2783
2781
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2784
2782
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2785
2783
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -2787,21 +2785,23 @@ declare module 'vue' {
|
|
2787
2785
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2788
2786
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2789
2787
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2790
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2791
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2792
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2793
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2794
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2795
2788
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
2796
2789
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
2797
2790
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
2791
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2792
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2793
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2794
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2795
|
+
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2796
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2797
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2798
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2798
2799
|
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
2799
2800
|
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
2800
2801
|
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
2801
2802
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2802
2803
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2803
2804
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2804
|
-
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2805
2805
|
}
|
2806
2806
|
export interface GlobalDirectives {
|
2807
2807
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/lib/framework.js
CHANGED
@@ -1,4 +1,19 @@
|
|
1
1
|
/* region INPUT */
|
2
2
|
.v-color-input {
|
3
3
|
padding: 0;
|
4
|
+
}
|
5
|
+
.v-color-input.v-input--density-default .v-color-input__pip {
|
6
|
+
--v-avatar-height: 40px;
|
7
|
+
}
|
8
|
+
|
9
|
+
.v-color-input.v-input--density-comfortable .v-color-input__pip {
|
10
|
+
--v-avatar-height: 32px;
|
11
|
+
}
|
12
|
+
|
13
|
+
.v-color-input.v-input--density-compact .v-color-input__pip {
|
14
|
+
--v-avatar-height: 28px;
|
15
|
+
}
|
16
|
+
|
17
|
+
.v-color-input .v-color-input__pip.v-avatar--variant-text {
|
18
|
+
--v-avatar-height: min-content;
|
4
19
|
}
|