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