@syncfusion/ej2-layouts 25.1.35 → 25.1.37

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 25.1.35
3
+ * version : 25.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-layouts@*",
3
- "_id": "@syncfusion/ej2-layouts@21.4.6",
3
+ "_id": "@syncfusion/ej2-layouts@25.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-96UV5ZhohGA36l2mxHRcY2OsQmP3DYDyiMfIHcs5cCuviwtEJ2vGBLR2zQ3JZymru9R+8/0kQP0Fgl8HroudNA==",
5
+ "_integrity": "sha512-2m4CeZaqg300bFGc2Ly0RXbsvBQh2quqpHFMbuGoiCYfcEQieoRGUEGdMPTv3YT5/rYd8Z5f3OAhq6pJQwP4wg==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -26,8 +26,8 @@
26
26
  "/@syncfusion/ej2-react-layouts",
27
27
  "/@syncfusion/ej2-vue-layouts"
28
28
  ],
29
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-21.4.6.tgz",
30
- "_shasum": "740c89495ed2a49c88748c6cb6f1e14f56ebae8c",
29
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-25.1.35.tgz",
30
+ "_shasum": "3838cb4ecc4e0c10b307f6673a108fb2d24130c7",
31
31
  "_spec": "@syncfusion/ej2-layouts@*",
32
32
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
33
33
  "author": {
@@ -75,7 +75,7 @@
75
75
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
76
76
  },
77
77
  "typings": "index.d.ts",
78
- "version": "25.1.35",
78
+ "version": "25.1.37",
79
79
  "sideEffects": false,
80
80
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
81
81
  }
@@ -2930,6 +2930,7 @@ var DashboardLayout = /** @class */ (function (_super) {
2930
2930
  if (Array.isArray(getValue(key, this)) && key === 'panels') {
2931
2931
  // eslint-disable-next-line
2932
2932
  this.mergePanels(dataObj[key], this[key]);
2933
+ this[key] = dataObj[key];
2933
2934
  }
2934
2935
  }
2935
2936
  }