igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -17,72 +17,92 @@ import { Rect } from "igniteui-webcomponents-core";
17
17
  import { stringIsNullOrWhiteSpace } from "igniteui-webcomponents-core";
18
18
  let EditorCell = /*@__PURE__*/ (() => {
19
19
  class EditorCell extends GridCellBase {
20
- get dz() {
21
- return this.dy;
20
+ get dy() {
21
+ return this.dx;
22
22
  }
23
- set dz(a) {
24
- let b = this.dy;
25
- this.dy = a;
26
- if (b != this.dy) {
27
- this.ck("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.dy));
23
+ set dy(a) {
24
+ let b = this.dx;
25
+ this.dx = a;
26
+ if (b != this.dx) {
27
+ this.ck("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.dx));
28
28
  }
29
29
  }
30
- get ex() {
31
- return this.ev;
30
+ get ew() {
31
+ return this.eu;
32
32
  }
33
- set ex(a) {
34
- let b = this.ev;
35
- this.ev = a;
36
- this.ck("Value", b, this.ev);
33
+ set ew(a) {
34
+ let b = this.eu;
35
+ this.eu = a;
36
+ this.ck("Value", b, this.eu);
37
37
  }
38
- get ee() {
39
- return this.ed;
38
+ get ed() {
39
+ return this.ec;
40
40
  }
41
- set ee(a) {
42
- let b = this.ed;
43
- this.ed = a;
44
- if (b != this.ed) {
45
- this.ck("FontInfo", b, this.ed);
41
+ set ed(a) {
42
+ let b = this.ec;
43
+ this.ec = a;
44
+ if (b != this.ec) {
45
+ this.ck("FontInfo", b, this.ec);
46
46
  }
47
47
  }
48
- get d3() {
49
- return this.d2;
48
+ get d2() {
49
+ return this.d1;
50
50
  }
51
- set d3(a) {
52
- let b = this.d2;
53
- this.d2 = a;
54
- if (b != this.d2) {
55
- this.ck("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d2));
51
+ set d2(a) {
52
+ let b = this.d1;
53
+ this.d1 = a;
54
+ if (b != this.d1) {
55
+ this.ck("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d1));
56
56
  }
57
57
  }
58
- get ew() {
59
- return this.eu;
58
+ get ev() {
59
+ return this.et;
60
60
  }
61
- set ew(a) {
62
- let b = this.eu;
63
- this.eu = a;
64
- if (b != this.eu) {
65
- this.ck("ComboItemsSource", b, this.eu);
61
+ set ev(a) {
62
+ let b = this.et;
63
+ this.et = a;
64
+ if (b != this.et) {
65
+ this.ck("ComboItemsSource", b, this.et);
66
+ }
67
+ }
68
+ get e0() {
69
+ return this.ex;
70
+ }
71
+ set e0(a) {
72
+ let b = this.ex;
73
+ this.ex = a;
74
+ if (b != this.ex) {
75
+ this.ck("ComboTextField", b, this.ex);
66
76
  }
67
77
  }
68
- get e1() {
78
+ get dw() {
79
+ return this.dv;
80
+ }
81
+ set dw(a) {
82
+ let b = this.dv;
83
+ this.dv = a;
84
+ if (b != this.dv) {
85
+ this.ck("ComboValueField", b, this.dv);
86
+ }
87
+ }
88
+ get eo() {
89
+ return this.eg;
90
+ }
91
+ set eo(a) {
92
+ let b = this.eg;
93
+ this.eg = a;
94
+ if (b != this.eg) {
95
+ this.ck("IsHidden", b, this.eg);
96
+ }
97
+ }
98
+ get e4() {
69
99
  return this.ey;
70
100
  }
71
- set e1(a) {
101
+ set e4(a) {
72
102
  let b = this.ey;
73
103
  this.ey = a;
74
104
  if (b != this.ey) {
75
- this.ck("ComboTextField", b, this.ey);
76
- }
77
- }
78
- get dx() {
79
- return this.dw;
80
- }
81
- set dx(a) {
82
- let b = this.dw;
83
- this.dw = a;
84
- if (b != this.dw) {
85
- this.ck("ComboValueField", b, this.dw);
105
+ this.ck("DateFormatString", b, this.ey);
86
106
  }
87
107
  }
88
108
  get ep() {
@@ -92,371 +112,351 @@ let EditorCell = /*@__PURE__*/ (() => {
92
112
  let b = this.eh;
93
113
  this.eh = a;
94
114
  if (b != this.eh) {
95
- this.ck("IsHidden", b, this.eh);
96
- }
97
- }
98
- get e5() {
99
- return this.ez;
100
- }
101
- set e5(a) {
102
- let b = this.ez;
103
- this.ez = a;
104
- if (b != this.ez) {
105
- this.ck("DateFormatString", b, this.ez);
106
- }
107
- }
108
- get eq() {
109
- return this.ei;
110
- }
111
- set eq(a) {
112
- let b = this.ei;
113
- this.ei = a;
114
- if (b != this.ei) {
115
- this.ck("ShowTodayButton", b, this.ei);
115
+ this.ck("ShowTodayButton", b, this.eh);
116
116
  }
117
117
  }
118
118
  constructor(a) {
119
119
  super(a);
120
- this.d4 = null;
121
- this.eb = null;
120
+ this.d3 = null;
122
121
  this.ea = null;
123
- this.d1 = null;
122
+ this.d9 = null;
124
123
  this.d0 = null;
124
+ this.dz = null;
125
+ this.eq = null;
125
126
  this.er = null;
126
127
  this.es = null;
127
- this.et = null;
128
- this.ec = null;
128
+ this.eb = null;
129
+ this.ee = false;
130
+ this.ei = false;
129
131
  this.ef = false;
130
- this.ej = false;
131
- this.eg = false;
132
- this.dy = 0;
133
- this.ev = null;
134
- this.ed = null;
135
- this.d2 = 1;
132
+ this.dx = 0;
136
133
  this.eu = null;
134
+ this.ec = null;
135
+ this.d1 = 1;
136
+ this.et = null;
137
+ this.ex = null;
138
+ this.dv = null;
139
+ this.eg = true;
137
140
  this.ey = null;
138
- this.dw = null;
139
- this.eh = true;
140
- this.ez = null;
141
- this.ei = false;
142
- this.el = false;
143
- this.em = false;
141
+ this.eh = false;
144
142
  this.ek = false;
143
+ this.el = false;
144
+ this.ej = false;
145
145
  this.ar.setAttribute("tabindex", "-1");
146
146
  this.ar.setStyleProperty("outline", "none");
147
147
  this.ar.setStyleProperty("display", "flex");
148
148
  this.ar.setStyleProperty("align-items", "center");
149
- this.ar.listen("focusout", runOn(this, this.fp));
150
- this.ar.listen("focusin", runOn(this, this.fn));
151
- }
152
- d9(a) {
153
- if (this.er == null) {
154
- this.er = this.am.createElement("div");
155
- let b = this.am.getSubRenderer(this.er);
156
- this.ec = new Popup();
157
- this.ec.provideRenderer(b);
158
- this.et = this.am.createElement("div");
159
- this.et.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
160
- this.et.setStyleProperty("color", "#fff");
161
- this.et.setStyleProperty("padding", "5px");
162
- this.et.setStyleProperty("outline", "none");
163
- this.et.setAttribute("tabindex", "-1");
149
+ this.ar.listen("focusout", runOn(this, this.fo));
150
+ this.ar.listen("focusin", runOn(this, this.fm));
151
+ }
152
+ d8(a) {
153
+ if (this.eq == null) {
154
+ this.eq = this.am.createElement("div");
155
+ let b = this.am.getSubRenderer(this.eq);
156
+ this.eb = new Popup();
157
+ this.eb.provideRenderer(b);
164
158
  this.es = this.am.createElement("div");
165
- this.es.setStyleProperty("white-space", "pre");
166
- if (this.ee != null) {
167
- this.es.setStyleProperty("font", this.ee.fontString);
159
+ this.es.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
160
+ this.es.setStyleProperty("color", "#fff");
161
+ this.es.setStyleProperty("padding", "5px");
162
+ this.es.setStyleProperty("outline", "none");
163
+ this.es.setAttribute("tabindex", "-1");
164
+ this.er = this.am.createElement("div");
165
+ this.er.setStyleProperty("white-space", "pre");
166
+ if (this.ed != null) {
167
+ this.er.setStyleProperty("font", this.ed.fontString);
168
168
  }
169
- this.et.append(this.es);
170
- this.ec.appendPopupContent(this.et);
169
+ this.es.append(this.er);
170
+ this.eb.appendPopupContent(this.es);
171
171
  }
172
172
  let c = null;
173
173
  switch (a) {
174
174
  case 1:
175
- c = this.d8();
175
+ c = this.d7();
176
176
  break;
177
177
  case 2:
178
- c = this.d7();
178
+ c = this.d6();
179
179
  break;
180
180
  case 3:
181
- c = this.d6();
181
+ c = this.d5();
182
182
  break;
183
183
  case 4:
184
- c = this.d5();
184
+ c = this.d4();
185
185
  break;
186
186
  }
187
187
  return c;
188
188
  }
189
- d8() {
190
- if (this.eb != null) {
191
- this.fh();
192
- this.fm();
193
- return this.eb;
194
- }
195
- this.eb = new TextEditorView(this.am, this.f.getTheme(), this.b);
196
- this.eb.setFont(this.ee);
197
- return this.eb;
198
- }
199
189
  d7() {
200
190
  if (this.ea != null) {
201
- this.fh();
202
- this.fm();
191
+ this.fg();
192
+ this.fl();
203
193
  return this.ea;
204
194
  }
205
- this.ea = new NumericEditorView(this.am, this.f.getTheme(), this.b);
206
- this.ea.setFont(this.ee);
195
+ this.ea = new TextEditorView(this.am, this.f.getTheme(), this.b);
196
+ this.ea.setFont(this.ed);
207
197
  return this.ea;
208
198
  }
209
199
  d6() {
210
- if (this.d1 != null) {
211
- this.fh();
212
- this.fm();
213
- return this.d1;
200
+ if (this.d9 != null) {
201
+ this.fg();
202
+ this.fl();
203
+ return this.d9;
214
204
  }
215
- this.d1 = new DateEditorView(this.am, this.f.getTheme(), this.b);
216
- this.d1.setFont(this.ee);
217
- return this.d1;
205
+ this.d9 = new NumericEditorView(this.am, this.f.getTheme(), this.b);
206
+ this.d9.setFont(this.ed);
207
+ return this.d9;
218
208
  }
219
209
  d5() {
220
210
  if (this.d0 != null) {
221
211
  this.fg();
222
- this.fh();
223
- this.fm();
212
+ this.fl();
224
213
  return this.d0;
225
214
  }
226
- this.d0 = new ComboEditorView(this.am, this.f.getTheme(), this.b);
227
- this.d0.setFont(this.ee);
228
- this.d0.ah = this.ew;
229
- this.d0.ak = this.e1;
230
- this.d0.aa = this.dx;
215
+ this.d0 = new DateEditorView(this.am, this.f.getTheme(), this.b);
216
+ this.d0.setFont(this.ed);
231
217
  return this.d0;
232
218
  }
233
- fo(a, b) {
219
+ d4() {
220
+ if (this.dz != null) {
221
+ this.ff();
222
+ this.fg();
223
+ this.fl();
224
+ return this.dz;
225
+ }
226
+ this.dz = new ComboEditorView(this.am, this.f.getTheme(), this.b);
227
+ this.dz.setFont(this.ed);
228
+ this.dz.ah = this.ev;
229
+ this.dz.ak = this.e0;
230
+ this.dz.aa = this.dw;
231
+ return this.dz;
232
+ }
233
+ fn(a, b) {
234
234
  if (b.g != b.d || b.h != b.e) {
235
- if (this.d0 != null) {
236
- this.d0.an();
235
+ if (this.dz != null) {
236
+ this.dz.an();
237
237
  }
238
- if (this.d1 != null) {
239
- this.d1.ah();
238
+ if (this.d0 != null) {
239
+ this.d0.ah();
240
240
  }
241
- this.fe();
241
+ this.fd();
242
242
  }
243
243
  }
244
- fc() {
245
- if (!this.eg) {
246
- if (this.d4 != null) {
247
- this.d4.attachEvents();
248
- let a = this.d4;
249
- a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.fu));
250
- let b = this.d4;
251
- b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fk));
252
- let c = this.d4;
253
- c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fj));
254
- let d = this.d4;
255
- d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fs));
256
- this.eg = true;
244
+ fb() {
245
+ if (!this.ef) {
246
+ if (this.d3 != null) {
247
+ this.d3.attachEvents();
248
+ let a = this.d3;
249
+ a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.ft));
250
+ let b = this.d3;
251
+ b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fj));
252
+ let c = this.d3;
253
+ c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fi));
254
+ let d = this.d3;
255
+ d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fr));
256
+ this.ef = true;
257
257
  }
258
258
  }
259
259
  }
260
- fd() {
261
- if (this.eg) {
262
- if (this.d4 != null) {
263
- this.d4.detachEvents();
264
- let a = this.d4;
265
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fu));
266
- let b = this.d4;
267
- b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fk));
268
- let c = this.d4;
269
- c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fj));
270
- let d = this.d4;
271
- d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fs));
272
- this.eg = false;
260
+ fc() {
261
+ if (this.ef) {
262
+ if (this.d3 != null) {
263
+ this.d3.detachEvents();
264
+ let a = this.d3;
265
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.ft));
266
+ let b = this.d3;
267
+ b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fj));
268
+ let c = this.d3;
269
+ c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fi));
270
+ let d = this.d3;
271
+ d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fr));
272
+ this.ef = false;
273
273
  }
274
274
  }
275
275
  }
276
- fr(a) {
277
- this.el = false;
278
- this.em = false;
276
+ fq(a) {
279
277
  this.ek = false;
278
+ this.el = false;
279
+ this.ej = false;
280
280
  if (!a) {
281
- this.em = true;
282
- this.d4.onTargetChanged();
281
+ this.el = true;
282
+ this.d3.onTargetChanged();
283
283
  }
284
284
  }
285
- ft() {
286
- if (this.d4 != null) {
287
- this.d4.value = this.ex;
285
+ fs() {
286
+ if (this.d3 != null) {
287
+ this.d3.value = this.ew;
288
288
  }
289
289
  }
290
- fh() {
290
+ fg() {
291
291
  }
292
- fl() {
293
- this.ef = true;
294
- this.fd();
295
- this.ar.removeChildren();
296
- if (this.d4 != null) {
297
- this.d4.cleanUp();
298
- }
299
- this.d4 = this.d9(this.d3);
300
- this.ar.append(this.d4.container);
292
+ fk() {
293
+ this.ee = true;
301
294
  this.fc();
302
- if (this.d4 != null) {
303
- this.d4.isEnabled = !this.isRemoved;
304
- if (!this.ep) {
305
- this.d4.onEditStarted();
295
+ this.ar.removeChildren();
296
+ if (this.d3 != null) {
297
+ this.d3.cleanUp();
298
+ }
299
+ this.d3 = this.d8(this.d2);
300
+ this.ar.append(this.d3.container);
301
+ this.fb();
302
+ if (this.d3 != null) {
303
+ this.d3.isEnabled = !this.isRemoved;
304
+ if (!this.eo) {
305
+ this.d3.onEditStarted();
306
306
  }
307
307
  }
308
- this.ef = false;
308
+ this.ee = false;
309
309
  }
310
- fg() {
311
- if (this.d0 != null) {
312
- this.d0.ah = this.ew;
313
- this.d0.ak = this.e1;
314
- this.d0.aa = this.dx;
310
+ ff() {
311
+ if (this.dz != null) {
312
+ this.dz.ah = this.ev;
313
+ this.dz.ak = this.e0;
314
+ this.dz.aa = this.dw;
315
315
  }
316
316
  }
317
- fm() {
318
- if (this.ee != null) {
319
- if (this.eb != null) {
320
- this.eb.setFont(this.ee);
321
- }
317
+ fl() {
318
+ if (this.ed != null) {
322
319
  if (this.ea != null) {
323
- this.ea.setFont(this.ee);
320
+ this.ea.setFont(this.ed);
324
321
  }
325
- if (this.d1 != null) {
326
- this.d1.setFont(this.ee);
322
+ if (this.d9 != null) {
323
+ this.d9.setFont(this.ed);
327
324
  }
328
325
  if (this.d0 != null) {
329
- this.d0.setFont(this.ee);
326
+ this.d0.setFont(this.ed);
330
327
  }
331
- this.es.setStyleProperty("font", this.ee.fontString);
328
+ if (this.dz != null) {
329
+ this.dz.setFont(this.ed);
330
+ }
331
+ this.er.setStyleProperty("font", this.ed.fontString);
332
332
  }
333
333
  }
334
- ff() {
335
- this.ej = false;
336
- if (this.d4 != null) {
337
- if (!this.ep) {
338
- this.d4.onEditStarted();
334
+ fe() {
335
+ this.ei = false;
336
+ if (this.d3 != null) {
337
+ if (!this.eo) {
338
+ this.d3.onEditStarted();
339
339
  }
340
340
  else {
341
- this.d4.onEditEnded();
342
- this.d4.value = null;
343
- this.d4.value = this.ex;
341
+ this.d3.onEditEnded();
342
+ this.d3.value = null;
343
+ this.d3.value = this.ew;
344
344
  }
345
345
  }
346
346
  }
347
- fi() {
348
- if (this.d4 != null && this.d1 == this.d4) {
349
- this.d1.af = this.e5;
347
+ fh() {
348
+ if (this.d3 != null && this.d0 == this.d3) {
349
+ this.d0.af = this.e4;
350
350
  }
351
351
  }
352
- fq() {
353
- if (this.d4 != null && this.d1 == this.d4) {
354
- this.d1.ad = this.eq;
352
+ fp() {
353
+ if (this.d3 != null && this.d0 == this.d3) {
354
+ this.d0.ad = this.ep;
355
355
  }
356
356
  }
357
- fv(a, b, c, d, e) {
357
+ fu(a, b, c, d, e) {
358
358
  if (!stringIsNullOrWhiteSpace(a)) {
359
- this.es.setRawText(a);
360
- this.ec.b9();
361
- this.fw();
359
+ this.er.setRawText(a);
360
+ this.eb.b9();
361
+ this.fv();
362
362
  }
363
363
  }
364
- fw() {
364
+ fv() {
365
365
  let rect_ = this.ar.getNativeElement().getBoundingClientRect();
366
366
  let a = new Rect(4);
367
367
  a.left = (rect_.left + window.pageXOffset);
368
368
  a.top = (rect_.top + window.pageYOffset);
369
369
  a.right = (rect_.right + window.pageXOffset);
370
370
  a.bottom = (rect_.bottom + window.pageYOffset);
371
- this.ec.showRelativeToExclusionRect(a, 1, 0);
371
+ this.eb.showRelativeToExclusionRect(a, 1, 0);
372
372
  }
373
- fe() {
374
- if (this.ec.ax) {
375
- this.ec.b6();
373
+ fd() {
374
+ if (this.eb.ax) {
375
+ this.eb.b6();
376
376
  }
377
377
  }
378
378
  cj() {
379
- if (this.d4 == null) {
380
- this.fl();
381
- this.f.setViewportChangedHandler(runOn(this, this.fo));
379
+ if (this.d3 == null) {
380
+ this.fk();
381
+ this.f.setViewportChangedHandler(runOn(this, this.fn));
382
382
  }
383
383
  }
384
384
  b9() {
385
- if (this.d4 != null) {
386
- this.d4.focus();
385
+ if (this.d3 != null) {
386
+ this.d3.focus();
387
387
  }
388
388
  }
389
389
  ck(a, b, c) {
390
390
  super.ck(a, b, c);
391
391
  switch (a) {
392
392
  case "EditorType":
393
- this.fl();
393
+ this.fk();
394
394
  break;
395
395
  case "ComboItemsSource":
396
396
  case "ComboTextField":
397
397
  case "ComboValueField":
398
- this.fg();
398
+ this.ff();
399
399
  break;
400
400
  case "DataType":
401
- this.fh();
401
+ this.fg();
402
402
  break;
403
403
  case "Value":
404
- this.ft();
404
+ this.fs();
405
405
  break;
406
406
  case "FontInfo":
407
- this.fm();
407
+ this.fl();
408
408
  break;
409
409
  case "IsHidden":
410
- this.ff();
410
+ this.fe();
411
411
  break;
412
412
  case "DateFormatString":
413
- this.fi();
413
+ this.fh();
414
414
  break;
415
415
  case "ShowTodayButton":
416
- this.fq();
416
+ this.fp();
417
417
  break;
418
418
  case "IsRemoved":
419
- if (this.d4 != null) {
420
- this.d4.isEnabled = !this.isRemoved;
419
+ if (this.d3 != null) {
420
+ this.d3.isEnabled = !this.isRemoved;
421
421
  if (!this.isRemoved) {
422
- this.d4.onTargetChanged();
422
+ this.d3.onTargetChanged();
423
423
  }
424
424
  }
425
425
  break;
426
426
  }
427
427
  }
428
- fu(a, b, c) {
429
- if (a == this.d4) {
428
+ ft(a, b, c) {
429
+ if (a == this.d3) {
430
430
  if (!c) {
431
431
  this.b.updateCellEditValue(b);
432
432
  }
433
433
  }
434
434
  }
435
- fs(a) {
436
- if (a == this.d4) {
435
+ fr(a) {
436
+ if (a == this.d3) {
437
437
  this.b.startEditMode();
438
438
  }
439
439
  }
440
- eo(a) {
441
- if (a != null && this.ec != null && this.ec.ax) {
442
- let b = this.et.getNativeElement();
440
+ en(a) {
441
+ if (a != null && this.eb != null && this.eb.ax) {
442
+ let b = this.es.getNativeElement();
443
443
  return b.contains(a);
444
444
  }
445
445
  return false;
446
446
  }
447
- en(a) {
447
+ em(a) {
448
448
  if (a != null) {
449
449
  let b = this.ar.getNativeElement();
450
450
  return b.contains(a);
451
451
  }
452
452
  return false;
453
453
  }
454
- fp(a) {
455
- if (!this.ef) {
454
+ fo(a) {
455
+ if (!this.ee) {
456
456
  let b = (a.originalEvent.relatedTarget);
457
- if (this.ek && !this.en(b) && !this.eo(b)) {
457
+ if (this.ej && !this.em(b) && !this.en(b)) {
458
458
  this.b.editorCellLostFocus();
459
- this.fe();
459
+ this.fd();
460
460
  }
461
461
  let c = this.am.rootWrapper.getNativeElement();
462
462
  if (c.contains(b)) {
@@ -465,23 +465,23 @@ let EditorCell = /*@__PURE__*/ (() => {
465
465
  if (d == "INPUT" || d == "SELECT" || d == "TEXTAREA" || d == "BUTTON" || d == "OPTION") {
466
466
  return;
467
467
  }
468
- if (this.b.isEditRefocusDesired && this.d4 != null) {
469
- this.d4.focus();
468
+ if (this.b.isEditRefocusDesired && this.d3 != null) {
469
+ this.d3.focus();
470
470
  }
471
471
  }, 0);
472
472
  }
473
473
  }
474
474
  }
475
- fn(a) {
476
- if (this.el && !this.ec.ax) {
477
- this.fw();
475
+ fm(a) {
476
+ if (this.ek && !this.eb.ax) {
477
+ this.fv();
478
478
  }
479
479
  }
480
- fk(a) {
481
- this.ek = true;
482
- }
483
480
  fj(a) {
484
- this.ek = false;
481
+ this.ej = true;
482
+ }
483
+ fi(a) {
484
+ this.ej = false;
485
485
  }
486
486
  onContactStarted(a, b) {
487
487
  a.stopPropagation();