@primeui/vue-scheduler 0.0.1-alpha.1
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/LICENSE +23 -0
- package/README.md +311 -0
- package/dist/Scheduler.context.d.mts +625 -0
- package/dist/Scheduler.context.d.ts +625 -0
- package/dist/Scheduler.event-context.d.mts +54 -0
- package/dist/Scheduler.event-context.d.ts +54 -0
- package/dist/Scheduler.header-context.d.mts +51 -0
- package/dist/Scheduler.header-context.d.ts +51 -0
- package/dist/Scheduler.overlay-context.d.mts +131 -0
- package/dist/Scheduler.overlay-context.d.ts +131 -0
- package/dist/Scheduler.parts.d.mts +79 -0
- package/dist/Scheduler.parts.d.ts +79 -0
- package/dist/Scheduler.payloads.d.mts +19 -0
- package/dist/Scheduler.payloads.d.ts +19 -0
- package/dist/Scheduler.props.d.mts +134 -0
- package/dist/Scheduler.props.d.ts +134 -0
- package/dist/Scheduler.resource-context.d.mts +162 -0
- package/dist/Scheduler.resource-context.d.ts +162 -0
- package/dist/Scheduler.test-utils.d.mts +4 -0
- package/dist/Scheduler.test-utils.d.ts +4 -0
- package/dist/Scheduler.utility-context.d.mts +112 -0
- package/dist/Scheduler.utility-context.d.ts +112 -0
- package/dist/Scheduler.vue.d.mts +428 -0
- package/dist/Scheduler.vue.d.ts +428 -0
- package/dist/chunks/useResourceStore-D6lZ4kim.mjs +771 -0
- package/dist/composables/index.d.mts +3 -0
- package/dist/composables/index.d.ts +3 -0
- package/dist/composables/index.mjs +6 -0
- package/dist/composables/useAdaptiveRendering.d.mts +12 -0
- package/dist/composables/useAdaptiveRendering.d.ts +12 -0
- package/dist/composables/useAdaptiveResourceMode.d.mts +39 -0
- package/dist/composables/useAdaptiveResourceMode.d.ts +39 -0
- package/dist/composables/useDateGridEngine.d.mts +7 -0
- package/dist/composables/useDateGridEngine.d.ts +7 -0
- package/dist/composables/useDateMonthGridEngine.d.mts +7 -0
- package/dist/composables/useDateMonthGridEngine.d.ts +7 -0
- package/dist/composables/useHorizontalGroupedSizing.d.mts +24 -0
- package/dist/composables/useHorizontalGroupedSizing.d.ts +24 -0
- package/dist/composables/useInlineEdit.d.mts +17 -0
- package/dist/composables/useInlineEdit.d.ts +17 -0
- package/dist/composables/useMonthGridEngine.d.mts +3 -0
- package/dist/composables/useMonthGridEngine.d.ts +3 -0
- package/dist/composables/useResourceGridEngine.d.mts +7 -0
- package/dist/composables/useResourceGridEngine.d.ts +7 -0
- package/dist/composables/useResourceMonthGridEngine.d.mts +7 -0
- package/dist/composables/useResourceMonthGridEngine.d.ts +7 -0
- package/dist/composables/useResourceStore.d.mts +324 -0
- package/dist/composables/useResourceStore.d.ts +324 -0
- package/dist/composables/useSchedulerAppointmentSlotTracking.d.mts +15 -0
- package/dist/composables/useSchedulerAppointmentSlotTracking.d.ts +15 -0
- package/dist/composables/useSchedulerAutoScroll.d.mts +16 -0
- package/dist/composables/useSchedulerAutoScroll.d.ts +16 -0
- package/dist/composables/useSchedulerContext.d.mts +143 -0
- package/dist/composables/useSchedulerContext.d.ts +143 -0
- package/dist/composables/useSchedulerEventActions.d.mts +57 -0
- package/dist/composables/useSchedulerEventActions.d.ts +57 -0
- package/dist/composables/useSchedulerEventState.d.mts +26 -0
- package/dist/composables/useSchedulerEventState.d.ts +26 -0
- package/dist/composables/useSchedulerFormatting.d.mts +34 -0
- package/dist/composables/useSchedulerFormatting.d.ts +34 -0
- package/dist/composables/useSchedulerInlineEditState.d.mts +24 -0
- package/dist/composables/useSchedulerInlineEditState.d.ts +24 -0
- package/dist/composables/useSchedulerInteractionState.d.mts +65 -0
- package/dist/composables/useSchedulerInteractionState.d.ts +65 -0
- package/dist/composables/useSchedulerOverlayState.d.mts +596 -0
- package/dist/composables/useSchedulerOverlayState.d.ts +596 -0
- package/dist/composables/useSchedulerPrintRuntime.d.mts +45 -0
- package/dist/composables/useSchedulerPrintRuntime.d.ts +45 -0
- package/dist/composables/useSchedulerRecurrenceState.d.mts +102 -0
- package/dist/composables/useSchedulerRecurrenceState.d.ts +102 -0
- package/dist/composables/useSchedulerResourceConflicts.d.mts +26 -0
- package/dist/composables/useSchedulerResourceConflicts.d.ts +26 -0
- package/dist/composables/useSchedulerResourceState.d.mts +406 -0
- package/dist/composables/useSchedulerResourceState.d.ts +406 -0
- package/dist/composables/useSchedulerSelectionState.d.mts +66 -0
- package/dist/composables/useSchedulerSelectionState.d.ts +66 -0
- package/dist/composables/useTimeGridEngine.d.mts +3 -0
- package/dist/composables/useTimeGridEngine.d.ts +3 -0
- package/dist/composables/useTimelineDragDrop.d.mts +497 -0
- package/dist/composables/useTimelineDragDrop.d.ts +497 -0
- package/dist/composables/useTimelineEngine.d.mts +3 -0
- package/dist/composables/useTimelineEngine.d.ts +3 -0
- package/dist/composables/useTimelineVirtualScroll.d.mts +37 -0
- package/dist/composables/useTimelineVirtualScroll.d.ts +37 -0
- package/dist/engines/agenda/AgendaList.vue.d.mts +27 -0
- package/dist/engines/agenda/AgendaList.vue.d.ts +27 -0
- package/dist/engines/date-grid/DateGrid.context.d.mts +19 -0
- package/dist/engines/date-grid/DateGrid.context.d.ts +19 -0
- package/dist/engines/date-grid/DateGrid.parts.d.mts +5 -0
- package/dist/engines/date-grid/DateGrid.parts.d.ts +5 -0
- package/dist/engines/date-grid/DateGrid.vue.d.mts +22 -0
- package/dist/engines/date-grid/DateGrid.vue.d.ts +22 -0
- package/dist/engines/date-grid/DateGridAllDayRow.vue.d.mts +9 -0
- package/dist/engines/date-grid/DateGridAllDayRow.vue.d.ts +9 -0
- package/dist/engines/date-grid/DateGridBody.vue.d.mts +21 -0
- package/dist/engines/date-grid/DateGridBody.vue.d.ts +21 -0
- package/dist/engines/date-grid/DateGridColumn.vue.d.mts +28 -0
- package/dist/engines/date-grid/DateGridColumn.vue.d.ts +28 -0
- package/dist/engines/date-grid/DateGridHeader.vue.d.mts +27 -0
- package/dist/engines/date-grid/DateGridHeader.vue.d.ts +27 -0
- package/dist/engines/date-grid/DateGridSuperColumn.vue.d.mts +23 -0
- package/dist/engines/date-grid/DateGridSuperColumn.vue.d.ts +23 -0
- package/dist/engines/date-month-grid/DateMonthGrid.context.d.mts +20 -0
- package/dist/engines/date-month-grid/DateMonthGrid.context.d.ts +20 -0
- package/dist/engines/date-month-grid/DateMonthGrid.parts.d.mts +5 -0
- package/dist/engines/date-month-grid/DateMonthGrid.parts.d.ts +5 -0
- package/dist/engines/date-month-grid/DateMonthGrid.vue.d.mts +23 -0
- package/dist/engines/date-month-grid/DateMonthGrid.vue.d.ts +23 -0
- package/dist/engines/date-month-grid/DateMonthGridBody.vue.d.mts +21 -0
- package/dist/engines/date-month-grid/DateMonthGridBody.vue.d.ts +21 -0
- package/dist/engines/date-month-grid/DateMonthGridDay.vue.d.mts +38 -0
- package/dist/engines/date-month-grid/DateMonthGridDay.vue.d.ts +38 -0
- package/dist/engines/date-month-grid/DateMonthGridResourceHeader.vue.d.mts +9 -0
- package/dist/engines/date-month-grid/DateMonthGridResourceHeader.vue.d.ts +9 -0
- package/dist/engines/date-month-grid/DateMonthGridWeek.vue.d.mts +23 -0
- package/dist/engines/date-month-grid/DateMonthGridWeek.vue.d.ts +23 -0
- package/dist/engines/date-month-grid/DateMonthGridWeekdays.vue.d.mts +21 -0
- package/dist/engines/date-month-grid/DateMonthGridWeekdays.vue.d.ts +21 -0
- package/dist/engines/month-grid/MonthGrid.context.d.mts +2 -0
- package/dist/engines/month-grid/MonthGrid.context.d.ts +2 -0
- package/dist/engines/month-grid/MonthGrid.parts.d.mts +11 -0
- package/dist/engines/month-grid/MonthGrid.parts.d.ts +11 -0
- package/dist/engines/month-grid/MonthGrid.vue.d.mts +24 -0
- package/dist/engines/month-grid/MonthGrid.vue.d.ts +24 -0
- package/dist/engines/month-grid/MonthGridBody.vue.d.mts +21 -0
- package/dist/engines/month-grid/MonthGridBody.vue.d.ts +21 -0
- package/dist/engines/month-grid/MonthGridDay.vue.d.mts +45 -0
- package/dist/engines/month-grid/MonthGridDay.vue.d.ts +45 -0
- package/dist/engines/month-grid/MonthGridDayHeader.vue.d.mts +26 -0
- package/dist/engines/month-grid/MonthGridDayHeader.vue.d.ts +26 -0
- package/dist/engines/month-grid/MonthGridDragPreview.vue.d.mts +35 -0
- package/dist/engines/month-grid/MonthGridDragPreview.vue.d.ts +35 -0
- package/dist/engines/month-grid/MonthGridEvent.vue.d.mts +41 -0
- package/dist/engines/month-grid/MonthGridEvent.vue.d.ts +41 -0
- package/dist/engines/month-grid/MonthGridMoreLink.vue.d.mts +23 -0
- package/dist/engines/month-grid/MonthGridMoreLink.vue.d.ts +23 -0
- package/dist/engines/month-grid/MonthGridMorePopover.vue.d.mts +3 -0
- package/dist/engines/month-grid/MonthGridMorePopover.vue.d.ts +3 -0
- package/dist/engines/month-grid/MonthGridNowIndicator.vue.d.mts +15 -0
- package/dist/engines/month-grid/MonthGridNowIndicator.vue.d.ts +15 -0
- package/dist/engines/month-grid/MonthGridWeek.vue.d.mts +26 -0
- package/dist/engines/month-grid/MonthGridWeek.vue.d.ts +26 -0
- package/dist/engines/month-grid/MonthGridWeekdays.vue.d.mts +21 -0
- package/dist/engines/month-grid/MonthGridWeekdays.vue.d.ts +21 -0
- package/dist/engines/resource-grid/ResourceGrid.context.d.mts +19 -0
- package/dist/engines/resource-grid/ResourceGrid.context.d.ts +19 -0
- package/dist/engines/resource-grid/ResourceGrid.parts.d.mts +5 -0
- package/dist/engines/resource-grid/ResourceGrid.parts.d.ts +5 -0
- package/dist/engines/resource-grid/ResourceGrid.vue.d.mts +22 -0
- package/dist/engines/resource-grid/ResourceGrid.vue.d.ts +22 -0
- package/dist/engines/resource-grid/ResourceGridAllDayRow.vue.d.mts +9 -0
- package/dist/engines/resource-grid/ResourceGridAllDayRow.vue.d.ts +9 -0
- package/dist/engines/resource-grid/ResourceGridBody.vue.d.mts +21 -0
- package/dist/engines/resource-grid/ResourceGridBody.vue.d.ts +21 -0
- package/dist/engines/resource-grid/ResourceGridDayColumn.vue.d.mts +28 -0
- package/dist/engines/resource-grid/ResourceGridDayColumn.vue.d.ts +28 -0
- package/dist/engines/resource-grid/ResourceGridHeader.vue.d.mts +27 -0
- package/dist/engines/resource-grid/ResourceGridHeader.vue.d.ts +27 -0
- package/dist/engines/resource-grid/ResourceGridSuperColumn.vue.d.mts +24 -0
- package/dist/engines/resource-grid/ResourceGridSuperColumn.vue.d.ts +24 -0
- package/dist/engines/resource-month-grid/ResourceMonthGrid.context.d.mts +19 -0
- package/dist/engines/resource-month-grid/ResourceMonthGrid.context.d.ts +19 -0
- package/dist/engines/resource-month-grid/ResourceMonthGrid.parts.d.mts +6 -0
- package/dist/engines/resource-month-grid/ResourceMonthGrid.parts.d.ts +6 -0
- package/dist/engines/resource-month-grid/ResourceMonthGrid.vue.d.mts +23 -0
- package/dist/engines/resource-month-grid/ResourceMonthGrid.vue.d.ts +23 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridBody.vue.d.mts +21 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridBody.vue.d.ts +21 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridColumn.vue.d.mts +24 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridColumn.vue.d.ts +24 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridDay.vue.d.mts +37 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridDay.vue.d.ts +37 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridHeader.vue.d.mts +23 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridHeader.vue.d.ts +23 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridWeek.vue.d.mts +26 -0
- package/dist/engines/resource-month-grid/ResourceMonthGridWeek.vue.d.ts +26 -0
- package/dist/engines/time-grid/TimeGrid.context.d.mts +2 -0
- package/dist/engines/time-grid/TimeGrid.context.d.ts +2 -0
- package/dist/engines/time-grid/TimeGrid.parts.d.mts +15 -0
- package/dist/engines/time-grid/TimeGrid.parts.d.ts +15 -0
- package/dist/engines/time-grid/TimeGrid.vue.d.mts +23 -0
- package/dist/engines/time-grid/TimeGrid.vue.d.ts +23 -0
- package/dist/engines/time-grid/TimeGridAllDayEvent.vue.d.mts +27 -0
- package/dist/engines/time-grid/TimeGridAllDayEvent.vue.d.ts +27 -0
- package/dist/engines/time-grid/TimeGridAllDayRow.vue.d.mts +23 -0
- package/dist/engines/time-grid/TimeGridAllDayRow.vue.d.ts +23 -0
- package/dist/engines/time-grid/TimeGridAppointmentSlots.vue.d.mts +26 -0
- package/dist/engines/time-grid/TimeGridAppointmentSlots.vue.d.ts +26 -0
- package/dist/engines/time-grid/TimeGridBlockedInterval.vue.d.mts +21 -0
- package/dist/engines/time-grid/TimeGridBlockedInterval.vue.d.ts +21 -0
- package/dist/engines/time-grid/TimeGridBody.vue.d.mts +21 -0
- package/dist/engines/time-grid/TimeGridBody.vue.d.ts +21 -0
- package/dist/engines/time-grid/TimeGridBusinessHours.vue.d.mts +18 -0
- package/dist/engines/time-grid/TimeGridBusinessHours.vue.d.ts +18 -0
- package/dist/engines/time-grid/TimeGridDayColumn.vue.d.mts +27 -0
- package/dist/engines/time-grid/TimeGridDayColumn.vue.d.ts +27 -0
- package/dist/engines/time-grid/TimeGridDragPreview.vue.d.mts +26 -0
- package/dist/engines/time-grid/TimeGridDragPreview.vue.d.ts +26 -0
- package/dist/engines/time-grid/TimeGridEvent.vue.d.mts +52 -0
- package/dist/engines/time-grid/TimeGridEvent.vue.d.ts +52 -0
- package/dist/engines/time-grid/TimeGridHeader.vue.d.mts +32 -0
- package/dist/engines/time-grid/TimeGridHeader.vue.d.ts +32 -0
- package/dist/engines/time-grid/TimeGridNowIndicator.vue.d.mts +16 -0
- package/dist/engines/time-grid/TimeGridNowIndicator.vue.d.ts +16 -0
- package/dist/engines/time-grid/TimeGridSlot.vue.d.mts +33 -0
- package/dist/engines/time-grid/TimeGridSlot.vue.d.ts +33 -0
- package/dist/engines/time-grid/TimeGridSlotGrid.vue.d.mts +22 -0
- package/dist/engines/time-grid/TimeGridSlotGrid.vue.d.ts +22 -0
- package/dist/engines/time-grid/TimeGridTimeColumn.vue.d.mts +28 -0
- package/dist/engines/time-grid/TimeGridTimeColumn.vue.d.ts +28 -0
- package/dist/engines/timeline/Timeline.context.d.mts +2 -0
- package/dist/engines/timeline/Timeline.context.d.ts +2 -0
- package/dist/engines/timeline/Timeline.parts.d.mts +14 -0
- package/dist/engines/timeline/Timeline.parts.d.ts +14 -0
- package/dist/engines/timeline/Timeline.vue.d.mts +23 -0
- package/dist/engines/timeline/Timeline.vue.d.ts +23 -0
- package/dist/engines/timeline/TimelineBlockedInterval.vue.d.mts +22 -0
- package/dist/engines/timeline/TimelineBlockedInterval.vue.d.ts +22 -0
- package/dist/engines/timeline/TimelineBody.vue.d.mts +26 -0
- package/dist/engines/timeline/TimelineBody.vue.d.ts +26 -0
- package/dist/engines/timeline/TimelineBusinessHours.vue.d.mts +16 -0
- package/dist/engines/timeline/TimelineBusinessHours.vue.d.ts +16 -0
- package/dist/engines/timeline/TimelineCell.vue.d.mts +32 -0
- package/dist/engines/timeline/TimelineCell.vue.d.ts +32 -0
- package/dist/engines/timeline/TimelineDragPreview.vue.d.mts +26 -0
- package/dist/engines/timeline/TimelineDragPreview.vue.d.ts +26 -0
- package/dist/engines/timeline/TimelineEvent.vue.d.mts +57 -0
- package/dist/engines/timeline/TimelineEvent.vue.d.ts +57 -0
- package/dist/engines/timeline/TimelineHeader.vue.d.mts +21 -0
- package/dist/engines/timeline/TimelineHeader.vue.d.ts +21 -0
- package/dist/engines/timeline/TimelineHeaderCell.vue.d.mts +35 -0
- package/dist/engines/timeline/TimelineHeaderCell.vue.d.ts +35 -0
- package/dist/engines/timeline/TimelineHeaderRow.vue.d.mts +30 -0
- package/dist/engines/timeline/TimelineHeaderRow.vue.d.ts +30 -0
- package/dist/engines/timeline/TimelineLane.vue.d.mts +29 -0
- package/dist/engines/timeline/TimelineLane.vue.d.ts +29 -0
- package/dist/engines/timeline/TimelineNowIndicator.vue.d.mts +16 -0
- package/dist/engines/timeline/TimelineNowIndicator.vue.d.ts +16 -0
- package/dist/engines/timeline/TimelineResourceArea.vue.d.mts +25 -0
- package/dist/engines/timeline/TimelineResourceArea.vue.d.ts +25 -0
- package/dist/engines/timeline/TimelineResourceRow.vue.d.mts +38 -0
- package/dist/engines/timeline/TimelineResourceRow.vue.d.ts +38 -0
- package/dist/engines/timeline/TimelineYear.vue.d.mts +9 -0
- package/dist/engines/timeline/TimelineYear.vue.d.ts +9 -0
- package/dist/engines/timeline/TimelineYearEvent.vue.d.mts +10 -0
- package/dist/engines/timeline/TimelineYearEvent.vue.d.ts +10 -0
- package/dist/engines/year-grid/YearGrid.vue.d.mts +54 -0
- package/dist/engines/year-grid/YearGrid.vue.d.ts +54 -0
- package/dist/index.d.mts +24 -0
- package/dist/index.d.ts +24 -0
- package/dist/index.mjs +12315 -0
- package/dist/release-date.d.mts +11 -0
- package/dist/release-date.d.ts +11 -0
- package/dist/shared/AdaptiveResourceBreadcrumb.vue.d.mts +42 -0
- package/dist/shared/AdaptiveResourceBreadcrumb.vue.d.ts +42 -0
- package/dist/shared/AdaptiveResourceSelector.vue.d.mts +76 -0
- package/dist/shared/AdaptiveResourceSelector.vue.d.ts +76 -0
- package/dist/shared/ResourceArea.vue.d.mts +67 -0
- package/dist/shared/ResourceArea.vue.d.ts +67 -0
- package/dist/shared/SchedulerContextMenu.vue.d.mts +32 -0
- package/dist/shared/SchedulerContextMenu.vue.d.ts +32 -0
- package/dist/shared/SchedulerMorePopover.vue.d.mts +30 -0
- package/dist/shared/SchedulerMorePopover.vue.d.ts +30 -0
- package/dist/shared/SchedulerPopover.vue.d.mts +28 -0
- package/dist/shared/SchedulerPopover.vue.d.ts +28 -0
- package/dist/shared/SchedulerQuickInfo.vue.d.mts +36 -0
- package/dist/shared/SchedulerQuickInfo.vue.d.ts +36 -0
- package/dist/shared/SchedulerRecurrenceDialog.vue.d.mts +27 -0
- package/dist/shared/SchedulerRecurrenceDialog.vue.d.ts +27 -0
- package/dist/shell/SchedulerAdaptiveResourceControls.vue.d.mts +3 -0
- package/dist/shell/SchedulerAdaptiveResourceControls.vue.d.ts +3 -0
- package/dist/shell/SchedulerCategoryLegend.vue.d.mts +26 -0
- package/dist/shell/SchedulerCategoryLegend.vue.d.ts +26 -0
- package/dist/shell/SchedulerContent.vue.d.mts +13 -0
- package/dist/shell/SchedulerContent.vue.d.ts +13 -0
- package/dist/shell/SchedulerContentOutlet.d.mts +30 -0
- package/dist/shell/SchedulerContentOutlet.d.ts +30 -0
- package/dist/shell/SchedulerContentScope.d.mts +39 -0
- package/dist/shell/SchedulerContentScope.d.ts +39 -0
- package/dist/shell/SchedulerFooter.vue.d.mts +17 -0
- package/dist/shell/SchedulerFooter.vue.d.ts +17 -0
- package/dist/shell/SchedulerHeader.vue.d.mts +49 -0
- package/dist/shell/SchedulerHeader.vue.d.ts +49 -0
- package/dist/shell/SchedulerLoading.vue.d.mts +13 -0
- package/dist/shell/SchedulerLoading.vue.d.ts +13 -0
- package/dist/shell/SchedulerNavigation.vue.d.mts +26 -0
- package/dist/shell/SchedulerNavigation.vue.d.ts +26 -0
- package/dist/shell/SchedulerSelectionToolbar.vue.d.mts +27 -0
- package/dist/shell/SchedulerSelectionToolbar.vue.d.ts +27 -0
- package/dist/shell/SchedulerTitle.vue.d.mts +17 -0
- package/dist/shell/SchedulerTitle.vue.d.ts +17 -0
- package/dist/shell/SchedulerViewSelector.vue.d.mts +23 -0
- package/dist/shell/SchedulerViewSelector.vue.d.ts +23 -0
- package/dist/shell/contentDeclarations.d.mts +6 -0
- package/dist/shell/contentDeclarations.d.ts +6 -0
- package/dist/shell/headerToolbar.d.mts +21 -0
- package/dist/shell/headerToolbar.d.ts +21 -0
- package/dist/shell/outletRenderers.d.mts +45 -0
- package/dist/shell/outletRenderers.d.ts +45 -0
- package/dist/utils/accessibility.d.mts +19 -0
- package/dist/utils/accessibility.d.ts +19 -0
- package/dist/utils/browser.d.mts +6 -0
- package/dist/utils/browser.d.ts +6 -0
- package/dist/utils/devWarnings.d.mts +3 -0
- package/dist/utils/devWarnings.d.ts +3 -0
- package/dist/utils/event-anchor.d.mts +2 -0
- package/dist/utils/event-anchor.d.ts +2 -0
- package/dist/utils/keyboardOwner.d.mts +1 -0
- package/dist/utils/keyboardOwner.d.ts +1 -0
- package/dist/utils/rtl-scroll.d.mts +22 -0
- package/dist/utils/rtl-scroll.d.ts +22 -0
- package/dist/utils/timedInteraction.d.mts +10 -0
- package/dist/utils/timedInteraction.d.ts +10 -0
- package/dist/utils/timezone-display.d.mts +8 -0
- package/dist/utils/timezone-display.d.ts +8 -0
- package/package.json +63 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { default as Root } from './MonthGrid.vue';
|
|
2
|
+
export { default as Weekdays } from './MonthGridWeekdays.vue';
|
|
3
|
+
export { default as Body } from './MonthGridBody.vue';
|
|
4
|
+
export { default as Week } from './MonthGridWeek.vue';
|
|
5
|
+
export { default as Day } from './MonthGridDay.vue';
|
|
6
|
+
export { default as DayHeader } from './MonthGridDayHeader.vue';
|
|
7
|
+
export { default as Event } from './MonthGridEvent.vue';
|
|
8
|
+
export { default as MoreLink } from './MonthGridMoreLink.vue';
|
|
9
|
+
export { default as MorePopover } from './MonthGridMorePopover.vue';
|
|
10
|
+
export { default as NowIndicator } from './MonthGridNowIndicator.vue';
|
|
11
|
+
export { default as DragPreview } from './MonthGridDragPreview.vue';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { default as Root } from './MonthGrid.vue';
|
|
2
|
+
export { default as Weekdays } from './MonthGridWeekdays.vue';
|
|
3
|
+
export { default as Body } from './MonthGridBody.vue';
|
|
4
|
+
export { default as Week } from './MonthGridWeek.vue';
|
|
5
|
+
export { default as Day } from './MonthGridDay.vue';
|
|
6
|
+
export { default as DayHeader } from './MonthGridDayHeader.vue';
|
|
7
|
+
export { default as Event } from './MonthGridEvent.vue';
|
|
8
|
+
export { default as MoreLink } from './MonthGridMoreLink.vue';
|
|
9
|
+
export { default as MorePopover } from './MonthGridMorePopover.vue';
|
|
10
|
+
export { default as NowIndicator } from './MonthGridNowIndicator.vue';
|
|
11
|
+
export { default as DragPreview } from './MonthGridDragPreview.vue';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {
|
|
6
|
+
weeks: import("./MonthGrid.context").MonthWeekData[];
|
|
7
|
+
weekdays: string[];
|
|
8
|
+
monthStart: Date;
|
|
9
|
+
monthEnd: Date;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_1) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {
|
|
6
|
+
weeks: import("./MonthGrid.context").MonthWeekData[];
|
|
7
|
+
weekdays: string[];
|
|
8
|
+
monthStart: Date;
|
|
9
|
+
monthEnd: Date;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_1) => any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {
|
|
6
|
+
weeks: import("./MonthGrid.context").MonthWeekData[];
|
|
7
|
+
};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {
|
|
6
|
+
weeks: import("./MonthGrid.context").MonthWeekData[];
|
|
7
|
+
};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { SchedulerEvent } from '@primeui/scheduler-core';
|
|
2
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
date: Date;
|
|
5
|
+
overflowEvents?: SchedulerEvent[];
|
|
6
|
+
timedEvents?: SchedulerEvent[];
|
|
7
|
+
spanningDepth?: number;
|
|
8
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
9
|
+
};
|
|
10
|
+
declare var __VLS_1: {
|
|
11
|
+
date: Date;
|
|
12
|
+
events: SchedulerEvent[];
|
|
13
|
+
timedEvents: SchedulerEvent[];
|
|
14
|
+
isToday: boolean;
|
|
15
|
+
isWeekend: boolean;
|
|
16
|
+
isOtherMonth: boolean;
|
|
17
|
+
isSelected: boolean;
|
|
18
|
+
dayNumber: number;
|
|
19
|
+
dayOfMonth: number;
|
|
20
|
+
dayNumberLabel: string;
|
|
21
|
+
dayOfMonthLabel: string;
|
|
22
|
+
eventCount: number;
|
|
23
|
+
overflowEvents: SchedulerEvent[];
|
|
24
|
+
spanningDepth: number;
|
|
25
|
+
isRangeStart: boolean;
|
|
26
|
+
isRangeEnd: boolean;
|
|
27
|
+
isDisabled: boolean;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_Slots = {} & {
|
|
30
|
+
default?: (props: typeof __VLS_1) => any;
|
|
31
|
+
};
|
|
32
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
33
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
34
|
+
overflowEvents: SchedulerEvent[];
|
|
35
|
+
timedEvents: SchedulerEvent[];
|
|
36
|
+
spanningDepth: number;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
39
|
+
declare const _default: typeof __VLS_export;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { SchedulerEvent } from '@primeui/scheduler-core';
|
|
2
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
date: Date;
|
|
5
|
+
overflowEvents?: SchedulerEvent[];
|
|
6
|
+
timedEvents?: SchedulerEvent[];
|
|
7
|
+
spanningDepth?: number;
|
|
8
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
9
|
+
};
|
|
10
|
+
declare var __VLS_1: {
|
|
11
|
+
date: Date;
|
|
12
|
+
events: SchedulerEvent[];
|
|
13
|
+
timedEvents: SchedulerEvent[];
|
|
14
|
+
isToday: boolean;
|
|
15
|
+
isWeekend: boolean;
|
|
16
|
+
isOtherMonth: boolean;
|
|
17
|
+
isSelected: boolean;
|
|
18
|
+
dayNumber: number;
|
|
19
|
+
dayOfMonth: number;
|
|
20
|
+
dayNumberLabel: string;
|
|
21
|
+
dayOfMonthLabel: string;
|
|
22
|
+
eventCount: number;
|
|
23
|
+
overflowEvents: SchedulerEvent[];
|
|
24
|
+
spanningDepth: number;
|
|
25
|
+
isRangeStart: boolean;
|
|
26
|
+
isRangeEnd: boolean;
|
|
27
|
+
isDisabled: boolean;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_Slots = {} & {
|
|
30
|
+
default?: (props: typeof __VLS_1) => any;
|
|
31
|
+
};
|
|
32
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
33
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
34
|
+
overflowEvents: SchedulerEvent[];
|
|
35
|
+
timedEvents: SchedulerEvent[];
|
|
36
|
+
spanningDepth: number;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
39
|
+
declare const _default: typeof __VLS_export;
|
|
40
|
+
export default _default;
|
|
41
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
|
+
new (): {
|
|
43
|
+
$slots: S;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
date: Date;
|
|
3
|
+
isOtherMonth?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {
|
|
6
|
+
date: Date;
|
|
7
|
+
dayNumber: number;
|
|
8
|
+
dayOfMonth: number;
|
|
9
|
+
dayNumberLabel: string;
|
|
10
|
+
dayOfMonthLabel: string;
|
|
11
|
+
isToday: boolean;
|
|
12
|
+
isOtherMonth: boolean;
|
|
13
|
+
eventCount: number;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_Slots = {} & {
|
|
16
|
+
default?: (props: typeof __VLS_1) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
date: Date;
|
|
3
|
+
isOtherMonth?: boolean;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {
|
|
6
|
+
date: Date;
|
|
7
|
+
dayNumber: number;
|
|
8
|
+
dayOfMonth: number;
|
|
9
|
+
dayNumberLabel: string;
|
|
10
|
+
dayOfMonthLabel: string;
|
|
11
|
+
isToday: boolean;
|
|
12
|
+
isOtherMonth: boolean;
|
|
13
|
+
eventCount: number;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_Slots = {} & {
|
|
16
|
+
default?: (props: typeof __VLS_1) => any;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
component?: Component;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_12: {
|
|
6
|
+
event: import("@primeui/scheduler-core").SchedulerEvent;
|
|
7
|
+
ghostPosition: {
|
|
8
|
+
x: number;
|
|
9
|
+
y: number;
|
|
10
|
+
};
|
|
11
|
+
isDropValid: boolean;
|
|
12
|
+
isMultiDrag: boolean;
|
|
13
|
+
selectedCount: number;
|
|
14
|
+
density: string;
|
|
15
|
+
availableHeight: number;
|
|
16
|
+
position: {
|
|
17
|
+
row: number;
|
|
18
|
+
startCol: number;
|
|
19
|
+
endCol: number;
|
|
20
|
+
isContinuationStart: boolean;
|
|
21
|
+
isContinuationEnd: boolean;
|
|
22
|
+
} | undefined;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_Slots = {} & {
|
|
25
|
+
default?: (props: typeof __VLS_12) => any;
|
|
26
|
+
};
|
|
27
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
|
+
declare const _default: typeof __VLS_export;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
component?: Component;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_12: {
|
|
6
|
+
event: import("@primeui/scheduler-core").SchedulerEvent;
|
|
7
|
+
ghostPosition: {
|
|
8
|
+
x: number;
|
|
9
|
+
y: number;
|
|
10
|
+
};
|
|
11
|
+
isDropValid: boolean;
|
|
12
|
+
isMultiDrag: boolean;
|
|
13
|
+
selectedCount: number;
|
|
14
|
+
density: string;
|
|
15
|
+
availableHeight: number;
|
|
16
|
+
position: {
|
|
17
|
+
row: number;
|
|
18
|
+
startCol: number;
|
|
19
|
+
endCol: number;
|
|
20
|
+
isContinuationStart: boolean;
|
|
21
|
+
isContinuationEnd: boolean;
|
|
22
|
+
} | undefined;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_Slots = {} & {
|
|
25
|
+
default?: (props: typeof __VLS_12) => any;
|
|
26
|
+
};
|
|
27
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
29
|
+
declare const _default: typeof __VLS_export;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import { type SchedulerEvent } from '@primeui/scheduler-core';
|
|
3
|
+
export interface MonthEventPosition {
|
|
4
|
+
row: number;
|
|
5
|
+
startCol: number;
|
|
6
|
+
endCol: number;
|
|
7
|
+
isContinuationStart: boolean;
|
|
8
|
+
isContinuationEnd: boolean;
|
|
9
|
+
}
|
|
10
|
+
type __VLS_Props = {
|
|
11
|
+
event: SchedulerEvent;
|
|
12
|
+
position?: MonthEventPosition;
|
|
13
|
+
component?: Component;
|
|
14
|
+
preview?: boolean;
|
|
15
|
+
};
|
|
16
|
+
declare var __VLS_6: {
|
|
17
|
+
event: SchedulerEvent;
|
|
18
|
+
isSelected: boolean;
|
|
19
|
+
isDragging: boolean;
|
|
20
|
+
isResizing: boolean;
|
|
21
|
+
position: MonthEventPosition | undefined;
|
|
22
|
+
isEditing: boolean;
|
|
23
|
+
timeText: string;
|
|
24
|
+
accentColor: string | undefined;
|
|
25
|
+
variant: string;
|
|
26
|
+
view: import("@primeui/scheduler-core").SchedulerViewType;
|
|
27
|
+
density: string;
|
|
28
|
+
availableHeight: number;
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Slots = {} & {
|
|
31
|
+
default?: (props: typeof __VLS_6) => any;
|
|
32
|
+
};
|
|
33
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
35
|
+
declare const _default: typeof __VLS_export;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
import { type SchedulerEvent } from '@primeui/scheduler-core';
|
|
3
|
+
export interface MonthEventPosition {
|
|
4
|
+
row: number;
|
|
5
|
+
startCol: number;
|
|
6
|
+
endCol: number;
|
|
7
|
+
isContinuationStart: boolean;
|
|
8
|
+
isContinuationEnd: boolean;
|
|
9
|
+
}
|
|
10
|
+
type __VLS_Props = {
|
|
11
|
+
event: SchedulerEvent;
|
|
12
|
+
position?: MonthEventPosition;
|
|
13
|
+
component?: Component;
|
|
14
|
+
preview?: boolean;
|
|
15
|
+
};
|
|
16
|
+
declare var __VLS_6: {
|
|
17
|
+
event: SchedulerEvent;
|
|
18
|
+
isSelected: boolean;
|
|
19
|
+
isDragging: boolean;
|
|
20
|
+
isResizing: boolean;
|
|
21
|
+
position: MonthEventPosition | undefined;
|
|
22
|
+
isEditing: boolean;
|
|
23
|
+
timeText: string;
|
|
24
|
+
accentColor: string | undefined;
|
|
25
|
+
variant: string;
|
|
26
|
+
view: import("@primeui/scheduler-core").SchedulerViewType;
|
|
27
|
+
density: string;
|
|
28
|
+
availableHeight: number;
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Slots = {} & {
|
|
31
|
+
default?: (props: typeof __VLS_6) => any;
|
|
32
|
+
};
|
|
33
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
35
|
+
declare const _default: typeof __VLS_export;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { SchedulerEvent } from '@primeui/scheduler-core';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
count: number;
|
|
4
|
+
date: Date;
|
|
5
|
+
events: SchedulerEvent[];
|
|
6
|
+
};
|
|
7
|
+
declare var __VLS_1: {
|
|
8
|
+
count: number;
|
|
9
|
+
events: SchedulerEvent[];
|
|
10
|
+
date: Date;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
default?: (props: typeof __VLS_1) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { SchedulerEvent } from '@primeui/scheduler-core';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
count: number;
|
|
4
|
+
date: Date;
|
|
5
|
+
events: SchedulerEvent[];
|
|
6
|
+
};
|
|
7
|
+
declare var __VLS_1: {
|
|
8
|
+
count: number;
|
|
9
|
+
events: SchedulerEvent[];
|
|
10
|
+
date: Date;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
default?: (props: typeof __VLS_1) => any;
|
|
14
|
+
};
|
|
15
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare var __VLS_1: {
|
|
2
|
+
today: Date;
|
|
3
|
+
};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare var __VLS_1: {
|
|
2
|
+
today: Date;
|
|
3
|
+
};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
6
|
+
};
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { MonthWeekData } from './MonthGrid.context';
|
|
2
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
week: MonthWeekData;
|
|
5
|
+
weekIndex: number;
|
|
6
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_1: {
|
|
9
|
+
days: Date[];
|
|
10
|
+
weekNumber: number;
|
|
11
|
+
events: import("@primeui/scheduler-core").SchedulerEvent[];
|
|
12
|
+
};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_1) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { MonthWeekData } from './MonthGrid.context';
|
|
2
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
week: MonthWeekData;
|
|
5
|
+
weekIndex: number;
|
|
6
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
7
|
+
};
|
|
8
|
+
declare var __VLS_1: {
|
|
9
|
+
days: Date[];
|
|
10
|
+
weekNumber: number;
|
|
11
|
+
events: import("@primeui/scheduler-core").SchedulerEvent[];
|
|
12
|
+
};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_1) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {
|
|
6
|
+
weekdays: string[];
|
|
7
|
+
};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { SchedulerOutletRenderers } from '../../shell/outletRenderers';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
outletRenderers?: SchedulerOutletRenderers;
|
|
4
|
+
};
|
|
5
|
+
declare var __VLS_1: {
|
|
6
|
+
weekdays: string[];
|
|
7
|
+
};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
12
|
+
outletRenderers: SchedulerOutletRenderers;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { InjectionKey, ComputedRef } from 'vue';
|
|
2
|
+
import type { SchedulerResource, FlattenedResource, HierarchicalHeaderRow } from '@primeui/scheduler-core';
|
|
3
|
+
export { TIMEGRID_KEY, DAY_COLUMN_KEY } from '../../Scheduler.context';
|
|
4
|
+
export type { TimeGridContext, DayColumnContext } from '../../Scheduler.context';
|
|
5
|
+
export type ResourceColumnMode = 'auto' | 'fixed' | 'minmax';
|
|
6
|
+
export interface ResourceGridContext {
|
|
7
|
+
days: ComputedRef<Date[]>;
|
|
8
|
+
resources: ComputedRef<SchedulerResource[]>;
|
|
9
|
+
visibleResources: ComputedRef<FlattenedResource[]>;
|
|
10
|
+
leafResources: ComputedRef<SchedulerResource[]>;
|
|
11
|
+
headerRows: ComputedRef<HierarchicalHeaderRow[]>;
|
|
12
|
+
isHierarchical: ComputedRef<boolean>;
|
|
13
|
+
resourcesPerDay: ComputedRef<SchedulerResource[]>;
|
|
14
|
+
columnMode: ComputedRef<ResourceColumnMode>;
|
|
15
|
+
columnTemplate: ComputedRef<string>;
|
|
16
|
+
superColumnMinWidth: ComputedRef<string | undefined>;
|
|
17
|
+
overflowThreshold: ComputedRef<number | undefined>;
|
|
18
|
+
}
|
|
19
|
+
export declare const RESOURCE_GRID_KEY: InjectionKey<ResourceGridContext>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { InjectionKey, ComputedRef } from 'vue';
|
|
2
|
+
import type { SchedulerResource, FlattenedResource, HierarchicalHeaderRow } from '@primeui/scheduler-core';
|
|
3
|
+
export { TIMEGRID_KEY, DAY_COLUMN_KEY } from '../../Scheduler.context';
|
|
4
|
+
export type { TimeGridContext, DayColumnContext } from '../../Scheduler.context';
|
|
5
|
+
export type ResourceColumnMode = 'auto' | 'fixed' | 'minmax';
|
|
6
|
+
export interface ResourceGridContext {
|
|
7
|
+
days: ComputedRef<Date[]>;
|
|
8
|
+
resources: ComputedRef<SchedulerResource[]>;
|
|
9
|
+
visibleResources: ComputedRef<FlattenedResource[]>;
|
|
10
|
+
leafResources: ComputedRef<SchedulerResource[]>;
|
|
11
|
+
headerRows: ComputedRef<HierarchicalHeaderRow[]>;
|
|
12
|
+
isHierarchical: ComputedRef<boolean>;
|
|
13
|
+
resourcesPerDay: ComputedRef<SchedulerResource[]>;
|
|
14
|
+
columnMode: ComputedRef<ResourceColumnMode>;
|
|
15
|
+
columnTemplate: ComputedRef<string>;
|
|
16
|
+
superColumnMinWidth: ComputedRef<string | undefined>;
|
|
17
|
+
overflowThreshold: ComputedRef<number | undefined>;
|
|
18
|
+
}
|
|
19
|
+
export declare const RESOURCE_GRID_KEY: InjectionKey<ResourceGridContext>;
|