@progress/kendo-angular-scheduler 15.1.1-develop.4 → 15.1.1-develop.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.
|
@@ -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:
|
|
13
|
-
version: '15.1.1-develop.
|
|
12
|
+
publishDate: 1709648219,
|
|
13
|
+
version: '15.1.1-develop.5',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -68,6 +68,7 @@ export class YearViewInternalComponent extends BaseView {
|
|
|
68
68
|
ngAfterViewInit() {
|
|
69
69
|
this.updateTds();
|
|
70
70
|
super.ngAfterViewInit();
|
|
71
|
+
this.focusedDate = new Date(this.selectedDate.getFullYear(), today.getMonth(), today.getDate());
|
|
71
72
|
}
|
|
72
73
|
getSlotClass(date) {
|
|
73
74
|
if (this.slotClass) {
|
|
@@ -167,8 +168,8 @@ export class YearViewInternalComponent extends BaseView {
|
|
|
167
168
|
}
|
|
168
169
|
onSelectDate(date) {
|
|
169
170
|
const year = date.getFullYear();
|
|
170
|
-
this.focusedDate = new Date(year, today.getMonth(), today.getDate());
|
|
171
171
|
const start = yearStart(year);
|
|
172
|
+
this.focusedDate = new Date(year, start.getMonth(), today.getDate());
|
|
172
173
|
this.selectedDate = start;
|
|
173
174
|
const dateRange = this.dateRange(date);
|
|
174
175
|
this.viewState.notifyDateRange(dateRange);
|
|
@@ -50,8 +50,8 @@ const packageMetadata = {
|
|
|
50
50
|
name: '@progress/kendo-angular-scheduler',
|
|
51
51
|
productName: 'Kendo UI for Angular',
|
|
52
52
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
53
|
-
publishDate:
|
|
54
|
-
version: '15.1.1-develop.
|
|
53
|
+
publishDate: 1709648219,
|
|
54
|
+
version: '15.1.1-develop.5',
|
|
55
55
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
56
56
|
};
|
|
57
57
|
|
|
@@ -17399,6 +17399,7 @@ class YearViewInternalComponent extends BaseView {
|
|
|
17399
17399
|
ngAfterViewInit() {
|
|
17400
17400
|
this.updateTds();
|
|
17401
17401
|
super.ngAfterViewInit();
|
|
17402
|
+
this.focusedDate = new Date(this.selectedDate.getFullYear(), today.getMonth(), today.getDate());
|
|
17402
17403
|
}
|
|
17403
17404
|
getSlotClass(date) {
|
|
17404
17405
|
if (this.slotClass) {
|
|
@@ -17500,8 +17501,8 @@ class YearViewInternalComponent extends BaseView {
|
|
|
17500
17501
|
}
|
|
17501
17502
|
onSelectDate(date) {
|
|
17502
17503
|
const year = date.getFullYear();
|
|
17503
|
-
this.focusedDate = new Date(year, today.getMonth(), today.getDate());
|
|
17504
17504
|
const start = yearStart(year);
|
|
17505
|
+
this.focusedDate = new Date(year, start.getMonth(), today.getDate());
|
|
17505
17506
|
this.selectedDate = start;
|
|
17506
17507
|
const dateRange = this.dateRange(date);
|
|
17507
17508
|
this.viewState.notifyDateRange(dateRange);
|
|
@@ -50,8 +50,8 @@ const packageMetadata = {
|
|
|
50
50
|
name: '@progress/kendo-angular-scheduler',
|
|
51
51
|
productName: 'Kendo UI for Angular',
|
|
52
52
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
53
|
-
publishDate:
|
|
54
|
-
version: '15.1.1-develop.
|
|
53
|
+
publishDate: 1709648219,
|
|
54
|
+
version: '15.1.1-develop.5',
|
|
55
55
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
56
56
|
};
|
|
57
57
|
|
|
@@ -17351,6 +17351,7 @@ class YearViewInternalComponent extends BaseView {
|
|
|
17351
17351
|
ngAfterViewInit() {
|
|
17352
17352
|
this.updateTds();
|
|
17353
17353
|
super.ngAfterViewInit();
|
|
17354
|
+
this.focusedDate = new Date(this.selectedDate.getFullYear(), today.getMonth(), today.getDate());
|
|
17354
17355
|
}
|
|
17355
17356
|
getSlotClass(date) {
|
|
17356
17357
|
if (this.slotClass) {
|
|
@@ -17450,8 +17451,8 @@ class YearViewInternalComponent extends BaseView {
|
|
|
17450
17451
|
}
|
|
17451
17452
|
onSelectDate(date) {
|
|
17452
17453
|
const year = date.getFullYear();
|
|
17453
|
-
this.focusedDate = new Date(year, today.getMonth(), today.getDate());
|
|
17454
17454
|
const start = yearStart(year);
|
|
17455
|
+
this.focusedDate = new Date(year, start.getMonth(), today.getDate());
|
|
17455
17456
|
this.selectedDate = start;
|
|
17456
17457
|
const dateRange = this.dateRange(date);
|
|
17457
17458
|
this.viewState.notifyDateRange(dateRange);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "15.1.1-develop.
|
|
3
|
+
"version": "15.1.1-develop.5",
|
|
4
4
|
"description": "Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -26,22 +26,22 @@
|
|
|
26
26
|
"@progress/kendo-data-query": "^1.0.0",
|
|
27
27
|
"@progress/kendo-drawing": "^1.19.0",
|
|
28
28
|
"@progress/kendo-licensing": "^1.0.2",
|
|
29
|
-
"@progress/kendo-angular-tooltip": "15.1.1-develop.
|
|
30
|
-
"@progress/kendo-angular-buttons": "15.1.1-develop.
|
|
31
|
-
"@progress/kendo-angular-common": "15.1.1-develop.
|
|
32
|
-
"@progress/kendo-angular-dateinputs": "15.1.1-develop.
|
|
33
|
-
"@progress/kendo-angular-dialog": "15.1.1-develop.
|
|
34
|
-
"@progress/kendo-angular-dropdowns": "15.1.1-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "15.1.1-develop.
|
|
36
|
-
"@progress/kendo-angular-inputs": "15.1.1-develop.
|
|
37
|
-
"@progress/kendo-angular-intl": "15.1.1-develop.
|
|
38
|
-
"@progress/kendo-angular-l10n": "15.1.1-develop.
|
|
39
|
-
"@progress/kendo-angular-popup": "15.1.1-develop.
|
|
29
|
+
"@progress/kendo-angular-tooltip": "15.1.1-develop.5",
|
|
30
|
+
"@progress/kendo-angular-buttons": "15.1.1-develop.5",
|
|
31
|
+
"@progress/kendo-angular-common": "15.1.1-develop.5",
|
|
32
|
+
"@progress/kendo-angular-dateinputs": "15.1.1-develop.5",
|
|
33
|
+
"@progress/kendo-angular-dialog": "15.1.1-develop.5",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": "15.1.1-develop.5",
|
|
35
|
+
"@progress/kendo-angular-icons": "15.1.1-develop.5",
|
|
36
|
+
"@progress/kendo-angular-inputs": "15.1.1-develop.5",
|
|
37
|
+
"@progress/kendo-angular-intl": "15.1.1-develop.5",
|
|
38
|
+
"@progress/kendo-angular-l10n": "15.1.1-develop.5",
|
|
39
|
+
"@progress/kendo-angular-popup": "15.1.1-develop.5",
|
|
40
40
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"tslib": "^2.3.1",
|
|
44
|
-
"@progress/kendo-angular-schematics": "15.1.1-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "15.1.1-develop.5",
|
|
45
45
|
"@progress/kendo-date-math": "^1.3.2",
|
|
46
46
|
"@progress/kendo-draggable": "^3.0.2",
|
|
47
47
|
"@progress/kendo-file-saver": "^1.0.7",
|
|
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'SchedulerModule', package: 'scheduler', peerDependencies: {
|
|
6
6
|
// peer dep of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '15.1.1-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '15.1.1-develop.5',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '15.1.1-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '15.1.1-develop.5',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^2.0.0'
|
|
12
12
|
} });
|