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
@@ -65,11 +65,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
65
65
  * Gets or sets the background color for summary cells when selected.
66
66
  */
67
67
  get: function () {
68
- return brushToString(this.i.hw);
68
+ return brushToString(this.i.hy);
69
69
  },
70
70
  set: function (v) {
71
- this.i.hw = stringToBrush(v);
72
- this._a("selectedBackground", brushToString(this.i.hw));
71
+ this.i.hy = stringToBrush(v);
72
+ this._a("selectedBackground", brushToString(this.i.hy));
73
73
  },
74
74
  enumerable: false,
75
75
  configurable: true
@@ -79,11 +79,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets the actual background color for summary cells when selected.
80
80
  */
81
81
  get: function () {
82
- return brushToString(this.i.ht);
82
+ return brushToString(this.i.hv);
83
83
  },
84
84
  set: function (v) {
85
- this.i.ht = stringToBrush(v);
86
- this._a("actualSelectedBackground", brushToString(this.i.ht));
85
+ this.i.hv = stringToBrush(v);
86
+ this._a("actualSelectedBackground", brushToString(this.i.hv));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,11 +93,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the text color for the summary labels.
94
94
  */
95
95
  get: function () {
96
- return brushToString(this.i.hx);
96
+ return brushToString(this.i.hz);
97
97
  },
98
98
  set: function (v) {
99
- this.i.hx = stringToBrush(v);
100
- this._a("summaryLabelTextColor", brushToString(this.i.hx));
99
+ this.i.hz = stringToBrush(v);
100
+ this._a("summaryLabelTextColor", brushToString(this.i.hz));
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,11 +107,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
107
107
  * Gets the actual text color for the summary labels.
108
108
  */
109
109
  get: function () {
110
- return brushToString(this.i.hu);
110
+ return brushToString(this.i.hw);
111
111
  },
112
112
  set: function (v) {
113
- this.i.hu = stringToBrush(v);
114
- this._a("actualSummaryLabelTextColor", brushToString(this.i.hu));
113
+ this.i.hw = stringToBrush(v);
114
+ this._a("actualSummaryLabelTextColor", brushToString(this.i.hw));
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -140,11 +140,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
140
140
  * Gets or sets the amount of left padding to use for the cell content for this column.
141
141
  */
142
142
  get: function () {
143
- return this.i.g9;
143
+ return this.i.hb;
144
144
  },
145
145
  set: function (v) {
146
- this.i.g9 = +v;
147
- this._a("paddingLeft", this.i.g9);
146
+ this.i.hb = +v;
147
+ this._a("paddingLeft", this.i.hb);
148
148
  },
149
149
  enumerable: false,
150
150
  configurable: true
@@ -154,11 +154,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
154
154
  * Gets or sets the amount of top padding to use for the cell content for this column.
155
155
  */
156
156
  get: function () {
157
- return this.i.hb;
157
+ return this.i.hd;
158
158
  },
159
159
  set: function (v) {
160
- this.i.hb = +v;
161
- this._a("paddingTop", this.i.hb);
160
+ this.i.hd = +v;
161
+ this._a("paddingTop", this.i.hd);
162
162
  },
163
163
  enumerable: false,
164
164
  configurable: true
@@ -168,11 +168,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
168
168
  * Gets or sets the amount of right padding to use for the cell content of this column.
169
169
  */
170
170
  get: function () {
171
- return this.i.ha;
171
+ return this.i.hc;
172
172
  },
173
173
  set: function (v) {
174
- this.i.ha = +v;
175
- this._a("paddingRight", this.i.ha);
174
+ this.i.hc = +v;
175
+ this._a("paddingRight", this.i.hc);
176
176
  },
177
177
  enumerable: false,
178
178
  configurable: true
@@ -182,11 +182,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
182
182
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
183
183
  */
184
184
  get: function () {
185
- return this.i.g8;
185
+ return this.i.ha;
186
186
  },
187
187
  set: function (v) {
188
- this.i.g8 = +v;
189
- this._a("paddingBottom", this.i.g8);
188
+ this.i.ha = +v;
189
+ this._a("paddingBottom", this.i.ha);
190
190
  },
191
191
  enumerable: false,
192
192
  configurable: true
@@ -27,10 +27,10 @@ var IgcTemplateCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the value to provide to the template.
28
28
  */
29
29
  get: function () {
30
- return this.i.n2;
30
+ return this.i.n3;
31
31
  },
32
32
  set: function (v) {
33
- this.i.n2 = v;
33
+ this.i.n3 = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateCellInfo } from './igc-template-cell-info';
7
8
  import { IgcTemplateColumnComponent } from './igc-template-column-component';
8
9
  import { TemplateColumn } from './TemplateColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTemplateColumnModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTemplateColumnModule() {
12
13
  }
13
14
  IgcTemplateColumnModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTemplateCellInfo", IgcTemplateCellInfo);
14
16
  IgcTemplateColumnComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTemplateColumnComponent", IgcTemplateColumnComponent);
16
18
  TypeRegistrar.register("TemplateColumn", TemplateColumn.$type);
@@ -28,10 +28,10 @@ var IgcTemplateHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets whether the filter UI should be visible in the header.
29
29
  */
30
30
  get: function () {
31
- return this.i.n5;
31
+ return this.i.n6;
32
32
  },
33
33
  set: function (v) {
34
- this.i.n5 = ensureBool(v);
34
+ this.i.n6 = ensureBool(v);
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateHeaderCellInfo } from './igc-template-header-cell-info';
7
8
  import { IgcTemplateHeaderComponent } from './igc-template-header-component';
8
9
  import { TemplateHeader } from './TemplateHeader';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTemplateHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTemplateHeaderModule() {
12
13
  }
13
14
  IgcTemplateHeaderModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTemplateHeaderCellInfo", IgcTemplateHeaderCellInfo);
14
16
  IgcTemplateHeaderComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTemplateHeaderComponent", IgcTemplateHeaderComponent);
16
18
  TypeRegistrar.register("TemplateHeader", TemplateHeader.$type);
@@ -4,6 +4,8 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTemplateSectionHeaderCellInfo } from './igc-template-section-header-cell-info';
8
+ import { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
7
9
  import { IgcTemplateSectionHeaderComponent } from './igc-template-section-header-component';
8
10
  import { TemplateSectionHeader } from './TemplateSectionHeader';
9
11
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +13,8 @@ var IgcTemplateSectionHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
13
  function IgcTemplateSectionHeaderModule() {
12
14
  }
13
15
  IgcTemplateSectionHeaderModule.register = function () {
16
+ TypeRegistrar.registerCons("IgcTemplateSectionHeaderCellInfo", IgcTemplateSectionHeaderCellInfo);
17
+ TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
14
18
  IgcTemplateSectionHeaderComponent.register();
15
19
  TypeRegistrar.registerCons("IgcTemplateSectionHeaderComponent", IgcTemplateSectionHeaderComponent);
16
20
  TypeRegistrar.register("TemplateSectionHeader", TemplateSectionHeader.$type);
@@ -27,10 +27,10 @@ var IgcTextCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
27
27
  * Sets or gets the text value for the cell.
28
28
  */
29
29
  get: function () {
30
- return this.i.n2;
30
+ return this.i.n3;
31
31
  },
32
32
  set: function (v) {
33
- this.i.n2 = v;
33
+ this.i.n3 = v;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -79,11 +79,11 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
79
79
  * Gets or sets the editor type used for editing cells in this column.
80
80
  */
81
81
  get: function () {
82
- return this.i.o9;
82
+ return this.i.rw;
83
83
  },
84
84
  set: function (v) {
85
- this.i.o9 = ensureEnum(EditorType_$type, v);
86
- this._a("editorType", enumToString(EditorType_$type, this.i.o9));
85
+ this.i.rw = ensureEnum(EditorType_$type, v);
86
+ this._a("editorType", enumToString(EditorType_$type, this.i.rw));
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,10 +93,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
93
93
  * Gets or sets the ComboBox data source.
94
94
  */
95
95
  get: function () {
96
- return this.i.pa;
96
+ return this.i.rx;
97
97
  },
98
98
  set: function (v) {
99
- this.i.pa = v;
99
+ this.i.rx = v;
100
100
  },
101
101
  enumerable: false,
102
102
  configurable: true
@@ -106,10 +106,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
106
106
  * Gets or sets the ComboBox text field.
107
107
  */
108
108
  get: function () {
109
- return this.i.pc;
109
+ return this.i.rz;
110
110
  },
111
111
  set: function (v) {
112
- this.i.pc = v;
112
+ this.i.rz = v;
113
113
  },
114
114
  enumerable: false,
115
115
  configurable: true
@@ -119,10 +119,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
119
119
  * Gets or sets the ComboBox value field.
120
120
  */
121
121
  get: function () {
122
- return this.i.pd;
122
+ return this.i.r0;
123
123
  },
124
124
  set: function (v) {
125
- this.i.pd = v;
125
+ this.i.r0 = v;
126
126
  },
127
127
  enumerable: false,
128
128
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTextCellInfo } from './igc-text-cell-info';
7
8
  import { IgcTextColumnComponent } from './igc-text-column-component';
8
9
  import { TextColumn } from './TextColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTextColumnModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTextColumnModule() {
12
13
  }
13
14
  IgcTextColumnModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTextCellInfo", IgcTextCellInfo);
14
16
  IgcTextColumnComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTextColumnComponent", IgcTextColumnComponent);
16
18
  TypeRegistrar.register("TextColumn", TextColumn.$type);
@@ -2,9 +2,11 @@ import { __extends } from "tslib";
2
2
  import { SortIndicatorStyle_$type } from "./SortIndicatorStyle";
3
3
  import { ColumnOptionsIconAlignment_$type } from "./ColumnOptionsIconAlignment";
4
4
  import { ColumnOptionsIconBehavior_$type } from "./ColumnOptionsIconBehavior";
5
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
5
6
  import { IgcTextCellInfo } from "./igc-text-cell-info";
6
7
  import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
7
8
  import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
9
+ import { FontInfo } from "igniteui-webcomponents-core";
8
10
  /**
9
11
  * Backing information for a text header cell.
10
12
  */
@@ -31,20 +33,20 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
31
33
  * Sets or gets whether the filter UI should be visible in the header.
32
34
  */
33
35
  get: function () {
34
- return this.i.ob;
36
+ return this.i.oi;
35
37
  },
36
38
  set: function (v) {
37
- this.i.ob = ensureBool(v);
39
+ this.i.oi = ensureBool(v);
38
40
  },
39
41
  enumerable: false,
40
42
  configurable: true
41
43
  });
42
44
  Object.defineProperty(IgcTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
43
45
  get: function () {
44
- return this.i.n9;
46
+ return this.i.oa;
45
47
  },
46
48
  set: function (v) {
47
- this.i.n9 = ensureEnum(SortIndicatorStyle_$type, v);
49
+ this.i.oa = ensureEnum(SortIndicatorStyle_$type, v);
48
50
  },
49
51
  enumerable: false,
50
52
  configurable: true
@@ -54,10 +56,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
56
  * Gets or sets the alignment of the column options icon within the header cell.
55
57
  */
56
58
  get: function () {
57
- return this.i.n5;
59
+ return this.i.n6;
58
60
  },
59
61
  set: function (v) {
60
- this.i.n5 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
62
+ this.i.n6 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
61
63
  },
62
64
  enumerable: false,
63
65
  configurable: true
@@ -67,10 +69,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
67
69
  * Gets or sets the color for the column options icon in the header.
68
70
  */
69
71
  get: function () {
70
- return brushToString(this.i.on);
72
+ return brushToString(this.i.p1);
71
73
  },
72
74
  set: function (v) {
73
- this.i.on = stringToBrush(v);
75
+ this.i.p1 = stringToBrush(v);
74
76
  },
75
77
  enumerable: false,
76
78
  configurable: true
@@ -80,10 +82,171 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
80
82
  * Gets or sets how the column option icon will behave in the header.
81
83
  */
82
84
  get: function () {
83
- return this.i.n7;
85
+ return this.i.n8;
84
86
  },
85
87
  set: function (v) {
86
- this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
88
+ this.i.n8 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
89
+ },
90
+ enumerable: false,
91
+ configurable: true
92
+ });
93
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsTheme", {
94
+ /**
95
+ * Gets or sets the column options theme.
96
+ */
97
+ get: function () {
98
+ return this.i.oc;
99
+ },
100
+ set: function (v) {
101
+ this.i.oc = ensureEnum(BaseControlTheme_$type, v);
102
+ },
103
+ enumerable: false,
104
+ configurable: true
105
+ });
106
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsBackground", {
107
+ /**
108
+ * Gets or sets the column options dropdown background color.
109
+ */
110
+ get: function () {
111
+ return brushToString(this.i.pw);
112
+ },
113
+ set: function (v) {
114
+ this.i.pw = stringToBrush(v);
115
+ },
116
+ enumerable: false,
117
+ configurable: true
118
+ });
119
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsTextColor", {
120
+ /**
121
+ * Gets or sets the text color for text inside the column options menu.
122
+ */
123
+ get: function () {
124
+ return brushToString(this.i.p3);
125
+ },
126
+ set: function (v) {
127
+ this.i.p3 = stringToBrush(v);
128
+ },
129
+ enumerable: false,
130
+ configurable: true
131
+ });
132
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsTextStyle", {
133
+ /**
134
+ * Gets or sets the font settings for text inside the column options menu.
135
+ */
136
+ get: function () {
137
+ if (this.i.og == null) {
138
+ return null;
139
+ }
140
+ return this.i.og.fontString;
141
+ },
142
+ set: function (v) {
143
+ var fi = new FontInfo();
144
+ fi.fontString = v;
145
+ this.i.og = fi;
146
+ },
147
+ enumerable: false,
148
+ configurable: true
149
+ });
150
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
151
+ get: function () {
152
+ return brushToString(this.i.p0);
153
+ },
154
+ set: function (v) {
155
+ this.i.p0 = stringToBrush(v);
156
+ },
157
+ enumerable: false,
158
+ configurable: true
159
+ });
160
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
161
+ get: function () {
162
+ return brushToString(this.i.p4);
163
+ },
164
+ set: function (v) {
165
+ this.i.p4 = stringToBrush(v);
166
+ },
167
+ enumerable: false,
168
+ configurable: true
169
+ });
170
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
171
+ get: function () {
172
+ return brushToString(this.i.pz);
173
+ },
174
+ set: function (v) {
175
+ this.i.pz = stringToBrush(v);
176
+ },
177
+ enumerable: false,
178
+ configurable: true
179
+ });
180
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsSeparatorColor", {
181
+ /**
182
+ * Gets or sets the color of separators inside the column options menu.
183
+ */
184
+ get: function () {
185
+ return brushToString(this.i.p2);
186
+ },
187
+ set: function (v) {
188
+ this.i.p2 = stringToBrush(v);
189
+ },
190
+ enumerable: false,
191
+ configurable: true
192
+ });
193
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderBackground", {
194
+ /**
195
+ * Gets or sets the background color for group headers inside the column options menu.
196
+ */
197
+ get: function () {
198
+ return brushToString(this.i.px);
199
+ },
200
+ set: function (v) {
201
+ this.i.px = stringToBrush(v);
202
+ },
203
+ enumerable: false,
204
+ configurable: true
205
+ });
206
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextColor", {
207
+ /**
208
+ * Gets or sets the text color for group headers inside the column options menu.
209
+ */
210
+ get: function () {
211
+ return brushToString(this.i.py);
212
+ },
213
+ set: function (v) {
214
+ this.i.py = stringToBrush(v);
215
+ },
216
+ enumerable: false,
217
+ configurable: true
218
+ });
219
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextStyle", {
220
+ get: function () {
221
+ if (this.i.of == null) {
222
+ return null;
223
+ }
224
+ return this.i.of.fontString;
225
+ },
226
+ set: function (v) {
227
+ var fi = new FontInfo();
228
+ fi.fontString = v;
229
+ this.i.of = fi;
230
+ },
231
+ enumerable: false,
232
+ configurable: true
233
+ });
234
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
235
+ get: function () {
236
+ return brushToString(this.i.pv);
237
+ },
238
+ set: function (v) {
239
+ this.i.pv = stringToBrush(v);
240
+ },
241
+ enumerable: false,
242
+ configurable: true
243
+ });
244
+ Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsRowHeight", {
245
+ get: function () {
246
+ return this.i.ou;
247
+ },
248
+ set: function (v) {
249
+ this.i.ou = +v;
87
250
  },
88
251
  enumerable: false,
89
252
  configurable: true
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
+ import { IgcTextHeaderCellInfo } from './igc-text-header-cell-info';
7
8
  import { IgcTextHeaderComponent } from './igc-text-header-component';
8
9
  import { TextHeader } from './TextHeader';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcTextHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcTextHeaderModule() {
12
13
  }
13
14
  IgcTextHeaderModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcTextHeaderCellInfo", IgcTextHeaderCellInfo);
14
16
  IgcTextHeaderComponent.register();
15
17
  TypeRegistrar.registerCons("IgcTextHeaderComponent", IgcTextHeaderComponent);
16
18
  TypeRegistrar.register("TextHeader", TextHeader.$type);
@@ -1,6 +1,7 @@
1
1
  export * from './lib/igc-checkbox-list-module';
2
2
  export * from './lib/igc-checkbox-list-component';
3
3
  export * from './lib/CheckboxListView';
4
+ export * from './lib/ICheckboxListView';
4
5
  export * from './lib/CheckboxList';
5
6
  export * from './lib/CheckboxListKeysClearedEventArgs';
6
7
  export * from './lib/igc-checkbox-list-keys-cleared-event-args';
@@ -315,6 +316,7 @@ export * from './lib/GridAnimationManager';
315
316
  export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
316
317
  export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
317
318
  export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
319
+ export * from './lib/GridIconRepository';
318
320
  export * from './lib/igc-grid-conditional-style-collection';
319
321
  export * from './lib/GridConditionalStyleCollection';
320
322
  export * from './lib/igc-grid-conditional-style-property-collection';
@@ -345,6 +347,7 @@ export * from './lib/GridColumnSpacer';
345
347
  export * from './lib/GridColumnSpacerCollection';
346
348
  export * from './lib/GridEffectGroup';
347
349
  export * from './lib/GridStyleRepository';
350
+ export * from './lib/GridStyleRepositoryKeys';
348
351
  export * from './lib/HoverManager';
349
352
  export * from './lib/IColumnGrouping';
350
353
  export * from './lib/IDataGridComponent';