igniteui-angular-data-grids 21.0.0 → 21.0.1

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