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
@@ -28,10 +28,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  * Sets or gets the numeric value to use for the cell.
29
29
  */
30
30
  get: function () {
31
- return this.i.n9;
31
+ return this.i.oa;
32
32
  },
33
33
  set: function (v) {
34
- this.i.n9 = +v;
34
+ this.i.oa = +v;
35
35
  },
36
36
  enumerable: false,
37
37
  configurable: true
@@ -41,10 +41,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  * Sets or gets whether there is a decimal numeric value to use for the cell.
42
42
  */
43
43
  get: function () {
44
- return this.i.n5;
44
+ return this.i.n6;
45
45
  },
46
46
  set: function (v) {
47
- this.i.n5 = ensureBool(v);
47
+ this.i.n6 = ensureBool(v);
48
48
  },
49
49
  enumerable: false,
50
50
  configurable: true
@@ -54,24 +54,24 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
54
54
  * The format string to apply to the value
55
55
  */
56
56
  get: function () {
57
- return this.i.o3;
57
+ return this.i.o4;
58
58
  },
59
59
  set: function (v) {
60
- this.i.o3 = v;
60
+ this.i.o4 = v;
61
61
  },
62
62
  enumerable: false,
63
63
  configurable: true
64
64
  });
65
65
  Object.defineProperty(IgcNumericCellInfo.prototype, "formatSpecifiers", {
66
66
  get: function () {
67
- return this.i.n1;
67
+ return this.i.n2;
68
68
  },
69
69
  set: function (v) {
70
70
  if (v && !Array.isArray(v) && typeof (v) == "string") {
71
71
  var re = /\s*(?:,|\s|$)\s*/gm;
72
72
  v = v.split(re);
73
73
  }
74
- this.i.n1 = v;
74
+ this.i.n2 = v;
75
75
  },
76
76
  enumerable: false,
77
77
  configurable: true
@@ -81,10 +81,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  * The format options to apply to the value
82
82
  */
83
83
  get: function () {
84
- return this.i.ov;
84
+ return this.i.ow;
85
85
  },
86
86
  set: function (v) {
87
- this.i.ov = v;
87
+ this.i.ow = v;
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,10 +94,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
94
94
  * Sets or gets the text prepended to a negative numeric value
95
95
  */
96
96
  get: function () {
97
- return this.i.o9;
97
+ return this.i.pa;
98
98
  },
99
99
  set: function (v) {
100
- this.i.o9 = v;
100
+ this.i.pa = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,10 +107,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
107
107
  * Sets or gets the text prepended to a positive numeric value
108
108
  */
109
109
  get: function () {
110
- return this.i.pe;
110
+ return this.i.pf;
111
111
  },
112
112
  set: function (v) {
113
- this.i.pe = v;
113
+ this.i.pf = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
@@ -120,10 +120,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
120
120
  * Sets or gets the text appended to a negative numeric value
121
121
  */
122
122
  get: function () {
123
- return this.i.pb;
123
+ return this.i.pc;
124
124
  },
125
125
  set: function (v) {
126
- this.i.pb = v;
126
+ this.i.pc = v;
127
127
  },
128
128
  enumerable: false,
129
129
  configurable: true
@@ -133,10 +133,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
133
133
  * Sets or gets the text appended to a positive numeric value
134
134
  */
135
135
  get: function () {
136
- return this.i.pg;
136
+ return this.i.ph;
137
137
  },
138
138
  set: function (v) {
139
- this.i.pg = v;
139
+ this.i.ph = v;
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
@@ -146,10 +146,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
146
146
  * The maximum number of decimal places to display when formatting
147
147
  */
148
148
  get: function () {
149
- return this.i.oh;
149
+ return this.i.oi;
150
150
  },
151
151
  set: function (v) {
152
- this.i.oh = +v;
152
+ this.i.oi = +v;
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,10 +159,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
159
159
  * The minimum number of decimal places to display when formatting
160
160
  */
161
161
  get: function () {
162
- return this.i.oj;
162
+ return this.i.ok;
163
163
  },
164
164
  set: function (v) {
165
- this.i.oj = +v;
165
+ this.i.ok = +v;
166
166
  },
167
167
  enumerable: false,
168
168
  configurable: true
@@ -172,10 +172,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  * The minimum number of integer digits to display when formatting
173
173
  */
174
174
  get: function () {
175
- return this.i.ol;
175
+ return this.i.om;
176
176
  },
177
177
  set: function (v) {
178
- this.i.ol = +v;
178
+ this.i.om = +v;
179
179
  },
180
180
  enumerable: false,
181
181
  configurable: true
@@ -185,10 +185,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
185
185
  * Sets or gets if the grouping separator is shown
186
186
  */
187
187
  get: function () {
188
- return this.i.n7;
188
+ return this.i.n8;
189
189
  },
190
190
  set: function (v) {
191
- this.i.n7 = ensureBool(v);
191
+ this.i.n8 = ensureBool(v);
192
192
  },
193
193
  enumerable: false,
194
194
  configurable: true
@@ -79,10 +79,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
79
79
  * Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
80
80
  */
81
81
  get: function () {
82
- return this.i.p4;
82
+ return this.i.sr;
83
83
  },
84
84
  set: function (v) {
85
- this.i.p4 = v;
85
+ this.i.sr = v;
86
86
  },
87
87
  enumerable: false,
88
88
  configurable: true
@@ -92,10 +92,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
92
92
  * Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
93
93
  */
94
94
  get: function () {
95
- return this.i.p8;
95
+ return this.i.sv;
96
96
  },
97
97
  set: function (v) {
98
- this.i.p8 = v;
98
+ this.i.sv = v;
99
99
  },
100
100
  enumerable: false,
101
101
  configurable: true
@@ -105,10 +105,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
105
105
  * Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
106
106
  */
107
107
  get: function () {
108
- return this.i.p6;
108
+ return this.i.st;
109
109
  },
110
110
  set: function (v) {
111
- this.i.p6 = v;
111
+ this.i.st = v;
112
112
  },
113
113
  enumerable: false,
114
114
  configurable: true
@@ -118,10 +118,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
118
118
  * Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
119
119
  */
120
120
  get: function () {
121
- return this.i.qa;
121
+ return this.i.sx;
122
122
  },
123
123
  set: function (v) {
124
- this.i.qa = v;
124
+ this.i.sx = v;
125
125
  },
126
126
  enumerable: false,
127
127
  configurable: true
@@ -131,11 +131,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
131
131
  * Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
132
132
  */
133
133
  get: function () {
134
- return this.i.pj;
134
+ return this.i.r6;
135
135
  },
136
136
  set: function (v) {
137
- this.i.pj = +v;
138
- this._a("maxFractionDigits", this.i.pj);
137
+ this.i.r6 = +v;
138
+ this._a("maxFractionDigits", this.i.r6);
139
139
  },
140
140
  enumerable: false,
141
141
  configurable: true
@@ -145,11 +145,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
145
145
  * Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
146
146
  */
147
147
  get: function () {
148
- return this.i.pk;
148
+ return this.i.r7;
149
149
  },
150
150
  set: function (v) {
151
- this.i.pk = +v;
152
- this._a("minFractionDigits", this.i.pk);
151
+ this.i.r7 = +v;
152
+ this._a("minFractionDigits", this.i.r7);
153
153
  },
154
154
  enumerable: false,
155
155
  configurable: true
@@ -159,11 +159,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
159
159
  * Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
160
160
  */
161
161
  get: function () {
162
- return this.i.pl;
162
+ return this.i.r8;
163
163
  },
164
164
  set: function (v) {
165
- this.i.pl = +v;
166
- this._a("minIntegerDigits", this.i.pl);
165
+ this.i.r8 = +v;
166
+ this._a("minIntegerDigits", this.i.r8);
167
167
  },
168
168
  enumerable: false,
169
169
  configurable: true
@@ -173,11 +173,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
173
173
  * Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
174
174
  */
175
175
  get: function () {
176
- return this.i.pe;
176
+ return this.i.r1;
177
177
  },
178
178
  set: function (v) {
179
- this.i.pe = ensureBool(v);
180
- this._a("showGroupingSeparator", this.i.pe);
179
+ this.i.r1 = ensureBool(v);
180
+ this._a("showGroupingSeparator", this.i.r1);
181
181
  },
182
182
  enumerable: false,
183
183
  configurable: true
@@ -187,24 +187,24 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
187
187
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
188
188
  */
189
189
  get: function () {
190
- return this.i.pz;
190
+ return this.i.sm;
191
191
  },
192
192
  set: function (v) {
193
- this.i.pz = v;
193
+ this.i.sm = v;
194
194
  },
195
195
  enumerable: false,
196
196
  configurable: true
197
197
  });
198
198
  Object.defineProperty(IgcNumericColumnComponent.prototype, "formatSpecifiers", {
199
199
  get: function () {
200
- return this.i.pa;
200
+ return this.i.rx;
201
201
  },
202
202
  set: function (v) {
203
203
  if (v && !Array.isArray(v) && typeof (v) == "string") {
204
204
  var re = /\s*(?:,|\s|$)\s*/gm;
205
205
  v = v.split(re);
206
206
  }
207
- this.i.pa = v;
207
+ this.i.rx = v;
208
208
  },
209
209
  enumerable: false,
210
210
  configurable: true
@@ -214,10 +214,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
214
214
  * Gets or sets the INTL NumericFormat object to use for formatting the date values.
215
215
  */
216
216
  get: function () {
217
- return this.i.po;
217
+ return this.i.sb;
218
218
  },
219
219
  set: function (v) {
220
- this.i.po = v;
220
+ this.i.sb = v;
221
221
  },
222
222
  enumerable: false,
223
223
  configurable: true
@@ -227,11 +227,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
227
227
  * Gets or sets the editor type used for editing cells in this column.
228
228
  */
229
229
  get: function () {
230
- return this.i.pc;
230
+ return this.i.rz;
231
231
  },
232
232
  set: function (v) {
233
- this.i.pc = ensureEnum(EditorType_$type, v);
234
- this._a("editorType", enumToString(EditorType_$type, this.i.pc));
233
+ this.i.rz = ensureEnum(EditorType_$type, v);
234
+ this._a("editorType", enumToString(EditorType_$type, this.i.rz));
235
235
  },
236
236
  enumerable: false,
237
237
  configurable: true
@@ -241,10 +241,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
241
241
  * Gets or sets the ComboBox data source.
242
242
  */
243
243
  get: function () {
244
- return this.i.pn;
244
+ return this.i.sa;
245
245
  },
246
246
  set: function (v) {
247
- this.i.pn = v;
247
+ this.i.sa = v;
248
248
  },
249
249
  enumerable: false,
250
250
  configurable: true
@@ -254,10 +254,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
254
254
  * Gets or sets the ComboBox text field.
255
255
  */
256
256
  get: function () {
257
- return this.i.pu;
257
+ return this.i.sh;
258
258
  },
259
259
  set: function (v) {
260
- this.i.pu = v;
260
+ this.i.sh = v;
261
261
  },
262
262
  enumerable: false,
263
263
  configurable: true
@@ -267,10 +267,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
267
267
  * Gets or sets the ComboBox value field.
268
268
  */
269
269
  get: function () {
270
- return this.i.pv;
270
+ return this.i.si;
271
271
  },
272
272
  set: function (v) {
273
- this.i.pv = v;
273
+ this.i.si = v;
274
274
  },
275
275
  enumerable: false,
276
276
  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 { IgcNumericCellInfo } from './igc-numeric-cell-info';
7
8
  import { IgcNumericColumnComponent } from './igc-numeric-column-component';
8
9
  import { NumericColumn } from './NumericColumn';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcNumericColumnModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcNumericColumnModule() {
12
13
  }
13
14
  IgcNumericColumnModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcNumericCellInfo", IgcNumericCellInfo);
14
16
  IgcNumericColumnComponent.register();
15
17
  TypeRegistrar.registerCons("IgcNumericColumnComponent", IgcNumericColumnComponent);
16
18
  TypeRegistrar.register("NumericColumn", NumericColumn.$type);
@@ -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 { IgcRowSeparatorInfo } from './igc-row-separator-info';
7
8
  import { IgcRowSeparatorComponent } from './igc-row-separator-component';
8
9
  import { RowSeparator } from './RowSeparator';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcRowSeparatorModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcRowSeparatorModule() {
12
13
  }
13
14
  IgcRowSeparatorModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcRowSeparatorInfo", IgcRowSeparatorInfo);
14
16
  IgcRowSeparatorComponent.register();
15
17
  TypeRegistrar.registerCons("IgcRowSeparatorComponent", IgcRowSeparatorComponent);
16
18
  TypeRegistrar.register("RowSeparator", RowSeparator.$type);
@@ -29,10 +29,10 @@ var IgcSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved text for the section header cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.og;
32
+ return this.i.oh;
33
33
  },
34
34
  set: function (v) {
35
- this.i.og = v;
35
+ this.i.oh = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary text for the section header cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.oe;
45
+ return this.i.of;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oe = v;
48
+ this.i.of = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,10 +55,10 @@ var IgcSectionHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Sets or gets how summaries are displayed in the section header cell.
56
56
  */
57
57
  get: function () {
58
- return this.i.n5;
58
+ return this.i.n6;
59
59
  },
60
60
  set: function (v) {
61
- this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
61
+ this.i.n6 = ensureEnum(GroupSummaryDisplayMode_$type, v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
@@ -76,22 +76,22 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
76
76
  };
77
77
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "selectedBackground", {
78
78
  get: function () {
79
- return brushToString(this.i.ht);
79
+ return brushToString(this.i.hv);
80
80
  },
81
81
  set: function (v) {
82
- this.i.ht = stringToBrush(v);
83
- this._a("selectedBackground", brushToString(this.i.ht));
82
+ this.i.hv = stringToBrush(v);
83
+ this._a("selectedBackground", brushToString(this.i.hv));
84
84
  },
85
85
  enumerable: false,
86
86
  configurable: true
87
87
  });
88
88
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "actualSelectedBackground", {
89
89
  get: function () {
90
- return brushToString(this.i.hs);
90
+ return brushToString(this.i.hu);
91
91
  },
92
92
  set: function (v) {
93
- this.i.hs = stringToBrush(v);
94
- this._a("actualSelectedBackground", brushToString(this.i.hs));
93
+ this.i.hu = stringToBrush(v);
94
+ this._a("actualSelectedBackground", brushToString(this.i.hu));
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
@@ -101,11 +101,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
101
101
  * Gets or sets the amount of left padding to use for the cell content for this column.
102
102
  */
103
103
  get: function () {
104
- return this.i.hb;
104
+ return this.i.hd;
105
105
  },
106
106
  set: function (v) {
107
- this.i.hb = +v;
108
- this._a("paddingLeft", this.i.hb);
107
+ this.i.hd = +v;
108
+ this._a("paddingLeft", this.i.hd);
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
@@ -115,11 +115,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
115
115
  * Gets or sets the amount of top padding to use for the cell content for this column.
116
116
  */
117
117
  get: function () {
118
- return this.i.hd;
118
+ return this.i.hf;
119
119
  },
120
120
  set: function (v) {
121
- this.i.hd = +v;
122
- this._a("paddingTop", this.i.hd);
121
+ this.i.hf = +v;
122
+ this._a("paddingTop", this.i.hf);
123
123
  },
124
124
  enumerable: false,
125
125
  configurable: true
@@ -129,11 +129,11 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
129
129
  * Gets or sets the amount of right padding to use for the cell content of this column.
130
130
  */
131
131
  get: function () {
132
- return this.i.hc;
132
+ return this.i.he;
133
133
  },
134
134
  set: function (v) {
135
- this.i.hc = +v;
136
- this._a("paddingRight", this.i.hc);
135
+ this.i.he = +v;
136
+ this._a("paddingRight", this.i.he);
137
137
  },
138
138
  enumerable: false,
139
139
  configurable: true
@@ -143,33 +143,33 @@ export var IgcSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_s
143
143
  * Gets or sets the amount of bottom padding to use for the cell content of this column.
144
144
  */
145
145
  get: function () {
146
- return this.i.ha;
146
+ return this.i.hc;
147
147
  },
148
148
  set: function (v) {
149
- this.i.ha = +v;
150
- this._a("paddingBottom", this.i.ha);
149
+ this.i.hc = +v;
150
+ this._a("paddingBottom", this.i.hc);
151
151
  },
152
152
  enumerable: false,
153
153
  configurable: true
154
154
  });
155
155
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "isCollapsable", {
156
156
  get: function () {
157
- return this.i.g4;
157
+ return this.i.g6;
158
158
  },
159
159
  set: function (v) {
160
- this.i.g4 = ensureBool(v);
161
- this._a("isCollapsable", this.i.g4);
160
+ this.i.g6 = ensureBool(v);
161
+ this._a("isCollapsable", this.i.g6);
162
162
  },
163
163
  enumerable: false,
164
164
  configurable: true
165
165
  });
166
166
  Object.defineProperty(IgcSectionHeaderComponent.prototype, "summaryDisplayMode", {
167
167
  get: function () {
168
- return this.i.g1;
168
+ return this.i.g3;
169
169
  },
170
170
  set: function (v) {
171
- this.i.g1 = ensureEnum(GroupSummaryDisplayMode_$type, v);
172
- this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g1));
171
+ this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
172
+ this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g3));
173
173
  },
174
174
  enumerable: false,
175
175
  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 { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
7
8
  import { IgcSectionHeaderComponent } from './igc-section-header-component';
8
9
  import { SectionHeader } from './SectionHeader';
9
10
  import { TypeRegistrar } from "igniteui-webcomponents-core";
@@ -11,6 +12,7 @@ var IgcSectionHeaderModule = /** @class */ /*@__PURE__*/ (function () {
11
12
  function IgcSectionHeaderModule() {
12
13
  }
13
14
  IgcSectionHeaderModule.register = function () {
15
+ TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
14
16
  IgcSectionHeaderComponent.register();
15
17
  TypeRegistrar.registerCons("IgcSectionHeaderComponent", IgcSectionHeaderComponent);
16
18
  TypeRegistrar.register("SectionHeader", SectionHeader.$type);
@@ -29,10 +29,10 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  * Sets or gets the resolved summary label for the summary cell.
30
30
  */
31
31
  get: function () {
32
- return this.i.n8;
32
+ return this.i.n9;
33
33
  },
34
34
  set: function (v) {
35
- this.i.n8 = v;
35
+ this.i.n9 = v;
36
36
  },
37
37
  enumerable: false,
38
38
  configurable: true
@@ -42,10 +42,10 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  * Sets or gets the resolved summary value for the sumamry cell.
43
43
  */
44
44
  get: function () {
45
- return this.i.oa;
45
+ return this.i.ob;
46
46
  },
47
47
  set: function (v) {
48
- this.i.oa = v;
48
+ this.i.ob = v;
49
49
  },
50
50
  enumerable: false,
51
51
  configurable: true
@@ -55,25 +55,25 @@ var IgcSummaryCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
55
55
  * Gets or sets the color of the text for the summary label in the cell.
56
56
  */
57
57
  get: function () {
58
- return brushToString(this.i.of);
58
+ return brushToString(this.i.og);
59
59
  },
60
60
  set: function (v) {
61
- this.i.of = stringToBrush(v);
61
+ this.i.og = stringToBrush(v);
62
62
  },
63
63
  enumerable: false,
64
64
  configurable: true
65
65
  });
66
66
  Object.defineProperty(IgcSummaryCellInfo.prototype, "font", {
67
67
  get: function () {
68
- if (this.i.n1 == null) {
68
+ if (this.i.n2 == null) {
69
69
  return null;
70
70
  }
71
- return this.i.n1.fontString;
71
+ return this.i.n2.fontString;
72
72
  },
73
73
  set: function (v) {
74
74
  var fi = new FontInfo();
75
75
  fi.fontString = v;
76
- this.i.n1 = fi;
76
+ this.i.n2 = fi;
77
77
  },
78
78
  enumerable: false,
79
79
  configurable: true