igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  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/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  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/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -207,32 +207,64 @@ export let IgxDataGridToolbarComponent = /*@__PURE__*/ (() => {
207
207
  }
208
208
  set borderWidthBottom(v) {
209
209
  this.ensureBorderWidth();
210
- this.i.bi.bottom = +v;
211
- this.i.bi = this.i.bi;
210
+ const __nv = +v;
211
+ if (this.i.bi.bottom === __nv) {
212
+ return;
213
+ }
214
+ const __copy = new Thickness(2);
215
+ __copy.bottom = __nv;
216
+ __copy.left = this.i.bi.left;
217
+ __copy.right = this.i.bi.right;
218
+ __copy.top = this.i.bi.top;
219
+ this.i.bi = __copy;
212
220
  }
213
221
  get borderWidthLeft() {
214
222
  return this.i.bi ? this.i.bi.left : NaN;
215
223
  }
216
224
  set borderWidthLeft(v) {
217
225
  this.ensureBorderWidth();
218
- this.i.bi.left = +v;
219
- this.i.bi = this.i.bi;
226
+ const __nv = +v;
227
+ if (this.i.bi.left === __nv) {
228
+ return;
229
+ }
230
+ const __copy = new Thickness(2);
231
+ __copy.left = __nv;
232
+ __copy.bottom = this.i.bi.bottom;
233
+ __copy.right = this.i.bi.right;
234
+ __copy.top = this.i.bi.top;
235
+ this.i.bi = __copy;
220
236
  }
221
237
  get borderWidthRight() {
222
238
  return this.i.bi ? this.i.bi.right : NaN;
223
239
  }
224
240
  set borderWidthRight(v) {
225
241
  this.ensureBorderWidth();
226
- this.i.bi.right = +v;
227
- this.i.bi = this.i.bi;
242
+ const __nv = +v;
243
+ if (this.i.bi.right === __nv) {
244
+ return;
245
+ }
246
+ const __copy = new Thickness(2);
247
+ __copy.right = __nv;
248
+ __copy.bottom = this.i.bi.bottom;
249
+ __copy.left = this.i.bi.left;
250
+ __copy.top = this.i.bi.top;
251
+ this.i.bi = __copy;
228
252
  }
229
253
  get borderWidthTop() {
230
254
  return this.i.bi ? this.i.bi.top : NaN;
231
255
  }
232
256
  set borderWidthTop(v) {
233
257
  this.ensureBorderWidth();
234
- this.i.bi.top = +v;
235
- this.i.bi = this.i.bi;
258
+ const __nv = +v;
259
+ if (this.i.bi.top === __nv) {
260
+ return;
261
+ }
262
+ const __copy = new Thickness(2);
263
+ __copy.top = __nv;
264
+ __copy.bottom = this.i.bi.bottom;
265
+ __copy.left = this.i.bi.left;
266
+ __copy.right = this.i.bi.right;
267
+ this.i.bi = __copy;
236
268
  }
237
269
  ensureBorderWidth() {
238
270
  if (this.i.bi) {
@@ -22,56 +22,56 @@ export class IgxDateTimeCellInfo extends IgxCellInfo {
22
22
  * Sets or gets the DateTime value for the cell.
23
23
  */
24
24
  get dateTimeValue() {
25
- return this.i.oj;
25
+ return this.i.om;
26
26
  }
27
27
  set dateTimeValue(v) {
28
- this.i.oj = v;
28
+ this.i.om = v;
29
29
  }
30
30
  /**
31
31
  * The format string to apply to the value
32
32
  */
33
33
  get formatStringOverride() {
34
- return this.i.o0;
34
+ return this.i.o3;
35
35
  }
36
36
  set formatStringOverride(v) {
37
- this.i.o0 = v;
37
+ this.i.o3 = v;
38
38
  }
39
39
  get formatSpecifiers() {
40
- return this.i.oa;
40
+ return this.i.od;
41
41
  }
42
42
  set formatSpecifiers(v) {
43
43
  if (v && !Array.isArray(v) && typeof (v) == "string") {
44
44
  const re = /\s*(?:,|\s|$)\s*/gm;
45
45
  v = v.split(re);
46
46
  }
47
- this.i.oa = v;
47
+ this.i.od = v;
48
48
  }
49
49
  /**
50
50
  * The format options to apply to the value
51
51
  */
52
52
  get formatOverride() {
53
- return this.i.ot;
53
+ return this.i.ow;
54
54
  }
55
55
  set formatOverride(v) {
56
- this.i.ot = v;
56
+ this.i.ow = v;
57
57
  }
58
58
  /**
59
59
  * Sets or gets the simple DateTimeFormat to use for the cell.
60
60
  */
61
61
  get dateTimeFormat() {
62
- return this.i.of;
62
+ return this.i.oi;
63
63
  }
64
64
  set dateTimeFormat(v) {
65
- this.i.of = ensureEnum(DateTimeFormats_$type, v);
65
+ this.i.oi = ensureEnum(DateTimeFormats_$type, v);
66
66
  }
67
67
  /**
68
68
  * Sets or gets whether the value to use is a DateTimeOffset value.
69
69
  */
70
70
  get isOffsetValue() {
71
- return this.i.oh;
71
+ return this.i.ok;
72
72
  }
73
73
  set isOffsetValue(v) {
74
- this.i.oh = ensureBool(v);
74
+ this.i.ok = ensureBool(v);
75
75
  }
76
76
  findByName(name) {
77
77
  var baseResult = super.findByName(name);
@@ -41,92 +41,92 @@ export let IgxDateTimeColumnComponent = /*@__PURE__*/ (() => {
41
41
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
42
42
  */
43
43
  get dateTimeFormat() {
44
- return this.i.sj;
44
+ return this.i.s5;
45
45
  }
46
46
  set dateTimeFormat(v) {
47
- this.i.sj = ensureEnum(DateTimeFormats_$type, v);
47
+ this.i.s5 = ensureEnum(DateTimeFormats_$type, v);
48
48
  }
49
49
  /**
50
50
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
51
51
  */
52
52
  get formatString() {
53
- return this.i.s1;
53
+ return this.i.tn;
54
54
  }
55
55
  set formatString(v) {
56
- this.i.s1 = v;
56
+ this.i.tn = v;
57
57
  }
58
58
  /**
59
59
  * Gets or sets the format string to use when editing dates.
60
60
  */
61
61
  get editorFormatString() {
62
- return this.i.su;
62
+ return this.i.tg;
63
63
  }
64
64
  set editorFormatString(v) {
65
- this.i.su = v;
65
+ this.i.tg = v;
66
66
  }
67
67
  get formatSpecifiers() {
68
- return this.i.sf;
68
+ return this.i.s1;
69
69
  }
70
70
  set formatSpecifiers(v) {
71
71
  if (v && !Array.isArray(v) && typeof (v) == "string") {
72
72
  const re = /\s*(?:,|\s|$)\s*/gm;
73
73
  v = v.split(re);
74
74
  }
75
- this.i.sf = v;
75
+ this.i.s1 = v;
76
76
  }
77
77
  /**
78
78
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
79
79
  */
80
80
  get formatOverride() {
81
- return this.i.sq;
81
+ return this.i.tc;
82
82
  }
83
83
  set formatOverride(v) {
84
- this.i.sq = v;
84
+ this.i.tc = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
88
88
  */
89
89
  get showTodayButton() {
90
- return this.i.sm;
90
+ return this.i.s8;
91
91
  }
92
92
  set showTodayButton(v) {
93
- this.i.sm = ensureBool(v);
93
+ this.i.s8 = ensureBool(v);
94
94
  }
95
95
  /**
96
96
  * Gets or sets the editor type used for editing cells in this column.
97
97
  */
98
98
  get editorType() {
99
- return this.i.sk;
99
+ return this.i.s6;
100
100
  }
101
101
  set editorType(v) {
102
- this.i.sk = ensureEnum(EditorType_$type, v);
102
+ this.i.s6 = ensureEnum(EditorType_$type, v);
103
103
  }
104
104
  /**
105
105
  * Gets or sets the ComboBox data source.
106
106
  */
107
107
  get editorDataSource() {
108
- return this.i.sp;
108
+ return this.i.tb;
109
109
  }
110
110
  set editorDataSource(v) {
111
- this.i.sp = v;
111
+ this.i.tb = v;
112
112
  }
113
113
  /**
114
114
  * Gets or sets the ComboBox text field.
115
115
  */
116
116
  get editorTextField() {
117
- return this.i.sw;
117
+ return this.i.ti;
118
118
  }
119
119
  set editorTextField(v) {
120
- this.i.sw = v;
120
+ this.i.ti = v;
121
121
  }
122
122
  /**
123
123
  * Gets or sets the ComboBox value field.
124
124
  */
125
125
  get editorValueField() {
126
- return this.i.sx;
126
+ return this.i.tj;
127
127
  }
128
128
  set editorValueField(v) {
129
- this.i.sx = v;
129
+ this.i.tj = v;
130
130
  }
131
131
  findByName(name) {
132
132
  var baseResult = super.findByName(name);
@@ -172,10 +172,10 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
172
172
  * Gets or sets the background color to use.
173
173
  */
174
174
  get background() {
175
- return brushToString(this.i.gh);
175
+ return brushToString(this.i.gi);
176
176
  }
177
177
  set background(v) {
178
- this.i.gh = stringToBrush(v);
178
+ this.i.gi = stringToBrush(v);
179
179
  }
180
180
  get actualConditionalStyles() {
181
181
  if (!this._actualConditionalStyles) {
@@ -216,37 +216,37 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
216
216
  * Gets or sets the background color to use.
217
217
  */
218
218
  get border() {
219
- return brushToString(this.i.gk);
219
+ return brushToString(this.i.gl);
220
220
  }
221
221
  set border(v) {
222
- this.i.gk = stringToBrush(v);
222
+ this.i.gl = stringToBrush(v);
223
223
  }
224
224
  /**
225
225
  * Gets or sets the background color to use.
226
226
  */
227
227
  get activationBorder() {
228
- return brushToString(this.i.f6);
228
+ return brushToString(this.i.f7);
229
229
  }
230
230
  set activationBorder(v) {
231
- this.i.f6 = stringToBrush(v);
231
+ this.i.f7 = stringToBrush(v);
232
232
  }
233
233
  /**
234
234
  * Gets or sets the error border color to use.
235
235
  */
236
236
  get errorBorder() {
237
- return brushToString(this.i.gl);
237
+ return brushToString(this.i.gm);
238
238
  }
239
239
  set errorBorder(v) {
240
- this.i.gl = stringToBrush(v);
240
+ this.i.gm = stringToBrush(v);
241
241
  }
242
242
  /**
243
243
  * Gets the actual border color that will be used.
244
244
  */
245
245
  get actualBorder() {
246
- return brushToString(this.i.gb);
246
+ return brushToString(this.i.gc);
247
247
  }
248
248
  set actualBorder(v) {
249
- this.i.gb = stringToBrush(v);
249
+ this.i.gc = stringToBrush(v);
250
250
  }
251
251
  /**
252
252
  * Gets or sets the amount of left border to use for the cell content for this column.
@@ -348,82 +348,82 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
348
348
  * Gets the actual background color that will be used.
349
349
  */
350
350
  get actualBackground() {
351
- return brushToString(this.i.f8);
351
+ return brushToString(this.i.f9);
352
352
  }
353
353
  set actualBackground(v) {
354
- this.i.f8 = stringToBrush(v);
354
+ this.i.f9 = stringToBrush(v);
355
355
  }
356
356
  /**
357
357
  * Gets the actual background color that will be used.
358
358
  */
359
359
  get actualActivationBorder() {
360
- return brushToString(this.i.f7);
360
+ return brushToString(this.i.f8);
361
361
  }
362
362
  set actualActivationBorder(v) {
363
- this.i.f7 = stringToBrush(v);
363
+ this.i.f8 = stringToBrush(v);
364
364
  }
365
365
  /**
366
366
  * Gets the actual error border color that will be used.
367
367
  */
368
368
  get actualErrorBorder() {
369
- return brushToString(this.i.gc);
369
+ return brushToString(this.i.gd);
370
370
  }
371
371
  set actualErrorBorder(v) {
372
- this.i.gc = stringToBrush(v);
372
+ this.i.gd = stringToBrush(v);
373
373
  }
374
374
  /**
375
375
  * Gets or sets the background color for content that sticks to the top of the grid.
376
376
  */
377
377
  get stickyRowBackground() {
378
- return brushToString(this.i.g0);
378
+ return brushToString(this.i.g1);
379
379
  }
380
380
  set stickyRowBackground(v) {
381
- this.i.g0 = stringToBrush(v);
381
+ this.i.g1 = stringToBrush(v);
382
382
  }
383
383
  /**
384
384
  * Gets the actual background color for content that sticks to the top of the grid.
385
385
  */
386
386
  get actualStickyRowBackground() {
387
- return brushToString(this.i.gf);
387
+ return brushToString(this.i.gg);
388
388
  }
389
389
  set actualStickyRowBackground(v) {
390
- this.i.gf = stringToBrush(v);
390
+ this.i.gg = stringToBrush(v);
391
391
  }
392
392
  /**
393
393
  * Gets or sets the background color for cells belonging to rows marked as pinned.
394
394
  */
395
395
  get pinnedRowBackground() {
396
- return brushToString(this.i.gz);
396
+ return brushToString(this.i.g0);
397
397
  }
398
398
  set pinnedRowBackground(v) {
399
- this.i.gz = stringToBrush(v);
399
+ this.i.g0 = stringToBrush(v);
400
400
  }
401
401
  /**
402
402
  * Gets the actual background color for cells belonging to rows marked as pinned.
403
403
  */
404
404
  get actualPinnedRowBackground() {
405
- return brushToString(this.i.ge);
405
+ return brushToString(this.i.gf);
406
406
  }
407
407
  set actualPinnedRowBackground(v) {
408
- this.i.ge = stringToBrush(v);
408
+ this.i.gf = stringToBrush(v);
409
409
  }
410
410
  /**
411
411
  * Gets or sets the color for the last row in the sticky row area.
412
412
  */
413
413
  get lastStickyRowBackground() {
414
- return brushToString(this.i.gy);
414
+ return brushToString(this.i.gz);
415
415
  }
416
416
  set lastStickyRowBackground(v) {
417
- this.i.gy = stringToBrush(v);
417
+ this.i.gz = stringToBrush(v);
418
418
  }
419
419
  /**
420
420
  * Gets the actual color for the last row in the sticky row area.
421
421
  */
422
422
  get actualLastStickyRowBackground() {
423
- return brushToString(this.i.gd);
423
+ return brushToString(this.i.ge);
424
424
  }
425
425
  set actualLastStickyRowBackground(v) {
426
- this.i.gd = stringToBrush(v);
426
+ this.i.ge = stringToBrush(v);
427
427
  }
428
428
  /**
429
429
  * Gets or sets the opacity of the content.
@@ -474,19 +474,19 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
474
474
  * Gets or sets the color to use for displaying text.
475
475
  */
476
476
  get textColor() {
477
- return brushToString(this.i.g1);
477
+ return brushToString(this.i.g2);
478
478
  }
479
479
  set textColor(v) {
480
- this.i.g1 = stringToBrush(v);
480
+ this.i.g2 = stringToBrush(v);
481
481
  }
482
482
  /**
483
483
  * Gets the actual color used for displaying text.
484
484
  */
485
485
  get actualTextColor() {
486
- return brushToString(this.i.gg);
486
+ return brushToString(this.i.gh);
487
487
  }
488
488
  set actualTextColor(v) {
489
- this.i.gg = stringToBrush(v);
489
+ this.i.gh = stringToBrush(v);
490
490
  }
491
491
  /**
492
492
  * Gets or sets whether the bar is supported.
@@ -501,37 +501,37 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
501
501
  * Gets or sets the color to use for value bars.
502
502
  */
503
503
  get barBackground() {
504
- return brushToString(this.i.gi);
504
+ return brushToString(this.i.gj);
505
505
  }
506
506
  set barBackground(v) {
507
- this.i.gi = stringToBrush(v);
507
+ this.i.gj = stringToBrush(v);
508
508
  }
509
509
  /**
510
510
  * Gets the actual color used for value bars.
511
511
  */
512
512
  get actualBarBackground() {
513
- return brushToString(this.i.f9);
513
+ return brushToString(this.i.ga);
514
514
  }
515
515
  set actualBarBackground(v) {
516
- this.i.f9 = stringToBrush(v);
516
+ this.i.ga = stringToBrush(v);
517
517
  }
518
518
  /**
519
519
  * Gets or sets the Outline color to use for value bars.
520
520
  */
521
521
  get barOutline() {
522
- return brushToString(this.i.gj);
522
+ return brushToString(this.i.gk);
523
523
  }
524
524
  set barOutline(v) {
525
- this.i.gj = stringToBrush(v);
525
+ this.i.gk = stringToBrush(v);
526
526
  }
527
527
  /**
528
528
  * Gets the actual Outline color used for value bars.
529
529
  */
530
530
  get actualBarOutline() {
531
- return brushToString(this.i.ga);
531
+ return brushToString(this.i.gb);
532
532
  }
533
533
  set actualBarOutline(v) {
534
- this.i.ga = stringToBrush(v);
534
+ this.i.gb = stringToBrush(v);
535
535
  }
536
536
  /**
537
537
  * Gets or sets the stroke thickness to use for value bars.
@@ -613,17 +613,17 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
613
613
  return null;
614
614
  }
615
615
  transitionStyleOut(style) {
616
- this.i.e6((style == null ? null : style.i));
616
+ this.i.e7((style == null ? null : style.i));
617
617
  }
618
618
  transitionStyleIn(style) {
619
- this.i.e5((style == null ? null : style.i));
619
+ this.i.e6((style == null ? null : style.i));
620
620
  }
621
621
  isStyleTransitioningOut(style) {
622
622
  let iv = this.i.at((style == null ? null : style.i));
623
623
  return (iv);
624
624
  }
625
625
  setNamedValue(valueName, animationType, value) {
626
- this.i.e3(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
626
+ this.i.e4(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
627
627
  }
628
628
  /**
629
629
  * Returns if this definition has named value.
@@ -648,7 +648,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
648
648
  * @param valueName * The named value name to remove.
649
649
  */
650
650
  removeNamedValue(valueName) {
651
- this.i.ey(valueName);
651
+ this.i.ez(valueName);
652
652
  }
653
653
  /**
654
654
  * Gets the value for a named value from this definition.
@@ -23,111 +23,111 @@ export class IgxEditorCellInfo extends IgxCellInfo {
23
23
  * Gets whether the editor cell is hidden or not.
24
24
  */
25
25
  get isHidden() {
26
- return this.i.ol;
26
+ return this.i.oo;
27
27
  }
28
28
  /**
29
29
  * Gets or sets the edit target for this cell.
30
30
  */
31
31
  get editTarget() {
32
- const r = this.i.oe;
32
+ const r = this.i.oh;
33
33
  if (r == null) {
34
34
  return null;
35
35
  }
36
36
  return r.externalObject;
37
37
  }
38
38
  set editTarget(v) {
39
- v == null ? this.i.oe = null : this.i.oe = v.i;
39
+ v == null ? this.i.oh = null : this.i.oh = v.i;
40
40
  }
41
41
  /**
42
42
  * Gets or sets the data type associated with the cell being edited.
43
43
  */
44
44
  get dataType() {
45
- return this.i.oc;
45
+ return this.i.of;
46
46
  }
47
47
  set dataType(v) {
48
- this.i.oc = ensureEnum(DataSourceSchemaPropertyType_$type, v);
48
+ this.i.of = ensureEnum(DataSourceSchemaPropertyType_$type, v);
49
49
  }
50
50
  /**
51
51
  * Gets or sets the error message to display in the editor cell.
52
52
  */
53
53
  get errorMessage() {
54
- return this.i.ph;
54
+ return this.i.pk;
55
55
  }
56
56
  set errorMessage(v) {
57
- this.i.ph = v;
57
+ this.i.pk = v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the user selected value.
61
61
  */
62
62
  get editValue() {
63
- return this.i.o4;
63
+ return this.i.o7;
64
64
  }
65
65
  set editValue(v) {
66
- this.i.o4 = v;
66
+ this.i.o7 = v;
67
67
  }
68
68
  /**
69
69
  * Gets or sets the type of editor to use while cell editing.
70
70
  */
71
71
  get editorType() {
72
- return this.i.og;
72
+ return this.i.oj;
73
73
  }
74
74
  set editorType(v) {
75
- this.i.og = ensureEnum(EditorType_$type, v);
75
+ this.i.oj = ensureEnum(EditorType_$type, v);
76
76
  }
77
77
  /**
78
78
  * Gets or sets the data source to use for the editor where it makes sense.
79
79
  */
80
80
  get editorDataSource() {
81
- return this.i.o3;
81
+ return this.i.o6;
82
82
  }
83
83
  set editorDataSource(v) {
84
- this.i.o3 = v;
84
+ this.i.o6 = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the editors display member.
88
88
  */
89
89
  get editorTextField() {
90
- return this.i.pc;
90
+ return this.i.pf;
91
91
  }
92
92
  set editorTextField(v) {
93
- this.i.pc = v;
93
+ this.i.pf = v;
94
94
  }
95
95
  /**
96
96
  * Gets or sets the editors value member.
97
97
  */
98
98
  get editorValueField() {
99
- return this.i.oa;
99
+ return this.i.od;
100
100
  }
101
101
  set editorValueField(v) {
102
102
  if (v && !Array.isArray(v) && typeof (v) == "string") {
103
103
  const re = /\s*(?:,|\s|$)\s*/gm;
104
104
  v = v.split(re);
105
105
  }
106
- this.i.oa = v;
106
+ this.i.od = v;
107
107
  }
108
108
  get dateFormatString() {
109
- return this.i.o9;
109
+ return this.i.pc;
110
110
  }
111
111
  set dateFormatString(v) {
112
- this.i.o9 = v;
112
+ this.i.pc = v;
113
113
  }
114
114
  get showTodayButton() {
115
- return this.i.om;
115
+ return this.i.op;
116
116
  }
117
117
  set showTodayButton(v) {
118
- this.i.om = ensureBool(v);
118
+ this.i.op = ensureBool(v);
119
119
  }
120
120
  /**
121
121
  * Gets the row index that the editor cell is targeting for edit.
122
122
  */
123
123
  get targetRow() {
124
- return this.i.o1;
124
+ return this.i.o4;
125
125
  }
126
126
  /**
127
127
  * Gets the column index that the editor cell is targeting for edit.
128
128
  */
129
129
  get targetColumn() {
130
- return this.i.o0;
130
+ return this.i.o3;
131
131
  }
132
132
  findByName(name) {
133
133
  var baseResult = super.findByName(name);