@progress/kendo-angular-scheduler 14.4.0-develop.2 → 14.4.0-develop.21
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
|
@@ -1,14 +1,16 @@
|
|
|
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 { ViewChild } from '@angular/core';
|
|
6
6
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
7
7
|
import { Component, forwardRef, Input, Output, EventEmitter } from '@angular/core';
|
|
8
8
|
import { DatePickerComponent, DateTimePickerComponent } from '@progress/kendo-angular-dateinputs';
|
|
9
|
+
import { SchedulerLocalizationService } from '../localization/scheduler-localization.service';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
|
-
import * as i1 from "
|
|
11
|
-
import * as i2 from "@angular
|
|
11
|
+
import * as i1 from "../localization/scheduler-localization.service";
|
|
12
|
+
import * as i2 from "@progress/kendo-angular-dateinputs";
|
|
13
|
+
import * as i3 from "@angular/common";
|
|
12
14
|
/**
|
|
13
15
|
* @hidden
|
|
14
16
|
*/
|
|
@@ -21,7 +23,8 @@ export const SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR = {
|
|
|
21
23
|
* @hidden
|
|
22
24
|
*/
|
|
23
25
|
export class SchedulerDateTimePickerComponent {
|
|
24
|
-
constructor() {
|
|
26
|
+
constructor(localization) {
|
|
27
|
+
this.localization = localization;
|
|
25
28
|
this.valueChange = new EventEmitter();
|
|
26
29
|
this.onTouchedCallback = (_) => { };
|
|
27
30
|
this.onChangeCallback = (_) => { };
|
|
@@ -32,6 +35,9 @@ export class SchedulerDateTimePickerComponent {
|
|
|
32
35
|
get focusableId() {
|
|
33
36
|
return this.isAllDay ? this.datePicker?.focusableId : this.dateTimePicker?.focusableId;
|
|
34
37
|
}
|
|
38
|
+
textFor(key) {
|
|
39
|
+
return this.localization.get(key);
|
|
40
|
+
}
|
|
35
41
|
writeValue(newDate) {
|
|
36
42
|
if (newDate instanceof Date) {
|
|
37
43
|
this.date = newDate;
|
|
@@ -60,7 +66,7 @@ export class SchedulerDateTimePickerComponent {
|
|
|
60
66
|
this.onTouchedCallback = fn;
|
|
61
67
|
}
|
|
62
68
|
}
|
|
63
|
-
SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
69
|
+
SchedulerDateTimePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, deps: [{ token: i1.SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
64
70
|
SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SchedulerDateTimePickerComponent, selector: "kendo-scheduler-datetime-picker", inputs: { isAllDay: "isAllDay" }, outputs: { valueChange: "valueChange" }, providers: [
|
|
65
71
|
SCHEDULER_DATETIMEPICKER_VALUE_ACCESSOR
|
|
66
72
|
], viewQueries: [{ propertyName: "datePicker", first: true, predicate: ["datepicker"], descendants: true }, { propertyName: "dateTimePicker", first: true, predicate: ["datetimepicker"], descendants: true }], ngImport: i0, template: `
|
|
@@ -69,14 +75,38 @@ SchedulerDateTimePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
69
75
|
#datepicker
|
|
70
76
|
[(value)]='date'
|
|
71
77
|
(valueChange)='onValueChange($event)'
|
|
72
|
-
|
|
78
|
+
>
|
|
79
|
+
<kendo-datepicker-messages
|
|
80
|
+
[today]="textFor('editorDateInputsToday')"
|
|
81
|
+
[toggle]="textFor('editorDateInputsToggle')"
|
|
82
|
+
[parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
|
|
83
|
+
>
|
|
84
|
+
</kendo-datepicker-messages>
|
|
85
|
+
</kendo-datepicker>
|
|
73
86
|
<kendo-datetimepicker
|
|
74
87
|
*ngIf='!isAllDay'
|
|
75
88
|
#datetimepicker
|
|
76
89
|
[(value)]='date'
|
|
77
90
|
(valueChange)='onValueChange($event)'
|
|
78
91
|
>
|
|
79
|
-
|
|
92
|
+
<kendo-datetimepicker-messages
|
|
93
|
+
[toggle]="textFor('editorDateInputsToggle')"
|
|
94
|
+
[today]="textFor('editorDateInputsToday')"
|
|
95
|
+
[accept]="textFor('editorDateInputsAccept')"
|
|
96
|
+
[acceptLabel]="textFor('editorDateInputsAcceptLabel')"
|
|
97
|
+
[cancelLabel]="textFor('editorDateInputsCancelLabel')"
|
|
98
|
+
[cancel]="textFor('editorDateInputsCancel')"
|
|
99
|
+
[now]="textFor('editorDateInputsNow')"
|
|
100
|
+
[nowLabel]="textFor('editorDateInputsNowLabel')"
|
|
101
|
+
[dateTab]="textFor('editorDateInputsDateTab')"
|
|
102
|
+
[dateTabLabel]="textFor('editorDateInputsDateTabLabel')"
|
|
103
|
+
[timeTab]="textFor('editorDateInputsTimeTab')"
|
|
104
|
+
[timeTabLabel]="textFor('editorDateInputsTimeTabLabel')"
|
|
105
|
+
[parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
|
|
106
|
+
>
|
|
107
|
+
</kendo-datetimepicker-messages>
|
|
108
|
+
</kendo-datetimepicker>
|
|
109
|
+
`, isInline: true, components: [{ type: i2.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i2.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }, { type: i2.DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "title", "subtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "adaptiveMode", "defaultTab", "size", "rounded", "fillMode"], outputs: ["valueChange", "open", "close", "focus", "blur"], exportAs: ["kendo-datetimepicker"] }, { type: i2.DateTimePickerCustomMessagesComponent, selector: "kendo-datetimepicker-messages" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
80
110
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SchedulerDateTimePickerComponent, decorators: [{
|
|
81
111
|
type: Component,
|
|
82
112
|
args: [{
|
|
@@ -90,16 +120,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
90
120
|
#datepicker
|
|
91
121
|
[(value)]='date'
|
|
92
122
|
(valueChange)='onValueChange($event)'
|
|
93
|
-
|
|
123
|
+
>
|
|
124
|
+
<kendo-datepicker-messages
|
|
125
|
+
[today]="textFor('editorDateInputsToday')"
|
|
126
|
+
[toggle]="textFor('editorDateInputsToggle')"
|
|
127
|
+
[parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
|
|
128
|
+
>
|
|
129
|
+
</kendo-datepicker-messages>
|
|
130
|
+
</kendo-datepicker>
|
|
94
131
|
<kendo-datetimepicker
|
|
95
132
|
*ngIf='!isAllDay'
|
|
96
133
|
#datetimepicker
|
|
97
134
|
[(value)]='date'
|
|
98
135
|
(valueChange)='onValueChange($event)'
|
|
99
136
|
>
|
|
137
|
+
<kendo-datetimepicker-messages
|
|
138
|
+
[toggle]="textFor('editorDateInputsToggle')"
|
|
139
|
+
[today]="textFor('editorDateInputsToday')"
|
|
140
|
+
[accept]="textFor('editorDateInputsAccept')"
|
|
141
|
+
[acceptLabel]="textFor('editorDateInputsAcceptLabel')"
|
|
142
|
+
[cancelLabel]="textFor('editorDateInputsCancelLabel')"
|
|
143
|
+
[cancel]="textFor('editorDateInputsCancel')"
|
|
144
|
+
[now]="textFor('editorDateInputsNow')"
|
|
145
|
+
[nowLabel]="textFor('editorDateInputsNowLabel')"
|
|
146
|
+
[dateTab]="textFor('editorDateInputsDateTab')"
|
|
147
|
+
[dateTabLabel]="textFor('editorDateInputsDateTabLabel')"
|
|
148
|
+
[timeTab]="textFor('editorDateInputsTimeTab')"
|
|
149
|
+
[timeTabLabel]="textFor('editorDateInputsTimeTabLabel')"
|
|
150
|
+
[parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
|
|
151
|
+
>
|
|
152
|
+
</kendo-datetimepicker-messages>
|
|
153
|
+
</kendo-datetimepicker>
|
|
100
154
|
`
|
|
101
155
|
}]
|
|
102
|
-
}], propDecorators: { datePicker: [{
|
|
156
|
+
}], ctorParameters: function () { return [{ type: i1.SchedulerLocalizationService }]; }, propDecorators: { datePicker: [{
|
|
103
157
|
type: ViewChild,
|
|
104
158
|
args: ['datepicker']
|
|
105
159
|
}], dateTimePicker: [{
|
|
@@ -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, 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 { Directive, TemplateRef, Optional, Input } 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, Input, NgZone, ChangeDetectorRef, ViewChildren, QueryList, 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 { Injectable, EventEmitter, 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 { Injectable, 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 { Directive, Input, HostBinding, Renderer2, ElementRef, 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 } 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, forwardRef } 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, Input } 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 { Inject, Injectable, 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 { Component, EventEmitter, Input, Output, forwardRef, HostBinding } from '@angular/core';
|
|
@@ -1,17 +1,17 @@
|
|
|
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, ViewChildren, QueryList, Input, HostBinding } from '@angular/core';
|
|
6
6
|
import { RecurrenceService } from './recurrence.service';
|
|
7
7
|
import { isPresent } from '../../common/util';
|
|
8
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
8
|
import { EndRuleRadioButtonDirective } from './end-rule-radio-button.directive';
|
|
10
9
|
import { ZonedDate } from '@progress/kendo-date-math';
|
|
11
10
|
import { toUTCDate } from '../../views/utils';
|
|
11
|
+
import { SchedulerLocalizationService } from '../../localization/scheduler-localization.service';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
import * as i1 from "./recurrence.service";
|
|
14
|
-
import * as i2 from "
|
|
14
|
+
import * as i2 from "../../localization/scheduler-localization.service";
|
|
15
15
|
import * as i3 from "@progress/kendo-angular-label";
|
|
16
16
|
import * as i4 from "@progress/kendo-angular-inputs";
|
|
17
17
|
import * as i5 from "@progress/kendo-angular-dateinputs";
|
|
@@ -122,7 +122,7 @@ export class RecurrenceEndRuleEditorComponent {
|
|
|
122
122
|
return ZonedDate.fromUTCDate(untilDate, this.recurrence.timezone).toLocalDate();
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.
|
|
125
|
+
RecurrenceEndRuleEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
126
126
|
RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceEndRuleEditorComponent, selector: "kendo-recurrence-end-rule-editor", inputs: { userNumericOptions: "userNumericOptions", userDatePickerOptions: "userDatePickerOptions" }, host: { properties: { "class.k-scheduler-recurrence-end-rule-editor": "this.cssClass" } }, viewQueries: [{ propertyName: "endRuleRadioButtons", predicate: EndRuleRadioButtonDirective, descendants: true }], ngImport: i0, template: `
|
|
127
127
|
<div class="k-form-field">
|
|
128
128
|
<kendo-label
|
|
@@ -160,7 +160,13 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
160
160
|
[title]="numericOptions.title"
|
|
161
161
|
[(value)]='countValue'
|
|
162
162
|
(blur)="onCountBlur()"
|
|
163
|
-
(valueChange)='onCountChange($event)'
|
|
163
|
+
(valueChange)='onCountChange($event)'
|
|
164
|
+
>
|
|
165
|
+
<kendo-numerictextbox-messages
|
|
166
|
+
[increment]="textFor('recurrenceEditorNumericIncrement')"
|
|
167
|
+
[decrement]="textFor('recurrenceEditorNumericDecrement')"
|
|
168
|
+
>
|
|
169
|
+
</kendo-numerictextbox-messages>
|
|
164
170
|
</kendo-numerictextbox>
|
|
165
171
|
<span>{{ textFor('endOccurrence') }}</span>
|
|
166
172
|
</li>
|
|
@@ -192,13 +198,20 @@ RecurrenceEndRuleEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
192
198
|
[popupSettings]="datePickerOptions.popupSettings"
|
|
193
199
|
[(value)]='untilValue'
|
|
194
200
|
(blur)="onUntilBlur()"
|
|
195
|
-
(valueChange)='onUntilChange($event)'
|
|
201
|
+
(valueChange)='onUntilChange($event)'
|
|
202
|
+
>
|
|
203
|
+
<kendo-datepicker-messages
|
|
204
|
+
[today]="textFor('editorDateInputsToday')"
|
|
205
|
+
[toggle]="textFor('editorDateInputsToggle')"
|
|
206
|
+
[parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
|
|
207
|
+
>
|
|
208
|
+
</kendo-datepicker-messages>
|
|
196
209
|
</kendo-datepicker>
|
|
197
210
|
</li>
|
|
198
211
|
</ul>
|
|
199
212
|
</div>
|
|
200
213
|
</div>
|
|
201
|
-
`, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }, { type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }], directives: [{ type: i6.EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
|
|
214
|
+
`, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }, { type: i5.DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "navigationItemTemplate", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close"], exportAs: ["kendo-datepicker"] }, { type: i5.DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }], directives: [{ type: i6.EndRuleRadioButtonDirective, selector: "[kendoRecurrenceEndRuleRadioButton]", inputs: ["kendoRecurrenceEndRuleRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
|
|
202
215
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceEndRuleEditorComponent, decorators: [{
|
|
203
216
|
type: Component,
|
|
204
217
|
args: [{
|
|
@@ -240,7 +253,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
240
253
|
[title]="numericOptions.title"
|
|
241
254
|
[(value)]='countValue'
|
|
242
255
|
(blur)="onCountBlur()"
|
|
243
|
-
(valueChange)='onCountChange($event)'
|
|
256
|
+
(valueChange)='onCountChange($event)'
|
|
257
|
+
>
|
|
258
|
+
<kendo-numerictextbox-messages
|
|
259
|
+
[increment]="textFor('recurrenceEditorNumericIncrement')"
|
|
260
|
+
[decrement]="textFor('recurrenceEditorNumericDecrement')"
|
|
261
|
+
>
|
|
262
|
+
</kendo-numerictextbox-messages>
|
|
244
263
|
</kendo-numerictextbox>
|
|
245
264
|
<span>{{ textFor('endOccurrence') }}</span>
|
|
246
265
|
</li>
|
|
@@ -272,7 +291,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
272
291
|
[popupSettings]="datePickerOptions.popupSettings"
|
|
273
292
|
[(value)]='untilValue'
|
|
274
293
|
(blur)="onUntilBlur()"
|
|
275
|
-
(valueChange)='onUntilChange($event)'
|
|
294
|
+
(valueChange)='onUntilChange($event)'
|
|
295
|
+
>
|
|
296
|
+
<kendo-datepicker-messages
|
|
297
|
+
[today]="textFor('editorDateInputsToday')"
|
|
298
|
+
[toggle]="textFor('editorDateInputsToggle')"
|
|
299
|
+
[parentViewButtonTitle]="textFor('editorDateInputsParentViewButton')"
|
|
300
|
+
>
|
|
301
|
+
</kendo-datepicker-messages>
|
|
276
302
|
</kendo-datepicker>
|
|
277
303
|
</li>
|
|
278
304
|
</ul>
|
|
@@ -280,7 +306,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
280
306
|
</div>
|
|
281
307
|
`
|
|
282
308
|
}]
|
|
283
|
-
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.
|
|
309
|
+
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.SchedulerLocalizationService }]; }, propDecorators: { cssClass: [{
|
|
284
310
|
type: HostBinding,
|
|
285
311
|
args: ['class.k-scheduler-recurrence-end-rule-editor']
|
|
286
312
|
}], userNumericOptions: [{
|
|
@@ -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, ViewChildren, QueryList } from '@angular/core';
|
|
@@ -1,14 +1,14 @@
|
|
|
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, HostBinding, Input } from '@angular/core';
|
|
6
6
|
import { RecurrenceService } from './recurrence.service';
|
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
7
|
import { isPresent } from '../../common/util';
|
|
8
|
+
import { SchedulerLocalizationService } from '../../localization/scheduler-localization.service';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
import * as i1 from "./recurrence.service";
|
|
11
|
-
import * as i2 from "
|
|
11
|
+
import * as i2 from "../../localization/scheduler-localization.service";
|
|
12
12
|
import * as i3 from "@progress/kendo-angular-label";
|
|
13
13
|
import * as i4 from "@progress/kendo-angular-inputs";
|
|
14
14
|
/**
|
|
@@ -78,7 +78,7 @@ export class RecurrenceIntervalEditorComponent {
|
|
|
78
78
|
return this.localization.get(key);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.
|
|
81
|
+
RecurrenceIntervalEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
82
82
|
RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceIntervalEditorComponent, selector: "kendo-recurrence-interval-editor", inputs: { userNumericOptions: "userNumericOptions" }, host: { properties: { "class.k-scheduler-recurrence-interval-editor": "this.cssClass" } }, ngImport: i0, template: `
|
|
83
83
|
<div class="k-form-field">
|
|
84
84
|
<kendo-label
|
|
@@ -103,12 +103,18 @@ RecurrenceIntervalEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion
|
|
|
103
103
|
[title]="numericOptions.title"
|
|
104
104
|
[(value)]="intervalValue"
|
|
105
105
|
(blur)="onIntervalBlur()"
|
|
106
|
-
(valueChange)="onIntervalChange($event)"
|
|
106
|
+
(valueChange)="onIntervalChange($event)"
|
|
107
|
+
>
|
|
108
|
+
<kendo-numerictextbox-messages
|
|
109
|
+
[increment]="textFor('recurrenceEditorNumericIncrement')"
|
|
110
|
+
[decrement]="textFor('recurrenceEditorNumericDecrement')"
|
|
111
|
+
>
|
|
112
|
+
</kendo-numerictextbox-messages>
|
|
107
113
|
</kendo-numerictextbox>
|
|
108
114
|
<span> {{ textForFrequency() }}</span>
|
|
109
115
|
</div>
|
|
110
116
|
</div>
|
|
111
|
-
`, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }] });
|
|
117
|
+
`, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { type: i4.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
|
|
112
118
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceIntervalEditorComponent, decorators: [{
|
|
113
119
|
type: Component,
|
|
114
120
|
args: [{
|
|
@@ -137,14 +143,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
137
143
|
[title]="numericOptions.title"
|
|
138
144
|
[(value)]="intervalValue"
|
|
139
145
|
(blur)="onIntervalBlur()"
|
|
140
|
-
(valueChange)="onIntervalChange($event)"
|
|
146
|
+
(valueChange)="onIntervalChange($event)"
|
|
147
|
+
>
|
|
148
|
+
<kendo-numerictextbox-messages
|
|
149
|
+
[increment]="textFor('recurrenceEditorNumericIncrement')"
|
|
150
|
+
[decrement]="textFor('recurrenceEditorNumericDecrement')"
|
|
151
|
+
>
|
|
152
|
+
</kendo-numerictextbox-messages>
|
|
141
153
|
</kendo-numerictextbox>
|
|
142
154
|
<span> {{ textForFrequency() }}</span>
|
|
143
155
|
</div>
|
|
144
156
|
</div>
|
|
145
157
|
`
|
|
146
158
|
}]
|
|
147
|
-
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.
|
|
159
|
+
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.SchedulerLocalizationService }]; }, propDecorators: { cssClass: [{
|
|
148
160
|
type: HostBinding,
|
|
149
161
|
args: ['class.k-scheduler-recurrence-interval-editor']
|
|
150
162
|
}], userNumericOptions: [{
|
|
@@ -1,16 +1,16 @@
|
|
|
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, ViewChildren, QueryList, Input } from '@angular/core';
|
|
6
6
|
import { RecurrenceService } from './recurrence.service';
|
|
7
7
|
import { isPresent } from '../../common/util';
|
|
8
8
|
import { dayRule, weekdayRule, weekendRule } from './recurrence.service';
|
|
9
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
10
9
|
import { RepeatOnRadioButtonDirective } from './repeat-on-radio-button.directive';
|
|
10
|
+
import { SchedulerLocalizationService } from '../../localization/scheduler-localization.service';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
import * as i1 from "./recurrence.service";
|
|
13
|
-
import * as i2 from "
|
|
13
|
+
import * as i2 from "../../localization/scheduler-localization.service";
|
|
14
14
|
import * as i3 from "@progress/kendo-angular-label";
|
|
15
15
|
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
16
16
|
import * as i5 from "@progress/kendo-angular-inputs";
|
|
@@ -235,7 +235,7 @@ export class RecurrenceMonthlyYearlyEditorComponent {
|
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.
|
|
238
|
+
RecurrenceMonthlyYearlyEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, deps: [{ token: i1.RecurrenceService }, { token: i2.SchedulerLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
239
239
|
RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: RecurrenceMonthlyYearlyEditorComponent, selector: "kendo-recurrence-monthly-yearly-editor", inputs: { userNumericOptions: "userNumericOptions" }, viewQueries: [{ propertyName: "repeatOnRadioButtons", predicate: RepeatOnRadioButtonDirective, descendants: true }], ngImport: i0, template: `
|
|
240
240
|
<div class='k-form-field'>
|
|
241
241
|
<kendo-label
|
|
@@ -283,7 +283,13 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
283
283
|
[title]="numericOptions.title"
|
|
284
284
|
[value]='monthDay'
|
|
285
285
|
(valueChange)='onMonthDayChange($event)'
|
|
286
|
-
[disabled]="isDisabled('monthday')"
|
|
286
|
+
[disabled]="isDisabled('monthday')"
|
|
287
|
+
>
|
|
288
|
+
<kendo-numerictextbox-messages
|
|
289
|
+
[increment]="textFor('recurrenceEditorNumericIncrement')"
|
|
290
|
+
[decrement]="textFor('recurrenceEditorNumericDecrement')"
|
|
291
|
+
>
|
|
292
|
+
</kendo-numerictextbox-messages>
|
|
287
293
|
</kendo-numerictextbox>
|
|
288
294
|
</li>
|
|
289
295
|
<li class='k-radio-list-item'>
|
|
@@ -332,7 +338,7 @@ RecurrenceMonthlyYearlyEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVe
|
|
|
332
338
|
</ul>
|
|
333
339
|
</div>
|
|
334
340
|
</div>
|
|
335
|
-
`, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur"], exportAs: ["kendoNumericTextBox"] }], directives: [{ type: i6.RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
341
|
+
`, isInline: true, components: [{ type: i3.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { type: i4.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { type: i5.NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }], directives: [{ type: i6.RepeatOnRadioButtonDirective, selector: "[kendoRecurrenceRepeatOnRadioButton]", inputs: ["kendoRecurrenceRepeatOnRadioButton"] }, { type: i3.LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
336
342
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: RecurrenceMonthlyYearlyEditorComponent, decorators: [{
|
|
337
343
|
type: Component,
|
|
338
344
|
args: [{
|
|
@@ -384,7 +390,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
384
390
|
[title]="numericOptions.title"
|
|
385
391
|
[value]='monthDay'
|
|
386
392
|
(valueChange)='onMonthDayChange($event)'
|
|
387
|
-
[disabled]="isDisabled('monthday')"
|
|
393
|
+
[disabled]="isDisabled('monthday')"
|
|
394
|
+
>
|
|
395
|
+
<kendo-numerictextbox-messages
|
|
396
|
+
[increment]="textFor('recurrenceEditorNumericIncrement')"
|
|
397
|
+
[decrement]="textFor('recurrenceEditorNumericDecrement')"
|
|
398
|
+
>
|
|
399
|
+
</kendo-numerictextbox-messages>
|
|
388
400
|
</kendo-numerictextbox>
|
|
389
401
|
</li>
|
|
390
402
|
<li class='k-radio-list-item'>
|
|
@@ -435,7 +447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
435
447
|
</div>
|
|
436
448
|
`
|
|
437
449
|
}]
|
|
438
|
-
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.
|
|
450
|
+
}], ctorParameters: function () { return [{ type: i1.RecurrenceService }, { type: i2.SchedulerLocalizationService }]; }, propDecorators: { userNumericOptions: [{
|
|
439
451
|
type: Input
|
|
440
452
|
}], repeatOnRadioButtons: [{
|
|
441
453
|
type: ViewChildren,
|
|
@@ -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, ViewChildren, QueryList } 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, 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 { Directive, Input, HostBinding, 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 { Input, EventEmitter, Output, 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, ViewChild } from '@angular/core';
|
|
@@ -54,7 +54,7 @@ MultipleResourceEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
54
54
|
{{ getField(dataItem, resource.textField) }}
|
|
55
55
|
</ng-template>
|
|
56
56
|
</kendo-multiselect>
|
|
57
|
-
`, isInline: true, components: [{ type: i1.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["showStickyHeader", "focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "adaptiveMode", "title", "subtitle", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "removeTag"], exportAs: ["kendoMultiSelect"] }], directives: [{ type: i1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1.TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }] });
|
|
57
|
+
`, isInline: true, components: [{ type: i1.MultiSelectComponent, selector: "kendo-multiselect", inputs: ["showStickyHeader", "focusableId", "autoClose", "loading", "data", "value", "valueField", "textField", "tabindex", "tabIndex", "size", "rounded", "fillMode", "placeholder", "adaptiveMode", "title", "subtitle", "disabled", "itemDisabled", "checkboxes", "readonly", "filterable", "virtual", "popupSettings", "listHeight", "valuePrimitive", "clearButton", "tagMapper", "allowCustom", "valueNormalizer"], outputs: ["filterChange", "valueChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur", "removeTag"], exportAs: ["kendoMultiSelect"] }], directives: [{ type: i1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1.TagTemplateDirective, selector: "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]" }] });
|
|
58
58
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MultipleResourceEditorComponent, decorators: [{
|
|
59
59
|
type: Component,
|
|
60
60
|
args: [{
|
|
@@ -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, ViewChild } 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 { ViewChild } from '@angular/core';
|
|
@@ -100,7 +100,7 @@ TimeZoneEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
100
100
|
(filterChange)="onTimeZoneFilterChange($event)"
|
|
101
101
|
(valueChange)="onTimeZoneChange($event)">
|
|
102
102
|
</kendo-combobox>
|
|
103
|
-
`, isInline: true, components: [{ type: i1.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoComboBox"] }] });
|
|
103
|
+
`, isInline: true, components: [{ type: i1.ComboBoxComponent, selector: "kendo-combobox", inputs: ["icon", "svgIcon", "showStickyHeader", "focusableId", "allowCustom", "data", "value", "textField", "valueField", "valuePrimitive", "valueNormalizer", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "suggest", "clearButton", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode"], outputs: ["valueChange", "selectionChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoComboBox"] }] });
|
|
104
104
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TimeZoneEditorComponent, decorators: [{
|
|
105
105
|
type: Component,
|
|
106
106
|
args: [{
|