igniteui-angular-data-grids 21.0.0 → 21.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -40,137 +40,137 @@ export let IgxNumericColumnComponent = /*@__PURE__*/ (() => {
40
40
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
41
41
  */
42
42
  get negativePrefix() {
43
- return this.i.p4;
43
+ return this.i.rl;
44
44
  }
45
45
  set negativePrefix(v) {
46
- this.i.p4 = v;
46
+ this.i.rl = v;
47
47
  }
48
48
  /**
49
49
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
50
50
  */
51
51
  get positivePrefix() {
52
- return this.i.p8;
52
+ return this.i.rp;
53
53
  }
54
54
  set positivePrefix(v) {
55
- this.i.p8 = v;
55
+ this.i.rp = v;
56
56
  }
57
57
  /**
58
58
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
59
59
  */
60
60
  get negativeSuffix() {
61
- return this.i.p6;
61
+ return this.i.rn;
62
62
  }
63
63
  set negativeSuffix(v) {
64
- this.i.p6 = v;
64
+ this.i.rn = v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
68
68
  */
69
69
  get positiveSuffix() {
70
- return this.i.qa;
70
+ return this.i.rr;
71
71
  }
72
72
  set positiveSuffix(v) {
73
- this.i.qa = v;
73
+ this.i.rr = v;
74
74
  }
75
75
  /**
76
76
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
77
77
  */
78
78
  get maxFractionDigits() {
79
- return this.i.pj;
79
+ return this.i.q0;
80
80
  }
81
81
  set maxFractionDigits(v) {
82
- this.i.pj = +v;
82
+ this.i.q0 = +v;
83
83
  }
84
84
  /**
85
85
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
86
86
  */
87
87
  get minFractionDigits() {
88
- return this.i.pk;
88
+ return this.i.q1;
89
89
  }
90
90
  set minFractionDigits(v) {
91
- this.i.pk = +v;
91
+ this.i.q1 = +v;
92
92
  }
93
93
  /**
94
94
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
95
95
  */
96
96
  get minIntegerDigits() {
97
- return this.i.pl;
97
+ return this.i.q2;
98
98
  }
99
99
  set minIntegerDigits(v) {
100
- this.i.pl = +v;
100
+ this.i.q2 = +v;
101
101
  }
102
102
  /**
103
103
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
104
104
  */
105
105
  get showGroupingSeparator() {
106
- return this.i.pe;
106
+ return this.i.qv;
107
107
  }
108
108
  set showGroupingSeparator(v) {
109
- this.i.pe = ensureBool(v);
109
+ this.i.qv = ensureBool(v);
110
110
  }
111
111
  /**
112
112
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
113
113
  */
114
114
  get formatString() {
115
- return this.i.pz;
115
+ return this.i.rg;
116
116
  }
117
117
  set formatString(v) {
118
- this.i.pz = v;
118
+ this.i.rg = v;
119
119
  }
120
120
  get formatSpecifiers() {
121
- return this.i.pa;
121
+ return this.i.qr;
122
122
  }
123
123
  set formatSpecifiers(v) {
124
124
  if (v && !Array.isArray(v) && typeof (v) == "string") {
125
125
  const re = /\s*(?:,|\s|$)\s*/gm;
126
126
  v = v.split(re);
127
127
  }
128
- this.i.pa = v;
128
+ this.i.qr = v;
129
129
  }
130
130
  /**
131
131
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
132
132
  */
133
133
  get formatOverride() {
134
- return this.i.po;
134
+ return this.i.q5;
135
135
  }
136
136
  set formatOverride(v) {
137
- this.i.po = v;
137
+ this.i.q5 = v;
138
138
  }
139
139
  /**
140
140
  * Gets or sets the editor type used for editing cells in this column.
141
141
  */
142
142
  get editorType() {
143
- return this.i.pc;
143
+ return this.i.qt;
144
144
  }
145
145
  set editorType(v) {
146
- this.i.pc = ensureEnum(EditorType_$type, v);
146
+ this.i.qt = ensureEnum(EditorType_$type, v);
147
147
  }
148
148
  /**
149
149
  * Gets or sets the ComboBox data source.
150
150
  */
151
151
  get editorDataSource() {
152
- return this.i.pn;
152
+ return this.i.q4;
153
153
  }
154
154
  set editorDataSource(v) {
155
- this.i.pn = v;
155
+ this.i.q4 = v;
156
156
  }
157
157
  /**
158
158
  * Gets or sets the ComboBox text field.
159
159
  */
160
160
  get editorTextField() {
161
- return this.i.pu;
161
+ return this.i.rb;
162
162
  }
163
163
  set editorTextField(v) {
164
- this.i.pu = v;
164
+ this.i.rb = v;
165
165
  }
166
166
  /**
167
167
  * Gets or sets the ComboBox value field.
168
168
  */
169
169
  get editorValueField() {
170
- return this.i.pv;
170
+ return this.i.rc;
171
171
  }
172
172
  set editorValueField(v) {
173
- this.i.pv = v;
173
+ this.i.rc = v;
174
174
  }
175
175
  findByName(name) {
176
176
  var baseResult = super.findByName(name);
@@ -36,64 +36,64 @@ export let IgxSectionHeaderComponent = /*@__PURE__*/ (() => {
36
36
  }
37
37
  }
38
38
  get selectedBackground() {
39
- return brushToString(this.i.ht);
39
+ return brushToString(this.i.hv);
40
40
  }
41
41
  set selectedBackground(v) {
42
- this.i.ht = stringToBrush(v);
42
+ this.i.hv = stringToBrush(v);
43
43
  }
44
44
  get actualSelectedBackground() {
45
- return brushToString(this.i.hs);
45
+ return brushToString(this.i.hu);
46
46
  }
47
47
  set actualSelectedBackground(v) {
48
- this.i.hs = stringToBrush(v);
48
+ this.i.hu = stringToBrush(v);
49
49
  }
50
50
  /**
51
51
  * Gets or sets the amount of left padding to use for the cell content for this column.
52
52
  */
53
53
  get paddingLeft() {
54
- return this.i.hb;
54
+ return this.i.hd;
55
55
  }
56
56
  set paddingLeft(v) {
57
- this.i.hb = +v;
57
+ this.i.hd = +v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the amount of top padding to use for the cell content for this column.
61
61
  */
62
62
  get paddingTop() {
63
- return this.i.hd;
63
+ return this.i.hf;
64
64
  }
65
65
  set paddingTop(v) {
66
- this.i.hd = +v;
66
+ this.i.hf = +v;
67
67
  }
68
68
  /**
69
69
  * Gets or sets the amount of right padding to use for the cell content of this column.
70
70
  */
71
71
  get paddingRight() {
72
- return this.i.hc;
72
+ return this.i.he;
73
73
  }
74
74
  set paddingRight(v) {
75
- this.i.hc = +v;
75
+ this.i.he = +v;
76
76
  }
77
77
  /**
78
78
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
79
79
  */
80
80
  get paddingBottom() {
81
- return this.i.ha;
81
+ return this.i.hc;
82
82
  }
83
83
  set paddingBottom(v) {
84
- this.i.ha = +v;
84
+ this.i.hc = +v;
85
85
  }
86
86
  get isCollapsable() {
87
- return this.i.g4;
87
+ return this.i.g6;
88
88
  }
89
89
  set isCollapsable(v) {
90
- this.i.g4 = ensureBool(v);
90
+ this.i.g6 = ensureBool(v);
91
91
  }
92
92
  get summaryDisplayMode() {
93
- return this.i.g1;
93
+ return this.i.g3;
94
94
  }
95
95
  set summaryDisplayMode(v) {
96
- this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
96
+ this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
97
97
  }
98
98
  }
99
99
  IgxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -32,37 +32,37 @@ export let IgxSummaryRowComponent = /*@__PURE__*/ (() => {
32
32
  * Gets or sets the background color for summary cells when selected.
33
33
  */
34
34
  get selectedBackground() {
35
- return brushToString(this.i.hw);
35
+ return brushToString(this.i.hy);
36
36
  }
37
37
  set selectedBackground(v) {
38
- this.i.hw = stringToBrush(v);
38
+ this.i.hy = stringToBrush(v);
39
39
  }
40
40
  /**
41
41
  * Gets the actual background color for summary cells when selected.
42
42
  */
43
43
  get actualSelectedBackground() {
44
- return brushToString(this.i.ht);
44
+ return brushToString(this.i.hv);
45
45
  }
46
46
  set actualSelectedBackground(v) {
47
- this.i.ht = stringToBrush(v);
47
+ this.i.hv = stringToBrush(v);
48
48
  }
49
49
  /**
50
50
  * Gets or sets the text color for the summary labels.
51
51
  */
52
52
  get summaryLabelTextColor() {
53
- return brushToString(this.i.hx);
53
+ return brushToString(this.i.hz);
54
54
  }
55
55
  set summaryLabelTextColor(v) {
56
- this.i.hx = stringToBrush(v);
56
+ this.i.hz = stringToBrush(v);
57
57
  }
58
58
  /**
59
59
  * Gets the actual text color for the summary labels.
60
60
  */
61
61
  get actualSummaryLabelTextColor() {
62
- return brushToString(this.i.hu);
62
+ return brushToString(this.i.hw);
63
63
  }
64
64
  set actualSummaryLabelTextColor(v) {
65
- this.i.hu = stringToBrush(v);
65
+ this.i.hw = stringToBrush(v);
66
66
  }
67
67
  /**
68
68
  * Gets or sets the text style for the summary labels.
@@ -82,37 +82,37 @@ export let IgxSummaryRowComponent = /*@__PURE__*/ (() => {
82
82
  * Gets or sets the amount of left padding to use for the cell content for this column.
83
83
  */
84
84
  get paddingLeft() {
85
- return this.i.g9;
85
+ return this.i.hb;
86
86
  }
87
87
  set paddingLeft(v) {
88
- this.i.g9 = +v;
88
+ this.i.hb = +v;
89
89
  }
90
90
  /**
91
91
  * Gets or sets the amount of top padding to use for the cell content for this column.
92
92
  */
93
93
  get paddingTop() {
94
- return this.i.hb;
94
+ return this.i.hd;
95
95
  }
96
96
  set paddingTop(v) {
97
- this.i.hb = +v;
97
+ this.i.hd = +v;
98
98
  }
99
99
  /**
100
100
  * Gets or sets the amount of right padding to use for the cell content of this column.
101
101
  */
102
102
  get paddingRight() {
103
- return this.i.ha;
103
+ return this.i.hc;
104
104
  }
105
105
  set paddingRight(v) {
106
- this.i.ha = +v;
106
+ this.i.hc = +v;
107
107
  }
108
108
  /**
109
109
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
110
110
  */
111
111
  get paddingBottom() {
112
- return this.i.g8;
112
+ return this.i.ha;
113
113
  }
114
114
  set paddingBottom(v) {
115
- this.i.g8 = +v;
115
+ this.i.ha = +v;
116
116
  }
117
117
  }
118
118
  IgxSummaryRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -40,37 +40,37 @@ export let IgxTextColumnComponent = /*@__PURE__*/ (() => {
40
40
  * Gets or sets the editor type used for editing cells in this column.
41
41
  */
42
42
  get editorType() {
43
- return this.i.o9;
43
+ return this.i.qq;
44
44
  }
45
45
  set editorType(v) {
46
- this.i.o9 = ensureEnum(EditorType_$type, v);
46
+ this.i.qq = ensureEnum(EditorType_$type, v);
47
47
  }
48
48
  /**
49
49
  * Gets or sets the ComboBox data source.
50
50
  */
51
51
  get editorDataSource() {
52
- return this.i.pa;
52
+ return this.i.qr;
53
53
  }
54
54
  set editorDataSource(v) {
55
- this.i.pa = v;
55
+ this.i.qr = v;
56
56
  }
57
57
  /**
58
58
  * Gets or sets the ComboBox text field.
59
59
  */
60
60
  get editorTextField() {
61
- return this.i.pc;
61
+ return this.i.qt;
62
62
  }
63
63
  set editorTextField(v) {
64
- this.i.pc = v;
64
+ this.i.qt = v;
65
65
  }
66
66
  /**
67
67
  * Gets or sets the ComboBox value field.
68
68
  */
69
69
  get editorValueField() {
70
- return this.i.pd;
70
+ return this.i.qu;
71
71
  }
72
72
  set editorValueField(v) {
73
- this.i.pd = v;
73
+ this.i.qu = v;
74
74
  }
75
75
  }
76
76
  IgxTextColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxTextColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1,6 +1,7 @@
1
1
  import { SortIndicatorStyle_$type } from "./SortIndicatorStyle";
2
2
  import { ColumnOptionsIconAlignment_$type } from "./ColumnOptionsIconAlignment";
3
3
  import { ColumnOptionsIconBehavior_$type } from "./ColumnOptionsIconBehavior";
4
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
4
5
  import { IgxTextCellInfo } from "./igx-text-cell-info";
5
6
  import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
6
7
  import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-angular-core";
@@ -24,10 +25,10 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
24
25
  * Sets or gets whether the filter UI should be visible in the header.
25
26
  */
26
27
  get isColumnOptionsEnabled() {
27
- return this.i.ob;
28
+ return this.i.od;
28
29
  }
29
30
  set isColumnOptionsEnabled(v) {
30
- this.i.ob = ensureBool(v);
31
+ this.i.od = ensureBool(v);
31
32
  }
32
33
  get sortIndicatorStyle() {
33
34
  return this.i.n9;
@@ -48,10 +49,10 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
48
49
  * Gets or sets the color for the column options icon in the header.
49
50
  */
50
51
  get columnOptionsIconColor() {
51
- return brushToString(this.i.on);
52
+ return brushToString(this.i.pd);
52
53
  }
53
54
  set columnOptionsIconColor(v) {
54
- this.i.on = stringToBrush(v);
55
+ this.i.pd = stringToBrush(v);
55
56
  }
56
57
  /**
57
58
  * Gets or sets how the column option icon will behave in the header.
@@ -62,4 +63,64 @@ export class IgxTextHeaderCellInfo extends IgxTextCellInfo {
62
63
  set columnOptionsIconBehavior(v) {
63
64
  this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
64
65
  }
66
+ /**
67
+ * Gets or sets the column options theme.
68
+ */
69
+ get columnOptionsTheme() {
70
+ return this.i.ob;
71
+ }
72
+ set columnOptionsTheme(v) {
73
+ this.i.ob = ensureEnum(BaseControlTheme_$type, v);
74
+ }
75
+ /**
76
+ * Gets or sets the column options dropdown background color.
77
+ */
78
+ get columnOptionsBackground() {
79
+ return brushToString(this.i.pa);
80
+ }
81
+ set columnOptionsBackground(v) {
82
+ this.i.pa = stringToBrush(v);
83
+ }
84
+ /**
85
+ * Gets or sets the text color for text inside the column options menu.
86
+ */
87
+ get columnOptionsTextColor() {
88
+ return brushToString(this.i.pf);
89
+ }
90
+ set columnOptionsTextColor(v) {
91
+ this.i.pf = stringToBrush(v);
92
+ }
93
+ /**
94
+ * Gets or sets the color of separators inside the column options menu.
95
+ */
96
+ get columnOptionsSeparatorColor() {
97
+ return brushToString(this.i.pe);
98
+ }
99
+ set columnOptionsSeparatorColor(v) {
100
+ this.i.pe = stringToBrush(v);
101
+ }
102
+ /**
103
+ * Gets or sets the background color for group headers inside the column options menu.
104
+ */
105
+ get columnOptionsGroupHeaderBackground() {
106
+ return brushToString(this.i.pb);
107
+ }
108
+ set columnOptionsGroupHeaderBackground(v) {
109
+ this.i.pb = stringToBrush(v);
110
+ }
111
+ /**
112
+ * Gets or sets the text color for group headers inside the column options menu.
113
+ */
114
+ get columnOptionsGroupHeaderTextColor() {
115
+ return brushToString(this.i.pc);
116
+ }
117
+ set columnOptionsGroupHeaderTextColor(v) {
118
+ this.i.pc = stringToBrush(v);
119
+ }
120
+ get columnOptionsAccentColor() {
121
+ return brushToString(this.i.o9);
122
+ }
123
+ set columnOptionsAccentColor(v) {
124
+ this.i.o9 = stringToBrush(v);
125
+ }
65
126
  }
@@ -357,6 +357,7 @@ export * from './lib/GridColumnSpacer';
357
357
  export * from './lib/GridColumnSpacerCollection';
358
358
  export * from './lib/GridEffectGroup';
359
359
  export * from './lib/GridStyleRepository';
360
+ export * from './lib/GridStyleRepositoryKeys';
360
361
  export * from './lib/HoverManager';
361
362
  export * from './lib/IColumnGrouping';
362
363
  export * from './lib/IDataGridComponent';
@@ -57,7 +57,7 @@ var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  if (c == 1) {
58
58
  return b.color;
59
59
  }
60
- var d = BrushUtil.n(a, c, b, 0);
60
+ var d = BrushUtil.p(a, c, b, 0);
61
61
  return d.color;
62
62
  };
63
63
  Object.defineProperty(CanvasCellPresenterBase.prototype, "nativeCell", {
@@ -36,7 +36,7 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.pa(a, this.d);
39
+ c.qr(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -36,7 +36,7 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
36
36
  }
37
37
  var f = a;
38
38
  this.d.dc();
39
- c.hr(f, this.d);
39
+ c.ht(f, this.d);
40
40
  };
41
41
  CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateHeaderCellPresenter;
@@ -38,14 +38,14 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
38
38
  if (a.a5) {
39
39
  this.a.cx(a.nd, a.en, a.es, a.eq, a.el);
40
40
  if (a.bc(CellModel.ej)) {
41
- if (!a.bj && a.p.iz && a.bg && a.co == 1) {
41
+ if (!a.bj && a.p.i1 && a.bg && a.co == 1) {
42
42
  this.a.b9();
43
43
  }
44
44
  }
45
45
  }
46
46
  if (a.bs) {
47
47
  this.a.c1(a.f8, (a.e3 + a.ex + a.es + a.el));
48
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
48
+ this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
49
49
  }
50
50
  if (a.a7) {
51
51
  if (a.bm && !this.a.z) {
@@ -61,11 +61,11 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
61
61
  this.a.aa = a.a6;
62
62
  this.a.bi = a.ge;
63
63
  this.a.ab = a.be;
64
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
64
+ this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
65
65
  }
66
66
  if (a.bb("Indent")) {
67
67
  this.a.bi = a.ge;
68
- this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
68
+ this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
69
69
  }
70
70
  if (a.bb("IsExpanded")) {
71
71
  this.a.ab = a.be;
@@ -74,7 +74,7 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
74
74
  this.a.b3 = a.lk;
75
75
  }
76
76
  if (a.bc(CellModel.hv)) {
77
- this.a.ds = a.nw;
77
+ this.a.dt = a.nw;
78
78
  }
79
79
  if (a.bc(CellModel.hw)) {
80
80
  this.a.n = a.ak;
@@ -86,20 +86,20 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
86
86
  this.a.bv = a.k9;
87
87
  }
88
88
  if (a.bc(CellModel.hp)) {
89
- this.a.dr = a.nv;
89
+ this.a.ds = a.nv;
90
90
  }
91
91
  if (a.bc(CellModel.hn)) {
92
- this.a.dq = a.nu;
92
+ this.a.dr = a.nu;
93
93
  }
94
94
  if (a.bc(CellModel.hu)) {
95
95
  this.a.aj = a.c4;
96
96
  }
97
97
  if (a.bc(CellModel.hr) || a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.ht)) {
98
- this.a.du = new Rect(0, a.c1, a.c2, a.c3, a.c0);
98
+ this.a.dv = new Rect(0, a.c1, a.c2, a.c3, a.c0);
99
99
  }
100
100
  }
101
101
  if (a.bs && a.bm) {
102
- this.a.dj(a);
102
+ this.a.dk(a);
103
103
  }
104
104
  if (a.bb("DoClone")) {
105
105
  if (a.a1) {
@@ -115,7 +115,7 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
115
115
  if (c == 1) {
116
116
  return b.color;
117
117
  }
118
- var d = BrushUtil.n(a, c, b, 0);
118
+ var d = BrushUtil.p(a, c, b, 0);
119
119
  return d.color;
120
120
  };
121
121
  Object.defineProperty(CellPresenterBase.prototype, "nativeCell", {
@@ -120,6 +120,11 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  this.y = null;
121
121
  this.aa = null;
122
122
  break;
123
+ case 26:
124
+ e.keysCleared = delegateRemove(e.keysCleared, runOn(this, this.ak));
125
+ this.z = null;
126
+ this.ab = null;
127
+ break;
123
128
  }
124
129
  };
125
130
  CheckboxListBridge.prototype.ag = function (a, b) {
@@ -211,6 +216,9 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
211
216
  case 82:
212
217
  d.searchTextColor = c;
213
218
  break;
219
+ case 117:
220
+ d.selectAllCaptionTextColor = c;
221
+ break;
214
222
  case 99:
215
223
  d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
216
224
  break;
@@ -229,6 +237,18 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
229
237
  case 17:
230
238
  d.checkboxCornerRadius = c;
231
239
  break;
240
+ case 67:
241
+ d.checkboxCheckedBackgroundColor = c;
242
+ break;
243
+ case 69:
244
+ d.checkboxCheckedBorderColor = c;
245
+ break;
246
+ case 66:
247
+ d.checkboxUncheckedBackgroundColor = c;
248
+ break;
249
+ case 68:
250
+ d.checkboxUncheckedBorderColor = c;
251
+ break;
232
252
  }
233
253
  };
234
254
  CheckboxListBridge.prototype.getValue = function (a, b) {
@@ -247,12 +267,17 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
247
267
  case 24: return c.rowHoverBackgroundColor;
248
268
  case 81: return c.searchIconColor;
249
269
  case 82: return c.searchTextColor;
270
+ case 117: return c.selectAllCaptionTextColor;
250
271
  case 99: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
251
272
  case 113: return c.checkboxAlignedRight;
252
273
  case 114: return c.labelClickTriggersChange;
253
274
  case 115: return c.dataLegendTarget;
254
275
  case 78: return c.propertyTypeMemberPath;
255
276
  case 17: return c.checkboxCornerRadius;
277
+ case 67: return c.checkboxCheckedBackgroundColor;
278
+ case 69: return c.checkboxCheckedBorderColor;
279
+ case 66: return c.checkboxUncheckedBackgroundColor;
280
+ case 68: return c.checkboxUncheckedBorderColor;
256
281
  }
257
282
  return null;
258
283
  };
@@ -281,6 +306,9 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
281
306
  var b = a.exportVisualModel();
282
307
  return b;
283
308
  };
309
+ CheckboxListBridge.prototype.setGridColumnProvider = function (a, b) {
310
+ a.gridColumnProvider = b;
311
+ };
284
312
  CheckboxListBridge.$t = markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$, [INativeUICheckboxListBridge_$type]);
285
313
  return CheckboxListBridge;
286
314
  }(XComponentBridge));