@syncfusion/ej2-angular-treegrid 23.1.39-ngcc → 23.1.43-ngcc
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 +15 -0
- package/dist/ej2-angular-treegrid.umd.js +1 -1
- package/dist/ej2-angular-treegrid.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap4.css +13 -2
- package/styles/treegrid/bootstrap4.css +13 -2
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,21 @@
|
|
2
2
|
|
3
3
|
## [Unreleased]
|
4
4
|
|
5
|
+
### TreeGrid
|
6
|
+
|
7
|
+
#### Bug Fixes
|
8
|
+
|
9
|
+
- `#I499002` - Fixed a bug where a script error would occur when editing and focusing out on a record.
|
10
|
+
- `#I502660` - Fixed issue with external filter not working properly when using virtualization feature.
|
11
|
+
|
12
|
+
## 23.1.39 (2023-10-04)
|
13
|
+
|
14
|
+
### Tree Grid
|
15
|
+
|
16
|
+
#### Bug Fixes
|
17
|
+
|
18
|
+
- `#I502102` - Fixed the issue where the drop index was displaying as `Nan` when dropping a row in white space.
|
19
|
+
|
5
20
|
## 23.1.36 (2023-09-15)
|
6
21
|
|
7
22
|
### Tree Grid
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-angular-treegrid.umd.js
|
3
|
-
* version : 23.1.
|
3
|
+
* version : 23.1.43
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-angular-treegrid.umd.min.js
|
3
|
-
* version : 23.1.
|
3
|
+
* version : 23.1.43
|
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-angular-treegrid@*",
|
3
|
-
"_id": "@syncfusion/ej2-angular-treegrid@23.1.
|
3
|
+
"_id": "@syncfusion/ej2-angular-treegrid@23.1.39",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-1EurAGnIaMdPtpWeiRG00j5HL/ZuxfLyuvEGOYvbJjxTWmA5JEPjQ1dQjS0yDg6r8l3baLbFz/VhJ4gUcP4cUw==",
|
6
6
|
"_location": "/@syncfusion/ej2-angular-treegrid",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-23.1.
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-treegrid/-/ej2-angular-treegrid-23.1.39.tgz",
|
23
|
+
"_shasum": "45cf15c980e79279aec7464c90824dd86291a75c",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-treegrid@*",
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-angular-base": "~23.1.
|
35
|
-
"@syncfusion/ej2-base": "~23.1.
|
36
|
-
"@syncfusion/ej2-treegrid": "23.1.
|
34
|
+
"@syncfusion/ej2-angular-base": "~23.1.43",
|
35
|
+
"@syncfusion/ej2-base": "~23.1.41",
|
36
|
+
"@syncfusion/ej2-treegrid": "23.1.43"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"description": "Essential JS 2 TreeGrid Component for Angular",
|
@@ -57,5 +57,5 @@
|
|
57
57
|
"schematics": "./schematics/collection.json",
|
58
58
|
"sideEffects": false,
|
59
59
|
"typings": "ej2-angular-treegrid.d.ts",
|
60
|
-
"version": "23.1.
|
60
|
+
"version": "23.1.43-ngcc"
|
61
61
|
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-treegrid";
|
2
|
-
export declare const pkgVer = "^23.1.
|
2
|
+
export declare const pkgVer = "^23.1.39";
|
3
3
|
export declare const moduleName = "TreeGridModule";
|
4
|
-
export declare const themeVer = "~23.1.
|
4
|
+
export declare const themeVer = "~23.1.39";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-treegrid';
|
4
|
-
exports.pkgVer = '^23.1.
|
4
|
+
exports.pkgVer = '^23.1.43';
|
5
5
|
exports.moduleName = 'TreeGridModule';
|
6
|
-
exports.themeVer = '~23.1.
|
6
|
+
exports.themeVer = '~23.1.43';
|
package/styles/bootstrap4.css
CHANGED
@@ -116,13 +116,24 @@
|
|
116
116
|
}
|
117
117
|
|
118
118
|
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
119
|
-
font-size:
|
119
|
+
font-size: 12px;
|
120
|
+
}
|
121
|
+
|
122
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
123
|
+
.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
124
|
+
font-size: 14px;
|
120
125
|
}
|
121
126
|
|
122
|
-
.e-
|
127
|
+
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
128
|
+
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
123
129
|
font-size: 10px;
|
124
130
|
}
|
125
131
|
|
132
|
+
.e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
133
|
+
.e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
134
|
+
font-size: 12px;
|
135
|
+
}
|
136
|
+
|
126
137
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
127
138
|
font-size: 14px;
|
128
139
|
line-height: 34px;
|
@@ -116,13 +116,24 @@
|
|
116
116
|
}
|
117
117
|
|
118
118
|
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
119
|
-
font-size:
|
119
|
+
font-size: 12px;
|
120
|
+
}
|
121
|
+
|
122
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
123
|
+
.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
124
|
+
font-size: 14px;
|
120
125
|
}
|
121
126
|
|
122
|
-
.e-
|
127
|
+
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
128
|
+
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
123
129
|
font-size: 10px;
|
124
130
|
}
|
125
131
|
|
132
|
+
.e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
133
|
+
.e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
134
|
+
font-size: 12px;
|
135
|
+
}
|
136
|
+
|
126
137
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
127
138
|
font-size: 14px;
|
128
139
|
line-height: 34px;
|