igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -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;
27
24
  this.ei = null;
28
25
  this.ek = null;
29
- this.ea = null;
26
+ this.eg = null;
27
+ this.eh = null;
28
+ this.ej = null;
30
29
  this.d9 = null;
30
+ this.d8 = null;
31
+ this.dy = null;
31
32
  this.dz = null;
32
- this.d0 = null;
33
- this.eb = null;
34
- this.d7 = null;
33
+ this.ea = null;
34
+ this.d6 = null;
35
+ this.ed = true;
36
+ this.d0 = 0;
35
37
  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);
38
+ this.d4 = null;
39
+ this.eb = null;
40
+ this.el = null;
41
+ this.dv = null;
42
+ this.fj = null;
56
43
  this.ei = a.createElement("div");
57
44
  this.ei.setStyleProperty("display", "flex");
58
- this.ei.setStyleProperty("flex", "1");
59
- this.ei.setStyleProperty("margin", "0 4px");
60
- this.ej.append(this.ei);
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);
61
49
  this.ek = a.createElement("div");
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) {
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) {
70
70
  case 0:
71
71
  case 1:
72
- if (this.ea == null) {
73
- this.ea = new TextEditorView(this.am, this.f.getTheme(), this.b);
74
- }
75
- return this.ea;
76
- case 2:
77
72
  if (this.d9 == null) {
78
- this.d9 = new NumericEditorView(this.am, this.f.getTheme(), this.b);
73
+ this.d9 = new TextEditorView(this.am, this.f.getTheme(), this.b);
79
74
  }
80
75
  return this.d9;
76
+ case 2:
77
+ if (this.d8 == null) {
78
+ this.d8 = new NumericEditorView(this.am, this.f.getTheme(), this.b);
79
+ }
80
+ return this.d8;
81
81
  case 3:
82
- if (this.dz == null) {
83
- this.dz = new DateEditorView(this.am, this.f.getTheme(), this.b);
82
+ if (this.dy == null) {
83
+ this.dy = new DateEditorView(this.am, this.f.getTheme(), this.b);
84
84
  }
85
- return this.dz;
85
+ return this.dy;
86
86
  default: return null;
87
87
  }
88
88
  }
89
- ff() {
90
- this.ei.removeChildren();
89
+ fe() {
90
+ this.eh.removeChildren();
91
91
  }
92
- e1() {
93
- this.ei.append(this.d7.container);
92
+ e0() {
93
+ this.eh.append(this.d6.container);
94
94
  }
95
- e8() {
95
+ e7() {
96
96
  if (this.ar.getChildCount() == 0) {
97
- this.ar.append(this.ej);
97
+ this.ar.append(this.ei);
98
98
  }
99
99
  }
100
- e6() {
100
+ e5() {
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.fe(a, b, c);
107
+ this.fd(a, b, c);
108
108
  }
109
109
  cj() {
110
- this.fc();
110
+ this.fb();
111
111
  }
112
- fg(a, b, c, d) {
112
+ ff(a, b, c, d) {
113
113
  if (this.d != null) {
114
- let e = this.el.getNativeElement();
114
+ let e = this.ek.getNativeElement();
115
115
  this.d.update("SelectorTop", (e.offsetTop));
116
116
  this.d.update("SelectorLeft", (e.offsetLeft));
117
- let f = this.ei.getNativeElement();
117
+ let f = this.eh.getNativeElement();
118
118
  this.d.update("EditorTop", (f.offsetTop));
119
119
  this.d.update("EditorLeft", (f.offsetLeft));
120
- let g = this.ek.getNativeElement();
120
+ let g = this.ej.getNativeElement();
121
121
  this.d.update("ClearIconTop", (g.offsetTop));
122
122
  this.d.update("ClearIconLeft", (g.offsetLeft));
123
123
  }
124
124
  }
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));
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));
132
132
  }
133
- fc() {
134
- if (this.d7 == null) {
135
- this.e7();
133
+ fb() {
134
+ if (this.d6 == null) {
135
+ this.e6();
136
136
  }
137
137
  }
138
- d3() {
138
+ d2() {
139
139
  let a = 1;
140
- switch (this.dy) {
140
+ switch (this.dx) {
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.d0.b) {
159
+ switch (this.dz.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.d0.b == 44) {
174
- if (this.d6 != null && this.d6.count > 0) {
175
- let b = this.d6._inner[this.d0.x];
173
+ if (this.dz.b == 44) {
174
+ if (this.d5 != null && this.d5.count > 0) {
175
+ let b = this.d5._inner[this.dz.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
- fi(a) {
193
- if (this.eb != null) {
194
- this.eb.disabled = !a;
195
- this.eb.a3 = a ? 1 : 0.3;
192
+ fh(a) {
193
+ if (this.ea != null) {
194
+ this.ea.disabled = !a;
195
+ this.ea.a3 = a ? 1 : 0.3;
196
196
  }
197
197
  }
198
- ex(a) {
199
- if (!this.ee) {
198
+ ew(a) {
199
+ if (!this.ed) {
200
200
  return;
201
201
  }
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);
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);
205
205
  }
206
206
  }
207
207
  else {
208
- this.b.applyFilter(this.d0.b, a);
208
+ this.b.applyFilter(this.dz.b, a);
209
209
  }
210
210
  }
211
- ey() {
212
- if (!this.ee) {
211
+ ex() {
212
+ if (!this.ed) {
213
213
  return;
214
214
  }
215
215
  if (this.b != null) {
216
216
  this.b.clearFilter();
217
217
  }
218
218
  }
219
- fe(a, b, c) {
219
+ fd(a, b, c) {
220
220
  switch (a) {
221
221
  case "DataType":
222
- this.e5();
222
+ this.e4();
223
223
  break;
224
224
  case "EditorType":
225
- this.e7();
225
+ this.e6();
226
226
  break;
227
227
  case "FontInfo":
228
- this.fb();
228
+ this.fa();
229
229
  break;
230
230
  case "Filter":
231
- this.e9();
231
+ this.e8();
232
232
  break;
233
233
  case "FilterOperands":
234
- this.e4();
234
+ this.e3();
235
235
  break;
236
236
  case "FilterValue":
237
- this.fa();
237
+ this.e9();
238
238
  break;
239
239
  case "IsEditorEnabled":
240
- this.d7.isEnabled = this.eg;
240
+ this.d6.isEnabled = this.ef;
241
241
  break;
242
242
  case "TextColor":
243
- this.d0.eq = this.fl;
244
- this.eb.fill = this.fl;
245
- this.d7.textColor = this.fl;
243
+ this.dz.eq = this.fk;
244
+ this.ea.fill = this.fk;
245
+ this.d6.textColor = this.fk;
246
246
  break;
247
247
  }
248
248
  }
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();
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();
257
257
  if (b != null) {
258
258
  if (!Base.equalsStatic(b, a.value)) {
259
- this.d7.value = a.value;
260
- this.en = a.value;
259
+ this.d6.value = a.value;
260
+ this.em = a.value;
261
261
  }
262
262
  }
263
263
  else {
264
- this.d7.value = a.value;
265
- this.en = a.value;
264
+ this.d6.value = a.value;
265
+ this.em = a.value;
266
266
  }
267
267
  }
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();
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();
272
272
  if (d != null) {
273
273
  if (!Base.equalsStatic(d, c.value)) {
274
- this.d7.value = c.value;
275
- this.en = c.value;
274
+ this.d6.value = c.value;
275
+ this.em = c.value;
276
276
  }
277
277
  }
278
278
  else {
279
- this.d7.value = c.value;
280
- this.en = c.value;
279
+ this.d6.value = c.value;
280
+ this.em = c.value;
281
281
  }
282
282
  }
283
- else if (!(typeCast(ColumnCustomFilterCondition.$, this.dx) !== null)) {
284
- this.en = null;
285
- this.d7.value = this.en;
286
- this.d7.setEditorValue(this.en);
283
+ else if (!(typeCast(ColumnCustomFilterCondition.$, this.dw) !== null)) {
284
+ this.em = null;
285
+ this.d6.value = this.em;
286
+ this.d6.setEditorValue(this.em);
287
287
  }
288
288
  }
289
289
  else {
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;
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;
295
295
  }
296
296
  }
297
297
  }
298
- this.ee = true;
298
+ this.ed = true;
299
299
  }
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);
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);
304
304
  }
305
305
  }
306
- e5() {
307
- if (this.dy == 11) {
308
- this.eg = false;
306
+ e4() {
307
+ if (this.dx == 11) {
308
+ this.ef = false;
309
309
  }
310
- this.d2 = this.d3();
310
+ this.d1 = this.d2();
311
311
  }
312
- fa() {
313
- this.fi(this.en != null);
314
- if (this.en == null || Base.equalsStatic(this.en, "")) {
315
- this.ey();
312
+ e9() {
313
+ this.fh(this.em != null);
314
+ if (this.em == null || Base.equalsStatic(this.em, "")) {
315
+ this.ex();
316
316
  }
317
317
  else {
318
- this.ex(this.en);
318
+ this.ew(this.em);
319
319
  }
320
320
  if (this.d != null) {
321
- this.d.update("FilterValue", this.en);
321
+ this.d.update("FilterValue", this.em);
322
322
  }
323
323
  }
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);
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);
344
344
  }
345
- fb() {
346
- if (this.ed != null) {
347
- if (this.d7 != null) {
348
- this.d7.setFont(this.ed);
345
+ fa() {
346
+ if (this.ec != null) {
347
+ if (this.d6 != null) {
348
+ this.d6.setFont(this.ec);
349
349
  }
350
350
  }
351
351
  }
352
- fd(a, b) {
353
- this.d2 = this.d3();
352
+ fc(a, b) {
353
+ this.d1 = this.d2();
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.eg = false;
381
+ this.ef = false;
382
382
  break;
383
383
  default:
384
- this.eg = true;
384
+ this.ef = true;
385
385
  break;
386
386
  }
387
- if (this.dy == 11) {
388
- this.eg = false;
387
+ if (this.dx == 11) {
388
+ this.ef = false;
389
389
  }
390
390
  if (b.newValue == 44) {
391
- if (this.d6 != null && this.d6.count > 0) {
392
- let c = this.d6._inner[this.d0.x];
393
- this.eg = c.d;
391
+ if (this.d5 != null && this.d5.count > 0) {
392
+ let c = this.d5._inner[this.dz.x];
393
+ this.ef = c.d;
394
394
  }
395
395
  }
396
- if (!this.eg) {
397
- this.ex(null);
398
- this.fi(true);
396
+ if (!this.ef) {
397
+ this.ew(null);
398
+ this.fh(true);
399
399
  }
400
- else if (this.en != null && !Base.equalsStatic(this.en, "")) {
401
- this.ex(this.en);
400
+ else if (this.em != null && !Base.equalsStatic(this.em, "")) {
401
+ this.ew(this.em);
402
402
  }
403
403
  else {
404
- this.ey();
405
- this.fi(false);
404
+ this.ex();
405
+ this.fh(false);
406
406
  }
407
407
  if (this.d != null) {
408
- this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.d0.b));
408
+ this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.dz.b));
409
409
  }
410
410
  }
411
- e2(a, b) {
411
+ e1(a, b) {
412
412
  if (b != null) {
413
- if (!this.eg) {
414
- this.d0.b = 0;
415
- this.ey();
413
+ if (!this.ef) {
414
+ this.dz.b = 0;
415
+ this.ex();
416
416
  }
417
417
  }
418
- this.en = null;
419
- if (this.d7 != null) {
420
- this.d7.setEditorValue(null);
421
- this.d7.value = null;
418
+ this.em = null;
419
+ if (this.d6 != null) {
420
+ this.d6.setEditorValue(null);
421
+ this.d6.value = null;
422
422
  }
423
423
  }
424
- fh(a, b, c) {
425
- if (this.d2 == 2) {
424
+ fg(a, b, c) {
425
+ if (this.d1 == 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.en = b;
433
+ this.em = b;
434
434
  }
435
- fj(a, b, c, d) {
436
- this.fg(a, b, c, d);
435
+ fi(a, b, c, d) {
436
+ this.ff(a, b, c, d);
437
437
  }
438
- d4(a, b) {
438
+ d3(a, b) {
439
439
  if (a != null) {
440
- for (let c = 0; c < this.d6.count; c++) {
441
- if (this.d6._inner[c].g == a) {
442
- return this.d6._inner[c];
440
+ for (let c = 0; c < this.d5.count; c++) {
441
+ if (this.d5._inner[c].g == a) {
442
+ return this.d5._inner[c];
443
443
  }
444
444
  }
445
445
  }
446
- if (b >= 0 && b < this.d6.count) {
447
- return this.d6._inner[b];
446
+ if (b >= 0 && b < this.d5.count) {
447
+ return this.d5._inner[b];
448
448
  }
449
449
  return null;
450
450
  }
451
- e0() {
452
- this.e8();
453
- }
454
451
  ez() {
455
- this.e6();
452
+ this.e7();
456
453
  }
457
- get dy() {
458
- return this.d0.d;
454
+ ey() {
455
+ this.e5();
459
456
  }
460
- set dy(a) {
461
- let b = this.d0.d;
462
- this.d0.d = a;
457
+ get dx() {
458
+ return this.dz.d;
459
+ }
460
+ set dx(a) {
461
+ let b = this.dz.d;
462
+ this.dz.d = a;
463
463
  if (b != a) {
464
- this.ck("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d0.d));
464
+ this.ck("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.dz.d));
465
465
  }
466
466
  }
467
- get d2() {
468
- return this.d1;
467
+ get d1() {
468
+ return this.d0;
469
469
  }
470
- set d2(a) {
471
- let b = this.d1;
472
- this.d1 = a;
470
+ set d1(a) {
471
+ let b = this.d0;
472
+ this.d0 = a;
473
473
  if (b != a) {
474
- this.ck("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d1));
474
+ this.ck("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d0));
475
475
  }
476
476
  }
477
- get eg() {
478
- return this.ef;
477
+ get ef() {
478
+ return this.ee;
479
479
  }
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);
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);
485
485
  }
486
486
  }
487
- get d6() {
488
- return this.d5;
487
+ get d5() {
488
+ return this.d4;
489
489
  }
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);
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);
495
495
  }
496
496
  }
497
- get ed() {
498
- return this.ec;
497
+ get ec() {
498
+ return this.eb;
499
499
  }
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);
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);
505
505
  }
506
506
  }
507
- get en() {
508
- return this.em;
507
+ get em() {
508
+ return this.el;
509
509
  }
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);
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);
515
515
  }
516
516
  }
517
- get dx() {
518
- return this.dw;
517
+ get dw() {
518
+ return this.dv;
519
519
  }
520
- set dx(a) {
521
- let b = this.dw;
522
- this.dw = a;
520
+ set dw(a) {
521
+ let b = this.dv;
522
+ this.dv = a;
523
523
  if (b != a) {
524
- this.ck("Filter", b, this.dw);
524
+ this.ck("Filter", b, this.dv);
525
525
  }
526
526
  }
527
- get fl() {
528
- return this.fk;
527
+ get fk() {
528
+ return this.fj;
529
529
  }
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);
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);
535
535
  }
536
536
  }
537
537
  }
538
538
  FilterCell.$t = /*@__PURE__*/ markType(FilterCell, 'FilterCell', GridCellBase.$);
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";
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";
540
540
  return FilterCell;
541
541
  })();
542
542
  export { FilterCell };