@syncfusion/ej2-angular-layouts 29.1.38 → 29.1.39

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/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I654305` - Provided an additional argument in the `resizeStop` and `dragStop` events to predict the panels for which the positions were changed during resize and drag actions.
10
+
11
+ ## 29.1.37 (2025-04-08)
12
+
13
+ ### Dashboard Layout
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `#I703775` - Resolved the console error when adding panels dynamically after performing a drag and drop action in the Dashboard Layout component.
10
18
 
11
19
  ## 29.1.35 (2025-04-01)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-layouts@*",
3
- "_id": "@syncfusion/ej2-angular-layouts@29.1.35",
3
+ "_id": "@syncfusion/ej2-angular-layouts@29.1.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-w6s4BBqH1VOmCX9+cOMAcKTudSDSlIB5d+EgmLzQ/2jU/bIqtc/0ML549Pkr9QIRJ1bDJhA7IFXPp/ZeLU43vg==",
5
+ "_integrity": "sha512-RaeFP92Bog6py9TwL3q4yzPOTbfQEFr9aTal1yOasJd/d1s9wNDD/RUEdJwmi5rKvMwLdYhI8QkZlPS6O3cmuQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-29.1.35.tgz",
23
- "_shasum": "6f5fe1a5f996d142a50dd40d553df84a2b275370",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-29.1.38.tgz",
23
+ "_shasum": "a99a90e6450ff8101e0070ade1b0d529694528c0",
24
24
  "_spec": "@syncfusion/ej2-angular-layouts@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~29.1.33",
35
35
  "@syncfusion/ej2-base": "~29.1.36",
36
- "@syncfusion/ej2-layouts": "29.1.38"
36
+ "@syncfusion/ej2-layouts": "29.1.39"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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. for Angular",
@@ -77,5 +77,5 @@
77
77
  "schematics": "./schematics/collection.json",
78
78
  "sideEffects": false,
79
79
  "typings": "syncfusion-ej2-angular-layouts.d.ts",
80
- "version": "29.1.38"
80
+ "version": "29.1.39"
81
81
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-layouts';
4
- exports.pkgVer = '^29.1.38';
4
+ exports.pkgVer = '^29.1.39';
5
5
  exports.moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
6
- exports.themeVer = '~29.1.38';
6
+ exports.themeVer = '~29.1.39';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-layouts';
2
- export const pkgVer = '^29.1.38';
2
+ export const pkgVer = '^29.1.39';
3
3
  export const moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
4
- export const themeVer = '~29.1.38';
4
+ export const themeVer = '~29.1.39';