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
@@ -69,142 +69,142 @@ export let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
69
69
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
70
70
  */
71
71
  get negativePrefix() {
72
- return this.i.o0;
72
+ return this.i.p1;
73
73
  }
74
74
  set negativePrefix(v) {
75
- this.i.o0 = v;
75
+ this.i.p1 = v;
76
76
  }
77
77
  /**
78
78
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
79
79
  */
80
80
  get positivePrefix() {
81
- return this.i.o4;
81
+ return this.i.p5;
82
82
  }
83
83
  set positivePrefix(v) {
84
- this.i.o4 = v;
84
+ this.i.p5 = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
88
88
  */
89
89
  get negativeSuffix() {
90
- return this.i.o2;
90
+ return this.i.p3;
91
91
  }
92
92
  set negativeSuffix(v) {
93
- this.i.o2 = v;
93
+ this.i.p3 = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
97
97
  */
98
98
  get positiveSuffix() {
99
- return this.i.o6;
99
+ return this.i.p7;
100
100
  }
101
101
  set positiveSuffix(v) {
102
- this.i.o6 = v;
102
+ this.i.p7 = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
106
106
  */
107
107
  get maxFractionDigits() {
108
- return this.i.of;
108
+ return this.i.pg;
109
109
  }
110
110
  set maxFractionDigits(v) {
111
- this.i.of = +v;
112
- this._a("maxFractionDigits", this.i.of);
111
+ this.i.pg = +v;
112
+ this._a("maxFractionDigits", this.i.pg);
113
113
  }
114
114
  /**
115
115
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
116
116
  */
117
117
  get minFractionDigits() {
118
- return this.i.og;
118
+ return this.i.ph;
119
119
  }
120
120
  set minFractionDigits(v) {
121
- this.i.og = +v;
122
- this._a("minFractionDigits", this.i.og);
121
+ this.i.ph = +v;
122
+ this._a("minFractionDigits", this.i.ph);
123
123
  }
124
124
  /**
125
125
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
126
126
  */
127
127
  get minIntegerDigits() {
128
- return this.i.oh;
128
+ return this.i.pi;
129
129
  }
130
130
  set minIntegerDigits(v) {
131
- this.i.oh = +v;
132
- this._a("minIntegerDigits", this.i.oh);
131
+ this.i.pi = +v;
132
+ this._a("minIntegerDigits", this.i.pi);
133
133
  }
134
134
  /**
135
135
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
136
136
  */
137
137
  get showGroupingSeparator() {
138
- return this.i.oa;
138
+ return this.i.pb;
139
139
  }
140
140
  set showGroupingSeparator(v) {
141
- this.i.oa = ensureBool(v);
142
- this._a("showGroupingSeparator", this.i.oa);
141
+ this.i.pb = ensureBool(v);
142
+ this._a("showGroupingSeparator", this.i.pb);
143
143
  }
144
144
  /**
145
145
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
146
146
  */
147
147
  get formatString() {
148
- return this.i.ov;
148
+ return this.i.pw;
149
149
  }
150
150
  set formatString(v) {
151
- this.i.ov = v;
151
+ this.i.pw = v;
152
152
  }
153
153
  get formatSpecifiers() {
154
- return this.i.n6;
154
+ return this.i.o7;
155
155
  }
156
156
  set formatSpecifiers(v) {
157
157
  if (v && !Array.isArray(v) && typeof (v) == "string") {
158
158
  const re = /\s*(?:,|\s|$)\s*/gm;
159
159
  v = v.split(re);
160
160
  }
161
- this.i.n6 = v;
161
+ this.i.o7 = v;
162
162
  }
163
163
  /**
164
164
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
165
165
  */
166
166
  get formatOverride() {
167
- return this.i.ok;
167
+ return this.i.pl;
168
168
  }
169
169
  set formatOverride(v) {
170
- this.i.ok = v;
170
+ this.i.pl = v;
171
171
  }
172
172
  /**
173
173
  * Gets or sets the editor type used for editing cells in this column.
174
174
  */
175
175
  get editorType() {
176
- return this.i.n8;
176
+ return this.i.o9;
177
177
  }
178
178
  set editorType(v) {
179
- this.i.n8 = ensureEnum(EditorType_$type, v);
180
- this._a("editorType", enumToString(EditorType_$type, this.i.n8));
179
+ this.i.o9 = ensureEnum(EditorType_$type, v);
180
+ this._a("editorType", enumToString(EditorType_$type, this.i.o9));
181
181
  }
182
182
  /**
183
183
  * Gets or sets the ComboBox data source.
184
184
  */
185
185
  get editorDataSource() {
186
- return this.i.oj;
186
+ return this.i.pk;
187
187
  }
188
188
  set editorDataSource(v) {
189
- this.i.oj = v;
189
+ this.i.pk = v;
190
190
  }
191
191
  /**
192
192
  * Gets or sets the ComboBox text field.
193
193
  */
194
194
  get editorTextField() {
195
- return this.i.oq;
195
+ return this.i.pr;
196
196
  }
197
197
  set editorTextField(v) {
198
- this.i.oq = v;
198
+ this.i.pr = v;
199
199
  }
200
200
  /**
201
201
  * Gets or sets the ComboBox value field.
202
202
  */
203
203
  get editorValueField() {
204
- return this.i.or;
204
+ return this.i.ps;
205
205
  }
206
206
  set editorValueField(v) {
207
- this.i.or = v;
207
+ this.i.ps = v;
208
208
  }
209
209
  findByName(name) {
210
210
  var baseResult = super.findByName(name);
@@ -22,27 +22,27 @@ export class IgcSectionHeaderCellInfo extends IgcCellInfo {
22
22
  * Sets or gets the resolved text for the section header cell.
23
23
  */
24
24
  get resolvedText() {
25
- return this.i.mz;
25
+ return this.i.oc;
26
26
  }
27
27
  set resolvedText(v) {
28
- this.i.mz = v;
28
+ this.i.oc = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary text for the section header cell.
32
32
  */
33
33
  get resolvedSummaryText() {
34
- return this.i.mx;
34
+ return this.i.oa;
35
35
  }
36
36
  set resolvedSummaryText(v) {
37
- this.i.mx = v;
37
+ this.i.oa = v;
38
38
  }
39
39
  /**
40
40
  * Sets or gets how summaries are displayed in the section header cell.
41
41
  */
42
42
  get summaryDisplayMode() {
43
- return this.i.mo;
43
+ return this.i.n1;
44
44
  }
45
45
  set summaryDisplayMode(v) {
46
- this.i.mo = ensureEnum(GroupSummaryDisplayMode_$type, v);
46
+ this.i.n1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
47
47
  }
48
48
  }
@@ -66,72 +66,72 @@ export let IgcSectionHeaderComponent = /*@__PURE__*/ (() => {
66
66
  }
67
67
  }
68
68
  get selectedBackground() {
69
- return brushToString(this.i.hs);
69
+ return brushToString(this.i.ht);
70
70
  }
71
71
  set selectedBackground(v) {
72
- this.i.hs = stringToBrush(v);
73
- this._a("selectedBackground", brushToString(this.i.hs));
72
+ this.i.ht = stringToBrush(v);
73
+ this._a("selectedBackground", brushToString(this.i.ht));
74
74
  }
75
75
  get actualSelectedBackground() {
76
- return brushToString(this.i.hr);
76
+ return brushToString(this.i.hs);
77
77
  }
78
78
  set actualSelectedBackground(v) {
79
- this.i.hr = stringToBrush(v);
80
- this._a("actualSelectedBackground", brushToString(this.i.hr));
79
+ this.i.hs = stringToBrush(v);
80
+ this._a("actualSelectedBackground", brushToString(this.i.hs));
81
81
  }
82
82
  /**
83
83
  * Gets or sets the amount of left padding to use for the cell content for this column.
84
84
  */
85
85
  get paddingLeft() {
86
- return this.i.ha;
86
+ return this.i.hb;
87
87
  }
88
88
  set paddingLeft(v) {
89
- this.i.ha = +v;
90
- this._a("paddingLeft", this.i.ha);
89
+ this.i.hb = +v;
90
+ this._a("paddingLeft", this.i.hb);
91
91
  }
92
92
  /**
93
93
  * Gets or sets the amount of top padding to use for the cell content for this column.
94
94
  */
95
95
  get paddingTop() {
96
- return this.i.hc;
96
+ return this.i.hd;
97
97
  }
98
98
  set paddingTop(v) {
99
- this.i.hc = +v;
100
- this._a("paddingTop", this.i.hc);
99
+ this.i.hd = +v;
100
+ this._a("paddingTop", this.i.hd);
101
101
  }
102
102
  /**
103
103
  * Gets or sets the amount of right padding to use for the cell content of this column.
104
104
  */
105
105
  get paddingRight() {
106
- return this.i.hb;
106
+ return this.i.hc;
107
107
  }
108
108
  set paddingRight(v) {
109
- this.i.hb = +v;
110
- this._a("paddingRight", this.i.hb);
109
+ this.i.hc = +v;
110
+ this._a("paddingRight", this.i.hc);
111
111
  }
112
112
  /**
113
113
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
114
114
  */
115
115
  get paddingBottom() {
116
- return this.i.g9;
116
+ return this.i.ha;
117
117
  }
118
118
  set paddingBottom(v) {
119
- this.i.g9 = +v;
120
- this._a("paddingBottom", this.i.g9);
119
+ this.i.ha = +v;
120
+ this._a("paddingBottom", this.i.ha);
121
121
  }
122
122
  get isCollapsable() {
123
- return this.i.g3;
123
+ return this.i.g4;
124
124
  }
125
125
  set isCollapsable(v) {
126
- this.i.g3 = ensureBool(v);
127
- this._a("isCollapsable", this.i.g3);
126
+ this.i.g4 = ensureBool(v);
127
+ this._a("isCollapsable", this.i.g4);
128
128
  }
129
129
  get summaryDisplayMode() {
130
- return this.i.g0;
130
+ return this.i.g1;
131
131
  }
132
132
  set summaryDisplayMode(v) {
133
- this.i.g0 = ensureEnum(GroupSummaryDisplayMode_$type, v);
134
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g0));
133
+ this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
134
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g1));
135
135
  }
136
136
  }
137
137
  IgcSectionHeaderComponent._observedAttributesIgcSectionHeaderComponent = null;
@@ -22,38 +22,38 @@ export class IgcSummaryCellInfo extends IgcCellInfo {
22
22
  * Sets or gets the resolved summary label for the summary cell.
23
23
  */
24
24
  get resolvedSummaryLabel() {
25
- return this.i.mr;
25
+ return this.i.n4;
26
26
  }
27
27
  set resolvedSummaryLabel(v) {
28
- this.i.mr = v;
28
+ this.i.n4 = v;
29
29
  }
30
30
  /**
31
31
  * Sets or gets the resolved summary value for the sumamry cell.
32
32
  */
33
33
  get resolvedSummaryValue() {
34
- return this.i.mt;
34
+ return this.i.n6;
35
35
  }
36
36
  set resolvedSummaryValue(v) {
37
- this.i.mt = v;
37
+ this.i.n6 = v;
38
38
  }
39
39
  /**
40
40
  * Gets or sets the color of the text for the summary label in the cell.
41
41
  */
42
42
  get summaryLabelTextColor() {
43
- return brushToString(this.i.my);
43
+ return brushToString(this.i.ob);
44
44
  }
45
45
  set summaryLabelTextColor(v) {
46
- this.i.my = stringToBrush(v);
46
+ this.i.ob = stringToBrush(v);
47
47
  }
48
48
  get font() {
49
- if (this.i.mk == null) {
49
+ if (this.i.nx == null) {
50
50
  return null;
51
51
  }
52
- return this.i.mk.fontString;
52
+ return this.i.nx.fontString;
53
53
  }
54
54
  set font(v) {
55
55
  let fi = new FontInfo();
56
56
  fi.fontString = v;
57
- this.i.mk = fi;
57
+ this.i.nx = fi;
58
58
  }
59
59
  }
@@ -55,41 +55,41 @@ export let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
55
55
  * Gets or sets the background color for summary cells when selected.
56
56
  */
57
57
  get selectedBackground() {
58
- return brushToString(this.i.hv);
58
+ return brushToString(this.i.hw);
59
59
  }
60
60
  set selectedBackground(v) {
61
- this.i.hv = stringToBrush(v);
62
- this._a("selectedBackground", brushToString(this.i.hv));
61
+ this.i.hw = stringToBrush(v);
62
+ this._a("selectedBackground", brushToString(this.i.hw));
63
63
  }
64
64
  /**
65
65
  * Gets the actual background color for summary cells when selected.
66
66
  */
67
67
  get actualSelectedBackground() {
68
- return brushToString(this.i.hs);
68
+ return brushToString(this.i.ht);
69
69
  }
70
70
  set actualSelectedBackground(v) {
71
- this.i.hs = stringToBrush(v);
72
- this._a("actualSelectedBackground", brushToString(this.i.hs));
71
+ this.i.ht = stringToBrush(v);
72
+ this._a("actualSelectedBackground", brushToString(this.i.ht));
73
73
  }
74
74
  /**
75
75
  * Gets or sets the text color for the summary labels.
76
76
  */
77
77
  get summaryLabelTextColor() {
78
- return brushToString(this.i.hw);
78
+ return brushToString(this.i.hx);
79
79
  }
80
80
  set summaryLabelTextColor(v) {
81
- this.i.hw = stringToBrush(v);
82
- this._a("summaryLabelTextColor", brushToString(this.i.hw));
81
+ this.i.hx = stringToBrush(v);
82
+ this._a("summaryLabelTextColor", brushToString(this.i.hx));
83
83
  }
84
84
  /**
85
85
  * Gets the actual text color for the summary labels.
86
86
  */
87
87
  get actualSummaryLabelTextColor() {
88
- return brushToString(this.i.ht);
88
+ return brushToString(this.i.hu);
89
89
  }
90
90
  set actualSummaryLabelTextColor(v) {
91
- this.i.ht = stringToBrush(v);
92
- this._a("actualSummaryLabelTextColor", brushToString(this.i.ht));
91
+ this.i.hu = stringToBrush(v);
92
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.hu));
93
93
  }
94
94
  /**
95
95
  * Gets or sets the text style for the summary labels.
@@ -110,41 +110,41 @@ export let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
110
110
  * Gets or sets the amount of left padding to use for the cell content for this column.
111
111
  */
112
112
  get paddingLeft() {
113
- return this.i.g8;
113
+ return this.i.g9;
114
114
  }
115
115
  set paddingLeft(v) {
116
- this.i.g8 = +v;
117
- this._a("paddingLeft", this.i.g8);
116
+ this.i.g9 = +v;
117
+ this._a("paddingLeft", this.i.g9);
118
118
  }
119
119
  /**
120
120
  * Gets or sets the amount of top padding to use for the cell content for this column.
121
121
  */
122
122
  get paddingTop() {
123
- return this.i.ha;
123
+ return this.i.hb;
124
124
  }
125
125
  set paddingTop(v) {
126
- this.i.ha = +v;
127
- this._a("paddingTop", this.i.ha);
126
+ this.i.hb = +v;
127
+ this._a("paddingTop", this.i.hb);
128
128
  }
129
129
  /**
130
130
  * Gets or sets the amount of right padding to use for the cell content of this column.
131
131
  */
132
132
  get paddingRight() {
133
- return this.i.g9;
133
+ return this.i.ha;
134
134
  }
135
135
  set paddingRight(v) {
136
- this.i.g9 = +v;
137
- this._a("paddingRight", this.i.g9);
136
+ this.i.ha = +v;
137
+ this._a("paddingRight", this.i.ha);
138
138
  }
139
139
  /**
140
140
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
141
141
  */
142
142
  get paddingBottom() {
143
- return this.i.g7;
143
+ return this.i.g8;
144
144
  }
145
145
  set paddingBottom(v) {
146
- this.i.g7 = +v;
147
- this._a("paddingBottom", this.i.g7);
146
+ this.i.g8 = +v;
147
+ this._a("paddingBottom", this.i.g8);
148
148
  }
149
149
  }
150
150
  IgcSummaryRowComponent._observedAttributesIgcSummaryRowComponent = null;
@@ -20,9 +20,9 @@ export class IgcTemplateCellInfo extends IgcCellInfo {
20
20
  * Sets or gets the value to provide to the template.
21
21
  */
22
22
  get value() {
23
- return this.i.ml;
23
+ return this.i.ny;
24
24
  }
25
25
  set value(v) {
26
- this.i.ml = v;
26
+ this.i.ny = v;
27
27
  }
28
28
  }
@@ -21,9 +21,9 @@ export class IgcTemplateHeaderCellInfo extends IgcTemplateCellInfo {
21
21
  * Sets or gets whether the filter UI should be visible in the header.
22
22
  */
23
23
  get isFilterUIVisible() {
24
- return this.i.mo;
24
+ return this.i.n1;
25
25
  }
26
26
  set isFilterUIVisible(v) {
27
- this.i.mo = ensureBool(v);
27
+ this.i.n1 = ensureBool(v);
28
28
  }
29
29
  }
@@ -20,9 +20,9 @@ export class IgcTextCellInfo extends IgcCellInfo {
20
20
  * Sets or gets the text value for the cell.
21
21
  */
22
22
  get textValue() {
23
- return this.i.ml;
23
+ return this.i.ny;
24
24
  }
25
25
  set textValue(v) {
26
- this.i.ml = v;
26
+ this.i.ny = v;
27
27
  }
28
28
  }
@@ -69,38 +69,38 @@ export let IgcTextColumnComponent = /*@__PURE__*/ (() => {
69
69
  * Gets or sets the editor type used for editing cells in this column.
70
70
  */
71
71
  get editorType() {
72
- return this.i.n5;
72
+ return this.i.o6;
73
73
  }
74
74
  set editorType(v) {
75
- this.i.n5 = ensureEnum(EditorType_$type, v);
76
- this._a("editorType", enumToString(EditorType_$type, this.i.n5));
75
+ this.i.o6 = ensureEnum(EditorType_$type, v);
76
+ this._a("editorType", enumToString(EditorType_$type, this.i.o6));
77
77
  }
78
78
  /**
79
79
  * Gets or sets the ComboBox data source.
80
80
  */
81
81
  get editorDataSource() {
82
- return this.i.n6;
82
+ return this.i.o7;
83
83
  }
84
84
  set editorDataSource(v) {
85
- this.i.n6 = v;
85
+ this.i.o7 = v;
86
86
  }
87
87
  /**
88
88
  * Gets or sets the ComboBox text field.
89
89
  */
90
90
  get editorTextField() {
91
- return this.i.n8;
91
+ return this.i.o9;
92
92
  }
93
93
  set editorTextField(v) {
94
- this.i.n8 = v;
94
+ this.i.o9 = v;
95
95
  }
96
96
  /**
97
97
  * Gets or sets the ComboBox value field.
98
98
  */
99
99
  get editorValueField() {
100
- return this.i.n9;
100
+ return this.i.pa;
101
101
  }
102
102
  set editorValueField(v) {
103
- this.i.n9 = v;
103
+ this.i.pa = v;
104
104
  }
105
105
  }
106
106
  IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
@@ -24,42 +24,42 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
24
24
  * Sets or gets whether the filter UI should be visible in the header.
25
25
  */
26
26
  get isColumnOptionsEnabled() {
27
- return this.i.mu;
27
+ return this.i.n7;
28
28
  }
29
29
  set isColumnOptionsEnabled(v) {
30
- this.i.mu = ensureBool(v);
30
+ this.i.n7 = ensureBool(v);
31
31
  }
32
32
  get sortIndicatorStyle() {
33
- return this.i.ms;
33
+ return this.i.n5;
34
34
  }
35
35
  set sortIndicatorStyle(v) {
36
- this.i.ms = ensureEnum(SortIndicatorStyle_$type, v);
36
+ this.i.n5 = ensureEnum(SortIndicatorStyle_$type, v);
37
37
  }
38
38
  /**
39
39
  * Gets or sets the alignment of the column options icon within the header cell.
40
40
  */
41
41
  get columnOptionsIconAlignment() {
42
- return this.i.mo;
42
+ return this.i.n1;
43
43
  }
44
44
  set columnOptionsIconAlignment(v) {
45
- this.i.mo = ensureEnum(ColumnOptionsIconAlignment_$type, v);
45
+ this.i.n1 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
46
46
  }
47
47
  /**
48
48
  * Gets or sets the color for the column options icon in the header.
49
49
  */
50
50
  get columnOptionsIconColor() {
51
- return brushToString(this.i.m6);
51
+ return brushToString(this.i.oj);
52
52
  }
53
53
  set columnOptionsIconColor(v) {
54
- this.i.m6 = stringToBrush(v);
54
+ this.i.oj = stringToBrush(v);
55
55
  }
56
56
  /**
57
57
  * Gets or sets how the column option icon will behave in the header.
58
58
  */
59
59
  get columnOptionsIconBehavior() {
60
- return this.i.mq;
60
+ return this.i.n3;
61
61
  }
62
62
  set columnOptionsIconBehavior(v) {
63
- this.i.mq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
63
+ this.i.n3 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
64
64
  }
65
65
  }
@@ -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';
@@ -52,7 +52,7 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
52
52
  else {
53
53
  b.setAttribute("aria-colindex", (a.l.a5 + 1).toString());
54
54
  }
55
- if (a.cq == 1) {
55
+ if (a.cy == 1) {
56
56
  b.setAttribute("aria-selected", "true");
57
57
  }
58
58
  else {
@@ -69,8 +69,8 @@ var AccessibilityRow = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  b.setAttribute("aria-sort", "none");
70
70
  }
71
71
  }
72
- if (a.a2) {
73
- b.setAttribute("aria-expanded", a.ba ? "true" : "false");
72
+ if (a.a6) {
73
+ b.setAttribute("aria-expanded", a.be ? "true" : "false");
74
74
  }
75
75
  };
76
76
  AccessibilityRow.prototype.h = function () {