vuetify 3.8.1 → 3.8.3
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 +2066 -2066
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +4116 -3862
- package/dist/vuetify-labs.cjs +784 -697
- package/dist/vuetify-labs.css +3174 -3162
- package/dist/vuetify-labs.d.ts +2103 -1144
- package/dist/vuetify-labs.esm.js +785 -698
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +784 -697
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +565 -590
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2963 -2960
- package/dist/vuetify.d.ts +190 -169
- package/dist/vuetify.esm.js +566 -591
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +565 -590
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1264 -1235
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +18 -5
- package/lib/blueprints/md3.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/VCode/VCode.css +3 -0
- package/lib/components/VCode/VCode.sass +3 -0
- 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.css +1 -1
- package/lib/components/VDataTable/VDataTable.js +7 -7
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +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.d.ts +7 -7
- 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.d.ts +7 -7
- 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.d.ts +4 -0
- package/lib/components/VOverlay/locationStrategies.js +33 -4
- 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 +3 -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 +23 -56
- package/lib/composables/calendar.js +16 -18
- 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/date/DateAdapter.d.ts +1 -0
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -0
- package/lib/composables/date/adapters/vuetify.js +101 -160
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/date.js +0 -20
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/defaults.js +6 -3
- package/lib/composables/defaults.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/filter.js +2 -1
- package/lib/composables/filter.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 +9 -9
- 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.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +80 -71
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +607 -218
- 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 +56 -19
- 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/VDateInput/VDateInput.d.ts +7 -7
- 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/labs/entry-bundler.d.ts +1 -0
- package/lib/util/box.js.map +1 -1
- package/lib/util/helpers.d.ts +7 -2
- package/lib/util/helpers.js +16 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +49 -47
package/lib/framework.d.ts
CHANGED
|
@@ -85,6 +85,7 @@ interface DateAdapter<T = unknown> {
|
|
|
85
85
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
|
86
86
|
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
|
87
87
|
getWeekdays(firstDayOfWeek?: number | string): string[];
|
|
88
|
+
getWeek(date: T, firstDayOfWeek?: number | string, firstWeekMinSize?: number): number;
|
|
88
89
|
getMonth(date: T): number;
|
|
89
90
|
setMonth(date: T, month: number): T;
|
|
90
91
|
getDate(date: T): number;
|
|
@@ -334,9 +335,11 @@ interface DisplayInstance {
|
|
|
334
335
|
update(): void;
|
|
335
336
|
}
|
|
336
337
|
declare function useDisplay(props?: DisplayProps, name?: string): {
|
|
337
|
-
displayClasses:
|
|
338
|
+
displayClasses: Readonly<Ref<{
|
|
338
339
|
[x: string]: boolean;
|
|
339
|
-
}
|
|
340
|
+
}, {
|
|
341
|
+
[x: string]: boolean;
|
|
342
|
+
}>>;
|
|
340
343
|
mobile: vue.ComputedRef<boolean>;
|
|
341
344
|
xs: Ref<boolean>;
|
|
342
345
|
sm: Ref<boolean>;
|
|
@@ -483,7 +486,7 @@ declare function provideExpanded(props: ExpandProps): {
|
|
|
483
486
|
expanded: Ref<Set<string>, Set<string>> & {
|
|
484
487
|
readonly externalValue: readonly string[];
|
|
485
488
|
};
|
|
486
|
-
expandOnClick: Ref<boolean, boolean
|
|
489
|
+
expandOnClick: Readonly<Ref<boolean, boolean>>;
|
|
487
490
|
isExpanded: (item: DataTableItem) => boolean;
|
|
488
491
|
toggleExpand: (item: DataTableItem) => void;
|
|
489
492
|
};
|
|
@@ -544,7 +547,7 @@ declare function provideSelection(props: SelectionProps, { allItems, currentPage
|
|
|
544
547
|
isSomeSelected: (items: SelectableItem | SelectableItem[]) => boolean;
|
|
545
548
|
someSelected: vue.ComputedRef<boolean>;
|
|
546
549
|
allSelected: vue.ComputedRef<boolean>;
|
|
547
|
-
showSelectAll:
|
|
550
|
+
showSelectAll: Readonly<Ref<boolean, boolean>>;
|
|
548
551
|
lastSelectedIndex: vue.ShallowRef<number | null, number | null>;
|
|
549
552
|
selectStrategy: vue.ComputedRef<DataTableSelectStrategy>;
|
|
550
553
|
};
|
|
@@ -635,6 +638,10 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
635
638
|
y: number;
|
|
636
639
|
};
|
|
637
640
|
contentBox: Box;
|
|
641
|
+
flipped: {
|
|
642
|
+
x: boolean;
|
|
643
|
+
y: boolean;
|
|
644
|
+
};
|
|
638
645
|
} | undefined;
|
|
639
646
|
};
|
|
640
647
|
|
|
@@ -962,7 +969,7 @@ declare const VSnackbar: {
|
|
|
962
969
|
animateClick: () => void;
|
|
963
970
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
964
971
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
965
|
-
localTop:
|
|
972
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
966
973
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
967
974
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
968
975
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -1137,7 +1144,7 @@ declare const VSnackbar: {
|
|
|
1137
1144
|
animateClick: () => void;
|
|
1138
1145
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1139
1146
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1140
|
-
localTop:
|
|
1147
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1141
1148
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1142
1149
|
}> & {} & 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}`> & {
|
|
1143
1150
|
_allExposed: {
|
|
@@ -1147,7 +1154,7 @@ declare const VSnackbar: {
|
|
|
1147
1154
|
animateClick: () => void;
|
|
1148
1155
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1149
1156
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1150
|
-
localTop:
|
|
1157
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1151
1158
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1152
1159
|
} | {};
|
|
1153
1160
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -1493,7 +1500,7 @@ declare const VSnackbar: {
|
|
|
1493
1500
|
animateClick: () => void;
|
|
1494
1501
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1495
1502
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1496
|
-
localTop:
|
|
1503
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1497
1504
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1498
1505
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1499
1506
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -1668,7 +1675,7 @@ declare const VSnackbar: {
|
|
|
1668
1675
|
animateClick: () => void;
|
|
1669
1676
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1670
1677
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1671
|
-
localTop:
|
|
1678
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1672
1679
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1673
1680
|
}> & {} & 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}`> & {
|
|
1674
1681
|
_allExposed: {
|
|
@@ -1678,7 +1685,7 @@ declare const VSnackbar: {
|
|
|
1678
1685
|
animateClick: () => void;
|
|
1679
1686
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1680
1687
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1681
|
-
localTop:
|
|
1688
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1682
1689
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1683
1690
|
} | {};
|
|
1684
1691
|
}, {}, {}, {}, {
|
|
@@ -2009,7 +2016,7 @@ declare const VSnackbar: {
|
|
|
2009
2016
|
animateClick: () => void;
|
|
2010
2017
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2011
2018
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
2012
|
-
localTop:
|
|
2019
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
2013
2020
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
2014
2021
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2015
2022
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -2184,7 +2191,7 @@ declare const VSnackbar: {
|
|
|
2184
2191
|
animateClick: () => void;
|
|
2185
2192
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2186
2193
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
2187
|
-
localTop:
|
|
2194
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
2188
2195
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
2189
2196
|
}> & {} & 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}`> & {
|
|
2190
2197
|
_allExposed: {
|
|
@@ -2194,7 +2201,7 @@ declare const VSnackbar: {
|
|
|
2194
2201
|
animateClick: () => void;
|
|
2195
2202
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2196
2203
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
2197
|
-
localTop:
|
|
2204
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
2198
2205
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
2199
2206
|
} | {};
|
|
2200
2207
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -2511,6 +2518,7 @@ declare function createVuetify(vuetify?: VuetifyOptions): {
|
|
|
2511
2518
|
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
|
2512
2519
|
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
|
2513
2520
|
getWeekdays: (firstDayOfWeek?: number | string) => string[];
|
|
2521
|
+
getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
|
|
2514
2522
|
getMonth: (date: unknown) => number;
|
|
2515
2523
|
setMonth: (date: unknown, month: number) => unknown;
|
|
2516
2524
|
getDate: (date: unknown) => number;
|
|
@@ -2530,7 +2538,8 @@ declare namespace createVuetify {
|
|
|
2530
2538
|
}
|
|
2531
2539
|
declare const version: string;
|
|
2532
2540
|
|
|
2533
|
-
export {
|
|
2541
|
+
export { DateModule, createVuetify, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|
|
2542
|
+
export type { ActiveStrategy, Anchor, Blueprint, CellPropsFunction as DataTableCellPropsFunction, DataTableCompareFunction, DataTableHeader, HeaderCellPropsFunction as DataTableHeaderCellPropsFunction, RowPropsFunction as DataTableRowPropsFunction, SortItem as DataTableSortItem, DateInstance, DateOptions, DefaultsInstance, DisplayBreakpoint, DisplayInstance, DisplayThresholds, FilterFunction, FilterMatch, GoToInstance, IconAliases, IconOptions, IconProps, IconSet, InternalItem, JSXComponent, LocaleInstance, LocaleMessages, LocaleOptions, LocationStrategyFunction, OpenStrategy, RtlInstance, RtlOptions, ScrollStrategyFunction, SelectStrategy, SnackbarMessage as SnackbarQueueMessage, SubmitEventPromise, ThemeDefinition, ThemeInstance, ValidationRule, VuetifyOptions };
|
|
2534
2543
|
|
|
2535
2544
|
/* eslint-disable local-rules/sort-imports */
|
|
2536
2545
|
|
|
@@ -2568,41 +2577,40 @@ declare module 'vue' {
|
|
|
2568
2577
|
}
|
|
2569
2578
|
export interface GlobalComponents {
|
|
2570
2579
|
VApp: typeof import('vuetify/components')['VApp']
|
|
2571
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2572
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2573
2580
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2574
2581
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2575
2582
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2576
2583
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2584
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2585
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2586
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2587
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2577
2588
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2578
2589
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2579
2590
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2580
2591
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2581
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2582
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2583
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2584
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2585
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2586
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2587
2592
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2588
2593
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2589
2594
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2590
|
-
|
|
2591
|
-
|
|
2595
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2596
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2597
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2592
2598
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2593
2599
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
2594
2600
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
|
2595
2601
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2596
2602
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2597
2603
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2604
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2605
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2606
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2601
2607
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2602
2608
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2609
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2610
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2611
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2612
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2613
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2606
2614
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2607
2615
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2608
2616
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2610,35 +2618,35 @@ declare module 'vue' {
|
|
|
2610
2618
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2611
2619
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2612
2620
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2613
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2614
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2615
2621
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2616
2622
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2617
2623
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2618
2624
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2619
2625
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2620
2626
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2621
|
-
|
|
2622
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2627
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2623
2628
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2624
|
-
|
|
2625
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2626
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2629
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2627
2630
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2628
2631
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2629
2632
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2630
2633
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2634
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2635
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
2636
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2637
|
+
VField: typeof import('vuetify/components')['VField']
|
|
2638
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2639
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2631
2640
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2632
2641
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2633
2642
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2634
2643
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2635
2644
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2636
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
2637
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2638
2645
|
VImg: typeof import('vuetify/components')['VImg']
|
|
2646
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2639
2647
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2640
2648
|
VItem: typeof import('vuetify/components')['VItem']
|
|
2641
|
-
|
|
2649
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
2642
2650
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2643
2651
|
VList: typeof import('vuetify/components')['VList']
|
|
2644
2652
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
@@ -2649,28 +2657,26 @@ declare module 'vue' {
|
|
|
2649
2657
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2650
2658
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2651
2659
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2652
|
-
|
|
2653
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2660
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2654
2661
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2662
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2655
2663
|
VMain: typeof import('vuetify/components')['VMain']
|
|
2656
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2657
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2658
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2659
2664
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2665
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2660
2666
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2667
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2668
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2669
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2661
2670
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2662
2671
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2663
2672
|
VRating: typeof import('vuetify/components')['VRating']
|
|
2664
2673
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2665
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2666
2674
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2675
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2667
2676
|
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2668
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2669
2677
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2678
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2670
2679
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2671
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2672
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2673
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2674
2680
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2675
2681
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2676
2682
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
@@ -2678,45 +2684,47 @@ declare module 'vue' {
|
|
|
2678
2684
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2679
2685
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2680
2686
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2681
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2682
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2683
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
2684
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2685
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2686
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2687
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2688
2687
|
VTab: typeof import('vuetify/components')['VTab']
|
|
2689
2688
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2690
2689
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2691
2690
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2691
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2692
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2693
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2692
2694
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2693
2695
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2696
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2697
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2698
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2699
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2694
2700
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2695
2701
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2702
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2696
2703
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2697
2704
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2705
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
2698
2706
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2699
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
2700
2707
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2701
2708
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2702
2709
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2703
2710
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2704
|
-
|
|
2711
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
2705
2712
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2706
2713
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2707
2714
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2708
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2709
2715
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2710
|
-
|
|
2716
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2711
2717
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2712
2718
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2719
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2720
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2713
2721
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2714
2722
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2715
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2716
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2717
2723
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2718
2724
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2719
|
-
|
|
2725
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2726
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2727
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2720
2728
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2721
2729
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2722
2730
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2733,27 +2741,28 @@ declare module 'vue' {
|
|
|
2733
2741
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2734
2742
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2735
2743
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2736
|
-
|
|
2737
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2738
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2739
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2744
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2740
2745
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2741
2746
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2747
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2742
2748
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
2743
2749
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
2744
2750
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
2745
2751
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
2746
2752
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
2747
2753
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
2754
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2755
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2756
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2757
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2758
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2748
2759
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
2749
2760
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
2750
2761
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
2751
2762
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
2752
2763
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
2753
2764
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
2754
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2755
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2756
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2757
2765
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2766
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
|
2758
2767
|
}
|
|
2759
2768
|
}
|