vuetify 3.8.1 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +2066 -2066
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +4116 -3862
- package/dist/vuetify-labs.cjs +784 -697
- package/dist/vuetify-labs.css +3174 -3162
- package/dist/vuetify-labs.d.ts +2103 -1144
- package/dist/vuetify-labs.esm.js +785 -698
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +784 -697
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +565 -590
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2963 -2960
- package/dist/vuetify.d.ts +190 -169
- package/dist/vuetify.esm.js +566 -591
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +565 -590
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1264 -1235
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +18 -5
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +8 -9
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.js +4 -4
- package/lib/components/VAppBar/VAppBar.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.js +2 -3
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +3 -3
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +8 -8
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +6 -6
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +1 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +3 -3
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.js +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VCard/VCard.js +7 -8
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +2 -3
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.js +3 -3
- package/lib/components/VCheckbox/VCheckboxBtn.js.map +1 -1
- package/lib/components/VChip/VChip.js +8 -9
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.js +5 -5
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VCode/VCode.css +3 -0
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/components/VCombobox/VCombobox.js +3 -4
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.js +2 -2
- package/lib/components/VCounter/VCounter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +2 -2
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +1 -1
- package/lib/components/VDataTable/VDataTable.js +7 -7
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.js +7 -7
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/expand.d.ts +1 -1
- package/lib/components/VDataTable/composables/expand.js +1 -1
- package/lib/components/VDataTable/composables/expand.js.map +1 -1
- package/lib/components/VDataTable/composables/options.js +8 -8
- package/lib/components/VDataTable/composables/options.js.map +1 -1
- package/lib/components/VDataTable/composables/select.d.ts +2 -2
- package/lib/components/VDataTable/composables/select.js +2 -2
- package/lib/components/VDataTable/composables/select.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.d.ts +2 -2
- package/lib/components/VDataTable/composables/sort.js +2 -2
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePicker.js +4 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDialog/VDialog.d.ts +9 -9
- package/lib/components/VDivider/VDivider.js +2 -2
- package/lib/components/VDivider/VDivider.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +1 -2
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.js +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.js +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.js +14 -14
- package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
- package/lib/components/VFab/VFab.js +2 -2
- package/lib/components/VFab/VFab.js.map +1 -1
- package/lib/components/VField/VField.js +5 -5
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +2 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.js +4 -4
- package/lib/components/VFooter/VFooter.js.map +1 -1
- package/lib/components/VForm/VForm.d.ts +40 -40
- package/lib/components/VIcon/VIcon.js +4 -4
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VImg/VImg.js +2 -2
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +3 -3
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VLayout/VLayoutItem.js +5 -5
- package/lib/components/VLayout/VLayoutItem.js.map +1 -1
- package/lib/components/VList/VList.js +14 -14
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +3 -3
- package/lib/components/VList/VListItem.js +6 -6
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListSubheader.js +1 -2
- package/lib/components/VList/VListSubheader.js.map +1 -1
- package/lib/components/VMenu/VMenu.d.ts +15 -15
- package/lib/components/VMenu/VMenu.js +2 -2
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.js +1 -1
- package/lib/components/VMessages/VMessages.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +6 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +11 -11
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +7 -7
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.js +4 -4
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -0
- package/lib/components/VOverlay/locationStrategies.js +33 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +7 -7
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +9 -9
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +4 -4
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +3 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.js +7 -7
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js +15 -15
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js.map +1 -1
- package/lib/components/VSheet/VSheet.js +1 -2
- package/lib/components/VSheet/VSheet.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +2 -2
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSlider/slider.js +10 -10
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.d.ts +9 -9
- package/lib/components/VSparkline/VSparkline.js +2 -2
- package/lib/components/VSparkline/VSparkline.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.js +3 -3
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.js +2 -2
- package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
- package/lib/components/VTabs/VTab.d.ts +3 -3
- package/lib/components/VTabs/VTab.js +1 -1
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +7 -7
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.js +9 -9
- package/lib/components/VTimeline/VTimeline.js.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.js +2 -3
- package/lib/components/VTimeline/VTimelineDivider.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +2 -2
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.js +2 -2
- package/lib/components/VToolbar/VToolbarItems.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.d.ts +9 -9
- package/lib/components/VTooltip/VTooltip.js +3 -3
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/transitions/dialog-transition.js +11 -2
- package/lib/components/transitions/dialog-transition.js.map +1 -1
- package/lib/composables/border.d.ts +1 -1
- package/lib/composables/border.js +5 -8
- package/lib/composables/border.js.map +1 -1
- package/lib/composables/calendar.d.ts +23 -56
- package/lib/composables/calendar.js +16 -18
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/color.d.ts +8 -10
- package/lib/composables/color.js +21 -22
- package/lib/composables/color.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -0
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -0
- package/lib/composables/date/adapters/vuetify.js +101 -160
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/date.js +0 -20
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/defaults.js +6 -3
- package/lib/composables/defaults.js.map +1 -1
- package/lib/composables/density.d.ts +1 -1
- package/lib/composables/density.js +2 -2
- package/lib/composables/density.js.map +1 -1
- package/lib/composables/display.d.ts +4 -2
- package/lib/composables/display.js +2 -2
- package/lib/composables/display.js.map +1 -1
- package/lib/composables/elevation.js +4 -6
- package/lib/composables/elevation.js.map +1 -1
- package/lib/composables/filter.js +2 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/focus.d.ts +4 -2
- package/lib/composables/focus.js +2 -2
- package/lib/composables/focus.js.map +1 -1
- package/lib/composables/form.d.ts +7 -7
- package/lib/composables/form.js +3 -3
- package/lib/composables/form.js.map +1 -1
- package/lib/composables/goto.js +2 -2
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/group.d.ts +3 -3
- package/lib/composables/group.js +4 -4
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/icons.d.ts +2 -2
- package/lib/composables/icons.js +2 -2
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/layout.d.ts +10 -4
- package/lib/composables/layout.js +4 -4
- package/lib/composables/layout.js.map +1 -1
- package/lib/composables/lazy.d.ts +1 -1
- package/lib/composables/lazy.js +2 -2
- package/lib/composables/lazy.js.map +1 -1
- package/lib/composables/loader.d.ts +4 -2
- package/lib/composables/loader.js +2 -2
- package/lib/composables/loader.js.map +1 -1
- package/lib/composables/locale.js +3 -3
- package/lib/composables/locale.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +3 -3
- package/lib/composables/nested/nested.js +4 -4
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/position.d.ts +1 -1
- package/lib/composables/position.js +2 -2
- package/lib/composables/position.js.map +1 -1
- package/lib/composables/router.d.ts +3 -3
- package/lib/composables/router.js +8 -8
- package/lib/composables/router.js.map +1 -1
- package/lib/composables/size.d.ts +8 -5
- package/lib/composables/size.js +6 -5
- package/lib/composables/size.js.map +1 -1
- package/lib/composables/ssrBoot.d.ts +4 -2
- package/lib/composables/ssrBoot.js +2 -2
- package/lib/composables/ssrBoot.js.map +1 -1
- package/lib/composables/stack.d.ts +7 -5
- package/lib/composables/stack.js +5 -5
- package/lib/composables/stack.js.map +1 -1
- package/lib/composables/theme.js +9 -9
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/variant.d.ts +5 -6
- package/lib/composables/variant.js +6 -6
- package/lib/composables/variant.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +80 -71
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +607 -218
- package/lib/labs/VCalendar/VCalendar.js +55 -27
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +9 -0
- package/lib/labs/VCalendar/VCalendarDay.d.ts +329 -17
- package/lib/labs/VCalendar/VCalendarDay.js +18 -10
- package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.sass +8 -0
- package/lib/labs/VCalendar/VCalendarEvent.js +15 -5
- package/lib/labs/VCalendar/VCalendarEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.d.ts +44 -17
- package/lib/labs/VCalendar/VCalendarHeader.js +5 -2
- package/lib/labs/VCalendar/VCalendarHeader.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +171 -17
- package/lib/labs/VCalendar/VCalendarInterval.js +56 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +92 -17
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js +30 -10
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +122 -88
- package/lib/labs/VCalendar/VCalendarMonthDay.js +24 -22
- package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/lib/labs/VIconBtn/VIconBtn.d.ts +6 -21
- package/lib/labs/VIconBtn/VIconBtn.js +10 -12
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VPicker/VPicker.js +1 -2
- package/lib/labs/VPicker/VPicker.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +3 -3
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/labs/VTreeview/VTreeview.js +11 -11
- package/lib/labs/VTreeview/VTreeview.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -0
- package/lib/util/box.js.map +1 -1
- package/lib/util/helpers.d.ts +7 -2
- package/lib/util/helpers.js +16 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +49 -47
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, VNodeChild, VNode, PropType, CSSProperties, Raw, ComponentInternalInstance, EffectScope, nextTick, VNodeProps, DirectiveBinding,
|
|
2
|
+
import { Ref, DeepReadonly, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, FunctionalComponent, 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
|
|
@@ -39,6 +39,7 @@ interface DateAdapter<T = unknown> {
|
|
|
39
39
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
|
40
40
|
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
|
41
41
|
getWeekdays(firstDayOfWeek?: number | string): string[];
|
|
42
|
+
getWeek(date: T, firstDayOfWeek?: number | string, firstWeekMinSize?: number): number;
|
|
42
43
|
getMonth(date: T): number;
|
|
43
44
|
setMonth(date: T, month: number): T;
|
|
44
45
|
getDate(date: T): number;
|
|
@@ -619,9 +620,11 @@ interface DisplayInstance {
|
|
|
619
620
|
update(): void;
|
|
620
621
|
}
|
|
621
622
|
declare function useDisplay(props?: DisplayProps, name?: string): {
|
|
622
|
-
displayClasses:
|
|
623
|
+
displayClasses: Readonly<Ref<{
|
|
623
624
|
[x: string]: boolean;
|
|
624
|
-
}
|
|
625
|
+
}, {
|
|
626
|
+
[x: string]: boolean;
|
|
627
|
+
}>>;
|
|
625
628
|
mobile: vue.ComputedRef<boolean>;
|
|
626
629
|
xs: Ref<boolean>;
|
|
627
630
|
sm: Ref<boolean>;
|
|
@@ -820,7 +823,7 @@ declare function provideExpanded(props: ExpandProps): {
|
|
|
820
823
|
expanded: Ref<Set<string>, Set<string>> & {
|
|
821
824
|
readonly externalValue: readonly string[];
|
|
822
825
|
};
|
|
823
|
-
expandOnClick: Ref<boolean, boolean
|
|
826
|
+
expandOnClick: Readonly<Ref<boolean, boolean>>;
|
|
824
827
|
isExpanded: (item: DataTableItem) => boolean;
|
|
825
828
|
toggleExpand: (item: DataTableItem) => void;
|
|
826
829
|
};
|
|
@@ -911,7 +914,7 @@ declare function provideSelection(props: SelectionProps, { allItems, currentPage
|
|
|
911
914
|
isSomeSelected: (items: SelectableItem | SelectableItem[]) => boolean;
|
|
912
915
|
someSelected: vue.ComputedRef<boolean>;
|
|
913
916
|
allSelected: vue.ComputedRef<boolean>;
|
|
914
|
-
showSelectAll:
|
|
917
|
+
showSelectAll: Readonly<Ref<boolean, boolean>>;
|
|
915
918
|
lastSelectedIndex: vue.ShallowRef<number | null, number | null>;
|
|
916
919
|
selectStrategy: vue.ComputedRef<DataTableSelectStrategy>;
|
|
917
920
|
};
|
|
@@ -1018,6 +1021,10 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
1018
1021
|
y: number;
|
|
1019
1022
|
};
|
|
1020
1023
|
contentBox: Box;
|
|
1024
|
+
flipped: {
|
|
1025
|
+
x: boolean;
|
|
1026
|
+
y: boolean;
|
|
1027
|
+
};
|
|
1021
1028
|
} | undefined;
|
|
1022
1029
|
};
|
|
1023
1030
|
|
|
@@ -1345,7 +1352,7 @@ declare const VSnackbar: {
|
|
|
1345
1352
|
animateClick: () => void;
|
|
1346
1353
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1347
1354
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1348
|
-
localTop:
|
|
1355
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1349
1356
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1350
1357
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1351
1358
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -1520,7 +1527,7 @@ declare const VSnackbar: {
|
|
|
1520
1527
|
animateClick: () => void;
|
|
1521
1528
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1522
1529
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1523
|
-
localTop:
|
|
1530
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1524
1531
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1525
1532
|
}> & {} & 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}`> & {
|
|
1526
1533
|
_allExposed: {
|
|
@@ -1530,7 +1537,7 @@ declare const VSnackbar: {
|
|
|
1530
1537
|
animateClick: () => void;
|
|
1531
1538
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1532
1539
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1533
|
-
localTop:
|
|
1540
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1534
1541
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1535
1542
|
} | {};
|
|
1536
1543
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -1876,7 +1883,7 @@ declare const VSnackbar: {
|
|
|
1876
1883
|
animateClick: () => void;
|
|
1877
1884
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1878
1885
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
1879
|
-
localTop:
|
|
1886
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
1880
1887
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
1881
1888
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1882
1889
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -2051,7 +2058,7 @@ declare const VSnackbar: {
|
|
|
2051
2058
|
animateClick: () => void;
|
|
2052
2059
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2053
2060
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
2054
|
-
localTop:
|
|
2061
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
2055
2062
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
2056
2063
|
}> & {} & 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}`> & {
|
|
2057
2064
|
_allExposed: {
|
|
@@ -2061,7 +2068,7 @@ declare const VSnackbar: {
|
|
|
2061
2068
|
animateClick: () => void;
|
|
2062
2069
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2063
2070
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
2064
|
-
localTop:
|
|
2071
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
2065
2072
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
2066
2073
|
} | {};
|
|
2067
2074
|
}, {}, {}, {}, {
|
|
@@ -2392,7 +2399,7 @@ declare const VSnackbar: {
|
|
|
2392
2399
|
animateClick: () => void;
|
|
2393
2400
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2394
2401
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
2395
|
-
localTop:
|
|
2402
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
2396
2403
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
2397
2404
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2398
2405
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -2567,7 +2574,7 @@ declare const VSnackbar: {
|
|
|
2567
2574
|
animateClick: () => void;
|
|
2568
2575
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2569
2576
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
2570
|
-
localTop:
|
|
2577
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
2571
2578
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
2572
2579
|
}> & {} & 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}`> & {
|
|
2573
2580
|
_allExposed: {
|
|
@@ -2577,7 +2584,7 @@ declare const VSnackbar: {
|
|
|
2577
2584
|
animateClick: () => void;
|
|
2578
2585
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2579
2586
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
2580
|
-
localTop:
|
|
2587
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
2581
2588
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
2582
2589
|
} | {};
|
|
2583
2590
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -4219,11 +4226,11 @@ interface GroupProvide {
|
|
|
4219
4226
|
prev: () => void;
|
|
4220
4227
|
next: () => void;
|
|
4221
4228
|
selectedClass: Ref<string | undefined>;
|
|
4222
|
-
items:
|
|
4229
|
+
items: Readonly<Ref<{
|
|
4223
4230
|
id: string;
|
|
4224
4231
|
value: unknown;
|
|
4225
4232
|
disabled: boolean | undefined;
|
|
4226
|
-
}[]
|
|
4233
|
+
}[]>>;
|
|
4227
4234
|
disabled: Ref<boolean | undefined>;
|
|
4228
4235
|
getItemIndex: (value: unknown) => number;
|
|
4229
4236
|
}
|
|
@@ -6439,8 +6446,8 @@ interface LinkProps {
|
|
|
6439
6446
|
exact: boolean | undefined;
|
|
6440
6447
|
}
|
|
6441
6448
|
interface UseLink extends Omit<Partial<ReturnType<typeof useLink>>, 'href'> {
|
|
6442
|
-
isLink:
|
|
6443
|
-
isClickable:
|
|
6449
|
+
isLink: Readonly<Ref<boolean>>;
|
|
6450
|
+
isClickable: Readonly<Ref<boolean>>;
|
|
6444
6451
|
href: Ref<string | undefined>;
|
|
6445
6452
|
linkProps: Record<string, string | undefined>;
|
|
6446
6453
|
}
|
|
@@ -6560,7 +6567,7 @@ declare const VListItem: {
|
|
|
6560
6567
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
6561
6568
|
getPath: (id: unknown) => unknown[];
|
|
6562
6569
|
};
|
|
6563
|
-
id: vue.ComputedRef<{}
|
|
6570
|
+
id: vue.ComputedRef<{}>;
|
|
6564
6571
|
link: UseLink;
|
|
6565
6572
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6566
6573
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
@@ -6690,7 +6697,7 @@ declare const VListItem: {
|
|
|
6690
6697
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
6691
6698
|
getPath: (id: unknown) => unknown[];
|
|
6692
6699
|
};
|
|
6693
|
-
id: vue.ComputedRef<{}
|
|
6700
|
+
id: vue.ComputedRef<{}>;
|
|
6694
6701
|
link: UseLink;
|
|
6695
6702
|
}, {}, {}, {}, {
|
|
6696
6703
|
replace: boolean;
|
|
@@ -6809,7 +6816,7 @@ declare const VListItem: {
|
|
|
6809
6816
|
openOnSelect: (id: unknown, value: boolean, event?: Event) => void;
|
|
6810
6817
|
getPath: (id: unknown) => unknown[];
|
|
6811
6818
|
};
|
|
6812
|
-
id: vue.ComputedRef<{}
|
|
6819
|
+
id: vue.ComputedRef<{}>;
|
|
6813
6820
|
link: UseLink;
|
|
6814
6821
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
6815
6822
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
@@ -8511,7 +8518,7 @@ declare const VMenu: {
|
|
|
8511
8518
|
} & {
|
|
8512
8519
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
8513
8520
|
}, {
|
|
8514
|
-
id: vue.
|
|
8521
|
+
id: Readonly<vue.Ref<string, string>>;
|
|
8515
8522
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
|
8516
8523
|
} & Omit<Omit<{
|
|
8517
8524
|
$: vue.ComponentInternalInstance;
|
|
@@ -8728,7 +8735,7 @@ declare const VMenu: {
|
|
|
8728
8735
|
animateClick: () => void;
|
|
8729
8736
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
8730
8737
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
8731
|
-
localTop: vue.
|
|
8738
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
8732
8739
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
8733
8740
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
8734
8741
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -8903,7 +8910,7 @@ declare const VMenu: {
|
|
|
8903
8910
|
animateClick: () => void;
|
|
8904
8911
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
8905
8912
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
8906
|
-
localTop: vue.
|
|
8913
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
8907
8914
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
8908
8915
|
}> & {} & 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}`> & {
|
|
8909
8916
|
_allExposed: {
|
|
@@ -8913,10 +8920,10 @@ declare const VMenu: {
|
|
|
8913
8920
|
animateClick: () => void;
|
|
8914
8921
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
8915
8922
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
8916
|
-
localTop: vue.
|
|
8923
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
8917
8924
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
8918
8925
|
} | {
|
|
8919
|
-
id: vue.
|
|
8926
|
+
id: Readonly<vue.Ref<string, string>>;
|
|
8920
8927
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
|
8921
8928
|
};
|
|
8922
8929
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -9045,7 +9052,7 @@ declare const VMenu: {
|
|
|
9045
9052
|
} & {
|
|
9046
9053
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9047
9054
|
}, {
|
|
9048
|
-
id: vue.
|
|
9055
|
+
id: Readonly<vue.Ref<string, string>>;
|
|
9049
9056
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
|
9050
9057
|
} & Omit<Omit<{
|
|
9051
9058
|
$: vue.ComponentInternalInstance;
|
|
@@ -9262,7 +9269,7 @@ declare const VMenu: {
|
|
|
9262
9269
|
animateClick: () => void;
|
|
9263
9270
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9264
9271
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9265
|
-
localTop: vue.
|
|
9272
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9266
9273
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
9267
9274
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
9268
9275
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -9437,7 +9444,7 @@ declare const VMenu: {
|
|
|
9437
9444
|
animateClick: () => void;
|
|
9438
9445
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9439
9446
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9440
|
-
localTop: vue.
|
|
9447
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9441
9448
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
9442
9449
|
}> & {} & 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}`> & {
|
|
9443
9450
|
_allExposed: {
|
|
@@ -9447,10 +9454,10 @@ declare const VMenu: {
|
|
|
9447
9454
|
animateClick: () => void;
|
|
9448
9455
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9449
9456
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9450
|
-
localTop: vue.
|
|
9457
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9451
9458
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
9452
9459
|
} | {
|
|
9453
|
-
id: vue.
|
|
9460
|
+
id: Readonly<vue.Ref<string, string>>;
|
|
9454
9461
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
|
9455
9462
|
};
|
|
9456
9463
|
}, {}, {}, {}, {
|
|
@@ -9565,7 +9572,7 @@ declare const VMenu: {
|
|
|
9565
9572
|
} & {
|
|
9566
9573
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
9567
9574
|
}, {
|
|
9568
|
-
id: vue.
|
|
9575
|
+
id: Readonly<vue.Ref<string, string>>;
|
|
9569
9576
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
|
9570
9577
|
} & Omit<Omit<{
|
|
9571
9578
|
$: vue.ComponentInternalInstance;
|
|
@@ -9782,7 +9789,7 @@ declare const VMenu: {
|
|
|
9782
9789
|
animateClick: () => void;
|
|
9783
9790
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9784
9791
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9785
|
-
localTop: vue.
|
|
9792
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9786
9793
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
9787
9794
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
9788
9795
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -9957,7 +9964,7 @@ declare const VMenu: {
|
|
|
9957
9964
|
animateClick: () => void;
|
|
9958
9965
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9959
9966
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9960
|
-
localTop: vue.
|
|
9967
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9961
9968
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
9962
9969
|
}> & {} & 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}`> & {
|
|
9963
9970
|
_allExposed: {
|
|
@@ -9967,10 +9974,10 @@ declare const VMenu: {
|
|
|
9967
9974
|
animateClick: () => void;
|
|
9968
9975
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9969
9976
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9970
|
-
localTop: vue.
|
|
9977
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
9971
9978
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
9972
9979
|
} | {
|
|
9973
|
-
id: vue.
|
|
9980
|
+
id: Readonly<vue.Ref<string, string>>;
|
|
9974
9981
|
ΨopenChildren: vue.ShallowRef<Set<string>, Set<string>>;
|
|
9975
9982
|
};
|
|
9976
9983
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -37843,6 +37850,24 @@ declare const VDataTableServer: {
|
|
|
37843
37850
|
}>>;
|
|
37844
37851
|
type VDataTableServer = InstanceType<typeof VDataTableServer>;
|
|
37845
37852
|
|
|
37853
|
+
type CalendarDay = {
|
|
37854
|
+
date: Date;
|
|
37855
|
+
formatted: string;
|
|
37856
|
+
isAdjacent: boolean;
|
|
37857
|
+
isDisabled: boolean;
|
|
37858
|
+
isEnd: boolean;
|
|
37859
|
+
isHidden: boolean;
|
|
37860
|
+
isSame: boolean;
|
|
37861
|
+
isSelected: boolean;
|
|
37862
|
+
isStart: boolean;
|
|
37863
|
+
isToday: boolean;
|
|
37864
|
+
isWeekEnd: boolean;
|
|
37865
|
+
isWeekStart: boolean;
|
|
37866
|
+
isoDate: string;
|
|
37867
|
+
localized: string;
|
|
37868
|
+
month: number;
|
|
37869
|
+
year: number;
|
|
37870
|
+
};
|
|
37846
37871
|
type CalendarWeekdays = 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
37847
37872
|
|
|
37848
37873
|
type VPickerSlots = {
|
|
@@ -38128,7 +38153,6 @@ declare const VDatePicker: {
|
|
|
38128
38153
|
showAdjacentMonths: boolean;
|
|
38129
38154
|
weekdays: CalendarWeekdays[];
|
|
38130
38155
|
weeksInMonth: "static" | "dynamic";
|
|
38131
|
-
firstDayOfWeek: string | number;
|
|
38132
38156
|
hideWeekdays: boolean;
|
|
38133
38157
|
showWeek: boolean;
|
|
38134
38158
|
} & {
|
|
@@ -38155,6 +38179,7 @@ declare const VDatePicker: {
|
|
|
38155
38179
|
bgColor?: string | undefined;
|
|
38156
38180
|
controlHeight?: string | number | undefined;
|
|
38157
38181
|
headerColor?: string | undefined;
|
|
38182
|
+
firstDayOfWeek?: string | number | undefined;
|
|
38158
38183
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
38159
38184
|
} & {
|
|
38160
38185
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
@@ -38223,7 +38248,6 @@ declare const VDatePicker: {
|
|
|
38223
38248
|
showAdjacentMonths: boolean;
|
|
38224
38249
|
weekdays: CalendarWeekdays[];
|
|
38225
38250
|
weeksInMonth: "static" | "dynamic";
|
|
38226
|
-
firstDayOfWeek: string | number;
|
|
38227
38251
|
hideWeekdays: boolean;
|
|
38228
38252
|
showWeek: boolean;
|
|
38229
38253
|
} & {
|
|
@@ -38250,6 +38274,7 @@ declare const VDatePicker: {
|
|
|
38250
38274
|
bgColor?: string | undefined;
|
|
38251
38275
|
controlHeight?: string | number | undefined;
|
|
38252
38276
|
headerColor?: string | undefined;
|
|
38277
|
+
firstDayOfWeek?: string | number | undefined;
|
|
38253
38278
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
38254
38279
|
} & {
|
|
38255
38280
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
@@ -38302,7 +38327,6 @@ declare const VDatePicker: {
|
|
|
38302
38327
|
showAdjacentMonths: boolean;
|
|
38303
38328
|
weekdays: CalendarWeekdays[];
|
|
38304
38329
|
weeksInMonth: "static" | "dynamic";
|
|
38305
|
-
firstDayOfWeek: string | number;
|
|
38306
38330
|
hideWeekdays: boolean;
|
|
38307
38331
|
showWeek: boolean;
|
|
38308
38332
|
} & {
|
|
@@ -38329,6 +38353,7 @@ declare const VDatePicker: {
|
|
|
38329
38353
|
bgColor?: string | undefined;
|
|
38330
38354
|
controlHeight?: string | number | undefined;
|
|
38331
38355
|
headerColor?: string | undefined;
|
|
38356
|
+
firstDayOfWeek?: string | number | undefined;
|
|
38332
38357
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
38333
38358
|
} & {
|
|
38334
38359
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
|
@@ -38439,7 +38464,7 @@ declare const VDatePicker: {
|
|
|
38439
38464
|
};
|
|
38440
38465
|
firstDayOfWeek: {
|
|
38441
38466
|
type: (StringConstructor | NumberConstructor)[];
|
|
38442
|
-
default:
|
|
38467
|
+
default: undefined;
|
|
38443
38468
|
};
|
|
38444
38469
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
38445
38470
|
hideWeekdays: BooleanConstructor;
|
|
@@ -38544,7 +38569,7 @@ declare const VDatePicker: {
|
|
|
38544
38569
|
};
|
|
38545
38570
|
firstDayOfWeek: {
|
|
38546
38571
|
type: (StringConstructor | NumberConstructor)[];
|
|
38547
|
-
default:
|
|
38572
|
+
default: undefined;
|
|
38548
38573
|
};
|
|
38549
38574
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
38550
38575
|
hideWeekdays: BooleanConstructor;
|
|
@@ -38890,7 +38915,6 @@ declare const VDatePickerMonth: {
|
|
|
38890
38915
|
showAdjacentMonths: boolean;
|
|
38891
38916
|
weekdays: CalendarWeekdays[];
|
|
38892
38917
|
weeksInMonth: "static" | "dynamic";
|
|
38893
|
-
firstDayOfWeek: string | number;
|
|
38894
38918
|
hideWeekdays: boolean;
|
|
38895
38919
|
showWeek: boolean;
|
|
38896
38920
|
} & {
|
|
@@ -38901,6 +38925,7 @@ declare const VDatePickerMonth: {
|
|
|
38901
38925
|
month?: string | number | undefined;
|
|
38902
38926
|
year?: string | number | undefined;
|
|
38903
38927
|
modelValue?: unknown[] | undefined;
|
|
38928
|
+
firstDayOfWeek?: string | number | undefined;
|
|
38904
38929
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
38905
38930
|
} & {
|
|
38906
38931
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -38969,7 +38994,6 @@ declare const VDatePickerMonth: {
|
|
|
38969
38994
|
showAdjacentMonths: boolean;
|
|
38970
38995
|
weekdays: CalendarWeekdays[];
|
|
38971
38996
|
weeksInMonth: "static" | "dynamic";
|
|
38972
|
-
firstDayOfWeek: string | number;
|
|
38973
38997
|
hideWeekdays: boolean;
|
|
38974
38998
|
showWeek: boolean;
|
|
38975
38999
|
} & {
|
|
@@ -38980,6 +39004,7 @@ declare const VDatePickerMonth: {
|
|
|
38980
39004
|
month?: string | number | undefined;
|
|
38981
39005
|
year?: string | number | undefined;
|
|
38982
39006
|
modelValue?: unknown[] | undefined;
|
|
39007
|
+
firstDayOfWeek?: string | number | undefined;
|
|
38983
39008
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
38984
39009
|
} & {
|
|
38985
39010
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -39033,7 +39058,6 @@ declare const VDatePickerMonth: {
|
|
|
39033
39058
|
showAdjacentMonths: boolean;
|
|
39034
39059
|
weekdays: CalendarWeekdays[];
|
|
39035
39060
|
weeksInMonth: "static" | "dynamic";
|
|
39036
|
-
firstDayOfWeek: string | number;
|
|
39037
39061
|
hideWeekdays: boolean;
|
|
39038
39062
|
showWeek: boolean;
|
|
39039
39063
|
} & {
|
|
@@ -39044,6 +39068,7 @@ declare const VDatePickerMonth: {
|
|
|
39044
39068
|
month?: string | number | undefined;
|
|
39045
39069
|
year?: string | number | undefined;
|
|
39046
39070
|
modelValue?: unknown[] | undefined;
|
|
39071
|
+
firstDayOfWeek?: string | number | undefined;
|
|
39047
39072
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
39048
39073
|
} & {
|
|
39049
39074
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -39119,7 +39144,7 @@ declare const VDatePickerMonth: {
|
|
|
39119
39144
|
};
|
|
39120
39145
|
firstDayOfWeek: {
|
|
39121
39146
|
type: (StringConstructor | NumberConstructor)[];
|
|
39122
|
-
default:
|
|
39147
|
+
default: undefined;
|
|
39123
39148
|
};
|
|
39124
39149
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
39125
39150
|
color: StringConstructor;
|
|
@@ -39155,7 +39180,7 @@ declare const VDatePickerMonth: {
|
|
|
39155
39180
|
};
|
|
39156
39181
|
firstDayOfWeek: {
|
|
39157
39182
|
type: (StringConstructor | NumberConstructor)[];
|
|
39158
|
-
default:
|
|
39183
|
+
default: undefined;
|
|
39159
39184
|
};
|
|
39160
39185
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
39161
39186
|
color: StringConstructor;
|
|
@@ -39996,7 +40021,7 @@ declare const VDialog: {
|
|
|
39996
40021
|
animateClick: () => void;
|
|
39997
40022
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
39998
40023
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
39999
|
-
localTop: vue.
|
|
40024
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40000
40025
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
40001
40026
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
40002
40027
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -40171,7 +40196,7 @@ declare const VDialog: {
|
|
|
40171
40196
|
animateClick: () => void;
|
|
40172
40197
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
40173
40198
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40174
|
-
localTop: vue.
|
|
40199
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40175
40200
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
40176
40201
|
}> & {} & 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}`> & {
|
|
40177
40202
|
_allExposed: {
|
|
@@ -40181,7 +40206,7 @@ declare const VDialog: {
|
|
|
40181
40206
|
animateClick: () => void;
|
|
40182
40207
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
40183
40208
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40184
|
-
localTop: vue.
|
|
40209
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40185
40210
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
40186
40211
|
} | {};
|
|
40187
40212
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -40531,7 +40556,7 @@ declare const VDialog: {
|
|
|
40531
40556
|
animateClick: () => void;
|
|
40532
40557
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
40533
40558
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40534
|
-
localTop: vue.
|
|
40559
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40535
40560
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
40536
40561
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
40537
40562
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -40706,7 +40731,7 @@ declare const VDialog: {
|
|
|
40706
40731
|
animateClick: () => void;
|
|
40707
40732
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
40708
40733
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40709
|
-
localTop: vue.
|
|
40734
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40710
40735
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
40711
40736
|
}> & {} & 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}`> & {
|
|
40712
40737
|
_allExposed: {
|
|
@@ -40716,7 +40741,7 @@ declare const VDialog: {
|
|
|
40716
40741
|
animateClick: () => void;
|
|
40717
40742
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
40718
40743
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40719
|
-
localTop: vue.
|
|
40744
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
40720
40745
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
40721
40746
|
} | {};
|
|
40722
40747
|
}, {}, {}, {}, {
|
|
@@ -41050,7 +41075,7 @@ declare const VDialog: {
|
|
|
41050
41075
|
animateClick: () => void;
|
|
41051
41076
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
41052
41077
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
41053
|
-
localTop: vue.
|
|
41078
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
41054
41079
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
41055
41080
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
41056
41081
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -41225,7 +41250,7 @@ declare const VDialog: {
|
|
|
41225
41250
|
animateClick: () => void;
|
|
41226
41251
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
41227
41252
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
41228
|
-
localTop: vue.
|
|
41253
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
41229
41254
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
41230
41255
|
}> & {} & 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}`> & {
|
|
41231
41256
|
_allExposed: {
|
|
@@ -41235,7 +41260,7 @@ declare const VDialog: {
|
|
|
41235
41260
|
animateClick: () => void;
|
|
41236
41261
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
41237
41262
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
41238
|
-
localTop: vue.
|
|
41263
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
41239
41264
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
41240
41265
|
} | {};
|
|
41241
41266
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -45289,8 +45314,8 @@ declare const VForm: {
|
|
|
45289
45314
|
id: number | string;
|
|
45290
45315
|
errorMessages: string[];
|
|
45291
45316
|
}[]>;
|
|
45292
|
-
isDisabled: vue.
|
|
45293
|
-
isReadonly: vue.
|
|
45317
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45318
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45294
45319
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45295
45320
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45296
45321
|
readonly externalValue: boolean | null;
|
|
@@ -45330,8 +45355,8 @@ declare const VForm: {
|
|
|
45330
45355
|
id: number | string;
|
|
45331
45356
|
errorMessages: string[];
|
|
45332
45357
|
}[]>;
|
|
45333
|
-
isDisabled: vue.
|
|
45334
|
-
isReadonly: vue.
|
|
45358
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45359
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45335
45360
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45336
45361
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45337
45362
|
readonly externalValue: boolean | null;
|
|
@@ -45372,8 +45397,8 @@ declare const VForm: {
|
|
|
45372
45397
|
id: number | string;
|
|
45373
45398
|
errorMessages: string[];
|
|
45374
45399
|
}[]>;
|
|
45375
|
-
isDisabled: vue.
|
|
45376
|
-
isReadonly: vue.
|
|
45400
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45401
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45377
45402
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45378
45403
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45379
45404
|
readonly externalValue: boolean | null;
|
|
@@ -45415,8 +45440,8 @@ declare const VForm: {
|
|
|
45415
45440
|
id: number | string;
|
|
45416
45441
|
errorMessages: string[];
|
|
45417
45442
|
}[]>;
|
|
45418
|
-
isDisabled: vue.
|
|
45419
|
-
isReadonly: vue.
|
|
45443
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45444
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45420
45445
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45421
45446
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45422
45447
|
readonly externalValue: boolean | null;
|
|
@@ -45459,8 +45484,8 @@ declare const VForm: {
|
|
|
45459
45484
|
id: number | string;
|
|
45460
45485
|
errorMessages: string[];
|
|
45461
45486
|
}[]>;
|
|
45462
|
-
isDisabled: vue.
|
|
45463
|
-
isReadonly: vue.
|
|
45487
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45488
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45464
45489
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45465
45490
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45466
45491
|
readonly externalValue: boolean | null;
|
|
@@ -45500,8 +45525,8 @@ declare const VForm: {
|
|
|
45500
45525
|
id: number | string;
|
|
45501
45526
|
errorMessages: string[];
|
|
45502
45527
|
}[]>;
|
|
45503
|
-
isDisabled: vue.
|
|
45504
|
-
isReadonly: vue.
|
|
45528
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45529
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45505
45530
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45506
45531
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45507
45532
|
readonly externalValue: boolean | null;
|
|
@@ -45552,8 +45577,8 @@ declare const VForm: {
|
|
|
45552
45577
|
id: number | string;
|
|
45553
45578
|
errorMessages: string[];
|
|
45554
45579
|
}[]>;
|
|
45555
|
-
isDisabled: vue.
|
|
45556
|
-
isReadonly: vue.
|
|
45580
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45581
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45557
45582
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45558
45583
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45559
45584
|
readonly externalValue: boolean | null;
|
|
@@ -45611,8 +45636,8 @@ declare const VForm: {
|
|
|
45611
45636
|
id: number | string;
|
|
45612
45637
|
errorMessages: string[];
|
|
45613
45638
|
}[]>;
|
|
45614
|
-
isDisabled: vue.
|
|
45615
|
-
isReadonly: vue.
|
|
45639
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45640
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45616
45641
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45617
45642
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45618
45643
|
readonly externalValue: boolean | null;
|
|
@@ -45652,8 +45677,8 @@ declare const VForm: {
|
|
|
45652
45677
|
id: number | string;
|
|
45653
45678
|
errorMessages: string[];
|
|
45654
45679
|
}[]>;
|
|
45655
|
-
isDisabled: vue.
|
|
45656
|
-
isReadonly: vue.
|
|
45680
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45681
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45657
45682
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45658
45683
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45659
45684
|
readonly externalValue: boolean | null;
|
|
@@ -45694,8 +45719,8 @@ declare const VForm: {
|
|
|
45694
45719
|
id: number | string;
|
|
45695
45720
|
errorMessages: string[];
|
|
45696
45721
|
}[]>;
|
|
45697
|
-
isDisabled: vue.
|
|
45698
|
-
isReadonly: vue.
|
|
45722
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45723
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45699
45724
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45700
45725
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45701
45726
|
readonly externalValue: boolean | null;
|
|
@@ -45737,8 +45762,8 @@ declare const VForm: {
|
|
|
45737
45762
|
id: number | string;
|
|
45738
45763
|
errorMessages: string[];
|
|
45739
45764
|
}[]>;
|
|
45740
|
-
isDisabled: vue.
|
|
45741
|
-
isReadonly: vue.
|
|
45765
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45766
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45742
45767
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45743
45768
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45744
45769
|
readonly externalValue: boolean | null;
|
|
@@ -45781,8 +45806,8 @@ declare const VForm: {
|
|
|
45781
45806
|
id: number | string;
|
|
45782
45807
|
errorMessages: string[];
|
|
45783
45808
|
}[]>;
|
|
45784
|
-
isDisabled: vue.
|
|
45785
|
-
isReadonly: vue.
|
|
45809
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45810
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45786
45811
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45787
45812
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45788
45813
|
readonly externalValue: boolean | null;
|
|
@@ -45822,8 +45847,8 @@ declare const VForm: {
|
|
|
45822
45847
|
id: number | string;
|
|
45823
45848
|
errorMessages: string[];
|
|
45824
45849
|
}[]>;
|
|
45825
|
-
isDisabled: vue.
|
|
45826
|
-
isReadonly: vue.
|
|
45850
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45851
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45827
45852
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45828
45853
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45829
45854
|
readonly externalValue: boolean | null;
|
|
@@ -45885,8 +45910,8 @@ declare const VForm: {
|
|
|
45885
45910
|
id: number | string;
|
|
45886
45911
|
errorMessages: string[];
|
|
45887
45912
|
}[]>;
|
|
45888
|
-
isDisabled: vue.
|
|
45889
|
-
isReadonly: vue.
|
|
45913
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45914
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45890
45915
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45891
45916
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45892
45917
|
readonly externalValue: boolean | null;
|
|
@@ -45926,8 +45951,8 @@ declare const VForm: {
|
|
|
45926
45951
|
id: number | string;
|
|
45927
45952
|
errorMessages: string[];
|
|
45928
45953
|
}[]>;
|
|
45929
|
-
isDisabled: vue.
|
|
45930
|
-
isReadonly: vue.
|
|
45954
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45955
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45931
45956
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45932
45957
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45933
45958
|
readonly externalValue: boolean | null;
|
|
@@ -45968,8 +45993,8 @@ declare const VForm: {
|
|
|
45968
45993
|
id: number | string;
|
|
45969
45994
|
errorMessages: string[];
|
|
45970
45995
|
}[]>;
|
|
45971
|
-
isDisabled: vue.
|
|
45972
|
-
isReadonly: vue.
|
|
45996
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
45997
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
45973
45998
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
45974
45999
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
45975
46000
|
readonly externalValue: boolean | null;
|
|
@@ -46011,8 +46036,8 @@ declare const VForm: {
|
|
|
46011
46036
|
id: number | string;
|
|
46012
46037
|
errorMessages: string[];
|
|
46013
46038
|
}[]>;
|
|
46014
|
-
isDisabled: vue.
|
|
46015
|
-
isReadonly: vue.
|
|
46039
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
46040
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
46016
46041
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
46017
46042
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
46018
46043
|
readonly externalValue: boolean | null;
|
|
@@ -46055,8 +46080,8 @@ declare const VForm: {
|
|
|
46055
46080
|
id: number | string;
|
|
46056
46081
|
errorMessages: string[];
|
|
46057
46082
|
}[]>;
|
|
46058
|
-
isDisabled: vue.
|
|
46059
|
-
isReadonly: vue.
|
|
46083
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
46084
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
46060
46085
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
46061
46086
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
46062
46087
|
readonly externalValue: boolean | null;
|
|
@@ -46096,8 +46121,8 @@ declare const VForm: {
|
|
|
46096
46121
|
id: number | string;
|
|
46097
46122
|
errorMessages: string[];
|
|
46098
46123
|
}[]>;
|
|
46099
|
-
isDisabled: vue.
|
|
46100
|
-
isReadonly: vue.
|
|
46124
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
46125
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
46101
46126
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
46102
46127
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
46103
46128
|
readonly externalValue: boolean | null;
|
|
@@ -46148,8 +46173,8 @@ declare const VForm: {
|
|
|
46148
46173
|
id: number | string;
|
|
46149
46174
|
errorMessages: string[];
|
|
46150
46175
|
}[]>;
|
|
46151
|
-
isDisabled: vue.
|
|
46152
|
-
isReadonly: vue.
|
|
46176
|
+
isDisabled: Readonly<vue.Ref<boolean, boolean>>;
|
|
46177
|
+
isReadonly: Readonly<vue.Ref<boolean, boolean>>;
|
|
46153
46178
|
isValidating: vue.ShallowRef<boolean, boolean>;
|
|
46154
46179
|
isValid: vue.Ref<boolean | null, boolean | null> & {
|
|
46155
46180
|
readonly externalValue: boolean | null;
|
|
@@ -56286,7 +56311,7 @@ declare const VOverlay: {
|
|
|
56286
56311
|
animateClick: () => void;
|
|
56287
56312
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
56288
56313
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
56289
|
-
localTop:
|
|
56314
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
56290
56315
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
56291
56316
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
56292
56317
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -56423,7 +56448,7 @@ declare const VOverlay: {
|
|
|
56423
56448
|
animateClick: () => void;
|
|
56424
56449
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
56425
56450
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
56426
|
-
localTop:
|
|
56451
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
56427
56452
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
56428
56453
|
}, {}, {}, {}, {
|
|
56429
56454
|
absolute: boolean;
|
|
@@ -56542,7 +56567,7 @@ declare const VOverlay: {
|
|
|
56542
56567
|
animateClick: () => void;
|
|
56543
56568
|
contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
56544
56569
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
|
56545
|
-
localTop:
|
|
56570
|
+
localTop: Readonly<Ref<boolean, boolean>>;
|
|
56546
56571
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
56547
56572
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
56548
56573
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -72450,7 +72475,7 @@ declare const VTab: {
|
|
|
72450
72475
|
}) => any) | undefined;
|
|
72451
72476
|
}, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
|
|
72452
72477
|
group: GroupItemProvide | null;
|
|
72453
|
-
}> & {} & 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" | "
|
|
72478
|
+
}> & {} & 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}`> & {
|
|
72454
72479
|
_allExposed: {
|
|
72455
72480
|
group: GroupItemProvide | null;
|
|
72456
72481
|
} | {};
|
|
@@ -72872,7 +72897,7 @@ declare const VTab: {
|
|
|
72872
72897
|
}) => any) | undefined;
|
|
72873
72898
|
}, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
|
|
72874
72899
|
group: GroupItemProvide | null;
|
|
72875
|
-
}> & {} & 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" | "
|
|
72900
|
+
}> & {} & 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}`> & {
|
|
72876
72901
|
_allExposed: {
|
|
72877
72902
|
group: GroupItemProvide | null;
|
|
72878
72903
|
} | {};
|
|
@@ -73286,7 +73311,7 @@ declare const VTab: {
|
|
|
73286
73311
|
}) => any) | undefined;
|
|
73287
73312
|
}, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "density" | "rounded" | "tile" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
|
|
73288
73313
|
group: GroupItemProvide | null;
|
|
73289
|
-
}> & {} & 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" | "
|
|
73314
|
+
}> & {} & 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}`> & {
|
|
73290
73315
|
_allExposed: {
|
|
73291
73316
|
group: GroupItemProvide | null;
|
|
73292
73317
|
} | {};
|
|
@@ -79009,7 +79034,7 @@ declare const VTooltip: {
|
|
|
79009
79034
|
animateClick: () => void;
|
|
79010
79035
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
79011
79036
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79012
|
-
localTop: vue.
|
|
79037
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79013
79038
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
79014
79039
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
79015
79040
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -79184,7 +79209,7 @@ declare const VTooltip: {
|
|
|
79184
79209
|
animateClick: () => void;
|
|
79185
79210
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
79186
79211
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79187
|
-
localTop: vue.
|
|
79212
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79188
79213
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
79189
79214
|
}> & {} & 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}`> & {
|
|
79190
79215
|
_allExposed: {
|
|
@@ -79194,7 +79219,7 @@ declare const VTooltip: {
|
|
|
79194
79219
|
animateClick: () => void;
|
|
79195
79220
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
79196
79221
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79197
|
-
localTop: vue.
|
|
79222
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79198
79223
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
79199
79224
|
} | {};
|
|
79200
79225
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -79532,7 +79557,7 @@ declare const VTooltip: {
|
|
|
79532
79557
|
animateClick: () => void;
|
|
79533
79558
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
79534
79559
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79535
|
-
localTop: vue.
|
|
79560
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79536
79561
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
79537
79562
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
79538
79563
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -79707,7 +79732,7 @@ declare const VTooltip: {
|
|
|
79707
79732
|
animateClick: () => void;
|
|
79708
79733
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
79709
79734
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79710
|
-
localTop: vue.
|
|
79735
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79711
79736
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
79712
79737
|
}> & {} & 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}`> & {
|
|
79713
79738
|
_allExposed: {
|
|
@@ -79717,7 +79742,7 @@ declare const VTooltip: {
|
|
|
79717
79742
|
animateClick: () => void;
|
|
79718
79743
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
79719
79744
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79720
|
-
localTop: vue.
|
|
79745
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
79721
79746
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
79722
79747
|
} | {};
|
|
79723
79748
|
}, {}, {}, {}, {
|
|
@@ -80041,7 +80066,7 @@ declare const VTooltip: {
|
|
|
80041
80066
|
animateClick: () => void;
|
|
80042
80067
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
80043
80068
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
80044
|
-
localTop: vue.
|
|
80069
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
80045
80070
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
80046
80071
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
80047
80072
|
'click:outside': (e: MouseEvent) => true;
|
|
@@ -80216,7 +80241,7 @@ declare const VTooltip: {
|
|
|
80216
80241
|
animateClick: () => void;
|
|
80217
80242
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
80218
80243
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
80219
|
-
localTop: vue.
|
|
80244
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
80220
80245
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
80221
80246
|
}> & {} & 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}`> & {
|
|
80222
80247
|
_allExposed: {
|
|
@@ -80226,7 +80251,7 @@ declare const VTooltip: {
|
|
|
80226
80251
|
animateClick: () => void;
|
|
80227
80252
|
contentEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
80228
80253
|
globalTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
80229
|
-
localTop: vue.
|
|
80254
|
+
localTop: Readonly<vue.Ref<boolean, boolean>>;
|
|
80230
80255
|
updateLocation: vue.Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
|
80231
80256
|
} | {};
|
|
80232
80257
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -82776,159 +82801,96 @@ declare const VExpandXTransition: {
|
|
|
82776
82801
|
}>>;
|
|
82777
82802
|
type VExpandXTransition = InstanceType<typeof VExpandXTransition>;
|
|
82778
82803
|
|
|
82779
|
-
|
|
82804
|
+
type Interval = {
|
|
82805
|
+
label: string;
|
|
82806
|
+
start: unknown;
|
|
82807
|
+
end: unknown;
|
|
82808
|
+
events: any[];
|
|
82809
|
+
};
|
|
82810
|
+
declare const VCalendarInterval: {
|
|
82780
82811
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
82781
|
-
|
|
82782
|
-
disabled: boolean;
|
|
82812
|
+
index: number;
|
|
82783
82813
|
day: Record<string, any>;
|
|
82784
|
-
nextIcon: string;
|
|
82785
|
-
prevIcon: string;
|
|
82786
|
-
hideHeader: boolean;
|
|
82787
|
-
viewMode: "day" | "month" | "week";
|
|
82788
|
-
showAdjacentMonths: boolean;
|
|
82789
|
-
weekdays: CalendarWeekdays[];
|
|
82790
|
-
weeksInMonth: "static" | "dynamic";
|
|
82791
|
-
firstDayOfWeek: string | number;
|
|
82792
82814
|
intervalDivisions: number;
|
|
82793
82815
|
intervalDuration: number;
|
|
82794
82816
|
intervalHeight: number;
|
|
82795
82817
|
intervalFormat: string | Function;
|
|
82796
82818
|
intervalStart: number;
|
|
82797
|
-
hideDayHeader: boolean;
|
|
82798
|
-
intervals: number;
|
|
82799
|
-
hideWeekNumber: boolean;
|
|
82800
82819
|
} & {
|
|
82801
|
-
max?: unknown;
|
|
82802
|
-
min?: unknown;
|
|
82803
|
-
title?: string | undefined;
|
|
82804
|
-
month?: string | number | undefined;
|
|
82805
|
-
year?: string | number | undefined;
|
|
82806
82820
|
events?: any[] | undefined;
|
|
82807
|
-
modelValue?: unknown[] | undefined;
|
|
82808
|
-
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
82809
|
-
displayValue?: unknown;
|
|
82810
82821
|
dayIndex?: number | undefined;
|
|
82811
82822
|
} & {
|
|
82812
82823
|
$children?: {} | vue.VNodeChild | {
|
|
82813
|
-
|
|
82814
|
-
|
|
82824
|
+
intervalBody?: ((arg: {
|
|
82825
|
+
interval: Interval;
|
|
82815
82826
|
}) => vue.VNodeChild) | undefined;
|
|
82816
|
-
|
|
82817
|
-
|
|
82818
|
-
|
|
82819
|
-
|
|
82827
|
+
intervalEvent?: ((arg: {
|
|
82828
|
+
height: string;
|
|
82829
|
+
margin: string;
|
|
82830
|
+
eventClass: string;
|
|
82831
|
+
event: any;
|
|
82832
|
+
interval: Interval;
|
|
82833
|
+
}) => vue.VNodeChild) | undefined;
|
|
82834
|
+
intervalTitle?: ((arg: {
|
|
82835
|
+
interval: Interval;
|
|
82820
82836
|
}) => vue.VNodeChild) | undefined;
|
|
82821
82837
|
};
|
|
82822
82838
|
'v-slots'?: {
|
|
82823
|
-
|
|
82824
|
-
|
|
82839
|
+
intervalBody?: false | ((arg: {
|
|
82840
|
+
interval: Interval;
|
|
82825
82841
|
}) => vue.VNodeChild) | undefined;
|
|
82826
|
-
|
|
82827
|
-
|
|
82828
|
-
|
|
82829
|
-
|
|
82842
|
+
intervalEvent?: false | ((arg: {
|
|
82843
|
+
height: string;
|
|
82844
|
+
margin: string;
|
|
82845
|
+
eventClass: string;
|
|
82846
|
+
event: any;
|
|
82847
|
+
interval: Interval;
|
|
82848
|
+
}) => vue.VNodeChild) | undefined;
|
|
82849
|
+
intervalTitle?: false | ((arg: {
|
|
82850
|
+
interval: Interval;
|
|
82830
82851
|
}) => vue.VNodeChild) | undefined;
|
|
82831
82852
|
} | undefined;
|
|
82832
82853
|
} & {
|
|
82833
|
-
"v-slot:
|
|
82834
|
-
|
|
82854
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
82855
|
+
interval: Interval;
|
|
82835
82856
|
}) => vue.VNodeChild) | undefined;
|
|
82836
|
-
"v-slot:
|
|
82837
|
-
|
|
82838
|
-
|
|
82839
|
-
|
|
82857
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
82858
|
+
height: string;
|
|
82859
|
+
margin: string;
|
|
82860
|
+
eventClass: string;
|
|
82861
|
+
event: any;
|
|
82862
|
+
interval: Interval;
|
|
82863
|
+
}) => vue.VNodeChild) | undefined;
|
|
82864
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
82865
|
+
interval: Interval;
|
|
82840
82866
|
}) => vue.VNodeChild) | undefined;
|
|
82841
|
-
} & {
|
|
82842
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
82843
|
-
onNext?: ((...args: any[]) => any) | undefined;
|
|
82844
|
-
onPrev?: ((...args: any[]) => any) | undefined;
|
|
82845
82867
|
}, {
|
|
82846
|
-
|
|
82847
|
-
|
|
82848
|
-
|
|
82849
|
-
|
|
82850
|
-
|
|
82851
|
-
|
|
82852
|
-
|
|
82853
|
-
isWeekStart: boolean;
|
|
82854
|
-
isWeekEnd: boolean;
|
|
82855
|
-
isToday: boolean;
|
|
82856
|
-
isAdjacent: boolean;
|
|
82857
|
-
isHidden: boolean;
|
|
82858
|
-
isStart: boolean;
|
|
82859
|
-
isSelected: boolean;
|
|
82860
|
-
isEnd: boolean;
|
|
82861
|
-
isSame: boolean;
|
|
82862
|
-
localized: string;
|
|
82863
|
-
}[]>;
|
|
82864
|
-
daysInWeek: vue.ComputedRef<{
|
|
82865
|
-
date: unknown;
|
|
82866
|
-
isoDate: string;
|
|
82867
|
-
formatted: string;
|
|
82868
|
-
year: number;
|
|
82869
|
-
month: number;
|
|
82870
|
-
isDisabled: boolean;
|
|
82871
|
-
isWeekStart: boolean;
|
|
82872
|
-
isWeekEnd: boolean;
|
|
82873
|
-
isToday: boolean;
|
|
82874
|
-
isAdjacent: boolean;
|
|
82875
|
-
isHidden: boolean;
|
|
82876
|
-
isStart: boolean;
|
|
82877
|
-
isSelected: boolean;
|
|
82878
|
-
isEnd: boolean;
|
|
82879
|
-
isSame: boolean;
|
|
82880
|
-
localized: string;
|
|
82881
|
-
}[]>;
|
|
82882
|
-
genDays: (days: unknown[], today: unknown) => {
|
|
82883
|
-
date: unknown;
|
|
82884
|
-
isoDate: string;
|
|
82885
|
-
formatted: string;
|
|
82886
|
-
year: number;
|
|
82887
|
-
month: number;
|
|
82888
|
-
isDisabled: boolean;
|
|
82889
|
-
isWeekStart: boolean;
|
|
82890
|
-
isWeekEnd: boolean;
|
|
82891
|
-
isToday: boolean;
|
|
82892
|
-
isAdjacent: boolean;
|
|
82893
|
-
isHidden: boolean;
|
|
82894
|
-
isStart: boolean;
|
|
82895
|
-
isSelected: boolean;
|
|
82896
|
-
isEnd: boolean;
|
|
82897
|
-
isSame: boolean;
|
|
82898
|
-
localized: string;
|
|
82899
|
-
}[];
|
|
82900
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
82901
|
-
next: null;
|
|
82902
|
-
prev: null;
|
|
82903
|
-
'update:modelValue': null;
|
|
82904
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
82905
|
-
text: string;
|
|
82906
|
-
disabled: boolean;
|
|
82868
|
+
interval: vue.ComputedRef<{
|
|
82869
|
+
label: string;
|
|
82870
|
+
start: unknown;
|
|
82871
|
+
end: unknown;
|
|
82872
|
+
events: any[];
|
|
82873
|
+
}>;
|
|
82874
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
82907
82875
|
day: Record<string, any>;
|
|
82908
|
-
nextIcon: string;
|
|
82909
|
-
prevIcon: string;
|
|
82910
|
-
hideHeader: boolean;
|
|
82911
|
-
viewMode: "day" | "month" | "week";
|
|
82912
|
-
showAdjacentMonths: boolean;
|
|
82913
|
-
weekdays: CalendarWeekdays[];
|
|
82914
|
-
weeksInMonth: "static" | "dynamic";
|
|
82915
|
-
firstDayOfWeek: string | number;
|
|
82916
82876
|
intervalDivisions: number;
|
|
82917
82877
|
intervalDuration: number;
|
|
82918
82878
|
intervalHeight: number;
|
|
82919
82879
|
intervalFormat: string | Function;
|
|
82920
82880
|
intervalStart: number;
|
|
82921
|
-
hideDayHeader: boolean;
|
|
82922
|
-
intervals: number;
|
|
82923
|
-
hideWeekNumber: boolean;
|
|
82924
82881
|
}, true, {}, vue.SlotsType<Partial<{
|
|
82925
|
-
|
|
82926
|
-
|
|
82882
|
+
intervalBody: (arg: {
|
|
82883
|
+
interval: Interval;
|
|
82927
82884
|
}) => vue.VNode[];
|
|
82928
|
-
|
|
82929
|
-
|
|
82930
|
-
|
|
82931
|
-
|
|
82885
|
+
intervalEvent: (arg: {
|
|
82886
|
+
height: string;
|
|
82887
|
+
margin: string;
|
|
82888
|
+
eventClass: string;
|
|
82889
|
+
event: any;
|
|
82890
|
+
interval: Interval;
|
|
82891
|
+
}) => vue.VNode[];
|
|
82892
|
+
intervalTitle: (arg: {
|
|
82893
|
+
interval: Interval;
|
|
82932
82894
|
}) => vue.VNode[];
|
|
82933
82895
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
82934
82896
|
P: {};
|
|
@@ -82938,320 +82900,164 @@ declare const VCalendar: {
|
|
|
82938
82900
|
M: {};
|
|
82939
82901
|
Defaults: {};
|
|
82940
82902
|
}, {
|
|
82941
|
-
|
|
82942
|
-
disabled: boolean;
|
|
82903
|
+
index: number;
|
|
82943
82904
|
day: Record<string, any>;
|
|
82944
|
-
nextIcon: string;
|
|
82945
|
-
prevIcon: string;
|
|
82946
|
-
hideHeader: boolean;
|
|
82947
|
-
viewMode: "day" | "month" | "week";
|
|
82948
|
-
showAdjacentMonths: boolean;
|
|
82949
|
-
weekdays: CalendarWeekdays[];
|
|
82950
|
-
weeksInMonth: "static" | "dynamic";
|
|
82951
|
-
firstDayOfWeek: string | number;
|
|
82952
82905
|
intervalDivisions: number;
|
|
82953
82906
|
intervalDuration: number;
|
|
82954
82907
|
intervalHeight: number;
|
|
82955
82908
|
intervalFormat: string | Function;
|
|
82956
82909
|
intervalStart: number;
|
|
82957
|
-
hideDayHeader: boolean;
|
|
82958
|
-
intervals: number;
|
|
82959
|
-
hideWeekNumber: boolean;
|
|
82960
82910
|
} & {
|
|
82961
|
-
max?: unknown;
|
|
82962
|
-
min?: unknown;
|
|
82963
|
-
title?: string | undefined;
|
|
82964
|
-
month?: string | number | undefined;
|
|
82965
|
-
year?: string | number | undefined;
|
|
82966
82911
|
events?: any[] | undefined;
|
|
82967
|
-
modelValue?: unknown[] | undefined;
|
|
82968
|
-
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
82969
|
-
displayValue?: unknown;
|
|
82970
82912
|
dayIndex?: number | undefined;
|
|
82971
82913
|
} & {
|
|
82972
82914
|
$children?: {} | vue.VNodeChild | {
|
|
82973
|
-
|
|
82974
|
-
|
|
82915
|
+
intervalBody?: ((arg: {
|
|
82916
|
+
interval: Interval;
|
|
82975
82917
|
}) => vue.VNodeChild) | undefined;
|
|
82976
|
-
|
|
82977
|
-
|
|
82978
|
-
|
|
82979
|
-
|
|
82918
|
+
intervalEvent?: ((arg: {
|
|
82919
|
+
height: string;
|
|
82920
|
+
margin: string;
|
|
82921
|
+
eventClass: string;
|
|
82922
|
+
event: any;
|
|
82923
|
+
interval: Interval;
|
|
82924
|
+
}) => vue.VNodeChild) | undefined;
|
|
82925
|
+
intervalTitle?: ((arg: {
|
|
82926
|
+
interval: Interval;
|
|
82980
82927
|
}) => vue.VNodeChild) | undefined;
|
|
82981
82928
|
};
|
|
82982
82929
|
'v-slots'?: {
|
|
82983
|
-
|
|
82984
|
-
|
|
82930
|
+
intervalBody?: false | ((arg: {
|
|
82931
|
+
interval: Interval;
|
|
82985
82932
|
}) => vue.VNodeChild) | undefined;
|
|
82986
|
-
|
|
82987
|
-
|
|
82988
|
-
|
|
82989
|
-
|
|
82933
|
+
intervalEvent?: false | ((arg: {
|
|
82934
|
+
height: string;
|
|
82935
|
+
margin: string;
|
|
82936
|
+
eventClass: string;
|
|
82937
|
+
event: any;
|
|
82938
|
+
interval: Interval;
|
|
82939
|
+
}) => vue.VNodeChild) | undefined;
|
|
82940
|
+
intervalTitle?: false | ((arg: {
|
|
82941
|
+
interval: Interval;
|
|
82990
82942
|
}) => vue.VNodeChild) | undefined;
|
|
82991
82943
|
} | undefined;
|
|
82992
82944
|
} & {
|
|
82993
|
-
"v-slot:
|
|
82994
|
-
|
|
82945
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
82946
|
+
interval: Interval;
|
|
82995
82947
|
}) => vue.VNodeChild) | undefined;
|
|
82996
|
-
"v-slot:
|
|
82997
|
-
|
|
82998
|
-
|
|
82999
|
-
|
|
82948
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
82949
|
+
height: string;
|
|
82950
|
+
margin: string;
|
|
82951
|
+
eventClass: string;
|
|
82952
|
+
event: any;
|
|
82953
|
+
interval: Interval;
|
|
82954
|
+
}) => vue.VNodeChild) | undefined;
|
|
82955
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
82956
|
+
interval: Interval;
|
|
83000
82957
|
}) => vue.VNodeChild) | undefined;
|
|
83001
|
-
} & {
|
|
83002
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
83003
|
-
onNext?: ((...args: any[]) => any) | undefined;
|
|
83004
|
-
onPrev?: ((...args: any[]) => any) | undefined;
|
|
83005
82958
|
}, {
|
|
83006
|
-
|
|
83007
|
-
|
|
83008
|
-
|
|
83009
|
-
|
|
83010
|
-
|
|
83011
|
-
|
|
83012
|
-
isDisabled: boolean;
|
|
83013
|
-
isWeekStart: boolean;
|
|
83014
|
-
isWeekEnd: boolean;
|
|
83015
|
-
isToday: boolean;
|
|
83016
|
-
isAdjacent: boolean;
|
|
83017
|
-
isHidden: boolean;
|
|
83018
|
-
isStart: boolean;
|
|
83019
|
-
isSelected: boolean;
|
|
83020
|
-
isEnd: boolean;
|
|
83021
|
-
isSame: boolean;
|
|
83022
|
-
localized: string;
|
|
83023
|
-
}[]>;
|
|
83024
|
-
daysInWeek: vue.ComputedRef<{
|
|
83025
|
-
date: unknown;
|
|
83026
|
-
isoDate: string;
|
|
83027
|
-
formatted: string;
|
|
83028
|
-
year: number;
|
|
83029
|
-
month: number;
|
|
83030
|
-
isDisabled: boolean;
|
|
83031
|
-
isWeekStart: boolean;
|
|
83032
|
-
isWeekEnd: boolean;
|
|
83033
|
-
isToday: boolean;
|
|
83034
|
-
isAdjacent: boolean;
|
|
83035
|
-
isHidden: boolean;
|
|
83036
|
-
isStart: boolean;
|
|
83037
|
-
isSelected: boolean;
|
|
83038
|
-
isEnd: boolean;
|
|
83039
|
-
isSame: boolean;
|
|
83040
|
-
localized: string;
|
|
83041
|
-
}[]>;
|
|
83042
|
-
genDays: (days: unknown[], today: unknown) => {
|
|
83043
|
-
date: unknown;
|
|
83044
|
-
isoDate: string;
|
|
83045
|
-
formatted: string;
|
|
83046
|
-
year: number;
|
|
83047
|
-
month: number;
|
|
83048
|
-
isDisabled: boolean;
|
|
83049
|
-
isWeekStart: boolean;
|
|
83050
|
-
isWeekEnd: boolean;
|
|
83051
|
-
isToday: boolean;
|
|
83052
|
-
isAdjacent: boolean;
|
|
83053
|
-
isHidden: boolean;
|
|
83054
|
-
isStart: boolean;
|
|
83055
|
-
isSelected: boolean;
|
|
83056
|
-
isEnd: boolean;
|
|
83057
|
-
isSame: boolean;
|
|
83058
|
-
localized: string;
|
|
83059
|
-
}[];
|
|
82959
|
+
interval: vue.ComputedRef<{
|
|
82960
|
+
label: string;
|
|
82961
|
+
start: unknown;
|
|
82962
|
+
end: unknown;
|
|
82963
|
+
events: any[];
|
|
82964
|
+
}>;
|
|
83060
82965
|
}, {}, {}, {}, {
|
|
83061
|
-
text: string;
|
|
83062
|
-
disabled: boolean;
|
|
83063
82966
|
day: Record<string, any>;
|
|
83064
|
-
nextIcon: string;
|
|
83065
|
-
prevIcon: string;
|
|
83066
|
-
hideHeader: boolean;
|
|
83067
|
-
viewMode: "day" | "month" | "week";
|
|
83068
|
-
showAdjacentMonths: boolean;
|
|
83069
|
-
weekdays: CalendarWeekdays[];
|
|
83070
|
-
weeksInMonth: "static" | "dynamic";
|
|
83071
|
-
firstDayOfWeek: string | number;
|
|
83072
82967
|
intervalDivisions: number;
|
|
83073
82968
|
intervalDuration: number;
|
|
83074
82969
|
intervalHeight: number;
|
|
83075
82970
|
intervalFormat: string | Function;
|
|
83076
82971
|
intervalStart: number;
|
|
83077
|
-
hideDayHeader: boolean;
|
|
83078
|
-
intervals: number;
|
|
83079
|
-
hideWeekNumber: boolean;
|
|
83080
82972
|
}>;
|
|
83081
82973
|
__isFragment?: never;
|
|
83082
82974
|
__isTeleport?: never;
|
|
83083
82975
|
__isSuspense?: never;
|
|
83084
82976
|
} & vue.ComponentOptionsBase<{
|
|
83085
|
-
|
|
83086
|
-
disabled: boolean;
|
|
82977
|
+
index: number;
|
|
83087
82978
|
day: Record<string, any>;
|
|
83088
|
-
nextIcon: string;
|
|
83089
|
-
prevIcon: string;
|
|
83090
|
-
hideHeader: boolean;
|
|
83091
|
-
viewMode: "day" | "month" | "week";
|
|
83092
|
-
showAdjacentMonths: boolean;
|
|
83093
|
-
weekdays: CalendarWeekdays[];
|
|
83094
|
-
weeksInMonth: "static" | "dynamic";
|
|
83095
|
-
firstDayOfWeek: string | number;
|
|
83096
82979
|
intervalDivisions: number;
|
|
83097
82980
|
intervalDuration: number;
|
|
83098
82981
|
intervalHeight: number;
|
|
83099
82982
|
intervalFormat: string | Function;
|
|
83100
82983
|
intervalStart: number;
|
|
83101
|
-
hideDayHeader: boolean;
|
|
83102
|
-
intervals: number;
|
|
83103
|
-
hideWeekNumber: boolean;
|
|
83104
82984
|
} & {
|
|
83105
|
-
max?: unknown;
|
|
83106
|
-
min?: unknown;
|
|
83107
|
-
title?: string | undefined;
|
|
83108
|
-
month?: string | number | undefined;
|
|
83109
|
-
year?: string | number | undefined;
|
|
83110
82985
|
events?: any[] | undefined;
|
|
83111
|
-
modelValue?: unknown[] | undefined;
|
|
83112
|
-
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
83113
|
-
displayValue?: unknown;
|
|
83114
82986
|
dayIndex?: number | undefined;
|
|
83115
82987
|
} & {
|
|
83116
82988
|
$children?: {} | vue.VNodeChild | {
|
|
83117
|
-
|
|
83118
|
-
|
|
82989
|
+
intervalBody?: ((arg: {
|
|
82990
|
+
interval: Interval;
|
|
83119
82991
|
}) => vue.VNodeChild) | undefined;
|
|
83120
|
-
|
|
83121
|
-
|
|
83122
|
-
|
|
83123
|
-
|
|
82992
|
+
intervalEvent?: ((arg: {
|
|
82993
|
+
height: string;
|
|
82994
|
+
margin: string;
|
|
82995
|
+
eventClass: string;
|
|
82996
|
+
event: any;
|
|
82997
|
+
interval: Interval;
|
|
82998
|
+
}) => vue.VNodeChild) | undefined;
|
|
82999
|
+
intervalTitle?: ((arg: {
|
|
83000
|
+
interval: Interval;
|
|
83124
83001
|
}) => vue.VNodeChild) | undefined;
|
|
83125
83002
|
};
|
|
83126
83003
|
'v-slots'?: {
|
|
83127
|
-
|
|
83128
|
-
|
|
83004
|
+
intervalBody?: false | ((arg: {
|
|
83005
|
+
interval: Interval;
|
|
83129
83006
|
}) => vue.VNodeChild) | undefined;
|
|
83130
|
-
|
|
83131
|
-
|
|
83132
|
-
|
|
83133
|
-
|
|
83007
|
+
intervalEvent?: false | ((arg: {
|
|
83008
|
+
height: string;
|
|
83009
|
+
margin: string;
|
|
83010
|
+
eventClass: string;
|
|
83011
|
+
event: any;
|
|
83012
|
+
interval: Interval;
|
|
83013
|
+
}) => vue.VNodeChild) | undefined;
|
|
83014
|
+
intervalTitle?: false | ((arg: {
|
|
83015
|
+
interval: Interval;
|
|
83134
83016
|
}) => vue.VNodeChild) | undefined;
|
|
83135
83017
|
} | undefined;
|
|
83136
83018
|
} & {
|
|
83137
|
-
"v-slot:
|
|
83138
|
-
|
|
83019
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
83020
|
+
interval: Interval;
|
|
83139
83021
|
}) => vue.VNodeChild) | undefined;
|
|
83140
|
-
"v-slot:
|
|
83141
|
-
|
|
83142
|
-
|
|
83143
|
-
|
|
83022
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
83023
|
+
height: string;
|
|
83024
|
+
margin: string;
|
|
83025
|
+
eventClass: string;
|
|
83026
|
+
event: any;
|
|
83027
|
+
interval: Interval;
|
|
83028
|
+
}) => vue.VNodeChild) | undefined;
|
|
83029
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
83030
|
+
interval: Interval;
|
|
83144
83031
|
}) => vue.VNodeChild) | undefined;
|
|
83145
|
-
} & {
|
|
83146
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
83147
|
-
onNext?: ((...args: any[]) => any) | undefined;
|
|
83148
|
-
onPrev?: ((...args: any[]) => any) | undefined;
|
|
83149
83032
|
}, {
|
|
83150
|
-
|
|
83151
|
-
|
|
83152
|
-
|
|
83153
|
-
|
|
83154
|
-
|
|
83155
|
-
|
|
83156
|
-
|
|
83157
|
-
isWeekStart: boolean;
|
|
83158
|
-
isWeekEnd: boolean;
|
|
83159
|
-
isToday: boolean;
|
|
83160
|
-
isAdjacent: boolean;
|
|
83161
|
-
isHidden: boolean;
|
|
83162
|
-
isStart: boolean;
|
|
83163
|
-
isSelected: boolean;
|
|
83164
|
-
isEnd: boolean;
|
|
83165
|
-
isSame: boolean;
|
|
83166
|
-
localized: string;
|
|
83167
|
-
}[]>;
|
|
83168
|
-
daysInWeek: vue.ComputedRef<{
|
|
83169
|
-
date: unknown;
|
|
83170
|
-
isoDate: string;
|
|
83171
|
-
formatted: string;
|
|
83172
|
-
year: number;
|
|
83173
|
-
month: number;
|
|
83174
|
-
isDisabled: boolean;
|
|
83175
|
-
isWeekStart: boolean;
|
|
83176
|
-
isWeekEnd: boolean;
|
|
83177
|
-
isToday: boolean;
|
|
83178
|
-
isAdjacent: boolean;
|
|
83179
|
-
isHidden: boolean;
|
|
83180
|
-
isStart: boolean;
|
|
83181
|
-
isSelected: boolean;
|
|
83182
|
-
isEnd: boolean;
|
|
83183
|
-
isSame: boolean;
|
|
83184
|
-
localized: string;
|
|
83185
|
-
}[]>;
|
|
83186
|
-
genDays: (days: unknown[], today: unknown) => {
|
|
83187
|
-
date: unknown;
|
|
83188
|
-
isoDate: string;
|
|
83189
|
-
formatted: string;
|
|
83190
|
-
year: number;
|
|
83191
|
-
month: number;
|
|
83192
|
-
isDisabled: boolean;
|
|
83193
|
-
isWeekStart: boolean;
|
|
83194
|
-
isWeekEnd: boolean;
|
|
83195
|
-
isToday: boolean;
|
|
83196
|
-
isAdjacent: boolean;
|
|
83197
|
-
isHidden: boolean;
|
|
83198
|
-
isStart: boolean;
|
|
83199
|
-
isSelected: boolean;
|
|
83200
|
-
isEnd: boolean;
|
|
83201
|
-
isSame: boolean;
|
|
83202
|
-
localized: string;
|
|
83203
|
-
}[];
|
|
83204
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
83205
|
-
next: null;
|
|
83206
|
-
prev: null;
|
|
83207
|
-
'update:modelValue': null;
|
|
83208
|
-
}, string, {
|
|
83209
|
-
text: string;
|
|
83210
|
-
disabled: boolean;
|
|
83033
|
+
interval: vue.ComputedRef<{
|
|
83034
|
+
label: string;
|
|
83035
|
+
start: unknown;
|
|
83036
|
+
end: unknown;
|
|
83037
|
+
events: any[];
|
|
83038
|
+
}>;
|
|
83039
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
83211
83040
|
day: Record<string, any>;
|
|
83212
|
-
nextIcon: string;
|
|
83213
|
-
prevIcon: string;
|
|
83214
|
-
hideHeader: boolean;
|
|
83215
|
-
viewMode: "day" | "month" | "week";
|
|
83216
|
-
showAdjacentMonths: boolean;
|
|
83217
|
-
weekdays: CalendarWeekdays[];
|
|
83218
|
-
weeksInMonth: "static" | "dynamic";
|
|
83219
|
-
firstDayOfWeek: string | number;
|
|
83220
83041
|
intervalDivisions: number;
|
|
83221
83042
|
intervalDuration: number;
|
|
83222
83043
|
intervalHeight: number;
|
|
83223
83044
|
intervalFormat: string | Function;
|
|
83224
83045
|
intervalStart: number;
|
|
83225
|
-
hideDayHeader: boolean;
|
|
83226
|
-
intervals: number;
|
|
83227
|
-
hideWeekNumber: boolean;
|
|
83228
83046
|
}, {}, string, vue.SlotsType<Partial<{
|
|
83229
|
-
|
|
83230
|
-
|
|
83047
|
+
intervalBody: (arg: {
|
|
83048
|
+
interval: Interval;
|
|
83231
83049
|
}) => vue.VNode[];
|
|
83232
|
-
|
|
83233
|
-
|
|
83234
|
-
|
|
83235
|
-
|
|
83050
|
+
intervalEvent: (arg: {
|
|
83051
|
+
height: string;
|
|
83052
|
+
margin: string;
|
|
83053
|
+
eventClass: string;
|
|
83054
|
+
event: any;
|
|
83055
|
+
interval: Interval;
|
|
83056
|
+
}) => vue.VNode[];
|
|
83057
|
+
intervalTitle: (arg: {
|
|
83058
|
+
interval: Interval;
|
|
83236
83059
|
}) => vue.VNode[];
|
|
83237
83060
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
83238
|
-
nextIcon: {
|
|
83239
|
-
type: StringConstructor;
|
|
83240
|
-
default: string;
|
|
83241
|
-
};
|
|
83242
|
-
prevIcon: {
|
|
83243
|
-
type: StringConstructor;
|
|
83244
|
-
default: string;
|
|
83245
|
-
};
|
|
83246
|
-
title: StringConstructor;
|
|
83247
|
-
text: {
|
|
83248
|
-
type: StringConstructor;
|
|
83249
|
-
default: string;
|
|
83250
|
-
};
|
|
83251
|
-
viewMode: {
|
|
83252
|
-
type: vue.PropType<"month" | "week" | "day">;
|
|
83253
|
-
default: string;
|
|
83254
|
-
};
|
|
83255
83061
|
day: {
|
|
83256
83062
|
type: ObjectConstructor;
|
|
83257
83063
|
default: () => {};
|
|
@@ -83293,55 +83099,11 @@ declare const VCalendar: {
|
|
|
83293
83099
|
type: NumberConstructor;
|
|
83294
83100
|
default: number;
|
|
83295
83101
|
};
|
|
83296
|
-
|
|
83297
|
-
intervals: {
|
|
83102
|
+
index: {
|
|
83298
83103
|
type: NumberConstructor;
|
|
83299
|
-
|
|
83300
|
-
};
|
|
83301
|
-
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
83302
|
-
disabled: {
|
|
83303
|
-
type: BooleanConstructor;
|
|
83304
|
-
default: null;
|
|
83305
|
-
};
|
|
83306
|
-
displayValue: vue.PropType<unknown>;
|
|
83307
|
-
modelValue: vue.PropType<unknown[]>;
|
|
83308
|
-
month: (StringConstructor | NumberConstructor)[];
|
|
83309
|
-
max: vue.PropType<unknown>;
|
|
83310
|
-
min: vue.PropType<unknown>;
|
|
83311
|
-
showAdjacentMonths: BooleanConstructor;
|
|
83312
|
-
year: (StringConstructor | NumberConstructor)[];
|
|
83313
|
-
weekdays: {
|
|
83314
|
-
type: vue.PropType<CalendarWeekdays[]>;
|
|
83315
|
-
default: () => number[];
|
|
83316
|
-
};
|
|
83317
|
-
weeksInMonth: {
|
|
83318
|
-
type: vue.PropType<"dynamic" | "static">;
|
|
83319
|
-
default: string;
|
|
83320
|
-
};
|
|
83321
|
-
firstDayOfWeek: {
|
|
83322
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
83323
|
-
default: number;
|
|
83104
|
+
required: true;
|
|
83324
83105
|
};
|
|
83325
|
-
hideHeader: BooleanConstructor;
|
|
83326
|
-
hideWeekNumber: BooleanConstructor;
|
|
83327
83106
|
}, vue.ExtractPropTypes<{
|
|
83328
|
-
nextIcon: {
|
|
83329
|
-
type: StringConstructor;
|
|
83330
|
-
default: string;
|
|
83331
|
-
};
|
|
83332
|
-
prevIcon: {
|
|
83333
|
-
type: StringConstructor;
|
|
83334
|
-
default: string;
|
|
83335
|
-
};
|
|
83336
|
-
title: StringConstructor;
|
|
83337
|
-
text: {
|
|
83338
|
-
type: StringConstructor;
|
|
83339
|
-
default: string;
|
|
83340
|
-
};
|
|
83341
|
-
viewMode: {
|
|
83342
|
-
type: vue.PropType<"month" | "week" | "day">;
|
|
83343
|
-
default: string;
|
|
83344
|
-
};
|
|
83345
83107
|
day: {
|
|
83346
83108
|
type: ObjectConstructor;
|
|
83347
83109
|
default: () => {};
|
|
@@ -83383,39 +83145,12 @@ declare const VCalendar: {
|
|
|
83383
83145
|
type: NumberConstructor;
|
|
83384
83146
|
default: number;
|
|
83385
83147
|
};
|
|
83386
|
-
|
|
83387
|
-
intervals: {
|
|
83148
|
+
index: {
|
|
83388
83149
|
type: NumberConstructor;
|
|
83389
|
-
|
|
83390
|
-
};
|
|
83391
|
-
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
83392
|
-
disabled: {
|
|
83393
|
-
type: BooleanConstructor;
|
|
83394
|
-
default: null;
|
|
83395
|
-
};
|
|
83396
|
-
displayValue: vue.PropType<unknown>;
|
|
83397
|
-
modelValue: vue.PropType<unknown[]>;
|
|
83398
|
-
month: (StringConstructor | NumberConstructor)[];
|
|
83399
|
-
max: vue.PropType<unknown>;
|
|
83400
|
-
min: vue.PropType<unknown>;
|
|
83401
|
-
showAdjacentMonths: BooleanConstructor;
|
|
83402
|
-
year: (StringConstructor | NumberConstructor)[];
|
|
83403
|
-
weekdays: {
|
|
83404
|
-
type: vue.PropType<CalendarWeekdays[]>;
|
|
83405
|
-
default: () => number[];
|
|
83406
|
-
};
|
|
83407
|
-
weeksInMonth: {
|
|
83408
|
-
type: vue.PropType<"dynamic" | "static">;
|
|
83409
|
-
default: string;
|
|
83410
|
-
};
|
|
83411
|
-
firstDayOfWeek: {
|
|
83412
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
83413
|
-
default: number;
|
|
83150
|
+
required: true;
|
|
83414
83151
|
};
|
|
83415
|
-
hideHeader: BooleanConstructor;
|
|
83416
|
-
hideWeekNumber: BooleanConstructor;
|
|
83417
83152
|
}>>;
|
|
83418
|
-
type
|
|
83153
|
+
type VCalendarInterval = InstanceType<typeof VCalendarInterval>;
|
|
83419
83154
|
|
|
83420
83155
|
declare const VCalendarDay: {
|
|
83421
83156
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
@@ -83431,14 +83166,98 @@ declare const VCalendarDay: {
|
|
|
83431
83166
|
events?: any[] | undefined;
|
|
83432
83167
|
dayIndex?: number | undefined;
|
|
83433
83168
|
} & {
|
|
83434
|
-
$children?: vue.VNodeChild | {
|
|
83435
|
-
|
|
83436
|
-
|
|
83169
|
+
$children?: {} | vue.VNodeChild | {
|
|
83170
|
+
intervalBody?: ((arg: {
|
|
83171
|
+
interval: {
|
|
83172
|
+
label: string;
|
|
83173
|
+
start: unknown;
|
|
83174
|
+
end: unknown;
|
|
83175
|
+
events: any[];
|
|
83176
|
+
};
|
|
83177
|
+
}) => vue.VNodeChild) | undefined;
|
|
83178
|
+
intervalEvent?: ((arg: {
|
|
83179
|
+
height: string;
|
|
83180
|
+
margin: string;
|
|
83181
|
+
eventClass: string;
|
|
83182
|
+
event: any;
|
|
83183
|
+
interval: {
|
|
83184
|
+
label: string;
|
|
83185
|
+
start: unknown;
|
|
83186
|
+
end: unknown;
|
|
83187
|
+
events: any[];
|
|
83188
|
+
};
|
|
83189
|
+
}) => vue.VNodeChild) | undefined;
|
|
83190
|
+
intervalTitle?: ((arg: {
|
|
83191
|
+
interval: {
|
|
83192
|
+
label: string;
|
|
83193
|
+
start: unknown;
|
|
83194
|
+
end: unknown;
|
|
83195
|
+
events: any[];
|
|
83196
|
+
};
|
|
83197
|
+
}) => vue.VNodeChild) | undefined;
|
|
83198
|
+
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83199
|
+
};
|
|
83437
83200
|
'v-slots'?: {
|
|
83438
|
-
|
|
83201
|
+
intervalBody?: false | ((arg: {
|
|
83202
|
+
interval: {
|
|
83203
|
+
label: string;
|
|
83204
|
+
start: unknown;
|
|
83205
|
+
end: unknown;
|
|
83206
|
+
events: any[];
|
|
83207
|
+
};
|
|
83208
|
+
}) => vue.VNodeChild) | undefined;
|
|
83209
|
+
intervalEvent?: false | ((arg: {
|
|
83210
|
+
height: string;
|
|
83211
|
+
margin: string;
|
|
83212
|
+
eventClass: string;
|
|
83213
|
+
event: any;
|
|
83214
|
+
interval: {
|
|
83215
|
+
label: string;
|
|
83216
|
+
start: unknown;
|
|
83217
|
+
end: unknown;
|
|
83218
|
+
events: any[];
|
|
83219
|
+
};
|
|
83220
|
+
}) => vue.VNodeChild) | undefined;
|
|
83221
|
+
intervalTitle?: false | ((arg: {
|
|
83222
|
+
interval: {
|
|
83223
|
+
label: string;
|
|
83224
|
+
start: unknown;
|
|
83225
|
+
end: unknown;
|
|
83226
|
+
events: any[];
|
|
83227
|
+
};
|
|
83228
|
+
}) => vue.VNodeChild) | undefined;
|
|
83229
|
+
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83439
83230
|
} | undefined;
|
|
83440
83231
|
} & {
|
|
83441
|
-
"v-slot:
|
|
83232
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
83233
|
+
interval: {
|
|
83234
|
+
label: string;
|
|
83235
|
+
start: unknown;
|
|
83236
|
+
end: unknown;
|
|
83237
|
+
events: any[];
|
|
83238
|
+
};
|
|
83239
|
+
}) => vue.VNodeChild) | undefined;
|
|
83240
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
83241
|
+
height: string;
|
|
83242
|
+
margin: string;
|
|
83243
|
+
eventClass: string;
|
|
83244
|
+
event: any;
|
|
83245
|
+
interval: {
|
|
83246
|
+
label: string;
|
|
83247
|
+
start: unknown;
|
|
83248
|
+
end: unknown;
|
|
83249
|
+
events: any[];
|
|
83250
|
+
};
|
|
83251
|
+
}) => vue.VNodeChild) | undefined;
|
|
83252
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
83253
|
+
interval: {
|
|
83254
|
+
label: string;
|
|
83255
|
+
start: unknown;
|
|
83256
|
+
end: unknown;
|
|
83257
|
+
events: any[];
|
|
83258
|
+
};
|
|
83259
|
+
}) => vue.VNodeChild) | undefined;
|
|
83260
|
+
"v-slot:interval"?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83442
83261
|
}, {
|
|
83443
83262
|
intervals: vue.ComputedRef<number[]>;
|
|
83444
83263
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
@@ -83451,7 +83270,35 @@ declare const VCalendarDay: {
|
|
|
83451
83270
|
hideDayHeader: boolean;
|
|
83452
83271
|
intervals: number;
|
|
83453
83272
|
}, true, {}, vue.SlotsType<Partial<{
|
|
83454
|
-
|
|
83273
|
+
intervalBody: (arg: {
|
|
83274
|
+
interval: {
|
|
83275
|
+
label: string;
|
|
83276
|
+
start: unknown;
|
|
83277
|
+
end: unknown;
|
|
83278
|
+
events: any[];
|
|
83279
|
+
};
|
|
83280
|
+
}) => vue.VNode[];
|
|
83281
|
+
intervalEvent: (arg: {
|
|
83282
|
+
height: string;
|
|
83283
|
+
margin: string;
|
|
83284
|
+
eventClass: string;
|
|
83285
|
+
event: any;
|
|
83286
|
+
interval: {
|
|
83287
|
+
label: string;
|
|
83288
|
+
start: unknown;
|
|
83289
|
+
end: unknown;
|
|
83290
|
+
events: any[];
|
|
83291
|
+
};
|
|
83292
|
+
}) => vue.VNode[];
|
|
83293
|
+
intervalTitle: (arg: {
|
|
83294
|
+
interval: {
|
|
83295
|
+
label: string;
|
|
83296
|
+
start: unknown;
|
|
83297
|
+
end: unknown;
|
|
83298
|
+
events: any[];
|
|
83299
|
+
};
|
|
83300
|
+
}) => vue.VNode[];
|
|
83301
|
+
interval: (arg: Record<string, unknown>) => vue.VNode[];
|
|
83455
83302
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
83456
83303
|
P: {};
|
|
83457
83304
|
B: {};
|
|
@@ -83472,14 +83319,98 @@ declare const VCalendarDay: {
|
|
|
83472
83319
|
events?: any[] | undefined;
|
|
83473
83320
|
dayIndex?: number | undefined;
|
|
83474
83321
|
} & {
|
|
83475
|
-
$children?: vue.VNodeChild | {
|
|
83476
|
-
|
|
83477
|
-
|
|
83322
|
+
$children?: {} | vue.VNodeChild | {
|
|
83323
|
+
intervalBody?: ((arg: {
|
|
83324
|
+
interval: {
|
|
83325
|
+
label: string;
|
|
83326
|
+
start: unknown;
|
|
83327
|
+
end: unknown;
|
|
83328
|
+
events: any[];
|
|
83329
|
+
};
|
|
83330
|
+
}) => vue.VNodeChild) | undefined;
|
|
83331
|
+
intervalEvent?: ((arg: {
|
|
83332
|
+
height: string;
|
|
83333
|
+
margin: string;
|
|
83334
|
+
eventClass: string;
|
|
83335
|
+
event: any;
|
|
83336
|
+
interval: {
|
|
83337
|
+
label: string;
|
|
83338
|
+
start: unknown;
|
|
83339
|
+
end: unknown;
|
|
83340
|
+
events: any[];
|
|
83341
|
+
};
|
|
83342
|
+
}) => vue.VNodeChild) | undefined;
|
|
83343
|
+
intervalTitle?: ((arg: {
|
|
83344
|
+
interval: {
|
|
83345
|
+
label: string;
|
|
83346
|
+
start: unknown;
|
|
83347
|
+
end: unknown;
|
|
83348
|
+
events: any[];
|
|
83349
|
+
};
|
|
83350
|
+
}) => vue.VNodeChild) | undefined;
|
|
83351
|
+
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83352
|
+
};
|
|
83478
83353
|
'v-slots'?: {
|
|
83479
|
-
|
|
83354
|
+
intervalBody?: false | ((arg: {
|
|
83355
|
+
interval: {
|
|
83356
|
+
label: string;
|
|
83357
|
+
start: unknown;
|
|
83358
|
+
end: unknown;
|
|
83359
|
+
events: any[];
|
|
83360
|
+
};
|
|
83361
|
+
}) => vue.VNodeChild) | undefined;
|
|
83362
|
+
intervalEvent?: false | ((arg: {
|
|
83363
|
+
height: string;
|
|
83364
|
+
margin: string;
|
|
83365
|
+
eventClass: string;
|
|
83366
|
+
event: any;
|
|
83367
|
+
interval: {
|
|
83368
|
+
label: string;
|
|
83369
|
+
start: unknown;
|
|
83370
|
+
end: unknown;
|
|
83371
|
+
events: any[];
|
|
83372
|
+
};
|
|
83373
|
+
}) => vue.VNodeChild) | undefined;
|
|
83374
|
+
intervalTitle?: false | ((arg: {
|
|
83375
|
+
interval: {
|
|
83376
|
+
label: string;
|
|
83377
|
+
start: unknown;
|
|
83378
|
+
end: unknown;
|
|
83379
|
+
events: any[];
|
|
83380
|
+
};
|
|
83381
|
+
}) => vue.VNodeChild) | undefined;
|
|
83382
|
+
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83480
83383
|
} | undefined;
|
|
83481
83384
|
} & {
|
|
83482
|
-
"v-slot:
|
|
83385
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
83386
|
+
interval: {
|
|
83387
|
+
label: string;
|
|
83388
|
+
start: unknown;
|
|
83389
|
+
end: unknown;
|
|
83390
|
+
events: any[];
|
|
83391
|
+
};
|
|
83392
|
+
}) => vue.VNodeChild) | undefined;
|
|
83393
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
83394
|
+
height: string;
|
|
83395
|
+
margin: string;
|
|
83396
|
+
eventClass: string;
|
|
83397
|
+
event: any;
|
|
83398
|
+
interval: {
|
|
83399
|
+
label: string;
|
|
83400
|
+
start: unknown;
|
|
83401
|
+
end: unknown;
|
|
83402
|
+
events: any[];
|
|
83403
|
+
};
|
|
83404
|
+
}) => vue.VNodeChild) | undefined;
|
|
83405
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
83406
|
+
interval: {
|
|
83407
|
+
label: string;
|
|
83408
|
+
start: unknown;
|
|
83409
|
+
end: unknown;
|
|
83410
|
+
events: any[];
|
|
83411
|
+
};
|
|
83412
|
+
}) => vue.VNodeChild) | undefined;
|
|
83413
|
+
"v-slot:interval"?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83483
83414
|
}, {
|
|
83484
83415
|
intervals: vue.ComputedRef<number[]>;
|
|
83485
83416
|
}, {}, {}, {}, {
|
|
@@ -83508,14 +83439,98 @@ declare const VCalendarDay: {
|
|
|
83508
83439
|
events?: any[] | undefined;
|
|
83509
83440
|
dayIndex?: number | undefined;
|
|
83510
83441
|
} & {
|
|
83511
|
-
$children?: vue.VNodeChild | {
|
|
83512
|
-
|
|
83513
|
-
|
|
83442
|
+
$children?: {} | vue.VNodeChild | {
|
|
83443
|
+
intervalBody?: ((arg: {
|
|
83444
|
+
interval: {
|
|
83445
|
+
label: string;
|
|
83446
|
+
start: unknown;
|
|
83447
|
+
end: unknown;
|
|
83448
|
+
events: any[];
|
|
83449
|
+
};
|
|
83450
|
+
}) => vue.VNodeChild) | undefined;
|
|
83451
|
+
intervalEvent?: ((arg: {
|
|
83452
|
+
height: string;
|
|
83453
|
+
margin: string;
|
|
83454
|
+
eventClass: string;
|
|
83455
|
+
event: any;
|
|
83456
|
+
interval: {
|
|
83457
|
+
label: string;
|
|
83458
|
+
start: unknown;
|
|
83459
|
+
end: unknown;
|
|
83460
|
+
events: any[];
|
|
83461
|
+
};
|
|
83462
|
+
}) => vue.VNodeChild) | undefined;
|
|
83463
|
+
intervalTitle?: ((arg: {
|
|
83464
|
+
interval: {
|
|
83465
|
+
label: string;
|
|
83466
|
+
start: unknown;
|
|
83467
|
+
end: unknown;
|
|
83468
|
+
events: any[];
|
|
83469
|
+
};
|
|
83470
|
+
}) => vue.VNodeChild) | undefined;
|
|
83471
|
+
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83472
|
+
};
|
|
83514
83473
|
'v-slots'?: {
|
|
83515
|
-
|
|
83474
|
+
intervalBody?: false | ((arg: {
|
|
83475
|
+
interval: {
|
|
83476
|
+
label: string;
|
|
83477
|
+
start: unknown;
|
|
83478
|
+
end: unknown;
|
|
83479
|
+
events: any[];
|
|
83480
|
+
};
|
|
83481
|
+
}) => vue.VNodeChild) | undefined;
|
|
83482
|
+
intervalEvent?: false | ((arg: {
|
|
83483
|
+
height: string;
|
|
83484
|
+
margin: string;
|
|
83485
|
+
eventClass: string;
|
|
83486
|
+
event: any;
|
|
83487
|
+
interval: {
|
|
83488
|
+
label: string;
|
|
83489
|
+
start: unknown;
|
|
83490
|
+
end: unknown;
|
|
83491
|
+
events: any[];
|
|
83492
|
+
};
|
|
83493
|
+
}) => vue.VNodeChild) | undefined;
|
|
83494
|
+
intervalTitle?: false | ((arg: {
|
|
83495
|
+
interval: {
|
|
83496
|
+
label: string;
|
|
83497
|
+
start: unknown;
|
|
83498
|
+
end: unknown;
|
|
83499
|
+
events: any[];
|
|
83500
|
+
};
|
|
83501
|
+
}) => vue.VNodeChild) | undefined;
|
|
83502
|
+
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83516
83503
|
} | undefined;
|
|
83517
83504
|
} & {
|
|
83518
|
-
"v-slot:
|
|
83505
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
83506
|
+
interval: {
|
|
83507
|
+
label: string;
|
|
83508
|
+
start: unknown;
|
|
83509
|
+
end: unknown;
|
|
83510
|
+
events: any[];
|
|
83511
|
+
};
|
|
83512
|
+
}) => vue.VNodeChild) | undefined;
|
|
83513
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
83514
|
+
height: string;
|
|
83515
|
+
margin: string;
|
|
83516
|
+
eventClass: string;
|
|
83517
|
+
event: any;
|
|
83518
|
+
interval: {
|
|
83519
|
+
label: string;
|
|
83520
|
+
start: unknown;
|
|
83521
|
+
end: unknown;
|
|
83522
|
+
events: any[];
|
|
83523
|
+
};
|
|
83524
|
+
}) => vue.VNodeChild) | undefined;
|
|
83525
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
83526
|
+
interval: {
|
|
83527
|
+
label: string;
|
|
83528
|
+
start: unknown;
|
|
83529
|
+
end: unknown;
|
|
83530
|
+
events: any[];
|
|
83531
|
+
};
|
|
83532
|
+
}) => vue.VNodeChild) | undefined;
|
|
83533
|
+
"v-slot:interval"?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83519
83534
|
}, {
|
|
83520
83535
|
intervals: vue.ComputedRef<number[]>;
|
|
83521
83536
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
@@ -83528,7 +83543,35 @@ declare const VCalendarDay: {
|
|
|
83528
83543
|
hideDayHeader: boolean;
|
|
83529
83544
|
intervals: number;
|
|
83530
83545
|
}, {}, string, vue.SlotsType<Partial<{
|
|
83531
|
-
|
|
83546
|
+
intervalBody: (arg: {
|
|
83547
|
+
interval: {
|
|
83548
|
+
label: string;
|
|
83549
|
+
start: unknown;
|
|
83550
|
+
end: unknown;
|
|
83551
|
+
events: any[];
|
|
83552
|
+
};
|
|
83553
|
+
}) => vue.VNode[];
|
|
83554
|
+
intervalEvent: (arg: {
|
|
83555
|
+
height: string;
|
|
83556
|
+
margin: string;
|
|
83557
|
+
eventClass: string;
|
|
83558
|
+
event: any;
|
|
83559
|
+
interval: {
|
|
83560
|
+
label: string;
|
|
83561
|
+
start: unknown;
|
|
83562
|
+
end: unknown;
|
|
83563
|
+
events: any[];
|
|
83564
|
+
};
|
|
83565
|
+
}) => vue.VNode[];
|
|
83566
|
+
intervalTitle: (arg: {
|
|
83567
|
+
interval: {
|
|
83568
|
+
label: string;
|
|
83569
|
+
start: unknown;
|
|
83570
|
+
end: unknown;
|
|
83571
|
+
events: any[];
|
|
83572
|
+
};
|
|
83573
|
+
}) => vue.VNode[];
|
|
83574
|
+
interval: (arg: Record<string, unknown>) => vue.VNode[];
|
|
83532
83575
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
83533
83576
|
day: {
|
|
83534
83577
|
type: ObjectConstructor;
|
|
@@ -83626,181 +83669,299 @@ declare const VCalendarDay: {
|
|
|
83626
83669
|
}>>;
|
|
83627
83670
|
type VCalendarDay = InstanceType<typeof VCalendarDay>;
|
|
83628
83671
|
|
|
83629
|
-
declare const
|
|
83672
|
+
declare const VCalendar: {
|
|
83630
83673
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
83631
83674
|
text: string;
|
|
83675
|
+
disabled: boolean;
|
|
83676
|
+
day: Record<string, any>;
|
|
83632
83677
|
nextIcon: string;
|
|
83633
83678
|
prevIcon: string;
|
|
83679
|
+
hideHeader: boolean;
|
|
83634
83680
|
viewMode: "day" | "month" | "week";
|
|
83635
|
-
|
|
83636
|
-
|
|
83637
|
-
|
|
83638
|
-
$children?: vue.VNodeChild | {
|
|
83639
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
83640
|
-
} | (() => vue.VNodeChild);
|
|
83641
|
-
'v-slots'?: {
|
|
83642
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
83643
|
-
} | undefined;
|
|
83644
|
-
} & {
|
|
83645
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
83646
|
-
} & {
|
|
83647
|
-
"onClick:prev"?: (() => any) | undefined;
|
|
83648
|
-
"onClick:next"?: (() => any) | undefined;
|
|
83649
|
-
"onClick:toToday"?: (() => any) | undefined;
|
|
83650
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
83651
|
-
'click:next': () => true;
|
|
83652
|
-
'click:prev': () => true;
|
|
83653
|
-
'click:toToday': () => true;
|
|
83654
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
83655
|
-
text: string;
|
|
83656
|
-
nextIcon: string;
|
|
83657
|
-
prevIcon: string;
|
|
83658
|
-
viewMode: "day" | "month" | "week";
|
|
83659
|
-
}, true, {}, vue.SlotsType<Partial<{
|
|
83660
|
-
default: () => vue.VNode[];
|
|
83661
|
-
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
83662
|
-
P: {};
|
|
83663
|
-
B: {};
|
|
83664
|
-
D: {};
|
|
83665
|
-
C: {};
|
|
83666
|
-
M: {};
|
|
83667
|
-
Defaults: {};
|
|
83668
|
-
}, {
|
|
83669
|
-
text: string;
|
|
83670
|
-
nextIcon: string;
|
|
83671
|
-
prevIcon: string;
|
|
83672
|
-
viewMode: "day" | "month" | "week";
|
|
83673
|
-
} & {
|
|
83674
|
-
title?: string | undefined;
|
|
83675
|
-
} & {
|
|
83676
|
-
$children?: vue.VNodeChild | {
|
|
83677
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
83678
|
-
} | (() => vue.VNodeChild);
|
|
83679
|
-
'v-slots'?: {
|
|
83680
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
83681
|
-
} | undefined;
|
|
83682
|
-
} & {
|
|
83683
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
83684
|
-
} & {
|
|
83685
|
-
"onClick:prev"?: (() => any) | undefined;
|
|
83686
|
-
"onClick:next"?: (() => any) | undefined;
|
|
83687
|
-
"onClick:toToday"?: (() => any) | undefined;
|
|
83688
|
-
}, {}, {}, {}, {}, {
|
|
83689
|
-
text: string;
|
|
83690
|
-
nextIcon: string;
|
|
83691
|
-
prevIcon: string;
|
|
83692
|
-
viewMode: "day" | "month" | "week";
|
|
83693
|
-
}>;
|
|
83694
|
-
__isFragment?: never;
|
|
83695
|
-
__isTeleport?: never;
|
|
83696
|
-
__isSuspense?: never;
|
|
83697
|
-
} & vue.ComponentOptionsBase<{
|
|
83698
|
-
text: string;
|
|
83699
|
-
nextIcon: string;
|
|
83700
|
-
prevIcon: string;
|
|
83701
|
-
viewMode: "day" | "month" | "week";
|
|
83702
|
-
} & {
|
|
83703
|
-
title?: string | undefined;
|
|
83704
|
-
} & {
|
|
83705
|
-
$children?: vue.VNodeChild | {
|
|
83706
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
83707
|
-
} | (() => vue.VNodeChild);
|
|
83708
|
-
'v-slots'?: {
|
|
83709
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
|
83710
|
-
} | undefined;
|
|
83711
|
-
} & {
|
|
83712
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
83713
|
-
} & {
|
|
83714
|
-
"onClick:prev"?: (() => any) | undefined;
|
|
83715
|
-
"onClick:next"?: (() => any) | undefined;
|
|
83716
|
-
"onClick:toToday"?: (() => any) | undefined;
|
|
83717
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
83718
|
-
'click:next': () => true;
|
|
83719
|
-
'click:prev': () => true;
|
|
83720
|
-
'click:toToday': () => true;
|
|
83721
|
-
}, string, {
|
|
83722
|
-
text: string;
|
|
83723
|
-
nextIcon: string;
|
|
83724
|
-
prevIcon: string;
|
|
83725
|
-
viewMode: "day" | "month" | "week";
|
|
83726
|
-
}, {}, string, vue.SlotsType<Partial<{
|
|
83727
|
-
default: () => vue.VNode[];
|
|
83728
|
-
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
83729
|
-
nextIcon: {
|
|
83730
|
-
type: StringConstructor;
|
|
83731
|
-
default: string;
|
|
83732
|
-
};
|
|
83733
|
-
prevIcon: {
|
|
83734
|
-
type: StringConstructor;
|
|
83735
|
-
default: string;
|
|
83736
|
-
};
|
|
83737
|
-
title: StringConstructor;
|
|
83738
|
-
text: {
|
|
83739
|
-
type: StringConstructor;
|
|
83740
|
-
default: string;
|
|
83741
|
-
};
|
|
83742
|
-
viewMode: {
|
|
83743
|
-
type: PropType<"month" | "week" | "day">;
|
|
83744
|
-
default: string;
|
|
83745
|
-
};
|
|
83746
|
-
}, vue.ExtractPropTypes<{
|
|
83747
|
-
nextIcon: {
|
|
83748
|
-
type: StringConstructor;
|
|
83749
|
-
default: string;
|
|
83750
|
-
};
|
|
83751
|
-
prevIcon: {
|
|
83752
|
-
type: StringConstructor;
|
|
83753
|
-
default: string;
|
|
83754
|
-
};
|
|
83755
|
-
title: StringConstructor;
|
|
83756
|
-
text: {
|
|
83757
|
-
type: StringConstructor;
|
|
83758
|
-
default: string;
|
|
83759
|
-
};
|
|
83760
|
-
viewMode: {
|
|
83761
|
-
type: PropType<"month" | "week" | "day">;
|
|
83762
|
-
default: string;
|
|
83763
|
-
};
|
|
83764
|
-
}>>;
|
|
83765
|
-
type VCalendarHeader = InstanceType<typeof VCalendarHeader>;
|
|
83766
|
-
|
|
83767
|
-
declare const VCalendarInterval: {
|
|
83768
|
-
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
83769
|
-
index: number;
|
|
83770
|
-
day: Record<string, any>;
|
|
83681
|
+
showAdjacentMonths: boolean;
|
|
83682
|
+
weekdays: CalendarWeekdays[];
|
|
83683
|
+
weeksInMonth: "static" | "dynamic";
|
|
83771
83684
|
intervalDivisions: number;
|
|
83772
83685
|
intervalDuration: number;
|
|
83773
83686
|
intervalHeight: number;
|
|
83774
83687
|
intervalFormat: string | Function;
|
|
83775
83688
|
intervalStart: number;
|
|
83689
|
+
hideDayHeader: boolean;
|
|
83690
|
+
intervals: number;
|
|
83691
|
+
hideWeekNumber: boolean;
|
|
83776
83692
|
} & {
|
|
83693
|
+
max?: unknown;
|
|
83694
|
+
min?: unknown;
|
|
83695
|
+
title?: string | undefined;
|
|
83696
|
+
month?: string | number | undefined;
|
|
83697
|
+
year?: string | number | undefined;
|
|
83777
83698
|
events?: any[] | undefined;
|
|
83699
|
+
modelValue?: unknown[] | undefined;
|
|
83700
|
+
firstDayOfWeek?: string | number | undefined;
|
|
83701
|
+
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
83702
|
+
displayValue?: unknown;
|
|
83778
83703
|
dayIndex?: number | undefined;
|
|
83779
83704
|
} & {
|
|
83780
|
-
$children?: vue.VNodeChild | {
|
|
83781
|
-
|
|
83782
|
-
|
|
83705
|
+
$children?: {} | vue.VNodeChild | {
|
|
83706
|
+
intervalBody?: ((arg: {
|
|
83707
|
+
interval: {
|
|
83708
|
+
label: string;
|
|
83709
|
+
start: unknown;
|
|
83710
|
+
end: unknown;
|
|
83711
|
+
events: any[];
|
|
83712
|
+
};
|
|
83713
|
+
}) => vue.VNodeChild) | undefined;
|
|
83714
|
+
intervalEvent?: ((arg: {
|
|
83715
|
+
height: string;
|
|
83716
|
+
margin: string;
|
|
83717
|
+
eventClass: string;
|
|
83718
|
+
event: any;
|
|
83719
|
+
interval: {
|
|
83720
|
+
label: string;
|
|
83721
|
+
start: unknown;
|
|
83722
|
+
end: unknown;
|
|
83723
|
+
events: any[];
|
|
83724
|
+
};
|
|
83725
|
+
}) => vue.VNodeChild) | undefined;
|
|
83726
|
+
intervalTitle?: ((arg: {
|
|
83727
|
+
interval: {
|
|
83728
|
+
label: string;
|
|
83729
|
+
start: unknown;
|
|
83730
|
+
end: unknown;
|
|
83731
|
+
events: any[];
|
|
83732
|
+
};
|
|
83733
|
+
}) => vue.VNodeChild) | undefined;
|
|
83734
|
+
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83735
|
+
'day-body'?: ((arg: {
|
|
83736
|
+
day?: CalendarDay;
|
|
83737
|
+
events?: Array<any>;
|
|
83738
|
+
}) => vue.VNodeChild) | undefined;
|
|
83739
|
+
'day-title'?: ((arg: {
|
|
83740
|
+
title?: number | string;
|
|
83741
|
+
}) => vue.VNodeChild) | undefined;
|
|
83742
|
+
'day-event'?: ((arg: {
|
|
83743
|
+
day?: CalendarDay;
|
|
83744
|
+
allDay: Boolean;
|
|
83745
|
+
event?: Record<string, unknown>;
|
|
83746
|
+
}) => vue.VNodeChild) | undefined;
|
|
83747
|
+
header?: ((arg: {
|
|
83748
|
+
title: string;
|
|
83749
|
+
clickNext: Function;
|
|
83750
|
+
clickPrev: Function;
|
|
83751
|
+
clickToday: Function;
|
|
83752
|
+
}) => vue.VNodeChild) | undefined;
|
|
83753
|
+
'day-interval'?: ((arg: {
|
|
83754
|
+
day?: CalendarDay;
|
|
83755
|
+
dayIndex: Number;
|
|
83756
|
+
events?: Array<any>;
|
|
83757
|
+
}) => vue.VNodeChild) | undefined;
|
|
83758
|
+
title?: ((arg: {
|
|
83759
|
+
title?: string;
|
|
83760
|
+
}) => vue.VNodeChild) | undefined;
|
|
83761
|
+
};
|
|
83783
83762
|
'v-slots'?: {
|
|
83784
|
-
|
|
83763
|
+
intervalBody?: false | ((arg: {
|
|
83764
|
+
interval: {
|
|
83765
|
+
label: string;
|
|
83766
|
+
start: unknown;
|
|
83767
|
+
end: unknown;
|
|
83768
|
+
events: any[];
|
|
83769
|
+
};
|
|
83770
|
+
}) => vue.VNodeChild) | undefined;
|
|
83771
|
+
intervalEvent?: false | ((arg: {
|
|
83772
|
+
height: string;
|
|
83773
|
+
margin: string;
|
|
83774
|
+
eventClass: string;
|
|
83775
|
+
event: any;
|
|
83776
|
+
interval: {
|
|
83777
|
+
label: string;
|
|
83778
|
+
start: unknown;
|
|
83779
|
+
end: unknown;
|
|
83780
|
+
events: any[];
|
|
83781
|
+
};
|
|
83782
|
+
}) => vue.VNodeChild) | undefined;
|
|
83783
|
+
intervalTitle?: false | ((arg: {
|
|
83784
|
+
interval: {
|
|
83785
|
+
label: string;
|
|
83786
|
+
start: unknown;
|
|
83787
|
+
end: unknown;
|
|
83788
|
+
events: any[];
|
|
83789
|
+
};
|
|
83790
|
+
}) => vue.VNodeChild) | undefined;
|
|
83791
|
+
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83792
|
+
'day-body'?: false | ((arg: {
|
|
83793
|
+
day?: CalendarDay;
|
|
83794
|
+
events?: Array<any>;
|
|
83795
|
+
}) => vue.VNodeChild) | undefined;
|
|
83796
|
+
'day-title'?: false | ((arg: {
|
|
83797
|
+
title?: number | string;
|
|
83798
|
+
}) => vue.VNodeChild) | undefined;
|
|
83799
|
+
'day-event'?: false | ((arg: {
|
|
83800
|
+
day?: CalendarDay;
|
|
83801
|
+
allDay: Boolean;
|
|
83802
|
+
event?: Record<string, unknown>;
|
|
83803
|
+
}) => vue.VNodeChild) | undefined;
|
|
83804
|
+
header?: false | ((arg: {
|
|
83805
|
+
title: string;
|
|
83806
|
+
clickNext: Function;
|
|
83807
|
+
clickPrev: Function;
|
|
83808
|
+
clickToday: Function;
|
|
83809
|
+
}) => vue.VNodeChild) | undefined;
|
|
83810
|
+
'day-interval'?: false | ((arg: {
|
|
83811
|
+
day?: CalendarDay;
|
|
83812
|
+
dayIndex: Number;
|
|
83813
|
+
events?: Array<any>;
|
|
83814
|
+
}) => vue.VNodeChild) | undefined;
|
|
83815
|
+
title?: false | ((arg: {
|
|
83816
|
+
title?: string;
|
|
83817
|
+
}) => vue.VNodeChild) | undefined;
|
|
83785
83818
|
} | undefined;
|
|
83786
83819
|
} & {
|
|
83787
|
-
"v-slot:
|
|
83820
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
83821
|
+
interval: {
|
|
83822
|
+
label: string;
|
|
83823
|
+
start: unknown;
|
|
83824
|
+
end: unknown;
|
|
83825
|
+
events: any[];
|
|
83826
|
+
};
|
|
83827
|
+
}) => vue.VNodeChild) | undefined;
|
|
83828
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
83829
|
+
height: string;
|
|
83830
|
+
margin: string;
|
|
83831
|
+
eventClass: string;
|
|
83832
|
+
event: any;
|
|
83833
|
+
interval: {
|
|
83834
|
+
label: string;
|
|
83835
|
+
start: unknown;
|
|
83836
|
+
end: unknown;
|
|
83837
|
+
events: any[];
|
|
83838
|
+
};
|
|
83839
|
+
}) => vue.VNodeChild) | undefined;
|
|
83840
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
83841
|
+
interval: {
|
|
83842
|
+
label: string;
|
|
83843
|
+
start: unknown;
|
|
83844
|
+
end: unknown;
|
|
83845
|
+
events: any[];
|
|
83846
|
+
};
|
|
83847
|
+
}) => vue.VNodeChild) | undefined;
|
|
83848
|
+
"v-slot:interval"?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
83849
|
+
"v-slot:day-body"?: false | ((arg: {
|
|
83850
|
+
day?: CalendarDay;
|
|
83851
|
+
events?: Array<any>;
|
|
83852
|
+
}) => vue.VNodeChild) | undefined;
|
|
83853
|
+
"v-slot:day-title"?: false | ((arg: {
|
|
83854
|
+
title?: number | string;
|
|
83855
|
+
}) => vue.VNodeChild) | undefined;
|
|
83856
|
+
"v-slot:day-event"?: false | ((arg: {
|
|
83857
|
+
day?: CalendarDay;
|
|
83858
|
+
allDay: Boolean;
|
|
83859
|
+
event?: Record<string, unknown>;
|
|
83860
|
+
}) => vue.VNodeChild) | undefined;
|
|
83861
|
+
"v-slot:header"?: false | ((arg: {
|
|
83862
|
+
title: string;
|
|
83863
|
+
clickNext: Function;
|
|
83864
|
+
clickPrev: Function;
|
|
83865
|
+
clickToday: Function;
|
|
83866
|
+
}) => vue.VNodeChild) | undefined;
|
|
83867
|
+
"v-slot:day-interval"?: false | ((arg: {
|
|
83868
|
+
day?: CalendarDay;
|
|
83869
|
+
dayIndex: Number;
|
|
83870
|
+
events?: Array<any>;
|
|
83871
|
+
}) => vue.VNodeChild) | undefined;
|
|
83872
|
+
"v-slot:title"?: false | ((arg: {
|
|
83873
|
+
title?: string;
|
|
83874
|
+
}) => vue.VNodeChild) | undefined;
|
|
83875
|
+
} & {
|
|
83876
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
83877
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
83878
|
+
onPrev?: ((...args: any[]) => any) | undefined;
|
|
83879
|
+
onToday?: ((...args: any[]) => any) | undefined;
|
|
83788
83880
|
}, {
|
|
83789
|
-
|
|
83790
|
-
|
|
83791
|
-
|
|
83792
|
-
|
|
83793
|
-
|
|
83794
|
-
|
|
83795
|
-
|
|
83881
|
+
daysInMonth: vue.ComputedRef<CalendarDay[]>;
|
|
83882
|
+
daysInWeek: vue.ComputedRef<CalendarDay[]>;
|
|
83883
|
+
genDays: (days: Date[], today: Date) => CalendarDay[];
|
|
83884
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
83885
|
+
next: null;
|
|
83886
|
+
prev: null;
|
|
83887
|
+
today: null;
|
|
83888
|
+
'update:modelValue': null;
|
|
83889
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
83890
|
+
text: string;
|
|
83891
|
+
disabled: boolean;
|
|
83796
83892
|
day: Record<string, any>;
|
|
83893
|
+
nextIcon: string;
|
|
83894
|
+
prevIcon: string;
|
|
83895
|
+
hideHeader: boolean;
|
|
83896
|
+
viewMode: "day" | "month" | "week";
|
|
83897
|
+
showAdjacentMonths: boolean;
|
|
83898
|
+
weekdays: CalendarWeekdays[];
|
|
83899
|
+
weeksInMonth: "static" | "dynamic";
|
|
83900
|
+
firstDayOfWeek: string | number;
|
|
83797
83901
|
intervalDivisions: number;
|
|
83798
83902
|
intervalDuration: number;
|
|
83799
83903
|
intervalHeight: number;
|
|
83800
83904
|
intervalFormat: string | Function;
|
|
83801
83905
|
intervalStart: number;
|
|
83906
|
+
hideDayHeader: boolean;
|
|
83907
|
+
intervals: number;
|
|
83908
|
+
hideWeekNumber: boolean;
|
|
83802
83909
|
}, true, {}, vue.SlotsType<Partial<{
|
|
83803
|
-
|
|
83910
|
+
intervalBody: (arg: {
|
|
83911
|
+
interval: {
|
|
83912
|
+
label: string;
|
|
83913
|
+
start: unknown;
|
|
83914
|
+
end: unknown;
|
|
83915
|
+
events: any[];
|
|
83916
|
+
};
|
|
83917
|
+
}) => vue.VNode[];
|
|
83918
|
+
intervalEvent: (arg: {
|
|
83919
|
+
height: string;
|
|
83920
|
+
margin: string;
|
|
83921
|
+
eventClass: string;
|
|
83922
|
+
event: any;
|
|
83923
|
+
interval: {
|
|
83924
|
+
label: string;
|
|
83925
|
+
start: unknown;
|
|
83926
|
+
end: unknown;
|
|
83927
|
+
events: any[];
|
|
83928
|
+
};
|
|
83929
|
+
}) => vue.VNode[];
|
|
83930
|
+
intervalTitle: (arg: {
|
|
83931
|
+
interval: {
|
|
83932
|
+
label: string;
|
|
83933
|
+
start: unknown;
|
|
83934
|
+
end: unknown;
|
|
83935
|
+
events: any[];
|
|
83936
|
+
};
|
|
83937
|
+
}) => vue.VNode[];
|
|
83938
|
+
interval: (arg: Record<string, unknown>) => vue.VNode[];
|
|
83939
|
+
'day-body': (arg: {
|
|
83940
|
+
day?: CalendarDay;
|
|
83941
|
+
events?: Array<any>;
|
|
83942
|
+
}) => vue.VNode[];
|
|
83943
|
+
'day-title': (arg: {
|
|
83944
|
+
title?: number | string;
|
|
83945
|
+
}) => vue.VNode[];
|
|
83946
|
+
'day-event': (arg: {
|
|
83947
|
+
day?: CalendarDay;
|
|
83948
|
+
allDay: Boolean;
|
|
83949
|
+
event?: Record<string, unknown>;
|
|
83950
|
+
}) => vue.VNode[];
|
|
83951
|
+
header: (arg: {
|
|
83952
|
+
title: string;
|
|
83953
|
+
clickNext: Function;
|
|
83954
|
+
clickPrev: Function;
|
|
83955
|
+
clickToday: Function;
|
|
83956
|
+
}) => vue.VNode[];
|
|
83957
|
+
'day-interval': (arg: {
|
|
83958
|
+
day?: CalendarDay;
|
|
83959
|
+
dayIndex: Number;
|
|
83960
|
+
events?: Array<any>;
|
|
83961
|
+
}) => vue.VNode[];
|
|
83962
|
+
title: (arg: {
|
|
83963
|
+
title?: string;
|
|
83964
|
+
}) => vue.VNode[];
|
|
83804
83965
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
83805
83966
|
P: {};
|
|
83806
83967
|
B: {};
|
|
@@ -83809,80 +83970,550 @@ declare const VCalendarInterval: {
|
|
|
83809
83970
|
M: {};
|
|
83810
83971
|
Defaults: {};
|
|
83811
83972
|
}, {
|
|
83812
|
-
|
|
83973
|
+
text: string;
|
|
83974
|
+
disabled: boolean;
|
|
83813
83975
|
day: Record<string, any>;
|
|
83976
|
+
nextIcon: string;
|
|
83977
|
+
prevIcon: string;
|
|
83978
|
+
hideHeader: boolean;
|
|
83979
|
+
viewMode: "day" | "month" | "week";
|
|
83980
|
+
showAdjacentMonths: boolean;
|
|
83981
|
+
weekdays: CalendarWeekdays[];
|
|
83982
|
+
weeksInMonth: "static" | "dynamic";
|
|
83814
83983
|
intervalDivisions: number;
|
|
83815
83984
|
intervalDuration: number;
|
|
83816
83985
|
intervalHeight: number;
|
|
83817
83986
|
intervalFormat: string | Function;
|
|
83818
83987
|
intervalStart: number;
|
|
83988
|
+
hideDayHeader: boolean;
|
|
83989
|
+
intervals: number;
|
|
83990
|
+
hideWeekNumber: boolean;
|
|
83819
83991
|
} & {
|
|
83992
|
+
max?: unknown;
|
|
83993
|
+
min?: unknown;
|
|
83994
|
+
title?: string | undefined;
|
|
83995
|
+
month?: string | number | undefined;
|
|
83996
|
+
year?: string | number | undefined;
|
|
83820
83997
|
events?: any[] | undefined;
|
|
83998
|
+
modelValue?: unknown[] | undefined;
|
|
83999
|
+
firstDayOfWeek?: string | number | undefined;
|
|
84000
|
+
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
84001
|
+
displayValue?: unknown;
|
|
83821
84002
|
dayIndex?: number | undefined;
|
|
83822
84003
|
} & {
|
|
83823
|
-
$children?: vue.VNodeChild | {
|
|
83824
|
-
|
|
83825
|
-
|
|
84004
|
+
$children?: {} | vue.VNodeChild | {
|
|
84005
|
+
intervalBody?: ((arg: {
|
|
84006
|
+
interval: {
|
|
84007
|
+
label: string;
|
|
84008
|
+
start: unknown;
|
|
84009
|
+
end: unknown;
|
|
84010
|
+
events: any[];
|
|
84011
|
+
};
|
|
84012
|
+
}) => vue.VNodeChild) | undefined;
|
|
84013
|
+
intervalEvent?: ((arg: {
|
|
84014
|
+
height: string;
|
|
84015
|
+
margin: string;
|
|
84016
|
+
eventClass: string;
|
|
84017
|
+
event: any;
|
|
84018
|
+
interval: {
|
|
84019
|
+
label: string;
|
|
84020
|
+
start: unknown;
|
|
84021
|
+
end: unknown;
|
|
84022
|
+
events: any[];
|
|
84023
|
+
};
|
|
84024
|
+
}) => vue.VNodeChild) | undefined;
|
|
84025
|
+
intervalTitle?: ((arg: {
|
|
84026
|
+
interval: {
|
|
84027
|
+
label: string;
|
|
84028
|
+
start: unknown;
|
|
84029
|
+
end: unknown;
|
|
84030
|
+
events: any[];
|
|
84031
|
+
};
|
|
84032
|
+
}) => vue.VNodeChild) | undefined;
|
|
84033
|
+
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
84034
|
+
'day-body'?: ((arg: {
|
|
84035
|
+
day?: CalendarDay;
|
|
84036
|
+
events?: Array<any>;
|
|
84037
|
+
}) => vue.VNodeChild) | undefined;
|
|
84038
|
+
'day-title'?: ((arg: {
|
|
84039
|
+
title?: number | string;
|
|
84040
|
+
}) => vue.VNodeChild) | undefined;
|
|
84041
|
+
'day-event'?: ((arg: {
|
|
84042
|
+
day?: CalendarDay;
|
|
84043
|
+
allDay: Boolean;
|
|
84044
|
+
event?: Record<string, unknown>;
|
|
84045
|
+
}) => vue.VNodeChild) | undefined;
|
|
84046
|
+
header?: ((arg: {
|
|
84047
|
+
title: string;
|
|
84048
|
+
clickNext: Function;
|
|
84049
|
+
clickPrev: Function;
|
|
84050
|
+
clickToday: Function;
|
|
84051
|
+
}) => vue.VNodeChild) | undefined;
|
|
84052
|
+
'day-interval'?: ((arg: {
|
|
84053
|
+
day?: CalendarDay;
|
|
84054
|
+
dayIndex: Number;
|
|
84055
|
+
events?: Array<any>;
|
|
84056
|
+
}) => vue.VNodeChild) | undefined;
|
|
84057
|
+
title?: ((arg: {
|
|
84058
|
+
title?: string;
|
|
84059
|
+
}) => vue.VNodeChild) | undefined;
|
|
84060
|
+
};
|
|
83826
84061
|
'v-slots'?: {
|
|
83827
|
-
|
|
84062
|
+
intervalBody?: false | ((arg: {
|
|
84063
|
+
interval: {
|
|
84064
|
+
label: string;
|
|
84065
|
+
start: unknown;
|
|
84066
|
+
end: unknown;
|
|
84067
|
+
events: any[];
|
|
84068
|
+
};
|
|
84069
|
+
}) => vue.VNodeChild) | undefined;
|
|
84070
|
+
intervalEvent?: false | ((arg: {
|
|
84071
|
+
height: string;
|
|
84072
|
+
margin: string;
|
|
84073
|
+
eventClass: string;
|
|
84074
|
+
event: any;
|
|
84075
|
+
interval: {
|
|
84076
|
+
label: string;
|
|
84077
|
+
start: unknown;
|
|
84078
|
+
end: unknown;
|
|
84079
|
+
events: any[];
|
|
84080
|
+
};
|
|
84081
|
+
}) => vue.VNodeChild) | undefined;
|
|
84082
|
+
intervalTitle?: false | ((arg: {
|
|
84083
|
+
interval: {
|
|
84084
|
+
label: string;
|
|
84085
|
+
start: unknown;
|
|
84086
|
+
end: unknown;
|
|
84087
|
+
events: any[];
|
|
84088
|
+
};
|
|
84089
|
+
}) => vue.VNodeChild) | undefined;
|
|
84090
|
+
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
84091
|
+
'day-body'?: false | ((arg: {
|
|
84092
|
+
day?: CalendarDay;
|
|
84093
|
+
events?: Array<any>;
|
|
84094
|
+
}) => vue.VNodeChild) | undefined;
|
|
84095
|
+
'day-title'?: false | ((arg: {
|
|
84096
|
+
title?: number | string;
|
|
84097
|
+
}) => vue.VNodeChild) | undefined;
|
|
84098
|
+
'day-event'?: false | ((arg: {
|
|
84099
|
+
day?: CalendarDay;
|
|
84100
|
+
allDay: Boolean;
|
|
84101
|
+
event?: Record<string, unknown>;
|
|
84102
|
+
}) => vue.VNodeChild) | undefined;
|
|
84103
|
+
header?: false | ((arg: {
|
|
84104
|
+
title: string;
|
|
84105
|
+
clickNext: Function;
|
|
84106
|
+
clickPrev: Function;
|
|
84107
|
+
clickToday: Function;
|
|
84108
|
+
}) => vue.VNodeChild) | undefined;
|
|
84109
|
+
'day-interval'?: false | ((arg: {
|
|
84110
|
+
day?: CalendarDay;
|
|
84111
|
+
dayIndex: Number;
|
|
84112
|
+
events?: Array<any>;
|
|
84113
|
+
}) => vue.VNodeChild) | undefined;
|
|
84114
|
+
title?: false | ((arg: {
|
|
84115
|
+
title?: string;
|
|
84116
|
+
}) => vue.VNodeChild) | undefined;
|
|
83828
84117
|
} | undefined;
|
|
83829
84118
|
} & {
|
|
83830
|
-
"v-slot:
|
|
84119
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
84120
|
+
interval: {
|
|
84121
|
+
label: string;
|
|
84122
|
+
start: unknown;
|
|
84123
|
+
end: unknown;
|
|
84124
|
+
events: any[];
|
|
84125
|
+
};
|
|
84126
|
+
}) => vue.VNodeChild) | undefined;
|
|
84127
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
84128
|
+
height: string;
|
|
84129
|
+
margin: string;
|
|
84130
|
+
eventClass: string;
|
|
84131
|
+
event: any;
|
|
84132
|
+
interval: {
|
|
84133
|
+
label: string;
|
|
84134
|
+
start: unknown;
|
|
84135
|
+
end: unknown;
|
|
84136
|
+
events: any[];
|
|
84137
|
+
};
|
|
84138
|
+
}) => vue.VNodeChild) | undefined;
|
|
84139
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
84140
|
+
interval: {
|
|
84141
|
+
label: string;
|
|
84142
|
+
start: unknown;
|
|
84143
|
+
end: unknown;
|
|
84144
|
+
events: any[];
|
|
84145
|
+
};
|
|
84146
|
+
}) => vue.VNodeChild) | undefined;
|
|
84147
|
+
"v-slot:interval"?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
84148
|
+
"v-slot:day-body"?: false | ((arg: {
|
|
84149
|
+
day?: CalendarDay;
|
|
84150
|
+
events?: Array<any>;
|
|
84151
|
+
}) => vue.VNodeChild) | undefined;
|
|
84152
|
+
"v-slot:day-title"?: false | ((arg: {
|
|
84153
|
+
title?: number | string;
|
|
84154
|
+
}) => vue.VNodeChild) | undefined;
|
|
84155
|
+
"v-slot:day-event"?: false | ((arg: {
|
|
84156
|
+
day?: CalendarDay;
|
|
84157
|
+
allDay: Boolean;
|
|
84158
|
+
event?: Record<string, unknown>;
|
|
84159
|
+
}) => vue.VNodeChild) | undefined;
|
|
84160
|
+
"v-slot:header"?: false | ((arg: {
|
|
84161
|
+
title: string;
|
|
84162
|
+
clickNext: Function;
|
|
84163
|
+
clickPrev: Function;
|
|
84164
|
+
clickToday: Function;
|
|
84165
|
+
}) => vue.VNodeChild) | undefined;
|
|
84166
|
+
"v-slot:day-interval"?: false | ((arg: {
|
|
84167
|
+
day?: CalendarDay;
|
|
84168
|
+
dayIndex: Number;
|
|
84169
|
+
events?: Array<any>;
|
|
84170
|
+
}) => vue.VNodeChild) | undefined;
|
|
84171
|
+
"v-slot:title"?: false | ((arg: {
|
|
84172
|
+
title?: string;
|
|
84173
|
+
}) => vue.VNodeChild) | undefined;
|
|
84174
|
+
} & {
|
|
84175
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
84176
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
84177
|
+
onPrev?: ((...args: any[]) => any) | undefined;
|
|
84178
|
+
onToday?: ((...args: any[]) => any) | undefined;
|
|
83831
84179
|
}, {
|
|
83832
|
-
|
|
83833
|
-
|
|
83834
|
-
|
|
83835
|
-
end: unknown;
|
|
83836
|
-
events: any[];
|
|
83837
|
-
}>;
|
|
84180
|
+
daysInMonth: vue.ComputedRef<CalendarDay[]>;
|
|
84181
|
+
daysInWeek: vue.ComputedRef<CalendarDay[]>;
|
|
84182
|
+
genDays: (days: Date[], today: Date) => CalendarDay[];
|
|
83838
84183
|
}, {}, {}, {}, {
|
|
84184
|
+
text: string;
|
|
84185
|
+
disabled: boolean;
|
|
83839
84186
|
day: Record<string, any>;
|
|
84187
|
+
nextIcon: string;
|
|
84188
|
+
prevIcon: string;
|
|
84189
|
+
hideHeader: boolean;
|
|
84190
|
+
viewMode: "day" | "month" | "week";
|
|
84191
|
+
showAdjacentMonths: boolean;
|
|
84192
|
+
weekdays: CalendarWeekdays[];
|
|
84193
|
+
weeksInMonth: "static" | "dynamic";
|
|
84194
|
+
firstDayOfWeek: string | number;
|
|
83840
84195
|
intervalDivisions: number;
|
|
83841
84196
|
intervalDuration: number;
|
|
83842
84197
|
intervalHeight: number;
|
|
83843
84198
|
intervalFormat: string | Function;
|
|
83844
84199
|
intervalStart: number;
|
|
84200
|
+
hideDayHeader: boolean;
|
|
84201
|
+
intervals: number;
|
|
84202
|
+
hideWeekNumber: boolean;
|
|
83845
84203
|
}>;
|
|
83846
84204
|
__isFragment?: never;
|
|
83847
84205
|
__isTeleport?: never;
|
|
83848
84206
|
__isSuspense?: never;
|
|
83849
84207
|
} & vue.ComponentOptionsBase<{
|
|
83850
|
-
|
|
84208
|
+
text: string;
|
|
84209
|
+
disabled: boolean;
|
|
83851
84210
|
day: Record<string, any>;
|
|
84211
|
+
nextIcon: string;
|
|
84212
|
+
prevIcon: string;
|
|
84213
|
+
hideHeader: boolean;
|
|
84214
|
+
viewMode: "day" | "month" | "week";
|
|
84215
|
+
showAdjacentMonths: boolean;
|
|
84216
|
+
weekdays: CalendarWeekdays[];
|
|
84217
|
+
weeksInMonth: "static" | "dynamic";
|
|
83852
84218
|
intervalDivisions: number;
|
|
83853
84219
|
intervalDuration: number;
|
|
83854
84220
|
intervalHeight: number;
|
|
83855
84221
|
intervalFormat: string | Function;
|
|
83856
84222
|
intervalStart: number;
|
|
84223
|
+
hideDayHeader: boolean;
|
|
84224
|
+
intervals: number;
|
|
84225
|
+
hideWeekNumber: boolean;
|
|
83857
84226
|
} & {
|
|
84227
|
+
max?: unknown;
|
|
84228
|
+
min?: unknown;
|
|
84229
|
+
title?: string | undefined;
|
|
84230
|
+
month?: string | number | undefined;
|
|
84231
|
+
year?: string | number | undefined;
|
|
83858
84232
|
events?: any[] | undefined;
|
|
84233
|
+
modelValue?: unknown[] | undefined;
|
|
84234
|
+
firstDayOfWeek?: string | number | undefined;
|
|
84235
|
+
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
84236
|
+
displayValue?: unknown;
|
|
83859
84237
|
dayIndex?: number | undefined;
|
|
83860
84238
|
} & {
|
|
83861
|
-
$children?: vue.VNodeChild | {
|
|
83862
|
-
|
|
83863
|
-
|
|
84239
|
+
$children?: {} | vue.VNodeChild | {
|
|
84240
|
+
intervalBody?: ((arg: {
|
|
84241
|
+
interval: {
|
|
84242
|
+
label: string;
|
|
84243
|
+
start: unknown;
|
|
84244
|
+
end: unknown;
|
|
84245
|
+
events: any[];
|
|
84246
|
+
};
|
|
84247
|
+
}) => vue.VNodeChild) | undefined;
|
|
84248
|
+
intervalEvent?: ((arg: {
|
|
84249
|
+
height: string;
|
|
84250
|
+
margin: string;
|
|
84251
|
+
eventClass: string;
|
|
84252
|
+
event: any;
|
|
84253
|
+
interval: {
|
|
84254
|
+
label: string;
|
|
84255
|
+
start: unknown;
|
|
84256
|
+
end: unknown;
|
|
84257
|
+
events: any[];
|
|
84258
|
+
};
|
|
84259
|
+
}) => vue.VNodeChild) | undefined;
|
|
84260
|
+
intervalTitle?: ((arg: {
|
|
84261
|
+
interval: {
|
|
84262
|
+
label: string;
|
|
84263
|
+
start: unknown;
|
|
84264
|
+
end: unknown;
|
|
84265
|
+
events: any[];
|
|
84266
|
+
};
|
|
84267
|
+
}) => vue.VNodeChild) | undefined;
|
|
84268
|
+
interval?: ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
84269
|
+
'day-body'?: ((arg: {
|
|
84270
|
+
day?: CalendarDay;
|
|
84271
|
+
events?: Array<any>;
|
|
84272
|
+
}) => vue.VNodeChild) | undefined;
|
|
84273
|
+
'day-title'?: ((arg: {
|
|
84274
|
+
title?: number | string;
|
|
84275
|
+
}) => vue.VNodeChild) | undefined;
|
|
84276
|
+
'day-event'?: ((arg: {
|
|
84277
|
+
day?: CalendarDay;
|
|
84278
|
+
allDay: Boolean;
|
|
84279
|
+
event?: Record<string, unknown>;
|
|
84280
|
+
}) => vue.VNodeChild) | undefined;
|
|
84281
|
+
header?: ((arg: {
|
|
84282
|
+
title: string;
|
|
84283
|
+
clickNext: Function;
|
|
84284
|
+
clickPrev: Function;
|
|
84285
|
+
clickToday: Function;
|
|
84286
|
+
}) => vue.VNodeChild) | undefined;
|
|
84287
|
+
'day-interval'?: ((arg: {
|
|
84288
|
+
day?: CalendarDay;
|
|
84289
|
+
dayIndex: Number;
|
|
84290
|
+
events?: Array<any>;
|
|
84291
|
+
}) => vue.VNodeChild) | undefined;
|
|
84292
|
+
title?: ((arg: {
|
|
84293
|
+
title?: string;
|
|
84294
|
+
}) => vue.VNodeChild) | undefined;
|
|
84295
|
+
};
|
|
83864
84296
|
'v-slots'?: {
|
|
83865
|
-
|
|
84297
|
+
intervalBody?: false | ((arg: {
|
|
84298
|
+
interval: {
|
|
84299
|
+
label: string;
|
|
84300
|
+
start: unknown;
|
|
84301
|
+
end: unknown;
|
|
84302
|
+
events: any[];
|
|
84303
|
+
};
|
|
84304
|
+
}) => vue.VNodeChild) | undefined;
|
|
84305
|
+
intervalEvent?: false | ((arg: {
|
|
84306
|
+
height: string;
|
|
84307
|
+
margin: string;
|
|
84308
|
+
eventClass: string;
|
|
84309
|
+
event: any;
|
|
84310
|
+
interval: {
|
|
84311
|
+
label: string;
|
|
84312
|
+
start: unknown;
|
|
84313
|
+
end: unknown;
|
|
84314
|
+
events: any[];
|
|
84315
|
+
};
|
|
84316
|
+
}) => vue.VNodeChild) | undefined;
|
|
84317
|
+
intervalTitle?: false | ((arg: {
|
|
84318
|
+
interval: {
|
|
84319
|
+
label: string;
|
|
84320
|
+
start: unknown;
|
|
84321
|
+
end: unknown;
|
|
84322
|
+
events: any[];
|
|
84323
|
+
};
|
|
84324
|
+
}) => vue.VNodeChild) | undefined;
|
|
84325
|
+
interval?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
84326
|
+
'day-body'?: false | ((arg: {
|
|
84327
|
+
day?: CalendarDay;
|
|
84328
|
+
events?: Array<any>;
|
|
84329
|
+
}) => vue.VNodeChild) | undefined;
|
|
84330
|
+
'day-title'?: false | ((arg: {
|
|
84331
|
+
title?: number | string;
|
|
84332
|
+
}) => vue.VNodeChild) | undefined;
|
|
84333
|
+
'day-event'?: false | ((arg: {
|
|
84334
|
+
day?: CalendarDay;
|
|
84335
|
+
allDay: Boolean;
|
|
84336
|
+
event?: Record<string, unknown>;
|
|
84337
|
+
}) => vue.VNodeChild) | undefined;
|
|
84338
|
+
header?: false | ((arg: {
|
|
84339
|
+
title: string;
|
|
84340
|
+
clickNext: Function;
|
|
84341
|
+
clickPrev: Function;
|
|
84342
|
+
clickToday: Function;
|
|
84343
|
+
}) => vue.VNodeChild) | undefined;
|
|
84344
|
+
'day-interval'?: false | ((arg: {
|
|
84345
|
+
day?: CalendarDay;
|
|
84346
|
+
dayIndex: Number;
|
|
84347
|
+
events?: Array<any>;
|
|
84348
|
+
}) => vue.VNodeChild) | undefined;
|
|
84349
|
+
title?: false | ((arg: {
|
|
84350
|
+
title?: string;
|
|
84351
|
+
}) => vue.VNodeChild) | undefined;
|
|
83866
84352
|
} | undefined;
|
|
83867
84353
|
} & {
|
|
83868
|
-
"v-slot:
|
|
84354
|
+
"v-slot:intervalBody"?: false | ((arg: {
|
|
84355
|
+
interval: {
|
|
84356
|
+
label: string;
|
|
84357
|
+
start: unknown;
|
|
84358
|
+
end: unknown;
|
|
84359
|
+
events: any[];
|
|
84360
|
+
};
|
|
84361
|
+
}) => vue.VNodeChild) | undefined;
|
|
84362
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
84363
|
+
height: string;
|
|
84364
|
+
margin: string;
|
|
84365
|
+
eventClass: string;
|
|
84366
|
+
event: any;
|
|
84367
|
+
interval: {
|
|
84368
|
+
label: string;
|
|
84369
|
+
start: unknown;
|
|
84370
|
+
end: unknown;
|
|
84371
|
+
events: any[];
|
|
84372
|
+
};
|
|
84373
|
+
}) => vue.VNodeChild) | undefined;
|
|
84374
|
+
"v-slot:intervalTitle"?: false | ((arg: {
|
|
84375
|
+
interval: {
|
|
84376
|
+
label: string;
|
|
84377
|
+
start: unknown;
|
|
84378
|
+
end: unknown;
|
|
84379
|
+
events: any[];
|
|
84380
|
+
};
|
|
84381
|
+
}) => vue.VNodeChild) | undefined;
|
|
84382
|
+
"v-slot:interval"?: false | ((arg: Record<string, unknown>) => vue.VNodeChild) | undefined;
|
|
84383
|
+
"v-slot:day-body"?: false | ((arg: {
|
|
84384
|
+
day?: CalendarDay;
|
|
84385
|
+
events?: Array<any>;
|
|
84386
|
+
}) => vue.VNodeChild) | undefined;
|
|
84387
|
+
"v-slot:day-title"?: false | ((arg: {
|
|
84388
|
+
title?: number | string;
|
|
84389
|
+
}) => vue.VNodeChild) | undefined;
|
|
84390
|
+
"v-slot:day-event"?: false | ((arg: {
|
|
84391
|
+
day?: CalendarDay;
|
|
84392
|
+
allDay: Boolean;
|
|
84393
|
+
event?: Record<string, unknown>;
|
|
84394
|
+
}) => vue.VNodeChild) | undefined;
|
|
84395
|
+
"v-slot:header"?: false | ((arg: {
|
|
84396
|
+
title: string;
|
|
84397
|
+
clickNext: Function;
|
|
84398
|
+
clickPrev: Function;
|
|
84399
|
+
clickToday: Function;
|
|
84400
|
+
}) => vue.VNodeChild) | undefined;
|
|
84401
|
+
"v-slot:day-interval"?: false | ((arg: {
|
|
84402
|
+
day?: CalendarDay;
|
|
84403
|
+
dayIndex: Number;
|
|
84404
|
+
events?: Array<any>;
|
|
84405
|
+
}) => vue.VNodeChild) | undefined;
|
|
84406
|
+
"v-slot:title"?: false | ((arg: {
|
|
84407
|
+
title?: string;
|
|
84408
|
+
}) => vue.VNodeChild) | undefined;
|
|
84409
|
+
} & {
|
|
84410
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
84411
|
+
onNext?: ((...args: any[]) => any) | undefined;
|
|
84412
|
+
onPrev?: ((...args: any[]) => any) | undefined;
|
|
84413
|
+
onToday?: ((...args: any[]) => any) | undefined;
|
|
83869
84414
|
}, {
|
|
83870
|
-
|
|
83871
|
-
|
|
83872
|
-
|
|
83873
|
-
|
|
83874
|
-
|
|
83875
|
-
|
|
83876
|
-
|
|
84415
|
+
daysInMonth: vue.ComputedRef<CalendarDay[]>;
|
|
84416
|
+
daysInWeek: vue.ComputedRef<CalendarDay[]>;
|
|
84417
|
+
genDays: (days: Date[], today: Date) => CalendarDay[];
|
|
84418
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
84419
|
+
next: null;
|
|
84420
|
+
prev: null;
|
|
84421
|
+
today: null;
|
|
84422
|
+
'update:modelValue': null;
|
|
84423
|
+
}, string, {
|
|
84424
|
+
text: string;
|
|
84425
|
+
disabled: boolean;
|
|
83877
84426
|
day: Record<string, any>;
|
|
84427
|
+
nextIcon: string;
|
|
84428
|
+
prevIcon: string;
|
|
84429
|
+
hideHeader: boolean;
|
|
84430
|
+
viewMode: "day" | "month" | "week";
|
|
84431
|
+
showAdjacentMonths: boolean;
|
|
84432
|
+
weekdays: CalendarWeekdays[];
|
|
84433
|
+
weeksInMonth: "static" | "dynamic";
|
|
84434
|
+
firstDayOfWeek: string | number;
|
|
83878
84435
|
intervalDivisions: number;
|
|
83879
84436
|
intervalDuration: number;
|
|
83880
84437
|
intervalHeight: number;
|
|
83881
84438
|
intervalFormat: string | Function;
|
|
83882
84439
|
intervalStart: number;
|
|
84440
|
+
hideDayHeader: boolean;
|
|
84441
|
+
intervals: number;
|
|
84442
|
+
hideWeekNumber: boolean;
|
|
83883
84443
|
}, {}, string, vue.SlotsType<Partial<{
|
|
83884
|
-
|
|
84444
|
+
intervalBody: (arg: {
|
|
84445
|
+
interval: {
|
|
84446
|
+
label: string;
|
|
84447
|
+
start: unknown;
|
|
84448
|
+
end: unknown;
|
|
84449
|
+
events: any[];
|
|
84450
|
+
};
|
|
84451
|
+
}) => vue.VNode[];
|
|
84452
|
+
intervalEvent: (arg: {
|
|
84453
|
+
height: string;
|
|
84454
|
+
margin: string;
|
|
84455
|
+
eventClass: string;
|
|
84456
|
+
event: any;
|
|
84457
|
+
interval: {
|
|
84458
|
+
label: string;
|
|
84459
|
+
start: unknown;
|
|
84460
|
+
end: unknown;
|
|
84461
|
+
events: any[];
|
|
84462
|
+
};
|
|
84463
|
+
}) => vue.VNode[];
|
|
84464
|
+
intervalTitle: (arg: {
|
|
84465
|
+
interval: {
|
|
84466
|
+
label: string;
|
|
84467
|
+
start: unknown;
|
|
84468
|
+
end: unknown;
|
|
84469
|
+
events: any[];
|
|
84470
|
+
};
|
|
84471
|
+
}) => vue.VNode[];
|
|
84472
|
+
interval: (arg: Record<string, unknown>) => vue.VNode[];
|
|
84473
|
+
'day-body': (arg: {
|
|
84474
|
+
day?: CalendarDay;
|
|
84475
|
+
events?: Array<any>;
|
|
84476
|
+
}) => vue.VNode[];
|
|
84477
|
+
'day-title': (arg: {
|
|
84478
|
+
title?: number | string;
|
|
84479
|
+
}) => vue.VNode[];
|
|
84480
|
+
'day-event': (arg: {
|
|
84481
|
+
day?: CalendarDay;
|
|
84482
|
+
allDay: Boolean;
|
|
84483
|
+
event?: Record<string, unknown>;
|
|
84484
|
+
}) => vue.VNode[];
|
|
84485
|
+
header: (arg: {
|
|
84486
|
+
title: string;
|
|
84487
|
+
clickNext: Function;
|
|
84488
|
+
clickPrev: Function;
|
|
84489
|
+
clickToday: Function;
|
|
84490
|
+
}) => vue.VNode[];
|
|
84491
|
+
'day-interval': (arg: {
|
|
84492
|
+
day?: CalendarDay;
|
|
84493
|
+
dayIndex: Number;
|
|
84494
|
+
events?: Array<any>;
|
|
84495
|
+
}) => vue.VNode[];
|
|
84496
|
+
title: (arg: {
|
|
84497
|
+
title?: string;
|
|
84498
|
+
}) => vue.VNode[];
|
|
83885
84499
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
84500
|
+
nextIcon: {
|
|
84501
|
+
type: StringConstructor;
|
|
84502
|
+
default: string;
|
|
84503
|
+
};
|
|
84504
|
+
prevIcon: {
|
|
84505
|
+
type: StringConstructor;
|
|
84506
|
+
default: string;
|
|
84507
|
+
};
|
|
84508
|
+
title: StringConstructor;
|
|
84509
|
+
text: {
|
|
84510
|
+
type: StringConstructor;
|
|
84511
|
+
default: string;
|
|
84512
|
+
};
|
|
84513
|
+
viewMode: {
|
|
84514
|
+
type: vue.PropType<"month" | "week" | "day">;
|
|
84515
|
+
default: string;
|
|
84516
|
+
};
|
|
83886
84517
|
day: {
|
|
83887
84518
|
type: ObjectConstructor;
|
|
83888
84519
|
default: () => {};
|
|
@@ -83924,11 +84555,55 @@ declare const VCalendarInterval: {
|
|
|
83924
84555
|
type: NumberConstructor;
|
|
83925
84556
|
default: number;
|
|
83926
84557
|
};
|
|
83927
|
-
|
|
84558
|
+
hideDayHeader: BooleanConstructor;
|
|
84559
|
+
intervals: {
|
|
83928
84560
|
type: NumberConstructor;
|
|
83929
|
-
|
|
84561
|
+
default: number;
|
|
84562
|
+
};
|
|
84563
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
84564
|
+
disabled: {
|
|
84565
|
+
type: BooleanConstructor;
|
|
84566
|
+
default: null;
|
|
84567
|
+
};
|
|
84568
|
+
displayValue: vue.PropType<unknown>;
|
|
84569
|
+
modelValue: vue.PropType<unknown[]>;
|
|
84570
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
84571
|
+
max: vue.PropType<unknown>;
|
|
84572
|
+
min: vue.PropType<unknown>;
|
|
84573
|
+
showAdjacentMonths: BooleanConstructor;
|
|
84574
|
+
year: (StringConstructor | NumberConstructor)[];
|
|
84575
|
+
weekdays: {
|
|
84576
|
+
type: vue.PropType<CalendarWeekdays[]>;
|
|
84577
|
+
default: () => number[];
|
|
84578
|
+
};
|
|
84579
|
+
weeksInMonth: {
|
|
84580
|
+
type: vue.PropType<"dynamic" | "static">;
|
|
84581
|
+
default: string;
|
|
84582
|
+
};
|
|
84583
|
+
firstDayOfWeek: {
|
|
84584
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
84585
|
+
default: undefined;
|
|
83930
84586
|
};
|
|
84587
|
+
hideHeader: BooleanConstructor;
|
|
84588
|
+
hideWeekNumber: BooleanConstructor;
|
|
83931
84589
|
}, vue.ExtractPropTypes<{
|
|
84590
|
+
nextIcon: {
|
|
84591
|
+
type: StringConstructor;
|
|
84592
|
+
default: string;
|
|
84593
|
+
};
|
|
84594
|
+
prevIcon: {
|
|
84595
|
+
type: StringConstructor;
|
|
84596
|
+
default: string;
|
|
84597
|
+
};
|
|
84598
|
+
title: StringConstructor;
|
|
84599
|
+
text: {
|
|
84600
|
+
type: StringConstructor;
|
|
84601
|
+
default: string;
|
|
84602
|
+
};
|
|
84603
|
+
viewMode: {
|
|
84604
|
+
type: vue.PropType<"month" | "week" | "day">;
|
|
84605
|
+
default: string;
|
|
84606
|
+
};
|
|
83932
84607
|
day: {
|
|
83933
84608
|
type: ObjectConstructor;
|
|
83934
84609
|
default: () => {};
|
|
@@ -83970,12 +84645,199 @@ declare const VCalendarInterval: {
|
|
|
83970
84645
|
type: NumberConstructor;
|
|
83971
84646
|
default: number;
|
|
83972
84647
|
};
|
|
83973
|
-
|
|
84648
|
+
hideDayHeader: BooleanConstructor;
|
|
84649
|
+
intervals: {
|
|
83974
84650
|
type: NumberConstructor;
|
|
83975
|
-
|
|
84651
|
+
default: number;
|
|
84652
|
+
};
|
|
84653
|
+
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
84654
|
+
disabled: {
|
|
84655
|
+
type: BooleanConstructor;
|
|
84656
|
+
default: null;
|
|
84657
|
+
};
|
|
84658
|
+
displayValue: vue.PropType<unknown>;
|
|
84659
|
+
modelValue: vue.PropType<unknown[]>;
|
|
84660
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
84661
|
+
max: vue.PropType<unknown>;
|
|
84662
|
+
min: vue.PropType<unknown>;
|
|
84663
|
+
showAdjacentMonths: BooleanConstructor;
|
|
84664
|
+
year: (StringConstructor | NumberConstructor)[];
|
|
84665
|
+
weekdays: {
|
|
84666
|
+
type: vue.PropType<CalendarWeekdays[]>;
|
|
84667
|
+
default: () => number[];
|
|
84668
|
+
};
|
|
84669
|
+
weeksInMonth: {
|
|
84670
|
+
type: vue.PropType<"dynamic" | "static">;
|
|
84671
|
+
default: string;
|
|
83976
84672
|
};
|
|
84673
|
+
firstDayOfWeek: {
|
|
84674
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
84675
|
+
default: undefined;
|
|
84676
|
+
};
|
|
84677
|
+
hideHeader: BooleanConstructor;
|
|
84678
|
+
hideWeekNumber: BooleanConstructor;
|
|
83977
84679
|
}>>;
|
|
83978
|
-
type
|
|
84680
|
+
type VCalendar = InstanceType<typeof VCalendar>;
|
|
84681
|
+
|
|
84682
|
+
declare const VCalendarHeader: {
|
|
84683
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
84684
|
+
text: string;
|
|
84685
|
+
nextIcon: string;
|
|
84686
|
+
prevIcon: string;
|
|
84687
|
+
viewMode: "day" | "month" | "week";
|
|
84688
|
+
} & {
|
|
84689
|
+
title?: string | undefined;
|
|
84690
|
+
} & {
|
|
84691
|
+
$children?: {} | vue.VNodeChild | {
|
|
84692
|
+
title?: ((arg: {
|
|
84693
|
+
title?: string;
|
|
84694
|
+
}) => vue.VNodeChild) | undefined;
|
|
84695
|
+
};
|
|
84696
|
+
'v-slots'?: {
|
|
84697
|
+
title?: false | ((arg: {
|
|
84698
|
+
title?: string;
|
|
84699
|
+
}) => vue.VNodeChild) | undefined;
|
|
84700
|
+
} | undefined;
|
|
84701
|
+
} & {
|
|
84702
|
+
"v-slot:title"?: false | ((arg: {
|
|
84703
|
+
title?: string;
|
|
84704
|
+
}) => vue.VNodeChild) | undefined;
|
|
84705
|
+
} & {
|
|
84706
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
84707
|
+
"onClick:next"?: (() => any) | undefined;
|
|
84708
|
+
"onClick:toToday"?: (() => any) | undefined;
|
|
84709
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
84710
|
+
'click:next': () => true;
|
|
84711
|
+
'click:prev': () => true;
|
|
84712
|
+
'click:toToday': () => true;
|
|
84713
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
84714
|
+
text: string;
|
|
84715
|
+
nextIcon: string;
|
|
84716
|
+
prevIcon: string;
|
|
84717
|
+
viewMode: "day" | "month" | "week";
|
|
84718
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
84719
|
+
title: (arg: {
|
|
84720
|
+
title?: string;
|
|
84721
|
+
}) => vue.VNode[];
|
|
84722
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
84723
|
+
P: {};
|
|
84724
|
+
B: {};
|
|
84725
|
+
D: {};
|
|
84726
|
+
C: {};
|
|
84727
|
+
M: {};
|
|
84728
|
+
Defaults: {};
|
|
84729
|
+
}, {
|
|
84730
|
+
text: string;
|
|
84731
|
+
nextIcon: string;
|
|
84732
|
+
prevIcon: string;
|
|
84733
|
+
viewMode: "day" | "month" | "week";
|
|
84734
|
+
} & {
|
|
84735
|
+
title?: string | undefined;
|
|
84736
|
+
} & {
|
|
84737
|
+
$children?: {} | vue.VNodeChild | {
|
|
84738
|
+
title?: ((arg: {
|
|
84739
|
+
title?: string;
|
|
84740
|
+
}) => vue.VNodeChild) | undefined;
|
|
84741
|
+
};
|
|
84742
|
+
'v-slots'?: {
|
|
84743
|
+
title?: false | ((arg: {
|
|
84744
|
+
title?: string;
|
|
84745
|
+
}) => vue.VNodeChild) | undefined;
|
|
84746
|
+
} | undefined;
|
|
84747
|
+
} & {
|
|
84748
|
+
"v-slot:title"?: false | ((arg: {
|
|
84749
|
+
title?: string;
|
|
84750
|
+
}) => vue.VNodeChild) | undefined;
|
|
84751
|
+
} & {
|
|
84752
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
84753
|
+
"onClick:next"?: (() => any) | undefined;
|
|
84754
|
+
"onClick:toToday"?: (() => any) | undefined;
|
|
84755
|
+
}, {}, {}, {}, {}, {
|
|
84756
|
+
text: string;
|
|
84757
|
+
nextIcon: string;
|
|
84758
|
+
prevIcon: string;
|
|
84759
|
+
viewMode: "day" | "month" | "week";
|
|
84760
|
+
}>;
|
|
84761
|
+
__isFragment?: never;
|
|
84762
|
+
__isTeleport?: never;
|
|
84763
|
+
__isSuspense?: never;
|
|
84764
|
+
} & vue.ComponentOptionsBase<{
|
|
84765
|
+
text: string;
|
|
84766
|
+
nextIcon: string;
|
|
84767
|
+
prevIcon: string;
|
|
84768
|
+
viewMode: "day" | "month" | "week";
|
|
84769
|
+
} & {
|
|
84770
|
+
title?: string | undefined;
|
|
84771
|
+
} & {
|
|
84772
|
+
$children?: {} | vue.VNodeChild | {
|
|
84773
|
+
title?: ((arg: {
|
|
84774
|
+
title?: string;
|
|
84775
|
+
}) => vue.VNodeChild) | undefined;
|
|
84776
|
+
};
|
|
84777
|
+
'v-slots'?: {
|
|
84778
|
+
title?: false | ((arg: {
|
|
84779
|
+
title?: string;
|
|
84780
|
+
}) => vue.VNodeChild) | undefined;
|
|
84781
|
+
} | undefined;
|
|
84782
|
+
} & {
|
|
84783
|
+
"v-slot:title"?: false | ((arg: {
|
|
84784
|
+
title?: string;
|
|
84785
|
+
}) => vue.VNodeChild) | undefined;
|
|
84786
|
+
} & {
|
|
84787
|
+
"onClick:prev"?: (() => any) | undefined;
|
|
84788
|
+
"onClick:next"?: (() => any) | undefined;
|
|
84789
|
+
"onClick:toToday"?: (() => any) | undefined;
|
|
84790
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
84791
|
+
'click:next': () => true;
|
|
84792
|
+
'click:prev': () => true;
|
|
84793
|
+
'click:toToday': () => true;
|
|
84794
|
+
}, string, {
|
|
84795
|
+
text: string;
|
|
84796
|
+
nextIcon: string;
|
|
84797
|
+
prevIcon: string;
|
|
84798
|
+
viewMode: "day" | "month" | "week";
|
|
84799
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
84800
|
+
title: (arg: {
|
|
84801
|
+
title?: string;
|
|
84802
|
+
}) => vue.VNode[];
|
|
84803
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
84804
|
+
nextIcon: {
|
|
84805
|
+
type: StringConstructor;
|
|
84806
|
+
default: string;
|
|
84807
|
+
};
|
|
84808
|
+
prevIcon: {
|
|
84809
|
+
type: StringConstructor;
|
|
84810
|
+
default: string;
|
|
84811
|
+
};
|
|
84812
|
+
title: StringConstructor;
|
|
84813
|
+
text: {
|
|
84814
|
+
type: StringConstructor;
|
|
84815
|
+
default: string;
|
|
84816
|
+
};
|
|
84817
|
+
viewMode: {
|
|
84818
|
+
type: PropType<"month" | "week" | "day">;
|
|
84819
|
+
default: string;
|
|
84820
|
+
};
|
|
84821
|
+
}, vue.ExtractPropTypes<{
|
|
84822
|
+
nextIcon: {
|
|
84823
|
+
type: StringConstructor;
|
|
84824
|
+
default: string;
|
|
84825
|
+
};
|
|
84826
|
+
prevIcon: {
|
|
84827
|
+
type: StringConstructor;
|
|
84828
|
+
default: string;
|
|
84829
|
+
};
|
|
84830
|
+
title: StringConstructor;
|
|
84831
|
+
text: {
|
|
84832
|
+
type: StringConstructor;
|
|
84833
|
+
default: string;
|
|
84834
|
+
};
|
|
84835
|
+
viewMode: {
|
|
84836
|
+
type: PropType<"month" | "week" | "day">;
|
|
84837
|
+
default: string;
|
|
84838
|
+
};
|
|
84839
|
+
}>>;
|
|
84840
|
+
type VCalendarHeader = InstanceType<typeof VCalendarHeader>;
|
|
83979
84841
|
|
|
83980
84842
|
declare const VCalendarIntervalEvent: {
|
|
83981
84843
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
@@ -83987,18 +84849,42 @@ declare const VCalendarIntervalEvent: {
|
|
|
83987
84849
|
interval?: Record<string, any> | undefined;
|
|
83988
84850
|
event?: Record<string, any> | undefined;
|
|
83989
84851
|
} & {
|
|
83990
|
-
$children?: vue.VNodeChild | {
|
|
83991
|
-
|
|
83992
|
-
|
|
84852
|
+
$children?: {} | vue.VNodeChild | {
|
|
84853
|
+
intervalEvent?: ((arg: {
|
|
84854
|
+
height: string;
|
|
84855
|
+
margin: string;
|
|
84856
|
+
eventClass: string;
|
|
84857
|
+
event: any;
|
|
84858
|
+
interval: any;
|
|
84859
|
+
}) => vue.VNodeChild) | undefined;
|
|
84860
|
+
};
|
|
83993
84861
|
'v-slots'?: {
|
|
83994
|
-
|
|
84862
|
+
intervalEvent?: false | ((arg: {
|
|
84863
|
+
height: string;
|
|
84864
|
+
margin: string;
|
|
84865
|
+
eventClass: string;
|
|
84866
|
+
event: any;
|
|
84867
|
+
interval: any;
|
|
84868
|
+
}) => vue.VNodeChild) | undefined;
|
|
83995
84869
|
} | undefined;
|
|
83996
84870
|
} & {
|
|
83997
|
-
"v-slot:
|
|
84871
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
84872
|
+
height: string;
|
|
84873
|
+
margin: string;
|
|
84874
|
+
eventClass: string;
|
|
84875
|
+
event: any;
|
|
84876
|
+
interval: any;
|
|
84877
|
+
}) => vue.VNodeChild) | undefined;
|
|
83998
84878
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
83999
84879
|
allDay: boolean;
|
|
84000
84880
|
}, true, {}, vue.SlotsType<Partial<{
|
|
84001
|
-
|
|
84881
|
+
intervalEvent: (arg: {
|
|
84882
|
+
height: string;
|
|
84883
|
+
margin: string;
|
|
84884
|
+
eventClass: string;
|
|
84885
|
+
event: any;
|
|
84886
|
+
interval: any;
|
|
84887
|
+
}) => vue.VNode[];
|
|
84002
84888
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
84003
84889
|
P: {};
|
|
84004
84890
|
B: {};
|
|
@@ -84015,14 +84901,32 @@ declare const VCalendarIntervalEvent: {
|
|
|
84015
84901
|
interval?: Record<string, any> | undefined;
|
|
84016
84902
|
event?: Record<string, any> | undefined;
|
|
84017
84903
|
} & {
|
|
84018
|
-
$children?: vue.VNodeChild | {
|
|
84019
|
-
|
|
84020
|
-
|
|
84904
|
+
$children?: {} | vue.VNodeChild | {
|
|
84905
|
+
intervalEvent?: ((arg: {
|
|
84906
|
+
height: string;
|
|
84907
|
+
margin: string;
|
|
84908
|
+
eventClass: string;
|
|
84909
|
+
event: any;
|
|
84910
|
+
interval: any;
|
|
84911
|
+
}) => vue.VNodeChild) | undefined;
|
|
84912
|
+
};
|
|
84021
84913
|
'v-slots'?: {
|
|
84022
|
-
|
|
84914
|
+
intervalEvent?: false | ((arg: {
|
|
84915
|
+
height: string;
|
|
84916
|
+
margin: string;
|
|
84917
|
+
eventClass: string;
|
|
84918
|
+
event: any;
|
|
84919
|
+
interval: any;
|
|
84920
|
+
}) => vue.VNodeChild) | undefined;
|
|
84023
84921
|
} | undefined;
|
|
84024
84922
|
} & {
|
|
84025
|
-
"v-slot:
|
|
84923
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
84924
|
+
height: string;
|
|
84925
|
+
margin: string;
|
|
84926
|
+
eventClass: string;
|
|
84927
|
+
event: any;
|
|
84928
|
+
interval: any;
|
|
84929
|
+
}) => vue.VNodeChild) | undefined;
|
|
84026
84930
|
}, {}, {}, {}, {}, {
|
|
84027
84931
|
allDay: boolean;
|
|
84028
84932
|
}>;
|
|
@@ -84038,18 +84942,42 @@ declare const VCalendarIntervalEvent: {
|
|
|
84038
84942
|
interval?: Record<string, any> | undefined;
|
|
84039
84943
|
event?: Record<string, any> | undefined;
|
|
84040
84944
|
} & {
|
|
84041
|
-
$children?: vue.VNodeChild | {
|
|
84042
|
-
|
|
84043
|
-
|
|
84945
|
+
$children?: {} | vue.VNodeChild | {
|
|
84946
|
+
intervalEvent?: ((arg: {
|
|
84947
|
+
height: string;
|
|
84948
|
+
margin: string;
|
|
84949
|
+
eventClass: string;
|
|
84950
|
+
event: any;
|
|
84951
|
+
interval: any;
|
|
84952
|
+
}) => vue.VNodeChild) | undefined;
|
|
84953
|
+
};
|
|
84044
84954
|
'v-slots'?: {
|
|
84045
|
-
|
|
84955
|
+
intervalEvent?: false | ((arg: {
|
|
84956
|
+
height: string;
|
|
84957
|
+
margin: string;
|
|
84958
|
+
eventClass: string;
|
|
84959
|
+
event: any;
|
|
84960
|
+
interval: any;
|
|
84961
|
+
}) => vue.VNodeChild) | undefined;
|
|
84046
84962
|
} | undefined;
|
|
84047
84963
|
} & {
|
|
84048
|
-
"v-slot:
|
|
84964
|
+
"v-slot:intervalEvent"?: false | ((arg: {
|
|
84965
|
+
height: string;
|
|
84966
|
+
margin: string;
|
|
84967
|
+
eventClass: string;
|
|
84968
|
+
event: any;
|
|
84969
|
+
interval: any;
|
|
84970
|
+
}) => vue.VNodeChild) | undefined;
|
|
84049
84971
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
84050
84972
|
allDay: boolean;
|
|
84051
84973
|
}, {}, string, vue.SlotsType<Partial<{
|
|
84052
|
-
|
|
84974
|
+
intervalEvent: (arg: {
|
|
84975
|
+
height: string;
|
|
84976
|
+
margin: string;
|
|
84977
|
+
eventClass: string;
|
|
84978
|
+
event: any;
|
|
84979
|
+
interval: any;
|
|
84980
|
+
}) => vue.VNode[];
|
|
84053
84981
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
84054
84982
|
allDay: BooleanConstructor;
|
|
84055
84983
|
interval: ObjectConstructor;
|
|
@@ -84092,58 +85020,66 @@ declare const VCalendarMonthDay: {
|
|
|
84092
85020
|
} & {
|
|
84093
85021
|
color?: string | undefined;
|
|
84094
85022
|
title?: string | number | undefined;
|
|
84095
|
-
day?:
|
|
85023
|
+
day?: CalendarDay | undefined;
|
|
84096
85024
|
events?: any[] | undefined;
|
|
84097
85025
|
} & {
|
|
84098
|
-
$children?:
|
|
84099
|
-
|
|
84100
|
-
|
|
84101
|
-
|
|
84102
|
-
title?: number | string;
|
|
85026
|
+
$children?: {} | vue.VNodeChild | {
|
|
85027
|
+
dayBody?: ((arg: {
|
|
85028
|
+
day?: CalendarDay;
|
|
85029
|
+
events?: Array<any>;
|
|
84103
85030
|
}) => vue.VNodeChild) | undefined;
|
|
84104
|
-
|
|
84105
|
-
day?:
|
|
85031
|
+
dayEvent?: ((arg: {
|
|
85032
|
+
day?: CalendarDay;
|
|
84106
85033
|
allDay: boolean;
|
|
84107
85034
|
event: Record<string, unknown>;
|
|
84108
85035
|
}) => vue.VNodeChild) | undefined;
|
|
85036
|
+
dayTitle?: ((arg: {
|
|
85037
|
+
title?: number | string;
|
|
85038
|
+
}) => vue.VNodeChild) | undefined;
|
|
84109
85039
|
};
|
|
84110
85040
|
'v-slots'?: {
|
|
84111
|
-
|
|
84112
|
-
|
|
84113
|
-
|
|
84114
|
-
title?: number | string;
|
|
85041
|
+
dayBody?: false | ((arg: {
|
|
85042
|
+
day?: CalendarDay;
|
|
85043
|
+
events?: Array<any>;
|
|
84115
85044
|
}) => vue.VNodeChild) | undefined;
|
|
84116
|
-
|
|
84117
|
-
day?:
|
|
85045
|
+
dayEvent?: false | ((arg: {
|
|
85046
|
+
day?: CalendarDay;
|
|
84118
85047
|
allDay: boolean;
|
|
84119
85048
|
event: Record<string, unknown>;
|
|
84120
85049
|
}) => vue.VNodeChild) | undefined;
|
|
85050
|
+
dayTitle?: false | ((arg: {
|
|
85051
|
+
title?: number | string;
|
|
85052
|
+
}) => vue.VNodeChild) | undefined;
|
|
84121
85053
|
} | undefined;
|
|
84122
85054
|
} & {
|
|
84123
|
-
"v-slot:
|
|
84124
|
-
|
|
84125
|
-
|
|
84126
|
-
title?: number | string;
|
|
85055
|
+
"v-slot:dayBody"?: false | ((arg: {
|
|
85056
|
+
day?: CalendarDay;
|
|
85057
|
+
events?: Array<any>;
|
|
84127
85058
|
}) => vue.VNodeChild) | undefined;
|
|
84128
|
-
"v-slot:
|
|
84129
|
-
day?:
|
|
85059
|
+
"v-slot:dayEvent"?: false | ((arg: {
|
|
85060
|
+
day?: CalendarDay;
|
|
84130
85061
|
allDay: boolean;
|
|
84131
85062
|
event: Record<string, unknown>;
|
|
84132
85063
|
}) => vue.VNodeChild) | undefined;
|
|
85064
|
+
"v-slot:dayTitle"?: false | ((arg: {
|
|
85065
|
+
title?: number | string;
|
|
85066
|
+
}) => vue.VNodeChild) | undefined;
|
|
84133
85067
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
84134
85068
|
active: boolean;
|
|
84135
85069
|
disabled: boolean;
|
|
84136
85070
|
}, true, {}, vue.SlotsType<Partial<{
|
|
84137
|
-
|
|
84138
|
-
|
|
84139
|
-
|
|
84140
|
-
title?: number | string;
|
|
85071
|
+
dayBody: (arg: {
|
|
85072
|
+
day?: CalendarDay;
|
|
85073
|
+
events?: Array<any>;
|
|
84141
85074
|
}) => vue.VNode[];
|
|
84142
|
-
|
|
84143
|
-
day?:
|
|
85075
|
+
dayEvent: (arg: {
|
|
85076
|
+
day?: CalendarDay;
|
|
84144
85077
|
allDay: boolean;
|
|
84145
85078
|
event: Record<string, unknown>;
|
|
84146
85079
|
}) => vue.VNode[];
|
|
85080
|
+
dayTitle: (arg: {
|
|
85081
|
+
title?: number | string;
|
|
85082
|
+
}) => vue.VNode[];
|
|
84147
85083
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
|
84148
85084
|
P: {};
|
|
84149
85085
|
B: {};
|
|
@@ -84157,44 +85093,50 @@ declare const VCalendarMonthDay: {
|
|
|
84157
85093
|
} & {
|
|
84158
85094
|
color?: string | undefined;
|
|
84159
85095
|
title?: string | number | undefined;
|
|
84160
|
-
day?:
|
|
85096
|
+
day?: CalendarDay | undefined;
|
|
84161
85097
|
events?: any[] | undefined;
|
|
84162
85098
|
} & {
|
|
84163
|
-
$children?:
|
|
84164
|
-
|
|
84165
|
-
|
|
84166
|
-
|
|
84167
|
-
title?: number | string;
|
|
85099
|
+
$children?: {} | vue.VNodeChild | {
|
|
85100
|
+
dayBody?: ((arg: {
|
|
85101
|
+
day?: CalendarDay;
|
|
85102
|
+
events?: Array<any>;
|
|
84168
85103
|
}) => vue.VNodeChild) | undefined;
|
|
84169
|
-
|
|
84170
|
-
day?:
|
|
85104
|
+
dayEvent?: ((arg: {
|
|
85105
|
+
day?: CalendarDay;
|
|
84171
85106
|
allDay: boolean;
|
|
84172
85107
|
event: Record<string, unknown>;
|
|
84173
85108
|
}) => vue.VNodeChild) | undefined;
|
|
85109
|
+
dayTitle?: ((arg: {
|
|
85110
|
+
title?: number | string;
|
|
85111
|
+
}) => vue.VNodeChild) | undefined;
|
|
84174
85112
|
};
|
|
84175
85113
|
'v-slots'?: {
|
|
84176
|
-
|
|
84177
|
-
|
|
84178
|
-
|
|
84179
|
-
title?: number | string;
|
|
85114
|
+
dayBody?: false | ((arg: {
|
|
85115
|
+
day?: CalendarDay;
|
|
85116
|
+
events?: Array<any>;
|
|
84180
85117
|
}) => vue.VNodeChild) | undefined;
|
|
84181
|
-
|
|
84182
|
-
day?:
|
|
85118
|
+
dayEvent?: false | ((arg: {
|
|
85119
|
+
day?: CalendarDay;
|
|
84183
85120
|
allDay: boolean;
|
|
84184
85121
|
event: Record<string, unknown>;
|
|
84185
85122
|
}) => vue.VNodeChild) | undefined;
|
|
85123
|
+
dayTitle?: false | ((arg: {
|
|
85124
|
+
title?: number | string;
|
|
85125
|
+
}) => vue.VNodeChild) | undefined;
|
|
84186
85126
|
} | undefined;
|
|
84187
85127
|
} & {
|
|
84188
|
-
"v-slot:
|
|
84189
|
-
|
|
84190
|
-
|
|
84191
|
-
title?: number | string;
|
|
85128
|
+
"v-slot:dayBody"?: false | ((arg: {
|
|
85129
|
+
day?: CalendarDay;
|
|
85130
|
+
events?: Array<any>;
|
|
84192
85131
|
}) => vue.VNodeChild) | undefined;
|
|
84193
|
-
"v-slot:
|
|
84194
|
-
day?:
|
|
85132
|
+
"v-slot:dayEvent"?: false | ((arg: {
|
|
85133
|
+
day?: CalendarDay;
|
|
84195
85134
|
allDay: boolean;
|
|
84196
85135
|
event: Record<string, unknown>;
|
|
84197
85136
|
}) => vue.VNodeChild) | undefined;
|
|
85137
|
+
"v-slot:dayTitle"?: false | ((arg: {
|
|
85138
|
+
title?: number | string;
|
|
85139
|
+
}) => vue.VNodeChild) | undefined;
|
|
84198
85140
|
}, {}, {}, {}, {}, {
|
|
84199
85141
|
active: boolean;
|
|
84200
85142
|
disabled: boolean;
|
|
@@ -84208,62 +85150,72 @@ declare const VCalendarMonthDay: {
|
|
|
84208
85150
|
} & {
|
|
84209
85151
|
color?: string | undefined;
|
|
84210
85152
|
title?: string | number | undefined;
|
|
84211
|
-
day?:
|
|
85153
|
+
day?: CalendarDay | undefined;
|
|
84212
85154
|
events?: any[] | undefined;
|
|
84213
85155
|
} & {
|
|
84214
|
-
$children?:
|
|
84215
|
-
|
|
84216
|
-
|
|
84217
|
-
|
|
84218
|
-
title?: number | string;
|
|
85156
|
+
$children?: {} | vue.VNodeChild | {
|
|
85157
|
+
dayBody?: ((arg: {
|
|
85158
|
+
day?: CalendarDay;
|
|
85159
|
+
events?: Array<any>;
|
|
84219
85160
|
}) => vue.VNodeChild) | undefined;
|
|
84220
|
-
|
|
84221
|
-
day?:
|
|
85161
|
+
dayEvent?: ((arg: {
|
|
85162
|
+
day?: CalendarDay;
|
|
84222
85163
|
allDay: boolean;
|
|
84223
85164
|
event: Record<string, unknown>;
|
|
84224
85165
|
}) => vue.VNodeChild) | undefined;
|
|
85166
|
+
dayTitle?: ((arg: {
|
|
85167
|
+
title?: number | string;
|
|
85168
|
+
}) => vue.VNodeChild) | undefined;
|
|
84225
85169
|
};
|
|
84226
85170
|
'v-slots'?: {
|
|
84227
|
-
|
|
84228
|
-
|
|
84229
|
-
|
|
84230
|
-
title?: number | string;
|
|
85171
|
+
dayBody?: false | ((arg: {
|
|
85172
|
+
day?: CalendarDay;
|
|
85173
|
+
events?: Array<any>;
|
|
84231
85174
|
}) => vue.VNodeChild) | undefined;
|
|
84232
|
-
|
|
84233
|
-
day?:
|
|
85175
|
+
dayEvent?: false | ((arg: {
|
|
85176
|
+
day?: CalendarDay;
|
|
84234
85177
|
allDay: boolean;
|
|
84235
85178
|
event: Record<string, unknown>;
|
|
84236
85179
|
}) => vue.VNodeChild) | undefined;
|
|
85180
|
+
dayTitle?: false | ((arg: {
|
|
85181
|
+
title?: number | string;
|
|
85182
|
+
}) => vue.VNodeChild) | undefined;
|
|
84237
85183
|
} | undefined;
|
|
84238
85184
|
} & {
|
|
84239
|
-
"v-slot:
|
|
84240
|
-
|
|
84241
|
-
|
|
84242
|
-
title?: number | string;
|
|
85185
|
+
"v-slot:dayBody"?: false | ((arg: {
|
|
85186
|
+
day?: CalendarDay;
|
|
85187
|
+
events?: Array<any>;
|
|
84243
85188
|
}) => vue.VNodeChild) | undefined;
|
|
84244
|
-
"v-slot:
|
|
84245
|
-
day?:
|
|
85189
|
+
"v-slot:dayEvent"?: false | ((arg: {
|
|
85190
|
+
day?: CalendarDay;
|
|
84246
85191
|
allDay: boolean;
|
|
84247
85192
|
event: Record<string, unknown>;
|
|
84248
85193
|
}) => vue.VNodeChild) | undefined;
|
|
85194
|
+
"v-slot:dayTitle"?: false | ((arg: {
|
|
85195
|
+
title?: number | string;
|
|
85196
|
+
}) => vue.VNodeChild) | undefined;
|
|
84249
85197
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
84250
85198
|
active: boolean;
|
|
84251
85199
|
disabled: boolean;
|
|
84252
85200
|
}, {}, string, vue.SlotsType<Partial<{
|
|
84253
|
-
|
|
84254
|
-
|
|
84255
|
-
|
|
84256
|
-
title?: number | string;
|
|
85201
|
+
dayBody: (arg: {
|
|
85202
|
+
day?: CalendarDay;
|
|
85203
|
+
events?: Array<any>;
|
|
84257
85204
|
}) => vue.VNode[];
|
|
84258
|
-
|
|
84259
|
-
day?:
|
|
85205
|
+
dayEvent: (arg: {
|
|
85206
|
+
day?: CalendarDay;
|
|
84260
85207
|
allDay: boolean;
|
|
84261
85208
|
event: Record<string, unknown>;
|
|
84262
85209
|
}) => vue.VNode[];
|
|
85210
|
+
dayTitle: (arg: {
|
|
85211
|
+
title?: number | string;
|
|
85212
|
+
}) => vue.VNode[];
|
|
84263
85213
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
84264
85214
|
active: BooleanConstructor;
|
|
84265
85215
|
color: StringConstructor;
|
|
84266
|
-
day:
|
|
85216
|
+
day: {
|
|
85217
|
+
type: PropType<CalendarDay>;
|
|
85218
|
+
};
|
|
84267
85219
|
disabled: BooleanConstructor;
|
|
84268
85220
|
events: {
|
|
84269
85221
|
(arrayLength: number): any[];
|
|
@@ -84285,7 +85237,9 @@ declare const VCalendarMonthDay: {
|
|
|
84285
85237
|
}, vue.ExtractPropTypes<{
|
|
84286
85238
|
active: BooleanConstructor;
|
|
84287
85239
|
color: StringConstructor;
|
|
84288
|
-
day:
|
|
85240
|
+
day: {
|
|
85241
|
+
type: PropType<CalendarDay>;
|
|
85242
|
+
};
|
|
84289
85243
|
disabled: BooleanConstructor;
|
|
84290
85244
|
events: {
|
|
84291
85245
|
(arrayLength: number): any[];
|
|
@@ -84364,7 +85318,6 @@ declare const VDateInput: {
|
|
|
84364
85318
|
showAdjacentMonths: boolean;
|
|
84365
85319
|
weekdays: CalendarWeekdays[];
|
|
84366
85320
|
weeksInMonth: "static" | "dynamic";
|
|
84367
|
-
firstDayOfWeek: string | number;
|
|
84368
85321
|
hideWeekdays: boolean;
|
|
84369
85322
|
showWeek: boolean;
|
|
84370
85323
|
} & {
|
|
@@ -84418,6 +85371,7 @@ declare const VDateInput: {
|
|
|
84418
85371
|
suffix?: string | undefined;
|
|
84419
85372
|
counterValue?: number | ((value: any) => number) | undefined;
|
|
84420
85373
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
85374
|
+
firstDayOfWeek?: string | number | undefined;
|
|
84421
85375
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
84422
85376
|
displayFormat?: string | Function | undefined;
|
|
84423
85377
|
} & {
|
|
@@ -86555,7 +87509,6 @@ declare const VDateInput: {
|
|
|
86555
87509
|
showAdjacentMonths: boolean;
|
|
86556
87510
|
weekdays: CalendarWeekdays[];
|
|
86557
87511
|
weeksInMonth: "static" | "dynamic";
|
|
86558
|
-
firstDayOfWeek: string | number;
|
|
86559
87512
|
hideWeekdays: boolean;
|
|
86560
87513
|
showWeek: boolean;
|
|
86561
87514
|
} & {
|
|
@@ -86609,6 +87562,7 @@ declare const VDateInput: {
|
|
|
86609
87562
|
suffix?: string | undefined;
|
|
86610
87563
|
counterValue?: number | ((value: any) => number) | undefined;
|
|
86611
87564
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
87565
|
+
firstDayOfWeek?: string | number | undefined;
|
|
86612
87566
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
86613
87567
|
displayFormat?: string | Function | undefined;
|
|
86614
87568
|
} & {
|
|
@@ -88721,7 +89675,6 @@ declare const VDateInput: {
|
|
|
88721
89675
|
showAdjacentMonths: boolean;
|
|
88722
89676
|
weekdays: CalendarWeekdays[];
|
|
88723
89677
|
weeksInMonth: "static" | "dynamic";
|
|
88724
|
-
firstDayOfWeek: string | number;
|
|
88725
89678
|
hideWeekdays: boolean;
|
|
88726
89679
|
showWeek: boolean;
|
|
88727
89680
|
} & {
|
|
@@ -88775,6 +89728,7 @@ declare const VDateInput: {
|
|
|
88775
89728
|
suffix?: string | undefined;
|
|
88776
89729
|
counterValue?: number | ((value: any) => number) | undefined;
|
|
88777
89730
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
89731
|
+
firstDayOfWeek?: string | number | undefined;
|
|
88778
89732
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
|
88779
89733
|
displayFormat?: string | Function | undefined;
|
|
88780
89734
|
} & {
|
|
@@ -90950,232 +91904,232 @@ declare const VDateInput: {
|
|
|
90950
91904
|
default: NonNullable<"static" | "dynamic">;
|
|
90951
91905
|
};
|
|
90952
91906
|
firstDayOfWeek: {
|
|
91907
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
91908
|
+
default: undefined;
|
|
91909
|
+
};
|
|
91910
|
+
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
91911
|
+
hideWeekdays: BooleanConstructor;
|
|
91912
|
+
showWeek: BooleanConstructor;
|
|
91913
|
+
rounded: {
|
|
91914
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
91915
|
+
default: undefined;
|
|
91916
|
+
};
|
|
91917
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
91918
|
+
appendInnerIcon: PropType<IconValue>;
|
|
91919
|
+
clearable: BooleanConstructor;
|
|
91920
|
+
clearIcon: {
|
|
91921
|
+
type: PropType<IconValue>;
|
|
91922
|
+
default: string;
|
|
91923
|
+
};
|
|
91924
|
+
active: BooleanConstructor;
|
|
91925
|
+
centerAffix: {
|
|
91926
|
+
type: BooleanConstructor;
|
|
91927
|
+
default: undefined;
|
|
91928
|
+
};
|
|
91929
|
+
baseColor: StringConstructor;
|
|
91930
|
+
dirty: BooleanConstructor;
|
|
91931
|
+
glow: BooleanConstructor;
|
|
91932
|
+
error: BooleanConstructor;
|
|
91933
|
+
flat: BooleanConstructor;
|
|
91934
|
+
iconColor: (StringConstructor | BooleanConstructor)[];
|
|
91935
|
+
label: StringConstructor;
|
|
91936
|
+
persistentClear: BooleanConstructor;
|
|
91937
|
+
prependInnerIcon: PropType<IconValue>;
|
|
91938
|
+
reverse: BooleanConstructor;
|
|
91939
|
+
singleLine: BooleanConstructor;
|
|
91940
|
+
variant: {
|
|
91941
|
+
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
|
|
91942
|
+
default: string;
|
|
91943
|
+
validator: (v: any) => boolean;
|
|
91944
|
+
};
|
|
91945
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
91946
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
91947
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
91948
|
+
focused: BooleanConstructor;
|
|
91949
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
91950
|
+
errorMessages: {
|
|
91951
|
+
type: PropType<string | readonly string[] | null>;
|
|
91952
|
+
default: () => never[];
|
|
91953
|
+
};
|
|
91954
|
+
maxErrors: {
|
|
90953
91955
|
type: (StringConstructor | NumberConstructor)[];
|
|
90954
91956
|
default: number;
|
|
90955
91957
|
};
|
|
90956
|
-
|
|
90957
|
-
|
|
90958
|
-
|
|
90959
|
-
|
|
90960
|
-
|
|
90961
|
-
|
|
90962
|
-
|
|
90963
|
-
|
|
90964
|
-
|
|
90965
|
-
|
|
90966
|
-
|
|
90967
|
-
|
|
90968
|
-
|
|
90969
|
-
|
|
90970
|
-
|
|
90971
|
-
|
|
90972
|
-
|
|
90973
|
-
|
|
90974
|
-
|
|
90975
|
-
|
|
90976
|
-
|
|
90977
|
-
|
|
90978
|
-
|
|
90979
|
-
|
|
90980
|
-
|
|
90981
|
-
|
|
90982
|
-
|
|
90983
|
-
|
|
90984
|
-
|
|
90985
|
-
|
|
90986
|
-
|
|
90987
|
-
type: PropType<"
|
|
90988
|
-
default: string;
|
|
90989
|
-
validator: (v: any) => boolean;
|
|
90990
|
-
};
|
|
90991
|
-
'onClick:
|
|
90992
|
-
'onClick:
|
|
90993
|
-
|
|
90994
|
-
|
|
90995
|
-
|
|
90996
|
-
|
|
90997
|
-
|
|
90998
|
-
|
|
90999
|
-
|
|
91000
|
-
|
|
91001
|
-
|
|
91002
|
-
|
|
91003
|
-
|
|
91004
|
-
|
|
91005
|
-
|
|
91006
|
-
type:
|
|
91007
|
-
default:
|
|
91008
|
-
};
|
|
91009
|
-
|
|
91010
|
-
|
|
91011
|
-
|
|
91012
|
-
|
|
91013
|
-
|
|
91014
|
-
|
|
91015
|
-
|
|
91016
|
-
|
|
91017
|
-
|
|
91018
|
-
|
|
91019
|
-
|
|
91020
|
-
|
|
91021
|
-
|
|
91022
|
-
|
|
91023
|
-
type: PropType<
|
|
91024
|
-
default:
|
|
91025
|
-
};
|
|
91026
|
-
|
|
91027
|
-
|
|
91028
|
-
|
|
91029
|
-
|
|
91030
|
-
|
|
91031
|
-
|
|
91032
|
-
|
|
91033
|
-
|
|
91034
|
-
|
|
91035
|
-
|
|
91036
|
-
|
|
91037
|
-
|
|
91038
|
-
|
|
91039
|
-
|
|
91040
|
-
|
|
91041
|
-
|
|
91042
|
-
|
|
91043
|
-
|
|
91044
|
-
|
|
91045
|
-
|
|
91046
|
-
|
|
91047
|
-
|
|
91048
|
-
|
|
91049
|
-
|
|
91050
|
-
|
|
91051
|
-
|
|
91052
|
-
|
|
91053
|
-
|
|
91054
|
-
|
|
91055
|
-
|
|
91056
|
-
|
|
91057
|
-
|
|
91058
|
-
|
|
91059
|
-
|
|
91060
|
-
|
|
91061
|
-
|
|
91062
|
-
|
|
91063
|
-
|
|
91064
|
-
|
|
91065
|
-
|
|
91066
|
-
|
|
91067
|
-
|
|
91068
|
-
|
|
91069
|
-
|
|
91070
|
-
|
|
91071
|
-
|
|
91072
|
-
|
|
91073
|
-
|
|
91074
|
-
|
|
91075
|
-
|
|
91076
|
-
|
|
91077
|
-
|
|
91078
|
-
|
|
91079
|
-
|
|
91080
|
-
|
|
91081
|
-
|
|
91082
|
-
|
|
91083
|
-
|
|
91084
|
-
|
|
91085
|
-
|
|
91086
|
-
|
|
91087
|
-
|
|
91088
|
-
|
|
91089
|
-
|
|
91090
|
-
|
|
91091
|
-
|
|
91092
|
-
|
|
91093
|
-
|
|
91094
|
-
|
|
91095
|
-
|
|
91096
|
-
|
|
91097
|
-
|
|
91098
|
-
|
|
91099
|
-
|
|
91100
|
-
|
|
91101
|
-
|
|
91102
|
-
|
|
91103
|
-
|
|
91104
|
-
|
|
91105
|
-
|
|
91106
|
-
|
|
91107
|
-
|
|
91108
|
-
|
|
91109
|
-
|
|
91110
|
-
|
|
91111
|
-
|
|
91112
|
-
|
|
91113
|
-
type:
|
|
91114
|
-
default:
|
|
91115
|
-
};
|
|
91116
|
-
|
|
91117
|
-
|
|
91118
|
-
|
|
91119
|
-
|
|
91120
|
-
|
|
91121
|
-
|
|
91122
|
-
|
|
91123
|
-
|
|
91124
|
-
|
|
91125
|
-
|
|
91126
|
-
|
|
91127
|
-
|
|
91128
|
-
|
|
91129
|
-
|
|
91130
|
-
|
|
91131
|
-
tile: BooleanConstructor;
|
|
91132
|
-
divided: BooleanConstructor;
|
|
91133
|
-
bgColor: StringConstructor;
|
|
91134
|
-
controlHeight: (StringConstructor | NumberConstructor)[];
|
|
91135
|
-
headerColor: StringConstructor;
|
|
91136
|
-
nextIcon: {
|
|
91137
|
-
type: PropType<IconValue>;
|
|
91138
|
-
default: string;
|
|
91139
|
-
};
|
|
91140
|
-
prevIcon: {
|
|
91141
|
-
type: PropType<IconValue>;
|
|
91142
|
-
default: string;
|
|
91143
|
-
};
|
|
91144
|
-
reverseTransition: {
|
|
91145
|
-
type: StringConstructor;
|
|
91146
|
-
default: string;
|
|
91147
|
-
};
|
|
91148
|
-
hideHeader: {
|
|
91149
|
-
type: PropType<boolean>;
|
|
91150
|
-
default: boolean;
|
|
91151
|
-
};
|
|
91152
|
-
modeIcon: {
|
|
91153
|
-
type: PropType<IconValue>;
|
|
91154
|
-
default: string;
|
|
91155
|
-
};
|
|
91156
|
-
viewMode: {
|
|
91157
|
-
type: PropType<"month" | "months" | "year">;
|
|
91158
|
-
default: string;
|
|
91159
|
-
};
|
|
91160
|
-
showAdjacentMonths: {
|
|
91161
|
-
type: PropType<boolean>;
|
|
91162
|
-
default: boolean;
|
|
91163
|
-
};
|
|
91164
|
-
weekdays: {
|
|
91165
|
-
type: PropType<CalendarWeekdays[]>;
|
|
91166
|
-
default: () => number[];
|
|
91167
|
-
};
|
|
91168
|
-
weeksInMonth: Omit<{
|
|
91169
|
-
type: PropType<"dynamic" | "static">;
|
|
91170
|
-
default: string;
|
|
91171
|
-
}, "type" | "default"> & {
|
|
91172
|
-
type: PropType<"static" | "dynamic">;
|
|
91173
|
-
default: NonNullable<"static" | "dynamic">;
|
|
91174
|
-
};
|
|
91175
|
-
firstDayOfWeek: {
|
|
91176
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
91177
|
-
default: number;
|
|
91178
|
-
};
|
|
91958
|
+
name: StringConstructor;
|
|
91959
|
+
readonly: {
|
|
91960
|
+
type: PropType<boolean | null>;
|
|
91961
|
+
default: null;
|
|
91962
|
+
};
|
|
91963
|
+
rules: {
|
|
91964
|
+
type: PropType<readonly ValidationRule$1[]>;
|
|
91965
|
+
default: () => never[];
|
|
91966
|
+
};
|
|
91967
|
+
validateOn: PropType<ValidationProps["validateOn"]>;
|
|
91968
|
+
validationValue: null;
|
|
91969
|
+
density: {
|
|
91970
|
+
type: PropType<Density>;
|
|
91971
|
+
default: string;
|
|
91972
|
+
validator: (v: any) => boolean;
|
|
91973
|
+
};
|
|
91974
|
+
id: StringConstructor;
|
|
91975
|
+
appendIcon: PropType<IconValue>;
|
|
91976
|
+
prependIcon: {
|
|
91977
|
+
type: PropType<IconValue>;
|
|
91978
|
+
default: NonNullable<IconValue>;
|
|
91979
|
+
};
|
|
91980
|
+
hideDetails: PropType<boolean | "auto">;
|
|
91981
|
+
hideSpinButtons: BooleanConstructor;
|
|
91982
|
+
hint: StringConstructor;
|
|
91983
|
+
persistentHint: BooleanConstructor;
|
|
91984
|
+
messages: {
|
|
91985
|
+
type: PropType<string | readonly string[]>;
|
|
91986
|
+
default: () => never[];
|
|
91987
|
+
};
|
|
91988
|
+
direction: {
|
|
91989
|
+
type: PropType<"horizontal" | "vertical">;
|
|
91990
|
+
default: string;
|
|
91991
|
+
validator: (v: any) => boolean;
|
|
91992
|
+
};
|
|
91993
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
91994
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
91995
|
+
autofocus: BooleanConstructor;
|
|
91996
|
+
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
91997
|
+
counterValue: PropType<number | ((value: any) => number)>;
|
|
91998
|
+
prefix: StringConstructor;
|
|
91999
|
+
placeholder: {
|
|
92000
|
+
type: PropType<string>;
|
|
92001
|
+
default: string;
|
|
92002
|
+
};
|
|
92003
|
+
persistentPlaceholder: BooleanConstructor;
|
|
92004
|
+
persistentCounter: BooleanConstructor;
|
|
92005
|
+
suffix: StringConstructor;
|
|
92006
|
+
role: StringConstructor;
|
|
92007
|
+
type: {
|
|
92008
|
+
type: StringConstructor;
|
|
92009
|
+
default: string;
|
|
92010
|
+
};
|
|
92011
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
92012
|
+
cancelText: {
|
|
92013
|
+
type: StringConstructor;
|
|
92014
|
+
default: string;
|
|
92015
|
+
};
|
|
92016
|
+
okText: {
|
|
92017
|
+
type: StringConstructor;
|
|
92018
|
+
default: string;
|
|
92019
|
+
};
|
|
92020
|
+
hideActions: {
|
|
92021
|
+
type: PropType<boolean>;
|
|
92022
|
+
default: boolean;
|
|
92023
|
+
};
|
|
92024
|
+
mobile: {
|
|
92025
|
+
type: PropType<boolean | null>;
|
|
92026
|
+
default: boolean;
|
|
92027
|
+
};
|
|
92028
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
92029
|
+
displayFormat: (FunctionConstructor | StringConstructor)[];
|
|
92030
|
+
location: {
|
|
92031
|
+
type: PropType<StrategyProps$1["location"]>;
|
|
92032
|
+
default: string;
|
|
92033
|
+
};
|
|
92034
|
+
}, vue.ExtractPropTypes<{
|
|
92035
|
+
max: PropType<unknown>;
|
|
92036
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
92037
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
92038
|
+
min: PropType<unknown>;
|
|
92039
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
92040
|
+
color: StringConstructor;
|
|
92041
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
92042
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
92043
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
92044
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
92045
|
+
position: {
|
|
92046
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
92047
|
+
validator: (v: any) => boolean;
|
|
92048
|
+
};
|
|
92049
|
+
transition: {
|
|
92050
|
+
type: StringConstructor;
|
|
92051
|
+
default: string;
|
|
92052
|
+
};
|
|
92053
|
+
header: {
|
|
92054
|
+
type: StringConstructor;
|
|
92055
|
+
default: string;
|
|
92056
|
+
};
|
|
92057
|
+
style: {
|
|
92058
|
+
type: PropType<vue.StyleValue>;
|
|
92059
|
+
default: null;
|
|
92060
|
+
};
|
|
92061
|
+
title: {
|
|
92062
|
+
type: PropType<string>;
|
|
92063
|
+
default: string;
|
|
92064
|
+
};
|
|
92065
|
+
text: StringConstructor;
|
|
92066
|
+
disabled: {
|
|
92067
|
+
type: BooleanConstructor;
|
|
92068
|
+
default: null;
|
|
92069
|
+
};
|
|
92070
|
+
multiple: PropType<boolean | "range" | number | (string & {})>;
|
|
92071
|
+
month: (StringConstructor | NumberConstructor)[];
|
|
92072
|
+
year: NumberConstructor;
|
|
92073
|
+
class: PropType<ClassValue>;
|
|
92074
|
+
theme: StringConstructor;
|
|
92075
|
+
tag: {
|
|
92076
|
+
type: PropType<string | JSXComponent>;
|
|
92077
|
+
default: string;
|
|
92078
|
+
};
|
|
92079
|
+
landscape: BooleanConstructor;
|
|
92080
|
+
elevation: {
|
|
92081
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
92082
|
+
validator(v: any): boolean;
|
|
92083
|
+
};
|
|
92084
|
+
modelValue: null;
|
|
92085
|
+
tile: BooleanConstructor;
|
|
92086
|
+
divided: BooleanConstructor;
|
|
92087
|
+
bgColor: StringConstructor;
|
|
92088
|
+
controlHeight: (StringConstructor | NumberConstructor)[];
|
|
92089
|
+
headerColor: StringConstructor;
|
|
92090
|
+
nextIcon: {
|
|
92091
|
+
type: PropType<IconValue>;
|
|
92092
|
+
default: string;
|
|
92093
|
+
};
|
|
92094
|
+
prevIcon: {
|
|
92095
|
+
type: PropType<IconValue>;
|
|
92096
|
+
default: string;
|
|
92097
|
+
};
|
|
92098
|
+
reverseTransition: {
|
|
92099
|
+
type: StringConstructor;
|
|
92100
|
+
default: string;
|
|
92101
|
+
};
|
|
92102
|
+
hideHeader: {
|
|
92103
|
+
type: PropType<boolean>;
|
|
92104
|
+
default: boolean;
|
|
92105
|
+
};
|
|
92106
|
+
modeIcon: {
|
|
92107
|
+
type: PropType<IconValue>;
|
|
92108
|
+
default: string;
|
|
92109
|
+
};
|
|
92110
|
+
viewMode: {
|
|
92111
|
+
type: PropType<"month" | "months" | "year">;
|
|
92112
|
+
default: string;
|
|
92113
|
+
};
|
|
92114
|
+
showAdjacentMonths: {
|
|
92115
|
+
type: PropType<boolean>;
|
|
92116
|
+
default: boolean;
|
|
92117
|
+
};
|
|
92118
|
+
weekdays: {
|
|
92119
|
+
type: PropType<CalendarWeekdays[]>;
|
|
92120
|
+
default: () => number[];
|
|
92121
|
+
};
|
|
92122
|
+
weeksInMonth: Omit<{
|
|
92123
|
+
type: PropType<"dynamic" | "static">;
|
|
92124
|
+
default: string;
|
|
92125
|
+
}, "type" | "default"> & {
|
|
92126
|
+
type: PropType<"static" | "dynamic">;
|
|
92127
|
+
default: NonNullable<"static" | "dynamic">;
|
|
92128
|
+
};
|
|
92129
|
+
firstDayOfWeek: {
|
|
92130
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
92131
|
+
default: undefined;
|
|
92132
|
+
};
|
|
91179
92133
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
|
91180
92134
|
hideWeekdays: BooleanConstructor;
|
|
91181
92135
|
showWeek: BooleanConstructor;
|
|
@@ -92459,7 +93413,6 @@ declare const VIconBtn: {
|
|
|
92459
93413
|
tile: boolean;
|
|
92460
93414
|
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
92461
93415
|
hideOverlay: boolean;
|
|
92462
|
-
iconSize: string | number;
|
|
92463
93416
|
iconSizes: [VIconBtnSizes, number][];
|
|
92464
93417
|
} & {
|
|
92465
93418
|
height?: string | number | undefined;
|
|
@@ -92479,6 +93432,7 @@ declare const VIconBtn: {
|
|
|
92479
93432
|
iconColor?: string | undefined;
|
|
92480
93433
|
activeIcon?: IconValue | undefined;
|
|
92481
93434
|
activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
|
93435
|
+
iconSize?: string | number | undefined;
|
|
92482
93436
|
} & {
|
|
92483
93437
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
92484
93438
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -92510,7 +93464,6 @@ declare const VIconBtn: {
|
|
|
92510
93464
|
tile: boolean;
|
|
92511
93465
|
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
92512
93466
|
hideOverlay: boolean;
|
|
92513
|
-
iconSize: string | number;
|
|
92514
93467
|
iconSizes: [VIconBtnSizes, number][];
|
|
92515
93468
|
}, true, {}, vue.SlotsType<Partial<{
|
|
92516
93469
|
default: () => vue.VNode[];
|
|
@@ -92534,7 +93487,6 @@ declare const VIconBtn: {
|
|
|
92534
93487
|
tile: boolean;
|
|
92535
93488
|
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
92536
93489
|
hideOverlay: boolean;
|
|
92537
|
-
iconSize: string | number;
|
|
92538
93490
|
iconSizes: [VIconBtnSizes, number][];
|
|
92539
93491
|
} & {
|
|
92540
93492
|
height?: string | number | undefined;
|
|
@@ -92554,6 +93506,7 @@ declare const VIconBtn: {
|
|
|
92554
93506
|
iconColor?: string | undefined;
|
|
92555
93507
|
activeIcon?: IconValue | undefined;
|
|
92556
93508
|
activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
|
93509
|
+
iconSize?: string | number | undefined;
|
|
92557
93510
|
} & {
|
|
92558
93511
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
92559
93512
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -92583,7 +93536,6 @@ declare const VIconBtn: {
|
|
|
92583
93536
|
tile: boolean;
|
|
92584
93537
|
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
92585
93538
|
hideOverlay: boolean;
|
|
92586
|
-
iconSize: string | number;
|
|
92587
93539
|
iconSizes: [VIconBtnSizes, number][];
|
|
92588
93540
|
}>;
|
|
92589
93541
|
__isFragment?: never;
|
|
@@ -92601,7 +93553,6 @@ declare const VIconBtn: {
|
|
|
92601
93553
|
tile: boolean;
|
|
92602
93554
|
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
92603
93555
|
hideOverlay: boolean;
|
|
92604
|
-
iconSize: string | number;
|
|
92605
93556
|
iconSizes: [VIconBtnSizes, number][];
|
|
92606
93557
|
} & {
|
|
92607
93558
|
height?: string | number | undefined;
|
|
@@ -92621,6 +93572,7 @@ declare const VIconBtn: {
|
|
|
92621
93572
|
iconColor?: string | undefined;
|
|
92622
93573
|
activeIcon?: IconValue | undefined;
|
|
92623
93574
|
activeVariant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
|
|
93575
|
+
iconSize?: string | number | undefined;
|
|
92624
93576
|
} & {
|
|
92625
93577
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
92626
93578
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -92652,7 +93604,6 @@ declare const VIconBtn: {
|
|
|
92652
93604
|
tile: boolean;
|
|
92653
93605
|
baseVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
92654
93606
|
hideOverlay: boolean;
|
|
92655
|
-
iconSize: string | number;
|
|
92656
93607
|
iconSizes: [VIconBtnSizes, number][];
|
|
92657
93608
|
}, {}, string, vue.SlotsType<Partial<{
|
|
92658
93609
|
default: () => vue.VNode[];
|
|
@@ -92707,10 +93658,7 @@ declare const VIconBtn: {
|
|
|
92707
93658
|
hideOverlay: BooleanConstructor;
|
|
92708
93659
|
icon: PropType<IconValue>;
|
|
92709
93660
|
iconColor: StringConstructor;
|
|
92710
|
-
iconSize:
|
|
92711
|
-
type: PropType<VIconBtnSizes | number | string>;
|
|
92712
|
-
default: string;
|
|
92713
|
-
};
|
|
93661
|
+
iconSize: PropType<VIconBtnSizes | number | string>;
|
|
92714
93662
|
iconSizes: {
|
|
92715
93663
|
type: PropType<[VIconBtnSizes, number][]>;
|
|
92716
93664
|
default: () => (string | number)[][];
|
|
@@ -92781,10 +93729,7 @@ declare const VIconBtn: {
|
|
|
92781
93729
|
hideOverlay: BooleanConstructor;
|
|
92782
93730
|
icon: PropType<IconValue>;
|
|
92783
93731
|
iconColor: StringConstructor;
|
|
92784
|
-
iconSize:
|
|
92785
|
-
type: PropType<VIconBtnSizes | number | string>;
|
|
92786
|
-
default: string;
|
|
92787
|
-
};
|
|
93732
|
+
iconSize: PropType<VIconBtnSizes | number | string>;
|
|
92788
93733
|
iconSizes: {
|
|
92789
93734
|
type: PropType<[VIconBtnSizes, number][]>;
|
|
92790
93735
|
default: () => (string | number)[][];
|
|
@@ -96545,7 +97490,11 @@ declare const index_d$1_md1: typeof md1;
|
|
|
96545
97490
|
declare const index_d$1_md2: typeof md2;
|
|
96546
97491
|
declare const index_d$1_md3: typeof md3;
|
|
96547
97492
|
declare namespace index_d$1 {
|
|
96548
|
-
export {
|
|
97493
|
+
export {
|
|
97494
|
+
index_d$1_md1 as md1,
|
|
97495
|
+
index_d$1_md2 as md2,
|
|
97496
|
+
index_d$1_md3 as md3,
|
|
97497
|
+
};
|
|
96549
97498
|
}
|
|
96550
97499
|
|
|
96551
97500
|
interface ClickOutsideBindingArgs {
|
|
@@ -96666,7 +97615,16 @@ declare const index_d_Scroll: typeof Scroll;
|
|
|
96666
97615
|
declare const index_d_Tooltip: typeof Tooltip;
|
|
96667
97616
|
declare const index_d_Touch: typeof Touch;
|
|
96668
97617
|
declare namespace index_d {
|
|
96669
|
-
export {
|
|
97618
|
+
export {
|
|
97619
|
+
index_d_ClickOutside as ClickOutside,
|
|
97620
|
+
index_d_Intersect as Intersect,
|
|
97621
|
+
index_d_Mutate as Mutate,
|
|
97622
|
+
index_d_Resize as Resize,
|
|
97623
|
+
index_d_Ripple as Ripple,
|
|
97624
|
+
index_d_Scroll as Scroll,
|
|
97625
|
+
index_d_Tooltip as Tooltip,
|
|
97626
|
+
index_d_Touch as Touch,
|
|
97627
|
+
};
|
|
96670
97628
|
}
|
|
96671
97629
|
|
|
96672
97630
|
declare const version: string;
|
|
@@ -96728,6 +97686,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
|
96728
97686
|
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
|
96729
97687
|
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
|
96730
97688
|
getWeekdays: (firstDayOfWeek?: number | string) => string[];
|
|
97689
|
+
getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
|
|
96731
97690
|
getMonth: (date: unknown) => number;
|
|
96732
97691
|
setMonth: (date: unknown, month: number) => unknown;
|
|
96733
97692
|
getDate: (date: unknown) => number;
|
|
@@ -96781,41 +97740,40 @@ declare module 'vue' {
|
|
|
96781
97740
|
}
|
|
96782
97741
|
export interface GlobalComponents {
|
|
96783
97742
|
VApp: VApp
|
|
96784
|
-
VAlert: VAlert
|
|
96785
|
-
VAlertTitle: VAlertTitle
|
|
96786
97743
|
VAppBar: VAppBar
|
|
96787
97744
|
VAppBarNavIcon: VAppBarNavIcon
|
|
96788
97745
|
VAppBarTitle: VAppBarTitle
|
|
96789
97746
|
VAutocomplete: VAutocomplete
|
|
97747
|
+
VAlert: VAlert
|
|
97748
|
+
VAlertTitle: VAlertTitle
|
|
97749
|
+
VAvatar: VAvatar
|
|
97750
|
+
VBottomNavigation: VBottomNavigation
|
|
96790
97751
|
VBanner: VBanner
|
|
96791
97752
|
VBannerActions: VBannerActions
|
|
96792
97753
|
VBannerText: VBannerText
|
|
96793
97754
|
VBottomSheet: VBottomSheet
|
|
96794
|
-
VBadge: VBadge
|
|
96795
|
-
VBtnToggle: VBtnToggle
|
|
96796
|
-
VAvatar: VAvatar
|
|
96797
|
-
VBtnGroup: VBtnGroup
|
|
96798
|
-
VBottomNavigation: VBottomNavigation
|
|
96799
|
-
VBtn: VBtn
|
|
96800
97755
|
VBreadcrumbs: VBreadcrumbs
|
|
96801
97756
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
96802
97757
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
96803
|
-
|
|
96804
|
-
|
|
97758
|
+
VBadge: VBadge
|
|
97759
|
+
VBtn: VBtn
|
|
97760
|
+
VBtnToggle: VBtnToggle
|
|
96805
97761
|
VCard: VCard
|
|
96806
97762
|
VCardActions: VCardActions
|
|
96807
97763
|
VCardItem: VCardItem
|
|
96808
97764
|
VCardSubtitle: VCardSubtitle
|
|
96809
97765
|
VCardText: VCardText
|
|
96810
97766
|
VCardTitle: VCardTitle
|
|
96811
|
-
|
|
96812
|
-
|
|
96813
|
-
|
|
97767
|
+
VChipGroup: VChipGroup
|
|
97768
|
+
VCarousel: VCarousel
|
|
97769
|
+
VCarouselItem: VCarouselItem
|
|
96814
97770
|
VCheckbox: VCheckbox
|
|
96815
97771
|
VCheckboxBtn: VCheckboxBtn
|
|
96816
|
-
|
|
96817
|
-
|
|
96818
|
-
|
|
97772
|
+
VBtnGroup: VBtnGroup
|
|
97773
|
+
VColorPicker: VColorPicker
|
|
97774
|
+
VCode: VCode
|
|
97775
|
+
VChip: VChip
|
|
97776
|
+
VCombobox: VCombobox
|
|
96819
97777
|
VDataTable: VDataTable
|
|
96820
97778
|
VDataTableHeaders: VDataTableHeaders
|
|
96821
97779
|
VDataTableFooter: VDataTableFooter
|
|
@@ -96823,35 +97781,35 @@ declare module 'vue' {
|
|
|
96823
97781
|
VDataTableRow: VDataTableRow
|
|
96824
97782
|
VDataTableVirtual: VDataTableVirtual
|
|
96825
97783
|
VDataTableServer: VDataTableServer
|
|
96826
|
-
VCombobox: VCombobox
|
|
96827
|
-
VDivider: VDivider
|
|
96828
97784
|
VDatePicker: VDatePicker
|
|
96829
97785
|
VDatePickerControls: VDatePickerControls
|
|
96830
97786
|
VDatePickerHeader: VDatePickerHeader
|
|
96831
97787
|
VDatePickerMonth: VDatePickerMonth
|
|
96832
97788
|
VDatePickerMonths: VDatePickerMonths
|
|
96833
97789
|
VDatePickerYears: VDatePickerYears
|
|
96834
|
-
|
|
96835
|
-
VFieldLabel: VFieldLabel
|
|
97790
|
+
VCounter: VCounter
|
|
96836
97791
|
VEmptyState: VEmptyState
|
|
96837
|
-
|
|
96838
|
-
VFooter: VFooter
|
|
96839
|
-
VFileInput: VFileInput
|
|
97792
|
+
VDivider: VDivider
|
|
96840
97793
|
VExpansionPanels: VExpansionPanels
|
|
96841
97794
|
VExpansionPanel: VExpansionPanel
|
|
96842
97795
|
VExpansionPanelText: VExpansionPanelText
|
|
96843
97796
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
97797
|
+
VDialog: VDialog
|
|
97798
|
+
VFab: VFab
|
|
97799
|
+
VFileInput: VFileInput
|
|
97800
|
+
VField: VField
|
|
97801
|
+
VFieldLabel: VFieldLabel
|
|
97802
|
+
VFooter: VFooter
|
|
96844
97803
|
VIcon: VIcon
|
|
96845
97804
|
VComponentIcon: VComponentIcon
|
|
96846
97805
|
VSvgIcon: VSvgIcon
|
|
96847
97806
|
VLigatureIcon: VLigatureIcon
|
|
96848
97807
|
VClassIcon: VClassIcon
|
|
96849
|
-
VInput: VInput
|
|
96850
|
-
VInfiniteScroll: VInfiniteScroll
|
|
96851
97808
|
VImg: VImg
|
|
97809
|
+
VInfiniteScroll: VInfiniteScroll
|
|
96852
97810
|
VItemGroup: VItemGroup
|
|
96853
97811
|
VItem: VItem
|
|
96854
|
-
|
|
97812
|
+
VInput: VInput
|
|
96855
97813
|
VLabel: VLabel
|
|
96856
97814
|
VList: VList
|
|
96857
97815
|
VListGroup: VListGroup
|
|
@@ -96862,28 +97820,26 @@ declare module 'vue' {
|
|
|
96862
97820
|
VListItemSubtitle: VListItemSubtitle
|
|
96863
97821
|
VListItemTitle: VListItemTitle
|
|
96864
97822
|
VListSubheader: VListSubheader
|
|
96865
|
-
|
|
96866
|
-
VNavigationDrawer: VNavigationDrawer
|
|
97823
|
+
VKbd: VKbd
|
|
96867
97824
|
VMessages: VMessages
|
|
97825
|
+
VMenu: VMenu
|
|
96868
97826
|
VMain: VMain
|
|
96869
|
-
VNumberInput: VNumberInput
|
|
96870
|
-
VProgressCircular: VProgressCircular
|
|
96871
|
-
VPagination: VPagination
|
|
96872
97827
|
VOverlay: VOverlay
|
|
97828
|
+
VNavigationDrawer: VNavigationDrawer
|
|
96873
97829
|
VOtpInput: VOtpInput
|
|
97830
|
+
VNumberInput: VNumberInput
|
|
97831
|
+
VPagination: VPagination
|
|
97832
|
+
VProgressCircular: VProgressCircular
|
|
96874
97833
|
VProgressLinear: VProgressLinear
|
|
96875
97834
|
VRadioGroup: VRadioGroup
|
|
96876
97835
|
VRating: VRating
|
|
96877
97836
|
VSelectionControl: VSelectionControl
|
|
96878
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
96879
97837
|
VSelect: VSelect
|
|
97838
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
96880
97839
|
VSheet: VSheet
|
|
96881
|
-
VSlider: VSlider
|
|
96882
97840
|
VSkeletonLoader: VSkeletonLoader
|
|
97841
|
+
VSlider: VSlider
|
|
96883
97842
|
VSnackbar: VSnackbar
|
|
96884
|
-
VSlideGroup: VSlideGroup
|
|
96885
|
-
VSlideGroupItem: VSlideGroupItem
|
|
96886
|
-
VSystemBar: VSystemBar
|
|
96887
97843
|
VStepper: VStepper
|
|
96888
97844
|
VStepperActions: VStepperActions
|
|
96889
97845
|
VStepperHeader: VStepperHeader
|
|
@@ -96891,45 +97847,47 @@ declare module 'vue' {
|
|
|
96891
97847
|
VStepperWindow: VStepperWindow
|
|
96892
97848
|
VStepperWindowItem: VStepperWindowItem
|
|
96893
97849
|
VSwitch: VSwitch
|
|
96894
|
-
VTextarea: VTextarea
|
|
96895
|
-
VTextField: VTextField
|
|
96896
|
-
VTable: VTable
|
|
96897
|
-
VTooltip: VTooltip
|
|
96898
|
-
VToolbar: VToolbar
|
|
96899
|
-
VToolbarTitle: VToolbarTitle
|
|
96900
|
-
VToolbarItems: VToolbarItems
|
|
96901
97850
|
VTab: VTab
|
|
96902
97851
|
VTabs: VTabs
|
|
96903
97852
|
VTabsWindow: VTabsWindow
|
|
96904
97853
|
VTabsWindowItem: VTabsWindowItem
|
|
97854
|
+
VTable: VTable
|
|
97855
|
+
VSystemBar: VSystemBar
|
|
97856
|
+
VTextarea: VTextarea
|
|
96905
97857
|
VTimeline: VTimeline
|
|
96906
97858
|
VTimelineItem: VTimelineItem
|
|
97859
|
+
VToolbar: VToolbar
|
|
97860
|
+
VToolbarTitle: VToolbarTitle
|
|
97861
|
+
VToolbarItems: VToolbarItems
|
|
97862
|
+
VTextField: VTextField
|
|
96907
97863
|
VWindow: VWindow
|
|
96908
97864
|
VWindowItem: VWindowItem
|
|
97865
|
+
VTooltip: VTooltip
|
|
96909
97866
|
VConfirmEdit: VConfirmEdit
|
|
96910
97867
|
VDataIterator: VDataIterator
|
|
97868
|
+
VHover: VHover
|
|
96911
97869
|
VDefaultsProvider: VDefaultsProvider
|
|
96912
|
-
VForm: VForm
|
|
96913
97870
|
VContainer: VContainer
|
|
96914
97871
|
VCol: VCol
|
|
96915
97872
|
VRow: VRow
|
|
96916
97873
|
VSpacer: VSpacer
|
|
96917
|
-
|
|
97874
|
+
VForm: VForm
|
|
96918
97875
|
VLayout: VLayout
|
|
96919
97876
|
VLayoutItem: VLayoutItem
|
|
96920
97877
|
VLazy: VLazy
|
|
96921
|
-
VLocaleProvider: VLocaleProvider
|
|
96922
97878
|
VNoSsr: VNoSsr
|
|
96923
|
-
|
|
97879
|
+
VLocaleProvider: VLocaleProvider
|
|
96924
97880
|
VParallax: VParallax
|
|
96925
97881
|
VRangeSlider: VRangeSlider
|
|
97882
|
+
VRadio: VRadio
|
|
97883
|
+
VSparkline: VSparkline
|
|
96926
97884
|
VResponsive: VResponsive
|
|
96927
97885
|
VSnackbarQueue: VSnackbarQueue
|
|
96928
|
-
VSparkline: VSparkline
|
|
96929
|
-
VSpeedDial: VSpeedDial
|
|
96930
97886
|
VThemeProvider: VThemeProvider
|
|
96931
97887
|
VValidation: VValidation
|
|
96932
|
-
|
|
97888
|
+
VSpeedDial: VSpeedDial
|
|
97889
|
+
VSlideGroup: VSlideGroup
|
|
97890
|
+
VSlideGroupItem: VSlideGroupItem
|
|
96933
97891
|
VFabTransition: VFabTransition
|
|
96934
97892
|
VDialogBottomTransition: VDialogBottomTransition
|
|
96935
97893
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -96946,27 +97904,28 @@ declare module 'vue' {
|
|
|
96946
97904
|
VExpandTransition: VExpandTransition
|
|
96947
97905
|
VExpandXTransition: VExpandXTransition
|
|
96948
97906
|
VDialogTransition: VDialogTransition
|
|
96949
|
-
|
|
96950
|
-
VStepperVertical: VStepperVertical
|
|
96951
|
-
VStepperVerticalItem: VStepperVerticalItem
|
|
96952
|
-
VStepperVerticalActions: VStepperVerticalActions
|
|
97907
|
+
VVirtualScroll: VVirtualScroll
|
|
96953
97908
|
VFileUpload: VFileUpload
|
|
96954
97909
|
VFileUploadItem: VFileUploadItem
|
|
97910
|
+
VIconBtn: VIconBtn
|
|
96955
97911
|
VCalendar: VCalendar
|
|
96956
97912
|
VCalendarDay: VCalendarDay
|
|
96957
97913
|
VCalendarHeader: VCalendarHeader
|
|
96958
97914
|
VCalendarInterval: VCalendarInterval
|
|
96959
97915
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
96960
97916
|
VCalendarMonthDay: VCalendarMonthDay
|
|
97917
|
+
VPicker: VPicker
|
|
97918
|
+
VPickerTitle: VPickerTitle
|
|
97919
|
+
VStepperVertical: VStepperVertical
|
|
97920
|
+
VStepperVerticalItem: VStepperVerticalItem
|
|
97921
|
+
VStepperVerticalActions: VStepperVerticalActions
|
|
96961
97922
|
VTimePicker: VTimePicker
|
|
96962
97923
|
VTimePickerClock: VTimePickerClock
|
|
96963
97924
|
VTimePickerControls: VTimePickerControls
|
|
96964
97925
|
VTreeview: VTreeview
|
|
96965
97926
|
VTreeviewItem: VTreeviewItem
|
|
96966
97927
|
VTreeviewGroup: VTreeviewGroup
|
|
96967
|
-
VPicker: VPicker
|
|
96968
|
-
VPickerTitle: VPickerTitle
|
|
96969
|
-
VPullToRefresh: VPullToRefresh
|
|
96970
97928
|
VDateInput: VDateInput
|
|
97929
|
+
VPullToRefresh: VPullToRefresh
|
|
96971
97930
|
}
|
|
96972
97931
|
}
|