igniteui-webcomponents-data-grids 7.1.0-beta.1 → 7.1.0-beta.3

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