@progress/kendo-angular-scheduler 14.4.0-develop.2 → 14.4.0-develop.20
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 +147 -594
- 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 +5 -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 +4 -4
- package/editing/recurrence/recurrence-frequency-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +4 -4
- package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +4 -4
- 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 +63 -9
- 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 +36 -10
- package/esm2020/editing/recurrence/recurrence-frequency-editor.component.mjs +1 -1
- package/esm2020/editing/recurrence/recurrence-interval-editor.component.mjs +20 -8
- package/esm2020/editing/recurrence/recurrence-monthly-yearly-editor.component.mjs +20 -8
- 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 +2 -2
- package/esm2020/editing/resource-single-editor.component.mjs +1 -1
- package/esm2020/editing/timezone-editor.component.mjs +2 -2
- 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 +2 -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 +36 -2
- 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 +10 -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 +201 -99
- package/esm2020/scheduler.module.mjs +9 -2
- package/esm2020/shared.module.mjs +1 -1
- package/esm2020/toolbar/navigation.component.mjs +10 -2
- package/esm2020/toolbar/toolbar-context.mjs +1 -1
- package/esm2020/toolbar/toolbar-template.directive.mjs +1 -1
- package/esm2020/toolbar/toolbar.component.mjs +26 -4
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +14 -6
- package/esm2020/views/timeline/timeline-multi-day-view.component.mjs +1 -1
- package/esm2020/views/timeline/timeline-view.component.mjs +14 -6
- package/esm2020/views/timeline/timeline-view.module.mjs +1 -1
- package/esm2020/views/timeline/timeline-week-view.component.mjs +13 -6
- 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/esm2020/views/year/utils.mjs +60 -0
- package/esm2020/views/year/year-view-internal.component.mjs +418 -0
- package/esm2020/views/year/year-view.component.mjs +115 -0
- package/esm2020/views/year/year-view.module.mjs +47 -0
- 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 +1056 -160
- package/fesm2020/progress-kendo-angular-scheduler.mjs +1050 -160
- package/index.d.ts +2 -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 +119 -51
- 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 +14 -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 +16 -14
- package/schematics/ngAdd/index.js +2 -2
- package/shared.module.d.ts +1 -1
- package/toolbar/navigation.component.d.ts +11 -3
- package/toolbar/toolbar-context.d.ts +1 -1
- package/toolbar/toolbar-template.directive.d.ts +1 -1
- package/toolbar/toolbar.component.d.ts +10 -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 +5 -1
- package/types/scheduler-view.d.ts +1 -1
- package/types/slot-class-args.interface.d.ts +5 -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 +5 -2
- package/views/timeline/timeline-multi-day-view.component.d.ts +1 -1
- package/views/timeline/timeline-view.component.d.ts +5 -2
- package/views/timeline/timeline-view.module.d.ts +1 -1
- package/views/timeline/timeline-week-view.component.d.ts +4 -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
- package/views/year/utils.d.ts +21 -0
- package/views/year/year-view-internal.component.d.ts +82 -0
- package/views/year/year-view.component.d.ts +56 -0
- package/views/year/year-view.module.d.ts +19 -0
package/index.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
|
export { SchedulerComponent } from './scheduler.component';
|
|
@@ -59,6 +59,7 @@ export { SlotSelectableDirective } from './views/common/slot-selectable.directiv
|
|
|
59
59
|
export { AgendaViewComponent } from './views/agenda/agenda-view.component';
|
|
60
60
|
export { DayViewComponent } from './views/multi-day/day-view.component';
|
|
61
61
|
export { WeekViewComponent } from './views/multi-day/week-view.component';
|
|
62
|
+
export { YearViewComponent } from './views/year/year-view.component';
|
|
62
63
|
export { CreateFormGroupArgs } from './types/create-form-group-args.interface';
|
|
63
64
|
export { RecurrenceEditorComponent } from './editing/recurrence/recurrence-editor.component';
|
|
64
65
|
export { BaseEditService } from './editing-directives/base-edit.service';
|
package/loading.component.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 { Renderer2, ElementRef } 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 { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -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 { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
@@ -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 { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
@@ -97,143 +97,211 @@ export declare class Messages extends ComponentMessages {
|
|
|
97
97
|
*/
|
|
98
98
|
agendaViewTitle: string;
|
|
99
99
|
/**
|
|
100
|
-
* The
|
|
100
|
+
* The title of the **Year** view.
|
|
101
|
+
*/
|
|
102
|
+
yearViewTitle: string;
|
|
103
|
+
/**
|
|
104
|
+
* The message displayed in **Year** view for any date that has no events.
|
|
105
|
+
*/
|
|
106
|
+
yearViewNoEvents: string;
|
|
107
|
+
/**
|
|
108
|
+
* The text of the **Cancel** button displayed in the Scheduler dialogs.
|
|
101
109
|
*/
|
|
102
110
|
cancel: string;
|
|
103
111
|
/**
|
|
104
|
-
* The text of the **Save** button displayed in
|
|
112
|
+
* The text of the **Save** button displayed in the Scheduler dialogs.
|
|
105
113
|
*/
|
|
106
114
|
save: string;
|
|
107
115
|
/**
|
|
108
|
-
* The text similar to 'Title' displayed in the
|
|
116
|
+
* The text similar to 'Title' displayed in the Scheduler event editor.
|
|
109
117
|
*/
|
|
110
118
|
editorEventTitle: string;
|
|
111
119
|
/**
|
|
112
|
-
* The text similar to 'Start' displayed in the
|
|
120
|
+
* The text similar to 'Start' displayed in the Scheduler event editor.
|
|
113
121
|
*/
|
|
114
122
|
editorEventStart: string;
|
|
115
123
|
/**
|
|
116
|
-
* The text similar to 'Start Time Zone' displayed in the
|
|
124
|
+
* The text similar to 'Start Time Zone' displayed in the Scheduler event editor.
|
|
117
125
|
*/
|
|
118
126
|
editorEventStartTimeZone: string;
|
|
119
127
|
/**
|
|
120
|
-
* The text similar to 'End' displayed in the
|
|
128
|
+
* The text similar to 'End' displayed in the Scheduler event editor.
|
|
121
129
|
*/
|
|
122
130
|
editorEventEnd: string;
|
|
123
131
|
/**
|
|
124
|
-
* The text similar to 'End Time Zone' displayed in the
|
|
132
|
+
* The text similar to 'End Time Zone' displayed in the Scheduler event editor.
|
|
125
133
|
*/
|
|
126
134
|
editorEventEndTimeZone: string;
|
|
127
135
|
/**
|
|
128
|
-
* The text similar to 'All Day Event' displayed in the
|
|
136
|
+
* The text similar to 'All Day Event' displayed in the Scheduler event editor.
|
|
129
137
|
*/
|
|
130
138
|
editorEventAllDay: string;
|
|
131
139
|
/**
|
|
132
|
-
* The text similar to 'Description' displayed in the
|
|
140
|
+
* The text similar to 'Description' displayed in the Scheduler event editor.
|
|
133
141
|
*/
|
|
134
142
|
editorEventDescription: string;
|
|
135
143
|
/**
|
|
136
|
-
* The text similar to 'Use separate Start and End Time Zones' displayed in the
|
|
144
|
+
* The text similar to 'Use separate Start and End Time Zones' displayed in the Scheduler event editor.
|
|
137
145
|
*/
|
|
138
146
|
editorEventSeparateTimeZones: string;
|
|
139
147
|
/**
|
|
140
|
-
* The text similar to 'Time Zone' displayed in the
|
|
148
|
+
* The text similar to 'Time Zone' displayed in the Scheduler event editor.
|
|
141
149
|
*/
|
|
142
150
|
editorEventTimeZone: string;
|
|
143
151
|
/**
|
|
144
|
-
* The text
|
|
152
|
+
* The **Today** button text in the popup of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
153
|
+
*/
|
|
154
|
+
editorDateInputsToday: string;
|
|
155
|
+
/**
|
|
156
|
+
* The title of the **Toggle** button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
157
|
+
*/
|
|
158
|
+
editorDateInputsToggle: string;
|
|
159
|
+
/**
|
|
160
|
+
* The title of the **Parent View** button in the popup of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
161
|
+
*/
|
|
162
|
+
editorDateInputsParentViewButton: string;
|
|
163
|
+
/**
|
|
164
|
+
* The text of the **Now** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
165
|
+
*/
|
|
166
|
+
editorDateInputsNow: string;
|
|
167
|
+
/**
|
|
168
|
+
* The label of the **Now** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
169
|
+
*/
|
|
170
|
+
editorDateInputsNowLabel: string;
|
|
171
|
+
/**
|
|
172
|
+
* The text of the **Accept** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
173
|
+
*/
|
|
174
|
+
editorDateInputsAccept: string;
|
|
175
|
+
/**
|
|
176
|
+
* The label of the **Accept** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
177
|
+
*/
|
|
178
|
+
editorDateInputsAcceptLabel: string;
|
|
179
|
+
/**
|
|
180
|
+
* The text of the **Cancel** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
181
|
+
*/
|
|
182
|
+
editorDateInputsCancel: string;
|
|
183
|
+
/**
|
|
184
|
+
* The label of the **Cancel** button in the popup footer of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
185
|
+
*/
|
|
186
|
+
editorDateInputsCancelLabel: string;
|
|
187
|
+
/**
|
|
188
|
+
* The text of the **Date** tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
189
|
+
*/
|
|
190
|
+
editorDateInputsDateTab: string;
|
|
191
|
+
/**
|
|
192
|
+
* The label of the **Date** tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
193
|
+
*/
|
|
194
|
+
editorDateInputsDateTabLabel: string;
|
|
195
|
+
/**
|
|
196
|
+
* The text of the **Time** tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
197
|
+
*/
|
|
198
|
+
editorDateInputsTimeTab: string;
|
|
199
|
+
/**
|
|
200
|
+
* The label of the **Time** tab in the popup header of the DateTimePickers and DatePickers in the Scheduler event editor.
|
|
201
|
+
*/
|
|
202
|
+
editorDateInputsTimeTabLabel: string;
|
|
203
|
+
/**
|
|
204
|
+
* The title of the **Increment** button of the NumericTextBox in the Scheduler recurrence editor.
|
|
205
|
+
*/
|
|
206
|
+
recurrenceEditorNumericIncrement: string;
|
|
207
|
+
/**
|
|
208
|
+
* The title of the **Decrement** button of the NumericTextBox in the Scheduler recurrence editor.
|
|
209
|
+
*/
|
|
210
|
+
recurrenceEditorNumericDecrement: string;
|
|
211
|
+
/**
|
|
212
|
+
* The text similar to 'Repeat' displayed in the Scheduler recurrence editor.
|
|
145
213
|
*/
|
|
146
214
|
recurrenceEditorRepeat: string;
|
|
147
215
|
/**
|
|
148
|
-
* The text similar to 'day(s)' displayed in the
|
|
216
|
+
* The text similar to 'day(s)' displayed in the Scheduler recurrence editor.
|
|
149
217
|
*/
|
|
150
218
|
recurrenceEditorDailyInterval: string;
|
|
151
219
|
/**
|
|
152
|
-
* The text similar to 'Repeat every' displayed in the
|
|
220
|
+
* The text similar to 'Repeat every' displayed in the Scheduler recurrence editor.
|
|
153
221
|
*/
|
|
154
222
|
recurrenceEditorDailyRepeatEvery: string;
|
|
155
223
|
/**
|
|
156
|
-
* The text similar to 'week(s)' displayed in the
|
|
224
|
+
* The text similar to 'week(s)' displayed in the Scheduler recurrence editor.
|
|
157
225
|
*/
|
|
158
226
|
recurrenceEditorWeeklyInterval: string;
|
|
159
227
|
/**
|
|
160
|
-
* The text similar to 'Repeat every' displayed in the
|
|
228
|
+
* The text similar to 'Repeat every' displayed in the Scheduler recurrence editor.
|
|
161
229
|
*/
|
|
162
230
|
recurrenceEditorWeeklyRepeatEvery: string;
|
|
163
231
|
/**
|
|
164
|
-
* The text similar to 'Repeat on' displayed in the
|
|
232
|
+
* The text similar to 'Repeat on' displayed in the Scheduler recurrence editor.
|
|
165
233
|
*/
|
|
166
234
|
recurrenceEditorWeeklyRepeatOn: string;
|
|
167
235
|
/**
|
|
168
|
-
* The text similar to 'Day' displayed in the
|
|
236
|
+
* The text similar to 'Day' displayed in the Scheduler recurrence editor.
|
|
169
237
|
*/
|
|
170
238
|
recurrenceEditorMonthlyDay: string;
|
|
171
239
|
/**
|
|
172
|
-
* The text similar to 'month(s)' displayed in the
|
|
240
|
+
* The text similar to 'month(s)' displayed in the Scheduler recurrence editor.
|
|
173
241
|
*/
|
|
174
242
|
recurrenceEditorMonthlyInterval: string;
|
|
175
243
|
/**
|
|
176
|
-
* The text similar to 'Repeat every' displayed in the
|
|
244
|
+
* The text similar to 'Repeat every' displayed in the Scheduler recurrence editor.
|
|
177
245
|
*/
|
|
178
246
|
recurrenceEditorMonthlyRepeatEvery: string;
|
|
179
247
|
/**
|
|
180
|
-
* The text similar to 'Repeat on' displayed in the
|
|
248
|
+
* The text similar to 'Repeat on' displayed in the Scheduler recurrence editor.
|
|
181
249
|
*/
|
|
182
250
|
recurrenceEditorMonthlyRepeatOn: string;
|
|
183
251
|
/**
|
|
184
|
-
* The text similar to 'of' displayed in the
|
|
252
|
+
* The text similar to 'of' displayed in the Scheduler recurrence editor.
|
|
185
253
|
*/
|
|
186
254
|
recurrenceEditorYearlyOf: string;
|
|
187
255
|
/**
|
|
188
|
-
* The text similar to 'Repeat every' displayed in the
|
|
256
|
+
* The text similar to 'Repeat every' displayed in the Scheduler recurrence editor.
|
|
189
257
|
*/
|
|
190
258
|
recurrenceEditorYearlyRepeatEvery: string;
|
|
191
259
|
/**
|
|
192
|
-
* The text similar to 'Repeat on' displayed in the
|
|
260
|
+
* The text similar to 'Repeat on' displayed in the Scheduler recurrence editor.
|
|
193
261
|
*/
|
|
194
262
|
recurrenceEditorYearlyRepeatOn: string;
|
|
195
263
|
/**
|
|
196
|
-
* The text similar to 'year(s)' displayed in the
|
|
264
|
+
* The text similar to 'year(s)' displayed in the Scheduler recurrence editor.
|
|
197
265
|
*/
|
|
198
266
|
recurrenceEditorYearlyInterval: string;
|
|
199
267
|
/**
|
|
200
|
-
* The text similar to 'Daily' displayed in the
|
|
268
|
+
* The text similar to 'Daily' displayed in the Scheduler recurrence editor.
|
|
201
269
|
*/
|
|
202
270
|
recurrenceEditorFrequenciesDaily: string;
|
|
203
271
|
/**
|
|
204
|
-
* The text similar to 'Monthly' displayed in the
|
|
272
|
+
* The text similar to 'Monthly' displayed in the Scheduler recurrence editor.
|
|
205
273
|
*/
|
|
206
274
|
recurrenceEditorFrequenciesMonthly: string;
|
|
207
275
|
/**
|
|
208
|
-
* The text similar to 'Never' displayed in the
|
|
276
|
+
* The text similar to 'Never' displayed in the Scheduler recurrence editor.
|
|
209
277
|
*/
|
|
210
278
|
recurrenceEditorFrequenciesNever: string;
|
|
211
279
|
/**
|
|
212
|
-
* The text similar to 'Weekly' displayed in the
|
|
280
|
+
* The text similar to 'Weekly' displayed in the Scheduler recurrence editor.
|
|
213
281
|
*/
|
|
214
282
|
recurrenceEditorFrequenciesWeekly: string;
|
|
215
283
|
/**
|
|
216
|
-
* The text similar to 'Yearly' displayed in the
|
|
284
|
+
* The text similar to 'Yearly' displayed in the Scheduler recurrence editor.
|
|
217
285
|
*/
|
|
218
286
|
recurrenceEditorFrequenciesYearly: string;
|
|
219
287
|
/**
|
|
220
|
-
* The text similar to 'First' displayed in the
|
|
288
|
+
* The text similar to 'First' displayed in the Scheduler recurrence editor.
|
|
221
289
|
*/
|
|
222
290
|
recurrenceEditorOffsetPositionsFirst: string;
|
|
223
291
|
/**
|
|
224
|
-
* The text similar to 'Second' displayed in the
|
|
292
|
+
* The text similar to 'Second' displayed in the Scheduler recurrence editor.
|
|
225
293
|
*/
|
|
226
294
|
recurrenceEditorOffsetPositionsSecond: string;
|
|
227
295
|
/**
|
|
228
|
-
* The text similar to 'Third' displayed in the
|
|
296
|
+
* The text similar to 'Third' displayed in the Scheduler recurrence editor.
|
|
229
297
|
*/
|
|
230
298
|
recurrenceEditorOffsetPositionsThird: string;
|
|
231
299
|
/**
|
|
232
|
-
* The text similar to 'Fourth' displayed in the
|
|
300
|
+
* The text similar to 'Fourth' displayed in the Scheduler recurrence editor.
|
|
233
301
|
*/
|
|
234
302
|
recurrenceEditorOffsetPositionsFourth: string;
|
|
235
303
|
/**
|
|
236
|
-
* The text similar to 'Last' displayed in the
|
|
304
|
+
* The text similar to 'Last' displayed in the Scheduler recurrence editor.
|
|
237
305
|
*/
|
|
238
306
|
recurrenceEditorOffsetPositionsLast: string;
|
|
239
307
|
/**
|
|
@@ -249,59 +317,59 @@ export declare class Messages extends ComponentMessages {
|
|
|
249
317
|
*/
|
|
250
318
|
recurrenceEditorWeekdaysWeekendday: string;
|
|
251
319
|
/**
|
|
252
|
-
* The text similar to 'After' displayed in the
|
|
320
|
+
* The text similar to 'After' displayed in the Scheduler recurrence editor.
|
|
253
321
|
*/
|
|
254
322
|
recurrenceEditorEndAfter: string;
|
|
255
323
|
/**
|
|
256
|
-
* The text similar to 'occurrence(s)' displayed in the
|
|
324
|
+
* The text similar to 'occurrence(s)' displayed in the Scheduler recurrence editor.
|
|
257
325
|
*/
|
|
258
326
|
recurrenceEditorEndOccurrence: string;
|
|
259
327
|
/**
|
|
260
|
-
* The text similar to 'End' displayed in the
|
|
328
|
+
* The text similar to 'End' displayed in the Scheduler recurrence editor.
|
|
261
329
|
*/
|
|
262
330
|
recurrenceEditorEndLabel: string;
|
|
263
331
|
/**
|
|
264
|
-
* The text similar to 'Never' displayed in the
|
|
332
|
+
* The text similar to 'Never' displayed in the Scheduler recurrence editor.
|
|
265
333
|
*/
|
|
266
334
|
recurrenceEditorEndNever: string;
|
|
267
335
|
/**
|
|
268
|
-
* The text similar to 'On' displayed in the
|
|
336
|
+
* The text similar to 'On' displayed in the Scheduler recurrence editor.
|
|
269
337
|
*/
|
|
270
338
|
recurrenceEditorEndOn: string;
|
|
271
339
|
/**
|
|
272
|
-
* The text similar to **Event** displayed as title of the
|
|
340
|
+
* The text similar to **Event** displayed as title of the Scheduler event editor.
|
|
273
341
|
*/
|
|
274
342
|
editorTitle: string;
|
|
275
343
|
/**
|
|
276
|
-
* The text of the **Delete** button displayed in the
|
|
344
|
+
* The text of the **Delete** button displayed in the Scheduler remove confirmation dialog.
|
|
277
345
|
*/
|
|
278
346
|
destroy: string;
|
|
279
347
|
/**
|
|
280
|
-
* The text similar to **Are you sure you want to delete this event?** displayed in
|
|
348
|
+
* The text similar to **Are you sure you want to delete this event?** displayed in Scheduler remove confirmation dialog.
|
|
281
349
|
*/
|
|
282
350
|
deleteConfirmation: string;
|
|
283
351
|
/**
|
|
284
|
-
* The text similar to **Do you want to edit only this event occurrence or the whole series?** displayed in the
|
|
352
|
+
* The text similar to **Do you want to edit only this event occurrence or the whole series?** displayed in the Scheduler recurring confirmation dialog.
|
|
285
353
|
*/
|
|
286
354
|
editRecurringConfirmation: string;
|
|
287
355
|
/**
|
|
288
|
-
* The text of the **Edit current occurrence** button displayed in the
|
|
356
|
+
* The text of the **Edit current occurrence** button displayed in the Scheduler recurring confirmation dialog.
|
|
289
357
|
*/
|
|
290
358
|
editOccurrence: string;
|
|
291
359
|
/**
|
|
292
|
-
* The text of the **Edit the series** button displayed in the
|
|
360
|
+
* The text of the **Edit the series** button displayed in the Scheduler recurring confirmation dialog.
|
|
293
361
|
*/
|
|
294
362
|
editSeries: string;
|
|
295
363
|
/**
|
|
296
|
-
* The text similar to **Do you want to delete only this event occurrence or the whole series?** displayed in the
|
|
364
|
+
* The text similar to **Do you want to delete only this event occurrence or the whole series?** displayed in the Scheduler recurring confirmation dialog.
|
|
297
365
|
*/
|
|
298
366
|
deleteRecurringConfirmation: string;
|
|
299
367
|
/**
|
|
300
|
-
* The text of the **Delete current occurrence** button displayed in the
|
|
368
|
+
* The text of the **Delete current occurrence** button displayed in the Scheduler recurring confirmation dialog.
|
|
301
369
|
*/
|
|
302
370
|
deleteOccurrence: string;
|
|
303
371
|
/**
|
|
304
|
-
* The text similar of the **Delete the series** button displayed in the
|
|
372
|
+
* The text similar of the **Delete the series** button displayed in the Scheduler recurring confirmation dialog.
|
|
305
373
|
*/
|
|
306
374
|
deleteSeries: string;
|
|
307
375
|
/**
|
|
@@ -321,5 +389,5 @@ export declare class Messages extends ComponentMessages {
|
|
|
321
389
|
*/
|
|
322
390
|
selectView: string;
|
|
323
391
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
324
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "allEvents": "allEvents"; "allDay": "allDay"; "dateHeader": "dateHeader"; "timeHeader": "timeHeader"; "eventHeader": "eventHeader"; "deleteTitle": "deleteTitle"; "nextTitle": "nextTitle"; "previousTitle": "previousTitle"; "today": "today"; "calendarToday": "calendarToday"; "showFullDay": "showFullDay"; "showWorkDay": "showWorkDay"; "dayViewTitle": "dayViewTitle"; "multiDayViewTitle": "multiDayViewTitle"; "weekViewTitle": "weekViewTitle"; "workWeekViewTitle": "workWeekViewTitle"; "monthViewTitle": "monthViewTitle"; "multiWeekViewTitle": "multiWeekViewTitle"; "timelineViewTitle": "timelineViewTitle"; "timelineWeekViewTitle": "timelineWeekViewTitle"; "timelineMonthViewTitle": "timelineMonthViewTitle"; "agendaViewTitle": "agendaViewTitle"; "cancel": "cancel"; "save": "save"; "editorEventTitle": "editorEventTitle"; "editorEventStart": "editorEventStart"; "editorEventStartTimeZone": "editorEventStartTimeZone"; "editorEventEnd": "editorEventEnd"; "editorEventEndTimeZone": "editorEventEndTimeZone"; "editorEventAllDay": "editorEventAllDay"; "editorEventDescription": "editorEventDescription"; "editorEventSeparateTimeZones": "editorEventSeparateTimeZones"; "editorEventTimeZone": "editorEventTimeZone"; "recurrenceEditorRepeat": "recurrenceEditorRepeat"; "recurrenceEditorDailyInterval": "recurrenceEditorDailyInterval"; "recurrenceEditorDailyRepeatEvery": "recurrenceEditorDailyRepeatEvery"; "recurrenceEditorWeeklyInterval": "recurrenceEditorWeeklyInterval"; "recurrenceEditorWeeklyRepeatEvery": "recurrenceEditorWeeklyRepeatEvery"; "recurrenceEditorWeeklyRepeatOn": "recurrenceEditorWeeklyRepeatOn"; "recurrenceEditorMonthlyDay": "recurrenceEditorMonthlyDay"; "recurrenceEditorMonthlyInterval": "recurrenceEditorMonthlyInterval"; "recurrenceEditorMonthlyRepeatEvery": "recurrenceEditorMonthlyRepeatEvery"; "recurrenceEditorMonthlyRepeatOn": "recurrenceEditorMonthlyRepeatOn"; "recurrenceEditorYearlyOf": "recurrenceEditorYearlyOf"; "recurrenceEditorYearlyRepeatEvery": "recurrenceEditorYearlyRepeatEvery"; "recurrenceEditorYearlyRepeatOn": "recurrenceEditorYearlyRepeatOn"; "recurrenceEditorYearlyInterval": "recurrenceEditorYearlyInterval"; "recurrenceEditorFrequenciesDaily": "recurrenceEditorFrequenciesDaily"; "recurrenceEditorFrequenciesMonthly": "recurrenceEditorFrequenciesMonthly"; "recurrenceEditorFrequenciesNever": "recurrenceEditorFrequenciesNever"; "recurrenceEditorFrequenciesWeekly": "recurrenceEditorFrequenciesWeekly"; "recurrenceEditorFrequenciesYearly": "recurrenceEditorFrequenciesYearly"; "recurrenceEditorOffsetPositionsFirst": "recurrenceEditorOffsetPositionsFirst"; "recurrenceEditorOffsetPositionsSecond": "recurrenceEditorOffsetPositionsSecond"; "recurrenceEditorOffsetPositionsThird": "recurrenceEditorOffsetPositionsThird"; "recurrenceEditorOffsetPositionsFourth": "recurrenceEditorOffsetPositionsFourth"; "recurrenceEditorOffsetPositionsLast": "recurrenceEditorOffsetPositionsLast"; "recurrenceEditorWeekdaysDay": "recurrenceEditorWeekdaysDay"; "recurrenceEditorWeekdaysWeekday": "recurrenceEditorWeekdaysWeekday"; "recurrenceEditorWeekdaysWeekendday": "recurrenceEditorWeekdaysWeekendday"; "recurrenceEditorEndAfter": "recurrenceEditorEndAfter"; "recurrenceEditorEndOccurrence": "recurrenceEditorEndOccurrence"; "recurrenceEditorEndLabel": "recurrenceEditorEndLabel"; "recurrenceEditorEndNever": "recurrenceEditorEndNever"; "recurrenceEditorEndOn": "recurrenceEditorEndOn"; "editorTitle": "editorTitle"; "destroy": "destroy"; "deleteConfirmation": "deleteConfirmation"; "editRecurringConfirmation": "editRecurringConfirmation"; "editOccurrence": "editOccurrence"; "editSeries": "editSeries"; "deleteRecurringConfirmation": "deleteRecurringConfirmation"; "deleteOccurrence": "deleteOccurrence"; "deleteSeries": "deleteSeries"; "deleteDialogTitle": "deleteDialogTitle"; "deleteRecurringDialogTitle": "deleteRecurringDialogTitle"; "editRecurringDialogTitle": "editRecurringDialogTitle"; "selectView": "selectView"; }, {}, never>;
|
|
392
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "allEvents": "allEvents"; "allDay": "allDay"; "dateHeader": "dateHeader"; "timeHeader": "timeHeader"; "eventHeader": "eventHeader"; "deleteTitle": "deleteTitle"; "nextTitle": "nextTitle"; "previousTitle": "previousTitle"; "today": "today"; "calendarToday": "calendarToday"; "showFullDay": "showFullDay"; "showWorkDay": "showWorkDay"; "dayViewTitle": "dayViewTitle"; "multiDayViewTitle": "multiDayViewTitle"; "weekViewTitle": "weekViewTitle"; "workWeekViewTitle": "workWeekViewTitle"; "monthViewTitle": "monthViewTitle"; "multiWeekViewTitle": "multiWeekViewTitle"; "timelineViewTitle": "timelineViewTitle"; "timelineWeekViewTitle": "timelineWeekViewTitle"; "timelineMonthViewTitle": "timelineMonthViewTitle"; "agendaViewTitle": "agendaViewTitle"; "yearViewTitle": "yearViewTitle"; "yearViewNoEvents": "yearViewNoEvents"; "cancel": "cancel"; "save": "save"; "editorEventTitle": "editorEventTitle"; "editorEventStart": "editorEventStart"; "editorEventStartTimeZone": "editorEventStartTimeZone"; "editorEventEnd": "editorEventEnd"; "editorEventEndTimeZone": "editorEventEndTimeZone"; "editorEventAllDay": "editorEventAllDay"; "editorEventDescription": "editorEventDescription"; "editorEventSeparateTimeZones": "editorEventSeparateTimeZones"; "editorEventTimeZone": "editorEventTimeZone"; "editorDateInputsToday": "editorDateInputsToday"; "editorDateInputsToggle": "editorDateInputsToggle"; "editorDateInputsParentViewButton": "editorDateInputsParentViewButton"; "editorDateInputsNow": "editorDateInputsNow"; "editorDateInputsNowLabel": "editorDateInputsNowLabel"; "editorDateInputsAccept": "editorDateInputsAccept"; "editorDateInputsAcceptLabel": "editorDateInputsAcceptLabel"; "editorDateInputsCancel": "editorDateInputsCancel"; "editorDateInputsCancelLabel": "editorDateInputsCancelLabel"; "editorDateInputsDateTab": "editorDateInputsDateTab"; "editorDateInputsDateTabLabel": "editorDateInputsDateTabLabel"; "editorDateInputsTimeTab": "editorDateInputsTimeTab"; "editorDateInputsTimeTabLabel": "editorDateInputsTimeTabLabel"; "recurrenceEditorNumericIncrement": "recurrenceEditorNumericIncrement"; "recurrenceEditorNumericDecrement": "recurrenceEditorNumericDecrement"; "recurrenceEditorRepeat": "recurrenceEditorRepeat"; "recurrenceEditorDailyInterval": "recurrenceEditorDailyInterval"; "recurrenceEditorDailyRepeatEvery": "recurrenceEditorDailyRepeatEvery"; "recurrenceEditorWeeklyInterval": "recurrenceEditorWeeklyInterval"; "recurrenceEditorWeeklyRepeatEvery": "recurrenceEditorWeeklyRepeatEvery"; "recurrenceEditorWeeklyRepeatOn": "recurrenceEditorWeeklyRepeatOn"; "recurrenceEditorMonthlyDay": "recurrenceEditorMonthlyDay"; "recurrenceEditorMonthlyInterval": "recurrenceEditorMonthlyInterval"; "recurrenceEditorMonthlyRepeatEvery": "recurrenceEditorMonthlyRepeatEvery"; "recurrenceEditorMonthlyRepeatOn": "recurrenceEditorMonthlyRepeatOn"; "recurrenceEditorYearlyOf": "recurrenceEditorYearlyOf"; "recurrenceEditorYearlyRepeatEvery": "recurrenceEditorYearlyRepeatEvery"; "recurrenceEditorYearlyRepeatOn": "recurrenceEditorYearlyRepeatOn"; "recurrenceEditorYearlyInterval": "recurrenceEditorYearlyInterval"; "recurrenceEditorFrequenciesDaily": "recurrenceEditorFrequenciesDaily"; "recurrenceEditorFrequenciesMonthly": "recurrenceEditorFrequenciesMonthly"; "recurrenceEditorFrequenciesNever": "recurrenceEditorFrequenciesNever"; "recurrenceEditorFrequenciesWeekly": "recurrenceEditorFrequenciesWeekly"; "recurrenceEditorFrequenciesYearly": "recurrenceEditorFrequenciesYearly"; "recurrenceEditorOffsetPositionsFirst": "recurrenceEditorOffsetPositionsFirst"; "recurrenceEditorOffsetPositionsSecond": "recurrenceEditorOffsetPositionsSecond"; "recurrenceEditorOffsetPositionsThird": "recurrenceEditorOffsetPositionsThird"; "recurrenceEditorOffsetPositionsFourth": "recurrenceEditorOffsetPositionsFourth"; "recurrenceEditorOffsetPositionsLast": "recurrenceEditorOffsetPositionsLast"; "recurrenceEditorWeekdaysDay": "recurrenceEditorWeekdaysDay"; "recurrenceEditorWeekdaysWeekday": "recurrenceEditorWeekdaysWeekday"; "recurrenceEditorWeekdaysWeekendday": "recurrenceEditorWeekdaysWeekendday"; "recurrenceEditorEndAfter": "recurrenceEditorEndAfter"; "recurrenceEditorEndOccurrence": "recurrenceEditorEndOccurrence"; "recurrenceEditorEndLabel": "recurrenceEditorEndLabel"; "recurrenceEditorEndNever": "recurrenceEditorEndNever"; "recurrenceEditorEndOn": "recurrenceEditorEndOn"; "editorTitle": "editorTitle"; "destroy": "destroy"; "deleteConfirmation": "deleteConfirmation"; "editRecurringConfirmation": "editRecurringConfirmation"; "editOccurrence": "editOccurrence"; "editSeries": "editSeries"; "deleteRecurringConfirmation": "deleteRecurringConfirmation"; "deleteOccurrence": "deleteOccurrence"; "deleteSeries": "deleteSeries"; "deleteDialogTitle": "deleteDialogTitle"; "deleteRecurringDialogTitle": "deleteRecurringDialogTitle"; "editRecurringDialogTitle": "editRecurringDialogTitle"; "selectView": "selectView"; }, {}, never>;
|
|
325
393
|
}
|
|
@@ -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 { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
|
|
@@ -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
|
import { ElementRef, Renderer2, OnDestroy, NgZone } 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 } from '@angular/core';
|
|
@@ -1,8 +1,8 @@
|
|
|
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
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
5
|
+
import { ElementRef, OnInit, Renderer2 } from '@angular/core';
|
|
6
6
|
import { FocusableContainer } from '../types/focusable-container';
|
|
7
7
|
import { FocusService } from './focus.service';
|
|
8
8
|
import { FocusableElement } from './focusable-element.interface';
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
13
|
-
export declare class FocusableDirective implements FocusableElement {
|
|
13
|
+
export declare class FocusableDirective implements FocusableElement, OnInit {
|
|
14
14
|
element: ElementRef;
|
|
15
15
|
private renderer;
|
|
16
16
|
private focusService;
|
|
@@ -25,6 +25,7 @@ export declare class FocusableDirective implements FocusableElement {
|
|
|
25
25
|
private active;
|
|
26
26
|
constructor(element: ElementRef, renderer: Renderer2, focusService: FocusService);
|
|
27
27
|
ngAfterViewChecked(): void;
|
|
28
|
+
ngOnInit(): void;
|
|
28
29
|
ngOnDestroy(): void;
|
|
29
30
|
toggle(active: boolean): void;
|
|
30
31
|
canFocus(): boolean;
|
|
@@ -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 { ChangeDetectorRef, NgZone } from '@angular/core';
|
package/navigation.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
|
export { FocusService } from './navigation/focus.service';
|
package/package-metadata.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 { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "14.4.0-develop.
|
|
3
|
+
"version": "14.4.0-develop.20",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,23 +24,24 @@
|
|
|
24
24
|
"@angular/forms": "13 - 17",
|
|
25
25
|
"@angular/platform-browser": "13 - 17",
|
|
26
26
|
"@progress/kendo-data-query": "^1.0.0",
|
|
27
|
-
"@progress/kendo-drawing": "^1.
|
|
27
|
+
"@progress/kendo-drawing": "^1.19.0",
|
|
28
28
|
"@progress/kendo-licensing": "^1.0.2",
|
|
29
|
-
"@progress/kendo-angular-
|
|
30
|
-
"@progress/kendo-angular-
|
|
31
|
-
"@progress/kendo-angular-
|
|
32
|
-
"@progress/kendo-angular-
|
|
33
|
-
"@progress/kendo-angular-
|
|
34
|
-
"@progress/kendo-angular-
|
|
35
|
-
"@progress/kendo-angular-
|
|
36
|
-
"@progress/kendo-angular-
|
|
37
|
-
"@progress/kendo-angular-
|
|
38
|
-
"@progress/kendo-angular-
|
|
29
|
+
"@progress/kendo-angular-tooltip": "14.4.0-develop.20",
|
|
30
|
+
"@progress/kendo-angular-buttons": "14.4.0-develop.20",
|
|
31
|
+
"@progress/kendo-angular-common": "14.4.0-develop.20",
|
|
32
|
+
"@progress/kendo-angular-dateinputs": "14.4.0-develop.20",
|
|
33
|
+
"@progress/kendo-angular-dialog": "14.4.0-develop.20",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": "14.4.0-develop.20",
|
|
35
|
+
"@progress/kendo-angular-icons": "14.4.0-develop.20",
|
|
36
|
+
"@progress/kendo-angular-inputs": "14.4.0-develop.20",
|
|
37
|
+
"@progress/kendo-angular-intl": "14.4.0-develop.20",
|
|
38
|
+
"@progress/kendo-angular-l10n": "14.4.0-develop.20",
|
|
39
|
+
"@progress/kendo-angular-popup": "14.4.0-develop.20",
|
|
39
40
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
43
|
"tslib": "^2.3.1",
|
|
43
|
-
"@progress/kendo-angular-schematics": "14.4.0-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "14.4.0-develop.20",
|
|
44
45
|
"@progress/kendo-date-math": "^1.3.2",
|
|
45
46
|
"@progress/kendo-draggable": "^3.0.2",
|
|
46
47
|
"@progress/kendo-file-saver": "^1.0.7",
|
|
@@ -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, Renderer2, NgZone } 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 { PreventableEvent } from '../events/preventable-event';
|
package/pdf/pdf.component.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 { OnDestroy, NgZone } from '@angular/core';
|
package/pdf/pdf.module.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 * as i0 from "@angular/core";
|
package/pdf/pdf.service.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 { 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
|
/**
|
package/scheduler.component.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 { AfterContentInit, EventEmitter, NgZone, OnDestroy, OnInit, QueryList, ViewContainerRef, ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core';
|