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

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