igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2

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 (284) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +24378 -21126
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +28 -28
  17. package/esm2015/lib/CheckboxListBridge.js +54 -26
  18. package/esm2015/lib/CheckboxListView_combined.js +775 -745
  19. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
  21. package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +7 -7
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +11 -11
  33. package/esm2015/lib/EditorCell.js +267 -267
  34. package/esm2015/lib/EditorCellPresenter.js +25 -25
  35. package/esm2015/lib/FilterCell.js +261 -261
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +71 -69
  38. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  39. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  40. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  41. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  42. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  43. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
  44. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  45. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  46. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  47. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  48. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  49. package/esm2015/lib/GridExternalWrapper.js +15 -6
  50. package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
  51. package/esm2015/lib/GridIconRepository.js +92 -0
  52. package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
  53. package/esm2015/lib/GridStyleRepository.js +272 -431
  54. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  55. package/esm2015/lib/ICheckboxListView.js +11 -0
  56. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  57. package/esm2015/lib/ImageCell.js +55 -55
  58. package/esm2015/lib/ImageCellPresenter.js +15 -15
  59. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  60. package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
  61. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  62. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  63. package/esm2015/lib/NumericCell.js +4 -4
  64. package/esm2015/lib/NumericCellPresenter.js +9 -9
  65. package/esm2015/lib/PropertyEditorView_combined.js +31 -31
  66. package/esm2015/lib/SectionHeaderCell.js +20 -8
  67. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  68. package/esm2015/lib/SummaryCell.js +34 -25
  69. package/esm2015/lib/SummaryCellPresenter.js +8 -8
  70. package/esm2015/lib/TemplateCell.js +12 -12
  71. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  72. package/esm2015/lib/TemplateHeader.js +8 -8
  73. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  74. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  75. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  76. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  77. package/esm2015/lib/TextCell.js +22 -22
  78. package/esm2015/lib/TextCellPresenter.js +10 -10
  79. package/esm2015/lib/TextHeaderCell.js +177 -136
  80. package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
  81. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  82. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  83. package/esm2015/lib/igc-cell-info.js +97 -91
  84. package/esm2015/lib/igc-checkbox-list-component.js +89 -90
  85. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  86. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  87. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igc-data-grid-column-component.js +390 -193
  90. package/esm2015/lib/igc-data-grid-component.js +241 -2
  91. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
  92. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  93. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  94. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  95. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  96. package/esm2015/lib/igc-definition-base-component.js +129 -129
  97. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  98. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  99. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  100. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  101. package/esm2015/lib/igc-header-component.js +24 -24
  102. package/esm2015/lib/igc-image-cell-info.js +6 -6
  103. package/esm2015/lib/igc-image-column-component.js +12 -12
  104. package/esm2015/lib/igc-image-column-module.js +2 -0
  105. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  106. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  107. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  108. package/esm2015/lib/igc-row-separator-module.js +2 -0
  109. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igc-section-header-component.js +24 -24
  111. package/esm2015/lib/igc-section-header-module.js +2 -0
  112. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igc-summary-row-component.js +24 -24
  114. package/esm2015/lib/igc-template-cell-info.js +2 -2
  115. package/esm2015/lib/igc-template-column-module.js +2 -0
  116. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igc-template-header-module.js +2 -0
  118. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  119. package/esm2015/lib/igc-text-cell-info.js +2 -2
  120. package/esm2015/lib/igc-text-column-component.js +9 -9
  121. package/esm2015/lib/igc-text-column-module.js +2 -0
  122. package/esm2015/lib/igc-text-header-cell-info.js +121 -10
  123. package/esm2015/lib/igc-text-header-module.js +2 -0
  124. package/esm2015/public_api.js +3 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +5 -5
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +28 -28
  139. package/esm5/lib/CheckboxListBridge.js +54 -26
  140. package/esm5/lib/CheckboxListView_combined.js +748 -718
  141. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  142. package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
  143. package/esm5/lib/ColumnGroupingView_combined.js +24 -24
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +7 -7
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +3 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +11 -11
  155. package/esm5/lib/EditorCell.js +256 -256
  156. package/esm5/lib/EditorCellPresenter.js +25 -25
  157. package/esm5/lib/FilterCell.js +252 -252
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +70 -68
  160. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  161. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  162. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  163. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  164. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  165. package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
  166. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  167. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  168. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  169. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  170. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  171. package/esm5/lib/GridExternalWrapper.js +15 -6
  172. package/esm5/lib/GridFilterDialogView_combined.js +478 -177
  173. package/esm5/lib/GridIconRepository.js +97 -0
  174. package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
  175. package/esm5/lib/GridStyleRepository.js +280 -583
  176. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  177. package/esm5/lib/ICheckboxListView.js +11 -0
  178. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  179. package/esm5/lib/ImageCell.js +54 -54
  180. package/esm5/lib/ImageCellPresenter.js +15 -15
  181. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  182. package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
  183. package/esm5/lib/NativeUIComboFactory.js +1 -1
  184. package/esm5/lib/NativeUIGridFactory.js +2 -2
  185. package/esm5/lib/NumericCell.js +4 -4
  186. package/esm5/lib/NumericCellPresenter.js +9 -9
  187. package/esm5/lib/PropertyEditorView_combined.js +31 -31
  188. package/esm5/lib/SectionHeaderCell.js +20 -8
  189. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  190. package/esm5/lib/SummaryCell.js +35 -26
  191. package/esm5/lib/SummaryCellPresenter.js +8 -8
  192. package/esm5/lib/TemplateCell.js +12 -12
  193. package/esm5/lib/TemplateCellPresenter.js +3 -3
  194. package/esm5/lib/TemplateHeader.js +8 -8
  195. package/esm5/lib/TemplateHeaderCell.js +5 -5
  196. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  197. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  198. package/esm5/lib/TemplateSectionHeader.js +2 -2
  199. package/esm5/lib/TextCell.js +22 -22
  200. package/esm5/lib/TextCellPresenter.js +10 -10
  201. package/esm5/lib/TextHeaderCell.js +175 -134
  202. package/esm5/lib/TextHeaderCellPresenter.js +66 -25
  203. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  204. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  205. package/esm5/lib/igc-cell-info.js +101 -91
  206. package/esm5/lib/igc-checkbox-list-component.js +89 -90
  207. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  208. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  209. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igc-data-grid-column-component.js +478 -193
  212. package/esm5/lib/igc-data-grid-component.js +324 -3
  213. package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
  214. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  215. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  216. package/esm5/lib/igc-date-time-column-component.js +23 -23
  217. package/esm5/lib/igc-date-time-column-module.js +2 -0
  218. package/esm5/lib/igc-definition-base-component.js +129 -129
  219. package/esm5/lib/igc-editor-cell-info.js +23 -23
  220. package/esm5/lib/igc-filter-cell-info.js +26 -26
  221. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  222. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  223. package/esm5/lib/igc-header-component.js +24 -24
  224. package/esm5/lib/igc-image-cell-info.js +6 -6
  225. package/esm5/lib/igc-image-column-component.js +12 -12
  226. package/esm5/lib/igc-image-column-module.js +2 -0
  227. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  228. package/esm5/lib/igc-numeric-column-component.js +35 -35
  229. package/esm5/lib/igc-numeric-column-module.js +2 -0
  230. package/esm5/lib/igc-row-separator-module.js +2 -0
  231. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igc-section-header-component.js +24 -24
  233. package/esm5/lib/igc-section-header-module.js +2 -0
  234. package/esm5/lib/igc-summary-cell-info.js +9 -9
  235. package/esm5/lib/igc-summary-row-component.js +24 -24
  236. package/esm5/lib/igc-template-cell-info.js +2 -2
  237. package/esm5/lib/igc-template-column-module.js +2 -0
  238. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igc-template-header-module.js +2 -0
  240. package/esm5/lib/igc-template-section-header-module.js +4 -0
  241. package/esm5/lib/igc-text-cell-info.js +2 -2
  242. package/esm5/lib/igc-text-column-component.js +9 -9
  243. package/esm5/lib/igc-text-column-module.js +2 -0
  244. package/esm5/lib/igc-text-header-cell-info.js +173 -10
  245. package/esm5/lib/igc-text-header-module.js +2 -0
  246. package/esm5/public_api.js +3 -0
  247. package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
  248. package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
  249. package/lib/CheckboxListBridge.d.ts +1 -0
  250. package/lib/CheckboxListExternal.d.ts +6 -0
  251. package/lib/CheckboxListView_combined.d.ts +159 -154
  252. package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
  253. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  254. package/lib/DataGridLocaleEn.d.ts +3 -0
  255. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  256. package/lib/EditorCell.d.ts +51 -51
  257. package/lib/FilterCell.d.ts +53 -53
  258. package/lib/GridCellBase.d.ts +21 -19
  259. package/lib/GridExternalWrapper.d.ts +3 -0
  260. package/lib/GridFilterDialogView_combined.d.ts +104 -61
  261. package/lib/GridIconRepository.d.ts +44 -0
  262. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  263. package/lib/GridStyleRepository.d.ts +23 -83
  264. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  265. package/lib/ICheckboxListView.d.ts +38 -0
  266. package/lib/ImageCell.d.ts +14 -14
  267. package/lib/SectionHeaderCell.d.ts +4 -2
  268. package/lib/SummaryCell.d.ts +6 -4
  269. package/lib/TemplateCell.d.ts +3 -3
  270. package/lib/TemplateHeader.d.ts +3 -3
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +2 -2
  274. package/lib/TextCell.d.ts +4 -4
  275. package/lib/TextHeaderCell.d.ts +26 -24
  276. package/lib/VerticalSeparatorCell.d.ts +4 -4
  277. package/lib/igc-cell-info.d.ts +4 -0
  278. package/lib/igc-data-grid-column-component.d.ts +77 -0
  279. package/lib/igc-data-grid-component.d.ts +94 -1
  280. package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
  281. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  282. package/lib/igc-text-header-cell-info.d.ts +48 -0
  283. package/package.json +4 -4
  284. package/public_api.d.ts +3 -0
@@ -80,143 +80,143 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
80
80
  * Gets or sets the amount of left padding to use for the cell content for this column.
81
81
  */
82
82
  get paddingLeft() {
83
- return this.i.k0;
83
+ return this.i.lj;
84
84
  }
85
85
  set paddingLeft(v) {
86
- this.i.k0 = +v;
87
- this._a("paddingLeft", this.i.k0);
86
+ this.i.lj = +v;
87
+ this._a("paddingLeft", this.i.lj);
88
88
  }
89
89
  /**
90
90
  * Gets or sets the amount of top padding to use for the cell content for this column.
91
91
  */
92
92
  get paddingTop() {
93
- return this.i.k2;
93
+ return this.i.ll;
94
94
  }
95
95
  set paddingTop(v) {
96
- this.i.k2 = +v;
97
- this._a("paddingTop", this.i.k2);
96
+ this.i.ll = +v;
97
+ this._a("paddingTop", this.i.ll);
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.k1;
103
+ return this.i.lk;
104
104
  }
105
105
  set paddingRight(v) {
106
- this.i.k1 = +v;
107
- this._a("paddingRight", this.i.k1);
106
+ this.i.lk = +v;
107
+ this._a("paddingRight", this.i.lk);
108
108
  }
109
109
  /**
110
110
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
111
111
  */
112
112
  get paddingBottom() {
113
- return this.i.kz;
113
+ return this.i.li;
114
114
  }
115
115
  set paddingBottom(v) {
116
- this.i.kz = +v;
117
- this._a("paddingBottom", this.i.kz);
116
+ this.i.li = +v;
117
+ this._a("paddingBottom", this.i.li);
118
118
  }
119
119
  /**
120
120
  * Gets or sets an unique name of the Column
121
121
  */
122
122
  get name() {
123
- return this.i.my;
123
+ return this.i.n6;
124
124
  }
125
125
  set name(v) {
126
- this.i.my = v;
126
+ this.i.n6 = v;
127
127
  }
128
128
  /**
129
129
  * Gets or sets the key used for the column binding
130
130
  */
131
131
  get field() {
132
- return this.i.l7;
132
+ return this.i.nf;
133
133
  }
134
134
  set field(v) {
135
- this.i.l7 = v;
135
+ this.i.nf = v;
136
136
  }
137
137
  /**
138
138
  * Gets or sets the text displayed in the header of the column
139
139
  */
140
140
  get headerText() {
141
- return this.i.me;
141
+ return this.i.nm;
142
142
  }
143
143
  set headerText(v) {
144
- this.i.me = v;
144
+ this.i.nm = v;
145
145
  }
146
146
  /**
147
147
  * Gets the actual text displayed in the header of the column
148
148
  */
149
149
  get actualHeaderText() {
150
- return this.i.lm;
150
+ return this.i.mi;
151
151
  }
152
152
  set actualHeaderText(v) {
153
- this.i.lm = v;
153
+ this.i.mi = v;
154
154
  }
155
155
  /**
156
156
  * Gets or sets the background color to use for the cells when they are selected
157
157
  */
158
158
  get selectedBackground() {
159
- return brushToString(this.i.o5);
159
+ return brushToString(this.i.rs);
160
160
  }
161
161
  set selectedBackground(v) {
162
- this.i.o5 = stringToBrush(v);
163
- this._a("selectedBackground", brushToString(this.i.o5));
162
+ this.i.rs = stringToBrush(v);
163
+ this._a("selectedBackground", brushToString(this.i.rs));
164
164
  }
165
165
  /**
166
166
  * Gets the actual background color that is used for the cells when they are selected
167
167
  */
168
168
  get actualSelectedBackground() {
169
- return brushToString(this.i.oy);
169
+ return brushToString(this.i.rc);
170
170
  }
171
171
  set actualSelectedBackground(v) {
172
- this.i.oy = stringToBrush(v);
173
- this._a("actualSelectedBackground", brushToString(this.i.oy));
172
+ this.i.rc = stringToBrush(v);
173
+ this._a("actualSelectedBackground", brushToString(this.i.rc));
174
174
  }
175
175
  /**
176
176
  * Gets or sets the background color to use for the cells when the row is hovered.
177
177
  */
178
178
  get rowHoverBackground() {
179
- return brushToString(this.i.o3);
179
+ return brushToString(this.i.rq);
180
180
  }
181
181
  set rowHoverBackground(v) {
182
- this.i.o3 = stringToBrush(v);
183
- this._a("rowHoverBackground", brushToString(this.i.o3));
182
+ this.i.rq = stringToBrush(v);
183
+ this._a("rowHoverBackground", brushToString(this.i.rq));
184
184
  }
185
185
  /**
186
186
  * Gets the actual background color that is used for the cells when they are hovered.
187
187
  */
188
188
  get actualHoverBackground() {
189
- return brushToString(this.i.ow);
189
+ return brushToString(this.i.ra);
190
190
  }
191
191
  set actualHoverBackground(v) {
192
- this.i.ow = stringToBrush(v);
193
- this._a("actualHoverBackground", brushToString(this.i.ow));
192
+ this.i.ra = stringToBrush(v);
193
+ this._a("actualHoverBackground", brushToString(this.i.ra));
194
194
  }
195
195
  /**
196
196
  * Gets or sets the text color to use for the cells when the row is hovered.
197
197
  */
198
198
  get rowHoverTextColor() {
199
- return brushToString(this.i.o4);
199
+ return brushToString(this.i.rr);
200
200
  }
201
201
  set rowHoverTextColor(v) {
202
- this.i.o4 = stringToBrush(v);
203
- this._a("rowHoverTextColor", brushToString(this.i.o4));
202
+ this.i.rr = stringToBrush(v);
203
+ this._a("rowHoverTextColor", brushToString(this.i.rr));
204
204
  }
205
205
  /**
206
206
  * Gets the actual text color that is used for the cells when they are hovered.
207
207
  */
208
208
  get actualRowHoverTextColor() {
209
- return brushToString(this.i.ox);
209
+ return brushToString(this.i.rb);
210
210
  }
211
211
  set actualRowHoverTextColor(v) {
212
- this.i.ox = stringToBrush(v);
213
- this._a("actualRowHoverTextColor", brushToString(this.i.ox));
212
+ this.i.rb = stringToBrush(v);
213
+ this._a("actualRowHoverTextColor", brushToString(this.i.rb));
214
214
  }
215
215
  /**
216
216
  * Gets or sets the animation settings to use for this column.
217
217
  */
218
218
  get animationSettings() {
219
- const r = this.i.h8;
219
+ const r = this.i.ic;
220
220
  if (r == null) {
221
221
  return null;
222
222
  }
@@ -235,7 +235,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
235
235
  return r.externalObject;
236
236
  }
237
237
  set animationSettings(v) {
238
- v == null ? this.i.h8 = null : this.i.h8 = v.i;
238
+ v == null ? this.i.ic = null : this.i.ic = v.i;
239
239
  }
240
240
  /**
241
241
  * Gets or sets the width to use for this column.
@@ -272,49 +272,49 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
272
272
  * Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
273
273
  */
274
274
  get minWidth() {
275
- return this.i.kb;
275
+ return this.i.kq;
276
276
  }
277
277
  set minWidth(v) {
278
- this.i.kb = +v;
279
- this._a("minWidth", this.i.kb);
278
+ this.i.kq = +v;
279
+ this._a("minWidth", this.i.kq);
280
280
  }
281
281
  /**
282
282
  * Gets whether this column was projected from markup/templates and is constrained.
283
283
  */
284
284
  get isFromMarkup() {
285
- return this.i.jt;
285
+ return this.i.j8;
286
286
  }
287
287
  set isFromMarkup(v) {
288
- this.i.jt = ensureBool(v);
289
- this._a("isFromMarkup", this.i.jt);
288
+ this.i.j8 = ensureBool(v);
289
+ this._a("isFromMarkup", this.i.j8);
290
290
  }
291
291
  /**
292
292
  * Gets whether this column was auto generated.
293
293
  */
294
294
  get isAutoGenerated() {
295
- return this.i.jn;
295
+ return this.i.j2;
296
296
  }
297
297
  set isAutoGenerated(v) {
298
- this.i.jn = ensureBool(v);
299
- this._a("isAutoGenerated", this.i.jn);
298
+ this.i.j2 = ensureBool(v);
299
+ this._a("isAutoGenerated", this.i.j2);
300
300
  }
301
301
  /**
302
302
  * Gets or sets a filter to apply on the values of this column
303
303
  */
304
304
  get filter() {
305
- return this.i.g2;
305
+ return this.i.g4;
306
306
  }
307
307
  set filter(v) {
308
- this.i.g2 = v;
308
+ this.i.g4 = v;
309
309
  }
310
310
  /**
311
311
  * Gets or sets a filter to apply to the values of this column.
312
312
  */
313
313
  get filterExpression() {
314
- return this.i.g4;
314
+ return this.i.g6;
315
315
  }
316
316
  set filterExpression(v) {
317
- this.i.g4 = v;
317
+ this.i.g6 = v;
318
318
  }
319
319
  /**
320
320
  * Gets or sets the header definition for this column.
@@ -342,232 +342,429 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
342
342
  * Gets or sets whether filtering is enabled for this column.
343
343
  */
344
344
  get isFilteringEnabled() {
345
- return this.i.js;
345
+ return this.i.j7;
346
346
  }
347
347
  set isFilteringEnabled(v) {
348
- this.i.js = ensureBool(v);
349
- this._a("isFilteringEnabled", this.i.js);
348
+ this.i.j7 = ensureBool(v);
349
+ this._a("isFilteringEnabled", this.i.j7);
350
350
  }
351
351
  /**
352
352
  * Gets or sets whether resizing is enabled for this column.
353
353
  */
354
354
  get isResizingEnabled() {
355
- return this.i.jv;
355
+ return this.i.ka;
356
356
  }
357
357
  set isResizingEnabled(v) {
358
- this.i.jv = ensureBool(v);
359
- this._a("isResizingEnabled", this.i.jv);
358
+ this.i.ka = ensureBool(v);
359
+ this._a("isResizingEnabled", this.i.ka);
360
360
  }
361
361
  /**
362
362
  * Gets or sets whether or not a column is hidden from the grid
363
363
  */
364
364
  get isHidden() {
365
- return this.i.ju;
365
+ return this.i.j9;
366
366
  }
367
367
  set isHidden(v) {
368
- this.i.ju = ensureBool(v);
369
- this._a("isHidden", this.i.ju);
368
+ this.i.j9 = ensureBool(v);
369
+ this._a("isHidden", this.i.j9);
370
370
  }
371
371
  /**
372
372
  * Gets or sets if a column should be removed from the grid when it is fully hidden
373
373
  */
374
374
  get shouldRemoveWhenHidden() {
375
- return this.i.jy;
375
+ return this.i.kd;
376
376
  }
377
377
  set shouldRemoveWhenHidden(v) {
378
- this.i.jy = ensureBool(v);
379
- this._a("shouldRemoveWhenHidden", this.i.jy);
378
+ this.i.kd = ensureBool(v);
379
+ this._a("shouldRemoveWhenHidden", this.i.kd);
380
380
  }
381
381
  /**
382
382
  * Gets the current sort direction (None, Ascending, Descending) for this column.
383
383
  */
384
384
  get sortDirection() {
385
- return this.i.hs;
385
+ return this.i.hu;
386
386
  }
387
387
  set sortDirection(v) {
388
- this.i.hs = ensureEnum(ColumnSortDirection_$type, v);
389
- this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hs));
388
+ this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
389
+ this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hu));
390
390
  }
391
391
  /**
392
392
  * Gets or sets the current fixed position for this column.
393
393
  */
394
394
  get pinned() {
395
- return this.i.io;
395
+ return this.i.is;
396
396
  }
397
397
  set pinned(v) {
398
- this.i.io = ensureEnum(PinnedPositions_$type, v);
399
- this._a("pinned", enumToString(PinnedPositions_$type, this.i.io));
398
+ this.i.is = ensureEnum(PinnedPositions_$type, v);
399
+ this._a("pinned", enumToString(PinnedPositions_$type, this.i.is));
400
400
  }
401
401
  /**
402
402
  * Gets the actual column options icon alignment for this column.
403
403
  */
404
404
  get actualColumnOptionsIconAlignment() {
405
- return this.i.hj;
405
+ return this.i.hl;
406
406
  }
407
407
  set actualColumnOptionsIconAlignment(v) {
408
- this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
409
- this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
408
+ this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
409
+ this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hl));
410
410
  }
411
411
  /**
412
412
  * Gets or sets whether the column options icon is aligned opposite the header text or not.
413
413
  */
414
414
  get columnOptionsIconAlignment() {
415
- return this.i.hk;
415
+ return this.i.hm;
416
416
  }
417
417
  set columnOptionsIconAlignment(v) {
418
- this.i.hk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
419
- this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hk));
418
+ this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
419
+ this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
420
420
  }
421
421
  /**
422
422
  * Gets the actual column options icon color for this column.
423
423
  */
424
424
  get actualColumnOptionsIconColor() {
425
- return brushToString(this.i.ou);
425
+ return brushToString(this.i.q5);
426
426
  }
427
427
  set actualColumnOptionsIconColor(v) {
428
- this.i.ou = stringToBrush(v);
429
- this._a("actualColumnOptionsIconColor", brushToString(this.i.ou));
428
+ this.i.q5 = stringToBrush(v);
429
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.q5));
430
430
  }
431
431
  /**
432
432
  * Gets or sets the column options icon color for this column.
433
433
  */
434
434
  get columnOptionsIconColor() {
435
- return brushToString(this.i.oz);
435
+ return brushToString(this.i.rj);
436
436
  }
437
437
  set columnOptionsIconColor(v) {
438
- this.i.oz = stringToBrush(v);
439
- this._a("columnOptionsIconColor", brushToString(this.i.oz));
438
+ this.i.rj = stringToBrush(v);
439
+ this._a("columnOptionsIconColor", brushToString(this.i.rj));
440
440
  }
441
441
  /**
442
442
  * Gets or sets how the column option icon will behave in the column header.
443
443
  */
444
444
  get columnOptionsIconBehavior() {
445
- return this.i.ho;
445
+ return this.i.hq;
446
446
  }
447
447
  set columnOptionsIconBehavior(v) {
448
- this.i.ho = ensureEnum(ColumnOptionsIconBehavior_$type, v);
449
- this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.ho));
448
+ this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
449
+ this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
450
450
  }
451
451
  /**
452
452
  * Gets or sets how the column option icon will behave in the column header.
453
453
  */
454
454
  get actualColumnOptionsIconBehavior() {
455
- return this.i.hn;
455
+ return this.i.hp;
456
456
  }
457
457
  set actualColumnOptionsIconBehavior(v) {
458
- this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
459
- this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
458
+ this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
459
+ this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hp));
460
460
  }
461
461
  /**
462
462
  * Gets the actual state of the column options for this column.
463
463
  */
464
464
  get actualIsColumnOptionsEnabled() {
465
- return this.i.jg;
465
+ return this.i.jv;
466
466
  }
467
467
  set actualIsColumnOptionsEnabled(v) {
468
- this.i.jg = ensureBool(v);
469
- this._a("actualIsColumnOptionsEnabled", this.i.jg);
468
+ this.i.jv = ensureBool(v);
469
+ this._a("actualIsColumnOptionsEnabled", this.i.jv);
470
470
  }
471
471
  /**
472
472
  * Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
473
473
  * then it will be disabled for the column regardless of what this is set to.
474
474
  */
475
475
  get isColumnOptionsEnabled() {
476
- return this.i.jo;
476
+ return this.i.j3;
477
477
  }
478
478
  set isColumnOptionsEnabled(v) {
479
- this.i.jo = ensureBool(v);
480
- this._a("isColumnOptionsEnabled", this.i.jo);
479
+ this.i.j3 = ensureBool(v);
480
+ this._a("isColumnOptionsEnabled", this.i.j3);
481
481
  }
482
482
  /**
483
483
  * Gets the actual state of summaries menu in the column options for this column.
484
484
  */
485
485
  get actualIsColumnOptionsSummariesEnabled() {
486
- return this.i.ji;
486
+ return this.i.jx;
487
487
  }
488
488
  set actualIsColumnOptionsSummariesEnabled(v) {
489
- this.i.ji = ensureBool(v);
490
- this._a("actualIsColumnOptionsSummariesEnabled", this.i.ji);
489
+ this.i.jx = ensureBool(v);
490
+ this._a("actualIsColumnOptionsSummariesEnabled", this.i.jx);
491
491
  }
492
492
  /**
493
493
  * Gets or sets whether to show the summaries option in the column options menu for this column.
494
494
  */
495
495
  get isColumnOptionsSummariesEnabled() {
496
- return this.i.jq;
496
+ return this.i.j5;
497
497
  }
498
498
  set isColumnOptionsSummariesEnabled(v) {
499
- this.i.jq = ensureBool(v);
500
- this._a("isColumnOptionsSummariesEnabled", this.i.jq);
499
+ this.i.j5 = ensureBool(v);
500
+ this._a("isColumnOptionsSummariesEnabled", this.i.j5);
501
501
  }
502
502
  /**
503
503
  * Gets the actual state of grouping menu in the column options for this column.
504
504
  */
505
505
  get actualIsColumnOptionsGroupingEnabled() {
506
- return this.i.jh;
506
+ return this.i.jw;
507
507
  }
508
508
  set actualIsColumnOptionsGroupingEnabled(v) {
509
- this.i.jh = ensureBool(v);
510
- this._a("actualIsColumnOptionsGroupingEnabled", this.i.jh);
509
+ this.i.jw = ensureBool(v);
510
+ this._a("actualIsColumnOptionsGroupingEnabled", this.i.jw);
511
511
  }
512
512
  /**
513
513
  * Gets or sets whether to show the grouping option in the column options menu for this column.
514
514
  */
515
515
  get isColumnOptionsGroupingEnabled() {
516
- return this.i.jp;
516
+ return this.i.j4;
517
517
  }
518
518
  set isColumnOptionsGroupingEnabled(v) {
519
- this.i.jp = ensureBool(v);
520
- this._a("isColumnOptionsGroupingEnabled", this.i.jp);
519
+ this.i.j4 = ensureBool(v);
520
+ this._a("isColumnOptionsGroupingEnabled", this.i.j4);
521
+ }
522
+ /**
523
+ * Gets or sets the column options dropdown background color.
524
+ */
525
+ get actualColumnOptionsBackground() {
526
+ return brushToString(this.i.q0);
527
+ }
528
+ set actualColumnOptionsBackground(v) {
529
+ this.i.q0 = stringToBrush(v);
530
+ this._a("actualColumnOptionsBackground", brushToString(this.i.q0));
531
+ }
532
+ /**
533
+ * Gets or sets the column options dropdown background color.
534
+ */
535
+ get columnOptionsBackground() {
536
+ return brushToString(this.i.re);
537
+ }
538
+ set columnOptionsBackground(v) {
539
+ this.i.re = stringToBrush(v);
540
+ this._a("columnOptionsBackground", brushToString(this.i.re));
541
+ }
542
+ /**
543
+ * Gets or sets the text color for text inside the column options menu.
544
+ */
545
+ get actualColumnOptionsTextColor() {
546
+ return brushToString(this.i.q7);
547
+ }
548
+ set actualColumnOptionsTextColor(v) {
549
+ this.i.q7 = stringToBrush(v);
550
+ this._a("actualColumnOptionsTextColor", brushToString(this.i.q7));
551
+ }
552
+ /**
553
+ * Gets or sets the text color for text inside the column options menu.
554
+ */
555
+ get columnOptionsTextColor() {
556
+ return brushToString(this.i.rl);
557
+ }
558
+ set columnOptionsTextColor(v) {
559
+ this.i.rl = stringToBrush(v);
560
+ this._a("columnOptionsTextColor", brushToString(this.i.rl));
561
+ }
562
+ /**
563
+ * Gets or sets the font settings for text inside the column options menu.
564
+ */
565
+ get columnOptionsTextStyle() {
566
+ if (this.i.jc == null) {
567
+ return null;
568
+ }
569
+ return this.i.jc.fontString;
570
+ }
571
+ set columnOptionsTextStyle(v) {
572
+ let fi = new FontInfo();
573
+ fi.fontString = v;
574
+ this.i.jc = fi;
575
+ this._a("columnOptionsTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
576
+ }
577
+ get actualColumnOptionsHoverBackgroundColor() {
578
+ return brushToString(this.i.q4);
579
+ }
580
+ set actualColumnOptionsHoverBackgroundColor(v) {
581
+ this.i.q4 = stringToBrush(v);
582
+ this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.q4));
583
+ }
584
+ get columnOptionsHoverBackgroundColor() {
585
+ return brushToString(this.i.ri);
586
+ }
587
+ set columnOptionsHoverBackgroundColor(v) {
588
+ this.i.ri = stringToBrush(v);
589
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.ri));
590
+ }
591
+ get actualColumnOptionsToolTipBackgroundColor() {
592
+ return brushToString(this.i.q8);
593
+ }
594
+ set actualColumnOptionsToolTipBackgroundColor(v) {
595
+ this.i.q8 = stringToBrush(v);
596
+ this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.q8));
597
+ }
598
+ get columnOptionsToolTipBackgroundColor() {
599
+ return brushToString(this.i.rm);
600
+ }
601
+ set columnOptionsToolTipBackgroundColor(v) {
602
+ this.i.rm = stringToBrush(v);
603
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rm));
604
+ }
605
+ get actualColumnOptionsHighlightColor() {
606
+ return brushToString(this.i.q3);
607
+ }
608
+ set actualColumnOptionsHighlightColor(v) {
609
+ this.i.q3 = stringToBrush(v);
610
+ this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q3));
611
+ }
612
+ get columnOptionsHighlightColor() {
613
+ return brushToString(this.i.rh);
614
+ }
615
+ set columnOptionsHighlightColor(v) {
616
+ this.i.rh = stringToBrush(v);
617
+ this._a("columnOptionsHighlightColor", brushToString(this.i.rh));
618
+ }
619
+ /**
620
+ * Gets or sets the color of separators inside the column options menu.
621
+ */
622
+ get actualColumnOptionsSeparatorColor() {
623
+ return brushToString(this.i.q6);
624
+ }
625
+ set actualColumnOptionsSeparatorColor(v) {
626
+ this.i.q6 = stringToBrush(v);
627
+ this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.q6));
628
+ }
629
+ /**
630
+ * Gets or sets the color of separators inside the column options menu.
631
+ */
632
+ get columnOptionsSeparatorColor() {
633
+ return brushToString(this.i.rk);
634
+ }
635
+ set columnOptionsSeparatorColor(v) {
636
+ this.i.rk = stringToBrush(v);
637
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.rk));
638
+ }
639
+ /**
640
+ * Gets or sets the background color for group headers inside the column options menu.
641
+ */
642
+ get actualColumnOptionsGroupHeaderBackground() {
643
+ return brushToString(this.i.q1);
644
+ }
645
+ set actualColumnOptionsGroupHeaderBackground(v) {
646
+ this.i.q1 = stringToBrush(v);
647
+ this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q1));
648
+ }
649
+ /**
650
+ * Gets or sets the background color for group headers inside the column options menu.
651
+ */
652
+ get columnOptionsGroupHeaderBackground() {
653
+ return brushToString(this.i.rf);
654
+ }
655
+ set columnOptionsGroupHeaderBackground(v) {
656
+ this.i.rf = stringToBrush(v);
657
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rf));
658
+ }
659
+ /**
660
+ * Gets the actual text color for group headers inside the column options menu.
661
+ */
662
+ get actualColumnOptionsGroupHeaderTextColor() {
663
+ return brushToString(this.i.q2);
664
+ }
665
+ set actualColumnOptionsGroupHeaderTextColor(v) {
666
+ this.i.q2 = stringToBrush(v);
667
+ this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q2));
668
+ }
669
+ /**
670
+ * Gets or sets the text color for group headers inside the column options menu.
671
+ */
672
+ get columnOptionsGroupHeaderTextColor() {
673
+ return brushToString(this.i.rg);
674
+ }
675
+ set columnOptionsGroupHeaderTextColor(v) {
676
+ this.i.rg = stringToBrush(v);
677
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rg));
678
+ }
679
+ get columnOptionsGroupHeaderTextStyle() {
680
+ if (this.i.jb == null) {
681
+ return null;
682
+ }
683
+ return this.i.jb.fontString;
684
+ }
685
+ set columnOptionsGroupHeaderTextStyle(v) {
686
+ let fi = new FontInfo();
687
+ fi.fontString = v;
688
+ this.i.jb = fi;
689
+ this._a("columnOptionsGroupHeaderTextStyle", this.i.jb != null ? this.i.jb.fontString : "");
690
+ }
691
+ get actualColumnOptionsAccentColor() {
692
+ return brushToString(this.i.qz);
693
+ }
694
+ set actualColumnOptionsAccentColor(v) {
695
+ this.i.qz = stringToBrush(v);
696
+ this._a("actualColumnOptionsAccentColor", brushToString(this.i.qz));
697
+ }
698
+ get columnOptionsAccentColor() {
699
+ return brushToString(this.i.rd);
700
+ }
701
+ set columnOptionsAccentColor(v) {
702
+ this.i.rd = stringToBrush(v);
703
+ this._a("columnOptionsAccentColor", brushToString(this.i.rd));
704
+ }
705
+ get actualColumnOptionsRowHeight() {
706
+ return this.i.k9;
707
+ }
708
+ set actualColumnOptionsRowHeight(v) {
709
+ this.i.k9 = +v;
710
+ this._a("actualColumnOptionsRowHeight", this.i.k9);
711
+ }
712
+ get columnOptionsRowHeight() {
713
+ return this.i.la;
714
+ }
715
+ set columnOptionsRowHeight(v) {
716
+ this.i.la = +v;
717
+ this._a("columnOptionsRowHeight", this.i.la);
521
718
  }
522
719
  /**
523
720
  * Gets or sets if the column is editable.
524
721
  */
525
722
  get isEditable() {
526
- return this.i.jr;
723
+ return this.i.j6;
527
724
  }
528
725
  set isEditable(v) {
529
- this.i.jr = ensureBool(v);
530
- this._a("isEditable", this.i.jr);
726
+ this.i.j6 = ensureBool(v);
727
+ this._a("isEditable", this.i.j6);
531
728
  }
532
729
  /**
533
730
  * Gets or sets the text color used for deleted rows.
534
731
  */
535
732
  get deletedTextColor() {
536
- return brushToString(this.i.o0);
733
+ return brushToString(this.i.rn);
537
734
  }
538
735
  set deletedTextColor(v) {
539
- this.i.o0 = stringToBrush(v);
540
- this._a("deletedTextColor", brushToString(this.i.o0));
736
+ this.i.rn = stringToBrush(v);
737
+ this._a("deletedTextColor", brushToString(this.i.rn));
541
738
  }
542
739
  /**
543
740
  * Gets the actual text color used for deleted rows.
544
741
  */
545
742
  get actualDeletedTextColor() {
546
- return brushToString(this.i.ov);
743
+ return brushToString(this.i.q9);
547
744
  }
548
745
  set actualDeletedTextColor(v) {
549
- this.i.ov = stringToBrush(v);
550
- this._a("actualDeletedTextColor", brushToString(this.i.ov));
746
+ this.i.q9 = stringToBrush(v);
747
+ this._a("actualDeletedTextColor", brushToString(this.i.q9));
551
748
  }
552
749
  /**
553
750
  * Gets or sets the opacity to use for unsaved edited cell values.
554
751
  */
555
752
  get editOpacity() {
556
- return this.i.ka;
753
+ return this.i.kp;
557
754
  }
558
755
  set editOpacity(v) {
559
- this.i.ka = +v;
560
- this._a("editOpacity", this.i.ka);
756
+ this.i.kp = +v;
757
+ this._a("editOpacity", this.i.kp);
561
758
  }
562
759
  /**
563
760
  * Gets the actual opacity for unsaved edited cell values.
564
761
  */
565
762
  get actualEditOpacity() {
566
- return this.i.j9;
763
+ return this.i.ko;
567
764
  }
568
765
  set actualEditOpacity(v) {
569
- this.i.j9 = +v;
570
- this._a("actualEditOpacity", this.i.j9);
766
+ this.i.ko = +v;
767
+ this._a("actualEditOpacity", this.i.ko);
571
768
  }
572
769
  /**
573
770
  * Gets or sets the font style to use for unsaved cell edits.
@@ -588,96 +785,96 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
588
785
  * Gets the actual font style used for unsaved cell edits.
589
786
  */
590
787
  get actualEditFontInfo() {
591
- if (this.i.ix == null) {
788
+ if (this.i.ja == null) {
592
789
  return null;
593
790
  }
594
- return this.i.ix.fontString;
791
+ return this.i.ja.fontString;
595
792
  }
596
793
  set actualEditFontInfo(v) {
597
794
  let fi = new FontInfo();
598
795
  fi.fontString = v;
599
- this.i.ix = fi;
600
- this._a("actualEditFontInfo", this.i.ix != null ? this.i.ix.fontString : "");
796
+ this.i.ja = fi;
797
+ this._a("actualEditFontInfo", this.i.ja != null ? this.i.ja.fontString : "");
601
798
  }
602
799
  /**
603
800
  * Gets or sets if and how cell merging is performed for this field.
604
801
  */
605
802
  get mergedCellMode() {
606
- return this.i.ij;
803
+ return this.i.io;
607
804
  }
608
805
  set mergedCellMode(v) {
609
- this.i.ij = ensureEnum(MergedCellMode_$type, v);
610
- this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ij));
806
+ this.i.io = ensureEnum(MergedCellMode_$type, v);
807
+ this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.io));
611
808
  }
612
809
  /**
613
810
  * Gets or sets how cells are evaluated for merging.
614
811
  */
615
812
  get mergedCellEvaluationCriteria() {
616
- return this.i.ig;
813
+ return this.i.ik;
617
814
  }
618
815
  set mergedCellEvaluationCriteria(v) {
619
- this.i.ig = ensureEnum(MergedCellEvaluationCriteria_$type, v);
620
- this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ig));
816
+ this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
817
+ this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ik));
621
818
  }
622
819
  /**
623
820
  * Gets or sets the vertical alignment to use for the merged cell content.
624
821
  */
625
822
  get mergedCellVerticalAlignment() {
626
- return this.i.hb;
823
+ return this.i.hd;
627
824
  }
628
825
  set mergedCellVerticalAlignment(v) {
629
- this.i.hb = ensureEnum(CellContentVerticalAlignment_$type, v);
630
- this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hb));
826
+ this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
827
+ this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hd));
631
828
  }
632
829
  /**
633
830
  * Gets or sets the amount of left padding to use for the cell content for this column.
634
831
  */
635
832
  get mergedCellPaddingLeft() {
636
- return this.i.kt;
833
+ return this.i.lc;
637
834
  }
638
835
  set mergedCellPaddingLeft(v) {
639
- this.i.kt = +v;
640
- this._a("mergedCellPaddingLeft", this.i.kt);
836
+ this.i.lc = +v;
837
+ this._a("mergedCellPaddingLeft", this.i.lc);
641
838
  }
642
839
  /**
643
840
  * Gets or sets the amount of top padding to use for the cell content for this column.
644
841
  */
645
842
  get mergedCellPaddingTop() {
646
- return this.i.kv;
843
+ return this.i.le;
647
844
  }
648
845
  set mergedCellPaddingTop(v) {
649
- this.i.kv = +v;
650
- this._a("mergedCellPaddingTop", this.i.kv);
846
+ this.i.le = +v;
847
+ this._a("mergedCellPaddingTop", this.i.le);
651
848
  }
652
849
  /**
653
850
  * Gets or sets the amount of right padding to use for the cell content of this column.
654
851
  */
655
852
  get mergedCellPaddingRight() {
656
- return this.i.ku;
853
+ return this.i.ld;
657
854
  }
658
855
  set mergedCellPaddingRight(v) {
659
- this.i.ku = +v;
660
- this._a("mergedCellPaddingRight", this.i.ku);
856
+ this.i.ld = +v;
857
+ this._a("mergedCellPaddingRight", this.i.ld);
661
858
  }
662
859
  /**
663
860
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
664
861
  */
665
862
  get mergedCellPaddingBottom() {
666
- return this.i.ks;
863
+ return this.i.lb;
667
864
  }
668
865
  set mergedCellPaddingBottom(v) {
669
- this.i.ks = +v;
670
- this._a("mergedCellPaddingBottom", this.i.ks);
866
+ this.i.lb = +v;
867
+ this._a("mergedCellPaddingBottom", this.i.lb);
671
868
  }
672
869
  /**
673
870
  * Gets or sets whether UI filters are case sensitive or not.
674
871
  */
675
872
  get filterComparisonType() {
676
- return this.i.h2;
873
+ return this.i.h6;
677
874
  }
678
875
  set filterComparisonType(v) {
679
- this.i.h2 = ensureEnum(FilterComparisonType_$type, v);
680
- this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h2));
876
+ this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
877
+ this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h6));
681
878
  }
682
879
  /**
683
880
  * Gets a list of the current custom filters for this column.
@@ -685,7 +882,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
685
882
  get filterOperands() {
686
883
  if (this._filterOperands === null) {
687
884
  let coll = new IgcGridFilterOperandsCollection();
688
- let innerColl = this.i.ia;
885
+ let innerColl = this.i.ie;
689
886
  if (!innerColl) {
690
887
  innerColl = new GridFilterOperandsCollection_internal();
691
888
  }
@@ -701,7 +898,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
701
898
  let coll = new IgcGridFilterOperandsCollection();
702
899
  this._filterOperands = coll._fromOuter(v);
703
900
  let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
704
- let innerColl = this.i.ia;
901
+ let innerColl = this.i.ie;
705
902
  if (!innerColl) {
706
903
  innerColl = new GridFilterOperandsCollection_internal();
707
904
  }
@@ -713,20 +910,20 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
713
910
  * Gets or sets the text to display in the suffix area of cells in this column.
714
911
  */
715
912
  get suffixText() {
716
- return this.i.nm;
913
+ return this.i.ou;
717
914
  }
718
915
  set suffixText(v) {
719
- this.i.nm = v;
916
+ this.i.ou = v;
720
917
  }
721
918
  /**
722
919
  * Gets or sets the color of the text in the suffix area of the cells in this column.
723
920
  */
724
921
  get suffixTextColor() {
725
- return brushToString(this.i.o8);
922
+ return brushToString(this.i.rv);
726
923
  }
727
924
  set suffixTextColor(v) {
728
- this.i.o8 = stringToBrush(v);
729
- this._a("suffixTextColor", brushToString(this.i.o8));
925
+ this.i.rv = stringToBrush(v);
926
+ this._a("suffixTextColor", brushToString(this.i.rv));
730
927
  }
731
928
  /**
732
929
  * Gets or sets the font of the suffix text.
@@ -747,99 +944,99 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
747
944
  * Gets or sets the icon to use in the suffix area of the cells in this column.
748
945
  */
749
946
  get suffixIconName() {
750
- return this.i.ne;
947
+ return this.i.om;
751
948
  }
752
949
  set suffixIconName(v) {
753
- this.i.ne = v;
950
+ this.i.om = v;
754
951
  }
755
952
  /**
756
953
  * Gets or sets the icon to use in the suffix area of the cells in this column.
757
954
  */
758
955
  get suffixIconCollectionName() {
759
- return this.i.nb;
956
+ return this.i.oj;
760
957
  }
761
958
  set suffixIconCollectionName(v) {
762
- this.i.nb = v;
959
+ this.i.oj = v;
763
960
  }
764
961
  /**
765
962
  * Gets or sets the stroke color of suffix icon.
766
963
  */
767
964
  get suffixIconStroke() {
768
- return brushToString(this.i.o7);
965
+ return brushToString(this.i.ru);
769
966
  }
770
967
  set suffixIconStroke(v) {
771
- this.i.o7 = stringToBrush(v);
772
- this._a("suffixIconStroke", brushToString(this.i.o7));
968
+ this.i.ru = stringToBrush(v);
969
+ this._a("suffixIconStroke", brushToString(this.i.ru));
773
970
  }
774
971
  /**
775
972
  * Gets or sets the fill color of suffix icon.
776
973
  */
777
974
  get suffixIconFill() {
778
- return brushToString(this.i.o6);
975
+ return brushToString(this.i.rt);
779
976
  }
780
977
  set suffixIconFill(v) {
781
- this.i.o6 = stringToBrush(v);
782
- this._a("suffixIconFill", brushToString(this.i.o6));
978
+ this.i.rt = stringToBrush(v);
979
+ this._a("suffixIconFill", brushToString(this.i.rt));
783
980
  }
784
981
  /**
785
982
  * Gets or sets the suffix icon's viewbox x coordinate.
786
983
  */
787
984
  get suffixIconViewBoxLeft() {
788
- return this.i.kd;
985
+ return this.i.ks;
789
986
  }
790
987
  set suffixIconViewBoxLeft(v) {
791
- this.i.kd = +v;
792
- this._a("suffixIconViewBoxLeft", this.i.kd);
988
+ this.i.ks = +v;
989
+ this._a("suffixIconViewBoxLeft", this.i.ks);
793
990
  }
794
991
  /**
795
992
  * Gets or sets the suffix icon's viewbox y coordinate.
796
993
  */
797
994
  get suffixIconViewBoxTop() {
798
- return this.i.ke;
995
+ return this.i.kt;
799
996
  }
800
997
  set suffixIconViewBoxTop(v) {
801
- this.i.ke = +v;
802
- this._a("suffixIconViewBoxTop", this.i.ke);
998
+ this.i.kt = +v;
999
+ this._a("suffixIconViewBoxTop", this.i.kt);
803
1000
  }
804
1001
  /**
805
1002
  * Gets or sets the suffix icon's viewbox width.
806
1003
  */
807
1004
  get suffixIconViewBoxWidth() {
808
- return this.i.kf;
1005
+ return this.i.ku;
809
1006
  }
810
1007
  set suffixIconViewBoxWidth(v) {
811
- this.i.kf = +v;
812
- this._a("suffixIconViewBoxWidth", this.i.kf);
1008
+ this.i.ku = +v;
1009
+ this._a("suffixIconViewBoxWidth", this.i.ku);
813
1010
  }
814
1011
  /**
815
1012
  * Gets or sets the suffix icon's viewbox height.
816
1013
  */
817
1014
  get suffixIconViewBoxHeight() {
818
- return this.i.kc;
1015
+ return this.i.kr;
819
1016
  }
820
1017
  set suffixIconViewBoxHeight(v) {
821
- this.i.kc = +v;
822
- this._a("suffixIconViewBoxHeight", this.i.kc);
1018
+ this.i.kr = +v;
1019
+ this._a("suffixIconViewBoxHeight", this.i.kr);
823
1020
  }
824
1021
  /**
825
1022
  * Gets or sets the suffix margin.
826
1023
  */
827
1024
  get suffixMargin() {
828
- return this.i.kg;
1025
+ return this.i.kv;
829
1026
  }
830
1027
  set suffixMargin(v) {
831
- this.i.kg = +v;
832
- this._a("suffixMargin", this.i.kg);
1028
+ this.i.kv = +v;
1029
+ this._a("suffixMargin", this.i.kv);
833
1030
  }
834
1031
  /**
835
1032
  * Gets or sets the text decoration to apply to cells in this column.
836
1033
  */
837
1034
  get textDecoration() {
838
- return this.i.iq;
1035
+ return this.i.iu;
839
1036
  }
840
1037
  set textDecoration(v) {
841
- this.i.iq = ensureEnum(TextCellDecoration_$type, v);
842
- this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iq));
1038
+ this.i.iu = ensureEnum(TextCellDecoration_$type, v);
1039
+ this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iu));
843
1040
  }
844
1041
  findByName(name) {
845
1042
  var baseResult = super.findByName(name);
@@ -873,18 +1070,18 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
873
1070
 
874
1071
  */
875
1072
  getUniqueKey() {
876
- let iv = this.i.mc();
1073
+ let iv = this.i.nk();
877
1074
  return (iv);
878
1075
  }
879
1076
  setNamedHeaderValue(valueName, animationType, value) {
880
- this.i.n2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1077
+ this.i.pc(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
881
1078
  }
882
1079
  /**
883
1080
  * Returns if the column has named header values.
884
1081
 
885
1082
  */
886
1083
  hasNamedHeaderValues() {
887
- let iv = this.i.jl();
1084
+ let iv = this.i.j0();
888
1085
  return (iv);
889
1086
  }
890
1087
  /**
@@ -893,7 +1090,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
893
1090
  * @param valueName * The named value to check for.
894
1091
  */
895
1092
  hasNamedHeaderValue(valueName) {
896
- let iv = this.i.jk(valueName);
1093
+ let iv = this.i.jz(valueName);
897
1094
  return (iv);
898
1095
  }
899
1096
  /**
@@ -902,7 +1099,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
902
1099
  * @param valueName * The named header value to remove.
903
1100
  */
904
1101
  removeNamedHeaderValue(valueName) {
905
- this.i.n1(valueName);
1102
+ this.i.pb(valueName);
906
1103
  }
907
1104
  /**
908
1105
  * Gets the value of a named header value for this column by name.
@@ -910,11 +1107,11 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
910
1107
  * @param valueName * Name of the named header value to retrieve.
911
1108
  */
912
1109
  getNamedHeaderValue(valueName) {
913
- let iv = this.i.k7(valueName);
1110
+ let iv = this.i.lq(valueName);
914
1111
  return (iv);
915
1112
  }
916
1113
  applyCustomFilter(filterID, index, value) {
917
- this.i.nu(filterID, index, value);
1114
+ this.i.o2(filterID, index, value);
918
1115
  }
919
1116
  getDesiredToolbarActions() {
920
1117
  let iv = this.i.getDesiredToolbarActions();
@@ -970,7 +1167,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
970
1167
  this._actualHeaderTextChange = ev;
971
1168
  this._actualHeaderTextChange_wrapped = (o, e) => {
972
1169
  let ext = this.actualHeaderText;
973
- if (e.propertyName == 'Lm') {
1170
+ if (e.propertyName == 'Mi') {
974
1171
  if (this.beforeActualHeaderTextChange) {
975
1172
  this.beforeActualHeaderTextChange(this, ext);
976
1173
  }