igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2

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