@syncfusion/ej2-layouts 29.1.35 → 29.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.
- package/dist/ej2-layouts.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +1 -1
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +1 -1
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/dashboard-layout/dashboard-layout.js +1 -1
package/dist/global/index.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: index.d.ts
|
3
|
-
* version : 29.1.
|
3
|
+
* version : 29.1.37
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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@29.1.
|
3
|
+
"_id": "@syncfusion/ej2-layouts@29.1.35",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-F5qhmuwzK8N3F5G4yfFNoFngB8w5ThNNWoYM8QuAhVTKvcv5aqPUkfD9I0+12evlSqGKvsV609sa/atb90/eNQ==",
|
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-29.1.
|
30
|
-
"_shasum": "
|
29
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-29.1.35.tgz",
|
30
|
+
"_shasum": "dfb29f5c1f6943a5b8f1f68fc97491d2d5176542",
|
31
31
|
"_spec": "@syncfusion/ej2-layouts@*",
|
32
32
|
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
33
33
|
"author": {
|
@@ -35,7 +35,7 @@
|
|
35
35
|
},
|
36
36
|
"bundleDependencies": false,
|
37
37
|
"dependencies": {
|
38
|
-
"@syncfusion/ej2-base": "~29.1.
|
38
|
+
"@syncfusion/ej2-base": "~29.1.36"
|
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": "29.1.
|
78
|
+
"version": "29.1.37",
|
79
79
|
"sideEffects": false,
|
80
80
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
81
81
|
}
|
@@ -1595,7 +1595,7 @@ var DashboardLayout = /** @class */ (function (_super) {
|
|
1595
1595
|
return available;
|
1596
1596
|
};
|
1597
1597
|
DashboardLayout.prototype.checkForSwapping = function (collisions, element) {
|
1598
|
-
if (!this.mainElement || collisions.length === 0) {
|
1598
|
+
if (Object.keys(this.cloneObject).length === 0 || !this.mainElement || collisions.length === 0) {
|
1599
1599
|
return false;
|
1600
1600
|
}
|
1601
1601
|
var direction;
|