igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -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.hz);
41
+ return brushToString(this.i.h0);
42
42
  },
43
43
  set: function (v) {
44
- this.i.hz = stringToBrush(v);
44
+ this.i.h0 = 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.hw);
54
+ return brushToString(this.i.hx);
55
55
  },
56
56
  set: function (v) {
57
- this.i.hw = stringToBrush(v);
57
+ this.i.hx = 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.h0);
67
+ return brushToString(this.i.h1);
68
68
  },
69
69
  set: function (v) {
70
- this.i.h0 = stringToBrush(v);
70
+ this.i.h1 = stringToBrush(v);
71
71
  },
72
72
  enumerable: false,
73
73
  configurable: true
@@ -77,28 +77,28 @@ 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.hx);
80
+ return brushToString(this.i.hy);
81
81
  },
82
82
  set: function (v) {
83
- this.i.hx = stringToBrush(v);
83
+ this.i.hy = stringToBrush(v);
84
84
  },
85
85
  enumerable: false,
86
86
  configurable: true
87
87
  });
88
- Object.defineProperty(IgxSummaryRowComponent.prototype, "summaryNameTextStyle", {
88
+ Object.defineProperty(IgxSummaryRowComponent.prototype, "summaryLabelTextStyle", {
89
89
  /**
90
90
  * Gets or sets the text style for the summary labels.
91
91
  */
92
92
  get: function () {
93
- if (this.i.summaryNameTextStyle == null) {
93
+ if (this.i.summaryLabelTextStyle == null) {
94
94
  return null;
95
95
  }
96
- return this.i.summaryNameTextStyle.fontString;
96
+ return this.i.summaryLabelTextStyle.fontString;
97
97
  },
98
98
  set: function (v) {
99
99
  var fi = new FontInfo();
100
100
  fi.fontString = v;
101
- this.i.summaryNameTextStyle = fi;
101
+ this.i.summaryLabelTextStyle = fi;
102
102
  },
103
103
  enumerable: false,
104
104
  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.hc;
111
+ return this.i.hd;
112
112
  },
113
113
  set: function (v) {
114
- this.i.hc = +v;
114
+ this.i.hd = +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.he;
124
+ return this.i.hf;
125
125
  },
126
126
  set: function (v) {
127
- this.i.he = +v;
127
+ this.i.hf = +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.hd;
137
+ return this.i.he;
138
138
  },
139
139
  set: function (v) {
140
- this.i.hd = +v;
140
+ this.i.he = +v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -147,16 +147,16 @@ 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.hb;
150
+ return this.i.hc;
151
151
  },
152
152
  set: function (v) {
153
- this.i.hb = +v;
153
+ this.i.hc = +v;
154
154
  },
155
155
  enumerable: false,
156
156
  configurable: true
157
157
  });
158
158
  IgxSummaryRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
159
- IgxSummaryRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSummaryRowComponent, selector: "ng-component", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", summaryLabelTextColor: "summaryLabelTextColor", actualSummaryLabelTextColor: "actualSummaryLabelTextColor", summaryNameTextStyle: "summaryNameTextStyle", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
159
+ IgxSummaryRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSummaryRowComponent, selector: "ng-component", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", summaryLabelTextColor: "summaryLabelTextColor", actualSummaryLabelTextColor: "actualSummaryLabelTextColor", summaryLabelTextStyle: "summaryLabelTextStyle", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
160
160
  return IgxSummaryRowComponent;
161
161
  }(IgxDefinitionBaseComponent));
162
162
  export { IgxSummaryRowComponent };
@@ -173,7 +173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
173
173
  type: Input
174
174
  }], actualSummaryLabelTextColor: [{
175
175
  type: Input
176
- }], summaryNameTextStyle: [{
176
+ }], summaryLabelTextStyle: [{
177
177
  type: Input
178
178
  }], paddingLeft: [{
179
179
  type: Input
@@ -10,11 +10,13 @@ import { IgxSummaryRowRootModule } from './igx-summary-row-root-module';
10
10
  import { IgxSummaryRowRootComponent } from './igx-summary-row-root-component';
11
11
  import { SummaryRowRoot } from './SummaryRowRoot';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxSummaryCellInfo } from './igx-summary-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  var IgxSummaryRowRootDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
16
  function IgxSummaryRowRootDynamicModule() {
16
17
  TypeRegistrar.registerCons("IgxSummaryRowRootComponent", IgxSummaryRowRootComponent);
17
18
  TypeRegistrar.register("SummaryRowRoot", SummaryRowRoot.$type);
19
+ TypeRegistrar.registerCons("IgxSummaryCellInfo", IgxSummaryCellInfo);
18
20
  }
19
21
  IgxSummaryRowRootDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowRootDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
22
  IgxSummaryRowRootDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowRootDynamicModule, imports: [CommonModule, IgxSummaryRowRootModule], exports: [IgxSummaryRowRootModule] });
@@ -10,11 +10,13 @@ import { IgxSummaryRowSectionModule } from './igx-summary-row-section-module';
10
10
  import { IgxSummaryRowSectionComponent } from './igx-summary-row-section-component';
11
11
  import { SummaryRowSection } from './SummaryRowSection';
12
12
  import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { IgxSummaryCellInfo } from './igx-summary-cell-info';
13
14
  import * as i0 from "@angular/core";
14
15
  var IgxSummaryRowSectionDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
16
  function IgxSummaryRowSectionDynamicModule() {
16
17
  TypeRegistrar.registerCons("IgxSummaryRowSectionComponent", IgxSummaryRowSectionComponent);
17
18
  TypeRegistrar.register("SummaryRowSection", SummaryRowSection.$type);
19
+ TypeRegistrar.registerCons("IgxSummaryCellInfo", IgxSummaryCellInfo);
18
20
  }
19
21
  IgxSummaryRowSectionDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowSectionDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
22
  IgxSummaryRowSectionDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowSectionDynamicModule, imports: [CommonModule, IgxSummaryRowSectionModule], exports: [IgxSummaryRowSectionModule] });
@@ -27,10 +27,10 @@ var IgxTemplateCellInfo = /** @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.ob;
30
+ return this.i.oe;
31
31
  },
32
32
  set: function (v) {
33
- this.i.ob = v;
33
+ this.i.oe = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -28,10 +28,10 @@ var IgxTemplateHeaderCellInfo = /** @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.oe;
31
+ return this.i.oh;
32
32
  },
33
33
  set: function (v) {
34
- this.i.oe = ensureBool(v);
34
+ this.i.oh = ensureBool(v);
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -27,10 +27,10 @@ var IgxTextCellInfo = /** @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.ob;
30
+ return this.i.oe;
31
31
  },
32
32
  set: function (v) {
33
- this.i.ob = v;
33
+ this.i.oe = v;
34
34
  },
35
35
  enumerable: false,
36
36
  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.se;
49
+ return this.i.s0;
50
50
  },
51
51
  set: function (v) {
52
- this.i.se = ensureEnum(EditorType_$type, v);
52
+ this.i.s0 = 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.sf;
62
+ return this.i.s1;
63
63
  },
64
64
  set: function (v) {
65
- this.i.sf = v;
65
+ this.i.s1 = 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.sh;
75
+ return this.i.s3;
76
76
  },
77
77
  set: function (v) {
78
- this.i.sh = v;
78
+ this.i.s3 = 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.si;
88
+ return this.i.s4;
89
89
  },
90
90
  set: function (v) {
91
- this.i.si = v;
91
+ this.i.s4 = v;
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -33,20 +33,20 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
33
33
  * Sets or gets whether the filter UI should be visible in the header.
34
34
  */
35
35
  get: function () {
36
- return this.i.oq;
36
+ return this.i.ot;
37
37
  },
38
38
  set: function (v) {
39
- this.i.oq = ensureBool(v);
39
+ this.i.ot = ensureBool(v);
40
40
  },
41
41
  enumerable: false,
42
42
  configurable: true
43
43
  });
44
44
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
45
45
  get: function () {
46
- return this.i.oi;
46
+ return this.i.ol;
47
47
  },
48
48
  set: function (v) {
49
- this.i.oi = ensureEnum(SortIndicatorStyle_$type, v);
49
+ this.i.ol = ensureEnum(SortIndicatorStyle_$type, v);
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
56
56
  * Gets or sets the alignment of the column options icon within the header cell.
57
57
  */
58
58
  get: function () {
59
- return this.i.oe;
59
+ return this.i.oh;
60
60
  },
61
61
  set: function (v) {
62
- this.i.oe = ensureEnum(ColumnOptionsIconAlignment_$type, v);
62
+ this.i.oh = ensureEnum(ColumnOptionsIconAlignment_$type, v);
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -69,10 +69,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
69
69
  * Gets or sets the color for the column options icon in the header.
70
70
  */
71
71
  get: function () {
72
- return brushToString(this.i.qc);
72
+ return brushToString(this.i.qo);
73
73
  },
74
74
  set: function (v) {
75
- this.i.qc = stringToBrush(v);
75
+ this.i.qo = stringToBrush(v);
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,10 +82,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
82
82
  * Gets or sets how the column option icon will behave in the header.
83
83
  */
84
84
  get: function () {
85
- return this.i.og;
85
+ return this.i.oj;
86
86
  },
87
87
  set: function (v) {
88
- this.i.og = ensureEnum(ColumnOptionsIconBehavior_$type, v);
88
+ this.i.oj = ensureEnum(ColumnOptionsIconBehavior_$type, v);
89
89
  },
90
90
  enumerable: false,
91
91
  configurable: true
@@ -95,10 +95,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  * Gets or sets the column options theme.
96
96
  */
97
97
  get: function () {
98
- return this.i.ok;
98
+ return this.i.on;
99
99
  },
100
100
  set: function (v) {
101
- this.i.ok = ensureEnum(BaseControlTheme_$type, v);
101
+ this.i.on = ensureEnum(BaseControlTheme_$type, v);
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,10 +108,49 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
108
108
  * Gets or sets the column options dropdown background color.
109
109
  */
110
110
  get: function () {
111
- return brushToString(this.i.p7);
111
+ return brushToString(this.i.qj);
112
112
  },
113
113
  set: function (v) {
114
- this.i.p7 = stringToBrush(v);
114
+ this.i.qj = stringToBrush(v);
115
+ },
116
+ enumerable: false,
117
+ configurable: true
118
+ });
119
+ Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsScrollbarBackground", {
120
+ /**
121
+ * Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
122
+ */
123
+ get: function () {
124
+ return brushToString(this.i.qq);
125
+ },
126
+ set: function (v) {
127
+ this.i.qq = stringToBrush(v);
128
+ },
129
+ enumerable: false,
130
+ configurable: true
131
+ });
132
+ Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsScrollbarHoverBackground", {
133
+ /**
134
+ * Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
135
+ */
136
+ get: function () {
137
+ return brushToString(this.i.qr);
138
+ },
139
+ set: function (v) {
140
+ this.i.qr = stringToBrush(v);
141
+ },
142
+ enumerable: false,
143
+ configurable: true
144
+ });
145
+ Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsScrollbarActiveBackground", {
146
+ /**
147
+ * Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
148
+ */
149
+ get: function () {
150
+ return brushToString(this.i.qp);
151
+ },
152
+ set: function (v) {
153
+ this.i.qp = stringToBrush(v);
115
154
  },
116
155
  enumerable: false,
117
156
  configurable: true
@@ -121,10 +160,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
121
160
  * Gets or sets the text color for text inside the column options menu.
122
161
  */
123
162
  get: function () {
124
- return brushToString(this.i.qe);
163
+ return brushToString(this.i.qt);
125
164
  },
126
165
  set: function (v) {
127
- this.i.qe = stringToBrush(v);
166
+ this.i.qt = stringToBrush(v);
128
167
  },
129
168
  enumerable: false,
130
169
  configurable: true
@@ -134,55 +173,55 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
134
173
  * Gets or sets the font settings for text inside the column options menu.
135
174
  */
136
175
  get: function () {
137
- if (this.i.oo == null) {
176
+ if (this.i.or == null) {
138
177
  return null;
139
178
  }
140
- return this.i.oo.fontString;
179
+ return this.i.or.fontString;
141
180
  },
142
181
  set: function (v) {
143
182
  var fi = new FontInfo();
144
183
  fi.fontString = v;
145
- this.i.oo = fi;
184
+ this.i.or = fi;
146
185
  },
147
186
  enumerable: false,
148
187
  configurable: true
149
188
  });
150
189
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
151
190
  get: function () {
152
- return brushToString(this.i.qb);
191
+ return brushToString(this.i.qn);
153
192
  },
154
193
  set: function (v) {
155
- this.i.qb = stringToBrush(v);
194
+ this.i.qn = stringToBrush(v);
156
195
  },
157
196
  enumerable: false,
158
197
  configurable: true
159
198
  });
160
199
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
161
200
  get: function () {
162
- return brushToString(this.i.qf);
201
+ return brushToString(this.i.qu);
163
202
  },
164
203
  set: function (v) {
165
- this.i.qf = stringToBrush(v);
204
+ this.i.qu = stringToBrush(v);
166
205
  },
167
206
  enumerable: false,
168
207
  configurable: true
169
208
  });
170
209
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsToolTipTextColor", {
171
210
  get: function () {
172
- return brushToString(this.i.qg);
211
+ return brushToString(this.i.qv);
173
212
  },
174
213
  set: function (v) {
175
- this.i.qg = stringToBrush(v);
214
+ this.i.qv = stringToBrush(v);
176
215
  },
177
216
  enumerable: false,
178
217
  configurable: true
179
218
  });
180
219
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
181
220
  get: function () {
182
- return brushToString(this.i.qa);
221
+ return brushToString(this.i.qm);
183
222
  },
184
223
  set: function (v) {
185
- this.i.qa = stringToBrush(v);
224
+ this.i.qm = stringToBrush(v);
186
225
  },
187
226
  enumerable: false,
188
227
  configurable: true
@@ -192,10 +231,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
192
231
  * Gets or sets the color of separators inside the column options menu.
193
232
  */
194
233
  get: function () {
195
- return brushToString(this.i.qd);
234
+ return brushToString(this.i.qs);
196
235
  },
197
236
  set: function (v) {
198
- this.i.qd = stringToBrush(v);
237
+ this.i.qs = stringToBrush(v);
199
238
  },
200
239
  enumerable: false,
201
240
  configurable: true
@@ -205,10 +244,10 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
205
244
  * Gets or sets the background color for group headers inside the column options menu.
206
245
  */
207
246
  get: function () {
208
- return brushToString(this.i.p8);
247
+ return brushToString(this.i.qk);
209
248
  },
210
249
  set: function (v) {
211
- this.i.p8 = stringToBrush(v);
250
+ this.i.qk = stringToBrush(v);
212
251
  },
213
252
  enumerable: false,
214
253
  configurable: true
@@ -218,45 +257,45 @@ var IgxTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
218
257
  * Gets or sets the text color for group headers inside the column options menu.
219
258
  */
220
259
  get: function () {
221
- return brushToString(this.i.p9);
260
+ return brushToString(this.i.ql);
222
261
  },
223
262
  set: function (v) {
224
- this.i.p9 = stringToBrush(v);
263
+ this.i.ql = stringToBrush(v);
225
264
  },
226
265
  enumerable: false,
227
266
  configurable: true
228
267
  });
229
268
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextStyle", {
230
269
  get: function () {
231
- if (this.i.on == null) {
270
+ if (this.i.oq == null) {
232
271
  return null;
233
272
  }
234
- return this.i.on.fontString;
273
+ return this.i.oq.fontString;
235
274
  },
236
275
  set: function (v) {
237
276
  var fi = new FontInfo();
238
277
  fi.fontString = v;
239
- this.i.on = fi;
278
+ this.i.oq = fi;
240
279
  },
241
280
  enumerable: false,
242
281
  configurable: true
243
282
  });
244
283
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
245
284
  get: function () {
246
- return brushToString(this.i.p6);
285
+ return brushToString(this.i.qi);
247
286
  },
248
287
  set: function (v) {
249
- this.i.p6 = stringToBrush(v);
288
+ this.i.qi = stringToBrush(v);
250
289
  },
251
290
  enumerable: false,
252
291
  configurable: true
253
292
  });
254
293
  Object.defineProperty(IgxTextHeaderCellInfo.prototype, "columnOptionsRowHeight", {
255
294
  get: function () {
256
- return this.i.o2;
295
+ return this.i.o5;
257
296
  },
258
297
  set: function (v) {
259
- this.i.o2 = +v;
298
+ this.i.o5 = +v;
260
299
  },
261
300
  enumerable: false,
262
301
  configurable: true