@progress/kendo-angular-scheduler 20.1.0 → 20.1.1

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.
@@ -120,7 +120,9 @@ export function groupResources(group, resources) {
120
120
  const groups = group.resources;
121
121
  for (let idx = 0; idx < groups.length; idx++) {
122
122
  const resource = resources.find(r => r.name === groups[idx]);
123
- resource ? result.push(resource) : null;
123
+ if (resource) {
124
+ result.push(resource);
125
+ }
124
126
  }
125
127
  }
126
128
  return result;
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1761117473,
14
- version: '20.1.0',
13
+ publishDate: 1761290571,
14
+ version: '20.1.1',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -125,7 +125,9 @@ export class ToolbarNavigationComponent {
125
125
  * @hidden
126
126
  */
127
127
  onBlur() {
128
- this.isMouseDown ? null : this.closePopup();
128
+ if (!this.isMouseDown) {
129
+ this.closePopup();
130
+ }
129
131
  }
130
132
  /**
131
133
  * @hidden
@@ -43,8 +43,8 @@ const packageMetadata = {
43
43
  productName: 'Kendo UI for Angular',
44
44
  productCode: 'KENDOUIANGULAR',
45
45
  productCodes: ['KENDOUIANGULAR'],
46
- publishDate: 1761117473,
47
- version: '20.1.0',
46
+ publishDate: 1761290571,
47
+ version: '20.1.1',
48
48
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
49
49
  };
50
50
 
@@ -1670,7 +1670,9 @@ function groupResources(group, resources) {
1670
1670
  const groups = group.resources;
1671
1671
  for (let idx = 0; idx < groups.length; idx++) {
1672
1672
  const resource = resources.find(r => r.name === groups[idx]);
1673
- resource ? result.push(resource) : null;
1673
+ if (resource) {
1674
+ result.push(resource);
1675
+ }
1674
1676
  }
1675
1677
  }
1676
1678
  return result;
@@ -6668,7 +6670,9 @@ class ToolbarNavigationComponent {
6668
6670
  * @hidden
6669
6671
  */
6670
6672
  onBlur() {
6671
- this.isMouseDown ? null : this.closePopup();
6673
+ if (!this.isMouseDown) {
6674
+ this.closePopup();
6675
+ }
6672
6676
  }
6673
6677
  /**
6674
6678
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-scheduler",
3
- "version": "20.1.0",
3
+ "version": "20.1.1",
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",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1761117473,
22
+ "publishDate": 1761290571,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -32,23 +32,23 @@
32
32
  "@progress/kendo-data-query": "^1.0.0",
33
33
  "@progress/kendo-drawing": "^1.21.0",
34
34
  "@progress/kendo-licensing": "^1.7.0",
35
- "@progress/kendo-angular-tooltip": "20.1.0",
36
- "@progress/kendo-angular-buttons": "20.1.0",
37
- "@progress/kendo-angular-common": "20.1.0",
38
- "@progress/kendo-angular-dateinputs": "20.1.0",
39
- "@progress/kendo-angular-dialog": "20.1.0",
40
- "@progress/kendo-angular-dropdowns": "20.1.0",
41
- "@progress/kendo-angular-icons": "20.1.0",
42
- "@progress/kendo-angular-inputs": "20.1.0",
43
- "@progress/kendo-angular-intl": "20.1.0",
44
- "@progress/kendo-angular-l10n": "20.1.0",
45
- "@progress/kendo-angular-label": "20.1.0",
46
- "@progress/kendo-angular-popup": "20.1.0",
35
+ "@progress/kendo-angular-tooltip": "20.1.1",
36
+ "@progress/kendo-angular-buttons": "20.1.1",
37
+ "@progress/kendo-angular-common": "20.1.1",
38
+ "@progress/kendo-angular-dateinputs": "20.1.1",
39
+ "@progress/kendo-angular-dialog": "20.1.1",
40
+ "@progress/kendo-angular-dropdowns": "20.1.1",
41
+ "@progress/kendo-angular-icons": "20.1.1",
42
+ "@progress/kendo-angular-inputs": "20.1.1",
43
+ "@progress/kendo-angular-intl": "20.1.1",
44
+ "@progress/kendo-angular-l10n": "20.1.1",
45
+ "@progress/kendo-angular-label": "20.1.1",
46
+ "@progress/kendo-angular-popup": "20.1.1",
47
47
  "rxjs": "^6.5.3 || ^7.0.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "20.1.0",
51
+ "@progress/kendo-angular-schematics": "20.1.1",
52
52
  "@progress/kendo-date-math": "^1.3.2",
53
53
  "@progress/kendo-draggable": "^3.0.2",
54
54
  "@progress/kendo-file-saver": "^1.0.7",
@@ -4,10 +4,10 @@ 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 deps of the dropdowns
7
- '@progress/kendo-angular-treeview': '20.1.0',
8
- '@progress/kendo-angular-navigation': '20.1.0',
7
+ '@progress/kendo-angular-treeview': '20.1.1',
8
+ '@progress/kendo-angular-navigation': '20.1.1',
9
9
  // peer dependency of kendo-angular-inputs
10
- '@progress/kendo-angular-dialog': '20.1.0',
10
+ '@progress/kendo-angular-dialog': '20.1.1',
11
11
  // peer dependency of kendo-angular-icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0'
13
13
  } });