@syncfusion/ej2-angular-treegrid 20.4.54-ngcc → 21.1.35-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/@syncfusion/ej2-angular-treegrid.es5.js +1 -1
- package/@syncfusion/ej2-angular-treegrid.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-treegrid.js +1 -1
- package/@syncfusion/ej2-angular-treegrid.js.map +1 -1
- package/CHANGELOG.md +0 -52
- package/dist/ej2-angular-treegrid.umd.js +2 -2
- package/dist/ej2-angular-treegrid.umd.js.map +1 -1
- package/dist/ej2-angular-treegrid.umd.min.js +2 -2
- package/dist/ej2-angular-treegrid.umd.min.js.map +1 -1
- package/ej2-angular-treegrid.metadata.json +1 -1
- package/package.json +9 -9
- 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/src/treegrid/columns.directive.d.ts +1 -3
- package/styles/bootstrap-dark.css +2 -8
- package/styles/highcontrast-light.css +2 -8
- package/styles/treegrid/bootstrap-dark.css +2 -8
- package/styles/treegrid/highcontrast-light.css +2 -8
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^21.1.35';
|
|
5
5
|
exports.moduleName = 'TreeGridModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~21.1.35';
|
|
@@ -51,9 +51,7 @@ export declare class ColumnDirective extends ComplexBase<ColumnDirective> {
|
|
|
51
51
|
allowSorting: any;
|
|
52
52
|
/**
|
|
53
53
|
* Defines the cell content's overflow mode. The available modes are
|
|
54
|
-
*
|
|
55
|
-
* * `Ellipsis` - Displays ellipsis when the cell content overflows its area.
|
|
56
|
-
* * `EllipsisWithTooltip` - Displays ellipsis when the cell content overflows its area
|
|
54
|
+
*
|
|
57
55
|
* also it will display tooltip while hover on ellipsis applied cell.
|
|
58
56
|
* @default Syncfusion.EJ2.Grids.ClipMode.Ellipsis
|
|
59
57
|
* @isenumeration true
|
|
@@ -161,9 +161,6 @@
|
|
|
161
161
|
width: 20px;
|
|
162
162
|
}
|
|
163
163
|
.e-bigger .e-treegrid .e-hierarchycheckbox .e-frame {
|
|
164
|
-
font-size: 12px;
|
|
165
|
-
line-height: 12px;
|
|
166
|
-
padding: 2px 0;
|
|
167
164
|
height: 20px;
|
|
168
165
|
width: 20px;
|
|
169
166
|
}
|
|
@@ -226,11 +223,8 @@
|
|
|
226
223
|
vertical-align: middle;
|
|
227
224
|
}
|
|
228
225
|
.e-treegrid .e-hierarchycheckbox .e-frame {
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
line-height: 11px;
|
|
232
|
-
padding: 2px 0;
|
|
233
|
-
width: 16px;
|
|
226
|
+
height: 20px;
|
|
227
|
+
width: 20px;
|
|
234
228
|
}
|
|
235
229
|
.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,
|
|
236
230
|
.e-treegrid .e-checkselection .e-movableheader .e-rowcell,
|
|
@@ -134,9 +134,6 @@
|
|
|
134
134
|
width: 20px;
|
|
135
135
|
}
|
|
136
136
|
.e-bigger .e-treegrid .e-hierarchycheckbox .e-frame {
|
|
137
|
-
font-size: 12px;
|
|
138
|
-
line-height: 12px;
|
|
139
|
-
padding: 2px 0;
|
|
140
137
|
height: 20px;
|
|
141
138
|
width: 20px;
|
|
142
139
|
}
|
|
@@ -199,11 +196,8 @@
|
|
|
199
196
|
vertical-align: middle;
|
|
200
197
|
}
|
|
201
198
|
.e-treegrid .e-hierarchycheckbox .e-frame {
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
line-height: 11px;
|
|
205
|
-
padding: 2px 0;
|
|
206
|
-
width: 16px;
|
|
199
|
+
height: 20px;
|
|
200
|
+
width: 20px;
|
|
207
201
|
}
|
|
208
202
|
.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,
|
|
209
203
|
.e-treegrid .e-checkselection .e-movableheader .e-rowcell,
|
|
@@ -161,9 +161,6 @@
|
|
|
161
161
|
width: 20px;
|
|
162
162
|
}
|
|
163
163
|
.e-bigger .e-treegrid .e-hierarchycheckbox .e-frame {
|
|
164
|
-
font-size: 12px;
|
|
165
|
-
line-height: 12px;
|
|
166
|
-
padding: 2px 0;
|
|
167
164
|
height: 20px;
|
|
168
165
|
width: 20px;
|
|
169
166
|
}
|
|
@@ -226,11 +223,8 @@
|
|
|
226
223
|
vertical-align: middle;
|
|
227
224
|
}
|
|
228
225
|
.e-treegrid .e-hierarchycheckbox .e-frame {
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
line-height: 11px;
|
|
232
|
-
padding: 2px 0;
|
|
233
|
-
width: 16px;
|
|
226
|
+
height: 20px;
|
|
227
|
+
width: 20px;
|
|
234
228
|
}
|
|
235
229
|
.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,
|
|
236
230
|
.e-treegrid .e-checkselection .e-movableheader .e-rowcell,
|
|
@@ -134,9 +134,6 @@
|
|
|
134
134
|
width: 20px;
|
|
135
135
|
}
|
|
136
136
|
.e-bigger .e-treegrid .e-hierarchycheckbox .e-frame {
|
|
137
|
-
font-size: 12px;
|
|
138
|
-
line-height: 12px;
|
|
139
|
-
padding: 2px 0;
|
|
140
137
|
height: 20px;
|
|
141
138
|
width: 20px;
|
|
142
139
|
}
|
|
@@ -199,11 +196,8 @@
|
|
|
199
196
|
vertical-align: middle;
|
|
200
197
|
}
|
|
201
198
|
.e-treegrid .e-hierarchycheckbox .e-frame {
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
line-height: 11px;
|
|
205
|
-
padding: 2px 0;
|
|
206
|
-
width: 16px;
|
|
199
|
+
height: 20px;
|
|
200
|
+
width: 20px;
|
|
207
201
|
}
|
|
208
202
|
.e-treegrid .e-checkselection .e-frozenheader .e-rowcell,
|
|
209
203
|
.e-treegrid .e-checkselection .e-movableheader .e-rowcell,
|