@vuetify/nightly 3.8.2-master.2025-04-17 → 3.8.2-master.2025-04-22
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 +24 -3
- package/dist/json/attributes.json +2022 -2022
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +170 -170
- package/dist/json/web-types.json +4067 -3809
- package/dist/vuetify-labs.cjs +631 -514
- package/dist/vuetify-labs.css +5232 -5223
- package/dist/vuetify-labs.d.ts +1855 -915
- package/dist/vuetify-labs.esm.js +632 -515
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +631 -514
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +402 -391
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2556 -2556
- package/dist/vuetify.d.ts +168 -166
- package/dist/vuetify.esm.js +403 -392
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +402 -391
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +893 -885
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +8 -9
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.js +4 -4
- package/lib/components/VAppBar/VAppBar.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.js +2 -3
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +3 -3
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +8 -8
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +6 -6
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +1 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +3 -3
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.js +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VCard/VCard.js +7 -8
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +2 -3
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.js +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.js.map +1 -1
- package/lib/components/VChip/VChip.js +8 -9
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.js +5 -5
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +3 -4
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.js +2 -2
- package/lib/components/VCounter/VCounter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +2 -2
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +7 -7
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.js +7 -7
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/expand.d.ts +1 -1
- package/lib/components/VDataTable/composables/expand.js +1 -1
- package/lib/components/VDataTable/composables/expand.js.map +1 -1
- package/lib/components/VDataTable/composables/options.js +8 -8
- package/lib/components/VDataTable/composables/options.js.map +1 -1
- package/lib/components/VDataTable/composables/select.d.ts +2 -2
- package/lib/components/VDataTable/composables/select.js +2 -2
- package/lib/components/VDataTable/composables/select.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.d.ts +2 -2
- package/lib/components/VDataTable/composables/sort.js +2 -2
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +4 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDialog/VDialog.d.ts +9 -9
- package/lib/components/VDivider/VDivider.js +2 -2
- package/lib/components/VDivider/VDivider.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +1 -2
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.js +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.js +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.js +14 -14
- package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
- package/lib/components/VFab/VFab.js +2 -2
- package/lib/components/VFab/VFab.js.map +1 -1
- package/lib/components/VField/VField.js +5 -5
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +2 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.js +4 -4
- package/lib/components/VFooter/VFooter.js.map +1 -1
- package/lib/components/VForm/VForm.d.ts +40 -40
- package/lib/components/VIcon/VIcon.js +4 -4
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VImg/VImg.js +2 -2
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +3 -3
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VLayout/VLayoutItem.js +5 -5
- package/lib/components/VLayout/VLayoutItem.js.map +1 -1
- package/lib/components/VList/VList.js +14 -14
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +3 -3
- package/lib/components/VList/VListItem.js +6 -6
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListSubheader.js +1 -2
- package/lib/components/VList/VListSubheader.js.map +1 -1
- package/lib/components/VMenu/VMenu.d.ts +15 -15
- package/lib/components/VMenu/VMenu.js +2 -2
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.js +1 -1
- package/lib/components/VMessages/VMessages.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +6 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +11 -11
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +7 -7
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.js +4 -4
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +10 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +7 -7
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +9 -9
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +4 -4
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +2 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.js +7 -7
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js +15 -15
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js.map +1 -1
- package/lib/components/VSheet/VSheet.js +1 -2
- package/lib/components/VSheet/VSheet.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +2 -2
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSlider/slider.js +10 -10
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.d.ts +9 -9
- package/lib/components/VSparkline/VSparkline.js +2 -2
- package/lib/components/VSparkline/VSparkline.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.js +3 -3
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.js +2 -2
- package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
- package/lib/components/VTabs/VTab.d.ts +3 -3
- package/lib/components/VTabs/VTab.js +1 -1
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +7 -7
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.js +9 -9
- package/lib/components/VTimeline/VTimeline.js.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.js +2 -3
- package/lib/components/VTimeline/VTimelineDivider.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +2 -2
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.js +2 -2
- package/lib/components/VToolbar/VToolbarItems.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.d.ts +9 -9
- package/lib/components/VTooltip/VTooltip.js +3 -3
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/transitions/dialog-transition.js +11 -2
- package/lib/components/transitions/dialog-transition.js.map +1 -1
- package/lib/composables/border.d.ts +1 -1
- package/lib/composables/border.js +5 -8
- package/lib/composables/border.js.map +1 -1
- package/lib/composables/calendar.d.ts +21 -54
- package/lib/composables/calendar.js +11 -11
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/color.d.ts +8 -10
- package/lib/composables/color.js +21 -22
- package/lib/composables/color.js.map +1 -1
- package/lib/composables/density.d.ts +1 -1
- package/lib/composables/density.js +2 -2
- package/lib/composables/density.js.map +1 -1
- package/lib/composables/display.d.ts +4 -2
- package/lib/composables/display.js +2 -2
- package/lib/composables/display.js.map +1 -1
- package/lib/composables/elevation.js +4 -6
- package/lib/composables/elevation.js.map +1 -1
- package/lib/composables/focus.d.ts +4 -2
- package/lib/composables/focus.js +2 -2
- package/lib/composables/focus.js.map +1 -1
- package/lib/composables/form.d.ts +7 -7
- package/lib/composables/form.js +3 -3
- package/lib/composables/form.js.map +1 -1
- package/lib/composables/goto.js +2 -2
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/group.d.ts +3 -3
- package/lib/composables/group.js +4 -4
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/icons.d.ts +2 -2
- package/lib/composables/icons.js +2 -2
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/layout.d.ts +10 -4
- package/lib/composables/layout.js +4 -4
- package/lib/composables/layout.js.map +1 -1
- package/lib/composables/lazy.d.ts +1 -1
- package/lib/composables/lazy.js +2 -2
- package/lib/composables/lazy.js.map +1 -1
- package/lib/composables/loader.d.ts +4 -2
- package/lib/composables/loader.js +2 -2
- package/lib/composables/loader.js.map +1 -1
- package/lib/composables/locale.js +3 -3
- package/lib/composables/locale.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +3 -3
- package/lib/composables/nested/nested.js +4 -4
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/position.d.ts +1 -1
- package/lib/composables/position.js +2 -2
- package/lib/composables/position.js.map +1 -1
- package/lib/composables/router.d.ts +3 -3
- package/lib/composables/router.js +8 -8
- package/lib/composables/router.js.map +1 -1
- package/lib/composables/size.d.ts +8 -5
- package/lib/composables/size.js +6 -5
- package/lib/composables/size.js.map +1 -1
- package/lib/composables/ssrBoot.d.ts +4 -2
- package/lib/composables/ssrBoot.js +2 -2
- package/lib/composables/ssrBoot.js.map +1 -1
- package/lib/composables/stack.d.ts +7 -5
- package/lib/composables/stack.js +5 -5
- package/lib/composables/stack.js.map +1 -1
- package/lib/composables/theme.js +7 -7
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/variant.d.ts +5 -6
- package/lib/composables/variant.js +6 -6
- package/lib/composables/variant.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +81 -79
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +600 -211
- package/lib/labs/VCalendar/VCalendar.js +55 -27
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +9 -0
- package/lib/labs/VCalendar/VCalendarDay.d.ts +329 -17
- package/lib/labs/VCalendar/VCalendarDay.js +18 -10
- package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.sass +8 -0
- package/lib/labs/VCalendar/VCalendarEvent.js +15 -5
- package/lib/labs/VCalendar/VCalendarEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.d.ts +44 -17
- package/lib/labs/VCalendar/VCalendarHeader.js +5 -2
- package/lib/labs/VCalendar/VCalendarHeader.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +171 -17
- package/lib/labs/VCalendar/VCalendarInterval.js +66 -35
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +92 -17
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js +30 -10
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +122 -88
- package/lib/labs/VCalendar/VCalendarMonthDay.js +24 -22
- package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.d.ts +6 -21
- package/lib/labs/VIconBtn/VIconBtn.js +10 -12
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VPicker/VPicker.js +1 -2
- package/lib/labs/VPicker/VPicker.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +3 -3
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/labs/VTreeview/VTreeview.js +11 -11
- package/lib/labs/VTreeview/VTreeview.js.map +1 -1
- package/lib/util/box.js.map +1 -1
- package/lib/util/helpers.d.ts +5 -2
- package/lib/util/helpers.js +9 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -335,9 +335,11 @@ interface DisplayInstance {
|
|
335
335
|
update(): void;
|
336
336
|
}
|
337
337
|
declare function useDisplay(props?: DisplayProps, name?: string): {
|
338
|
-
displayClasses:
|
338
|
+
displayClasses: Readonly<Ref<{
|
339
339
|
[x: string]: boolean;
|
340
|
-
}
|
340
|
+
}, {
|
341
|
+
[x: string]: boolean;
|
342
|
+
}>>;
|
341
343
|
mobile: vue.ComputedRef<boolean>;
|
342
344
|
xs: Ref<boolean>;
|
343
345
|
sm: Ref<boolean>;
|
@@ -484,7 +486,7 @@ declare function provideExpanded(props: ExpandProps): {
|
|
484
486
|
expanded: Ref<Set<string>, Set<string>> & {
|
485
487
|
readonly externalValue: readonly string[];
|
486
488
|
};
|
487
|
-
expandOnClick: Ref<boolean, boolean
|
489
|
+
expandOnClick: Readonly<Ref<boolean, boolean>>;
|
488
490
|
isExpanded: (item: DataTableItem) => boolean;
|
489
491
|
toggleExpand: (item: DataTableItem) => void;
|
490
492
|
};
|
@@ -545,7 +547,7 @@ declare function provideSelection(props: SelectionProps, { allItems, currentPage
|
|
545
547
|
isSomeSelected: (items: SelectableItem | SelectableItem[]) => boolean;
|
546
548
|
someSelected: vue.ComputedRef<boolean>;
|
547
549
|
allSelected: vue.ComputedRef<boolean>;
|
548
|
-
showSelectAll:
|
550
|
+
showSelectAll: Readonly<Ref<boolean, boolean>>;
|
549
551
|
lastSelectedIndex: vue.ShallowRef<number | null, number | null>;
|
550
552
|
selectStrategy: vue.ComputedRef<DataTableSelectStrategy>;
|
551
553
|
};
|
@@ -963,7 +965,7 @@ declare const VSnackbar: {
|
|
963
965
|
animateClick: () => void;
|
964
966
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
965
967
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
966
|
-
localTop:
|
968
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
967
969
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
968
970
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
969
971
|
'click:outside': (e: MouseEvent) => true;
|
@@ -1138,7 +1140,7 @@ declare const VSnackbar: {
|
|
1138
1140
|
animateClick: () => void;
|
1139
1141
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1140
1142
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1141
|
-
localTop:
|
1143
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1142
1144
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1143
1145
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1144
1146
|
_allExposed: {
|
@@ -1148,7 +1150,7 @@ declare const VSnackbar: {
|
|
1148
1150
|
animateClick: () => void;
|
1149
1151
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1150
1152
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1151
|
-
localTop:
|
1153
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1152
1154
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1153
1155
|
} | {};
|
1154
1156
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -1494,7 +1496,7 @@ declare const VSnackbar: {
|
|
1494
1496
|
animateClick: () => void;
|
1495
1497
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1496
1498
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1497
|
-
localTop:
|
1499
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1498
1500
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1499
1501
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1500
1502
|
'click:outside': (e: MouseEvent) => true;
|
@@ -1669,7 +1671,7 @@ declare const VSnackbar: {
|
|
1669
1671
|
animateClick: () => void;
|
1670
1672
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1671
1673
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1672
|
-
localTop:
|
1674
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1673
1675
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1674
1676
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1675
1677
|
_allExposed: {
|
@@ -1679,7 +1681,7 @@ declare const VSnackbar: {
|
|
1679
1681
|
animateClick: () => void;
|
1680
1682
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1681
1683
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1682
|
-
localTop:
|
1684
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1683
1685
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1684
1686
|
} | {};
|
1685
1687
|
}, {}, {}, {}, {
|
@@ -2010,7 +2012,7 @@ declare const VSnackbar: {
|
|
2010
2012
|
animateClick: () => void;
|
2011
2013
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2012
2014
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
2013
|
-
localTop:
|
2015
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
2014
2016
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
2015
2017
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2016
2018
|
'click:outside': (e: MouseEvent) => true;
|
@@ -2185,7 +2187,7 @@ declare const VSnackbar: {
|
|
2185
2187
|
animateClick: () => void;
|
2186
2188
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2187
2189
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
2188
|
-
localTop:
|
2190
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
2189
2191
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
2190
2192
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
2191
2193
|
_allExposed: {
|
@@ -2195,7 +2197,7 @@ declare const VSnackbar: {
|
|
2195
2197
|
animateClick: () => void;
|
2196
2198
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2197
2199
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
2198
|
-
localTop:
|
2200
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
2199
2201
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
2200
2202
|
} | {};
|
2201
2203
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -2570,47 +2572,41 @@ declare module 'vue' {
|
|
2570
2572
|
$children?: VNodeChild
|
2571
2573
|
}
|
2572
2574
|
export interface GlobalComponents {
|
2573
|
-
|
2574
|
-
|
2575
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2576
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2575
2577
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2576
2578
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2577
2579
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2578
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2579
2580
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2581
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2582
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2583
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2580
2584
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2581
2585
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2582
2586
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2583
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2584
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2585
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2586
2587
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2587
|
-
|
2588
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2589
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2588
2590
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2589
2591
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2590
2592
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2591
|
-
|
2592
|
-
|
2593
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2594
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2593
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2594
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2595
2595
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2596
2596
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2597
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2597
2598
|
VCard: typeof import('vuetify/components')['VCard']
|
2598
2599
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2599
2600
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2600
2601
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2601
2602
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2602
2603
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2603
|
-
|
2604
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2605
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2604
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2606
2605
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2607
|
-
|
2608
|
-
|
2609
|
-
|
2610
|
-
|
2611
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2612
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2613
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2606
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2607
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2608
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2609
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2614
2610
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2615
2611
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2616
2612
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2618,26 +2614,36 @@ declare module 'vue' {
|
|
2618
2614
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2619
2615
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2620
2616
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2617
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2618
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2621
2619
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2622
|
-
|
2623
|
-
|
2620
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2621
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2622
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2623
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2624
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2625
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2624
2626
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2625
2627
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2626
2628
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2627
2629
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2628
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2629
|
-
VImg: typeof import('vuetify/components')['VImg']
|
2630
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2631
2630
|
VField: typeof import('vuetify/components')['VField']
|
2632
2631
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2632
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2633
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2634
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2635
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2636
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2637
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2633
2638
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2634
2639
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2635
2640
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2636
2641
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2637
2642
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2638
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2639
2643
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2640
2644
|
VItem: typeof import('vuetify/components')['VItem']
|
2645
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2646
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2641
2647
|
VList: typeof import('vuetify/components')['VList']
|
2642
2648
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2643
2649
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2647,78 +2653,74 @@ declare module 'vue' {
|
|
2647
2653
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2648
2654
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2649
2655
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2650
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2651
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2652
2656
|
VLabel: typeof import('vuetify/components')['VLabel']
|
2653
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2654
2657
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2655
|
-
|
2658
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2656
2659
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2657
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2658
2660
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2661
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2659
2662
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2660
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2661
2663
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2662
2664
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2663
|
-
|
2665
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2664
2666
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2665
2667
|
VRating: typeof import('vuetify/components')['VRating']
|
2666
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2667
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2668
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2669
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2670
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2671
2668
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2669
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2672
2670
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2671
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2672
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2673
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2674
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2673
2675
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2676
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2674
2677
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2678
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2679
|
+
VTab: typeof import('vuetify/components')['VTab']
|
2680
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
2681
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2682
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2683
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2675
2684
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2676
2685
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2677
2686
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2678
2687
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2679
2688
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2680
2689
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2681
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2682
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2683
2690
|
VTable: typeof import('vuetify/components')['VTable']
|
2691
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2684
2692
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2685
2693
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2686
|
-
|
2687
|
-
VTab: typeof import('vuetify/components')['VTab']
|
2688
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
2689
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2690
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2694
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2691
2695
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2692
2696
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2693
2697
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2694
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2695
2698
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2696
2699
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2697
2700
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2698
2701
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2699
2702
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2703
|
+
VForm: typeof import('vuetify/components')['VForm']
|
2704
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2700
2705
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2701
2706
|
VCol: typeof import('vuetify/components')['VCol']
|
2702
2707
|
VRow: typeof import('vuetify/components')['VRow']
|
2703
2708
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2704
|
-
|
2705
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2709
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2706
2710
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2707
2711
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2708
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2709
2712
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2710
2713
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2711
2714
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2712
2715
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2713
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2714
2716
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2717
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2715
2718
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2716
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2717
2719
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2720
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2718
2721
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2719
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2720
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2721
2722
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2723
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2722
2724
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2723
2725
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2724
2726
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2735,27 +2737,27 @@ declare module 'vue' {
|
|
2735
2737
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2736
2738
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2737
2739
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2738
|
-
|
2739
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2740
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2741
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2742
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2743
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2744
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2745
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2746
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2740
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2747
2741
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2748
2742
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2749
2743
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2750
2744
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2751
2745
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2752
2746
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2753
|
-
|
2754
|
-
|
2755
|
-
|
2747
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2748
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2749
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2750
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2751
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2752
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2753
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2754
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2756
2755
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2757
2756
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2758
2757
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2758
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2759
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2760
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2759
2761
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2760
2762
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2761
2763
|
}
|
package/lib/framework.js
CHANGED