igniteui-webcomponents-data-grids 6.0.1-beta.1 → 6.0.2-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 (241) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +12298 -10495
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +3 -3
  4. package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
  7. package/esm2015/lib/CanvasGridCellBase.js +9 -9
  8. package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  15. package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
  17. package/esm2015/lib/CellPresenterBase.js +64 -39
  18. package/esm2015/lib/CheckboxListView_combined.js +49 -49
  19. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8409 -7998
  21. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  22. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  23. package/esm2015/lib/ColumnSortDescription.js +6 -1
  24. package/esm2015/lib/ColumnSummaryDescription.js +6 -1
  25. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  26. package/esm2015/lib/ContentCellModelHelper.js +46 -33
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +10 -10
  31. package/esm2015/lib/EditorCell.js +308 -308
  32. package/esm2015/lib/EditorCellPresenter.js +28 -28
  33. package/esm2015/lib/EditorRowCell.js +1 -1
  34. package/esm2015/lib/FilterCell.js +278 -278
  35. package/esm2015/lib/FilterCellPresenter.js +18 -18
  36. package/esm2015/lib/GridCellBase.js +587 -317
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +11 -11
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
  46. package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
  47. package/esm2015/lib/GridConditionalStyleProperty.js +326 -205
  48. package/esm2015/lib/GridExternalWrapper.js +6 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  50. package/esm2015/lib/GridStyleRepository.js +1 -1
  51. package/esm2015/lib/ImageCell.js +62 -62
  52. package/esm2015/lib/ImageCellPresenter.js +18 -18
  53. package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
  54. package/esm2015/lib/NumericCell.js +9 -5
  55. package/esm2015/lib/NumericCellPresenter.js +10 -10
  56. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  57. package/esm2015/lib/SectionHeaderCell.js +17 -17
  58. package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
  59. package/esm2015/lib/SummaryCell.js +41 -41
  60. package/esm2015/lib/SummaryCellPresenter.js +14 -14
  61. package/esm2015/lib/TemplateCell.js +16 -16
  62. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  63. package/esm2015/lib/TemplateHeader.js +8 -8
  64. package/esm2015/lib/TemplateHeaderCell.js +6 -6
  65. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  66. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  67. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  68. package/esm2015/lib/TextCell.js +35 -30
  69. package/esm2015/lib/TextCellDecoration.js +33 -0
  70. package/esm2015/lib/TextCellPresenter.js +11 -11
  71. package/esm2015/lib/TextHeaderCell.js +157 -150
  72. package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
  73. package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
  74. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  75. package/esm2015/lib/igc-cell-info.js +301 -190
  76. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  77. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  78. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igc-data-grid-column-component.js +284 -160
  80. package/esm2015/lib/igc-data-grid-component.js +64 -4
  81. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  83. package/esm2015/lib/igc-definition-base-component.js +66 -65
  84. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  87. package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
  89. package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
  90. package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
  91. package/esm2015/lib/igc-header-component.js +24 -24
  92. package/esm2015/lib/igc-image-cell-info.js +6 -6
  93. package/esm2015/lib/igc-image-column-component.js +12 -12
  94. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  96. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igc-section-header-component.js +24 -24
  98. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igc-summary-row-component.js +24 -24
  100. package/esm2015/lib/igc-template-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igc-text-cell-info.js +2 -2
  103. package/esm2015/lib/igc-text-column-component.js +9 -9
  104. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +4 -0
  106. package/esm5/lib/AccessibilityRow.js +3 -3
  107. package/esm5/lib/CanvasCellPresenterBase.js +14 -14
  108. package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasGridCellBase.js +9 -9
  111. package/esm5/lib/CanvasImageCellPresenter.js +10 -10
  112. package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
  114. package/esm5/lib/CanvasSummaryCell.js +1 -1
  115. package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
  116. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  117. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
  118. package/esm5/lib/CanvasTextCellPresenter.js +10 -10
  119. package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
  120. package/esm5/lib/CellPresenterBase.js +64 -39
  121. package/esm5/lib/CheckboxListView_combined.js +49 -49
  122. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  123. package/esm5/lib/ColumnFilterCondition_combined.js +8205 -7695
  124. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  125. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  126. package/esm5/lib/ColumnSortDescription.js +6 -1
  127. package/esm5/lib/ColumnSummaryDescription.js +6 -1
  128. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  129. package/esm5/lib/ContentCellModelHelper.js +46 -33
  130. package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +10 -10
  134. package/esm5/lib/EditorCell.js +291 -291
  135. package/esm5/lib/EditorCellPresenter.js +28 -28
  136. package/esm5/lib/EditorRowCell.js +1 -1
  137. package/esm5/lib/FilterCell.js +266 -266
  138. package/esm5/lib/FilterCellPresenter.js +18 -18
  139. package/esm5/lib/GridCellBase.js +625 -311
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +11 -11
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
  149. package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
  150. package/esm5/lib/GridConditionalStyleProperty.js +343 -194
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  153. package/esm5/lib/GridStyleRepository.js +1 -1
  154. package/esm5/lib/ImageCell.js +61 -61
  155. package/esm5/lib/ImageCellPresenter.js +18 -18
  156. package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
  157. package/esm5/lib/NumericCell.js +9 -5
  158. package/esm5/lib/NumericCellPresenter.js +10 -10
  159. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  160. package/esm5/lib/SectionHeaderCell.js +17 -17
  161. package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
  162. package/esm5/lib/SummaryCell.js +41 -41
  163. package/esm5/lib/SummaryCellPresenter.js +14 -14
  164. package/esm5/lib/TemplateCell.js +16 -16
  165. package/esm5/lib/TemplateCellPresenter.js +5 -5
  166. package/esm5/lib/TemplateHeader.js +8 -8
  167. package/esm5/lib/TemplateHeaderCell.js +6 -6
  168. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  169. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  170. package/esm5/lib/TemplateSectionHeader.js +2 -2
  171. package/esm5/lib/TextCell.js +35 -30
  172. package/esm5/lib/TextCellDecoration.js +33 -0
  173. package/esm5/lib/TextCellPresenter.js +11 -11
  174. package/esm5/lib/TextHeaderCell.js +155 -148
  175. package/esm5/lib/TextHeaderCellPresenter.js +35 -35
  176. package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
  177. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  178. package/esm5/lib/igc-cell-info.js +349 -190
  179. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  180. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  181. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igc-data-grid-column-component.js +332 -160
  183. package/esm5/lib/igc-data-grid-component.js +68 -4
  184. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igc-date-time-column-component.js +23 -23
  186. package/esm5/lib/igc-definition-base-component.js +66 -65
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
  192. package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
  193. package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
  194. package/esm5/lib/igc-header-component.js +24 -24
  195. package/esm5/lib/igc-image-cell-info.js +6 -6
  196. package/esm5/lib/igc-image-column-component.js +12 -12
  197. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igc-numeric-column-component.js +35 -35
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +24 -24
  201. package/esm5/lib/igc-summary-cell-info.js +9 -9
  202. package/esm5/lib/igc-summary-row-component.js +24 -24
  203. package/esm5/lib/igc-template-cell-info.js +2 -2
  204. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igc-text-cell-info.js +2 -2
  206. package/esm5/lib/igc-text-column-component.js +9 -9
  207. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +4 -0
  209. package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
  210. package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
  211. package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
  212. package/lib/ContentCellModelHelper.d.ts +4 -4
  213. package/lib/EditorCell.d.ts +74 -74
  214. package/lib/FilterCell.d.ts +61 -61
  215. package/lib/GridCellBase.d.ts +140 -95
  216. package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
  217. package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
  218. package/lib/GridConditionalStyleProperty.d.ts +84 -61
  219. package/lib/ImageCell.d.ts +20 -20
  220. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  221. package/lib/NumericCell.d.ts +2 -1
  222. package/lib/SectionHeaderCell.d.ts +4 -4
  223. package/lib/SummaryCell.d.ts +11 -11
  224. package/lib/TemplateCell.d.ts +6 -6
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +3 -3
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +10 -8
  230. package/lib/TextCellDecoration.d.ts +26 -0
  231. package/lib/TextHeaderCell.d.ts +37 -35
  232. package/lib/VerticalSeparatorCell.d.ts +9 -9
  233. package/lib/igc-cell-info.d.ts +58 -0
  234. package/lib/igc-data-grid-column-component.d.ts +62 -1
  235. package/lib/igc-data-grid-component.d.ts +15 -1
  236. package/lib/igc-definition-base-component.d.ts +1 -1
  237. package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
  238. package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
  239. package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
  240. package/package.json +4 -4
  241. package/public_api.d.ts +4 -0
@@ -76,22 +76,22 @@ var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
76
76
  };
77
77
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "selectedBackground", {
78
78
  get: function () {
79
- return brushToString(this.i.hs);
79
+ return brushToString(this.i.ht);
80
80
  },
81
81
  set: function (v) {
82
- this.i.hs = stringToBrush(v);
83
- this._a("selectedBackground", brushToString(this.i.hs));
82
+ this.i.ht = stringToBrush(v);
83
+ this._a("selectedBackground", brushToString(this.i.ht));
84
84
  },
85
85
  enumerable: false,
86
86
  configurable: true
87
87
  });
88
88
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualSelectedBackground", {
89
89
  get: function () {
90
- return brushToString(this.i.hr);
90
+ return brushToString(this.i.hs);
91
91
  },
92
92
  set: function (v) {
93
- this.i.hr = stringToBrush(v);
94
- this._a("actualSelectedBackground", brushToString(this.i.hr));
93
+ this.i.hs = stringToBrush(v);
94
+ this._a("actualSelectedBackground", brushToString(this.i.hs));
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
@@ -101,11 +101,11 @@ var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
101
101
  * Gets or sets the amount of left padding to use for the cell content for this column.
102
102
  */
103
103
  get: function () {
104
- return this.i.ha;
104
+ return this.i.hb;
105
105
  },
106
106
  set: function (v) {
107
- this.i.ha = +v;
108
- this._a("paddingLeft", this.i.ha);
107
+ this.i.hb = +v;
108
+ this._a("paddingLeft", this.i.hb);
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
@@ -115,11 +115,11 @@ var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
115
115
  * Gets or sets the amount of top padding to use for the cell content for this column.
116
116
  */
117
117
  get: function () {
118
- return this.i.hc;
118
+ return this.i.hd;
119
119
  },
120
120
  set: function (v) {
121
- this.i.hc = +v;
122
- this._a("paddingTop", this.i.hc);
121
+ this.i.hd = +v;
122
+ this._a("paddingTop", this.i.hd);
123
123
  },
124
124
  enumerable: false,
125
125
  configurable: true
@@ -129,11 +129,11 @@ var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
129
129
  * Gets or sets the amount of right padding to use for the cell content of this column.
130
130
  */
131
131
  get: function () {
132
- return this.i.hb;
132
+ return this.i.hc;
133
133
  },
134
134
  set: function (v) {
135
- this.i.hb = +v;
136
- this._a("paddingRight", this.i.hb);
135
+ this.i.hc = +v;
136
+ this._a("paddingRight", this.i.hc);
137
137
  },
138
138
  enumerable: false,
139
139
  configurable: true
@@ -143,33 +143,33 @@ var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
143
143
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
144
144
  */
145
145
  get: function () {
146
- return this.i.g9;
146
+ return this.i.ha;
147
147
  },
148
148
  set: function (v) {
149
- this.i.g9 = +v;
150
- this._a("paddingBottom", this.i.g9);
149
+ this.i.ha = +v;
150
+ this._a("paddingBottom", this.i.ha);
151
151
  },
152
152
  enumerable: false,
153
153
  configurable: true
154
154
  });
155
155
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "isCollapsable", {
156
156
  get: function () {
157
- return this.i.g3;
157
+ return this.i.g4;
158
158
  },
159
159
  set: function (v) {
160
- this.i.g3 = ensureBool(v);
161
- this._a("isCollapsable", this.i.g3);
160
+ this.i.g4 = ensureBool(v);
161
+ this._a("isCollapsable", this.i.g4);
162
162
  },
163
163
  enumerable: false,
164
164
  configurable: true
165
165
  });
166
166
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "summaryDisplayMode", {
167
167
  get: function () {
168
- return this.i.g0;
168
+ return this.i.g1;
169
169
  },
170
170
  set: function (v) {
171
- this.i.g0 = ensureEnum(GroupSummaryDisplayMode_$type, v);
172
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g0));
171
+ this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
172
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g1));
173
173
  },
174
174
  enumerable: false,
175
175
  configurable: true
@@ -29,10 +29,10 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved summary label for the summary cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.mr;
32
+ return this.i.n4;
33
33
  },
34
34
  set: function (v) {
35
- this.i.mr = v;
35
+ this.i.n4 = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary value for the sumamry cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.mt;
45
+ return this.i.n6;
46
46
  },
47
47
  set: function (v) {
48
- this.i.mt = v;
48
+ this.i.n6 = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,25 +55,25 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Gets or sets the color of the text for the summary label in the cell.
56
56
  */
57
57
  get: function () {
58
- return brushToString(this.i.my);
58
+ return brushToString(this.i.ob);
59
59
  },
60
60
  set: function (v) {
61
- this.i.my = stringToBrush(v);
61
+ this.i.ob = stringToBrush(v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  Object.defineProperty(IgcSummaryCellInfo.prototype, "font", {
67
67
  get: function () {
68
- if (this.i.mk == null) {
68
+ if (this.i.nx == null) {
69
69
  return null;
70
70
  }
71
- return this.i.mk.fontString;
71
+ return this.i.nx.fontString;
72
72
  },
73
73
  set: function (v) {
74
74
  var fi = new FontInfo();
75
75
  fi.fontString = v;
76
- this.i.mk = fi;
76
+ this.i.nx = fi;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -65,11 +65,11 @@ var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
65
65
  * Gets or sets the background color for summary cells when selected.
66
66
  */
67
67
  get: function () {
68
- return brushToString(this.i.hv);
68
+ return brushToString(this.i.hw);
69
69
  },
70
70
  set: function (v) {
71
- this.i.hv = stringToBrush(v);
72
- this._a("selectedBackground", brushToString(this.i.hv));
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 @@ var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
79
79
  * Gets the actual background color for summary cells when selected.
80
80
  */
81
81
  get: function () {
82
- return brushToString(this.i.hs);
82
+ return brushToString(this.i.ht);
83
83
  },
84
84
  set: function (v) {
85
- this.i.hs = stringToBrush(v);
86
- this._a("actualSelectedBackground", brushToString(this.i.hs));
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 @@ var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
93
93
  * Gets or sets the text color for the summary labels.
94
94
  */
95
95
  get: function () {
96
- return brushToString(this.i.hw);
96
+ return brushToString(this.i.hx);
97
97
  },
98
98
  set: function (v) {
99
- this.i.hw = stringToBrush(v);
100
- this._a("summaryLabelTextColor", brushToString(this.i.hw));
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 @@ var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
107
107
  * Gets the actual text color for the summary labels.
108
108
  */
109
109
  get: function () {
110
- return brushToString(this.i.ht);
110
+ return brushToString(this.i.hu);
111
111
  },
112
112
  set: function (v) {
113
- this.i.ht = stringToBrush(v);
114
- this._a("actualSummaryLabelTextColor", brushToString(this.i.ht));
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 @@ var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
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.g8;
143
+ return this.i.g9;
144
144
  },
145
145
  set: function (v) {
146
- this.i.g8 = +v;
147
- this._a("paddingLeft", this.i.g8);
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 @@ var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
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.ha;
157
+ return this.i.hb;
158
158
  },
159
159
  set: function (v) {
160
- this.i.ha = +v;
161
- this._a("paddingTop", this.i.ha);
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 @@ var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
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.g9;
171
+ return this.i.ha;
172
172
  },
173
173
  set: function (v) {
174
- this.i.g9 = +v;
175
- this._a("paddingRight", this.i.g9);
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 @@ var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
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.g7;
185
+ return this.i.g8;
186
186
  },
187
187
  set: function (v) {
188
- this.i.g7 = +v;
189
- this._a("paddingBottom", this.i.g7);
188
+ this.i.g8 = +v;
189
+ this._a("paddingBottom", this.i.g8);
190
190
  },
191
191
  enumerable: false,
192
192
  configurable: true
@@ -27,10 +27,10 @@ var IgcTemplateCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the value to provide to the template.
28
28
  */
29
29
  get: function () {
30
- return this.i.ml;
30
+ return this.i.ny;
31
31
  },
32
32
  set: function (v) {
33
- this.i.ml = v;
33
+ this.i.ny = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -28,10 +28,10 @@ var IgcTemplateHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets whether the filter UI should be visible in the header.
29
29
  */
30
30
  get: function () {
31
- return this.i.mo;
31
+ return this.i.n1;
32
32
  },
33
33
  set: function (v) {
34
- this.i.mo = ensureBool(v);
34
+ this.i.n1 = ensureBool(v);
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -27,10 +27,10 @@ var IgcTextCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the text value for the cell.
28
28
  */
29
29
  get: function () {
30
- return this.i.ml;
30
+ return this.i.ny;
31
31
  },
32
32
  set: function (v) {
33
- this.i.ml = v;
33
+ this.i.ny = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -79,11 +79,11 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
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.n5;
82
+ return this.i.o6;
83
83
  },
84
84
  set: function (v) {
85
- this.i.n5 = ensureEnum(EditorType_$type, v);
86
- this._a("editorType", enumToString(EditorType_$type, this.i.n5));
85
+ this.i.o6 = ensureEnum(EditorType_$type, v);
86
+ this._a("editorType", enumToString(EditorType_$type, this.i.o6));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,10 +93,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
93
93
  * Gets or sets the ComboBox data source.
94
94
  */
95
95
  get: function () {
96
- return this.i.n6;
96
+ return this.i.o7;
97
97
  },
98
98
  set: function (v) {
99
- this.i.n6 = v;
99
+ this.i.o7 = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
106
106
  * Gets or sets the ComboBox text field.
107
107
  */
108
108
  get: function () {
109
- return this.i.n8;
109
+ return this.i.o9;
110
110
  },
111
111
  set: function (v) {
112
- this.i.n8 = v;
112
+ this.i.o9 = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,10 +119,10 @@ var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
119
119
  * Gets or sets the ComboBox value field.
120
120
  */
121
121
  get: function () {
122
- return this.i.n9;
122
+ return this.i.pa;
123
123
  },
124
124
  set: function (v) {
125
- this.i.n9 = v;
125
+ this.i.pa = v;
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true
@@ -31,20 +31,20 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
31
31
  * Sets or gets whether the filter UI should be visible in the header.
32
32
  */
33
33
  get: function () {
34
- return this.i.mu;
34
+ return this.i.n7;
35
35
  },
36
36
  set: function (v) {
37
- this.i.mu = ensureBool(v);
37
+ this.i.n7 = ensureBool(v);
38
38
  },
39
39
  enumerable: false,
40
40
  configurable: true
41
41
  });
42
42
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
43
43
  get: function () {
44
- return this.i.ms;
44
+ return this.i.n5;
45
45
  },
46
46
  set: function (v) {
47
- this.i.ms = ensureEnum(SortIndicatorStyle_$type, v);
47
+ this.i.n5 = ensureEnum(SortIndicatorStyle_$type, v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,10 +54,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * Gets or sets the alignment of the column options icon within the header cell.
55
55
  */
56
56
  get: function () {
57
- return this.i.mo;
57
+ return this.i.n1;
58
58
  },
59
59
  set: function (v) {
60
- this.i.mo = ensureEnum(ColumnOptionsIconAlignment_$type, v);
60
+ this.i.n1 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
@@ -67,10 +67,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
67
67
  * Gets or sets the color for the column options icon in the header.
68
68
  */
69
69
  get: function () {
70
- return brushToString(this.i.m6);
70
+ return brushToString(this.i.oj);
71
71
  },
72
72
  set: function (v) {
73
- this.i.m6 = stringToBrush(v);
73
+ this.i.oj = stringToBrush(v);
74
74
  },
75
75
  enumerable: false,
76
76
  configurable: true
@@ -80,10 +80,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
80
80
  * Gets or sets how the column option icon will behave in the header.
81
81
  */
82
82
  get: function () {
83
- return this.i.mq;
83
+ return this.i.n3;
84
84
  },
85
85
  set: function (v) {
86
- this.i.mq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
86
+ this.i.n3 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -393,6 +393,7 @@ export * from './lib/igc-date-time-column-module';
393
393
  export * from './lib/DefinitionBase';
394
394
  export * from './lib/IExternalDefinitionBase';
395
395
  export * from './lib/TextCellLineBreakMode';
396
+ export * from './lib/TextCellDecoration';
396
397
  export * from './lib/DataBindingEventArgs';
397
398
  export * from './lib/DefinitionPropertyUpdatedEventArgs';
398
399
  export * from './lib/GridCompoundConditionalStyle';
@@ -406,6 +407,9 @@ export * from './lib/igc-grid-conditional-style-component';
406
407
  export * from './lib/igc-grid-conditional-style-module';
407
408
  export * from './lib/GridConditionFilterStringErrorsParsingEventArgs';
408
409
  export * from './lib/igc-grid-condition-filter-string-errors-parsing-event-args';
410
+ export * from './lib/GridConditionalStyleFontInfo';
411
+ export * from './lib/igc-grid-conditional-style-font-info-component';
412
+ export * from './lib/igc-grid-conditional-style-font-info-module';
409
413
  export * from './lib/GridConditionalStylePropertyStylingType';
410
414
  export * from './lib/GridConditionalStyleBoundType';
411
415
  export * from './lib/GridConditionalStyleProperty';