igniteui-angular-data-grids 21.0.0-beta.0 → 21.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-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
@@ -22,124 +22,104 @@ export let EditorCell = /*@__PURE__*/ (() => {
22
22
  class EditorCell extends GridCellBase {
23
23
  constructor(a) {
24
24
  super(a);
25
- this.d3 = null;
25
+ this.d4 = null;
26
+ this.eb = null;
26
27
  this.ea = null;
27
- this.d9 = null;
28
+ this.d1 = null;
28
29
  this.d0 = null;
29
- this.dz = null;
30
- this.eq = null;
31
30
  this.er = null;
32
31
  this.es = null;
33
- this.eb = null;
34
- this.ee = false;
35
- this.ei = false;
32
+ this.et = null;
33
+ this.ec = null;
36
34
  this.ef = false;
37
- this.dx = 0;
35
+ this.ej = false;
36
+ this.eg = false;
37
+ this.dy = 0;
38
+ this.ev = null;
39
+ this.ed = null;
40
+ this.d2 = 1;
38
41
  this.eu = null;
39
- this.ec = null;
40
- this.d1 = 1;
41
- this.et = null;
42
- this.ex = null;
43
- this.dv = null;
44
- this.eg = true;
45
42
  this.ey = null;
46
- this.eh = false;
47
- this.ek = false;
43
+ this.dw = null;
44
+ this.eh = true;
45
+ this.ez = null;
46
+ this.ei = false;
48
47
  this.el = false;
49
- this.ej = false;
48
+ this.em = false;
49
+ this.ek = false;
50
50
  this.ar.setAttribute("tabindex", "-1");
51
51
  this.ar.setStyleProperty("outline", "none");
52
52
  this.ar.setStyleProperty("display", "flex");
53
53
  this.ar.setStyleProperty("align-items", "center");
54
- this.ar.listen("focusout", runOn(this, this.fo));
55
- this.ar.listen("focusin", runOn(this, this.fm));
56
- }
57
- get dy() {
58
- return this.dx;
59
- }
60
- set dy(a) {
61
- let b = this.dx;
62
- this.dx = a;
63
- if (b != this.dx) {
64
- this.ck("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.dx));
65
- }
66
- }
67
- get ew() {
68
- return this.eu;
69
- }
70
- set ew(a) {
71
- let b = this.eu;
72
- this.eu = a;
73
- this.ck("Value", b, this.eu);
54
+ this.ar.listen("focusout", runOn(this, this.fp));
55
+ this.ar.listen("focusin", runOn(this, this.fn));
74
56
  }
75
- get ed() {
76
- return this.ec;
57
+ get dz() {
58
+ return this.dy;
77
59
  }
78
- set ed(a) {
79
- let b = this.ec;
80
- this.ec = a;
81
- if (b != this.ec) {
82
- this.ck("FontInfo", b, this.ec);
60
+ set dz(a) {
61
+ let b = this.dy;
62
+ this.dy = a;
63
+ if (b != this.dy) {
64
+ this.ck("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.dy));
83
65
  }
84
66
  }
85
- get d2() {
86
- return this.d1;
67
+ get ex() {
68
+ return this.ev;
87
69
  }
88
- set d2(a) {
89
- let b = this.d1;
90
- this.d1 = a;
91
- if (b != this.d1) {
92
- this.ck("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d1));
93
- }
70
+ set ex(a) {
71
+ let b = this.ev;
72
+ this.ev = a;
73
+ this.ck("Value", b, this.ev);
94
74
  }
95
- get ev() {
96
- return this.et;
75
+ get ee() {
76
+ return this.ed;
97
77
  }
98
- set ev(a) {
99
- let b = this.et;
100
- this.et = a;
101
- if (b != this.et) {
102
- this.ck("ComboItemsSource", b, this.et);
78
+ set ee(a) {
79
+ let b = this.ed;
80
+ this.ed = a;
81
+ if (b != this.ed) {
82
+ this.ck("FontInfo", b, this.ed);
103
83
  }
104
84
  }
105
- get e0() {
106
- return this.ex;
85
+ get d3() {
86
+ return this.d2;
107
87
  }
108
- set e0(a) {
109
- let b = this.ex;
110
- this.ex = a;
111
- if (b != this.ex) {
112
- this.ck("ComboTextField", b, this.ex);
88
+ set d3(a) {
89
+ let b = this.d2;
90
+ this.d2 = a;
91
+ if (b != this.d2) {
92
+ this.ck("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d2));
113
93
  }
114
94
  }
115
- get dw() {
116
- return this.dv;
117
- }
118
- set dw(a) {
119
- let b = this.dv;
120
- this.dv = a;
121
- if (b != this.dv) {
122
- this.ck("ComboValueField", b, this.dv);
123
- }
124
- }
125
- get eo() {
126
- return this.eg;
95
+ get ew() {
96
+ return this.eu;
127
97
  }
128
- set eo(a) {
129
- let b = this.eg;
130
- this.eg = a;
131
- if (b != this.eg) {
132
- this.ck("IsHidden", b, this.eg);
98
+ set ew(a) {
99
+ let b = this.eu;
100
+ this.eu = a;
101
+ if (b != this.eu) {
102
+ this.ck("ComboItemsSource", b, this.eu);
133
103
  }
134
104
  }
135
- get e4() {
105
+ get e1() {
136
106
  return this.ey;
137
107
  }
138
- set e4(a) {
108
+ set e1(a) {
139
109
  let b = this.ey;
140
110
  this.ey = a;
141
111
  if (b != this.ey) {
142
- this.ck("DateFormatString", b, this.ey);
112
+ this.ck("ComboTextField", b, this.ey);
113
+ }
114
+ }
115
+ get dx() {
116
+ return this.dw;
117
+ }
118
+ set dx(a) {
119
+ let b = this.dw;
120
+ this.dw = a;
121
+ if (b != this.dw) {
122
+ this.ck("ComboValueField", b, this.dw);
143
123
  }
144
124
  }
145
125
  get ep() {
@@ -149,317 +129,337 @@ export let EditorCell = /*@__PURE__*/ (() => {
149
129
  let b = this.eh;
150
130
  this.eh = a;
151
131
  if (b != this.eh) {
152
- this.ck("ShowTodayButton", b, this.eh);
132
+ this.ck("IsHidden", b, this.eh);
153
133
  }
154
134
  }
155
- d8(a) {
156
- if (this.eq == null) {
157
- this.eq = this.am.createElement("div");
158
- let b = this.am.getSubRenderer(this.eq);
159
- this.eb = new Popup();
160
- this.eb.provideRenderer(b);
161
- this.es = this.am.createElement("div");
162
- this.es.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
163
- this.es.setStyleProperty("color", "#fff");
164
- this.es.setStyleProperty("padding", "5px");
165
- this.es.setStyleProperty("outline", "none");
166
- this.es.setAttribute("tabindex", "-1");
135
+ get e5() {
136
+ return this.ez;
137
+ }
138
+ set e5(a) {
139
+ let b = this.ez;
140
+ this.ez = a;
141
+ if (b != this.ez) {
142
+ this.ck("DateFormatString", b, this.ez);
143
+ }
144
+ }
145
+ get eq() {
146
+ return this.ei;
147
+ }
148
+ set eq(a) {
149
+ let b = this.ei;
150
+ this.ei = a;
151
+ if (b != this.ei) {
152
+ this.ck("ShowTodayButton", b, this.ei);
153
+ }
154
+ }
155
+ d9(a) {
156
+ if (this.er == null) {
167
157
  this.er = this.am.createElement("div");
168
- this.er.setStyleProperty("white-space", "pre");
169
- if (this.ed != null) {
170
- this.er.setStyleProperty("font", this.ed.fontString);
158
+ let b = this.am.getSubRenderer(this.er);
159
+ this.ec = new Popup();
160
+ this.ec.provideRenderer(b);
161
+ this.et = this.am.createElement("div");
162
+ this.et.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
163
+ this.et.setStyleProperty("color", "#fff");
164
+ this.et.setStyleProperty("padding", "5px");
165
+ this.et.setStyleProperty("outline", "none");
166
+ this.et.setAttribute("tabindex", "-1");
167
+ this.es = this.am.createElement("div");
168
+ this.es.setStyleProperty("white-space", "pre");
169
+ if (this.ee != null) {
170
+ this.es.setStyleProperty("font", this.ee.fontString);
171
171
  }
172
- this.es.append(this.er);
173
- this.eb.appendPopupContent(this.es);
172
+ this.et.append(this.es);
173
+ this.ec.appendPopupContent(this.et);
174
174
  }
175
175
  let c = null;
176
176
  switch (a) {
177
177
  case 1:
178
- c = this.d7();
178
+ c = this.d8();
179
179
  break;
180
180
  case 2:
181
- c = this.d6();
181
+ c = this.d7();
182
182
  break;
183
183
  case 3:
184
- c = this.d5();
184
+ c = this.d6();
185
185
  break;
186
186
  case 4:
187
- c = this.d4();
187
+ c = this.d5();
188
188
  break;
189
189
  }
190
190
  return c;
191
191
  }
192
+ d8() {
193
+ if (this.eb != null) {
194
+ this.fh();
195
+ this.fm();
196
+ return this.eb;
197
+ }
198
+ this.eb = new TextEditorView(this.am, this.f.getTheme(), this.b);
199
+ this.eb.setFont(this.ee);
200
+ return this.eb;
201
+ }
192
202
  d7() {
193
203
  if (this.ea != null) {
194
- this.fg();
195
- this.fl();
204
+ this.fh();
205
+ this.fm();
196
206
  return this.ea;
197
207
  }
198
- this.ea = new TextEditorView(this.am, this.f.getTheme(), this.b);
199
- this.ea.setFont(this.ed);
208
+ this.ea = new NumericEditorView(this.am, this.f.getTheme(), this.b);
209
+ this.ea.setFont(this.ee);
200
210
  return this.ea;
201
211
  }
202
212
  d6() {
203
- if (this.d9 != null) {
204
- this.fg();
205
- this.fl();
206
- return this.d9;
213
+ if (this.d1 != null) {
214
+ this.fh();
215
+ this.fm();
216
+ return this.d1;
207
217
  }
208
- this.d9 = new NumericEditorView(this.am, this.f.getTheme(), this.b);
209
- this.d9.setFont(this.ed);
210
- return this.d9;
218
+ this.d1 = new DateEditorView(this.am, this.f.getTheme(), this.b);
219
+ this.d1.setFont(this.ee);
220
+ return this.d1;
211
221
  }
212
222
  d5() {
213
223
  if (this.d0 != null) {
214
224
  this.fg();
215
- this.fl();
225
+ this.fh();
226
+ this.fm();
216
227
  return this.d0;
217
228
  }
218
- this.d0 = new DateEditorView(this.am, this.f.getTheme(), this.b);
219
- this.d0.setFont(this.ed);
229
+ this.d0 = new ComboEditorView(this.am, this.f.getTheme(), this.b);
230
+ this.d0.setFont(this.ee);
231
+ this.d0.ah = this.ew;
232
+ this.d0.ak = this.e1;
233
+ this.d0.aa = this.dx;
220
234
  return this.d0;
221
235
  }
222
- d4() {
223
- if (this.dz != null) {
224
- this.ff();
225
- this.fg();
226
- this.fl();
227
- return this.dz;
228
- }
229
- this.dz = new ComboEditorView(this.am, this.f.getTheme(), this.b);
230
- this.dz.setFont(this.ed);
231
- this.dz.ah = this.ev;
232
- this.dz.ak = this.e0;
233
- this.dz.aa = this.dw;
234
- return this.dz;
235
- }
236
- fn(a, b) {
236
+ fo(a, b) {
237
237
  if (b.g != b.d || b.h != b.e) {
238
- if (this.dz != null) {
239
- this.dz.an();
240
- }
241
238
  if (this.d0 != null) {
242
- this.d0.ah();
239
+ this.d0.an();
243
240
  }
244
- this.fd();
241
+ if (this.d1 != null) {
242
+ this.d1.ah();
243
+ }
244
+ this.fe();
245
245
  }
246
246
  }
247
- fb() {
248
- if (!this.ef) {
249
- if (this.d3 != null) {
250
- this.d3.attachEvents();
251
- let a = this.d3;
252
- a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.ft));
253
- let b = this.d3;
254
- b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fj));
255
- let c = this.d3;
256
- c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fi));
257
- let d = this.d3;
258
- d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fr));
259
- this.ef = true;
247
+ fc() {
248
+ if (!this.eg) {
249
+ if (this.d4 != null) {
250
+ this.d4.attachEvents();
251
+ let a = this.d4;
252
+ a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.fu));
253
+ let b = this.d4;
254
+ b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fk));
255
+ let c = this.d4;
256
+ c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fj));
257
+ let d = this.d4;
258
+ d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fs));
259
+ this.eg = true;
260
260
  }
261
261
  }
262
262
  }
263
- fc() {
264
- if (this.ef) {
265
- if (this.d3 != null) {
266
- this.d3.detachEvents();
267
- let a = this.d3;
268
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.ft));
269
- let b = this.d3;
270
- b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fj));
271
- let c = this.d3;
272
- c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fi));
273
- let d = this.d3;
274
- d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fr));
275
- this.ef = false;
263
+ fd() {
264
+ if (this.eg) {
265
+ if (this.d4 != null) {
266
+ this.d4.detachEvents();
267
+ let a = this.d4;
268
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fu));
269
+ let b = this.d4;
270
+ b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fk));
271
+ let c = this.d4;
272
+ c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fj));
273
+ let d = this.d4;
274
+ d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fs));
275
+ this.eg = false;
276
276
  }
277
277
  }
278
278
  }
279
- fq(a) {
280
- this.ek = false;
279
+ fr(a) {
281
280
  this.el = false;
282
- this.ej = false;
281
+ this.em = false;
282
+ this.ek = false;
283
283
  if (!a) {
284
- this.el = true;
285
- this.d3.onTargetChanged();
284
+ this.em = true;
285
+ this.d4.onTargetChanged();
286
286
  }
287
287
  }
288
- fs() {
289
- if (this.d3 != null) {
290
- this.d3.value = this.ew;
288
+ ft() {
289
+ if (this.d4 != null) {
290
+ this.d4.value = this.ex;
291
291
  }
292
292
  }
293
- fg() {
293
+ fh() {
294
294
  }
295
- fk() {
296
- this.ee = true;
297
- this.fc();
295
+ fl() {
296
+ this.ef = true;
297
+ this.fd();
298
298
  this.ar.removeChildren();
299
- if (this.d3 != null) {
300
- this.d3.cleanUp();
301
- }
302
- this.d3 = this.d8(this.d2);
303
- this.ar.append(this.d3.container);
304
- this.fb();
305
- if (this.d3 != null) {
306
- this.d3.isEnabled = !this.isRemoved;
307
- if (!this.eo) {
308
- this.d3.onEditStarted();
299
+ if (this.d4 != null) {
300
+ this.d4.cleanUp();
301
+ }
302
+ this.d4 = this.d9(this.d3);
303
+ this.ar.append(this.d4.container);
304
+ this.fc();
305
+ if (this.d4 != null) {
306
+ this.d4.isEnabled = !this.isRemoved;
307
+ if (!this.ep) {
308
+ this.d4.onEditStarted();
309
309
  }
310
310
  }
311
- this.ee = false;
311
+ this.ef = false;
312
312
  }
313
- ff() {
314
- if (this.dz != null) {
315
- this.dz.ah = this.ev;
316
- this.dz.ak = this.e0;
317
- this.dz.aa = this.dw;
313
+ fg() {
314
+ if (this.d0 != null) {
315
+ this.d0.ah = this.ew;
316
+ this.d0.ak = this.e1;
317
+ this.d0.aa = this.dx;
318
318
  }
319
319
  }
320
- fl() {
321
- if (this.ed != null) {
320
+ fm() {
321
+ if (this.ee != null) {
322
+ if (this.eb != null) {
323
+ this.eb.setFont(this.ee);
324
+ }
322
325
  if (this.ea != null) {
323
- this.ea.setFont(this.ed);
326
+ this.ea.setFont(this.ee);
324
327
  }
325
- if (this.d9 != null) {
326
- this.d9.setFont(this.ed);
328
+ if (this.d1 != null) {
329
+ this.d1.setFont(this.ee);
327
330
  }
328
331
  if (this.d0 != null) {
329
- this.d0.setFont(this.ed);
332
+ this.d0.setFont(this.ee);
330
333
  }
331
- if (this.dz != null) {
332
- this.dz.setFont(this.ed);
333
- }
334
- this.er.setStyleProperty("font", this.ed.fontString);
334
+ this.es.setStyleProperty("font", this.ee.fontString);
335
335
  }
336
336
  }
337
- fe() {
338
- this.ei = false;
339
- if (this.d3 != null) {
340
- if (!this.eo) {
341
- this.d3.onEditStarted();
337
+ ff() {
338
+ this.ej = false;
339
+ if (this.d4 != null) {
340
+ if (!this.ep) {
341
+ this.d4.onEditStarted();
342
342
  }
343
343
  else {
344
- this.d3.onEditEnded();
345
- this.d3.value = null;
346
- this.d3.value = this.ew;
344
+ this.d4.onEditEnded();
345
+ this.d4.value = null;
346
+ this.d4.value = this.ex;
347
347
  }
348
348
  }
349
349
  }
350
- fh() {
351
- if (this.d3 != null && this.d0 == this.d3) {
352
- this.d0.af = this.e4;
350
+ fi() {
351
+ if (this.d4 != null && this.d1 == this.d4) {
352
+ this.d1.af = this.e5;
353
353
  }
354
354
  }
355
- fp() {
356
- if (this.d3 != null && this.d0 == this.d3) {
357
- this.d0.ad = this.ep;
355
+ fq() {
356
+ if (this.d4 != null && this.d1 == this.d4) {
357
+ this.d1.ad = this.eq;
358
358
  }
359
359
  }
360
- fu(a, b, c, d, e) {
360
+ fv(a, b, c, d, e) {
361
361
  if (!stringIsNullOrWhiteSpace(a)) {
362
- this.er.setRawText(a);
363
- this.eb.b9();
364
- this.fv();
362
+ this.es.setRawText(a);
363
+ this.ec.b9();
364
+ this.fw();
365
365
  }
366
366
  }
367
- fv() {
367
+ fw() {
368
368
  let rect_ = this.ar.getNativeElement().getBoundingClientRect();
369
369
  let a = new Rect(4);
370
370
  a.left = (rect_.left + window.pageXOffset);
371
371
  a.top = (rect_.top + window.pageYOffset);
372
372
  a.right = (rect_.right + window.pageXOffset);
373
373
  a.bottom = (rect_.bottom + window.pageYOffset);
374
- this.eb.showRelativeToExclusionRect(a, 1, 0);
374
+ this.ec.showRelativeToExclusionRect(a, 1, 0);
375
375
  }
376
- fd() {
377
- if (this.eb.ax) {
378
- this.eb.b6();
376
+ fe() {
377
+ if (this.ec.ax) {
378
+ this.ec.b6();
379
379
  }
380
380
  }
381
381
  cj() {
382
- if (this.d3 == null) {
383
- this.fk();
384
- this.f.setViewportChangedHandler(runOn(this, this.fn));
382
+ if (this.d4 == null) {
383
+ this.fl();
384
+ this.f.setViewportChangedHandler(runOn(this, this.fo));
385
385
  }
386
386
  }
387
387
  b9() {
388
- if (this.d3 != null) {
389
- this.d3.focus();
388
+ if (this.d4 != null) {
389
+ this.d4.focus();
390
390
  }
391
391
  }
392
392
  ck(a, b, c) {
393
393
  super.ck(a, b, c);
394
394
  switch (a) {
395
395
  case "EditorType":
396
- this.fk();
396
+ this.fl();
397
397
  break;
398
398
  case "ComboItemsSource":
399
399
  case "ComboTextField":
400
400
  case "ComboValueField":
401
- this.ff();
401
+ this.fg();
402
402
  break;
403
403
  case "DataType":
404
- this.fg();
404
+ this.fh();
405
405
  break;
406
406
  case "Value":
407
- this.fs();
407
+ this.ft();
408
408
  break;
409
409
  case "FontInfo":
410
- this.fl();
410
+ this.fm();
411
411
  break;
412
412
  case "IsHidden":
413
- this.fe();
413
+ this.ff();
414
414
  break;
415
415
  case "DateFormatString":
416
- this.fh();
416
+ this.fi();
417
417
  break;
418
418
  case "ShowTodayButton":
419
- this.fp();
419
+ this.fq();
420
420
  break;
421
421
  case "IsRemoved":
422
- if (this.d3 != null) {
423
- this.d3.isEnabled = !this.isRemoved;
422
+ if (this.d4 != null) {
423
+ this.d4.isEnabled = !this.isRemoved;
424
424
  if (!this.isRemoved) {
425
- this.d3.onTargetChanged();
425
+ this.d4.onTargetChanged();
426
426
  }
427
427
  }
428
428
  break;
429
429
  }
430
430
  }
431
- ft(a, b, c) {
432
- if (a == this.d3) {
431
+ fu(a, b, c) {
432
+ if (a == this.d4) {
433
433
  if (!c) {
434
434
  this.b.updateCellEditValue(b);
435
435
  }
436
436
  }
437
437
  }
438
- fr(a) {
439
- if (a == this.d3) {
438
+ fs(a) {
439
+ if (a == this.d4) {
440
440
  this.b.startEditMode();
441
441
  }
442
442
  }
443
- en(a) {
444
- if (a != null && this.eb != null && this.eb.ax) {
445
- let b = this.es.getNativeElement();
443
+ eo(a) {
444
+ if (a != null && this.ec != null && this.ec.ax) {
445
+ let b = this.et.getNativeElement();
446
446
  return b.contains(a);
447
447
  }
448
448
  return false;
449
449
  }
450
- em(a) {
450
+ en(a) {
451
451
  if (a != null) {
452
452
  let b = this.ar.getNativeElement();
453
453
  return b.contains(a);
454
454
  }
455
455
  return false;
456
456
  }
457
- fo(a) {
458
- if (!this.ee) {
457
+ fp(a) {
458
+ if (!this.ef) {
459
459
  let b = (a.originalEvent.relatedTarget);
460
- if (this.ej && !this.em(b) && !this.en(b)) {
460
+ if (this.ek && !this.en(b) && !this.eo(b)) {
461
461
  this.b.editorCellLostFocus();
462
- this.fd();
462
+ this.fe();
463
463
  }
464
464
  let c = this.am.rootWrapper.getNativeElement();
465
465
  if (c.contains(b)) {
@@ -468,23 +468,23 @@ export let EditorCell = /*@__PURE__*/ (() => {
468
468
  if (d == "INPUT" || d == "SELECT" || d == "TEXTAREA" || d == "BUTTON" || d == "OPTION") {
469
469
  return;
470
470
  }
471
- if (this.b.isEditRefocusDesired && this.d3 != null) {
472
- this.d3.focus();
471
+ if (this.b.isEditRefocusDesired && this.d4 != null) {
472
+ this.d4.focus();
473
473
  }
474
474
  }, 0);
475
475
  }
476
476
  }
477
477
  }
478
- fm(a) {
479
- if (this.ek && !this.eb.ax) {
480
- this.fv();
478
+ fn(a) {
479
+ if (this.el && !this.ec.ax) {
480
+ this.fw();
481
481
  }
482
482
  }
483
- fj(a) {
484
- this.ej = true;
483
+ fk(a) {
484
+ this.ek = true;
485
485
  }
486
- fi(a) {
487
- this.ej = false;
486
+ fj(a) {
487
+ this.ek = false;
488
488
  }
489
489
  onContactStarted(a, b) {
490
490
  a.stopPropagation();