@progress/kendo-angular-scheduler 13.2.0-develop.7 → 13.2.0-develop.8
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/esm2020/common/util.mjs
CHANGED
|
@@ -121,7 +121,7 @@ export function groupResources(group, resources) {
|
|
|
121
121
|
const groups = group.resources;
|
|
122
122
|
for (let idx = 0; idx < groups.length; idx++) {
|
|
123
123
|
const resource = resources.find(r => r.name === groups[idx]);
|
|
124
|
-
result.push(resource);
|
|
124
|
+
resource ? result.push(resource) : null;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
return result;
|
|
@@ -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: '13.2.0-develop.
|
|
12
|
+
publishDate: 1689258934,
|
|
13
|
+
version: '13.2.0-develop.8',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
|
48
48
|
name: '@progress/kendo-angular-scheduler',
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
51
|
-
publishDate:
|
|
52
|
-
version: '13.2.0-develop.
|
|
51
|
+
publishDate: 1689258934,
|
|
52
|
+
version: '13.2.0-develop.8',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -1237,7 +1237,7 @@ function groupResources(group, resources) {
|
|
|
1237
1237
|
const groups = group.resources;
|
|
1238
1238
|
for (let idx = 0; idx < groups.length; idx++) {
|
|
1239
1239
|
const resource = resources.find(r => r.name === groups[idx]);
|
|
1240
|
-
result.push(resource);
|
|
1240
|
+
resource ? result.push(resource) : null;
|
|
1241
1241
|
}
|
|
1242
1242
|
}
|
|
1243
1243
|
return result;
|
|
@@ -48,8 +48,8 @@ const packageMetadata = {
|
|
|
48
48
|
name: '@progress/kendo-angular-scheduler',
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
51
|
-
publishDate:
|
|
52
|
-
version: '13.2.0-develop.
|
|
51
|
+
publishDate: 1689258934,
|
|
52
|
+
version: '13.2.0-develop.8',
|
|
53
53
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
54
54
|
};
|
|
55
55
|
|
|
@@ -1211,7 +1211,7 @@ function groupResources(group, resources) {
|
|
|
1211
1211
|
const groups = group.resources;
|
|
1212
1212
|
for (let idx = 0; idx < groups.length; idx++) {
|
|
1213
1213
|
const resource = resources.find(r => r.name === groups[idx]);
|
|
1214
|
-
result.push(resource);
|
|
1214
|
+
resource ? result.push(resource) : null;
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
|
1217
1217
|
return result;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scheduler",
|
|
3
|
-
"version": "13.2.0-develop.
|
|
3
|
+
"version": "13.2.0-develop.8",
|
|
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",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"@progress/kendo-data-query": "^1.0.0",
|
|
26
26
|
"@progress/kendo-drawing": "^1.17.2",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-buttons": "13.2.0-develop.
|
|
29
|
-
"@progress/kendo-angular-common": "13.2.0-develop.
|
|
30
|
-
"@progress/kendo-angular-dateinputs": "13.2.0-develop.
|
|
31
|
-
"@progress/kendo-angular-dialog": "13.2.0-develop.
|
|
32
|
-
"@progress/kendo-angular-dropdowns": "13.2.0-develop.
|
|
33
|
-
"@progress/kendo-angular-icons": "13.2.0-develop.
|
|
34
|
-
"@progress/kendo-angular-inputs": "13.2.0-develop.
|
|
35
|
-
"@progress/kendo-angular-intl": "13.2.0-develop.
|
|
36
|
-
"@progress/kendo-angular-l10n": "13.2.0-develop.
|
|
37
|
-
"@progress/kendo-angular-popup": "13.2.0-develop.
|
|
28
|
+
"@progress/kendo-angular-buttons": "13.2.0-develop.8",
|
|
29
|
+
"@progress/kendo-angular-common": "13.2.0-develop.8",
|
|
30
|
+
"@progress/kendo-angular-dateinputs": "13.2.0-develop.8",
|
|
31
|
+
"@progress/kendo-angular-dialog": "13.2.0-develop.8",
|
|
32
|
+
"@progress/kendo-angular-dropdowns": "13.2.0-develop.8",
|
|
33
|
+
"@progress/kendo-angular-icons": "13.2.0-develop.8",
|
|
34
|
+
"@progress/kendo-angular-inputs": "13.2.0-develop.8",
|
|
35
|
+
"@progress/kendo-angular-intl": "13.2.0-develop.8",
|
|
36
|
+
"@progress/kendo-angular-l10n": "13.2.0-develop.8",
|
|
37
|
+
"@progress/kendo-angular-popup": "13.2.0-develop.8",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "13.2.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "13.2.0-develop.8",
|
|
43
43
|
"@progress/kendo-date-math": "^1.3.2",
|
|
44
44
|
"@progress/kendo-draggable": "^3.0.2",
|
|
45
45
|
"@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': '13.2.0-develop.
|
|
7
|
+
'@progress/kendo-angular-treeview': '13.2.0-develop.8',
|
|
8
8
|
// peer dependency of kendo-angular-inputs
|
|
9
|
-
'@progress/kendo-angular-dialog': '13.2.0-develop.
|
|
9
|
+
'@progress/kendo-angular-dialog': '13.2.0-develop.8',
|
|
10
10
|
// peer dependency of kendo-angular-icons
|
|
11
11
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
12
12
|
} });
|