igniteui-webcomponents-data-grids 6.3.1 → 7.0.1-beta.0

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