igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -23,486 +23,486 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
23
23
  __extends(EditorCell, _super);
24
24
  function EditorCell(a) {
25
25
  var _this = _super.call(this, a) || this;
26
- _this.d7 = null;
27
- _this.ee = null;
28
- _this.ed = null;
29
- _this.d4 = null;
30
- _this.d3 = null;
31
- _this.eu = null;
32
- _this.ev = null;
33
- _this.ew = null;
34
- _this.ef = null;
35
- _this.ei = false;
36
- _this.em = false;
37
- _this.ej = false;
38
- _this.d1 = 0;
39
- _this.ey = null;
26
+ _this.d9 = null;
40
27
  _this.eg = null;
41
- _this.d5 = 1;
28
+ _this.ef = null;
29
+ _this.d6 = null;
30
+ _this.d5 = null;
31
+ _this.ew = null;
42
32
  _this.ex = null;
43
- _this.e1 = null;
44
- _this.dz = null;
45
- _this.ek = true;
46
- _this.e2 = null;
47
- _this.el = false;
33
+ _this.ey = null;
34
+ _this.eh = null;
35
+ _this.ek = false;
48
36
  _this.eo = false;
49
- _this.ep = false;
37
+ _this.el = false;
38
+ _this.d3 = 0;
39
+ _this.e0 = null;
40
+ _this.ei = null;
41
+ _this.d7 = 1;
42
+ _this.ez = null;
43
+ _this.e3 = null;
44
+ _this.d1 = null;
45
+ _this.em = true;
46
+ _this.e4 = null;
50
47
  _this.en = false;
48
+ _this.eq = false;
49
+ _this.er = false;
50
+ _this.ep = false;
51
51
  _this.ar.setAttribute("tabindex", "-1");
52
52
  _this.ar.setStyleProperty("outline", "none");
53
53
  _this.ar.setStyleProperty("display", "flex");
54
54
  _this.ar.setStyleProperty("align-items", "center");
55
- _this.ar.listen("focusout", runOn(_this, _this.fs));
56
- _this.ar.listen("focusin", runOn(_this, _this.fq));
55
+ _this.ar.listen("focusout", runOn(_this, _this.fu));
56
+ _this.ar.listen("focusin", runOn(_this, _this.fs));
57
57
  return _this;
58
58
  }
59
- Object.defineProperty(EditorCell.prototype, "d2", {
59
+ Object.defineProperty(EditorCell.prototype, "d4", {
60
60
  get: function () {
61
- return this.d1;
61
+ return this.d3;
62
62
  },
63
63
  set: function (a) {
64
- var b = this.d1;
65
- this.d1 = a;
66
- if (b != this.d1) {
67
- this.cl("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d1));
64
+ var b = this.d3;
65
+ this.d3 = a;
66
+ if (b != this.d3) {
67
+ this.cn("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d3));
68
68
  }
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
72
72
  });
73
- Object.defineProperty(EditorCell.prototype, "e0", {
73
+ Object.defineProperty(EditorCell.prototype, "e2", {
74
74
  get: function () {
75
- return this.ey;
75
+ return this.e0;
76
76
  },
77
77
  set: function (a) {
78
- var b = this.ey;
79
- this.ey = a;
80
- this.cl("Value", b, this.ey);
78
+ var b = this.e0;
79
+ this.e0 = a;
80
+ this.cn("Value", b, this.e0);
81
81
  },
82
82
  enumerable: false,
83
83
  configurable: true
84
84
  });
85
- Object.defineProperty(EditorCell.prototype, "eh", {
85
+ Object.defineProperty(EditorCell.prototype, "ej", {
86
86
  get: function () {
87
- return this.eg;
87
+ return this.ei;
88
88
  },
89
89
  set: function (a) {
90
- var b = this.eg;
91
- this.eg = a;
92
- if (b != this.eg) {
93
- this.cl("FontInfo", b, this.eg);
90
+ var b = this.ei;
91
+ this.ei = a;
92
+ if (b != this.ei) {
93
+ this.cn("FontInfo", b, this.ei);
94
94
  }
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
98
98
  });
99
- Object.defineProperty(EditorCell.prototype, "d6", {
99
+ Object.defineProperty(EditorCell.prototype, "d8", {
100
100
  get: function () {
101
- return this.d5;
101
+ return this.d7;
102
102
  },
103
103
  set: function (a) {
104
- var b = this.d5;
105
- this.d5 = a;
106
- if (b != this.d5) {
107
- this.cl("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d5));
104
+ var b = this.d7;
105
+ this.d7 = a;
106
+ if (b != this.d7) {
107
+ this.cn("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d7));
108
108
  }
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
112
112
  });
113
- Object.defineProperty(EditorCell.prototype, "ez", {
113
+ Object.defineProperty(EditorCell.prototype, "e1", {
114
114
  get: function () {
115
- return this.ex;
115
+ return this.ez;
116
116
  },
117
117
  set: function (a) {
118
- var b = this.ex;
119
- this.ex = a;
120
- if (b != this.ex) {
121
- this.cl("ComboItemsSource", b, this.ex);
118
+ var b = this.ez;
119
+ this.ez = a;
120
+ if (b != this.ez) {
121
+ this.cn("ComboItemsSource", b, this.ez);
122
122
  }
123
123
  },
124
124
  enumerable: false,
125
125
  configurable: true
126
126
  });
127
- Object.defineProperty(EditorCell.prototype, "e4", {
127
+ Object.defineProperty(EditorCell.prototype, "e6", {
128
128
  get: function () {
129
- return this.e1;
129
+ return this.e3;
130
130
  },
131
131
  set: function (a) {
132
- var b = this.e1;
133
- this.e1 = a;
134
- if (b != this.e1) {
135
- this.cl("ComboTextField", b, this.e1);
132
+ var b = this.e3;
133
+ this.e3 = a;
134
+ if (b != this.e3) {
135
+ this.cn("ComboTextField", b, this.e3);
136
136
  }
137
137
  },
138
138
  enumerable: false,
139
139
  configurable: true
140
140
  });
141
- Object.defineProperty(EditorCell.prototype, "d0", {
141
+ Object.defineProperty(EditorCell.prototype, "d2", {
142
142
  get: function () {
143
- return this.dz;
143
+ return this.d1;
144
144
  },
145
145
  set: function (a) {
146
- var b = this.dz;
147
- this.dz = a;
148
- if (b != this.dz) {
149
- this.cl("ComboValueField", b, this.dz);
146
+ var b = this.d1;
147
+ this.d1 = a;
148
+ if (b != this.d1) {
149
+ this.cn("ComboValueField", b, this.d1);
150
150
  }
151
151
  },
152
152
  enumerable: false,
153
153
  configurable: true
154
154
  });
155
- Object.defineProperty(EditorCell.prototype, "es", {
155
+ Object.defineProperty(EditorCell.prototype, "eu", {
156
156
  get: function () {
157
- return this.ek;
157
+ return this.em;
158
158
  },
159
159
  set: function (a) {
160
- var b = this.ek;
161
- this.ek = a;
162
- if (b != this.ek) {
163
- this.cl("IsHidden", b, this.ek);
160
+ var b = this.em;
161
+ this.em = a;
162
+ if (b != this.em) {
163
+ this.cn("IsHidden", b, this.em);
164
164
  }
165
165
  },
166
166
  enumerable: false,
167
167
  configurable: true
168
168
  });
169
- Object.defineProperty(EditorCell.prototype, "e8", {
169
+ Object.defineProperty(EditorCell.prototype, "fa", {
170
170
  get: function () {
171
- return this.e2;
171
+ return this.e4;
172
172
  },
173
173
  set: function (a) {
174
- var b = this.e2;
175
- this.e2 = a;
176
- if (b != this.e2) {
177
- this.cl("DateFormatString", b, this.e2);
174
+ var b = this.e4;
175
+ this.e4 = a;
176
+ if (b != this.e4) {
177
+ this.cn("DateFormatString", b, this.e4);
178
178
  }
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
182
182
  });
183
- Object.defineProperty(EditorCell.prototype, "et", {
183
+ Object.defineProperty(EditorCell.prototype, "ev", {
184
184
  get: function () {
185
- return this.el;
185
+ return this.en;
186
186
  },
187
187
  set: function (a) {
188
- var b = this.el;
189
- this.el = a;
190
- if (b != this.el) {
191
- this.cl("ShowTodayButton", b, this.el);
188
+ var b = this.en;
189
+ this.en = a;
190
+ if (b != this.en) {
191
+ this.cn("ShowTodayButton", b, this.en);
192
192
  }
193
193
  },
194
194
  enumerable: false,
195
195
  configurable: true
196
196
  });
197
- EditorCell.prototype.ec = function (a) {
198
- if (this.eu == null) {
199
- this.eu = this.am.createElement("div");
200
- var b = this.am.getSubRenderer(this.eu);
201
- this.ef = new Popup();
202
- this.ef.provideRenderer(b);
197
+ EditorCell.prototype.ee = function (a) {
198
+ if (this.ew == null) {
203
199
  this.ew = this.am.createElement("div");
204
- this.ew.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
205
- this.ew.setStyleProperty("color", "#fff");
206
- this.ew.setStyleProperty("padding", "5px");
207
- this.ew.setStyleProperty("outline", "none");
208
- this.ew.setAttribute("tabindex", "-1");
209
- this.ev = this.am.createElement("div");
210
- this.ev.setStyleProperty("white-space", "pre");
211
- if (this.eh != null) {
212
- this.ev.setStyleProperty("font", this.eh.fontString);
200
+ var b = this.am.getSubRenderer(this.ew);
201
+ this.eh = new Popup();
202
+ this.eh.provideRenderer(b);
203
+ this.ey = this.am.createElement("div");
204
+ this.ey.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
205
+ this.ey.setStyleProperty("color", "#fff");
206
+ this.ey.setStyleProperty("padding", "5px");
207
+ this.ey.setStyleProperty("outline", "none");
208
+ this.ey.setAttribute("tabindex", "-1");
209
+ this.ex = this.am.createElement("div");
210
+ this.ex.setStyleProperty("white-space", "pre");
211
+ if (this.ej != null) {
212
+ this.ex.setStyleProperty("font", this.ej.fontString);
213
213
  }
214
- this.ew.append(this.ev);
215
- this.ef.appendPopupContent(this.ew);
214
+ this.ey.append(this.ex);
215
+ this.eh.appendPopupContent(this.ey);
216
216
  }
217
217
  var c = null;
218
218
  switch (a) {
219
219
  case 1:
220
- c = this.eb();
220
+ c = this.ed();
221
221
  break;
222
222
  case 2:
223
- c = this.ea();
223
+ c = this.ec();
224
224
  break;
225
225
  case 3:
226
- c = this.d9();
226
+ c = this.eb();
227
227
  break;
228
228
  case 4:
229
- c = this.d8();
229
+ c = this.ea();
230
230
  break;
231
231
  }
232
232
  return c;
233
233
  };
234
- EditorCell.prototype.eb = function () {
235
- if (this.ee != null) {
236
- this.fk();
237
- this.fp();
238
- return this.ee;
234
+ EditorCell.prototype.ed = function () {
235
+ if (this.eg != null) {
236
+ this.fm();
237
+ this.fr();
238
+ return this.eg;
239
239
  }
240
- this.ee = new TextEditorView(this.am, this.f.getTheme(), this.b);
241
- this.ee.setFont(this.eh);
242
- return this.ee;
243
- };
244
- EditorCell.prototype.ea = function () {
245
- if (this.ed != null) {
246
- this.fk();
247
- this.fp();
248
- return this.ed;
240
+ this.eg = new TextEditorView(this.am, this.f.getTheme(), this.b);
241
+ this.eg.setFont(this.ej);
242
+ return this.eg;
243
+ };
244
+ EditorCell.prototype.ec = function () {
245
+ if (this.ef != null) {
246
+ this.fm();
247
+ this.fr();
248
+ return this.ef;
249
249
  }
250
- this.ed = new NumericEditorView(this.am, this.f.getTheme(), this.b);
251
- this.ed.setFont(this.eh);
252
- return this.ed;
253
- };
254
- EditorCell.prototype.d9 = function () {
255
- if (this.d4 != null) {
256
- this.fk();
257
- this.fp();
258
- return this.d4;
250
+ this.ef = new NumericEditorView(this.am, this.f.getTheme(), this.b);
251
+ this.ef.setFont(this.ej);
252
+ return this.ef;
253
+ };
254
+ EditorCell.prototype.eb = function () {
255
+ if (this.d6 != null) {
256
+ this.fm();
257
+ this.fr();
258
+ return this.d6;
259
259
  }
260
- this.d4 = new DateEditorView(this.am, this.f.getTheme(), this.b);
261
- this.d4.setFont(this.eh);
262
- return this.d4;
260
+ this.d6 = new DateEditorView(this.am, this.f.getTheme(), this.b);
261
+ this.d6.setFont(this.ej);
262
+ return this.d6;
263
263
  };
264
- EditorCell.prototype.d8 = function () {
265
- if (this.d3 != null) {
266
- this.fj();
267
- this.fk();
268
- this.fp();
269
- return this.d3;
264
+ EditorCell.prototype.ea = function () {
265
+ if (this.d5 != null) {
266
+ this.fl();
267
+ this.fm();
268
+ this.fr();
269
+ return this.d5;
270
270
  }
271
- this.d3 = new ComboEditorView(this.am, this.f.getTheme(), this.b);
272
- this.d3.setFont(this.eh);
273
- this.d3.ah = this.ez;
274
- this.d3.ak = this.e4;
275
- this.d3.aa = this.d0;
276
- return this.d3;
277
- };
278
- EditorCell.prototype.fr = function (a, b) {
271
+ this.d5 = new ComboEditorView(this.am, this.f.getTheme(), this.b);
272
+ this.d5.setFont(this.ej);
273
+ this.d5.ah = this.e1;
274
+ this.d5.ak = this.e6;
275
+ this.d5.aa = this.d2;
276
+ return this.d5;
277
+ };
278
+ EditorCell.prototype.ft = function (a, b) {
279
279
  if (b.g != b.d || b.h != b.e) {
280
- if (this.d3 != null) {
281
- this.d3.an();
280
+ if (this.d5 != null) {
281
+ this.d5.an();
282
282
  }
283
- if (this.d4 != null) {
284
- this.d4.ah();
283
+ if (this.d6 != null) {
284
+ this.d6.ah();
285
285
  }
286
- this.fh();
286
+ this.fj();
287
287
  }
288
288
  };
289
- EditorCell.prototype.ff = function () {
290
- if (!this.ej) {
291
- if (this.d7 != null) {
292
- this.d7.attachEvents();
293
- var a = this.d7;
294
- a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.fx));
295
- var b = this.d7;
296
- b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fn));
297
- var c = this.d7;
298
- c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fm));
299
- var d = this.d7;
300
- d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fv));
301
- this.ej = true;
289
+ EditorCell.prototype.fh = function () {
290
+ if (!this.el) {
291
+ if (this.d9 != null) {
292
+ this.d9.attachEvents();
293
+ var a = this.d9;
294
+ a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.fz));
295
+ var b = this.d9;
296
+ b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fp));
297
+ var c = this.d9;
298
+ c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fo));
299
+ var d = this.d9;
300
+ d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fx));
301
+ this.el = true;
302
302
  }
303
303
  }
304
304
  };
305
- EditorCell.prototype.fg = function () {
306
- if (this.ej) {
307
- if (this.d7 != null) {
308
- this.d7.detachEvents();
309
- var a = this.d7;
310
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fx));
311
- var b = this.d7;
312
- b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fn));
313
- var c = this.d7;
314
- c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fm));
315
- var d = this.d7;
316
- d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fv));
317
- this.ej = false;
305
+ EditorCell.prototype.fi = function () {
306
+ if (this.el) {
307
+ if (this.d9 != null) {
308
+ this.d9.detachEvents();
309
+ var a = this.d9;
310
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fz));
311
+ var b = this.d9;
312
+ b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fp));
313
+ var c = this.d9;
314
+ c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fo));
315
+ var d = this.d9;
316
+ d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fx));
317
+ this.el = false;
318
318
  }
319
319
  }
320
320
  };
321
- EditorCell.prototype.fu = function (a) {
322
- this.eo = false;
321
+ EditorCell.prototype.fw = function (a) {
322
+ this.eq = false;
323
+ this.er = false;
323
324
  this.ep = false;
324
- this.en = false;
325
325
  if (!a) {
326
- this.ep = true;
327
- this.d7.onTargetChanged();
326
+ this.er = true;
327
+ this.d9.onTargetChanged();
328
328
  }
329
329
  };
330
- EditorCell.prototype.fw = function () {
331
- if (this.d7 != null) {
332
- this.d7.value = this.e0;
330
+ EditorCell.prototype.fy = function () {
331
+ if (this.d9 != null) {
332
+ this.d9.value = this.e2;
333
333
  }
334
334
  };
335
- EditorCell.prototype.fk = function () {
335
+ EditorCell.prototype.fm = function () {
336
336
  };
337
- EditorCell.prototype.fo = function () {
338
- this.ei = true;
339
- this.fg();
337
+ EditorCell.prototype.fq = function () {
338
+ this.ek = true;
339
+ this.fi();
340
340
  this.ar.removeChildren();
341
- if (this.d7 != null) {
342
- this.d7.cleanUp();
341
+ if (this.d9 != null) {
342
+ this.d9.cleanUp();
343
343
  }
344
- this.d7 = this.ec(this.d6);
345
- this.ar.append(this.d7.container);
346
- this.ff();
347
- if (this.d7 != null) {
348
- this.d7.isEnabled = !this.isRemoved;
349
- if (!this.es) {
350
- this.d7.onEditStarted();
344
+ this.d9 = this.ee(this.d8);
345
+ this.ar.append(this.d9.container);
346
+ this.fh();
347
+ if (this.d9 != null) {
348
+ this.d9.isEnabled = !this.isRemoved;
349
+ if (!this.eu) {
350
+ this.d9.onEditStarted();
351
351
  }
352
352
  }
353
- this.ei = false;
353
+ this.ek = false;
354
354
  };
355
- EditorCell.prototype.fj = function () {
356
- if (this.d3 != null) {
357
- this.d3.ah = this.ez;
358
- this.d3.ak = this.e4;
359
- this.d3.aa = this.d0;
355
+ EditorCell.prototype.fl = function () {
356
+ if (this.d5 != null) {
357
+ this.d5.ah = this.e1;
358
+ this.d5.ak = this.e6;
359
+ this.d5.aa = this.d2;
360
360
  }
361
361
  };
362
- EditorCell.prototype.fp = function () {
363
- if (this.eh != null) {
364
- if (this.ee != null) {
365
- this.ee.setFont(this.eh);
362
+ EditorCell.prototype.fr = function () {
363
+ if (this.ej != null) {
364
+ if (this.eg != null) {
365
+ this.eg.setFont(this.ej);
366
366
  }
367
- if (this.ed != null) {
368
- this.ed.setFont(this.eh);
367
+ if (this.ef != null) {
368
+ this.ef.setFont(this.ej);
369
369
  }
370
- if (this.d4 != null) {
371
- this.d4.setFont(this.eh);
370
+ if (this.d6 != null) {
371
+ this.d6.setFont(this.ej);
372
372
  }
373
- if (this.d3 != null) {
374
- this.d3.setFont(this.eh);
373
+ if (this.d5 != null) {
374
+ this.d5.setFont(this.ej);
375
375
  }
376
- this.ev.setStyleProperty("font", this.eh.fontString);
376
+ this.ex.setStyleProperty("font", this.ej.fontString);
377
377
  }
378
378
  };
379
- EditorCell.prototype.fi = function () {
380
- this.em = false;
381
- if (this.d7 != null) {
382
- if (!this.es) {
383
- this.d7.onEditStarted();
379
+ EditorCell.prototype.fk = function () {
380
+ this.eo = false;
381
+ if (this.d9 != null) {
382
+ if (!this.eu) {
383
+ this.d9.onEditStarted();
384
384
  }
385
385
  else {
386
- this.d7.onEditEnded();
387
- this.d7.value = null;
388
- this.d7.value = this.e0;
386
+ this.d9.onEditEnded();
387
+ this.d9.value = null;
388
+ this.d9.value = this.e2;
389
389
  }
390
390
  }
391
391
  };
392
- EditorCell.prototype.fl = function () {
393
- if (this.d7 != null && this.d4 == this.d7) {
394
- this.d4.af = this.e8;
392
+ EditorCell.prototype.fn = function () {
393
+ if (this.d9 != null && this.d6 == this.d9) {
394
+ this.d6.af = this.fa;
395
395
  }
396
396
  };
397
- EditorCell.prototype.ft = function () {
398
- if (this.d7 != null && this.d4 == this.d7) {
399
- this.d4.ad = this.et;
397
+ EditorCell.prototype.fv = function () {
398
+ if (this.d9 != null && this.d6 == this.d9) {
399
+ this.d6.ad = this.ev;
400
400
  }
401
401
  };
402
- EditorCell.prototype.fy = function (a, b, c, d, e) {
402
+ EditorCell.prototype.f0 = function (a, b, c, d, e) {
403
403
  if (!stringIsNullOrWhiteSpace(a)) {
404
- this.ev.setRawText(a);
405
- this.ef.b9();
406
- this.fz();
404
+ this.ex.setRawText(a);
405
+ this.eh.b9();
406
+ this.f1();
407
407
  }
408
408
  };
409
- EditorCell.prototype.fz = function () {
409
+ EditorCell.prototype.f1 = function () {
410
410
  var rect_ = this.ar.getNativeElement().getBoundingClientRect();
411
411
  var a = new Rect(4);
412
412
  a.left = (rect_.left + window.pageXOffset);
413
413
  a.top = (rect_.top + window.pageYOffset);
414
414
  a.right = (rect_.right + window.pageXOffset);
415
415
  a.bottom = (rect_.bottom + window.pageYOffset);
416
- this.ef.showRelativeToExclusionRect(a, 1, 0);
416
+ this.eh.showRelativeToExclusionRect(a, 1, 0);
417
417
  };
418
- EditorCell.prototype.fh = function () {
419
- if (this.ef.ax) {
420
- this.ef.b6();
418
+ EditorCell.prototype.fj = function () {
419
+ if (this.eh.ax) {
420
+ this.eh.b6();
421
421
  }
422
422
  };
423
- EditorCell.prototype.ck = function () {
424
- if (this.d7 == null) {
425
- this.fo();
426
- this.f.setViewportChangedHandler(runOn(this, this.fr));
423
+ EditorCell.prototype.cm = function () {
424
+ if (this.d9 == null) {
425
+ this.fq();
426
+ this.f.setViewportChangedHandler(runOn(this, this.ft));
427
427
  }
428
428
  };
429
- EditorCell.prototype.ca = function () {
430
- if (this.d7 != null) {
431
- this.d7.focus();
429
+ EditorCell.prototype.cc = function () {
430
+ if (this.d9 != null) {
431
+ this.d9.focus();
432
432
  }
433
433
  };
434
- EditorCell.prototype.cl = function (a, b, c) {
435
- _super.prototype.cl.call(this, a, b, c);
434
+ EditorCell.prototype.cn = function (a, b, c) {
435
+ _super.prototype.cn.call(this, a, b, c);
436
436
  switch (a) {
437
437
  case "EditorType":
438
- this.fo();
438
+ this.fq();
439
439
  break;
440
440
  case "ComboItemsSource":
441
441
  case "ComboTextField":
442
442
  case "ComboValueField":
443
- this.fj();
443
+ this.fl();
444
444
  break;
445
445
  case "DataType":
446
- this.fk();
446
+ this.fm();
447
447
  break;
448
448
  case "Value":
449
- this.fw();
449
+ this.fy();
450
450
  break;
451
451
  case "FontInfo":
452
- this.fp();
452
+ this.fr();
453
453
  break;
454
454
  case "IsHidden":
455
- this.fi();
455
+ this.fk();
456
456
  break;
457
457
  case "DateFormatString":
458
- this.fl();
458
+ this.fn();
459
459
  break;
460
460
  case "ShowTodayButton":
461
- this.ft();
461
+ this.fv();
462
462
  break;
463
463
  case "IsRemoved":
464
- if (this.d7 != null) {
465
- this.d7.isEnabled = !this.isRemoved;
464
+ if (this.d9 != null) {
465
+ this.d9.isEnabled = !this.isRemoved;
466
466
  if (!this.isRemoved) {
467
- this.d7.onTargetChanged();
467
+ this.d9.onTargetChanged();
468
468
  }
469
469
  }
470
470
  break;
471
471
  }
472
472
  };
473
- EditorCell.prototype.fx = function (a, b, c) {
474
- if (a == this.d7) {
473
+ EditorCell.prototype.fz = function (a, b, c) {
474
+ if (a == this.d9) {
475
475
  if (!c) {
476
476
  this.b.updateCellEditValue(b);
477
477
  }
478
478
  }
479
479
  };
480
- EditorCell.prototype.fv = function (a) {
481
- if (a == this.d7) {
480
+ EditorCell.prototype.fx = function (a) {
481
+ if (a == this.d9) {
482
482
  this.b.startEditMode();
483
483
  }
484
484
  };
485
- EditorCell.prototype.er = function (a) {
486
- if (a != null && this.ef != null && this.ef.ax) {
487
- var b = this.ew.getNativeElement();
485
+ EditorCell.prototype.et = function (a) {
486
+ if (a != null && this.eh != null && this.eh.ax) {
487
+ var b = this.ey.getNativeElement();
488
488
  return b.contains(a);
489
489
  }
490
490
  return false;
491
491
  };
492
- EditorCell.prototype.eq = function (a) {
492
+ EditorCell.prototype.es = function (a) {
493
493
  if (a != null) {
494
494
  var b = this.ar.getNativeElement();
495
495
  return b.contains(a);
496
496
  }
497
497
  return false;
498
498
  };
499
- EditorCell.prototype.fs = function (a) {
499
+ EditorCell.prototype.fu = function (a) {
500
500
  var _this = this;
501
- if (!this.ei) {
501
+ if (!this.ek) {
502
502
  var b = (a.originalEvent.relatedTarget);
503
- if (this.en && !this.eq(b) && !this.er(b)) {
503
+ if (this.ep && !this.es(b) && !this.et(b)) {
504
504
  this.b.editorCellLostFocus();
505
- this.fh();
505
+ this.fj();
506
506
  }
507
507
  var c = this.am.rootWrapper.getNativeElement();
508
508
  if (c.contains(b)) {
@@ -511,23 +511,23 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
511
511
  if (d == "INPUT" || d == "SELECT" || d == "TEXTAREA" || d == "BUTTON" || d == "OPTION") {
512
512
  return;
513
513
  }
514
- if (_this.b.isEditRefocusDesired && _this.d7 != null) {
515
- _this.d7.focus();
514
+ if (_this.b.isEditRefocusDesired && _this.d9 != null) {
515
+ _this.d9.focus();
516
516
  }
517
517
  }, 0);
518
518
  }
519
519
  }
520
520
  };
521
- EditorCell.prototype.fq = function (a) {
522
- if (this.eo && !this.ef.ax) {
523
- this.fz();
521
+ EditorCell.prototype.fs = function (a) {
522
+ if (this.eq && !this.eh.ax) {
523
+ this.f1();
524
524
  }
525
525
  };
526
- EditorCell.prototype.fn = function (a) {
527
- this.en = true;
526
+ EditorCell.prototype.fp = function (a) {
527
+ this.ep = true;
528
528
  };
529
- EditorCell.prototype.fm = function (a) {
530
- this.en = false;
529
+ EditorCell.prototype.fo = function (a) {
530
+ this.ep = false;
531
531
  };
532
532
  EditorCell.prototype.onContactStarted = function (a, b) {
533
533
  a.stopPropagation();