igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +8241 -9505
  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 +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  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 +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 +63 -65
  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 +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -65,11 +65,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
65
65
  * Gets or sets the background color for summary cells when selected.
66
66
  */
67
67
  get: function () {
68
- return brushToString(this.i.hy);
68
+ return brushToString(this.i.hw);
69
69
  },
70
70
  set: function (v) {
71
- this.i.hy = stringToBrush(v);
72
- this._a("selectedBackground", brushToString(this.i.hy));
71
+ this.i.hw = stringToBrush(v);
72
+ this._a("selectedBackground", brushToString(this.i.hw));
73
73
  },
74
74
  enumerable: false,
75
75
  configurable: true
@@ -79,11 +79,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets the actual background color for summary cells when selected.
80
80
  */
81
81
  get: function () {
82
- return brushToString(this.i.hv);
82
+ return brushToString(this.i.ht);
83
83
  },
84
84
  set: function (v) {
85
- this.i.hv = stringToBrush(v);
86
- this._a("actualSelectedBackground", brushToString(this.i.hv));
85
+ this.i.ht = stringToBrush(v);
86
+ this._a("actualSelectedBackground", brushToString(this.i.ht));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,11 +93,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the text color for the summary labels.
94
94
  */
95
95
  get: function () {
96
- return brushToString(this.i.hz);
96
+ return brushToString(this.i.hx);
97
97
  },
98
98
  set: function (v) {
99
- this.i.hz = stringToBrush(v);
100
- this._a("summaryLabelTextColor", brushToString(this.i.hz));
99
+ this.i.hx = stringToBrush(v);
100
+ this._a("summaryLabelTextColor", brushToString(this.i.hx));
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,11 +107,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
107
107
  * Gets the actual text color for the summary labels.
108
108
  */
109
109
  get: function () {
110
- return brushToString(this.i.hw);
110
+ return brushToString(this.i.hu);
111
111
  },
112
112
  set: function (v) {
113
- this.i.hw = stringToBrush(v);
114
- this._a("actualSummaryLabelTextColor", brushToString(this.i.hw));
113
+ this.i.hu = stringToBrush(v);
114
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.hu));
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -140,11 +140,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
140
140
  * Gets or sets the amount of left padding to use for the cell content for this column.
141
141
  */
142
142
  get: function () {
143
- return this.i.hb;
143
+ return this.i.g9;
144
144
  },
145
145
  set: function (v) {
146
- this.i.hb = +v;
147
- this._a("paddingLeft", this.i.hb);
146
+ this.i.g9 = +v;
147
+ this._a("paddingLeft", this.i.g9);
148
148
  },
149
149
  enumerable: false,
150
150
  configurable: true
@@ -154,11 +154,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
154
154
  * Gets or sets the amount of top padding to use for the cell content for this column.
155
155
  */
156
156
  get: function () {
157
- return this.i.hd;
157
+ return this.i.hb;
158
158
  },
159
159
  set: function (v) {
160
- this.i.hd = +v;
161
- this._a("paddingTop", this.i.hd);
160
+ this.i.hb = +v;
161
+ this._a("paddingTop", this.i.hb);
162
162
  },
163
163
  enumerable: false,
164
164
  configurable: true
@@ -168,11 +168,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
168
168
  * Gets or sets the amount of right padding to use for the cell content of this column.
169
169
  */
170
170
  get: function () {
171
- return this.i.hc;
171
+ return this.i.ha;
172
172
  },
173
173
  set: function (v) {
174
- this.i.hc = +v;
175
- this._a("paddingRight", this.i.hc);
174
+ this.i.ha = +v;
175
+ this._a("paddingRight", this.i.ha);
176
176
  },
177
177
  enumerable: false,
178
178
  configurable: true
@@ -182,11 +182,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
182
182
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
183
183
  */
184
184
  get: function () {
185
- return this.i.ha;
185
+ return this.i.g8;
186
186
  },
187
187
  set: function (v) {
188
- this.i.ha = +v;
189
- this._a("paddingBottom", this.i.ha);
188
+ this.i.g8 = +v;
189
+ this._a("paddingBottom", this.i.g8);
190
190
  },
191
191
  enumerable: false,
192
192
  configurable: true
@@ -79,11 +79,11 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets or sets the editor type used for editing cells in this column.
80
80
  */
81
81
  get: function () {
82
- return this.i.qq;
82
+ return this.i.o9;
83
83
  },
84
84
  set: function (v) {
85
- this.i.qq = ensureEnum(EditorType_$type, v);
86
- this._a("editorType", enumToString(EditorType_$type, this.i.qq));
85
+ this.i.o9 = ensureEnum(EditorType_$type, v);
86
+ this._a("editorType", enumToString(EditorType_$type, this.i.o9));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,10 +93,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the ComboBox data source.
94
94
  */
95
95
  get: function () {
96
- return this.i.qr;
96
+ return this.i.pa;
97
97
  },
98
98
  set: function (v) {
99
- this.i.qr = v;
99
+ this.i.pa = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
106
106
  * Gets or sets the ComboBox text field.
107
107
  */
108
108
  get: function () {
109
- return this.i.qt;
109
+ return this.i.pc;
110
110
  },
111
111
  set: function (v) {
112
- this.i.qt = v;
112
+ this.i.pc = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,10 +119,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
119
119
  * Gets or sets the ComboBox value field.
120
120
  */
121
121
  get: function () {
122
- return this.i.qu;
122
+ return this.i.pd;
123
123
  },
124
124
  set: function (v) {
125
- this.i.qu = v;
125
+ this.i.pd = v;
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true
@@ -2,7 +2,6 @@ import { __extends } from "tslib";
2
2
  import { SortIndicatorStyle_$type } from "./SortIndicatorStyle";
3
3
  import { ColumnOptionsIconAlignment_$type } from "./ColumnOptionsIconAlignment";
4
4
  import { ColumnOptionsIconBehavior_$type } from "./ColumnOptionsIconBehavior";
5
- import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
6
5
  import { IgcTextCellInfo } from "./igc-text-cell-info";
7
6
  import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
8
7
  import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
@@ -32,10 +31,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
32
31
  * Sets or gets whether the filter UI should be visible in the header.
33
32
  */
34
33
  get: function () {
35
- return this.i.od;
34
+ return this.i.ob;
36
35
  },
37
36
  set: function (v) {
38
- this.i.od = ensureBool(v);
37
+ this.i.ob = ensureBool(v);
39
38
  },
40
39
  enumerable: false,
41
40
  configurable: true
@@ -68,10 +67,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
68
67
  * Gets or sets the color for the column options icon in the header.
69
68
  */
70
69
  get: function () {
71
- return brushToString(this.i.pd);
70
+ return brushToString(this.i.on);
72
71
  },
73
72
  set: function (v) {
74
- this.i.pd = stringToBrush(v);
73
+ this.i.on = stringToBrush(v);
75
74
  },
76
75
  enumerable: false,
77
76
  configurable: true
@@ -89,94 +88,6 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
89
88
  enumerable: false,
90
89
  configurable: true
91
90
  });
92
- Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsTheme", {
93
- /**
94
- * Gets or sets the column options theme.
95
- */
96
- get: function () {
97
- return this.i.ob;
98
- },
99
- set: function (v) {
100
- this.i.ob = ensureEnum(BaseControlTheme_$type, v);
101
- },
102
- enumerable: false,
103
- configurable: true
104
- });
105
- Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsBackground", {
106
- /**
107
- * Gets or sets the column options dropdown background color.
108
- */
109
- get: function () {
110
- return brushToString(this.i.pa);
111
- },
112
- set: function (v) {
113
- this.i.pa = stringToBrush(v);
114
- },
115
- enumerable: false,
116
- configurable: true
117
- });
118
- Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsTextColor", {
119
- /**
120
- * Gets or sets the text color for text inside the column options menu.
121
- */
122
- get: function () {
123
- return brushToString(this.i.pf);
124
- },
125
- set: function (v) {
126
- this.i.pf = stringToBrush(v);
127
- },
128
- enumerable: false,
129
- configurable: true
130
- });
131
- Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsSeparatorColor", {
132
- /**
133
- * Gets or sets the color of separators inside the column options menu.
134
- */
135
- get: function () {
136
- return brushToString(this.i.pe);
137
- },
138
- set: function (v) {
139
- this.i.pe = stringToBrush(v);
140
- },
141
- enumerable: false,
142
- configurable: true
143
- });
144
- Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderBackground", {
145
- /**
146
- * Gets or sets the background color for group headers inside the column options menu.
147
- */
148
- get: function () {
149
- return brushToString(this.i.pb);
150
- },
151
- set: function (v) {
152
- this.i.pb = stringToBrush(v);
153
- },
154
- enumerable: false,
155
- configurable: true
156
- });
157
- Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextColor", {
158
- /**
159
- * Gets or sets the text color for group headers inside the column options menu.
160
- */
161
- get: function () {
162
- return brushToString(this.i.pc);
163
- },
164
- set: function (v) {
165
- this.i.pc = stringToBrush(v);
166
- },
167
- enumerable: false,
168
- configurable: true
169
- });
170
- Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
171
- get: function () {
172
- return brushToString(this.i.o9);
173
- },
174
- set: function (v) {
175
- this.i.o9 = stringToBrush(v);
176
- },
177
- enumerable: false,
178
- configurable: true
179
- });
180
91
  return IgcTextHeaderCellInfo;
181
92
  }(IgcTextCellInfo));
182
93
  export { IgcTextHeaderCellInfo };
@@ -345,7 +345,6 @@ export * from './lib/GridColumnSpacer';
345
345
  export * from './lib/GridColumnSpacerCollection';
346
346
  export * from './lib/GridEffectGroup';
347
347
  export * from './lib/GridStyleRepository';
348
- export * from './lib/GridStyleRepositoryKeys';
349
348
  export * from './lib/HoverManager';
350
349
  export * from './lib/IColumnGrouping';
351
350
  export * from './lib/IDataGridComponent';