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
@@ -22,469 +22,469 @@ export let EditorCell = /*@__PURE__*/ (() => {
22
22
  class EditorCell extends GridCellBase {
23
23
  constructor(a) {
24
24
  super(a);
25
- this.cs = null;
26
- this.cz = null;
27
- this.cy = null;
28
- this.cp = null;
29
- this.co = null;
30
- this.df = null;
31
- this.dg = null;
32
- this.dh = null;
33
- this.c0 = null;
34
- this.c3 = false;
35
- this.c7 = false;
36
- this.c4 = false;
37
- this.cm = 0;
38
- this.dj = null;
39
- this.c1 = null;
40
- this.cq = 1;
41
- this.di = null;
42
- this.dm = null;
43
- this.ck = null;
44
- this.c5 = true;
45
- this.dn = null;
46
- this.c6 = false;
47
- this.c9 = false;
48
- this.da = false;
49
- this.c8 = false;
50
- this.ah.setAttribute("tabindex", "-1");
51
- this.ah.setStyleProperty("outline", "none");
52
- this.ah.setStyleProperty("display", "flex");
53
- this.ah.setStyleProperty("align-items", "center");
54
- this.ah.listen("focusout", runOn(this, this.ee));
55
- this.ah.listen("focusin", runOn(this, this.ec));
56
- }
57
- get cn() {
58
- return this.cm;
59
- }
60
- set cn(a) {
61
- let b = this.cm;
62
- this.cm = a;
63
- if (b != this.cm) {
64
- this.bs("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.cm));
65
- }
66
- }
67
- get dl() {
68
- return this.dj;
69
- }
70
- set dl(a) {
71
- let b = this.dj;
72
- this.dj = a;
73
- this.bs("Value", b, this.dj);
74
- }
75
- get c2() {
76
- return this.c1;
77
- }
78
- set c2(a) {
79
- let b = this.c1;
80
- this.c1 = a;
81
- if (b != this.c1) {
82
- this.bs("FontInfo", b, this.c1);
83
- }
84
- }
85
- get cr() {
86
- return this.cq;
87
- }
88
- set cr(a) {
89
- let b = this.cq;
90
- this.cq = a;
91
- if (b != this.cq) {
92
- this.bs("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.cq));
93
- }
94
- }
95
- get dk() {
96
- return this.di;
97
- }
98
- set dk(a) {
99
- let b = this.di;
100
- this.di = a;
101
- if (b != this.di) {
102
- this.bs("ComboItemsSource", b, this.di);
103
- }
104
- }
105
- get dq() {
106
- return this.dm;
107
- }
108
- set dq(a) {
109
- let b = this.dm;
110
- this.dm = a;
111
- if (b != this.dm) {
112
- this.bs("ComboTextField", b, this.dm);
113
- }
114
- }
115
- get cl() {
116
- return this.ck;
117
- }
118
- set cl(a) {
119
- let b = this.ck;
120
- this.ck = a;
121
- if (b != this.ck) {
122
- this.bs("ComboValueField", b, this.ck);
123
- }
124
- }
125
- get dd() {
126
- return this.c5;
127
- }
128
- set dd(a) {
129
- let b = this.c5;
130
- this.c5 = a;
131
- if (b != this.c5) {
132
- this.bs("IsHidden", b, this.c5);
133
- }
134
- }
135
- get du() {
136
- return this.dn;
137
- }
138
- set du(a) {
139
- let b = this.dn;
140
- this.dn = a;
141
- if (b != this.dn) {
142
- this.bs("DateFormatString", b, this.dn);
143
- }
144
- }
145
- get de() {
146
- return this.c6;
147
- }
148
- set de(a) {
149
- let b = this.c6;
150
- this.c6 = a;
151
- if (b != this.c6) {
152
- this.bs("ShowTodayButton", b, this.c6);
25
+ this.d0 = null;
26
+ this.d7 = null;
27
+ this.d6 = null;
28
+ this.dx = null;
29
+ this.dw = null;
30
+ this.en = null;
31
+ this.eo = null;
32
+ this.ep = null;
33
+ this.d8 = null;
34
+ this.eb = false;
35
+ this.ef = false;
36
+ this.ec = false;
37
+ this.du = 0;
38
+ this.er = null;
39
+ this.d9 = null;
40
+ this.dy = 1;
41
+ this.eq = null;
42
+ this.eu = null;
43
+ this.ds = null;
44
+ this.ed = true;
45
+ this.ev = null;
46
+ this.ee = false;
47
+ this.eh = false;
48
+ this.ei = false;
49
+ this.eg = false;
50
+ this.ap.setAttribute("tabindex", "-1");
51
+ this.ap.setStyleProperty("outline", "none");
52
+ this.ap.setStyleProperty("display", "flex");
53
+ this.ap.setStyleProperty("align-items", "center");
54
+ this.ap.listen("focusout", runOn(this, this.fl));
55
+ this.ap.listen("focusin", runOn(this, this.fj));
56
+ }
57
+ get dv() {
58
+ return this.du;
59
+ }
60
+ set dv(a) {
61
+ let b = this.du;
62
+ this.du = a;
63
+ if (b != this.du) {
64
+ this.ch("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.du));
65
+ }
66
+ }
67
+ get et() {
68
+ return this.er;
69
+ }
70
+ set et(a) {
71
+ let b = this.er;
72
+ this.er = a;
73
+ this.ch("Value", b, this.er);
74
+ }
75
+ get ea() {
76
+ return this.d9;
77
+ }
78
+ set ea(a) {
79
+ let b = this.d9;
80
+ this.d9 = a;
81
+ if (b != this.d9) {
82
+ this.ch("FontInfo", b, this.d9);
83
+ }
84
+ }
85
+ get dz() {
86
+ return this.dy;
87
+ }
88
+ set dz(a) {
89
+ let b = this.dy;
90
+ this.dy = a;
91
+ if (b != this.dy) {
92
+ this.ch("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.dy));
93
+ }
94
+ }
95
+ get es() {
96
+ return this.eq;
97
+ }
98
+ set es(a) {
99
+ let b = this.eq;
100
+ this.eq = a;
101
+ if (b != this.eq) {
102
+ this.ch("ComboItemsSource", b, this.eq);
103
+ }
104
+ }
105
+ get ex() {
106
+ return this.eu;
107
+ }
108
+ set ex(a) {
109
+ let b = this.eu;
110
+ this.eu = a;
111
+ if (b != this.eu) {
112
+ this.ch("ComboTextField", b, this.eu);
113
+ }
114
+ }
115
+ get dt() {
116
+ return this.ds;
117
+ }
118
+ set dt(a) {
119
+ let b = this.ds;
120
+ this.ds = a;
121
+ if (b != this.ds) {
122
+ this.ch("ComboValueField", b, this.ds);
123
+ }
124
+ }
125
+ get el() {
126
+ return this.ed;
127
+ }
128
+ set el(a) {
129
+ let b = this.ed;
130
+ this.ed = a;
131
+ if (b != this.ed) {
132
+ this.ch("IsHidden", b, this.ed);
133
+ }
134
+ }
135
+ get e1() {
136
+ return this.ev;
137
+ }
138
+ set e1(a) {
139
+ let b = this.ev;
140
+ this.ev = a;
141
+ if (b != this.ev) {
142
+ this.ch("DateFormatString", b, this.ev);
143
+ }
144
+ }
145
+ get em() {
146
+ return this.ee;
147
+ }
148
+ set em(a) {
149
+ let b = this.ee;
150
+ this.ee = a;
151
+ if (b != this.ee) {
152
+ this.ch("ShowTodayButton", b, this.ee);
153
153
  }
154
154
  }
155
- cx(a) {
156
- if (this.df == null) {
157
- this.df = this.ae.createElement("div");
158
- let b = this.ae.getSubRenderer(this.df);
159
- this.c0 = new Popup();
160
- this.c0.provideRenderer(b);
161
- this.dh = this.ae.createElement("div");
162
- this.dh.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
163
- this.dh.setStyleProperty("color", "#fff");
164
- this.dh.setStyleProperty("padding", "5px");
165
- this.dh.setStyleProperty("outline", "none");
166
- this.dh.setAttribute("tabindex", "-1");
167
- this.dg = this.ae.createElement("div");
168
- this.dg.setStyleProperty("white-space", "pre");
169
- if (this.c2 != null) {
170
- this.dg.setStyleProperty("font", this.c2.fontString);
155
+ d5(a) {
156
+ if (this.en == null) {
157
+ this.en = this.ak.createElement("div");
158
+ let b = this.ak.getSubRenderer(this.en);
159
+ this.d8 = new Popup();
160
+ this.d8.provideRenderer(b);
161
+ this.ep = this.ak.createElement("div");
162
+ this.ep.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
163
+ this.ep.setStyleProperty("color", "#fff");
164
+ this.ep.setStyleProperty("padding", "5px");
165
+ this.ep.setStyleProperty("outline", "none");
166
+ this.ep.setAttribute("tabindex", "-1");
167
+ this.eo = this.ak.createElement("div");
168
+ this.eo.setStyleProperty("white-space", "pre");
169
+ if (this.ea != null) {
170
+ this.eo.setStyleProperty("font", this.ea.fontString);
171
171
  }
172
- this.dh.append(this.dg);
173
- this.c0.appendPopupContent(this.dh);
172
+ this.ep.append(this.eo);
173
+ this.d8.appendPopupContent(this.ep);
174
174
  }
175
175
  let c = null;
176
176
  switch (a) {
177
177
  case 1:
178
- c = this.cw();
178
+ c = this.d4();
179
179
  break;
180
180
  case 2:
181
- c = this.cv();
181
+ c = this.d3();
182
182
  break;
183
183
  case 3:
184
- c = this.cu();
184
+ c = this.d2();
185
185
  break;
186
186
  case 4:
187
- c = this.ct();
187
+ c = this.d1();
188
188
  break;
189
189
  }
190
190
  return c;
191
191
  }
192
- cw() {
193
- if (this.cz != null) {
194
- this.d6();
195
- this.eb();
196
- return this.cz;
197
- }
198
- this.cz = new TextEditorView(this.ae, this.f.getTheme(), this.b);
199
- this.cz.setFont(this.c2);
200
- return this.cz;
201
- }
202
- cv() {
203
- if (this.cy != null) {
204
- this.d6();
205
- this.eb();
206
- return this.cy;
207
- }
208
- this.cy = new NumericEditorView(this.ae, this.f.getTheme(), this.b);
209
- this.cy.setFont(this.c2);
210
- return this.cy;
211
- }
212
- cu() {
213
- if (this.cp != null) {
214
- this.d6();
215
- this.eb();
216
- return this.cp;
217
- }
218
- this.cp = new DateEditorView(this.ae, this.f.getTheme(), this.b);
219
- this.cp.setFont(this.c2);
220
- return this.cp;
221
- }
222
- ct() {
223
- if (this.co != null) {
224
- this.d5();
225
- this.d6();
226
- this.eb();
227
- return this.co;
228
- }
229
- this.co = new ComboEditorView(this.ae, this.f.getTheme(), this.b);
230
- this.co.setFont(this.c2);
231
- this.co.ah = this.dk;
232
- this.co.ak = this.dq;
233
- this.co.aa = this.cl;
234
- return this.co;
235
- }
236
- ed(a, b) {
237
- if (b.g != b.d || b.h != b.e) {
238
- if (this.co != null) {
239
- this.co.an();
240
- }
241
- if (this.cp != null) {
242
- this.cp.ah();
243
- }
244
- this.d3();
192
+ d4() {
193
+ if (this.d7 != null) {
194
+ this.fd();
195
+ this.fi();
196
+ return this.d7;
197
+ }
198
+ this.d7 = new TextEditorView(this.ak, this.f.getTheme(), this.b);
199
+ this.d7.setFont(this.ea);
200
+ return this.d7;
201
+ }
202
+ d3() {
203
+ if (this.d6 != null) {
204
+ this.fd();
205
+ this.fi();
206
+ return this.d6;
207
+ }
208
+ this.d6 = new NumericEditorView(this.ak, this.f.getTheme(), this.b);
209
+ this.d6.setFont(this.ea);
210
+ return this.d6;
211
+ }
212
+ d2() {
213
+ if (this.dx != null) {
214
+ this.fd();
215
+ this.fi();
216
+ return this.dx;
245
217
  }
218
+ this.dx = new DateEditorView(this.ak, this.f.getTheme(), this.b);
219
+ this.dx.setFont(this.ea);
220
+ return this.dx;
246
221
  }
247
222
  d1() {
248
- if (!this.c4) {
249
- if (this.cs != null) {
250
- this.cs.attachEvents();
251
- let a = this.cs;
252
- a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.ej));
253
- let b = this.cs;
254
- b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.d9));
255
- let c = this.cs;
256
- c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.d8));
257
- let d = this.cs;
258
- d.userTyping = delegateCombine(d.userTyping, runOn(this, this.eh));
259
- this.c4 = true;
223
+ if (this.dw != null) {
224
+ this.fc();
225
+ this.fd();
226
+ this.fi();
227
+ return this.dw;
228
+ }
229
+ this.dw = new ComboEditorView(this.ak, this.f.getTheme(), this.b);
230
+ this.dw.setFont(this.ea);
231
+ this.dw.ah = this.es;
232
+ this.dw.ak = this.ex;
233
+ this.dw.aa = this.dt;
234
+ return this.dw;
235
+ }
236
+ fk(a, b) {
237
+ if (b.g != b.d || b.h != b.e) {
238
+ if (this.dw != null) {
239
+ this.dw.an();
240
+ }
241
+ if (this.dx != null) {
242
+ this.dx.ah();
243
+ }
244
+ this.fa();
245
+ }
246
+ }
247
+ e8() {
248
+ if (!this.ec) {
249
+ if (this.d0 != null) {
250
+ this.d0.attachEvents();
251
+ let a = this.d0;
252
+ a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.fq));
253
+ let b = this.d0;
254
+ b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fg));
255
+ let c = this.d0;
256
+ c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.ff));
257
+ let d = this.d0;
258
+ d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fo));
259
+ this.ec = true;
260
260
  }
261
261
  }
262
262
  }
263
- d2() {
264
- if (this.c4) {
265
- if (this.cs != null) {
266
- this.cs.detachEvents();
267
- let a = this.cs;
268
- a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.ej));
269
- let b = this.cs;
270
- b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.d9));
271
- let c = this.cs;
272
- c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.d8));
273
- let d = this.cs;
274
- d.userTyping = delegateRemove(d.userTyping, runOn(this, this.eh));
275
- this.c4 = false;
263
+ e9() {
264
+ if (this.ec) {
265
+ if (this.d0 != null) {
266
+ this.d0.detachEvents();
267
+ let a = this.d0;
268
+ a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fq));
269
+ let b = this.d0;
270
+ b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fg));
271
+ let c = this.d0;
272
+ c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.ff));
273
+ let d = this.d0;
274
+ d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fo));
275
+ this.ec = false;
276
276
  }
277
277
  }
278
278
  }
279
- eg(a) {
280
- this.c9 = false;
281
- this.da = false;
282
- this.c8 = false;
279
+ fn(a) {
280
+ this.eh = false;
281
+ this.ei = false;
282
+ this.eg = false;
283
283
  if (!a) {
284
- this.da = true;
285
- this.cs.onTargetChanged();
284
+ this.ei = true;
285
+ this.d0.onTargetChanged();
286
286
  }
287
287
  }
288
- ei() {
289
- if (this.cs != null) {
290
- this.cs.value = this.dl;
288
+ fp() {
289
+ if (this.d0 != null) {
290
+ this.d0.value = this.et;
291
291
  }
292
292
  }
293
- d6() {
293
+ fd() {
294
294
  }
295
- ea() {
296
- this.c3 = true;
297
- this.d2();
298
- this.ah.removeChildren();
299
- if (this.cs != null) {
300
- this.cs.cleanUp();
295
+ fh() {
296
+ this.eb = true;
297
+ this.e9();
298
+ this.ap.removeChildren();
299
+ if (this.d0 != null) {
300
+ this.d0.cleanUp();
301
301
  }
302
- this.cs = this.cx(this.cr);
303
- this.ah.append(this.cs.container);
304
- this.d1();
305
- if (this.cs != null) {
306
- this.cs.isEnabled = !this.isRemoved;
307
- if (!this.dd) {
308
- this.cs.onEditStarted();
302
+ this.d0 = this.d5(this.dz);
303
+ this.ap.append(this.d0.container);
304
+ this.e8();
305
+ if (this.d0 != null) {
306
+ this.d0.isEnabled = !this.isRemoved;
307
+ if (!this.el) {
308
+ this.d0.onEditStarted();
309
309
  }
310
310
  }
311
- this.c3 = false;
311
+ this.eb = false;
312
312
  }
313
- d5() {
314
- if (this.co != null) {
315
- this.co.ah = this.dk;
316
- this.co.ak = this.dq;
317
- this.co.aa = this.cl;
313
+ fc() {
314
+ if (this.dw != null) {
315
+ this.dw.ah = this.es;
316
+ this.dw.ak = this.ex;
317
+ this.dw.aa = this.dt;
318
318
  }
319
319
  }
320
- eb() {
321
- if (this.c2 != null) {
322
- if (this.cz != null) {
323
- this.cz.setFont(this.c2);
320
+ fi() {
321
+ if (this.ea != null) {
322
+ if (this.d7 != null) {
323
+ this.d7.setFont(this.ea);
324
324
  }
325
- if (this.cy != null) {
326
- this.cy.setFont(this.c2);
325
+ if (this.d6 != null) {
326
+ this.d6.setFont(this.ea);
327
327
  }
328
- if (this.cp != null) {
329
- this.cp.setFont(this.c2);
328
+ if (this.dx != null) {
329
+ this.dx.setFont(this.ea);
330
330
  }
331
- if (this.co != null) {
332
- this.co.setFont(this.c2);
331
+ if (this.dw != null) {
332
+ this.dw.setFont(this.ea);
333
333
  }
334
- this.dg.setStyleProperty("font", this.c2.fontString);
334
+ this.eo.setStyleProperty("font", this.ea.fontString);
335
335
  }
336
336
  }
337
- d4() {
338
- this.c7 = false;
339
- if (this.cs != null) {
340
- if (!this.dd) {
341
- this.cs.onEditStarted();
337
+ fb() {
338
+ this.ef = false;
339
+ if (this.d0 != null) {
340
+ if (!this.el) {
341
+ this.d0.onEditStarted();
342
342
  }
343
343
  else {
344
- this.cs.onEditEnded();
345
- this.cs.value = null;
346
- this.cs.value = this.dl;
344
+ this.d0.onEditEnded();
345
+ this.d0.value = null;
346
+ this.d0.value = this.et;
347
347
  }
348
348
  }
349
349
  }
350
- d7() {
351
- if (this.cs != null && this.cp == this.cs) {
352
- this.cp.af = this.du;
350
+ fe() {
351
+ if (this.d0 != null && this.dx == this.d0) {
352
+ this.dx.af = this.e1;
353
353
  }
354
354
  }
355
- ef() {
356
- if (this.cs != null && this.cp == this.cs) {
357
- this.cp.ad = this.de;
355
+ fm() {
356
+ if (this.d0 != null && this.dx == this.d0) {
357
+ this.dx.ad = this.em;
358
358
  }
359
359
  }
360
- ek(a, b, c, d, e) {
360
+ fr(a, b, c, d, e) {
361
361
  if (!stringIsNullOrWhiteSpace(a)) {
362
- this.dg.setRawText(a);
363
- this.c0.b9();
364
- this.el();
362
+ this.eo.setRawText(a);
363
+ this.d8.b9();
364
+ this.fs();
365
365
  }
366
366
  }
367
- el() {
368
- let rect_ = this.ah.getNativeElement().getBoundingClientRect();
367
+ fs() {
368
+ let rect_ = this.ap.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.c0.showRelativeToExclusionRect(a, 1, 0);
374
+ this.d8.showRelativeToExclusionRect(a, 1, 0);
375
375
  }
376
- d3() {
377
- if (this.c0.ax) {
378
- this.c0.b6();
376
+ fa() {
377
+ if (this.d8.ax) {
378
+ this.d8.b6();
379
379
  }
380
380
  }
381
- br() {
382
- if (this.cs == null) {
383
- this.ea();
384
- this.f.setViewportChangedHandler(runOn(this, this.ed));
381
+ cg() {
382
+ if (this.d0 == null) {
383
+ this.fh();
384
+ this.f.setViewportChangedHandler(runOn(this, this.fk));
385
385
  }
386
386
  }
387
- bh() {
388
- if (this.cs != null) {
389
- this.cs.focus();
387
+ b6() {
388
+ if (this.d0 != null) {
389
+ this.d0.focus();
390
390
  }
391
391
  }
392
- bs(a, b, c) {
393
- super.bs(a, b, c);
392
+ ch(a, b, c) {
393
+ super.ch(a, b, c);
394
394
  switch (a) {
395
395
  case "EditorType":
396
- this.ea();
396
+ this.fh();
397
397
  break;
398
398
  case "ComboItemsSource":
399
399
  case "ComboTextField":
400
400
  case "ComboValueField":
401
- this.d5();
401
+ this.fc();
402
402
  break;
403
403
  case "DataType":
404
- this.d6();
404
+ this.fd();
405
405
  break;
406
406
  case "Value":
407
- this.ei();
407
+ this.fp();
408
408
  break;
409
409
  case "FontInfo":
410
- this.eb();
410
+ this.fi();
411
411
  break;
412
412
  case "IsHidden":
413
- this.d4();
413
+ this.fb();
414
414
  break;
415
415
  case "DateFormatString":
416
- this.d7();
416
+ this.fe();
417
417
  break;
418
418
  case "ShowTodayButton":
419
- this.ef();
419
+ this.fm();
420
420
  break;
421
421
  case "IsRemoved":
422
- if (this.cs != null) {
423
- this.cs.isEnabled = !this.isRemoved;
422
+ if (this.d0 != null) {
423
+ this.d0.isEnabled = !this.isRemoved;
424
424
  if (!this.isRemoved) {
425
- this.cs.onTargetChanged();
425
+ this.d0.onTargetChanged();
426
426
  }
427
427
  }
428
428
  break;
429
429
  }
430
430
  }
431
- ej(a, b, c) {
432
- if (a == this.cs) {
431
+ fq(a, b, c) {
432
+ if (a == this.d0) {
433
433
  if (!c) {
434
434
  this.b.updateCellEditValue(b);
435
435
  }
436
436
  }
437
437
  }
438
- eh(a) {
439
- if (a == this.cs) {
438
+ fo(a) {
439
+ if (a == this.d0) {
440
440
  this.b.startEditMode();
441
441
  }
442
442
  }
443
- dc(a) {
444
- if (a != null && this.c0 != null && this.c0.ax) {
445
- let b = this.dh.getNativeElement();
443
+ ek(a) {
444
+ if (a != null && this.d8 != null && this.d8.ax) {
445
+ let b = this.ep.getNativeElement();
446
446
  return b.contains(a);
447
447
  }
448
448
  return false;
449
449
  }
450
- db(a) {
450
+ ej(a) {
451
451
  if (a != null) {
452
- let b = this.ah.getNativeElement();
452
+ let b = this.ap.getNativeElement();
453
453
  return b.contains(a);
454
454
  }
455
455
  return false;
456
456
  }
457
- ee(a) {
458
- if (!this.c3) {
457
+ fl(a) {
458
+ if (!this.eb) {
459
459
  let b = (a.originalEvent.relatedTarget);
460
- if (this.c8 && !this.db(b) && !this.dc(b)) {
460
+ if (this.eg && !this.ej(b) && !this.ek(b)) {
461
461
  this.b.editorCellLostFocus();
462
- this.d3();
462
+ this.fa();
463
463
  }
464
- let c = this.ae.rootWrapper.getNativeElement();
464
+ let c = this.ak.rootWrapper.getNativeElement();
465
465
  if (c.contains(b)) {
466
466
  window.setTimeout(() => {
467
467
  let d = document.activeElement.nodeName;
468
468
  if (d == "INPUT" || d == "SELECT" || d == "TEXTAREA" || d == "BUTTON" || d == "OPTION") {
469
469
  return;
470
470
  }
471
- if (this.b.isEditRefocusDesired && this.cs != null) {
472
- this.cs.focus();
471
+ if (this.b.isEditRefocusDesired && this.d0 != null) {
472
+ this.d0.focus();
473
473
  }
474
474
  }, 0);
475
475
  }
476
476
  }
477
477
  }
478
- ec(a) {
479
- if (this.c9 && !this.c0.ax) {
480
- this.el();
478
+ fj(a) {
479
+ if (this.eh && !this.d8.ax) {
480
+ this.fs();
481
481
  }
482
482
  }
483
- d9(a) {
484
- this.c8 = true;
483
+ fg(a) {
484
+ this.eg = true;
485
485
  }
486
- d8(a) {
487
- this.c8 = false;
486
+ ff(a) {
487
+ this.eg = false;
488
488
  }
489
489
  onContactStarted(a, b) {
490
490
  a.stopPropagation();