@syncfusion/ej2-angular-layouts 27.2.2 → 27.2.3

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
+ - `#I650290` - Enhanced the transition effect when performing drag and drop between panels in the Dashboard component.
10
+
5
11
  ## 27.1.53 (2024-10-15)
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@27.1.56",
3
+ "_id": "@syncfusion/ej2-angular-layouts@27.2.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-wCq0Yducjca6XOh+6UotJTnPu/njV5duBLZdE/ZmWbeB5UTuAn5NFgK1bsHzeTSamS3G/3LrCeWAQwRGxoUFrw==",
5
+ "_integrity": "sha512-SEdQPhNg9nfevctiOKBN/1yNYHvak3U+bmFGuCOX8VBc2KQlqvygpDKoJLULGMsv7LnCdTDZYEIMVP96YE24Qw==",
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-27.1.56.tgz",
23
- "_shasum": "5e0b7a4552b2dba9b1196507c63a63b15861fc08",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-27.2.2.tgz",
23
+ "_shasum": "e537965091c70480389c6c0dbd6af8b137319562",
24
24
  "_spec": "@syncfusion/ej2-angular-layouts@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~27.2.2",
35
35
  "@syncfusion/ej2-base": "~27.2.2",
36
- "@syncfusion/ej2-layouts": "27.2.2"
36
+ "@syncfusion/ej2-layouts": "27.2.3"
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": "27.2.2"
80
+ "version": "27.2.3"
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 = '^27.2.2';
4
+ exports.pkgVer = '^27.2.3';
5
5
  exports.moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
6
- exports.themeVer = '~27.2.2';
6
+ exports.themeVer = '~27.2.3';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-layouts';
2
- export const pkgVer = '^27.2.2';
2
+ export const pkgVer = '^27.2.3';
3
3
  export const moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
4
- export const themeVer = '~27.2.2';
4
+ export const themeVer = '~27.2.3';