@progress/kendo-angular-scheduler 4.3.5 → 4.3.6
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/README.md +14 -12
- package/bundles/kendo-angular-scheduler.umd.js +1 -1
- package/esm2015/data-binding.directive.js +3 -3
- package/esm2015/editing/date-time-picker.component.js +3 -3
- package/esm2015/editing/dialogs.service.js +3 -3
- package/esm2015/editing/edit-dialog-template.directive.js +3 -3
- package/esm2015/editing/edit-dialog.component.js +3 -3
- package/esm2015/editing/edit.service.js +3 -3
- package/esm2015/editing/local-data-changes.service.js +3 -3
- package/esm2015/editing/recurrence/end-rule-radio-button.directive.js +3 -3
- package/esm2015/editing/recurrence/localization/custom-messages.component.js +3 -3
- package/esm2015/editing/recurrence/localization/localized-messages.directive.js +3 -3
- package/esm2015/editing/recurrence/localization/messages.js +3 -3
- package/esm2015/editing/recurrence/localization/recurrence-localization.service.js +3 -3
- package/esm2015/editing/recurrence/recurrence-editor.component.js +3 -3
- package/esm2015/editing/recurrence/recurrence-end-rule-editor.component.js +3 -3
- package/esm2015/editing/recurrence/recurrence-frequency-editor.component.js +3 -3
- package/esm2015/editing/recurrence/recurrence-interval-editor.component.js +3 -3
- package/esm2015/editing/recurrence/recurrence-monthly-yearly-editor.component.js +3 -3
- package/esm2015/editing/recurrence/recurrence-weekday-rule-editor.component.js +3 -3
- package/esm2015/editing/recurrence/recurrence.service.js +3 -3
- package/esm2015/editing/recurrence/repeat-on-radio-button.directive.js +3 -3
- package/esm2015/editing/resource-editor-base.js +3 -3
- package/esm2015/editing/resource-multiple-editor.component.js +3 -3
- package/esm2015/editing/resource-single-editor.component.js +3 -3
- package/esm2015/editing/timezone-editor.component.js +3 -3
- package/esm2015/editing-directives/editing-directive-base.js +6 -5
- package/esm2015/editing-directives/reactive-editing.directive.js +3 -3
- package/esm2015/loading.component.js +3 -3
- package/esm2015/localization/custom-messages.component.js +3 -3
- package/esm2015/localization/localized-messages.directive.js +3 -3
- package/esm2015/localization/messages.js +3 -3
- package/esm2015/localization/scheduler-localization.service.js +3 -3
- package/esm2015/main.js +1 -0
- package/esm2015/navigation/focus.service.js +35 -31
- package/esm2015/navigation/focusable.directive.js +17 -4
- package/esm2015/navigation/shortcuts.directive.js +36 -5
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/pdf/pdf-command.directive.js +3 -3
- package/esm2015/pdf/pdf.component.js +3 -3
- package/esm2015/pdf/pdf.module.js +4 -4
- package/esm2015/pdf/pdf.service.js +3 -3
- package/esm2015/scheduler.component.js +20 -13
- package/esm2015/scheduler.module.js +4 -4
- package/esm2015/shared.module.js +13 -7
- package/esm2015/toolbar/navigation.component.js +40 -19
- package/esm2015/toolbar/toolbar-template.directive.js +3 -3
- package/esm2015/toolbar/toolbar.component.js +3 -3
- package/esm2015/toolbar/toolbar.module.js +11 -7
- package/esm2015/toolbar/toolbar.service.js +3 -3
- package/esm2015/toolbar/view-selector.component.js +16 -11
- package/esm2015/types/focusable-container.js +5 -0
- package/esm2015/views/agenda/agenda-header-item.component.js +3 -3
- package/esm2015/views/agenda/agenda-header.component.js +7 -7
- package/esm2015/views/agenda/agenda-task-item.component.js +3 -3
- package/esm2015/views/agenda/agenda-view-internal.component.js +3 -3
- package/esm2015/views/agenda/agenda-view-list.component.js +4 -4
- package/esm2015/views/agenda/agenda-view.component.js +3 -3
- package/esm2015/views/agenda/agenda-view.module.js +4 -4
- package/esm2015/views/common/base-view.js +12 -4
- package/esm2015/views/common/configuration-view-base.js +3 -3
- package/esm2015/views/common/dom-events.service.js +3 -3
- package/esm2015/views/common/hint-container.component.js +3 -3
- package/esm2015/views/common/repeat.pipe.js +3 -3
- package/esm2015/views/common/resize-hint.component.js +3 -3
- package/esm2015/views/common/resource-iterator.pipe.js +3 -3
- package/esm2015/views/common/slot-selectable.directive.js +3 -3
- package/esm2015/views/common/view-footer.component.js +31 -10
- package/esm2015/views/common/views-shared.module.js +4 -4
- package/esm2015/views/common/work-hours-footer.directive.js +3 -3
- package/esm2015/views/day-time/day-time-slot.service.js +17 -11
- package/esm2015/views/day-time/day-time-view-base.js +3 -3
- package/esm2015/views/day-time/day-time-view-item.component.js +3 -3
- package/esm2015/views/day-time/day-time-view.component.js +6 -9
- package/esm2015/views/day-time/day-time.module.js +4 -4
- package/esm2015/views/day-time/event-slot.directive.js +6 -6
- package/esm2015/views/month/month-slot.directive.js +3 -3
- package/esm2015/views/month/month-view-item.component.js +3 -3
- package/esm2015/views/month/month-view-renderer.component.js +27 -20
- package/esm2015/views/month/month-view.component.js +3 -3
- package/esm2015/views/month/month-view.module.js +4 -4
- package/esm2015/views/multi-day/day-view.component.js +3 -3
- package/esm2015/views/multi-day/multi-day-view-base.js +3 -3
- package/esm2015/views/multi-day/multi-day-view-renderer.component.js +27 -18
- package/esm2015/views/multi-day/multi-day-view.component.js +3 -3
- package/esm2015/views/multi-day/multi-day-view.module.js +4 -4
- package/esm2015/views/multi-day/week-view.component.js +3 -3
- package/esm2015/views/multi-day/work-week-view.component.js +3 -3
- package/esm2015/views/scheduler-view.directive.js +3 -3
- package/esm2015/views/templates/agenda-date-template.directive.js +3 -3
- package/esm2015/views/templates/agenda-time-template.directive.js +3 -3
- package/esm2015/views/templates/all-day-event-template.directive.js +3 -3
- package/esm2015/views/templates/all-day-slot-template.directive.js +3 -3
- package/esm2015/views/templates/date-header-template.directive.js +3 -3
- package/esm2015/views/templates/event-template.directive.js +3 -3
- package/esm2015/views/templates/group-header-template.directive.js +3 -3
- package/esm2015/views/templates/major-time-header-template.directive.js +3 -3
- package/esm2015/views/templates/minor-time-header-template.directive.js +3 -3
- package/esm2015/views/templates/month-day-slot-template.directive.js +3 -3
- package/esm2015/views/templates/time-slot-template.directive.js +3 -3
- package/esm2015/views/timeline/timeline-base.js +3 -3
- package/esm2015/views/timeline/timeline-month-view.component.js +3 -3
- package/esm2015/views/timeline/timeline-multi-day-view.component.js +31 -21
- package/esm2015/views/timeline/timeline-view.component.js +3 -3
- package/esm2015/views/timeline/timeline-view.module.js +4 -4
- package/esm2015/views/timeline/timeline-week-view.component.js +3 -3
- package/esm2015/views/timeline/utils.js +19 -0
- package/esm2015/views/view-context.service.js +3 -3
- package/esm2015/views/view-items/base-slot.directive.js +3 -3
- package/esm2015/views/view-items/base-view-item.js +3 -3
- package/esm2015/views/view-state.service.js +7 -3
- package/fesm2015/kendo-angular-scheduler.js +691 -525
- package/main.d.ts +1 -0
- package/navigation/focus.service.d.ts +6 -6
- package/navigation/focusable-element.interface.d.ts +5 -0
- package/navigation/focusable.directive.d.ts +4 -1
- package/package.json +2 -2
- package/scheduler.component.d.ts +1 -1
- package/shared.module.d.ts +2 -1
- package/toolbar/toolbar.module.d.ts +2 -1
- package/types/actions.d.ts +15 -8
- package/types/focusable-container.d.ts +8 -0
- package/views/common/base-view.d.ts +5 -0
- package/views/common/view-footer.component.d.ts +4 -0
- package/views/day-time/day-time-view.component.d.ts +1 -3
- package/views/month/month-view-renderer.component.d.ts +1 -3
- package/views/multi-day/multi-day-view-renderer.component.d.ts +1 -2
- package/views/timeline/timeline-multi-day-view.component.d.ts +1 -2
- package/views/timeline/utils.d.ts +11 -0
- package/views/view-state.service.d.ts +5 -1
package/README.md
CHANGED
|
@@ -2,31 +2,33 @@
|
|
|
2
2
|
<img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
|
-
## Kendo UI for Angular Scheduler Component
|
|
5
|
+
## Kendo UI for Angular Scheduler (Calendar) Component
|
|
6
6
|
|
|
7
7
|
> **Important**
|
|
8
|
-
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—a commercial library.
|
|
8
|
+
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—a commercial library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
|
|
9
9
|
> * You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Angular My License page](https://www.telerik.com/kendo-angular-ui/my-license?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler).
|
|
10
10
|
> * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler).
|
|
11
11
|
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
|
|
12
12
|
>
|
|
13
13
|
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler) and speed up your development process!
|
|
14
14
|
|
|
15
|
-
Kendo UI for Angular
|
|
15
|
+
The [Kendo UI for Angular Scheduler](https://www.telerik.com/kendo-angular-ui/scheduler?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler) (Calendar) component offers an in-app calendar experience similar to Outlook or Google Calendar. The Angular Scheduler comes with several essential user features: different views, including day and month views, support for multiple resources, editing of events through a form or by dragging and resizing, time zone conversions and more. Every feature can be enabled through a single configuration option or deeply customized with a flexible API.
|
|
16
|
+
|
|
17
|
+
<img src="https://d585tldpucybw.cloudfront.net/sfimages/default-source/component-pages/angular/angular-scheduler-overview.jpg" alt="Angular Scheduler Calendar Example">
|
|
16
18
|
|
|
17
19
|
## Key Features
|
|
18
20
|
|
|
19
|
-
Among the many features which the Kendo UI for Angular Scheduler delivers are:
|
|
21
|
+
Among the many features which the Kendo UI for Angular Scheduler Calendar delivers are:
|
|
20
22
|
|
|
21
|
-
* [Multiple views](https://www.telerik.com/kendo-angular-ui/components/scheduler/views
|
|
22
|
-
* [Editing](https://www.telerik.com/kendo-angular-ui/components/scheduler/editing
|
|
23
|
-
* [Timezones](https://www.telerik.com/kendo-angular-ui/components/scheduler/timezones
|
|
24
|
-
* [Data binding](https://www.telerik.com/kendo-angular-ui/components/scheduler/data-binding
|
|
23
|
+
* [Multiple views](https://www.telerik.com/kendo-angular-ui/components/scheduler/views/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—Display Scheduler events in any of the available **Timeline**, **Day**, **Week**, **Month**, or **Agenda** views.
|
|
24
|
+
* [Editing](https://www.telerik.com/kendo-angular-ui/components/scheduler/editing/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—Depending on your users' requirements, you can provide editing from an external form or Reactive Forms, and also further customize the Scheduler.
|
|
25
|
+
* [Timezones](https://www.telerik.com/kendo-angular-ui/components/scheduler/timezones/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—You can display the events in the Scheduler in different timezones when building multinational applications.
|
|
26
|
+
* [Data binding](https://www.telerik.com/kendo-angular-ui/components/scheduler/data-binding/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—The Scheduler provides a set of data binding approaches including the use of built-in directives, model and resource binding, as well as manual binding to the `events` attribute of the component.
|
|
25
27
|
* Recurring Events—The built-in recurrence engine supports evaluation of recurring events in accordance to the iCalendar format.
|
|
26
|
-
* [Toolbar](https://www.telerik.com/kendo-angular-ui/components/scheduler/toolbar
|
|
27
|
-
* [Export to PDF](https://www.telerik.com/kendo-angular-ui/components/scheduler/pdf-export
|
|
28
|
-
* [Globalization](https://www.telerik.com/kendo-angular-ui/components/scheduler/globalization
|
|
29
|
-
* [Accessibility](https://www.telerik.com/kendo-angular-ui/components/scheduler/accessibility
|
|
28
|
+
* [Toolbar](https://www.telerik.com/kendo-angular-ui/components/scheduler/toolbar/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—Include templates, add components and customize the toolbar of the Scheduler.
|
|
29
|
+
* [Export to PDF](https://www.telerik.com/kendo-angular-ui/components/scheduler/pdf-export/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—The Scheduler can be exported to PDF documents without the need for server-side helpers.
|
|
30
|
+
* [Globalization](https://www.telerik.com/kendo-angular-ui/components/scheduler/globalization/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—By using the available globalization options in Kendo UI for Angular, you can translate the Scheduler messages by adapting them to specific culture locales.
|
|
31
|
+
* [Accessibility](https://www.telerik.com/kendo-angular-ui/components/scheduler/accessibility/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-scheduler)—The Scheduler is compliant with the Section 508 requirements. The Scheduler is accessible by screen readers and provides WAI-ARIA support.
|
|
30
32
|
|
|
31
33
|
## Support Options
|
|
32
34
|
|