@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.
@@ -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 = '^20.4.54';
4
+ exports.pkgVer = '^21.1.35';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~20.4.54';
6
+ exports.themeVer = '~21.1.35';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^20.4.54';
2
+ export const pkgVer = '^21.1.35';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~20.4.54';
4
+ export const 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
- * * `Clip` - Truncates the cell content when it overflows its area.
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
- font-size: 10px;
230
- height: 16px;
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
- font-size: 10px;
203
- height: 16px;
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
- font-size: 10px;
230
- height: 16px;
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
- font-size: 10px;
203
- height: 16px;
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,