igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0

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.
Files changed (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -25,124 +25,124 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
25
25
  __extends(FilterCell, _super);
26
26
  function FilterCell(a) {
27
27
  var _this = _super.call(this, a) || this;
28
- _this.ej = null;
29
- _this.el = null;
30
- _this.eh = null;
31
- _this.ei = null;
28
+ _this.em = null;
29
+ _this.eo = null;
32
30
  _this.ek = null;
31
+ _this.el = null;
32
+ _this.en = null;
33
+ _this.ed = null;
34
+ _this.ec = null;
35
+ _this.d2 = null;
36
+ _this.d3 = null;
37
+ _this.ee = null;
33
38
  _this.ea = null;
34
- _this.d9 = null;
39
+ _this.eh = true;
40
+ _this.d4 = 0;
41
+ _this.ei = true;
42
+ _this.d8 = null;
43
+ _this.ef = null;
44
+ _this.ep = null;
35
45
  _this.dz = null;
36
- _this.d0 = null;
37
- _this.eb = null;
38
- _this.d7 = null;
39
- _this.ee = true;
40
- _this.d1 = 0;
41
- _this.ef = true;
42
- _this.d5 = null;
43
- _this.ec = null;
44
- _this.em = null;
45
- _this.dw = null;
46
- _this.fk = null;
47
- _this.ej = a.createElement("div");
48
- _this.ej.setStyleProperty("display", "flex");
49
- _this.ej.setStyleProperty("flex-direction", "row");
50
- _this.ej.setStyleProperty("align-items", "center");
51
- _this.ej.setStyleProperty("height", "100%");
52
- _this.ar.append(_this.ej);
46
+ _this.fn = null;
47
+ _this.em = a.createElement("div");
48
+ _this.em.setStyleProperty("display", "flex");
49
+ _this.em.setStyleProperty("flex-direction", "row");
50
+ _this.em.setStyleProperty("align-items", "center");
51
+ _this.em.setStyleProperty("height", "100%");
52
+ _this.ar.append(_this.em);
53
+ _this.eo = a.createElement("div");
54
+ _this.ek = a.getSubRenderer(_this.eo);
55
+ _this.d3 = new ComparisonOperatorSelector();
56
+ _this.d3.ej(_this.ek);
57
+ _this.eo.setStyleProperty("width", "24px");
58
+ _this.eo.setStyleProperty("height", "24px");
59
+ _this.em.append(_this.eo);
53
60
  _this.el = a.createElement("div");
54
- _this.eh = a.getSubRenderer(_this.el);
55
- _this.d0 = new ComparisonOperatorSelector();
56
- _this.d0.ej(_this.eh);
57
- _this.el.setStyleProperty("width", "24px");
58
- _this.el.setStyleProperty("height", "24px");
59
- _this.ej.append(_this.el);
60
- _this.ei = a.createElement("div");
61
- _this.ei.setStyleProperty("display", "flex");
62
- _this.ei.setStyleProperty("flex", "1");
63
- _this.ei.setStyleProperty("margin", "0 4px");
64
- _this.ej.append(_this.ei);
65
- _this.ek = a.createElement("div");
66
- _this.ek.setStyleProperty("transform", "scale(0.75)");
67
- _this.eb = new XIcon();
68
- _this.eb.provideContainer(a.getSubRenderer(_this.ek));
69
- _this.ej.append(_this.ek);
70
- _this.e3();
61
+ _this.el.setStyleProperty("display", "flex");
62
+ _this.el.setStyleProperty("flex", "1");
63
+ _this.el.setStyleProperty("margin", "0 4px");
64
+ _this.em.append(_this.el);
65
+ _this.en = a.createElement("div");
66
+ _this.en.setStyleProperty("transform", "scale(0.75)");
67
+ _this.ee = new XIcon();
68
+ _this.ee.provideContainer(a.getSubRenderer(_this.en));
69
+ _this.em.append(_this.en);
70
+ _this.e6();
71
71
  return _this;
72
72
  }
73
- FilterCell.prototype.d8 = function (a) {
74
- switch (this.d2) {
73
+ FilterCell.prototype.eb = function (a) {
74
+ switch (this.d5) {
75
75
  case 0:
76
76
  case 1:
77
- if (this.ea == null) {
78
- this.ea = new TextEditorView(this.am, this.f.getTheme(), this.b);
77
+ if (this.ed == null) {
78
+ this.ed = new TextEditorView(this.am, this.f.getTheme(), this.b);
79
79
  }
80
- return this.ea;
80
+ return this.ed;
81
81
  case 2:
82
- if (this.d9 == null) {
83
- this.d9 = new NumericEditorView(this.am, this.f.getTheme(), this.b);
82
+ if (this.ec == null) {
83
+ this.ec = new NumericEditorView(this.am, this.f.getTheme(), this.b);
84
84
  }
85
- return this.d9;
85
+ return this.ec;
86
86
  case 3:
87
- if (this.dz == null) {
88
- this.dz = new DateEditorView(this.am, this.f.getTheme(), this.b);
87
+ if (this.d2 == null) {
88
+ this.d2 = new DateEditorView(this.am, this.f.getTheme(), this.b);
89
89
  }
90
- return this.dz;
90
+ return this.d2;
91
91
  default: return null;
92
92
  }
93
93
  };
94
- FilterCell.prototype.ff = function () {
95
- this.ei.removeChildren();
94
+ FilterCell.prototype.fi = function () {
95
+ this.el.removeChildren();
96
96
  };
97
- FilterCell.prototype.e1 = function () {
98
- this.ei.append(this.d7.container);
97
+ FilterCell.prototype.e4 = function () {
98
+ this.el.append(this.ea.container);
99
99
  };
100
- FilterCell.prototype.e8 = function () {
100
+ FilterCell.prototype.fb = function () {
101
101
  if (this.ar.getChildCount() == 0) {
102
- this.ar.append(this.ej);
102
+ this.ar.append(this.em);
103
103
  }
104
104
  };
105
- FilterCell.prototype.e6 = function () {
105
+ FilterCell.prototype.e9 = function () {
106
106
  if (this.ar.getChildCount() > 0) {
107
107
  this.ar.removeChildren();
108
108
  }
109
109
  };
110
- FilterCell.prototype.ck = function (a, b, c) {
111
- _super.prototype.ck.call(this, a, b, c);
112
- this.fe(a, b, c);
110
+ FilterCell.prototype.cl = function (a, b, c) {
111
+ _super.prototype.cl.call(this, a, b, c);
112
+ this.fh(a, b, c);
113
113
  };
114
- FilterCell.prototype.cj = function () {
115
- this.fc();
114
+ FilterCell.prototype.ck = function () {
115
+ this.ff();
116
116
  };
117
- FilterCell.prototype.fg = function (a, b, c, d) {
117
+ FilterCell.prototype.fj = function (a, b, c, d) {
118
118
  if (this.d != null) {
119
- var e = this.el.getNativeElement();
119
+ var e = this.eo.getNativeElement();
120
120
  this.d.update("SelectorTop", (e.offsetTop));
121
121
  this.d.update("SelectorLeft", (e.offsetLeft));
122
- var f = this.ei.getNativeElement();
122
+ var f = this.el.getNativeElement();
123
123
  this.d.update("EditorTop", (f.offsetTop));
124
124
  this.d.update("EditorLeft", (f.offsetLeft));
125
- var g = this.ek.getNativeElement();
125
+ var g = this.en.getNativeElement();
126
126
  this.d.update("ClearIconTop", (g.offsetTop));
127
127
  this.d.update("ClearIconLeft", (g.offsetLeft));
128
128
  }
129
129
  };
130
- FilterCell.prototype.e3 = function () {
131
- var a = this.d0;
132
- a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.fd));
133
- this.eb.svgPath = FilterCell.eo;
134
- this.fi(false);
135
- var b = this.eb;
136
- b.clicked = delegateCombine(b.clicked, runOn(this, this.e2));
130
+ FilterCell.prototype.e6 = function () {
131
+ var a = this.d3;
132
+ a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.fg));
133
+ this.ee.svgPath = FilterCell.er;
134
+ this.fl(false);
135
+ var b = this.ee;
136
+ b.clicked = delegateCombine(b.clicked, runOn(this, this.e5));
137
137
  };
138
- FilterCell.prototype.fc = function () {
139
- if (this.d7 == null) {
140
- this.e7();
138
+ FilterCell.prototype.ff = function () {
139
+ if (this.ea == null) {
140
+ this.fa();
141
141
  }
142
142
  };
143
- FilterCell.prototype.d3 = function () {
143
+ FilterCell.prototype.d6 = function () {
144
144
  var a = 1;
145
- switch (this.dy) {
145
+ switch (this.d1) {
146
146
  case 11:
147
147
  case 2:
148
148
  case 0:
@@ -161,7 +161,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
161
161
  a = 2;
162
162
  break;
163
163
  }
164
- switch (this.d0.b) {
164
+ switch (this.d3.b) {
165
165
  case 6:
166
166
  case 8:
167
167
  case 7:
@@ -175,9 +175,9 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
175
175
  a = 2;
176
176
  break;
177
177
  }
178
- if (this.d0.b == 44) {
179
- if (this.d6 != null && this.d6.count > 0) {
180
- var b = this.d6._inner[this.d0.x];
178
+ if (this.d3.b == 44) {
179
+ if (this.d9 != null && this.d9.count > 0) {
180
+ var b = this.d9._inner[this.d3.x];
181
181
  switch (b.b) {
182
182
  case 0:
183
183
  case 1:
@@ -194,168 +194,168 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
194
194
  }
195
195
  return a;
196
196
  };
197
- FilterCell.prototype.fi = function (a) {
198
- if (this.eb != null) {
199
- this.eb.disabled = !a;
200
- this.eb.a3 = a ? 1 : 0.3;
197
+ FilterCell.prototype.fl = function (a) {
198
+ if (this.ee != null) {
199
+ this.ee.disabled = !a;
200
+ this.ee.a3 = a ? 1 : 0.3;
201
201
  }
202
202
  };
203
- FilterCell.prototype.ex = function (a) {
204
- if (!this.ee) {
203
+ FilterCell.prototype.e0 = function (a) {
204
+ if (!this.eh) {
205
205
  return;
206
206
  }
207
- if (this.d0.b == 44) {
208
- if (this.d6 != null && this.d6.count > 0) {
209
- this.b.applyCustomFilter(this.d0.ae, this.d0.x, a);
207
+ if (this.d3.b == 44) {
208
+ if (this.d9 != null && this.d9.count > 0) {
209
+ this.b.applyCustomFilter(this.d3.ae, this.d3.x, a);
210
210
  }
211
211
  }
212
212
  else {
213
- this.b.applyFilter(this.d0.b, a);
213
+ this.b.applyFilter(this.d3.b, a);
214
214
  }
215
215
  };
216
- FilterCell.prototype.ey = function () {
217
- if (!this.ee) {
216
+ FilterCell.prototype.e1 = function () {
217
+ if (!this.eh) {
218
218
  return;
219
219
  }
220
220
  if (this.b != null) {
221
221
  this.b.clearFilter();
222
222
  }
223
223
  };
224
- FilterCell.prototype.fe = function (a, b, c) {
224
+ FilterCell.prototype.fh = function (a, b, c) {
225
225
  switch (a) {
226
226
  case "DataType":
227
- this.e5();
227
+ this.e8();
228
228
  break;
229
229
  case "EditorType":
230
- this.e7();
230
+ this.fa();
231
231
  break;
232
232
  case "FontInfo":
233
- this.fb();
233
+ this.fe();
234
234
  break;
235
235
  case "Filter":
236
- this.e9();
236
+ this.fc();
237
237
  break;
238
238
  case "FilterOperands":
239
- this.e4();
239
+ this.e7();
240
240
  break;
241
241
  case "FilterValue":
242
- this.fa();
242
+ this.fd();
243
243
  break;
244
244
  case "IsEditorEnabled":
245
- this.d7.isEnabled = this.eg;
245
+ this.ea.isEnabled = this.ej;
246
246
  break;
247
247
  case "TextColor":
248
- this.d0.eq = this.fl;
249
- this.eb.fill = this.fl;
250
- this.d7.textColor = this.fl;
248
+ this.d3.eq = this.fo;
249
+ this.ee.fill = this.fo;
250
+ this.ea.textColor = this.fo;
251
251
  break;
252
252
  }
253
253
  };
254
- FilterCell.prototype.e9 = function () {
255
- this.ee = false;
256
- if (this.d7 != null) {
257
- if (this.dx != null) {
258
- if (typeCast(ColumnComparisonFilterCondition.$, this.dx) !== null) {
259
- var a = typeCast(ColumnComparisonFilterCondition.$, this.dx);
260
- this.d0.b = a.operator;
261
- var b = this.d7.getEditorValue();
254
+ FilterCell.prototype.fc = function () {
255
+ this.eh = false;
256
+ if (this.ea != null) {
257
+ if (this.d0 != null) {
258
+ if (typeCast(ColumnComparisonFilterCondition.$, this.d0) !== null) {
259
+ var a = typeCast(ColumnComparisonFilterCondition.$, this.d0);
260
+ this.d3.b = a.operator;
261
+ var b = this.ea.getEditorValue();
262
262
  if (b != null) {
263
263
  if (!Base.equalsStatic(b, a.value)) {
264
- this.d7.value = a.value;
265
- this.en = a.value;
264
+ this.ea.value = a.value;
265
+ this.eq = a.value;
266
266
  }
267
267
  }
268
268
  else {
269
- this.d7.value = a.value;
270
- this.en = a.value;
269
+ this.ea.value = a.value;
270
+ this.eq = a.value;
271
271
  }
272
272
  }
273
- else if (typeCast(ColumnCustomFilterCondition.$, this.dx) !== null) {
274
- var c = typeCast(ColumnCustomFilterCondition.$, this.dx);
275
- this.d0.ek(c.id, c.index);
276
- var d = this.d7.getEditorValue();
273
+ else if (typeCast(ColumnCustomFilterCondition.$, this.d0) !== null) {
274
+ var c = typeCast(ColumnCustomFilterCondition.$, this.d0);
275
+ this.d3.ek(c.id, c.index);
276
+ var d = this.ea.getEditorValue();
277
277
  if (d != null) {
278
278
  if (!Base.equalsStatic(d, c.value)) {
279
- this.d7.value = c.value;
280
- this.en = c.value;
279
+ this.ea.value = c.value;
280
+ this.eq = c.value;
281
281
  }
282
282
  }
283
283
  else {
284
- this.d7.value = c.value;
285
- this.en = c.value;
284
+ this.ea.value = c.value;
285
+ this.eq = c.value;
286
286
  }
287
287
  }
288
- else if (!(typeCast(ColumnCustomFilterCondition.$, this.dx) !== null)) {
289
- this.en = null;
290
- this.d7.value = this.en;
291
- this.d7.setEditorValue(this.en);
288
+ else if (!(typeCast(ColumnCustomFilterCondition.$, this.d0) !== null)) {
289
+ this.eq = null;
290
+ this.ea.value = this.eq;
291
+ this.ea.setEditorValue(this.eq);
292
292
  }
293
293
  }
294
294
  else {
295
- this.en = null;
296
- this.d7.value = this.en;
297
- this.d7.setEditorValue(this.en);
298
- if (!this.eg) {
299
- this.d0.b = 0;
295
+ this.eq = null;
296
+ this.ea.value = this.eq;
297
+ this.ea.setEditorValue(this.eq);
298
+ if (!this.ej) {
299
+ this.d3.b = 0;
300
300
  }
301
301
  }
302
302
  }
303
- this.ee = true;
303
+ this.eh = true;
304
304
  };
305
- FilterCell.prototype.e4 = function () {
306
- this.d0.d7();
307
- for (var a = 0; a < this.d6.count; a++) {
308
- this.d0.d1(this.d6._inner[a].e, this.d6._inner[a].f, this.d6._inner[a].g, a);
305
+ FilterCell.prototype.e7 = function () {
306
+ this.d3.d7();
307
+ for (var a = 0; a < this.d9.count; a++) {
308
+ this.d3.d1(this.d9._inner[a].e, this.d9._inner[a].f, this.d9._inner[a].g, a);
309
309
  }
310
310
  };
311
- FilterCell.prototype.e5 = function () {
312
- if (this.dy == 11) {
313
- this.eg = false;
311
+ FilterCell.prototype.e8 = function () {
312
+ if (this.d1 == 11) {
313
+ this.ej = false;
314
314
  }
315
- this.d2 = this.d3();
315
+ this.d5 = this.d6();
316
316
  };
317
- FilterCell.prototype.fa = function () {
318
- this.fi(this.en != null);
319
- if (this.en == null || Base.equalsStatic(this.en, "")) {
320
- this.ey();
317
+ FilterCell.prototype.fd = function () {
318
+ this.fl(this.eq != null);
319
+ if (this.eq == null || Base.equalsStatic(this.eq, "")) {
320
+ this.e1();
321
321
  }
322
322
  else {
323
- this.ex(this.en);
323
+ this.e0(this.eq);
324
324
  }
325
325
  if (this.d != null) {
326
- this.d.update("FilterValue", this.en);
326
+ this.d.update("FilterValue", this.eq);
327
327
  }
328
328
  };
329
- FilterCell.prototype.e7 = function () {
330
- if (this.d7 != null) {
331
- this.d7.detachEvents();
332
- var a = this.d7;
333
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fh));
334
- }
335
- this.ff();
336
- this.d7 = this.d8(this.d2);
337
- this.d7.onEditStarted();
338
- if (this.d7 != null) {
339
- this.d7.attachEvents();
340
- this.d7.setFont(this.ed);
341
- this.d7.isEnabled = this.eg;
342
- this.d7.focusOnValueChanged = false;
343
- this.d7.showClearButton = false;
344
- var b = this.d7;
345
- b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.fh));
346
- this.e1();
347
- }
348
- this.e2(null, null);
329
+ FilterCell.prototype.fa = function () {
330
+ if (this.ea != null) {
331
+ this.ea.detachEvents();
332
+ var a = this.ea;
333
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fk));
334
+ }
335
+ this.fi();
336
+ this.ea = this.eb(this.d5);
337
+ this.ea.onEditStarted();
338
+ if (this.ea != null) {
339
+ this.ea.attachEvents();
340
+ this.ea.setFont(this.eg);
341
+ this.ea.isEnabled = this.ej;
342
+ this.ea.focusOnValueChanged = false;
343
+ this.ea.showClearButton = false;
344
+ var b = this.ea;
345
+ b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.fk));
346
+ this.e4();
347
+ }
348
+ this.e5(null, null);
349
349
  };
350
- FilterCell.prototype.fb = function () {
351
- if (this.ed != null) {
352
- if (this.d7 != null) {
353
- this.d7.setFont(this.ed);
350
+ FilterCell.prototype.fe = function () {
351
+ if (this.eg != null) {
352
+ if (this.ea != null) {
353
+ this.ea.setFont(this.eg);
354
354
  }
355
355
  }
356
356
  };
357
- FilterCell.prototype.fd = function (a, b) {
358
- this.d2 = this.d3();
357
+ FilterCell.prototype.fg = function (a, b) {
358
+ this.d5 = this.d6();
359
359
  switch (b.newValue) {
360
360
  case 40:
361
361
  case 11:
@@ -383,51 +383,51 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
383
383
  case 10:
384
384
  case 33:
385
385
  case 20:
386
- this.eg = false;
386
+ this.ej = false;
387
387
  break;
388
388
  default:
389
- this.eg = true;
389
+ this.ej = true;
390
390
  break;
391
391
  }
392
- if (this.dy == 11) {
393
- this.eg = false;
392
+ if (this.d1 == 11) {
393
+ this.ej = false;
394
394
  }
395
395
  if (b.newValue == 44) {
396
- if (this.d6 != null && this.d6.count > 0) {
397
- var c = this.d6._inner[this.d0.x];
398
- this.eg = c.d;
396
+ if (this.d9 != null && this.d9.count > 0) {
397
+ var c = this.d9._inner[this.d3.x];
398
+ this.ej = c.d;
399
399
  }
400
400
  }
401
- if (!this.eg) {
402
- this.ex(null);
403
- this.fi(true);
401
+ if (!this.ej) {
402
+ this.e0(null);
403
+ this.fl(true);
404
404
  }
405
- else if (this.en != null && !Base.equalsStatic(this.en, "")) {
406
- this.ex(this.en);
405
+ else if (this.eq != null && !Base.equalsStatic(this.eq, "")) {
406
+ this.e0(this.eq);
407
407
  }
408
408
  else {
409
- this.ey();
410
- this.fi(false);
409
+ this.e1();
410
+ this.fl(false);
411
411
  }
412
412
  if (this.d != null) {
413
- this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.d0.b));
413
+ this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.d3.b));
414
414
  }
415
415
  };
416
- FilterCell.prototype.e2 = function (a, b) {
416
+ FilterCell.prototype.e5 = function (a, b) {
417
417
  if (b != null) {
418
- if (!this.eg) {
419
- this.d0.b = 0;
420
- this.ey();
418
+ if (!this.ej) {
419
+ this.d3.b = 0;
420
+ this.e1();
421
421
  }
422
422
  }
423
- this.en = null;
424
- if (this.d7 != null) {
425
- this.d7.setEditorValue(null);
426
- this.d7.value = null;
423
+ this.eq = null;
424
+ if (this.ea != null) {
425
+ this.ea.setEditorValue(null);
426
+ this.ea.value = null;
427
427
  }
428
428
  };
429
- FilterCell.prototype.fh = function (a, b, c) {
430
- if (this.d2 == 2) {
429
+ FilterCell.prototype.fk = function (a, b, c) {
430
+ if (this.d5 == 2) {
431
431
  if (typeof b === 'string') {
432
432
  var d_1;
433
433
  if (((function () { var e = tryParseNumber(b, d_1); d_1 = e.p1; return e.ret; })())) {
@@ -435,144 +435,144 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
435
435
  }
436
436
  }
437
437
  }
438
- this.en = b;
438
+ this.eq = b;
439
439
  };
440
- FilterCell.prototype.fj = function (a, b, c, d) {
441
- this.fg(a, b, c, d);
440
+ FilterCell.prototype.fm = function (a, b, c, d) {
441
+ this.fj(a, b, c, d);
442
442
  };
443
- FilterCell.prototype.d4 = function (a, b) {
443
+ FilterCell.prototype.d7 = function (a, b) {
444
444
  if (a != null) {
445
- for (var c = 0; c < this.d6.count; c++) {
446
- if (this.d6._inner[c].g == a) {
447
- return this.d6._inner[c];
445
+ for (var c = 0; c < this.d9.count; c++) {
446
+ if (this.d9._inner[c].g == a) {
447
+ return this.d9._inner[c];
448
448
  }
449
449
  }
450
450
  }
451
- if (b >= 0 && b < this.d6.count) {
452
- return this.d6._inner[b];
451
+ if (b >= 0 && b < this.d9.count) {
452
+ return this.d9._inner[b];
453
453
  }
454
454
  return null;
455
455
  };
456
- FilterCell.prototype.e0 = function () {
457
- this.e8();
456
+ FilterCell.prototype.e3 = function () {
457
+ this.fb();
458
458
  };
459
- FilterCell.prototype.ez = function () {
460
- this.e6();
459
+ FilterCell.prototype.e2 = function () {
460
+ this.e9();
461
461
  };
462
- Object.defineProperty(FilterCell.prototype, "dy", {
462
+ Object.defineProperty(FilterCell.prototype, "d1", {
463
463
  get: function () {
464
- return this.d0.d;
464
+ return this.d3.d;
465
465
  },
466
466
  set: function (a) {
467
- var b = this.d0.d;
468
- this.d0.d = a;
467
+ var b = this.d3.d;
468
+ this.d3.d = a;
469
469
  if (b != a) {
470
- this.ck("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d0.d));
470
+ this.cl("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d3.d));
471
471
  }
472
472
  },
473
473
  enumerable: false,
474
474
  configurable: true
475
475
  });
476
- Object.defineProperty(FilterCell.prototype, "d2", {
476
+ Object.defineProperty(FilterCell.prototype, "d5", {
477
477
  get: function () {
478
- return this.d1;
478
+ return this.d4;
479
479
  },
480
480
  set: function (a) {
481
- var b = this.d1;
482
- this.d1 = a;
481
+ var b = this.d4;
482
+ this.d4 = a;
483
483
  if (b != a) {
484
- this.ck("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d1));
484
+ this.cl("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d4));
485
485
  }
486
486
  },
487
487
  enumerable: false,
488
488
  configurable: true
489
489
  });
490
- Object.defineProperty(FilterCell.prototype, "eg", {
490
+ Object.defineProperty(FilterCell.prototype, "ej", {
491
491
  get: function () {
492
- return this.ef;
492
+ return this.ei;
493
493
  },
494
494
  set: function (a) {
495
- var b = this.ef;
496
- this.ef = a;
497
- if (b != this.ef) {
498
- this.ck("IsEditorEnabled", b, this.ef);
495
+ var b = this.ei;
496
+ this.ei = a;
497
+ if (b != this.ei) {
498
+ this.cl("IsEditorEnabled", b, this.ei);
499
499
  }
500
500
  },
501
501
  enumerable: false,
502
502
  configurable: true
503
503
  });
504
- Object.defineProperty(FilterCell.prototype, "d6", {
504
+ Object.defineProperty(FilterCell.prototype, "d9", {
505
505
  get: function () {
506
- return this.d5;
506
+ return this.d8;
507
507
  },
508
508
  set: function (a) {
509
- var b = this.d5;
510
- this.d5 = a;
511
- if (this.d5 != null) {
512
- this.ck("FilterOperands", b, this.d5);
509
+ var b = this.d8;
510
+ this.d8 = a;
511
+ if (this.d8 != null) {
512
+ this.cl("FilterOperands", b, this.d8);
513
513
  }
514
514
  },
515
515
  enumerable: false,
516
516
  configurable: true
517
517
  });
518
- Object.defineProperty(FilterCell.prototype, "ed", {
518
+ Object.defineProperty(FilterCell.prototype, "eg", {
519
519
  get: function () {
520
- return this.ec;
520
+ return this.ef;
521
521
  },
522
522
  set: function (a) {
523
- var b = this.ec;
524
- this.ec = a;
525
- if (b != this.ec) {
526
- this.ck("FontInfo", b, this.ec);
523
+ var b = this.ef;
524
+ this.ef = a;
525
+ if (b != this.ef) {
526
+ this.cl("FontInfo", b, this.ef);
527
527
  }
528
528
  },
529
529
  enumerable: false,
530
530
  configurable: true
531
531
  });
532
- Object.defineProperty(FilterCell.prototype, "en", {
532
+ Object.defineProperty(FilterCell.prototype, "eq", {
533
533
  get: function () {
534
- return this.em;
534
+ return this.ep;
535
535
  },
536
536
  set: function (a) {
537
- var b = this.em;
538
- this.em = a;
539
- if (b != this.em) {
540
- this.ck("FilterValue", b, this.em);
537
+ var b = this.ep;
538
+ this.ep = a;
539
+ if (b != this.ep) {
540
+ this.cl("FilterValue", b, this.ep);
541
541
  }
542
542
  },
543
543
  enumerable: false,
544
544
  configurable: true
545
545
  });
546
- Object.defineProperty(FilterCell.prototype, "dx", {
546
+ Object.defineProperty(FilterCell.prototype, "d0", {
547
547
  get: function () {
548
- return this.dw;
548
+ return this.dz;
549
549
  },
550
550
  set: function (a) {
551
- var b = this.dw;
552
- this.dw = a;
551
+ var b = this.dz;
552
+ this.dz = a;
553
553
  if (b != a) {
554
- this.ck("Filter", b, this.dw);
554
+ this.cl("Filter", b, this.dz);
555
555
  }
556
556
  },
557
557
  enumerable: false,
558
558
  configurable: true
559
559
  });
560
- Object.defineProperty(FilterCell.prototype, "fl", {
560
+ Object.defineProperty(FilterCell.prototype, "fo", {
561
561
  get: function () {
562
- return this.fk;
562
+ return this.fn;
563
563
  },
564
564
  set: function (a) {
565
- var b = this.fk;
566
- this.fk = a;
567
- if (b != this.fk) {
568
- this.ck("TextColor", b, this.fk);
565
+ var b = this.fn;
566
+ this.fn = a;
567
+ if (b != this.fn) {
568
+ this.cl("TextColor", b, this.fn);
569
569
  }
570
570
  },
571
571
  enumerable: false,
572
572
  configurable: true
573
573
  });
574
574
  FilterCell.$t = markType(FilterCell, 'FilterCell', GridCellBase.$);
575
- FilterCell.eo = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
575
+ FilterCell.er = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
576
576
  return FilterCell;
577
577
  }(GridCellBase));
578
578
  export { FilterCell };