@progress/kendo-angular-scheduler 14.3.1-develop.2 → 14.4.0-develop.11
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 +1 -1
- 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/esm2020/common/constants.mjs +1 -1
- package/esm2020/common/default-model-fields.mjs +1 -1
- package/esm2020/common/dom-queries.mjs +1 -1
- package/esm2020/common/getter.mjs +1 -1
- package/esm2020/common/modifiers.mjs +1 -1
- package/esm2020/common/setter.mjs +1 -1
- package/esm2020/common/util.mjs +1 -1
- package/esm2020/data-binding.directive.mjs +1 -1
- package/esm2020/editing/date-time-picker.component.mjs +1 -1
- package/esm2020/editing/dialogs.service.mjs +1 -1
- package/esm2020/editing/edit-dialog-template.directive.mjs +1 -1
- package/esm2020/editing/edit-dialog.component.mjs +1 -1
- package/esm2020/editing/edit.service.mjs +1 -1
- package/esm2020/editing/local-data-changes.service.mjs +1 -1
- package/esm2020/editing/recurrence/end-rule-radio-button.directive.mjs +1 -1
- package/esm2020/editing/recurrence/localization/custom-messages.component.mjs +1 -1
- package/esm2020/editing/recurrence/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/editing/recurrence/localization/messages.mjs +1 -1
- package/esm2020/editing/recurrence/localization/recurrence-localization.service.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-end-rule-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-weekday-rule-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence.service.mjs +1 -1
- package/esm2020/editing/recurrence/repeat-on-radio-button.directive.mjs +1 -1
- package/esm2020/editing/resource-editor-base.mjs +1 -1
- package/esm2020/editing/resource-multiple-editor.component.mjs +1 -1
- package/esm2020/editing/resource-single-editor.component.mjs +1 -1
- package/esm2020/editing/timezone-editor.component.mjs +1 -1
- package/esm2020/editing-directives/base-edit.service.mjs +1 -1
- package/esm2020/editing-directives/edit-service.interface.mjs +1 -1
- package/esm2020/editing-directives/editing-directive-base.mjs +1 -1
- package/esm2020/editing-directives/local-edit.service.mjs +1 -1
- package/esm2020/editing-directives/reactive-editing.directive.mjs +1 -1
- package/esm2020/editing-directives/utils.mjs +1 -1
- package/esm2020/events/add-event.mjs +1 -1
- package/esm2020/events/cancel-event.mjs +1 -1
- package/esm2020/events/create-event.mjs +1 -1
- package/esm2020/events/date-change-event.mjs +1 -1
- package/esm2020/events/drag-end-event.mjs +1 -1
- package/esm2020/events/drag-event.mjs +1 -1
- package/esm2020/events/drag-start-event.mjs +1 -1
- package/esm2020/events/edit-event-base.mjs +1 -1
- package/esm2020/events/edit-event.mjs +1 -1
- package/esm2020/events/event-click-event.mjs +1 -1
- package/esm2020/events/event-keydown-event.mjs +1 -1
- package/esm2020/events/navigate-event.mjs +1 -1
- package/esm2020/events/preventable-event.mjs +1 -1
- package/esm2020/events/remove-event.mjs +1 -1
- package/esm2020/events/resize-end-event.mjs +1 -1
- package/esm2020/events/resize-event.mjs +1 -1
- package/esm2020/events/resize-start-event.mjs +1 -1
- package/esm2020/events/save-event.mjs +1 -1
- package/esm2020/events/slot-click-event.mjs +1 -1
- package/esm2020/events/slot-drag-end-event.mjs +1 -1
- package/esm2020/events/slot-drag-event.mjs +1 -1
- package/esm2020/events/slot-drag-start-event.mjs +1 -1
- package/esm2020/events/view-event-map.mjs +1 -1
- package/esm2020/events.mjs +1 -1
- package/esm2020/index.mjs +1 -1
- package/esm2020/loading.component.mjs +1 -1
- package/esm2020/localization/custom-messages.component.mjs +1 -1
- package/esm2020/localization/localized-messages.directive.mjs +1 -1
- package/esm2020/localization/messages.mjs +1 -1
- package/esm2020/localization/scheduler-localization.service.mjs +1 -1
- package/esm2020/navigation/focus-position.interface.mjs +1 -1
- package/esm2020/navigation/focus.service.mjs +10 -2
- package/esm2020/navigation/focusable-element.interface.mjs +1 -1
- package/esm2020/navigation/focusable.directive.mjs +4 -2
- package/esm2020/navigation/shortcuts.directive.mjs +1 -1
- package/esm2020/navigation.mjs +1 -1
- package/esm2020/package-metadata.mjs +3 -3
- package/esm2020/pdf/pdf-command.directive.mjs +1 -1
- package/esm2020/pdf/pdf-export-event.mjs +1 -1
- package/esm2020/pdf/pdf.component.mjs +1 -1
- package/esm2020/pdf/pdf.module.mjs +1 -1
- package/esm2020/pdf/pdf.service.mjs +1 -1
- package/esm2020/progress-kendo-angular-scheduler.mjs +1 -1
- package/esm2020/scheduler.component.mjs +1 -1
- package/esm2020/scheduler.module.mjs +1 -1
- package/esm2020/shared.module.mjs +1 -1
- package/esm2020/toolbar/navigation.component.mjs +1 -1
- package/esm2020/toolbar/toolbar-context.mjs +1 -1
- package/esm2020/toolbar/toolbar-template.directive.mjs +1 -1
- package/esm2020/toolbar/toolbar.component.mjs +1 -1
- package/esm2020/toolbar/toolbar.module.mjs +1 -1
- package/esm2020/toolbar/toolbar.service.mjs +1 -1
- package/esm2020/toolbar/view-selector.component.mjs +1 -1
- package/esm2020/types/actions.mjs +1 -1
- package/esm2020/types/create-form-group-args.interface.mjs +1 -1
- package/esm2020/types/crud-operation.enum.mjs +1 -1
- package/esm2020/types/current-time-settings.interface.mjs +1 -1
- package/esm2020/types/date-range.interface.mjs +1 -1
- package/esm2020/types/datepicker-options.interface.mjs +1 -1
- package/esm2020/types/edit-event-args.interface.mjs +1 -1
- package/esm2020/types/edit-mode.enum.mjs +1 -1
- package/esm2020/types/editable-settings.interface.mjs +1 -1
- package/esm2020/types/event-style-args.interface.mjs +1 -1
- package/esm2020/types/focusable-container.mjs +1 -1
- package/esm2020/types/group.interface.mjs +1 -1
- package/esm2020/types/numeric-options.interface.mjs +1 -1
- package/esm2020/types/ongoing-events-settings.interface.mjs +1 -1
- package/esm2020/types/resource.interface.mjs +1 -1
- package/esm2020/types/scheduler-event.mjs +1 -1
- package/esm2020/types/scheduler-model-fields.interface.mjs +1 -1
- package/esm2020/types/scheduler-slot.interface.mjs +1 -1
- package/esm2020/types/scheduler-view.mjs +1 -1
- package/esm2020/types/slot-class-args.interface.mjs +1 -1
- package/esm2020/types/slot-selection.mjs +1 -1
- package/esm2020/types/view-item.interface.mjs +1 -1
- package/esm2020/types.mjs +1 -1
- package/esm2020/views/agenda/agenda-header-item.component.mjs +1 -1
- package/esm2020/views/agenda/agenda-header.component.mjs +1 -1
- package/esm2020/views/agenda/agenda-task-item.component.mjs +1 -1
- package/esm2020/views/agenda/agenda-view-internal.component.mjs +1 -1
- package/esm2020/views/agenda/agenda-view-list.component.mjs +5 -5
- package/esm2020/views/agenda/agenda-view.component.mjs +1 -1
- package/esm2020/views/agenda/agenda-view.module.mjs +1 -1
- package/esm2020/views/agenda/tasks.collection.mjs +1 -1
- package/esm2020/views/agenda/utils.mjs +7 -3
- package/esm2020/views/common/base-view.mjs +1 -1
- package/esm2020/views/common/configuration-view-base.mjs +1 -1
- package/esm2020/views/common/dom-events.service.mjs +1 -1
- package/esm2020/views/common/hint-container.component.mjs +1 -1
- package/esm2020/views/common/repeat.pipe.mjs +1 -1
- package/esm2020/views/common/resize-hint.component.mjs +1 -1
- package/esm2020/views/common/resource-iterator.pipe.mjs +1 -1
- package/esm2020/views/common/scheduler-task.mjs +1 -1
- package/esm2020/views/common/slot-selectable.directive.mjs +1 -1
- package/esm2020/views/common/view-footer.component.mjs +1 -1
- package/esm2020/views/common/views-shared.module.mjs +1 -1
- package/esm2020/views/common/work-hours-footer.directive.mjs +1 -1
- package/esm2020/views/constants.mjs +1 -1
- package/esm2020/views/day-time/day-time-slot.service.mjs +1 -1
- package/esm2020/views/day-time/day-time-view-base.mjs +1 -1
- package/esm2020/views/day-time/day-time-view-item.component.mjs +1 -1
- package/esm2020/views/day-time/day-time-view.component.mjs +1 -1
- package/esm2020/views/day-time/day-time.module.mjs +1 -1
- package/esm2020/views/day-time/event-slot.directive.mjs +1 -1
- package/esm2020/views/day-time/utils.mjs +1 -1
- package/esm2020/views/month/month-slot.component.mjs +1 -1
- package/esm2020/views/month/month-slot.service.mjs +1 -1
- package/esm2020/views/month/month-view-item.component.mjs +1 -1
- package/esm2020/views/month/month-view-renderer.component.mjs +1 -1
- package/esm2020/views/month/month-view.component.mjs +1 -1
- package/esm2020/views/month/month-view.module.mjs +1 -1
- package/esm2020/views/month/multi-week-view.component.mjs +1 -1
- package/esm2020/views/month/utils.mjs +1 -1
- package/esm2020/views/multi-day/day-view.component.mjs +1 -1
- package/esm2020/views/multi-day/multi-day-view-base.mjs +1 -1
- package/esm2020/views/multi-day/multi-day-view-renderer.component.mjs +1 -1
- package/esm2020/views/multi-day/multi-day-view.component.mjs +1 -1
- package/esm2020/views/multi-day/multi-day-view.module.mjs +1 -1
- package/esm2020/views/multi-day/utils.mjs +3 -4
- package/esm2020/views/multi-day/week-view.component.mjs +1 -1
- package/esm2020/views/multi-day/work-week-view.component.mjs +1 -1
- package/esm2020/views/scheduler-view.directive.mjs +1 -1
- package/esm2020/views/templates/agenda-date-template.directive.mjs +1 -1
- package/esm2020/views/templates/agenda-time-template.directive.mjs +1 -1
- package/esm2020/views/templates/all-day-event-template.directive.mjs +1 -1
- package/esm2020/views/templates/all-day-slot-template.directive.mjs +1 -1
- package/esm2020/views/templates/date-header-template.directive.mjs +1 -1
- package/esm2020/views/templates/event-template.directive.mjs +1 -1
- package/esm2020/views/templates/group-header-template.directive.mjs +1 -1
- package/esm2020/views/templates/major-time-header-template.directive.mjs +1 -1
- package/esm2020/views/templates/minor-time-header-template.directive.mjs +1 -1
- package/esm2020/views/templates/month-day-slot-template.directive.mjs +1 -1
- package/esm2020/views/templates/multi-week-day-slot-template.directive.mjs +1 -1
- package/esm2020/views/templates/time-slot-template.directive.mjs +1 -1
- package/esm2020/views/templates.mjs +1 -1
- package/esm2020/views/timeline/timeline-base.mjs +1 -1
- package/esm2020/views/timeline/timeline-month-view.component.mjs +40 -15
- package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +1 -1
- package/esm2020/views/timeline/timeline-view.component.mjs +41 -14
- package/esm2020/views/timeline/timeline-view.module.mjs +1 -1
- package/esm2020/views/timeline/timeline-week-view.component.mjs +11 -4
- package/esm2020/views/timeline/utils.mjs +1 -1
- package/esm2020/views/utils.mjs +1 -1
- package/esm2020/views/view-context.service.mjs +1 -1
- package/esm2020/views/view-items/base-slot.directive.mjs +1 -1
- package/esm2020/views/view-items/base-slot.service.mjs +1 -1
- package/esm2020/views/view-items/base-view-item.mjs +1 -1
- package/esm2020/views/view-items/item-map.mjs +1 -1
- package/esm2020/views/view-items/types.mjs +1 -1
- package/esm2020/views/view-state.service.mjs +1 -1
- 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 +115 -42
- package/fesm2020/progress-kendo-angular-scheduler.mjs +115 -42
- package/index.d.ts +1 -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 +1 -1
- 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 +4 -3
- package/navigation/shortcuts.directive.d.ts +1 -1
- package/navigation.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +13 -13
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-export-event.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +1 -1
- package/pdf/pdf.service.d.ts +1 -1
- package/progress-kendo-angular-scheduler.d.ts +1 -1
- package/scheduler.component.d.ts +1 -1
- package/scheduler.module.d.ts +1 -1
- package/schematics/ngAdd/index.js +2 -2
- package/shared.module.d.ts +1 -1
- package/toolbar/navigation.component.d.ts +1 -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 +1 -1
- package/views/agenda/agenda-view-internal.component.d.ts +1 -1
- package/views/agenda/agenda-view-list.component.d.ts +1 -1
- package/views/agenda/agenda-view.component.d.ts +1 -1
- package/views/agenda/agenda-view.module.d.ts +1 -1
- package/views/agenda/tasks.collection.d.ts +1 -1
- package/views/agenda/utils.d.ts +1 -1
- package/views/common/base-view.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/views/day-time/day-time-view.component.d.ts +1 -1
- package/views/day-time/day-time.module.d.ts +1 -1
- 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.component.d.ts +1 -1
- package/views/month/month-slot.service.d.ts +1 -1
- package/views/month/month-view-item.component.d.ts +1 -1
- package/views/month/month-view-renderer.component.d.ts +1 -1
- package/views/month/month-view.component.d.ts +1 -1
- package/views/month/month-view.module.d.ts +1 -1
- package/views/month/multi-week-view.component.d.ts +1 -1
- 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 +1 -1
- package/views/templates/time-slot-template.directive.d.ts +1 -1
- package/views/templates.d.ts +1 -1
- package/views/timeline/timeline-base.d.ts +1 -1
- package/views/timeline/timeline-month-view.component.d.ts +15 -4
- package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
- package/views/timeline/timeline-view.component.d.ts +15 -4
- package/views/timeline/timeline-view.module.d.ts +1 -1
- package/views/timeline/timeline-week-view.component.d.ts +7 -2
- 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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Directive, TemplateRef, Optional } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
|
export { AgendaDateTemplateDirective } from './templates/agenda-date-template.directive';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Input, ChangeDetectorRef, Directive } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Component, forwardRef, Input, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';
|
|
@@ -23,19 +23,10 @@ export class TimelineMonthViewComponent extends TimelineBase {
|
|
|
23
23
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
24
24
|
super(localization, changeDetector, viewContext, viewState);
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
* ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
|
|
29
|
-
* @default '{0:Y}'
|
|
26
|
+
* Specifies the number of months that the view will render.
|
|
27
|
+
* @default 1
|
|
30
28
|
*/
|
|
31
|
-
this.
|
|
32
|
-
/**
|
|
33
|
-
* The short-date format for displaying the
|
|
34
|
-
* selected date in the Scheduler toolbar.
|
|
35
|
-
* ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
|
|
36
|
-
* @default '{0:y}'
|
|
37
|
-
*/
|
|
38
|
-
this.selectedShortDateFormat = '{0:y}';
|
|
29
|
+
this.numberOfMonths = 1;
|
|
39
30
|
/**
|
|
40
31
|
* The invariant name for this view.
|
|
41
32
|
* @default 'timelineMonth'
|
|
@@ -51,7 +42,7 @@ export class TimelineMonthViewComponent extends TimelineBase {
|
|
|
51
42
|
* @hidden
|
|
52
43
|
*/
|
|
53
44
|
this.getEndDate = (selectedDate) => {
|
|
54
|
-
return addMonths(this.getStartDate(selectedDate),
|
|
45
|
+
return addMonths(this.getStartDate(selectedDate), this.numberOfMonths);
|
|
55
46
|
};
|
|
56
47
|
/**
|
|
57
48
|
* @hidden
|
|
@@ -66,9 +57,41 @@ export class TimelineMonthViewComponent extends TimelineBase {
|
|
|
66
57
|
get title() {
|
|
67
58
|
return this.localization.get('timelineMonthViewTitle');
|
|
68
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* The long-date format for displaying the
|
|
62
|
+
* selected date in the Scheduler toolbar.
|
|
63
|
+
* ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
|
|
64
|
+
* > Note: If [numberOfMonths](#toc-numberofmonths) > 1, the default format value shows a range - `'{0:Y} - {1:Y}'`, where `0` is the start and `1` is the end date.
|
|
65
|
+
* @default '{0:Y}'
|
|
66
|
+
*/
|
|
67
|
+
set selectedDateFormat(format) {
|
|
68
|
+
this._selectedDateFormat = format;
|
|
69
|
+
}
|
|
70
|
+
get selectedDateFormat() {
|
|
71
|
+
if (this._selectedDateFormat) {
|
|
72
|
+
return this._selectedDateFormat;
|
|
73
|
+
}
|
|
74
|
+
return this.numberOfMonths && this.numberOfMonths > 1 ? '{0:Y} - {1:Y}' : '{0:Y}';
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* The short-date format for displaying the
|
|
78
|
+
* selected date in the Scheduler toolbar.
|
|
79
|
+
* ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
|
|
80
|
+
* > Note: If [numberOfMonths](#toc-numberofmonths) > 1, the default format value shows a range - `'{0:y} - {1:y}'`, where `0` is the start and `1` is the end date.
|
|
81
|
+
* @default '{0:y}'
|
|
82
|
+
*/
|
|
83
|
+
set selectedShortDateFormat(format) {
|
|
84
|
+
this._selectedShortDateFormat = format;
|
|
85
|
+
}
|
|
86
|
+
get selectedShortDateFormat() {
|
|
87
|
+
if (this._selectedShortDateFormat) {
|
|
88
|
+
return this._selectedShortDateFormat;
|
|
89
|
+
}
|
|
90
|
+
return this.numberOfMonths && this.numberOfMonths > 1 ? '{0:y} - {1:y}' : '{0:y}';
|
|
91
|
+
}
|
|
69
92
|
}
|
|
70
93
|
TimelineMonthViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
71
|
-
TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
94
|
+
TimelineMonthViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineMonthViewComponent, selector: "kendo-scheduler-timeline-month-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfMonths: "numberOfMonths" }, providers: [{
|
|
72
95
|
provide: SchedulerView,
|
|
73
96
|
useExisting: forwardRef(() => TimelineMonthViewComponent)
|
|
74
97
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -159,4 +182,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
159
182
|
type: Input
|
|
160
183
|
}], selectedShortDateFormat: [{
|
|
161
184
|
type: Input
|
|
185
|
+
}], numberOfMonths: [{
|
|
186
|
+
type: Input
|
|
162
187
|
}] } });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Component, Input, NgZone, ViewChildren, QueryList, ElementRef, Renderer2, ChangeDetectorRef } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Component, forwardRef, Input, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';
|
|
@@ -22,19 +22,10 @@ export class TimelineViewComponent extends TimelineBase {
|
|
|
22
22
|
constructor(localization, changeDetector, viewContext, viewState) {
|
|
23
23
|
super(localization, changeDetector, viewContext, viewState);
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
|
|
28
|
-
* @default '{0:D}'
|
|
25
|
+
* Specifies the number of days that the view will render.
|
|
26
|
+
* @default 1
|
|
29
27
|
*/
|
|
30
|
-
this.
|
|
31
|
-
/**
|
|
32
|
-
* The short-date format for displaying the
|
|
33
|
-
* selected date in the Scheduler toolbar.
|
|
34
|
-
* ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
|
|
35
|
-
* @default '{0:d}'
|
|
36
|
-
*/
|
|
37
|
-
this.selectedShortDateFormat = '{0:d}';
|
|
28
|
+
this.numberOfDays = 1;
|
|
38
29
|
/**
|
|
39
30
|
* The invariant name for this view.
|
|
40
31
|
* @default 'timeline'
|
|
@@ -47,15 +38,48 @@ export class TimelineViewComponent extends TimelineBase {
|
|
|
47
38
|
get title() {
|
|
48
39
|
return this.localization.get('timelineViewTitle');
|
|
49
40
|
}
|
|
41
|
+
/**
|
|
42
|
+
* The long-date format for displaying the
|
|
43
|
+
* selected date in the Scheduler toolbar.
|
|
44
|
+
* ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
|
|
45
|
+
* > Note: If [numberOfDays](#toc-numberofdays) > 1, the default format value shows a range - `'{0:D} - {1:D}'`, where `0` is the start and `1` is the end date.
|
|
46
|
+
* @default '{0:D}'
|
|
47
|
+
*/
|
|
48
|
+
set selectedDateFormat(format) {
|
|
49
|
+
this._selectedDateFormat = format;
|
|
50
|
+
}
|
|
51
|
+
get selectedDateFormat() {
|
|
52
|
+
if (this._selectedDateFormat) {
|
|
53
|
+
return this._selectedDateFormat;
|
|
54
|
+
}
|
|
55
|
+
return this.numberOfDays && this.numberOfDays > 1 ? '{0:D} - {1:D}' : '{0:D}';
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* The short-date format for displaying the
|
|
59
|
+
* selected date in the Scheduler toolbar.
|
|
60
|
+
* ([more information]({% slug parsingandformatting_intl %}#toc-date-formatting)).
|
|
61
|
+
* > Note: If [numberOfDays](#toc-numberofdays) > 1, the default format value shows a range - `'{0:d} - {1:d}'`, where `0` is the start and `1` is the end date.
|
|
62
|
+
* @default '{0:d}'
|
|
63
|
+
*/
|
|
64
|
+
set selectedShortDateFormat(format) {
|
|
65
|
+
this._selectedShortDateFormat = format;
|
|
66
|
+
}
|
|
67
|
+
get selectedShortDateFormat() {
|
|
68
|
+
if (this._selectedShortDateFormat) {
|
|
69
|
+
return this._selectedShortDateFormat;
|
|
70
|
+
}
|
|
71
|
+
return this.numberOfDays && this.numberOfDays > 1 ? '{0:d} - {1:d}' : '{0:d}';
|
|
72
|
+
}
|
|
50
73
|
}
|
|
51
74
|
TimelineViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineViewComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.ViewContextService }, { token: i3.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
-
TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
75
|
+
TimelineViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineViewComponent, selector: "kendo-scheduler-timeline-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfDays: "numberOfDays" }, providers: [{
|
|
53
76
|
provide: SchedulerView,
|
|
54
77
|
useExisting: forwardRef(() => TimelineViewComponent)
|
|
55
78
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
56
79
|
<ng-template #content>
|
|
57
80
|
<timeline-multi-day-view
|
|
58
81
|
[name]="name"
|
|
82
|
+
[numberOfDays]="numberOfDays"
|
|
59
83
|
[eventHeight]="viewEventHeight"
|
|
60
84
|
[columnWidth]="viewColumnWidth"
|
|
61
85
|
[currentTimeMarker]="viewCurrentTimeMarker"
|
|
@@ -98,6 +122,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
98
122
|
<ng-template #content>
|
|
99
123
|
<timeline-multi-day-view
|
|
100
124
|
[name]="name"
|
|
125
|
+
[numberOfDays]="numberOfDays"
|
|
101
126
|
[eventHeight]="viewEventHeight"
|
|
102
127
|
[columnWidth]="viewColumnWidth"
|
|
103
128
|
[currentTimeMarker]="viewCurrentTimeMarker"
|
|
@@ -132,4 +157,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
132
157
|
type: Input
|
|
133
158
|
}], selectedShortDateFormat: [{
|
|
134
159
|
type: Input
|
|
160
|
+
}], numberOfDays: [{
|
|
161
|
+
type: Input
|
|
135
162
|
}] } });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { NgModule } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Component, forwardRef, Input, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core';
|
|
@@ -42,6 +42,11 @@ export class TimelineWeekViewComponent extends TimelineBase {
|
|
|
42
42
|
* @default '{0:d} - {1:d}'
|
|
43
43
|
*/
|
|
44
44
|
this.selectedShortDateFormat = '{0:d} - {1:d}';
|
|
45
|
+
/**
|
|
46
|
+
* Specifies the number of weeks that the view will render.
|
|
47
|
+
* @default 1
|
|
48
|
+
*/
|
|
49
|
+
this.numberOfWeeks = 1;
|
|
45
50
|
/**
|
|
46
51
|
* The invariant name for this view.
|
|
47
52
|
* @default 'timelineWeek'
|
|
@@ -62,7 +67,7 @@ export class TimelineWeekViewComponent extends TimelineBase {
|
|
|
62
67
|
}
|
|
63
68
|
}
|
|
64
69
|
TimelineWeekViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: i1.IntlService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i3.ViewContextService }, { token: i4.ViewStateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
65
|
-
TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat" }, providers: [{
|
|
70
|
+
TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TimelineWeekViewComponent, selector: "kendo-scheduler-timeline-week-view", inputs: { selectedDateFormat: "selectedDateFormat", selectedShortDateFormat: "selectedShortDateFormat", numberOfWeeks: "numberOfWeeks" }, providers: [{
|
|
66
71
|
provide: SchedulerView,
|
|
67
72
|
useExisting: forwardRef(() => TimelineWeekViewComponent)
|
|
68
73
|
}], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -70,7 +75,7 @@ TimelineWeekViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
70
75
|
<timeline-multi-day-view
|
|
71
76
|
viewName="timeline-week"
|
|
72
77
|
[name]="name"
|
|
73
|
-
[numberOfDays]="7"
|
|
78
|
+
[numberOfDays]="7 * numberOfWeeks"
|
|
74
79
|
[getStartDate]="getStartDate"
|
|
75
80
|
[eventHeight]="viewEventHeight"
|
|
76
81
|
[columnWidth]="viewColumnWidth"
|
|
@@ -116,7 +121,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
116
121
|
<timeline-multi-day-view
|
|
117
122
|
viewName="timeline-week"
|
|
118
123
|
[name]="name"
|
|
119
|
-
[numberOfDays]="7"
|
|
124
|
+
[numberOfDays]="7 * numberOfWeeks"
|
|
120
125
|
[getStartDate]="getStartDate"
|
|
121
126
|
[eventHeight]="viewEventHeight"
|
|
122
127
|
[columnWidth]="viewColumnWidth"
|
|
@@ -153,4 +158,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
153
158
|
type: Input
|
|
154
159
|
}], selectedShortDateFormat: [{
|
|
155
160
|
type: Input
|
|
161
|
+
}], numberOfWeeks: [{
|
|
162
|
+
type: Input
|
|
156
163
|
}] } });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { intersects, toUTCDate, roundAllDayEnd } from '../utils';
|
package/esm2020/views/utils.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { isEqualDate } from '@progress/kendo-date-math';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Injectable } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Input, HostBinding, ElementRef, Directive } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { EventEmitter } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { ElementRef, Input, HostBinding, Renderer2, TemplateRef, Directive } from '@angular/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { Injectable } from '@angular/core';
|
package/events/add-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { PreventableEvent } from './preventable-event';
|
package/events/cancel-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { FormGroup } from '@angular/forms';
|
package/events/create-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
package/events/drag-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
package/events/edit-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { PreventableEvent } from './preventable-event';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { PreventableEvent } from '@progress/kendo-angular-dateinputs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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
|
/**
|
package/events/remove-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { PreventableEvent } from './preventable-event';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
package/events/resize-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|
package/events/save-event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { FormGroup } from '@angular/forms';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 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 { SchedulerComponent } from '../scheduler.component';
|