igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -0
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTextCellInfo } from './igc-text-cell-info';
7
8
  import { IgcTextColumnComponent } from './igc-text-column-component';
8
9
  import { TextColumn } from './TextColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTextColumnModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTextColumnModule() {
12
13
  }
13
14
  IgcTextColumnModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTextCellInfo", IgcTextCellInfo);
14
16
  IgcTextColumnComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTextColumnComponent", IgcTextColumnComponent);
16
18
  TypeRegistrar.register("TextColumn", TextColumn.$type);
@@ -6,6 +6,7 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
6
6
  import { IgcTextCellInfo } from "./igc-text-cell-info";
7
7
  import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
8
8
  import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
9
+ import { FontInfo } from "igniteui-webcomponents-core";
9
10
  /**
10
11
  * Backing information for a text header cell.
11
12
  */
@@ -32,20 +33,20 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
32
33
  * Sets or gets whether the filter UI should be visible in the header.
33
34
  */
34
35
  get: function () {
35
- return this.i.od;
36
+ return this.i.oi;
36
37
  },
37
38
  set: function (v) {
38
- this.i.od = ensureBool(v);
39
+ this.i.oi = ensureBool(v);
39
40
  },
40
41
  enumerable: false,
41
42
  configurable: true
42
43
  });
43
44
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
44
45
  get: function () {
45
- return this.i.n9;
46
+ return this.i.oa;
46
47
  },
47
48
  set: function (v) {
48
- this.i.n9 = ensureEnum(SortIndicatorStyle_$type, v);
49
+ this.i.oa = ensureEnum(SortIndicatorStyle_$type, v);
49
50
  },
50
51
  enumerable: false,
51
52
  configurable: true
@@ -55,10 +56,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
56
  * Gets or sets the alignment of the column options icon within the header cell.
56
57
  */
57
58
  get: function () {
58
- return this.i.n5;
59
+ return this.i.n6;
59
60
  },
60
61
  set: function (v) {
61
- this.i.n5 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
62
+ this.i.n6 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
62
63
  },
63
64
  enumerable: false,
64
65
  configurable: true
@@ -68,10 +69,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
68
69
  * Gets or sets the color for the column options icon in the header.
69
70
  */
70
71
  get: function () {
71
- return brushToString(this.i.pd);
72
+ return brushToString(this.i.p1);
72
73
  },
73
74
  set: function (v) {
74
- this.i.pd = stringToBrush(v);
75
+ this.i.p1 = stringToBrush(v);
75
76
  },
76
77
  enumerable: false,
77
78
  configurable: true
@@ -81,10 +82,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
81
82
  * Gets or sets how the column option icon will behave in the header.
82
83
  */
83
84
  get: function () {
84
- return this.i.n7;
85
+ return this.i.n8;
85
86
  },
86
87
  set: function (v) {
87
- this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
88
+ this.i.n8 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
88
89
  },
89
90
  enumerable: false,
90
91
  configurable: true
@@ -94,10 +95,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
94
95
  * Gets or sets the column options theme.
95
96
  */
96
97
  get: function () {
97
- return this.i.ob;
98
+ return this.i.oc;
98
99
  },
99
100
  set: function (v) {
100
- this.i.ob = ensureEnum(BaseControlTheme_$type, v);
101
+ this.i.oc = ensureEnum(BaseControlTheme_$type, v);
101
102
  },
102
103
  enumerable: false,
103
104
  configurable: true
@@ -107,10 +108,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
107
108
  * Gets or sets the column options dropdown background color.
108
109
  */
109
110
  get: function () {
110
- return brushToString(this.i.pa);
111
+ return brushToString(this.i.pw);
111
112
  },
112
113
  set: function (v) {
113
- this.i.pa = stringToBrush(v);
114
+ this.i.pw = stringToBrush(v);
114
115
  },
115
116
  enumerable: false,
116
117
  configurable: true
@@ -120,10 +121,58 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
120
121
  * Gets or sets the text color for text inside the column options menu.
121
122
  */
122
123
  get: function () {
123
- return brushToString(this.i.pf);
124
+ return brushToString(this.i.p3);
124
125
  },
125
126
  set: function (v) {
126
- this.i.pf = stringToBrush(v);
127
+ this.i.p3 = stringToBrush(v);
128
+ },
129
+ enumerable: false,
130
+ configurable: true
131
+ });
132
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsTextStyle", {
133
+ /**
134
+ * Gets or sets the font settings for text inside the column options menu.
135
+ */
136
+ get: function () {
137
+ if (this.i.og == null) {
138
+ return null;
139
+ }
140
+ return this.i.og.fontString;
141
+ },
142
+ set: function (v) {
143
+ var fi = new FontInfo();
144
+ fi.fontString = v;
145
+ this.i.og = fi;
146
+ },
147
+ enumerable: false,
148
+ configurable: true
149
+ });
150
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
151
+ get: function () {
152
+ return brushToString(this.i.p0);
153
+ },
154
+ set: function (v) {
155
+ this.i.p0 = stringToBrush(v);
156
+ },
157
+ enumerable: false,
158
+ configurable: true
159
+ });
160
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
161
+ get: function () {
162
+ return brushToString(this.i.p4);
163
+ },
164
+ set: function (v) {
165
+ this.i.p4 = stringToBrush(v);
166
+ },
167
+ enumerable: false,
168
+ configurable: true
169
+ });
170
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
171
+ get: function () {
172
+ return brushToString(this.i.pz);
173
+ },
174
+ set: function (v) {
175
+ this.i.pz = stringToBrush(v);
127
176
  },
128
177
  enumerable: false,
129
178
  configurable: true
@@ -133,10 +182,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
133
182
  * Gets or sets the color of separators inside the column options menu.
134
183
  */
135
184
  get: function () {
136
- return brushToString(this.i.pe);
185
+ return brushToString(this.i.p2);
137
186
  },
138
187
  set: function (v) {
139
- this.i.pe = stringToBrush(v);
188
+ this.i.p2 = stringToBrush(v);
140
189
  },
141
190
  enumerable: false,
142
191
  configurable: true
@@ -146,10 +195,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
146
195
  * Gets or sets the background color for group headers inside the column options menu.
147
196
  */
148
197
  get: function () {
149
- return brushToString(this.i.pb);
198
+ return brushToString(this.i.px);
150
199
  },
151
200
  set: function (v) {
152
- this.i.pb = stringToBrush(v);
201
+ this.i.px = stringToBrush(v);
153
202
  },
154
203
  enumerable: false,
155
204
  configurable: true
@@ -159,20 +208,45 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
159
208
  * Gets or sets the text color for group headers inside the column options menu.
160
209
  */
161
210
  get: function () {
162
- return brushToString(this.i.pc);
211
+ return brushToString(this.i.py);
212
+ },
213
+ set: function (v) {
214
+ this.i.py = stringToBrush(v);
215
+ },
216
+ enumerable: false,
217
+ configurable: true
218
+ });
219
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextStyle", {
220
+ get: function () {
221
+ if (this.i.of == null) {
222
+ return null;
223
+ }
224
+ return this.i.of.fontString;
163
225
  },
164
226
  set: function (v) {
165
- this.i.pc = stringToBrush(v);
227
+ var fi = new FontInfo();
228
+ fi.fontString = v;
229
+ this.i.of = fi;
166
230
  },
167
231
  enumerable: false,
168
232
  configurable: true
169
233
  });
170
234
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
171
235
  get: function () {
172
- return brushToString(this.i.o9);
236
+ return brushToString(this.i.pv);
237
+ },
238
+ set: function (v) {
239
+ this.i.pv = stringToBrush(v);
240
+ },
241
+ enumerable: false,
242
+ configurable: true
243
+ });
244
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsRowHeight", {
245
+ get: function () {
246
+ return this.i.ou;
173
247
  },
174
248
  set: function (v) {
175
- this.i.o9 = stringToBrush(v);
249
+ this.i.ou = +v;
176
250
  },
177
251
  enumerable: false,
178
252
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTextHeaderCellInfo } from './igc-text-header-cell-info';
7
8
  import { IgcTextHeaderComponent } from './igc-text-header-component';
8
9
  import { TextHeader } from './TextHeader';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTextHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTextHeaderModule() {
12
13
  }
13
14
  IgcTextHeaderModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTextHeaderCellInfo", IgcTextHeaderCellInfo);
14
16
  IgcTextHeaderComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTextHeaderComponent", IgcTextHeaderComponent);
16
18
  TypeRegistrar.register("TextHeader", TextHeader.$type);
@@ -1,6 +1,7 @@
1
1
  export * from './lib/igc-checkbox-list-module';
2
2
  export * from './lib/igc-checkbox-list-component';
3
3
  export * from './lib/CheckboxListView';
4
+ export * from './lib/ICheckboxListView';
4
5
  export * from './lib/CheckboxList';
5
6
  export * from './lib/CheckboxListKeysClearedEventArgs';
6
7
  export * from './lib/igc-checkbox-list-keys-cleared-event-args';
@@ -315,6 +316,7 @@ export * from './lib/GridAnimationManager';
315
316
  export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
316
317
  export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
317
318
  export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
319
+ export * from './lib/GridIconRepository';
318
320
  export * from './lib/igc-grid-conditional-style-collection';
319
321
  export * from './lib/GridConditionalStyleCollection';
320
322
  export * from './lib/igc-grid-conditional-style-property-collection';