@vuetify/nightly 3.9.0-beta.0-dev.2025-06-24 → 3.9.0-beta.1-dev.2025-06-28
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 -83
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +2471 -2411
- package/dist/json/importMap-labs.json +34 -30
- package/dist/json/importMap.json +146 -146
- package/dist/json/tags.json +20 -0
- package/dist/json/web-types.json +4808 -4642
- package/dist/vuetify-labs.cjs +750 -15
- package/dist/vuetify-labs.css +5609 -5358
- package/dist/vuetify-labs.d.ts +300 -54
- package/dist/vuetify-labs.esm.js +750 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +750 -15
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +357 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3235 -3226
- package/dist/vuetify.d.ts +73 -53
- package/dist/vuetify.esm.js +357 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +357 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +292 -253
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VKbd/VKbd.css +14 -5
- package/lib/components/VKbd/VKbd.js.map +1 -1
- package/lib/components/VKbd/VKbd.scss +26 -0
- package/lib/components/VKbd/_variables.scss +12 -6
- package/lib/components/VKbd/index.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.js +3 -3
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/hotkey/hotkey-parsing.d.ts +15 -0
- package/lib/composables/hotkey/hotkey-parsing.js +154 -0
- package/lib/composables/hotkey/hotkey-parsing.js.map +1 -0
- package/lib/composables/hotkey/hotkey.d.ts +9 -0
- package/lib/composables/{hotkey.js → hotkey/hotkey.js} +31 -39
- package/lib/composables/hotkey/hotkey.js.map +1 -0
- package/lib/composables/hotkey/index.d.ts +1 -0
- package/lib/composables/hotkey/index.js +2 -0
- package/lib/composables/hotkey/index.js.map +1 -0
- package/lib/composables/hotkey/key-aliases.d.ts +14 -0
- package/lib/composables/hotkey/key-aliases.js +38 -0
- package/lib/composables/hotkey/key-aliases.js.map +1 -0
- package/lib/composables/icons.d.ts +11 -0
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/index.d.ts +1 -0
- package/lib/composables/index.js +1 -0
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/nested.js +8 -8
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +74 -53
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa.js +12 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +12 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +12 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +12 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/iconsets/mdi.js +12 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VHotkey/VHotkey.css +242 -0
- package/lib/labs/VHotkey/VHotkey.d.ts +387 -0
- package/lib/labs/VHotkey/VHotkey.js +432 -0
- package/lib/labs/VHotkey/VHotkey.js.map +1 -0
- package/lib/labs/VHotkey/VHotkey.scss +253 -0
- package/lib/labs/VHotkey/_variables.scss +43 -0
- package/lib/labs/VHotkey/index.d.ts +1 -0
- package/lib/labs/VHotkey/index.js +2 -0
- package/lib/labs/VHotkey/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/locale/af.d.ts +18 -0
- package/lib/locale/af.js +18 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +18 -0
- package/lib/locale/ar.js +18 -0
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +18 -0
- package/lib/locale/az.js +18 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +18 -0
- package/lib/locale/bg.js +18 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +18 -0
- package/lib/locale/ca.js +18 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +18 -0
- package/lib/locale/ckb.js +18 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +18 -0
- package/lib/locale/cs.js +18 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +18 -0
- package/lib/locale/da.js +18 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +18 -0
- package/lib/locale/de.js +18 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +18 -0
- package/lib/locale/el.js +18 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +18 -0
- package/lib/locale/en.js +18 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +18 -0
- package/lib/locale/es.js +18 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +18 -0
- package/lib/locale/et.js +18 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +18 -0
- package/lib/locale/fa.js +18 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +18 -0
- package/lib/locale/fi.js +18 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +18 -0
- package/lib/locale/fr.js +18 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +18 -0
- package/lib/locale/he.js +18 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +18 -0
- package/lib/locale/hr.js +18 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +18 -0
- package/lib/locale/hu.js +18 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +18 -0
- package/lib/locale/id.js +18 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +18 -0
- package/lib/locale/it.js +18 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +18 -0
- package/lib/locale/ja.js +18 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +18 -0
- package/lib/locale/km.js +18 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +18 -0
- package/lib/locale/ko.js +18 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +18 -0
- package/lib/locale/lt.js +18 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +18 -0
- package/lib/locale/lv.js +18 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +18 -0
- package/lib/locale/nl.js +18 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +18 -0
- package/lib/locale/no.js +18 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +18 -0
- package/lib/locale/pl.js +18 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +18 -0
- package/lib/locale/pt.js +18 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +18 -0
- package/lib/locale/ro.js +18 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +18 -0
- package/lib/locale/ru.js +18 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +18 -0
- package/lib/locale/sk.js +18 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +18 -0
- package/lib/locale/sl.js +18 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +18 -0
- package/lib/locale/sr-Cyrl.js +18 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +18 -0
- package/lib/locale/sr-Latn.js +18 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +18 -0
- package/lib/locale/sv.js +18 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +18 -0
- package/lib/locale/th.js +18 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +18 -0
- package/lib/locale/tr.js +18 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +18 -0
- package/lib/locale/uk.js +18 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +18 -0
- package/lib/locale/vi.js +18 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +18 -0
- package/lib/locale/zh-Hans.js +18 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +18 -0
- package/lib/locale/zh-Hant.js +18 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/package.json +1 -1
- package/lib/components/VKbd/VKbd.sass +0 -15
- package/lib/composables/hotkey.d.ts +0 -9
- package/lib/composables/hotkey.js.map +0 -1
package/dist/vuetify.d.ts
CHANGED
@@ -305,6 +305,17 @@ interface IconAliases {
|
|
305
305
|
eyeDropper: IconValue;
|
306
306
|
upload: IconValue;
|
307
307
|
color: IconValue;
|
308
|
+
command: IconValue;
|
309
|
+
ctrl: IconValue;
|
310
|
+
space: IconValue;
|
311
|
+
shift: IconValue;
|
312
|
+
alt: IconValue;
|
313
|
+
enter: IconValue;
|
314
|
+
arrowup: IconValue;
|
315
|
+
arrowdown: IconValue;
|
316
|
+
arrowleft: IconValue;
|
317
|
+
arrowright: IconValue;
|
318
|
+
backspace: IconValue;
|
308
319
|
}
|
309
320
|
interface IconProps {
|
310
321
|
tag: string | JSXComponent;
|
@@ -3295,6 +3306,14 @@ declare function useLayout(): {
|
|
3295
3306
|
mainStyles: Ref<CSSProperties, CSSProperties>;
|
3296
3307
|
};
|
3297
3308
|
|
3309
|
+
interface HotkeyOptions {
|
3310
|
+
event?: MaybeRef<'keydown' | 'keyup'>;
|
3311
|
+
inputs?: MaybeRef<boolean>;
|
3312
|
+
preventDefault?: MaybeRef<boolean>;
|
3313
|
+
sequenceTimeout?: MaybeRef<number>;
|
3314
|
+
}
|
3315
|
+
declare function useHotkey(keys: MaybeRef<string | undefined>, callback: (e: KeyboardEvent) => void, options?: HotkeyOptions): () => void;
|
3316
|
+
|
3298
3317
|
interface VuetifyOptions {
|
3299
3318
|
aliases?: Record<string, any>;
|
3300
3319
|
blueprint?: Blueprint;
|
@@ -93432,7 +93451,7 @@ declare const createVuetify: {
|
|
93432
93451
|
};
|
93433
93452
|
declare const version: string;
|
93434
93453
|
|
93435
|
-
export { index_d$2 as blueprints, index_d$1 as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
93454
|
+
export { index_d$2 as blueprints, index_d$1 as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|
93436
93455
|
|
93437
93456
|
/* eslint-disable local-rules/sort-imports */
|
93438
93457
|
|
@@ -93470,35 +93489,35 @@ declare module 'vue' {
|
|
93470
93489
|
}
|
93471
93490
|
export interface GlobalComponents {
|
93472
93491
|
VApp: VApp
|
93492
|
+
VAppBar: VAppBar
|
93493
|
+
VAppBarNavIcon: VAppBarNavIcon
|
93494
|
+
VAppBarTitle: VAppBarTitle
|
93473
93495
|
VAlert: VAlert
|
93474
93496
|
VAlertTitle: VAlertTitle
|
93475
|
-
|
93476
|
-
VBannerActions: VBannerActions
|
93477
|
-
VBannerText: VBannerText
|
93497
|
+
VBadge: VBadge
|
93478
93498
|
VAutocomplete: VAutocomplete
|
93479
|
-
VBottomNavigation: VBottomNavigation
|
93480
93499
|
VAvatar: VAvatar
|
93481
|
-
VBadge: VBadge
|
93482
93500
|
VBottomSheet: VBottomSheet
|
93483
93501
|
VBreadcrumbs: VBreadcrumbs
|
93484
93502
|
VBreadcrumbsItem: VBreadcrumbsItem
|
93485
93503
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
93486
93504
|
VBtnGroup: VBtnGroup
|
93505
|
+
VBtnToggle: VBtnToggle
|
93487
93506
|
VCard: VCard
|
93488
93507
|
VCardActions: VCardActions
|
93489
93508
|
VCardItem: VCardItem
|
93490
93509
|
VCardSubtitle: VCardSubtitle
|
93491
93510
|
VCardText: VCardText
|
93492
93511
|
VCardTitle: VCardTitle
|
93493
|
-
VBtnToggle: VBtnToggle
|
93494
|
-
VBtn: VBtn
|
93495
93512
|
VCarousel: VCarousel
|
93496
93513
|
VCarouselItem: VCarouselItem
|
93514
|
+
VCode: VCode
|
93497
93515
|
VCheckbox: VCheckbox
|
93498
93516
|
VCheckboxBtn: VCheckboxBtn
|
93499
|
-
VChip: VChip
|
93500
|
-
VCode: VCode
|
93501
93517
|
VColorPicker: VColorPicker
|
93518
|
+
VChip: VChip
|
93519
|
+
VChipGroup: VChipGroup
|
93520
|
+
VBtn: VBtn
|
93502
93521
|
VCounter: VCounter
|
93503
93522
|
VCombobox: VCombobox
|
93504
93523
|
VDatePicker: VDatePicker
|
@@ -93507,8 +93526,6 @@ declare module 'vue' {
|
|
93507
93526
|
VDatePickerMonth: VDatePickerMonth
|
93508
93527
|
VDatePickerMonths: VDatePickerMonths
|
93509
93528
|
VDatePickerYears: VDatePickerYears
|
93510
|
-
VDialog: VDialog
|
93511
|
-
VDivider: VDivider
|
93512
93529
|
VDataTable: VDataTable
|
93513
93530
|
VDataTableHeaders: VDataTableHeaders
|
93514
93531
|
VDataTableFooter: VDataTableFooter
|
@@ -93516,28 +93533,32 @@ declare module 'vue' {
|
|
93516
93533
|
VDataTableRow: VDataTableRow
|
93517
93534
|
VDataTableVirtual: VDataTableVirtual
|
93518
93535
|
VDataTableServer: VDataTableServer
|
93536
|
+
VDialog: VDialog
|
93537
|
+
VDivider: VDivider
|
93519
93538
|
VField: VField
|
93520
93539
|
VFieldLabel: VFieldLabel
|
93521
93540
|
VFab: VFab
|
93522
|
-
VEmptyState: VEmptyState
|
93523
|
-
VFooter: VFooter
|
93524
|
-
VImg: VImg
|
93525
93541
|
VExpansionPanels: VExpansionPanels
|
93526
93542
|
VExpansionPanel: VExpansionPanel
|
93527
93543
|
VExpansionPanelText: VExpansionPanelText
|
93528
93544
|
VExpansionPanelTitle: VExpansionPanelTitle
|
93545
|
+
VFooter: VFooter
|
93546
|
+
VImg: VImg
|
93529
93547
|
VFileInput: VFileInput
|
93548
|
+
VEmptyState: VEmptyState
|
93530
93549
|
VIcon: VIcon
|
93531
93550
|
VComponentIcon: VComponentIcon
|
93532
93551
|
VSvgIcon: VSvgIcon
|
93533
93552
|
VLigatureIcon: VLigatureIcon
|
93534
93553
|
VClassIcon: VClassIcon
|
93535
|
-
VInput: VInput
|
93536
93554
|
VInfiniteScroll: VInfiniteScroll
|
93537
|
-
|
93555
|
+
VLabel: VLabel
|
93538
93556
|
VItemGroup: VItemGroup
|
93539
93557
|
VItem: VItem
|
93540
|
-
|
93558
|
+
VInput: VInput
|
93559
|
+
VKbd: VKbd
|
93560
|
+
VMenu: VMenu
|
93561
|
+
VMain: VMain
|
93541
93562
|
VList: VList
|
93542
93563
|
VListGroup: VListGroup
|
93543
93564
|
VListImg: VListImg
|
@@ -93548,58 +93569,55 @@ declare module 'vue' {
|
|
93548
93569
|
VListItemTitle: VListItemTitle
|
93549
93570
|
VListSubheader: VListSubheader
|
93550
93571
|
VMessages: VMessages
|
93551
|
-
VMain: VMain
|
93552
|
-
VOverlay: VOverlay
|
93553
93572
|
VNavigationDrawer: VNavigationDrawer
|
93554
93573
|
VNumberInput: VNumberInput
|
93555
|
-
|
93556
|
-
VProgressCircular: VProgressCircular
|
93557
|
-
VOtpInput: VOtpInput
|
93574
|
+
VOverlay: VOverlay
|
93558
93575
|
VPagination: VPagination
|
93576
|
+
VProgressCircular: VProgressCircular
|
93577
|
+
VBottomNavigation: VBottomNavigation
|
93559
93578
|
VProgressLinear: VProgressLinear
|
93579
|
+
VOtpInput: VOtpInput
|
93560
93580
|
VRating: VRating
|
93561
|
-
|
93581
|
+
VSelect: VSelect
|
93562
93582
|
VSelectionControl: VSelectionControl
|
93583
|
+
VSheet: VSheet
|
93563
93584
|
VSelectionControlGroup: VSelectionControlGroup
|
93585
|
+
VSkeletonLoader: VSkeletonLoader
|
93564
93586
|
VSlideGroup: VSlideGroup
|
93565
93587
|
VSlideGroupItem: VSlideGroupItem
|
93566
93588
|
VSlider: VSlider
|
93567
|
-
VSelect: VSelect
|
93568
|
-
VSkeletonLoader: VSkeletonLoader
|
93569
93589
|
VSnackbar: VSnackbar
|
93590
|
+
VSystemBar: VSystemBar
|
93591
|
+
VSwitch: VSwitch
|
93570
93592
|
VStepper: VStepper
|
93571
93593
|
VStepperActions: VStepperActions
|
93572
93594
|
VStepperHeader: VStepperHeader
|
93573
93595
|
VStepperItem: VStepperItem
|
93574
93596
|
VStepperWindow: VStepperWindow
|
93575
93597
|
VStepperWindowItem: VStepperWindowItem
|
93576
|
-
VSystemBar: VSystemBar
|
93577
|
-
VSwitch: VSwitch
|
93578
|
-
VTable: VTable
|
93579
93598
|
VTab: VTab
|
93580
93599
|
VTabs: VTabs
|
93581
93600
|
VTabsWindow: VTabsWindow
|
93582
93601
|
VTabsWindowItem: VTabsWindowItem
|
93583
|
-
VTextField: VTextField
|
93584
93602
|
VTextarea: VTextarea
|
93603
|
+
VTextField: VTextField
|
93604
|
+
VTimeline: VTimeline
|
93605
|
+
VTimelineItem: VTimelineItem
|
93606
|
+
VTreeview: VTreeview
|
93607
|
+
VTreeviewItem: VTreeviewItem
|
93608
|
+
VTreeviewGroup: VTreeviewGroup
|
93585
93609
|
VToolbar: VToolbar
|
93586
93610
|
VToolbarTitle: VToolbarTitle
|
93587
93611
|
VToolbarItems: VToolbarItems
|
93588
93612
|
VTimePicker: VTimePicker
|
93589
93613
|
VTimePickerClock: VTimePickerClock
|
93590
93614
|
VTimePickerControls: VTimePickerControls
|
93591
|
-
VTimeline: VTimeline
|
93592
|
-
VTimelineItem: VTimelineItem
|
93593
93615
|
VTooltip: VTooltip
|
93594
|
-
VTreeview: VTreeview
|
93595
|
-
VTreeviewItem: VTreeviewItem
|
93596
|
-
VTreeviewGroup: VTreeviewGroup
|
93597
|
-
VAppBar: VAppBar
|
93598
|
-
VAppBarNavIcon: VAppBarNavIcon
|
93599
|
-
VAppBarTitle: VAppBarTitle
|
93600
93616
|
VWindow: VWindow
|
93601
93617
|
VWindowItem: VWindowItem
|
93602
|
-
|
93618
|
+
VBanner: VBanner
|
93619
|
+
VBannerActions: VBannerActions
|
93620
|
+
VBannerText: VBannerText
|
93603
93621
|
VConfirmEdit: VConfirmEdit
|
93604
93622
|
VDataIterator: VDataIterator
|
93605
93623
|
VDefaultsProvider: VDefaultsProvider
|
@@ -93612,16 +93630,17 @@ declare module 'vue' {
|
|
93612
93630
|
VLayout: VLayout
|
93613
93631
|
VLayoutItem: VLayoutItem
|
93614
93632
|
VLazy: VLazy
|
93633
|
+
VLocaleProvider: VLocaleProvider
|
93615
93634
|
VNoSsr: VNoSsr
|
93616
93635
|
VParallax: VParallax
|
93617
|
-
VLocaleProvider: VLocaleProvider
|
93618
93636
|
VRadio: VRadio
|
93619
|
-
|
93637
|
+
VRangeSlider: VRangeSlider
|
93638
|
+
VResponsive: VResponsive
|
93620
93639
|
VSnackbarQueue: VSnackbarQueue
|
93640
|
+
VSparkline: VSparkline
|
93621
93641
|
VSpeedDial: VSpeedDial
|
93622
|
-
VRangeSlider: VRangeSlider
|
93623
|
-
VValidation: VValidation
|
93624
93642
|
VThemeProvider: VThemeProvider
|
93643
|
+
VValidation: VValidation
|
93625
93644
|
VVirtualScroll: VVirtualScroll
|
93626
93645
|
VFabTransition: VFabTransition
|
93627
93646
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -93639,25 +93658,26 @@ declare module 'vue' {
|
|
93639
93658
|
VExpandTransition: VExpandTransition
|
93640
93659
|
VExpandXTransition: VExpandXTransition
|
93641
93660
|
VDialogTransition: VDialogTransition
|
93642
|
-
|
93643
|
-
|
93661
|
+
VRadioGroup: VRadioGroup
|
93662
|
+
VTable: VTable
|
93663
|
+
VColorInput: VColorInput
|
93644
93664
|
VFileUpload: VFileUpload
|
93645
93665
|
VFileUploadItem: VFileUploadItem
|
93666
|
+
VIconBtn: VIconBtn
|
93667
|
+
VPicker: VPicker
|
93668
|
+
VPickerTitle: VPickerTitle
|
93669
|
+
VStepperVertical: VStepperVertical
|
93670
|
+
VStepperVerticalItem: VStepperVerticalItem
|
93671
|
+
VStepperVerticalActions: VStepperVerticalActions
|
93672
|
+
VHotkey: VHotkey
|
93646
93673
|
VCalendar: VCalendar
|
93647
93674
|
VCalendarDay: VCalendarDay
|
93648
93675
|
VCalendarHeader: VCalendarHeader
|
93649
93676
|
VCalendarInterval: VCalendarInterval
|
93650
93677
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
93651
93678
|
VCalendarMonthDay: VCalendarMonthDay
|
93652
|
-
VColorInput: VColorInput
|
93653
|
-
VPicker: VPicker
|
93654
|
-
VPickerTitle: VPickerTitle
|
93655
|
-
VIconBtn: VIconBtn
|
93656
|
-
VStepperVertical: VStepperVertical
|
93657
|
-
VStepperVerticalItem: VStepperVerticalItem
|
93658
|
-
VStepperVerticalActions: VStepperVerticalActions
|
93659
|
-
VMaskInput: VMaskInput
|
93660
93679
|
VDateInput: VDateInput
|
93680
|
+
VMaskInput: VMaskInput
|
93661
93681
|
VPullToRefresh: VPullToRefresh
|
93662
93682
|
}
|
93663
93683
|
export interface GlobalDirectives {
|