@progress/kendo-angular-scheduler 4.3.5-dev.202211031440 → 4.3.5
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 +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/esm2015/editing-directives/reactive-editing.directive.js +1 -1
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/scheduler.module.js +1 -1
- package/esm2015/views/multi-day/multi-day-view.component.js +2 -2
- package/fesm2015/kendo-angular-scheduler.js +5 -5
- package/package.json +5 -5
- package/scheduler.component.d.ts +3 -3
- package/scheduler.module.d.ts +1 -1
- package/views/common/configuration-view-base.d.ts +4 -4
- package/views/multi-day/multi-day-view.component.d.ts +2 -2
|
@@ -12,7 +12,7 @@ import { FocusService } from "../navigation";
|
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
/**
|
|
14
14
|
* A directive which encapsulates the editing operations when the Scheduler
|
|
15
|
-
* uses the [Reactive Angular Forms](
|
|
15
|
+
* uses the [Reactive Angular Forms](link:site.data.urls.angular['reactiveforms']).
|
|
16
16
|
*/
|
|
17
17
|
export declare class ReactiveEditingDirective extends EditingDirectiveBase {
|
|
18
18
|
protected scheduler: SchedulerComponent;
|
|
@@ -14,7 +14,7 @@ import * as i3 from "../editing/dialogs.service";
|
|
|
14
14
|
import * as i4 from "../navigation";
|
|
15
15
|
/**
|
|
16
16
|
* A directive which encapsulates the editing operations when the Scheduler
|
|
17
|
-
* uses the [Reactive Angular Forms](
|
|
17
|
+
* uses the [Reactive Angular Forms](link:site.data.urls.angular['reactiveforms']).
|
|
18
18
|
*/
|
|
19
19
|
export class ReactiveEditingDirective extends EditingDirectiveBase {
|
|
20
20
|
constructor(scheduler, localDataChangesService, dialogsService, focusService) {
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-scheduler',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1668698925,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -122,7 +122,7 @@ const importedKendoModules = [
|
|
|
122
122
|
SharedModule
|
|
123
123
|
];
|
|
124
124
|
/**
|
|
125
|
-
* Represents the [NgModule](
|
|
125
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
126
126
|
* definition for the Scheduler component.
|
|
127
127
|
*
|
|
128
128
|
* @example
|
|
@@ -32,7 +32,7 @@ export class MultiDayViewComponent extends DayViewComponent {
|
|
|
32
32
|
* The long-date format for displaying the
|
|
33
33
|
* selected date in the Scheduler toolbar.
|
|
34
34
|
* Defaults to `{0:D} - {1:D}` for multiple days and `{0:D}` for a single day
|
|
35
|
-
* ([more information](
|
|
35
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
36
36
|
*/
|
|
37
37
|
set selectedDateFormat(value) {
|
|
38
38
|
this.dateFormat = value;
|
|
@@ -44,7 +44,7 @@ export class MultiDayViewComponent extends DayViewComponent {
|
|
|
44
44
|
* The short date format for displaying the
|
|
45
45
|
* selected date in the Scheduler toolbar.
|
|
46
46
|
* Defaults to `{0:d} - {1:d}` for multiple days and `{0:d}` for a single day
|
|
47
|
-
* ([more information](
|
|
47
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
48
48
|
*/
|
|
49
49
|
set selectedShortDateFormat(value) {
|
|
50
50
|
this.shortDateFormat = value;
|
|
@@ -43,7 +43,7 @@ const packageMetadata = {
|
|
|
43
43
|
name: '@progress/kendo-angular-scheduler',
|
|
44
44
|
productName: 'Kendo UI for Angular',
|
|
45
45
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
46
|
-
publishDate:
|
|
46
|
+
publishDate: 1668698925,
|
|
47
47
|
version: '',
|
|
48
48
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
49
49
|
};
|
|
@@ -13848,7 +13848,7 @@ class MultiDayViewComponent extends DayViewComponent {
|
|
|
13848
13848
|
* The long-date format for displaying the
|
|
13849
13849
|
* selected date in the Scheduler toolbar.
|
|
13850
13850
|
* Defaults to `{0:D} - {1:D}` for multiple days and `{0:D}` for a single day
|
|
13851
|
-
* ([more information](
|
|
13851
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
13852
13852
|
*/
|
|
13853
13853
|
set selectedDateFormat(value) {
|
|
13854
13854
|
this.dateFormat = value;
|
|
@@ -13860,7 +13860,7 @@ class MultiDayViewComponent extends DayViewComponent {
|
|
|
13860
13860
|
* The short date format for displaying the
|
|
13861
13861
|
* selected date in the Scheduler toolbar.
|
|
13862
13862
|
* Defaults to `{0:d} - {1:d}` for multiple days and `{0:d}` for a single day
|
|
13863
|
-
* ([more information](
|
|
13863
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
13864
13864
|
*/
|
|
13865
13865
|
set selectedShortDateFormat(value) {
|
|
13866
13866
|
this.shortDateFormat = value;
|
|
@@ -15663,7 +15663,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
15663
15663
|
|
|
15664
15664
|
/**
|
|
15665
15665
|
* A directive which encapsulates the editing operations when the Scheduler
|
|
15666
|
-
* uses the [Reactive Angular Forms](
|
|
15666
|
+
* uses the [Reactive Angular Forms](link:site.data.urls.angular['reactiveforms']).
|
|
15667
15667
|
*/
|
|
15668
15668
|
class ReactiveEditingDirective extends EditingDirectiveBase {
|
|
15669
15669
|
constructor(scheduler, localDataChangesService, dialogsService, focusService) {
|
|
@@ -16085,7 +16085,7 @@ const importedKendoModules = [
|
|
|
16085
16085
|
SharedModule
|
|
16086
16086
|
];
|
|
16087
16087
|
/**
|
|
16088
|
-
* Represents the [NgModule](
|
|
16088
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
16089
16089
|
* definition for the Scheduler component.
|
|
16090
16090
|
*
|
|
16091
16091
|
* @example
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "4.3.5
|
|
3
|
+
"version": "4.3.5",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"tslib": "^2.3.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@angular/animations": "12 -
|
|
32
|
-
"@angular/common": "12 -
|
|
33
|
-
"@angular/core": "12 -
|
|
34
|
-
"@angular/forms": "12 -
|
|
31
|
+
"@angular/animations": "12 - 15",
|
|
32
|
+
"@angular/common": "12 - 15",
|
|
33
|
+
"@angular/core": "12 - 15",
|
|
34
|
+
"@angular/forms": "12 - 15",
|
|
35
35
|
"@progress/kendo-angular-buttons": "^8.0.0",
|
|
36
36
|
"@progress/kendo-angular-common": "^3.0.0",
|
|
37
37
|
"@progress/kendo-angular-dateinputs": "^7.0.0",
|
package/scheduler.component.d.ts
CHANGED
|
@@ -222,7 +222,7 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
|
|
|
222
222
|
highlightOngoingEvents: boolean | OngoingEventsSettings;
|
|
223
223
|
/**
|
|
224
224
|
* Defines a function that is executed for every slot in the view.
|
|
225
|
-
* The function returns a value which is supported by [`ngClass`](
|
|
225
|
+
* The function returns a value which is supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
226
226
|
*
|
|
227
227
|
* @example
|
|
228
228
|
* ```ts
|
|
@@ -262,7 +262,7 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
|
|
|
262
262
|
slotClass: (args: SlotClassArgs) => any;
|
|
263
263
|
/**
|
|
264
264
|
* Defines a function that is executed for every event in the view.
|
|
265
|
-
* The function returns a value which is supported by [`ngClass`](
|
|
265
|
+
* The function returns a value which is supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
266
266
|
*
|
|
267
267
|
* @example
|
|
268
268
|
* ```ts
|
|
@@ -308,7 +308,7 @@ export declare class SchedulerComponent implements AfterContentInit, OnDestroy,
|
|
|
308
308
|
eventClass: (args: EventStyleArgs) => any;
|
|
309
309
|
/**
|
|
310
310
|
* Defines a function that is executed for every event in the view.
|
|
311
|
-
* The function returns a value which is supported by [`ngStyle`](
|
|
311
|
+
* The function returns a value which is supported by [`ngStyle`](link:site.data.urls.angular['ngstyleapi']).
|
|
312
312
|
* @example
|
|
313
313
|
* ```ts
|
|
314
314
|
* import { Component } from '@angular/core';
|
package/scheduler.module.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ import * as i52 from "./toolbar/navigation.component";
|
|
|
58
58
|
import * as i53 from "./toolbar/toolbar-template.directive";
|
|
59
59
|
import * as i54 from "./toolbar/view-selector.component";
|
|
60
60
|
/**
|
|
61
|
-
* Represents the [NgModule](
|
|
61
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
62
62
|
* definition for the Scheduler component.
|
|
63
63
|
*
|
|
64
64
|
* @example
|
|
@@ -22,19 +22,19 @@ export declare abstract class ConfigurationViewBase extends SchedulerView implem
|
|
|
22
22
|
protected viewState: ViewStateService;
|
|
23
23
|
/**
|
|
24
24
|
* Defines a function that is executed for every slot in the view.
|
|
25
|
-
* The function returns a value which is supported by [`ngClass`](
|
|
25
|
+
* The function returns a value which is supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
26
26
|
*
|
|
27
|
-
* For more information, refer to the example on [setting the `class` callback for all views in `SchedulerComponent.slotClass`](
|
|
27
|
+
* For more information, refer to the example on [setting the `class` callback for all views in `SchedulerComponent.slotClass`](slug:overview_scheduler#toc-slotclass).
|
|
28
28
|
*/
|
|
29
29
|
slotClass: (args: SlotClassArgs) => any;
|
|
30
30
|
/**
|
|
31
31
|
* Defines a function that is executed for every event in the view.
|
|
32
|
-
* The function returns a value which is supported by [`ngClass`](
|
|
32
|
+
* The function returns a value which is supported by [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
33
33
|
*/
|
|
34
34
|
eventClass: (args: EventStyleArgs) => any;
|
|
35
35
|
/**
|
|
36
36
|
* Defines a function that is executed for every event in the view.
|
|
37
|
-
* The function returns a value which is supported by [`ngStyle`](
|
|
37
|
+
* The function returns a value which is supported by [`ngStyle`](link:site.data.urls.angular['ngstyleapi']).
|
|
38
38
|
*/
|
|
39
39
|
eventStyles: (args: EventStyleArgs) => any;
|
|
40
40
|
/**
|
|
@@ -16,7 +16,7 @@ export declare class MultiDayViewComponent extends DayViewComponent {
|
|
|
16
16
|
* The long-date format for displaying the
|
|
17
17
|
* selected date in the Scheduler toolbar.
|
|
18
18
|
* Defaults to `{0:D} - {1:D}` for multiple days and `{0:D}` for a single day
|
|
19
|
-
* ([more information](
|
|
19
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
20
20
|
*/
|
|
21
21
|
set selectedDateFormat(value: string);
|
|
22
22
|
get selectedDateFormat(): string;
|
|
@@ -24,7 +24,7 @@ export declare class MultiDayViewComponent extends DayViewComponent {
|
|
|
24
24
|
* The short date format for displaying the
|
|
25
25
|
* selected date in the Scheduler toolbar.
|
|
26
26
|
* Defaults to `{0:d} - {1:d}` for multiple days and `{0:d}` for a single day
|
|
27
|
-
* ([more information](
|
|
27
|
+
* ([more information](slug:parsingandformatting_intl#toc-date-formatting)).
|
|
28
28
|
*/
|
|
29
29
|
set selectedShortDateFormat(value: string);
|
|
30
30
|
get selectedShortDateFormat(): string;
|