igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1

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