@progress/kendo-angular-scheduler 4.3.7 → 11.0.0-develop.101
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.md +1 -1
- package/NOTICE.txt +119 -79
- package/common/constants.d.ts +1 -1
- package/common/default-model-fields.d.ts +1 -1
- package/common/dom-queries.d.ts +1 -1
- package/common/getter.d.ts +1 -1
- package/common/modifiers.d.ts +1 -1
- package/common/setter.d.ts +1 -1
- package/common/util.d.ts +1 -1
- package/data-binding.directive.d.ts +1 -1
- package/editing/date-time-picker.component.d.ts +1 -1
- package/editing/dialogs.service.d.ts +1 -1
- package/editing/edit-dialog-template.directive.d.ts +1 -1
- package/editing/edit-dialog.component.d.ts +1 -1
- package/editing/edit.service.d.ts +1 -1
- package/editing/local-data-changes.service.d.ts +1 -1
- package/editing/recurrence/end-rule-radio-button.directive.d.ts +1 -1
- package/editing/recurrence/localization/custom-messages.component.d.ts +1 -1
- package/editing/recurrence/localization/localized-messages.directive.d.ts +1 -1
- package/editing/recurrence/localization/messages.d.ts +1 -1
- package/editing/recurrence/localization/recurrence-localization.service.d.ts +1 -1
- package/editing/recurrence/recurrence-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence.service.d.ts +1 -1
- package/editing/recurrence/repeat-on-radio-button.directive.d.ts +1 -1
- package/editing/resource-editor-base.d.ts +1 -1
- package/editing/resource-multiple-editor.component.d.ts +1 -1
- package/editing/resource-single-editor.component.d.ts +1 -1
- package/editing/timezone-editor.component.d.ts +1 -1
- package/editing-directives/base-edit.service.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +1 -1
- package/editing-directives/editing-directive-base.d.ts +1 -1
- package/editing-directives/local-edit.service.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/utils.d.ts +1 -1
- package/{esm2015/common/constants.js → esm2020/common/constants.mjs} +1 -1
- package/{esm2015/common/default-model-fields.js → esm2020/common/default-model-fields.mjs} +1 -1
- package/{esm2015/common/dom-queries.js → esm2020/common/dom-queries.mjs} +3 -3
- package/{esm2015/common/getter.js → esm2020/common/getter.mjs} +1 -1
- package/{esm2015/common/modifiers.js → esm2020/common/modifiers.mjs} +1 -1
- package/{esm2015/common/setter.js → esm2020/common/setter.mjs} +1 -1
- package/{esm2015/common/util.js → esm2020/common/util.mjs} +2 -2
- package/{esm2015/data-binding.directive.js → esm2020/data-binding.directive.mjs} +8 -5
- package/{esm2015/editing/date-time-picker.component.js → esm2020/editing/date-time-picker.component.mjs} +11 -12
- package/{esm2015/editing/dialogs.service.js → esm2020/editing/dialogs.service.mjs} +9 -6
- package/{esm2015/editing/edit-dialog-template.directive.js → esm2020/editing/edit-dialog-template.directive.mjs} +5 -5
- package/{esm2015/editing/edit-dialog.component.js → esm2020/editing/edit-dialog.component.mjs} +15 -11
- package/{esm2015/editing/edit.service.js → esm2020/editing/edit.service.mjs} +5 -5
- package/{esm2015/editing/local-data-changes.service.js → esm2020/editing/local-data-changes.service.mjs} +4 -4
- package/{esm2015/editing/recurrence/end-rule-radio-button.directive.js → esm2020/editing/recurrence/end-rule-radio-button.directive.mjs} +6 -5
- package/{esm2015/editing/recurrence/localization/custom-messages.component.js → esm2020/editing/recurrence/localization/custom-messages.component.mjs} +5 -4
- package/{esm2015/editing/recurrence/localization/localized-messages.directive.js → esm2020/editing/recurrence/localization/localized-messages.directive.mjs} +5 -4
- package/{esm2015/editing/recurrence/localization/messages.js → esm2020/editing/recurrence/localization/messages.mjs} +4 -4
- package/{esm2015/editing/recurrence/localization/recurrence-localization.service.js → esm2020/editing/recurrence/localization/recurrence-localization.service.mjs} +5 -5
- package/{esm2015/editing/recurrence/recurrence-editor.component.js → esm2020/editing/recurrence/recurrence-editor.component.mjs} +6 -5
- package/{esm2015/editing/recurrence/recurrence-end-rule-editor.component.js → esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs} +10 -8
- package/{esm2015/editing/recurrence/recurrence-frequency-editor.component.js → esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs} +8 -6
- package/{esm2015/editing/recurrence/recurrence-interval-editor.component.js → esm2020/editing/recurrence/recurrence-interval-editor.component.mjs} +7 -5
- package/{esm2015/editing/recurrence/recurrence-monthly-yearly-editor.component.js → esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs} +8 -6
- package/{esm2015/editing/recurrence/recurrence-weekday-rule-editor.component.js → esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs} +9 -7
- package/{esm2015/editing/recurrence/recurrence.service.js → esm2020/editing/recurrence/recurrence.service.mjs} +7 -5
- package/{esm2015/editing/recurrence/repeat-on-radio-button.directive.js → esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs} +6 -5
- package/{esm2015/editing/resource-editor-base.js → esm2020/editing/resource-editor-base.mjs} +4 -4
- package/{esm2015/editing/resource-multiple-editor.component.js → esm2020/editing/resource-multiple-editor.component.mjs} +5 -4
- package/{esm2015/editing/resource-single-editor.component.js → esm2020/editing/resource-single-editor.component.mjs} +5 -4
- package/{esm2015/editing/timezone-editor.component.js → esm2020/editing/timezone-editor.component.mjs} +5 -4
- package/{esm2015/editing-directives/base-edit.service.js → esm2020/editing-directives/base-edit.service.mjs} +2 -2
- package/{esm2015/editing-directives/edit-service.interface.js → esm2020/editing-directives/edit-service.interface.mjs} +1 -1
- package/{esm2015/editing-directives/editing-directive-base.js → esm2020/editing-directives/editing-directive-base.mjs} +8 -4
- package/{esm2015/editing-directives/local-edit.service.js → esm2020/editing-directives/local-edit.service.mjs} +1 -1
- package/{esm2015/editing-directives/reactive-editing.directive.js → esm2020/editing-directives/reactive-editing.directive.mjs} +8 -4
- package/{esm2015/editing-directives/utils.js → esm2020/editing-directives/utils.mjs} +3 -3
- package/{esm2015/events/add-event.js → esm2020/events/add-event.mjs} +1 -1
- package/{esm2015/events/cancel-event.js → esm2020/events/cancel-event.mjs} +1 -1
- package/{esm2015/events/create-event.js → esm2020/events/create-event.mjs} +1 -1
- package/{esm2015/events/date-change-event.js → esm2020/events/date-change-event.mjs} +1 -1
- package/{esm2015/events/drag-end-event.js → esm2020/events/drag-end-event.mjs} +1 -1
- package/{esm2015/events/drag-event.js → esm2020/events/drag-event.mjs} +1 -1
- package/{esm2015/events/drag-start-event.js → esm2020/events/drag-start-event.mjs} +1 -1
- package/{esm2015/events/edit-event-base.js → esm2020/events/edit-event-base.mjs} +1 -1
- package/{esm2015/events/edit-event.js → esm2020/events/edit-event.mjs} +1 -1
- package/{esm2015/events/event-click-event.js → esm2020/events/event-click-event.mjs} +1 -1
- package/{esm2015/events/event-keydown-event.js → esm2020/events/event-keydown-event.mjs} +1 -1
- package/{esm2015/events/navigate-event.js → esm2020/events/navigate-event.mjs} +1 -1
- package/{esm2015/events/preventable-event.js → esm2020/events/preventable-event.mjs} +1 -1
- package/{esm2015/events/remove-event.js → esm2020/events/remove-event.mjs} +1 -1
- package/{esm2015/events/resize-end-event.js → esm2020/events/resize-end-event.mjs} +1 -1
- package/{esm2015/events/resize-event.js → esm2020/events/resize-event.mjs} +1 -1
- package/{esm2015/events/resize-start-event.js → esm2020/events/resize-start-event.mjs} +1 -1
- package/{esm2015/events/save-event.js → esm2020/events/save-event.mjs} +1 -1
- package/{esm2015/events/slot-click-event.js → esm2020/events/slot-click-event.mjs} +1 -1
- package/{esm2015/events/slot-drag-end-event.js → esm2020/events/slot-drag-end-event.mjs} +1 -1
- package/{esm2015/events/slot-drag-event.js → esm2020/events/slot-drag-event.mjs} +1 -1
- package/{esm2015/events/slot-drag-start-event.js → esm2020/events/slot-drag-start-event.mjs} +1 -1
- package/{esm2015/events/view-event-map.js → esm2020/events/view-event-map.mjs} +1 -1
- package/{esm2015/events.js → esm2020/events.mjs} +1 -1
- package/{esm2015/main.js → esm2020/index.mjs} +3 -1
- package/{esm2015/loading.component.js → esm2020/loading.component.mjs} +5 -5
- package/{esm2015/localization/custom-messages.component.js → esm2020/localization/custom-messages.component.mjs} +5 -4
- package/{esm2015/localization/localized-messages.directive.js → esm2020/localization/localized-messages.directive.mjs} +5 -4
- package/{esm2015/localization/messages.js → esm2020/localization/messages.mjs} +6 -4
- package/{esm2015/localization/scheduler-localization.service.js → esm2020/localization/scheduler-localization.service.mjs} +5 -5
- package/{esm2015/toolbar/toolbar-context.js → esm2020/navigation/focus-position.interface.mjs} +1 -1
- package/{esm2015/navigation/focus.service.js → esm2020/navigation/focus.service.mjs} +9 -10
- package/{esm2015/navigation/focusable-element.interface.js → esm2020/navigation/focusable-element.interface.mjs} +1 -1
- package/{esm2015/navigation/focusable.directive.js → esm2020/navigation/focusable.directive.mjs} +9 -9
- package/{esm2015/navigation/shortcuts.directive.js → esm2020/navigation/shortcuts.directive.mjs} +11 -6
- package/{esm2015/navigation.js → esm2020/navigation.mjs} +1 -1
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/{esm2015/pdf/pdf-command.directive.js → esm2020/pdf/pdf-command.directive.mjs} +34 -7
- package/{esm2015/pdf/pdf-export-event.js → esm2020/pdf/pdf-export-event.mjs} +1 -1
- package/{esm2015/pdf/pdf.component.js → esm2020/pdf/pdf.component.mjs} +6 -5
- package/{esm2015/pdf/pdf.module.js → esm2020/pdf/pdf.module.mjs} +8 -6
- package/{esm2015/pdf/pdf.service.js → esm2020/pdf/pdf.service.mjs} +4 -4
- package/{esm2015/kendo-angular-scheduler.js → esm2020/progress-kendo-angular-scheduler.mjs} +2 -2
- package/{esm2015/scheduler.component.js → esm2020/scheduler.component.mjs} +23 -13
- package/{esm2015/scheduler.module.js → esm2020/scheduler.module.mjs} +9 -5
- package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
- package/{esm2015/toolbar/navigation.component.js → esm2020/toolbar/navigation.component.mjs} +44 -22
- package/{esm2015/navigation/focus-position.interface.js → esm2020/toolbar/toolbar-context.mjs} +1 -1
- package/{esm2015/toolbar/toolbar-template.directive.js → esm2020/toolbar/toolbar-template.directive.mjs} +5 -5
- package/{esm2015/toolbar/toolbar.component.js → esm2020/toolbar/toolbar.component.mjs} +8 -5
- package/{esm2015/toolbar/toolbar.module.js → esm2020/toolbar/toolbar.module.mjs} +5 -5
- package/{esm2015/toolbar/toolbar.service.js → esm2020/toolbar/toolbar.service.mjs} +4 -4
- package/{esm2015/toolbar/view-selector.component.js → esm2020/toolbar/view-selector.component.mjs} +10 -8
- package/esm2020/types/actions.mjs +5 -0
- package/esm2020/types/create-form-group-args.interface.mjs +5 -0
- package/esm2020/types/crud-operation.enum.mjs +5 -0
- package/esm2020/types/current-time-settings.interface.mjs +5 -0
- package/esm2020/types/date-range.interface.mjs +5 -0
- package/esm2020/types/datepicker-options.interface.mjs +5 -0
- package/esm2020/types/edit-event-args.interface.mjs +5 -0
- package/esm2020/types/edit-mode.enum.mjs +5 -0
- package/esm2020/types/editable-settings.interface.mjs +5 -0
- package/esm2020/types/event-style-args.interface.mjs +5 -0
- package/esm2020/types/focusable-container.mjs +5 -0
- package/esm2020/types/group.interface.mjs +5 -0
- package/esm2020/types/numeric-options.interface.mjs +5 -0
- package/esm2020/types/ongoing-events-settings.interface.mjs +5 -0
- package/esm2020/types/resource.interface.mjs +5 -0
- package/esm2020/types/scheduler-event.mjs +5 -0
- package/esm2020/types/scheduler-model-fields.interface.mjs +5 -0
- package/esm2020/types/scheduler-slot.interface.mjs +5 -0
- package/{esm2015/types/scheduler-view.js → esm2020/types/scheduler-view.mjs} +1 -1
- package/esm2020/types/slot-class-args.interface.mjs +5 -0
- package/{esm2015/types/slot-selection.js → esm2020/types/slot-selection.mjs} +1 -1
- package/esm2020/types/view-item.interface.mjs +5 -0
- package/{esm2015/types.js → esm2020/types.mjs} +1 -3
- package/{esm2015/views/agenda/agenda-header-item.component.js → esm2020/views/agenda/agenda-header-item.component.mjs} +5 -5
- package/{esm2015/views/agenda/agenda-header.component.js → esm2020/views/agenda/agenda-header.component.mjs} +5 -4
- package/{esm2015/views/agenda/agenda-task-item.component.js → esm2020/views/agenda/agenda-task-item.component.mjs} +21 -13
- package/{esm2015/views/agenda/agenda-view-internal.component.js → esm2020/views/agenda/agenda-view-internal.component.mjs} +10 -5
- package/{esm2015/views/agenda/agenda-view-list.component.js → esm2020/views/agenda/agenda-view-list.component.mjs} +41 -13
- package/{esm2015/views/agenda/agenda-view.component.js → esm2020/views/agenda/agenda-view.component.mjs} +8 -5
- package/{esm2015/views/agenda/agenda-view.module.js → esm2020/views/agenda/agenda-view.module.mjs} +8 -7
- package/{esm2015/views/agenda/tasks.collection.js → esm2020/views/agenda/tasks.collection.mjs} +1 -1
- package/{esm2015/views/agenda/utils.js → esm2020/views/agenda/utils.mjs} +10 -5
- package/{esm2015/views/common/base-view.js → esm2020/views/common/base-view.mjs} +20 -13
- package/{esm2015/views/common/configuration-view-base.js → esm2020/views/common/configuration-view-base.mjs} +8 -5
- package/{esm2015/views/common/dom-events.service.js → esm2020/views/common/dom-events.service.mjs} +4 -4
- package/{esm2015/views/common/hint-container.component.js → esm2020/views/common/hint-container.component.mjs} +5 -5
- package/{esm2015/views/common/repeat.pipe.js → esm2020/views/common/repeat.pipe.mjs} +4 -4
- package/{esm2015/views/common/resize-hint.component.js → esm2020/views/common/resize-hint.component.mjs} +4 -4
- package/{esm2015/views/common/resource-iterator.pipe.js → esm2020/views/common/resource-iterator.pipe.mjs} +4 -4
- package/esm2020/views/common/scheduler-task.mjs +5 -0
- package/{esm2015/views/common/slot-selectable.directive.js → esm2020/views/common/slot-selectable.directive.mjs} +7 -6
- package/{esm2015/views/common/view-footer.component.js → esm2020/views/common/view-footer.component.mjs} +14 -11
- package/{esm2015/views/common/views-shared.module.js → esm2020/views/common/views-shared.module.mjs} +14 -10
- package/{esm2015/views/common/work-hours-footer.directive.js → esm2020/views/common/work-hours-footer.directive.mjs} +8 -5
- package/{esm2015/views/constants.js → esm2020/views/constants.mjs} +1 -1
- package/{esm2015/views/day-time/day-time-slot.service.js → esm2020/views/day-time/day-time-slot.service.mjs} +12 -18
- package/{esm2015/views/day-time/day-time-view-base.js → esm2020/views/day-time/day-time-view-base.mjs} +9 -5
- package/{esm2015/views/day-time/day-time-view-item.component.js → esm2020/views/day-time/day-time-view-item.component.mjs} +74 -21
- package/{esm2015/views/day-time/day-time-view.component.js → esm2020/views/day-time/day-time-view.component.mjs} +12 -6
- package/{esm2015/views/day-time/day-time.module.js → esm2020/views/day-time/day-time.module.mjs} +7 -6
- package/{esm2015/views/day-time/event-slot.directive.js → esm2020/views/day-time/event-slot.directive.mjs} +10 -8
- package/{esm2015/views/day-time/utils.js → esm2020/views/day-time/utils.mjs} +1 -1
- package/esm2020/views/month/month-slot.component.mjs +129 -0
- package/{esm2015/views/month/month-slot.service.js → esm2020/views/month/month-slot.service.mjs} +1 -1
- package/{esm2015/views/month/month-view-item.component.js → esm2020/views/month/month-view-item.component.mjs} +67 -17
- package/{esm2015/views/month/month-view-renderer.component.js → esm2020/views/month/month-view-renderer.component.mjs} +50 -38
- package/{esm2015/views/month/month-view.component.js → esm2020/views/month/month-view.component.mjs} +44 -14
- package/{esm2015/views/month/month-view.module.js → esm2020/views/month/month-view.module.mjs} +20 -11
- package/esm2020/views/month/multi-week-view.component.mjs +147 -0
- package/{esm2015/views/month/utils.js → esm2020/views/month/utils.mjs} +2 -2
- package/{esm2015/views/multi-day/day-view.component.js → esm2020/views/multi-day/day-view.component.mjs} +10 -7
- package/{esm2015/views/multi-day/multi-day-view-base.js → esm2020/views/multi-day/multi-day-view-base.mjs} +8 -5
- package/{esm2015/views/multi-day/multi-day-view-renderer.component.js → esm2020/views/multi-day/multi-day-view-renderer.component.mjs} +16 -10
- package/{esm2015/views/multi-day/multi-day-view.component.js → esm2020/views/multi-day/multi-day-view.component.mjs} +10 -7
- package/{esm2015/views/multi-day/multi-day-view.module.js → esm2020/views/multi-day/multi-day-view.module.mjs} +5 -5
- package/{esm2015/views/multi-day/utils.js → esm2020/views/multi-day/utils.mjs} +1 -1
- package/{esm2015/views/multi-day/week-view.component.js → esm2020/views/multi-day/week-view.component.mjs} +11 -7
- package/{esm2015/views/multi-day/work-week-view.component.js → esm2020/views/multi-day/work-week-view.component.mjs} +11 -7
- package/{esm2015/views/scheduler-view.directive.js → esm2020/views/scheduler-view.directive.mjs} +5 -5
- package/{esm2015/views/templates/agenda-date-template.directive.js → esm2020/views/templates/agenda-date-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/agenda-time-template.directive.js → esm2020/views/templates/agenda-time-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/all-day-event-template.directive.js → esm2020/views/templates/all-day-event-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/all-day-slot-template.directive.js → esm2020/views/templates/all-day-slot-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/date-header-template.directive.js → esm2020/views/templates/date-header-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/event-template.directive.js → esm2020/views/templates/event-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/group-header-template.directive.js → esm2020/views/templates/group-header-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/major-time-header-template.directive.js → esm2020/views/templates/major-time-header-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/minor-time-header-template.directive.js → esm2020/views/templates/minor-time-header-template.directive.mjs} +5 -5
- package/{esm2015/views/templates/month-day-slot-template.directive.js → esm2020/views/templates/month-day-slot-template.directive.mjs} +5 -5
- package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +31 -0
- package/{esm2015/views/templates/time-slot-template.directive.js → esm2020/views/templates/time-slot-template.directive.mjs} +5 -5
- package/{esm2015/views/templates.js → esm2020/views/templates.mjs} +2 -1
- package/{esm2015/views/timeline/timeline-base.js → esm2020/views/timeline/timeline-base.mjs} +8 -5
- package/{esm2015/views/timeline/timeline-month-view.component.js → esm2020/views/timeline/timeline-month-view.component.mjs} +10 -7
- package/{esm2015/views/timeline/timeline-multi-day-view.component.js → esm2020/views/timeline/timeline-multi-day-view.component.mjs} +11 -5
- package/{esm2015/views/timeline/timeline-view.component.js → esm2020/views/timeline/timeline-view.component.mjs} +10 -7
- package/{esm2015/views/timeline/timeline-view.module.js → esm2020/views/timeline/timeline-view.module.mjs} +5 -5
- package/{esm2015/views/timeline/timeline-week-view.component.js → esm2020/views/timeline/timeline-week-view.component.mjs} +11 -7
- package/{esm2015/views/timeline/utils.js → esm2020/views/timeline/utils.mjs} +4 -4
- package/{esm2015/views/utils.js → esm2020/views/utils.mjs} +6 -6
- package/{esm2015/views/view-context.service.js → esm2020/views/view-context.service.mjs} +4 -4
- package/{esm2015/views/view-items/base-slot.directive.js → esm2020/views/view-items/base-slot.directive.mjs} +7 -5
- package/{esm2015/views/view-items/base-slot.service.js → esm2020/views/view-items/base-slot.service.mjs} +1 -1
- package/{esm2015/views/view-items/base-view-item.js → esm2020/views/view-items/base-view-item.mjs} +9 -6
- package/{esm2015/views/view-items/item-map.js → esm2020/views/view-items/item-map.mjs} +1 -1
- package/esm2020/views/view-items/types.mjs +5 -0
- package/{esm2015/views/view-state.service.js → esm2020/views/view-state.service.mjs} +4 -4
- package/events/add-event.d.ts +1 -1
- package/events/cancel-event.d.ts +1 -1
- package/events/create-event.d.ts +1 -1
- package/events/date-change-event.d.ts +1 -1
- package/events/drag-end-event.d.ts +1 -1
- package/events/drag-event.d.ts +1 -1
- package/events/drag-start-event.d.ts +1 -1
- package/events/edit-event-base.d.ts +1 -1
- package/events/edit-event.d.ts +1 -1
- package/events/event-click-event.d.ts +1 -1
- package/events/event-keydown-event.d.ts +1 -1
- package/events/navigate-event.d.ts +1 -1
- package/events/preventable-event.d.ts +1 -1
- package/events/remove-event.d.ts +1 -1
- package/events/resize-end-event.d.ts +1 -1
- package/events/resize-event.d.ts +1 -1
- package/events/resize-start-event.d.ts +1 -1
- package/events/save-event.d.ts +1 -1
- package/events/slot-click-event.d.ts +1 -1
- package/events/slot-drag-end-event.d.ts +1 -1
- package/events/slot-drag-event.d.ts +1 -1
- package/events/slot-drag-start-event.d.ts +1 -1
- package/events/view-event-map.d.ts +1 -1
- package/events.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-scheduler.mjs +17376 -0
- package/{fesm2015/kendo-angular-scheduler.js → fesm2020/progress-kendo-angular-scheduler.mjs} +1430 -1047
- package/{main.d.ts → index.d.ts} +3 -1
- package/loading.component.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +6 -2
- package/localization/scheduler-localization.service.d.ts +1 -1
- package/navigation/focus-position.interface.d.ts +1 -1
- package/navigation/focus.service.d.ts +1 -1
- package/navigation/focusable-element.interface.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/shortcuts.directive.d.ts +1 -1
- package/navigation.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +37 -64
- package/pdf/pdf-command.directive.d.ts +2 -2
- package/pdf/pdf-export-event.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +3 -2
- package/pdf/pdf.service.d.ts +1 -1
- package/{kendo-angular-scheduler.d.ts → progress-kendo-angular-scheduler.d.ts} +2 -2
- package/scheduler.component.d.ts +7 -2
- package/scheduler.module.d.ts +22 -21
- package/schematics/ngAdd/index.js +4 -6
- package/shared.module.d.ts +1 -1
- package/toolbar/navigation.component.d.ts +6 -1
- package/toolbar/toolbar-context.d.ts +1 -1
- package/toolbar/toolbar-template.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +1 -1
- package/toolbar/toolbar.module.d.ts +1 -1
- package/toolbar/toolbar.service.d.ts +1 -1
- package/toolbar/view-selector.component.d.ts +1 -1
- package/types/actions.d.ts +1 -1
- package/types/create-form-group-args.interface.d.ts +1 -1
- package/types/crud-operation.enum.d.ts +1 -1
- package/types/current-time-settings.interface.d.ts +1 -1
- package/types/date-range.interface.d.ts +1 -1
- package/types/datepicker-options.interface.d.ts +1 -1
- package/types/edit-event-args.interface.d.ts +1 -1
- package/types/edit-mode.enum.d.ts +1 -1
- package/types/editable-settings.interface.d.ts +1 -1
- package/types/event-style-args.interface.d.ts +1 -1
- package/types/focusable-container.d.ts +1 -1
- package/types/group.interface.d.ts +1 -1
- package/types/numeric-options.interface.d.ts +1 -1
- package/types/ongoing-events-settings.interface.d.ts +1 -1
- package/types/resource.interface.d.ts +1 -1
- package/types/scheduler-event.d.ts +1 -1
- package/types/scheduler-model-fields.interface.d.ts +1 -1
- package/types/scheduler-slot.interface.d.ts +1 -1
- package/types/scheduler-view.d.ts +1 -1
- package/types/slot-class-args.interface.d.ts +1 -1
- package/types/slot-selection.d.ts +1 -1
- package/types/view-item.interface.d.ts +1 -1
- package/types.d.ts +1 -1
- package/views/agenda/agenda-header-item.component.d.ts +1 -1
- package/views/agenda/agenda-header.component.d.ts +1 -1
- package/views/agenda/agenda-task-item.component.d.ts +5 -1
- package/views/agenda/agenda-view-internal.component.d.ts +1 -1
- package/views/agenda/agenda-view-list.component.d.ts +4 -1
- package/views/agenda/agenda-view.component.d.ts +1 -1
- package/views/agenda/agenda-view.module.d.ts +3 -2
- package/views/agenda/tasks.collection.d.ts +1 -1
- package/views/agenda/utils.d.ts +1 -1
- package/views/common/base-view.d.ts +3 -3
- package/views/common/configuration-view-base.d.ts +1 -1
- package/views/common/dom-events.service.d.ts +1 -1
- package/views/common/hint-container.component.d.ts +1 -1
- package/views/common/repeat.pipe.d.ts +1 -1
- package/views/common/resize-hint.component.d.ts +1 -1
- package/views/common/resource-iterator.pipe.d.ts +1 -1
- package/views/common/scheduler-task.d.ts +1 -1
- package/views/common/slot-selectable.directive.d.ts +1 -1
- package/views/common/view-footer.component.d.ts +1 -1
- package/views/common/views-shared.module.d.ts +3 -2
- package/views/common/work-hours-footer.directive.d.ts +1 -1
- package/views/constants.d.ts +1 -1
- package/views/day-time/day-time-slot.service.d.ts +1 -1
- package/views/day-time/day-time-view-base.d.ts +1 -1
- package/views/day-time/day-time-view-item.component.d.ts +9 -1
- package/views/day-time/day-time-view.component.d.ts +1 -1
- package/views/day-time/day-time.module.d.ts +3 -2
- package/views/day-time/event-slot.directive.d.ts +1 -1
- package/views/day-time/utils.d.ts +1 -1
- package/views/month/{month-slot.directive.d.ts → month-slot.component.d.ts} +14 -7
- package/views/month/month-slot.service.d.ts +1 -1
- package/views/month/month-view-item.component.d.ts +7 -1
- package/views/month/month-view-renderer.component.d.ts +16 -2
- package/views/month/month-view.component.d.ts +14 -2
- package/views/month/month-view.module.d.ts +6 -4
- package/views/month/multi-week-view.component.d.ts +64 -0
- package/views/month/utils.d.ts +1 -1
- package/views/multi-day/day-view.component.d.ts +1 -1
- package/views/multi-day/multi-day-view-base.d.ts +1 -1
- package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -1
- package/views/multi-day/multi-day-view.component.d.ts +1 -1
- package/views/multi-day/multi-day-view.module.d.ts +1 -1
- package/views/multi-day/utils.d.ts +1 -1
- package/views/multi-day/week-view.component.d.ts +1 -1
- package/views/multi-day/work-week-view.component.d.ts +1 -1
- package/views/scheduler-view.directive.d.ts +1 -1
- package/views/templates/agenda-date-template.directive.d.ts +1 -1
- package/views/templates/agenda-time-template.directive.d.ts +1 -1
- package/views/templates/all-day-event-template.directive.d.ts +1 -1
- package/views/templates/all-day-slot-template.directive.d.ts +1 -1
- package/views/templates/date-header-template.directive.d.ts +1 -1
- package/views/templates/event-template.directive.d.ts +1 -1
- package/views/templates/group-header-template.directive.d.ts +1 -1
- package/views/templates/major-time-header-template.directive.d.ts +1 -1
- package/views/templates/minor-time-header-template.directive.d.ts +1 -1
- package/views/templates/month-day-slot-template.directive.d.ts +1 -1
- package/views/templates/multi-week-day-slot-template.directive.d.ts +22 -0
- package/views/templates/time-slot-template.directive.d.ts +1 -1
- package/views/templates.d.ts +2 -1
- package/views/timeline/timeline-base.d.ts +1 -1
- package/views/timeline/timeline-month-view.component.d.ts +1 -1
- package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
- package/views/timeline/timeline-view.component.d.ts +1 -1
- package/views/timeline/timeline-view.module.d.ts +1 -1
- package/views/timeline/timeline-week-view.component.d.ts +1 -1
- package/views/timeline/utils.d.ts +1 -1
- package/views/utils.d.ts +1 -1
- package/views/view-context.service.d.ts +1 -1
- package/views/view-items/base-slot.directive.d.ts +1 -1
- package/views/view-items/base-slot.service.d.ts +1 -1
- package/views/view-items/base-view-item.d.ts +1 -1
- package/views/view-items/item-map.d.ts +1 -1
- package/views/view-items/types.d.ts +1 -1
- package/views/view-state.service.d.ts +1 -1
- package/bundles/kendo-angular-scheduler.umd.js +0 -5
- package/esm2015/types/actions.js +0 -5
- package/esm2015/types/create-form-group-args.interface.js +0 -5
- package/esm2015/types/crud-operation.enum.js +0 -16
- package/esm2015/types/current-time-settings.interface.js +0 -5
- package/esm2015/types/date-range.interface.js +0 -5
- package/esm2015/types/datepicker-options.interface.js +0 -5
- package/esm2015/types/edit-event-args.interface.js +0 -5
- package/esm2015/types/edit-mode.enum.js +0 -19
- package/esm2015/types/editable-settings.interface.js +0 -5
- package/esm2015/types/event-style-args.interface.js +0 -5
- package/esm2015/types/focusable-container.js +0 -5
- package/esm2015/types/group.interface.js +0 -5
- package/esm2015/types/numeric-options.interface.js +0 -5
- package/esm2015/types/ongoing-events-settings.interface.js +0 -5
- package/esm2015/types/resource.interface.js +0 -5
- package/esm2015/types/scheduler-event.js +0 -5
- package/esm2015/types/scheduler-model-fields.interface.js +0 -5
- package/esm2015/types/scheduler-slot.interface.js +0 -5
- package/esm2015/types/slot-class-args.interface.js +0 -5
- package/esm2015/types/view-item.interface.js +0 -5
- package/esm2015/views/common/scheduler-task.js +0 -5
- package/esm2015/views/month/month-slot.directive.js +0 -77
- package/esm2015/views/view-items/types.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { Input, ElementRef, Component, ChangeDetectorRef } from '@angular/core';
|
|
6
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
+
import { BaseSlotDirective } from '../view-items/base-slot.directive';
|
|
8
|
+
import { MonthSlotService } from './month-slot.service';
|
|
9
|
+
import { firstElementChild } from '../../common/dom-queries';
|
|
10
|
+
import { addUTCDays, toUTCDate } from '../utils';
|
|
11
|
+
import { firstDayOfMonth, isEqualDate } from '@progress/kendo-date-math';
|
|
12
|
+
import { moreHorizontalIcon } from '@progress/kendo-svg-icons';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
import * as i1 from "./month-slot.service";
|
|
15
|
+
import * as i2 from "@progress/kendo-angular-l10n";
|
|
16
|
+
import * as i3 from "@progress/kendo-angular-icons";
|
|
17
|
+
import * as i4 from "@angular/common";
|
|
18
|
+
import * as i5 from "@progress/kendo-angular-intl";
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
export class MonthSlotComponent extends BaseSlotDirective {
|
|
23
|
+
constructor(element, slotService, localization, cdr) {
|
|
24
|
+
super(element, slotService, localization);
|
|
25
|
+
this.cdr = cdr;
|
|
26
|
+
this.moreHorizontalIcon = moreHorizontalIcon;
|
|
27
|
+
this.isDaySlot = true;
|
|
28
|
+
this._linkHeight = null;
|
|
29
|
+
}
|
|
30
|
+
set start(value) {
|
|
31
|
+
this.startDate = toUTCDate(value);
|
|
32
|
+
}
|
|
33
|
+
get start() {
|
|
34
|
+
return this.startDate;
|
|
35
|
+
}
|
|
36
|
+
get end() {
|
|
37
|
+
return addUTCDays(this.start, 1);
|
|
38
|
+
}
|
|
39
|
+
isFirstDayOfMonth(day) {
|
|
40
|
+
return isEqualDate(day, firstDayOfMonth(day));
|
|
41
|
+
}
|
|
42
|
+
get linkHeight() {
|
|
43
|
+
if (this._linkHeight === null) {
|
|
44
|
+
const element = firstElementChild(this.nativeElement);
|
|
45
|
+
this._linkHeight = element ? element.offsetHeight + element.offsetTop : 0;
|
|
46
|
+
}
|
|
47
|
+
return this._linkHeight;
|
|
48
|
+
}
|
|
49
|
+
ngOnDestroy() {
|
|
50
|
+
super.ngOnDestroy();
|
|
51
|
+
this.removeShowMore();
|
|
52
|
+
}
|
|
53
|
+
showMore(rect) {
|
|
54
|
+
this.showMoreButton = true;
|
|
55
|
+
this.style = `width: ${rect.width}px; left: ${rect.left}px; top: ${rect.top}px; border-color: inherit;`;
|
|
56
|
+
this.cdr.detectChanges();
|
|
57
|
+
}
|
|
58
|
+
hideMore() {
|
|
59
|
+
this.showMoreButton = false;
|
|
60
|
+
this.removeShowMore();
|
|
61
|
+
}
|
|
62
|
+
invalidate() {
|
|
63
|
+
super.invalidate();
|
|
64
|
+
this._linkHeight = null;
|
|
65
|
+
this.showMoreButton = false;
|
|
66
|
+
this.removeShowMore();
|
|
67
|
+
}
|
|
68
|
+
removeShowMore() {
|
|
69
|
+
this.showMoreButton = false;
|
|
70
|
+
this.cdr.detectChanges();
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
MonthSlotComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthSlotComponent, deps: [{ token: i0.ElementRef }, { token: i1.MonthSlotService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
74
|
+
MonthSlotComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonthSlotComponent, selector: "[monthSlot]", inputs: { resourcesByIndex: "resourcesByIndex", monthDaySlotTemplateRef: "monthDaySlotTemplateRef", start: ["monthSlot", "start"] }, usesInheritance: true, ngImport: i0, template: `
|
|
75
|
+
<span *ngIf="!monthDaySlotTemplateRef" aria-hidden="true" class="k-link k-nav-day">
|
|
76
|
+
{{ start | kendoDate: isFirstDayOfMonth(start) ? 'MMM dd' : 'dd' }}
|
|
77
|
+
</span>
|
|
78
|
+
<ng-container
|
|
79
|
+
*ngIf="monthDaySlotTemplateRef"
|
|
80
|
+
[ngTemplateOutlet]="monthDaySlotTemplateRef"
|
|
81
|
+
[ngTemplateOutletContext]="{ date: start, resources: resourcesByIndex }"
|
|
82
|
+
>
|
|
83
|
+
</ng-container>
|
|
84
|
+
|
|
85
|
+
<kendo-icon-wrapper
|
|
86
|
+
*ngIf="showMoreButton"
|
|
87
|
+
class="k-more-events k-button"
|
|
88
|
+
innerCssClass="k-i-more-horizontal"
|
|
89
|
+
name="more-horizontal"
|
|
90
|
+
[svgIcon]="moreHorizontalIcon"
|
|
91
|
+
[style]="style"
|
|
92
|
+
>
|
|
93
|
+
</kendo-icon-wrapper>
|
|
94
|
+
`, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "kendoDate": i5.DatePipe } });
|
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthSlotComponent, decorators: [{
|
|
96
|
+
type: Component,
|
|
97
|
+
args: [{
|
|
98
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
99
|
+
selector: '[monthSlot]',
|
|
100
|
+
template: `
|
|
101
|
+
<span *ngIf="!monthDaySlotTemplateRef" aria-hidden="true" class="k-link k-nav-day">
|
|
102
|
+
{{ start | kendoDate: isFirstDayOfMonth(start) ? 'MMM dd' : 'dd' }}
|
|
103
|
+
</span>
|
|
104
|
+
<ng-container
|
|
105
|
+
*ngIf="monthDaySlotTemplateRef"
|
|
106
|
+
[ngTemplateOutlet]="monthDaySlotTemplateRef"
|
|
107
|
+
[ngTemplateOutletContext]="{ date: start, resources: resourcesByIndex }"
|
|
108
|
+
>
|
|
109
|
+
</ng-container>
|
|
110
|
+
|
|
111
|
+
<kendo-icon-wrapper
|
|
112
|
+
*ngIf="showMoreButton"
|
|
113
|
+
class="k-more-events k-button"
|
|
114
|
+
innerCssClass="k-i-more-horizontal"
|
|
115
|
+
name="more-horizontal"
|
|
116
|
+
[svgIcon]="moreHorizontalIcon"
|
|
117
|
+
[style]="style"
|
|
118
|
+
>
|
|
119
|
+
</kendo-icon-wrapper>
|
|
120
|
+
`
|
|
121
|
+
}]
|
|
122
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.MonthSlotService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { resourcesByIndex: [{
|
|
123
|
+
type: Input
|
|
124
|
+
}], monthDaySlotTemplateRef: [{
|
|
125
|
+
type: Input
|
|
126
|
+
}], start: [{
|
|
127
|
+
type: Input,
|
|
128
|
+
args: ['monthSlot']
|
|
129
|
+
}] } });
|
package/{esm2015/views/month/month-slot.service.js → esm2020/views/month/month-slot.service.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { orderBy } from '@progress/kendo-data-query';
|
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, Inject, LOCALE_ID } from '@angular/core';
|
|
5
|
+
import { Component, ElementRef, Renderer2, Inject, LOCALE_ID } from '@angular/core';
|
|
6
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
+
import { MonthSlotService } from './month-slot.service';
|
|
6
8
|
import { BaseViewItem } from '../view-items/base-view-item';
|
|
9
|
+
import { FocusService } from '../../navigation';
|
|
10
|
+
import { arrowRotateCwIcon, arrowsNoRepeatIcon, caretAltLeftIcon, caretAltRightIcon, xIcon } from '@progress/kendo-svg-icons';
|
|
7
11
|
import * as i0 from "@angular/core";
|
|
8
12
|
import * as i1 from "./month-slot.service";
|
|
9
13
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
10
14
|
import * as i3 from "../../navigation";
|
|
11
|
-
import * as i4 from "@angular
|
|
15
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
|
16
|
+
import * as i5 from "@angular/common";
|
|
12
17
|
/**
|
|
13
18
|
* @hidden
|
|
14
19
|
*/
|
|
@@ -16,6 +21,11 @@ export class MonthViewItemComponent extends BaseViewItem {
|
|
|
16
21
|
constructor(slotService, localization, focusService, element, renderer, localeId) {
|
|
17
22
|
super(slotService, localization, focusService, element, renderer, localeId);
|
|
18
23
|
this.localeId = localeId;
|
|
24
|
+
this.caretAltLeftIcon = caretAltLeftIcon;
|
|
25
|
+
this.caretAltRightIcon = caretAltRightIcon;
|
|
26
|
+
this.arrowRotateCwIcon = arrowRotateCwIcon;
|
|
27
|
+
this.arrowsNoRepeatIcon = arrowsNoRepeatIcon;
|
|
28
|
+
this.xIcon = xIcon;
|
|
19
29
|
}
|
|
20
30
|
reflow() {
|
|
21
31
|
if (this.item.data[this.resourceIndex].hidden) {
|
|
@@ -28,12 +38,27 @@ export class MonthViewItemComponent extends BaseViewItem {
|
|
|
28
38
|
super.reflow();
|
|
29
39
|
}
|
|
30
40
|
}
|
|
31
|
-
MonthViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
32
|
-
MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
41
|
+
MonthViewItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewItemComponent, deps: [{ token: i1.MonthSlotService }, { token: i2.LocalizationService }, { token: i3.FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
+
MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonthViewItemComponent, selector: "[monthViewItem]", usesInheritance: true, ngImport: i0, template: `
|
|
33
43
|
<span class="k-event-actions">
|
|
34
|
-
<
|
|
35
|
-
|
|
36
|
-
|
|
44
|
+
<kendo-icon-wrapper
|
|
45
|
+
*ngIf="item.tail"
|
|
46
|
+
name="caret-alt-left"
|
|
47
|
+
[svgIcon]="caretAltLeftIcon"
|
|
48
|
+
>
|
|
49
|
+
</kendo-icon-wrapper>
|
|
50
|
+
<kendo-icon-wrapper
|
|
51
|
+
*ngIf="isRecurrence"
|
|
52
|
+
name="arrow-rotate-cw"
|
|
53
|
+
[svgIcon]="arrowRotateCwIcon"
|
|
54
|
+
>
|
|
55
|
+
</kendo-icon-wrapper>
|
|
56
|
+
<kendo-icon-wrapper
|
|
57
|
+
*ngIf="isRecurrenceException"
|
|
58
|
+
name="arrows-no-repeat"
|
|
59
|
+
[svgIcon]="arrowsNoRepeatIcon"
|
|
60
|
+
>
|
|
61
|
+
</kendo-icon-wrapper>
|
|
37
62
|
</span>
|
|
38
63
|
<ng-container *ngIf="eventTemplate" [ngTemplateOutlet]="eventTemplate"
|
|
39
64
|
[ngTemplateOutletContext]="{ $implicit: item.event, event: item.event, resources: resources }">
|
|
@@ -44,26 +69,46 @@ MonthViewItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
44
69
|
|
|
45
70
|
<span class="k-event-actions">
|
|
46
71
|
<span *ngIf="removable" class="k-link k-event-delete" aria-hidden="true" [attr.title]="deleteMessage">
|
|
47
|
-
<
|
|
72
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
48
73
|
</span>
|
|
49
|
-
<
|
|
74
|
+
<kendo-icon-wrapper
|
|
75
|
+
*ngIf="item.head"
|
|
76
|
+
name="caret-alt-right"
|
|
77
|
+
[svgIcon]="caretAltRightIcon"
|
|
78
|
+
>
|
|
79
|
+
</kendo-icon-wrapper>
|
|
50
80
|
</span>
|
|
51
81
|
|
|
52
82
|
<ng-container *ngIf="resizable">
|
|
53
83
|
<span class="k-resize-handle k-resize-w"></span>
|
|
54
84
|
<span class="k-resize-handle k-resize-e"></span>
|
|
55
85
|
</ng-container>
|
|
56
|
-
`, isInline: true,
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
86
|
+
`, isInline: true, components: [{ type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
87
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewItemComponent, decorators: [{
|
|
58
88
|
type: Component,
|
|
59
89
|
args: [{
|
|
60
90
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
61
91
|
selector: '[monthViewItem]',
|
|
62
92
|
template: `
|
|
63
93
|
<span class="k-event-actions">
|
|
64
|
-
<
|
|
65
|
-
|
|
66
|
-
|
|
94
|
+
<kendo-icon-wrapper
|
|
95
|
+
*ngIf="item.tail"
|
|
96
|
+
name="caret-alt-left"
|
|
97
|
+
[svgIcon]="caretAltLeftIcon"
|
|
98
|
+
>
|
|
99
|
+
</kendo-icon-wrapper>
|
|
100
|
+
<kendo-icon-wrapper
|
|
101
|
+
*ngIf="isRecurrence"
|
|
102
|
+
name="arrow-rotate-cw"
|
|
103
|
+
[svgIcon]="arrowRotateCwIcon"
|
|
104
|
+
>
|
|
105
|
+
</kendo-icon-wrapper>
|
|
106
|
+
<kendo-icon-wrapper
|
|
107
|
+
*ngIf="isRecurrenceException"
|
|
108
|
+
name="arrows-no-repeat"
|
|
109
|
+
[svgIcon]="arrowsNoRepeatIcon"
|
|
110
|
+
>
|
|
111
|
+
</kendo-icon-wrapper>
|
|
67
112
|
</span>
|
|
68
113
|
<ng-container *ngIf="eventTemplate" [ngTemplateOutlet]="eventTemplate"
|
|
69
114
|
[ngTemplateOutletContext]="{ $implicit: item.event, event: item.event, resources: resources }">
|
|
@@ -74,9 +119,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
74
119
|
|
|
75
120
|
<span class="k-event-actions">
|
|
76
121
|
<span *ngIf="removable" class="k-link k-event-delete" aria-hidden="true" [attr.title]="deleteMessage">
|
|
77
|
-
<
|
|
122
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
78
123
|
</span>
|
|
79
|
-
<
|
|
124
|
+
<kendo-icon-wrapper
|
|
125
|
+
*ngIf="item.head"
|
|
126
|
+
name="caret-alt-right"
|
|
127
|
+
[svgIcon]="caretAltRightIcon"
|
|
128
|
+
>
|
|
129
|
+
</kendo-icon-wrapper>
|
|
80
130
|
</span>
|
|
81
131
|
|
|
82
132
|
<ng-container *ngIf="resizable">
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, Input, ViewChildren } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
5
|
+
import { Component, Input, NgZone, ElementRef, Renderer2, TemplateRef, ChangeDetectorRef, QueryList, ViewChildren } from '@angular/core';
|
|
6
|
+
import { IntlService } from '@progress/kendo-angular-intl';
|
|
7
|
+
import { isChanged, isDocumentAvailable, ScrollbarWidthService } from '@progress/kendo-angular-common';
|
|
8
|
+
import { addDays, getDate, toLocalDate } from '@progress/kendo-date-math';
|
|
9
|
+
import { ViewContextService } from '../view-context.service';
|
|
10
|
+
import { ViewStateService } from '../view-state.service';
|
|
8
11
|
import { closestInScope, hasClasses } from '../../common/dom-queries';
|
|
9
12
|
import { MonthSlotService } from './month-slot.service';
|
|
10
13
|
import { updateTaskData, createTasks } from './utils';
|
|
11
14
|
import { toPx, dateInRange } from '../utils';
|
|
12
15
|
import { BaseView } from '../common/base-view';
|
|
16
|
+
import { PDFService } from '../../pdf/pdf.service';
|
|
17
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
13
18
|
import { MonthViewItemComponent } from './month-view-item.component';
|
|
14
19
|
import { isPresent } from '../../common/util';
|
|
15
20
|
import { DAYS_IN_WEEK_COUNT, WEEKS_COUNT, MS_PER_MINUTE, ONGOING_EVENT_CSS_CLASS } from '../constants';
|
|
@@ -21,11 +26,11 @@ import * as i4 from "./month-slot.service";
|
|
|
21
26
|
import * as i5 from "../../pdf/pdf.service";
|
|
22
27
|
import * as i6 from "@progress/kendo-angular-l10n";
|
|
23
28
|
import * as i7 from "@progress/kendo-angular-common";
|
|
24
|
-
import * as i8 from "./month-
|
|
25
|
-
import * as i9 from "
|
|
26
|
-
import * as i10 from "../common/
|
|
27
|
-
import * as i11 from "
|
|
28
|
-
import * as i12 from "
|
|
29
|
+
import * as i8 from "./month-slot.component";
|
|
30
|
+
import * as i9 from "./month-view-item.component";
|
|
31
|
+
import * as i10 from "../common/hint-container.component";
|
|
32
|
+
import * as i11 from "../common/resize-hint.component";
|
|
33
|
+
import * as i12 from "@angular/common";
|
|
29
34
|
import * as i13 from "../../navigation/focusable.directive";
|
|
30
35
|
import * as i14 from "../common/resource-iterator.pipe";
|
|
31
36
|
import * as i15 from "../common/repeat.pipe";
|
|
@@ -35,6 +40,10 @@ import * as i15 from "../common/repeat.pipe";
|
|
|
35
40
|
export class MonthViewRendererComponent extends BaseView {
|
|
36
41
|
constructor(viewContext, viewState, intl, slotService, zone, element, renderer, pdfService, localization, changeDetector, scrollBarWidthService) {
|
|
37
42
|
super(viewContext, viewState, intl, slotService, zone, renderer, element, pdfService, localization, changeDetector, scrollBarWidthService);
|
|
43
|
+
/**
|
|
44
|
+
* The number of weeks to be rendered in the view
|
|
45
|
+
*/
|
|
46
|
+
this.numberOfWeeks = WEEKS_COUNT;
|
|
38
47
|
this.resizeHintFormat = { skeleton: 'Md' };
|
|
39
48
|
this.weeks = [];
|
|
40
49
|
this.updateOngoingEvents = this.updateOngoingEvents.bind(this);
|
|
@@ -66,7 +75,7 @@ export class MonthViewRendererComponent extends BaseView {
|
|
|
66
75
|
}
|
|
67
76
|
verticalRowspan(resourceIndex) {
|
|
68
77
|
const resources = this.verticalResources;
|
|
69
|
-
let result =
|
|
78
|
+
let result = this.numberOfWeeks;
|
|
70
79
|
for (let idx = resourceIndex + 1; idx < resources.length; idx++) {
|
|
71
80
|
result *= (resources[idx].data || []).length || 1;
|
|
72
81
|
}
|
|
@@ -98,7 +107,7 @@ export class MonthViewRendererComponent extends BaseView {
|
|
|
98
107
|
return addDays(dayStart, 1);
|
|
99
108
|
}
|
|
100
109
|
optionsChange(changes) {
|
|
101
|
-
this.schedulerMonthDaySlotTemplate = changes.
|
|
110
|
+
this.schedulerMonthDaySlotTemplate = changes[`${this.type}DaySlotTemplate`];
|
|
102
111
|
super.optionsChange(changes);
|
|
103
112
|
}
|
|
104
113
|
createTasks(items, dateRange) {
|
|
@@ -151,25 +160,20 @@ export class MonthViewRendererComponent extends BaseView {
|
|
|
151
160
|
onAction(e) {
|
|
152
161
|
const now = getDate(this.selectedDate);
|
|
153
162
|
if (e.type === 'next') {
|
|
154
|
-
const next =
|
|
163
|
+
const next = this.newRange(now);
|
|
155
164
|
if (this.isInRange(next)) {
|
|
156
165
|
this.viewState.notifyNextDate(next);
|
|
157
166
|
}
|
|
158
167
|
}
|
|
159
168
|
if (e.type === 'prev') {
|
|
160
|
-
const next =
|
|
169
|
+
const next = this.newRange(now, -1);
|
|
161
170
|
if (this.isInRange(next)) {
|
|
162
171
|
this.viewState.notifyNextDate(next);
|
|
163
172
|
}
|
|
164
173
|
}
|
|
165
174
|
}
|
|
166
175
|
dateRange(date = this.selectedDate) {
|
|
167
|
-
|
|
168
|
-
const start = firstDayInWeek(monthStart, this.weekStart);
|
|
169
|
-
const end = addDays(start, DAYS_IN_WEEK_COUNT * WEEKS_COUNT);
|
|
170
|
-
const text = this.intl.format(this.selectedDateFormat, monthStart);
|
|
171
|
-
const shortText = this.intl.format(this.selectedShortDateFormat, monthStart);
|
|
172
|
-
return { start, end, text, shortText };
|
|
176
|
+
return this.dateRangeFn(date, this.weekStart);
|
|
173
177
|
}
|
|
174
178
|
dragRanges(slot) {
|
|
175
179
|
return this.slotService.dragRanges(slot, this.dragging.offset);
|
|
@@ -208,7 +212,7 @@ export class MonthViewRendererComponent extends BaseView {
|
|
|
208
212
|
createDaySlots({ start }) {
|
|
209
213
|
const weeks = [];
|
|
210
214
|
let date = start;
|
|
211
|
-
for (let idx = 0; idx <
|
|
215
|
+
for (let idx = 0; idx < this.numberOfWeeks; idx++) {
|
|
212
216
|
const week = [];
|
|
213
217
|
weeks.push(week);
|
|
214
218
|
for (let dayIdx = 0; dayIdx < DAYS_IN_WEEK_COUNT; dayIdx++) {
|
|
@@ -219,8 +223,8 @@ export class MonthViewRendererComponent extends BaseView {
|
|
|
219
223
|
return weeks;
|
|
220
224
|
}
|
|
221
225
|
}
|
|
222
|
-
MonthViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
223
|
-
MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
226
|
+
MonthViewRendererComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewRendererComponent, deps: [{ token: i1.ViewContextService }, { token: i2.ViewStateService }, { token: i3.IntlService }, { token: i4.MonthSlotService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i5.PDFService }, { token: i6.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i7.ScrollbarWidthService }], target: i0.ɵɵFactoryTarget.Component });
|
|
227
|
+
MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonthViewRendererComponent, selector: "month-view", inputs: { monthDaySlotTemplate: "monthDaySlotTemplate", highlightOngoingEvents: "highlightOngoingEvents", type: "type", numberOfWeeks: "numberOfWeeks", newRange: "newRange", dateRangeFn: "dateRangeFn" }, providers: [
|
|
224
228
|
MonthSlotService
|
|
225
229
|
], viewQueries: [{ propertyName: "eventElements", predicate: MonthViewItemComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
|
226
230
|
<div class="k-scheduler-layout k-scheduler-monthview k-scheduler-flex-layout">
|
|
@@ -234,6 +238,7 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
234
238
|
</div>
|
|
235
239
|
<div class="k-scheduler-header k-state-default" #header>
|
|
236
240
|
<div class="k-scheduler-header-wrap" #headerWrap>
|
|
241
|
+
<!-- Days of the weeks titles -->
|
|
237
242
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
238
243
|
<tr *ngFor="let resource of horizontalResources; let resourceIndex = index; trackBy: itemIndex">
|
|
239
244
|
<th *ngFor="let item of horizontalResources | resourceIterator : resourceIndex; trackBy: itemIndex"
|
|
@@ -268,7 +273,7 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
268
273
|
<th class="k-slot-cell k-empty-slot">
|
|
269
274
|
</th>
|
|
270
275
|
</tr>
|
|
271
|
-
<tr *ngFor="let index of
|
|
276
|
+
<tr *ngFor="let index of (numberOfWeeks - 1) | repeat; trackBy: itemIndex">
|
|
272
277
|
<th class="k-slot-cell k-empty-slot"></th>
|
|
273
278
|
</tr>
|
|
274
279
|
</ng-container>
|
|
@@ -280,14 +285,16 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
280
285
|
#content
|
|
281
286
|
role="group"
|
|
282
287
|
[attr.aria-owns]="matchOwned(items | async)">
|
|
288
|
+
<!-- Main content -->
|
|
283
289
|
<table class="k-scheduler-table k-user-select-none" #contentTable role="presentation">
|
|
284
290
|
<ng-container *ngFor="let resourceItem of verticalResources | resourceIterator; let verticalIndex = index; trackBy: itemIndex">
|
|
285
291
|
<tr *ngFor="let week of weeks; let rangeIndex = index; trackBy: itemIndex">
|
|
286
292
|
<ng-container *ngFor="let resource of horizontalResources | resourceIterator; let horizontalIndex = index; trackBy: itemIndex">
|
|
287
293
|
<td *ngFor="let day of week; let index = index; trackBy: itemIndex"
|
|
288
|
-
monthSlot
|
|
294
|
+
[monthSlot]="day"
|
|
295
|
+
[monthDaySlotTemplateRef]="monthDaySlotTemplateRef"
|
|
296
|
+
[resourcesByIndex]="resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex)"
|
|
289
297
|
[ngClass]="daySlotClass(day, verticalResources.length ? verticalIndex : horizontalIndex)"
|
|
290
|
-
[start]="day"
|
|
291
298
|
[id]="{ resourceIndex: verticalResources.length ? verticalIndex : horizontalIndex, rangeIndex: rangeIndex, index: index }"
|
|
292
299
|
[title]="cellTitle(day)"
|
|
293
300
|
[class.k-selected]="isSlotSelected({
|
|
@@ -297,10 +304,7 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
297
304
|
resources: resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex)
|
|
298
305
|
})"
|
|
299
306
|
>
|
|
300
|
-
|
|
301
|
-
<ng-container *ngIf="monthDaySlotTemplateRef" [ngTemplateOutlet]="monthDaySlotTemplateRef"
|
|
302
|
-
[ngTemplateOutletContext]="{ date: day, resources: resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex) }"></ng-container>
|
|
303
|
-
</td>
|
|
307
|
+
</td>
|
|
304
308
|
</ng-container>
|
|
305
309
|
</tr>
|
|
306
310
|
</ng-container>
|
|
@@ -346,8 +350,8 @@ MonthViewRendererComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
346
350
|
</div>
|
|
347
351
|
</div>
|
|
348
352
|
</div>
|
|
349
|
-
`, isInline: true, components: [{ type: i8.MonthViewItemComponent, selector: "[monthViewItem]" }, { type:
|
|
350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
353
|
+
`, isInline: true, components: [{ type: i8.MonthSlotComponent, selector: "[monthSlot]", inputs: ["resourcesByIndex", "monthDaySlotTemplateRef", "monthSlot"] }, { type: i9.MonthViewItemComponent, selector: "[monthViewItem]" }, { type: i10.HintContainerComponent, selector: "kendo-hint-container" }, { type: i11.ResizeHintComponent, selector: "[kendoResizeHint]", inputs: ["hint", "format"] }], directives: [{ type: i12.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i12.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i12.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i12.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i12.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i13.FocusableDirective, selector: "[kendoSchedulerFocusIndex]", inputs: ["kendoSchedulerFocusIndex", "containerType"] }], pipes: { "resourceIterator": i14.ResourceIteratorPipe, "kendoDate": i3.DatePipe, "repeat": i15.RepeatPipe, "async": i12.AsyncPipe } });
|
|
354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonthViewRendererComponent, decorators: [{
|
|
351
355
|
type: Component,
|
|
352
356
|
args: [{
|
|
353
357
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -367,6 +371,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
367
371
|
</div>
|
|
368
372
|
<div class="k-scheduler-header k-state-default" #header>
|
|
369
373
|
<div class="k-scheduler-header-wrap" #headerWrap>
|
|
374
|
+
<!-- Days of the weeks titles -->
|
|
370
375
|
<table class="k-scheduler-table" aria-hidden="true">
|
|
371
376
|
<tr *ngFor="let resource of horizontalResources; let resourceIndex = index; trackBy: itemIndex">
|
|
372
377
|
<th *ngFor="let item of horizontalResources | resourceIterator : resourceIndex; trackBy: itemIndex"
|
|
@@ -401,7 +406,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
401
406
|
<th class="k-slot-cell k-empty-slot">
|
|
402
407
|
</th>
|
|
403
408
|
</tr>
|
|
404
|
-
<tr *ngFor="let index of
|
|
409
|
+
<tr *ngFor="let index of (numberOfWeeks - 1) | repeat; trackBy: itemIndex">
|
|
405
410
|
<th class="k-slot-cell k-empty-slot"></th>
|
|
406
411
|
</tr>
|
|
407
412
|
</ng-container>
|
|
@@ -413,14 +418,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
413
418
|
#content
|
|
414
419
|
role="group"
|
|
415
420
|
[attr.aria-owns]="matchOwned(items | async)">
|
|
421
|
+
<!-- Main content -->
|
|
416
422
|
<table class="k-scheduler-table k-user-select-none" #contentTable role="presentation">
|
|
417
423
|
<ng-container *ngFor="let resourceItem of verticalResources | resourceIterator; let verticalIndex = index; trackBy: itemIndex">
|
|
418
424
|
<tr *ngFor="let week of weeks; let rangeIndex = index; trackBy: itemIndex">
|
|
419
425
|
<ng-container *ngFor="let resource of horizontalResources | resourceIterator; let horizontalIndex = index; trackBy: itemIndex">
|
|
420
426
|
<td *ngFor="let day of week; let index = index; trackBy: itemIndex"
|
|
421
|
-
monthSlot
|
|
427
|
+
[monthSlot]="day"
|
|
428
|
+
[monthDaySlotTemplateRef]="monthDaySlotTemplateRef"
|
|
429
|
+
[resourcesByIndex]="resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex)"
|
|
422
430
|
[ngClass]="daySlotClass(day, verticalResources.length ? verticalIndex : horizontalIndex)"
|
|
423
|
-
[start]="day"
|
|
424
431
|
[id]="{ resourceIndex: verticalResources.length ? verticalIndex : horizontalIndex, rangeIndex: rangeIndex, index: index }"
|
|
425
432
|
[title]="cellTitle(day)"
|
|
426
433
|
[class.k-selected]="isSlotSelected({
|
|
@@ -430,10 +437,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
430
437
|
resources: resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex)
|
|
431
438
|
})"
|
|
432
439
|
>
|
|
433
|
-
|
|
434
|
-
<ng-container *ngIf="monthDaySlotTemplateRef" [ngTemplateOutlet]="monthDaySlotTemplateRef"
|
|
435
|
-
[ngTemplateOutletContext]="{ date: day, resources: resourcesByIndex(verticalResources.length ? verticalIndex : horizontalIndex) }"></ng-container>
|
|
436
|
-
</td>
|
|
440
|
+
</td>
|
|
437
441
|
</ng-container>
|
|
438
442
|
</tr>
|
|
439
443
|
</ng-container>
|
|
@@ -485,6 +489,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
485
489
|
type: Input
|
|
486
490
|
}], highlightOngoingEvents: [{
|
|
487
491
|
type: Input
|
|
492
|
+
}], type: [{
|
|
493
|
+
type: Input
|
|
494
|
+
}], numberOfWeeks: [{
|
|
495
|
+
type: Input
|
|
496
|
+
}], newRange: [{
|
|
497
|
+
type: Input
|
|
498
|
+
}], dateRangeFn: [{
|
|
499
|
+
type: Input
|
|
488
500
|
}], eventElements: [{
|
|
489
501
|
type: ViewChildren,
|
|
490
502
|
args: [MonthViewItemComponent]
|