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

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