@syncfusion/ej2-layouts 27.1.51 → 27.1.56

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 : 27.1.51
3
+ * version : 27.1.56
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@27.1.50",
3
+ "_id": "@syncfusion/ej2-layouts@27.1.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-XsTKJwaHQ3PC2vloE/BDXMBipNbtsZmsFKkI2HZpoSeajaCh4YAlugMGRFYecmEqcveugRBuKr3o3eB/MOCuOQ==",
5
+ "_integrity": "sha512-e6NarOE9MokJ0MxbOKg3tXVk8zwlxxkYGCcRY1s42lgD7VyOOdPjhnhXOY6cHFd6P3lqVKnkgMR5cOYUYtIG0Q==",
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-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-27.1.50.tgz",
30
- "_shasum": "f8e8df7c8496bccc94a0c858cef19474a1ff66ff",
29
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-27.1.53.tgz",
30
+ "_shasum": "3a369bd3d3cee73193373e10c7b717134e2bf333",
31
31
  "_spec": "@syncfusion/ej2-layouts@*",
32
32
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
33
33
  "author": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~27.1.50"
38
+ "@syncfusion/ej2-base": "~27.1.55"
39
39
  },
40
40
  "deprecated": false,
41
41
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
@@ -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": "27.1.51",
78
+ "version": "27.1.56",
79
79
  "sideEffects": false,
80
80
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
81
81
  }
@@ -2389,9 +2389,12 @@ var DashboardLayout = /** @class */ (function (_super) {
2389
2389
  this.checkCollision = [];
2390
2390
  }
2391
2391
  this.setPanelPosition(cell, panelProp.row, panelProp.col);
2392
+ this.addPanelCalled = false;
2392
2393
  this.updatePanelLayout(cell, panelProp);
2393
2394
  }
2394
- this.addPanelCalled = false;
2395
+ if (this.addPanelCalled) {
2396
+ this.addPanelCalled = false;
2397
+ }
2395
2398
  if (this.allowDragging &&
2396
2399
  this.mediaQuery ? !(this.checkMediaQuery()) : false) {
2397
2400
  this.enableDraggingContent([document.getElementById(panelProp.id)]);
@@ -1334,7 +1334,7 @@ var Splitter = /** @class */ (function (_super) {
1334
1334
  else {
1335
1335
  this.resizableModel(this.currentBarIndex, false);
1336
1336
  if (!isNullOrUndefined(otherBar)) {
1337
- this.resizableModel(otherBarIndex, false);
1337
+ this.resizableModel(otherBarIndex, true);
1338
1338
  }
1339
1339
  if (!this.paneSettings[this.prevPaneIndex].collapsible || !this.paneSettings[this.nextPaneIndex].collapsible) {
1340
1340
  if (!isNullOrUndefined(otherBar)) {