@progress/kendo-angular-pivotgrid 17.3.0-develop.2 → 18.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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-pivotgrid',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '
|
12
|
+
publishDate: 1736778061,
|
13
|
+
version: '18.0.0-develop.10',
|
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
|
};
|
package/esm2022/util.mjs
CHANGED
@@ -160,6 +160,9 @@ export function clone(obj) {
|
|
160
160
|
*/
|
161
161
|
export function cloneObject(obj, result) {
|
162
162
|
for (const field in obj) {
|
163
|
+
if (field === '__proto__' || field === 'constructor' || field === 'prototype') {
|
164
|
+
continue;
|
165
|
+
}
|
163
166
|
if (obj.hasOwnProperty(field)) {
|
164
167
|
const value = obj[field];
|
165
168
|
result[field] = cloneValue(value, result[field]);
|
@@ -338,6 +338,9 @@ function clone(obj) {
|
|
338
338
|
*/
|
339
339
|
function cloneObject(obj, result) {
|
340
340
|
for (const field in obj) {
|
341
|
+
if (field === '__proto__' || field === 'constructor' || field === 'prototype') {
|
342
|
+
continue;
|
343
|
+
}
|
341
344
|
if (obj.hasOwnProperty(field)) {
|
342
345
|
const value = obj[field];
|
343
346
|
result[field] = cloneValue(value, result[field]);
|
@@ -3791,8 +3794,8 @@ const packageMetadata = {
|
|
3791
3794
|
name: '@progress/kendo-angular-pivotgrid',
|
3792
3795
|
productName: 'Kendo UI for Angular',
|
3793
3796
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
3794
|
-
publishDate:
|
3795
|
-
version: '
|
3797
|
+
publishDate: 1736778061,
|
3798
|
+
version: '18.0.0-develop.10',
|
3796
3799
|
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'
|
3797
3800
|
};
|
3798
3801
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-pivotgrid",
|
3
|
-
"version": "
|
3
|
+
"version": "18.0.0-develop.10",
|
4
4
|
"description": "PivotGrid package for Angular",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -25,21 +25,21 @@
|
|
25
25
|
"@progress/kendo-data-query": "^1.5.5",
|
26
26
|
"@progress/kendo-drawing": "^1.21.0",
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
28
|
-
"@progress/kendo-angular-buttons": "
|
29
|
-
"@progress/kendo-angular-common": "
|
30
|
-
"@progress/kendo-angular-dropdowns": "
|
31
|
-
"@progress/kendo-angular-indicators": "
|
32
|
-
"@progress/kendo-angular-inputs": "
|
33
|
-
"@progress/kendo-angular-intl": "
|
34
|
-
"@progress/kendo-angular-l10n": "
|
35
|
-
"@progress/kendo-angular-popup": "
|
36
|
-
"@progress/kendo-angular-icons": "
|
37
|
-
"@progress/kendo-angular-treeview": "
|
28
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.10",
|
29
|
+
"@progress/kendo-angular-common": "18.0.0-develop.10",
|
30
|
+
"@progress/kendo-angular-dropdowns": "18.0.0-develop.10",
|
31
|
+
"@progress/kendo-angular-indicators": "18.0.0-develop.10",
|
32
|
+
"@progress/kendo-angular-inputs": "18.0.0-develop.10",
|
33
|
+
"@progress/kendo-angular-intl": "18.0.0-develop.10",
|
34
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.10",
|
35
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.10",
|
36
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.10",
|
37
|
+
"@progress/kendo-angular-treeview": "18.0.0-develop.10",
|
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": "
|
42
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.10",
|
43
43
|
"@progress/kendo-pivotgrid-common": "0.6.1"
|
44
44
|
},
|
45
45
|
"schematics": "./schematics/collection.json",
|
@@ -6,11 +6,11 @@ function default_1(options) {
|
|
6
6
|
// Additional dependencies to install.
|
7
7
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
8
8
|
peerDependencies: {
|
9
|
-
'@progress/kendo-angular-dialog': '
|
9
|
+
'@progress/kendo-angular-dialog': '18.0.0-develop.10',
|
10
10
|
// peer dep of the icons
|
11
11
|
'@progress/kendo-svg-icons': '^4.0.0',
|
12
12
|
// peer dep of the dropdowns
|
13
|
-
'@progress/kendo-angular-navigation': '
|
13
|
+
'@progress/kendo-angular-navigation': '18.0.0-develop.10'
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|