vuetify 3.10.8 → 3.10.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/dist/json/attributes.json +1543 -1543
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +174 -174
- package/dist/json/web-types.json +2937 -2937
- package/dist/vuetify-labs.cjs +205 -216
- package/dist/vuetify-labs.css +4754 -4730
- package/dist/vuetify-labs.d.ts +72 -72
- package/dist/vuetify-labs.esm.js +205 -216
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +205 -216
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +137 -99
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2766 -2730
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +137 -99
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +137 -99
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +334 -330
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.css +21 -0
- package/lib/components/VBtnToggle/VBtnToggle.sass +22 -0
- package/lib/components/VCard/VCard.js +8 -1
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +7 -16
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VList/VList.css +6 -0
- package/lib/components/VList/VList.sass +6 -0
- package/lib/components/VList/VListItem.css +0 -3
- package/lib/components/VList/VListItem.sass +0 -4
- package/lib/components/VOverlay/useActivator.js +2 -1
- package/lib/components/VOverlay/useActivator.js.map +1 -1
- package/lib/components/VTabs/VTab.css +8 -0
- package/lib/components/VTabs/VTab.sass +7 -0
- package/lib/components/VTextField/VTextField.js +17 -7
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +17 -7
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/composables/calendar.d.ts +6 -0
- package/lib/composables/calendar.js +37 -2
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/delay.js +3 -2
- package/lib/composables/delay.js.map +1 -1
- package/lib/composables/hotkey/hotkey.js +42 -53
- package/lib/composables/hotkey/hotkey.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +8 -12
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VHotkey/VHotkey.css +4 -16
- package/lib/labs/VHotkey/VHotkey.d.ts +29 -29
- package/lib/labs/VHotkey/VHotkey.js +62 -106
- package/lib/labs/VHotkey/VHotkey.js.map +1 -1
- package/lib/labs/VHotkey/VHotkey.scss +8 -25
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_variables.scss +1 -0
- package/lib/util/box.js +3 -8
- package/lib/util/box.js.map +1 -1
- package/lib/util/throttle.js +2 -2
- package/lib/util/throttle.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -132839,12 +132839,12 @@ declare const VHotkey: {
|
|
|
132839
132839
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
132840
132840
|
style: string | false | vue.StyleValue[] | vue.CSSProperties | null;
|
|
132841
132841
|
tile: boolean;
|
|
132842
|
-
variant: HotkeyVariant;
|
|
132843
132842
|
displayMode: DisplayMode;
|
|
132844
132843
|
keyMap: KeyMapConfig;
|
|
132845
132844
|
platform: "auto" | "mac" | "pc";
|
|
132846
132845
|
inline: boolean;
|
|
132847
132846
|
disabled: boolean;
|
|
132847
|
+
variant: HotkeyVariant;
|
|
132848
132848
|
} & {
|
|
132849
132849
|
theme?: string | undefined;
|
|
132850
132850
|
class?: any;
|
|
@@ -132870,12 +132870,12 @@ declare const VHotkey: {
|
|
|
132870
132870
|
style: vue.StyleValue;
|
|
132871
132871
|
rounded: string | number | boolean;
|
|
132872
132872
|
tile: boolean;
|
|
132873
|
-
variant: HotkeyVariant;
|
|
132874
132873
|
displayMode: DisplayMode;
|
|
132875
132874
|
keyMap: KeyMapConfig;
|
|
132876
132875
|
platform: "auto" | "mac" | "pc";
|
|
132877
132876
|
inline: boolean;
|
|
132878
132877
|
disabled: boolean;
|
|
132878
|
+
variant: HotkeyVariant;
|
|
132879
132879
|
}, true, {}, vue.SlotsType<Partial<{
|
|
132880
132880
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
132881
132881
|
[key: string]: any;
|
|
@@ -132890,12 +132890,12 @@ declare const VHotkey: {
|
|
|
132890
132890
|
}, {
|
|
132891
132891
|
style: string | false | vue.StyleValue[] | vue.CSSProperties | null;
|
|
132892
132892
|
tile: boolean;
|
|
132893
|
-
variant: HotkeyVariant;
|
|
132894
132893
|
displayMode: DisplayMode;
|
|
132895
132894
|
keyMap: KeyMapConfig;
|
|
132896
132895
|
platform: "auto" | "mac" | "pc";
|
|
132897
132896
|
inline: boolean;
|
|
132898
132897
|
disabled: boolean;
|
|
132898
|
+
variant: HotkeyVariant;
|
|
132899
132899
|
} & {
|
|
132900
132900
|
theme?: string | undefined;
|
|
132901
132901
|
class?: any;
|
|
@@ -132921,12 +132921,12 @@ declare const VHotkey: {
|
|
|
132921
132921
|
style: vue.StyleValue;
|
|
132922
132922
|
rounded: string | number | boolean;
|
|
132923
132923
|
tile: boolean;
|
|
132924
|
-
variant: HotkeyVariant;
|
|
132925
132924
|
displayMode: DisplayMode;
|
|
132926
132925
|
keyMap: KeyMapConfig;
|
|
132927
132926
|
platform: "auto" | "mac" | "pc";
|
|
132928
132927
|
inline: boolean;
|
|
132929
132928
|
disabled: boolean;
|
|
132929
|
+
variant: HotkeyVariant;
|
|
132930
132930
|
}>;
|
|
132931
132931
|
__isFragment?: undefined;
|
|
132932
132932
|
__isTeleport?: undefined;
|
|
@@ -132934,12 +132934,12 @@ declare const VHotkey: {
|
|
|
132934
132934
|
} & vue.ComponentOptionsBase<{
|
|
132935
132935
|
style: string | false | vue.StyleValue[] | vue.CSSProperties | null;
|
|
132936
132936
|
tile: boolean;
|
|
132937
|
-
variant: HotkeyVariant;
|
|
132938
132937
|
displayMode: DisplayMode;
|
|
132939
132938
|
keyMap: KeyMapConfig;
|
|
132940
132939
|
platform: "auto" | "mac" | "pc";
|
|
132941
132940
|
inline: boolean;
|
|
132942
132941
|
disabled: boolean;
|
|
132942
|
+
variant: HotkeyVariant;
|
|
132943
132943
|
} & {
|
|
132944
132944
|
theme?: string | undefined;
|
|
132945
132945
|
class?: any;
|
|
@@ -132965,12 +132965,12 @@ declare const VHotkey: {
|
|
|
132965
132965
|
style: vue.StyleValue;
|
|
132966
132966
|
rounded: string | number | boolean;
|
|
132967
132967
|
tile: boolean;
|
|
132968
|
-
variant: HotkeyVariant;
|
|
132969
132968
|
displayMode: DisplayMode;
|
|
132970
132969
|
keyMap: KeyMapConfig;
|
|
132971
132970
|
platform: "auto" | "mac" | "pc";
|
|
132972
132971
|
inline: boolean;
|
|
132973
132972
|
disabled: boolean;
|
|
132973
|
+
variant: HotkeyVariant;
|
|
132974
132974
|
}, {}, string, vue.SlotsType<Partial<{
|
|
132975
132975
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
132976
132976
|
[key: string]: any;
|
|
@@ -132992,11 +132992,6 @@ declare const VHotkey: {
|
|
|
132992
132992
|
default: undefined;
|
|
132993
132993
|
};
|
|
132994
132994
|
tile: BooleanConstructor;
|
|
132995
|
-
variant: {
|
|
132996
|
-
type: PropType<HotkeyVariant>;
|
|
132997
|
-
default: "elevated";
|
|
132998
|
-
validator: (v: any) => boolean;
|
|
132999
|
-
};
|
|
133000
132995
|
keys: StringConstructor;
|
|
133001
132996
|
displayMode: {
|
|
133002
132997
|
type: PropType<DisplayMode>;
|
|
@@ -133014,6 +133009,11 @@ declare const VHotkey: {
|
|
|
133014
133009
|
disabled: BooleanConstructor;
|
|
133015
133010
|
prefix: StringConstructor;
|
|
133016
133011
|
suffix: StringConstructor;
|
|
133012
|
+
variant: {
|
|
133013
|
+
type: PropType<HotkeyVariant>;
|
|
133014
|
+
default: "elevated";
|
|
133015
|
+
validator: (v: any) => boolean;
|
|
133016
|
+
};
|
|
133017
133017
|
color: StringConstructor;
|
|
133018
133018
|
}, vue.ExtractPropTypes<{
|
|
133019
133019
|
theme: StringConstructor;
|
|
@@ -133032,11 +133032,6 @@ declare const VHotkey: {
|
|
|
133032
133032
|
default: undefined;
|
|
133033
133033
|
};
|
|
133034
133034
|
tile: BooleanConstructor;
|
|
133035
|
-
variant: {
|
|
133036
|
-
type: PropType<HotkeyVariant>;
|
|
133037
|
-
default: "elevated";
|
|
133038
|
-
validator: (v: any) => boolean;
|
|
133039
|
-
};
|
|
133040
133035
|
keys: StringConstructor;
|
|
133041
133036
|
displayMode: {
|
|
133042
133037
|
type: PropType<DisplayMode>;
|
|
@@ -133054,6 +133049,11 @@ declare const VHotkey: {
|
|
|
133054
133049
|
disabled: BooleanConstructor;
|
|
133055
133050
|
prefix: StringConstructor;
|
|
133056
133051
|
suffix: StringConstructor;
|
|
133052
|
+
variant: {
|
|
133053
|
+
type: PropType<HotkeyVariant>;
|
|
133054
|
+
default: "elevated";
|
|
133055
|
+
validator: (v: any) => boolean;
|
|
133056
|
+
};
|
|
133057
133057
|
color: StringConstructor;
|
|
133058
133058
|
}>>;
|
|
133059
133059
|
type VHotkey = InstanceType<typeof VHotkey>;
|
|
@@ -142618,24 +142618,26 @@ declare module 'vue' {
|
|
|
142618
142618
|
$children?: VNodeChild
|
|
142619
142619
|
}
|
|
142620
142620
|
export interface GlobalComponents {
|
|
142621
|
-
VApp: VApp
|
|
142622
|
-
VAlert: VAlert
|
|
142623
|
-
VAlertTitle: VAlertTitle
|
|
142624
|
-
VAutocomplete: VAutocomplete
|
|
142625
142621
|
VAppBar: VAppBar
|
|
142626
142622
|
VAppBarNavIcon: VAppBarNavIcon
|
|
142627
142623
|
VAppBarTitle: VAppBarTitle
|
|
142628
|
-
|
|
142629
|
-
VBannerActions: VBannerActions
|
|
142630
|
-
VBannerText: VBannerText
|
|
142624
|
+
VApp: VApp
|
|
142631
142625
|
VBadge: VBadge
|
|
142632
|
-
VAvatar: VAvatar
|
|
142633
142626
|
VBottomSheet: VBottomSheet
|
|
142634
|
-
|
|
142627
|
+
VAutocomplete: VAutocomplete
|
|
142628
|
+
VAlert: VAlert
|
|
142629
|
+
VAlertTitle: VAlertTitle
|
|
142630
|
+
VBottomNavigation: VBottomNavigation
|
|
142631
|
+
VAvatar: VAvatar
|
|
142635
142632
|
VBreadcrumbs: VBreadcrumbs
|
|
142636
142633
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
142637
142634
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
142638
|
-
|
|
142635
|
+
VBtnGroup: VBtnGroup
|
|
142636
|
+
VBanner: VBanner
|
|
142637
|
+
VBannerActions: VBannerActions
|
|
142638
|
+
VBannerText: VBannerText
|
|
142639
|
+
VBtn: VBtn
|
|
142640
|
+
VCode: VCode
|
|
142639
142641
|
VBtnToggle: VBtnToggle
|
|
142640
142642
|
VCard: VCard
|
|
142641
142643
|
VCardActions: VCardActions
|
|
@@ -142645,11 +142647,13 @@ declare module 'vue' {
|
|
|
142645
142647
|
VCardTitle: VCardTitle
|
|
142646
142648
|
VCarousel: VCarousel
|
|
142647
142649
|
VCarouselItem: VCarouselItem
|
|
142650
|
+
VChip: VChip
|
|
142648
142651
|
VChipGroup: VChipGroup
|
|
142649
|
-
VBtnGroup: VBtnGroup
|
|
142650
142652
|
VCheckbox: VCheckbox
|
|
142651
142653
|
VCheckboxBtn: VCheckboxBtn
|
|
142652
|
-
|
|
142654
|
+
VCombobox: VCombobox
|
|
142655
|
+
VFab: VFab
|
|
142656
|
+
VCounter: VCounter
|
|
142653
142657
|
VDataTable: VDataTable
|
|
142654
142658
|
VDataTableHeaders: VDataTableHeaders
|
|
142655
142659
|
VDataTableFooter: VDataTableFooter
|
|
@@ -142658,40 +142662,40 @@ declare module 'vue' {
|
|
|
142658
142662
|
VDataTableVirtual: VDataTableVirtual
|
|
142659
142663
|
VDataTableServer: VDataTableServer
|
|
142660
142664
|
VColorPicker: VColorPicker
|
|
142661
|
-
|
|
142662
|
-
|
|
142663
|
-
|
|
142665
|
+
VDialog: VDialog
|
|
142666
|
+
VDivider: VDivider
|
|
142667
|
+
VFooter: VFooter
|
|
142668
|
+
VExpansionPanels: VExpansionPanels
|
|
142669
|
+
VExpansionPanel: VExpansionPanel
|
|
142670
|
+
VExpansionPanelText: VExpansionPanelText
|
|
142671
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
|
142664
142672
|
VDatePicker: VDatePicker
|
|
142665
142673
|
VDatePickerControls: VDatePickerControls
|
|
142666
142674
|
VDatePickerHeader: VDatePickerHeader
|
|
142667
142675
|
VDatePickerMonth: VDatePickerMonth
|
|
142668
142676
|
VDatePickerMonths: VDatePickerMonths
|
|
142669
142677
|
VDatePickerYears: VDatePickerYears
|
|
142670
|
-
VDialog: VDialog
|
|
142671
|
-
VEmptyState: VEmptyState
|
|
142672
142678
|
VField: VField
|
|
142673
142679
|
VFieldLabel: VFieldLabel
|
|
142674
|
-
|
|
142675
|
-
VExpansionPanels: VExpansionPanels
|
|
142676
|
-
VExpansionPanel: VExpansionPanel
|
|
142677
|
-
VExpansionPanelText: VExpansionPanelText
|
|
142678
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
|
142679
|
-
VFooter: VFooter
|
|
142680
|
-
VFab: VFab
|
|
142680
|
+
VEmptyState: VEmptyState
|
|
142681
142681
|
VFileInput: VFileInput
|
|
142682
|
+
VImg: VImg
|
|
142682
142683
|
VIcon: VIcon
|
|
142683
142684
|
VComponentIcon: VComponentIcon
|
|
142684
142685
|
VSvgIcon: VSvgIcon
|
|
142685
142686
|
VLigatureIcon: VLigatureIcon
|
|
142686
142687
|
VClassIcon: VClassIcon
|
|
142687
|
-
VImg: VImg
|
|
142688
|
-
VInfiniteScroll: VInfiniteScroll
|
|
142689
142688
|
VItemGroup: VItemGroup
|
|
142690
142689
|
VItem: VItem
|
|
142691
142690
|
VKbd: VKbd
|
|
142691
|
+
VLabel: VLabel
|
|
142692
|
+
VInfiniteScroll: VInfiniteScroll
|
|
142693
|
+
VMain: VMain
|
|
142692
142694
|
VInput: VInput
|
|
142695
|
+
VMenu: VMenu
|
|
142693
142696
|
VNavigationDrawer: VNavigationDrawer
|
|
142694
|
-
|
|
142697
|
+
VOverlay: VOverlay
|
|
142698
|
+
VMessages: VMessages
|
|
142695
142699
|
VList: VList
|
|
142696
142700
|
VListGroup: VListGroup
|
|
142697
142701
|
VListImg: VListImg
|
|
@@ -142701,28 +142705,22 @@ declare module 'vue' {
|
|
|
142701
142705
|
VListItemSubtitle: VListItemSubtitle
|
|
142702
142706
|
VListItemTitle: VListItemTitle
|
|
142703
142707
|
VListSubheader: VListSubheader
|
|
142704
|
-
VMenu: VMenu
|
|
142705
|
-
VNumberInput: VNumberInput
|
|
142706
|
-
VMessages: VMessages
|
|
142707
142708
|
VOtpInput: VOtpInput
|
|
142708
|
-
|
|
142709
|
+
VNumberInput: VNumberInput
|
|
142709
142710
|
VPagination: VPagination
|
|
142710
|
-
VProgressLinear: VProgressLinear
|
|
142711
|
-
VOverlay: VOverlay
|
|
142712
|
-
VRadioGroup: VRadioGroup
|
|
142713
|
-
VRating: VRating
|
|
142714
142711
|
VProgressCircular: VProgressCircular
|
|
142715
|
-
|
|
142712
|
+
VRadioGroup: VRadioGroup
|
|
142713
|
+
VProgressLinear: VProgressLinear
|
|
142716
142714
|
VSelect: VSelect
|
|
142715
|
+
VRating: VRating
|
|
142717
142716
|
VSelectionControl: VSelectionControl
|
|
142717
|
+
VSlideGroup: VSlideGroup
|
|
142718
|
+
VSlideGroupItem: VSlideGroupItem
|
|
142719
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
142720
|
+
VSheet: VSheet
|
|
142718
142721
|
VSlider: VSlider
|
|
142719
142722
|
VSkeletonLoader: VSkeletonLoader
|
|
142720
|
-
VSheet: VSheet
|
|
142721
142723
|
VSnackbar: VSnackbar
|
|
142722
|
-
VSlideGroup: VSlideGroup
|
|
142723
|
-
VSlideGroupItem: VSlideGroupItem
|
|
142724
|
-
VSystemBar: VSystemBar
|
|
142725
|
-
VSwitch: VSwitch
|
|
142726
142724
|
VStepper: VStepper
|
|
142727
142725
|
VStepperActions: VStepperActions
|
|
142728
142726
|
VStepperHeader: VStepperHeader
|
|
@@ -142733,46 +142731,49 @@ declare module 'vue' {
|
|
|
142733
142731
|
VTabs: VTabs
|
|
142734
142732
|
VTabsWindow: VTabsWindow
|
|
142735
142733
|
VTabsWindowItem: VTabsWindowItem
|
|
142734
|
+
VSwitch: VSwitch
|
|
142735
|
+
VSystemBar: VSystemBar
|
|
142736
142736
|
VTable: VTable
|
|
142737
142737
|
VTextarea: VTextarea
|
|
142738
|
-
VTextField: VTextField
|
|
142739
142738
|
VTimePicker: VTimePicker
|
|
142740
142739
|
VTimePickerClock: VTimePickerClock
|
|
142741
142740
|
VTimePickerControls: VTimePickerControls
|
|
142741
|
+
VTextField: VTextField
|
|
142742
|
+
VToolbar: VToolbar
|
|
142743
|
+
VToolbarTitle: VToolbarTitle
|
|
142744
|
+
VToolbarItems: VToolbarItems
|
|
142742
142745
|
VTimeline: VTimeline
|
|
142743
142746
|
VTimelineItem: VTimelineItem
|
|
142747
|
+
VTooltip: VTooltip
|
|
142744
142748
|
VTreeview: VTreeview
|
|
142745
142749
|
VTreeviewItem: VTreeviewItem
|
|
142746
142750
|
VTreeviewGroup: VTreeviewGroup
|
|
142747
|
-
VTooltip: VTooltip
|
|
142748
|
-
VToolbar: VToolbar
|
|
142749
|
-
VToolbarTitle: VToolbarTitle
|
|
142750
|
-
VToolbarItems: VToolbarItems
|
|
142751
142751
|
VWindow: VWindow
|
|
142752
142752
|
VWindowItem: VWindowItem
|
|
142753
142753
|
VConfirmEdit: VConfirmEdit
|
|
142754
142754
|
VDataIterator: VDataIterator
|
|
142755
142755
|
VDefaultsProvider: VDefaultsProvider
|
|
142756
142756
|
VForm: VForm
|
|
142757
|
-
VHover: VHover
|
|
142758
142757
|
VContainer: VContainer
|
|
142759
142758
|
VCol: VCol
|
|
142760
142759
|
VRow: VRow
|
|
142761
142760
|
VSpacer: VSpacer
|
|
142762
|
-
VLazy: VLazy
|
|
142763
142761
|
VLayout: VLayout
|
|
142764
142762
|
VLayoutItem: VLayoutItem
|
|
142763
|
+
VHover: VHover
|
|
142764
|
+
VLazy: VLazy
|
|
142765
142765
|
VLocaleProvider: VLocaleProvider
|
|
142766
142766
|
VNoSsr: VNoSsr
|
|
142767
142767
|
VParallax: VParallax
|
|
142768
142768
|
VRadio: VRadio
|
|
142769
142769
|
VRangeSlider: VRangeSlider
|
|
142770
142770
|
VResponsive: VResponsive
|
|
142771
|
-
VSparkline: VSparkline
|
|
142772
142771
|
VSnackbarQueue: VSnackbarQueue
|
|
142772
|
+
VSparkline: VSparkline
|
|
142773
142773
|
VSpeedDial: VSpeedDial
|
|
142774
|
-
VValidation: VValidation
|
|
142775
142774
|
VThemeProvider: VThemeProvider
|
|
142775
|
+
VVirtualScroll: VVirtualScroll
|
|
142776
|
+
VValidation: VValidation
|
|
142776
142777
|
VFabTransition: VFabTransition
|
|
142777
142778
|
VDialogBottomTransition: VDialogBottomTransition
|
|
142778
142779
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -142789,21 +142790,20 @@ declare module 'vue' {
|
|
|
142789
142790
|
VExpandTransition: VExpandTransition
|
|
142790
142791
|
VExpandXTransition: VExpandXTransition
|
|
142791
142792
|
VDialogTransition: VDialogTransition
|
|
142792
|
-
VVirtualScroll: VVirtualScroll
|
|
142793
142793
|
VCalendar: VCalendar
|
|
142794
|
+
VIconBtn: VIconBtn
|
|
142794
142795
|
VFileUpload: VFileUpload
|
|
142795
142796
|
VFileUploadItem: VFileUploadItem
|
|
142796
|
-
VColorInput: VColorInput
|
|
142797
142797
|
VStepperVertical: VStepperVertical
|
|
142798
142798
|
VStepperVerticalItem: VStepperVerticalItem
|
|
142799
142799
|
VStepperVerticalActions: VStepperVerticalActions
|
|
142800
|
+
VColorInput: VColorInput
|
|
142801
|
+
VHotkey: VHotkey
|
|
142802
|
+
VPicker: VPicker
|
|
142803
|
+
VPickerTitle: VPickerTitle
|
|
142800
142804
|
VPie: VPie
|
|
142801
142805
|
VPieSegment: VPieSegment
|
|
142802
142806
|
VPieTooltip: VPieTooltip
|
|
142803
|
-
VIconBtn: VIconBtn
|
|
142804
|
-
VPicker: VPicker
|
|
142805
|
-
VPickerTitle: VPickerTitle
|
|
142806
|
-
VHotkey: VHotkey
|
|
142807
142807
|
VVideo: VVideo
|
|
142808
142808
|
VVideoControls: VVideoControls
|
|
142809
142809
|
VVideoVolume: VVideoVolume
|