@syncfusion/ej2-layouts 31.1.17 → 31.1.22

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,7 +1,7 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 31.1.17
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
3
+ * version : 31.1.22
4
+ * Copyright Syncfusion Inc. 2001 - 2025. 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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-layouts",
3
- "version": "31.1.17",
3
+ "version": "31.1.22",
4
4
  "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.",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,7 +8,7 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-layouts.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~31.1.17"
11
+ "@syncfusion/ej2-base": "~31.1.22"
12
12
  },
13
13
  "devDependencies": {},
14
14
  "keywords": [
@@ -1805,7 +1805,7 @@ var Splitter = /** @class */ (function (_super) {
1805
1805
  this.border = 0;
1806
1806
  var border = this.orientation === 'Horizontal' ? ((this.element.offsetWidth - this.element.clientWidth) / 2) :
1807
1807
  (this.element.offsetHeight - this.element.clientHeight) / 2;
1808
- this.border = Browser.info.name !== 'chrome' ? this.border : border;
1808
+ this.border = border;
1809
1809
  };
1810
1810
  Splitter.prototype.onMouseMove = function (e) {
1811
1811
  if (!this.isCursorMoved(e)) {