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