@syncfusion/ej2-treegrid 26.2.10 → 26.2.11
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-treegrid.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +14 -0
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +15 -0
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/treegrid/base/treegrid.js +15 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 26.2.
|
|
3
|
+
* version : 26.2.11
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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-treegrid@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-treegrid@26.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-treegrid@26.2.10",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-69gebmH5O/lQIhYKnR02gwShQpljtSqEHKPoMbqOBkuYPu+vC4xaftzPeNuiwLiJoYTniUk15FrkPv5RUJWnRw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-treegrid",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"/@syncfusion/ej2-react-treegrid",
|
|
25
25
|
"/@syncfusion/ej2-vue-treegrid"
|
|
26
26
|
],
|
|
27
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.
|
|
28
|
-
"_shasum": "
|
|
27
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-treegrid/-/ej2-treegrid-26.2.10.tgz",
|
|
28
|
+
"_shasum": "e1a3619c1abbba315cff16e216c503d350f4c051",
|
|
29
29
|
"_spec": "@syncfusion/ej2-treegrid@*",
|
|
30
30
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
31
31
|
"author": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@syncfusion/ej2-base": "~26.2.10",
|
|
40
40
|
"@syncfusion/ej2-data": "~26.2.10",
|
|
41
|
-
"@syncfusion/ej2-grids": "~26.2.
|
|
42
|
-
"@syncfusion/ej2-popups": "~26.2.
|
|
41
|
+
"@syncfusion/ej2-grids": "~26.2.11",
|
|
42
|
+
"@syncfusion/ej2-popups": "~26.2.11"
|
|
43
43
|
},
|
|
44
44
|
"deprecated": false,
|
|
45
45
|
"description": "Essential JS 2 TreeGrid Component",
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
"url": "git+https://github.com/syncfusion/ej2-treegrid.git"
|
|
77
77
|
},
|
|
78
78
|
"typings": "index.d.ts",
|
|
79
|
-
"version": "26.2.
|
|
79
|
+
"version": "26.2.11",
|
|
80
80
|
"sideEffects": false
|
|
81
81
|
}
|
|
@@ -2153,6 +2153,7 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
2153
2153
|
}
|
|
2154
2154
|
};
|
|
2155
2155
|
TreeGrid.prototype.mouseClickHandler = function (e) {
|
|
2156
|
+
var _this = this;
|
|
2156
2157
|
if (!isNullOrUndefined(e.touches)) {
|
|
2157
2158
|
return;
|
|
2158
2159
|
}
|
|
@@ -2180,6 +2181,20 @@ var TreeGrid = /** @class */ (function (_super) {
|
|
|
2180
2181
|
}
|
|
2181
2182
|
}
|
|
2182
2183
|
}
|
|
2184
|
+
if (((target.classList.contains('e-flmenu-cancelbtn') || target.classList.contains('e-flmenu-okbtn')
|
|
2185
|
+
|| target.classList.contains('e-content') || target.classList.contains('e-rowcell'))
|
|
2186
|
+
&& !isNullOrUndefined(this.filterModule) && this.isReact)) {
|
|
2187
|
+
if (this.grid.filterModule['column'].filterTemplate) {
|
|
2188
|
+
var elem = document.getElementById(this.grid.filterModule.filterModule['dlgObj'].element.id);
|
|
2189
|
+
this.grid.filterModule['fltrDlgDetails'].isOpen = false;
|
|
2190
|
+
if (this.grid.filterModule.filterModule['dlgObj'] && !this.grid.filterModule.filterModule['dlgObj'].isDestroyed && elem) {
|
|
2191
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2192
|
+
this.clearTemplate(['filterTemplate'], undefined, function () {
|
|
2193
|
+
_this.grid.filterModule.filterModule['dlgObj'].destroy();
|
|
2194
|
+
});
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2183
2198
|
};
|
|
2184
2199
|
/**
|
|
2185
2200
|
* Returns TreeGrid rows
|