igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2

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 (284) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
  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 +3 -3
  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 +28 -28
  17. package/esm2015/lib/CheckboxListBridge.js +54 -26
  18. package/esm2015/lib/CheckboxListView_combined.js +775 -745
  19. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
  21. package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +7 -7
  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 +13 -13
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +11 -11
  33. package/esm2015/lib/EditorCell.js +267 -267
  34. package/esm2015/lib/EditorCellPresenter.js +25 -25
  35. package/esm2015/lib/FilterCell.js +261 -261
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +71 -69
  38. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  39. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  40. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  41. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  42. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  43. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
  44. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  45. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  46. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  47. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  48. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  49. package/esm2015/lib/GridExternalWrapper.js +15 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
  51. package/esm2015/lib/GridIconRepository.js +92 -0
  52. package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
  53. package/esm2015/lib/GridStyleRepository.js +272 -431
  54. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  55. package/esm2015/lib/ICheckboxListView.js +11 -0
  56. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  57. package/esm2015/lib/ImageCell.js +55 -55
  58. package/esm2015/lib/ImageCellPresenter.js +15 -15
  59. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  60. package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
  61. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  62. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  63. package/esm2015/lib/NumericCell.js +4 -4
  64. package/esm2015/lib/NumericCellPresenter.js +9 -9
  65. package/esm2015/lib/PropertyEditorView_combined.js +31 -31
  66. package/esm2015/lib/SectionHeaderCell.js +20 -8
  67. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  68. package/esm2015/lib/SummaryCell.js +34 -25
  69. package/esm2015/lib/SummaryCellPresenter.js +8 -8
  70. package/esm2015/lib/TemplateCell.js +12 -12
  71. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  72. package/esm2015/lib/TemplateHeader.js +8 -8
  73. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  74. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  75. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  76. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  77. package/esm2015/lib/TextCell.js +22 -22
  78. package/esm2015/lib/TextCellPresenter.js +10 -10
  79. package/esm2015/lib/TextHeaderCell.js +177 -136
  80. package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
  81. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  82. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  83. package/esm2015/lib/igc-cell-info.js +97 -91
  84. package/esm2015/lib/igc-checkbox-list-component.js +89 -90
  85. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  86. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  87. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igc-data-grid-column-component.js +390 -193
  90. package/esm2015/lib/igc-data-grid-component.js +241 -2
  91. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
  92. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  93. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  94. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  95. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  96. package/esm2015/lib/igc-definition-base-component.js +129 -129
  97. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  98. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  99. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  100. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  101. package/esm2015/lib/igc-header-component.js +24 -24
  102. package/esm2015/lib/igc-image-cell-info.js +6 -6
  103. package/esm2015/lib/igc-image-column-component.js +12 -12
  104. package/esm2015/lib/igc-image-column-module.js +2 -0
  105. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  106. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  107. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  108. package/esm2015/lib/igc-row-separator-module.js +2 -0
  109. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igc-section-header-component.js +24 -24
  111. package/esm2015/lib/igc-section-header-module.js +2 -0
  112. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igc-summary-row-component.js +24 -24
  114. package/esm2015/lib/igc-template-cell-info.js +2 -2
  115. package/esm2015/lib/igc-template-column-module.js +2 -0
  116. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igc-template-header-module.js +2 -0
  118. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  119. package/esm2015/lib/igc-text-cell-info.js +2 -2
  120. package/esm2015/lib/igc-text-column-component.js +9 -9
  121. package/esm2015/lib/igc-text-column-module.js +2 -0
  122. package/esm2015/lib/igc-text-header-cell-info.js +121 -10
  123. package/esm2015/lib/igc-text-header-module.js +2 -0
  124. package/esm2015/public_api.js +3 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +5 -5
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +28 -28
  139. package/esm5/lib/CheckboxListBridge.js +54 -26
  140. package/esm5/lib/CheckboxListView_combined.js +748 -718
  141. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  142. package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
  143. package/esm5/lib/ColumnGroupingView_combined.js +24 -24
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +7 -7
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +3 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +11 -11
  155. package/esm5/lib/EditorCell.js +256 -256
  156. package/esm5/lib/EditorCellPresenter.js +25 -25
  157. package/esm5/lib/FilterCell.js +252 -252
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +70 -68
  160. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  161. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  162. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  163. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  164. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  165. package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
  166. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  167. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  168. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  169. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  170. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  171. package/esm5/lib/GridExternalWrapper.js +15 -6
  172. package/esm5/lib/GridFilterDialogView_combined.js +478 -177
  173. package/esm5/lib/GridIconRepository.js +97 -0
  174. package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
  175. package/esm5/lib/GridStyleRepository.js +280 -583
  176. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  177. package/esm5/lib/ICheckboxListView.js +11 -0
  178. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  179. package/esm5/lib/ImageCell.js +54 -54
  180. package/esm5/lib/ImageCellPresenter.js +15 -15
  181. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  182. package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
  183. package/esm5/lib/NativeUIComboFactory.js +1 -1
  184. package/esm5/lib/NativeUIGridFactory.js +2 -2
  185. package/esm5/lib/NumericCell.js +4 -4
  186. package/esm5/lib/NumericCellPresenter.js +9 -9
  187. package/esm5/lib/PropertyEditorView_combined.js +31 -31
  188. package/esm5/lib/SectionHeaderCell.js +20 -8
  189. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  190. package/esm5/lib/SummaryCell.js +35 -26
  191. package/esm5/lib/SummaryCellPresenter.js +8 -8
  192. package/esm5/lib/TemplateCell.js +12 -12
  193. package/esm5/lib/TemplateCellPresenter.js +3 -3
  194. package/esm5/lib/TemplateHeader.js +8 -8
  195. package/esm5/lib/TemplateHeaderCell.js +5 -5
  196. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  197. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  198. package/esm5/lib/TemplateSectionHeader.js +2 -2
  199. package/esm5/lib/TextCell.js +22 -22
  200. package/esm5/lib/TextCellPresenter.js +10 -10
  201. package/esm5/lib/TextHeaderCell.js +175 -134
  202. package/esm5/lib/TextHeaderCellPresenter.js +66 -25
  203. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  204. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  205. package/esm5/lib/igc-cell-info.js +101 -91
  206. package/esm5/lib/igc-checkbox-list-component.js +89 -90
  207. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  208. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  209. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igc-data-grid-column-component.js +478 -193
  212. package/esm5/lib/igc-data-grid-component.js +324 -3
  213. package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
  214. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  215. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  216. package/esm5/lib/igc-date-time-column-component.js +23 -23
  217. package/esm5/lib/igc-date-time-column-module.js +2 -0
  218. package/esm5/lib/igc-definition-base-component.js +129 -129
  219. package/esm5/lib/igc-editor-cell-info.js +23 -23
  220. package/esm5/lib/igc-filter-cell-info.js +26 -26
  221. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  222. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  223. package/esm5/lib/igc-header-component.js +24 -24
  224. package/esm5/lib/igc-image-cell-info.js +6 -6
  225. package/esm5/lib/igc-image-column-component.js +12 -12
  226. package/esm5/lib/igc-image-column-module.js +2 -0
  227. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  228. package/esm5/lib/igc-numeric-column-component.js +35 -35
  229. package/esm5/lib/igc-numeric-column-module.js +2 -0
  230. package/esm5/lib/igc-row-separator-module.js +2 -0
  231. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igc-section-header-component.js +24 -24
  233. package/esm5/lib/igc-section-header-module.js +2 -0
  234. package/esm5/lib/igc-summary-cell-info.js +9 -9
  235. package/esm5/lib/igc-summary-row-component.js +24 -24
  236. package/esm5/lib/igc-template-cell-info.js +2 -2
  237. package/esm5/lib/igc-template-column-module.js +2 -0
  238. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igc-template-header-module.js +2 -0
  240. package/esm5/lib/igc-template-section-header-module.js +4 -0
  241. package/esm5/lib/igc-text-cell-info.js +2 -2
  242. package/esm5/lib/igc-text-column-component.js +9 -9
  243. package/esm5/lib/igc-text-column-module.js +2 -0
  244. package/esm5/lib/igc-text-header-cell-info.js +173 -10
  245. package/esm5/lib/igc-text-header-module.js +2 -0
  246. package/esm5/public_api.js +3 -0
  247. package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
  248. package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
  249. package/lib/CheckboxListBridge.d.ts +1 -0
  250. package/lib/CheckboxListExternal.d.ts +6 -0
  251. package/lib/CheckboxListView_combined.d.ts +159 -154
  252. package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
  253. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  254. package/lib/DataGridLocaleEn.d.ts +3 -0
  255. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  256. package/lib/EditorCell.d.ts +51 -51
  257. package/lib/FilterCell.d.ts +53 -53
  258. package/lib/GridCellBase.d.ts +21 -19
  259. package/lib/GridExternalWrapper.d.ts +3 -0
  260. package/lib/GridFilterDialogView_combined.d.ts +104 -61
  261. package/lib/GridIconRepository.d.ts +44 -0
  262. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  263. package/lib/GridStyleRepository.d.ts +23 -83
  264. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  265. package/lib/ICheckboxListView.d.ts +38 -0
  266. package/lib/ImageCell.d.ts +14 -14
  267. package/lib/SectionHeaderCell.d.ts +4 -2
  268. package/lib/SummaryCell.d.ts +6 -4
  269. package/lib/TemplateCell.d.ts +3 -3
  270. package/lib/TemplateHeader.d.ts +3 -3
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +2 -2
  274. package/lib/TextCell.d.ts +4 -4
  275. package/lib/TextHeaderCell.d.ts +26 -24
  276. package/lib/VerticalSeparatorCell.d.ts +4 -4
  277. package/lib/igc-cell-info.d.ts +4 -0
  278. package/lib/igc-data-grid-column-component.d.ts +77 -0
  279. package/lib/igc-data-grid-component.d.ts +94 -1
  280. package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
  281. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  282. package/lib/igc-text-header-cell-info.d.ts +48 -0
  283. package/package.json +4 -4
  284. package/public_api.d.ts +3 -0
@@ -14,47 +14,47 @@ export var TextCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(TextCell, _super);
15
15
  function TextCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.dv = null;
17
+ _this.dw = null;
18
+ _this.dz = -1;
18
19
  _this.dy = -1;
19
- _this.dx = -1;
20
20
  _this.ar.setRawStyleProperty("text-align", "left");
21
21
  _this.ar.setRawStyleProperty("vertical-align", "middle");
22
- _this.dv = a.createElement("span");
23
- _this.dv.setRawStyleProperty("display", "inline-block");
24
- _this.dv.setRawStyleProperty("overflow", "hidden");
25
- _this.dv.setRawStyleProperty("white-space", "nowrap");
26
- _this.dv.setRawStyleProperty("text-overflow", "ellipsis");
27
- _this.da(_this.dv, 1);
28
- _this.ar.append(_this.dv);
22
+ _this.dw = a.createElement("span");
23
+ _this.dw.setRawStyleProperty("display", "inline-block");
24
+ _this.dw.setRawStyleProperty("overflow", "hidden");
25
+ _this.dw.setRawStyleProperty("white-space", "nowrap");
26
+ _this.dw.setRawStyleProperty("text-overflow", "ellipsis");
27
+ _this.db(_this.dw, 1);
28
+ _this.ar.append(_this.dw);
29
29
  return _this;
30
30
  }
31
- Object.defineProperty(TextCell.prototype, "dw", {
31
+ Object.defineProperty(TextCell.prototype, "dx", {
32
32
  get: function () {
33
- return this.dv;
33
+ return this.dw;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
37
37
  });
38
- TextCell.prototype.db = function (a, b) {
39
- _super.prototype.db.call(this, a, b);
38
+ TextCell.prototype.dc = function (a, b) {
39
+ _super.prototype.dc.call(this, a, b);
40
40
  var c = Math.max(0, a - b - (this.bd + this.bf + this.be));
41
- if (this.dy != c) {
42
- this.dy = c;
43
- this.dv.setRawStyleProperty("max-width", c.toString() + "px");
41
+ if (this.dz != c) {
42
+ this.dz = c;
43
+ this.dw.setRawStyleProperty("max-width", c.toString() + "px");
44
44
  }
45
45
  };
46
46
  TextCell.prototype.c1 = function (a, b) {
47
47
  _super.prototype.c1.call(this, a, b);
48
48
  var c = Math.max(0, a - b);
49
- if (this.dx != c) {
50
- this.dx = c;
51
- this.dv.setRawStyleProperty("max-height", c.toString() + "px");
49
+ if (this.dy != c) {
50
+ this.dy = c;
51
+ this.dw.setRawStyleProperty("max-height", c.toString() + "px");
52
52
  }
53
53
  };
54
54
  TextCell.prototype.c0 = function (a, b) {
55
55
  _super.prototype.c0.call(this, a, b);
56
- if (a == this.dv) {
57
- this.dv.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
56
+ if (a == this.dw) {
57
+ this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
58
58
  }
59
59
  };
60
60
  TextCell.prototype.get_ae = function () {
@@ -63,7 +63,7 @@ export var TextCell = /** @class */ /*@__PURE__*/ (function (_super) {
63
63
  TextCell.prototype.ck = function (a, b, c) {
64
64
  _super.prototype.ck.call(this, a, b, c);
65
65
  if (a == "Indent" || a == "IsCollapsable") {
66
- this.dv.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
66
+ this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
67
67
  }
68
68
  };
69
69
  TextCell.$t = markType(TextCell, 'TextCell', GridCellBase.$);
@@ -28,26 +28,26 @@ export var TextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(TextCellModel.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
32
- b.kx = this.e(b);
33
- this.d.c8(this.d.dw, b.kx);
31
+ if (a.bc(TextCellModel.n1) || a.bc(TextCellModel.h3) || a.bc(TextCellModel.gy)) {
32
+ b.ky = this.e(b);
33
+ this.d.c8(this.d.dx, b.ky);
34
34
  }
35
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
35
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
36
36
  }
37
37
  };
38
38
  TextCellPresenter.prototype.e = function (a) {
39
- if (a.lt != null) {
40
- return a.lt;
39
+ if (a.lu != null) {
40
+ return a.lu;
41
41
  }
42
- if (a.n2 != null) {
43
- return a.n2;
42
+ if (a.n3 != null) {
43
+ return a.n3;
44
44
  }
45
45
  else {
46
- if (a.ie == null) {
46
+ if (a.ig == null) {
47
47
  return "";
48
48
  }
49
49
  else {
50
- return a.ie.toString();
50
+ return a.ig.toString();
51
51
  }
52
52
  }
53
53
  };
@@ -18,28 +18,28 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(TextHeaderCell, _super);
19
19
  function TextHeaderCell(a) {
20
20
  var _this = _super.call(this, a) || this;
21
- _this.d6 = null;
22
- _this.d2 = null;
23
- _this.d0 = null;
21
+ _this.d7 = null;
22
+ _this.d3 = null;
23
+ _this.d1 = null;
24
+ _this.dx = 0;
24
25
  _this.dw = 0;
25
- _this.dv = 0;
26
- _this.dy = 3;
27
- _this.d8 = null;
26
+ _this.dz = 3;
27
+ _this.d9 = null;
28
+ _this.ec = -1;
28
29
  _this.eb = -1;
29
- _this.ea = -1;
30
- _this.d4 = false;
31
- _this.d7 = null;
32
30
  _this.d5 = false;
33
- _this.d6 = a.createElement("span");
31
+ _this.d8 = null;
32
+ _this.d6 = false;
33
+ _this.d7 = a.createElement("span");
34
34
  _this.ar.setRawStyleProperty("text-align", "left");
35
35
  _this.ar.setRawStyleProperty("vertical-align", "middle");
36
- _this.d6.setRawStyleProperty("display", "inline-block");
37
- _this.d6.setRawStyleProperty("line-height", "normal");
38
- _this.d6.setRawStyleProperty("vertical-align", "middle");
39
- _this.d6.setRawStyleProperty("overflow", "hidden");
40
- _this.d6.setRawStyleProperty("white-space", "nowrap");
41
- _this.d6.setRawStyleProperty("text-overflow", "ellipsis");
42
- _this.ar.append(_this.d6);
36
+ _this.d7.setRawStyleProperty("display", "inline-block");
37
+ _this.d7.setRawStyleProperty("line-height", "normal");
38
+ _this.d7.setRawStyleProperty("vertical-align", "middle");
39
+ _this.d7.setRawStyleProperty("overflow", "hidden");
40
+ _this.d7.setRawStyleProperty("white-space", "nowrap");
41
+ _this.d7.setRawStyleProperty("text-overflow", "ellipsis");
42
+ _this.ar.append(_this.d7);
43
43
  var b = 18;
44
44
  var c = 18;
45
45
  var d = a.createElement("div");
@@ -48,17 +48,17 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  d.setRawStyleProperty("vertical-align", "middle");
49
49
  d.setRawStyleProperty("width", b + "px");
50
50
  d.setRawStyleProperty("height", c + "px");
51
- _this.d7 = d;
51
+ _this.d8 = d;
52
52
  var e = a.getSubRenderer(d);
53
- _this.d0 = new GridFilterDialog();
54
- _this.d0.bn(e, _this.ar, a);
53
+ _this.d1 = new GridFilterDialog();
54
+ _this.d1.ca(e, _this.ar, a);
55
55
  _this.ar.append(d);
56
- _this.d0.be(b, c);
57
- _this.d0.ak = 24;
58
- var f = _this.d0.ab;
59
- _this.d0.ab = false;
60
- _this.d0.bb();
61
- _this.d0.ab = f;
56
+ _this.d1.b1(b, c);
57
+ _this.d1.ar = 24;
58
+ var f = _this.d1.ai;
59
+ _this.d1.ai = false;
60
+ _this.d1.by();
61
+ _this.d1.ai = f;
62
62
  var g = 18;
63
63
  var h = 18;
64
64
  d = a.createElement("div");
@@ -68,67 +68,67 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
68
68
  d.setRawStyleProperty("width", "0px");
69
69
  d.setRawStyleProperty("height", h + "px");
70
70
  d.setRawStyleProperty("margin", "0 0 0 5px");
71
- _this.d8 = d;
71
+ _this.d9 = d;
72
72
  e = a.getSubRenderer(d);
73
- _this.d2 = new GridSortIndicator();
74
- _this.d2.n = false;
75
- _this.d2.m = false;
76
- _this.d2.a0(e);
73
+ _this.d3 = new GridSortIndicator();
74
+ _this.d3.n = false;
75
+ _this.d3.m = false;
76
+ _this.d3.a0(e);
77
77
  _this.ar.append(d);
78
- _this.d2.au(g, h);
79
- var i = _this.d2;
80
- i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ee));
81
- var j = _this.d0;
82
- j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.ef));
83
- var k = _this.d0;
84
- k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.eh));
85
- var l = _this.d0;
86
- l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.eg));
87
- _this.ar.listen("mouseenter", runOn(_this, _this.el));
88
- _this.ar.listen("mouseleave", runOn(_this, _this.ek));
78
+ _this.d3.au(g, h);
79
+ var i = _this.d3;
80
+ i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ef));
81
+ var j = _this.d1;
82
+ j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.eg));
83
+ var k = _this.d1;
84
+ k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.ei));
85
+ var l = _this.d1;
86
+ l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.eh));
87
+ _this.ar.listen("mouseenter", runOn(_this, _this.em));
88
+ _this.ar.listen("mouseleave", runOn(_this, _this.el));
89
89
  return _this;
90
90
  }
91
- Object.defineProperty(TextHeaderCell.prototype, "d9", {
91
+ Object.defineProperty(TextHeaderCell.prototype, "ea", {
92
92
  get: function () {
93
- return this.d6;
93
+ return this.d7;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
97
97
  });
98
- Object.defineProperty(TextHeaderCell.prototype, "d3", {
98
+ Object.defineProperty(TextHeaderCell.prototype, "d4", {
99
99
  get: function () {
100
- return this.d2;
100
+ return this.d3;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
104
104
  });
105
- Object.defineProperty(TextHeaderCell.prototype, "d1", {
105
+ Object.defineProperty(TextHeaderCell.prototype, "d2", {
106
106
  get: function () {
107
- return this.d0;
107
+ return this.d1;
108
108
  },
109
109
  enumerable: false,
110
110
  configurable: true
111
111
  });
112
- Object.defineProperty(TextHeaderCell.prototype, "dz", {
112
+ Object.defineProperty(TextHeaderCell.prototype, "d0", {
113
113
  get: function () {
114
- return this.dy;
114
+ return this.dz;
115
115
  },
116
116
  set: function (a) {
117
- var b = this.dy;
118
- this.dy = a;
119
- this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dy));
117
+ var b = this.dz;
118
+ this.dz = a;
119
+ this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dz));
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
123
123
  });
124
- Object.defineProperty(TextHeaderCell.prototype, "dx", {
124
+ Object.defineProperty(TextHeaderCell.prototype, "dy", {
125
125
  get: function () {
126
- return this.dw;
126
+ return this.dx;
127
127
  },
128
128
  set: function (a) {
129
- var b = this.dw;
130
- this.dw = a;
131
- this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dw));
129
+ var b = this.dx;
130
+ this.dx = a;
131
+ this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dx));
132
132
  },
133
133
  enumerable: false,
134
134
  configurable: true
@@ -136,82 +136,81 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
136
136
  TextHeaderCell.prototype.af = function (a) {
137
137
  return true;
138
138
  };
139
- TextHeaderCell.prototype.db = function (a, b) {
140
- _super.prototype.db.call(this, a, b);
139
+ TextHeaderCell.prototype.dc = function (a, b) {
140
+ _super.prototype.dc.call(this, a, b);
141
141
  a -= 21;
142
- if (this.d5) {
142
+ if (this.d6) {
143
143
  a -= 15;
144
144
  }
145
145
  var c = Math.max(0, a - b);
146
- if (c != this.eb) {
147
- this.eb = c;
148
- this.d6.setRawStyleProperty("max-width", c.toString() + "px");
146
+ if (c != this.ec) {
147
+ this.ec = c;
148
+ this.d7.setRawStyleProperty("max-width", c.toString() + "px");
149
149
  }
150
150
  };
151
151
  TextHeaderCell.prototype.c1 = function (a, b) {
152
152
  _super.prototype.c1.call(this, a, b);
153
- this.d6.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
153
+ this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
154
154
  var c = Math.max(0, a - b);
155
- if (this.ea != c) {
156
- this.ea = c;
157
- this.d6.setRawStyleProperty("max-height", c.toString() + "px");
155
+ if (this.eb != c) {
156
+ this.eb = c;
157
+ this.d7.setRawStyleProperty("max-height", c.toString() + "px");
158
158
  }
159
159
  };
160
160
  TextHeaderCell.prototype.c0 = function (a, b) {
161
161
  _super.prototype.c0.call(this, a, b);
162
- if (a == this.d6) {
163
- this.d6.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
162
+ if (a == this.d7) {
163
+ this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
164
164
  }
165
165
  };
166
- TextHeaderCell.prototype.dc = function (a, b, c, d) {
167
- this.d0.bd();
166
+ TextHeaderCell.prototype.dd = function (a, b, c, d) {
167
+ this.d1.b0();
168
168
  };
169
- TextHeaderCell.prototype.ee = function (a, b) {
169
+ TextHeaderCell.prototype.ef = function (a, b) {
170
170
  switch (b.propertyName) {
171
171
  case "CurrentOpacity":
172
- if (this.d3.t > 0) {
173
- this.d8.setRawStyleProperty("width", "18px");
174
- if (this.dv == 2) {
175
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
172
+ if (this.d4.t > 0) {
173
+ this.d9.setRawStyleProperty("width", "18px");
174
+ if (this.dw == 2) {
175
+ this.d9.setRawStyleProperty("margin", "0 5px 0 0");
176
176
  }
177
177
  else {
178
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
178
+ this.d9.setRawStyleProperty("margin", "0 0 0 5px");
179
179
  }
180
180
  }
181
181
  else {
182
- this.d8.setRawStyleProperty("width", "0px");
183
- this.d8.setRawStyleProperty("margin", "0");
182
+ this.d9.setRawStyleProperty("width", "0px");
183
+ this.d9.setRawStyleProperty("margin", "0");
184
184
  }
185
185
  break;
186
186
  }
187
187
  };
188
- TextHeaderCell.prototype.el = function (a) {
188
+ TextHeaderCell.prototype.em = function (a) {
189
189
  if (this.b.isGridDragging) {
190
190
  return;
191
191
  }
192
- this.d0.ba();
193
- switch (this.dz) {
192
+ switch (this.d0) {
194
193
  case 2:
195
194
  case 3:
196
- this.d0.br();
195
+ this.d1.ce();
197
196
  break;
198
197
  }
199
198
  };
200
- TextHeaderCell.prototype.ek = function (a) {
201
- switch (this.dz) {
199
+ TextHeaderCell.prototype.el = function (a) {
200
+ switch (this.d0) {
202
201
  case 2:
203
202
  case 3:
204
- this.d0.bb();
203
+ this.d1.by();
205
204
  break;
206
205
  }
207
206
  };
208
- TextHeaderCell.prototype.eg = function (a, b) {
207
+ TextHeaderCell.prototype.eh = function (a, b) {
209
208
  this.b.columnFilterChanged(b.a);
210
209
  };
211
- TextHeaderCell.prototype.eh = function (a, b) {
210
+ TextHeaderCell.prototype.ei = function (a, b) {
212
211
  this.b.columnFilterChanging(b.a);
213
212
  };
214
- TextHeaderCell.prototype.ef = function (a, b) {
213
+ TextHeaderCell.prototype.eg = function (a, b) {
215
214
  if (this.b != null) {
216
215
  b.a = this.f.getColumn();
217
216
  this.b.cancelEditMode(false);
@@ -219,72 +218,108 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
219
218
  };
220
219
  TextHeaderCell.prototype.ci = function (a, b, c) {
221
220
  _super.prototype.ci.call(this, a, b, c);
222
- this.dv = c;
223
- this.d0.k = c;
221
+ this.dw = c;
222
+ this.d1.k = c;
224
223
  if (c == 2) {
225
- this.ar.removeChild(this.d8);
226
- this.ar.removeChild(this.d7);
227
- this.d6.before(this.d7);
228
- this.d7.before(this.d8);
229
- if (this.dx == 1) {
230
- this.d7.setRawStyleProperty("margin", "0 5px 0 0");
231
- this.d0.l = this.dv;
224
+ if (this.dy == 1) {
225
+ this.ar.removeChild(this.d9);
226
+ this.ar.removeChild(this.d8);
227
+ this.d7.before(this.d8);
228
+ this.d8.before(this.d9);
229
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
230
+ this.d1.l = this.dw;
231
+ }
232
+ else if (this.dy == 4) {
233
+ this.ar.removeChild(this.d9);
234
+ this.ar.removeChild(this.d8);
235
+ this.ar.append(this.d8);
236
+ this.d7.before(this.d9);
237
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
238
+ this.d1.l = 2;
232
239
  }
233
240
  else {
234
- this.d7.setRawStyleProperty("margin", "0");
235
- this.d0.l = 0;
241
+ this.ar.removeChild(this.d9);
242
+ this.ar.removeChild(this.d8);
243
+ this.d7.before(this.d8);
244
+ this.d8.before(this.d9);
245
+ this.d8.setRawStyleProperty("margin", "0");
246
+ this.d1.l = 0;
236
247
  }
237
248
  }
238
249
  else {
239
- this.ar.removeChild(this.d8);
240
- this.ar.removeChild(this.d6);
241
- this.d7.before(this.d6);
242
- this.d7.before(this.d8);
243
- if (this.dx == 1) {
244
- this.d7.setRawStyleProperty("margin", "0 0 0 5px");
245
- this.d0.l = this.dv;
250
+ if (this.dy == 1) {
251
+ this.ar.removeChild(this.d9);
252
+ this.ar.removeChild(this.d7);
253
+ this.d8.before(this.d7);
254
+ this.d8.before(this.d9);
255
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
256
+ this.d1.l = this.dw;
257
+ }
258
+ else if (this.dy == 3) {
259
+ this.ar.removeChild(this.d9);
260
+ this.ar.removeChild(this.d7);
261
+ this.ar.removeChild(this.d8);
262
+ this.ar.append(this.d8);
263
+ this.ar.append(this.d7);
264
+ this.ar.append(this.d9);
265
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
266
+ this.d1.l = 0;
246
267
  }
247
268
  else {
248
- this.d7.setRawStyleProperty("margin", "0");
249
- this.d0.l = 2;
269
+ this.ar.removeChild(this.d9);
270
+ this.ar.removeChild(this.d7);
271
+ this.d8.before(this.d7);
272
+ this.d8.before(this.d9);
273
+ this.d8.setRawStyleProperty("margin", "0");
274
+ this.d1.l = 2;
250
275
  }
251
276
  }
252
277
  };
253
278
  TextHeaderCell.prototype.c6 = function (a, b, c, d) {
254
279
  _super.prototype.c6.call(this, a, b, c, d);
255
- this.d0.an = a;
256
- this.d0.ao = c;
280
+ this.d1.av = a;
281
+ this.d1.aw = c;
257
282
  };
258
- TextHeaderCell.prototype.ej = function () {
259
- if (this.dx == 2 || this.dx == 0) {
260
- if (this.dv == 2) {
261
- this.d0.l = 0;
283
+ TextHeaderCell.prototype.ek = function () {
284
+ if (this.dy == 3) {
285
+ this.d1.l = 0;
286
+ this.d8.setRawStyleProperty("margin", "0");
287
+ }
288
+ else if (this.dy == 4) {
289
+ this.d1.l = 2;
290
+ this.d8.setRawStyleProperty("margin", "0");
291
+ }
292
+ else if (this.dy == 2 || this.dy == 0) {
293
+ if (this.dw == 2) {
294
+ this.d1.l = 0;
262
295
  }
263
296
  else {
264
- this.d0.l = 2;
297
+ this.d1.l = 2;
265
298
  }
299
+ this.d8.setRawStyleProperty("margin", "0");
266
300
  }
267
301
  else {
268
- this.d0.l = this.dv;
269
- if (this.dv == 2) {
270
- this.d7.setRawStyleProperty("margin", "0 5px 0 0");
302
+ this.d1.l = this.dw;
303
+ if (this.dw == 2) {
304
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
271
305
  }
272
306
  else {
273
- this.d7.setRawStyleProperty("margin", "0 0 0 5px");
307
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
274
308
  }
275
309
  }
310
+ this.ci(this.ar, this.d7, this.dw);
276
311
  };
277
- TextHeaderCell.prototype.ei = function () {
278
- switch (this.dz) {
312
+ TextHeaderCell.prototype.ej = function () {
313
+ switch (this.d0) {
279
314
  case 1:
280
- this.d0.ab = false;
281
- this.d0.br();
315
+ this.d1.ai = false;
316
+ this.d1.ce();
282
317
  break;
283
318
  case 2:
284
- this.d0.ab = false;
319
+ this.d1.ai = false;
285
320
  break;
286
321
  case 3:
287
- this.d0.ab = true;
322
+ this.d1.ai = true;
288
323
  break;
289
324
  }
290
325
  };
@@ -292,10 +327,10 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
292
327
  _super.prototype.ck.call(this, a, b, c);
293
328
  switch (a) {
294
329
  case "ColumnOptionsIconAlignment":
295
- this.ej();
330
+ this.ek();
296
331
  break;
297
332
  case "ColumnOptionsIconBehavior":
298
- this.ei();
333
+ this.ej();
299
334
  break;
300
335
  }
301
336
  };
@@ -303,22 +338,28 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
303
338
  if (e_.button == 2) {
304
339
  return;
305
340
  }
306
- var b = this.d0.ad(e_);
341
+ var b = this.d1.ak(e_);
307
342
  if (b) {
308
- this.d4 = true;
343
+ this.d5 = true;
309
344
  return;
310
345
  }
311
346
  _super.prototype.onContactStarted.call(this, e_, a);
312
347
  };
313
348
  TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
314
- if (!this.d4) {
349
+ if (!this.d5) {
315
350
  _super.prototype.onContactCompleted.call(this, e_, a);
316
351
  }
317
- this.d4 = false;
352
+ this.d5 = false;
318
353
  };
319
354
  TextHeaderCell.prototype.detach = function () {
320
355
  _super.prototype.detach.call(this);
321
- if (this.d0 != null) {
356
+ if (this.d1 != null) {
357
+ }
358
+ };
359
+ TextHeaderCell.prototype.da = function (a) {
360
+ _super.prototype.da.call(this, a);
361
+ if (this.d2 != null) {
362
+ this.d2.x = a;
322
363
  }
323
364
  };
324
365
  TextHeaderCell.prototype.get_ac = function () {