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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +11 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -17,28 +17,28 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
17
17
  class TextHeaderCell extends GridCellBase {
18
18
  constructor(a) {
19
19
  super(a);
20
- this.d7 = null;
21
- this.d3 = null;
22
- this.d1 = null;
23
- this.dx = 0;
24
- this.dw = 0;
25
- this.dz = 3;
26
- this.d9 = null;
27
- this.ec = -1;
28
- this.eb = -1;
29
- this.d5 = false;
30
- this.d8 = null;
31
- this.d6 = false;
32
- this.d7 = a.createElement("span");
20
+ this.ea = null;
21
+ this.d6 = null;
22
+ this.d4 = null;
23
+ this.d0 = 0;
24
+ this.dz = 0;
25
+ this.d2 = 3;
26
+ this.ec = null;
27
+ this.ef = -1;
28
+ this.ee = -1;
29
+ this.d8 = false;
30
+ this.eb = null;
31
+ this.d9 = false;
32
+ this.ea = a.createElement("span");
33
33
  this.ar.setRawStyleProperty("text-align", "left");
34
34
  this.ar.setRawStyleProperty("vertical-align", "middle");
35
- this.d7.setRawStyleProperty("display", "inline-block");
36
- this.d7.setRawStyleProperty("line-height", "normal");
37
- this.d7.setRawStyleProperty("vertical-align", "middle");
38
- this.d7.setRawStyleProperty("overflow", "hidden");
39
- this.d7.setRawStyleProperty("white-space", "nowrap");
40
- this.d7.setRawStyleProperty("text-overflow", "ellipsis");
41
- this.ar.append(this.d7);
35
+ this.ea.setRawStyleProperty("display", "inline-block");
36
+ this.ea.setRawStyleProperty("line-height", "normal");
37
+ this.ea.setRawStyleProperty("vertical-align", "middle");
38
+ this.ea.setRawStyleProperty("overflow", "hidden");
39
+ this.ea.setRawStyleProperty("white-space", "nowrap");
40
+ this.ea.setRawStyleProperty("text-overflow", "ellipsis");
41
+ this.ar.append(this.ea);
42
42
  let b = 18;
43
43
  let c = 18;
44
44
  let d = a.createElement("div");
@@ -47,17 +47,17 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
47
47
  d.setRawStyleProperty("vertical-align", "middle");
48
48
  d.setRawStyleProperty("width", b + "px");
49
49
  d.setRawStyleProperty("height", c + "px");
50
- this.d8 = d;
50
+ this.eb = d;
51
51
  let e = a.getSubRenderer(d);
52
- this.d1 = new GridFilterDialog();
53
- this.d1.bx(e, this.ar, a);
52
+ this.d4 = new GridFilterDialog();
53
+ this.d4.cb(e, this.ar, a);
54
54
  this.ar.append(d);
55
- this.d1.bo(b, c);
56
- this.d1.am = 24;
57
- let f = this.d1.ad;
58
- this.d1.ad = false;
59
- this.d1.bl();
60
- this.d1.ad = f;
55
+ this.d4.b2(b, c);
56
+ this.d4.ar = 24;
57
+ let f = this.d4.ai;
58
+ this.d4.ai = false;
59
+ this.d4.bz();
60
+ this.d4.ai = f;
61
61
  let g = 18;
62
62
  let h = 18;
63
63
  d = a.createElement("div");
@@ -67,213 +67,248 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
67
67
  d.setRawStyleProperty("width", "0px");
68
68
  d.setRawStyleProperty("height", h + "px");
69
69
  d.setRawStyleProperty("margin", "0 0 0 5px");
70
- this.d9 = d;
70
+ this.ec = d;
71
71
  e = a.getSubRenderer(d);
72
- this.d3 = new GridSortIndicator();
73
- this.d3.n = false;
74
- this.d3.m = false;
75
- this.d3.a0(e);
72
+ this.d6 = new GridSortIndicator();
73
+ this.d6.n = false;
74
+ this.d6.m = false;
75
+ this.d6.a0(e);
76
76
  this.ar.append(d);
77
- this.d3.au(g, h);
78
- let i = this.d3;
79
- i.propertyChanged = delegateCombine(i.propertyChanged, runOn(this, this.ef));
80
- let j = this.d1;
81
- j.dialogOpening = delegateCombine(j.dialogOpening, runOn(this, this.eg));
82
- let k = this.d1;
83
- k.filterChanging = delegateCombine(k.filterChanging, runOn(this, this.ei));
84
- let l = this.d1;
85
- l.filterChanged = delegateCombine(l.filterChanged, runOn(this, this.eh));
86
- this.ar.listen("mouseenter", runOn(this, this.em));
87
- this.ar.listen("mouseleave", runOn(this, this.el));
77
+ this.d6.au(g, h);
78
+ let i = this.d6;
79
+ i.propertyChanged = delegateCombine(i.propertyChanged, runOn(this, this.ei));
80
+ let j = this.d4;
81
+ j.dialogOpening = delegateCombine(j.dialogOpening, runOn(this, this.ej));
82
+ let k = this.d4;
83
+ k.filterChanging = delegateCombine(k.filterChanging, runOn(this, this.el));
84
+ let l = this.d4;
85
+ l.filterChanged = delegateCombine(l.filterChanged, runOn(this, this.ek));
86
+ this.ar.listen("mouseenter", runOn(this, this.ep));
87
+ this.ar.listen("mouseleave", runOn(this, this.eo));
88
88
  }
89
- get ea() {
90
- return this.d7;
89
+ get ed() {
90
+ return this.ea;
91
91
  }
92
- get d4() {
93
- return this.d3;
92
+ get d7() {
93
+ return this.d6;
94
94
  }
95
- get d2() {
96
- return this.d1;
95
+ get d5() {
96
+ return this.d4;
97
97
  }
98
- get d0() {
99
- return this.dz;
98
+ get d3() {
99
+ return this.d2;
100
100
  }
101
- set d0(a) {
102
- let b = this.dz;
103
- this.dz = a;
104
- this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dz));
101
+ set d3(a) {
102
+ let b = this.d2;
103
+ this.d2 = a;
104
+ this.cl("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.d2));
105
105
  }
106
- get dy() {
107
- return this.dx;
106
+ get d1() {
107
+ return this.d0;
108
108
  }
109
- set dy(a) {
110
- let b = this.dx;
111
- this.dx = a;
112
- this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dx));
109
+ set d1(a) {
110
+ let b = this.d0;
111
+ this.d0 = a;
112
+ this.cl("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d0));
113
113
  }
114
114
  af(a) {
115
115
  return true;
116
116
  }
117
- dc(a, b) {
118
- super.dc(a, b);
117
+ dd(a, b) {
118
+ super.dd(a, b);
119
119
  a -= 21;
120
- if (this.d6) {
120
+ if (this.d9) {
121
121
  a -= 15;
122
122
  }
123
123
  let c = Math.max(0, a - b);
124
- if (c != this.ec) {
125
- this.ec = c;
126
- this.d7.setRawStyleProperty("max-width", c.toString() + "px");
124
+ if (c != this.ef) {
125
+ this.ef = c;
126
+ this.ea.setRawStyleProperty("max-width", c.toString() + "px");
127
127
  }
128
128
  }
129
- c1(a, b) {
130
- super.c1(a, b);
131
- this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
129
+ c2(a, b) {
130
+ super.c2(a, b);
131
+ this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
132
132
  let c = Math.max(0, a - b);
133
- if (this.eb != c) {
134
- this.eb = c;
135
- this.d7.setRawStyleProperty("max-height", c.toString() + "px");
133
+ if (this.ee != c) {
134
+ this.ee = c;
135
+ this.ea.setRawStyleProperty("max-height", c.toString() + "px");
136
136
  }
137
137
  }
138
- c0(a, b) {
139
- super.c0(a, b);
140
- if (a == this.d7) {
141
- this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
138
+ c1(a, b) {
139
+ super.c1(a, b);
140
+ if (a == this.ea) {
141
+ this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
142
142
  }
143
143
  }
144
- dd(a, b, c, d) {
145
- this.d1.bn();
144
+ de(a, b, c, d) {
145
+ this.d4.b1();
146
146
  }
147
- ef(a, b) {
147
+ ei(a, b) {
148
148
  switch (b.propertyName) {
149
149
  case "CurrentOpacity":
150
- if (this.d4.t > 0) {
151
- this.d9.setRawStyleProperty("width", "18px");
152
- if (this.dw == 2) {
153
- this.d9.setRawStyleProperty("margin", "0 5px 0 0");
150
+ if (this.d7.t > 0) {
151
+ this.ec.setRawStyleProperty("width", "18px");
152
+ if (this.dz == 2) {
153
+ this.ec.setRawStyleProperty("margin", "0 5px 0 0");
154
154
  }
155
155
  else {
156
- this.d9.setRawStyleProperty("margin", "0 0 0 5px");
156
+ this.ec.setRawStyleProperty("margin", "0 0 0 5px");
157
157
  }
158
158
  }
159
159
  else {
160
- this.d9.setRawStyleProperty("width", "0px");
161
- this.d9.setRawStyleProperty("margin", "0");
160
+ this.ec.setRawStyleProperty("width", "0px");
161
+ this.ec.setRawStyleProperty("margin", "0");
162
162
  }
163
163
  break;
164
164
  }
165
165
  }
166
- em(a) {
166
+ ep(a) {
167
167
  if (this.b.isGridDragging) {
168
168
  return;
169
169
  }
170
- this.d1.bk();
171
- switch (this.d0) {
170
+ switch (this.d3) {
172
171
  case 2:
173
172
  case 3:
174
- this.d1.b1();
173
+ this.d4.cf();
175
174
  break;
176
175
  }
177
176
  }
178
- el(a) {
179
- switch (this.d0) {
177
+ eo(a) {
178
+ switch (this.d3) {
180
179
  case 2:
181
180
  case 3:
182
- this.d1.bl();
181
+ this.d4.bz();
183
182
  break;
184
183
  }
185
184
  }
186
- eh(a, b) {
185
+ ek(a, b) {
187
186
  this.b.columnFilterChanged(b.a);
188
187
  }
189
- ei(a, b) {
188
+ el(a, b) {
190
189
  this.b.columnFilterChanging(b.a);
191
190
  }
192
- eg(a, b) {
191
+ ej(a, b) {
193
192
  if (this.b != null) {
194
193
  b.a = this.f.getColumn();
195
194
  this.b.cancelEditMode(false);
196
195
  }
197
196
  }
198
- ci(a, b, c) {
199
- super.ci(a, b, c);
200
- this.dw = c;
201
- this.d1.k = c;
197
+ cj(a, b, c) {
198
+ super.cj(a, b, c);
199
+ this.dz = c;
200
+ this.d4.k = c;
202
201
  if (c == 2) {
203
- this.ar.removeChild(this.d9);
204
- this.ar.removeChild(this.d8);
205
- this.d7.before(this.d8);
206
- this.d8.before(this.d9);
207
- if (this.dy == 1) {
208
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
209
- this.d1.l = this.dw;
202
+ if (this.d1 == 1) {
203
+ this.ar.removeChild(this.ec);
204
+ this.ar.removeChild(this.eb);
205
+ this.ea.before(this.eb);
206
+ this.eb.before(this.ec);
207
+ this.eb.setRawStyleProperty("margin", "0 5px 0 0");
208
+ this.d4.l = this.dz;
209
+ }
210
+ else if (this.d1 == 4) {
211
+ this.ar.removeChild(this.ec);
212
+ this.ar.removeChild(this.eb);
213
+ this.ar.append(this.eb);
214
+ this.ea.before(this.ec);
215
+ this.eb.setRawStyleProperty("margin", "0 0 0 5px");
216
+ this.d4.l = 2;
210
217
  }
211
218
  else {
212
- this.d8.setRawStyleProperty("margin", "0");
213
- this.d1.l = 0;
219
+ this.ar.removeChild(this.ec);
220
+ this.ar.removeChild(this.eb);
221
+ this.ea.before(this.eb);
222
+ this.eb.before(this.ec);
223
+ this.eb.setRawStyleProperty("margin", "0");
224
+ this.d4.l = 0;
214
225
  }
215
226
  }
216
227
  else {
217
- this.ar.removeChild(this.d9);
218
- this.ar.removeChild(this.d7);
219
- this.d8.before(this.d7);
220
- this.d8.before(this.d9);
221
- if (this.dy == 1) {
222
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
223
- this.d1.l = this.dw;
228
+ if (this.d1 == 1) {
229
+ this.ar.removeChild(this.ec);
230
+ this.ar.removeChild(this.ea);
231
+ this.eb.before(this.ea);
232
+ this.eb.before(this.ec);
233
+ this.eb.setRawStyleProperty("margin", "0 0 0 5px");
234
+ this.d4.l = this.dz;
235
+ }
236
+ else if (this.d1 == 3) {
237
+ this.ar.removeChild(this.ec);
238
+ this.ar.removeChild(this.ea);
239
+ this.ar.removeChild(this.eb);
240
+ this.ar.append(this.eb);
241
+ this.ar.append(this.ea);
242
+ this.ar.append(this.ec);
243
+ this.eb.setRawStyleProperty("margin", "0 5px 0 0");
244
+ this.d4.l = 0;
224
245
  }
225
246
  else {
226
- this.d8.setRawStyleProperty("margin", "0");
227
- this.d1.l = 2;
247
+ this.ar.removeChild(this.ec);
248
+ this.ar.removeChild(this.ea);
249
+ this.eb.before(this.ea);
250
+ this.eb.before(this.ec);
251
+ this.eb.setRawStyleProperty("margin", "0");
252
+ this.d4.l = 2;
228
253
  }
229
254
  }
230
255
  }
231
- c6(a, b, c, d) {
232
- super.c6(a, b, c, d);
233
- this.d1.ap = a;
234
- this.d1.aq = c;
256
+ c7(a, b, c, d) {
257
+ super.c7(a, b, c, d);
258
+ this.d4.av = a;
259
+ this.d4.aw = c;
235
260
  }
236
- ek() {
237
- if (this.dy == 2 || this.dy == 0) {
238
- if (this.dw == 2) {
239
- this.d1.l = 0;
261
+ en() {
262
+ if (this.d1 == 3) {
263
+ this.d4.l = 0;
264
+ this.eb.setRawStyleProperty("margin", "0");
265
+ }
266
+ else if (this.d1 == 4) {
267
+ this.d4.l = 2;
268
+ this.eb.setRawStyleProperty("margin", "0");
269
+ }
270
+ else if (this.d1 == 2 || this.d1 == 0) {
271
+ if (this.dz == 2) {
272
+ this.d4.l = 0;
240
273
  }
241
274
  else {
242
- this.d1.l = 2;
275
+ this.d4.l = 2;
243
276
  }
277
+ this.eb.setRawStyleProperty("margin", "0");
244
278
  }
245
279
  else {
246
- this.d1.l = this.dw;
247
- if (this.dw == 2) {
248
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
280
+ this.d4.l = this.dz;
281
+ if (this.dz == 2) {
282
+ this.eb.setRawStyleProperty("margin", "0 5px 0 0");
249
283
  }
250
284
  else {
251
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
285
+ this.eb.setRawStyleProperty("margin", "0 0 0 5px");
252
286
  }
253
287
  }
288
+ this.cj(this.ar, this.ea, this.dz);
254
289
  }
255
- ej() {
256
- switch (this.d0) {
290
+ em() {
291
+ switch (this.d3) {
257
292
  case 1:
258
- this.d1.ad = false;
259
- this.d1.b1();
293
+ this.d4.ai = false;
294
+ this.d4.cf();
260
295
  break;
261
296
  case 2:
262
- this.d1.ad = false;
297
+ this.d4.ai = false;
263
298
  break;
264
299
  case 3:
265
- this.d1.ad = true;
300
+ this.d4.ai = true;
266
301
  break;
267
302
  }
268
303
  }
269
- ck(a, b, c) {
270
- super.ck(a, b, c);
304
+ cl(a, b, c) {
305
+ super.cl(a, b, c);
271
306
  switch (a) {
272
307
  case "ColumnOptionsIconAlignment":
273
- this.ek();
308
+ this.en();
274
309
  break;
275
310
  case "ColumnOptionsIconBehavior":
276
- this.ej();
311
+ this.em();
277
312
  break;
278
313
  }
279
314
  }
@@ -281,28 +316,28 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
281
316
  if (e_.button == 2) {
282
317
  return;
283
318
  }
284
- let b = this.d1.af(e_);
319
+ let b = this.d4.ak(e_);
285
320
  if (b) {
286
- this.d5 = true;
321
+ this.d8 = true;
287
322
  return;
288
323
  }
289
324
  super.onContactStarted(e_, a);
290
325
  }
291
326
  onContactCompleted(e_, a) {
292
- if (!this.d5) {
327
+ if (!this.d8) {
293
328
  super.onContactCompleted(e_, a);
294
329
  }
295
- this.d5 = false;
330
+ this.d8 = false;
296
331
  }
297
332
  detach() {
298
333
  super.detach();
299
- if (this.d1 != null) {
334
+ if (this.d4 != null) {
300
335
  }
301
336
  }
302
- da(a) {
303
- super.da(a);
304
- if (this.d2 != null) {
305
- this.d2.x = a;
337
+ db(a) {
338
+ super.db(a);
339
+ if (this.d5 != null) {
340
+ this.d5.x = a;
306
341
  }
307
342
  }
308
343
  get_ac() {
@@ -25,79 +25,101 @@ export let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
25
25
  super.b(a);
26
26
  let b = a;
27
27
  if (a.a7) {
28
- if (a.bc(TextCellModel.n0)) {
29
- b.kx = b.n2;
30
- this.d.c8(this.d.ea, b.kx);
28
+ if (a.bc(TextCellModel.n9)) {
29
+ b.k1 = b.ob;
30
+ this.d.c9(this.d.ed, b.k1);
31
31
  }
32
- if (a.bc(CellModel.hi)) {
33
- let c = this.d.d4.m;
32
+ if (a.bc(CellModel.hl)) {
33
+ let c = this.d.d7.m;
34
34
  if (a.bt) {
35
- this.d.d4.m = false;
35
+ this.d.d7.m = false;
36
36
  }
37
- this.d.d4.b = a.n;
37
+ this.d.d7.b = a.n;
38
38
  if (a.bt) {
39
- this.d.d4.m = c;
39
+ this.d.d7.m = c;
40
40
  }
41
41
  }
42
- if (a.bc(CellModel.hj)) {
43
- let d = this.d.d4.m;
42
+ if (a.bc(CellModel.hm)) {
43
+ let d = this.d.d7.m;
44
44
  if (a.bt) {
45
- this.d.d4.m = false;
45
+ this.d.d7.m = false;
46
46
  }
47
- this.d.d4.a3 = a.ns;
47
+ this.d.d7.a3 = a.n1;
48
48
  if (a.bt) {
49
- this.d.d4.m = d;
49
+ this.d.d7.m = d;
50
50
  }
51
51
  }
52
52
  if (a.bb("IsColumnOptionsEnabled")) {
53
- let e = b.od;
53
+ let e = b.oq;
54
54
  if (e) {
55
55
  e = this.e();
56
56
  }
57
- this.d.d6 = e;
58
- this.d.d8.setRawStyleProperty("display", e ? "inline-block" : "none");
59
- this.a.dc(a.h5, (a.g0 + a.g2 + a.fg + a.fj));
57
+ this.d.d9 = e;
58
+ this.d.eb.setRawStyleProperty("display", e ? "inline-block" : "none");
59
+ this.a.dd(a.h8, (a.g2 + a.g4 + a.fg + a.fj));
60
60
  }
61
61
  if (a.bb("SortIndicatorStyle")) {
62
- this.d.d4.f = b.n9;
62
+ this.d.d7.f = b.oi;
63
63
  }
64
64
  if (a.bb("ColumnOptionsIconAlignment")) {
65
- this.d.dy = b.n5;
65
+ this.d.d1 = b.oe;
66
66
  }
67
67
  if (a.bb("ColumnOptionsIconBehavior")) {
68
- this.d.d0 = b.n7;
68
+ this.d.d3 = b.og;
69
69
  }
70
70
  if (a.bb("ColumnOptionsIconColor")) {
71
- this.d.d2.ci = b.pd;
71
+ this.d.d5.c4 = b.qc;
72
72
  }
73
- if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
73
+ if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
74
74
  let f = a.e.getColumn();
75
- if (f != this.d.d2.n) {
76
- this.d.d2.n = f;
75
+ if (f != this.d.d5.n) {
76
+ this.d.d5.n = f;
77
+ this.d.d5.by();
77
78
  }
78
79
  }
79
- if (a.bc(TextHeaderCellModel.on)) {
80
- this.d.da(b.ob);
80
+ if (a.bc(TextHeaderCellModel.o7)) {
81
+ this.d.db(b.ok);
81
82
  }
82
- if (a.bc(TextHeaderCellModel.of)) {
83
- this.d.d2.cd = b.pa;
83
+ if (a.bc(TextHeaderCellModel.ot)) {
84
+ this.d.d5.cv = b.p7;
84
85
  }
85
- if (a.bc(TextHeaderCellModel.om)) {
86
- this.d.d2.ch = b.pf;
86
+ if (a.bc(TextHeaderCellModel.o5)) {
87
+ this.d.d5.c1 = b.qe;
87
88
  }
88
- if (a.bc(TextHeaderCellModel.ol)) {
89
- this.d.d2.cg = b.pe;
89
+ if (a.bc(TextHeaderCellModel.o6)) {
90
+ this.d.d5.ab = b.oo;
90
91
  }
91
- if (a.bc(TextHeaderCellModel.og)) {
92
- this.d.d2.ce = b.pb;
92
+ if (a.bc(TextHeaderCellModel.oy)) {
93
+ this.d.d5.cz = b.qb;
93
94
  }
94
- if (a.bc(TextHeaderCellModel.oh)) {
95
- this.d.d2.cf = b.pc;
95
+ if (a.bc(TextHeaderCellModel.o8)) {
96
+ this.d.d5.c2 = b.qf;
96
97
  }
97
- if (a.bc(TextHeaderCellModel.oe)) {
98
- this.d.d2.cc = b.o9;
98
+ if (a.bc(TextHeaderCellModel.o9)) {
99
+ this.d.d5.c3 = b.qg;
99
100
  }
100
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
101
+ if (a.bc(TextHeaderCellModel.ox)) {
102
+ this.d.d5.cy = b.qa;
103
+ }
104
+ if (a.bc(TextHeaderCellModel.o4)) {
105
+ this.d.d5.c0 = b.qd;
106
+ }
107
+ if (a.bc(TextHeaderCellModel.ou)) {
108
+ this.d.d5.cw = b.p8;
109
+ }
110
+ if (a.bc(TextHeaderCellModel.ov)) {
111
+ this.d.d5.cx = b.p9;
112
+ }
113
+ if (a.bc(TextHeaderCellModel.ow)) {
114
+ this.d.d5.aa = b.on;
115
+ }
116
+ if (a.bc(TextHeaderCellModel.os)) {
117
+ this.d.d5.cu = b.p6;
118
+ }
119
+ if (a.bc(TextHeaderCellModel.o3)) {
120
+ this.d.d5.ax = b.o2;
121
+ }
122
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ed, this.a);
101
123
  }
102
124
  }
103
125
  e() {
@@ -90,7 +90,7 @@ export let TextIconSetConditionalStyle = /*@__PURE__*/ (() => {
90
90
  i.cs = "FontInfo";
91
91
  i.aj = ((() => {
92
92
  let $ret = new GridConditionalStyleFontInfo();
93
- $ret.textStyle = GridStyleRepository.d(this.g.grid.theme, 33);
93
+ $ret.textStyle = GridStyleRepository.d(this.g.grid.theme, 34);
94
94
  return $ret;
95
95
  })());
96
96
  h.properties.add(i);