igniteui-angular-data-grids 21.0.0 → 21.0.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -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.d6 = null;
21
- this.d2 = null;
22
- this.d0 = null;
20
+ this.d7 = null;
21
+ this.d3 = null;
22
+ this.d1 = null;
23
+ this.dx = 0;
23
24
  this.dw = 0;
24
- this.dv = 0;
25
- this.dy = 3;
26
- this.d8 = null;
25
+ this.dz = 3;
26
+ this.d9 = null;
27
+ this.ec = -1;
27
28
  this.eb = -1;
28
- this.ea = -1;
29
- this.d4 = false;
30
- this.d7 = null;
31
29
  this.d5 = false;
32
- this.d6 = a.createElement("span");
30
+ this.d8 = null;
31
+ this.d6 = false;
32
+ this.d7 = a.createElement("span");
33
33
  this.ar.setRawStyleProperty("text-align", "left");
34
34
  this.ar.setRawStyleProperty("vertical-align", "middle");
35
- this.d6.setRawStyleProperty("display", "inline-block");
36
- this.d6.setRawStyleProperty("line-height", "normal");
37
- this.d6.setRawStyleProperty("vertical-align", "middle");
38
- this.d6.setRawStyleProperty("overflow", "hidden");
39
- this.d6.setRawStyleProperty("white-space", "nowrap");
40
- this.d6.setRawStyleProperty("text-overflow", "ellipsis");
41
- this.ar.append(this.d6);
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);
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.d7 = d;
50
+ this.d8 = d;
51
51
  let e = a.getSubRenderer(d);
52
- this.d0 = new GridFilterDialog();
53
- this.d0.bn(e, this.ar, a);
52
+ this.d1 = new GridFilterDialog();
53
+ this.d1.bx(e, this.ar, a);
54
54
  this.ar.append(d);
55
- this.d0.be(b, c);
56
- this.d0.ak = 24;
57
- let f = this.d0.ab;
58
- this.d0.ab = false;
59
- this.d0.bb();
60
- this.d0.ab = f;
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;
61
61
  let g = 18;
62
62
  let h = 18;
63
63
  d = a.createElement("div");
@@ -67,129 +67,129 @@ 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.d8 = d;
70
+ this.d9 = d;
71
71
  e = a.getSubRenderer(d);
72
- this.d2 = new GridSortIndicator();
73
- this.d2.n = false;
74
- this.d2.m = false;
75
- this.d2.a0(e);
72
+ this.d3 = new GridSortIndicator();
73
+ this.d3.n = false;
74
+ this.d3.m = false;
75
+ this.d3.a0(e);
76
76
  this.ar.append(d);
77
- this.d2.au(g, h);
78
- let i = this.d2;
79
- i.propertyChanged = delegateCombine(i.propertyChanged, runOn(this, this.ee));
80
- let j = this.d0;
81
- j.dialogOpening = delegateCombine(j.dialogOpening, runOn(this, this.ef));
82
- let k = this.d0;
83
- k.filterChanging = delegateCombine(k.filterChanging, runOn(this, this.eh));
84
- let l = this.d0;
85
- l.filterChanged = delegateCombine(l.filterChanged, runOn(this, this.eg));
86
- this.ar.listen("mouseenter", runOn(this, this.el));
87
- this.ar.listen("mouseleave", runOn(this, this.ek));
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));
88
88
  }
89
- get d9() {
90
- return this.d6;
89
+ get ea() {
90
+ return this.d7;
91
91
  }
92
- get d3() {
93
- return this.d2;
92
+ get d4() {
93
+ return this.d3;
94
94
  }
95
- get d1() {
96
- return this.d0;
95
+ get d2() {
96
+ return this.d1;
97
97
  }
98
- get dz() {
99
- return this.dy;
98
+ get d0() {
99
+ return this.dz;
100
100
  }
101
- set dz(a) {
102
- let b = this.dy;
103
- this.dy = a;
104
- this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dy));
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));
105
105
  }
106
- get dx() {
107
- return this.dw;
106
+ get dy() {
107
+ return this.dx;
108
108
  }
109
- set dx(a) {
110
- let b = this.dw;
111
- this.dw = a;
112
- this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dw));
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));
113
113
  }
114
114
  af(a) {
115
115
  return true;
116
116
  }
117
- db(a, b) {
118
- super.db(a, b);
117
+ dc(a, b) {
118
+ super.dc(a, b);
119
119
  a -= 21;
120
- if (this.d5) {
120
+ if (this.d6) {
121
121
  a -= 15;
122
122
  }
123
123
  let c = Math.max(0, a - b);
124
- if (c != this.eb) {
125
- this.eb = c;
126
- this.d6.setRawStyleProperty("max-width", c.toString() + "px");
124
+ if (c != this.ec) {
125
+ this.ec = c;
126
+ this.d7.setRawStyleProperty("max-width", c.toString() + "px");
127
127
  }
128
128
  }
129
129
  c1(a, b) {
130
130
  super.c1(a, b);
131
- this.d6.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
131
+ this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
132
132
  let c = Math.max(0, a - b);
133
- if (this.ea != c) {
134
- this.ea = c;
135
- this.d6.setRawStyleProperty("max-height", c.toString() + "px");
133
+ if (this.eb != c) {
134
+ this.eb = c;
135
+ this.d7.setRawStyleProperty("max-height", c.toString() + "px");
136
136
  }
137
137
  }
138
138
  c0(a, b) {
139
139
  super.c0(a, b);
140
- if (a == this.d6) {
141
- this.d6.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
140
+ if (a == this.d7) {
141
+ this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
142
142
  }
143
143
  }
144
- dc(a, b, c, d) {
145
- this.d0.bd();
144
+ dd(a, b, c, d) {
145
+ this.d1.bn();
146
146
  }
147
- ee(a, b) {
147
+ ef(a, b) {
148
148
  switch (b.propertyName) {
149
149
  case "CurrentOpacity":
150
- if (this.d3.t > 0) {
151
- this.d8.setRawStyleProperty("width", "18px");
152
- if (this.dv == 2) {
153
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
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");
154
154
  }
155
155
  else {
156
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
156
+ this.d9.setRawStyleProperty("margin", "0 0 0 5px");
157
157
  }
158
158
  }
159
159
  else {
160
- this.d8.setRawStyleProperty("width", "0px");
161
- this.d8.setRawStyleProperty("margin", "0");
160
+ this.d9.setRawStyleProperty("width", "0px");
161
+ this.d9.setRawStyleProperty("margin", "0");
162
162
  }
163
163
  break;
164
164
  }
165
165
  }
166
- el(a) {
166
+ em(a) {
167
167
  if (this.b.isGridDragging) {
168
168
  return;
169
169
  }
170
- this.d0.ba();
171
- switch (this.dz) {
170
+ this.d1.bk();
171
+ switch (this.d0) {
172
172
  case 2:
173
173
  case 3:
174
- this.d0.br();
174
+ this.d1.b1();
175
175
  break;
176
176
  }
177
177
  }
178
- ek(a) {
179
- switch (this.dz) {
178
+ el(a) {
179
+ switch (this.d0) {
180
180
  case 2:
181
181
  case 3:
182
- this.d0.bb();
182
+ this.d1.bl();
183
183
  break;
184
184
  }
185
185
  }
186
- eg(a, b) {
186
+ eh(a, b) {
187
187
  this.b.columnFilterChanged(b.a);
188
188
  }
189
- eh(a, b) {
189
+ ei(a, b) {
190
190
  this.b.columnFilterChanging(b.a);
191
191
  }
192
- ef(a, b) {
192
+ eg(a, b) {
193
193
  if (this.b != null) {
194
194
  b.a = this.f.getColumn();
195
195
  this.b.cancelEditMode(false);
@@ -197,72 +197,72 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
197
197
  }
198
198
  ci(a, b, c) {
199
199
  super.ci(a, b, c);
200
- this.dv = c;
201
- this.d0.k = c;
200
+ this.dw = c;
201
+ this.d1.k = c;
202
202
  if (c == 2) {
203
+ this.ar.removeChild(this.d9);
203
204
  this.ar.removeChild(this.d8);
204
- this.ar.removeChild(this.d7);
205
- this.d6.before(this.d7);
206
205
  this.d7.before(this.d8);
207
- if (this.dx == 1) {
208
- this.d7.setRawStyleProperty("margin", "0 5px 0 0");
209
- this.d0.l = this.dv;
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;
210
210
  }
211
211
  else {
212
- this.d7.setRawStyleProperty("margin", "0");
213
- this.d0.l = 0;
212
+ this.d8.setRawStyleProperty("margin", "0");
213
+ this.d1.l = 0;
214
214
  }
215
215
  }
216
216
  else {
217
- this.ar.removeChild(this.d8);
218
- this.ar.removeChild(this.d6);
219
- this.d7.before(this.d6);
220
- this.d7.before(this.d8);
221
- if (this.dx == 1) {
222
- this.d7.setRawStyleProperty("margin", "0 0 0 5px");
223
- this.d0.l = this.dv;
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;
224
224
  }
225
225
  else {
226
- this.d7.setRawStyleProperty("margin", "0");
227
- this.d0.l = 2;
226
+ this.d8.setRawStyleProperty("margin", "0");
227
+ this.d1.l = 2;
228
228
  }
229
229
  }
230
230
  }
231
231
  c6(a, b, c, d) {
232
232
  super.c6(a, b, c, d);
233
- this.d0.an = a;
234
- this.d0.ao = c;
233
+ this.d1.ap = a;
234
+ this.d1.aq = c;
235
235
  }
236
- ej() {
237
- if (this.dx == 2 || this.dx == 0) {
238
- if (this.dv == 2) {
239
- this.d0.l = 0;
236
+ ek() {
237
+ if (this.dy == 2 || this.dy == 0) {
238
+ if (this.dw == 2) {
239
+ this.d1.l = 0;
240
240
  }
241
241
  else {
242
- this.d0.l = 2;
242
+ this.d1.l = 2;
243
243
  }
244
244
  }
245
245
  else {
246
- this.d0.l = this.dv;
247
- if (this.dv == 2) {
248
- this.d7.setRawStyleProperty("margin", "0 5px 0 0");
246
+ this.d1.l = this.dw;
247
+ if (this.dw == 2) {
248
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
249
249
  }
250
250
  else {
251
- this.d7.setRawStyleProperty("margin", "0 0 0 5px");
251
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
252
252
  }
253
253
  }
254
254
  }
255
- ei() {
256
- switch (this.dz) {
255
+ ej() {
256
+ switch (this.d0) {
257
257
  case 1:
258
- this.d0.ab = false;
259
- this.d0.br();
258
+ this.d1.ad = false;
259
+ this.d1.b1();
260
260
  break;
261
261
  case 2:
262
- this.d0.ab = false;
262
+ this.d1.ad = false;
263
263
  break;
264
264
  case 3:
265
- this.d0.ab = true;
265
+ this.d1.ad = true;
266
266
  break;
267
267
  }
268
268
  }
@@ -270,10 +270,10 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
270
270
  super.ck(a, b, c);
271
271
  switch (a) {
272
272
  case "ColumnOptionsIconAlignment":
273
- this.ej();
273
+ this.ek();
274
274
  break;
275
275
  case "ColumnOptionsIconBehavior":
276
- this.ei();
276
+ this.ej();
277
277
  break;
278
278
  }
279
279
  }
@@ -281,22 +281,28 @@ export let TextHeaderCell = /*@__PURE__*/ (() => {
281
281
  if (e_.button == 2) {
282
282
  return;
283
283
  }
284
- let b = this.d0.ad(e_);
284
+ let b = this.d1.af(e_);
285
285
  if (b) {
286
- this.d4 = true;
286
+ this.d5 = true;
287
287
  return;
288
288
  }
289
289
  super.onContactStarted(e_, a);
290
290
  }
291
291
  onContactCompleted(e_, a) {
292
- if (!this.d4) {
292
+ if (!this.d5) {
293
293
  super.onContactCompleted(e_, a);
294
294
  }
295
- this.d4 = false;
295
+ this.d5 = false;
296
296
  }
297
297
  detach() {
298
298
  super.detach();
299
- if (this.d0 != null) {
299
+ if (this.d1 != null) {
300
+ }
301
+ }
302
+ da(a) {
303
+ super.da(a);
304
+ if (this.d2 != null) {
305
+ this.d2.x = a;
300
306
  }
301
307
  }
302
308
  get_ac() {
@@ -6,6 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { CellPresenterBase } from "./CellPresenterBase";
8
8
  import { CellModel } from "./CellModel";
9
+ import { TextHeaderCellModel } from "./TextHeaderCellModel";
9
10
  import { TextCellModel } from "./TextCellModel";
10
11
  import { ContentCellModelHelper } from "./ContentCellModelHelper";
11
12
  import { TypeRegistrar, markType } from "igniteui-angular-core";
@@ -26,56 +27,77 @@ export let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
26
27
  if (a.a7) {
27
28
  if (a.bc(TextCellModel.n0)) {
28
29
  b.kx = b.n2;
29
- this.d.c8(this.d.d9, b.kx);
30
+ this.d.c8(this.d.ea, b.kx);
30
31
  }
31
32
  if (a.bc(CellModel.hi)) {
32
- let c = this.d.d3.m;
33
+ let c = this.d.d4.m;
33
34
  if (a.bt) {
34
- this.d.d3.m = false;
35
+ this.d.d4.m = false;
35
36
  }
36
- this.d.d3.b = a.n;
37
+ this.d.d4.b = a.n;
37
38
  if (a.bt) {
38
- this.d.d3.m = c;
39
+ this.d.d4.m = c;
39
40
  }
40
41
  }
41
42
  if (a.bc(CellModel.hj)) {
42
- let d = this.d.d3.m;
43
+ let d = this.d.d4.m;
43
44
  if (a.bt) {
44
- this.d.d3.m = false;
45
+ this.d.d4.m = false;
45
46
  }
46
- this.d.d3.a3 = a.ns;
47
+ this.d.d4.a3 = a.ns;
47
48
  if (a.bt) {
48
- this.d.d3.m = d;
49
+ this.d.d4.m = d;
49
50
  }
50
51
  }
51
52
  if (a.bb("IsColumnOptionsEnabled")) {
52
- let e = b.ob;
53
+ let e = b.od;
53
54
  if (e) {
54
55
  e = this.e();
55
56
  }
56
- this.d.d5 = e;
57
- this.d.d7.setRawStyleProperty("display", e ? "inline-block" : "none");
58
- this.a.db(a.h5, (a.g0 + a.g2 + a.fg + a.fj));
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));
59
60
  }
60
61
  if (a.bb("SortIndicatorStyle")) {
61
- this.d.d3.f = b.n9;
62
+ this.d.d4.f = b.n9;
62
63
  }
63
64
  if (a.bb("ColumnOptionsIconAlignment")) {
64
- this.d.dx = b.n5;
65
+ this.d.dy = b.n5;
65
66
  }
66
67
  if (a.bb("ColumnOptionsIconBehavior")) {
67
- this.d.dz = b.n7;
68
+ this.d.d0 = b.n7;
68
69
  }
69
70
  if (a.bb("ColumnOptionsIconColor")) {
70
- this.d.d1.bw = b.on;
71
+ this.d.d2.ci = b.pd;
71
72
  }
72
- if (a.bb("Path") || (this.d.d1.n != null && this.d.d1.n.grid == null)) {
73
+ if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
73
74
  let f = a.e.getColumn();
74
- if (f != this.d.d1.n) {
75
- this.d.d1.n = f;
75
+ if (f != this.d.d2.n) {
76
+ this.d.d2.n = f;
76
77
  }
77
78
  }
78
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d9, this.a);
79
+ if (a.bc(TextHeaderCellModel.on)) {
80
+ this.d.da(b.ob);
81
+ }
82
+ if (a.bc(TextHeaderCellModel.of)) {
83
+ this.d.d2.cd = b.pa;
84
+ }
85
+ if (a.bc(TextHeaderCellModel.om)) {
86
+ this.d.d2.ch = b.pf;
87
+ }
88
+ if (a.bc(TextHeaderCellModel.ol)) {
89
+ this.d.d2.cg = b.pe;
90
+ }
91
+ if (a.bc(TextHeaderCellModel.og)) {
92
+ this.d.d2.ce = b.pb;
93
+ }
94
+ if (a.bc(TextHeaderCellModel.oh)) {
95
+ this.d.d2.cf = b.pc;
96
+ }
97
+ if (a.bc(TextHeaderCellModel.oe)) {
98
+ this.d.d2.cc = b.o9;
99
+ }
100
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
79
101
  }
80
102
  }
81
103
  e() {
@@ -49,9 +49,9 @@ export let TextIconSetConditionalStyle = /*@__PURE__*/ (() => {
49
49
  case 3:
50
50
  case 2:
51
51
  case 1:
52
- case 0: return [BrushUtil.j(255, 26, 199, 32), BrushUtil.j(255, 252, 171, 20), BrushUtil.j(255, 217, 76, 48)];
52
+ case 0: return [BrushUtil.l(255, 26, 199, 32), BrushUtil.l(255, 252, 171, 20), BrushUtil.l(255, 217, 76, 48)];
53
53
  }
54
- return [BrushUtil.j(255, 26, 199, 32), BrushUtil.j(255, 252, 171, 20), BrushUtil.j(255, 217, 76, 48)];
54
+ return [BrushUtil.l(255, 26, 199, 32), BrushUtil.l(255, 252, 171, 20), BrushUtil.l(255, 217, 76, 48)];
55
55
  }
56
56
  aw(a) {
57
57
  let b = new Array(intDivide(a.length, 2));
@@ -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.i;
93
+ $ret.textStyle = GridStyleRepository.d(this.g.grid.theme, 33);
94
94
  return $ret;
95
95
  })());
96
96
  h.properties.add(i);
@@ -14,56 +14,56 @@ export let VerticalSeparatorCell = /*@__PURE__*/ (() => {
14
14
  class VerticalSeparatorCell extends GridCellBase {
15
15
  constructor(a) {
16
16
  super(a);
17
+ this.dx = null;
17
18
  this.dw = null;
18
- this.dv = null;
19
- this.dx = 0;
20
19
  this.dy = 0;
21
- this.dw = a.createElement("div");
22
- this.dw.setRawStyleProperty("position", "absolute");
23
- this.dw.setRawStyleProperty("pointer-events", "none");
24
- this.ar.append(this.dw);
20
+ this.dz = 0;
21
+ this.dx = a.createElement("div");
22
+ this.dx.setRawStyleProperty("position", "absolute");
23
+ this.dx.setRawStyleProperty("pointer-events", "none");
24
+ this.ar.append(this.dx);
25
25
  }
26
26
  cx(a, b, c, d, e) {
27
27
  if (a == null) {
28
- if (this.dv != null) {
29
- this.dv.remove();
30
- this.dv = null;
28
+ if (this.dw != null) {
29
+ this.dw.remove();
30
+ this.dw = null;
31
31
  }
32
32
  }
33
33
  else {
34
- this.dz();
35
- this.dx = b;
36
- this.dy = d;
34
+ this.d0();
35
+ this.dy = b;
36
+ this.dz = d;
37
37
  }
38
- this.d0();
38
+ this.d1();
39
39
  }
40
- db(a, b) {
41
- super.db(a, b);
42
- this.d0();
40
+ dc(a, b) {
41
+ super.dc(a, b);
42
+ this.d1();
43
43
  }
44
44
  cw(a) {
45
- this.dw.setRawStyleProperty("background-color", a.colorString);
45
+ this.dx.setRawStyleProperty("background-color", a.colorString);
46
46
  }
47
- d0() {
48
- if (this.dv != null) {
47
+ d1() {
48
+ if (this.dw != null) {
49
+ this.dx.setRawStyleProperty("height", "100%");
50
+ this.dx.setRawStyleProperty("width", this.ar.width() - (this.dy + this.dz) + "px");
51
+ this.dx.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
52
+ this.dw.setRawStyleProperty("width", "100%");
49
53
  this.dw.setRawStyleProperty("height", "100%");
50
- this.dw.setRawStyleProperty("width", this.ar.width() - (this.dx + this.dy) + "px");
51
- this.dw.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
52
- this.dv.setRawStyleProperty("width", "100%");
53
- this.dv.setRawStyleProperty("height", "100%");
54
54
  }
55
55
  else {
56
- this.dw.setRawStyleProperty("height", "100%");
57
- this.dw.setRawStyleProperty("width", this.ar.width() + "px");
58
- this.dw.setRawStyleProperty("left", "0px");
56
+ this.dx.setRawStyleProperty("height", "100%");
57
+ this.dx.setRawStyleProperty("width", this.ar.width() + "px");
58
+ this.dx.setRawStyleProperty("left", "0px");
59
59
  }
60
60
  }
61
- dz() {
62
- if (this.dv == null) {
63
- this.dv = this.am.createElement("div");
64
- this.dv.setRawStyleProperty("position", "absolute");
65
- this.dv.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
66
- this.ar.getNativeElement().insertBefore(this.dv.getNativeElement(), this.dw.getNativeElement());
61
+ d0() {
62
+ if (this.dw == null) {
63
+ this.dw = this.am.createElement("div");
64
+ this.dw.setRawStyleProperty("position", "absolute");
65
+ this.dw.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
66
+ this.ar.getNativeElement().insertBefore(this.dw.getNativeElement(), this.dx.getNativeElement());
67
67
  }
68
68
  }
69
69
  }