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