igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.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 (195) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +9702 -8361
  2. package/bundles/igniteui-webcomponents-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 +5882 -5157
  11. package/esm2015/lib/ColumnGroupingView_combined.js +15 -15
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +11 -11
  19. package/esm2015/lib/EditorCell.js +267 -267
  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 +15 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +322 -182
  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/NativeUIComboFactory.js +1 -1
  45. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  46. package/esm2015/lib/NumericCell.js +4 -4
  47. package/esm2015/lib/NumericCellPresenter.js +2 -2
  48. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  49. package/esm2015/lib/SectionHeaderCell.js +20 -8
  50. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  51. package/esm2015/lib/SummaryCell.js +34 -25
  52. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  53. package/esm2015/lib/TemplateCell.js +12 -12
  54. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateHeader.js +7 -7
  56. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  57. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  59. package/esm2015/lib/TextCell.js +22 -22
  60. package/esm2015/lib/TextCellPresenter.js +2 -2
  61. package/esm2015/lib/TextHeaderCell.js +140 -134
  62. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  63. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  64. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  65. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  69. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  70. package/esm2015/lib/igc-data-grid-component.js +106 -2
  71. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  72. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  73. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  74. package/esm2015/lib/igc-definition-base-component.js +129 -129
  75. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  76. package/esm2015/lib/igc-header-component.js +24 -24
  77. package/esm2015/lib/igc-image-column-component.js +12 -12
  78. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  79. package/esm2015/lib/igc-section-header-component.js +24 -24
  80. package/esm2015/lib/igc-summary-row-component.js +24 -24
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +65 -4
  83. package/esm2015/public_api.js +1 -0
  84. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CellPresenterBase.js +10 -10
  88. package/esm5/lib/CheckboxListBridge.js +28 -0
  89. package/esm5/lib/CheckboxListView_combined.js +709 -684
  90. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  91. package/esm5/lib/ColumnFilterCondition_combined.js +5860 -5003
  92. package/esm5/lib/ColumnGroupingView_combined.js +15 -15
  93. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  94. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  95. package/esm5/lib/ContentCellModelHelper.js +3 -3
  96. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  97. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  98. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  99. package/esm5/lib/DraggerView.js +11 -11
  100. package/esm5/lib/EditorCell.js +256 -256
  101. package/esm5/lib/EditorCellPresenter.js +15 -15
  102. package/esm5/lib/FilterCell.js +252 -252
  103. package/esm5/lib/FilterCellPresenter.js +8 -8
  104. package/esm5/lib/GridCellBase.js +64 -62
  105. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  106. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  107. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  108. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  109. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  111. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  114. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  115. package/esm5/lib/GridExternalWrapper.js +15 -6
  116. package/esm5/lib/GridFilterDialogView_combined.js +342 -174
  117. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  118. package/esm5/lib/GridStyleRepository.js +275 -585
  119. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  120. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  121. package/esm5/lib/ImageCell.js +54 -54
  122. package/esm5/lib/ImageCellPresenter.js +8 -8
  123. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  124. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  125. package/esm5/lib/NativeUIComboFactory.js +1 -1
  126. package/esm5/lib/NativeUIGridFactory.js +2 -2
  127. package/esm5/lib/NumericCell.js +4 -4
  128. package/esm5/lib/NumericCellPresenter.js +2 -2
  129. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  130. package/esm5/lib/SectionHeaderCell.js +20 -8
  131. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  132. package/esm5/lib/SummaryCell.js +35 -26
  133. package/esm5/lib/SummaryCellPresenter.js +5 -5
  134. package/esm5/lib/TemplateCell.js +12 -12
  135. package/esm5/lib/TemplateCellPresenter.js +2 -2
  136. package/esm5/lib/TemplateHeader.js +7 -7
  137. package/esm5/lib/TemplateHeaderCell.js +5 -5
  138. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  139. package/esm5/lib/TemplateSectionHeader.js +2 -2
  140. package/esm5/lib/TextCell.js +22 -22
  141. package/esm5/lib/TextCellPresenter.js +2 -2
  142. package/esm5/lib/TextHeaderCell.js +138 -132
  143. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  144. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  145. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  146. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  147. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  148. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  149. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  150. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  151. package/esm5/lib/igc-data-grid-component.js +147 -3
  152. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  153. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  154. package/esm5/lib/igc-date-time-column-component.js +23 -23
  155. package/esm5/lib/igc-definition-base-component.js +129 -129
  156. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  157. package/esm5/lib/igc-header-component.js +24 -24
  158. package/esm5/lib/igc-image-column-component.js +12 -12
  159. package/esm5/lib/igc-numeric-column-component.js +35 -35
  160. package/esm5/lib/igc-section-header-component.js +24 -24
  161. package/esm5/lib/igc-summary-row-component.js +24 -24
  162. package/esm5/lib/igc-text-column-component.js +9 -9
  163. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  164. package/esm5/public_api.js +1 -0
  165. package/fesm2015/igniteui-webcomponents-data-grids.js +9519 -8340
  166. package/fesm5/igniteui-webcomponents-data-grids.js +9704 -8364
  167. package/lib/CheckboxListBridge.d.ts +1 -0
  168. package/lib/CheckboxListExternal.d.ts +6 -0
  169. package/lib/CheckboxListView_combined.d.ts +153 -148
  170. package/lib/ColumnFilterCondition_combined.d.ts +1405 -1268
  171. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  172. package/lib/EditorCell.d.ts +51 -51
  173. package/lib/FilterCell.d.ts +53 -53
  174. package/lib/GridCellBase.d.ts +21 -19
  175. package/lib/GridExternalWrapper.d.ts +3 -0
  176. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  177. package/lib/GridStyleRepository.d.ts +23 -84
  178. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  179. package/lib/ImageCell.d.ts +14 -14
  180. package/lib/SectionHeaderCell.d.ts +4 -2
  181. package/lib/SummaryCell.d.ts +6 -4
  182. package/lib/TemplateCell.d.ts +3 -3
  183. package/lib/TemplateHeader.d.ts +3 -3
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateSectionHeader.d.ts +2 -2
  186. package/lib/TextCell.d.ts +4 -4
  187. package/lib/TextHeaderCell.d.ts +26 -24
  188. package/lib/VerticalSeparatorCell.d.ts +4 -4
  189. package/lib/igc-data-grid-column-component.d.ts +54 -0
  190. package/lib/igc-data-grid-component.d.ts +51 -1
  191. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  192. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  193. package/lib/igc-text-header-cell-info.d.ts +33 -0
  194. package/package.json +4 -4
  195. package/public_api.d.ts +1 -0
@@ -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.bn();
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.bx(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.bo(b, c);
111
+ this.d1.am = 24;
112
+ let f = this.d1.ad;
113
+ this.d1.ad = false;
114
+ this.d1.bl();
115
+ this.d1.ad = f;
116
116
  let g = 18;
117
117
  let h = 18;
118
118
  d = a.createElement("div");
@@ -122,71 +122,71 @@ 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
+ this.d1.bk();
168
+ switch (this.d0) {
169
169
  case 2:
170
170
  case 3:
171
- this.d0.br();
171
+ this.d1.b1();
172
172
  break;
173
173
  }
174
174
  }
175
- ek(a) {
176
- switch (this.dz) {
175
+ el(a) {
176
+ switch (this.d0) {
177
177
  case 2:
178
178
  case 3:
179
- this.d0.bb();
179
+ this.d1.bl();
180
180
  break;
181
181
  }
182
182
  }
183
- eg(a, b) {
183
+ eh(a, b) {
184
184
  this.b.columnFilterChanged(b.a);
185
185
  }
186
- eh(a, b) {
186
+ ei(a, b) {
187
187
  this.b.columnFilterChanging(b.a);
188
188
  }
189
- ef(a, b) {
189
+ eg(a, b) {
190
190
  if (this.b != null) {
191
191
  b.a = this.f.getColumn();
192
192
  this.b.cancelEditMode(false);
@@ -194,72 +194,72 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
194
194
  }
195
195
  ci(a, b, c) {
196
196
  super.ci(a, b, c);
197
- this.dv = c;
198
- this.d0.k = c;
197
+ this.dw = c;
198
+ this.d1.k = c;
199
199
  if (c == 2) {
200
+ this.ar.removeChild(this.d9);
200
201
  this.ar.removeChild(this.d8);
201
- this.ar.removeChild(this.d7);
202
- this.d6.before(this.d7);
203
202
  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;
203
+ this.d8.before(this.d9);
204
+ if (this.dy == 1) {
205
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
206
+ this.d1.l = this.dw;
207
207
  }
208
208
  else {
209
- this.d7.setRawStyleProperty("margin", "0");
210
- this.d0.l = 0;
209
+ this.d8.setRawStyleProperty("margin", "0");
210
+ this.d1.l = 0;
211
211
  }
212
212
  }
213
213
  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;
214
+ this.ar.removeChild(this.d9);
215
+ this.ar.removeChild(this.d7);
216
+ this.d8.before(this.d7);
217
+ this.d8.before(this.d9);
218
+ if (this.dy == 1) {
219
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
220
+ this.d1.l = this.dw;
221
221
  }
222
222
  else {
223
- this.d7.setRawStyleProperty("margin", "0");
224
- this.d0.l = 2;
223
+ this.d8.setRawStyleProperty("margin", "0");
224
+ this.d1.l = 2;
225
225
  }
226
226
  }
227
227
  }
228
228
  c6(a, b, c, d) {
229
229
  super.c6(a, b, c, d);
230
- this.d0.an = a;
231
- this.d0.ao = c;
230
+ this.d1.ap = a;
231
+ this.d1.aq = c;
232
232
  }
233
- ej() {
234
- if (this.dx == 2 || this.dx == 0) {
235
- if (this.dv == 2) {
236
- this.d0.l = 0;
233
+ ek() {
234
+ if (this.dy == 2 || this.dy == 0) {
235
+ if (this.dw == 2) {
236
+ this.d1.l = 0;
237
237
  }
238
238
  else {
239
- this.d0.l = 2;
239
+ this.d1.l = 2;
240
240
  }
241
241
  }
242
242
  else {
243
- this.d0.l = this.dv;
244
- if (this.dv == 2) {
245
- this.d7.setRawStyleProperty("margin", "0 5px 0 0");
243
+ this.d1.l = this.dw;
244
+ if (this.dw == 2) {
245
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
246
246
  }
247
247
  else {
248
- this.d7.setRawStyleProperty("margin", "0 0 0 5px");
248
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
249
249
  }
250
250
  }
251
251
  }
252
- ei() {
253
- switch (this.dz) {
252
+ ej() {
253
+ switch (this.d0) {
254
254
  case 1:
255
- this.d0.ab = false;
256
- this.d0.br();
255
+ this.d1.ad = false;
256
+ this.d1.b1();
257
257
  break;
258
258
  case 2:
259
- this.d0.ab = false;
259
+ this.d1.ad = false;
260
260
  break;
261
261
  case 3:
262
- this.d0.ab = true;
262
+ this.d1.ad = true;
263
263
  break;
264
264
  }
265
265
  }
@@ -267,10 +267,10 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
267
267
  super.ck(a, b, c);
268
268
  switch (a) {
269
269
  case "ColumnOptionsIconAlignment":
270
- this.ej();
270
+ this.ek();
271
271
  break;
272
272
  case "ColumnOptionsIconBehavior":
273
- this.ei();
273
+ this.ej();
274
274
  break;
275
275
  }
276
276
  }
@@ -278,22 +278,28 @@ let TextHeaderCell = /*@__PURE__*/ (() => {
278
278
  if (e_.button == 2) {
279
279
  return;
280
280
  }
281
- let b = this.d0.ad(e_);
281
+ let b = this.d1.af(e_);
282
282
  if (b) {
283
- this.d4 = true;
283
+ this.d5 = true;
284
284
  return;
285
285
  }
286
286
  super.onContactStarted(e_, a);
287
287
  }
288
288
  onContactCompleted(e_, a) {
289
- if (!this.d4) {
289
+ if (!this.d5) {
290
290
  super.onContactCompleted(e_, a);
291
291
  }
292
- this.d4 = false;
292
+ this.d5 = false;
293
293
  }
294
294
  detach() {
295
295
  super.detach();
296
- if (this.d0 != null) {
296
+ if (this.d1 != null) {
297
+ }
298
+ }
299
+ da(a) {
300
+ super.da(a);
301
+ if (this.d2 != null) {
302
+ this.d2.x = a;
297
303
  }
298
304
  }
299
305
  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-webcomponents-core";
@@ -23,56 +24,77 @@ let TextHeaderCellPresenter = /*@__PURE__*/ (() => {
23
24
  if (a.a7) {
24
25
  if (a.bc(TextCellModel.n0)) {
25
26
  b.kx = b.n2;
26
- this.d.c8(this.d.d9, b.kx);
27
+ this.d.c8(this.d.ea, b.kx);
27
28
  }
28
29
  if (a.bc(CellModel.hi)) {
29
- let c = this.d.d3.m;
30
+ let c = this.d.d4.m;
30
31
  if (a.bt) {
31
- this.d.d3.m = false;
32
+ this.d.d4.m = false;
32
33
  }
33
- this.d.d3.b = a.n;
34
+ this.d.d4.b = a.n;
34
35
  if (a.bt) {
35
- this.d.d3.m = c;
36
+ this.d.d4.m = c;
36
37
  }
37
38
  }
38
39
  if (a.bc(CellModel.hj)) {
39
- let d = this.d.d3.m;
40
+ let d = this.d.d4.m;
40
41
  if (a.bt) {
41
- this.d.d3.m = false;
42
+ this.d.d4.m = false;
42
43
  }
43
- this.d.d3.a3 = a.ns;
44
+ this.d.d4.a3 = a.ns;
44
45
  if (a.bt) {
45
- this.d.d3.m = d;
46
+ this.d.d4.m = d;
46
47
  }
47
48
  }
48
49
  if (a.bb("IsColumnOptionsEnabled")) {
49
- let e = b.ob;
50
+ let e = b.od;
50
51
  if (e) {
51
52
  e = this.e();
52
53
  }
53
- this.d.d5 = e;
54
- this.d.d7.setRawStyleProperty("display", e ? "inline-block" : "none");
55
- this.a.db(a.h5, (a.g0 + a.g2 + a.fg + a.fj));
54
+ this.d.d6 = e;
55
+ this.d.d8.setRawStyleProperty("display", e ? "inline-block" : "none");
56
+ this.a.dc(a.h5, (a.g0 + a.g2 + a.fg + a.fj));
56
57
  }
57
58
  if (a.bb("SortIndicatorStyle")) {
58
- this.d.d3.f = b.n9;
59
+ this.d.d4.f = b.n9;
59
60
  }
60
61
  if (a.bb("ColumnOptionsIconAlignment")) {
61
- this.d.dx = b.n5;
62
+ this.d.dy = b.n5;
62
63
  }
63
64
  if (a.bb("ColumnOptionsIconBehavior")) {
64
- this.d.dz = b.n7;
65
+ this.d.d0 = b.n7;
65
66
  }
66
67
  if (a.bb("ColumnOptionsIconColor")) {
67
- this.d.d1.bw = b.on;
68
+ this.d.d2.ci = b.pd;
68
69
  }
69
- if (a.bb("Path") || (this.d.d1.n != null && this.d.d1.n.grid == null)) {
70
+ if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
70
71
  let f = a.e.getColumn();
71
- if (f != this.d.d1.n) {
72
- this.d.d1.n = f;
72
+ if (f != this.d.d2.n) {
73
+ this.d.d2.n = f;
73
74
  }
74
75
  }
75
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d9, this.a);
76
+ if (a.bc(TextHeaderCellModel.on)) {
77
+ this.d.da(b.ob);
78
+ }
79
+ if (a.bc(TextHeaderCellModel.of)) {
80
+ this.d.d2.cd = b.pa;
81
+ }
82
+ if (a.bc(TextHeaderCellModel.om)) {
83
+ this.d.d2.ch = b.pf;
84
+ }
85
+ if (a.bc(TextHeaderCellModel.ol)) {
86
+ this.d.d2.cg = b.pe;
87
+ }
88
+ if (a.bc(TextHeaderCellModel.og)) {
89
+ this.d.d2.ce = b.pb;
90
+ }
91
+ if (a.bc(TextHeaderCellModel.oh)) {
92
+ this.d.d2.cf = b.pc;
93
+ }
94
+ if (a.bc(TextHeaderCellModel.oe)) {
95
+ this.d.d2.cc = b.o9;
96
+ }
97
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
76
98
  }
77
99
  }
78
100
  e() {
@@ -46,9 +46,9 @@ let TextIconSetConditionalStyle = /*@__PURE__*/ (() => {
46
46
  case 3:
47
47
  case 2:
48
48
  case 1:
49
- case 0: return [BrushUtil.j(255, 26, 199, 32), BrushUtil.j(255, 252, 171, 20), BrushUtil.j(255, 217, 76, 48)];
49
+ case 0: return [BrushUtil.l(255, 26, 199, 32), BrushUtil.l(255, 252, 171, 20), BrushUtil.l(255, 217, 76, 48)];
50
50
  }
51
- return [BrushUtil.j(255, 26, 199, 32), BrushUtil.j(255, 252, 171, 20), BrushUtil.j(255, 217, 76, 48)];
51
+ return [BrushUtil.l(255, 26, 199, 32), BrushUtil.l(255, 252, 171, 20), BrushUtil.l(255, 217, 76, 48)];
52
52
  }
53
53
  aw(a) {
54
54
  let b = new Array(intDivide(a.length, 2));
@@ -87,7 +87,7 @@ let TextIconSetConditionalStyle = /*@__PURE__*/ (() => {
87
87
  i.cs = "FontInfo";
88
88
  i.aj = ((() => {
89
89
  let $ret = new GridConditionalStyleFontInfo();
90
- $ret.textStyle = GridStyleRepository.i;
90
+ $ret.textStyle = GridStyleRepository.d(this.g.grid.theme, 33);
91
91
  return $ret;
92
92
  })());
93
93
  h.properties.add(i);
@@ -11,56 +11,56 @@ let VerticalSeparatorCell = /*@__PURE__*/ (() => {
11
11
  class VerticalSeparatorCell extends GridCellBase {
12
12
  constructor(a) {
13
13
  super(a);
14
+ this.dx = null;
14
15
  this.dw = null;
15
- this.dv = null;
16
- this.dx = 0;
17
16
  this.dy = 0;
18
- this.dw = a.createElement("div");
19
- this.dw.setRawStyleProperty("position", "absolute");
20
- this.dw.setRawStyleProperty("pointer-events", "none");
21
- this.ar.append(this.dw);
17
+ this.dz = 0;
18
+ this.dx = a.createElement("div");
19
+ this.dx.setRawStyleProperty("position", "absolute");
20
+ this.dx.setRawStyleProperty("pointer-events", "none");
21
+ this.ar.append(this.dx);
22
22
  }
23
23
  cx(a, b, c, d, e) {
24
24
  if (a == null) {
25
- if (this.dv != null) {
26
- this.dv.remove();
27
- this.dv = null;
25
+ if (this.dw != null) {
26
+ this.dw.remove();
27
+ this.dw = null;
28
28
  }
29
29
  }
30
30
  else {
31
- this.dz();
32
- this.dx = b;
33
- this.dy = d;
31
+ this.d0();
32
+ this.dy = b;
33
+ this.dz = d;
34
34
  }
35
- this.d0();
35
+ this.d1();
36
36
  }
37
- db(a, b) {
38
- super.db(a, b);
39
- this.d0();
37
+ dc(a, b) {
38
+ super.dc(a, b);
39
+ this.d1();
40
40
  }
41
41
  cw(a) {
42
- this.dw.setRawStyleProperty("background-color", a.colorString);
42
+ this.dx.setRawStyleProperty("background-color", a.colorString);
43
43
  }
44
- d0() {
45
- if (this.dv != null) {
44
+ d1() {
45
+ if (this.dw != null) {
46
+ this.dx.setRawStyleProperty("height", "100%");
47
+ this.dx.setRawStyleProperty("width", this.ar.width() - (this.dy + this.dz) + "px");
48
+ this.dx.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
49
+ this.dw.setRawStyleProperty("width", "100%");
46
50
  this.dw.setRawStyleProperty("height", "100%");
47
- this.dw.setRawStyleProperty("width", this.ar.width() - (this.dx + this.dy) + "px");
48
- this.dw.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
49
- this.dv.setRawStyleProperty("width", "100%");
50
- this.dv.setRawStyleProperty("height", "100%");
51
51
  }
52
52
  else {
53
- this.dw.setRawStyleProperty("height", "100%");
54
- this.dw.setRawStyleProperty("width", this.ar.width() + "px");
55
- this.dw.setRawStyleProperty("left", "0px");
53
+ this.dx.setRawStyleProperty("height", "100%");
54
+ this.dx.setRawStyleProperty("width", this.ar.width() + "px");
55
+ this.dx.setRawStyleProperty("left", "0px");
56
56
  }
57
57
  }
58
- dz() {
59
- if (this.dv == null) {
60
- this.dv = this.am.createElement("div");
61
- this.dv.setRawStyleProperty("position", "absolute");
62
- this.dv.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
63
- this.ar.getNativeElement().insertBefore(this.dv.getNativeElement(), this.dw.getNativeElement());
58
+ d0() {
59
+ if (this.dw == null) {
60
+ this.dw = this.am.createElement("div");
61
+ this.dw.setRawStyleProperty("position", "absolute");
62
+ this.dw.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
63
+ this.ar.getNativeElement().insertBefore(this.dw.getNativeElement(), this.dx.getNativeElement());
64
64
  }
65
65
  }
66
66
  }