igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3

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 (238) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +24 -24
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  42. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  43. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  44. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  45. package/esm2015/lib/GridExternalWrapper.js +6 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  47. package/esm2015/lib/GridIconRepository.js +92 -0
  48. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  49. package/esm2015/lib/GridStyleRepository.js +123 -115
  50. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  51. package/esm2015/lib/ICheckboxListView.js +11 -0
  52. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  53. package/esm2015/lib/ImageCellPresenter.js +7 -7
  54. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  55. package/esm2015/lib/NumericCellPresenter.js +8 -8
  56. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  57. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  58. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  59. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  60. package/esm2015/lib/TemplateHeader.js +5 -5
  61. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  62. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  63. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  64. package/esm2015/lib/TextCellPresenter.js +9 -9
  65. package/esm2015/lib/TextHeaderCell.js +62 -27
  66. package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
  67. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  68. package/esm2015/lib/igc-cell-info.js +106 -91
  69. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  70. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  71. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  72. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  73. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  74. package/esm2015/lib/igc-data-grid-column-component.js +332 -229
  75. package/esm2015/lib/igc-data-grid-component.js +145 -0
  76. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  77. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  78. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  79. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  80. package/esm2015/lib/igc-definition-base-component.js +12 -12
  81. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  82. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  83. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  84. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  85. package/esm2015/lib/igc-header-component.js +24 -24
  86. package/esm2015/lib/igc-image-cell-info.js +6 -6
  87. package/esm2015/lib/igc-image-column-component.js +12 -12
  88. package/esm2015/lib/igc-image-column-module.js +2 -0
  89. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  90. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  91. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  92. package/esm2015/lib/igc-row-separator-module.js +2 -0
  93. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  94. package/esm2015/lib/igc-section-header-component.js +38 -24
  95. package/esm2015/lib/igc-section-header-module.js +2 -0
  96. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  97. package/esm2015/lib/igc-summary-row-component.js +24 -24
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-column-module.js +2 -0
  100. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-module.js +2 -0
  102. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  103. package/esm2015/lib/igc-text-cell-info.js +2 -2
  104. package/esm2015/lib/igc-text-column-component.js +9 -9
  105. package/esm2015/lib/igc-text-column-module.js +2 -0
  106. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  107. package/esm2015/lib/igc-text-header-module.js +2 -0
  108. package/esm2015/public_api.js +2 -0
  109. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  110. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  111. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  112. package/esm5/lib/CanvasGridCellBase.js +13 -13
  113. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  114. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  115. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  116. package/esm5/lib/CanvasSummaryCell.js +2 -2
  117. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  118. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  119. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  120. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  121. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  122. package/esm5/lib/CellPresenterBase.js +24 -24
  123. package/esm5/lib/CheckboxListBridge.js +36 -36
  124. package/esm5/lib/CheckboxListView_combined.js +400 -395
  125. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  126. package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
  127. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  128. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  129. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  130. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  131. package/esm5/lib/ContentCellModelHelper.js +5 -5
  132. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  133. package/esm5/lib/DataGridLocaleEn.js +3 -0
  134. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  135. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  136. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  137. package/esm5/lib/Dragger.js +4 -4
  138. package/esm5/lib/EditorCellPresenter.js +21 -21
  139. package/esm5/lib/FilterCellPresenter.js +12 -12
  140. package/esm5/lib/GridCellBase.js +6 -6
  141. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  142. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  143. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  144. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  146. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  147. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  148. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  149. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  150. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  153. package/esm5/lib/GridIconRepository.js +97 -0
  154. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  155. package/esm5/lib/GridStyleRepository.js +127 -115
  156. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  157. package/esm5/lib/ICheckboxListView.js +11 -0
  158. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  159. package/esm5/lib/ImageCellPresenter.js +7 -7
  160. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  161. package/esm5/lib/NumericCellPresenter.js +8 -8
  162. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  163. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  164. package/esm5/lib/SummaryCellPresenter.js +6 -6
  165. package/esm5/lib/TemplateCellPresenter.js +2 -2
  166. package/esm5/lib/TemplateHeader.js +5 -5
  167. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  168. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  169. package/esm5/lib/TemplateSectionHeader.js +1 -1
  170. package/esm5/lib/TextCellPresenter.js +9 -9
  171. package/esm5/lib/TextHeaderCell.js +62 -27
  172. package/esm5/lib/TextHeaderCellPresenter.js +45 -26
  173. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  174. package/esm5/lib/igc-cell-info.js +114 -91
  175. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  176. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  177. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  178. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  179. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  180. package/esm5/lib/igc-data-grid-column-component.js +380 -229
  181. package/esm5/lib/igc-data-grid-component.js +191 -0
  182. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  183. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  184. package/esm5/lib/igc-date-time-column-component.js +23 -23
  185. package/esm5/lib/igc-date-time-column-module.js +2 -0
  186. package/esm5/lib/igc-definition-base-component.js +12 -12
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  191. package/esm5/lib/igc-header-component.js +24 -24
  192. package/esm5/lib/igc-image-cell-info.js +6 -6
  193. package/esm5/lib/igc-image-column-component.js +12 -12
  194. package/esm5/lib/igc-image-column-module.js +2 -0
  195. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  196. package/esm5/lib/igc-numeric-column-component.js +50 -35
  197. package/esm5/lib/igc-numeric-column-module.js +2 -0
  198. package/esm5/lib/igc-row-separator-module.js +2 -0
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +46 -24
  201. package/esm5/lib/igc-section-header-module.js +2 -0
  202. package/esm5/lib/igc-summary-cell-info.js +9 -9
  203. package/esm5/lib/igc-summary-row-component.js +24 -24
  204. package/esm5/lib/igc-template-cell-info.js +2 -2
  205. package/esm5/lib/igc-template-column-module.js +2 -0
  206. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  207. package/esm5/lib/igc-template-header-module.js +2 -0
  208. package/esm5/lib/igc-template-section-header-module.js +4 -0
  209. package/esm5/lib/igc-text-cell-info.js +2 -2
  210. package/esm5/lib/igc-text-column-component.js +9 -9
  211. package/esm5/lib/igc-text-column-module.js +2 -0
  212. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  213. package/esm5/lib/igc-text-header-module.js +2 -0
  214. package/esm5/public_api.js +2 -0
  215. package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
  216. package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
  217. package/lib/CheckboxListView_combined.d.ts +104 -104
  218. package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
  219. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  220. package/lib/DataGridLocaleEn.d.ts +3 -0
  221. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  222. package/lib/GridIconRepository.d.ts +44 -0
  223. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  224. package/lib/GridStyleRepository.d.ts +3 -2
  225. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  226. package/lib/ICheckboxListView.d.ts +38 -0
  227. package/lib/TemplateHeader.d.ts +1 -1
  228. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  229. package/lib/TemplateSectionHeader.d.ts +1 -1
  230. package/lib/igc-cell-info.d.ts +9 -0
  231. package/lib/igc-data-grid-column-component.d.ts +33 -0
  232. package/lib/igc-data-grid-component.d.ts +48 -0
  233. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  234. package/lib/igc-numeric-column-component.d.ts +6 -0
  235. package/lib/igc-section-header-component.d.ts +4 -0
  236. package/lib/igc-text-header-cell-info.d.ts +15 -0
  237. package/package.json +4 -4
  238. package/public_api.d.ts +2 -0
@@ -29,10 +29,10 @@ var IgcSectionHeaderCellInfo = /** @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.og;
32
+ return this.i.ol;
33
33
  },
34
34
  set: function (v) {
35
- this.i.og = v;
35
+ this.i.ol = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSectionHeaderCellInfo = /** @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.oe;
45
+ return this.i.oj;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oe = v;
48
+ this.i.oj = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,10 +55,10 @@ var IgcSectionHeaderCellInfo = /** @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.n5;
58
+ return this.i.oa;
59
59
  },
60
60
  set: function (v) {
61
- this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
61
+ this.i.oa = ensureEnum(GroupSummaryDisplayMode_$type, v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
@@ -76,22 +76,44 @@ 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.h2);
80
80
  },
81
81
  set: function (v) {
82
- this.i.hv = stringToBrush(v);
83
- this._a("selectedBackground", brushToString(this.i.hv));
82
+ this.i.h2 = stringToBrush(v);
83
+ this._a("selectedBackground", brushToString(this.i.h2));
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.h0);
91
91
  },
92
92
  set: function (v) {
93
- this.i.hu = stringToBrush(v);
94
- this._a("actualSelectedBackground", brushToString(this.i.hu));
93
+ this.i.h0 = stringToBrush(v);
94
+ this._a("actualSelectedBackground", brushToString(this.i.h0));
95
+ },
96
+ enumerable: false,
97
+ configurable: true
98
+ });
99
+ Object.defineProperty(IgcSectionHeaderComponent.prototype, "selectedTextColor", {
100
+ get: function () {
101
+ return brushToString(this.i.h3);
102
+ },
103
+ set: function (v) {
104
+ this.i.h3 = stringToBrush(v);
105
+ this._a("selectedTextColor", brushToString(this.i.h3));
106
+ },
107
+ enumerable: false,
108
+ configurable: true
109
+ });
110
+ Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualSelectedTextColor", {
111
+ get: function () {
112
+ return brushToString(this.i.h1);
113
+ },
114
+ set: function (v) {
115
+ this.i.h1 = stringToBrush(v);
116
+ this._a("actualSelectedTextColor", brushToString(this.i.h1));
95
117
  },
96
118
  enumerable: false,
97
119
  configurable: true
@@ -101,11 +123,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
101
123
  * Gets or sets the amount of left padding to use for the cell content for this column.
102
124
  */
103
125
  get: function () {
104
- return this.i.hd;
126
+ return this.i.he;
105
127
  },
106
128
  set: function (v) {
107
- this.i.hd = +v;
108
- this._a("paddingLeft", this.i.hd);
129
+ this.i.he = +v;
130
+ this._a("paddingLeft", this.i.he);
109
131
  },
110
132
  enumerable: false,
111
133
  configurable: true
@@ -115,11 +137,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
115
137
  * Gets or sets the amount of top padding to use for the cell content for this column.
116
138
  */
117
139
  get: function () {
118
- return this.i.hf;
140
+ return this.i.hg;
119
141
  },
120
142
  set: function (v) {
121
- this.i.hf = +v;
122
- this._a("paddingTop", this.i.hf);
143
+ this.i.hg = +v;
144
+ this._a("paddingTop", this.i.hg);
123
145
  },
124
146
  enumerable: false,
125
147
  configurable: true
@@ -129,11 +151,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
129
151
  * Gets or sets the amount of right padding to use for the cell content of this column.
130
152
  */
131
153
  get: function () {
132
- return this.i.he;
154
+ return this.i.hf;
133
155
  },
134
156
  set: function (v) {
135
- this.i.he = +v;
136
- this._a("paddingRight", this.i.he);
157
+ this.i.hf = +v;
158
+ this._a("paddingRight", this.i.hf);
137
159
  },
138
160
  enumerable: false,
139
161
  configurable: true
@@ -143,33 +165,33 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
143
165
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
144
166
  */
145
167
  get: function () {
146
- return this.i.hc;
168
+ return this.i.hd;
147
169
  },
148
170
  set: function (v) {
149
- this.i.hc = +v;
150
- this._a("paddingBottom", this.i.hc);
171
+ this.i.hd = +v;
172
+ this._a("paddingBottom", this.i.hd);
151
173
  },
152
174
  enumerable: false,
153
175
  configurable: true
154
176
  });
155
177
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "isCollapsable", {
156
178
  get: function () {
157
- return this.i.g6;
179
+ return this.i.g7;
158
180
  },
159
181
  set: function (v) {
160
- this.i.g6 = ensureBool(v);
161
- this._a("isCollapsable", this.i.g6);
182
+ this.i.g7 = ensureBool(v);
183
+ this._a("isCollapsable", this.i.g7);
162
184
  },
163
185
  enumerable: false,
164
186
  configurable: true
165
187
  });
166
188
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "summaryDisplayMode", {
167
189
  get: function () {
168
- return this.i.g3;
190
+ return this.i.g4;
169
191
  },
170
192
  set: function (v) {
171
- this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
172
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g3));
193
+ this.i.g4 = ensureEnum(GroupSummaryDisplayMode_$type, v);
194
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g4));
173
195
  },
174
196
  enumerable: false,
175
197
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
7
8
  import { IgcSectionHeaderComponent } from './igc-section-header-component';
8
9
  import { SectionHeader } from './SectionHeader';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcSectionHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcSectionHeaderModule() {
12
13
  }
13
14
  IgcSectionHeaderModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
14
16
  IgcSectionHeaderComponent.register();
15
17
  TypeRegistrar.registerCons("IgcSectionHeaderComponent", IgcSectionHeaderComponent);
16
18
  TypeRegistrar.register("SectionHeader", SectionHeader.$type);
@@ -29,10 +29,10 @@ var IgcSummaryCellInfo = /** @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.n8;
32
+ return this.i.od;
33
33
  },
34
34
  set: function (v) {
35
- this.i.n8 = v;
35
+ this.i.od = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSummaryCellInfo = /** @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.oa;
45
+ return this.i.of;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oa = v;
48
+ this.i.of = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,25 +55,25 @@ var IgcSummaryCellInfo = /** @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.of);
58
+ return brushToString(this.i.ok);
59
59
  },
60
60
  set: function (v) {
61
- this.i.of = stringToBrush(v);
61
+ this.i.ok = stringToBrush(v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  Object.defineProperty(IgcSummaryCellInfo.prototype, "font", {
67
67
  get: function () {
68
- if (this.i.n1 == null) {
68
+ if (this.i.n6 == null) {
69
69
  return null;
70
70
  }
71
- return this.i.n1.fontString;
71
+ return this.i.n6.fontString;
72
72
  },
73
73
  set: function (v) {
74
74
  var fi = new FontInfo();
75
75
  fi.fontString = v;
76
- this.i.n1 = fi;
76
+ this.i.n6 = fi;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true
@@ -65,11 +65,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
65
65
  * Gets or sets the background color for summary cells when selected.
66
66
  */
67
67
  get: function () {
68
- return brushToString(this.i.hy);
68
+ return brushToString(this.i.hz);
69
69
  },
70
70
  set: function (v) {
71
- this.i.hy = stringToBrush(v);
72
- this._a("selectedBackground", brushToString(this.i.hy));
71
+ this.i.hz = stringToBrush(v);
72
+ this._a("selectedBackground", brushToString(this.i.hz));
73
73
  },
74
74
  enumerable: false,
75
75
  configurable: true
@@ -79,11 +79,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets the actual background color for summary cells when selected.
80
80
  */
81
81
  get: function () {
82
- return brushToString(this.i.hv);
82
+ return brushToString(this.i.hw);
83
83
  },
84
84
  set: function (v) {
85
- this.i.hv = stringToBrush(v);
86
- this._a("actualSelectedBackground", brushToString(this.i.hv));
85
+ this.i.hw = stringToBrush(v);
86
+ this._a("actualSelectedBackground", brushToString(this.i.hw));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,11 +93,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the text color for the summary labels.
94
94
  */
95
95
  get: function () {
96
- return brushToString(this.i.hz);
96
+ return brushToString(this.i.h0);
97
97
  },
98
98
  set: function (v) {
99
- this.i.hz = stringToBrush(v);
100
- this._a("summaryLabelTextColor", brushToString(this.i.hz));
99
+ this.i.h0 = stringToBrush(v);
100
+ this._a("summaryLabelTextColor", brushToString(this.i.h0));
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,11 +107,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
107
107
  * Gets the actual text color for the summary labels.
108
108
  */
109
109
  get: function () {
110
- return brushToString(this.i.hw);
110
+ return brushToString(this.i.hx);
111
111
  },
112
112
  set: function (v) {
113
- this.i.hw = stringToBrush(v);
114
- this._a("actualSummaryLabelTextColor", brushToString(this.i.hw));
113
+ this.i.hx = stringToBrush(v);
114
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.hx));
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -140,11 +140,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
140
140
  * Gets or sets the amount of left padding to use for the cell content for this column.
141
141
  */
142
142
  get: function () {
143
- return this.i.hb;
143
+ return this.i.hc;
144
144
  },
145
145
  set: function (v) {
146
- this.i.hb = +v;
147
- this._a("paddingLeft", this.i.hb);
146
+ this.i.hc = +v;
147
+ this._a("paddingLeft", this.i.hc);
148
148
  },
149
149
  enumerable: false,
150
150
  configurable: true
@@ -154,11 +154,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
154
154
  * Gets or sets the amount of top padding to use for the cell content for this column.
155
155
  */
156
156
  get: function () {
157
- return this.i.hd;
157
+ return this.i.he;
158
158
  },
159
159
  set: function (v) {
160
- this.i.hd = +v;
161
- this._a("paddingTop", this.i.hd);
160
+ this.i.he = +v;
161
+ this._a("paddingTop", this.i.he);
162
162
  },
163
163
  enumerable: false,
164
164
  configurable: true
@@ -168,11 +168,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
168
168
  * Gets or sets the amount of right padding to use for the cell content of this column.
169
169
  */
170
170
  get: function () {
171
- return this.i.hc;
171
+ return this.i.hd;
172
172
  },
173
173
  set: function (v) {
174
- this.i.hc = +v;
175
- this._a("paddingRight", this.i.hc);
174
+ this.i.hd = +v;
175
+ this._a("paddingRight", this.i.hd);
176
176
  },
177
177
  enumerable: false,
178
178
  configurable: true
@@ -182,11 +182,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
182
182
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
183
183
  */
184
184
  get: function () {
185
- return this.i.ha;
185
+ return this.i.hb;
186
186
  },
187
187
  set: function (v) {
188
- this.i.ha = +v;
189
- this._a("paddingBottom", this.i.ha);
188
+ this.i.hb = +v;
189
+ this._a("paddingBottom", this.i.hb);
190
190
  },
191
191
  enumerable: false,
192
192
  configurable: true
@@ -27,10 +27,10 @@ var IgcTemplateCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the value to provide to the template.
28
28
  */
29
29
  get: function () {
30
- return this.i.n2;
30
+ return this.i.n7;
31
31
  },
32
32
  set: function (v) {
33
- this.i.n2 = v;
33
+ this.i.n7 = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateCellInfo } from './igc-template-cell-info';
7
8
  import { IgcTemplateColumnComponent } from './igc-template-column-component';
8
9
  import { TemplateColumn } from './TemplateColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTemplateColumnModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTemplateColumnModule() {
12
13
  }
13
14
  IgcTemplateColumnModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTemplateCellInfo", IgcTemplateCellInfo);
14
16
  IgcTemplateColumnComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTemplateColumnComponent", IgcTemplateColumnComponent);
16
18
  TypeRegistrar.register("TemplateColumn", TemplateColumn.$type);
@@ -28,10 +28,10 @@ var IgcTemplateHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets whether the filter UI should be visible in the header.
29
29
  */
30
30
  get: function () {
31
- return this.i.n5;
31
+ return this.i.oa;
32
32
  },
33
33
  set: function (v) {
34
- this.i.n5 = ensureBool(v);
34
+ this.i.oa = ensureBool(v);
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateHeaderCellInfo } from './igc-template-header-cell-info';
7
8
  import { IgcTemplateHeaderComponent } from './igc-template-header-component';
8
9
  import { TemplateHeader } from './TemplateHeader';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTemplateHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTemplateHeaderModule() {
12
13
  }
13
14
  IgcTemplateHeaderModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTemplateHeaderCellInfo", IgcTemplateHeaderCellInfo);
14
16
  IgcTemplateHeaderComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTemplateHeaderComponent", IgcTemplateHeaderComponent);
16
18
  TypeRegistrar.register("TemplateHeader", TemplateHeader.$type);
@@ -4,6 +4,8 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateSectionHeaderCellInfo } from './igc-template-section-header-cell-info';
8
+ import { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
7
9
  import { IgcTemplateSectionHeaderComponent } from './igc-template-section-header-component';
8
10
  import { TemplateSectionHeader } from './TemplateSectionHeader';
9
11
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +13,8 @@ var IgcTemplateSectionHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
13
  function IgcTemplateSectionHeaderModule() {
12
14
  }
13
15
  IgcTemplateSectionHeaderModule.register = function () {
16
+ TypeRegistrar.registerCons("IgcTemplateSectionHeaderCellInfo", IgcTemplateSectionHeaderCellInfo);
17
+ TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
14
18
  IgcTemplateSectionHeaderComponent.register();
15
19
  TypeRegistrar.registerCons("IgcTemplateSectionHeaderComponent", IgcTemplateSectionHeaderComponent);
16
20
  TypeRegistrar.register("TemplateSectionHeader", TemplateSectionHeader.$type);
@@ -27,10 +27,10 @@ var IgcTextCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the text value for the cell.
28
28
  */
29
29
  get: function () {
30
- return this.i.n2;
30
+ return this.i.n7;
31
31
  },
32
32
  set: function (v) {
33
- this.i.n2 = v;
33
+ this.i.n7 = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -79,11 +79,11 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets or sets the editor type used for editing cells in this column.
80
80
  */
81
81
  get: function () {
82
- return this.i.qq;
82
+ return this.i.r4;
83
83
  },
84
84
  set: function (v) {
85
- this.i.qq = ensureEnum(EditorType_$type, v);
86
- this._a("editorType", enumToString(EditorType_$type, this.i.qq));
85
+ this.i.r4 = ensureEnum(EditorType_$type, v);
86
+ this._a("editorType", enumToString(EditorType_$type, this.i.r4));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,10 +93,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the ComboBox data source.
94
94
  */
95
95
  get: function () {
96
- return this.i.qr;
96
+ return this.i.r5;
97
97
  },
98
98
  set: function (v) {
99
- this.i.qr = v;
99
+ this.i.r5 = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
106
106
  * Gets or sets the ComboBox text field.
107
107
  */
108
108
  get: function () {
109
- return this.i.qt;
109
+ return this.i.r7;
110
110
  },
111
111
  set: function (v) {
112
- this.i.qt = v;
112
+ this.i.r7 = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,10 +119,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
119
119
  * Gets or sets the ComboBox value field.
120
120
  */
121
121
  get: function () {
122
- return this.i.qu;
122
+ return this.i.r8;
123
123
  },
124
124
  set: function (v) {
125
- this.i.qu = v;
125
+ this.i.r8 = v;
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTextCellInfo } from './igc-text-cell-info';
7
8
  import { IgcTextColumnComponent } from './igc-text-column-component';
8
9
  import { TextColumn } from './TextColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTextColumnModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTextColumnModule() {
12
13
  }
13
14
  IgcTextColumnModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTextCellInfo", IgcTextCellInfo);
14
16
  IgcTextColumnComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTextColumnComponent", IgcTextColumnComponent);
16
18
  TypeRegistrar.register("TextColumn", TextColumn.$type);