@progress/kendo-angular-scheduler 3.0.3-dev.202203091424 → 4.0.0-next.202204010908
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/bundles/kendo-angular-scheduler.umd.js +5 -0
- package/{dist/es2015/common → common}/constants.d.ts +0 -0
- package/{dist/es2015/common → common}/default-model-fields.d.ts +0 -0
- package/{dist/es2015/common → common}/dom-queries.d.ts +0 -0
- package/{dist/es2015/common → common}/getter.d.ts +0 -0
- package/{dist/es2015/common → common}/modifiers.d.ts +0 -0
- package/{dist/es2015/common → common}/setter.d.ts +0 -0
- package/{dist/es2015/common → common}/util.d.ts +0 -0
- package/data-binding.directive.d.ts +54 -0
- package/editing/date-time-picker.component.d.ts +39 -0
- package/editing/dialogs.service.d.ts +44 -0
- package/editing/edit-dialog-template.directive.d.ts +27 -0
- package/editing/edit-dialog.component.d.ts +80 -0
- package/editing/edit.service.d.ts +57 -0
- package/editing/local-data-changes.service.d.ts +15 -0
- package/editing/recurrence/end-rule-radio-button.directive.d.ts +31 -0
- package/editing/recurrence/localization/custom-messages.component.d.ts +18 -0
- package/editing/recurrence/localization/localized-messages.directive.d.ts +16 -0
- package/editing/recurrence/localization/messages.d.ts +141 -0
- package/editing/recurrence/localization/recurrence-localization.service.d.ts +17 -0
- package/editing/recurrence/recurrence-editor.component.d.ts +91 -0
- package/editing/recurrence/recurrence-end-rule-editor.component.d.ts +45 -0
- package/editing/recurrence/recurrence-frequency-editor.component.d.ts +26 -0
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +27 -0
- package/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +53 -0
- package/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +31 -0
- package/editing/recurrence/recurrence.service.d.ts +118 -0
- package/editing/recurrence/repeat-on-radio-button.directive.d.ts +32 -0
- package/editing/resource-editor-base.d.ts +37 -0
- package/editing/resource-multiple-editor.component.d.ts +21 -0
- package/editing/resource-single-editor.component.d.ts +20 -0
- package/editing/timezone-editor.component.d.ts +60 -0
- package/{dist/es2015/editing-directives → editing-directives}/base-edit.service.d.ts +0 -0
- package/{dist/es2015/editing-directives → editing-directives}/edit-service.interface.d.ts +0 -0
- package/editing-directives/editing-directive-base.d.ts +60 -0
- package/editing-directives/local-edit.service.d.ts +33 -0
- package/editing-directives/reactive-editing.directive.d.ts +32 -0
- package/{dist/es2015/editing-directives → editing-directives}/utils.d.ts +0 -0
- package/{dist/es2015 → esm2015}/common/constants.js +0 -0
- package/{dist/es2015 → esm2015}/common/default-model-fields.js +0 -0
- package/esm2015/common/dom-queries.js +122 -0
- package/{dist/es2015 → esm2015}/common/getter.js +0 -0
- package/esm2015/common/modifiers.js +31 -0
- package/{dist/es2015 → esm2015}/common/setter.js +0 -0
- package/{dist/es2015 → esm2015}/common/util.js +0 -0
- package/esm2015/data-binding.directive.js +149 -0
- package/esm2015/editing/date-time-picker.component.js +102 -0
- package/esm2015/editing/dialogs.service.js +86 -0
- package/esm2015/editing/edit-dialog-template.directive.js +34 -0
- package/esm2015/editing/edit-dialog.component.js +515 -0
- package/esm2015/editing/edit.service.js +99 -0
- package/esm2015/editing/local-data-changes.service.js +19 -0
- package/esm2015/editing/recurrence/end-rule-radio-button.directive.js +68 -0
- package/esm2015/editing/recurrence/localization/custom-messages.component.js +41 -0
- package/esm2015/editing/recurrence/localization/localized-messages.directive.js +36 -0
- package/esm2015/editing/recurrence/localization/messages.js +81 -0
- package/esm2015/editing/recurrence/localization/recurrence-localization.service.js +46 -0
- package/esm2015/editing/recurrence/recurrence-editor.component.js +410 -0
- package/esm2015/editing/recurrence/recurrence-end-rule-editor.component.js +264 -0
- package/esm2015/editing/recurrence/recurrence-frequency-editor.component.js +80 -0
- package/esm2015/editing/recurrence/recurrence-interval-editor.component.js +139 -0
- package/esm2015/editing/recurrence/recurrence-monthly-yearly-editor.component.js +434 -0
- package/esm2015/editing/recurrence/recurrence-weekday-rule-editor.component.js +105 -0
- package/esm2015/editing/recurrence/recurrence.service.js +246 -0
- package/esm2015/editing/recurrence/repeat-on-radio-button.directive.js +72 -0
- package/esm2015/editing/resource-editor-base.js +59 -0
- package/esm2015/editing/resource-multiple-editor.component.js +90 -0
- package/esm2015/editing/resource-single-editor.component.js +75 -0
- package/esm2015/editing/timezone-editor.component.js +124 -0
- package/esm2015/editing-directives/base-edit.service.js +289 -0
- package/esm2015/editing-directives/edit-service.interface.js +5 -0
- package/esm2015/editing-directives/editing-directive-base.js +218 -0
- package/esm2015/editing-directives/local-edit.service.js +120 -0
- package/esm2015/editing-directives/reactive-editing.directive.js +104 -0
- package/esm2015/editing-directives/utils.js +65 -0
- package/{dist/es2015 → esm2015}/events/add-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/cancel-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/create-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/date-change-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/drag-end-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/drag-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/drag-start-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/edit-event-base.js +0 -0
- package/{dist/es2015 → esm2015}/events/edit-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/event-click-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/event-keydown-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/navigate-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/preventable-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/remove-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/resize-end-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/resize-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/resize-start-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/save-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/slot-click-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/slot-drag-end-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/slot-drag-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/slot-drag-start-event.js +0 -0
- package/{dist/es2015 → esm2015}/events/view-event-map.js +0 -0
- package/{dist/es → esm2015}/events.js +0 -0
- package/esm2015/kendo-angular-scheduler.js +8 -0
- package/esm2015/loading.component.js +47 -0
- package/esm2015/localization/custom-messages.component.js +40 -0
- package/esm2015/localization/localized-messages.directive.js +36 -0
- package/esm2015/localization/messages.js +169 -0
- package/esm2015/localization/scheduler-localization.service.js +31 -0
- package/esm2015/main.js +69 -0
- package/esm2015/navigation/focus-position.interface.js +5 -0
- package/esm2015/navigation/focus.service.js +128 -0
- package/esm2015/navigation/focusable-element.interface.js +5 -0
- package/esm2015/navigation/focusable.directive.js +68 -0
- package/esm2015/navigation/shortcuts.directive.js +151 -0
- package/{dist/es → esm2015}/navigation.js +0 -0
- package/esm2015/package-metadata.js +15 -0
- package/esm2015/pdf/pdf-command.directive.js +58 -0
- package/{dist/es2015 → esm2015}/pdf/pdf-export-event.js +0 -0
- package/esm2015/pdf/pdf.component.js +143 -0
- package/esm2015/pdf/pdf.module.js +57 -0
- package/esm2015/pdf/pdf.service.js +38 -0
- package/esm2015/scheduler.component.js +1607 -0
- package/esm2015/scheduler.module.js +281 -0
- package/esm2015/shared.module.js +31 -0
- package/esm2015/toolbar/navigation.component.js +285 -0
- package/esm2015/toolbar/toolbar-context.js +5 -0
- package/esm2015/toolbar/toolbar-template.directive.js +48 -0
- package/esm2015/toolbar/toolbar.component.js +104 -0
- package/esm2015/toolbar/toolbar.module.js +65 -0
- package/esm2015/toolbar/toolbar.service.js +32 -0
- package/esm2015/toolbar/view-selector.component.js +131 -0
- package/esm2015/types/actions.js +5 -0
- package/esm2015/types/create-form-group-args.interface.js +5 -0
- package/esm2015/types/crud-operation.enum.js +16 -0
- package/esm2015/types/current-time-settings.interface.js +5 -0
- package/esm2015/types/date-range.interface.js +5 -0
- package/esm2015/types/datepicker-options.interface.js +5 -0
- package/esm2015/types/edit-event-args.interface.js +5 -0
- package/esm2015/types/edit-mode.enum.js +19 -0
- package/esm2015/types/editable-settings.interface.js +5 -0
- package/esm2015/types/event-style-args.interface.js +5 -0
- package/esm2015/types/group.interface.js +5 -0
- package/esm2015/types/numeric-options.interface.js +5 -0
- package/esm2015/types/resource.interface.js +5 -0
- package/esm2015/types/scheduler-event.js +5 -0
- package/esm2015/types/scheduler-model-fields.interface.js +5 -0
- package/esm2015/types/scheduler-slot.interface.js +5 -0
- package/{dist/es2015 → esm2015}/types/scheduler-view.js +0 -0
- package/esm2015/types/slot-class-args.interface.js +5 -0
- package/{dist/es2015 → esm2015}/types/slot-selection.js +0 -0
- package/esm2015/types/view-item.interface.js +5 -0
- package/esm2015/types.js +12 -0
- package/esm2015/views/agenda/agenda-header-item.component.js +63 -0
- package/esm2015/views/agenda/agenda-header.component.js +71 -0
- package/esm2015/views/agenda/agenda-task-item.component.js +98 -0
- package/esm2015/views/agenda/agenda-view-internal.component.js +377 -0
- package/esm2015/views/agenda/agenda-view-list.component.js +170 -0
- package/esm2015/views/agenda/agenda-view.component.js +112 -0
- package/esm2015/views/agenda/agenda-view.module.js +44 -0
- package/esm2015/views/agenda/tasks.collection.js +78 -0
- package/esm2015/views/agenda/utils.js +167 -0
- package/esm2015/views/common/base-view.js +1000 -0
- package/esm2015/views/common/configuration-view-base.js +83 -0
- package/esm2015/views/common/dom-events.service.js +24 -0
- package/esm2015/views/common/hint-container.component.js +37 -0
- package/esm2015/views/common/repeat.pipe.js +34 -0
- package/esm2015/views/common/resize-hint.component.js +88 -0
- package/esm2015/views/common/resource-iterator.pipe.js +46 -0
- package/esm2015/views/common/scheduler-task.js +5 -0
- package/esm2015/views/common/slot-selectable.directive.js +108 -0
- package/esm2015/views/common/view-footer.component.js +59 -0
- package/esm2015/views/common/views-shared.module.js +61 -0
- package/esm2015/views/common/work-hours-footer.directive.js +39 -0
- package/{dist/es2015 → esm2015}/views/constants.js +0 -0
- package/esm2015/views/day-time/day-time-slot.service.js +605 -0
- package/esm2015/views/day-time/day-time-view-base.js +142 -0
- package/esm2015/views/day-time/day-time-view-item.component.js +119 -0
- package/esm2015/views/day-time/day-time-view.component.js +355 -0
- package/esm2015/views/day-time/day-time.module.js +32 -0
- package/esm2015/views/day-time/event-slot.directive.js +125 -0
- package/{dist/es2015 → esm2015}/views/day-time/utils.js +0 -0
- package/esm2015/views/month/month-slot.directive.js +77 -0
- package/{dist/es2015 → esm2015}/views/month/month-slot.service.js +0 -0
- package/esm2015/views/month/month-view-item.component.js +88 -0
- package/esm2015/views/month/month-view-renderer.component.js +439 -0
- package/esm2015/views/month/month-view.component.js +106 -0
- package/esm2015/views/month/month-view.module.js +41 -0
- package/esm2015/views/month/utils.js +67 -0
- package/esm2015/views/multi-day/day-view.component.js +160 -0
- package/esm2015/views/multi-day/multi-day-view-base.js +32 -0
- package/esm2015/views/multi-day/multi-day-view-renderer.component.js +762 -0
- package/esm2015/views/multi-day/multi-day-view.component.js +160 -0
- package/esm2015/views/multi-day/multi-day-view.module.js +53 -0
- package/{dist/es2015 → esm2015}/views/multi-day/utils.js +0 -0
- package/esm2015/views/multi-day/week-view.component.js +164 -0
- package/esm2015/views/multi-day/work-week-view.component.js +148 -0
- package/esm2015/views/scheduler-view.directive.js +48 -0
- package/esm2015/views/templates/agenda-date-template.directive.js +36 -0
- package/esm2015/views/templates/agenda-time-template.directive.js +41 -0
- package/esm2015/views/templates/all-day-event-template.directive.js +37 -0
- package/esm2015/views/templates/all-day-slot-template.directive.js +37 -0
- package/esm2015/views/templates/date-header-template.directive.js +37 -0
- package/esm2015/views/templates/event-template.directive.js +37 -0
- package/esm2015/views/templates/group-header-template.directive.js +37 -0
- package/esm2015/views/templates/major-time-header-template.directive.js +36 -0
- package/esm2015/views/templates/minor-time-header-template.directive.js +36 -0
- package/esm2015/views/templates/month-day-slot-template.directive.js +37 -0
- package/esm2015/views/templates/time-slot-template.directive.js +38 -0
- package/{dist/es → esm2015}/views/templates.js +0 -0
- package/esm2015/views/timeline/timeline-base.js +32 -0
- package/esm2015/views/timeline/timeline-month-view.component.js +152 -0
- package/esm2015/views/timeline/timeline-multi-day-view.component.js +455 -0
- package/esm2015/views/timeline/timeline-view.component.js +125 -0
- package/esm2015/views/timeline/timeline-view.module.js +49 -0
- package/esm2015/views/timeline/timeline-week-view.component.js +143 -0
- package/{dist/es2015 → esm2015}/views/timeline/utils.js +0 -0
- package/{dist/es2015 → esm2015}/views/utils.js +0 -0
- package/esm2015/views/view-context.service.js +84 -0
- package/esm2015/views/view-items/base-slot.directive.js +96 -0
- package/{dist/es2015 → esm2015}/views/view-items/base-slot.service.js +0 -0
- package/esm2015/views/view-items/base-view-item.js +168 -0
- package/{dist/es2015 → esm2015}/views/view-items/item-map.js +0 -0
- package/esm2015/views/view-items/types.js +5 -0
- package/esm2015/views/view-state.service.js +97 -0
- package/{dist/es2015/events → events}/add-event.d.ts +0 -0
- package/{dist/es2015/events → events}/cancel-event.d.ts +0 -0
- package/{dist/es2015/events → events}/create-event.d.ts +0 -0
- package/{dist/es2015/events → events}/date-change-event.d.ts +0 -0
- package/{dist/es2015/events → events}/drag-end-event.d.ts +0 -0
- package/{dist/es2015/events → events}/drag-event.d.ts +0 -0
- package/{dist/es2015/events → events}/drag-start-event.d.ts +0 -0
- package/{dist/es2015/events → events}/edit-event-base.d.ts +0 -0
- package/{dist/es2015/events → events}/edit-event.d.ts +0 -0
- package/{dist/es2015/events → events}/event-click-event.d.ts +0 -0
- package/{dist/es2015/events → events}/event-keydown-event.d.ts +0 -0
- package/{dist/es2015/events → events}/navigate-event.d.ts +0 -0
- package/{dist/es2015/events → events}/preventable-event.d.ts +0 -0
- package/{dist/es2015/events → events}/remove-event.d.ts +0 -0
- package/{dist/es2015/events → events}/resize-end-event.d.ts +0 -0
- package/{dist/es2015/events → events}/resize-event.d.ts +0 -0
- package/{dist/es2015/events → events}/resize-start-event.d.ts +0 -0
- package/{dist/es2015/events → events}/save-event.d.ts +0 -0
- package/{dist/es2015/events → events}/slot-click-event.d.ts +0 -0
- package/{dist/es2015/events → events}/slot-drag-end-event.d.ts +0 -0
- package/{dist/es2015/events → events}/slot-drag-event.d.ts +0 -0
- package/{dist/es2015/events → events}/slot-drag-start-event.d.ts +0 -0
- package/{dist/es2015/events → events}/view-event-map.d.ts +0 -0
- package/{dist/es2015/events.d.ts → events.d.ts} +0 -0
- package/fesm2015/kendo-angular-scheduler.js +16496 -0
- package/kendo-angular-scheduler.d.ts +9 -0
- package/loading.component.d.ts +21 -0
- package/localization/custom-messages.component.d.ts +17 -0
- package/localization/localized-messages.directive.d.ts +16 -0
- package/localization/messages.d.ts +317 -0
- package/localization/scheduler-localization.service.d.ts +14 -0
- package/main.d.ts +71 -0
- package/{dist/es2015/navigation → navigation}/focus-position.interface.d.ts +0 -0
- package/navigation/focus.service.d.ts +37 -0
- package/{dist/es2015/navigation → navigation}/focusable-element.interface.d.ts +0 -0
- package/navigation/focusable.directive.d.ts +32 -0
- package/navigation/shortcuts.directive.d.ts +32 -0
- package/{dist/es2015/navigation.d.ts → navigation.d.ts} +0 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +43 -121
- package/pdf/pdf-command.directive.d.ts +42 -0
- package/{dist/es2015/pdf → pdf}/pdf-export-event.d.ts +0 -0
- package/pdf/pdf.component.d.ts +125 -0
- package/pdf/pdf.module.d.ts +43 -0
- package/pdf/pdf.service.d.ts +18 -0
- package/scheduler.component.d.ts +674 -0
- package/scheduler.module.d.ts +95 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/shared.module.d.ts +15 -0
- package/toolbar/navigation.component.d.ts +107 -0
- package/{dist/es2015/toolbar → toolbar}/toolbar-context.d.ts +0 -0
- package/toolbar/toolbar-template.directive.d.ts +39 -0
- package/toolbar/toolbar.component.d.ts +35 -0
- package/toolbar/toolbar.module.d.ts +29 -0
- package/toolbar/toolbar.service.d.ts +38 -0
- package/toolbar/view-selector.component.d.ts +52 -0
- package/{dist/es2015/types → types}/actions.d.ts +0 -0
- package/{dist/es2015/types → types}/create-form-group-args.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/crud-operation.enum.d.ts +0 -0
- package/{dist/es2015/types → types}/current-time-settings.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/date-range.interface.d.ts +0 -0
- package/types/datepicker-options.interface.d.ts +106 -0
- package/{dist/es2015/types → types}/edit-event-args.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/edit-mode.enum.d.ts +0 -0
- package/{dist/es2015/types → types}/editable-settings.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/event-style-args.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/group.interface.d.ts +0 -0
- package/types/numeric-options.interface.d.ts +53 -0
- package/{dist/es2015/types → types}/resource.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/scheduler-event.d.ts +0 -0
- package/{dist/es2015/types → types}/scheduler-model-fields.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/scheduler-slot.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/scheduler-view.d.ts +0 -0
- package/{dist/es2015/types → types}/slot-class-args.interface.d.ts +0 -0
- package/{dist/es2015/types → types}/slot-selection.d.ts +0 -0
- package/{dist/es2015/types → types}/view-item.interface.d.ts +0 -0
- package/types.d.ts +24 -0
- package/views/agenda/agenda-header-item.component.d.ts +18 -0
- package/views/agenda/agenda-header.component.d.ts +20 -0
- package/views/agenda/agenda-task-item.component.d.ts +27 -0
- package/views/agenda/agenda-view-internal.component.d.ts +79 -0
- package/views/agenda/agenda-view-list.component.d.ts +32 -0
- package/views/agenda/agenda-view.component.d.ts +60 -0
- package/views/agenda/agenda-view.module.d.ts +22 -0
- package/views/agenda/tasks.collection.d.ts +44 -0
- package/{dist/es2015/views → views}/agenda/utils.d.ts +0 -0
- package/views/common/base-view.d.ts +175 -0
- package/views/common/configuration-view-base.d.ts +76 -0
- package/views/common/dom-events.service.d.ts +19 -0
- package/views/common/hint-container.component.d.ts +17 -0
- package/views/common/repeat.pipe.d.ts +14 -0
- package/views/common/resize-hint.component.d.ts +21 -0
- package/views/common/resource-iterator.pipe.d.ts +14 -0
- package/views/common/scheduler-task.d.ts +20 -0
- package/views/common/slot-selectable.directive.d.ts +48 -0
- package/views/common/view-footer.component.d.ts +22 -0
- package/views/common/views-shared.module.d.ts +23 -0
- package/views/common/work-hours-footer.directive.d.ts +23 -0
- package/{dist/es2015/views → views}/constants.d.ts +0 -0
- package/views/day-time/day-time-slot.service.d.ts +77 -0
- package/views/day-time/day-time-view-base.d.ts +132 -0
- package/views/day-time/day-time-view-item.component.d.ts +24 -0
- package/views/day-time/day-time-view.component.d.ts +82 -0
- package/views/day-time/day-time.module.d.ts +18 -0
- package/views/day-time/event-slot.directive.d.ts +46 -0
- package/{dist/es2015/views → views}/day-time/utils.d.ts +0 -0
- package/views/month/month-slot.directive.d.ts +30 -0
- package/views/month/month-slot.service.d.ts +61 -0
- package/views/month/month-view-item.component.d.ts +20 -0
- package/views/month/month-view-renderer.component.d.ts +47 -0
- package/views/month/month-view.component.d.ts +47 -0
- package/views/month/month-view.module.d.ts +18 -0
- package/{dist/es2015/views → views}/month/utils.d.ts +0 -0
- package/views/multi-day/day-view.component.d.ts +61 -0
- package/views/multi-day/multi-day-view-base.d.ts +28 -0
- package/views/multi-day/multi-day-view-renderer.component.d.ts +68 -0
- package/views/multi-day/multi-day-view.component.d.ts +51 -0
- package/views/multi-day/multi-day-view.module.d.ts +20 -0
- package/{dist/es2015/views → views}/multi-day/utils.d.ts +0 -0
- package/views/multi-day/week-view.component.d.ts +65 -0
- package/views/multi-day/work-week-view.component.d.ts +39 -0
- package/views/scheduler-view.directive.d.ts +27 -0
- package/views/templates/agenda-date-template.directive.d.ts +27 -0
- package/views/templates/agenda-time-template.directive.d.ts +32 -0
- package/views/templates/all-day-event-template.directive.d.ts +28 -0
- package/views/templates/all-day-slot-template.directive.d.ts +28 -0
- package/views/templates/date-header-template.directive.d.ts +28 -0
- package/views/templates/event-template.directive.d.ts +28 -0
- package/views/templates/group-header-template.directive.d.ts +28 -0
- package/views/templates/major-time-header-template.directive.d.ts +27 -0
- package/views/templates/minor-time-header-template.directive.d.ts +27 -0
- package/views/templates/month-day-slot-template.directive.d.ts +28 -0
- package/views/templates/time-slot-template.directive.d.ts +29 -0
- package/{dist/es2015/views → views}/templates.d.ts +0 -0
- package/views/timeline/timeline-base.d.ts +26 -0
- package/views/timeline/timeline-month-view.component.d.ts +52 -0
- package/views/timeline/timeline-multi-day-view.component.d.ts +42 -0
- package/views/timeline/timeline-view.component.d.ts +40 -0
- package/views/timeline/timeline-view.module.d.ts +19 -0
- package/views/timeline/timeline-week-view.component.d.ts +47 -0
- package/{dist/es2015/views → views}/timeline/utils.d.ts +0 -0
- package/{dist/es2015/views → views}/utils.d.ts +0 -0
- package/views/view-context.service.d.ts +82 -0
- package/views/view-items/base-slot.directive.d.ts +40 -0
- package/{dist/es2015/views → views}/view-items/base-slot.service.d.ts +0 -0
- package/views/view-items/base-view-item.d.ts +50 -0
- package/views/view-items/item-map.d.ts +16 -0
- package/{dist/es2015/views → views}/view-items/types.d.ts +0 -0
- package/views/view-state.service.d.ts +95 -0
- package/dist/cdn/js/kendo-angular-scheduler.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/common/constants.js +0 -8
- package/dist/es/common/default-model-fields.js +0 -20
- package/dist/es/common/dom-queries.js +0 -126
- package/dist/es/common/getter.js +0 -29
- package/dist/es/common/modifiers.js +0 -31
- package/dist/es/common/setter.js +0 -30
- package/dist/es/common/util.js +0 -232
- package/dist/es/data-binding.directive.js +0 -164
- package/dist/es/editing/date-time-picker.component.js +0 -80
- package/dist/es/editing/dialogs.service.js +0 -94
- package/dist/es/editing/edit-dialog-template.directive.js +0 -35
- package/dist/es/editing/edit-dialog.component.js +0 -298
- package/dist/es/editing/edit.service.js +0 -118
- package/dist/es/editing/local-data-changes.service.js +0 -19
- package/dist/es/editing/recurrence/end-rule-radio-button.directive.js +0 -79
- package/dist/es/editing/recurrence/localization/custom-messages.component.js +0 -44
- package/dist/es/editing/recurrence/localization/localized-messages.directive.js +0 -35
- package/dist/es/editing/recurrence/localization/messages.js +0 -146
- package/dist/es/editing/recurrence/localization/recurrence-localization.service.js +0 -35
- package/dist/es/editing/recurrence/recurrence-editor.component.js +0 -174
- package/dist/es/editing/recurrence/recurrence-end-rule-editor.component.js +0 -162
- package/dist/es/editing/recurrence/recurrence-frequency-editor.component.js +0 -56
- package/dist/es/editing/recurrence/recurrence-interval-editor.component.js +0 -98
- package/dist/es/editing/recurrence/recurrence-monthly-yearly-editor.component.js +0 -277
- package/dist/es/editing/recurrence/recurrence-weekday-rule-editor.component.js +0 -82
- package/dist/es/editing/recurrence/recurrence.service.js +0 -303
- package/dist/es/editing/recurrence/repeat-on-radio-button.directive.js +0 -89
- package/dist/es/editing/resource-editor-base.js +0 -60
- package/dist/es/editing/resource-multiple-editor.component.js +0 -51
- package/dist/es/editing/resource-single-editor.component.js +0 -46
- package/dist/es/editing/timezone-editor.component.js +0 -107
- package/dist/es/editing-directives/base-edit.service.js +0 -297
- package/dist/es/editing-directives/edit-service.interface.js +0 -4
- package/dist/es/editing-directives/editing-directive-base.js +0 -229
- package/dist/es/editing-directives/local-edit.service.js +0 -136
- package/dist/es/editing-directives/reactive-editing.directive.js +0 -111
- package/dist/es/editing-directives/utils.js +0 -67
- package/dist/es/events/add-event.js +0 -23
- package/dist/es/events/cancel-event.js +0 -17
- package/dist/es/events/create-event.js +0 -18
- package/dist/es/events/date-change-event.js +0 -19
- package/dist/es/events/drag-end-event.js +0 -23
- package/dist/es/events/drag-event.js +0 -23
- package/dist/es/events/drag-start-event.js +0 -23
- package/dist/es/events/edit-event-base.js +0 -18
- package/dist/es/events/edit-event.js +0 -23
- package/dist/es/events/event-click-event.js +0 -18
- package/dist/es/events/event-keydown-event.js +0 -18
- package/dist/es/events/navigate-event.js +0 -23
- package/dist/es/events/preventable-event.js +0 -32
- package/dist/es/events/remove-event.js +0 -23
- package/dist/es/events/resize-end-event.js +0 -23
- package/dist/es/events/resize-event.js +0 -23
- package/dist/es/events/resize-start-event.js +0 -23
- package/dist/es/events/save-event.js +0 -17
- package/dist/es/events/slot-click-event.js +0 -18
- package/dist/es/events/slot-drag-end-event.js +0 -17
- package/dist/es/events/slot-drag-event.js +0 -18
- package/dist/es/events/slot-drag-start-event.js +0 -24
- package/dist/es/events/view-event-map.js +0 -35
- package/dist/es/index.js +0 -103
- package/dist/es/loading.component.js +0 -50
- package/dist/es/localization/custom-messages.component.js +0 -43
- package/dist/es/localization/localized-messages.directive.js +0 -35
- package/dist/es/localization/messages.js +0 -322
- package/dist/es/localization/scheduler-localization.service.js +0 -24
- package/dist/es/main.js +0 -23
- package/dist/es/navigation/focus-position.interface.js +0 -4
- package/dist/es/navigation/focus.service.js +0 -134
- package/dist/es/navigation/focusable-element.interface.js +0 -4
- package/dist/es/navigation/focusable.directive.js +0 -79
- package/dist/es/navigation/shortcuts.directive.js +0 -168
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/pdf/pdf-command.directive.js +0 -67
- package/dist/es/pdf/pdf-export-event.js +0 -17
- package/dist/es/pdf/pdf.component.js +0 -192
- package/dist/es/pdf/pdf.module.js +0 -55
- package/dist/es/pdf/pdf.service.js +0 -38
- package/dist/es/scheduler.component.js +0 -1242
- package/dist/es/scheduler.module.js +0 -174
- package/dist/es/shared.module.js +0 -31
- package/dist/es/toolbar/navigation.component.js +0 -225
- package/dist/es/toolbar/toolbar-context.js +0 -4
- package/dist/es/toolbar/toolbar-template.directive.js +0 -47
- package/dist/es/toolbar/toolbar.component.js +0 -100
- package/dist/es/toolbar/toolbar.module.js +0 -49
- package/dist/es/toolbar/toolbar.service.js +0 -33
- package/dist/es/toolbar/view-selector.component.js +0 -86
- package/dist/es/types/actions.js +0 -4
- package/dist/es/types/create-form-group-args.interface.js +0 -4
- package/dist/es/types/crud-operation.enum.js +0 -4
- package/dist/es/types/current-time-settings.interface.js +0 -4
- package/dist/es/types/date-range.interface.js +0 -4
- package/dist/es/types/datepicker-options.interface.js +0 -4
- package/dist/es/types/edit-event-args.interface.js +0 -4
- package/dist/es/types/edit-mode.enum.js +0 -4
- package/dist/es/types/editable-settings.interface.js +0 -4
- package/dist/es/types/event-style-args.interface.js +0 -4
- package/dist/es/types/group.interface.js +0 -4
- package/dist/es/types/numeric-options.interface.js +0 -4
- package/dist/es/types/resource.interface.js +0 -4
- package/dist/es/types/scheduler-event.js +0 -4
- package/dist/es/types/scheduler-model-fields.interface.js +0 -4
- package/dist/es/types/scheduler-slot.interface.js +0 -4
- package/dist/es/types/scheduler-view.js +0 -13
- package/dist/es/types/slot-class-args.interface.js +0 -4
- package/dist/es/types/slot-selection.js +0 -23
- package/dist/es/types/view-item.interface.js +0 -4
- package/dist/es/types.js +0 -6
- package/dist/es/views/agenda/agenda-header-item.component.js +0 -56
- package/dist/es/views/agenda/agenda-header.component.js +0 -57
- package/dist/es/views/agenda/agenda-task-item.component.js +0 -96
- package/dist/es/views/agenda/agenda-view-internal.component.js +0 -377
- package/dist/es/views/agenda/agenda-view-list.component.js +0 -113
- package/dist/es/views/agenda/agenda-view.component.js +0 -98
- package/dist/es/views/agenda/agenda-view.module.js +0 -39
- package/dist/es/views/agenda/tasks.collection.js +0 -117
- package/dist/es/views/agenda/utils.js +0 -195
- package/dist/es/views/common/base-view.js +0 -1046
- package/dist/es/views/common/configuration-view-base.js +0 -107
- package/dist/es/views/common/dom-events.service.js +0 -24
- package/dist/es/views/common/hint-container.component.js +0 -31
- package/dist/es/views/common/repeat.pipe.js +0 -51
- package/dist/es/views/common/resize-hint.component.js +0 -102
- package/dist/es/views/common/resource-iterator.pipe.js +0 -65
- package/dist/es/views/common/scheduler-task.js +0 -4
- package/dist/es/views/common/slot-selectable.directive.js +0 -117
- package/dist/es/views/common/view-footer.component.js +0 -50
- package/dist/es/views/common/views-shared.module.js +0 -47
- package/dist/es/views/common/work-hours-footer.directive.js +0 -41
- package/dist/es/views/constants.js +0 -23
- package/dist/es/views/day-time/day-time-slot.service.js +0 -693
- package/dist/es/views/day-time/day-time-view-base.js +0 -212
- package/dist/es/views/day-time/day-time-view-item.component.js +0 -55
- package/dist/es/views/day-time/day-time-view.component.js +0 -405
- package/dist/es/views/day-time/day-time.module.js +0 -32
- package/dist/es/views/day-time/event-slot.directive.js +0 -189
- package/dist/es/views/day-time/utils.js +0 -33
- package/dist/es/views/month/month-slot.directive.js +0 -96
- package/dist/es/views/month/month-slot.service.js +0 -322
- package/dist/es/views/month/month-view-item.component.js +0 -43
- package/dist/es/views/month/month-view-renderer.component.js +0 -215
- package/dist/es/views/month/month-view.component.js +0 -92
- package/dist/es/views/month/month-view.module.js +0 -36
- package/dist/es/views/month/utils.js +0 -69
- package/dist/es/views/multi-day/day-view.component.js +0 -91
- package/dist/es/views/multi-day/multi-day-view-base.js +0 -33
- package/dist/es/views/multi-day/multi-day-view-renderer.component.js +0 -323
- package/dist/es/views/multi-day/multi-day-view.component.js +0 -117
- package/dist/es/views/multi-day/multi-day-view.module.js +0 -42
- package/dist/es/views/multi-day/utils.js +0 -59
- package/dist/es/views/multi-day/week-view.component.js +0 -107
- package/dist/es/views/multi-day/work-week-view.component.js +0 -85
- package/dist/es/views/scheduler-view.directive.js +0 -57
- package/dist/es/views/templates/agenda-date-template.directive.js +0 -35
- package/dist/es/views/templates/agenda-time-template.directive.js +0 -40
- package/dist/es/views/templates/all-day-event-template.directive.js +0 -36
- package/dist/es/views/templates/all-day-slot-template.directive.js +0 -36
- package/dist/es/views/templates/date-header-template.directive.js +0 -36
- package/dist/es/views/templates/event-template.directive.js +0 -36
- package/dist/es/views/templates/group-header-template.directive.js +0 -36
- package/dist/es/views/templates/major-time-header-template.directive.js +0 -35
- package/dist/es/views/templates/minor-time-header-template.directive.js +0 -35
- package/dist/es/views/templates/month-day-slot-template.directive.js +0 -37
- package/dist/es/views/templates/time-slot-template.directive.js +0 -37
- package/dist/es/views/timeline/timeline-base.js +0 -33
- package/dist/es/views/timeline/timeline-month-view.component.js +0 -93
- package/dist/es/views/timeline/timeline-multi-day-view.component.js +0 -160
- package/dist/es/views/timeline/timeline-view.component.js +0 -74
- package/dist/es/views/timeline/timeline-view.module.js +0 -40
- package/dist/es/views/timeline/timeline-week-view.component.js +0 -89
- package/dist/es/views/timeline/utils.js +0 -34
- package/dist/es/views/utils.js +0 -335
- package/dist/es/views/view-context.service.js +0 -85
- package/dist/es/views/view-items/base-slot.directive.js +0 -115
- package/dist/es/views/view-items/base-slot.service.js +0 -77
- package/dist/es/views/view-items/base-view-item.js +0 -222
- package/dist/es/views/view-items/item-map.js +0 -51
- package/dist/es/views/view-items/types.js +0 -4
- package/dist/es/views/view-state.service.js +0 -100
- package/dist/es2015/common/dom-queries.js +0 -124
- package/dist/es2015/common/modifiers.js +0 -31
- package/dist/es2015/data-binding.directive.d.ts +0 -51
- package/dist/es2015/data-binding.directive.js +0 -155
- package/dist/es2015/editing/date-time-picker.component.d.ts +0 -36
- package/dist/es2015/editing/date-time-picker.component.js +0 -97
- package/dist/es2015/editing/dialogs.service.d.ts +0 -41
- package/dist/es2015/editing/dialogs.service.js +0 -89
- package/dist/es2015/editing/edit-dialog-template.directive.d.ts +0 -24
- package/dist/es2015/editing/edit-dialog-template.directive.js +0 -34
- package/dist/es2015/editing/edit-dialog.component.d.ts +0 -76
- package/dist/es2015/editing/edit-dialog.component.js +0 -389
- package/dist/es2015/editing/edit.service.d.ts +0 -54
- package/dist/es2015/editing/edit.service.js +0 -99
- package/dist/es2015/editing/local-data-changes.service.d.ts +0 -12
- package/dist/es2015/editing/local-data-changes.service.js +0 -21
- package/dist/es2015/editing/recurrence/end-rule-radio-button.directive.d.ts +0 -28
- package/dist/es2015/editing/recurrence/end-rule-radio-button.directive.js +0 -74
- package/dist/es2015/editing/recurrence/localization/custom-messages.component.d.ts +0 -15
- package/dist/es2015/editing/recurrence/localization/custom-messages.component.js +0 -36
- package/dist/es2015/editing/recurrence/localization/localized-messages.directive.d.ts +0 -13
- package/dist/es2015/editing/recurrence/localization/localized-messages.directive.js +0 -31
- package/dist/es2015/editing/recurrence/localization/messages.d.ts +0 -138
- package/dist/es2015/editing/recurrence/localization/messages.js +0 -140
- package/dist/es2015/editing/recurrence/localization/recurrence-localization.service.d.ts +0 -14
- package/dist/es2015/editing/recurrence/localization/recurrence-localization.service.js +0 -32
- package/dist/es2015/editing/recurrence/recurrence-editor.component.d.ts +0 -87
- package/dist/es2015/editing/recurrence/recurrence-editor.component.js +0 -287
- package/dist/es2015/editing/recurrence/recurrence-end-rule-editor.component.d.ts +0 -42
- package/dist/es2015/editing/recurrence/recurrence-end-rule-editor.component.js +0 -204
- package/dist/es2015/editing/recurrence/recurrence-frequency-editor.component.d.ts +0 -23
- package/dist/es2015/editing/recurrence/recurrence-frequency-editor.component.js +0 -65
- package/dist/es2015/editing/recurrence/recurrence-interval-editor.component.d.ts +0 -24
- package/dist/es2015/editing/recurrence/recurrence-interval-editor.component.js +0 -115
- package/dist/es2015/editing/recurrence/recurrence-monthly-yearly-editor.component.d.ts +0 -50
- package/dist/es2015/editing/recurrence/recurrence-monthly-yearly-editor.component.js +0 -341
- package/dist/es2015/editing/recurrence/recurrence-weekday-rule-editor.component.d.ts +0 -28
- package/dist/es2015/editing/recurrence/recurrence-weekday-rule-editor.component.js +0 -90
- package/dist/es2015/editing/recurrence/recurrence.service.d.ts +0 -112
- package/dist/es2015/editing/recurrence/recurrence.service.js +0 -247
- package/dist/es2015/editing/recurrence/repeat-on-radio-button.directive.d.ts +0 -29
- package/dist/es2015/editing/recurrence/repeat-on-radio-button.directive.js +0 -80
- package/dist/es2015/editing/resource-editor-base.d.ts +0 -34
- package/dist/es2015/editing/resource-editor-base.js +0 -58
- package/dist/es2015/editing/resource-multiple-editor.component.d.ts +0 -18
- package/dist/es2015/editing/resource-multiple-editor.component.js +0 -67
- package/dist/es2015/editing/resource-single-editor.component.d.ts +0 -17
- package/dist/es2015/editing/resource-single-editor.component.js +0 -57
- package/dist/es2015/editing/timezone-editor.component.d.ts +0 -57
- package/dist/es2015/editing/timezone-editor.component.js +0 -116
- package/dist/es2015/editing-directives/base-edit.service.js +0 -289
- package/dist/es2015/editing-directives/edit-service.interface.js +0 -4
- package/dist/es2015/editing-directives/editing-directive-base.d.ts +0 -56
- package/dist/es2015/editing-directives/editing-directive-base.js +0 -217
- package/dist/es2015/editing-directives/local-edit.service.d.ts +0 -33
- package/dist/es2015/editing-directives/local-edit.service.js +0 -122
- package/dist/es2015/editing-directives/reactive-editing.directive.d.ts +0 -29
- package/dist/es2015/editing-directives/reactive-editing.directive.js +0 -106
- package/dist/es2015/editing-directives/utils.js +0 -66
- package/dist/es2015/events.js +0 -25
- package/dist/es2015/index.d.ts +0 -104
- package/dist/es2015/index.js +0 -103
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/loading.component.d.ts +0 -18
- package/dist/es2015/loading.component.js +0 -48
- package/dist/es2015/localization/custom-messages.component.d.ts +0 -14
- package/dist/es2015/localization/custom-messages.component.js +0 -35
- package/dist/es2015/localization/localized-messages.directive.d.ts +0 -13
- package/dist/es2015/localization/localized-messages.directive.js +0 -31
- package/dist/es2015/localization/messages.d.ts +0 -314
- package/dist/es2015/localization/messages.js +0 -316
- package/dist/es2015/localization/scheduler-localization.service.d.ts +0 -11
- package/dist/es2015/localization/scheduler-localization.service.js +0 -22
- package/dist/es2015/main.d.ts +0 -24
- package/dist/es2015/main.js +0 -23
- package/dist/es2015/navigation/focus-position.interface.js +0 -4
- package/dist/es2015/navigation/focus.service.d.ts +0 -34
- package/dist/es2015/navigation/focus.service.js +0 -128
- package/dist/es2015/navigation/focusable-element.interface.js +0 -4
- package/dist/es2015/navigation/focusable.directive.d.ts +0 -29
- package/dist/es2015/navigation/focusable.directive.js +0 -70
- package/dist/es2015/navigation/shortcuts.directive.d.ts +0 -29
- package/dist/es2015/navigation/shortcuts.directive.js +0 -163
- package/dist/es2015/navigation.js +0 -6
- package/dist/es2015/package-metadata.js +0 -15
- package/dist/es2015/pdf/pdf-command.directive.d.ts +0 -39
- package/dist/es2015/pdf/pdf-command.directive.js +0 -64
- package/dist/es2015/pdf/pdf.component.d.ts +0 -122
- package/dist/es2015/pdf/pdf.component.js +0 -178
- package/dist/es2015/pdf/pdf.module.d.ts +0 -37
- package/dist/es2015/pdf/pdf.module.js +0 -52
- package/dist/es2015/pdf/pdf.service.d.ts +0 -15
- package/dist/es2015/pdf/pdf.service.js +0 -40
- package/dist/es2015/scheduler.component.d.ts +0 -665
- package/dist/es2015/scheduler.component.js +0 -1455
- package/dist/es2015/scheduler.module.d.ts +0 -37
- package/dist/es2015/scheduler.module.js +0 -174
- package/dist/es2015/shared.module.d.ts +0 -10
- package/dist/es2015/shared.module.js +0 -28
- package/dist/es2015/toolbar/navigation.component.d.ts +0 -104
- package/dist/es2015/toolbar/navigation.component.js +0 -245
- package/dist/es2015/toolbar/toolbar-context.js +0 -4
- package/dist/es2015/toolbar/toolbar-template.directive.d.ts +0 -36
- package/dist/es2015/toolbar/toolbar-template.directive.js +0 -46
- package/dist/es2015/toolbar/toolbar.component.d.ts +0 -32
- package/dist/es2015/toolbar/toolbar.component.js +0 -104
- package/dist/es2015/toolbar/toolbar.module.d.ts +0 -16
- package/dist/es2015/toolbar/toolbar.module.js +0 -48
- package/dist/es2015/toolbar/toolbar.service.d.ts +0 -35
- package/dist/es2015/toolbar/toolbar.service.js +0 -32
- package/dist/es2015/toolbar/view-selector.component.d.ts +0 -49
- package/dist/es2015/toolbar/view-selector.component.js +0 -105
- package/dist/es2015/types/actions.js +0 -4
- package/dist/es2015/types/create-form-group-args.interface.js +0 -4
- package/dist/es2015/types/crud-operation.enum.js +0 -4
- package/dist/es2015/types/current-time-settings.interface.js +0 -4
- package/dist/es2015/types/date-range.interface.js +0 -4
- package/dist/es2015/types/datepicker-options.interface.d.ts +0 -106
- package/dist/es2015/types/datepicker-options.interface.js +0 -4
- package/dist/es2015/types/edit-event-args.interface.js +0 -4
- package/dist/es2015/types/edit-mode.enum.js +0 -4
- package/dist/es2015/types/editable-settings.interface.js +0 -4
- package/dist/es2015/types/event-style-args.interface.js +0 -4
- package/dist/es2015/types/group.interface.js +0 -4
- package/dist/es2015/types/numeric-options.interface.d.ts +0 -53
- package/dist/es2015/types/numeric-options.interface.js +0 -4
- package/dist/es2015/types/resource.interface.js +0 -4
- package/dist/es2015/types/scheduler-event.js +0 -4
- package/dist/es2015/types/scheduler-model-fields.interface.js +0 -4
- package/dist/es2015/types/scheduler-slot.interface.js +0 -4
- package/dist/es2015/types/slot-class-args.interface.js +0 -4
- package/dist/es2015/types/view-item.interface.js +0 -4
- package/dist/es2015/types.d.ts +0 -25
- package/dist/es2015/types.js +0 -6
- package/dist/es2015/views/agenda/agenda-header-item.component.d.ts +0 -15
- package/dist/es2015/views/agenda/agenda-header-item.component.js +0 -59
- package/dist/es2015/views/agenda/agenda-header.component.d.ts +0 -17
- package/dist/es2015/views/agenda/agenda-header.component.js +0 -57
- package/dist/es2015/views/agenda/agenda-task-item.component.d.ts +0 -24
- package/dist/es2015/views/agenda/agenda-task-item.component.js +0 -87
- package/dist/es2015/views/agenda/agenda-view-internal.component.d.ts +0 -76
- package/dist/es2015/views/agenda/agenda-view-internal.component.js +0 -376
- package/dist/es2015/views/agenda/agenda-view-list.component.d.ts +0 -29
- package/dist/es2015/views/agenda/agenda-view-list.component.js +0 -147
- package/dist/es2015/views/agenda/agenda-view.component.d.ts +0 -57
- package/dist/es2015/views/agenda/agenda-view.component.js +0 -104
- package/dist/es2015/views/agenda/agenda-view.module.d.ts +0 -9
- package/dist/es2015/views/agenda/agenda-view.module.js +0 -36
- package/dist/es2015/views/agenda/tasks.collection.d.ts +0 -44
- package/dist/es2015/views/agenda/tasks.collection.js +0 -80
- package/dist/es2015/views/agenda/utils.js +0 -178
- package/dist/es2015/views/common/base-view.d.ts +0 -172
- package/dist/es2015/views/common/base-view.js +0 -1016
- package/dist/es2015/views/common/configuration-view-base.d.ts +0 -73
- package/dist/es2015/views/common/configuration-view-base.js +0 -86
- package/dist/es2015/views/common/dom-events.service.d.ts +0 -16
- package/dist/es2015/views/common/dom-events.service.js +0 -26
- package/dist/es2015/views/common/hint-container.component.d.ts +0 -14
- package/dist/es2015/views/common/hint-container.component.js +0 -33
- package/dist/es2015/views/common/repeat.pipe.d.ts +0 -11
- package/dist/es2015/views/common/repeat.pipe.js +0 -32
- package/dist/es2015/views/common/resize-hint.component.d.ts +0 -18
- package/dist/es2015/views/common/resize-hint.component.js +0 -86
- package/dist/es2015/views/common/resource-iterator.pipe.d.ts +0 -11
- package/dist/es2015/views/common/resource-iterator.pipe.js +0 -44
- package/dist/es2015/views/common/scheduler-task.d.ts +0 -19
- package/dist/es2015/views/common/scheduler-task.js +0 -4
- package/dist/es2015/views/common/slot-selectable.directive.d.ts +0 -45
- package/dist/es2015/views/common/slot-selectable.directive.js +0 -112
- package/dist/es2015/views/common/view-footer.component.d.ts +0 -19
- package/dist/es2015/views/common/view-footer.component.js +0 -57
- package/dist/es2015/views/common/views-shared.module.d.ts +0 -9
- package/dist/es2015/views/common/views-shared.module.js +0 -44
- package/dist/es2015/views/common/work-hours-footer.directive.d.ts +0 -20
- package/dist/es2015/views/common/work-hours-footer.directive.js +0 -40
- package/dist/es2015/views/day-time/day-time-slot.service.d.ts +0 -77
- package/dist/es2015/views/day-time/day-time-slot.service.js +0 -610
- package/dist/es2015/views/day-time/day-time-view-base.d.ts +0 -129
- package/dist/es2015/views/day-time/day-time-view-base.js +0 -161
- package/dist/es2015/views/day-time/day-time-view-item.component.d.ts +0 -21
- package/dist/es2015/views/day-time/day-time-view-item.component.js +0 -86
- package/dist/es2015/views/day-time/day-time-view.component.d.ts +0 -79
- package/dist/es2015/views/day-time/day-time-view.component.js +0 -383
- package/dist/es2015/views/day-time/day-time.module.d.ts +0 -9
- package/dist/es2015/views/day-time/day-time.module.js +0 -29
- package/dist/es2015/views/day-time/event-slot.directive.d.ts +0 -39
- package/dist/es2015/views/day-time/event-slot.directive.js +0 -151
- package/dist/es2015/views/month/month-slot.directive.d.ts +0 -26
- package/dist/es2015/views/month/month-slot.directive.js +0 -81
- package/dist/es2015/views/month/month-slot.service.d.ts +0 -61
- package/dist/es2015/views/month/month-view-item.component.d.ts +0 -17
- package/dist/es2015/views/month/month-view-item.component.js +0 -64
- package/dist/es2015/views/month/month-view-renderer.component.d.ts +0 -44
- package/dist/es2015/views/month/month-view-renderer.component.js +0 -321
- package/dist/es2015/views/month/month-view.component.d.ts +0 -44
- package/dist/es2015/views/month/month-view.component.js +0 -95
- package/dist/es2015/views/month/month-view.module.d.ts +0 -9
- package/dist/es2015/views/month/month-view.module.js +0 -33
- package/dist/es2015/views/month/utils.js +0 -69
- package/dist/es2015/views/multi-day/day-view.component.d.ts +0 -54
- package/dist/es2015/views/multi-day/day-view.component.js +0 -116
- package/dist/es2015/views/multi-day/multi-day-view-base.d.ts +0 -25
- package/dist/es2015/views/multi-day/multi-day-view-base.js +0 -26
- package/dist/es2015/views/multi-day/multi-day-view-renderer.component.d.ts +0 -65
- package/dist/es2015/views/multi-day/multi-day-view-renderer.component.js +0 -531
- package/dist/es2015/views/multi-day/multi-day-view.component.d.ts +0 -46
- package/dist/es2015/views/multi-day/multi-day-view.component.js +0 -128
- package/dist/es2015/views/multi-day/multi-day-view.module.d.ts +0 -9
- package/dist/es2015/views/multi-day/multi-day-view.module.js +0 -40
- package/dist/es2015/views/multi-day/week-view.component.d.ts +0 -62
- package/dist/es2015/views/multi-day/week-view.component.js +0 -135
- package/dist/es2015/views/multi-day/work-week-view.component.d.ts +0 -36
- package/dist/es2015/views/multi-day/work-week-view.component.js +0 -110
- package/dist/es2015/views/scheduler-view.directive.d.ts +0 -23
- package/dist/es2015/views/scheduler-view.directive.js +0 -49
- package/dist/es2015/views/templates/agenda-date-template.directive.d.ts +0 -24
- package/dist/es2015/views/templates/agenda-date-template.directive.js +0 -34
- package/dist/es2015/views/templates/agenda-time-template.directive.d.ts +0 -29
- package/dist/es2015/views/templates/agenda-time-template.directive.js +0 -39
- package/dist/es2015/views/templates/all-day-event-template.directive.d.ts +0 -25
- package/dist/es2015/views/templates/all-day-event-template.directive.js +0 -35
- package/dist/es2015/views/templates/all-day-slot-template.directive.d.ts +0 -25
- package/dist/es2015/views/templates/all-day-slot-template.directive.js +0 -35
- package/dist/es2015/views/templates/date-header-template.directive.d.ts +0 -25
- package/dist/es2015/views/templates/date-header-template.directive.js +0 -35
- package/dist/es2015/views/templates/event-template.directive.d.ts +0 -25
- package/dist/es2015/views/templates/event-template.directive.js +0 -35
- package/dist/es2015/views/templates/group-header-template.directive.d.ts +0 -25
- package/dist/es2015/views/templates/group-header-template.directive.js +0 -35
- package/dist/es2015/views/templates/major-time-header-template.directive.d.ts +0 -24
- package/dist/es2015/views/templates/major-time-header-template.directive.js +0 -34
- package/dist/es2015/views/templates/minor-time-header-template.directive.d.ts +0 -24
- package/dist/es2015/views/templates/minor-time-header-template.directive.js +0 -34
- package/dist/es2015/views/templates/month-day-slot-template.directive.d.ts +0 -25
- package/dist/es2015/views/templates/month-day-slot-template.directive.js +0 -36
- package/dist/es2015/views/templates/time-slot-template.directive.d.ts +0 -26
- package/dist/es2015/views/templates/time-slot-template.directive.js +0 -36
- package/dist/es2015/views/templates.js +0 -15
- package/dist/es2015/views/timeline/timeline-base.d.ts +0 -23
- package/dist/es2015/views/timeline/timeline-base.js +0 -26
- package/dist/es2015/views/timeline/timeline-month-view.component.d.ts +0 -49
- package/dist/es2015/views/timeline/timeline-month-view.component.js +0 -118
- package/dist/es2015/views/timeline/timeline-multi-day-view.component.d.ts +0 -39
- package/dist/es2015/views/timeline/timeline-multi-day-view.component.js +0 -302
- package/dist/es2015/views/timeline/timeline-view.component.d.ts +0 -37
- package/dist/es2015/views/timeline/timeline-view.component.js +0 -95
- package/dist/es2015/views/timeline/timeline-view.module.d.ts +0 -9
- package/dist/es2015/views/timeline/timeline-view.module.js +0 -38
- package/dist/es2015/views/timeline/timeline-week-view.component.d.ts +0 -45
- package/dist/es2015/views/timeline/timeline-week-view.component.js +0 -114
- package/dist/es2015/views/view-context.service.d.ts +0 -79
- package/dist/es2015/views/view-context.service.js +0 -84
- package/dist/es2015/views/view-items/base-slot.directive.d.ts +0 -32
- package/dist/es2015/views/view-items/base-slot.directive.js +0 -81
- package/dist/es2015/views/view-items/base-view-item.d.ts +0 -47
- package/dist/es2015/views/view-items/base-view-item.js +0 -183
- package/dist/es2015/views/view-items/item-map.d.ts +0 -16
- package/dist/es2015/views/view-items/types.js +0 -4
- package/dist/es2015/views/view-state.service.d.ts +0 -92
- package/dist/es2015/views/view-state.service.js +0 -99
- package/dist/fesm2015/index.js +0 -14985
- package/dist/fesm5/index.js +0 -14467
- package/dist/npm/common/constants.js +0 -10
- package/dist/npm/common/default-model-fields.js +0 -22
- package/dist/npm/common/dom-queries.js +0 -131
- package/dist/npm/common/getter.js +0 -32
- package/dist/npm/common/modifiers.js +0 -35
- package/dist/npm/common/setter.js +0 -33
- package/dist/npm/common/util.js +0 -243
- package/dist/npm/data-binding.directive.js +0 -166
- package/dist/npm/editing/date-time-picker.component.js +0 -82
- package/dist/npm/editing/dialogs.service.js +0 -96
- package/dist/npm/editing/edit-dialog-template.directive.js +0 -37
- package/dist/npm/editing/edit-dialog.component.js +0 -300
- package/dist/npm/editing/edit.service.js +0 -120
- package/dist/npm/editing/local-data-changes.service.js +0 -21
- package/dist/npm/editing/recurrence/end-rule-radio-button.directive.js +0 -81
- package/dist/npm/editing/recurrence/localization/custom-messages.component.js +0 -46
- package/dist/npm/editing/recurrence/localization/localized-messages.directive.js +0 -37
- package/dist/npm/editing/recurrence/localization/messages.js +0 -148
- package/dist/npm/editing/recurrence/localization/recurrence-localization.service.js +0 -37
- package/dist/npm/editing/recurrence/recurrence-editor.component.js +0 -176
- package/dist/npm/editing/recurrence/recurrence-end-rule-editor.component.js +0 -164
- package/dist/npm/editing/recurrence/recurrence-frequency-editor.component.js +0 -58
- package/dist/npm/editing/recurrence/recurrence-interval-editor.component.js +0 -100
- package/dist/npm/editing/recurrence/recurrence-monthly-yearly-editor.component.js +0 -279
- package/dist/npm/editing/recurrence/recurrence-weekday-rule-editor.component.js +0 -84
- package/dist/npm/editing/recurrence/recurrence.service.js +0 -305
- package/dist/npm/editing/recurrence/repeat-on-radio-button.directive.js +0 -91
- package/dist/npm/editing/resource-editor-base.js +0 -62
- package/dist/npm/editing/resource-multiple-editor.component.js +0 -53
- package/dist/npm/editing/resource-single-editor.component.js +0 -48
- package/dist/npm/editing/timezone-editor.component.js +0 -109
- package/dist/npm/editing-directives/base-edit.service.js +0 -299
- package/dist/npm/editing-directives/edit-service.interface.js +0 -6
- package/dist/npm/editing-directives/editing-directive-base.js +0 -231
- package/dist/npm/editing-directives/local-edit.service.js +0 -138
- package/dist/npm/editing-directives/reactive-editing.directive.js +0 -113
- package/dist/npm/editing-directives/utils.js +0 -72
- package/dist/npm/events/add-event.js +0 -25
- package/dist/npm/events/cancel-event.js +0 -19
- package/dist/npm/events/create-event.js +0 -20
- package/dist/npm/events/date-change-event.js +0 -21
- package/dist/npm/events/drag-end-event.js +0 -25
- package/dist/npm/events/drag-event.js +0 -25
- package/dist/npm/events/drag-start-event.js +0 -25
- package/dist/npm/events/edit-event-base.js +0 -20
- package/dist/npm/events/edit-event.js +0 -25
- package/dist/npm/events/event-click-event.js +0 -20
- package/dist/npm/events/event-keydown-event.js +0 -20
- package/dist/npm/events/navigate-event.js +0 -25
- package/dist/npm/events/preventable-event.js +0 -34
- package/dist/npm/events/remove-event.js +0 -25
- package/dist/npm/events/resize-end-event.js +0 -25
- package/dist/npm/events/resize-event.js +0 -25
- package/dist/npm/events/resize-start-event.js +0 -25
- package/dist/npm/events/save-event.js +0 -19
- package/dist/npm/events/slot-click-event.js +0 -20
- package/dist/npm/events/slot-drag-end-event.js +0 -19
- package/dist/npm/events/slot-drag-event.js +0 -20
- package/dist/npm/events/slot-drag-start-event.js +0 -26
- package/dist/npm/events/view-event-map.js +0 -37
- package/dist/npm/events.js +0 -48
- package/dist/npm/index.js +0 -207
- package/dist/npm/loading.component.js +0 -52
- package/dist/npm/localization/custom-messages.component.js +0 -45
- package/dist/npm/localization/localized-messages.directive.js +0 -37
- package/dist/npm/localization/messages.js +0 -324
- package/dist/npm/localization/scheduler-localization.service.js +0 -26
- package/dist/npm/main.js +0 -43
- package/dist/npm/navigation/focus-position.interface.js +0 -6
- package/dist/npm/navigation/focus.service.js +0 -136
- package/dist/npm/navigation/focusable-element.interface.js +0 -6
- package/dist/npm/navigation/focusable.directive.js +0 -81
- package/dist/npm/navigation/shortcuts.directive.js +0 -170
- package/dist/npm/navigation.js +0 -10
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/pdf/pdf-command.directive.js +0 -69
- package/dist/npm/pdf/pdf-export-event.js +0 -19
- package/dist/npm/pdf/pdf.component.js +0 -195
- package/dist/npm/pdf/pdf.module.js +0 -57
- package/dist/npm/pdf/pdf.service.js +0 -40
- package/dist/npm/scheduler.component.js +0 -1244
- package/dist/npm/scheduler.module.js +0 -176
- package/dist/npm/shared.module.js +0 -33
- package/dist/npm/toolbar/navigation.component.js +0 -227
- package/dist/npm/toolbar/toolbar-context.js +0 -6
- package/dist/npm/toolbar/toolbar-template.directive.js +0 -49
- package/dist/npm/toolbar/toolbar.component.js +0 -102
- package/dist/npm/toolbar/toolbar.module.js +0 -51
- package/dist/npm/toolbar/toolbar.service.js +0 -35
- package/dist/npm/toolbar/view-selector.component.js +0 -88
- package/dist/npm/types/actions.js +0 -6
- package/dist/npm/types/create-form-group-args.interface.js +0 -6
- package/dist/npm/types/crud-operation.enum.js +0 -18
- package/dist/npm/types/current-time-settings.interface.js +0 -6
- package/dist/npm/types/date-range.interface.js +0 -6
- package/dist/npm/types/datepicker-options.interface.js +0 -6
- package/dist/npm/types/edit-event-args.interface.js +0 -6
- package/dist/npm/types/edit-mode.enum.js +0 -21
- package/dist/npm/types/editable-settings.interface.js +0 -6
- package/dist/npm/types/event-style-args.interface.js +0 -6
- package/dist/npm/types/group.interface.js +0 -6
- package/dist/npm/types/numeric-options.interface.js +0 -6
- package/dist/npm/types/resource.interface.js +0 -6
- package/dist/npm/types/scheduler-event.js +0 -6
- package/dist/npm/types/scheduler-model-fields.interface.js +0 -6
- package/dist/npm/types/scheduler-slot.interface.js +0 -6
- package/dist/npm/types/scheduler-view.js +0 -15
- package/dist/npm/types/slot-class-args.interface.js +0 -6
- package/dist/npm/types/slot-selection.js +0 -25
- package/dist/npm/types/view-item.interface.js +0 -6
- package/dist/npm/types.js +0 -14
- package/dist/npm/views/agenda/agenda-header-item.component.js +0 -58
- package/dist/npm/views/agenda/agenda-header.component.js +0 -59
- package/dist/npm/views/agenda/agenda-task-item.component.js +0 -98
- package/dist/npm/views/agenda/agenda-view-internal.component.js +0 -379
- package/dist/npm/views/agenda/agenda-view-list.component.js +0 -115
- package/dist/npm/views/agenda/agenda-view.component.js +0 -100
- package/dist/npm/views/agenda/agenda-view.module.js +0 -41
- package/dist/npm/views/agenda/tasks.collection.js +0 -119
- package/dist/npm/views/agenda/utils.js +0 -208
- package/dist/npm/views/common/base-view.js +0 -1048
- package/dist/npm/views/common/configuration-view-base.js +0 -109
- package/dist/npm/views/common/dom-events.service.js +0 -26
- package/dist/npm/views/common/hint-container.component.js +0 -33
- package/dist/npm/views/common/repeat.pipe.js +0 -53
- package/dist/npm/views/common/resize-hint.component.js +0 -104
- package/dist/npm/views/common/resource-iterator.pipe.js +0 -67
- package/dist/npm/views/common/scheduler-task.js +0 -6
- package/dist/npm/views/common/slot-selectable.directive.js +0 -119
- package/dist/npm/views/common/view-footer.component.js +0 -52
- package/dist/npm/views/common/views-shared.module.js +0 -49
- package/dist/npm/views/common/work-hours-footer.directive.js +0 -43
- package/dist/npm/views/constants.js +0 -26
- package/dist/npm/views/day-time/day-time-slot.service.js +0 -697
- package/dist/npm/views/day-time/day-time-view-base.js +0 -214
- package/dist/npm/views/day-time/day-time-view-item.component.js +0 -57
- package/dist/npm/views/day-time/day-time-view.component.js +0 -409
- package/dist/npm/views/day-time/day-time.module.js +0 -34
- package/dist/npm/views/day-time/event-slot.directive.js +0 -191
- package/dist/npm/views/day-time/utils.js +0 -36
- package/dist/npm/views/month/month-slot.directive.js +0 -98
- package/dist/npm/views/month/month-slot.service.js +0 -324
- package/dist/npm/views/month/month-view-item.component.js +0 -45
- package/dist/npm/views/month/month-view-renderer.component.js +0 -217
- package/dist/npm/views/month/month-view.component.js +0 -94
- package/dist/npm/views/month/month-view.module.js +0 -38
- package/dist/npm/views/month/utils.js +0 -72
- package/dist/npm/views/multi-day/day-view.component.js +0 -93
- package/dist/npm/views/multi-day/multi-day-view-base.js +0 -35
- package/dist/npm/views/multi-day/multi-day-view-renderer.component.js +0 -325
- package/dist/npm/views/multi-day/multi-day-view.component.js +0 -119
- package/dist/npm/views/multi-day/multi-day-view.module.js +0 -44
- package/dist/npm/views/multi-day/utils.js +0 -61
- package/dist/npm/views/multi-day/week-view.component.js +0 -109
- package/dist/npm/views/multi-day/work-week-view.component.js +0 -87
- package/dist/npm/views/scheduler-view.directive.js +0 -59
- package/dist/npm/views/templates/agenda-date-template.directive.js +0 -37
- package/dist/npm/views/templates/agenda-time-template.directive.js +0 -42
- package/dist/npm/views/templates/all-day-event-template.directive.js +0 -38
- package/dist/npm/views/templates/all-day-slot-template.directive.js +0 -38
- package/dist/npm/views/templates/date-header-template.directive.js +0 -38
- package/dist/npm/views/templates/event-template.directive.js +0 -38
- package/dist/npm/views/templates/group-header-template.directive.js +0 -38
- package/dist/npm/views/templates/major-time-header-template.directive.js +0 -37
- package/dist/npm/views/templates/minor-time-header-template.directive.js +0 -37
- package/dist/npm/views/templates/month-day-slot-template.directive.js +0 -39
- package/dist/npm/views/templates/time-slot-template.directive.js +0 -39
- package/dist/npm/views/templates.js +0 -28
- package/dist/npm/views/timeline/timeline-base.js +0 -35
- package/dist/npm/views/timeline/timeline-month-view.component.js +0 -95
- package/dist/npm/views/timeline/timeline-multi-day-view.component.js +0 -162
- package/dist/npm/views/timeline/timeline-view.component.js +0 -76
- package/dist/npm/views/timeline/timeline-view.module.js +0 -42
- package/dist/npm/views/timeline/timeline-week-view.component.js +0 -91
- package/dist/npm/views/timeline/utils.js +0 -36
- package/dist/npm/views/utils.js +0 -356
- package/dist/npm/views/view-context.service.js +0 -87
- package/dist/npm/views/view-items/base-slot.directive.js +0 -117
- package/dist/npm/views/view-items/base-slot.service.js +0 -79
- package/dist/npm/views/view-items/base-view-item.js +0 -224
- package/dist/npm/views/view-items/item-map.js +0 -53
- package/dist/npm/views/view-items/types.js +0 -6
- package/dist/npm/views/view-state.service.js +0 -102
- package/dist/systemjs/kendo-angular-scheduler.js +0 -5
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { Messages } from './messages';
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
* Custom component messages override default component messages.
|
|
10
|
-
*/
|
|
11
|
-
export declare class RecurrenceEditorCustomMessagesComponent extends Messages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
protected readonly override: boolean;
|
|
15
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as tslib_1 from "tslib";
|
|
6
|
-
var RecurrenceEditorCustomMessagesComponent_1;
|
|
7
|
-
import { Component, forwardRef } from '@angular/core';
|
|
8
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
|
-
import { Messages } from './messages';
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
* Custom component messages override default component messages.
|
|
13
|
-
*/
|
|
14
|
-
let RecurrenceEditorCustomMessagesComponent = RecurrenceEditorCustomMessagesComponent_1 = class RecurrenceEditorCustomMessagesComponent extends Messages {
|
|
15
|
-
constructor(service) {
|
|
16
|
-
super();
|
|
17
|
-
this.service = service;
|
|
18
|
-
}
|
|
19
|
-
get override() {
|
|
20
|
-
return true;
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
RecurrenceEditorCustomMessagesComponent = RecurrenceEditorCustomMessagesComponent_1 = tslib_1.__decorate([
|
|
24
|
-
Component({
|
|
25
|
-
providers: [
|
|
26
|
-
{
|
|
27
|
-
provide: Messages,
|
|
28
|
-
useExisting: forwardRef(() => RecurrenceEditorCustomMessagesComponent_1) // tslint:disable-line:no-forward-ref
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
|
-
selector: 'kendo-recurrence-editor-messages',
|
|
32
|
-
template: ``
|
|
33
|
-
}),
|
|
34
|
-
tslib_1.__metadata("design:paramtypes", [LocalizationService])
|
|
35
|
-
], RecurrenceEditorCustomMessagesComponent);
|
|
36
|
-
export { RecurrenceEditorCustomMessagesComponent };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { Messages } from './messages';
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class RecurrenceEditorLocalizedMessagesDirective extends Messages {
|
|
11
|
-
protected service: LocalizationService;
|
|
12
|
-
constructor(service: LocalizationService);
|
|
13
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as tslib_1 from "tslib";
|
|
6
|
-
var RecurrenceEditorLocalizedMessagesDirective_1;
|
|
7
|
-
import { Directive, forwardRef } from '@angular/core';
|
|
8
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
|
-
import { Messages } from './messages';
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
let RecurrenceEditorLocalizedMessagesDirective = RecurrenceEditorLocalizedMessagesDirective_1 = class RecurrenceEditorLocalizedMessagesDirective extends Messages {
|
|
14
|
-
constructor(service) {
|
|
15
|
-
super();
|
|
16
|
-
this.service = service;
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
RecurrenceEditorLocalizedMessagesDirective = RecurrenceEditorLocalizedMessagesDirective_1 = tslib_1.__decorate([
|
|
20
|
-
Directive({
|
|
21
|
-
providers: [
|
|
22
|
-
{
|
|
23
|
-
provide: Messages,
|
|
24
|
-
useExisting: forwardRef(() => RecurrenceEditorLocalizedMessagesDirective_1) // tslint:disable-line:no-forward-ref
|
|
25
|
-
}
|
|
26
|
-
],
|
|
27
|
-
selector: '[kendoRecurrenceEditorLocalizedMessages]'
|
|
28
|
-
}),
|
|
29
|
-
tslib_1.__metadata("design:paramtypes", [LocalizationService])
|
|
30
|
-
], RecurrenceEditorLocalizedMessagesDirective);
|
|
31
|
-
export { RecurrenceEditorLocalizedMessagesDirective };
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare class Messages extends ComponentMessages {
|
|
10
|
-
/**
|
|
11
|
-
* The text similar to **Repeat** which is displayed in the recurrence editor.
|
|
12
|
-
*/
|
|
13
|
-
repeat: string;
|
|
14
|
-
/**
|
|
15
|
-
* The text similar to **day(s)** which is displayed in the recurrence editor.
|
|
16
|
-
*/
|
|
17
|
-
dailyInterval: string;
|
|
18
|
-
/**
|
|
19
|
-
* The text similar to **Repeat every** which is displayed in the recurrence editor.
|
|
20
|
-
*/
|
|
21
|
-
dailyRepeatEvery: string;
|
|
22
|
-
/**
|
|
23
|
-
* The text similar to **week(s)** which is displayed in the recurrence editor.
|
|
24
|
-
*/
|
|
25
|
-
weeklyInterval: string;
|
|
26
|
-
/**
|
|
27
|
-
* The text similar to **Repeat every** which is displayed in the recurrence editor.
|
|
28
|
-
*/
|
|
29
|
-
weeklyRepeatEvery: string;
|
|
30
|
-
/**
|
|
31
|
-
* The text similar to **Repeat on** which is displayed in the recurrence editor.
|
|
32
|
-
*/
|
|
33
|
-
weeklyRepeatOn: string;
|
|
34
|
-
/**
|
|
35
|
-
* The text similar to **Day** which is displayed in the recurrence editor.
|
|
36
|
-
*/
|
|
37
|
-
monthlyDay: string;
|
|
38
|
-
/**
|
|
39
|
-
* The text similar to **month(s)** which is displayed in the recurrence editor.
|
|
40
|
-
*/
|
|
41
|
-
monthlyInterval: string;
|
|
42
|
-
/**
|
|
43
|
-
* The text similar to **Repeat every** which is displayed in the recurrence editor.
|
|
44
|
-
*/
|
|
45
|
-
monthlyRepeatEvery: string;
|
|
46
|
-
/**
|
|
47
|
-
* The text similar to **Repeat on** which is displayed in the recurrence editor.
|
|
48
|
-
*/
|
|
49
|
-
monthlyRepeatOn: string;
|
|
50
|
-
/**
|
|
51
|
-
* The text similar to **of** which is displayed in the recurrence editor.
|
|
52
|
-
*/
|
|
53
|
-
yearlyOf: string;
|
|
54
|
-
/**
|
|
55
|
-
* The text similar to **Repeat every** which is displayed in the recurrence editor.
|
|
56
|
-
*/
|
|
57
|
-
yearlyRepeatEvery: string;
|
|
58
|
-
/**
|
|
59
|
-
* The text similar to **Repeat on** which is displayed in the recurrence editor.
|
|
60
|
-
*/
|
|
61
|
-
yearlyRepeatOn: string;
|
|
62
|
-
/**
|
|
63
|
-
* The text similar to **year(s)** which is displayed in the recurrence editor.
|
|
64
|
-
*/
|
|
65
|
-
yearlyInterval: string;
|
|
66
|
-
/**
|
|
67
|
-
* The text similar to **Daily** which is displayed in the recurrence editor.
|
|
68
|
-
*/
|
|
69
|
-
frequenciesDaily: string;
|
|
70
|
-
/**
|
|
71
|
-
* The text similar to **Monthly** which is displayed in the recurrence editor.
|
|
72
|
-
*/
|
|
73
|
-
frequenciesMonthly: string;
|
|
74
|
-
/**
|
|
75
|
-
* The text similar to **Never** which is displayed in the recurrence editor.
|
|
76
|
-
*/
|
|
77
|
-
frequenciesNever: string;
|
|
78
|
-
/**
|
|
79
|
-
* The text similar to **Weekly** which is displayed in the recurrence editor.
|
|
80
|
-
*/
|
|
81
|
-
frequenciesWeekly: string;
|
|
82
|
-
/**
|
|
83
|
-
* The text similar to **Yearly** which is displayed in the recurrence editor.
|
|
84
|
-
*/
|
|
85
|
-
frequenciesYearly: string;
|
|
86
|
-
/**
|
|
87
|
-
* The text similar to **First** which is displayed in the recurrence editor.
|
|
88
|
-
*/
|
|
89
|
-
offsetPositionsFirst: string;
|
|
90
|
-
/**
|
|
91
|
-
* The text similar to **Second** which is displayed in the recurrence editor.
|
|
92
|
-
*/
|
|
93
|
-
offsetPositionsSecond: string;
|
|
94
|
-
/**
|
|
95
|
-
* The text similar to **Third** which is displayed in the recurrence editor.
|
|
96
|
-
*/
|
|
97
|
-
offsetPositionsThird: string;
|
|
98
|
-
/**
|
|
99
|
-
* The text similar to **Fourth** which is displayed in the recurrence editor.
|
|
100
|
-
*/
|
|
101
|
-
offsetPositionsFourth: string;
|
|
102
|
-
/**
|
|
103
|
-
* The text similar to **Last** which is displayed in the recurrence editor.
|
|
104
|
-
*/
|
|
105
|
-
offsetPositionsLast: string;
|
|
106
|
-
/**
|
|
107
|
-
* The text similar to **Day** which is displayed in the repeat-by-section of the monthly recurrence pattern.
|
|
108
|
-
*/
|
|
109
|
-
weekdaysDay: string;
|
|
110
|
-
/**
|
|
111
|
-
* The text similar to **Weekday** which is displayed in the repeat-by-section of the monthly recurrence pattern.
|
|
112
|
-
*/
|
|
113
|
-
weekdaysWeekday: string;
|
|
114
|
-
/**
|
|
115
|
-
* The text similar to **Weekend Day** which is displayed in the repeat-by-section of the monthly recurrence pattern.
|
|
116
|
-
*/
|
|
117
|
-
weekdaysWeekendday: string;
|
|
118
|
-
/**
|
|
119
|
-
* The text similar to **After** which is displayed in the recurrence editor.
|
|
120
|
-
*/
|
|
121
|
-
endAfter: string;
|
|
122
|
-
/**
|
|
123
|
-
* The text similar to **occurrence(s)** which is displayed in the recurrence editor.
|
|
124
|
-
*/
|
|
125
|
-
endOccurrence: string;
|
|
126
|
-
/**
|
|
127
|
-
* The text similar to **End** which is displayed in the recurrence editor.
|
|
128
|
-
*/
|
|
129
|
-
endLabel: string;
|
|
130
|
-
/**
|
|
131
|
-
* The text similar to **Never** which is displayed in the recurrence editor.
|
|
132
|
-
*/
|
|
133
|
-
endNever: string;
|
|
134
|
-
/**
|
|
135
|
-
* The text similar to **On** which is displayed in the recurrence editor.
|
|
136
|
-
*/
|
|
137
|
-
endOn: string;
|
|
138
|
-
}
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as tslib_1 from "tslib";
|
|
6
|
-
import { Input } from '@angular/core';
|
|
7
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export class Messages extends ComponentMessages {
|
|
12
|
-
}
|
|
13
|
-
tslib_1.__decorate([
|
|
14
|
-
Input(),
|
|
15
|
-
tslib_1.__metadata("design:type", String)
|
|
16
|
-
], Messages.prototype, "repeat", void 0);
|
|
17
|
-
tslib_1.__decorate([
|
|
18
|
-
Input(),
|
|
19
|
-
tslib_1.__metadata("design:type", String)
|
|
20
|
-
], Messages.prototype, "dailyInterval", void 0);
|
|
21
|
-
tslib_1.__decorate([
|
|
22
|
-
Input(),
|
|
23
|
-
tslib_1.__metadata("design:type", String)
|
|
24
|
-
], Messages.prototype, "dailyRepeatEvery", void 0);
|
|
25
|
-
tslib_1.__decorate([
|
|
26
|
-
Input(),
|
|
27
|
-
tslib_1.__metadata("design:type", String)
|
|
28
|
-
], Messages.prototype, "weeklyInterval", void 0);
|
|
29
|
-
tslib_1.__decorate([
|
|
30
|
-
Input(),
|
|
31
|
-
tslib_1.__metadata("design:type", String)
|
|
32
|
-
], Messages.prototype, "weeklyRepeatEvery", void 0);
|
|
33
|
-
tslib_1.__decorate([
|
|
34
|
-
Input(),
|
|
35
|
-
tslib_1.__metadata("design:type", String)
|
|
36
|
-
], Messages.prototype, "weeklyRepeatOn", void 0);
|
|
37
|
-
tslib_1.__decorate([
|
|
38
|
-
Input(),
|
|
39
|
-
tslib_1.__metadata("design:type", String)
|
|
40
|
-
], Messages.prototype, "monthlyDay", void 0);
|
|
41
|
-
tslib_1.__decorate([
|
|
42
|
-
Input(),
|
|
43
|
-
tslib_1.__metadata("design:type", String)
|
|
44
|
-
], Messages.prototype, "monthlyInterval", void 0);
|
|
45
|
-
tslib_1.__decorate([
|
|
46
|
-
Input(),
|
|
47
|
-
tslib_1.__metadata("design:type", String)
|
|
48
|
-
], Messages.prototype, "monthlyRepeatEvery", void 0);
|
|
49
|
-
tslib_1.__decorate([
|
|
50
|
-
Input(),
|
|
51
|
-
tslib_1.__metadata("design:type", String)
|
|
52
|
-
], Messages.prototype, "monthlyRepeatOn", void 0);
|
|
53
|
-
tslib_1.__decorate([
|
|
54
|
-
Input(),
|
|
55
|
-
tslib_1.__metadata("design:type", String)
|
|
56
|
-
], Messages.prototype, "yearlyOf", void 0);
|
|
57
|
-
tslib_1.__decorate([
|
|
58
|
-
Input(),
|
|
59
|
-
tslib_1.__metadata("design:type", String)
|
|
60
|
-
], Messages.prototype, "yearlyRepeatEvery", void 0);
|
|
61
|
-
tslib_1.__decorate([
|
|
62
|
-
Input(),
|
|
63
|
-
tslib_1.__metadata("design:type", String)
|
|
64
|
-
], Messages.prototype, "yearlyRepeatOn", void 0);
|
|
65
|
-
tslib_1.__decorate([
|
|
66
|
-
Input(),
|
|
67
|
-
tslib_1.__metadata("design:type", String)
|
|
68
|
-
], Messages.prototype, "yearlyInterval", void 0);
|
|
69
|
-
tslib_1.__decorate([
|
|
70
|
-
Input(),
|
|
71
|
-
tslib_1.__metadata("design:type", String)
|
|
72
|
-
], Messages.prototype, "frequenciesDaily", void 0);
|
|
73
|
-
tslib_1.__decorate([
|
|
74
|
-
Input(),
|
|
75
|
-
tslib_1.__metadata("design:type", String)
|
|
76
|
-
], Messages.prototype, "frequenciesMonthly", void 0);
|
|
77
|
-
tslib_1.__decorate([
|
|
78
|
-
Input(),
|
|
79
|
-
tslib_1.__metadata("design:type", String)
|
|
80
|
-
], Messages.prototype, "frequenciesNever", void 0);
|
|
81
|
-
tslib_1.__decorate([
|
|
82
|
-
Input(),
|
|
83
|
-
tslib_1.__metadata("design:type", String)
|
|
84
|
-
], Messages.prototype, "frequenciesWeekly", void 0);
|
|
85
|
-
tslib_1.__decorate([
|
|
86
|
-
Input(),
|
|
87
|
-
tslib_1.__metadata("design:type", String)
|
|
88
|
-
], Messages.prototype, "frequenciesYearly", void 0);
|
|
89
|
-
tslib_1.__decorate([
|
|
90
|
-
Input(),
|
|
91
|
-
tslib_1.__metadata("design:type", String)
|
|
92
|
-
], Messages.prototype, "offsetPositionsFirst", void 0);
|
|
93
|
-
tslib_1.__decorate([
|
|
94
|
-
Input(),
|
|
95
|
-
tslib_1.__metadata("design:type", String)
|
|
96
|
-
], Messages.prototype, "offsetPositionsSecond", void 0);
|
|
97
|
-
tslib_1.__decorate([
|
|
98
|
-
Input(),
|
|
99
|
-
tslib_1.__metadata("design:type", String)
|
|
100
|
-
], Messages.prototype, "offsetPositionsThird", void 0);
|
|
101
|
-
tslib_1.__decorate([
|
|
102
|
-
Input(),
|
|
103
|
-
tslib_1.__metadata("design:type", String)
|
|
104
|
-
], Messages.prototype, "offsetPositionsFourth", void 0);
|
|
105
|
-
tslib_1.__decorate([
|
|
106
|
-
Input(),
|
|
107
|
-
tslib_1.__metadata("design:type", String)
|
|
108
|
-
], Messages.prototype, "offsetPositionsLast", void 0);
|
|
109
|
-
tslib_1.__decorate([
|
|
110
|
-
Input(),
|
|
111
|
-
tslib_1.__metadata("design:type", String)
|
|
112
|
-
], Messages.prototype, "weekdaysDay", void 0);
|
|
113
|
-
tslib_1.__decorate([
|
|
114
|
-
Input(),
|
|
115
|
-
tslib_1.__metadata("design:type", String)
|
|
116
|
-
], Messages.prototype, "weekdaysWeekday", void 0);
|
|
117
|
-
tslib_1.__decorate([
|
|
118
|
-
Input(),
|
|
119
|
-
tslib_1.__metadata("design:type", String)
|
|
120
|
-
], Messages.prototype, "weekdaysWeekendday", void 0);
|
|
121
|
-
tslib_1.__decorate([
|
|
122
|
-
Input(),
|
|
123
|
-
tslib_1.__metadata("design:type", String)
|
|
124
|
-
], Messages.prototype, "endAfter", void 0);
|
|
125
|
-
tslib_1.__decorate([
|
|
126
|
-
Input(),
|
|
127
|
-
tslib_1.__metadata("design:type", String)
|
|
128
|
-
], Messages.prototype, "endOccurrence", void 0);
|
|
129
|
-
tslib_1.__decorate([
|
|
130
|
-
Input(),
|
|
131
|
-
tslib_1.__metadata("design:type", String)
|
|
132
|
-
], Messages.prototype, "endLabel", void 0);
|
|
133
|
-
tslib_1.__decorate([
|
|
134
|
-
Input(),
|
|
135
|
-
tslib_1.__metadata("design:type", String)
|
|
136
|
-
], Messages.prototype, "endNever", void 0);
|
|
137
|
-
tslib_1.__decorate([
|
|
138
|
-
Input(),
|
|
139
|
-
tslib_1.__metadata("design:type", String)
|
|
140
|
-
], Messages.prototype, "endOn", void 0);
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { SchedulerLocalizationService } from '../../../localization/scheduler-localization.service';
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class RecurrenceLocalizationService extends LocalizationService {
|
|
11
|
-
private schedulerLocalization?;
|
|
12
|
-
constructor(prefix: string, messageService: MessageService, _rtl: boolean, schedulerLocalization?: SchedulerLocalizationService);
|
|
13
|
-
get(shortKey: string): string;
|
|
14
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as tslib_1 from "tslib";
|
|
6
|
-
import { Inject, Optional } from '@angular/core';
|
|
7
|
-
import { LocalizationService, L10N_PREFIX, MessageService, RTL } from '@progress/kendo-angular-l10n';
|
|
8
|
-
import { SchedulerLocalizationService } from '../../../localization/scheduler-localization.service';
|
|
9
|
-
import { capitalize } from '../../../common/util';
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
let RecurrenceLocalizationService = class RecurrenceLocalizationService extends LocalizationService {
|
|
14
|
-
constructor(prefix, messageService, _rtl, schedulerLocalization) {
|
|
15
|
-
super(prefix, messageService, _rtl);
|
|
16
|
-
this.schedulerLocalization = schedulerLocalization;
|
|
17
|
-
}
|
|
18
|
-
get(shortKey) {
|
|
19
|
-
if (this.schedulerLocalization) {
|
|
20
|
-
return this.schedulerLocalization.get('recurrenceEditor' + capitalize(shortKey));
|
|
21
|
-
}
|
|
22
|
-
return super.get(shortKey);
|
|
23
|
-
}
|
|
24
|
-
};
|
|
25
|
-
RecurrenceLocalizationService = tslib_1.__decorate([
|
|
26
|
-
tslib_1.__param(0, Inject(L10N_PREFIX)),
|
|
27
|
-
tslib_1.__param(1, Optional()),
|
|
28
|
-
tslib_1.__param(2, Optional()), tslib_1.__param(2, Inject(RTL)),
|
|
29
|
-
tslib_1.__param(3, Optional()), tslib_1.__param(3, Inject(SchedulerLocalizationService)),
|
|
30
|
-
tslib_1.__metadata("design:paramtypes", [String, MessageService, Boolean, SchedulerLocalizationService])
|
|
31
|
-
], RecurrenceLocalizationService);
|
|
32
|
-
export { RecurrenceLocalizationService };
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
6
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
-
import { IntlService } from '@progress/kendo-angular-intl';
|
|
8
|
-
import { Day } from '@progress/kendo-date-math';
|
|
9
|
-
import { RecurrenceService, Frequency } from './recurrence.service';
|
|
10
|
-
import { NumericTextBoxOptions } from '../../types/numeric-options.interface';
|
|
11
|
-
import { DatePickerOptions } from './../../types/datepicker-options.interface';
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
export declare const RECURRENCE_VALUE_ACCESSOR: any;
|
|
16
|
-
/**
|
|
17
|
-
* Represents the Kendo UI Recurrence Editor component for Angular. [This example]({% slug custom_reactive_editing_scheduler %}#toc-setup) demonstrates the Recurrence Editor, among other components.
|
|
18
|
-
*/
|
|
19
|
-
export declare class RecurrenceEditorComponent implements ControlValueAccessor, OnInit, OnDestroy {
|
|
20
|
-
private recurrenceService;
|
|
21
|
-
private intl;
|
|
22
|
-
cssClass: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* Specifies the start date of the event.
|
|
25
|
-
*/
|
|
26
|
-
start: Date;
|
|
27
|
-
/**
|
|
28
|
-
* Specifies the id of the timezone that will be used.
|
|
29
|
-
*/
|
|
30
|
-
timezone: string;
|
|
31
|
-
/**
|
|
32
|
-
* The first day of the week. Defaults to the locale settings.
|
|
33
|
-
*/
|
|
34
|
-
weekStart: Day;
|
|
35
|
-
/**
|
|
36
|
-
* Specifies the options of the `Repeat Every` NumericTextBox component within the recurrence `interval` editor.
|
|
37
|
-
*/
|
|
38
|
-
repeatEveryOptions: NumericTextBoxOptions;
|
|
39
|
-
/**
|
|
40
|
-
* Specifies the options of the `End After` NumericTextBox component within the recurrence `count` rule editor.
|
|
41
|
-
*/
|
|
42
|
-
endAfterOptions: NumericTextBoxOptions;
|
|
43
|
-
/**
|
|
44
|
-
* Specifies the options of the `Repeat On` NumericTextBox component for choosing the day
|
|
45
|
-
* an event will occur on within the monthly and yearly sections of the recurrence editor.
|
|
46
|
-
*/
|
|
47
|
-
repeatOnOptions: NumericTextBoxOptions;
|
|
48
|
-
/**
|
|
49
|
-
* Specifies the options of the `End On` DatePicker component within the recurrence `until` rule editor.
|
|
50
|
-
*/
|
|
51
|
-
endOnOptions: DatePickerOptions;
|
|
52
|
-
/**
|
|
53
|
-
* Fires when the value of the component has changed.
|
|
54
|
-
*/
|
|
55
|
-
valueChange: EventEmitter<string>;
|
|
56
|
-
private _start;
|
|
57
|
-
private subscriptions;
|
|
58
|
-
constructor(recurrenceService: RecurrenceService, intl: IntlService);
|
|
59
|
-
/**
|
|
60
|
-
* @hidden
|
|
61
|
-
*/
|
|
62
|
-
readonly currentFreq: Frequency;
|
|
63
|
-
/**
|
|
64
|
-
* @hidden
|
|
65
|
-
*/
|
|
66
|
-
ngOnInit(): void;
|
|
67
|
-
ngOnChanges(changes: any): void;
|
|
68
|
-
/**
|
|
69
|
-
* @hidden
|
|
70
|
-
*/
|
|
71
|
-
ngOnDestroy(): void;
|
|
72
|
-
/**
|
|
73
|
-
* @hidden
|
|
74
|
-
*/
|
|
75
|
-
writeValue(rrule: any): void;
|
|
76
|
-
protected onTouchedCallback: Function;
|
|
77
|
-
protected onChangeCallback: Function;
|
|
78
|
-
/**
|
|
79
|
-
* @hidden
|
|
80
|
-
*/
|
|
81
|
-
registerOnChange(fn: any): void;
|
|
82
|
-
/**
|
|
83
|
-
* @hidden
|
|
84
|
-
*/
|
|
85
|
-
registerOnTouched(fn: any): void;
|
|
86
|
-
private emitChange;
|
|
87
|
-
}
|