igniteui-angular-data-grids 21.0.0 → 21.0.1

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 (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -41,10 +41,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  * Gets or sets the color to use for the sort indicator icon
42
42
  */
43
43
  get: function () {
44
- return brushToString(this.i.hp);
44
+ return brushToString(this.i.hr);
45
45
  },
46
46
  set: function (v) {
47
- this.i.hp = stringToBrush(v);
47
+ this.i.hr = stringToBrush(v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,30 +54,30 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * Gets the actual background color that is used for the cells when they are selected
55
55
  */
56
56
  get: function () {
57
- return brushToString(this.i.hn);
57
+ return brushToString(this.i.hp);
58
58
  },
59
59
  set: function (v) {
60
- this.i.hn = stringToBrush(v);
60
+ this.i.hp = stringToBrush(v);
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
64
64
  });
65
65
  Object.defineProperty(IgxHeaderComponent.prototype, "sortIndicatorStyle", {
66
66
  get: function () {
67
- return this.i.g2;
67
+ return this.i.g4;
68
68
  },
69
69
  set: function (v) {
70
- this.i.g2 = ensureEnum(SortIndicatorStyle_$type, v);
70
+ this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
71
71
  },
72
72
  enumerable: false,
73
73
  configurable: true
74
74
  });
75
75
  Object.defineProperty(IgxHeaderComponent.prototype, "actualSortIndicatorStyle", {
76
76
  get: function () {
77
- return this.i.g1;
77
+ return this.i.g3;
78
78
  },
79
79
  set: function (v) {
80
- this.i.g1 = ensureEnum(SortIndicatorStyle_$type, v);
80
+ this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
81
81
  },
82
82
  enumerable: false,
83
83
  configurable: true
@@ -87,10 +87,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
87
87
  * Gets or sets the amount of left padding to use for the cell content.
88
88
  */
89
89
  get: function () {
90
- return this.i.g8;
90
+ return this.i.ha;
91
91
  },
92
92
  set: function (v) {
93
- this.i.g8 = +v;
93
+ this.i.ha = +v;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
@@ -100,10 +100,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
100
100
  * Gets or sets the amount of top padding to use for the cell content.
101
101
  */
102
102
  get: function () {
103
- return this.i.ha;
103
+ return this.i.hc;
104
104
  },
105
105
  set: function (v) {
106
- this.i.ha = +v;
106
+ this.i.hc = +v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true
@@ -113,10 +113,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
113
113
  * Gets or sets the amount of right padding to use for the cell content.
114
114
  */
115
115
  get: function () {
116
- return this.i.g9;
116
+ return this.i.hb;
117
117
  },
118
118
  set: function (v) {
119
- this.i.g9 = +v;
119
+ this.i.hb = +v;
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
@@ -126,10 +126,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
126
126
  * Gets or sets the amount of bottom padding to use for the cell content.
127
127
  */
128
128
  get: function () {
129
- return this.i.g7;
129
+ return this.i.g9;
130
130
  },
131
131
  set: function (v) {
132
- this.i.g7 = +v;
132
+ this.i.g9 = +v;
133
133
  },
134
134
  enumerable: false,
135
135
  configurable: true
@@ -47,10 +47,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
47
47
  * Gets or sets the stretch option to use when rendering images
48
48
  */
49
49
  get: function () {
50
- return this.i.pd;
50
+ return this.i.qu;
51
51
  },
52
52
  set: function (v) {
53
- this.i.pd = ensureEnum(ImageStretchOptions_$type, v);
53
+ this.i.qu = ensureEnum(ImageStretchOptions_$type, v);
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,10 +60,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
60
60
  * Gets or sets the editor type used for editing cells in this column.
61
61
  */
62
62
  get: function () {
63
- return this.i.o9;
63
+ return this.i.qq;
64
64
  },
65
65
  set: function (v) {
66
- this.i.o9 = ensureEnum(EditorType_$type, v);
66
+ this.i.qq = ensureEnum(EditorType_$type, v);
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -73,10 +73,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73
73
  * Gets or sets the ComboBox data source.
74
74
  */
75
75
  get: function () {
76
- return this.i.pe;
76
+ return this.i.qv;
77
77
  },
78
78
  set: function (v) {
79
- this.i.pe = v;
79
+ this.i.qv = v;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
@@ -86,10 +86,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
86
86
  * Gets or sets the ComboBox text field.
87
87
  */
88
88
  get: function () {
89
- return this.i.pf;
89
+ return this.i.qw;
90
90
  },
91
91
  set: function (v) {
92
- this.i.pf = v;
92
+ this.i.qw = v;
93
93
  },
94
94
  enumerable: false,
95
95
  configurable: true
@@ -99,10 +99,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
99
99
  * Gets or sets the ComboBox value field.
100
100
  */
101
101
  get: function () {
102
- return this.i.pg;
102
+ return this.i.qx;
103
103
  },
104
104
  set: function (v) {
105
- this.i.pg = v;
105
+ this.i.qx = v;
106
106
  },
107
107
  enumerable: false,
108
108
  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.p4;
49
+ return this.i.rl;
50
50
  },
51
51
  set: function (v) {
52
- this.i.p4 = v;
52
+ this.i.rl = 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.p8;
62
+ return this.i.rp;
63
63
  },
64
64
  set: function (v) {
65
- this.i.p8 = v;
65
+ this.i.rp = 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.p6;
75
+ return this.i.rn;
76
76
  },
77
77
  set: function (v) {
78
- this.i.p6 = v;
78
+ this.i.rn = 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.qa;
88
+ return this.i.rr;
89
89
  },
90
90
  set: function (v) {
91
- this.i.qa = v;
91
+ this.i.rr = 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.pj;
101
+ return this.i.q0;
102
102
  },
103
103
  set: function (v) {
104
- this.i.pj = +v;
104
+ this.i.q0 = +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.pk;
114
+ return this.i.q1;
115
115
  },
116
116
  set: function (v) {
117
- this.i.pk = +v;
117
+ this.i.q1 = +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.pl;
127
+ return this.i.q2;
128
128
  },
129
129
  set: function (v) {
130
- this.i.pl = +v;
130
+ this.i.q2 = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -137,10 +137,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
137
137
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
138
138
  */
139
139
  get: function () {
140
- return this.i.pe;
140
+ return this.i.qv;
141
141
  },
142
142
  set: function (v) {
143
- this.i.pe = ensureBool(v);
143
+ this.i.qv = ensureBool(v);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,24 +150,24 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
150
150
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
151
151
  */
152
152
  get: function () {
153
- return this.i.pz;
153
+ return this.i.rg;
154
154
  },
155
155
  set: function (v) {
156
- this.i.pz = v;
156
+ this.i.rg = v;
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
160
160
  });
161
161
  Object.defineProperty(IgxNumericColumnComponent.prototype, "formatSpecifiers", {
162
162
  get: function () {
163
- return this.i.pa;
163
+ return this.i.qr;
164
164
  },
165
165
  set: function (v) {
166
166
  if (v && !Array.isArray(v) && typeof (v) == "string") {
167
167
  var re = /\s*(?:,|\s|$)\s*/gm;
168
168
  v = v.split(re);
169
169
  }
170
- this.i.pa = v;
170
+ this.i.qr = v;
171
171
  },
172
172
  enumerable: false,
173
173
  configurable: true
@@ -177,10 +177,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
177
177
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
178
178
  */
179
179
  get: function () {
180
- return this.i.po;
180
+ return this.i.q5;
181
181
  },
182
182
  set: function (v) {
183
- this.i.po = v;
183
+ this.i.q5 = v;
184
184
  },
185
185
  enumerable: false,
186
186
  configurable: true
@@ -190,10 +190,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
190
190
  * Gets or sets the editor type used for editing cells in this column.
191
191
  */
192
192
  get: function () {
193
- return this.i.pc;
193
+ return this.i.qt;
194
194
  },
195
195
  set: function (v) {
196
- this.i.pc = ensureEnum(EditorType_$type, v);
196
+ this.i.qt = ensureEnum(EditorType_$type, v);
197
197
  },
198
198
  enumerable: false,
199
199
  configurable: true
@@ -203,10 +203,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
203
203
  * Gets or sets the ComboBox data source.
204
204
  */
205
205
  get: function () {
206
- return this.i.pn;
206
+ return this.i.q4;
207
207
  },
208
208
  set: function (v) {
209
- this.i.pn = v;
209
+ this.i.q4 = v;
210
210
  },
211
211
  enumerable: false,
212
212
  configurable: true
@@ -216,10 +216,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
216
216
  * Gets or sets the ComboBox text field.
217
217
  */
218
218
  get: function () {
219
- return this.i.pu;
219
+ return this.i.rb;
220
220
  },
221
221
  set: function (v) {
222
- this.i.pu = v;
222
+ this.i.rb = v;
223
223
  },
224
224
  enumerable: false,
225
225
  configurable: true
@@ -229,10 +229,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
229
229
  * Gets or sets the ComboBox value field.
230
230
  */
231
231
  get: function () {
232
- return this.i.pv;
232
+ return this.i.rc;
233
233
  },
234
234
  set: function (v) {
235
- this.i.pv = v;
235
+ this.i.rc = v;
236
236
  },
237
237
  enumerable: false,
238
238
  configurable: true
@@ -42,20 +42,20 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  };
43
43
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "selectedBackground", {
44
44
  get: function () {
45
- return brushToString(this.i.ht);
45
+ return brushToString(this.i.hv);
46
46
  },
47
47
  set: function (v) {
48
- this.i.ht = stringToBrush(v);
48
+ this.i.hv = 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.hs);
55
+ return brushToString(this.i.hu);
56
56
  },
57
57
  set: function (v) {
58
- this.i.hs = stringToBrush(v);
58
+ this.i.hu = stringToBrush(v);
59
59
  },
60
60
  enumerable: false,
61
61
  configurable: true
@@ -65,10 +65,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
65
65
  * Gets or sets the amount of left padding to use for the cell content for this column.
66
66
  */
67
67
  get: function () {
68
- return this.i.hb;
68
+ return this.i.hd;
69
69
  },
70
70
  set: function (v) {
71
- this.i.hb = +v;
71
+ this.i.hd = +v;
72
72
  },
73
73
  enumerable: false,
74
74
  configurable: true
@@ -78,10 +78,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
78
78
  * Gets or sets the amount of top padding to use for the cell content for this column.
79
79
  */
80
80
  get: function () {
81
- return this.i.hd;
81
+ return this.i.hf;
82
82
  },
83
83
  set: function (v) {
84
- this.i.hd = +v;
84
+ this.i.hf = +v;
85
85
  },
86
86
  enumerable: false,
87
87
  configurable: true
@@ -91,10 +91,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
91
91
  * Gets or sets the amount of right padding to use for the cell content of this column.
92
92
  */
93
93
  get: function () {
94
- return this.i.hc;
94
+ return this.i.he;
95
95
  },
96
96
  set: function (v) {
97
- this.i.hc = +v;
97
+ this.i.he = +v;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -104,30 +104,30 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
104
104
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
105
105
  */
106
106
  get: function () {
107
- return this.i.ha;
107
+ return this.i.hc;
108
108
  },
109
109
  set: function (v) {
110
- this.i.ha = +v;
110
+ this.i.hc = +v;
111
111
  },
112
112
  enumerable: false,
113
113
  configurable: true
114
114
  });
115
115
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "isCollapsable", {
116
116
  get: function () {
117
- return this.i.g4;
117
+ return this.i.g6;
118
118
  },
119
119
  set: function (v) {
120
- this.i.g4 = ensureBool(v);
120
+ this.i.g6 = ensureBool(v);
121
121
  },
122
122
  enumerable: false,
123
123
  configurable: true
124
124
  });
125
125
  Object.defineProperty(IgxSectionHeaderComponent.prototype, "summaryDisplayMode", {
126
126
  get: function () {
127
- return this.i.g1;
127
+ return this.i.g3;
128
128
  },
129
129
  set: function (v) {
130
- this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
130
+ this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -38,10 +38,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
38
38
  * Gets or sets the background color for summary cells when selected.
39
39
  */
40
40
  get: function () {
41
- return brushToString(this.i.hw);
41
+ return brushToString(this.i.hy);
42
42
  },
43
43
  set: function (v) {
44
- this.i.hw = stringToBrush(v);
44
+ this.i.hy = stringToBrush(v);
45
45
  },
46
46
  enumerable: false,
47
47
  configurable: true
@@ -51,10 +51,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  * Gets the actual background color for summary cells when selected.
52
52
  */
53
53
  get: function () {
54
- return brushToString(this.i.ht);
54
+ return brushToString(this.i.hv);
55
55
  },
56
56
  set: function (v) {
57
- this.i.ht = stringToBrush(v);
57
+ this.i.hv = stringToBrush(v);
58
58
  },
59
59
  enumerable: false,
60
60
  configurable: true
@@ -64,10 +64,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
64
64
  * Gets or sets the text color for the summary labels.
65
65
  */
66
66
  get: function () {
67
- return brushToString(this.i.hx);
67
+ return brushToString(this.i.hz);
68
68
  },
69
69
  set: function (v) {
70
- this.i.hx = stringToBrush(v);
70
+ this.i.hz = stringToBrush(v);
71
71
  },
72
72
  enumerable: false,
73
73
  configurable: true
@@ -77,10 +77,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
77
77
  * Gets the actual text color for the summary labels.
78
78
  */
79
79
  get: function () {
80
- return brushToString(this.i.hu);
80
+ return brushToString(this.i.hw);
81
81
  },
82
82
  set: function (v) {
83
- this.i.hu = stringToBrush(v);
83
+ this.i.hw = stringToBrush(v);
84
84
  },
85
85
  enumerable: false,
86
86
  configurable: true
@@ -108,10 +108,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
108
108
  * Gets or sets the amount of left padding to use for the cell content for this column.
109
109
  */
110
110
  get: function () {
111
- return this.i.g9;
111
+ return this.i.hb;
112
112
  },
113
113
  set: function (v) {
114
- this.i.g9 = +v;
114
+ this.i.hb = +v;
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
121
121
  * Gets or sets the amount of top padding to use for the cell content for this column.
122
122
  */
123
123
  get: function () {
124
- return this.i.hb;
124
+ return this.i.hd;
125
125
  },
126
126
  set: function (v) {
127
- this.i.hb = +v;
127
+ this.i.hd = +v;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,10 +134,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
134
134
  * Gets or sets the amount of right padding to use for the cell content of this column.
135
135
  */
136
136
  get: function () {
137
- return this.i.ha;
137
+ return this.i.hc;
138
138
  },
139
139
  set: function (v) {
140
- this.i.ha = +v;
140
+ this.i.hc = +v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -147,10 +147,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
147
147
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
148
148
  */
149
149
  get: function () {
150
- return this.i.g8;
150
+ return this.i.ha;
151
151
  },
152
152
  set: function (v) {
153
- this.i.g8 = +v;
153
+ this.i.ha = +v;
154
154
  },
155
155
  enumerable: false,
156
156
  configurable: true
@@ -46,10 +46,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
46
46
  * Gets or sets the editor type used for editing cells in this column.
47
47
  */
48
48
  get: function () {
49
- return this.i.o9;
49
+ return this.i.qq;
50
50
  },
51
51
  set: function (v) {
52
- this.i.o9 = ensureEnum(EditorType_$type, v);
52
+ this.i.qq = ensureEnum(EditorType_$type, v);
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,10 +59,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  * Gets or sets the ComboBox data source.
60
60
  */
61
61
  get: function () {
62
- return this.i.pa;
62
+ return this.i.qr;
63
63
  },
64
64
  set: function (v) {
65
- this.i.pa = v;
65
+ this.i.qr = v;
66
66
  },
67
67
  enumerable: false,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  * Gets or sets the ComboBox text field.
73
73
  */
74
74
  get: function () {
75
- return this.i.pc;
75
+ return this.i.qt;
76
76
  },
77
77
  set: function (v) {
78
- this.i.pc = v;
78
+ this.i.qt = v;
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
85
85
  * Gets or sets the ComboBox value field.
86
86
  */
87
87
  get: function () {
88
- return this.i.pd;
88
+ return this.i.qu;
89
89
  },
90
90
  set: function (v) {
91
- this.i.pd = v;
91
+ this.i.qu = v;
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true