@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/dist/vuetify.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref, DeepReadonly, ComponentPublicInstance, FunctionalComponent, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, CSSProperties, Raw, ComponentInternalInstance, EffectScope, nextTick, VNodeProps, DirectiveBinding,
|
2
|
+
import { Ref, DeepReadonly, ComponentPublicInstance, FunctionalComponent, ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, CSSProperties, Raw, ComponentInternalInstance, EffectScope, nextTick, VNodeProps, DirectiveBinding, Component, ComputedRef, WritableComputedRef, UnwrapRef, Prop, InjectionKey } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
// @ts-ignore
|
@@ -620,9 +620,11 @@ interface DisplayInstance {
|
|
620
620
|
update(): void;
|
621
621
|
}
|
622
622
|
declare function useDisplay(props?: DisplayProps, name?: string): {
|
623
|
-
displayClasses:
|
623
|
+
displayClasses: Readonly<Ref<{
|
624
624
|
[x: string]: boolean;
|
625
|
-
}
|
625
|
+
}, {
|
626
|
+
[x: string]: boolean;
|
627
|
+
}>>;
|
626
628
|
mobile: vue.ComputedRef<boolean>;
|
627
629
|
xs: Ref<boolean>;
|
628
630
|
sm: Ref<boolean>;
|
@@ -821,7 +823,7 @@ declare function provideExpanded(props: ExpandProps): {
|
|
821
823
|
expanded: Ref<Set<string>, Set<string>> & {
|
822
824
|
readonly externalValue: readonly string[];
|
823
825
|
};
|
824
|
-
expandOnClick: Ref<boolean, boolean
|
826
|
+
expandOnClick: Readonly<Ref<boolean, boolean>>;
|
825
827
|
isExpanded: (item: DataTableItem) => boolean;
|
826
828
|
toggleExpand: (item: DataTableItem) => void;
|
827
829
|
};
|
@@ -912,7 +914,7 @@ declare function provideSelection(props: SelectionProps, { allItems, currentPage
|
|
912
914
|
isSomeSelected: (items: SelectableItem | SelectableItem[]) => boolean;
|
913
915
|
someSelected: vue.ComputedRef<boolean>;
|
914
916
|
allSelected: vue.ComputedRef<boolean>;
|
915
|
-
showSelectAll:
|
917
|
+
showSelectAll: Readonly<Ref<boolean, boolean>>;
|
916
918
|
lastSelectedIndex: vue.ShallowRef<number | null, number | null>;
|
917
919
|
selectStrategy: vue.ComputedRef<DataTableSelectStrategy>;
|
918
920
|
};
|
@@ -1346,7 +1348,7 @@ declare const VSnackbar: {
|
|
1346
1348
|
animateClick: () => void;
|
1347
1349
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1348
1350
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1349
|
-
localTop:
|
1351
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1350
1352
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1351
1353
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1352
1354
|
'click:outside': (e: MouseEvent) => true;
|
@@ -1521,7 +1523,7 @@ declare const VSnackbar: {
|
|
1521
1523
|
animateClick: () => void;
|
1522
1524
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1523
1525
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1524
|
-
localTop:
|
1526
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1525
1527
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1526
1528
|
}> & {} & 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}`> & {
|
1527
1529
|
_allExposed: {
|
@@ -1531,7 +1533,7 @@ declare const VSnackbar: {
|
|
1531
1533
|
animateClick: () => void;
|
1532
1534
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1533
1535
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1534
|
-
localTop:
|
1536
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1535
1537
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1536
1538
|
} | {};
|
1537
1539
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -1877,7 +1879,7 @@ declare const VSnackbar: {
|
|
1877
1879
|
animateClick: () => void;
|
1878
1880
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1879
1881
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1880
|
-
localTop:
|
1882
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
1881
1883
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1882
1884
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1883
1885
|
'click:outside': (e: MouseEvent) => true;
|
@@ -2052,7 +2054,7 @@ declare const VSnackbar: {
|
|
2052
2054
|
animateClick: () => void;
|
2053
2055
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2054
2056
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
2055
|
-
localTop:
|
2057
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
2056
2058
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
2057
2059
|
}> & {} & 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}`> & {
|
2058
2060
|
_allExposed: {
|
@@ -2062,7 +2064,7 @@ declare const VSnackbar: {
|
|
2062
2064
|
animateClick: () => void;
|
2063
2065
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2064
2066
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
2065
|
-
localTop:
|
2067
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
2066
2068
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
2067
2069
|
} | {};
|
2068
2070
|
}, {}, {}, {}, {
|
@@ -2393,7 +2395,7 @@ declare const VSnackbar: {
|
|
2393
2395
|
animateClick: () => void;
|
2394
2396
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2395
2397
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
2396
|
-
localTop:
|
2398
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
2397
2399
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
2398
2400
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
2399
2401
|
'click:outside': (e: MouseEvent) => true;
|
@@ -2568,7 +2570,7 @@ declare const VSnackbar: {
|
|
2568
2570
|
animateClick: () => void;
|
2569
2571
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2570
2572
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
2571
|
-
localTop:
|
2573
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
2572
2574
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
2573
2575
|
}> & {} & 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}`> & {
|
2574
2576
|
_allExposed: {
|
@@ -2578,7 +2580,7 @@ declare const VSnackbar: {
|
|
2578
2580
|
animateClick: () => void;
|
2579
2581
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
2580
2582
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
2581
|
-
localTop:
|
2583
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
2582
2584
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
2583
2585
|
} | {};
|
2584
2586
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -4237,11 +4239,11 @@ interface GroupProvide {
|
|
4237
4239
|
prev: () => void;
|
4238
4240
|
next: () => void;
|
4239
4241
|
selectedClass: Ref<string | undefined>;
|
4240
|
-
items:
|
4242
|
+
items: Readonly<Ref<{
|
4241
4243
|
id: string;
|
4242
4244
|
value: unknown;
|
4243
4245
|
disabled: boolean | undefined;
|
4244
|
-
}[]
|
4246
|
+
}[]>>;
|
4245
4247
|
disabled: Ref<boolean | undefined>;
|
4246
4248
|
getItemIndex: (value: unknown) => number;
|
4247
4249
|
}
|
@@ -6457,8 +6459,8 @@ interface LinkProps {
|
|
6457
6459
|
exact: boolean | undefined;
|
6458
6460
|
}
|
6459
6461
|
interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
|
6460
|
-
isLink:
|
6461
|
-
isClickable:
|
6462
|
+
isLink: Readonly<Ref<boolean>>;
|
6463
|
+
isClickable: Readonly<Ref<boolean>>;
|
6462
6464
|
href: Ref<string | undefined>;
|
6463
6465
|
linkProps: Record<string, string | undefined>;
|
6464
6466
|
}
|
@@ -6578,7 +6580,7 @@ declare const VListItem: {
|
|
6578
6580
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
6579
6581
|
getPath: (id: unknown) => unknown[];
|
6580
6582
|
};
|
6581
|
-
id: vue.ComputedRef<{}
|
6583
|
+
id: vue.ComputedRef<{}>;
|
6582
6584
|
link: UseLink;
|
6583
6585
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
6584
6586
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
@@ -6708,7 +6710,7 @@ declare const VListItem: {
|
|
6708
6710
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
6709
6711
|
getPath: (id: unknown) => unknown[];
|
6710
6712
|
};
|
6711
|
-
id: vue.ComputedRef<{}
|
6713
|
+
id: vue.ComputedRef<{}>;
|
6712
6714
|
link: UseLink;
|
6713
6715
|
}, {}, {}, {}, {
|
6714
6716
|
replace: boolean;
|
@@ -6827,7 +6829,7 @@ declare const VListItem: {
|
|
6827
6829
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
6828
6830
|
getPath: (id: unknown) => unknown[];
|
6829
6831
|
};
|
6830
|
-
id: vue.ComputedRef<{}
|
6832
|
+
id: vue.ComputedRef<{}>;
|
6831
6833
|
link: UseLink;
|
6832
6834
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
6833
6835
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
@@ -8529,7 +8531,7 @@ declare const VMenu: {
|
|
8529
8531
|
} & {
|
8530
8532
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
8531
8533
|
}, {
|
8532
|
-
id: vue.
|
8534
|
+
id: Readonly<vue.Ref<string, string>>;
|
8533
8535
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
8534
8536
|
} & Omit<Omit<{
|
8535
8537
|
$: vue.ComponentInternalInstance;
|
@@ -8746,7 +8748,7 @@ declare const VMenu: {
|
|
8746
8748
|
animateClick: () => void;
|
8747
8749
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
8748
8750
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
8749
|
-
localTop: vue.
|
8751
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
8750
8752
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
8751
8753
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
8752
8754
|
'click:outside': (e: MouseEvent) => true;
|
@@ -8921,7 +8923,7 @@ declare const VMenu: {
|
|
8921
8923
|
animateClick: () => void;
|
8922
8924
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
8923
8925
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
8924
|
-
localTop: vue.
|
8926
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
8925
8927
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
8926
8928
|
}> & {} & 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}`> & {
|
8927
8929
|
_allExposed: {
|
@@ -8931,10 +8933,10 @@ declare const VMenu: {
|
|
8931
8933
|
animateClick: () => void;
|
8932
8934
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
8933
8935
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
8934
|
-
localTop: vue.
|
8936
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
8935
8937
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
8936
8938
|
} | {
|
8937
|
-
id: vue.
|
8939
|
+
id: Readonly<vue.Ref<string, string>>;
|
8938
8940
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
8939
8941
|
};
|
8940
8942
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -9063,7 +9065,7 @@ declare const VMenu: {
|
|
9063
9065
|
} & {
|
9064
9066
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
9065
9067
|
}, {
|
9066
|
-
id: vue.
|
9068
|
+
id: Readonly<vue.Ref<string, string>>;
|
9067
9069
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
9068
9070
|
} & Omit<Omit<{
|
9069
9071
|
$: vue.ComponentInternalInstance;
|
@@ -9280,7 +9282,7 @@ declare const VMenu: {
|
|
9280
9282
|
animateClick: () => void;
|
9281
9283
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9282
9284
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
9283
|
-
localTop: vue.
|
9285
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
9284
9286
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
9285
9287
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
9286
9288
|
'click:outside': (e: MouseEvent) => true;
|
@@ -9455,7 +9457,7 @@ declare const VMenu: {
|
|
9455
9457
|
animateClick: () => void;
|
9456
9458
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9457
9459
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
9458
|
-
localTop: vue.
|
9460
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
9459
9461
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
9460
9462
|
}> & {} & 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}`> & {
|
9461
9463
|
_allExposed: {
|
@@ -9465,10 +9467,10 @@ declare const VMenu: {
|
|
9465
9467
|
animateClick: () => void;
|
9466
9468
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9467
9469
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
9468
|
-
localTop: vue.
|
9470
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
9469
9471
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
9470
9472
|
} | {
|
9471
|
-
id: vue.
|
9473
|
+
id: Readonly<vue.Ref<string, string>>;
|
9472
9474
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
9473
9475
|
};
|
9474
9476
|
}, {}, {}, {}, {
|
@@ -9583,7 +9585,7 @@ declare const VMenu: {
|
|
9583
9585
|
} & {
|
9584
9586
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
9585
9587
|
}, {
|
9586
|
-
id: vue.
|
9588
|
+
id: Readonly<vue.Ref<string, string>>;
|
9587
9589
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
9588
9590
|
} & Omit<Omit<{
|
9589
9591
|
$: vue.ComponentInternalInstance;
|
@@ -9800,7 +9802,7 @@ declare const VMenu: {
|
|
9800
9802
|
animateClick: () => void;
|
9801
9803
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9802
9804
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
9803
|
-
localTop: vue.
|
9805
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
9804
9806
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
9805
9807
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
9806
9808
|
'click:outside': (e: MouseEvent) => true;
|
@@ -9975,7 +9977,7 @@ declare const VMenu: {
|
|
9975
9977
|
animateClick: () => void;
|
9976
9978
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9977
9979
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
9978
|
-
localTop: vue.
|
9980
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
9979
9981
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
9980
9982
|
}> & {} & 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}`> & {
|
9981
9983
|
_allExposed: {
|
@@ -9985,10 +9987,10 @@ declare const VMenu: {
|
|
9985
9987
|
animateClick: () => void;
|
9986
9988
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
9987
9989
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
9988
|
-
localTop: vue.
|
9990
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
9989
9991
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
9990
9992
|
} | {
|
9991
|
-
id: vue.
|
9993
|
+
id: Readonly<vue.Ref<string, string>>;
|
9992
9994
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
9993
9995
|
};
|
9994
9996
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -39764,7 +39766,7 @@ declare const VDialog: {
|
|
39764
39766
|
animateClick: () => void;
|
39765
39767
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
39766
39768
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
39767
|
-
localTop: vue.
|
39769
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
39768
39770
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
39769
39771
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
39770
39772
|
'click:outside': (e: MouseEvent) => true;
|
@@ -39939,7 +39941,7 @@ declare const VDialog: {
|
|
39939
39941
|
animateClick: () => void;
|
39940
39942
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
39941
39943
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
39942
|
-
localTop: vue.
|
39944
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
39943
39945
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
39944
39946
|
}> & {} & 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}`> & {
|
39945
39947
|
_allExposed: {
|
@@ -39949,7 +39951,7 @@ declare const VDialog: {
|
|
39949
39951
|
animateClick: () => void;
|
39950
39952
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
39951
39953
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
39952
|
-
localTop: vue.
|
39954
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
39953
39955
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
39954
39956
|
} | {};
|
39955
39957
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -40299,7 +40301,7 @@ declare const VDialog: {
|
|
40299
40301
|
animateClick: () => void;
|
40300
40302
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
40301
40303
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
40302
|
-
localTop: vue.
|
40304
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
40303
40305
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
40304
40306
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
40305
40307
|
'click:outside': (e: MouseEvent) => true;
|
@@ -40474,7 +40476,7 @@ declare const VDialog: {
|
|
40474
40476
|
animateClick: () => void;
|
40475
40477
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
40476
40478
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
40477
|
-
localTop: vue.
|
40479
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
40478
40480
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
40479
40481
|
}> & {} & 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}`> & {
|
40480
40482
|
_allExposed: {
|
@@ -40484,7 +40486,7 @@ declare const VDialog: {
|
|
40484
40486
|
animateClick: () => void;
|
40485
40487
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
40486
40488
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
40487
|
-
localTop: vue.
|
40489
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
40488
40490
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
40489
40491
|
} | {};
|
40490
40492
|
}, {}, {}, {}, {
|
@@ -40818,7 +40820,7 @@ declare const VDialog: {
|
|
40818
40820
|
animateClick: () => void;
|
40819
40821
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
40820
40822
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
40821
|
-
localTop: vue.
|
40823
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
40822
40824
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
40823
40825
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
40824
40826
|
'click:outside': (e: MouseEvent) => true;
|
@@ -40993,7 +40995,7 @@ declare const VDialog: {
|
|
40993
40995
|
animateClick: () => void;
|
40994
40996
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
40995
40997
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
40996
|
-
localTop: vue.
|
40998
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
40997
40999
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
40998
41000
|
}> & {} & 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}`> & {
|
40999
41001
|
_allExposed: {
|
@@ -41003,7 +41005,7 @@ declare const VDialog: {
|
|
41003
41005
|
animateClick: () => void;
|
41004
41006
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
41005
41007
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
41006
|
-
localTop: vue.
|
41008
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
41007
41009
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
41008
41010
|
} | {};
|
41009
41011
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -45057,8 +45059,8 @@ declare const VForm: {
|
|
45057
45059
|
id: number | string;
|
45058
45060
|
errorMessages: string[];
|
45059
45061
|
}[]>;
|
45060
|
-
isDisabled: vue.
|
45061
|
-
isReadonly: vue.
|
45062
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45063
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45062
45064
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45063
45065
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45064
45066
|
readonly externalValue: boolean | null;
|
@@ -45098,8 +45100,8 @@ declare const VForm: {
|
|
45098
45100
|
id: number | string;
|
45099
45101
|
errorMessages: string[];
|
45100
45102
|
}[]>;
|
45101
|
-
isDisabled: vue.
|
45102
|
-
isReadonly: vue.
|
45103
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45104
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45103
45105
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45104
45106
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45105
45107
|
readonly externalValue: boolean | null;
|
@@ -45140,8 +45142,8 @@ declare const VForm: {
|
|
45140
45142
|
id: number | string;
|
45141
45143
|
errorMessages: string[];
|
45142
45144
|
}[]>;
|
45143
|
-
isDisabled: vue.
|
45144
|
-
isReadonly: vue.
|
45145
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45146
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45145
45147
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45146
45148
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45147
45149
|
readonly externalValue: boolean | null;
|
@@ -45183,8 +45185,8 @@ declare const VForm: {
|
|
45183
45185
|
id: number | string;
|
45184
45186
|
errorMessages: string[];
|
45185
45187
|
}[]>;
|
45186
|
-
isDisabled: vue.
|
45187
|
-
isReadonly: vue.
|
45188
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45189
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45188
45190
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45189
45191
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45190
45192
|
readonly externalValue: boolean | null;
|
@@ -45227,8 +45229,8 @@ declare const VForm: {
|
|
45227
45229
|
id: number | string;
|
45228
45230
|
errorMessages: string[];
|
45229
45231
|
}[]>;
|
45230
|
-
isDisabled: vue.
|
45231
|
-
isReadonly: vue.
|
45232
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45233
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45232
45234
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45233
45235
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45234
45236
|
readonly externalValue: boolean | null;
|
@@ -45268,8 +45270,8 @@ declare const VForm: {
|
|
45268
45270
|
id: number | string;
|
45269
45271
|
errorMessages: string[];
|
45270
45272
|
}[]>;
|
45271
|
-
isDisabled: vue.
|
45272
|
-
isReadonly: vue.
|
45273
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45274
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45273
45275
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45274
45276
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45275
45277
|
readonly externalValue: boolean | null;
|
@@ -45320,8 +45322,8 @@ declare const VForm: {
|
|
45320
45322
|
id: number | string;
|
45321
45323
|
errorMessages: string[];
|
45322
45324
|
}[]>;
|
45323
|
-
isDisabled: vue.
|
45324
|
-
isReadonly: vue.
|
45325
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45326
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45325
45327
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45326
45328
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45327
45329
|
readonly externalValue: boolean | null;
|
@@ -45379,8 +45381,8 @@ declare const VForm: {
|
|
45379
45381
|
id: number | string;
|
45380
45382
|
errorMessages: string[];
|
45381
45383
|
}[]>;
|
45382
|
-
isDisabled: vue.
|
45383
|
-
isReadonly: vue.
|
45384
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45385
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45384
45386
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45385
45387
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45386
45388
|
readonly externalValue: boolean | null;
|
@@ -45420,8 +45422,8 @@ declare const VForm: {
|
|
45420
45422
|
id: number | string;
|
45421
45423
|
errorMessages: string[];
|
45422
45424
|
}[]>;
|
45423
|
-
isDisabled: vue.
|
45424
|
-
isReadonly: vue.
|
45425
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45426
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45425
45427
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45426
45428
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45427
45429
|
readonly externalValue: boolean | null;
|
@@ -45462,8 +45464,8 @@ declare const VForm: {
|
|
45462
45464
|
id: number | string;
|
45463
45465
|
errorMessages: string[];
|
45464
45466
|
}[]>;
|
45465
|
-
isDisabled: vue.
|
45466
|
-
isReadonly: vue.
|
45467
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45468
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45467
45469
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45468
45470
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45469
45471
|
readonly externalValue: boolean | null;
|
@@ -45505,8 +45507,8 @@ declare const VForm: {
|
|
45505
45507
|
id: number | string;
|
45506
45508
|
errorMessages: string[];
|
45507
45509
|
}[]>;
|
45508
|
-
isDisabled: vue.
|
45509
|
-
isReadonly: vue.
|
45510
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45511
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45510
45512
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45511
45513
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45512
45514
|
readonly externalValue: boolean | null;
|
@@ -45549,8 +45551,8 @@ declare const VForm: {
|
|
45549
45551
|
id: number | string;
|
45550
45552
|
errorMessages: string[];
|
45551
45553
|
}[]>;
|
45552
|
-
isDisabled: vue.
|
45553
|
-
isReadonly: vue.
|
45554
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45555
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45554
45556
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45555
45557
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45556
45558
|
readonly externalValue: boolean | null;
|
@@ -45590,8 +45592,8 @@ declare const VForm: {
|
|
45590
45592
|
id: number | string;
|
45591
45593
|
errorMessages: string[];
|
45592
45594
|
}[]>;
|
45593
|
-
isDisabled: vue.
|
45594
|
-
isReadonly: vue.
|
45595
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45596
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45595
45597
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45596
45598
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45597
45599
|
readonly externalValue: boolean | null;
|
@@ -45653,8 +45655,8 @@ declare const VForm: {
|
|
45653
45655
|
id: number | string;
|
45654
45656
|
errorMessages: string[];
|
45655
45657
|
}[]>;
|
45656
|
-
isDisabled: vue.
|
45657
|
-
isReadonly: vue.
|
45658
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45659
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45658
45660
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45659
45661
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45660
45662
|
readonly externalValue: boolean | null;
|
@@ -45694,8 +45696,8 @@ declare const VForm: {
|
|
45694
45696
|
id: number | string;
|
45695
45697
|
errorMessages: string[];
|
45696
45698
|
}[]>;
|
45697
|
-
isDisabled: vue.
|
45698
|
-
isReadonly: vue.
|
45699
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45700
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45699
45701
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45700
45702
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45701
45703
|
readonly externalValue: boolean | null;
|
@@ -45736,8 +45738,8 @@ declare const VForm: {
|
|
45736
45738
|
id: number | string;
|
45737
45739
|
errorMessages: string[];
|
45738
45740
|
}[]>;
|
45739
|
-
isDisabled: vue.
|
45740
|
-
isReadonly: vue.
|
45741
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45742
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45741
45743
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45742
45744
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45743
45745
|
readonly externalValue: boolean | null;
|
@@ -45779,8 +45781,8 @@ declare const VForm: {
|
|
45779
45781
|
id: number | string;
|
45780
45782
|
errorMessages: string[];
|
45781
45783
|
}[]>;
|
45782
|
-
isDisabled: vue.
|
45783
|
-
isReadonly: vue.
|
45784
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45785
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45784
45786
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45785
45787
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45786
45788
|
readonly externalValue: boolean | null;
|
@@ -45823,8 +45825,8 @@ declare const VForm: {
|
|
45823
45825
|
id: number | string;
|
45824
45826
|
errorMessages: string[];
|
45825
45827
|
}[]>;
|
45826
|
-
isDisabled: vue.
|
45827
|
-
isReadonly: vue.
|
45828
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45829
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45828
45830
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45829
45831
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45830
45832
|
readonly externalValue: boolean | null;
|
@@ -45864,8 +45866,8 @@ declare const VForm: {
|
|
45864
45866
|
id: number | string;
|
45865
45867
|
errorMessages: string[];
|
45866
45868
|
}[]>;
|
45867
|
-
isDisabled: vue.
|
45868
|
-
isReadonly: vue.
|
45869
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45870
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45869
45871
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45870
45872
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45871
45873
|
readonly externalValue: boolean | null;
|
@@ -45916,8 +45918,8 @@ declare const VForm: {
|
|
45916
45918
|
id: number | string;
|
45917
45919
|
errorMessages: string[];
|
45918
45920
|
}[]>;
|
45919
|
-
isDisabled: vue.
|
45920
|
-
isReadonly: vue.
|
45921
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
45922
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
45921
45923
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
45922
45924
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
45923
45925
|
readonly externalValue: boolean | null;
|
@@ -56054,7 +56056,7 @@ declare const VOverlay: {
|
|
56054
56056
|
animateClick: () => void;
|
56055
56057
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
56056
56058
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
56057
|
-
localTop:
|
56059
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
56058
56060
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
56059
56061
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
56060
56062
|
'click:outside': (e: MouseEvent) => true;
|
@@ -56191,7 +56193,7 @@ declare const VOverlay: {
|
|
56191
56193
|
animateClick: () => void;
|
56192
56194
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
56193
56195
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
56194
|
-
localTop:
|
56196
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
56195
56197
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
56196
56198
|
}, {}, {}, {}, {
|
56197
56199
|
absolute: boolean;
|
@@ -56310,7 +56312,7 @@ declare const VOverlay: {
|
|
56310
56312
|
animateClick: () => void;
|
56311
56313
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
56312
56314
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
56313
|
-
localTop:
|
56315
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
56314
56316
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
56315
56317
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
56316
56318
|
'click:outside': (e: MouseEvent) => true;
|
@@ -72218,7 +72220,7 @@ declare const VTab: {
|
|
72218
72220
|
}) => any) | undefined;
|
72219
72221
|
}, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
|
72220
72222
|
group: GroupItemProvide | null;
|
72221
|
-
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "
|
72223
|
+
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "activeColor" | "prependIcon" | "appendIcon" | "onGroup:selected" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
|
72222
72224
|
_allExposed: {
|
72223
72225
|
group: GroupItemProvide | null;
|
72224
72226
|
} | {};
|
@@ -72640,7 +72642,7 @@ declare const VTab: {
|
|
72640
72642
|
}) => any) | undefined;
|
72641
72643
|
}, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
|
72642
72644
|
group: GroupItemProvide | null;
|
72643
|
-
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "
|
72645
|
+
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "activeColor" | "prependIcon" | "appendIcon" | "onGroup:selected" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
|
72644
72646
|
_allExposed: {
|
72645
72647
|
group: GroupItemProvide | null;
|
72646
72648
|
} | {};
|
@@ -73054,7 +73056,7 @@ declare const VTab: {
|
|
73054
73056
|
}) => any) | undefined;
|
73055
73057
|
}, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
|
73056
73058
|
group: GroupItemProvide | null;
|
73057
|
-
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "
|
73059
|
+
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "baseColor" | "selectedClass" | "activeColor" | "prependIcon" | "appendIcon" | "onGroup:selected" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple") | "v-slot:prepend" | "v-slot:append" | "v-slot:loader">, `$${any}`> & {
|
73058
73060
|
_allExposed: {
|
73059
73061
|
group: GroupItemProvide | null;
|
73060
73062
|
} | {};
|
@@ -78777,7 +78779,7 @@ declare const VTooltip: {
|
|
78777
78779
|
animateClick: () => void;
|
78778
78780
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
78779
78781
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
78780
|
-
localTop: vue.
|
78782
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
78781
78783
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
78782
78784
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
78783
78785
|
'click:outside': (e: MouseEvent) => true;
|
@@ -78952,7 +78954,7 @@ declare const VTooltip: {
|
|
78952
78954
|
animateClick: () => void;
|
78953
78955
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
78954
78956
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
78955
|
-
localTop: vue.
|
78957
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
78956
78958
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
78957
78959
|
}> & {} & 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}`> & {
|
78958
78960
|
_allExposed: {
|
@@ -78962,7 +78964,7 @@ declare const VTooltip: {
|
|
78962
78964
|
animateClick: () => void;
|
78963
78965
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
78964
78966
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
78965
|
-
localTop: vue.
|
78967
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
78966
78968
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
78967
78969
|
} | {};
|
78968
78970
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -79300,7 +79302,7 @@ declare const VTooltip: {
|
|
79300
79302
|
animateClick: () => void;
|
79301
79303
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
79302
79304
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
79303
|
-
localTop: vue.
|
79305
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
79304
79306
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
79305
79307
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
79306
79308
|
'click:outside': (e: MouseEvent) => true;
|
@@ -79475,7 +79477,7 @@ declare const VTooltip: {
|
|
79475
79477
|
animateClick: () => void;
|
79476
79478
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
79477
79479
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
79478
|
-
localTop: vue.
|
79480
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
79479
79481
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
79480
79482
|
}> & {} & 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}`> & {
|
79481
79483
|
_allExposed: {
|
@@ -79485,7 +79487,7 @@ declare const VTooltip: {
|
|
79485
79487
|
animateClick: () => void;
|
79486
79488
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
79487
79489
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
79488
|
-
localTop: vue.
|
79490
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
79489
79491
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
79490
79492
|
} | {};
|
79491
79493
|
}, {}, {}, {}, {
|
@@ -79809,7 +79811,7 @@ declare const VTooltip: {
|
|
79809
79811
|
animateClick: () => void;
|
79810
79812
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
79811
79813
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
79812
|
-
localTop: vue.
|
79814
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
79813
79815
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
79814
79816
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
79815
79817
|
'click:outside': (e: MouseEvent) => true;
|
@@ -79984,7 +79986,7 @@ declare const VTooltip: {
|
|
79984
79986
|
animateClick: () => void;
|
79985
79987
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
79986
79988
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
79987
|
-
localTop: vue.
|
79989
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
79988
79990
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
79989
79991
|
}> & {} & 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}`> & {
|
79990
79992
|
_allExposed: {
|
@@ -79994,7 +79996,7 @@ declare const VTooltip: {
|
|
79994
79996
|
animateClick: () => void;
|
79995
79997
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
79996
79998
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
79997
|
-
localTop: vue.
|
79999
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
79998
80000
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
79999
80001
|
} | {};
|
80000
80002
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -82958,47 +82960,41 @@ declare module 'vue' {
|
|
82958
82960
|
$children?: VNodeChild
|
82959
82961
|
}
|
82960
82962
|
export interface GlobalComponents {
|
82961
|
-
|
82962
|
-
|
82963
|
+
VApp: VApp
|
82964
|
+
VAvatar: VAvatar
|
82963
82965
|
VAppBar: VAppBar
|
82964
82966
|
VAppBarNavIcon: VAppBarNavIcon
|
82965
82967
|
VAppBarTitle: VAppBarTitle
|
82966
|
-
VApp: VApp
|
82967
82968
|
VAutocomplete: VAutocomplete
|
82969
|
+
VAlert: VAlert
|
82970
|
+
VAlertTitle: VAlertTitle
|
82971
|
+
VBottomSheet: VBottomSheet
|
82968
82972
|
VBanner: VBanner
|
82969
82973
|
VBannerActions: VBannerActions
|
82970
82974
|
VBannerText: VBannerText
|
82971
|
-
VAvatar: VAvatar
|
82972
|
-
VBadge: VBadge
|
82973
|
-
VBottomSheet: VBottomSheet
|
82974
82975
|
VBottomNavigation: VBottomNavigation
|
82975
|
-
|
82976
|
+
VBadge: VBadge
|
82977
|
+
VBtn: VBtn
|
82976
82978
|
VBreadcrumbs: VBreadcrumbs
|
82977
82979
|
VBreadcrumbsItem: VBreadcrumbsItem
|
82978
82980
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82979
|
-
|
82980
|
-
|
82981
|
-
VCheckbox: VCheckbox
|
82982
|
-
VCheckboxBtn: VCheckboxBtn
|
82981
|
+
VBtnGroup: VBtnGroup
|
82982
|
+
VBtnToggle: VBtnToggle
|
82983
82983
|
VCarousel: VCarousel
|
82984
82984
|
VCarouselItem: VCarouselItem
|
82985
|
+
VChip: VChip
|
82985
82986
|
VCard: VCard
|
82986
82987
|
VCardActions: VCardActions
|
82987
82988
|
VCardItem: VCardItem
|
82988
82989
|
VCardSubtitle: VCardSubtitle
|
82989
82990
|
VCardText: VCardText
|
82990
82991
|
VCardTitle: VCardTitle
|
82991
|
-
|
82992
|
-
VBtnGroup: VBtnGroup
|
82993
|
-
VCounter: VCounter
|
82992
|
+
VCode: VCode
|
82994
82993
|
VColorPicker: VColorPicker
|
82995
|
-
|
82996
|
-
|
82997
|
-
|
82998
|
-
|
82999
|
-
VDatePickerMonth: VDatePickerMonth
|
83000
|
-
VDatePickerMonths: VDatePickerMonths
|
83001
|
-
VDatePickerYears: VDatePickerYears
|
82994
|
+
VCheckbox: VCheckbox
|
82995
|
+
VCheckboxBtn: VCheckboxBtn
|
82996
|
+
VChipGroup: VChipGroup
|
82997
|
+
VCounter: VCounter
|
83002
82998
|
VDataTable: VDataTable
|
83003
82999
|
VDataTableHeaders: VDataTableHeaders
|
83004
83000
|
VDataTableFooter: VDataTableFooter
|
@@ -83006,26 +83002,36 @@ declare module 'vue' {
|
|
83006
83002
|
VDataTableRow: VDataTableRow
|
83007
83003
|
VDataTableVirtual: VDataTableVirtual
|
83008
83004
|
VDataTableServer: VDataTableServer
|
83005
|
+
VCombobox: VCombobox
|
83006
|
+
VDialog: VDialog
|
83009
83007
|
VDivider: VDivider
|
83010
|
-
|
83011
|
-
|
83008
|
+
VDatePicker: VDatePicker
|
83009
|
+
VDatePickerControls: VDatePickerControls
|
83010
|
+
VDatePickerHeader: VDatePickerHeader
|
83011
|
+
VDatePickerMonth: VDatePickerMonth
|
83012
|
+
VDatePickerMonths: VDatePickerMonths
|
83013
|
+
VDatePickerYears: VDatePickerYears
|
83012
83014
|
VExpansionPanels: VExpansionPanels
|
83013
83015
|
VExpansionPanel: VExpansionPanel
|
83014
83016
|
VExpansionPanelText: VExpansionPanelText
|
83015
83017
|
VExpansionPanelTitle: VExpansionPanelTitle
|
83016
|
-
VFileInput: VFileInput
|
83017
|
-
VImg: VImg
|
83018
|
-
VFooter: VFooter
|
83019
83018
|
VField: VField
|
83020
83019
|
VFieldLabel: VFieldLabel
|
83020
|
+
VEmptyState: VEmptyState
|
83021
|
+
VFab: VFab
|
83022
|
+
VFileInput: VFileInput
|
83023
|
+
VFooter: VFooter
|
83024
|
+
VInput: VInput
|
83025
|
+
VImg: VImg
|
83021
83026
|
VIcon: VIcon
|
83022
83027
|
VComponentIcon: VComponentIcon
|
83023
83028
|
VSvgIcon: VSvgIcon
|
83024
83029
|
VLigatureIcon: VLigatureIcon
|
83025
83030
|
VClassIcon: VClassIcon
|
83026
|
-
VInput: VInput
|
83027
83031
|
VItemGroup: VItemGroup
|
83028
83032
|
VItem: VItem
|
83033
|
+
VKbd: VKbd
|
83034
|
+
VInfiniteScroll: VInfiniteScroll
|
83029
83035
|
VList: VList
|
83030
83036
|
VListGroup: VListGroup
|
83031
83037
|
VListImg: VListImg
|
@@ -83035,78 +83041,74 @@ declare module 'vue' {
|
|
83035
83041
|
VListItemSubtitle: VListItemSubtitle
|
83036
83042
|
VListItemTitle: VListItemTitle
|
83037
83043
|
VListSubheader: VListSubheader
|
83038
|
-
VInfiniteScroll: VInfiniteScroll
|
83039
|
-
VKbd: VKbd
|
83040
83044
|
VLabel: VLabel
|
83041
|
-
VMain: VMain
|
83042
83045
|
VMenu: VMenu
|
83043
|
-
|
83046
|
+
VMain: VMain
|
83044
83047
|
VMessages: VMessages
|
83045
|
-
VNumberInput: VNumberInput
|
83046
83048
|
VOtpInput: VOtpInput
|
83049
|
+
VNavigationDrawer: VNavigationDrawer
|
83047
83050
|
VOverlay: VOverlay
|
83048
|
-
VProgressLinear: VProgressLinear
|
83049
83051
|
VProgressCircular: VProgressCircular
|
83050
83052
|
VPagination: VPagination
|
83051
|
-
|
83053
|
+
VProgressLinear: VProgressLinear
|
83052
83054
|
VRadioGroup: VRadioGroup
|
83053
83055
|
VRating: VRating
|
83054
|
-
VSlideGroup: VSlideGroup
|
83055
|
-
VSlideGroupItem: VSlideGroupItem
|
83056
|
-
VSelectionControlGroup: VSelectionControlGroup
|
83057
|
-
VSkeletonLoader: VSkeletonLoader
|
83058
|
-
VSnackbar: VSnackbar
|
83059
83056
|
VSheet: VSheet
|
83057
|
+
VSelectionControlGroup: VSelectionControlGroup
|
83060
83058
|
VSelectionControl: VSelectionControl
|
83059
|
+
VSelect: VSelect
|
83060
|
+
VSnackbar: VSnackbar
|
83061
|
+
VSlideGroup: VSlideGroup
|
83062
|
+
VSlideGroupItem: VSlideGroupItem
|
83061
83063
|
VSlider: VSlider
|
83064
|
+
VSkeletonLoader: VSkeletonLoader
|
83062
83065
|
VSwitch: VSwitch
|
83066
|
+
VSystemBar: VSystemBar
|
83067
|
+
VTab: VTab
|
83068
|
+
VTabs: VTabs
|
83069
|
+
VTabsWindow: VTabsWindow
|
83070
|
+
VTabsWindowItem: VTabsWindowItem
|
83071
|
+
VTextarea: VTextarea
|
83063
83072
|
VStepper: VStepper
|
83064
83073
|
VStepperActions: VStepperActions
|
83065
83074
|
VStepperHeader: VStepperHeader
|
83066
83075
|
VStepperItem: VStepperItem
|
83067
83076
|
VStepperWindow: VStepperWindow
|
83068
83077
|
VStepperWindowItem: VStepperWindowItem
|
83069
|
-
VSystemBar: VSystemBar
|
83070
|
-
VTextField: VTextField
|
83071
83078
|
VTable: VTable
|
83079
|
+
VTextField: VTextField
|
83072
83080
|
VTimeline: VTimeline
|
83073
83081
|
VTimelineItem: VTimelineItem
|
83074
|
-
|
83075
|
-
VTab: VTab
|
83076
|
-
VTabs: VTabs
|
83077
|
-
VTabsWindow: VTabsWindow
|
83078
|
-
VTabsWindowItem: VTabsWindowItem
|
83082
|
+
VTooltip: VTooltip
|
83079
83083
|
VToolbar: VToolbar
|
83080
83084
|
VToolbarTitle: VToolbarTitle
|
83081
83085
|
VToolbarItems: VToolbarItems
|
83082
|
-
VTooltip: VTooltip
|
83083
83086
|
VWindow: VWindow
|
83084
83087
|
VWindowItem: VWindowItem
|
83085
83088
|
VConfirmEdit: VConfirmEdit
|
83086
83089
|
VDataIterator: VDataIterator
|
83087
83090
|
VDefaultsProvider: VDefaultsProvider
|
83091
|
+
VForm: VForm
|
83092
|
+
VHover: VHover
|
83088
83093
|
VContainer: VContainer
|
83089
83094
|
VCol: VCol
|
83090
83095
|
VRow: VRow
|
83091
83096
|
VSpacer: VSpacer
|
83092
|
-
|
83093
|
-
VHover: VHover
|
83097
|
+
VLazy: VLazy
|
83094
83098
|
VLayout: VLayout
|
83095
83099
|
VLayoutItem: VLayoutItem
|
83096
|
-
VLazy: VLazy
|
83097
83100
|
VLocaleProvider: VLocaleProvider
|
83098
83101
|
VNoSsr: VNoSsr
|
83099
83102
|
VParallax: VParallax
|
83100
83103
|
VRadio: VRadio
|
83101
|
-
VResponsive: VResponsive
|
83102
83104
|
VRangeSlider: VRangeSlider
|
83105
|
+
VResponsive: VResponsive
|
83103
83106
|
VSnackbarQueue: VSnackbarQueue
|
83104
|
-
VSpeedDial: VSpeedDial
|
83105
83107
|
VSparkline: VSparkline
|
83108
|
+
VSpeedDial: VSpeedDial
|
83106
83109
|
VThemeProvider: VThemeProvider
|
83107
|
-
VValidation: VValidation
|
83108
|
-
VChipGroup: VChipGroup
|
83109
83110
|
VVirtualScroll: VVirtualScroll
|
83111
|
+
VValidation: VValidation
|
83110
83112
|
VFabTransition: VFabTransition
|
83111
83113
|
VDialogBottomTransition: VDialogBottomTransition
|
83112
83114
|
VDialogTopTransition: VDialogTopTransition
|
@@ -83123,27 +83125,27 @@ declare module 'vue' {
|
|
83123
83125
|
VExpandTransition: VExpandTransition
|
83124
83126
|
VExpandXTransition: VExpandXTransition
|
83125
83127
|
VDialogTransition: VDialogTransition
|
83126
|
-
|
83127
|
-
VPicker: VPicker
|
83128
|
-
VPickerTitle: VPickerTitle
|
83129
|
-
VStepperVertical: VStepperVertical
|
83130
|
-
VStepperVerticalItem: VStepperVerticalItem
|
83131
|
-
VStepperVerticalActions: VStepperVerticalActions
|
83132
|
-
VIconBtn: VIconBtn
|
83133
|
-
VFileUpload: VFileUpload
|
83134
|
-
VFileUploadItem: VFileUploadItem
|
83128
|
+
VNumberInput: VNumberInput
|
83135
83129
|
VCalendar: VCalendar
|
83136
83130
|
VCalendarDay: VCalendarDay
|
83137
83131
|
VCalendarHeader: VCalendarHeader
|
83138
83132
|
VCalendarInterval: VCalendarInterval
|
83139
83133
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
83140
83134
|
VCalendarMonthDay: VCalendarMonthDay
|
83141
|
-
|
83142
|
-
|
83143
|
-
|
83135
|
+
VFileUpload: VFileUpload
|
83136
|
+
VFileUploadItem: VFileUploadItem
|
83137
|
+
VIconBtn: VIconBtn
|
83138
|
+
VStepperVertical: VStepperVertical
|
83139
|
+
VStepperVerticalItem: VStepperVerticalItem
|
83140
|
+
VStepperVerticalActions: VStepperVerticalActions
|
83141
|
+
VPicker: VPicker
|
83142
|
+
VPickerTitle: VPickerTitle
|
83144
83143
|
VTimePicker: VTimePicker
|
83145
83144
|
VTimePickerClock: VTimePickerClock
|
83146
83145
|
VTimePickerControls: VTimePickerControls
|
83146
|
+
VTreeview: VTreeview
|
83147
|
+
VTreeviewItem: VTreeviewItem
|
83148
|
+
VTreeviewGroup: VTreeviewGroup
|
83147
83149
|
VDateInput: VDateInput
|
83148
83150
|
VPullToRefresh: VPullToRefresh
|
83149
83151
|
}
|