igniteui-angular-data-grids 20.0.1-beta.0 → 20.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 (240) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10223 -8743
  2. package/bundles/igniteui-angular-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 +6925 -6539
  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 +335 -335
  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 +10 -10
  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 +8 -8
  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 +7 -7
  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/VerticalSeparatorCell.js +37 -37
  74. package/esm2015/lib/igx-cell-info.js +301 -190
  75. package/esm2015/lib/igx-checkbox-list-component.js +1 -1
  76. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  77. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  78. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  79. package/esm2015/lib/igx-data-grid-column-component.js +254 -115
  80. package/esm2015/lib/igx-data-grid-component.js +38 -5
  81. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  82. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  83. package/esm2015/lib/igx-definition-base-component.js +46 -45
  84. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  85. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  86. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  87. package/esm2015/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  88. package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
  89. package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
  90. package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -0
  91. package/esm2015/lib/igx-header-component.js +16 -16
  92. package/esm2015/lib/igx-image-cell-info.js +6 -6
  93. package/esm2015/lib/igx-image-column-component.js +10 -10
  94. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  95. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  96. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  97. package/esm2015/lib/igx-section-header-component.js +16 -16
  98. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  99. package/esm2015/lib/igx-summary-row-component.js +16 -16
  100. package/esm2015/lib/igx-template-cell-info.js +2 -2
  101. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  102. package/esm2015/lib/igx-text-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-column-component.js +8 -8
  104. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  105. package/esm2015/public_api.js +5 -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 +6754 -6269
  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 +10 -10
  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 +8 -8
  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 +7 -7
  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/VerticalSeparatorCell.js +37 -37
  177. package/esm5/lib/igx-cell-info.js +349 -190
  178. package/esm5/lib/igx-checkbox-list-component.js +1 -1
  179. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  180. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  181. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  182. package/esm5/lib/igx-data-grid-column-component.js +302 -115
  183. package/esm5/lib/igx-data-grid-component.js +42 -5
  184. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  185. package/esm5/lib/igx-date-time-column-component.js +20 -20
  186. package/esm5/lib/igx-definition-base-component.js +46 -45
  187. package/esm5/lib/igx-editor-cell-info.js +23 -23
  188. package/esm5/lib/igx-filter-cell-info.js +26 -26
  189. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  190. package/esm5/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
  191. package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
  192. package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
  193. package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -0
  194. package/esm5/lib/igx-header-component.js +16 -16
  195. package/esm5/lib/igx-image-cell-info.js +6 -6
  196. package/esm5/lib/igx-image-column-component.js +10 -10
  197. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  198. package/esm5/lib/igx-numeric-column-component.js +30 -30
  199. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igx-section-header-component.js +16 -16
  201. package/esm5/lib/igx-summary-cell-info.js +9 -9
  202. package/esm5/lib/igx-summary-row-component.js +16 -16
  203. package/esm5/lib/igx-template-cell-info.js +2 -2
  204. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  205. package/esm5/lib/igx-text-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-column-component.js +8 -8
  207. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  208. package/esm5/public_api.js +5 -0
  209. package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
  210. package/fesm5/igniteui-angular-data-grids.js +10219 -8745
  211. package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
  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/ImageCell.d.ts +20 -20
  219. package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
  220. package/lib/NumericCell.d.ts +2 -1
  221. package/lib/SectionHeaderCell.d.ts +4 -4
  222. package/lib/SummaryCell.d.ts +11 -11
  223. package/lib/TemplateCell.d.ts +6 -6
  224. package/lib/TemplateHeader.d.ts +3 -3
  225. package/lib/TemplateHeaderCell.d.ts +3 -3
  226. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  227. package/lib/TemplateSectionHeader.d.ts +2 -2
  228. package/lib/TextCell.d.ts +10 -8
  229. package/lib/TextCellDecoration.d.ts +26 -0
  230. package/lib/TextHeaderCell.d.ts +37 -35
  231. package/lib/VerticalSeparatorCell.d.ts +9 -9
  232. package/lib/igx-cell-info.d.ts +63 -0
  233. package/lib/igx-data-grid-column-component.d.ts +68 -2
  234. package/lib/igx-data-grid-component.d.ts +9 -2
  235. package/lib/igx-definition-base-component.d.ts +1 -1
  236. package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
  237. package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
  238. package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
  239. package/package.json +4 -4
  240. package/public_api.d.ts +5 -0
@@ -152,7 +152,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
152
152
  if (this.c != null && this.c.filterUIType != 0) {
153
153
  return false;
154
154
  }
155
- if (!this.column.jn) {
155
+ if (!this.column.js) {
156
156
  return false;
157
157
  }
158
158
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
@@ -291,7 +291,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
291
291
  c.add(h);
292
292
  }
293
293
  if (c.count == 1) {
294
- this.column.g1 = c._inner[0];
294
+ this.column.g2 = c._inner[0];
295
295
  }
296
296
  else {
297
297
  let i = new ColumnFilterConditionGroup();
@@ -299,9 +299,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
299
299
  for (let j of fromEnum(c)) {
300
300
  i.add(j);
301
301
  }
302
- this.column.g1 = i;
302
+ this.column.g2 = i;
303
303
  }
304
- this.column.m2("Filtered");
304
+ this.column.nx("Filtered");
305
305
  }
306
306
  provideClearFiltersSection(a) {
307
307
  this.bw.ah(a);
@@ -324,7 +324,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
324
324
  this.bw.ak(a);
325
325
  }
326
326
  cl() {
327
- this.column.g1 = null;
327
+ this.column.g2 = null;
328
328
  this.cv();
329
329
  }
330
330
  static bv(a, b) {
@@ -338,12 +338,12 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
338
338
  if (null == a) {
339
339
  return false;
340
340
  }
341
- return null != a.g1;
341
+ return null != a.g2;
342
342
  }
343
343
  co() {
344
344
  let a = this.column;
345
345
  let b = this.c;
346
- let c = (null != a) ? a.lp : null;
346
+ let c = (null != a) ? a.l5 : null;
347
347
  let d = null;
348
348
  let e = null;
349
349
  if (b != null) {
@@ -403,7 +403,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
403
403
  }
404
404
  cv() {
405
405
  let a = this.column;
406
- let b = (null != a) ? a.lp : null;
406
+ let b = (null != a) ? a.l5 : null;
407
407
  let c = true;
408
408
  let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
409
409
  let e = this.b4();
@@ -448,8 +448,8 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
448
448
  if (null == b) {
449
449
  return a;
450
450
  }
451
- if (null != b.g1) {
452
- let c = GridColumnFilterOptions.cm(b.g1, a);
451
+ if (null != b.g2) {
452
+ let c = GridColumnFilterOptions.cm(b.g2, a);
453
453
  a = c.p1;
454
454
  }
455
455
  return a;
@@ -118,7 +118,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
118
118
  if (null == this.c) {
119
119
  return false;
120
120
  }
121
- return this.column.jc;
121
+ return this.column.jh;
122
122
  }
123
123
  bj(a, b) {
124
124
  if (null != a) {
@@ -159,7 +159,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
159
159
  if (null != a) {
160
160
  let c = a.grid;
161
161
  if (null != c) {
162
- let d = a.lp;
162
+ let d = a.l5;
163
163
  let e = c.groupDescriptions.j;
164
164
  for (let f = 0; f < e.count; f++) {
165
165
  let g = e.item(f);
@@ -184,13 +184,13 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
184
184
  let a = this.c;
185
185
  let b = this.column;
186
186
  if (null != a && null != b) {
187
- let c = new ColumnGroupDescription(1, b.lp);
188
- let d = b.hr;
187
+ let c = new ColumnGroupDescription(1, b.l5);
188
+ let d = b.hs;
189
189
  let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
190
190
  c.c = e;
191
191
  a.groupDescriptions.g(c);
192
- b.hr = 0;
193
- b.m2("Grouped");
192
+ b.hs = 0;
193
+ b.nx("Grouped");
194
194
  }
195
195
  }
196
196
  b8() {
@@ -201,7 +201,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
201
201
  let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
202
202
  if (c != -1) {
203
203
  a.groupDescriptions.d(c);
204
- b.m2("Grouped");
204
+ b.nx("Grouped");
205
205
  }
206
206
  }
207
207
  }
@@ -132,15 +132,15 @@ export let GridColumnHideOptions = /*@__PURE__*/ (() => {
132
132
  get b3() {
133
133
  let a = this.column;
134
134
  if (null != a) {
135
- return a.jp;
135
+ return a.ju;
136
136
  }
137
137
  return false;
138
138
  }
139
139
  set b3(a) {
140
140
  let b = this.column;
141
141
  if (null != b) {
142
- b.jp = a;
143
- b.m2("Hidden");
142
+ b.ju = a;
143
+ b.nx("Hidden");
144
144
  }
145
145
  }
146
146
  get b2() {
@@ -265,7 +265,7 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
265
265
  }
266
266
  let d = c.actualColumns;
267
267
  let e = d.indexOf(b);
268
- b.m2("Moved");
268
+ b.nx("Moved");
269
269
  if (a) {
270
270
  c.moveColumnLeft(e);
271
271
  }
@@ -297,7 +297,7 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
297
297
  }
298
298
  get dx() {
299
299
  let a = this.column;
300
- return (null != a) ? a.k4 : "(No column selected)";
300
+ return (null != a) ? a.lk : "(No column selected)";
301
301
  }
302
302
  get ci() {
303
303
  if (null == this.ch) {
@@ -210,7 +210,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
210
210
  }
211
211
  a6() {
212
212
  let a = this.column;
213
- this.b3 = a != null ? a.im : 0;
213
+ this.b3 = a != null ? a.io : 0;
214
214
  super.a6();
215
215
  }
216
216
  a7(a, b) {
@@ -221,7 +221,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
221
221
  }
222
222
  switch (b.propertyName) {
223
223
  case "Pinned":
224
- this.b3 = c != null ? c.im : 0;
224
+ this.b3 = c != null ? c.io : 0;
225
225
  this.b2.m();
226
226
  break;
227
227
  }
@@ -238,7 +238,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
238
238
  get b4() {
239
239
  let a = this.column;
240
240
  if (null != a) {
241
- return a.im;
241
+ return a.io;
242
242
  }
243
243
  return this.b3;
244
244
  }
@@ -248,7 +248,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
248
248
  let c = this.column;
249
249
  if (null != b && null != c) {
250
250
  b.pinColumn(c, this.b3);
251
- c.m2("Pinned");
251
+ c.nx("Pinned");
252
252
  }
253
253
  }
254
254
  get b2() {
@@ -249,7 +249,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
249
249
  let d = GridColumnOptionsUtilities.a(c.c);
250
250
  return d;
251
251
  }
252
- return a.hr;
252
+ return a.hs;
253
253
  }
254
254
  return 0;
255
255
  }
@@ -268,7 +268,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
268
268
  }
269
269
  return;
270
270
  }
271
- b.hr = a;
271
+ b.hs = a;
272
272
  }
273
273
  }
274
274
  }
@@ -129,7 +129,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
129
129
  if (this.c == null || this.column == null) {
130
130
  return false;
131
131
  }
132
- return this.column.jd && this.c.summaryScope != 3;
132
+ return this.column.ji && this.c.summaryScope != 3;
133
133
  }
134
134
  be(a, b, c) {
135
135
  super.be(a, b, c);
@@ -159,7 +159,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
159
159
  if (this.bw != null) {
160
160
  let a = this.bw.a();
161
161
  for (let b = 0; b < a.length; b++) {
162
- let c = new ColumnSummaryDescription(1, this.column.lp);
162
+ let c = new ColumnSummaryDescription(1, this.column.l5);
163
163
  switch (a[b]) {
164
164
  case "avg":
165
165
  c.i = 3;
@@ -179,7 +179,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
179
179
  }
180
180
  for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
181
181
  let e = this.c.summaryDescriptions.j.item(d);
182
- if (e.ah == this.column.lp && e.i == c.i) {
182
+ if (e.ah == this.column.l5 && e.i == c.i) {
183
183
  this.c.summaryDescriptions.j.removeAt(d);
184
184
  d--;
185
185
  }
@@ -187,7 +187,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
187
187
  }
188
188
  let f = this.bw.b();
189
189
  for (let g = 0; g < f.length; g++) {
190
- let h = new ColumnSummaryDescription(1, this.column.lp);
190
+ let h = new ColumnSummaryDescription(1, this.column.l5);
191
191
  switch (f[g]) {
192
192
  case "avg":
193
193
  h.i = 3;
@@ -208,14 +208,14 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
208
208
  let i = false;
209
209
  for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
210
210
  let k = this.c.summaryDescriptions.j.item(j);
211
- if (k.ah == this.column.lp && k.i == h.i) {
211
+ if (k.ah == this.column.l5 && k.i == h.i) {
212
212
  i = true;
213
213
  break;
214
214
  }
215
215
  }
216
216
  if (!i) {
217
217
  this.c.summaryDescriptions.j.add(h);
218
- this.column.m2("Summed");
218
+ this.column.nx("Summed");
219
219
  }
220
220
  }
221
221
  }
@@ -234,7 +234,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
234
234
  this.b7 = 0;
235
235
  for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
236
236
  let b = this.c.summaryDescriptions.j.item(a);
237
- if (b.ah == this.column.lp) {
237
+ if (b.ah == this.column.l5) {
238
238
  switch (b.i) {
239
239
  case 3:
240
240
  this.bw.a4("avg", true);
@@ -12,20 +12,8 @@ export let GridConditionFilterStringErrorsParsingEventArgs = /*@__PURE__*/ (() =
12
12
  class GridConditionFilterStringErrorsParsingEventArgs extends Base {
13
13
  constructor() {
14
14
  super();
15
- this._propertyName = null;
16
- this._errors = null;
17
- }
18
- get propertyName() {
19
- return this._propertyName;
20
- }
21
- set propertyName(a) {
22
- this._propertyName = a;
23
- }
24
- get errors() {
25
- return this._errors;
26
- }
27
- set errors(a) {
28
- this._errors = a;
15
+ this.b = null;
16
+ this.a = null;
29
17
  }
30
18
  }
31
19
  GridConditionFilterStringErrorsParsingEventArgs.$t = markType(GridConditionFilterStringErrorsParsingEventArgs, 'GridConditionFilterStringErrorsParsingEventArgs');
@@ -0,0 +1,26 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { Base, markType } from "igniteui-angular-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let GridConditionalStyleFontInfo = /*@__PURE__*/ (() => {
12
+ class GridConditionalStyleFontInfo extends Base {
13
+ constructor() {
14
+ super(...arguments);
15
+ this.a = null;
16
+ }
17
+ get textStyle() {
18
+ return this.a;
19
+ }
20
+ set textStyle(a) {
21
+ this.a = a;
22
+ }
23
+ }
24
+ GridConditionalStyleFontInfo.$t = markType(GridConditionalStyleFontInfo, 'GridConditionalStyleFontInfo');
25
+ return GridConditionalStyleFontInfo;
26
+ })();
@@ -527,8 +527,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
527
527
  if (this.filterStringErrorsParsing != null) {
528
528
  this.filterStringErrorsParsing(this, ((() => {
529
529
  let $ret = new GridConditionFilterStringErrorsParsingEventArgs();
530
- $ret.propertyName = "InputValueExpressionString";
531
- $ret.errors = a.errors;
530
+ $ret.b = "InputValueExpressionString";
531
+ $ret.a = a.errors;
532
532
  return $ret;
533
533
  })()));
534
534
  }
@@ -550,8 +550,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
550
550
  if (this.filterStringErrorsParsing != null) {
551
551
  this.filterStringErrorsParsing(this, ((() => {
552
552
  let $ret = new GridConditionFilterStringErrorsParsingEventArgs();
553
- $ret.propertyName = "MinimumInputValueExpressionString";
554
- $ret.errors = a.errors;
553
+ $ret.b = "MinimumInputValueExpressionString";
554
+ $ret.a = a.errors;
555
555
  return $ret;
556
556
  })()));
557
557
  }
@@ -573,8 +573,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
573
573
  if (this.filterStringErrorsParsing != null) {
574
574
  this.filterStringErrorsParsing(this, ((() => {
575
575
  let $ret = new GridConditionFilterStringErrorsParsingEventArgs();
576
- $ret.propertyName = "MaximumInputValueExpressionString";
577
- $ret.errors = a.errors;
576
+ $ret.b = "MaximumInputValueExpressionString";
577
+ $ret.a = a.errors;
578
578
  return $ret;
579
579
  })()));
580
580
  }
@@ -596,8 +596,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
596
596
  if (this.filterStringErrorsParsing != null) {
597
597
  this.filterStringErrorsParsing(this, ((() => {
598
598
  let $ret = new GridConditionFilterStringErrorsParsingEventArgs();
599
- $ret.propertyName = "SumInputValueExpressionString";
600
- $ret.errors = a.errors;
599
+ $ret.b = "SumInputValueExpressionString";
600
+ $ret.a = a.errors;
601
601
  return $ret;
602
602
  })()));
603
603
  }
@@ -35,7 +35,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
35
35
  let column_ = TypeRegistrar.create("IgxTextColumnComponent");
36
36
  let b = (column_._implementation);
37
37
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
38
- b.lp = a;
38
+ b.l5 = a;
39
39
  return b;
40
40
  }
41
41
  return null;
@@ -45,7 +45,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
45
45
  let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
46
46
  let b = (column_._implementation);
47
47
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
48
- b.lp = a;
48
+ b.l5 = a;
49
49
  return b;
50
50
  }
51
51
  return null;
@@ -55,7 +55,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
55
55
  let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
56
56
  let b = (column_._implementation);
57
57
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
58
- b.lp = a;
58
+ b.l5 = a;
59
59
  return b;
60
60
  }
61
61
  return null;
@@ -65,7 +65,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
65
65
  let column_ = TypeRegistrar.create("IgxImageColumnComponent");
66
66
  let b = (column_._implementation);
67
67
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
68
- b.lp = a;
68
+ b.l5 = a;
69
69
  return b;
70
70
  }
71
71
  return null;
@@ -75,7 +75,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
75
75
  let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
76
76
  let b = (column_._implementation);
77
77
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
78
- b.lp = a;
78
+ b.l5 = a;
79
79
  return b;
80
80
  }
81
81
  return null;
@@ -85,7 +85,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
85
85
  let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
86
86
  let b = (column_._implementation);
87
87
  let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
88
- b.lp = a;
88
+ b.l5 = a;
89
89
  return b;
90
90
  }
91
91
  return null;
@@ -499,9 +499,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
499
499
  }
500
500
  if (this.n != null) {
501
501
  if (this.n.grid != null) {
502
- this.n.grid.va();
502
+ this.n.grid.vd();
503
503
  }
504
- this.n.mz();
504
+ this.n.nu();
505
505
  }
506
506
  if (this.dialogOpening != null) {
507
507
  let c = new GridFilterDialogOpeningEventArgs();
@@ -195,7 +195,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
195
195
  }
196
196
  static get a7() {
197
197
  if (GridStyleRepository.ac == null) {
198
- let a = "#f3f9fe";
198
+ let a = "#e8f4fe";
199
199
  GridStyleRepository.ac = ((() => {
200
200
  let $ret = new Brush();
201
201
  $ret.color = Color.u(255, 232, 244, 254);
@@ -14,103 +14,103 @@ export let ImageCell = /*@__PURE__*/ (() => {
14
14
  class ImageCell extends GridCellBase {
15
15
  constructor(a) {
16
16
  super(a);
17
- this.cq = null;
18
- this.ck = 1;
19
- this.cl = 3;
20
- this.cs = null;
21
- this.cm = false;
22
- this.cn = 1;
23
- this.cp = null;
24
- this.cq = a.createElement("img");
25
- this.cq.listen("load", runOn(this, this.cv));
26
- this.cp = a.createElement("div");
27
- this.cp.setRawStyleProperty("background-size", "contain");
28
- this.cp.setRawStyleProperty("background-repeat", "no-repeat");
29
- this.cp.setRawStyleProperty("background-position", "center");
30
- this.cp.setRawStyleProperty("width", "100%");
31
- this.cp.setRawStyleProperty("height", "100%");
32
- this.ah.setRawStyleProperty("text-align", "left");
33
- this.ah.setRawStyleProperty("vertical-align", "middle");
34
- this.ah.append(this.cp);
17
+ this.dy = null;
18
+ this.ds = 1;
19
+ this.dt = 3;
20
+ this.d0 = null;
21
+ this.du = false;
22
+ this.dv = 1;
23
+ this.dx = null;
24
+ this.dy = a.createElement("img");
25
+ this.dy.listen("load", runOn(this, this.d3));
26
+ this.dx = a.createElement("div");
27
+ this.dx.setRawStyleProperty("background-size", "contain");
28
+ this.dx.setRawStyleProperty("background-repeat", "no-repeat");
29
+ this.dx.setRawStyleProperty("background-position", "center");
30
+ this.dx.setRawStyleProperty("width", "100%");
31
+ this.dx.setRawStyleProperty("height", "100%");
32
+ this.ap.setRawStyleProperty("text-align", "left");
33
+ this.ap.setRawStyleProperty("vertical-align", "middle");
34
+ this.ap.append(this.dx);
35
35
  }
36
- get cr() {
37
- return this.cq;
36
+ get dz() {
37
+ return this.dy;
38
38
  }
39
- get co() {
40
- return this.cn;
39
+ get dw() {
40
+ return this.dv;
41
41
  }
42
- set co(a) {
43
- this.cn = a;
42
+ set dw(a) {
43
+ this.dv = a;
44
44
  }
45
- cv(a) {
46
- this.cm = false;
47
- if (!stringIsNullOrEmpty(this.cs)) {
48
- this.cp.setRawStyleProperty("opacity", "1");
49
- this.cp.setRawStyleProperty("background-image", "url(" + this.cs + ")");
45
+ d3(a) {
46
+ this.du = false;
47
+ if (!stringIsNullOrEmpty(this.d0)) {
48
+ this.dx.setRawStyleProperty("opacity", "1");
49
+ this.dx.setRawStyleProperty("background-image", "url(" + this.d0 + ")");
50
50
  }
51
51
  }
52
- cw(a, b) {
53
- if (a == this.cs) {
52
+ d4(a, b) {
53
+ if (a == this.d0) {
54
54
  return;
55
55
  }
56
- this.ct();
57
- this.cp.setRawStyleProperty("opacity", "0");
56
+ this.d1();
57
+ this.dx.setRawStyleProperty("opacity", "0");
58
58
  if (a == null || a.length == 0) {
59
- this.cu(this.cq);
59
+ this.d2(this.dy);
60
60
  return;
61
61
  }
62
- if (Base.equalsStatic(a, this.cs)) {
62
+ if (Base.equalsStatic(a, this.d0)) {
63
63
  return;
64
64
  }
65
- this.c0(a, b);
66
- let img_ = this.cq.getNativeElement();
65
+ this.d8(a, b);
66
+ let img_ = this.dy.getNativeElement();
67
67
  if (img_ != null && (img_.complete)) {
68
- this.cm = false;
69
- this.cq.setRawStyleProperty("opacity", "1");
70
- this.cp.setRawStyleProperty("background-image", "url(" + this.cs + ")");
68
+ this.du = false;
69
+ this.dy.setRawStyleProperty("opacity", "1");
70
+ this.dx.setRawStyleProperty("background-image", "url(" + this.d0 + ")");
71
71
  }
72
72
  }
73
- cu(a) {
73
+ d2(a) {
74
74
  a.setAttribute("src", "");
75
- this.cp.setRawStyleProperty("background-image", "");
75
+ this.dx.setRawStyleProperty("background-image", "");
76
76
  }
77
- cz(a) {
77
+ d7(a) {
78
78
  switch (a) {
79
79
  case 1:
80
- this.cp.setRawStyleProperty("background-size", "100% 100%");
80
+ this.dx.setRawStyleProperty("background-size", "100% 100%");
81
81
  break;
82
82
  case 2:
83
- this.cp.setRawStyleProperty("background-size", "auto");
83
+ this.dx.setRawStyleProperty("background-size", "auto");
84
84
  break;
85
85
  case 0:
86
- this.cp.setRawStyleProperty("background-size", "contain");
86
+ this.dx.setRawStyleProperty("background-size", "contain");
87
87
  break;
88
88
  }
89
89
  }
90
- c0(a, b) {
91
- this.cm = true;
92
- this.cs = a;
93
- this.cr.setAttribute("src", a);
90
+ d8(a, b) {
91
+ this.du = true;
92
+ this.d0 = a;
93
+ this.dz.setAttribute("src", a);
94
94
  }
95
- ct() {
96
- if (this.cm) {
97
- this.cu(this.cq);
98
- this.cs = "";
95
+ d1() {
96
+ if (this.du) {
97
+ this.d2(this.dy);
98
+ this.d0 = "";
99
99
  }
100
100
  }
101
- cx(a) {
102
- this.ck = a;
101
+ d5(a) {
102
+ this.ds = a;
103
103
  }
104
- cy(a) {
105
- this.cl = a;
104
+ d6(a) {
105
+ this.dt = a;
106
106
  }
107
- get_z() {
107
+ get_ae() {
108
108
  return true;
109
109
  }
110
- bs(a, b, c) {
111
- super.bs(a, b, c);
110
+ ch(a, b, c) {
111
+ super.ch(a, b, c);
112
112
  if (a == "Indent" || a == "IsCollapsable") {
113
- this.cp.setRawStyleProperty("margin-left", this.a3 + this.a5 + this.a4 + "px");
113
+ this.dx.setRawStyleProperty("margin-left", this.bb + this.bd + this.bc + "px");
114
114
  }
115
115
  }
116
116
  }