@progress/kendo-angular-scheduler 22.1.0-develop.9 → 23.0.0-develop.10
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/data-binding.directive.d.ts +1 -1
- package/editing/edit-dialog-template.directive.d.ts +1 -1
- package/editing/edit-dialog.component.d.ts +5 -1
- package/editing/recurrence/recurrence-editor.component.d.ts +1 -1
- package/editing/recurrence/recurrence-interval-editor.component.d.ts +4 -1
- package/editing/recurrence/recurrence.service.d.ts +1 -0
- package/editing-directives/base-edit.service.d.ts +7 -7
- package/editing-directives/edit-service.interface.d.ts +2 -2
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/events/drag-event.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-scheduler.mjs +231 -206
- package/package-metadata.mjs +2 -2
- package/package.json +17 -17
- package/pdf/pdf-command.directive.d.ts +3 -3
- package/pdf/pdf.component.d.ts +1 -1
- package/scheduler.component.d.ts +10 -10
- package/schematics/ngAdd/index.js +3 -3
- package/toolbar/navigation.component.d.ts +4 -4
- package/toolbar/toolbar-context.d.ts +1 -1
- package/toolbar/toolbar-template.directive.d.ts +5 -5
- package/toolbar/toolbar.service.d.ts +1 -1
- package/toolbar/view-selector.component.d.ts +3 -3
- package/types/actions.d.ts +6 -6
- package/types/datepicker-options.interface.d.ts +16 -16
- package/types/edit-event-args.interface.d.ts +1 -1
- package/types/editable-settings.interface.d.ts +2 -2
- package/types/numeric-options.interface.d.ts +7 -7
- package/types/slot-selection.d.ts +2 -2
- package/views/agenda/agenda-view.component.d.ts +2 -2
- package/views/common/configuration-view-base.d.ts +1 -1
- package/views/month/month-view.component.d.ts +5 -5
- package/views/month/multi-week-view.component.d.ts +5 -5
- package/views/multi-day/day-view.component.d.ts +2 -2
- package/views/multi-day/multi-day-view.component.d.ts +2 -2
- package/views/multi-day/week-view.component.d.ts +2 -2
- package/views/templates/agenda-date-template.directive.d.ts +1 -1
- package/views/templates/agenda-time-template.directive.d.ts +1 -1
- package/views/templates/all-day-event-template.directive.d.ts +1 -1
- package/views/templates/all-day-slot-template.directive.d.ts +1 -1
- package/views/templates/date-header-template.directive.d.ts +1 -1
- package/views/templates/event-template.directive.d.ts +1 -1
- package/views/templates/group-header-template.directive.d.ts +1 -1
- package/views/templates/major-time-header-template.directive.d.ts +1 -1
- package/views/templates/minor-time-header-template.directive.d.ts +1 -1
- package/views/templates/month-day-slot-template.directive.d.ts +1 -1
- package/views/templates/multi-week-day-slot-template.directive.d.ts +1 -1
- package/views/templates/time-slot-template.directive.d.ts +1 -1
- package/views/timeline/timeline-month-view.component.d.ts +2 -2
- package/views/timeline/timeline-view.component.d.ts +2 -2
- package/views/timeline/timeline-week-view.component.d.ts +2 -2
- package/views/utils.d.ts +4 -0
- package/views/year/year-view.component.d.ts +2 -2
|
@@ -30,13 +30,13 @@ export declare class MultiWeekViewComponent extends ConfigurationViewBase implem
|
|
|
30
30
|
get title(): string;
|
|
31
31
|
/**
|
|
32
32
|
* Sets the height of the rendered events. If set to `'auto'`, the height is based on the event content
|
|
33
|
-
* ([see example](
|
|
33
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/views/multi-week#configuring-the-height-of-the-scheduler-events)).
|
|
34
34
|
* > When set to `'auto'`, it automatically sets the `adaptiveSlotHeight` property to `true`.
|
|
35
35
|
*/
|
|
36
36
|
eventHeight: number | 'auto';
|
|
37
37
|
/**
|
|
38
38
|
* Sets the number of events to render per day. If set to `'auto'`, all events display in the slot. If set to `0`, it normalizes to `1`
|
|
39
|
-
* ([see example](
|
|
39
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/views/multi-week#setting-the-number-of-events-per-day)).
|
|
40
40
|
* > When set to `'auto'`, it automatically sets the `adaptiveSlotHeight` property to `true`.
|
|
41
41
|
* @default 2
|
|
42
42
|
*/
|
|
@@ -45,7 +45,7 @@ export declare class MultiWeekViewComponent extends ConfigurationViewBase implem
|
|
|
45
45
|
private _eventsPerDay;
|
|
46
46
|
/**
|
|
47
47
|
* Enables adaptive slot height. Increases the slot group (row) height when containing events up to the number of displayed events and reduces its height if there are fewer events for that slot group (row)
|
|
48
|
-
* ([see example](
|
|
48
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/views/multi-week#enabling-the-adaptive-slot-height-of-the-scheduler)).
|
|
49
49
|
* @default false
|
|
50
50
|
*/
|
|
51
51
|
adaptiveSlotHeight: boolean;
|
|
@@ -56,13 +56,13 @@ export declare class MultiWeekViewComponent extends ConfigurationViewBase implem
|
|
|
56
56
|
numberOfWeeks: number;
|
|
57
57
|
/**
|
|
58
58
|
* Sets the long-date format for the selected date in the Scheduler toolbar.
|
|
59
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
59
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
60
60
|
* @default '{0:D} - {1:D}'
|
|
61
61
|
*/
|
|
62
62
|
selectedDateFormat: string;
|
|
63
63
|
/**
|
|
64
64
|
* Sets the short-date format for the selected date in the Scheduler toolbar.
|
|
65
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
65
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
66
66
|
* @default '{0:d} - {1:d}'
|
|
67
67
|
*/
|
|
68
68
|
selectedShortDateFormat: string;
|
|
@@ -27,14 +27,14 @@ export declare class DayViewComponent extends MultiDayViewBase {
|
|
|
27
27
|
get title(): string;
|
|
28
28
|
/**
|
|
29
29
|
* Sets the long-date format for the selected date in the Scheduler toolbar.
|
|
30
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
30
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
31
31
|
* @default '{0:D}'
|
|
32
32
|
*/
|
|
33
33
|
set selectedDateFormat(value: string);
|
|
34
34
|
get selectedDateFormat(): string;
|
|
35
35
|
/**
|
|
36
36
|
* Sets the short-date format for the selected date in the Scheduler toolbar.
|
|
37
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
37
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
38
38
|
* @default '{0:d}'
|
|
39
39
|
*/
|
|
40
40
|
set selectedShortDateFormat(value: string);
|
|
@@ -22,7 +22,7 @@ import * as i0 from "@angular/core";
|
|
|
22
22
|
export declare class MultiDayViewComponent extends DayViewComponent {
|
|
23
23
|
/**
|
|
24
24
|
* Sets the long-date format for the selected date in the Scheduler toolbar.
|
|
25
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
25
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
26
26
|
* The default value is `'{0:D} - {1:D}'` for multiple days and `'{0:D}'` for a single day.
|
|
27
27
|
* @default '{0:D} - {1:D}'
|
|
28
28
|
*/
|
|
@@ -30,7 +30,7 @@ export declare class MultiDayViewComponent extends DayViewComponent {
|
|
|
30
30
|
get selectedDateFormat(): string;
|
|
31
31
|
/**
|
|
32
32
|
* Sets the short-date format for the selected date in the Scheduler toolbar.
|
|
33
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
33
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
34
34
|
* The default value is `'{0:d} - {1:d}'` for multiple days and `'{0:d}'` for a single day.
|
|
35
35
|
* @default '{0:d} - {1:d}'
|
|
36
36
|
*/
|
|
@@ -29,14 +29,14 @@ export declare class WeekViewComponent extends MultiDayViewBase {
|
|
|
29
29
|
/**
|
|
30
30
|
* Sets the long-date format for the selected date in the Scheduler toolbar.
|
|
31
31
|
* Defaults to `'{0:D} - {1:D}'`, where `0` is the start and `1` is the end date.
|
|
32
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
32
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
33
33
|
* @default '{0:D} - {1:D}'
|
|
34
34
|
*/
|
|
35
35
|
selectedDateFormat: string;
|
|
36
36
|
/**
|
|
37
37
|
* Sets the short-date format for the selected date in the Scheduler toolbar.
|
|
38
38
|
* Defaults to `'{0:d} - {1:d}'`, where `0` is the start and `1` is the end date.
|
|
39
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
39
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
40
40
|
* @default '{0:d} - {1:d}'
|
|
41
41
|
*/
|
|
42
42
|
selectedShortDateFormat: string;
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the date header in the **Agenda** view of the Scheduler.
|
|
9
9
|
*
|
|
10
10
|
* To define a date template, nest an `<ng-template>` tag with the `kendoSchedulerAgendaDateTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler-agenda-view>` or `<kendo-scheduler>` component ([see example](
|
|
11
|
+
* `<kendo-scheduler-agenda-view>` or `<kendo-scheduler>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#agenda-dates).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `date`—The header date.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the time header in the **Agenda** view of the Scheduler.
|
|
9
9
|
*
|
|
10
10
|
* To define a time template, nest an `<ng-template>` tag with the `kendoSchedulerAgendaTimeTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler>` or `<kendo-scheduler-agenda-view>` component ([see example](
|
|
11
|
+
* `<kendo-scheduler>` or `<kendo-scheduler-agenda-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#agenda-times)).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `start`—The start date of the event.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the content of all-day events in the Scheduler.
|
|
9
9
|
*
|
|
10
10
|
* To define an all-day event template, nest an `<ng-template>` tag with the `kendoSchedulerAllDayEventTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, or `<kendo-scheduler-week-view>` component ([see example](
|
|
11
|
+
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, or `<kendo-scheduler-week-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#all-day-events)).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `event`—The event that is associated with the item.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the content of all-day slots in the Scheduler.
|
|
9
9
|
*
|
|
10
10
|
* To define an all-dat slot template, nest an `<ng-template>` tag with the `kendoSchedulerAllDaySlotTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, or `<kendo-scheduler-week-view>` components ([see example](
|
|
11
|
+
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, or `<kendo-scheduler-week-view>` components ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#all-day-slots)).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `date`—The date of the slot.
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*
|
|
10
10
|
* To define a date header template, nest an `<ng-template>` tag with the `kendoSchedulerDateHeaderTemplate` directive inside the
|
|
11
11
|
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, `<kendo-scheduler-week-view>`,
|
|
12
|
-
* `<kendo-scheduler-timeline-view>`, `<kendo-scheduler-timeline-week-view>`, or `<kendo-scheduler-timeline-month-view>` component ([see example](
|
|
12
|
+
* `<kendo-scheduler-timeline-view>`, `<kendo-scheduler-timeline-week-view>`, or `<kendo-scheduler-timeline-month-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#date-headers)).
|
|
13
13
|
*
|
|
14
14
|
* The available fields in the template context are:
|
|
15
15
|
* - `date`—The header date.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the rendering of Scheduler events.
|
|
9
9
|
*
|
|
10
10
|
* To define an event template, nest an `<ng-template>` tag with the `kendoSchedulerEventTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler>` or any view component ([see example](
|
|
11
|
+
* `<kendo-scheduler>` or any view component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#event-rendering)).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `event`—The event that is associated with the item.
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*
|
|
10
10
|
* To defina a group header template, nest an `<ng-template>` tag with the `kendoSchedulerGroupHeaderTemplate` directive inside the
|
|
11
11
|
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, `<kendo-scheduler-week-view>`,
|
|
12
|
-
* `<kendo-scheduler-timeline-view>`, `<kendo-scheduler-timeline-week-view>`, or `<kendo-scheduler-timeline-month-view>` component ([see example](
|
|
12
|
+
* `<kendo-scheduler-timeline-view>`, `<kendo-scheduler-timeline-week-view>`, or `<kendo-scheduler-timeline-month-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#group-headers)).
|
|
13
13
|
*
|
|
14
14
|
* The available fields in the template context are:
|
|
15
15
|
* - `resource`—The resource item.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the major-time headers in **Day** and **Week** views of the Scheduler.
|
|
9
9
|
*
|
|
10
10
|
* To define a major-time header template, nest an `<ng-template>` tag with the `kendoSchedulerMajorTimeHeaderTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, or `<kendo-scheduler-week-view>` component ([see example](
|
|
11
|
+
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, or `<kendo-scheduler-week-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#major-time-headers)).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `date`—The date of the header.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the minor-time headers in the **Day** and **Week** views of the Scheduler.
|
|
9
9
|
*
|
|
10
10
|
* To define a minor-time header template, nest an `<ng-template>` tag with the `kendoSchedulerMinorTimeHeaderTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, or `<kendo-scheduler-week-view>` component ([see example](
|
|
11
|
+
* `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, or `<kendo-scheduler-week-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#minor-time-headers)).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `date`—The date of the header.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the day slots in the **Month** view of the Scheduler.
|
|
9
9
|
*
|
|
10
10
|
* To define a day slot template, nest an `<ng-template>` tag with the `kendoSchedulerMonthDaySlotTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler>` or `<kendo-scheduler-month-view>` component ([see example](
|
|
11
|
+
* `<kendo-scheduler>` or `<kendo-scheduler-month-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#month-slots)).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `date`—The date of the slot.
|
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
|
8
8
|
* Use this directive to customize the day slots in the **Multi-Week** view of the Scheduler.
|
|
9
9
|
*
|
|
10
10
|
* To defina a day slot template, nest an `<ng-template>` tag with the `kendoSchedulerMultiWeekDaySlotTemplate` directive inside the
|
|
11
|
-
* `<kendo-scheduler>` or `<kendo-scheduler-multi-week-view>` component ([see example](
|
|
11
|
+
* `<kendo-scheduler>` or `<kendo-scheduler-multi-week-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#multi-week-slots)).
|
|
12
12
|
*
|
|
13
13
|
* The available fields in the template context are:
|
|
14
14
|
* - `date`—The date of the slot.
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*
|
|
10
10
|
* To define a time-slot template, nest an `<ng-template>` tag with the `kendoSchedulerTimeSlotTemplate`
|
|
11
11
|
* directive inside the `<kendo-scheduler>`, `<kendo-scheduler-day-view>`, `<kendo-scheduler-week-view>`,
|
|
12
|
-
* `<kendo-scheduler-timeline-view>`, `<kendo-scheduler-timeline-week-view>`, or `<kendo-scheduler-timeline-month-view>` component ([see example](
|
|
12
|
+
* `<kendo-scheduler-timeline-view>`, `<kendo-scheduler-timeline-week-view>`, or `<kendo-scheduler-timeline-month-view>` component ([see example](https://www.telerik.com/kendo-angular-ui/components/scheduler/templates#time-slots)).
|
|
13
13
|
*
|
|
14
14
|
* The available fields in the template context are:
|
|
15
15
|
* - `date`—The date of the slot.
|
|
@@ -25,7 +25,7 @@ export declare class TimelineMonthViewComponent extends TimelineBase {
|
|
|
25
25
|
get title(): string;
|
|
26
26
|
/**
|
|
27
27
|
* Sets the long-date format for the selected date in the Scheduler toolbar.
|
|
28
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
28
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
29
29
|
* If `numberOfMonths` is greater than 1, the default format displays a range: `'{0:Y} - {1:Y}'`, where `0` is the start and `1` is the end date.
|
|
30
30
|
* @default '{0:Y}'
|
|
31
31
|
*/
|
|
@@ -34,7 +34,7 @@ export declare class TimelineMonthViewComponent extends TimelineBase {
|
|
|
34
34
|
private _selectedDateFormat;
|
|
35
35
|
/**
|
|
36
36
|
* Sets the short-date format for the selected date in the Scheduler toolbar.
|
|
37
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
37
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
38
38
|
* If `numberOfMonths` is greater than 1, the default format displays a range: `'{0:y} - {1:y}'`, where `0` is the start and `1` is the end date.
|
|
39
39
|
* @default '{0:y}'
|
|
40
40
|
*/
|
|
@@ -26,7 +26,7 @@ export declare class TimelineViewComponent extends TimelineBase {
|
|
|
26
26
|
get title(): string;
|
|
27
27
|
/**
|
|
28
28
|
* Sets the long-date format for the selected date in the Scheduler toolbar.
|
|
29
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
29
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
30
30
|
* If `numberOfDays` is greater than 1, the default format displays a range: `'{0:D} - {1:D}'`, where `0` is the start and `1` is the end date.
|
|
31
31
|
* @default '{0:D}'
|
|
32
32
|
*/
|
|
@@ -35,7 +35,7 @@ export declare class TimelineViewComponent extends TimelineBase {
|
|
|
35
35
|
private _selectedDateFormat;
|
|
36
36
|
/**
|
|
37
37
|
* Sets the short-date format for the selected date in the Scheduler toolbar.
|
|
38
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
38
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
39
39
|
* If `numberOfDays` is greater than 1, the default format displays a range: `'{0:d} - {1:d}'`, where `0` is the start and `1` is the end date.
|
|
40
40
|
* @default '{0:d}'
|
|
41
41
|
*/
|
|
@@ -27,14 +27,14 @@ export declare class TimelineWeekViewComponent extends TimelineBase {
|
|
|
27
27
|
/**
|
|
28
28
|
* Sets the long-date format for the selected date in the Scheduler toolbar.
|
|
29
29
|
* Defaults to `'{0:D} - {1:D}'`, where `0` is the start and `1` is the end date.
|
|
30
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
30
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
31
31
|
* @default '{0:D} - {1:D}'
|
|
32
32
|
*/
|
|
33
33
|
selectedDateFormat: string;
|
|
34
34
|
/**
|
|
35
35
|
* Sets the short-date format for the selected date in the Scheduler toolbar.
|
|
36
36
|
* Defaults to `'{0:d} - {1:d}'`, where `0` is the start and `1` is the end date.
|
|
37
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
37
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
38
38
|
* @default '{0:d} - {1:d}'
|
|
39
39
|
*/
|
|
40
40
|
selectedShortDateFormat: string;
|
package/views/utils.d.ts
CHANGED
|
@@ -95,6 +95,10 @@ export declare const convertNgClassBindings: (bindingValues: any) => string[];
|
|
|
95
95
|
* @hidden
|
|
96
96
|
*/
|
|
97
97
|
export declare function formatEventTime(start: Date, end: Date, isAllDay: boolean, localeId?: string): string;
|
|
98
|
+
/**
|
|
99
|
+
* @hidden
|
|
100
|
+
*/
|
|
101
|
+
export declare function getEventTitle(start: Date, end: Date, isAllDay: boolean, title: string, localeId?: string): string;
|
|
98
102
|
/**
|
|
99
103
|
* @hidden
|
|
100
104
|
*/
|
|
@@ -25,13 +25,13 @@ export declare class YearViewComponent extends ConfigurationViewBase {
|
|
|
25
25
|
private intl;
|
|
26
26
|
/**
|
|
27
27
|
* Sets the long-date format for the selected year in the Scheduler toolbar.
|
|
28
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
28
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
29
29
|
* @default '{0:yyy}'
|
|
30
30
|
*/
|
|
31
31
|
selectedDateFormat: string;
|
|
32
32
|
/**
|
|
33
33
|
* Sets the short-date format for the selected year in the Scheduler toolbar.
|
|
34
|
-
* For more information, see [Parsing and Formatting Dates and Numbers](
|
|
34
|
+
* For more information, see [Parsing and Formatting Dates and Numbers](https://www.telerik.com/kendo-angular-ui/components/globalization/internationalization/parsing-and-formatting#date-formatting).
|
|
35
35
|
* @default '{0:yyy}'
|
|
36
36
|
*/
|
|
37
37
|
selectedShortDateFormat: string;
|