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
@@ -24,123 +24,123 @@ export let FilterCell = /*@__PURE__*/ (() => {
24
24
  class FilterCell extends GridCellBase {
25
25
  constructor(a) {
26
26
  super(a);
27
- this.em = null;
28
27
  this.eo = null;
29
- this.ek = null;
30
- this.el = null;
28
+ this.eq = null;
29
+ this.em = null;
31
30
  this.en = null;
32
- this.ed = null;
33
- this.ec = null;
34
- this.d2 = null;
35
- this.d3 = null;
31
+ this.ep = null;
32
+ this.ef = null;
36
33
  this.ee = null;
34
+ this.d4 = null;
35
+ this.d5 = null;
36
+ this.eg = null;
37
+ this.ec = null;
38
+ this.ej = true;
39
+ this.d6 = 0;
40
+ this.ek = true;
37
41
  this.ea = null;
38
- this.eh = true;
39
- this.d4 = 0;
40
- this.ei = true;
41
- this.d8 = null;
42
- this.ef = null;
43
- this.ep = null;
44
- this.dz = null;
45
- this.fn = null;
46
- this.em = a.createElement("div");
47
- this.em.setStyleProperty("display", "flex");
48
- this.em.setStyleProperty("flex-direction", "row");
49
- this.em.setStyleProperty("align-items", "center");
50
- this.em.setStyleProperty("height", "100%");
51
- this.ar.append(this.em);
42
+ this.eh = null;
43
+ this.er = null;
44
+ this.d1 = null;
45
+ this.fp = null;
52
46
  this.eo = a.createElement("div");
53
- this.ek = a.getSubRenderer(this.eo);
54
- this.d3 = new ComparisonOperatorSelector();
55
- this.d3.ej(this.ek);
56
- this.eo.setStyleProperty("width", "24px");
57
- this.eo.setStyleProperty("height", "24px");
58
- this.em.append(this.eo);
59
- this.el = a.createElement("div");
60
- this.el.setStyleProperty("display", "flex");
61
- this.el.setStyleProperty("flex", "1");
62
- this.el.setStyleProperty("margin", "0 4px");
63
- this.em.append(this.el);
47
+ this.eo.setStyleProperty("display", "flex");
48
+ this.eo.setStyleProperty("flex-direction", "row");
49
+ this.eo.setStyleProperty("align-items", "center");
50
+ this.eo.setStyleProperty("height", "100%");
51
+ this.ar.append(this.eo);
52
+ this.eq = a.createElement("div");
53
+ this.em = a.getSubRenderer(this.eq);
54
+ this.d5 = new ComparisonOperatorSelector();
55
+ this.d5.ej(this.em);
56
+ this.eq.setStyleProperty("width", "24px");
57
+ this.eq.setStyleProperty("height", "24px");
58
+ this.eo.append(this.eq);
64
59
  this.en = a.createElement("div");
65
- this.en.setStyleProperty("transform", "scale(0.75)");
66
- this.ee = new XIcon();
67
- this.ee.provideContainer(a.getSubRenderer(this.en));
68
- this.em.append(this.en);
69
- this.e6();
70
- }
71
- eb(a) {
72
- switch (this.d5) {
60
+ this.en.setStyleProperty("display", "flex");
61
+ this.en.setStyleProperty("flex", "1");
62
+ this.en.setStyleProperty("margin", "0 4px");
63
+ this.eo.append(this.en);
64
+ this.ep = a.createElement("div");
65
+ this.ep.setStyleProperty("transform", "scale(0.75)");
66
+ this.eg = new XIcon();
67
+ this.eg.provideContainer(a.getSubRenderer(this.ep));
68
+ this.eo.append(this.ep);
69
+ this.e8();
70
+ }
71
+ ed(a) {
72
+ switch (this.d7) {
73
73
  case 0:
74
74
  case 1:
75
- if (this.ed == null) {
76
- this.ed = new TextEditorView(this.am, this.f.getTheme(), this.b);
75
+ if (this.ef == null) {
76
+ this.ef = new TextEditorView(this.am, this.f.getTheme(), this.b);
77
77
  }
78
- return this.ed;
78
+ return this.ef;
79
79
  case 2:
80
- if (this.ec == null) {
81
- this.ec = new NumericEditorView(this.am, this.f.getTheme(), this.b);
80
+ if (this.ee == null) {
81
+ this.ee = new NumericEditorView(this.am, this.f.getTheme(), this.b);
82
82
  }
83
- return this.ec;
83
+ return this.ee;
84
84
  case 3:
85
- if (this.d2 == null) {
86
- this.d2 = new DateEditorView(this.am, this.f.getTheme(), this.b);
85
+ if (this.d4 == null) {
86
+ this.d4 = new DateEditorView(this.am, this.f.getTheme(), this.b);
87
87
  }
88
- return this.d2;
88
+ return this.d4;
89
89
  default: return null;
90
90
  }
91
91
  }
92
- fi() {
93
- this.el.removeChildren();
92
+ fk() {
93
+ this.en.removeChildren();
94
94
  }
95
- e4() {
96
- this.el.append(this.ea.container);
95
+ e6() {
96
+ this.en.append(this.ec.container);
97
97
  }
98
- fb() {
98
+ fd() {
99
99
  if (this.ar.getChildCount() == 0) {
100
- this.ar.append(this.em);
100
+ this.ar.append(this.eo);
101
101
  }
102
102
  }
103
- e9() {
103
+ fb() {
104
104
  if (this.ar.getChildCount() > 0) {
105
105
  this.ar.removeChildren();
106
106
  }
107
107
  }
108
- cl(a, b, c) {
109
- super.cl(a, b, c);
110
- this.fh(a, b, c);
108
+ cn(a, b, c) {
109
+ super.cn(a, b, c);
110
+ this.fj(a, b, c);
111
111
  }
112
- ck() {
113
- this.ff();
112
+ cm() {
113
+ this.fh();
114
114
  }
115
- fj(a, b, c, d) {
115
+ fl(a, b, c, d) {
116
116
  if (this.d != null) {
117
- let e = this.eo.getNativeElement();
117
+ let e = this.eq.getNativeElement();
118
118
  this.d.update("SelectorTop", (e.offsetTop));
119
119
  this.d.update("SelectorLeft", (e.offsetLeft));
120
- let f = this.el.getNativeElement();
120
+ let f = this.en.getNativeElement();
121
121
  this.d.update("EditorTop", (f.offsetTop));
122
122
  this.d.update("EditorLeft", (f.offsetLeft));
123
- let g = this.en.getNativeElement();
123
+ let g = this.ep.getNativeElement();
124
124
  this.d.update("ClearIconTop", (g.offsetTop));
125
125
  this.d.update("ClearIconLeft", (g.offsetLeft));
126
126
  }
127
127
  }
128
- e6() {
129
- let a = this.d3;
130
- a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.fg));
131
- this.ee.svgPath = FilterCell.er;
132
- this.fl(false);
133
- let b = this.ee;
134
- b.clicked = delegateCombine(b.clicked, runOn(this, this.e5));
128
+ e8() {
129
+ let a = this.d5;
130
+ a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.fi));
131
+ this.eg.svgPath = FilterCell.et;
132
+ this.fn(false);
133
+ let b = this.eg;
134
+ b.clicked = delegateCombine(b.clicked, runOn(this, this.e7));
135
135
  }
136
- ff() {
137
- if (this.ea == null) {
138
- this.fa();
136
+ fh() {
137
+ if (this.ec == null) {
138
+ this.fc();
139
139
  }
140
140
  }
141
- d6() {
141
+ d8() {
142
142
  let a = 1;
143
- switch (this.d1) {
143
+ switch (this.d3) {
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.d3.b) {
162
+ switch (this.d5.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.d3.b == 44) {
177
- if (this.d9 != null && this.d9.count > 0) {
178
- let b = this.d9._inner[this.d3.x];
176
+ if (this.d5.b == 44) {
177
+ if (this.eb != null && this.eb.count > 0) {
178
+ let b = this.eb._inner[this.d5.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
- fl(a) {
196
- if (this.ee != null) {
197
- this.ee.disabled = !a;
198
- this.ee.a3 = a ? 1 : 0.3;
195
+ fn(a) {
196
+ if (this.eg != null) {
197
+ this.eg.disabled = !a;
198
+ this.eg.a3 = a ? 1 : 0.3;
199
199
  }
200
200
  }
201
- e0(a) {
202
- if (!this.eh) {
201
+ e2(a) {
202
+ if (!this.ej) {
203
203
  return;
204
204
  }
205
- if (this.d3.b == 44) {
206
- if (this.d9 != null && this.d9.count > 0) {
207
- this.b.applyCustomFilter(this.d3.ae, this.d3.x, a);
205
+ if (this.d5.b == 44) {
206
+ if (this.eb != null && this.eb.count > 0) {
207
+ this.b.applyCustomFilter(this.d5.ae, this.d5.x, a);
208
208
  }
209
209
  }
210
210
  else {
211
- this.b.applyFilter(this.d3.b, a);
211
+ this.b.applyFilter(this.d5.b, a);
212
212
  }
213
213
  }
214
- e1() {
215
- if (!this.eh) {
214
+ e3() {
215
+ if (!this.ej) {
216
216
  return;
217
217
  }
218
218
  if (this.b != null) {
219
219
  this.b.clearFilter();
220
220
  }
221
221
  }
222
- fh(a, b, c) {
222
+ fj(a, b, c) {
223
223
  switch (a) {
224
224
  case "DataType":
225
- this.e8();
225
+ this.fa();
226
226
  break;
227
227
  case "EditorType":
228
- this.fa();
228
+ this.fc();
229
229
  break;
230
230
  case "FontInfo":
231
- this.fe();
231
+ this.fg();
232
232
  break;
233
233
  case "Filter":
234
- this.fc();
234
+ this.fe();
235
235
  break;
236
236
  case "FilterOperands":
237
- this.e7();
237
+ this.e9();
238
238
  break;
239
239
  case "FilterValue":
240
- this.fd();
240
+ this.ff();
241
241
  break;
242
242
  case "IsEditorEnabled":
243
- this.ea.isEnabled = this.ej;
243
+ this.ec.isEnabled = this.el;
244
244
  break;
245
245
  case "TextColor":
246
- this.d3.eq = this.fo;
247
- this.ee.fill = this.fo;
248
- this.ea.textColor = this.fo;
246
+ this.d5.eq = this.fq;
247
+ this.eg.fill = this.fq;
248
+ this.ec.textColor = this.fq;
249
249
  break;
250
250
  }
251
251
  }
252
- fc() {
253
- this.eh = false;
254
- if (this.ea != null) {
255
- if (this.d0 != null) {
256
- if (typeCast(ColumnComparisonFilterCondition.$, this.d0) !== null) {
257
- let a = typeCast(ColumnComparisonFilterCondition.$, this.d0);
258
- this.d3.b = a.operator;
259
- let b = this.ea.getEditorValue();
252
+ fe() {
253
+ this.ej = false;
254
+ if (this.ec != null) {
255
+ if (this.d2 != null) {
256
+ if (typeCast(ColumnComparisonFilterCondition.$, this.d2) !== null) {
257
+ let a = typeCast(ColumnComparisonFilterCondition.$, this.d2);
258
+ this.d5.b = a.operator;
259
+ let b = this.ec.getEditorValue();
260
260
  if (b != null) {
261
261
  if (!Base.equalsStatic(b, a.value)) {
262
- this.ea.value = a.value;
263
- this.eq = a.value;
262
+ this.ec.value = a.value;
263
+ this.es = a.value;
264
264
  }
265
265
  }
266
266
  else {
267
- this.ea.value = a.value;
268
- this.eq = a.value;
267
+ this.ec.value = a.value;
268
+ this.es = a.value;
269
269
  }
270
270
  }
271
- else if (typeCast(ColumnCustomFilterCondition.$, this.d0) !== null) {
272
- let c = typeCast(ColumnCustomFilterCondition.$, this.d0);
273
- this.d3.ek(c.id, c.index);
274
- let d = this.ea.getEditorValue();
271
+ else if (typeCast(ColumnCustomFilterCondition.$, this.d2) !== null) {
272
+ let c = typeCast(ColumnCustomFilterCondition.$, this.d2);
273
+ this.d5.ek(c.id, c.index);
274
+ let d = this.ec.getEditorValue();
275
275
  if (d != null) {
276
276
  if (!Base.equalsStatic(d, c.value)) {
277
- this.ea.value = c.value;
278
- this.eq = c.value;
277
+ this.ec.value = c.value;
278
+ this.es = c.value;
279
279
  }
280
280
  }
281
281
  else {
282
- this.ea.value = c.value;
283
- this.eq = c.value;
282
+ this.ec.value = c.value;
283
+ this.es = c.value;
284
284
  }
285
285
  }
286
- else if (!(typeCast(ColumnCustomFilterCondition.$, this.d0) !== null)) {
287
- this.eq = null;
288
- this.ea.value = this.eq;
289
- this.ea.setEditorValue(this.eq);
286
+ else if (!(typeCast(ColumnCustomFilterCondition.$, this.d2) !== null)) {
287
+ this.es = null;
288
+ this.ec.value = this.es;
289
+ this.ec.setEditorValue(this.es);
290
290
  }
291
291
  }
292
292
  else {
293
- this.eq = null;
294
- this.ea.value = this.eq;
295
- this.ea.setEditorValue(this.eq);
296
- if (!this.ej) {
297
- this.d3.b = 0;
293
+ this.es = null;
294
+ this.ec.value = this.es;
295
+ this.ec.setEditorValue(this.es);
296
+ if (!this.el) {
297
+ this.d5.b = 0;
298
298
  }
299
299
  }
300
300
  }
301
- this.eh = true;
301
+ this.ej = true;
302
302
  }
303
- e7() {
304
- this.d3.d7();
305
- for (let a = 0; a < this.d9.count; a++) {
306
- this.d3.d1(this.d9._inner[a].e, this.d9._inner[a].f, this.d9._inner[a].g, a);
303
+ e9() {
304
+ this.d5.d7();
305
+ for (let a = 0; a < this.eb.count; a++) {
306
+ this.d5.d1(this.eb._inner[a].e, this.eb._inner[a].f, this.eb._inner[a].g, a);
307
307
  }
308
308
  }
309
- e8() {
310
- if (this.d1 == 11) {
311
- this.ej = false;
309
+ fa() {
310
+ if (this.d3 == 11) {
311
+ this.el = false;
312
312
  }
313
- this.d5 = this.d6();
313
+ this.d7 = this.d8();
314
314
  }
315
- fd() {
316
- this.fl(this.eq != null);
317
- if (this.eq == null || Base.equalsStatic(this.eq, "")) {
318
- this.e1();
315
+ ff() {
316
+ this.fn(this.es != null);
317
+ if (this.es == null || Base.equalsStatic(this.es, "")) {
318
+ this.e3();
319
319
  }
320
320
  else {
321
- this.e0(this.eq);
321
+ this.e2(this.es);
322
322
  }
323
323
  if (this.d != null) {
324
- this.d.update("FilterValue", this.eq);
325
- }
326
- }
327
- fa() {
328
- if (this.ea != null) {
329
- this.ea.detachEvents();
330
- let a = this.ea;
331
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fk));
324
+ this.d.update("FilterValue", this.es);
332
325
  }
333
- this.fi();
334
- this.ea = this.eb(this.d5);
335
- this.ea.onEditStarted();
336
- if (this.ea != null) {
337
- this.ea.attachEvents();
338
- this.ea.setFont(this.eg);
339
- this.ea.isEnabled = this.ej;
340
- this.ea.focusOnValueChanged = false;
341
- this.ea.showClearButton = false;
342
- let b = this.ea;
343
- b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.fk));
344
- this.e4();
345
- }
346
- this.e5(null, null);
347
326
  }
348
- fe() {
349
- if (this.eg != null) {
350
- if (this.ea != null) {
351
- this.ea.setFont(this.eg);
327
+ fc() {
328
+ if (this.ec != null) {
329
+ this.ec.detachEvents();
330
+ let a = this.ec;
331
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fm));
332
+ }
333
+ this.fk();
334
+ this.ec = this.ed(this.d7);
335
+ this.ec.onEditStarted();
336
+ if (this.ec != null) {
337
+ this.ec.attachEvents();
338
+ this.ec.setFont(this.ei);
339
+ this.ec.isEnabled = this.el;
340
+ this.ec.focusOnValueChanged = false;
341
+ this.ec.showClearButton = false;
342
+ let b = this.ec;
343
+ b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.fm));
344
+ this.e6();
345
+ }
346
+ this.e7(null, null);
347
+ }
348
+ fg() {
349
+ if (this.ei != null) {
350
+ if (this.ec != null) {
351
+ this.ec.setFont(this.ei);
352
352
  }
353
353
  }
354
354
  }
355
- fg(a, b) {
356
- this.d5 = this.d6();
355
+ fi(a, b) {
356
+ this.d7 = this.d8();
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.ej = false;
384
+ this.el = false;
385
385
  break;
386
386
  default:
387
- this.ej = true;
387
+ this.el = true;
388
388
  break;
389
389
  }
390
- if (this.d1 == 11) {
391
- this.ej = false;
390
+ if (this.d3 == 11) {
391
+ this.el = false;
392
392
  }
393
393
  if (b.newValue == 44) {
394
- if (this.d9 != null && this.d9.count > 0) {
395
- let c = this.d9._inner[this.d3.x];
396
- this.ej = c.d;
394
+ if (this.eb != null && this.eb.count > 0) {
395
+ let c = this.eb._inner[this.d5.x];
396
+ this.el = c.d;
397
397
  }
398
398
  }
399
- if (!this.ej) {
400
- this.e0(null);
401
- this.fl(true);
399
+ if (!this.el) {
400
+ this.e2(null);
401
+ this.fn(true);
402
402
  }
403
- else if (this.eq != null && !Base.equalsStatic(this.eq, "")) {
404
- this.e0(this.eq);
403
+ else if (this.es != null && !Base.equalsStatic(this.es, "")) {
404
+ this.e2(this.es);
405
405
  }
406
406
  else {
407
- this.e1();
408
- this.fl(false);
407
+ this.e3();
408
+ this.fn(false);
409
409
  }
410
410
  if (this.d != null) {
411
- this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.d3.b));
411
+ this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.d5.b));
412
412
  }
413
413
  }
414
- e5(a, b) {
414
+ e7(a, b) {
415
415
  if (b != null) {
416
- if (!this.ej) {
417
- this.d3.b = 0;
418
- this.e1();
416
+ if (!this.el) {
417
+ this.d5.b = 0;
418
+ this.e3();
419
419
  }
420
420
  }
421
- this.eq = null;
422
- if (this.ea != null) {
423
- this.ea.setEditorValue(null);
424
- this.ea.value = null;
421
+ this.es = null;
422
+ if (this.ec != null) {
423
+ this.ec.setEditorValue(null);
424
+ this.ec.value = null;
425
425
  }
426
426
  }
427
- fk(a, b, c) {
428
- if (this.d5 == 2) {
427
+ fm(a, b, c) {
428
+ if (this.d7 == 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.eq = b;
436
+ this.es = b;
437
437
  }
438
- fm(a, b, c, d) {
439
- this.fj(a, b, c, d);
438
+ fo(a, b, c, d) {
439
+ this.fl(a, b, c, d);
440
440
  }
441
- d7(a, b) {
441
+ d9(a, b) {
442
442
  if (a != null) {
443
- for (let c = 0; c < this.d9.count; c++) {
444
- if (this.d9._inner[c].g == a) {
445
- return this.d9._inner[c];
443
+ for (let c = 0; c < this.eb.count; c++) {
444
+ if (this.eb._inner[c].g == a) {
445
+ return this.eb._inner[c];
446
446
  }
447
447
  }
448
448
  }
449
- if (b >= 0 && b < this.d9.count) {
450
- return this.d9._inner[b];
449
+ if (b >= 0 && b < this.eb.count) {
450
+ return this.eb._inner[b];
451
451
  }
452
452
  return null;
453
453
  }
454
- e3() {
455
- this.fb();
454
+ e5() {
455
+ this.fd();
456
456
  }
457
- e2() {
458
- this.e9();
457
+ e4() {
458
+ this.fb();
459
459
  }
460
- get d1() {
461
- return this.d3.d;
460
+ get d3() {
461
+ return this.d5.d;
462
462
  }
463
- set d1(a) {
464
- let b = this.d3.d;
465
- this.d3.d = a;
463
+ set d3(a) {
464
+ let b = this.d5.d;
465
+ this.d5.d = a;
466
466
  if (b != a) {
467
- this.cl("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d3.d));
467
+ this.cn("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d5.d));
468
468
  }
469
469
  }
470
- get d5() {
471
- return this.d4;
470
+ get d7() {
471
+ return this.d6;
472
472
  }
473
- set d5(a) {
474
- let b = this.d4;
475
- this.d4 = a;
473
+ set d7(a) {
474
+ let b = this.d6;
475
+ this.d6 = a;
476
476
  if (b != a) {
477
- this.cl("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d4));
477
+ this.cn("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d6));
478
478
  }
479
479
  }
480
- get ej() {
481
- return this.ei;
480
+ get el() {
481
+ return this.ek;
482
482
  }
483
- set ej(a) {
484
- let b = this.ei;
485
- this.ei = a;
486
- if (b != this.ei) {
487
- this.cl("IsEditorEnabled", b, this.ei);
483
+ set el(a) {
484
+ let b = this.ek;
485
+ this.ek = a;
486
+ if (b != this.ek) {
487
+ this.cn("IsEditorEnabled", b, this.ek);
488
488
  }
489
489
  }
490
- get d9() {
491
- return this.d8;
490
+ get eb() {
491
+ return this.ea;
492
492
  }
493
- set d9(a) {
494
- let b = this.d8;
495
- this.d8 = a;
496
- if (this.d8 != null) {
497
- this.cl("FilterOperands", b, this.d8);
493
+ set eb(a) {
494
+ let b = this.ea;
495
+ this.ea = a;
496
+ if (this.ea != null) {
497
+ this.cn("FilterOperands", b, this.ea);
498
498
  }
499
499
  }
500
- get eg() {
501
- return this.ef;
500
+ get ei() {
501
+ return this.eh;
502
502
  }
503
- set eg(a) {
504
- let b = this.ef;
505
- this.ef = a;
506
- if (b != this.ef) {
507
- this.cl("FontInfo", b, this.ef);
503
+ set ei(a) {
504
+ let b = this.eh;
505
+ this.eh = a;
506
+ if (b != this.eh) {
507
+ this.cn("FontInfo", b, this.eh);
508
508
  }
509
509
  }
510
- get eq() {
511
- return this.ep;
510
+ get es() {
511
+ return this.er;
512
512
  }
513
- set eq(a) {
514
- let b = this.ep;
515
- this.ep = a;
516
- if (b != this.ep) {
517
- this.cl("FilterValue", b, this.ep);
513
+ set es(a) {
514
+ let b = this.er;
515
+ this.er = a;
516
+ if (b != this.er) {
517
+ this.cn("FilterValue", b, this.er);
518
518
  }
519
519
  }
520
- get d0() {
521
- return this.dz;
520
+ get d2() {
521
+ return this.d1;
522
522
  }
523
- set d0(a) {
524
- let b = this.dz;
525
- this.dz = a;
523
+ set d2(a) {
524
+ let b = this.d1;
525
+ this.d1 = a;
526
526
  if (b != a) {
527
- this.cl("Filter", b, this.dz);
527
+ this.cn("Filter", b, this.d1);
528
528
  }
529
529
  }
530
- get fo() {
531
- return this.fn;
530
+ get fq() {
531
+ return this.fp;
532
532
  }
533
- set fo(a) {
534
- let b = this.fn;
535
- this.fn = a;
536
- if (b != this.fn) {
537
- this.cl("TextColor", b, this.fn);
533
+ set fq(a) {
534
+ let b = this.fp;
535
+ this.fp = a;
536
+ if (b != this.fp) {
537
+ this.cn("TextColor", b, this.fp);
538
538
  }
539
539
  }
540
540
  }
541
541
  FilterCell.$t = markType(FilterCell, 'FilterCell', GridCellBase.$);
542
- 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";
542
+ 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";
543
543
  return FilterCell;
544
544
  })();