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
@@ -8,44 +8,44 @@ import { GridCellBase } from "./GridCellBase";
8
8
  import { markType } from "igniteui-webcomponents-core";
9
9
  let TextCell = /*@__PURE__*/ (() => {
10
10
  class TextCell extends GridCellBase {
11
- get dw() {
12
- return this.dv;
11
+ get dx() {
12
+ return this.dw;
13
13
  }
14
- db(a, b) {
15
- super.db(a, b);
14
+ dc(a, b) {
15
+ super.dc(a, b);
16
16
  let c = Math.max(0, a - b - (this.bd + this.bf + this.be));
17
- if (this.dy != c) {
18
- this.dy = c;
19
- this.dv.setRawStyleProperty("max-width", c.toString() + "px");
17
+ if (this.dz != c) {
18
+ this.dz = c;
19
+ this.dw.setRawStyleProperty("max-width", c.toString() + "px");
20
20
  }
21
21
  }
22
22
  c1(a, b) {
23
23
  super.c1(a, b);
24
24
  let c = Math.max(0, a - b);
25
- if (this.dx != c) {
26
- this.dx = c;
27
- this.dv.setRawStyleProperty("max-height", c.toString() + "px");
25
+ if (this.dy != c) {
26
+ this.dy = c;
27
+ this.dw.setRawStyleProperty("max-height", c.toString() + "px");
28
28
  }
29
29
  }
30
30
  constructor(a) {
31
31
  super(a);
32
- this.dv = null;
32
+ this.dw = null;
33
+ this.dz = -1;
33
34
  this.dy = -1;
34
- this.dx = -1;
35
35
  this.ar.setRawStyleProperty("text-align", "left");
36
36
  this.ar.setRawStyleProperty("vertical-align", "middle");
37
- this.dv = a.createElement("span");
38
- this.dv.setRawStyleProperty("display", "inline-block");
39
- this.dv.setRawStyleProperty("overflow", "hidden");
40
- this.dv.setRawStyleProperty("white-space", "nowrap");
41
- this.dv.setRawStyleProperty("text-overflow", "ellipsis");
42
- this.da(this.dv, 1);
43
- this.ar.append(this.dv);
37
+ this.dw = a.createElement("span");
38
+ this.dw.setRawStyleProperty("display", "inline-block");
39
+ this.dw.setRawStyleProperty("overflow", "hidden");
40
+ this.dw.setRawStyleProperty("white-space", "nowrap");
41
+ this.dw.setRawStyleProperty("text-overflow", "ellipsis");
42
+ this.db(this.dw, 1);
43
+ this.ar.append(this.dw);
44
44
  }
45
45
  c0(a, b) {
46
46
  super.c0(a, b);
47
- if (a == this.dv) {
48
- this.dv.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
47
+ if (a == this.dw) {
48
+ this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
49
49
  }
50
50
  }
51
51
  get_ae() {
@@ -54,7 +54,7 @@ let TextCell = /*@__PURE__*/ (() => {
54
54
  ck(a, b, c) {
55
55
  super.ck(a, b, c);
56
56
  if (a == "Indent" || a == "IsCollapsable") {
57
- this.dv.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
57
+ this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
58
58
  }
59
59
  }
60
60
  }
@@ -20,26 +20,26 @@ let TextCellPresenter = /*@__PURE__*/ (() => {
20
20
  super.b(a);
21
21
  let b = a;
22
22
  if (a.a7) {
23
- if (a.bc(TextCellModel.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
24
- b.kx = this.e(b);
25
- this.d.c8(this.d.dw, b.kx);
23
+ if (a.bc(TextCellModel.n1) || a.bc(TextCellModel.h3) || a.bc(TextCellModel.gy)) {
24
+ b.ky = this.e(b);
25
+ this.d.c8(this.d.dx, b.ky);
26
26
  }
27
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
27
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
28
28
  }
29
29
  }
30
30
  e(a) {
31
- if (a.lt != null) {
32
- return a.lt;
31
+ if (a.lu != null) {
32
+ return a.lu;
33
33
  }
34
- if (a.n2 != null) {
35
- return a.n2;
34
+ if (a.n3 != null) {
35
+ return a.n3;
36
36
  }
37
37
  else {
38
- if (a.ie == null) {
38
+ if (a.ig == null) {
39
39
  return "";
40
40
  }
41
41
  else {
42
- return a.ie.toString();
42
+ return a.ig.toString();
43
43
  }
44
44
  }
45
45
  }
@@ -12,88 +12,88 @@ import { ColumnOptionsIconAlignment_$type } from "./ColumnOptionsIconAlignment";
12
12
  import { enumGetBox, runOn, delegateCombine, markType } from "igniteui-webcomponents-core";
13
13
  let TextHeaderCell = /*@__PURE__*/ (() => {
14
14
  class TextHeaderCell extends GridCellBase {
15
- get d9() {
16
- return this.d6;
15
+ get ea() {
16
+ return this.d7;
17
17
  }
18
- get d3() {
19
- return this.d2;
18
+ get d4() {
19
+ return this.d3;
20
20
  }
21
- get d1() {
22
- return this.d0;
21
+ get d2() {
22
+ return this.d1;
23
23
  }
24
- get dz() {
25
- return this.dy;
24
+ get d0() {
25
+ return this.dz;
26
26
  }
27
- set dz(a) {
28
- let b = this.dy;
29
- this.dy = a;
30
- this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dy));
27
+ set d0(a) {
28
+ let b = this.dz;
29
+ this.dz = a;
30
+ this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dz));
31
31
  }
32
- get dx() {
33
- return this.dw;
32
+ get dy() {
33
+ return this.dx;
34
34
  }
35
- set dx(a) {
36
- let b = this.dw;
37
- this.dw = a;
38
- this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dw));
35
+ set dy(a) {
36
+ let b = this.dx;
37
+ this.dx = a;
38
+ this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dx));
39
39
  }
40
40
  af(a) {
41
41
  return true;
42
42
  }
43
- db(a, b) {
44
- super.db(a, b);
43
+ dc(a, b) {
44
+ super.dc(a, b);
45
45
  a -= 21;
46
- if (this.d5) {
46
+ if (this.d6) {
47
47
  a -= 15;
48
48
  }
49
49
  let c = Math.max(0, a - b);
50
- if (c != this.eb) {
51
- this.eb = c;
52
- this.d6.setRawStyleProperty("max-width", c.toString() + "px");
50
+ if (c != this.ec) {
51
+ this.ec = c;
52
+ this.d7.setRawStyleProperty("max-width", c.toString() + "px");
53
53
  }
54
54
  }
55
55
  c1(a, b) {
56
56
  super.c1(a, b);
57
- this.d6.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
57
+ this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
58
58
  let c = Math.max(0, a - b);
59
- if (this.ea != c) {
60
- this.ea = c;
61
- this.d6.setRawStyleProperty("max-height", c.toString() + "px");
59
+ if (this.eb != c) {
60
+ this.eb = c;
61
+ this.d7.setRawStyleProperty("max-height", c.toString() + "px");
62
62
  }
63
63
  }
64
64
  c0(a, b) {
65
65
  super.c0(a, b);
66
- if (a == this.d6) {
67
- this.d6.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
66
+ if (a == this.d7) {
67
+ this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
68
68
  }
69
69
  }
70
- dc(a, b, c, d) {
71
- this.d0.bd();
70
+ dd(a, b, c, d) {
71
+ this.d1.b0();
72
72
  }
73
73
  constructor(a) {
74
74
  super(a);
75
- this.d6 = null;
76
- this.d2 = null;
77
- this.d0 = null;
75
+ this.d7 = null;
76
+ this.d3 = null;
77
+ this.d1 = null;
78
+ this.dx = 0;
78
79
  this.dw = 0;
79
- this.dv = 0;
80
- this.dy = 3;
81
- this.d8 = null;
80
+ this.dz = 3;
81
+ this.d9 = null;
82
+ this.ec = -1;
82
83
  this.eb = -1;
83
- this.ea = -1;
84
- this.d4 = false;
85
- this.d7 = null;
86
84
  this.d5 = false;
87
- this.d6 = a.createElement("span");
85
+ this.d8 = null;
86
+ this.d6 = false;
87
+ this.d7 = a.createElement("span");
88
88
  this.ar.setRawStyleProperty("text-align", "left");
89
89
  this.ar.setRawStyleProperty("vertical-align", "middle");
90
- this.d6.setRawStyleProperty("display", "inline-block");
91
- this.d6.setRawStyleProperty("line-height", "normal");
92
- this.d6.setRawStyleProperty("vertical-align", "middle");
93
- this.d6.setRawStyleProperty("overflow", "hidden");
94
- this.d6.setRawStyleProperty("white-space", "nowrap");
95
- this.d6.setRawStyleProperty("text-overflow", "ellipsis");
96
- this.ar.append(this.d6);
90
+ this.d7.setRawStyleProperty("display", "inline-block");
91
+ this.d7.setRawStyleProperty("line-height", "normal");
92
+ this.d7.setRawStyleProperty("vertical-align", "middle");
93
+ this.d7.setRawStyleProperty("overflow", "hidden");
94
+ this.d7.setRawStyleProperty("white-space", "nowrap");
95
+ this.d7.setRawStyleProperty("text-overflow", "ellipsis");
96
+ this.ar.append(this.d7);
97
97
  let b = 18;
98
98
  let c = 18;
99
99
  let d = a.createElement("div");
@@ -102,17 +102,17 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
102
102
  d.setRawStyleProperty("vertical-align", "middle");
103
103
  d.setRawStyleProperty("width", b + "px");
104
104
  d.setRawStyleProperty("height", c + "px");
105
- this.d7 = d;
105
+ this.d8 = d;
106
106
  let e = a.getSubRenderer(d);
107
- this.d0 = new GridFilterDialog();
108
- this.d0.bn(e, this.ar, a);
107
+ this.d1 = new GridFilterDialog();
108
+ this.d1.ca(e, this.ar, a);
109
109
  this.ar.append(d);
110
- this.d0.be(b, c);
111
- this.d0.ak = 24;
112
- let f = this.d0.ab;
113
- this.d0.ab = false;
114
- this.d0.bb();
115
- this.d0.ab = f;
110
+ this.d1.b1(b, c);
111
+ this.d1.ar = 24;
112
+ let f = this.d1.ai;
113
+ this.d1.ai = false;
114
+ this.d1.by();
115
+ this.d1.ai = f;
116
116
  let g = 18;
117
117
  let h = 18;
118
118
  d = a.createElement("div");
@@ -122,71 +122,70 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
122
122
  d.setRawStyleProperty("width", "0px");
123
123
  d.setRawStyleProperty("height", h + "px");
124
124
  d.setRawStyleProperty("margin", "0 0 0 5px");
125
- this.d8 = d;
125
+ this.d9 = d;
126
126
  e = a.getSubRenderer(d);
127
- this.d2 = new GridSortIndicator();
128
- this.d2.n = false;
129
- this.d2.m = false;
130
- this.d2.a0(e);
127
+ this.d3 = new GridSortIndicator();
128
+ this.d3.n = false;
129
+ this.d3.m = false;
130
+ this.d3.a0(e);
131
131
  this.ar.append(d);
132
- this.d2.au(g, h);
133
- let i = this.d2;
134
- i.propertyChanged = delegateCombine(i.propertyChanged, runOn(this, this.ee));
135
- let j = this.d0;
136
- j.dialogOpening = delegateCombine(j.dialogOpening, runOn(this, this.ef));
137
- let k = this.d0;
138
- k.filterChanging = delegateCombine(k.filterChanging, runOn(this, this.eh));
139
- let l = this.d0;
140
- l.filterChanged = delegateCombine(l.filterChanged, runOn(this, this.eg));
141
- this.ar.listen("mouseenter", runOn(this, this.el));
142
- this.ar.listen("mouseleave", runOn(this, this.ek));
132
+ this.d3.au(g, h);
133
+ let i = this.d3;
134
+ i.propertyChanged = delegateCombine(i.propertyChanged, runOn(this, this.ef));
135
+ let j = this.d1;
136
+ j.dialogOpening = delegateCombine(j.dialogOpening, runOn(this, this.eg));
137
+ let k = this.d1;
138
+ k.filterChanging = delegateCombine(k.filterChanging, runOn(this, this.ei));
139
+ let l = this.d1;
140
+ l.filterChanged = delegateCombine(l.filterChanged, runOn(this, this.eh));
141
+ this.ar.listen("mouseenter", runOn(this, this.em));
142
+ this.ar.listen("mouseleave", runOn(this, this.el));
143
143
  }
144
- ee(a, b) {
144
+ ef(a, b) {
145
145
  switch (b.propertyName) {
146
146
  case "CurrentOpacity":
147
- if (this.d3.t > 0) {
148
- this.d8.setRawStyleProperty("width", "18px");
149
- if (this.dv == 2) {
150
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
147
+ if (this.d4.t > 0) {
148
+ this.d9.setRawStyleProperty("width", "18px");
149
+ if (this.dw == 2) {
150
+ this.d9.setRawStyleProperty("margin", "0 5px 0 0");
151
151
  }
152
152
  else {
153
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
153
+ this.d9.setRawStyleProperty("margin", "0 0 0 5px");
154
154
  }
155
155
  }
156
156
  else {
157
- this.d8.setRawStyleProperty("width", "0px");
158
- this.d8.setRawStyleProperty("margin", "0");
157
+ this.d9.setRawStyleProperty("width", "0px");
158
+ this.d9.setRawStyleProperty("margin", "0");
159
159
  }
160
160
  break;
161
161
  }
162
162
  }
163
- el(a) {
163
+ em(a) {
164
164
  if (this.b.isGridDragging) {
165
165
  return;
166
166
  }
167
- this.d0.ba();
168
- switch (this.dz) {
167
+ switch (this.d0) {
169
168
  case 2:
170
169
  case 3:
171
- this.d0.br();
170
+ this.d1.ce();
172
171
  break;
173
172
  }
174
173
  }
175
- ek(a) {
176
- switch (this.dz) {
174
+ el(a) {
175
+ switch (this.d0) {
177
176
  case 2:
178
177
  case 3:
179
- this.d0.bb();
178
+ this.d1.by();
180
179
  break;
181
180
  }
182
181
  }
183
- eg(a, b) {
182
+ eh(a, b) {
184
183
  this.b.columnFilterChanged(b.a);
185
184
  }
186
- eh(a, b) {
185
+ ei(a, b) {
187
186
  this.b.columnFilterChanging(b.a);
188
187
  }
189
- ef(a, b) {
188
+ eg(a, b) {
190
189
  if (this.b != null) {
191
190
  b.a = this.f.getColumn();
192
191
  this.b.cancelEditMode(false);
@@ -194,72 +193,108 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
194
193
  }
195
194
  ci(a, b, c) {
196
195
  super.ci(a, b, c);
197
- this.dv = c;
198
- this.d0.k = c;
196
+ this.dw = c;
197
+ this.d1.k = c;
199
198
  if (c == 2) {
200
- this.ar.removeChild(this.d8);
201
- this.ar.removeChild(this.d7);
202
- this.d6.before(this.d7);
203
- this.d7.before(this.d8);
204
- if (this.dx == 1) {
205
- this.d7.setRawStyleProperty("margin", "0 5px 0 0");
206
- this.d0.l = this.dv;
199
+ if (this.dy == 1) {
200
+ this.ar.removeChild(this.d9);
201
+ this.ar.removeChild(this.d8);
202
+ this.d7.before(this.d8);
203
+ this.d8.before(this.d9);
204
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
205
+ this.d1.l = this.dw;
206
+ }
207
+ else if (this.dy == 4) {
208
+ this.ar.removeChild(this.d9);
209
+ this.ar.removeChild(this.d8);
210
+ this.ar.append(this.d8);
211
+ this.d7.before(this.d9);
212
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
213
+ this.d1.l = 2;
207
214
  }
208
215
  else {
209
- this.d7.setRawStyleProperty("margin", "0");
210
- this.d0.l = 0;
216
+ this.ar.removeChild(this.d9);
217
+ this.ar.removeChild(this.d8);
218
+ this.d7.before(this.d8);
219
+ this.d8.before(this.d9);
220
+ this.d8.setRawStyleProperty("margin", "0");
221
+ this.d1.l = 0;
211
222
  }
212
223
  }
213
224
  else {
214
- this.ar.removeChild(this.d8);
215
- this.ar.removeChild(this.d6);
216
- this.d7.before(this.d6);
217
- this.d7.before(this.d8);
218
- if (this.dx == 1) {
219
- this.d7.setRawStyleProperty("margin", "0 0 0 5px");
220
- this.d0.l = this.dv;
225
+ if (this.dy == 1) {
226
+ this.ar.removeChild(this.d9);
227
+ this.ar.removeChild(this.d7);
228
+ this.d8.before(this.d7);
229
+ this.d8.before(this.d9);
230
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
231
+ this.d1.l = this.dw;
232
+ }
233
+ else if (this.dy == 3) {
234
+ this.ar.removeChild(this.d9);
235
+ this.ar.removeChild(this.d7);
236
+ this.ar.removeChild(this.d8);
237
+ this.ar.append(this.d8);
238
+ this.ar.append(this.d7);
239
+ this.ar.append(this.d9);
240
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
241
+ this.d1.l = 0;
221
242
  }
222
243
  else {
223
- this.d7.setRawStyleProperty("margin", "0");
224
- this.d0.l = 2;
244
+ this.ar.removeChild(this.d9);
245
+ this.ar.removeChild(this.d7);
246
+ this.d8.before(this.d7);
247
+ this.d8.before(this.d9);
248
+ this.d8.setRawStyleProperty("margin", "0");
249
+ this.d1.l = 2;
225
250
  }
226
251
  }
227
252
  }
228
253
  c6(a, b, c, d) {
229
254
  super.c6(a, b, c, d);
230
- this.d0.an = a;
231
- this.d0.ao = c;
255
+ this.d1.av = a;
256
+ this.d1.aw = c;
232
257
  }
233
- ej() {
234
- if (this.dx == 2 || this.dx == 0) {
235
- if (this.dv == 2) {
236
- this.d0.l = 0;
258
+ ek() {
259
+ if (this.dy == 3) {
260
+ this.d1.l = 0;
261
+ this.d8.setRawStyleProperty("margin", "0");
262
+ }
263
+ else if (this.dy == 4) {
264
+ this.d1.l = 2;
265
+ this.d8.setRawStyleProperty("margin", "0");
266
+ }
267
+ else if (this.dy == 2 || this.dy == 0) {
268
+ if (this.dw == 2) {
269
+ this.d1.l = 0;
237
270
  }
238
271
  else {
239
- this.d0.l = 2;
272
+ this.d1.l = 2;
240
273
  }
274
+ this.d8.setRawStyleProperty("margin", "0");
241
275
  }
242
276
  else {
243
- this.d0.l = this.dv;
244
- if (this.dv == 2) {
245
- this.d7.setRawStyleProperty("margin", "0 5px 0 0");
277
+ this.d1.l = this.dw;
278
+ if (this.dw == 2) {
279
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
246
280
  }
247
281
  else {
248
- this.d7.setRawStyleProperty("margin", "0 0 0 5px");
282
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
249
283
  }
250
284
  }
285
+ this.ci(this.ar, this.d7, this.dw);
251
286
  }
252
- ei() {
253
- switch (this.dz) {
287
+ ej() {
288
+ switch (this.d0) {
254
289
  case 1:
255
- this.d0.ab = false;
256
- this.d0.br();
290
+ this.d1.ai = false;
291
+ this.d1.ce();
257
292
  break;
258
293
  case 2:
259
- this.d0.ab = false;
294
+ this.d1.ai = false;
260
295
  break;
261
296
  case 3:
262
- this.d0.ab = true;
297
+ this.d1.ai = true;
263
298
  break;
264
299
  }
265
300
  }
@@ -267,10 +302,10 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
267
302
  super.ck(a, b, c);
268
303
  switch (a) {
269
304
  case "ColumnOptionsIconAlignment":
270
- this.ej();
305
+ this.ek();
271
306
  break;
272
307
  case "ColumnOptionsIconBehavior":
273
- this.ei();
308
+ this.ej();
274
309
  break;
275
310
  }
276
311
  }
@@ -278,22 +313,28 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
278
313
  if (e_.button == 2) {
279
314
  return;
280
315
  }
281
- let b = this.d0.ad(e_);
316
+ let b = this.d1.ak(e_);
282
317
  if (b) {
283
- this.d4 = true;
318
+ this.d5 = true;
284
319
  return;
285
320
  }
286
321
  super.onContactStarted(e_, a);
287
322
  }
288
323
  onContactCompleted(e_, a) {
289
- if (!this.d4) {
324
+ if (!this.d5) {
290
325
  super.onContactCompleted(e_, a);
291
326
  }
292
- this.d4 = false;
327
+ this.d5 = false;
293
328
  }
294
329
  detach() {
295
330
  super.detach();
296
- if (this.d0 != null) {
331
+ if (this.d1 != null) {
332
+ }
333
+ }
334
+ da(a) {
335
+ super.da(a);
336
+ if (this.d2 != null) {
337
+ this.d2.x = a;
297
338
  }
298
339
  }
299
340
  get_ac() {