igniteui-angular-data-grids 21.1.0-beta.2 → 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
@@ -27,38 +27,38 @@ export class IgxFilterCellInfo extends IgxCellInfo {
27
27
  * Gets or sets whether the cell is hit test visible.
28
28
  */
29
29
  get dataType() {
30
- return this.i.oe;
30
+ return this.i.oh;
31
31
  }
32
32
  set dataType(v) {
33
- this.i.oe = ensureEnum(DataSourceSchemaPropertyType_$type, v);
33
+ this.i.oh = ensureEnum(DataSourceSchemaPropertyType_$type, v);
34
34
  }
35
35
  /**
36
36
  * Gets or sets the current filter to display in the cell.
37
37
  */
38
38
  get filter() {
39
- return this.i.oc;
39
+ return this.i.of;
40
40
  }
41
41
  set filter(v) {
42
- this.i.oc = v;
42
+ this.i.of = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the current filter expression applied to the column.
46
46
  */
47
47
  get filterExpression() {
48
- return this.i.og;
48
+ return this.i.oj;
49
49
  }
50
50
  set filterExpression(v) {
51
- this.i.og = v;
51
+ this.i.oj = v;
52
52
  }
53
53
  get filterOperands() {
54
54
  if (this._filterOperands === null) {
55
55
  let coll = new IgxGridFilterOperandsCollection();
56
- let innerColl = this.i.oi;
56
+ let innerColl = this.i.ol;
57
57
  if (!innerColl) {
58
58
  innerColl = new GridFilterOperandsCollection_internal();
59
59
  }
60
60
  this._filterOperands = coll._fromInner(innerColl);
61
- this.i.oi = innerColl;
61
+ this.i.ol = innerColl;
62
62
  }
63
63
  return this._filterOperands;
64
64
  }
@@ -70,62 +70,62 @@ export class IgxFilterCellInfo extends IgxCellInfo {
70
70
  let coll = new IgxGridFilterOperandsCollection();
71
71
  this._filterOperands = coll._fromOuter(v);
72
72
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
73
- let innerColl = this.i.oi;
73
+ let innerColl = this.i.ol;
74
74
  if (!innerColl) {
75
75
  innerColl = new GridFilterOperandsCollection_internal();
76
76
  }
77
77
  syncColl._inner = innerColl;
78
78
  syncColl.clear();
79
79
  this._filterOperands._setSyncTarget(syncColl);
80
- this.i.oi = innerColl;
80
+ this.i.ol = innerColl;
81
81
  }
82
82
  get operatorType() {
83
- return this.i.oa;
83
+ return this.i.od;
84
84
  }
85
85
  set operatorType(v) {
86
- this.i.oa = v;
86
+ this.i.od = v;
87
87
  }
88
88
  get filterValue() {
89
- return this.i.ow;
89
+ return this.i.oz;
90
90
  }
91
91
  set filterValue(v) {
92
- this.i.ow = v;
92
+ this.i.oz = v;
93
93
  }
94
94
  get selectorTop() {
95
- return this.i.oq;
95
+ return this.i.ot;
96
96
  }
97
97
  set selectorTop(v) {
98
- this.i.oq = +v;
98
+ this.i.ot = +v;
99
99
  }
100
100
  get selectorLeft() {
101
- return this.i.op;
101
+ return this.i.os;
102
102
  }
103
103
  set selectorLeft(v) {
104
- this.i.op = +v;
104
+ this.i.os = +v;
105
105
  }
106
106
  get editorTop() {
107
- return this.i.oo;
107
+ return this.i.or;
108
108
  }
109
109
  set editorTop(v) {
110
- this.i.oo = +v;
110
+ this.i.or = +v;
111
111
  }
112
112
  get editorLeft() {
113
- return this.i.on;
113
+ return this.i.oq;
114
114
  }
115
115
  set editorLeft(v) {
116
- this.i.on = +v;
116
+ this.i.oq = +v;
117
117
  }
118
118
  get clearIconTop() {
119
- return this.i.om;
119
+ return this.i.op;
120
120
  }
121
121
  set clearIconTop(v) {
122
- this.i.om = +v;
122
+ this.i.op = +v;
123
123
  }
124
124
  get clearIconLeft() {
125
- return this.i.ol;
125
+ return this.i.oo;
126
126
  }
127
127
  set clearIconLeft(v) {
128
- this.i.ol = +v;
128
+ this.i.oo = +v;
129
129
  }
130
130
  findByName(name) {
131
131
  var baseResult = super.findByName(name);
@@ -37,37 +37,37 @@ export let IgxFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
37
37
  * Gets or sets the amount of left padding to use for the cell content for this column.
38
38
  */
39
39
  get paddingLeft() {
40
- return this.i.g7;
40
+ return this.i.g8;
41
41
  }
42
42
  set paddingLeft(v) {
43
- this.i.g7 = +v;
43
+ this.i.g8 = +v;
44
44
  }
45
45
  /**
46
46
  * Gets or sets the amount of top padding to use for the cell content for this column.
47
47
  */
48
48
  get paddingTop() {
49
- return this.i.g9;
49
+ return this.i.ha;
50
50
  }
51
51
  set paddingTop(v) {
52
- this.i.g9 = +v;
52
+ this.i.ha = +v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the amount of right padding to use for the cell content of this column.
56
56
  */
57
57
  get paddingRight() {
58
- return this.i.g8;
58
+ return this.i.g9;
59
59
  }
60
60
  set paddingRight(v) {
61
- this.i.g8 = +v;
61
+ this.i.g9 = +v;
62
62
  }
63
63
  /**
64
64
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
65
65
  */
66
66
  get paddingBottom() {
67
- return this.i.g6;
67
+ return this.i.g7;
68
68
  }
69
69
  set paddingBottom(v) {
70
- this.i.g6 = +v;
70
+ this.i.g7 = +v;
71
71
  }
72
72
  }
73
73
  IgxFilterRowDefinitionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxFilterRowDefinitionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -119,7 +119,7 @@ export let IgxGridColumnFilterOptionsComponent = /*@__PURE__*/ (() => {
119
119
  <div #_filterButtonsSectionRef
120
120
  key="filterButtonsSection"
121
121
  ></div>
122
- </div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
122
+ </div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "scrollbarHoverBackground", "scrollbarActiveBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
123
123
  return IgxGridColumnFilterOptionsComponent;
124
124
  })();
125
125
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridColumnFilterOptionsComponent, decorators: [{
@@ -35,67 +35,67 @@ export let IgxHeaderComponent = /*@__PURE__*/ (() => {
35
35
  * Gets or sets the color to use for the sort indicator icon
36
36
  */
37
37
  get sortIndicatorColor() {
38
- return brushToString(this.i.hs);
38
+ return brushToString(this.i.ht);
39
39
  }
40
40
  set sortIndicatorColor(v) {
41
- this.i.hs = stringToBrush(v);
41
+ this.i.ht = stringToBrush(v);
42
42
  }
43
43
  /**
44
44
  * Gets the actual background color that is used for the cells when they are selected
45
45
  */
46
46
  get actualSortIndicatorColor() {
47
- return brushToString(this.i.hq);
47
+ return brushToString(this.i.hr);
48
48
  }
49
49
  set actualSortIndicatorColor(v) {
50
- this.i.hq = stringToBrush(v);
50
+ this.i.hr = stringToBrush(v);
51
51
  }
52
52
  get sortIndicatorStyle() {
53
- return this.i.g5;
53
+ return this.i.g6;
54
54
  }
55
55
  set sortIndicatorStyle(v) {
56
- this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
56
+ this.i.g6 = ensureEnum(SortIndicatorStyle_$type, v);
57
57
  }
58
58
  get actualSortIndicatorStyle() {
59
- return this.i.g4;
59
+ return this.i.g5;
60
60
  }
61
61
  set actualSortIndicatorStyle(v) {
62
- this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
62
+ this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
63
63
  }
64
64
  /**
65
65
  * Gets or sets the amount of left padding to use for the cell content.
66
66
  */
67
67
  get paddingLeft() {
68
- return this.i.hb;
68
+ return this.i.hc;
69
69
  }
70
70
  set paddingLeft(v) {
71
- this.i.hb = +v;
71
+ this.i.hc = +v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the amount of top padding to use for the cell content.
75
75
  */
76
76
  get paddingTop() {
77
- return this.i.hd;
77
+ return this.i.he;
78
78
  }
79
79
  set paddingTop(v) {
80
- this.i.hd = +v;
80
+ this.i.he = +v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the amount of right padding to use for the cell content.
84
84
  */
85
85
  get paddingRight() {
86
- return this.i.hc;
86
+ return this.i.hd;
87
87
  }
88
88
  set paddingRight(v) {
89
- this.i.hc = +v;
89
+ this.i.hd = +v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the amount of bottom padding to use for the cell content.
93
93
  */
94
94
  get paddingBottom() {
95
- return this.i.ha;
95
+ return this.i.hb;
96
96
  }
97
97
  set paddingBottom(v) {
98
- this.i.ha = +v;
98
+ this.i.hb = +v;
99
99
  }
100
100
  }
101
101
  IgxHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -23,27 +23,27 @@ export class IgxImageCellInfo extends IgxCellInfo {
23
23
  * Sets or gets the resource path to use to get the image for the cell.
24
24
  */
25
25
  get imagePath() {
26
- return this.i.oh;
26
+ return this.i.ok;
27
27
  }
28
28
  set imagePath(v) {
29
- this.i.oh = v;
29
+ this.i.ok = v;
30
30
  }
31
31
  /**
32
32
  * Sets or gets the image stretching behavior for the image.
33
33
  */
34
34
  get imageStretchOption() {
35
- return this.i.oc;
35
+ return this.i.of;
36
36
  }
37
37
  set imageStretchOption(v) {
38
- this.i.oc = ensureEnum(ImageStretchOptions_$type, v);
38
+ this.i.of = ensureEnum(ImageStretchOptions_$type, v);
39
39
  }
40
40
  /**
41
41
  * Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
42
42
  */
43
43
  get imageResourceType() {
44
- return this.i.oa;
44
+ return this.i.od;
45
45
  }
46
46
  set imageResourceType(v) {
47
- this.i.oa = ensureEnum(ImageResourceType_$type, v);
47
+ this.i.od = ensureEnum(ImageResourceType_$type, v);
48
48
  }
49
49
  }
@@ -41,46 +41,46 @@ export let IgxImageColumnComponent = /*@__PURE__*/ (() => {
41
41
  * Gets or sets the stretch option to use when rendering images
42
42
  */
43
43
  get imageStretchOption() {
44
- return this.i.si;
44
+ return this.i.s4;
45
45
  }
46
46
  set imageStretchOption(v) {
47
- this.i.si = ensureEnum(ImageStretchOptions_$type, v);
47
+ this.i.s4 = ensureEnum(ImageStretchOptions_$type, v);
48
48
  }
49
49
  /**
50
50
  * Gets or sets the editor type used for editing cells in this column.
51
51
  */
52
52
  get editorType() {
53
- return this.i.se;
53
+ return this.i.s0;
54
54
  }
55
55
  set editorType(v) {
56
- this.i.se = ensureEnum(EditorType_$type, v);
56
+ this.i.s0 = ensureEnum(EditorType_$type, v);
57
57
  }
58
58
  /**
59
59
  * Gets or sets the ComboBox data source.
60
60
  */
61
61
  get editorDataSource() {
62
- return this.i.sj;
62
+ return this.i.s5;
63
63
  }
64
64
  set editorDataSource(v) {
65
- this.i.sj = v;
65
+ this.i.s5 = v;
66
66
  }
67
67
  /**
68
68
  * Gets or sets the ComboBox text field.
69
69
  */
70
70
  get editorTextField() {
71
- return this.i.sk;
71
+ return this.i.s6;
72
72
  }
73
73
  set editorTextField(v) {
74
- this.i.sk = v;
74
+ this.i.s6 = v;
75
75
  }
76
76
  /**
77
77
  * Gets or sets the ComboBox value field.
78
78
  */
79
79
  get editorValueField() {
80
- return this.i.sl;
80
+ return this.i.s7;
81
81
  }
82
82
  set editorValueField(v) {
83
- this.i.sl = v;
83
+ this.i.s7 = v;
84
84
  }
85
85
  }
86
86
  IgxImageColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -233,32 +233,64 @@ export let IgxMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
233
233
  }
234
234
  set contentPaddingBottom(v) {
235
235
  this.ensureContentPadding();
236
- this.i.im.bottom = +v;
237
- this.i.im = this.i.im;
236
+ const __nv = +v;
237
+ if (this.i.im.bottom === __nv) {
238
+ return;
239
+ }
240
+ const __copy = new Thickness(2);
241
+ __copy.bottom = __nv;
242
+ __copy.left = this.i.im.left;
243
+ __copy.right = this.i.im.right;
244
+ __copy.top = this.i.im.top;
245
+ this.i.im = __copy;
238
246
  }
239
247
  get contentPaddingLeft() {
240
248
  return this.i.im ? this.i.im.left : NaN;
241
249
  }
242
250
  set contentPaddingLeft(v) {
243
251
  this.ensureContentPadding();
244
- this.i.im.left = +v;
245
- this.i.im = this.i.im;
252
+ const __nv = +v;
253
+ if (this.i.im.left === __nv) {
254
+ return;
255
+ }
256
+ const __copy = new Thickness(2);
257
+ __copy.left = __nv;
258
+ __copy.bottom = this.i.im.bottom;
259
+ __copy.right = this.i.im.right;
260
+ __copy.top = this.i.im.top;
261
+ this.i.im = __copy;
246
262
  }
247
263
  get contentPaddingRight() {
248
264
  return this.i.im ? this.i.im.right : NaN;
249
265
  }
250
266
  set contentPaddingRight(v) {
251
267
  this.ensureContentPadding();
252
- this.i.im.right = +v;
253
- this.i.im = this.i.im;
268
+ const __nv = +v;
269
+ if (this.i.im.right === __nv) {
270
+ return;
271
+ }
272
+ const __copy = new Thickness(2);
273
+ __copy.right = __nv;
274
+ __copy.bottom = this.i.im.bottom;
275
+ __copy.left = this.i.im.left;
276
+ __copy.top = this.i.im.top;
277
+ this.i.im = __copy;
254
278
  }
255
279
  get contentPaddingTop() {
256
280
  return this.i.im ? this.i.im.top : NaN;
257
281
  }
258
282
  set contentPaddingTop(v) {
259
283
  this.ensureContentPadding();
260
- this.i.im.top = +v;
261
- this.i.im = this.i.im;
284
+ const __nv = +v;
285
+ if (this.i.im.top === __nv) {
286
+ return;
287
+ }
288
+ const __copy = new Thickness(2);
289
+ __copy.top = __nv;
290
+ __copy.bottom = this.i.im.bottom;
291
+ __copy.left = this.i.im.left;
292
+ __copy.right = this.i.im.right;
293
+ this.i.im = __copy;
262
294
  }
263
295
  ensureContentPadding() {
264
296
  if (this.i.im) {
@@ -271,32 +303,64 @@ export let IgxMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
271
303
  }
272
304
  set actualContentPaddingBottom(v) {
273
305
  this.ensureActualContentPadding();
274
- this.i.il.bottom = +v;
275
- this.i.il = this.i.il;
306
+ const __nv = +v;
307
+ if (this.i.il.bottom === __nv) {
308
+ return;
309
+ }
310
+ const __copy = new Thickness(2);
311
+ __copy.bottom = __nv;
312
+ __copy.left = this.i.il.left;
313
+ __copy.right = this.i.il.right;
314
+ __copy.top = this.i.il.top;
315
+ this.i.il = __copy;
276
316
  }
277
317
  get actualContentPaddingLeft() {
278
318
  return this.i.il ? this.i.il.left : NaN;
279
319
  }
280
320
  set actualContentPaddingLeft(v) {
281
321
  this.ensureActualContentPadding();
282
- this.i.il.left = +v;
283
- this.i.il = this.i.il;
322
+ const __nv = +v;
323
+ if (this.i.il.left === __nv) {
324
+ return;
325
+ }
326
+ const __copy = new Thickness(2);
327
+ __copy.left = __nv;
328
+ __copy.bottom = this.i.il.bottom;
329
+ __copy.right = this.i.il.right;
330
+ __copy.top = this.i.il.top;
331
+ this.i.il = __copy;
284
332
  }
285
333
  get actualContentPaddingRight() {
286
334
  return this.i.il ? this.i.il.right : NaN;
287
335
  }
288
336
  set actualContentPaddingRight(v) {
289
337
  this.ensureActualContentPadding();
290
- this.i.il.right = +v;
291
- this.i.il = this.i.il;
338
+ const __nv = +v;
339
+ if (this.i.il.right === __nv) {
340
+ return;
341
+ }
342
+ const __copy = new Thickness(2);
343
+ __copy.right = __nv;
344
+ __copy.bottom = this.i.il.bottom;
345
+ __copy.left = this.i.il.left;
346
+ __copy.top = this.i.il.top;
347
+ this.i.il = __copy;
292
348
  }
293
349
  get actualContentPaddingTop() {
294
350
  return this.i.il ? this.i.il.top : NaN;
295
351
  }
296
352
  set actualContentPaddingTop(v) {
297
353
  this.ensureActualContentPadding();
298
- this.i.il.top = +v;
299
- this.i.il = this.i.il;
354
+ const __nv = +v;
355
+ if (this.i.il.top === __nv) {
356
+ return;
357
+ }
358
+ const __copy = new Thickness(2);
359
+ __copy.top = __nv;
360
+ __copy.bottom = this.i.il.bottom;
361
+ __copy.left = this.i.il.left;
362
+ __copy.right = this.i.il.right;
363
+ this.i.il = __copy;
300
364
  }
301
365
  ensureActualContentPadding() {
302
366
  if (this.i.il) {
@@ -309,32 +373,64 @@ export let IgxMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
309
373
  }
310
374
  set cornerRadiusBottomRight(v) {
311
375
  this.ensureCornerRadius();
312
- this.i.gx.c = +v;
313
- this.i.gx = this.i.gx;
376
+ const __nv = +v;
377
+ if (this.i.gx.c === __nv) {
378
+ return;
379
+ }
380
+ const __copy = new CornerRadius(2);
381
+ __copy.c = __nv;
382
+ __copy.b = this.i.gx.b;
383
+ __copy.d = this.i.gx.d;
384
+ __copy.e = this.i.gx.e;
385
+ this.i.gx = __copy;
314
386
  }
315
387
  get cornerRadiusBottomLeft() {
316
388
  return this.i.gx ? this.i.gx.b : NaN;
317
389
  }
318
390
  set cornerRadiusBottomLeft(v) {
319
391
  this.ensureCornerRadius();
320
- this.i.gx.b = +v;
321
- this.i.gx = this.i.gx;
392
+ const __nv = +v;
393
+ if (this.i.gx.b === __nv) {
394
+ return;
395
+ }
396
+ const __copy = new CornerRadius(2);
397
+ __copy.b = __nv;
398
+ __copy.c = this.i.gx.c;
399
+ __copy.d = this.i.gx.d;
400
+ __copy.e = this.i.gx.e;
401
+ this.i.gx = __copy;
322
402
  }
323
403
  get cornerRadiusTopLeft() {
324
404
  return this.i.gx ? this.i.gx.d : NaN;
325
405
  }
326
406
  set cornerRadiusTopLeft(v) {
327
407
  this.ensureCornerRadius();
328
- this.i.gx.d = +v;
329
- this.i.gx = this.i.gx;
408
+ const __nv = +v;
409
+ if (this.i.gx.d === __nv) {
410
+ return;
411
+ }
412
+ const __copy = new CornerRadius(2);
413
+ __copy.d = __nv;
414
+ __copy.c = this.i.gx.c;
415
+ __copy.b = this.i.gx.b;
416
+ __copy.e = this.i.gx.e;
417
+ this.i.gx = __copy;
330
418
  }
331
419
  get cornerRadiusTopRight() {
332
420
  return this.i.gx ? this.i.gx.e : NaN;
333
421
  }
334
422
  set cornerRadiusTopRight(v) {
335
423
  this.ensureCornerRadius();
336
- this.i.gx.e = +v;
337
- this.i.gx = this.i.gx;
424
+ const __nv = +v;
425
+ if (this.i.gx.e === __nv) {
426
+ return;
427
+ }
428
+ const __copy = new CornerRadius(2);
429
+ __copy.e = __nv;
430
+ __copy.c = this.i.gx.c;
431
+ __copy.b = this.i.gx.b;
432
+ __copy.d = this.i.gx.d;
433
+ this.i.gx = __copy;
338
434
  }
339
435
  ensureCornerRadius() {
340
436
  if (this.i.gx) {
@@ -347,32 +443,64 @@ export let IgxMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
347
443
  }
348
444
  set actualCornerRadiusBottomRight(v) {
349
445
  this.ensureActualCornerRadius();
350
- this.i.gw.c = +v;
351
- this.i.gw = this.i.gw;
446
+ const __nv = +v;
447
+ if (this.i.gw.c === __nv) {
448
+ return;
449
+ }
450
+ const __copy = new CornerRadius(2);
451
+ __copy.c = __nv;
452
+ __copy.b = this.i.gw.b;
453
+ __copy.d = this.i.gw.d;
454
+ __copy.e = this.i.gw.e;
455
+ this.i.gw = __copy;
352
456
  }
353
457
  get actualCornerRadiusBottomLeft() {
354
458
  return this.i.gw ? this.i.gw.b : NaN;
355
459
  }
356
460
  set actualCornerRadiusBottomLeft(v) {
357
461
  this.ensureActualCornerRadius();
358
- this.i.gw.b = +v;
359
- this.i.gw = this.i.gw;
462
+ const __nv = +v;
463
+ if (this.i.gw.b === __nv) {
464
+ return;
465
+ }
466
+ const __copy = new CornerRadius(2);
467
+ __copy.b = __nv;
468
+ __copy.c = this.i.gw.c;
469
+ __copy.d = this.i.gw.d;
470
+ __copy.e = this.i.gw.e;
471
+ this.i.gw = __copy;
360
472
  }
361
473
  get actualCornerRadiusTopLeft() {
362
474
  return this.i.gw ? this.i.gw.d : NaN;
363
475
  }
364
476
  set actualCornerRadiusTopLeft(v) {
365
477
  this.ensureActualCornerRadius();
366
- this.i.gw.d = +v;
367
- this.i.gw = this.i.gw;
478
+ const __nv = +v;
479
+ if (this.i.gw.d === __nv) {
480
+ return;
481
+ }
482
+ const __copy = new CornerRadius(2);
483
+ __copy.d = __nv;
484
+ __copy.c = this.i.gw.c;
485
+ __copy.b = this.i.gw.b;
486
+ __copy.e = this.i.gw.e;
487
+ this.i.gw = __copy;
368
488
  }
369
489
  get actualCornerRadiusTopRight() {
370
490
  return this.i.gw ? this.i.gw.e : NaN;
371
491
  }
372
492
  set actualCornerRadiusTopRight(v) {
373
493
  this.ensureActualCornerRadius();
374
- this.i.gw.e = +v;
375
- this.i.gw = this.i.gw;
494
+ const __nv = +v;
495
+ if (this.i.gw.e === __nv) {
496
+ return;
497
+ }
498
+ const __copy = new CornerRadius(2);
499
+ __copy.e = __nv;
500
+ __copy.c = this.i.gw.c;
501
+ __copy.b = this.i.gw.b;
502
+ __copy.d = this.i.gw.d;
503
+ this.i.gw = __copy;
376
504
  }
377
505
  ensureActualCornerRadius() {
378
506
  if (this.i.gw) {