@vuetify/nightly 3.8.2-master.2025-04-19 → 3.8.2-master.2025-04-23
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 +23 -3
- package/dist/json/attributes.json +3523 -3523
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +6716 -6457
- package/dist/vuetify-labs.cjs +624 -510
- package/dist/vuetify-labs.css +3327 -3318
- package/dist/vuetify-labs.d.ts +1835 -886
- package/dist/vuetify-labs.esm.js +625 -511
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +624 -510
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +402 -396
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3130 -3130
- package/dist/vuetify.d.ts +153 -151
- package/dist/vuetify.esm.js +403 -397
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +402 -396
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +893 -886
- 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/validation.js +0 -5
- package/lib/composables/validation.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 +66 -64
- 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.js +3 -3
- 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,46 @@ declare module 'vue' {
|
|
2570
2572
|
$children?: VNodeChild
|
2571
2573
|
}
|
2572
2574
|
export interface GlobalComponents {
|
2573
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2574
2575
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2575
2576
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2576
2577
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2577
2578
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2578
2579
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2580
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2579
2581
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2582
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2583
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2580
2584
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2585
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2581
2586
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2582
2587
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2583
2588
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2584
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2585
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2586
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2587
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2588
2589
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2589
2590
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2590
2591
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2592
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2593
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2591
2594
|
VCard: typeof import('vuetify/components')['VCard']
|
2592
2595
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2593
2596
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2594
2597
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2595
2598
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2596
2599
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2597
|
-
|
2600
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2598
2601
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2599
|
-
|
2602
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2600
2603
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2601
2604
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2605
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2602
2606
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2603
2607
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2604
|
-
|
2605
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2608
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2606
2609
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2607
2610
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2608
2611
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2609
2612
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2610
2613
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2611
2614
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2612
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2613
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2614
2615
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2615
2616
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2616
2617
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2618,29 +2619,29 @@ declare module 'vue' {
|
|
2618
2619
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2619
2620
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2620
2621
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2622
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2621
2623
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2624
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2622
2625
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2623
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
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
|
-
|
2629
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2630
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2630
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2631
2631
|
VField: typeof import('vuetify/components')['VField']
|
2632
2632
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2633
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2633
2634
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2634
|
-
|
2635
|
-
|
2636
|
-
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2637
|
-
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2638
|
-
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2639
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2635
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2636
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2640
2637
|
VImg: typeof import('vuetify/components')['VImg']
|
2641
|
-
|
2638
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2642
2639
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2643
2640
|
VItem: typeof import('vuetify/components')['VItem']
|
2641
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2642
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2643
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2644
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2644
2645
|
VList: typeof import('vuetify/components')['VList']
|
2645
2646
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2646
2647
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2650,25 +2651,26 @@ declare module 'vue' {
|
|
2650
2651
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2651
2652
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2652
2653
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2653
|
-
|
2654
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2655
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2656
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2654
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2657
2655
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2656
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2658
2657
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2659
2658
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2660
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2661
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2662
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2663
2659
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2664
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2665
2660
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2666
|
-
|
2661
|
+
VIcon: typeof import('vuetify/components')['VIcon']
|
2662
|
+
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2663
|
+
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2664
|
+
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2665
|
+
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2666
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2667
2667
|
VRating: typeof import('vuetify/components')['VRating']
|
2668
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2669
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2668
2670
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2671
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2669
2672
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2670
2673
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2671
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2672
2674
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2673
2675
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2674
2676
|
VSlider: typeof import('vuetify/components')['VSlider']
|
@@ -2680,12 +2682,14 @@ declare module 'vue' {
|
|
2680
2682
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2681
2683
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2682
2684
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2683
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2684
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2685
2685
|
VTab: typeof import('vuetify/components')['VTab']
|
2686
2686
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2687
2687
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2688
2688
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2689
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2690
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2691
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2692
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2689
2693
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2690
2694
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2691
2695
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
@@ -2693,8 +2697,7 @@ declare module 'vue' {
|
|
2693
2697
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2694
2698
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2695
2699
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2696
|
-
|
2697
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2700
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2698
2701
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2699
2702
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2700
2703
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -2703,19 +2706,22 @@ declare module 'vue' {
|
|
2703
2706
|
VCol: typeof import('vuetify/components')['VCol']
|
2704
2707
|
VRow: typeof import('vuetify/components')['VRow']
|
2705
2708
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2706
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2707
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2708
2709
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2709
2710
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2711
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2710
2712
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2711
2713
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2712
|
-
|
2714
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2713
2715
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2716
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
2714
2717
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2715
2718
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2716
2719
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2717
2720
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2718
2721
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2722
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2723
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2724
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2719
2725
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2720
2726
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2721
2727
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2732,30 +2738,26 @@ declare module 'vue' {
|
|
2732
2738
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2733
2739
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2734
2740
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2735
|
-
|
2736
|
-
|
2737
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2738
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2739
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2740
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2741
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2741
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2742
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2742
2743
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2743
2744
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2744
2745
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2745
2746
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2746
2747
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2747
2748
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2748
|
-
|
2749
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2749
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2750
2750
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2751
2751
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2752
2752
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2753
|
-
|
2754
|
-
|
2755
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2753
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2754
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2756
2755
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2757
2756
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2758
2757
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2758
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2759
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2760
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
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