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