@syncfusion/ej2-angular-layouts 26.2.5 → 26.2.9

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
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DashboardLayout
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I591785` - The issue with the draggableHandle property when dynamically updating panel contents in the Dashboard Layout component has been resolved.
10
+
5
11
  ## 26.1.38 (2024-06-19)
6
12
 
7
13
  ### DashboardLayout
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-layouts@*",
3
- "_id": "@syncfusion/ej2-angular-layouts@26.1.38",
3
+ "_id": "@syncfusion/ej2-angular-layouts@26.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-sNXVegqhedgIGndlR8aFkCfFry35zyY9lLOrqREBqJHABgfDLTS4bDRMe/bFAH8+JeLQC9od8mos4E8AM8yX8Q==",
5
+ "_integrity": "sha512-5YB0syW+SrNZYXcCY+EWlS7d8cI70gA7U7J6YMPoHYS0JHmrM+FSMtq/k5/GTp/U1pVAl0M4hlRO+H3aoAGmHA==",
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-26.1.38.tgz",
23
- "_shasum": "178d4606c5e7c082bd5b11d5da73d4f3df9b5123",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-26.2.5.tgz",
23
+ "_shasum": "77af5ef8814db77c777429378db4d6a73aa3c4fe",
24
24
  "_spec": "@syncfusion/ej2-angular-layouts@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.2.5",
35
35
  "@syncfusion/ej2-base": "~26.2.5",
36
- "@syncfusion/ej2-layouts": "26.2.5",
36
+ "@syncfusion/ej2-layouts": "26.2.9",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -78,5 +78,5 @@
78
78
  "schematics": "./schematics/collection.json",
79
79
  "sideEffects": false,
80
80
  "typings": "syncfusion-ej2-angular-layouts.d.ts",
81
- "version": "26.2.5"
81
+ "version": "26.2.9"
82
82
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-layouts';
2
- export const pkgVer = '^26.1.38';
2
+ export const pkgVer = '^26.2.5';
3
3
  export const moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
4
- export const themeVer = '~26.1.38';
4
+ export const themeVer = '~26.2.5';