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
@@ -28,10 +28,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets the numeric value to use for the cell.
29
29
  */
30
30
  get: function () {
31
- return this.i.ok;
31
+ return this.i.on;
32
32
  },
33
33
  set: function (v) {
34
- this.i.ok = +v;
34
+ this.i.on = +v;
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -41,10 +41,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  * Sets or gets whether there is a decimal numeric value to use for the cell.
42
42
  */
43
43
  get: function () {
44
- return this.i.of;
44
+ return this.i.oi;
45
45
  },
46
46
  set: function (v) {
47
- this.i.of = ensureBool(v);
47
+ this.i.oi = ensureBool(v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,24 +54,24 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * The format string to apply to the value
55
55
  */
56
56
  get: function () {
57
- return this.i.pf;
57
+ return this.i.pi;
58
58
  },
59
59
  set: function (v) {
60
- this.i.pf = v;
60
+ this.i.pi = v;
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
64
64
  });
65
65
  Object.defineProperty(IgxNumericCellInfo.prototype, "formatSpecifiers", {
66
66
  get: function () {
67
- return this.i.oa;
67
+ return this.i.od;
68
68
  },
69
69
  set: function (v) {
70
70
  if (v && !Array.isArray(v) && typeof (v) == "string") {
71
71
  var re = /\s*(?:,|\s|$)\s*/gm;
72
72
  v = v.split(re);
73
73
  }
74
- this.i.oa = v;
74
+ this.i.od = v;
75
75
  },
76
76
  enumerable: false,
77
77
  configurable: true
@@ -81,10 +81,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  * The format options to apply to the value
82
82
  */
83
83
  get: function () {
84
- return this.i.o7;
84
+ return this.i.pa;
85
85
  },
86
86
  set: function (v) {
87
- this.i.o7 = v;
87
+ this.i.pa = v;
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,10 +94,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
94
94
  * Sets or gets the text prepended to a negative numeric value
95
95
  */
96
96
  get: function () {
97
- return this.i.pm;
97
+ return this.i.pp;
98
98
  },
99
99
  set: function (v) {
100
- this.i.pm = v;
100
+ this.i.pp = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,10 +107,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
107
107
  * Sets or gets the text prepended to a positive numeric value
108
108
  */
109
109
  get: function () {
110
- return this.i.pr;
110
+ return this.i.pu;
111
111
  },
112
112
  set: function (v) {
113
- this.i.pr = v;
113
+ this.i.pu = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,10 +120,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  * Sets or gets the text appended to a negative numeric value
121
121
  */
122
122
  get: function () {
123
- return this.i.po;
123
+ return this.i.pr;
124
124
  },
125
125
  set: function (v) {
126
- this.i.po = v;
126
+ this.i.pr = v;
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,10 +133,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
133
133
  * Sets or gets the text appended to a positive numeric value
134
134
  */
135
135
  get: function () {
136
- return this.i.pt;
136
+ return this.i.pw;
137
137
  },
138
138
  set: function (v) {
139
- this.i.pt = v;
139
+ this.i.pw = v;
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
@@ -146,10 +146,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
146
146
  * The maximum number of decimal places to display when formatting
147
147
  */
148
148
  get: function () {
149
- return this.i.ot;
149
+ return this.i.ow;
150
150
  },
151
151
  set: function (v) {
152
- this.i.ot = +v;
152
+ this.i.ow = +v;
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,10 +159,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
159
159
  * The minimum number of decimal places to display when formatting
160
160
  */
161
161
  get: function () {
162
- return this.i.ov;
162
+ return this.i.oy;
163
163
  },
164
164
  set: function (v) {
165
- this.i.ov = +v;
165
+ this.i.oy = +v;
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,10 +172,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  * The minimum number of integer digits to display when formatting
173
173
  */
174
174
  get: function () {
175
- return this.i.ox;
175
+ return this.i.o0;
176
176
  },
177
177
  set: function (v) {
178
- this.i.ox = +v;
178
+ this.i.o0 = +v;
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,10 +185,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
185
185
  * Sets or gets if the grouping separator is shown
186
186
  */
187
187
  get: function () {
188
- return this.i.oi;
188
+ return this.i.ol;
189
189
  },
190
190
  set: function (v) {
191
- this.i.oi = ensureBool(v);
191
+ this.i.ol = ensureBool(v);
192
192
  },
193
193
  enumerable: false,
194
194
  configurable: true
@@ -198,10 +198,10 @@ var IgxNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
198
198
  * Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
199
199
  */
200
200
  get: function () {
201
- return this.i.oh;
201
+ return this.i.ok;
202
202
  },
203
203
  set: function (v) {
204
- this.i.oh = ensureBool(v);
204
+ this.i.ok = ensureBool(v);
205
205
  },
206
206
  enumerable: false,
207
207
  configurable: true
@@ -46,10 +46,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
46
46
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
47
47
  */
48
48
  get: function () {
49
- return this.i.tc;
49
+ return this.i.tz;
50
50
  },
51
51
  set: function (v) {
52
- this.i.tc = v;
52
+ this.i.tz = v;
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,10 +59,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
60
60
  */
61
61
  get: function () {
62
- return this.i.tg;
62
+ return this.i.t3;
63
63
  },
64
64
  set: function (v) {
65
- this.i.tg = v;
65
+ this.i.t3 = v;
66
66
  },
67
67
  enumerable: false,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
73
73
  */
74
74
  get: function () {
75
- return this.i.te;
75
+ return this.i.t1;
76
76
  },
77
77
  set: function (v) {
78
- this.i.te = v;
78
+ this.i.t1 = v;
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
85
85
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
86
86
  */
87
87
  get: function () {
88
- return this.i.ti;
88
+ return this.i.t5;
89
89
  },
90
90
  set: function (v) {
91
- this.i.ti = v;
91
+ this.i.t5 = v;
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
99
99
  */
100
100
  get: function () {
101
- return this.i.sq;
101
+ return this.i.td;
102
102
  },
103
103
  set: function (v) {
104
- this.i.sq = +v;
104
+ this.i.td = +v;
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,10 +111,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
111
111
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
112
112
  */
113
113
  get: function () {
114
- return this.i.sr;
114
+ return this.i.te;
115
115
  },
116
116
  set: function (v) {
117
- this.i.sr = +v;
117
+ this.i.te = +v;
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
@@ -124,10 +124,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
124
124
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
125
125
  */
126
126
  get: function () {
127
- return this.i.ss;
127
+ return this.i.tf;
128
128
  },
129
129
  set: function (v) {
130
- this.i.ss = +v;
130
+ this.i.tf = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -138,10 +138,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
138
138
  * When true, the raw numeric value is multiplied by 100 before it is formatted for display.
139
139
  */
140
140
  get: function () {
141
- return this.i.sk;
141
+ return this.i.s7;
142
142
  },
143
143
  set: function (v) {
144
- this.i.sk = ensureBool(v);
144
+ this.i.s7 = ensureBool(v);
145
145
  },
146
146
  enumerable: false,
147
147
  configurable: true
@@ -151,10 +151,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
151
151
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
152
152
  */
153
153
  get: function () {
154
- return this.i.sl;
154
+ return this.i.s8;
155
155
  },
156
156
  set: function (v) {
157
- this.i.sl = ensureBool(v);
157
+ this.i.s8 = ensureBool(v);
158
158
  },
159
159
  enumerable: false,
160
160
  configurable: true
@@ -164,24 +164,24 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
164
164
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
165
165
  */
166
166
  get: function () {
167
- return this.i.s6;
167
+ return this.i.tt;
168
168
  },
169
169
  set: function (v) {
170
- this.i.s6 = v;
170
+ this.i.tt = v;
171
171
  },
172
172
  enumerable: false,
173
173
  configurable: true
174
174
  });
175
175
  Object.defineProperty(IgxNumericColumnComponent.prototype, "formatSpecifiers", {
176
176
  get: function () {
177
- return this.i.sf;
177
+ return this.i.s1;
178
178
  },
179
179
  set: function (v) {
180
180
  if (v && !Array.isArray(v) && typeof (v) == "string") {
181
181
  var re = /\s*(?:,|\s|$)\s*/gm;
182
182
  v = v.split(re);
183
183
  }
184
- this.i.sf = v;
184
+ this.i.s1 = v;
185
185
  },
186
186
  enumerable: false,
187
187
  configurable: true
@@ -191,10 +191,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
191
191
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
192
192
  */
193
193
  get: function () {
194
- return this.i.sv;
194
+ return this.i.ti;
195
195
  },
196
196
  set: function (v) {
197
- this.i.sv = v;
197
+ this.i.ti = v;
198
198
  },
199
199
  enumerable: false,
200
200
  configurable: true
@@ -204,10 +204,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
204
204
  * Gets or sets the editor type used for editing cells in this column.
205
205
  */
206
206
  get: function () {
207
- return this.i.sh;
207
+ return this.i.s3;
208
208
  },
209
209
  set: function (v) {
210
- this.i.sh = ensureEnum(EditorType_$type, v);
210
+ this.i.s3 = ensureEnum(EditorType_$type, v);
211
211
  },
212
212
  enumerable: false,
213
213
  configurable: true
@@ -217,10 +217,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
217
217
  * Gets or sets the ComboBox data source.
218
218
  */
219
219
  get: function () {
220
- return this.i.su;
220
+ return this.i.th;
221
221
  },
222
222
  set: function (v) {
223
- this.i.su = v;
223
+ this.i.th = v;
224
224
  },
225
225
  enumerable: false,
226
226
  configurable: true
@@ -230,10 +230,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
230
230
  * Gets or sets the ComboBox text field.
231
231
  */
232
232
  get: function () {
233
- return this.i.s1;
233
+ return this.i.to;
234
234
  },
235
235
  set: function (v) {
236
- this.i.s1 = v;
236
+ this.i.to = v;
237
237
  },
238
238
  enumerable: false,
239
239
  configurable: true
@@ -243,10 +243,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
243
243
  * Gets or sets the ComboBox value field.
244
244
  */
245
245
  get: function () {
246
- return this.i.s2;
246
+ return this.i.tp;
247
247
  },
248
248
  set: function (v) {
249
- this.i.s2 = v;
249
+ this.i.tp = v;
250
250
  },
251
251
  enumerable: false,
252
252
  configurable: true
@@ -29,10 +29,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved text for the section header cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.op;
32
+ return this.i.os;
33
33
  },
34
34
  set: function (v) {
35
- this.i.op = v;
35
+ this.i.os = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary text for the section header cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.on;
45
+ return this.i.oq;
46
46
  },
47
47
  set: function (v) {
48
- this.i.on = v;
48
+ this.i.oq = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,10 +55,10 @@ var IgxSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Sets or gets how summaries are displayed in the section header cell.
56
56
  */
57
57
  get: function () {
58
- return this.i.oe;
58
+ return this.i.oh;
59
59
  },
60
60
  set: function (v) {
61
- this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
61
+ this.i.oh = ensureEnum(GroupSummaryDisplayMode_$type, v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
@@ -42,40 +42,40 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  };
43
43
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "selectedBackground", {
44
44
  get: function () {
45
- return brushToString(this.i.h9);
45
+ return brushToString(this.i.ib);
46
46
  },
47
47
  set: function (v) {
48
- this.i.h9 = stringToBrush(v);
48
+ this.i.ib = stringToBrush(v);
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
52
52
  });
53
53
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "actualSelectedBackground", {
54
54
  get: function () {
55
- return brushToString(this.i.h6);
55
+ return brushToString(this.i.h8);
56
56
  },
57
57
  set: function (v) {
58
- this.i.h6 = stringToBrush(v);
58
+ this.i.h8 = stringToBrush(v);
59
59
  },
60
60
  enumerable: false,
61
61
  configurable: true
62
62
  });
63
63
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "selectedTextColor", {
64
64
  get: function () {
65
- return brushToString(this.i.ia);
65
+ return brushToString(this.i.ic);
66
66
  },
67
67
  set: function (v) {
68
- this.i.ia = stringToBrush(v);
68
+ this.i.ic = stringToBrush(v);
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
72
72
  });
73
73
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "actualSelectedTextColor", {
74
74
  get: function () {
75
- return brushToString(this.i.h7);
75
+ return brushToString(this.i.h9);
76
76
  },
77
77
  set: function (v) {
78
- this.i.h7 = stringToBrush(v);
78
+ this.i.h9 = stringToBrush(v);
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
85
85
  * Gets or sets the color of the section header's expansion indicator icon. When unset, the icon defers to the grid-level color or the resolved section header text color.
86
86
  */
87
87
  get: function () {
88
- return brushToString(this.i.h8);
88
+ return brushToString(this.i.ia);
89
89
  },
90
90
  set: function (v) {
91
- this.i.h8 = stringToBrush(v);
91
+ this.i.ia = stringToBrush(v);
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  * Gets the resolved color of the section header's expansion indicator icon.
99
99
  */
100
100
  get: function () {
101
- return brushToString(this.i.h5);
101
+ return brushToString(this.i.h7);
102
102
  },
103
103
  set: function (v) {
104
- this.i.h5 = stringToBrush(v);
104
+ this.i.h7 = stringToBrush(v);
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,10 +111,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
111
111
  * Gets or sets the amount of left padding to use for the cell content for this column.
112
112
  */
113
113
  get: function () {
114
- return this.i.he;
114
+ return this.i.hg;
115
115
  },
116
116
  set: function (v) {
117
- this.i.he = +v;
117
+ this.i.hg = +v;
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
@@ -124,10 +124,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
124
124
  * Gets or sets the amount of top padding to use for the cell content for this column.
125
125
  */
126
126
  get: function () {
127
- return this.i.hg;
127
+ return this.i.hi;
128
128
  },
129
129
  set: function (v) {
130
- this.i.hg = +v;
130
+ this.i.hi = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -137,10 +137,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
137
137
  * Gets or sets the amount of right padding to use for the cell content of this column.
138
138
  */
139
139
  get: function () {
140
- return this.i.hf;
140
+ return this.i.hh;
141
141
  },
142
142
  set: function (v) {
143
- this.i.hf = +v;
143
+ this.i.hh = +v;
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,30 +150,30 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
150
150
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
151
151
  */
152
152
  get: function () {
153
- return this.i.hd;
153
+ return this.i.hf;
154
154
  },
155
155
  set: function (v) {
156
- this.i.hd = +v;
156
+ this.i.hf = +v;
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
160
160
  });
161
161
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "isCollapsable", {
162
162
  get: function () {
163
- return this.i.g7;
163
+ return this.i.g8;
164
164
  },
165
165
  set: function (v) {
166
- this.i.g7 = ensureBool(v);
166
+ this.i.g8 = ensureBool(v);
167
167
  },
168
168
  enumerable: false,
169
169
  configurable: true
170
170
  });
171
171
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "summaryDisplayMode", {
172
172
  get: function () {
173
- return this.i.g4;
173
+ return this.i.g5;
174
174
  },
175
175
  set: function (v) {
176
- this.i.g4 = ensureEnum(GroupSummaryDisplayMode_$type, v);
176
+ this.i.g5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
177
177
  },
178
178
  enumerable: false,
179
179
  configurable: true
@@ -29,10 +29,10 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved summary label for the summary cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.oh;
32
+ return this.i.ok;
33
33
  },
34
34
  set: function (v) {
35
- this.i.oh = v;
35
+ this.i.ok = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary value for the sumamry cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.oj;
45
+ return this.i.om;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oj = v;
48
+ this.i.om = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,25 +55,25 @@ var IgxSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Gets or sets the color of the text for the summary label in the cell.
56
56
  */
57
57
  get: function () {
58
- return brushToString(this.i.oo);
58
+ return brushToString(this.i.or);
59
59
  },
60
60
  set: function (v) {
61
- this.i.oo = stringToBrush(v);
61
+ this.i.or = stringToBrush(v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  Object.defineProperty(IgxSummaryCellInfo.prototype, "font", {
67
67
  get: function () {
68
- if (this.i.oa == null) {
68
+ if (this.i.od == null) {
69
69
  return null;
70
70
  }
71
- return this.i.oa.fontString;
71
+ return this.i.od.fontString;
72
72
  },
73
73
  set: function (v) {
74
74
  var fi = new FontInfo();
75
75
  fi.fontString = v;
76
- this.i.oa = fi;
76
+ this.i.od = fi;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true